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