@cplace/mcp-server 1.3.14

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 (773) hide show
  1. package/README.md +445 -0
  2. package/dist/api.d.ts +178 -0
  3. package/dist/api.d.ts.map +1 -0
  4. package/dist/api.js +139 -0
  5. package/dist/api.js.map +1 -0
  6. package/dist/conditional-registration.d.ts +4 -0
  7. package/dist/conditional-registration.d.ts.map +1 -0
  8. package/dist/conditional-registration.js +70 -0
  9. package/dist/conditional-registration.js.map +1 -0
  10. package/dist/csvUtils.d.ts +7 -0
  11. package/dist/csvUtils.d.ts.map +1 -0
  12. package/dist/csvUtils.js +125 -0
  13. package/dist/csvUtils.js.map +1 -0
  14. package/dist/index.d.ts +3 -0
  15. package/dist/index.d.ts.map +1 -0
  16. package/dist/index.js +350 -0
  17. package/dist/index.js.map +1 -0
  18. package/dist/logger.d.ts +4 -0
  19. package/dist/logger.d.ts.map +1 -0
  20. package/dist/logger.js +17 -0
  21. package/dist/logger.js.map +1 -0
  22. package/dist/preference-file.d.ts +16 -0
  23. package/dist/preference-file.d.ts.map +1 -0
  24. package/dist/preference-file.js +133 -0
  25. package/dist/preference-file.js.map +1 -0
  26. package/dist/profiles.d.ts +8 -0
  27. package/dist/profiles.d.ts.map +1 -0
  28. package/dist/profiles.js +102 -0
  29. package/dist/profiles.js.map +1 -0
  30. package/dist/searchConversion.d.ts +2 -0
  31. package/dist/searchConversion.d.ts.map +1 -0
  32. package/dist/searchConversion.js +397 -0
  33. package/dist/searchConversion.js.map +1 -0
  34. package/dist/searchSchema.d.ts +3152 -0
  35. package/dist/searchSchema.d.ts.map +1 -0
  36. package/dist/searchSchema.js +192 -0
  37. package/dist/searchSchema.js.map +1 -0
  38. package/dist/str-replace-utils.d.ts +10 -0
  39. package/dist/str-replace-utils.d.ts.map +1 -0
  40. package/dist/str-replace-utils.js +42 -0
  41. package/dist/str-replace-utils.js.map +1 -0
  42. package/dist/token-hashing.d.ts +3 -0
  43. package/dist/token-hashing.d.ts.map +1 -0
  44. package/dist/token-hashing.js +18 -0
  45. package/dist/token-hashing.js.map +1 -0
  46. package/dist/tool-metadata.d.ts +2 -0
  47. package/dist/tool-metadata.d.ts.map +1 -0
  48. package/dist/tool-metadata.js +45 -0
  49. package/dist/tool-metadata.js.map +1 -0
  50. package/dist/tools/board-widget.d.ts +432 -0
  51. package/dist/tools/board-widget.d.ts.map +1 -0
  52. package/dist/tools/board-widget.js +810 -0
  53. package/dist/tools/board-widget.js.map +1 -0
  54. package/dist/tools/change-listeners.d.ts +48 -0
  55. package/dist/tools/change-listeners.d.ts.map +1 -0
  56. package/dist/tools/change-listeners.js +171 -0
  57. package/dist/tools/change-listeners.js.map +1 -0
  58. package/dist/tools/common-schemas.d.ts +3 -0
  59. package/dist/tools/common-schemas.d.ts.map +1 -0
  60. package/dist/tools/common-schemas.js +17 -0
  61. package/dist/tools/common-schemas.js.map +1 -0
  62. package/dist/tools/csv-export.d.ts +3169 -0
  63. package/dist/tools/csv-export.d.ts.map +1 -0
  64. package/dist/tools/csv-export.js +61 -0
  65. package/dist/tools/csv-export.js.map +1 -0
  66. package/dist/tools/get-operations.d.ts +16 -0
  67. package/dist/tools/get-operations.d.ts.map +1 -0
  68. package/dist/tools/get-operations.js +63 -0
  69. package/dist/tools/get-operations.js.map +1 -0
  70. package/dist/tools/jobs.d.ts +32 -0
  71. package/dist/tools/jobs.d.ts.map +1 -0
  72. package/dist/tools/jobs.js +193 -0
  73. package/dist/tools/jobs.js.map +1 -0
  74. package/dist/tools/layout-richstring-widgets.d.ts +155 -0
  75. package/dist/tools/layout-richstring-widgets.d.ts.map +1 -0
  76. package/dist/tools/layout-richstring-widgets.js +270 -0
  77. package/dist/tools/layout-richstring-widgets.js.map +1 -0
  78. package/dist/tools/layout.d.ts +202 -0
  79. package/dist/tools/layout.d.ts.map +1 -0
  80. package/dist/tools/layout.js +553 -0
  81. package/dist/tools/layout.js.map +1 -0
  82. package/dist/tools/pages.d.ts +71 -0
  83. package/dist/tools/pages.d.ts.map +1 -0
  84. package/dist/tools/pages.js +364 -0
  85. package/dist/tools/pages.js.map +1 -0
  86. package/dist/tools/ppt-export-schemas.d.ts +1937 -0
  87. package/dist/tools/ppt-export-schemas.d.ts.map +1 -0
  88. package/dist/tools/ppt-export-schemas.js +141 -0
  89. package/dist/tools/ppt-export-schemas.js.map +1 -0
  90. package/dist/tools/ppt-export.d.ts +1497 -0
  91. package/dist/tools/ppt-export.d.ts.map +1 -0
  92. package/dist/tools/ppt-export.js +198 -0
  93. package/dist/tools/ppt-export.js.map +1 -0
  94. package/dist/tools/profile-management.d.ts +20 -0
  95. package/dist/tools/profile-management.d.ts.map +1 -0
  96. package/dist/tools/profile-management.js +250 -0
  97. package/dist/tools/profile-management.js.map +1 -0
  98. package/dist/tools/references.d.ts +40 -0
  99. package/dist/tools/references.d.ts.map +1 -0
  100. package/dist/tools/references.js +62 -0
  101. package/dist/tools/references.js.map +1 -0
  102. package/dist/tools/richstring-widgets.d.ts +99 -0
  103. package/dist/tools/richstring-widgets.d.ts.map +1 -0
  104. package/dist/tools/richstring-widgets.js +315 -0
  105. package/dist/tools/richstring-widgets.js.map +1 -0
  106. package/dist/tools/schedule.d.ts +18 -0
  107. package/dist/tools/schedule.d.ts.map +1 -0
  108. package/dist/tools/schedule.js +46 -0
  109. package/dist/tools/schedule.js.map +1 -0
  110. package/dist/tools/script-logs.d.ts +29 -0
  111. package/dist/tools/script-logs.d.ts.map +1 -0
  112. package/dist/tools/script-logs.js +144 -0
  113. package/dist/tools/script-logs.js.map +1 -0
  114. package/dist/tools/script.d.ts +25 -0
  115. package/dist/tools/script.d.ts.map +1 -0
  116. package/dist/tools/script.js +121 -0
  117. package/dist/tools/script.js.map +1 -0
  118. package/dist/tools/search.d.ts +3196 -0
  119. package/dist/tools/search.d.ts.map +1 -0
  120. package/dist/tools/search.js +328 -0
  121. package/dist/tools/search.js.map +1 -0
  122. package/dist/tools/system.d.ts +4 -0
  123. package/dist/tools/system.d.ts.map +1 -0
  124. package/dist/tools/system.js +88 -0
  125. package/dist/tools/system.js.map +1 -0
  126. package/dist/tools/type-layouts.d.ts +30 -0
  127. package/dist/tools/type-layouts.d.ts.map +1 -0
  128. package/dist/tools/type-layouts.js +73 -0
  129. package/dist/tools/type-layouts.js.map +1 -0
  130. package/dist/tools/type-management.d.ts +140 -0
  131. package/dist/tools/type-management.d.ts.map +1 -0
  132. package/dist/tools/type-management.js +308 -0
  133. package/dist/tools/type-management.js.map +1 -0
  134. package/dist/tools/url-resolution.d.ts +16 -0
  135. package/dist/tools/url-resolution.d.ts.map +1 -0
  136. package/dist/tools/url-resolution.js +35 -0
  137. package/dist/tools/url-resolution.js.map +1 -0
  138. package/dist/tools/users.d.ts +23 -0
  139. package/dist/tools/users.d.ts.map +1 -0
  140. package/dist/tools/users.js +51 -0
  141. package/dist/tools/users.js.map +1 -0
  142. package/dist/tools/validators.d.ts +32 -0
  143. package/dist/tools/validators.d.ts.map +1 -0
  144. package/dist/tools/validators.js +96 -0
  145. package/dist/tools/validators.js.map +1 -0
  146. package/dist/tools/version-check.d.ts +4 -0
  147. package/dist/tools/version-check.d.ts.map +1 -0
  148. package/dist/tools/version-check.js +96 -0
  149. package/dist/tools/version-check.js.map +1 -0
  150. package/dist/tools/version-history.d.ts +52 -0
  151. package/dist/tools/version-history.d.ts.map +1 -0
  152. package/dist/tools/version-history.js +156 -0
  153. package/dist/tools/version-history.js.map +1 -0
  154. package/dist/tools/widgets.d.ts +28 -0
  155. package/dist/tools/widgets.d.ts.map +1 -0
  156. package/dist/tools/widgets.js +259 -0
  157. package/dist/tools/widgets.js.map +1 -0
  158. package/dist/tools/workflow-scripts.d.ts +59 -0
  159. package/dist/tools/workflow-scripts.d.ts.map +1 -0
  160. package/dist/tools/workflow-scripts.js +274 -0
  161. package/dist/tools/workflow-scripts.js.map +1 -0
  162. package/dist/tools/workflow.d.ts +70 -0
  163. package/dist/tools/workflow.d.ts.map +1 -0
  164. package/dist/tools/workflow.js +259 -0
  165. package/dist/tools/workflow.js.map +1 -0
  166. package/dist/tools/workspace-admin.d.ts +50 -0
  167. package/dist/tools/workspace-admin.d.ts.map +1 -0
  168. package/dist/tools/workspace-admin.js +180 -0
  169. package/dist/tools/workspace-admin.js.map +1 -0
  170. package/dist/tools/workspace-core.d.ts +48 -0
  171. package/dist/tools/workspace-core.d.ts.map +1 -0
  172. package/dist/tools/workspace-core.js +184 -0
  173. package/dist/tools/workspace-core.js.map +1 -0
  174. package/dist/types.d.ts +74 -0
  175. package/dist/types.d.ts.map +1 -0
  176. package/dist/types.js +4 -0
  177. package/dist/types.js.map +1 -0
  178. package/dist/url-parsing.d.ts +6 -0
  179. package/dist/url-parsing.d.ts.map +1 -0
  180. package/dist/url-parsing.js +25 -0
  181. package/dist/url-parsing.js.map +1 -0
  182. package/dist/utils/dateValidation.d.ts +5 -0
  183. package/dist/utils/dateValidation.d.ts.map +1 -0
  184. package/dist/utils/dateValidation.js +57 -0
  185. package/dist/utils/dateValidation.js.map +1 -0
  186. package/dist/utils.d.ts +32 -0
  187. package/dist/utils.d.ts.map +1 -0
  188. package/dist/utils.js +375 -0
  189. package/dist/utils.js.map +1 -0
  190. package/dist/widget-specifications/CLAUDE.md +288 -0
  191. package/dist/widget-specifications/DOCUMENTATION-STATUS.md +427 -0
  192. package/dist/widget-specifications/GENERATING-FROM-RESEARCH.md +61 -0
  193. package/dist/widget-specifications/WIDGET-TAGGING-SCHEME.md +218 -0
  194. package/dist/widget-specifications/_research_from_ga_products/.claude-settings.local.json +48 -0
  195. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-api-common-config-metadata-SyncMetadataTable/research.md +168 -0
  196. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-breadcrumbs-breadcrumbsWidget/research.md +125 -0
  197. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cboard-main-board/research.md +373 -0
  198. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-citizenAi-askYourPageWidget/research.md +319 -0
  199. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cplaceReportGeneration-generateReportWidget/research.md +295 -0
  200. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportChart/research.md +230 -0
  201. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportGrid/research.md +215 -0
  202. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportChart/research.md +192 -0
  203. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportGrid/research.md +178 -0
  204. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-widget/research.md +332 -0
  205. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-demoWidgets-demoRichString/research.md +194 -0
  206. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-documentation-navigationWidget/research.md +426 -0
  207. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextAndListWidget/research.md +326 -0
  208. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextWidget/research.md +580 -0
  209. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-widget/research.md +281 -0
  210. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-draggablePageList-widget/research.md +210 -0
  211. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dynamicCodeBlockWidget-dynamicCodeBlockWidget/research.md +250 -0
  212. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-attribute-conversion-widget-enumMappingTable/research.md +260 -0
  213. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-configuration-widget-attributeMappingTable/research.md +148 -0
  214. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-cleanupConfigTable/research.md +138 -0
  215. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-connectorSyncConfigsTable/research.md +150 -0
  216. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-serverConnectionTable/research.md +181 -0
  217. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-extendedTreeTableWidget/research.md +253 -0
  218. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-horizontalDivider/research.md +261 -0
  219. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-startWizardWidget/research.md +211 -0
  220. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorForWizardWidget/research.md +183 -0
  221. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorWidget/research.md +298 -0
  222. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepManager/research.md +419 -0
  223. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepPreview/research.md +256 -0
  224. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardActivation/research.md +174 -0
  225. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardAnalysis/research.md +283 -0
  226. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardLocalizations/research.md +193 -0
  227. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-genericInterface-api-widgets-triggerInterfaceButton/research.md +180 -0
  228. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-quickOverview/research.md +186 -0
  229. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-sessionUserNameWidget/research.md +158 -0
  230. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-simpleListWithAttachment/research.md +135 -0
  231. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-layoutTabsWidget-widget/research.md +238 -0
  232. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowCodeWidgets-lowCodeButton/research.md +272 -0
  233. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowCodeWidgets-lowCodeText/research.md +176 -0
  234. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowcode-ai-chatWidget/research.md +194 -0
  235. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-meeting-pageHeader/research.md +208 -0
  236. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-navigationTileWidget-widget/research.md +259 -0
  237. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-headlineForReports/research.md +174 -0
  238. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-scriptPlaceholders/research.md +233 -0
  239. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-templatePlaceholders/research.md +150 -0
  240. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-orgaTree-edit/research.md +353 -0
  241. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-outlookMessageIntegration-outlookMessages/research.md +233 -0
  242. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pageViewHeadline-widget/research.md +217 -0
  243. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pdfPreview-widget/research.md +235 -0
  244. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-attributesGroup/research.md +525 -0
  245. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-batchJobQuickGlance/research.md +372 -0
  246. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-connectedAttributesGroup/research.md +408 -0
  247. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-dynamicIframe/research.md +198 -0
  248. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-tableWidget/research.md +427 -0
  249. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pptexport-pgPreviewWidget/research.md +151 -0
  250. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projectTree-editProjects/research.md +163 -0
  251. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-scheduleLockState/research.md +174 -0
  252. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-subscriptions/research.md +316 -0
  253. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-qrCodeWidget/research.md +130 -0
  254. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-resourceManagement-resourcePlannerDefinition/research.md +331 -0
  255. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-rest-config-widget-productionModeHintWidget/research.md +332 -0
  256. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleCalendar-calendar/research.md +284 -0
  257. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleForm-widget/research.md +193 -0
  258. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tableDetailViewWidget-widget/research.md +311 -0
  259. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-treeTableWidget/research.md +420 -0
  260. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tuplesWidget-widget/research.md +295 -0
  261. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-videoWidget/research.md +154 -0
  262. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingHighcharts/research.md +249 -0
  263. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingLineChart/research.md +279 -0
  264. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-tupleLineChart/research.md +221 -0
  265. package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributeHistory/research.md +421 -0
  266. package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributes/research.md +377 -0
  267. package/dist/widget-specifications/_research_from_ga_products/cf-platform-comments/research.md +254 -0
  268. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedBarChart/research.md +275 -0
  269. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedMatrix/research.md +396 -0
  270. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedPieChart/research.md +150 -0
  271. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedSingleAttribute/research.md +430 -0
  272. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedTableFilter/research.md +468 -0
  273. package/dist/widget-specifications/_research_from_ga_products/cf-platform-customRichStringAttribute/research.md +120 -0
  274. package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsList/research.md +485 -0
  275. package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsTable/research.md +428 -0
  276. package/dist/widget-specifications/_research_from_ga_products/cf-platform-files/research.md +240 -0
  277. package/dist/widget-specifications/_research_from_ga_products/cf-platform-iframe/research.md +358 -0
  278. package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingLinks/research.md +242 -0
  279. package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingReferences/research.md +488 -0
  280. package/dist/widget-specifications/_research_from_ga_products/cf-platform-makeover-attributes/research.md +219 -0
  281. package/dist/widget-specifications/_research_from_ga_products/cf-platform-modificationInfo/research.md +141 -0
  282. package/dist/widget-specifications/_research_from_ga_products/cf-platform-myElements/research.md +116 -0
  283. package/dist/widget-specifications/_research_from_ga_products/cf-platform-richString/research.md +437 -0
  284. package/dist/widget-specifications/_research_from_ga_products/cf-platform-singleAttribute/research.md +1094 -0
  285. package/dist/widget-specifications/_research_from_ga_products/cf-platform-tags/research.md +332 -0
  286. package/dist/widget-specifications/_research_from_ga_products/cf-platform-wiki/research.md +258 -0
  287. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-gantt/research.md +268 -0
  288. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-ganttTaskDemo/research.md +271 -0
  289. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-multiGantt/research.md +343 -0
  290. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-scheduleTreeTable/research.md +261 -0
  291. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGantt/research.md +184 -0
  292. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGanttLink/research.md +188 -0
  293. package/dist/widget-specifications/_research_from_ga_products/de-2lforge-curves-widget/research.md +341 -0
  294. package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-datePickerWidget/research.md +232 -0
  295. package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-dropDownWidget/research.md +417 -0
  296. package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-miscWidget/research.md +172 -0
  297. package/dist/widget-specifications/_research_from_ga_products/de-visualistik-visualRoadmap-widget/research.md +277 -0
  298. package/dist/widget-specifications/_research_from_ga_products/msg-scripts-imagegallery-basic/research.md +112 -0
  299. package/dist/widget-specifications/_research_from_ga_products/phase-0-discovery-approach.md +248 -0
  300. package/dist/widget-specifications/_research_from_ga_products/widget-definition-mapping.md +169 -0
  301. package/dist/widget-specifications/_research_from_ga_products/widget-documentation-project.md +259 -0
  302. package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/generate.sh +100 -0
  303. package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/parse-mapping.sh +35 -0
  304. package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/template.md +38 -0
  305. package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/widgets.txt +108 -0
  306. package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_catalog-data.json +12 -0
  307. package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_meta.json +11 -0
  308. package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_overview.md +40 -0
  309. package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_summary.md +1 -0
  310. package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_catalog-data.json +12 -0
  311. package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_meta.json +8 -0
  312. package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_overview.md +74 -0
  313. package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_summary.md +1 -0
  314. package/dist/widget-specifications/cf.cplace.cboard.main.board/_catalog-data.json +12 -0
  315. package/dist/widget-specifications/cf.cplace.cboard.main.board/_implementation.md +37 -0
  316. package/dist/widget-specifications/cf.cplace.cboard.main.board/_meta.json +11 -0
  317. package/dist/widget-specifications/cf.cplace.cboard.main.board/_overview.md +117 -0
  318. package/dist/widget-specifications/cf.cplace.cboard.main.board/_summary.md +1 -0
  319. package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_meta.json +3 -0
  320. package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_overview.md +123 -0
  321. package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_summary.md +1 -0
  322. package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_catalog-data.json +12 -0
  323. package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_meta.json +10 -0
  324. package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_overview.md +45 -0
  325. package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_summary.md +1 -0
  326. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_catalog-data.json +12 -0
  327. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_meta.json +11 -0
  328. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_overview.md +79 -0
  329. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_summary.md +1 -0
  330. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_catalog-data.json +12 -0
  331. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_meta.json +11 -0
  332. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_overview.md +45 -0
  333. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_summary.md +1 -0
  334. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_catalog-data.json +12 -0
  335. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_meta.json +11 -0
  336. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_overview.md +68 -0
  337. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_summary.md +1 -0
  338. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_catalog-data.json +12 -0
  339. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_meta.json +9 -0
  340. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_overview.md +45 -0
  341. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_summary.md +1 -0
  342. package/dist/widget-specifications/cf.cplace.ctts.main.widget/_catalog-data.json +12 -0
  343. package/dist/widget-specifications/cf.cplace.ctts.main.widget/_meta.json +11 -0
  344. package/dist/widget-specifications/cf.cplace.ctts.main.widget/_overview.md +157 -0
  345. package/dist/widget-specifications/cf.cplace.ctts.main.widget/_summary.md +1 -0
  346. package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_catalog-data.json +12 -0
  347. package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_meta.json +10 -0
  348. package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_overview.md +200 -0
  349. package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_summary.md +1 -0
  350. package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_catalog-data.json +12 -0
  351. package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_meta.json +10 -0
  352. package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_overview.md +27 -0
  353. package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_summary.md +1 -0
  354. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_catalog-data.json +12 -0
  355. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_meta.json +10 -0
  356. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_overview.md +79 -0
  357. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_summary.md +1 -0
  358. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_catalog-data.json +12 -0
  359. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_meta.json +10 -0
  360. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_overview.md +176 -0
  361. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_summary.md +1 -0
  362. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_catalog-data.json +12 -0
  363. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_meta.json +10 -0
  364. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_overview.md +85 -0
  365. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_summary.md +1 -0
  366. package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_catalog-data.json +12 -0
  367. package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_meta.json +11 -0
  368. package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_overview.md +93 -0
  369. package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_summary.md +1 -0
  370. package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_catalog-data.json +12 -0
  371. package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_meta.json +9 -0
  372. package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_overview.md +75 -0
  373. package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_summary.md +1 -0
  374. package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_catalog-data.json +12 -0
  375. package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_meta.json +10 -0
  376. package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_overview.md +167 -0
  377. package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_summary.md +1 -0
  378. package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_catalog-data.json +12 -0
  379. package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_meta.json +10 -0
  380. package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_overview.md +64 -0
  381. package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_summary.md +1 -0
  382. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_catalog-data.json +12 -0
  383. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_meta.json +11 -0
  384. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_overview.md +61 -0
  385. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_summary.md +1 -0
  386. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_catalog-data.json +12 -0
  387. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_meta.json +11 -0
  388. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_overview.md +94 -0
  389. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_summary.md +1 -0
  390. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_catalog-data.json +12 -0
  391. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_meta.json +10 -0
  392. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_overview.md +28 -0
  393. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_summary.md +1 -0
  394. package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_catalog-data.json +12 -0
  395. package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_meta.json +11 -0
  396. package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_overview.md +116 -0
  397. package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_summary.md +1 -0
  398. package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_catalog-data.json +12 -0
  399. package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_meta.json +8 -0
  400. package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_overview.md +44 -0
  401. package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_summary.md +1 -0
  402. package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_catalog-data.json +12 -0
  403. package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_meta.json +10 -0
  404. package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_overview.md +40 -0
  405. package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_summary.md +1 -0
  406. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_catalog-data.json +12 -0
  407. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_meta.json +10 -0
  408. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_overview.md +47 -0
  409. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_summary.md +1 -0
  410. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_catalog-data.json +12 -0
  411. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_meta.json +9 -0
  412. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_overview.md +23 -0
  413. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_summary.md +1 -0
  414. package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_catalog-data.json +12 -0
  415. package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_meta.json +10 -0
  416. package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_overview.md +32 -0
  417. package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_summary.md +1 -0
  418. package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_catalog-data.json +12 -0
  419. package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_meta.json +8 -0
  420. package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_overview.md +29 -0
  421. package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_summary.md +1 -0
  422. package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_catalog-data.json +12 -0
  423. package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_meta.json +9 -0
  424. package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_overview.md +69 -0
  425. package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_summary.md +1 -0
  426. package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_catalog-data.json +12 -0
  427. package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_meta.json +10 -0
  428. package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_overview.md +91 -0
  429. package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_summary.md +1 -0
  430. package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_catalog-data.json +12 -0
  431. package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_meta.json +10 -0
  432. package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_overview.md +48 -0
  433. package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_summary.md +1 -0
  434. package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_catalog-data.json +12 -0
  435. package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_meta.json +9 -0
  436. package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_overview.md +58 -0
  437. package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_summary.md +1 -0
  438. package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_catalog-data.json +12 -0
  439. package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_meta.json +10 -0
  440. package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_overview.md +66 -0
  441. package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_summary.md +1 -0
  442. package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_catalog-data.json +12 -0
  443. package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_meta.json +9 -0
  444. package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_overview.md +52 -0
  445. package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_summary.md +1 -0
  446. package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_catalog-data.json +12 -0
  447. package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_meta.json +10 -0
  448. package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_overview.md +53 -0
  449. package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_summary.md +1 -0
  450. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_catalog-data.json +12 -0
  451. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_implementation.md +6 -0
  452. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_meta.json +7 -0
  453. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_overview.md +115 -0
  454. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_summary.md +1 -0
  455. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layoutSelection.md +2 -0
  456. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layouts.md +3 -0
  457. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.sourceForLayouts.md +1 -0
  458. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_catalog-data.json +12 -0
  459. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_meta.json +10 -0
  460. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_overview.md +149 -0
  461. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_summary.md +1 -0
  462. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeText/_catalog-data.json +12 -0
  463. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeText/_meta.json +11 -0
  464. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeText/_overview.md +94 -0
  465. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeText/_summary.md +1 -0
  466. package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_catalog-data.json +12 -0
  467. package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_meta.json +10 -0
  468. package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_overview.md +63 -0
  469. package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_summary.md +1 -0
  470. package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_catalog-data.json +12 -0
  471. package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_meta.json +12 -0
  472. package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_overview.md +31 -0
  473. package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_summary.md +1 -0
  474. package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_catalog-data.json +12 -0
  475. package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_meta.json +9 -0
  476. package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_overview.md +71 -0
  477. package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_summary.md +1 -0
  478. package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_catalog-data.json +12 -0
  479. package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_meta.json +8 -0
  480. package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_overview.md +57 -0
  481. package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_summary.md +1 -0
  482. package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_catalog-data.json +12 -0
  483. package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_meta.json +10 -0
  484. package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_overview.md +22 -0
  485. package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_summary.md +1 -0
  486. package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_catalog-data.json +12 -0
  487. package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_meta.json +10 -0
  488. package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_overview.md +24 -0
  489. package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_summary.md +1 -0
  490. package/dist/widget-specifications/cf.cplace.orgaTree.edit/_catalog-data.json +12 -0
  491. package/dist/widget-specifications/cf.cplace.orgaTree.edit/_meta.json +11 -0
  492. package/dist/widget-specifications/cf.cplace.orgaTree.edit/_overview.md +62 -0
  493. package/dist/widget-specifications/cf.cplace.orgaTree.edit/_summary.md +1 -0
  494. package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_catalog-data.json +12 -0
  495. package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_meta.json +12 -0
  496. package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_overview.md +50 -0
  497. package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_summary.md +1 -0
  498. package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_catalog-data.json +12 -0
  499. package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_meta.json +9 -0
  500. package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_overview.md +62 -0
  501. package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_summary.md +1 -0
  502. package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_catalog-data.json +12 -0
  503. package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_meta.json +9 -0
  504. package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_overview.md +79 -0
  505. package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_summary.md +1 -0
  506. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_catalog-data.json +12 -0
  507. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_implementation.md +13 -0
  508. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_meta.json +9 -0
  509. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_overview.md +108 -0
  510. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_summary.md +1 -0
  511. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/absoluteSelection.md +9 -0
  512. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/layout.md +3 -0
  513. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/pageSelection.md +12 -0
  514. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/relativeSelection.md +14 -0
  515. package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_catalog-data.json +12 -0
  516. package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_meta.json +9 -0
  517. package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_overview.md +52 -0
  518. package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_summary.md +1 -0
  519. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_catalog-data.json +12 -0
  520. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_implementation.md +17 -0
  521. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_meta.json +10 -0
  522. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_overview.md +103 -0
  523. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_summary.md +1 -0
  524. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/cf.cplace.platform.attributesGroup.layout.md +3 -0
  525. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/singleSelectionWidgetId.md +15 -0
  526. package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_catalog-data.json +12 -0
  527. package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_meta.json +9 -0
  528. package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_overview.md +49 -0
  529. package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_summary.md +1 -0
  530. package/dist/widget-specifications/cf.cplace.platform.tableWidget/_catalog-data.json +12 -0
  531. package/dist/widget-specifications/cf.cplace.platform.tableWidget/_implementation.md +11 -0
  532. package/dist/widget-specifications/cf.cplace.platform.tableWidget/_meta.json +12 -0
  533. package/dist/widget-specifications/cf.cplace.platform.tableWidget/_overview.md +188 -0
  534. package/dist/widget-specifications/cf.cplace.platform.tableWidget/_summary.md +1 -0
  535. package/dist/widget-specifications/cf.cplace.platform.tableWidget/columns.md +16 -0
  536. package/dist/widget-specifications/cf.cplace.platform.tableWidget/displayOptions.md +12 -0
  537. package/dist/widget-specifications/cf.cplace.platform.tableWidget/multiSortColumns.md +16 -0
  538. package/dist/widget-specifications/cf.cplace.platform.tableWidget/search.md +21 -0
  539. package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_catalog-data.json +12 -0
  540. package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_meta.json +11 -0
  541. package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_overview.md +92 -0
  542. package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_summary.md +1 -0
  543. package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_catalog-data.json +12 -0
  544. package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_meta.json +11 -0
  545. package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_overview.md +81 -0
  546. package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_summary.md +1 -0
  547. package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_catalog-data.json +12 -0
  548. package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_meta.json +10 -0
  549. package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_overview.md +60 -0
  550. package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_summary.md +1 -0
  551. package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_catalog-data.json +12 -0
  552. package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_meta.json +10 -0
  553. package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_overview.md +59 -0
  554. package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_summary.md +1 -0
  555. package/dist/widget-specifications/cf.cplace.qrCodeWidget/_catalog-data.json +12 -0
  556. package/dist/widget-specifications/cf.cplace.qrCodeWidget/_meta.json +9 -0
  557. package/dist/widget-specifications/cf.cplace.qrCodeWidget/_overview.md +25 -0
  558. package/dist/widget-specifications/cf.cplace.qrCodeWidget/_summary.md +1 -0
  559. package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_catalog-data.json +12 -0
  560. package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_meta.json +11 -0
  561. package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_overview.md +78 -0
  562. package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_summary.md +1 -0
  563. package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_catalog-data.json +12 -0
  564. package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_meta.json +9 -0
  565. package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_overview.md +44 -0
  566. package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_summary.md +1 -0
  567. package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_catalog-data.json +12 -0
  568. package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_meta.json +10 -0
  569. package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_overview.md +42 -0
  570. package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_summary.md +1 -0
  571. package/dist/widget-specifications/cf.cplace.simpleForm.widget/_catalog-data.json +12 -0
  572. package/dist/widget-specifications/cf.cplace.simpleForm.widget/_meta.json +10 -0
  573. package/dist/widget-specifications/cf.cplace.simpleForm.widget/_overview.md +85 -0
  574. package/dist/widget-specifications/cf.cplace.simpleForm.widget/_summary.md +1 -0
  575. package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_catalog-data.json +12 -0
  576. package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_meta.json +11 -0
  577. package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_overview.md +92 -0
  578. package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_summary.md +1 -0
  579. package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/attributes.md +7 -0
  580. package/dist/widget-specifications/cf.cplace.treeTableWidget/_catalog-data.json +12 -0
  581. package/dist/widget-specifications/cf.cplace.treeTableWidget/_meta.json +11 -0
  582. package/dist/widget-specifications/cf.cplace.treeTableWidget/_overview.md +51 -0
  583. package/dist/widget-specifications/cf.cplace.treeTableWidget/_summary.md +1 -0
  584. package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_catalog-data.json +12 -0
  585. package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_meta.json +11 -0
  586. package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_overview.md +202 -0
  587. package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_summary.md +1 -0
  588. package/dist/widget-specifications/cf.cplace.videoWidget/_catalog-data.json +12 -0
  589. package/dist/widget-specifications/cf.cplace.videoWidget/_meta.json +10 -0
  590. package/dist/widget-specifications/cf.cplace.videoWidget/_overview.md +65 -0
  591. package/dist/widget-specifications/cf.cplace.videoWidget/_summary.md +1 -0
  592. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_catalog-data.json +12 -0
  593. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_implementation.md +12 -0
  594. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_meta.json +9 -0
  595. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_overview.md +117 -0
  596. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_summary.md +1 -0
  597. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.dataSource.md +5 -0
  598. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.search.md +10 -0
  599. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/script.md +29 -0
  600. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/tableWidgetId.md +10 -0
  601. package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_catalog-data.json +12 -0
  602. package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_meta.json +11 -0
  603. package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_overview.md +72 -0
  604. package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_summary.md +1 -0
  605. package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_catalog-data.json +12 -0
  606. package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_meta.json +11 -0
  607. package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_overview.md +50 -0
  608. package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_summary.md +1 -0
  609. package/dist/widget-specifications/cf.platform.attributeHistory/_catalog-data.json +12 -0
  610. package/dist/widget-specifications/cf.platform.attributeHistory/_meta.json +11 -0
  611. package/dist/widget-specifications/cf.platform.attributeHistory/_overview.md +79 -0
  612. package/dist/widget-specifications/cf.platform.attributeHistory/_summary.md +1 -0
  613. package/dist/widget-specifications/cf.platform.attributes/_catalog-data.json +12 -0
  614. package/dist/widget-specifications/cf.platform.attributes/_meta.json +9 -0
  615. package/dist/widget-specifications/cf.platform.attributes/_overview.md +89 -0
  616. package/dist/widget-specifications/cf.platform.attributes/_summary.md +1 -0
  617. package/dist/widget-specifications/cf.platform.comments/_catalog-data.json +12 -0
  618. package/dist/widget-specifications/cf.platform.comments/_meta.json +9 -0
  619. package/dist/widget-specifications/cf.platform.comments/_overview.md +52 -0
  620. package/dist/widget-specifications/cf.platform.comments/_summary.md +1 -0
  621. package/dist/widget-specifications/cf.platform.connectedBarChart/_catalog-data.json +12 -0
  622. package/dist/widget-specifications/cf.platform.connectedBarChart/_implementation.md +10 -0
  623. package/dist/widget-specifications/cf.platform.connectedBarChart/_meta.json +11 -0
  624. package/dist/widget-specifications/cf.platform.connectedBarChart/_overview.md +72 -0
  625. package/dist/widget-specifications/cf.platform.connectedBarChart/_summary.md +1 -0
  626. package/dist/widget-specifications/cf.platform.connectedBarChart/attributeName.md +12 -0
  627. package/dist/widget-specifications/cf.platform.connectedBarChart/search.md +17 -0
  628. package/dist/widget-specifications/cf.platform.connectedMatrix/_catalog-data.json +12 -0
  629. package/dist/widget-specifications/cf.platform.connectedMatrix/_meta.json +11 -0
  630. package/dist/widget-specifications/cf.platform.connectedMatrix/_overview.md +189 -0
  631. package/dist/widget-specifications/cf.platform.connectedMatrix/_summary.md +1 -0
  632. package/dist/widget-specifications/cf.platform.connectedPieChart/_catalog-data.json +12 -0
  633. package/dist/widget-specifications/cf.platform.connectedPieChart/_implementation.md +10 -0
  634. package/dist/widget-specifications/cf.platform.connectedPieChart/_meta.json +11 -0
  635. package/dist/widget-specifications/cf.platform.connectedPieChart/_overview.md +72 -0
  636. package/dist/widget-specifications/cf.platform.connectedPieChart/_summary.md +1 -0
  637. package/dist/widget-specifications/cf.platform.connectedPieChart/attributeName.md +12 -0
  638. package/dist/widget-specifications/cf.platform.connectedPieChart/search.md +12 -0
  639. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_catalog-data.json +12 -0
  640. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_implementation.md +15 -0
  641. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_meta.json +10 -0
  642. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_overview.md +69 -0
  643. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_summary.md +1 -0
  644. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/attributeName.md +10 -0
  645. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleColumn.md +9 -0
  646. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleSelectionWidgetId.md +3 -0
  647. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withLabel.md +11 -0
  648. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withValue.md +12 -0
  649. package/dist/widget-specifications/cf.platform.connectedTableFilter/_catalog-data.json +12 -0
  650. package/dist/widget-specifications/cf.platform.connectedTableFilter/_meta.json +10 -0
  651. package/dist/widget-specifications/cf.platform.connectedTableFilter/_overview.md +89 -0
  652. package/dist/widget-specifications/cf.platform.connectedTableFilter/_summary.md +1 -0
  653. package/dist/widget-specifications/cf.platform.customRichStringAttribute/_catalog-data.json +12 -0
  654. package/dist/widget-specifications/cf.platform.customRichStringAttribute/_meta.json +9 -0
  655. package/dist/widget-specifications/cf.platform.customRichStringAttribute/_overview.md +39 -0
  656. package/dist/widget-specifications/cf.platform.customRichStringAttribute/_summary.md +1 -0
  657. package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_catalog-data.json +12 -0
  658. package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_meta.json +10 -0
  659. package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_overview.md +66 -0
  660. package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_summary.md +1 -0
  661. package/dist/widget-specifications/cf.platform.embeddedSearchAsList/search.md +8 -0
  662. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_catalog-data.json +12 -0
  663. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_implementation.md +10 -0
  664. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_meta.json +11 -0
  665. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_overview.md +109 -0
  666. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_summary.md +1 -0
  667. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/columns.md +16 -0
  668. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/multiSortColumns.md +16 -0
  669. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/search.md +21 -0
  670. package/dist/widget-specifications/cf.platform.files/_catalog-data.json +12 -0
  671. package/dist/widget-specifications/cf.platform.files/_meta.json +10 -0
  672. package/dist/widget-specifications/cf.platform.files/_overview.md +74 -0
  673. package/dist/widget-specifications/cf.platform.files/_summary.md +1 -0
  674. package/dist/widget-specifications/cf.platform.iframe/_catalog-data.json +12 -0
  675. package/dist/widget-specifications/cf.platform.iframe/_meta.json +9 -0
  676. package/dist/widget-specifications/cf.platform.iframe/_overview.md +77 -0
  677. package/dist/widget-specifications/cf.platform.iframe/_summary.md +1 -0
  678. package/dist/widget-specifications/cf.platform.incomingLinks/_catalog-data.json +12 -0
  679. package/dist/widget-specifications/cf.platform.incomingLinks/_meta.json +10 -0
  680. package/dist/widget-specifications/cf.platform.incomingLinks/_overview.md +83 -0
  681. package/dist/widget-specifications/cf.platform.incomingLinks/_summary.md +1 -0
  682. package/dist/widget-specifications/cf.platform.incomingReferences/_catalog-data.json +12 -0
  683. package/dist/widget-specifications/cf.platform.incomingReferences/_meta.json +10 -0
  684. package/dist/widget-specifications/cf.platform.incomingReferences/_overview.md +48 -0
  685. package/dist/widget-specifications/cf.platform.incomingReferences/_summary.md +1 -0
  686. package/dist/widget-specifications/cf.platform.makeover.attributes/_catalog-data.json +12 -0
  687. package/dist/widget-specifications/cf.platform.makeover.attributes/_meta.json +9 -0
  688. package/dist/widget-specifications/cf.platform.makeover.attributes/_overview.md +48 -0
  689. package/dist/widget-specifications/cf.platform.makeover.attributes/_summary.md +1 -0
  690. package/dist/widget-specifications/cf.platform.modificationInfo/_catalog-data.json +12 -0
  691. package/dist/widget-specifications/cf.platform.modificationInfo/_meta.json +9 -0
  692. package/dist/widget-specifications/cf.platform.modificationInfo/_overview.md +27 -0
  693. package/dist/widget-specifications/cf.platform.modificationInfo/_summary.md +1 -0
  694. package/dist/widget-specifications/cf.platform.myElements/_catalog-data.json +12 -0
  695. package/dist/widget-specifications/cf.platform.myElements/_meta.json +10 -0
  696. package/dist/widget-specifications/cf.platform.myElements/_overview.md +69 -0
  697. package/dist/widget-specifications/cf.platform.myElements/_summary.md +1 -0
  698. package/dist/widget-specifications/cf.platform.richString/_catalog-data.json +12 -0
  699. package/dist/widget-specifications/cf.platform.richString/_meta.json +10 -0
  700. package/dist/widget-specifications/cf.platform.richString/_overview.md +43 -0
  701. package/dist/widget-specifications/cf.platform.richString/_summary.md +1 -0
  702. package/dist/widget-specifications/cf.platform.singleAttribute/_catalog-data.json +12 -0
  703. package/dist/widget-specifications/cf.platform.singleAttribute/_implementation.md +18 -0
  704. package/dist/widget-specifications/cf.platform.singleAttribute/_meta.json +10 -0
  705. package/dist/widget-specifications/cf.platform.singleAttribute/_overview.md +83 -0
  706. package/dist/widget-specifications/cf.platform.singleAttribute/_summary.md +1 -0
  707. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.entity.md +10 -0
  708. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.quotedAttributeName.md +12 -0
  709. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.singleColumn.md +9 -0
  710. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.useParent.md +11 -0
  711. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withLabel.md +11 -0
  712. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withValue.md +12 -0
  713. package/dist/widget-specifications/cf.platform.tags/_catalog-data.json +12 -0
  714. package/dist/widget-specifications/cf.platform.tags/_meta.json +10 -0
  715. package/dist/widget-specifications/cf.platform.tags/_overview.md +49 -0
  716. package/dist/widget-specifications/cf.platform.tags/_summary.md +1 -0
  717. package/dist/widget-specifications/cf.platform.wiki/_catalog-data.json +12 -0
  718. package/dist/widget-specifications/cf.platform.wiki/_meta.json +9 -0
  719. package/dist/widget-specifications/cf.platform.wiki/_overview.md +32 -0
  720. package/dist/widget-specifications/cf.platform.wiki/_summary.md +1 -0
  721. package/dist/widget-specifications/cf.projektplanung.gantt/_catalog-data.json +12 -0
  722. package/dist/widget-specifications/cf.projektplanung.gantt/_meta.json +11 -0
  723. package/dist/widget-specifications/cf.projektplanung.gantt/_overview.md +61 -0
  724. package/dist/widget-specifications/cf.projektplanung.gantt/_summary.md +1 -0
  725. package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_catalog-data.json +12 -0
  726. package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_meta.json +10 -0
  727. package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_overview.md +65 -0
  728. package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_summary.md +1 -0
  729. package/dist/widget-specifications/cf.projektplanung.multiGantt/_catalog-data.json +12 -0
  730. package/dist/widget-specifications/cf.projektplanung.multiGantt/_meta.json +11 -0
  731. package/dist/widget-specifications/cf.projektplanung.multiGantt/_overview.md +73 -0
  732. package/dist/widget-specifications/cf.projektplanung.multiGantt/_summary.md +1 -0
  733. package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_catalog-data.json +12 -0
  734. package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_meta.json +10 -0
  735. package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_overview.md +84 -0
  736. package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_summary.md +1 -0
  737. package/dist/widget-specifications/cf.projektplanung.singleGantt/_catalog-data.json +12 -0
  738. package/dist/widget-specifications/cf.projektplanung.singleGantt/_meta.json +12 -0
  739. package/dist/widget-specifications/cf.projektplanung.singleGantt/_overview.md +27 -0
  740. package/dist/widget-specifications/cf.projektplanung.singleGantt/_summary.md +1 -0
  741. package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_catalog-data.json +12 -0
  742. package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_meta.json +10 -0
  743. package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_overview.md +84 -0
  744. package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_summary.md +1 -0
  745. package/dist/widget-specifications/de.2lforge.curves.widget/_catalog-data.json +12 -0
  746. package/dist/widget-specifications/de.2lforge.curves.widget/_meta.json +12 -0
  747. package/dist/widget-specifications/de.2lforge.curves.widget/_overview.md +73 -0
  748. package/dist/widget-specifications/de.2lforge.curves.widget/_summary.md +1 -0
  749. package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_catalog-data.json +12 -0
  750. package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_meta.json +9 -0
  751. package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_overview.md +67 -0
  752. package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_summary.md +1 -0
  753. package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_catalog-data.json +12 -0
  754. package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_meta.json +10 -0
  755. package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_overview.md +58 -0
  756. package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_summary.md +1 -0
  757. package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_catalog-data.json +12 -0
  758. package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_meta.json +8 -0
  759. package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_overview.md +43 -0
  760. package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_summary.md +1 -0
  761. package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_catalog-data.json +12 -0
  762. package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_meta.json +11 -0
  763. package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_overview.md +47 -0
  764. package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_summary.md +1 -0
  765. package/dist/widget-specifications/index.d.ts.map +1 -0
  766. package/dist/widget-specifications/index.js +55 -0
  767. package/dist/widget-specifications/index.js.map +1 -0
  768. package/dist/widget-specifications/msg.scripts.imagegallery.basic/_catalog-data.json +12 -0
  769. package/dist/widget-specifications/msg.scripts.imagegallery.basic/_meta.json +10 -0
  770. package/dist/widget-specifications/msg.scripts.imagegallery.basic/_overview.md +55 -0
  771. package/dist/widget-specifications/msg.scripts.imagegallery.basic/_summary.md +1 -0
  772. package/dist/widget-specifications/tag-registry.json +63 -0
  773. package/package.json +70 -0
@@ -0,0 +1,3196 @@
1
+ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
2
+ import { z } from "zod";
3
+ import { CplaceApiClient } from '../api.js';
4
+ export declare const SEARCH_TOOL_DEFINITIONS: {
5
+ readonly cplace_search_pages: {
6
+ readonly description: "Search pages of a type in cplace. The response includes a 'cplaceJson' field - use this when configuring search for embedded table/list widgets (cf.platform.embeddedSearchAsTable, cf.platform.embeddedSearchAsList).";
7
+ readonly inputSchema: {
8
+ readonly workspaceId: z.ZodOptional<z.ZodString>;
9
+ readonly internalTypeName: z.ZodString;
10
+ readonly search_filter: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
11
+ name: z.ZodObject<{
12
+ equals: z.ZodString;
13
+ }, "strip", z.ZodTypeAny, {
14
+ equals: string;
15
+ }, {
16
+ equals: string;
17
+ }>;
18
+ }, "strip", z.ZodTypeAny, {
19
+ name: {
20
+ equals: string;
21
+ };
22
+ }, {
23
+ name: {
24
+ equals: string;
25
+ };
26
+ }>, z.ZodObject<{
27
+ attribute: z.ZodString;
28
+ string: z.ZodEffects<z.ZodObject<{
29
+ equals: z.ZodOptional<z.ZodString>;
30
+ contains: z.ZodOptional<z.ZodString>;
31
+ beginsWith: z.ZodOptional<z.ZodString>;
32
+ is_empty: z.ZodOptional<z.ZodBoolean>;
33
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
34
+ }, "strip", z.ZodTypeAny, {
35
+ equals?: string | undefined;
36
+ contains?: string | undefined;
37
+ beginsWith?: string | undefined;
38
+ is_empty?: boolean | undefined;
39
+ is_not_empty?: boolean | undefined;
40
+ }, {
41
+ equals?: string | undefined;
42
+ contains?: string | undefined;
43
+ beginsWith?: string | undefined;
44
+ is_empty?: boolean | undefined;
45
+ is_not_empty?: boolean | undefined;
46
+ }>, {
47
+ equals?: string | undefined;
48
+ contains?: string | undefined;
49
+ beginsWith?: string | undefined;
50
+ is_empty?: boolean | undefined;
51
+ is_not_empty?: boolean | undefined;
52
+ }, {
53
+ equals?: string | undefined;
54
+ contains?: string | undefined;
55
+ beginsWith?: string | undefined;
56
+ is_empty?: boolean | undefined;
57
+ is_not_empty?: boolean | undefined;
58
+ }>;
59
+ }, "strip", z.ZodTypeAny, {
60
+ string: {
61
+ equals?: string | undefined;
62
+ contains?: string | undefined;
63
+ beginsWith?: string | undefined;
64
+ is_empty?: boolean | undefined;
65
+ is_not_empty?: boolean | undefined;
66
+ };
67
+ attribute: string;
68
+ }, {
69
+ string: {
70
+ equals?: string | undefined;
71
+ contains?: string | undefined;
72
+ beginsWith?: string | undefined;
73
+ is_empty?: boolean | undefined;
74
+ is_not_empty?: boolean | undefined;
75
+ };
76
+ attribute: string;
77
+ }>, z.ZodObject<{
78
+ attribute: z.ZodString;
79
+ number: z.ZodEffects<z.ZodObject<{
80
+ equals: z.ZodOptional<z.ZodNumber>;
81
+ does_not_equal: z.ZodOptional<z.ZodNumber>;
82
+ greater_than: z.ZodOptional<z.ZodNumber>;
83
+ greater_than_or_equal_to: z.ZodOptional<z.ZodNumber>;
84
+ less_than: z.ZodOptional<z.ZodNumber>;
85
+ less_than_or_equal_to: z.ZodOptional<z.ZodNumber>;
86
+ is_empty: z.ZodOptional<z.ZodBoolean>;
87
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
88
+ }, "strip", z.ZodTypeAny, {
89
+ equals?: number | undefined;
90
+ is_empty?: boolean | undefined;
91
+ is_not_empty?: boolean | undefined;
92
+ does_not_equal?: number | undefined;
93
+ greater_than?: number | undefined;
94
+ greater_than_or_equal_to?: number | undefined;
95
+ less_than?: number | undefined;
96
+ less_than_or_equal_to?: number | undefined;
97
+ }, {
98
+ equals?: number | undefined;
99
+ is_empty?: boolean | undefined;
100
+ is_not_empty?: boolean | undefined;
101
+ does_not_equal?: number | undefined;
102
+ greater_than?: number | undefined;
103
+ greater_than_or_equal_to?: number | undefined;
104
+ less_than?: number | undefined;
105
+ less_than_or_equal_to?: number | undefined;
106
+ }>, {
107
+ equals?: number | undefined;
108
+ is_empty?: boolean | undefined;
109
+ is_not_empty?: boolean | undefined;
110
+ does_not_equal?: number | undefined;
111
+ greater_than?: number | undefined;
112
+ greater_than_or_equal_to?: number | undefined;
113
+ less_than?: number | undefined;
114
+ less_than_or_equal_to?: number | undefined;
115
+ }, {
116
+ equals?: number | undefined;
117
+ is_empty?: boolean | undefined;
118
+ is_not_empty?: boolean | undefined;
119
+ does_not_equal?: number | undefined;
120
+ greater_than?: number | undefined;
121
+ greater_than_or_equal_to?: number | undefined;
122
+ less_than?: number | undefined;
123
+ less_than_or_equal_to?: number | undefined;
124
+ }>;
125
+ }, "strip", z.ZodTypeAny, {
126
+ number: {
127
+ equals?: number | undefined;
128
+ is_empty?: boolean | undefined;
129
+ is_not_empty?: boolean | undefined;
130
+ does_not_equal?: number | undefined;
131
+ greater_than?: number | undefined;
132
+ greater_than_or_equal_to?: number | undefined;
133
+ less_than?: number | undefined;
134
+ less_than_or_equal_to?: number | undefined;
135
+ };
136
+ attribute: string;
137
+ }, {
138
+ number: {
139
+ equals?: number | undefined;
140
+ is_empty?: boolean | undefined;
141
+ is_not_empty?: boolean | undefined;
142
+ does_not_equal?: number | undefined;
143
+ greater_than?: number | undefined;
144
+ greater_than_or_equal_to?: number | undefined;
145
+ less_than?: number | undefined;
146
+ less_than_or_equal_to?: number | undefined;
147
+ };
148
+ attribute: string;
149
+ }>, z.ZodObject<{
150
+ attribute: z.ZodString;
151
+ date: z.ZodObject<{
152
+ after: z.ZodOptional<z.ZodString>;
153
+ before: z.ZodOptional<z.ZodString>;
154
+ equals: z.ZodOptional<z.ZodString>;
155
+ on_or_after: z.ZodOptional<z.ZodString>;
156
+ on_or_before: z.ZodOptional<z.ZodString>;
157
+ is_empty: z.ZodOptional<z.ZodBoolean>;
158
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
159
+ }, "strip", z.ZodTypeAny, {
160
+ equals?: string | undefined;
161
+ is_empty?: boolean | undefined;
162
+ is_not_empty?: boolean | undefined;
163
+ after?: string | undefined;
164
+ before?: string | undefined;
165
+ on_or_after?: string | undefined;
166
+ on_or_before?: string | undefined;
167
+ }, {
168
+ equals?: string | undefined;
169
+ is_empty?: boolean | undefined;
170
+ is_not_empty?: boolean | undefined;
171
+ after?: string | undefined;
172
+ before?: string | undefined;
173
+ on_or_after?: string | undefined;
174
+ on_or_before?: string | undefined;
175
+ }>;
176
+ }, "strip", z.ZodTypeAny, {
177
+ date: {
178
+ equals?: string | undefined;
179
+ is_empty?: boolean | undefined;
180
+ is_not_empty?: boolean | undefined;
181
+ after?: string | undefined;
182
+ before?: string | undefined;
183
+ on_or_after?: string | undefined;
184
+ on_or_before?: string | undefined;
185
+ };
186
+ attribute: string;
187
+ }, {
188
+ date: {
189
+ equals?: string | undefined;
190
+ is_empty?: boolean | undefined;
191
+ is_not_empty?: boolean | undefined;
192
+ after?: string | undefined;
193
+ before?: string | undefined;
194
+ on_or_after?: string | undefined;
195
+ on_or_before?: string | undefined;
196
+ };
197
+ attribute: string;
198
+ }>, z.ZodObject<{
199
+ attribute: z.ZodString;
200
+ reference: z.ZodEffects<z.ZodObject<{
201
+ equals: z.ZodOptional<z.ZodString>;
202
+ is_empty: z.ZodOptional<z.ZodBoolean>;
203
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
204
+ }, "strip", z.ZodTypeAny, {
205
+ equals?: string | undefined;
206
+ is_empty?: boolean | undefined;
207
+ is_not_empty?: boolean | undefined;
208
+ }, {
209
+ equals?: string | undefined;
210
+ is_empty?: boolean | undefined;
211
+ is_not_empty?: boolean | undefined;
212
+ }>, {
213
+ equals?: string | undefined;
214
+ is_empty?: boolean | undefined;
215
+ is_not_empty?: boolean | undefined;
216
+ }, {
217
+ equals?: string | undefined;
218
+ is_empty?: boolean | undefined;
219
+ is_not_empty?: boolean | undefined;
220
+ }>;
221
+ }, "strip", z.ZodTypeAny, {
222
+ reference: {
223
+ equals?: string | undefined;
224
+ is_empty?: boolean | undefined;
225
+ is_not_empty?: boolean | undefined;
226
+ };
227
+ attribute: string;
228
+ }, {
229
+ reference: {
230
+ equals?: string | undefined;
231
+ is_empty?: boolean | undefined;
232
+ is_not_empty?: boolean | undefined;
233
+ };
234
+ attribute: string;
235
+ }>, z.ZodObject<{
236
+ attribute: z.ZodString;
237
+ boolean: z.ZodObject<{
238
+ equals: z.ZodBoolean;
239
+ }, "strip", z.ZodTypeAny, {
240
+ equals: boolean;
241
+ }, {
242
+ equals: boolean;
243
+ }>;
244
+ }, "strip", z.ZodTypeAny, {
245
+ boolean: {
246
+ equals: boolean;
247
+ };
248
+ attribute: string;
249
+ }, {
250
+ boolean: {
251
+ equals: boolean;
252
+ };
253
+ attribute: string;
254
+ }>, z.ZodObject<{
255
+ relativeReference: z.ZodObject<{
256
+ attribute: z.ZodString;
257
+ operator: z.ZodString;
258
+ }, "strip", z.ZodTypeAny, {
259
+ attribute: string;
260
+ operator: string;
261
+ }, {
262
+ attribute: string;
263
+ operator: string;
264
+ }>;
265
+ }, "strip", z.ZodTypeAny, {
266
+ relativeReference: {
267
+ attribute: string;
268
+ operator: string;
269
+ };
270
+ }, {
271
+ relativeReference: {
272
+ attribute: string;
273
+ operator: string;
274
+ };
275
+ }>, z.ZodObject<{
276
+ relativeDate: z.ZodObject<{
277
+ attribute: z.ZodString;
278
+ operator: z.ZodEnum<["equals", "lessThan", "lessEquals", "greaterThan", "greaterEquals"]>;
279
+ offset: z.ZodOptional<z.ZodNumber>;
280
+ relativeToAttribute: z.ZodOptional<z.ZodNullable<z.ZodString>>;
281
+ }, "strip", z.ZodTypeAny, {
282
+ attribute: string;
283
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
284
+ offset?: number | undefined;
285
+ relativeToAttribute?: string | null | undefined;
286
+ }, {
287
+ attribute: string;
288
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
289
+ offset?: number | undefined;
290
+ relativeToAttribute?: string | null | undefined;
291
+ }>;
292
+ }, "strip", z.ZodTypeAny, {
293
+ relativeDate: {
294
+ attribute: string;
295
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
296
+ offset?: number | undefined;
297
+ relativeToAttribute?: string | null | undefined;
298
+ };
299
+ }, {
300
+ relativeDate: {
301
+ attribute: string;
302
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
303
+ offset?: number | undefined;
304
+ relativeToAttribute?: string | null | undefined;
305
+ };
306
+ }>, z.ZodObject<{
307
+ relativeString: z.ZodObject<{
308
+ attribute: z.ZodString;
309
+ sourceAttribute: z.ZodString;
310
+ }, "strip", z.ZodTypeAny, {
311
+ attribute: string;
312
+ sourceAttribute: string;
313
+ }, {
314
+ attribute: string;
315
+ sourceAttribute: string;
316
+ }>;
317
+ }, "strip", z.ZodTypeAny, {
318
+ relativeString: {
319
+ attribute: string;
320
+ sourceAttribute: string;
321
+ };
322
+ }, {
323
+ relativeString: {
324
+ attribute: string;
325
+ sourceAttribute: string;
326
+ };
327
+ }>, z.ZodObject<{
328
+ relativeNumber: z.ZodObject<{
329
+ attribute: z.ZodString;
330
+ sourceAttribute: z.ZodString;
331
+ operator: z.ZodOptional<z.ZodEnum<["equals", "lessThan", "lessEquals", "greaterThan", "greaterEquals"]>>;
332
+ offset: z.ZodOptional<z.ZodNumber>;
333
+ }, "strip", z.ZodTypeAny, {
334
+ attribute: string;
335
+ sourceAttribute: string;
336
+ offset?: number | undefined;
337
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
338
+ }, {
339
+ attribute: string;
340
+ sourceAttribute: string;
341
+ offset?: number | undefined;
342
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
343
+ }>;
344
+ }, "strip", z.ZodTypeAny, {
345
+ relativeNumber: {
346
+ attribute: string;
347
+ sourceAttribute: string;
348
+ offset?: number | undefined;
349
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
350
+ };
351
+ }, {
352
+ relativeNumber: {
353
+ attribute: string;
354
+ sourceAttribute: string;
355
+ offset?: number | undefined;
356
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
357
+ };
358
+ }>, z.ZodObject<{
359
+ relativeBoolean: z.ZodObject<{
360
+ attribute: z.ZodString;
361
+ sourceAttribute: z.ZodString;
362
+ }, "strip", z.ZodTypeAny, {
363
+ attribute: string;
364
+ sourceAttribute: string;
365
+ }, {
366
+ attribute: string;
367
+ sourceAttribute: string;
368
+ }>;
369
+ }, "strip", z.ZodTypeAny, {
370
+ relativeBoolean: {
371
+ attribute: string;
372
+ sourceAttribute: string;
373
+ };
374
+ }, {
375
+ relativeBoolean: {
376
+ attribute: string;
377
+ sourceAttribute: string;
378
+ };
379
+ }>, z.ZodObject<{
380
+ relativeSpace: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
381
+ }, "strip", z.ZodTypeAny, {
382
+ relativeSpace: {};
383
+ }, {
384
+ relativeSpace: {};
385
+ }>, z.ZodObject<{
386
+ relativeUid: z.ZodObject<{
387
+ operator: z.ZodString;
388
+ }, "strip", z.ZodTypeAny, {
389
+ operator: string;
390
+ }, {
391
+ operator: string;
392
+ }>;
393
+ }, "strip", z.ZodTypeAny, {
394
+ relativeUid: {
395
+ operator: string;
396
+ };
397
+ }, {
398
+ relativeUid: {
399
+ operator: string;
400
+ };
401
+ }>, z.ZodObject<{
402
+ relativeBuiltinReference: z.ZodObject<{
403
+ attribute: z.ZodString;
404
+ operator: z.ZodString;
405
+ }, "strip", z.ZodTypeAny, {
406
+ attribute: string;
407
+ operator: string;
408
+ }, {
409
+ attribute: string;
410
+ operator: string;
411
+ }>;
412
+ }, "strip", z.ZodTypeAny, {
413
+ relativeBuiltinReference: {
414
+ attribute: string;
415
+ operator: string;
416
+ };
417
+ }, {
418
+ relativeBuiltinReference: {
419
+ attribute: string;
420
+ operator: string;
421
+ };
422
+ }>]>, z.ZodObject<{
423
+ and: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
424
+ name: z.ZodObject<{
425
+ equals: z.ZodString;
426
+ }, "strip", z.ZodTypeAny, {
427
+ equals: string;
428
+ }, {
429
+ equals: string;
430
+ }>;
431
+ }, "strip", z.ZodTypeAny, {
432
+ name: {
433
+ equals: string;
434
+ };
435
+ }, {
436
+ name: {
437
+ equals: string;
438
+ };
439
+ }>, z.ZodObject<{
440
+ attribute: z.ZodString;
441
+ string: z.ZodEffects<z.ZodObject<{
442
+ equals: z.ZodOptional<z.ZodString>;
443
+ contains: z.ZodOptional<z.ZodString>;
444
+ beginsWith: z.ZodOptional<z.ZodString>;
445
+ is_empty: z.ZodOptional<z.ZodBoolean>;
446
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
447
+ }, "strip", z.ZodTypeAny, {
448
+ equals?: string | undefined;
449
+ contains?: string | undefined;
450
+ beginsWith?: string | undefined;
451
+ is_empty?: boolean | undefined;
452
+ is_not_empty?: boolean | undefined;
453
+ }, {
454
+ equals?: string | undefined;
455
+ contains?: string | undefined;
456
+ beginsWith?: string | undefined;
457
+ is_empty?: boolean | undefined;
458
+ is_not_empty?: boolean | undefined;
459
+ }>, {
460
+ equals?: string | undefined;
461
+ contains?: string | undefined;
462
+ beginsWith?: string | undefined;
463
+ is_empty?: boolean | undefined;
464
+ is_not_empty?: boolean | undefined;
465
+ }, {
466
+ equals?: string | undefined;
467
+ contains?: string | undefined;
468
+ beginsWith?: string | undefined;
469
+ is_empty?: boolean | undefined;
470
+ is_not_empty?: boolean | undefined;
471
+ }>;
472
+ }, "strip", z.ZodTypeAny, {
473
+ string: {
474
+ equals?: string | undefined;
475
+ contains?: string | undefined;
476
+ beginsWith?: string | undefined;
477
+ is_empty?: boolean | undefined;
478
+ is_not_empty?: boolean | undefined;
479
+ };
480
+ attribute: string;
481
+ }, {
482
+ string: {
483
+ equals?: string | undefined;
484
+ contains?: string | undefined;
485
+ beginsWith?: string | undefined;
486
+ is_empty?: boolean | undefined;
487
+ is_not_empty?: boolean | undefined;
488
+ };
489
+ attribute: string;
490
+ }>, z.ZodObject<{
491
+ attribute: z.ZodString;
492
+ number: z.ZodEffects<z.ZodObject<{
493
+ equals: z.ZodOptional<z.ZodNumber>;
494
+ does_not_equal: z.ZodOptional<z.ZodNumber>;
495
+ greater_than: z.ZodOptional<z.ZodNumber>;
496
+ greater_than_or_equal_to: z.ZodOptional<z.ZodNumber>;
497
+ less_than: z.ZodOptional<z.ZodNumber>;
498
+ less_than_or_equal_to: z.ZodOptional<z.ZodNumber>;
499
+ is_empty: z.ZodOptional<z.ZodBoolean>;
500
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
501
+ }, "strip", z.ZodTypeAny, {
502
+ equals?: number | undefined;
503
+ is_empty?: boolean | undefined;
504
+ is_not_empty?: boolean | undefined;
505
+ does_not_equal?: number | undefined;
506
+ greater_than?: number | undefined;
507
+ greater_than_or_equal_to?: number | undefined;
508
+ less_than?: number | undefined;
509
+ less_than_or_equal_to?: number | undefined;
510
+ }, {
511
+ equals?: number | undefined;
512
+ is_empty?: boolean | undefined;
513
+ is_not_empty?: boolean | undefined;
514
+ does_not_equal?: number | undefined;
515
+ greater_than?: number | undefined;
516
+ greater_than_or_equal_to?: number | undefined;
517
+ less_than?: number | undefined;
518
+ less_than_or_equal_to?: number | undefined;
519
+ }>, {
520
+ equals?: number | undefined;
521
+ is_empty?: boolean | undefined;
522
+ is_not_empty?: boolean | undefined;
523
+ does_not_equal?: number | undefined;
524
+ greater_than?: number | undefined;
525
+ greater_than_or_equal_to?: number | undefined;
526
+ less_than?: number | undefined;
527
+ less_than_or_equal_to?: number | undefined;
528
+ }, {
529
+ equals?: number | undefined;
530
+ is_empty?: boolean | undefined;
531
+ is_not_empty?: boolean | undefined;
532
+ does_not_equal?: number | undefined;
533
+ greater_than?: number | undefined;
534
+ greater_than_or_equal_to?: number | undefined;
535
+ less_than?: number | undefined;
536
+ less_than_or_equal_to?: number | undefined;
537
+ }>;
538
+ }, "strip", z.ZodTypeAny, {
539
+ number: {
540
+ equals?: number | undefined;
541
+ is_empty?: boolean | undefined;
542
+ is_not_empty?: boolean | undefined;
543
+ does_not_equal?: number | undefined;
544
+ greater_than?: number | undefined;
545
+ greater_than_or_equal_to?: number | undefined;
546
+ less_than?: number | undefined;
547
+ less_than_or_equal_to?: number | undefined;
548
+ };
549
+ attribute: string;
550
+ }, {
551
+ number: {
552
+ equals?: number | undefined;
553
+ is_empty?: boolean | undefined;
554
+ is_not_empty?: boolean | undefined;
555
+ does_not_equal?: number | undefined;
556
+ greater_than?: number | undefined;
557
+ greater_than_or_equal_to?: number | undefined;
558
+ less_than?: number | undefined;
559
+ less_than_or_equal_to?: number | undefined;
560
+ };
561
+ attribute: string;
562
+ }>, z.ZodObject<{
563
+ attribute: z.ZodString;
564
+ date: z.ZodObject<{
565
+ after: z.ZodOptional<z.ZodString>;
566
+ before: z.ZodOptional<z.ZodString>;
567
+ equals: z.ZodOptional<z.ZodString>;
568
+ on_or_after: z.ZodOptional<z.ZodString>;
569
+ on_or_before: z.ZodOptional<z.ZodString>;
570
+ is_empty: z.ZodOptional<z.ZodBoolean>;
571
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
572
+ }, "strip", z.ZodTypeAny, {
573
+ equals?: string | undefined;
574
+ is_empty?: boolean | undefined;
575
+ is_not_empty?: boolean | undefined;
576
+ after?: string | undefined;
577
+ before?: string | undefined;
578
+ on_or_after?: string | undefined;
579
+ on_or_before?: string | undefined;
580
+ }, {
581
+ equals?: string | undefined;
582
+ is_empty?: boolean | undefined;
583
+ is_not_empty?: boolean | undefined;
584
+ after?: string | undefined;
585
+ before?: string | undefined;
586
+ on_or_after?: string | undefined;
587
+ on_or_before?: string | undefined;
588
+ }>;
589
+ }, "strip", z.ZodTypeAny, {
590
+ date: {
591
+ equals?: string | undefined;
592
+ is_empty?: boolean | undefined;
593
+ is_not_empty?: boolean | undefined;
594
+ after?: string | undefined;
595
+ before?: string | undefined;
596
+ on_or_after?: string | undefined;
597
+ on_or_before?: string | undefined;
598
+ };
599
+ attribute: string;
600
+ }, {
601
+ date: {
602
+ equals?: string | undefined;
603
+ is_empty?: boolean | undefined;
604
+ is_not_empty?: boolean | undefined;
605
+ after?: string | undefined;
606
+ before?: string | undefined;
607
+ on_or_after?: string | undefined;
608
+ on_or_before?: string | undefined;
609
+ };
610
+ attribute: string;
611
+ }>, z.ZodObject<{
612
+ attribute: z.ZodString;
613
+ reference: z.ZodEffects<z.ZodObject<{
614
+ equals: z.ZodOptional<z.ZodString>;
615
+ is_empty: z.ZodOptional<z.ZodBoolean>;
616
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
617
+ }, "strip", z.ZodTypeAny, {
618
+ equals?: string | undefined;
619
+ is_empty?: boolean | undefined;
620
+ is_not_empty?: boolean | undefined;
621
+ }, {
622
+ equals?: string | undefined;
623
+ is_empty?: boolean | undefined;
624
+ is_not_empty?: boolean | undefined;
625
+ }>, {
626
+ equals?: string | undefined;
627
+ is_empty?: boolean | undefined;
628
+ is_not_empty?: boolean | undefined;
629
+ }, {
630
+ equals?: string | undefined;
631
+ is_empty?: boolean | undefined;
632
+ is_not_empty?: boolean | undefined;
633
+ }>;
634
+ }, "strip", z.ZodTypeAny, {
635
+ reference: {
636
+ equals?: string | undefined;
637
+ is_empty?: boolean | undefined;
638
+ is_not_empty?: boolean | undefined;
639
+ };
640
+ attribute: string;
641
+ }, {
642
+ reference: {
643
+ equals?: string | undefined;
644
+ is_empty?: boolean | undefined;
645
+ is_not_empty?: boolean | undefined;
646
+ };
647
+ attribute: string;
648
+ }>, z.ZodObject<{
649
+ attribute: z.ZodString;
650
+ boolean: z.ZodObject<{
651
+ equals: z.ZodBoolean;
652
+ }, "strip", z.ZodTypeAny, {
653
+ equals: boolean;
654
+ }, {
655
+ equals: boolean;
656
+ }>;
657
+ }, "strip", z.ZodTypeAny, {
658
+ boolean: {
659
+ equals: boolean;
660
+ };
661
+ attribute: string;
662
+ }, {
663
+ boolean: {
664
+ equals: boolean;
665
+ };
666
+ attribute: string;
667
+ }>, z.ZodObject<{
668
+ relativeReference: z.ZodObject<{
669
+ attribute: z.ZodString;
670
+ operator: z.ZodString;
671
+ }, "strip", z.ZodTypeAny, {
672
+ attribute: string;
673
+ operator: string;
674
+ }, {
675
+ attribute: string;
676
+ operator: string;
677
+ }>;
678
+ }, "strip", z.ZodTypeAny, {
679
+ relativeReference: {
680
+ attribute: string;
681
+ operator: string;
682
+ };
683
+ }, {
684
+ relativeReference: {
685
+ attribute: string;
686
+ operator: string;
687
+ };
688
+ }>, z.ZodObject<{
689
+ relativeDate: z.ZodObject<{
690
+ attribute: z.ZodString;
691
+ operator: z.ZodEnum<["equals", "lessThan", "lessEquals", "greaterThan", "greaterEquals"]>;
692
+ offset: z.ZodOptional<z.ZodNumber>;
693
+ relativeToAttribute: z.ZodOptional<z.ZodNullable<z.ZodString>>;
694
+ }, "strip", z.ZodTypeAny, {
695
+ attribute: string;
696
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
697
+ offset?: number | undefined;
698
+ relativeToAttribute?: string | null | undefined;
699
+ }, {
700
+ attribute: string;
701
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
702
+ offset?: number | undefined;
703
+ relativeToAttribute?: string | null | undefined;
704
+ }>;
705
+ }, "strip", z.ZodTypeAny, {
706
+ relativeDate: {
707
+ attribute: string;
708
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
709
+ offset?: number | undefined;
710
+ relativeToAttribute?: string | null | undefined;
711
+ };
712
+ }, {
713
+ relativeDate: {
714
+ attribute: string;
715
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
716
+ offset?: number | undefined;
717
+ relativeToAttribute?: string | null | undefined;
718
+ };
719
+ }>, z.ZodObject<{
720
+ relativeString: z.ZodObject<{
721
+ attribute: z.ZodString;
722
+ sourceAttribute: z.ZodString;
723
+ }, "strip", z.ZodTypeAny, {
724
+ attribute: string;
725
+ sourceAttribute: string;
726
+ }, {
727
+ attribute: string;
728
+ sourceAttribute: string;
729
+ }>;
730
+ }, "strip", z.ZodTypeAny, {
731
+ relativeString: {
732
+ attribute: string;
733
+ sourceAttribute: string;
734
+ };
735
+ }, {
736
+ relativeString: {
737
+ attribute: string;
738
+ sourceAttribute: string;
739
+ };
740
+ }>, z.ZodObject<{
741
+ relativeNumber: z.ZodObject<{
742
+ attribute: z.ZodString;
743
+ sourceAttribute: z.ZodString;
744
+ operator: z.ZodOptional<z.ZodEnum<["equals", "lessThan", "lessEquals", "greaterThan", "greaterEquals"]>>;
745
+ offset: z.ZodOptional<z.ZodNumber>;
746
+ }, "strip", z.ZodTypeAny, {
747
+ attribute: string;
748
+ sourceAttribute: string;
749
+ offset?: number | undefined;
750
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
751
+ }, {
752
+ attribute: string;
753
+ sourceAttribute: string;
754
+ offset?: number | undefined;
755
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
756
+ }>;
757
+ }, "strip", z.ZodTypeAny, {
758
+ relativeNumber: {
759
+ attribute: string;
760
+ sourceAttribute: string;
761
+ offset?: number | undefined;
762
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
763
+ };
764
+ }, {
765
+ relativeNumber: {
766
+ attribute: string;
767
+ sourceAttribute: string;
768
+ offset?: number | undefined;
769
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
770
+ };
771
+ }>, z.ZodObject<{
772
+ relativeBoolean: z.ZodObject<{
773
+ attribute: z.ZodString;
774
+ sourceAttribute: z.ZodString;
775
+ }, "strip", z.ZodTypeAny, {
776
+ attribute: string;
777
+ sourceAttribute: string;
778
+ }, {
779
+ attribute: string;
780
+ sourceAttribute: string;
781
+ }>;
782
+ }, "strip", z.ZodTypeAny, {
783
+ relativeBoolean: {
784
+ attribute: string;
785
+ sourceAttribute: string;
786
+ };
787
+ }, {
788
+ relativeBoolean: {
789
+ attribute: string;
790
+ sourceAttribute: string;
791
+ };
792
+ }>, z.ZodObject<{
793
+ relativeSpace: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
794
+ }, "strip", z.ZodTypeAny, {
795
+ relativeSpace: {};
796
+ }, {
797
+ relativeSpace: {};
798
+ }>, z.ZodObject<{
799
+ relativeUid: z.ZodObject<{
800
+ operator: z.ZodString;
801
+ }, "strip", z.ZodTypeAny, {
802
+ operator: string;
803
+ }, {
804
+ operator: string;
805
+ }>;
806
+ }, "strip", z.ZodTypeAny, {
807
+ relativeUid: {
808
+ operator: string;
809
+ };
810
+ }, {
811
+ relativeUid: {
812
+ operator: string;
813
+ };
814
+ }>, z.ZodObject<{
815
+ relativeBuiltinReference: z.ZodObject<{
816
+ attribute: z.ZodString;
817
+ operator: z.ZodString;
818
+ }, "strip", z.ZodTypeAny, {
819
+ attribute: string;
820
+ operator: string;
821
+ }, {
822
+ attribute: string;
823
+ operator: string;
824
+ }>;
825
+ }, "strip", z.ZodTypeAny, {
826
+ relativeBuiltinReference: {
827
+ attribute: string;
828
+ operator: string;
829
+ };
830
+ }, {
831
+ relativeBuiltinReference: {
832
+ attribute: string;
833
+ operator: string;
834
+ };
835
+ }>]>, z.ZodObject<{
836
+ or: z.ZodArray<z.ZodUnion<[z.ZodObject<{
837
+ name: z.ZodObject<{
838
+ equals: z.ZodString;
839
+ }, "strip", z.ZodTypeAny, {
840
+ equals: string;
841
+ }, {
842
+ equals: string;
843
+ }>;
844
+ }, "strip", z.ZodTypeAny, {
845
+ name: {
846
+ equals: string;
847
+ };
848
+ }, {
849
+ name: {
850
+ equals: string;
851
+ };
852
+ }>, z.ZodObject<{
853
+ attribute: z.ZodString;
854
+ string: z.ZodEffects<z.ZodObject<{
855
+ equals: z.ZodOptional<z.ZodString>;
856
+ contains: z.ZodOptional<z.ZodString>;
857
+ beginsWith: z.ZodOptional<z.ZodString>;
858
+ is_empty: z.ZodOptional<z.ZodBoolean>;
859
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
860
+ }, "strip", z.ZodTypeAny, {
861
+ equals?: string | undefined;
862
+ contains?: string | undefined;
863
+ beginsWith?: string | undefined;
864
+ is_empty?: boolean | undefined;
865
+ is_not_empty?: boolean | undefined;
866
+ }, {
867
+ equals?: string | undefined;
868
+ contains?: string | undefined;
869
+ beginsWith?: string | undefined;
870
+ is_empty?: boolean | undefined;
871
+ is_not_empty?: boolean | undefined;
872
+ }>, {
873
+ equals?: string | undefined;
874
+ contains?: string | undefined;
875
+ beginsWith?: string | undefined;
876
+ is_empty?: boolean | undefined;
877
+ is_not_empty?: boolean | undefined;
878
+ }, {
879
+ equals?: string | undefined;
880
+ contains?: string | undefined;
881
+ beginsWith?: string | undefined;
882
+ is_empty?: boolean | undefined;
883
+ is_not_empty?: boolean | undefined;
884
+ }>;
885
+ }, "strip", z.ZodTypeAny, {
886
+ string: {
887
+ equals?: string | undefined;
888
+ contains?: string | undefined;
889
+ beginsWith?: string | undefined;
890
+ is_empty?: boolean | undefined;
891
+ is_not_empty?: boolean | undefined;
892
+ };
893
+ attribute: string;
894
+ }, {
895
+ string: {
896
+ equals?: string | undefined;
897
+ contains?: string | undefined;
898
+ beginsWith?: string | undefined;
899
+ is_empty?: boolean | undefined;
900
+ is_not_empty?: boolean | undefined;
901
+ };
902
+ attribute: string;
903
+ }>, z.ZodObject<{
904
+ attribute: z.ZodString;
905
+ number: z.ZodEffects<z.ZodObject<{
906
+ equals: z.ZodOptional<z.ZodNumber>;
907
+ does_not_equal: z.ZodOptional<z.ZodNumber>;
908
+ greater_than: z.ZodOptional<z.ZodNumber>;
909
+ greater_than_or_equal_to: z.ZodOptional<z.ZodNumber>;
910
+ less_than: z.ZodOptional<z.ZodNumber>;
911
+ less_than_or_equal_to: z.ZodOptional<z.ZodNumber>;
912
+ is_empty: z.ZodOptional<z.ZodBoolean>;
913
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
914
+ }, "strip", z.ZodTypeAny, {
915
+ equals?: number | undefined;
916
+ is_empty?: boolean | undefined;
917
+ is_not_empty?: boolean | undefined;
918
+ does_not_equal?: number | undefined;
919
+ greater_than?: number | undefined;
920
+ greater_than_or_equal_to?: number | undefined;
921
+ less_than?: number | undefined;
922
+ less_than_or_equal_to?: number | undefined;
923
+ }, {
924
+ equals?: number | undefined;
925
+ is_empty?: boolean | undefined;
926
+ is_not_empty?: boolean | undefined;
927
+ does_not_equal?: number | undefined;
928
+ greater_than?: number | undefined;
929
+ greater_than_or_equal_to?: number | undefined;
930
+ less_than?: number | undefined;
931
+ less_than_or_equal_to?: number | undefined;
932
+ }>, {
933
+ equals?: number | undefined;
934
+ is_empty?: boolean | undefined;
935
+ is_not_empty?: boolean | undefined;
936
+ does_not_equal?: number | undefined;
937
+ greater_than?: number | undefined;
938
+ greater_than_or_equal_to?: number | undefined;
939
+ less_than?: number | undefined;
940
+ less_than_or_equal_to?: number | undefined;
941
+ }, {
942
+ equals?: number | undefined;
943
+ is_empty?: boolean | undefined;
944
+ is_not_empty?: boolean | undefined;
945
+ does_not_equal?: number | undefined;
946
+ greater_than?: number | undefined;
947
+ greater_than_or_equal_to?: number | undefined;
948
+ less_than?: number | undefined;
949
+ less_than_or_equal_to?: number | undefined;
950
+ }>;
951
+ }, "strip", z.ZodTypeAny, {
952
+ number: {
953
+ equals?: number | undefined;
954
+ is_empty?: boolean | undefined;
955
+ is_not_empty?: boolean | undefined;
956
+ does_not_equal?: number | undefined;
957
+ greater_than?: number | undefined;
958
+ greater_than_or_equal_to?: number | undefined;
959
+ less_than?: number | undefined;
960
+ less_than_or_equal_to?: number | undefined;
961
+ };
962
+ attribute: string;
963
+ }, {
964
+ number: {
965
+ equals?: number | undefined;
966
+ is_empty?: boolean | undefined;
967
+ is_not_empty?: boolean | undefined;
968
+ does_not_equal?: number | undefined;
969
+ greater_than?: number | undefined;
970
+ greater_than_or_equal_to?: number | undefined;
971
+ less_than?: number | undefined;
972
+ less_than_or_equal_to?: number | undefined;
973
+ };
974
+ attribute: string;
975
+ }>, z.ZodObject<{
976
+ attribute: z.ZodString;
977
+ date: z.ZodObject<{
978
+ after: z.ZodOptional<z.ZodString>;
979
+ before: z.ZodOptional<z.ZodString>;
980
+ equals: z.ZodOptional<z.ZodString>;
981
+ on_or_after: z.ZodOptional<z.ZodString>;
982
+ on_or_before: z.ZodOptional<z.ZodString>;
983
+ is_empty: z.ZodOptional<z.ZodBoolean>;
984
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
985
+ }, "strip", z.ZodTypeAny, {
986
+ equals?: string | undefined;
987
+ is_empty?: boolean | undefined;
988
+ is_not_empty?: boolean | undefined;
989
+ after?: string | undefined;
990
+ before?: string | undefined;
991
+ on_or_after?: string | undefined;
992
+ on_or_before?: string | undefined;
993
+ }, {
994
+ equals?: string | undefined;
995
+ is_empty?: boolean | undefined;
996
+ is_not_empty?: boolean | undefined;
997
+ after?: string | undefined;
998
+ before?: string | undefined;
999
+ on_or_after?: string | undefined;
1000
+ on_or_before?: string | undefined;
1001
+ }>;
1002
+ }, "strip", z.ZodTypeAny, {
1003
+ date: {
1004
+ equals?: string | undefined;
1005
+ is_empty?: boolean | undefined;
1006
+ is_not_empty?: boolean | undefined;
1007
+ after?: string | undefined;
1008
+ before?: string | undefined;
1009
+ on_or_after?: string | undefined;
1010
+ on_or_before?: string | undefined;
1011
+ };
1012
+ attribute: string;
1013
+ }, {
1014
+ date: {
1015
+ equals?: string | undefined;
1016
+ is_empty?: boolean | undefined;
1017
+ is_not_empty?: boolean | undefined;
1018
+ after?: string | undefined;
1019
+ before?: string | undefined;
1020
+ on_or_after?: string | undefined;
1021
+ on_or_before?: string | undefined;
1022
+ };
1023
+ attribute: string;
1024
+ }>, z.ZodObject<{
1025
+ attribute: z.ZodString;
1026
+ reference: z.ZodEffects<z.ZodObject<{
1027
+ equals: z.ZodOptional<z.ZodString>;
1028
+ is_empty: z.ZodOptional<z.ZodBoolean>;
1029
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
1030
+ }, "strip", z.ZodTypeAny, {
1031
+ equals?: string | undefined;
1032
+ is_empty?: boolean | undefined;
1033
+ is_not_empty?: boolean | undefined;
1034
+ }, {
1035
+ equals?: string | undefined;
1036
+ is_empty?: boolean | undefined;
1037
+ is_not_empty?: boolean | undefined;
1038
+ }>, {
1039
+ equals?: string | undefined;
1040
+ is_empty?: boolean | undefined;
1041
+ is_not_empty?: boolean | undefined;
1042
+ }, {
1043
+ equals?: string | undefined;
1044
+ is_empty?: boolean | undefined;
1045
+ is_not_empty?: boolean | undefined;
1046
+ }>;
1047
+ }, "strip", z.ZodTypeAny, {
1048
+ reference: {
1049
+ equals?: string | undefined;
1050
+ is_empty?: boolean | undefined;
1051
+ is_not_empty?: boolean | undefined;
1052
+ };
1053
+ attribute: string;
1054
+ }, {
1055
+ reference: {
1056
+ equals?: string | undefined;
1057
+ is_empty?: boolean | undefined;
1058
+ is_not_empty?: boolean | undefined;
1059
+ };
1060
+ attribute: string;
1061
+ }>, z.ZodObject<{
1062
+ attribute: z.ZodString;
1063
+ boolean: z.ZodObject<{
1064
+ equals: z.ZodBoolean;
1065
+ }, "strip", z.ZodTypeAny, {
1066
+ equals: boolean;
1067
+ }, {
1068
+ equals: boolean;
1069
+ }>;
1070
+ }, "strip", z.ZodTypeAny, {
1071
+ boolean: {
1072
+ equals: boolean;
1073
+ };
1074
+ attribute: string;
1075
+ }, {
1076
+ boolean: {
1077
+ equals: boolean;
1078
+ };
1079
+ attribute: string;
1080
+ }>, z.ZodObject<{
1081
+ relativeReference: z.ZodObject<{
1082
+ attribute: z.ZodString;
1083
+ operator: z.ZodString;
1084
+ }, "strip", z.ZodTypeAny, {
1085
+ attribute: string;
1086
+ operator: string;
1087
+ }, {
1088
+ attribute: string;
1089
+ operator: string;
1090
+ }>;
1091
+ }, "strip", z.ZodTypeAny, {
1092
+ relativeReference: {
1093
+ attribute: string;
1094
+ operator: string;
1095
+ };
1096
+ }, {
1097
+ relativeReference: {
1098
+ attribute: string;
1099
+ operator: string;
1100
+ };
1101
+ }>, z.ZodObject<{
1102
+ relativeDate: z.ZodObject<{
1103
+ attribute: z.ZodString;
1104
+ operator: z.ZodEnum<["equals", "lessThan", "lessEquals", "greaterThan", "greaterEquals"]>;
1105
+ offset: z.ZodOptional<z.ZodNumber>;
1106
+ relativeToAttribute: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1107
+ }, "strip", z.ZodTypeAny, {
1108
+ attribute: string;
1109
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
1110
+ offset?: number | undefined;
1111
+ relativeToAttribute?: string | null | undefined;
1112
+ }, {
1113
+ attribute: string;
1114
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
1115
+ offset?: number | undefined;
1116
+ relativeToAttribute?: string | null | undefined;
1117
+ }>;
1118
+ }, "strip", z.ZodTypeAny, {
1119
+ relativeDate: {
1120
+ attribute: string;
1121
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
1122
+ offset?: number | undefined;
1123
+ relativeToAttribute?: string | null | undefined;
1124
+ };
1125
+ }, {
1126
+ relativeDate: {
1127
+ attribute: string;
1128
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
1129
+ offset?: number | undefined;
1130
+ relativeToAttribute?: string | null | undefined;
1131
+ };
1132
+ }>, z.ZodObject<{
1133
+ relativeString: z.ZodObject<{
1134
+ attribute: z.ZodString;
1135
+ sourceAttribute: z.ZodString;
1136
+ }, "strip", z.ZodTypeAny, {
1137
+ attribute: string;
1138
+ sourceAttribute: string;
1139
+ }, {
1140
+ attribute: string;
1141
+ sourceAttribute: string;
1142
+ }>;
1143
+ }, "strip", z.ZodTypeAny, {
1144
+ relativeString: {
1145
+ attribute: string;
1146
+ sourceAttribute: string;
1147
+ };
1148
+ }, {
1149
+ relativeString: {
1150
+ attribute: string;
1151
+ sourceAttribute: string;
1152
+ };
1153
+ }>, z.ZodObject<{
1154
+ relativeNumber: z.ZodObject<{
1155
+ attribute: z.ZodString;
1156
+ sourceAttribute: z.ZodString;
1157
+ operator: z.ZodOptional<z.ZodEnum<["equals", "lessThan", "lessEquals", "greaterThan", "greaterEquals"]>>;
1158
+ offset: z.ZodOptional<z.ZodNumber>;
1159
+ }, "strip", z.ZodTypeAny, {
1160
+ attribute: string;
1161
+ sourceAttribute: string;
1162
+ offset?: number | undefined;
1163
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
1164
+ }, {
1165
+ attribute: string;
1166
+ sourceAttribute: string;
1167
+ offset?: number | undefined;
1168
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
1169
+ }>;
1170
+ }, "strip", z.ZodTypeAny, {
1171
+ relativeNumber: {
1172
+ attribute: string;
1173
+ sourceAttribute: string;
1174
+ offset?: number | undefined;
1175
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
1176
+ };
1177
+ }, {
1178
+ relativeNumber: {
1179
+ attribute: string;
1180
+ sourceAttribute: string;
1181
+ offset?: number | undefined;
1182
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
1183
+ };
1184
+ }>, z.ZodObject<{
1185
+ relativeBoolean: z.ZodObject<{
1186
+ attribute: z.ZodString;
1187
+ sourceAttribute: z.ZodString;
1188
+ }, "strip", z.ZodTypeAny, {
1189
+ attribute: string;
1190
+ sourceAttribute: string;
1191
+ }, {
1192
+ attribute: string;
1193
+ sourceAttribute: string;
1194
+ }>;
1195
+ }, "strip", z.ZodTypeAny, {
1196
+ relativeBoolean: {
1197
+ attribute: string;
1198
+ sourceAttribute: string;
1199
+ };
1200
+ }, {
1201
+ relativeBoolean: {
1202
+ attribute: string;
1203
+ sourceAttribute: string;
1204
+ };
1205
+ }>, z.ZodObject<{
1206
+ relativeSpace: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
1207
+ }, "strip", z.ZodTypeAny, {
1208
+ relativeSpace: {};
1209
+ }, {
1210
+ relativeSpace: {};
1211
+ }>, z.ZodObject<{
1212
+ relativeUid: z.ZodObject<{
1213
+ operator: z.ZodString;
1214
+ }, "strip", z.ZodTypeAny, {
1215
+ operator: string;
1216
+ }, {
1217
+ operator: string;
1218
+ }>;
1219
+ }, "strip", z.ZodTypeAny, {
1220
+ relativeUid: {
1221
+ operator: string;
1222
+ };
1223
+ }, {
1224
+ relativeUid: {
1225
+ operator: string;
1226
+ };
1227
+ }>, z.ZodObject<{
1228
+ relativeBuiltinReference: z.ZodObject<{
1229
+ attribute: z.ZodString;
1230
+ operator: z.ZodString;
1231
+ }, "strip", z.ZodTypeAny, {
1232
+ attribute: string;
1233
+ operator: string;
1234
+ }, {
1235
+ attribute: string;
1236
+ operator: string;
1237
+ }>;
1238
+ }, "strip", z.ZodTypeAny, {
1239
+ relativeBuiltinReference: {
1240
+ attribute: string;
1241
+ operator: string;
1242
+ };
1243
+ }, {
1244
+ relativeBuiltinReference: {
1245
+ attribute: string;
1246
+ operator: string;
1247
+ };
1248
+ }>]>, "many">;
1249
+ }, "strip", z.ZodTypeAny, {
1250
+ or: ({
1251
+ relativeReference: {
1252
+ attribute: string;
1253
+ operator: string;
1254
+ };
1255
+ } | {
1256
+ relativeDate: {
1257
+ attribute: string;
1258
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
1259
+ offset?: number | undefined;
1260
+ relativeToAttribute?: string | null | undefined;
1261
+ };
1262
+ } | {
1263
+ relativeString: {
1264
+ attribute: string;
1265
+ sourceAttribute: string;
1266
+ };
1267
+ } | {
1268
+ relativeNumber: {
1269
+ attribute: string;
1270
+ sourceAttribute: string;
1271
+ offset?: number | undefined;
1272
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
1273
+ };
1274
+ } | {
1275
+ relativeBoolean: {
1276
+ attribute: string;
1277
+ sourceAttribute: string;
1278
+ };
1279
+ } | {
1280
+ relativeSpace: {};
1281
+ } | {
1282
+ relativeUid: {
1283
+ operator: string;
1284
+ };
1285
+ } | {
1286
+ relativeBuiltinReference: {
1287
+ attribute: string;
1288
+ operator: string;
1289
+ };
1290
+ } | {
1291
+ string: {
1292
+ equals?: string | undefined;
1293
+ contains?: string | undefined;
1294
+ beginsWith?: string | undefined;
1295
+ is_empty?: boolean | undefined;
1296
+ is_not_empty?: boolean | undefined;
1297
+ };
1298
+ attribute: string;
1299
+ } | {
1300
+ name: {
1301
+ equals: string;
1302
+ };
1303
+ } | {
1304
+ number: {
1305
+ equals?: number | undefined;
1306
+ is_empty?: boolean | undefined;
1307
+ is_not_empty?: boolean | undefined;
1308
+ does_not_equal?: number | undefined;
1309
+ greater_than?: number | undefined;
1310
+ greater_than_or_equal_to?: number | undefined;
1311
+ less_than?: number | undefined;
1312
+ less_than_or_equal_to?: number | undefined;
1313
+ };
1314
+ attribute: string;
1315
+ } | {
1316
+ date: {
1317
+ equals?: string | undefined;
1318
+ is_empty?: boolean | undefined;
1319
+ is_not_empty?: boolean | undefined;
1320
+ after?: string | undefined;
1321
+ before?: string | undefined;
1322
+ on_or_after?: string | undefined;
1323
+ on_or_before?: string | undefined;
1324
+ };
1325
+ attribute: string;
1326
+ } | {
1327
+ reference: {
1328
+ equals?: string | undefined;
1329
+ is_empty?: boolean | undefined;
1330
+ is_not_empty?: boolean | undefined;
1331
+ };
1332
+ attribute: string;
1333
+ } | {
1334
+ boolean: {
1335
+ equals: boolean;
1336
+ };
1337
+ attribute: string;
1338
+ })[];
1339
+ }, {
1340
+ or: ({
1341
+ relativeReference: {
1342
+ attribute: string;
1343
+ operator: string;
1344
+ };
1345
+ } | {
1346
+ relativeDate: {
1347
+ attribute: string;
1348
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
1349
+ offset?: number | undefined;
1350
+ relativeToAttribute?: string | null | undefined;
1351
+ };
1352
+ } | {
1353
+ relativeString: {
1354
+ attribute: string;
1355
+ sourceAttribute: string;
1356
+ };
1357
+ } | {
1358
+ relativeNumber: {
1359
+ attribute: string;
1360
+ sourceAttribute: string;
1361
+ offset?: number | undefined;
1362
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
1363
+ };
1364
+ } | {
1365
+ relativeBoolean: {
1366
+ attribute: string;
1367
+ sourceAttribute: string;
1368
+ };
1369
+ } | {
1370
+ relativeSpace: {};
1371
+ } | {
1372
+ relativeUid: {
1373
+ operator: string;
1374
+ };
1375
+ } | {
1376
+ relativeBuiltinReference: {
1377
+ attribute: string;
1378
+ operator: string;
1379
+ };
1380
+ } | {
1381
+ string: {
1382
+ equals?: string | undefined;
1383
+ contains?: string | undefined;
1384
+ beginsWith?: string | undefined;
1385
+ is_empty?: boolean | undefined;
1386
+ is_not_empty?: boolean | undefined;
1387
+ };
1388
+ attribute: string;
1389
+ } | {
1390
+ name: {
1391
+ equals: string;
1392
+ };
1393
+ } | {
1394
+ number: {
1395
+ equals?: number | undefined;
1396
+ is_empty?: boolean | undefined;
1397
+ is_not_empty?: boolean | undefined;
1398
+ does_not_equal?: number | undefined;
1399
+ greater_than?: number | undefined;
1400
+ greater_than_or_equal_to?: number | undefined;
1401
+ less_than?: number | undefined;
1402
+ less_than_or_equal_to?: number | undefined;
1403
+ };
1404
+ attribute: string;
1405
+ } | {
1406
+ date: {
1407
+ equals?: string | undefined;
1408
+ is_empty?: boolean | undefined;
1409
+ is_not_empty?: boolean | undefined;
1410
+ after?: string | undefined;
1411
+ before?: string | undefined;
1412
+ on_or_after?: string | undefined;
1413
+ on_or_before?: string | undefined;
1414
+ };
1415
+ attribute: string;
1416
+ } | {
1417
+ reference: {
1418
+ equals?: string | undefined;
1419
+ is_empty?: boolean | undefined;
1420
+ is_not_empty?: boolean | undefined;
1421
+ };
1422
+ attribute: string;
1423
+ } | {
1424
+ boolean: {
1425
+ equals: boolean;
1426
+ };
1427
+ attribute: string;
1428
+ })[];
1429
+ }>]>, "many">;
1430
+ }, "strip", z.ZodTypeAny, {
1431
+ and: ({
1432
+ relativeReference: {
1433
+ attribute: string;
1434
+ operator: string;
1435
+ };
1436
+ } | {
1437
+ relativeDate: {
1438
+ attribute: string;
1439
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
1440
+ offset?: number | undefined;
1441
+ relativeToAttribute?: string | null | undefined;
1442
+ };
1443
+ } | {
1444
+ relativeString: {
1445
+ attribute: string;
1446
+ sourceAttribute: string;
1447
+ };
1448
+ } | {
1449
+ relativeNumber: {
1450
+ attribute: string;
1451
+ sourceAttribute: string;
1452
+ offset?: number | undefined;
1453
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
1454
+ };
1455
+ } | {
1456
+ relativeBoolean: {
1457
+ attribute: string;
1458
+ sourceAttribute: string;
1459
+ };
1460
+ } | {
1461
+ relativeSpace: {};
1462
+ } | {
1463
+ relativeUid: {
1464
+ operator: string;
1465
+ };
1466
+ } | {
1467
+ relativeBuiltinReference: {
1468
+ attribute: string;
1469
+ operator: string;
1470
+ };
1471
+ } | {
1472
+ string: {
1473
+ equals?: string | undefined;
1474
+ contains?: string | undefined;
1475
+ beginsWith?: string | undefined;
1476
+ is_empty?: boolean | undefined;
1477
+ is_not_empty?: boolean | undefined;
1478
+ };
1479
+ attribute: string;
1480
+ } | {
1481
+ name: {
1482
+ equals: string;
1483
+ };
1484
+ } | {
1485
+ number: {
1486
+ equals?: number | undefined;
1487
+ is_empty?: boolean | undefined;
1488
+ is_not_empty?: boolean | undefined;
1489
+ does_not_equal?: number | undefined;
1490
+ greater_than?: number | undefined;
1491
+ greater_than_or_equal_to?: number | undefined;
1492
+ less_than?: number | undefined;
1493
+ less_than_or_equal_to?: number | undefined;
1494
+ };
1495
+ attribute: string;
1496
+ } | {
1497
+ date: {
1498
+ equals?: string | undefined;
1499
+ is_empty?: boolean | undefined;
1500
+ is_not_empty?: boolean | undefined;
1501
+ after?: string | undefined;
1502
+ before?: string | undefined;
1503
+ on_or_after?: string | undefined;
1504
+ on_or_before?: string | undefined;
1505
+ };
1506
+ attribute: string;
1507
+ } | {
1508
+ reference: {
1509
+ equals?: string | undefined;
1510
+ is_empty?: boolean | undefined;
1511
+ is_not_empty?: boolean | undefined;
1512
+ };
1513
+ attribute: string;
1514
+ } | {
1515
+ boolean: {
1516
+ equals: boolean;
1517
+ };
1518
+ attribute: string;
1519
+ } | {
1520
+ or: ({
1521
+ relativeReference: {
1522
+ attribute: string;
1523
+ operator: string;
1524
+ };
1525
+ } | {
1526
+ relativeDate: {
1527
+ attribute: string;
1528
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
1529
+ offset?: number | undefined;
1530
+ relativeToAttribute?: string | null | undefined;
1531
+ };
1532
+ } | {
1533
+ relativeString: {
1534
+ attribute: string;
1535
+ sourceAttribute: string;
1536
+ };
1537
+ } | {
1538
+ relativeNumber: {
1539
+ attribute: string;
1540
+ sourceAttribute: string;
1541
+ offset?: number | undefined;
1542
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
1543
+ };
1544
+ } | {
1545
+ relativeBoolean: {
1546
+ attribute: string;
1547
+ sourceAttribute: string;
1548
+ };
1549
+ } | {
1550
+ relativeSpace: {};
1551
+ } | {
1552
+ relativeUid: {
1553
+ operator: string;
1554
+ };
1555
+ } | {
1556
+ relativeBuiltinReference: {
1557
+ attribute: string;
1558
+ operator: string;
1559
+ };
1560
+ } | {
1561
+ string: {
1562
+ equals?: string | undefined;
1563
+ contains?: string | undefined;
1564
+ beginsWith?: string | undefined;
1565
+ is_empty?: boolean | undefined;
1566
+ is_not_empty?: boolean | undefined;
1567
+ };
1568
+ attribute: string;
1569
+ } | {
1570
+ name: {
1571
+ equals: string;
1572
+ };
1573
+ } | {
1574
+ number: {
1575
+ equals?: number | undefined;
1576
+ is_empty?: boolean | undefined;
1577
+ is_not_empty?: boolean | undefined;
1578
+ does_not_equal?: number | undefined;
1579
+ greater_than?: number | undefined;
1580
+ greater_than_or_equal_to?: number | undefined;
1581
+ less_than?: number | undefined;
1582
+ less_than_or_equal_to?: number | undefined;
1583
+ };
1584
+ attribute: string;
1585
+ } | {
1586
+ date: {
1587
+ equals?: string | undefined;
1588
+ is_empty?: boolean | undefined;
1589
+ is_not_empty?: boolean | undefined;
1590
+ after?: string | undefined;
1591
+ before?: string | undefined;
1592
+ on_or_after?: string | undefined;
1593
+ on_or_before?: string | undefined;
1594
+ };
1595
+ attribute: string;
1596
+ } | {
1597
+ reference: {
1598
+ equals?: string | undefined;
1599
+ is_empty?: boolean | undefined;
1600
+ is_not_empty?: boolean | undefined;
1601
+ };
1602
+ attribute: string;
1603
+ } | {
1604
+ boolean: {
1605
+ equals: boolean;
1606
+ };
1607
+ attribute: string;
1608
+ })[];
1609
+ })[];
1610
+ }, {
1611
+ and: ({
1612
+ relativeReference: {
1613
+ attribute: string;
1614
+ operator: string;
1615
+ };
1616
+ } | {
1617
+ relativeDate: {
1618
+ attribute: string;
1619
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
1620
+ offset?: number | undefined;
1621
+ relativeToAttribute?: string | null | undefined;
1622
+ };
1623
+ } | {
1624
+ relativeString: {
1625
+ attribute: string;
1626
+ sourceAttribute: string;
1627
+ };
1628
+ } | {
1629
+ relativeNumber: {
1630
+ attribute: string;
1631
+ sourceAttribute: string;
1632
+ offset?: number | undefined;
1633
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
1634
+ };
1635
+ } | {
1636
+ relativeBoolean: {
1637
+ attribute: string;
1638
+ sourceAttribute: string;
1639
+ };
1640
+ } | {
1641
+ relativeSpace: {};
1642
+ } | {
1643
+ relativeUid: {
1644
+ operator: string;
1645
+ };
1646
+ } | {
1647
+ relativeBuiltinReference: {
1648
+ attribute: string;
1649
+ operator: string;
1650
+ };
1651
+ } | {
1652
+ string: {
1653
+ equals?: string | undefined;
1654
+ contains?: string | undefined;
1655
+ beginsWith?: string | undefined;
1656
+ is_empty?: boolean | undefined;
1657
+ is_not_empty?: boolean | undefined;
1658
+ };
1659
+ attribute: string;
1660
+ } | {
1661
+ name: {
1662
+ equals: string;
1663
+ };
1664
+ } | {
1665
+ number: {
1666
+ equals?: number | undefined;
1667
+ is_empty?: boolean | undefined;
1668
+ is_not_empty?: boolean | undefined;
1669
+ does_not_equal?: number | undefined;
1670
+ greater_than?: number | undefined;
1671
+ greater_than_or_equal_to?: number | undefined;
1672
+ less_than?: number | undefined;
1673
+ less_than_or_equal_to?: number | undefined;
1674
+ };
1675
+ attribute: string;
1676
+ } | {
1677
+ date: {
1678
+ equals?: string | undefined;
1679
+ is_empty?: boolean | undefined;
1680
+ is_not_empty?: boolean | undefined;
1681
+ after?: string | undefined;
1682
+ before?: string | undefined;
1683
+ on_or_after?: string | undefined;
1684
+ on_or_before?: string | undefined;
1685
+ };
1686
+ attribute: string;
1687
+ } | {
1688
+ reference: {
1689
+ equals?: string | undefined;
1690
+ is_empty?: boolean | undefined;
1691
+ is_not_empty?: boolean | undefined;
1692
+ };
1693
+ attribute: string;
1694
+ } | {
1695
+ boolean: {
1696
+ equals: boolean;
1697
+ };
1698
+ attribute: string;
1699
+ } | {
1700
+ or: ({
1701
+ relativeReference: {
1702
+ attribute: string;
1703
+ operator: string;
1704
+ };
1705
+ } | {
1706
+ relativeDate: {
1707
+ attribute: string;
1708
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
1709
+ offset?: number | undefined;
1710
+ relativeToAttribute?: string | null | undefined;
1711
+ };
1712
+ } | {
1713
+ relativeString: {
1714
+ attribute: string;
1715
+ sourceAttribute: string;
1716
+ };
1717
+ } | {
1718
+ relativeNumber: {
1719
+ attribute: string;
1720
+ sourceAttribute: string;
1721
+ offset?: number | undefined;
1722
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
1723
+ };
1724
+ } | {
1725
+ relativeBoolean: {
1726
+ attribute: string;
1727
+ sourceAttribute: string;
1728
+ };
1729
+ } | {
1730
+ relativeSpace: {};
1731
+ } | {
1732
+ relativeUid: {
1733
+ operator: string;
1734
+ };
1735
+ } | {
1736
+ relativeBuiltinReference: {
1737
+ attribute: string;
1738
+ operator: string;
1739
+ };
1740
+ } | {
1741
+ string: {
1742
+ equals?: string | undefined;
1743
+ contains?: string | undefined;
1744
+ beginsWith?: string | undefined;
1745
+ is_empty?: boolean | undefined;
1746
+ is_not_empty?: boolean | undefined;
1747
+ };
1748
+ attribute: string;
1749
+ } | {
1750
+ name: {
1751
+ equals: string;
1752
+ };
1753
+ } | {
1754
+ number: {
1755
+ equals?: number | undefined;
1756
+ is_empty?: boolean | undefined;
1757
+ is_not_empty?: boolean | undefined;
1758
+ does_not_equal?: number | undefined;
1759
+ greater_than?: number | undefined;
1760
+ greater_than_or_equal_to?: number | undefined;
1761
+ less_than?: number | undefined;
1762
+ less_than_or_equal_to?: number | undefined;
1763
+ };
1764
+ attribute: string;
1765
+ } | {
1766
+ date: {
1767
+ equals?: string | undefined;
1768
+ is_empty?: boolean | undefined;
1769
+ is_not_empty?: boolean | undefined;
1770
+ after?: string | undefined;
1771
+ before?: string | undefined;
1772
+ on_or_after?: string | undefined;
1773
+ on_or_before?: string | undefined;
1774
+ };
1775
+ attribute: string;
1776
+ } | {
1777
+ reference: {
1778
+ equals?: string | undefined;
1779
+ is_empty?: boolean | undefined;
1780
+ is_not_empty?: boolean | undefined;
1781
+ };
1782
+ attribute: string;
1783
+ } | {
1784
+ boolean: {
1785
+ equals: boolean;
1786
+ };
1787
+ attribute: string;
1788
+ })[];
1789
+ })[];
1790
+ }>, z.ZodObject<{
1791
+ or: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1792
+ name: z.ZodObject<{
1793
+ equals: z.ZodString;
1794
+ }, "strip", z.ZodTypeAny, {
1795
+ equals: string;
1796
+ }, {
1797
+ equals: string;
1798
+ }>;
1799
+ }, "strip", z.ZodTypeAny, {
1800
+ name: {
1801
+ equals: string;
1802
+ };
1803
+ }, {
1804
+ name: {
1805
+ equals: string;
1806
+ };
1807
+ }>, z.ZodObject<{
1808
+ attribute: z.ZodString;
1809
+ string: z.ZodEffects<z.ZodObject<{
1810
+ equals: z.ZodOptional<z.ZodString>;
1811
+ contains: z.ZodOptional<z.ZodString>;
1812
+ beginsWith: z.ZodOptional<z.ZodString>;
1813
+ is_empty: z.ZodOptional<z.ZodBoolean>;
1814
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
1815
+ }, "strip", z.ZodTypeAny, {
1816
+ equals?: string | undefined;
1817
+ contains?: string | undefined;
1818
+ beginsWith?: string | undefined;
1819
+ is_empty?: boolean | undefined;
1820
+ is_not_empty?: boolean | undefined;
1821
+ }, {
1822
+ equals?: string | undefined;
1823
+ contains?: string | undefined;
1824
+ beginsWith?: string | undefined;
1825
+ is_empty?: boolean | undefined;
1826
+ is_not_empty?: boolean | undefined;
1827
+ }>, {
1828
+ equals?: string | undefined;
1829
+ contains?: string | undefined;
1830
+ beginsWith?: string | undefined;
1831
+ is_empty?: boolean | undefined;
1832
+ is_not_empty?: boolean | undefined;
1833
+ }, {
1834
+ equals?: string | undefined;
1835
+ contains?: string | undefined;
1836
+ beginsWith?: string | undefined;
1837
+ is_empty?: boolean | undefined;
1838
+ is_not_empty?: boolean | undefined;
1839
+ }>;
1840
+ }, "strip", z.ZodTypeAny, {
1841
+ string: {
1842
+ equals?: string | undefined;
1843
+ contains?: string | undefined;
1844
+ beginsWith?: string | undefined;
1845
+ is_empty?: boolean | undefined;
1846
+ is_not_empty?: boolean | undefined;
1847
+ };
1848
+ attribute: string;
1849
+ }, {
1850
+ string: {
1851
+ equals?: string | undefined;
1852
+ contains?: string | undefined;
1853
+ beginsWith?: string | undefined;
1854
+ is_empty?: boolean | undefined;
1855
+ is_not_empty?: boolean | undefined;
1856
+ };
1857
+ attribute: string;
1858
+ }>, z.ZodObject<{
1859
+ attribute: z.ZodString;
1860
+ number: z.ZodEffects<z.ZodObject<{
1861
+ equals: z.ZodOptional<z.ZodNumber>;
1862
+ does_not_equal: z.ZodOptional<z.ZodNumber>;
1863
+ greater_than: z.ZodOptional<z.ZodNumber>;
1864
+ greater_than_or_equal_to: z.ZodOptional<z.ZodNumber>;
1865
+ less_than: z.ZodOptional<z.ZodNumber>;
1866
+ less_than_or_equal_to: z.ZodOptional<z.ZodNumber>;
1867
+ is_empty: z.ZodOptional<z.ZodBoolean>;
1868
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
1869
+ }, "strip", z.ZodTypeAny, {
1870
+ equals?: number | undefined;
1871
+ is_empty?: boolean | undefined;
1872
+ is_not_empty?: boolean | undefined;
1873
+ does_not_equal?: number | undefined;
1874
+ greater_than?: number | undefined;
1875
+ greater_than_or_equal_to?: number | undefined;
1876
+ less_than?: number | undefined;
1877
+ less_than_or_equal_to?: number | undefined;
1878
+ }, {
1879
+ equals?: number | undefined;
1880
+ is_empty?: boolean | undefined;
1881
+ is_not_empty?: boolean | undefined;
1882
+ does_not_equal?: number | undefined;
1883
+ greater_than?: number | undefined;
1884
+ greater_than_or_equal_to?: number | undefined;
1885
+ less_than?: number | undefined;
1886
+ less_than_or_equal_to?: number | undefined;
1887
+ }>, {
1888
+ equals?: number | undefined;
1889
+ is_empty?: boolean | undefined;
1890
+ is_not_empty?: boolean | undefined;
1891
+ does_not_equal?: number | undefined;
1892
+ greater_than?: number | undefined;
1893
+ greater_than_or_equal_to?: number | undefined;
1894
+ less_than?: number | undefined;
1895
+ less_than_or_equal_to?: number | undefined;
1896
+ }, {
1897
+ equals?: number | undefined;
1898
+ is_empty?: boolean | undefined;
1899
+ is_not_empty?: boolean | undefined;
1900
+ does_not_equal?: number | undefined;
1901
+ greater_than?: number | undefined;
1902
+ greater_than_or_equal_to?: number | undefined;
1903
+ less_than?: number | undefined;
1904
+ less_than_or_equal_to?: number | undefined;
1905
+ }>;
1906
+ }, "strip", z.ZodTypeAny, {
1907
+ number: {
1908
+ equals?: number | undefined;
1909
+ is_empty?: boolean | undefined;
1910
+ is_not_empty?: boolean | undefined;
1911
+ does_not_equal?: number | undefined;
1912
+ greater_than?: number | undefined;
1913
+ greater_than_or_equal_to?: number | undefined;
1914
+ less_than?: number | undefined;
1915
+ less_than_or_equal_to?: number | undefined;
1916
+ };
1917
+ attribute: string;
1918
+ }, {
1919
+ number: {
1920
+ equals?: number | undefined;
1921
+ is_empty?: boolean | undefined;
1922
+ is_not_empty?: boolean | undefined;
1923
+ does_not_equal?: number | undefined;
1924
+ greater_than?: number | undefined;
1925
+ greater_than_or_equal_to?: number | undefined;
1926
+ less_than?: number | undefined;
1927
+ less_than_or_equal_to?: number | undefined;
1928
+ };
1929
+ attribute: string;
1930
+ }>, z.ZodObject<{
1931
+ attribute: z.ZodString;
1932
+ date: z.ZodObject<{
1933
+ after: z.ZodOptional<z.ZodString>;
1934
+ before: z.ZodOptional<z.ZodString>;
1935
+ equals: z.ZodOptional<z.ZodString>;
1936
+ on_or_after: z.ZodOptional<z.ZodString>;
1937
+ on_or_before: z.ZodOptional<z.ZodString>;
1938
+ is_empty: z.ZodOptional<z.ZodBoolean>;
1939
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
1940
+ }, "strip", z.ZodTypeAny, {
1941
+ equals?: string | undefined;
1942
+ is_empty?: boolean | undefined;
1943
+ is_not_empty?: boolean | undefined;
1944
+ after?: string | undefined;
1945
+ before?: string | undefined;
1946
+ on_or_after?: string | undefined;
1947
+ on_or_before?: string | undefined;
1948
+ }, {
1949
+ equals?: string | undefined;
1950
+ is_empty?: boolean | undefined;
1951
+ is_not_empty?: boolean | undefined;
1952
+ after?: string | undefined;
1953
+ before?: string | undefined;
1954
+ on_or_after?: string | undefined;
1955
+ on_or_before?: string | undefined;
1956
+ }>;
1957
+ }, "strip", z.ZodTypeAny, {
1958
+ date: {
1959
+ equals?: string | undefined;
1960
+ is_empty?: boolean | undefined;
1961
+ is_not_empty?: boolean | undefined;
1962
+ after?: string | undefined;
1963
+ before?: string | undefined;
1964
+ on_or_after?: string | undefined;
1965
+ on_or_before?: string | undefined;
1966
+ };
1967
+ attribute: string;
1968
+ }, {
1969
+ date: {
1970
+ equals?: string | undefined;
1971
+ is_empty?: boolean | undefined;
1972
+ is_not_empty?: boolean | undefined;
1973
+ after?: string | undefined;
1974
+ before?: string | undefined;
1975
+ on_or_after?: string | undefined;
1976
+ on_or_before?: string | undefined;
1977
+ };
1978
+ attribute: string;
1979
+ }>, z.ZodObject<{
1980
+ attribute: z.ZodString;
1981
+ reference: z.ZodEffects<z.ZodObject<{
1982
+ equals: z.ZodOptional<z.ZodString>;
1983
+ is_empty: z.ZodOptional<z.ZodBoolean>;
1984
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
1985
+ }, "strip", z.ZodTypeAny, {
1986
+ equals?: string | undefined;
1987
+ is_empty?: boolean | undefined;
1988
+ is_not_empty?: boolean | undefined;
1989
+ }, {
1990
+ equals?: string | undefined;
1991
+ is_empty?: boolean | undefined;
1992
+ is_not_empty?: boolean | undefined;
1993
+ }>, {
1994
+ equals?: string | undefined;
1995
+ is_empty?: boolean | undefined;
1996
+ is_not_empty?: boolean | undefined;
1997
+ }, {
1998
+ equals?: string | undefined;
1999
+ is_empty?: boolean | undefined;
2000
+ is_not_empty?: boolean | undefined;
2001
+ }>;
2002
+ }, "strip", z.ZodTypeAny, {
2003
+ reference: {
2004
+ equals?: string | undefined;
2005
+ is_empty?: boolean | undefined;
2006
+ is_not_empty?: boolean | undefined;
2007
+ };
2008
+ attribute: string;
2009
+ }, {
2010
+ reference: {
2011
+ equals?: string | undefined;
2012
+ is_empty?: boolean | undefined;
2013
+ is_not_empty?: boolean | undefined;
2014
+ };
2015
+ attribute: string;
2016
+ }>, z.ZodObject<{
2017
+ attribute: z.ZodString;
2018
+ boolean: z.ZodObject<{
2019
+ equals: z.ZodBoolean;
2020
+ }, "strip", z.ZodTypeAny, {
2021
+ equals: boolean;
2022
+ }, {
2023
+ equals: boolean;
2024
+ }>;
2025
+ }, "strip", z.ZodTypeAny, {
2026
+ boolean: {
2027
+ equals: boolean;
2028
+ };
2029
+ attribute: string;
2030
+ }, {
2031
+ boolean: {
2032
+ equals: boolean;
2033
+ };
2034
+ attribute: string;
2035
+ }>, z.ZodObject<{
2036
+ relativeReference: z.ZodObject<{
2037
+ attribute: z.ZodString;
2038
+ operator: z.ZodString;
2039
+ }, "strip", z.ZodTypeAny, {
2040
+ attribute: string;
2041
+ operator: string;
2042
+ }, {
2043
+ attribute: string;
2044
+ operator: string;
2045
+ }>;
2046
+ }, "strip", z.ZodTypeAny, {
2047
+ relativeReference: {
2048
+ attribute: string;
2049
+ operator: string;
2050
+ };
2051
+ }, {
2052
+ relativeReference: {
2053
+ attribute: string;
2054
+ operator: string;
2055
+ };
2056
+ }>, z.ZodObject<{
2057
+ relativeDate: z.ZodObject<{
2058
+ attribute: z.ZodString;
2059
+ operator: z.ZodEnum<["equals", "lessThan", "lessEquals", "greaterThan", "greaterEquals"]>;
2060
+ offset: z.ZodOptional<z.ZodNumber>;
2061
+ relativeToAttribute: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2062
+ }, "strip", z.ZodTypeAny, {
2063
+ attribute: string;
2064
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
2065
+ offset?: number | undefined;
2066
+ relativeToAttribute?: string | null | undefined;
2067
+ }, {
2068
+ attribute: string;
2069
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
2070
+ offset?: number | undefined;
2071
+ relativeToAttribute?: string | null | undefined;
2072
+ }>;
2073
+ }, "strip", z.ZodTypeAny, {
2074
+ relativeDate: {
2075
+ attribute: string;
2076
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
2077
+ offset?: number | undefined;
2078
+ relativeToAttribute?: string | null | undefined;
2079
+ };
2080
+ }, {
2081
+ relativeDate: {
2082
+ attribute: string;
2083
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
2084
+ offset?: number | undefined;
2085
+ relativeToAttribute?: string | null | undefined;
2086
+ };
2087
+ }>, z.ZodObject<{
2088
+ relativeString: z.ZodObject<{
2089
+ attribute: z.ZodString;
2090
+ sourceAttribute: z.ZodString;
2091
+ }, "strip", z.ZodTypeAny, {
2092
+ attribute: string;
2093
+ sourceAttribute: string;
2094
+ }, {
2095
+ attribute: string;
2096
+ sourceAttribute: string;
2097
+ }>;
2098
+ }, "strip", z.ZodTypeAny, {
2099
+ relativeString: {
2100
+ attribute: string;
2101
+ sourceAttribute: string;
2102
+ };
2103
+ }, {
2104
+ relativeString: {
2105
+ attribute: string;
2106
+ sourceAttribute: string;
2107
+ };
2108
+ }>, z.ZodObject<{
2109
+ relativeNumber: z.ZodObject<{
2110
+ attribute: z.ZodString;
2111
+ sourceAttribute: z.ZodString;
2112
+ operator: z.ZodOptional<z.ZodEnum<["equals", "lessThan", "lessEquals", "greaterThan", "greaterEquals"]>>;
2113
+ offset: z.ZodOptional<z.ZodNumber>;
2114
+ }, "strip", z.ZodTypeAny, {
2115
+ attribute: string;
2116
+ sourceAttribute: string;
2117
+ offset?: number | undefined;
2118
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
2119
+ }, {
2120
+ attribute: string;
2121
+ sourceAttribute: string;
2122
+ offset?: number | undefined;
2123
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
2124
+ }>;
2125
+ }, "strip", z.ZodTypeAny, {
2126
+ relativeNumber: {
2127
+ attribute: string;
2128
+ sourceAttribute: string;
2129
+ offset?: number | undefined;
2130
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
2131
+ };
2132
+ }, {
2133
+ relativeNumber: {
2134
+ attribute: string;
2135
+ sourceAttribute: string;
2136
+ offset?: number | undefined;
2137
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
2138
+ };
2139
+ }>, z.ZodObject<{
2140
+ relativeBoolean: z.ZodObject<{
2141
+ attribute: z.ZodString;
2142
+ sourceAttribute: z.ZodString;
2143
+ }, "strip", z.ZodTypeAny, {
2144
+ attribute: string;
2145
+ sourceAttribute: string;
2146
+ }, {
2147
+ attribute: string;
2148
+ sourceAttribute: string;
2149
+ }>;
2150
+ }, "strip", z.ZodTypeAny, {
2151
+ relativeBoolean: {
2152
+ attribute: string;
2153
+ sourceAttribute: string;
2154
+ };
2155
+ }, {
2156
+ relativeBoolean: {
2157
+ attribute: string;
2158
+ sourceAttribute: string;
2159
+ };
2160
+ }>, z.ZodObject<{
2161
+ relativeSpace: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
2162
+ }, "strip", z.ZodTypeAny, {
2163
+ relativeSpace: {};
2164
+ }, {
2165
+ relativeSpace: {};
2166
+ }>, z.ZodObject<{
2167
+ relativeUid: z.ZodObject<{
2168
+ operator: z.ZodString;
2169
+ }, "strip", z.ZodTypeAny, {
2170
+ operator: string;
2171
+ }, {
2172
+ operator: string;
2173
+ }>;
2174
+ }, "strip", z.ZodTypeAny, {
2175
+ relativeUid: {
2176
+ operator: string;
2177
+ };
2178
+ }, {
2179
+ relativeUid: {
2180
+ operator: string;
2181
+ };
2182
+ }>, z.ZodObject<{
2183
+ relativeBuiltinReference: z.ZodObject<{
2184
+ attribute: z.ZodString;
2185
+ operator: z.ZodString;
2186
+ }, "strip", z.ZodTypeAny, {
2187
+ attribute: string;
2188
+ operator: string;
2189
+ }, {
2190
+ attribute: string;
2191
+ operator: string;
2192
+ }>;
2193
+ }, "strip", z.ZodTypeAny, {
2194
+ relativeBuiltinReference: {
2195
+ attribute: string;
2196
+ operator: string;
2197
+ };
2198
+ }, {
2199
+ relativeBuiltinReference: {
2200
+ attribute: string;
2201
+ operator: string;
2202
+ };
2203
+ }>]>, z.ZodObject<{
2204
+ and: z.ZodArray<z.ZodUnion<[z.ZodObject<{
2205
+ name: z.ZodObject<{
2206
+ equals: z.ZodString;
2207
+ }, "strip", z.ZodTypeAny, {
2208
+ equals: string;
2209
+ }, {
2210
+ equals: string;
2211
+ }>;
2212
+ }, "strip", z.ZodTypeAny, {
2213
+ name: {
2214
+ equals: string;
2215
+ };
2216
+ }, {
2217
+ name: {
2218
+ equals: string;
2219
+ };
2220
+ }>, z.ZodObject<{
2221
+ attribute: z.ZodString;
2222
+ string: z.ZodEffects<z.ZodObject<{
2223
+ equals: z.ZodOptional<z.ZodString>;
2224
+ contains: z.ZodOptional<z.ZodString>;
2225
+ beginsWith: z.ZodOptional<z.ZodString>;
2226
+ is_empty: z.ZodOptional<z.ZodBoolean>;
2227
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
2228
+ }, "strip", z.ZodTypeAny, {
2229
+ equals?: string | undefined;
2230
+ contains?: string | undefined;
2231
+ beginsWith?: string | undefined;
2232
+ is_empty?: boolean | undefined;
2233
+ is_not_empty?: boolean | undefined;
2234
+ }, {
2235
+ equals?: string | undefined;
2236
+ contains?: string | undefined;
2237
+ beginsWith?: string | undefined;
2238
+ is_empty?: boolean | undefined;
2239
+ is_not_empty?: boolean | undefined;
2240
+ }>, {
2241
+ equals?: string | undefined;
2242
+ contains?: string | undefined;
2243
+ beginsWith?: string | undefined;
2244
+ is_empty?: boolean | undefined;
2245
+ is_not_empty?: boolean | undefined;
2246
+ }, {
2247
+ equals?: string | undefined;
2248
+ contains?: string | undefined;
2249
+ beginsWith?: string | undefined;
2250
+ is_empty?: boolean | undefined;
2251
+ is_not_empty?: boolean | undefined;
2252
+ }>;
2253
+ }, "strip", z.ZodTypeAny, {
2254
+ string: {
2255
+ equals?: string | undefined;
2256
+ contains?: string | undefined;
2257
+ beginsWith?: string | undefined;
2258
+ is_empty?: boolean | undefined;
2259
+ is_not_empty?: boolean | undefined;
2260
+ };
2261
+ attribute: string;
2262
+ }, {
2263
+ string: {
2264
+ equals?: string | undefined;
2265
+ contains?: string | undefined;
2266
+ beginsWith?: string | undefined;
2267
+ is_empty?: boolean | undefined;
2268
+ is_not_empty?: boolean | undefined;
2269
+ };
2270
+ attribute: string;
2271
+ }>, z.ZodObject<{
2272
+ attribute: z.ZodString;
2273
+ number: z.ZodEffects<z.ZodObject<{
2274
+ equals: z.ZodOptional<z.ZodNumber>;
2275
+ does_not_equal: z.ZodOptional<z.ZodNumber>;
2276
+ greater_than: z.ZodOptional<z.ZodNumber>;
2277
+ greater_than_or_equal_to: z.ZodOptional<z.ZodNumber>;
2278
+ less_than: z.ZodOptional<z.ZodNumber>;
2279
+ less_than_or_equal_to: z.ZodOptional<z.ZodNumber>;
2280
+ is_empty: z.ZodOptional<z.ZodBoolean>;
2281
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
2282
+ }, "strip", z.ZodTypeAny, {
2283
+ equals?: number | undefined;
2284
+ is_empty?: boolean | undefined;
2285
+ is_not_empty?: boolean | undefined;
2286
+ does_not_equal?: number | undefined;
2287
+ greater_than?: number | undefined;
2288
+ greater_than_or_equal_to?: number | undefined;
2289
+ less_than?: number | undefined;
2290
+ less_than_or_equal_to?: number | undefined;
2291
+ }, {
2292
+ equals?: number | undefined;
2293
+ is_empty?: boolean | undefined;
2294
+ is_not_empty?: boolean | undefined;
2295
+ does_not_equal?: number | undefined;
2296
+ greater_than?: number | undefined;
2297
+ greater_than_or_equal_to?: number | undefined;
2298
+ less_than?: number | undefined;
2299
+ less_than_or_equal_to?: number | undefined;
2300
+ }>, {
2301
+ equals?: number | undefined;
2302
+ is_empty?: boolean | undefined;
2303
+ is_not_empty?: boolean | undefined;
2304
+ does_not_equal?: number | undefined;
2305
+ greater_than?: number | undefined;
2306
+ greater_than_or_equal_to?: number | undefined;
2307
+ less_than?: number | undefined;
2308
+ less_than_or_equal_to?: number | undefined;
2309
+ }, {
2310
+ equals?: number | undefined;
2311
+ is_empty?: boolean | undefined;
2312
+ is_not_empty?: boolean | undefined;
2313
+ does_not_equal?: number | undefined;
2314
+ greater_than?: number | undefined;
2315
+ greater_than_or_equal_to?: number | undefined;
2316
+ less_than?: number | undefined;
2317
+ less_than_or_equal_to?: number | undefined;
2318
+ }>;
2319
+ }, "strip", z.ZodTypeAny, {
2320
+ number: {
2321
+ equals?: number | undefined;
2322
+ is_empty?: boolean | undefined;
2323
+ is_not_empty?: boolean | undefined;
2324
+ does_not_equal?: number | undefined;
2325
+ greater_than?: number | undefined;
2326
+ greater_than_or_equal_to?: number | undefined;
2327
+ less_than?: number | undefined;
2328
+ less_than_or_equal_to?: number | undefined;
2329
+ };
2330
+ attribute: string;
2331
+ }, {
2332
+ number: {
2333
+ equals?: number | undefined;
2334
+ is_empty?: boolean | undefined;
2335
+ is_not_empty?: boolean | undefined;
2336
+ does_not_equal?: number | undefined;
2337
+ greater_than?: number | undefined;
2338
+ greater_than_or_equal_to?: number | undefined;
2339
+ less_than?: number | undefined;
2340
+ less_than_or_equal_to?: number | undefined;
2341
+ };
2342
+ attribute: string;
2343
+ }>, z.ZodObject<{
2344
+ attribute: z.ZodString;
2345
+ date: z.ZodObject<{
2346
+ after: z.ZodOptional<z.ZodString>;
2347
+ before: z.ZodOptional<z.ZodString>;
2348
+ equals: z.ZodOptional<z.ZodString>;
2349
+ on_or_after: z.ZodOptional<z.ZodString>;
2350
+ on_or_before: z.ZodOptional<z.ZodString>;
2351
+ is_empty: z.ZodOptional<z.ZodBoolean>;
2352
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
2353
+ }, "strip", z.ZodTypeAny, {
2354
+ equals?: string | undefined;
2355
+ is_empty?: boolean | undefined;
2356
+ is_not_empty?: boolean | undefined;
2357
+ after?: string | undefined;
2358
+ before?: string | undefined;
2359
+ on_or_after?: string | undefined;
2360
+ on_or_before?: string | undefined;
2361
+ }, {
2362
+ equals?: string | undefined;
2363
+ is_empty?: boolean | undefined;
2364
+ is_not_empty?: boolean | undefined;
2365
+ after?: string | undefined;
2366
+ before?: string | undefined;
2367
+ on_or_after?: string | undefined;
2368
+ on_or_before?: string | undefined;
2369
+ }>;
2370
+ }, "strip", z.ZodTypeAny, {
2371
+ date: {
2372
+ equals?: string | undefined;
2373
+ is_empty?: boolean | undefined;
2374
+ is_not_empty?: boolean | undefined;
2375
+ after?: string | undefined;
2376
+ before?: string | undefined;
2377
+ on_or_after?: string | undefined;
2378
+ on_or_before?: string | undefined;
2379
+ };
2380
+ attribute: string;
2381
+ }, {
2382
+ date: {
2383
+ equals?: string | undefined;
2384
+ is_empty?: boolean | undefined;
2385
+ is_not_empty?: boolean | undefined;
2386
+ after?: string | undefined;
2387
+ before?: string | undefined;
2388
+ on_or_after?: string | undefined;
2389
+ on_or_before?: string | undefined;
2390
+ };
2391
+ attribute: string;
2392
+ }>, z.ZodObject<{
2393
+ attribute: z.ZodString;
2394
+ reference: z.ZodEffects<z.ZodObject<{
2395
+ equals: z.ZodOptional<z.ZodString>;
2396
+ is_empty: z.ZodOptional<z.ZodBoolean>;
2397
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
2398
+ }, "strip", z.ZodTypeAny, {
2399
+ equals?: string | undefined;
2400
+ is_empty?: boolean | undefined;
2401
+ is_not_empty?: boolean | undefined;
2402
+ }, {
2403
+ equals?: string | undefined;
2404
+ is_empty?: boolean | undefined;
2405
+ is_not_empty?: boolean | undefined;
2406
+ }>, {
2407
+ equals?: string | undefined;
2408
+ is_empty?: boolean | undefined;
2409
+ is_not_empty?: boolean | undefined;
2410
+ }, {
2411
+ equals?: string | undefined;
2412
+ is_empty?: boolean | undefined;
2413
+ is_not_empty?: boolean | undefined;
2414
+ }>;
2415
+ }, "strip", z.ZodTypeAny, {
2416
+ reference: {
2417
+ equals?: string | undefined;
2418
+ is_empty?: boolean | undefined;
2419
+ is_not_empty?: boolean | undefined;
2420
+ };
2421
+ attribute: string;
2422
+ }, {
2423
+ reference: {
2424
+ equals?: string | undefined;
2425
+ is_empty?: boolean | undefined;
2426
+ is_not_empty?: boolean | undefined;
2427
+ };
2428
+ attribute: string;
2429
+ }>, z.ZodObject<{
2430
+ attribute: z.ZodString;
2431
+ boolean: z.ZodObject<{
2432
+ equals: z.ZodBoolean;
2433
+ }, "strip", z.ZodTypeAny, {
2434
+ equals: boolean;
2435
+ }, {
2436
+ equals: boolean;
2437
+ }>;
2438
+ }, "strip", z.ZodTypeAny, {
2439
+ boolean: {
2440
+ equals: boolean;
2441
+ };
2442
+ attribute: string;
2443
+ }, {
2444
+ boolean: {
2445
+ equals: boolean;
2446
+ };
2447
+ attribute: string;
2448
+ }>, z.ZodObject<{
2449
+ relativeReference: z.ZodObject<{
2450
+ attribute: z.ZodString;
2451
+ operator: z.ZodString;
2452
+ }, "strip", z.ZodTypeAny, {
2453
+ attribute: string;
2454
+ operator: string;
2455
+ }, {
2456
+ attribute: string;
2457
+ operator: string;
2458
+ }>;
2459
+ }, "strip", z.ZodTypeAny, {
2460
+ relativeReference: {
2461
+ attribute: string;
2462
+ operator: string;
2463
+ };
2464
+ }, {
2465
+ relativeReference: {
2466
+ attribute: string;
2467
+ operator: string;
2468
+ };
2469
+ }>, z.ZodObject<{
2470
+ relativeDate: z.ZodObject<{
2471
+ attribute: z.ZodString;
2472
+ operator: z.ZodEnum<["equals", "lessThan", "lessEquals", "greaterThan", "greaterEquals"]>;
2473
+ offset: z.ZodOptional<z.ZodNumber>;
2474
+ relativeToAttribute: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2475
+ }, "strip", z.ZodTypeAny, {
2476
+ attribute: string;
2477
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
2478
+ offset?: number | undefined;
2479
+ relativeToAttribute?: string | null | undefined;
2480
+ }, {
2481
+ attribute: string;
2482
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
2483
+ offset?: number | undefined;
2484
+ relativeToAttribute?: string | null | undefined;
2485
+ }>;
2486
+ }, "strip", z.ZodTypeAny, {
2487
+ relativeDate: {
2488
+ attribute: string;
2489
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
2490
+ offset?: number | undefined;
2491
+ relativeToAttribute?: string | null | undefined;
2492
+ };
2493
+ }, {
2494
+ relativeDate: {
2495
+ attribute: string;
2496
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
2497
+ offset?: number | undefined;
2498
+ relativeToAttribute?: string | null | undefined;
2499
+ };
2500
+ }>, z.ZodObject<{
2501
+ relativeString: z.ZodObject<{
2502
+ attribute: z.ZodString;
2503
+ sourceAttribute: z.ZodString;
2504
+ }, "strip", z.ZodTypeAny, {
2505
+ attribute: string;
2506
+ sourceAttribute: string;
2507
+ }, {
2508
+ attribute: string;
2509
+ sourceAttribute: string;
2510
+ }>;
2511
+ }, "strip", z.ZodTypeAny, {
2512
+ relativeString: {
2513
+ attribute: string;
2514
+ sourceAttribute: string;
2515
+ };
2516
+ }, {
2517
+ relativeString: {
2518
+ attribute: string;
2519
+ sourceAttribute: string;
2520
+ };
2521
+ }>, z.ZodObject<{
2522
+ relativeNumber: z.ZodObject<{
2523
+ attribute: z.ZodString;
2524
+ sourceAttribute: z.ZodString;
2525
+ operator: z.ZodOptional<z.ZodEnum<["equals", "lessThan", "lessEquals", "greaterThan", "greaterEquals"]>>;
2526
+ offset: z.ZodOptional<z.ZodNumber>;
2527
+ }, "strip", z.ZodTypeAny, {
2528
+ attribute: string;
2529
+ sourceAttribute: string;
2530
+ offset?: number | undefined;
2531
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
2532
+ }, {
2533
+ attribute: string;
2534
+ sourceAttribute: string;
2535
+ offset?: number | undefined;
2536
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
2537
+ }>;
2538
+ }, "strip", z.ZodTypeAny, {
2539
+ relativeNumber: {
2540
+ attribute: string;
2541
+ sourceAttribute: string;
2542
+ offset?: number | undefined;
2543
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
2544
+ };
2545
+ }, {
2546
+ relativeNumber: {
2547
+ attribute: string;
2548
+ sourceAttribute: string;
2549
+ offset?: number | undefined;
2550
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
2551
+ };
2552
+ }>, z.ZodObject<{
2553
+ relativeBoolean: z.ZodObject<{
2554
+ attribute: z.ZodString;
2555
+ sourceAttribute: z.ZodString;
2556
+ }, "strip", z.ZodTypeAny, {
2557
+ attribute: string;
2558
+ sourceAttribute: string;
2559
+ }, {
2560
+ attribute: string;
2561
+ sourceAttribute: string;
2562
+ }>;
2563
+ }, "strip", z.ZodTypeAny, {
2564
+ relativeBoolean: {
2565
+ attribute: string;
2566
+ sourceAttribute: string;
2567
+ };
2568
+ }, {
2569
+ relativeBoolean: {
2570
+ attribute: string;
2571
+ sourceAttribute: string;
2572
+ };
2573
+ }>, z.ZodObject<{
2574
+ relativeSpace: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
2575
+ }, "strip", z.ZodTypeAny, {
2576
+ relativeSpace: {};
2577
+ }, {
2578
+ relativeSpace: {};
2579
+ }>, z.ZodObject<{
2580
+ relativeUid: z.ZodObject<{
2581
+ operator: z.ZodString;
2582
+ }, "strip", z.ZodTypeAny, {
2583
+ operator: string;
2584
+ }, {
2585
+ operator: string;
2586
+ }>;
2587
+ }, "strip", z.ZodTypeAny, {
2588
+ relativeUid: {
2589
+ operator: string;
2590
+ };
2591
+ }, {
2592
+ relativeUid: {
2593
+ operator: string;
2594
+ };
2595
+ }>, z.ZodObject<{
2596
+ relativeBuiltinReference: z.ZodObject<{
2597
+ attribute: z.ZodString;
2598
+ operator: z.ZodString;
2599
+ }, "strip", z.ZodTypeAny, {
2600
+ attribute: string;
2601
+ operator: string;
2602
+ }, {
2603
+ attribute: string;
2604
+ operator: string;
2605
+ }>;
2606
+ }, "strip", z.ZodTypeAny, {
2607
+ relativeBuiltinReference: {
2608
+ attribute: string;
2609
+ operator: string;
2610
+ };
2611
+ }, {
2612
+ relativeBuiltinReference: {
2613
+ attribute: string;
2614
+ operator: string;
2615
+ };
2616
+ }>]>, "many">;
2617
+ }, "strip", z.ZodTypeAny, {
2618
+ and: ({
2619
+ relativeReference: {
2620
+ attribute: string;
2621
+ operator: string;
2622
+ };
2623
+ } | {
2624
+ relativeDate: {
2625
+ attribute: string;
2626
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
2627
+ offset?: number | undefined;
2628
+ relativeToAttribute?: string | null | undefined;
2629
+ };
2630
+ } | {
2631
+ relativeString: {
2632
+ attribute: string;
2633
+ sourceAttribute: string;
2634
+ };
2635
+ } | {
2636
+ relativeNumber: {
2637
+ attribute: string;
2638
+ sourceAttribute: string;
2639
+ offset?: number | undefined;
2640
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
2641
+ };
2642
+ } | {
2643
+ relativeBoolean: {
2644
+ attribute: string;
2645
+ sourceAttribute: string;
2646
+ };
2647
+ } | {
2648
+ relativeSpace: {};
2649
+ } | {
2650
+ relativeUid: {
2651
+ operator: string;
2652
+ };
2653
+ } | {
2654
+ relativeBuiltinReference: {
2655
+ attribute: string;
2656
+ operator: string;
2657
+ };
2658
+ } | {
2659
+ string: {
2660
+ equals?: string | undefined;
2661
+ contains?: string | undefined;
2662
+ beginsWith?: string | undefined;
2663
+ is_empty?: boolean | undefined;
2664
+ is_not_empty?: boolean | undefined;
2665
+ };
2666
+ attribute: string;
2667
+ } | {
2668
+ name: {
2669
+ equals: string;
2670
+ };
2671
+ } | {
2672
+ number: {
2673
+ equals?: number | undefined;
2674
+ is_empty?: boolean | undefined;
2675
+ is_not_empty?: boolean | undefined;
2676
+ does_not_equal?: number | undefined;
2677
+ greater_than?: number | undefined;
2678
+ greater_than_or_equal_to?: number | undefined;
2679
+ less_than?: number | undefined;
2680
+ less_than_or_equal_to?: number | undefined;
2681
+ };
2682
+ attribute: string;
2683
+ } | {
2684
+ date: {
2685
+ equals?: string | undefined;
2686
+ is_empty?: boolean | undefined;
2687
+ is_not_empty?: boolean | undefined;
2688
+ after?: string | undefined;
2689
+ before?: string | undefined;
2690
+ on_or_after?: string | undefined;
2691
+ on_or_before?: string | undefined;
2692
+ };
2693
+ attribute: string;
2694
+ } | {
2695
+ reference: {
2696
+ equals?: string | undefined;
2697
+ is_empty?: boolean | undefined;
2698
+ is_not_empty?: boolean | undefined;
2699
+ };
2700
+ attribute: string;
2701
+ } | {
2702
+ boolean: {
2703
+ equals: boolean;
2704
+ };
2705
+ attribute: string;
2706
+ })[];
2707
+ }, {
2708
+ and: ({
2709
+ relativeReference: {
2710
+ attribute: string;
2711
+ operator: string;
2712
+ };
2713
+ } | {
2714
+ relativeDate: {
2715
+ attribute: string;
2716
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
2717
+ offset?: number | undefined;
2718
+ relativeToAttribute?: string | null | undefined;
2719
+ };
2720
+ } | {
2721
+ relativeString: {
2722
+ attribute: string;
2723
+ sourceAttribute: string;
2724
+ };
2725
+ } | {
2726
+ relativeNumber: {
2727
+ attribute: string;
2728
+ sourceAttribute: string;
2729
+ offset?: number | undefined;
2730
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
2731
+ };
2732
+ } | {
2733
+ relativeBoolean: {
2734
+ attribute: string;
2735
+ sourceAttribute: string;
2736
+ };
2737
+ } | {
2738
+ relativeSpace: {};
2739
+ } | {
2740
+ relativeUid: {
2741
+ operator: string;
2742
+ };
2743
+ } | {
2744
+ relativeBuiltinReference: {
2745
+ attribute: string;
2746
+ operator: string;
2747
+ };
2748
+ } | {
2749
+ string: {
2750
+ equals?: string | undefined;
2751
+ contains?: string | undefined;
2752
+ beginsWith?: string | undefined;
2753
+ is_empty?: boolean | undefined;
2754
+ is_not_empty?: boolean | undefined;
2755
+ };
2756
+ attribute: string;
2757
+ } | {
2758
+ name: {
2759
+ equals: string;
2760
+ };
2761
+ } | {
2762
+ number: {
2763
+ equals?: number | undefined;
2764
+ is_empty?: boolean | undefined;
2765
+ is_not_empty?: boolean | undefined;
2766
+ does_not_equal?: number | undefined;
2767
+ greater_than?: number | undefined;
2768
+ greater_than_or_equal_to?: number | undefined;
2769
+ less_than?: number | undefined;
2770
+ less_than_or_equal_to?: number | undefined;
2771
+ };
2772
+ attribute: string;
2773
+ } | {
2774
+ date: {
2775
+ equals?: string | undefined;
2776
+ is_empty?: boolean | undefined;
2777
+ is_not_empty?: boolean | undefined;
2778
+ after?: string | undefined;
2779
+ before?: string | undefined;
2780
+ on_or_after?: string | undefined;
2781
+ on_or_before?: string | undefined;
2782
+ };
2783
+ attribute: string;
2784
+ } | {
2785
+ reference: {
2786
+ equals?: string | undefined;
2787
+ is_empty?: boolean | undefined;
2788
+ is_not_empty?: boolean | undefined;
2789
+ };
2790
+ attribute: string;
2791
+ } | {
2792
+ boolean: {
2793
+ equals: boolean;
2794
+ };
2795
+ attribute: string;
2796
+ })[];
2797
+ }>]>, "many">;
2798
+ }, "strip", z.ZodTypeAny, {
2799
+ or: ({
2800
+ relativeReference: {
2801
+ attribute: string;
2802
+ operator: string;
2803
+ };
2804
+ } | {
2805
+ relativeDate: {
2806
+ attribute: string;
2807
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
2808
+ offset?: number | undefined;
2809
+ relativeToAttribute?: string | null | undefined;
2810
+ };
2811
+ } | {
2812
+ relativeString: {
2813
+ attribute: string;
2814
+ sourceAttribute: string;
2815
+ };
2816
+ } | {
2817
+ relativeNumber: {
2818
+ attribute: string;
2819
+ sourceAttribute: string;
2820
+ offset?: number | undefined;
2821
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
2822
+ };
2823
+ } | {
2824
+ relativeBoolean: {
2825
+ attribute: string;
2826
+ sourceAttribute: string;
2827
+ };
2828
+ } | {
2829
+ relativeSpace: {};
2830
+ } | {
2831
+ relativeUid: {
2832
+ operator: string;
2833
+ };
2834
+ } | {
2835
+ relativeBuiltinReference: {
2836
+ attribute: string;
2837
+ operator: string;
2838
+ };
2839
+ } | {
2840
+ string: {
2841
+ equals?: string | undefined;
2842
+ contains?: string | undefined;
2843
+ beginsWith?: string | undefined;
2844
+ is_empty?: boolean | undefined;
2845
+ is_not_empty?: boolean | undefined;
2846
+ };
2847
+ attribute: string;
2848
+ } | {
2849
+ name: {
2850
+ equals: string;
2851
+ };
2852
+ } | {
2853
+ number: {
2854
+ equals?: number | undefined;
2855
+ is_empty?: boolean | undefined;
2856
+ is_not_empty?: boolean | undefined;
2857
+ does_not_equal?: number | undefined;
2858
+ greater_than?: number | undefined;
2859
+ greater_than_or_equal_to?: number | undefined;
2860
+ less_than?: number | undefined;
2861
+ less_than_or_equal_to?: number | undefined;
2862
+ };
2863
+ attribute: string;
2864
+ } | {
2865
+ date: {
2866
+ equals?: string | undefined;
2867
+ is_empty?: boolean | undefined;
2868
+ is_not_empty?: boolean | undefined;
2869
+ after?: string | undefined;
2870
+ before?: string | undefined;
2871
+ on_or_after?: string | undefined;
2872
+ on_or_before?: string | undefined;
2873
+ };
2874
+ attribute: string;
2875
+ } | {
2876
+ reference: {
2877
+ equals?: string | undefined;
2878
+ is_empty?: boolean | undefined;
2879
+ is_not_empty?: boolean | undefined;
2880
+ };
2881
+ attribute: string;
2882
+ } | {
2883
+ boolean: {
2884
+ equals: boolean;
2885
+ };
2886
+ attribute: string;
2887
+ } | {
2888
+ and: ({
2889
+ relativeReference: {
2890
+ attribute: string;
2891
+ operator: string;
2892
+ };
2893
+ } | {
2894
+ relativeDate: {
2895
+ attribute: string;
2896
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
2897
+ offset?: number | undefined;
2898
+ relativeToAttribute?: string | null | undefined;
2899
+ };
2900
+ } | {
2901
+ relativeString: {
2902
+ attribute: string;
2903
+ sourceAttribute: string;
2904
+ };
2905
+ } | {
2906
+ relativeNumber: {
2907
+ attribute: string;
2908
+ sourceAttribute: string;
2909
+ offset?: number | undefined;
2910
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
2911
+ };
2912
+ } | {
2913
+ relativeBoolean: {
2914
+ attribute: string;
2915
+ sourceAttribute: string;
2916
+ };
2917
+ } | {
2918
+ relativeSpace: {};
2919
+ } | {
2920
+ relativeUid: {
2921
+ operator: string;
2922
+ };
2923
+ } | {
2924
+ relativeBuiltinReference: {
2925
+ attribute: string;
2926
+ operator: string;
2927
+ };
2928
+ } | {
2929
+ string: {
2930
+ equals?: string | undefined;
2931
+ contains?: string | undefined;
2932
+ beginsWith?: string | undefined;
2933
+ is_empty?: boolean | undefined;
2934
+ is_not_empty?: boolean | undefined;
2935
+ };
2936
+ attribute: string;
2937
+ } | {
2938
+ name: {
2939
+ equals: string;
2940
+ };
2941
+ } | {
2942
+ number: {
2943
+ equals?: number | undefined;
2944
+ is_empty?: boolean | undefined;
2945
+ is_not_empty?: boolean | undefined;
2946
+ does_not_equal?: number | undefined;
2947
+ greater_than?: number | undefined;
2948
+ greater_than_or_equal_to?: number | undefined;
2949
+ less_than?: number | undefined;
2950
+ less_than_or_equal_to?: number | undefined;
2951
+ };
2952
+ attribute: string;
2953
+ } | {
2954
+ date: {
2955
+ equals?: string | undefined;
2956
+ is_empty?: boolean | undefined;
2957
+ is_not_empty?: boolean | undefined;
2958
+ after?: string | undefined;
2959
+ before?: string | undefined;
2960
+ on_or_after?: string | undefined;
2961
+ on_or_before?: string | undefined;
2962
+ };
2963
+ attribute: string;
2964
+ } | {
2965
+ reference: {
2966
+ equals?: string | undefined;
2967
+ is_empty?: boolean | undefined;
2968
+ is_not_empty?: boolean | undefined;
2969
+ };
2970
+ attribute: string;
2971
+ } | {
2972
+ boolean: {
2973
+ equals: boolean;
2974
+ };
2975
+ attribute: string;
2976
+ })[];
2977
+ })[];
2978
+ }, {
2979
+ or: ({
2980
+ relativeReference: {
2981
+ attribute: string;
2982
+ operator: string;
2983
+ };
2984
+ } | {
2985
+ relativeDate: {
2986
+ attribute: string;
2987
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
2988
+ offset?: number | undefined;
2989
+ relativeToAttribute?: string | null | undefined;
2990
+ };
2991
+ } | {
2992
+ relativeString: {
2993
+ attribute: string;
2994
+ sourceAttribute: string;
2995
+ };
2996
+ } | {
2997
+ relativeNumber: {
2998
+ attribute: string;
2999
+ sourceAttribute: string;
3000
+ offset?: number | undefined;
3001
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
3002
+ };
3003
+ } | {
3004
+ relativeBoolean: {
3005
+ attribute: string;
3006
+ sourceAttribute: string;
3007
+ };
3008
+ } | {
3009
+ relativeSpace: {};
3010
+ } | {
3011
+ relativeUid: {
3012
+ operator: string;
3013
+ };
3014
+ } | {
3015
+ relativeBuiltinReference: {
3016
+ attribute: string;
3017
+ operator: string;
3018
+ };
3019
+ } | {
3020
+ string: {
3021
+ equals?: string | undefined;
3022
+ contains?: string | undefined;
3023
+ beginsWith?: string | undefined;
3024
+ is_empty?: boolean | undefined;
3025
+ is_not_empty?: boolean | undefined;
3026
+ };
3027
+ attribute: string;
3028
+ } | {
3029
+ name: {
3030
+ equals: string;
3031
+ };
3032
+ } | {
3033
+ number: {
3034
+ equals?: number | undefined;
3035
+ is_empty?: boolean | undefined;
3036
+ is_not_empty?: boolean | undefined;
3037
+ does_not_equal?: number | undefined;
3038
+ greater_than?: number | undefined;
3039
+ greater_than_or_equal_to?: number | undefined;
3040
+ less_than?: number | undefined;
3041
+ less_than_or_equal_to?: number | undefined;
3042
+ };
3043
+ attribute: string;
3044
+ } | {
3045
+ date: {
3046
+ equals?: string | undefined;
3047
+ is_empty?: boolean | undefined;
3048
+ is_not_empty?: boolean | undefined;
3049
+ after?: string | undefined;
3050
+ before?: string | undefined;
3051
+ on_or_after?: string | undefined;
3052
+ on_or_before?: string | undefined;
3053
+ };
3054
+ attribute: string;
3055
+ } | {
3056
+ reference: {
3057
+ equals?: string | undefined;
3058
+ is_empty?: boolean | undefined;
3059
+ is_not_empty?: boolean | undefined;
3060
+ };
3061
+ attribute: string;
3062
+ } | {
3063
+ boolean: {
3064
+ equals: boolean;
3065
+ };
3066
+ attribute: string;
3067
+ } | {
3068
+ and: ({
3069
+ relativeReference: {
3070
+ attribute: string;
3071
+ operator: string;
3072
+ };
3073
+ } | {
3074
+ relativeDate: {
3075
+ attribute: string;
3076
+ operator: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals";
3077
+ offset?: number | undefined;
3078
+ relativeToAttribute?: string | null | undefined;
3079
+ };
3080
+ } | {
3081
+ relativeString: {
3082
+ attribute: string;
3083
+ sourceAttribute: string;
3084
+ };
3085
+ } | {
3086
+ relativeNumber: {
3087
+ attribute: string;
3088
+ sourceAttribute: string;
3089
+ offset?: number | undefined;
3090
+ operator?: "equals" | "lessThan" | "lessEquals" | "greaterThan" | "greaterEquals" | undefined;
3091
+ };
3092
+ } | {
3093
+ relativeBoolean: {
3094
+ attribute: string;
3095
+ sourceAttribute: string;
3096
+ };
3097
+ } | {
3098
+ relativeSpace: {};
3099
+ } | {
3100
+ relativeUid: {
3101
+ operator: string;
3102
+ };
3103
+ } | {
3104
+ relativeBuiltinReference: {
3105
+ attribute: string;
3106
+ operator: string;
3107
+ };
3108
+ } | {
3109
+ string: {
3110
+ equals?: string | undefined;
3111
+ contains?: string | undefined;
3112
+ beginsWith?: string | undefined;
3113
+ is_empty?: boolean | undefined;
3114
+ is_not_empty?: boolean | undefined;
3115
+ };
3116
+ attribute: string;
3117
+ } | {
3118
+ name: {
3119
+ equals: string;
3120
+ };
3121
+ } | {
3122
+ number: {
3123
+ equals?: number | undefined;
3124
+ is_empty?: boolean | undefined;
3125
+ is_not_empty?: boolean | undefined;
3126
+ does_not_equal?: number | undefined;
3127
+ greater_than?: number | undefined;
3128
+ greater_than_or_equal_to?: number | undefined;
3129
+ less_than?: number | undefined;
3130
+ less_than_or_equal_to?: number | undefined;
3131
+ };
3132
+ attribute: string;
3133
+ } | {
3134
+ date: {
3135
+ equals?: string | undefined;
3136
+ is_empty?: boolean | undefined;
3137
+ is_not_empty?: boolean | undefined;
3138
+ after?: string | undefined;
3139
+ before?: string | undefined;
3140
+ on_or_after?: string | undefined;
3141
+ on_or_before?: string | undefined;
3142
+ };
3143
+ attribute: string;
3144
+ } | {
3145
+ reference: {
3146
+ equals?: string | undefined;
3147
+ is_empty?: boolean | undefined;
3148
+ is_not_empty?: boolean | undefined;
3149
+ };
3150
+ attribute: string;
3151
+ } | {
3152
+ boolean: {
3153
+ equals: boolean;
3154
+ };
3155
+ attribute: string;
3156
+ })[];
3157
+ })[];
3158
+ }>]>, "many">;
3159
+ readonly limit: z.ZodDefault<z.ZodNumber>;
3160
+ readonly offset: z.ZodDefault<z.ZodNumber>;
3161
+ readonly responseFormat: z.ZodOptional<z.ZodEnum<["minimal", "count"]>>;
3162
+ readonly attributes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3163
+ readonly embeddingEntityUid: z.ZodOptional<z.ZodString>;
3164
+ readonly connectedTableSelectionUid: z.ZodOptional<z.ZodString>;
3165
+ };
3166
+ readonly annotations: {
3167
+ readonly title: "Search Pages";
3168
+ };
3169
+ };
3170
+ readonly cplace_search_pages_fulltext: {
3171
+ readonly description: "Make a fulltext search across all pages in cplace. Use this when searching for text content within pages.";
3172
+ readonly inputSchema: {
3173
+ readonly workspaceId: z.ZodOptional<z.ZodString>;
3174
+ readonly fulltext: z.ZodString;
3175
+ readonly limit: z.ZodDefault<z.ZodNumber>;
3176
+ readonly offset: z.ZodDefault<z.ZodNumber>;
3177
+ };
3178
+ readonly annotations: {
3179
+ readonly title: "Search Pages by Fulltext";
3180
+ };
3181
+ };
3182
+ readonly cplace_list_pages_of_type: {
3183
+ readonly description: "List all pages of a specific type in a workspace in cplace. Use this to retrieve multiple pages of the same type.";
3184
+ readonly inputSchema: {
3185
+ readonly workspaceId: z.ZodString;
3186
+ readonly typeName: z.ZodString;
3187
+ readonly limit: z.ZodDefault<z.ZodNumber>;
3188
+ readonly offset: z.ZodDefault<z.ZodNumber>;
3189
+ };
3190
+ readonly annotations: {
3191
+ readonly title: "List Pages of Type";
3192
+ };
3193
+ };
3194
+ };
3195
+ export declare function registerSearchTools(server: McpServer, client: CplaceApiClient): void;
3196
+ //# sourceMappingURL=search.d.ts.map