@cplace/test-mcp-server 0.1.15 → 1.1.0

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 (728) hide show
  1. package/README.md +275 -119
  2. package/dist/api.d.ts.map +1 -1
  3. package/dist/api.js +7 -1
  4. package/dist/api.js.map +1 -1
  5. package/dist/conditional-registration.d.ts.map +1 -1
  6. package/dist/conditional-registration.js +25 -3
  7. package/dist/conditional-registration.js.map +1 -1
  8. package/dist/index.js +77 -96
  9. package/dist/index.js.map +1 -1
  10. package/dist/preference-file.d.ts +16 -0
  11. package/dist/preference-file.d.ts.map +1 -0
  12. package/dist/preference-file.js +133 -0
  13. package/dist/preference-file.js.map +1 -0
  14. package/dist/profiles.d.ts +1 -3
  15. package/dist/profiles.d.ts.map +1 -1
  16. package/dist/profiles.js +64 -112
  17. package/dist/profiles.js.map +1 -1
  18. package/dist/searchConversion.d.ts.map +1 -1
  19. package/dist/searchConversion.js +18 -5
  20. package/dist/searchConversion.js.map +1 -1
  21. package/dist/searchSchema.d.ts +25 -25
  22. package/dist/searchSchema.d.ts.map +1 -1
  23. package/dist/searchSchema.js +5 -5
  24. package/dist/searchSchema.js.map +1 -1
  25. package/dist/token-hashing.d.ts +3 -0
  26. package/dist/token-hashing.d.ts.map +1 -0
  27. package/dist/token-hashing.js +18 -0
  28. package/dist/token-hashing.js.map +1 -0
  29. package/dist/tool-metadata.d.ts +2 -0
  30. package/dist/tool-metadata.d.ts.map +1 -0
  31. package/dist/tool-metadata.js +45 -0
  32. package/dist/tool-metadata.js.map +1 -0
  33. package/dist/tools/board-widget.d.ts +432 -0
  34. package/dist/tools/board-widget.d.ts.map +1 -0
  35. package/dist/tools/board-widget.js +820 -0
  36. package/dist/tools/board-widget.js.map +1 -0
  37. package/dist/tools/change-listeners.d.ts +30 -0
  38. package/dist/tools/change-listeners.d.ts.map +1 -1
  39. package/dist/tools/change-listeners.js +24 -18
  40. package/dist/tools/change-listeners.js.map +1 -1
  41. package/dist/tools/common-schemas.d.ts +2 -0
  42. package/dist/tools/common-schemas.d.ts.map +1 -1
  43. package/dist/tools/common-schemas.js +16 -0
  44. package/dist/tools/common-schemas.js.map +1 -1
  45. package/dist/tools/csv-export.d.ts +1849 -0
  46. package/dist/tools/csv-export.d.ts.map +1 -0
  47. package/dist/tools/csv-export.js +61 -0
  48. package/dist/tools/csv-export.js.map +1 -0
  49. package/dist/tools/generic-layouts.d.ts +302 -0
  50. package/dist/tools/generic-layouts.d.ts.map +1 -1
  51. package/dist/tools/generic-layouts.js +124 -70
  52. package/dist/tools/generic-layouts.js.map +1 -1
  53. package/dist/tools/get-operations.d.ts +16 -0
  54. package/dist/tools/get-operations.d.ts.map +1 -0
  55. package/dist/tools/get-operations.js +63 -0
  56. package/dist/tools/get-operations.js.map +1 -0
  57. package/dist/tools/jobs.d.ts +32 -0
  58. package/dist/tools/jobs.d.ts.map +1 -0
  59. package/dist/tools/jobs.js +193 -0
  60. package/dist/tools/jobs.js.map +1 -0
  61. package/dist/tools/pages.d.ts +55 -0
  62. package/dist/tools/pages.d.ts.map +1 -1
  63. package/dist/tools/pages.js +173 -257
  64. package/dist/tools/pages.js.map +1 -1
  65. package/dist/tools/ppt-export-schemas.d.ts +16 -16
  66. package/dist/tools/ppt-export.d.ts +1493 -0
  67. package/dist/tools/ppt-export.d.ts.map +1 -1
  68. package/dist/tools/ppt-export.js +23 -17
  69. package/dist/tools/ppt-export.js.map +1 -1
  70. package/dist/tools/profile-management.d.ts +20 -0
  71. package/dist/tools/profile-management.d.ts.map +1 -0
  72. package/dist/tools/profile-management.js +250 -0
  73. package/dist/tools/profile-management.js.map +1 -0
  74. package/dist/tools/references.d.ts +36 -0
  75. package/dist/tools/references.d.ts.map +1 -1
  76. package/dist/tools/references.js +48 -45
  77. package/dist/tools/references.js.map +1 -1
  78. package/dist/tools/richstring-widgets.d.ts +51 -0
  79. package/dist/tools/richstring-widgets.d.ts.map +1 -0
  80. package/dist/tools/richstring-widgets.js +173 -0
  81. package/dist/tools/richstring-widgets.js.map +1 -0
  82. package/dist/tools/schedule.d.ts +14 -0
  83. package/dist/tools/schedule.d.ts.map +1 -1
  84. package/dist/tools/schedule.js +7 -3
  85. package/dist/tools/schedule.js.map +1 -1
  86. package/dist/tools/script-logs.d.ts +29 -0
  87. package/dist/tools/script-logs.d.ts.map +1 -0
  88. package/dist/tools/script-logs.js +144 -0
  89. package/dist/tools/script-logs.js.map +1 -0
  90. package/dist/tools/script.d.ts +25 -0
  91. package/dist/tools/script.d.ts.map +1 -0
  92. package/dist/tools/script.js +121 -0
  93. package/dist/tools/script.js.map +1 -0
  94. package/dist/tools/search.d.ts +1870 -0
  95. package/dist/tools/search.d.ts.map +1 -1
  96. package/dist/tools/search.js +50 -76
  97. package/dist/tools/search.js.map +1 -1
  98. package/dist/tools/system.d.ts.map +1 -1
  99. package/dist/tools/system.js +4 -2
  100. package/dist/tools/system.js.map +1 -1
  101. package/dist/tools/type-layouts.d.ts +37 -0
  102. package/dist/tools/type-layouts.d.ts.map +1 -1
  103. package/dist/tools/type-layouts.js +30 -22
  104. package/dist/tools/type-layouts.js.map +1 -1
  105. package/dist/tools/type-management.d.ts +134 -0
  106. package/dist/tools/type-management.d.ts.map +1 -0
  107. package/dist/tools/{workspace.js → type-management.js} +67 -307
  108. package/dist/tools/type-management.js.map +1 -0
  109. package/dist/tools/users.d.ts +19 -0
  110. package/dist/tools/users.d.ts.map +1 -1
  111. package/dist/tools/users.js +14 -28
  112. package/dist/tools/users.js.map +1 -1
  113. package/dist/tools/validators.d.ts +28 -0
  114. package/dist/tools/validators.d.ts.map +1 -1
  115. package/dist/tools/validators.js +21 -15
  116. package/dist/tools/validators.js.map +1 -1
  117. package/dist/tools/version-check.d.ts.map +1 -1
  118. package/dist/tools/version-check.js +11 -9
  119. package/dist/tools/version-check.js.map +1 -1
  120. package/dist/tools/version-history.d.ts +48 -0
  121. package/dist/tools/version-history.d.ts.map +1 -1
  122. package/dist/tools/version-history.js +39 -29
  123. package/dist/tools/version-history.js.map +1 -1
  124. package/dist/tools/widgets.d.ts +185 -0
  125. package/dist/tools/widgets.d.ts.map +1 -1
  126. package/dist/tools/widgets.js +245 -363
  127. package/dist/tools/widgets.js.map +1 -1
  128. package/dist/tools/workflow-scripts.d.ts +40 -0
  129. package/dist/tools/workflow-scripts.d.ts.map +1 -0
  130. package/dist/tools/workflow-scripts.js +186 -0
  131. package/dist/tools/workflow-scripts.js.map +1 -0
  132. package/dist/tools/workflow.d.ts +70 -0
  133. package/dist/tools/workflow.d.ts.map +1 -0
  134. package/dist/tools/workflow.js +259 -0
  135. package/dist/tools/workflow.js.map +1 -0
  136. package/dist/tools/workspace-admin.d.ts +50 -0
  137. package/dist/tools/workspace-admin.d.ts.map +1 -0
  138. package/dist/tools/workspace-admin.js +184 -0
  139. package/dist/tools/workspace-admin.js.map +1 -0
  140. package/dist/tools/workspace-core.d.ts +48 -0
  141. package/dist/tools/workspace-core.d.ts.map +1 -0
  142. package/dist/tools/workspace-core.js +184 -0
  143. package/dist/tools/workspace-core.js.map +1 -0
  144. package/dist/types.d.ts +3 -3
  145. package/dist/types.d.ts.map +1 -1
  146. package/dist/utils/dateValidation.d.ts +5 -0
  147. package/dist/utils/dateValidation.d.ts.map +1 -0
  148. package/dist/utils/dateValidation.js +57 -0
  149. package/dist/utils/dateValidation.js.map +1 -0
  150. package/dist/utils.d.ts +6 -0
  151. package/dist/utils.d.ts.map +1 -1
  152. package/dist/utils.js +114 -8
  153. package/dist/utils.js.map +1 -1
  154. package/dist/widget-specifications/CLAUDE.md +288 -0
  155. package/dist/widget-specifications/DOCUMENTATION-STATUS.md +424 -0
  156. package/dist/widget-specifications/GENERATING-FROM-RESEARCH.md +61 -0
  157. package/dist/widget-specifications/WIDGET-TAGGING-SCHEME.md +217 -0
  158. package/dist/widget-specifications/_research_from_ga_products/.claude-settings.local.json +48 -0
  159. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-api-common-config-metadata-SyncMetadataTable/research.md +168 -0
  160. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-breadcrumbs-breadcrumbsWidget/research.md +125 -0
  161. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cboard-main-board/research.md +373 -0
  162. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-citizenAi-askYourPageWidget/research.md +319 -0
  163. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cplaceReportGeneration-generateReportWidget/research.md +295 -0
  164. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportChart/research.md +230 -0
  165. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportGrid/research.md +215 -0
  166. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportChart/research.md +192 -0
  167. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportGrid/research.md +178 -0
  168. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-widget/research.md +332 -0
  169. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-demoWidgets-demoRichString/research.md +194 -0
  170. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-documentation-navigationWidget/research.md +426 -0
  171. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextAndListWidget/research.md +326 -0
  172. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextWidget/research.md +580 -0
  173. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-widget/research.md +281 -0
  174. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-draggablePageList-widget/research.md +210 -0
  175. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dynamicCodeBlockWidget-dynamicCodeBlockWidget/research.md +250 -0
  176. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-attribute-conversion-widget-enumMappingTable/research.md +260 -0
  177. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-configuration-widget-attributeMappingTable/research.md +148 -0
  178. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-cleanupConfigTable/research.md +138 -0
  179. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-connectorSyncConfigsTable/research.md +150 -0
  180. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-serverConnectionTable/research.md +181 -0
  181. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-extendedTreeTableWidget/research.md +253 -0
  182. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-horizontalDivider/research.md +261 -0
  183. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-startWizardWidget/research.md +211 -0
  184. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorForWizardWidget/research.md +183 -0
  185. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorWidget/research.md +298 -0
  186. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepManager/research.md +419 -0
  187. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepPreview/research.md +256 -0
  188. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardActivation/research.md +174 -0
  189. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardAnalysis/research.md +283 -0
  190. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardLocalizations/research.md +193 -0
  191. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-genericInterface-api-widgets-triggerInterfaceButton/research.md +180 -0
  192. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-quickOverview/research.md +186 -0
  193. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-sessionUserNameWidget/research.md +158 -0
  194. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-simpleListWithAttachment/research.md +135 -0
  195. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-layoutTabsWidget-widget/research.md +238 -0
  196. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowCodeWidgets-lowCodeButton/research.md +272 -0
  197. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowcode-ai-chatWidget/research.md +194 -0
  198. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-meeting-pageHeader/research.md +208 -0
  199. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-navigationTileWidget-widget/research.md +259 -0
  200. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-headlineForReports/research.md +174 -0
  201. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-scriptPlaceholders/research.md +233 -0
  202. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-templatePlaceholders/research.md +150 -0
  203. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-orgaTree-edit/research.md +353 -0
  204. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-outlookMessageIntegration-outlookMessages/research.md +233 -0
  205. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pageViewHeadline-widget/research.md +217 -0
  206. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pdfPreview-widget/research.md +235 -0
  207. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-attributesGroup/research.md +525 -0
  208. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-batchJobQuickGlance/research.md +372 -0
  209. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-connectedAttributesGroup/research.md +408 -0
  210. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-dynamicIframe/research.md +198 -0
  211. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-tableWidget/research.md +427 -0
  212. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pptexport-pgPreviewWidget/research.md +151 -0
  213. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projectTree-editProjects/research.md +163 -0
  214. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-scheduleLockState/research.md +174 -0
  215. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-subscriptions/research.md +316 -0
  216. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-qrCodeWidget/research.md +130 -0
  217. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-resourceManagement-resourcePlannerDefinition/research.md +331 -0
  218. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-rest-config-widget-productionModeHintWidget/research.md +332 -0
  219. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleCalendar-calendar/research.md +284 -0
  220. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleForm-widget/research.md +193 -0
  221. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tableDetailViewWidget-widget/research.md +311 -0
  222. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-treeTableWidget/research.md +420 -0
  223. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tuplesWidget-widget/research.md +295 -0
  224. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-videoWidget/research.md +154 -0
  225. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingHighcharts/research.md +249 -0
  226. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingLineChart/research.md +279 -0
  227. package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-tupleLineChart/research.md +221 -0
  228. package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributeHistory/research.md +421 -0
  229. package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributes/research.md +377 -0
  230. package/dist/widget-specifications/_research_from_ga_products/cf-platform-comments/research.md +254 -0
  231. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedBarChart/research.md +275 -0
  232. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedMatrix/research.md +396 -0
  233. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedPieChart/research.md +150 -0
  234. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedSingleAttribute/research.md +430 -0
  235. package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedTableFilter/research.md +468 -0
  236. package/dist/widget-specifications/_research_from_ga_products/cf-platform-customRichStringAttribute/research.md +120 -0
  237. package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsList/research.md +485 -0
  238. package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsTable/research.md +428 -0
  239. package/dist/widget-specifications/_research_from_ga_products/cf-platform-files/research.md +240 -0
  240. package/dist/widget-specifications/_research_from_ga_products/cf-platform-iframe/research.md +358 -0
  241. package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingLinks/research.md +242 -0
  242. package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingReferences/research.md +488 -0
  243. package/dist/widget-specifications/_research_from_ga_products/cf-platform-makeover-attributes/research.md +219 -0
  244. package/dist/widget-specifications/_research_from_ga_products/cf-platform-modificationInfo/research.md +141 -0
  245. package/dist/widget-specifications/_research_from_ga_products/cf-platform-myElements/research.md +116 -0
  246. package/dist/widget-specifications/_research_from_ga_products/cf-platform-richString/research.md +437 -0
  247. package/dist/widget-specifications/_research_from_ga_products/cf-platform-singleAttribute/research.md +1094 -0
  248. package/dist/widget-specifications/_research_from_ga_products/cf-platform-tags/research.md +332 -0
  249. package/dist/widget-specifications/_research_from_ga_products/cf-platform-wiki/research.md +258 -0
  250. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-gantt/research.md +268 -0
  251. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-ganttTaskDemo/research.md +271 -0
  252. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-multiGantt/research.md +343 -0
  253. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-scheduleTreeTable/research.md +261 -0
  254. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGantt/research.md +184 -0
  255. package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGanttLink/research.md +188 -0
  256. package/dist/widget-specifications/_research_from_ga_products/de-2lforge-curves-widget/research.md +341 -0
  257. package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-datePickerWidget/research.md +232 -0
  258. package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-dropDownWidget/research.md +417 -0
  259. package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-miscWidget/research.md +172 -0
  260. package/dist/widget-specifications/_research_from_ga_products/de-visualistik-visualRoadmap-widget/research.md +277 -0
  261. package/dist/widget-specifications/_research_from_ga_products/msg-scripts-imagegallery-basic/research.md +112 -0
  262. package/dist/widget-specifications/_research_from_ga_products/phase-0-discovery-approach.md +248 -0
  263. package/dist/widget-specifications/_research_from_ga_products/widget-definition-mapping.md +168 -0
  264. package/dist/widget-specifications/_research_from_ga_products/widget-documentation-project.md +259 -0
  265. package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/generate.sh +100 -0
  266. package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/parse-mapping.sh +35 -0
  267. package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/template.md +38 -0
  268. package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/widgets.txt +107 -0
  269. package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_catalog-data.json +12 -0
  270. package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_meta.json +11 -0
  271. package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_overview.md +40 -0
  272. package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_summary.md +1 -0
  273. package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_catalog-data.json +12 -0
  274. package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_meta.json +8 -0
  275. package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_overview.md +74 -0
  276. package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_summary.md +1 -0
  277. package/dist/widget-specifications/cf.cplace.cboard.main.board/_catalog-data.json +12 -0
  278. package/dist/widget-specifications/cf.cplace.cboard.main.board/_implementation.md +37 -0
  279. package/dist/widget-specifications/cf.cplace.cboard.main.board/_meta.json +11 -0
  280. package/dist/widget-specifications/cf.cplace.cboard.main.board/_overview.md +117 -0
  281. package/dist/widget-specifications/cf.cplace.cboard.main.board/_summary.md +1 -0
  282. package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_meta.json +3 -0
  283. package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_overview.md +123 -0
  284. package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_summary.md +1 -0
  285. package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_catalog-data.json +12 -0
  286. package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_meta.json +10 -0
  287. package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_overview.md +45 -0
  288. package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_summary.md +1 -0
  289. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_catalog-data.json +12 -0
  290. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_meta.json +11 -0
  291. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_overview.md +79 -0
  292. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_summary.md +1 -0
  293. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_catalog-data.json +12 -0
  294. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_meta.json +11 -0
  295. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_overview.md +45 -0
  296. package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_summary.md +1 -0
  297. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_catalog-data.json +12 -0
  298. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_meta.json +11 -0
  299. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_overview.md +68 -0
  300. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_summary.md +1 -0
  301. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_catalog-data.json +12 -0
  302. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_meta.json +9 -0
  303. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_overview.md +45 -0
  304. package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_summary.md +1 -0
  305. package/dist/widget-specifications/cf.cplace.ctts.main.widget/_catalog-data.json +12 -0
  306. package/dist/widget-specifications/cf.cplace.ctts.main.widget/_meta.json +11 -0
  307. package/dist/widget-specifications/cf.cplace.ctts.main.widget/_overview.md +157 -0
  308. package/dist/widget-specifications/cf.cplace.ctts.main.widget/_summary.md +1 -0
  309. package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_catalog-data.json +12 -0
  310. package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_meta.json +10 -0
  311. package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_overview.md +200 -0
  312. package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_summary.md +1 -0
  313. package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_catalog-data.json +12 -0
  314. package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_meta.json +10 -0
  315. package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_overview.md +27 -0
  316. package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_summary.md +1 -0
  317. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_catalog-data.json +12 -0
  318. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_meta.json +10 -0
  319. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_overview.md +79 -0
  320. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_summary.md +1 -0
  321. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_catalog-data.json +12 -0
  322. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_meta.json +10 -0
  323. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_overview.md +176 -0
  324. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_summary.md +1 -0
  325. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_catalog-data.json +12 -0
  326. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_meta.json +10 -0
  327. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_overview.md +85 -0
  328. package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_summary.md +1 -0
  329. package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_catalog-data.json +12 -0
  330. package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_meta.json +11 -0
  331. package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_overview.md +93 -0
  332. package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_summary.md +1 -0
  333. package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_catalog-data.json +12 -0
  334. package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_meta.json +9 -0
  335. package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_overview.md +75 -0
  336. package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_summary.md +1 -0
  337. package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_catalog-data.json +12 -0
  338. package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_meta.json +10 -0
  339. package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_overview.md +167 -0
  340. package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_summary.md +1 -0
  341. package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_catalog-data.json +12 -0
  342. package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_meta.json +10 -0
  343. package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_overview.md +64 -0
  344. package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_summary.md +1 -0
  345. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_catalog-data.json +12 -0
  346. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_meta.json +11 -0
  347. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_overview.md +61 -0
  348. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_summary.md +1 -0
  349. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_catalog-data.json +12 -0
  350. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_meta.json +11 -0
  351. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_overview.md +94 -0
  352. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_summary.md +1 -0
  353. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_catalog-data.json +12 -0
  354. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_meta.json +10 -0
  355. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_overview.md +28 -0
  356. package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_summary.md +1 -0
  357. package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_catalog-data.json +12 -0
  358. package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_meta.json +11 -0
  359. package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_overview.md +116 -0
  360. package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_summary.md +1 -0
  361. package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_catalog-data.json +12 -0
  362. package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_meta.json +8 -0
  363. package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_overview.md +44 -0
  364. package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_summary.md +1 -0
  365. package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_catalog-data.json +12 -0
  366. package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_meta.json +10 -0
  367. package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_overview.md +40 -0
  368. package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_summary.md +1 -0
  369. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_catalog-data.json +12 -0
  370. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_meta.json +10 -0
  371. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_overview.md +47 -0
  372. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_summary.md +1 -0
  373. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_catalog-data.json +12 -0
  374. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_meta.json +9 -0
  375. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_overview.md +23 -0
  376. package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_summary.md +1 -0
  377. package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_catalog-data.json +12 -0
  378. package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_meta.json +10 -0
  379. package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_overview.md +32 -0
  380. package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_summary.md +1 -0
  381. package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_catalog-data.json +12 -0
  382. package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_meta.json +8 -0
  383. package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_overview.md +29 -0
  384. package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_summary.md +1 -0
  385. package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_catalog-data.json +12 -0
  386. package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_meta.json +9 -0
  387. package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_overview.md +69 -0
  388. package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_summary.md +1 -0
  389. package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_catalog-data.json +12 -0
  390. package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_meta.json +10 -0
  391. package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_overview.md +91 -0
  392. package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_summary.md +1 -0
  393. package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_catalog-data.json +12 -0
  394. package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_meta.json +10 -0
  395. package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_overview.md +48 -0
  396. package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_summary.md +1 -0
  397. package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_catalog-data.json +12 -0
  398. package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_meta.json +9 -0
  399. package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_overview.md +58 -0
  400. package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_summary.md +1 -0
  401. package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_catalog-data.json +12 -0
  402. package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_meta.json +10 -0
  403. package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_overview.md +66 -0
  404. package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_summary.md +1 -0
  405. package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_catalog-data.json +12 -0
  406. package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_meta.json +9 -0
  407. package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_overview.md +52 -0
  408. package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_summary.md +1 -0
  409. package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_catalog-data.json +12 -0
  410. package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_meta.json +10 -0
  411. package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_overview.md +53 -0
  412. package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_summary.md +1 -0
  413. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_catalog-data.json +12 -0
  414. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_implementation.md +6 -0
  415. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_meta.json +7 -0
  416. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_overview.md +115 -0
  417. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_summary.md +1 -0
  418. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layoutSelection.md +2 -0
  419. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layouts.md +3 -0
  420. package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.sourceForLayouts.md +1 -0
  421. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_catalog-data.json +12 -0
  422. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_meta.json +10 -0
  423. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_overview.md +137 -0
  424. package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_summary.md +1 -0
  425. package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_catalog-data.json +12 -0
  426. package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_meta.json +10 -0
  427. package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_overview.md +63 -0
  428. package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_summary.md +1 -0
  429. package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_catalog-data.json +12 -0
  430. package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_meta.json +12 -0
  431. package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_overview.md +31 -0
  432. package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_summary.md +1 -0
  433. package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_catalog-data.json +12 -0
  434. package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_meta.json +9 -0
  435. package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_overview.md +71 -0
  436. package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_summary.md +1 -0
  437. package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_catalog-data.json +12 -0
  438. package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_meta.json +8 -0
  439. package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_overview.md +57 -0
  440. package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_summary.md +1 -0
  441. package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_catalog-data.json +12 -0
  442. package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_meta.json +10 -0
  443. package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_overview.md +22 -0
  444. package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_summary.md +1 -0
  445. package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_catalog-data.json +12 -0
  446. package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_meta.json +10 -0
  447. package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_overview.md +24 -0
  448. package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_summary.md +1 -0
  449. package/dist/widget-specifications/cf.cplace.orgaTree.edit/_catalog-data.json +12 -0
  450. package/dist/widget-specifications/cf.cplace.orgaTree.edit/_meta.json +11 -0
  451. package/dist/widget-specifications/cf.cplace.orgaTree.edit/_overview.md +62 -0
  452. package/dist/widget-specifications/cf.cplace.orgaTree.edit/_summary.md +1 -0
  453. package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_catalog-data.json +12 -0
  454. package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_meta.json +12 -0
  455. package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_overview.md +50 -0
  456. package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_summary.md +1 -0
  457. package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_catalog-data.json +12 -0
  458. package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_meta.json +9 -0
  459. package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_overview.md +62 -0
  460. package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_summary.md +1 -0
  461. package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_catalog-data.json +12 -0
  462. package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_meta.json +9 -0
  463. package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_overview.md +79 -0
  464. package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_summary.md +1 -0
  465. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_catalog-data.json +12 -0
  466. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_implementation.md +13 -0
  467. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_meta.json +9 -0
  468. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_overview.md +108 -0
  469. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_summary.md +1 -0
  470. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/absoluteSelection.md +9 -0
  471. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/layout.md +8 -0
  472. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/pageSelection.md +12 -0
  473. package/dist/widget-specifications/cf.cplace.platform.attributesGroup/relativeSelection.md +14 -0
  474. package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_catalog-data.json +12 -0
  475. package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_meta.json +9 -0
  476. package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_overview.md +52 -0
  477. package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_summary.md +1 -0
  478. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_catalog-data.json +12 -0
  479. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_implementation.md +17 -0
  480. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_meta.json +10 -0
  481. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_overview.md +103 -0
  482. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_summary.md +1 -0
  483. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/cf.cplace.platform.attributesGroup.layout.md +8 -0
  484. package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/singleSelectionWidgetId.md +15 -0
  485. package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_catalog-data.json +12 -0
  486. package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_meta.json +9 -0
  487. package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_overview.md +49 -0
  488. package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_summary.md +1 -0
  489. package/dist/widget-specifications/cf.cplace.platform.tableWidget/_catalog-data.json +12 -0
  490. package/dist/widget-specifications/cf.cplace.platform.tableWidget/_meta.json +12 -0
  491. package/dist/widget-specifications/cf.cplace.platform.tableWidget/_overview.md +188 -0
  492. package/dist/widget-specifications/cf.cplace.platform.tableWidget/_summary.md +1 -0
  493. package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_catalog-data.json +12 -0
  494. package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_meta.json +11 -0
  495. package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_overview.md +92 -0
  496. package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_summary.md +1 -0
  497. package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_catalog-data.json +12 -0
  498. package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_meta.json +11 -0
  499. package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_overview.md +81 -0
  500. package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_summary.md +1 -0
  501. package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_catalog-data.json +12 -0
  502. package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_meta.json +10 -0
  503. package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_overview.md +60 -0
  504. package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_summary.md +1 -0
  505. package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_catalog-data.json +12 -0
  506. package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_meta.json +10 -0
  507. package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_overview.md +59 -0
  508. package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_summary.md +1 -0
  509. package/dist/widget-specifications/cf.cplace.qrCodeWidget/_catalog-data.json +12 -0
  510. package/dist/widget-specifications/cf.cplace.qrCodeWidget/_meta.json +9 -0
  511. package/dist/widget-specifications/cf.cplace.qrCodeWidget/_overview.md +25 -0
  512. package/dist/widget-specifications/cf.cplace.qrCodeWidget/_summary.md +1 -0
  513. package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_catalog-data.json +12 -0
  514. package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_meta.json +11 -0
  515. package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_overview.md +78 -0
  516. package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_summary.md +1 -0
  517. package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_catalog-data.json +12 -0
  518. package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_meta.json +9 -0
  519. package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_overview.md +44 -0
  520. package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_summary.md +1 -0
  521. package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_catalog-data.json +12 -0
  522. package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_meta.json +10 -0
  523. package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_overview.md +42 -0
  524. package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_summary.md +1 -0
  525. package/dist/widget-specifications/cf.cplace.simpleForm.widget/_catalog-data.json +12 -0
  526. package/dist/widget-specifications/cf.cplace.simpleForm.widget/_meta.json +10 -0
  527. package/dist/widget-specifications/cf.cplace.simpleForm.widget/_overview.md +85 -0
  528. package/dist/widget-specifications/cf.cplace.simpleForm.widget/_summary.md +1 -0
  529. package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_catalog-data.json +12 -0
  530. package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_meta.json +11 -0
  531. package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_overview.md +92 -0
  532. package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_summary.md +1 -0
  533. package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/attributes.md +7 -0
  534. package/dist/widget-specifications/cf.cplace.treeTableWidget/_catalog-data.json +12 -0
  535. package/dist/widget-specifications/cf.cplace.treeTableWidget/_meta.json +11 -0
  536. package/dist/widget-specifications/cf.cplace.treeTableWidget/_overview.md +51 -0
  537. package/dist/widget-specifications/cf.cplace.treeTableWidget/_summary.md +1 -0
  538. package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_catalog-data.json +12 -0
  539. package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_meta.json +11 -0
  540. package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_overview.md +202 -0
  541. package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_summary.md +1 -0
  542. package/dist/widget-specifications/cf.cplace.videoWidget/_catalog-data.json +12 -0
  543. package/dist/widget-specifications/cf.cplace.videoWidget/_meta.json +10 -0
  544. package/dist/widget-specifications/cf.cplace.videoWidget/_overview.md +65 -0
  545. package/dist/widget-specifications/cf.cplace.videoWidget/_summary.md +1 -0
  546. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_catalog-data.json +12 -0
  547. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_implementation.md +12 -0
  548. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_meta.json +9 -0
  549. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_overview.md +117 -0
  550. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_summary.md +1 -0
  551. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.dataSource.md +5 -0
  552. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.search.md +10 -0
  553. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/script.md +29 -0
  554. package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/tableWidgetId.md +10 -0
  555. package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_catalog-data.json +12 -0
  556. package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_meta.json +11 -0
  557. package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_overview.md +72 -0
  558. package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_summary.md +1 -0
  559. package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_catalog-data.json +12 -0
  560. package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_meta.json +11 -0
  561. package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_overview.md +50 -0
  562. package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_summary.md +1 -0
  563. package/dist/widget-specifications/cf.platform.attributeHistory/_catalog-data.json +12 -0
  564. package/dist/widget-specifications/cf.platform.attributeHistory/_meta.json +11 -0
  565. package/dist/widget-specifications/cf.platform.attributeHistory/_overview.md +79 -0
  566. package/dist/widget-specifications/cf.platform.attributeHistory/_summary.md +1 -0
  567. package/dist/widget-specifications/cf.platform.attributes/_catalog-data.json +12 -0
  568. package/dist/widget-specifications/cf.platform.attributes/_meta.json +9 -0
  569. package/dist/widget-specifications/cf.platform.attributes/_overview.md +89 -0
  570. package/dist/widget-specifications/cf.platform.attributes/_summary.md +1 -0
  571. package/dist/widget-specifications/cf.platform.comments/_catalog-data.json +12 -0
  572. package/dist/widget-specifications/cf.platform.comments/_meta.json +9 -0
  573. package/dist/widget-specifications/cf.platform.comments/_overview.md +52 -0
  574. package/dist/widget-specifications/cf.platform.comments/_summary.md +1 -0
  575. package/dist/widget-specifications/cf.platform.connectedBarChart/_catalog-data.json +12 -0
  576. package/dist/widget-specifications/cf.platform.connectedBarChart/_implementation.md +10 -0
  577. package/dist/widget-specifications/cf.platform.connectedBarChart/_meta.json +11 -0
  578. package/dist/widget-specifications/cf.platform.connectedBarChart/_overview.md +70 -0
  579. package/dist/widget-specifications/cf.platform.connectedBarChart/_summary.md +1 -0
  580. package/dist/widget-specifications/cf.platform.connectedBarChart/search.md +15 -0
  581. package/dist/widget-specifications/cf.platform.connectedMatrix/_catalog-data.json +12 -0
  582. package/dist/widget-specifications/cf.platform.connectedMatrix/_meta.json +11 -0
  583. package/dist/widget-specifications/cf.platform.connectedMatrix/_overview.md +189 -0
  584. package/dist/widget-specifications/cf.platform.connectedMatrix/_summary.md +1 -0
  585. package/dist/widget-specifications/cf.platform.connectedPieChart/_catalog-data.json +12 -0
  586. package/dist/widget-specifications/cf.platform.connectedPieChart/_implementation.md +10 -0
  587. package/dist/widget-specifications/cf.platform.connectedPieChart/_meta.json +11 -0
  588. package/dist/widget-specifications/cf.platform.connectedPieChart/_overview.md +70 -0
  589. package/dist/widget-specifications/cf.platform.connectedPieChart/_summary.md +1 -0
  590. package/dist/widget-specifications/cf.platform.connectedPieChart/search.md +10 -0
  591. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_catalog-data.json +12 -0
  592. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_implementation.md +15 -0
  593. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_meta.json +10 -0
  594. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_overview.md +69 -0
  595. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_summary.md +1 -0
  596. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/attributeName.md +10 -0
  597. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleColumn.md +9 -0
  598. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleSelectionWidgetId.md +3 -0
  599. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withLabel.md +11 -0
  600. package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withValue.md +12 -0
  601. package/dist/widget-specifications/cf.platform.connectedTableFilter/_catalog-data.json +12 -0
  602. package/dist/widget-specifications/cf.platform.connectedTableFilter/_meta.json +10 -0
  603. package/dist/widget-specifications/cf.platform.connectedTableFilter/_overview.md +89 -0
  604. package/dist/widget-specifications/cf.platform.connectedTableFilter/_summary.md +1 -0
  605. package/dist/widget-specifications/cf.platform.customRichStringAttribute/_catalog-data.json +12 -0
  606. package/dist/widget-specifications/cf.platform.customRichStringAttribute/_meta.json +9 -0
  607. package/dist/widget-specifications/cf.platform.customRichStringAttribute/_overview.md +39 -0
  608. package/dist/widget-specifications/cf.platform.customRichStringAttribute/_summary.md +1 -0
  609. package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_catalog-data.json +12 -0
  610. package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_meta.json +10 -0
  611. package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_overview.md +66 -0
  612. package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_summary.md +1 -0
  613. package/dist/widget-specifications/cf.platform.embeddedSearchAsList/search.md +8 -0
  614. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_catalog-data.json +12 -0
  615. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_implementation.md +10 -0
  616. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_meta.json +11 -0
  617. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_overview.md +109 -0
  618. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_summary.md +1 -0
  619. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/columns.md +14 -0
  620. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/multiSortColumns.md +16 -0
  621. package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/search.md +8 -0
  622. package/dist/widget-specifications/cf.platform.files/_catalog-data.json +12 -0
  623. package/dist/widget-specifications/cf.platform.files/_meta.json +10 -0
  624. package/dist/widget-specifications/cf.platform.files/_overview.md +74 -0
  625. package/dist/widget-specifications/cf.platform.files/_summary.md +1 -0
  626. package/dist/widget-specifications/cf.platform.iframe/_catalog-data.json +12 -0
  627. package/dist/widget-specifications/cf.platform.iframe/_meta.json +9 -0
  628. package/dist/widget-specifications/cf.platform.iframe/_overview.md +77 -0
  629. package/dist/widget-specifications/cf.platform.iframe/_summary.md +1 -0
  630. package/dist/widget-specifications/cf.platform.incomingLinks/_catalog-data.json +12 -0
  631. package/dist/widget-specifications/cf.platform.incomingLinks/_meta.json +10 -0
  632. package/dist/widget-specifications/cf.platform.incomingLinks/_overview.md +83 -0
  633. package/dist/widget-specifications/cf.platform.incomingLinks/_summary.md +1 -0
  634. package/dist/widget-specifications/cf.platform.incomingReferences/_catalog-data.json +12 -0
  635. package/dist/widget-specifications/cf.platform.incomingReferences/_meta.json +10 -0
  636. package/dist/widget-specifications/cf.platform.incomingReferences/_overview.md +48 -0
  637. package/dist/widget-specifications/cf.platform.incomingReferences/_summary.md +1 -0
  638. package/dist/widget-specifications/cf.platform.makeover.attributes/_catalog-data.json +12 -0
  639. package/dist/widget-specifications/cf.platform.makeover.attributes/_meta.json +9 -0
  640. package/dist/widget-specifications/cf.platform.makeover.attributes/_overview.md +48 -0
  641. package/dist/widget-specifications/cf.platform.makeover.attributes/_summary.md +1 -0
  642. package/dist/widget-specifications/cf.platform.modificationInfo/_catalog-data.json +12 -0
  643. package/dist/widget-specifications/cf.platform.modificationInfo/_meta.json +9 -0
  644. package/dist/widget-specifications/cf.platform.modificationInfo/_overview.md +27 -0
  645. package/dist/widget-specifications/cf.platform.modificationInfo/_summary.md +1 -0
  646. package/dist/widget-specifications/cf.platform.myElements/_catalog-data.json +12 -0
  647. package/dist/widget-specifications/cf.platform.myElements/_meta.json +10 -0
  648. package/dist/widget-specifications/cf.platform.myElements/_overview.md +69 -0
  649. package/dist/widget-specifications/cf.platform.myElements/_summary.md +1 -0
  650. package/dist/widget-specifications/cf.platform.richString/_catalog-data.json +12 -0
  651. package/dist/widget-specifications/cf.platform.richString/_meta.json +10 -0
  652. package/dist/widget-specifications/cf.platform.richString/_overview.md +43 -0
  653. package/dist/widget-specifications/cf.platform.richString/_summary.md +1 -0
  654. package/dist/widget-specifications/cf.platform.singleAttribute/_catalog-data.json +12 -0
  655. package/dist/widget-specifications/cf.platform.singleAttribute/_implementation.md +18 -0
  656. package/dist/widget-specifications/cf.platform.singleAttribute/_meta.json +10 -0
  657. package/dist/widget-specifications/cf.platform.singleAttribute/_overview.md +83 -0
  658. package/dist/widget-specifications/cf.platform.singleAttribute/_summary.md +1 -0
  659. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.entity.md +10 -0
  660. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.quotedAttributeName.md +12 -0
  661. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.singleColumn.md +9 -0
  662. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.useParent.md +11 -0
  663. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withLabel.md +11 -0
  664. package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withValue.md +12 -0
  665. package/dist/widget-specifications/cf.platform.tags/_catalog-data.json +12 -0
  666. package/dist/widget-specifications/cf.platform.tags/_meta.json +10 -0
  667. package/dist/widget-specifications/cf.platform.tags/_overview.md +49 -0
  668. package/dist/widget-specifications/cf.platform.tags/_summary.md +1 -0
  669. package/dist/widget-specifications/cf.platform.wiki/_catalog-data.json +12 -0
  670. package/dist/widget-specifications/cf.platform.wiki/_meta.json +9 -0
  671. package/dist/widget-specifications/cf.platform.wiki/_overview.md +32 -0
  672. package/dist/widget-specifications/cf.platform.wiki/_summary.md +1 -0
  673. package/dist/widget-specifications/cf.projektplanung.gantt/_catalog-data.json +12 -0
  674. package/dist/widget-specifications/cf.projektplanung.gantt/_meta.json +11 -0
  675. package/dist/widget-specifications/cf.projektplanung.gantt/_overview.md +61 -0
  676. package/dist/widget-specifications/cf.projektplanung.gantt/_summary.md +1 -0
  677. package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_catalog-data.json +12 -0
  678. package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_meta.json +10 -0
  679. package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_overview.md +65 -0
  680. package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_summary.md +1 -0
  681. package/dist/widget-specifications/cf.projektplanung.multiGantt/_catalog-data.json +12 -0
  682. package/dist/widget-specifications/cf.projektplanung.multiGantt/_meta.json +11 -0
  683. package/dist/widget-specifications/cf.projektplanung.multiGantt/_overview.md +73 -0
  684. package/dist/widget-specifications/cf.projektplanung.multiGantt/_summary.md +1 -0
  685. package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_catalog-data.json +12 -0
  686. package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_meta.json +10 -0
  687. package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_overview.md +84 -0
  688. package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_summary.md +1 -0
  689. package/dist/widget-specifications/cf.projektplanung.singleGantt/_catalog-data.json +12 -0
  690. package/dist/widget-specifications/cf.projektplanung.singleGantt/_meta.json +12 -0
  691. package/dist/widget-specifications/cf.projektplanung.singleGantt/_overview.md +27 -0
  692. package/dist/widget-specifications/cf.projektplanung.singleGantt/_summary.md +1 -0
  693. package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_catalog-data.json +12 -0
  694. package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_meta.json +10 -0
  695. package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_overview.md +84 -0
  696. package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_summary.md +1 -0
  697. package/dist/widget-specifications/de.2lforge.curves.widget/_catalog-data.json +12 -0
  698. package/dist/widget-specifications/de.2lforge.curves.widget/_meta.json +12 -0
  699. package/dist/widget-specifications/de.2lforge.curves.widget/_overview.md +73 -0
  700. package/dist/widget-specifications/de.2lforge.curves.widget/_summary.md +1 -0
  701. package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_catalog-data.json +12 -0
  702. package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_meta.json +9 -0
  703. package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_overview.md +67 -0
  704. package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_summary.md +1 -0
  705. package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_catalog-data.json +12 -0
  706. package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_meta.json +10 -0
  707. package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_overview.md +58 -0
  708. package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_summary.md +1 -0
  709. package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_catalog-data.json +12 -0
  710. package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_meta.json +8 -0
  711. package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_overview.md +43 -0
  712. package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_summary.md +1 -0
  713. package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_catalog-data.json +12 -0
  714. package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_meta.json +11 -0
  715. package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_overview.md +47 -0
  716. package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_summary.md +1 -0
  717. package/dist/widget-specifications/index.d.ts.map +1 -0
  718. package/dist/widget-specifications/index.js +55 -0
  719. package/dist/widget-specifications/index.js.map +1 -0
  720. package/dist/widget-specifications/msg.scripts.imagegallery.basic/_catalog-data.json +12 -0
  721. package/dist/widget-specifications/msg.scripts.imagegallery.basic/_meta.json +10 -0
  722. package/dist/widget-specifications/msg.scripts.imagegallery.basic/_overview.md +55 -0
  723. package/dist/widget-specifications/msg.scripts.imagegallery.basic/_summary.md +1 -0
  724. package/dist/widget-specifications/tag-registry.json +63 -0
  725. package/package.json +3 -2
  726. package/dist/tools/workspace.d.ts +0 -4
  727. package/dist/tools/workspace.d.ts.map +0 -1
  728. package/dist/tools/workspace.js.map +0 -1
@@ -0,0 +1,1849 @@
1
+ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
2
+ import { z } from "zod";
3
+ import { CplaceApiClient } from '../api.js';
4
+ export declare const CSV_EXPORT_TOOL_DEFINITIONS: {
5
+ readonly cplace_search_pages_csv: {
6
+ readonly description: "Same as cplace_search_pages but returns results in CSV format instead of JSON. Only use this tool after first calling cplace_search_pages to establish and validate the search parameters. The CSV result should always be stored as an artifact.\n\nIMPORTANT: Date filter values must use date-only format (YYYY-MM-DD). Datetime formats are not supported. See cplace_search_pages for full details.";
7
+ readonly inputSchema: {
8
+ readonly workspaceId: z.ZodOptional<z.ZodString>;
9
+ readonly internalTypeName: z.ZodString;
10
+ readonly search_filter: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
11
+ name: z.ZodObject<{
12
+ equals: z.ZodString;
13
+ }, "strip", z.ZodTypeAny, {
14
+ equals: string;
15
+ }, {
16
+ equals: string;
17
+ }>;
18
+ }, "strip", z.ZodTypeAny, {
19
+ name: {
20
+ equals: string;
21
+ };
22
+ }, {
23
+ name: {
24
+ equals: string;
25
+ };
26
+ }>, z.ZodObject<{
27
+ attribute: z.ZodString;
28
+ string: z.ZodEffects<z.ZodObject<{
29
+ equals: z.ZodOptional<z.ZodString>;
30
+ contains: z.ZodOptional<z.ZodString>;
31
+ beginsWith: z.ZodOptional<z.ZodString>;
32
+ is_empty: z.ZodOptional<z.ZodBoolean>;
33
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
34
+ }, "strip", z.ZodTypeAny, {
35
+ equals?: string | undefined;
36
+ contains?: string | undefined;
37
+ beginsWith?: string | undefined;
38
+ is_empty?: boolean | undefined;
39
+ is_not_empty?: boolean | undefined;
40
+ }, {
41
+ equals?: string | undefined;
42
+ contains?: string | undefined;
43
+ beginsWith?: string | undefined;
44
+ is_empty?: boolean | undefined;
45
+ is_not_empty?: boolean | undefined;
46
+ }>, {
47
+ equals?: string | undefined;
48
+ contains?: string | undefined;
49
+ beginsWith?: string | undefined;
50
+ is_empty?: boolean | undefined;
51
+ is_not_empty?: boolean | undefined;
52
+ }, {
53
+ equals?: string | undefined;
54
+ contains?: string | undefined;
55
+ beginsWith?: string | undefined;
56
+ is_empty?: boolean | undefined;
57
+ is_not_empty?: boolean | undefined;
58
+ }>;
59
+ }, "strip", z.ZodTypeAny, {
60
+ string: {
61
+ equals?: string | undefined;
62
+ contains?: string | undefined;
63
+ beginsWith?: string | undefined;
64
+ is_empty?: boolean | undefined;
65
+ is_not_empty?: boolean | undefined;
66
+ };
67
+ attribute: string;
68
+ }, {
69
+ string: {
70
+ equals?: string | undefined;
71
+ contains?: string | undefined;
72
+ beginsWith?: string | undefined;
73
+ is_empty?: boolean | undefined;
74
+ is_not_empty?: boolean | undefined;
75
+ };
76
+ attribute: string;
77
+ }>, z.ZodObject<{
78
+ attribute: z.ZodString;
79
+ number: z.ZodEffects<z.ZodObject<{
80
+ equals: z.ZodOptional<z.ZodNumber>;
81
+ does_not_equal: z.ZodOptional<z.ZodNumber>;
82
+ greater_than: z.ZodOptional<z.ZodNumber>;
83
+ greater_than_or_equal_to: z.ZodOptional<z.ZodNumber>;
84
+ less_than: z.ZodOptional<z.ZodNumber>;
85
+ less_than_or_equal_to: z.ZodOptional<z.ZodNumber>;
86
+ is_empty: z.ZodOptional<z.ZodBoolean>;
87
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
88
+ }, "strip", z.ZodTypeAny, {
89
+ equals?: number | undefined;
90
+ is_empty?: boolean | undefined;
91
+ is_not_empty?: boolean | undefined;
92
+ does_not_equal?: number | undefined;
93
+ greater_than?: number | undefined;
94
+ greater_than_or_equal_to?: number | undefined;
95
+ less_than?: number | undefined;
96
+ less_than_or_equal_to?: number | undefined;
97
+ }, {
98
+ equals?: number | undefined;
99
+ is_empty?: boolean | undefined;
100
+ is_not_empty?: boolean | undefined;
101
+ does_not_equal?: number | undefined;
102
+ greater_than?: number | undefined;
103
+ greater_than_or_equal_to?: number | undefined;
104
+ less_than?: number | undefined;
105
+ less_than_or_equal_to?: number | undefined;
106
+ }>, {
107
+ equals?: number | undefined;
108
+ is_empty?: boolean | undefined;
109
+ is_not_empty?: boolean | undefined;
110
+ does_not_equal?: number | undefined;
111
+ greater_than?: number | undefined;
112
+ greater_than_or_equal_to?: number | undefined;
113
+ less_than?: number | undefined;
114
+ less_than_or_equal_to?: number | undefined;
115
+ }, {
116
+ equals?: number | undefined;
117
+ is_empty?: boolean | undefined;
118
+ is_not_empty?: boolean | undefined;
119
+ does_not_equal?: number | undefined;
120
+ greater_than?: number | undefined;
121
+ greater_than_or_equal_to?: number | undefined;
122
+ less_than?: number | undefined;
123
+ less_than_or_equal_to?: number | undefined;
124
+ }>;
125
+ }, "strip", z.ZodTypeAny, {
126
+ number: {
127
+ equals?: number | undefined;
128
+ is_empty?: boolean | undefined;
129
+ is_not_empty?: boolean | undefined;
130
+ does_not_equal?: number | undefined;
131
+ greater_than?: number | undefined;
132
+ greater_than_or_equal_to?: number | undefined;
133
+ less_than?: number | undefined;
134
+ less_than_or_equal_to?: number | undefined;
135
+ };
136
+ attribute: string;
137
+ }, {
138
+ number: {
139
+ equals?: number | undefined;
140
+ is_empty?: boolean | undefined;
141
+ is_not_empty?: boolean | undefined;
142
+ does_not_equal?: number | undefined;
143
+ greater_than?: number | undefined;
144
+ greater_than_or_equal_to?: number | undefined;
145
+ less_than?: number | undefined;
146
+ less_than_or_equal_to?: number | undefined;
147
+ };
148
+ attribute: string;
149
+ }>, z.ZodObject<{
150
+ attribute: z.ZodString;
151
+ date: z.ZodObject<{
152
+ after: z.ZodOptional<z.ZodString>;
153
+ before: z.ZodOptional<z.ZodString>;
154
+ equals: z.ZodOptional<z.ZodString>;
155
+ on_or_after: z.ZodOptional<z.ZodString>;
156
+ on_or_before: z.ZodOptional<z.ZodString>;
157
+ is_empty: z.ZodOptional<z.ZodBoolean>;
158
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
159
+ }, "strip", z.ZodTypeAny, {
160
+ equals?: string | undefined;
161
+ is_empty?: boolean | undefined;
162
+ is_not_empty?: boolean | undefined;
163
+ after?: string | undefined;
164
+ before?: string | undefined;
165
+ on_or_after?: string | undefined;
166
+ on_or_before?: string | undefined;
167
+ }, {
168
+ equals?: string | undefined;
169
+ is_empty?: boolean | undefined;
170
+ is_not_empty?: boolean | undefined;
171
+ after?: string | undefined;
172
+ before?: string | undefined;
173
+ on_or_after?: string | undefined;
174
+ on_or_before?: string | undefined;
175
+ }>;
176
+ }, "strip", z.ZodTypeAny, {
177
+ date: {
178
+ equals?: string | undefined;
179
+ is_empty?: boolean | undefined;
180
+ is_not_empty?: boolean | undefined;
181
+ after?: string | undefined;
182
+ before?: string | undefined;
183
+ on_or_after?: string | undefined;
184
+ on_or_before?: string | undefined;
185
+ };
186
+ attribute: string;
187
+ }, {
188
+ date: {
189
+ equals?: string | undefined;
190
+ is_empty?: boolean | undefined;
191
+ is_not_empty?: boolean | undefined;
192
+ after?: string | undefined;
193
+ before?: string | undefined;
194
+ on_or_after?: string | undefined;
195
+ on_or_before?: string | undefined;
196
+ };
197
+ attribute: string;
198
+ }>, z.ZodObject<{
199
+ attribute: z.ZodString;
200
+ reference: z.ZodEffects<z.ZodObject<{
201
+ equals: z.ZodOptional<z.ZodString>;
202
+ is_empty: z.ZodOptional<z.ZodBoolean>;
203
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
204
+ }, "strip", z.ZodTypeAny, {
205
+ equals?: string | undefined;
206
+ is_empty?: boolean | undefined;
207
+ is_not_empty?: boolean | undefined;
208
+ }, {
209
+ equals?: string | undefined;
210
+ is_empty?: boolean | undefined;
211
+ is_not_empty?: boolean | undefined;
212
+ }>, {
213
+ equals?: string | undefined;
214
+ is_empty?: boolean | undefined;
215
+ is_not_empty?: boolean | undefined;
216
+ }, {
217
+ equals?: string | undefined;
218
+ is_empty?: boolean | undefined;
219
+ is_not_empty?: boolean | undefined;
220
+ }>;
221
+ }, "strip", z.ZodTypeAny, {
222
+ reference: {
223
+ equals?: string | undefined;
224
+ is_empty?: boolean | undefined;
225
+ is_not_empty?: boolean | undefined;
226
+ };
227
+ attribute: string;
228
+ }, {
229
+ reference: {
230
+ equals?: string | undefined;
231
+ is_empty?: boolean | undefined;
232
+ is_not_empty?: boolean | undefined;
233
+ };
234
+ attribute: string;
235
+ }>, z.ZodObject<{
236
+ attribute: z.ZodString;
237
+ boolean: z.ZodObject<{
238
+ equals: z.ZodBoolean;
239
+ }, "strip", z.ZodTypeAny, {
240
+ equals: boolean;
241
+ }, {
242
+ equals: boolean;
243
+ }>;
244
+ }, "strip", z.ZodTypeAny, {
245
+ boolean: {
246
+ equals: boolean;
247
+ };
248
+ attribute: string;
249
+ }, {
250
+ boolean: {
251
+ equals: boolean;
252
+ };
253
+ attribute: string;
254
+ }>]>, z.ZodObject<{
255
+ and: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
256
+ name: z.ZodObject<{
257
+ equals: z.ZodString;
258
+ }, "strip", z.ZodTypeAny, {
259
+ equals: string;
260
+ }, {
261
+ equals: string;
262
+ }>;
263
+ }, "strip", z.ZodTypeAny, {
264
+ name: {
265
+ equals: string;
266
+ };
267
+ }, {
268
+ name: {
269
+ equals: string;
270
+ };
271
+ }>, z.ZodObject<{
272
+ attribute: z.ZodString;
273
+ string: z.ZodEffects<z.ZodObject<{
274
+ equals: z.ZodOptional<z.ZodString>;
275
+ contains: z.ZodOptional<z.ZodString>;
276
+ beginsWith: z.ZodOptional<z.ZodString>;
277
+ is_empty: z.ZodOptional<z.ZodBoolean>;
278
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
279
+ }, "strip", z.ZodTypeAny, {
280
+ equals?: string | undefined;
281
+ contains?: string | undefined;
282
+ beginsWith?: string | undefined;
283
+ is_empty?: boolean | undefined;
284
+ is_not_empty?: boolean | undefined;
285
+ }, {
286
+ equals?: string | undefined;
287
+ contains?: string | undefined;
288
+ beginsWith?: string | undefined;
289
+ is_empty?: boolean | undefined;
290
+ is_not_empty?: boolean | undefined;
291
+ }>, {
292
+ equals?: string | undefined;
293
+ contains?: string | undefined;
294
+ beginsWith?: string | undefined;
295
+ is_empty?: boolean | undefined;
296
+ is_not_empty?: boolean | undefined;
297
+ }, {
298
+ equals?: string | undefined;
299
+ contains?: string | undefined;
300
+ beginsWith?: string | undefined;
301
+ is_empty?: boolean | undefined;
302
+ is_not_empty?: boolean | undefined;
303
+ }>;
304
+ }, "strip", z.ZodTypeAny, {
305
+ string: {
306
+ equals?: string | undefined;
307
+ contains?: string | undefined;
308
+ beginsWith?: string | undefined;
309
+ is_empty?: boolean | undefined;
310
+ is_not_empty?: boolean | undefined;
311
+ };
312
+ attribute: string;
313
+ }, {
314
+ string: {
315
+ equals?: string | undefined;
316
+ contains?: string | undefined;
317
+ beginsWith?: string | undefined;
318
+ is_empty?: boolean | undefined;
319
+ is_not_empty?: boolean | undefined;
320
+ };
321
+ attribute: string;
322
+ }>, z.ZodObject<{
323
+ attribute: z.ZodString;
324
+ number: z.ZodEffects<z.ZodObject<{
325
+ equals: z.ZodOptional<z.ZodNumber>;
326
+ does_not_equal: z.ZodOptional<z.ZodNumber>;
327
+ greater_than: z.ZodOptional<z.ZodNumber>;
328
+ greater_than_or_equal_to: z.ZodOptional<z.ZodNumber>;
329
+ less_than: z.ZodOptional<z.ZodNumber>;
330
+ less_than_or_equal_to: z.ZodOptional<z.ZodNumber>;
331
+ is_empty: z.ZodOptional<z.ZodBoolean>;
332
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
333
+ }, "strip", z.ZodTypeAny, {
334
+ equals?: number | undefined;
335
+ is_empty?: boolean | undefined;
336
+ is_not_empty?: boolean | undefined;
337
+ does_not_equal?: number | undefined;
338
+ greater_than?: number | undefined;
339
+ greater_than_or_equal_to?: number | undefined;
340
+ less_than?: number | undefined;
341
+ less_than_or_equal_to?: number | undefined;
342
+ }, {
343
+ equals?: number | undefined;
344
+ is_empty?: boolean | undefined;
345
+ is_not_empty?: boolean | undefined;
346
+ does_not_equal?: number | undefined;
347
+ greater_than?: number | undefined;
348
+ greater_than_or_equal_to?: number | undefined;
349
+ less_than?: number | undefined;
350
+ less_than_or_equal_to?: number | undefined;
351
+ }>, {
352
+ equals?: number | undefined;
353
+ is_empty?: boolean | undefined;
354
+ is_not_empty?: boolean | undefined;
355
+ does_not_equal?: number | undefined;
356
+ greater_than?: number | undefined;
357
+ greater_than_or_equal_to?: number | undefined;
358
+ less_than?: number | undefined;
359
+ less_than_or_equal_to?: number | undefined;
360
+ }, {
361
+ equals?: number | undefined;
362
+ is_empty?: boolean | undefined;
363
+ is_not_empty?: boolean | undefined;
364
+ does_not_equal?: number | undefined;
365
+ greater_than?: number | undefined;
366
+ greater_than_or_equal_to?: number | undefined;
367
+ less_than?: number | undefined;
368
+ less_than_or_equal_to?: number | undefined;
369
+ }>;
370
+ }, "strip", z.ZodTypeAny, {
371
+ number: {
372
+ equals?: number | undefined;
373
+ is_empty?: boolean | undefined;
374
+ is_not_empty?: boolean | undefined;
375
+ does_not_equal?: number | undefined;
376
+ greater_than?: number | undefined;
377
+ greater_than_or_equal_to?: number | undefined;
378
+ less_than?: number | undefined;
379
+ less_than_or_equal_to?: number | undefined;
380
+ };
381
+ attribute: string;
382
+ }, {
383
+ number: {
384
+ equals?: number | undefined;
385
+ is_empty?: boolean | undefined;
386
+ is_not_empty?: boolean | undefined;
387
+ does_not_equal?: number | undefined;
388
+ greater_than?: number | undefined;
389
+ greater_than_or_equal_to?: number | undefined;
390
+ less_than?: number | undefined;
391
+ less_than_or_equal_to?: number | undefined;
392
+ };
393
+ attribute: string;
394
+ }>, z.ZodObject<{
395
+ attribute: z.ZodString;
396
+ date: z.ZodObject<{
397
+ after: z.ZodOptional<z.ZodString>;
398
+ before: z.ZodOptional<z.ZodString>;
399
+ equals: z.ZodOptional<z.ZodString>;
400
+ on_or_after: z.ZodOptional<z.ZodString>;
401
+ on_or_before: z.ZodOptional<z.ZodString>;
402
+ is_empty: z.ZodOptional<z.ZodBoolean>;
403
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
404
+ }, "strip", z.ZodTypeAny, {
405
+ equals?: string | undefined;
406
+ is_empty?: boolean | undefined;
407
+ is_not_empty?: boolean | undefined;
408
+ after?: string | undefined;
409
+ before?: string | undefined;
410
+ on_or_after?: string | undefined;
411
+ on_or_before?: string | undefined;
412
+ }, {
413
+ equals?: string | undefined;
414
+ is_empty?: boolean | undefined;
415
+ is_not_empty?: boolean | undefined;
416
+ after?: string | undefined;
417
+ before?: string | undefined;
418
+ on_or_after?: string | undefined;
419
+ on_or_before?: string | undefined;
420
+ }>;
421
+ }, "strip", z.ZodTypeAny, {
422
+ date: {
423
+ equals?: string | undefined;
424
+ is_empty?: boolean | undefined;
425
+ is_not_empty?: boolean | undefined;
426
+ after?: string | undefined;
427
+ before?: string | undefined;
428
+ on_or_after?: string | undefined;
429
+ on_or_before?: string | undefined;
430
+ };
431
+ attribute: string;
432
+ }, {
433
+ date: {
434
+ equals?: string | undefined;
435
+ is_empty?: boolean | undefined;
436
+ is_not_empty?: boolean | undefined;
437
+ after?: string | undefined;
438
+ before?: string | undefined;
439
+ on_or_after?: string | undefined;
440
+ on_or_before?: string | undefined;
441
+ };
442
+ attribute: string;
443
+ }>, z.ZodObject<{
444
+ attribute: z.ZodString;
445
+ reference: z.ZodEffects<z.ZodObject<{
446
+ equals: z.ZodOptional<z.ZodString>;
447
+ is_empty: z.ZodOptional<z.ZodBoolean>;
448
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
449
+ }, "strip", z.ZodTypeAny, {
450
+ equals?: string | undefined;
451
+ is_empty?: boolean | undefined;
452
+ is_not_empty?: boolean | undefined;
453
+ }, {
454
+ equals?: string | undefined;
455
+ is_empty?: boolean | undefined;
456
+ is_not_empty?: boolean | undefined;
457
+ }>, {
458
+ equals?: string | undefined;
459
+ is_empty?: boolean | undefined;
460
+ is_not_empty?: boolean | undefined;
461
+ }, {
462
+ equals?: string | undefined;
463
+ is_empty?: boolean | undefined;
464
+ is_not_empty?: boolean | undefined;
465
+ }>;
466
+ }, "strip", z.ZodTypeAny, {
467
+ reference: {
468
+ equals?: string | undefined;
469
+ is_empty?: boolean | undefined;
470
+ is_not_empty?: boolean | undefined;
471
+ };
472
+ attribute: string;
473
+ }, {
474
+ reference: {
475
+ equals?: string | undefined;
476
+ is_empty?: boolean | undefined;
477
+ is_not_empty?: boolean | undefined;
478
+ };
479
+ attribute: string;
480
+ }>, z.ZodObject<{
481
+ attribute: z.ZodString;
482
+ boolean: z.ZodObject<{
483
+ equals: z.ZodBoolean;
484
+ }, "strip", z.ZodTypeAny, {
485
+ equals: boolean;
486
+ }, {
487
+ equals: boolean;
488
+ }>;
489
+ }, "strip", z.ZodTypeAny, {
490
+ boolean: {
491
+ equals: boolean;
492
+ };
493
+ attribute: string;
494
+ }, {
495
+ boolean: {
496
+ equals: boolean;
497
+ };
498
+ attribute: string;
499
+ }>]>, z.ZodObject<{
500
+ or: z.ZodArray<z.ZodUnion<[z.ZodObject<{
501
+ name: z.ZodObject<{
502
+ equals: z.ZodString;
503
+ }, "strip", z.ZodTypeAny, {
504
+ equals: string;
505
+ }, {
506
+ equals: string;
507
+ }>;
508
+ }, "strip", z.ZodTypeAny, {
509
+ name: {
510
+ equals: string;
511
+ };
512
+ }, {
513
+ name: {
514
+ equals: string;
515
+ };
516
+ }>, z.ZodObject<{
517
+ attribute: z.ZodString;
518
+ string: z.ZodEffects<z.ZodObject<{
519
+ equals: z.ZodOptional<z.ZodString>;
520
+ contains: z.ZodOptional<z.ZodString>;
521
+ beginsWith: z.ZodOptional<z.ZodString>;
522
+ is_empty: z.ZodOptional<z.ZodBoolean>;
523
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
524
+ }, "strip", z.ZodTypeAny, {
525
+ equals?: string | undefined;
526
+ contains?: string | undefined;
527
+ beginsWith?: string | undefined;
528
+ is_empty?: boolean | undefined;
529
+ is_not_empty?: boolean | undefined;
530
+ }, {
531
+ equals?: string | undefined;
532
+ contains?: string | undefined;
533
+ beginsWith?: string | undefined;
534
+ is_empty?: boolean | undefined;
535
+ is_not_empty?: boolean | undefined;
536
+ }>, {
537
+ equals?: string | undefined;
538
+ contains?: string | undefined;
539
+ beginsWith?: string | undefined;
540
+ is_empty?: boolean | undefined;
541
+ is_not_empty?: boolean | undefined;
542
+ }, {
543
+ equals?: string | undefined;
544
+ contains?: string | undefined;
545
+ beginsWith?: string | undefined;
546
+ is_empty?: boolean | undefined;
547
+ is_not_empty?: boolean | undefined;
548
+ }>;
549
+ }, "strip", z.ZodTypeAny, {
550
+ string: {
551
+ equals?: string | undefined;
552
+ contains?: string | undefined;
553
+ beginsWith?: string | undefined;
554
+ is_empty?: boolean | undefined;
555
+ is_not_empty?: boolean | undefined;
556
+ };
557
+ attribute: string;
558
+ }, {
559
+ string: {
560
+ equals?: string | undefined;
561
+ contains?: string | undefined;
562
+ beginsWith?: string | undefined;
563
+ is_empty?: boolean | undefined;
564
+ is_not_empty?: boolean | undefined;
565
+ };
566
+ attribute: string;
567
+ }>, z.ZodObject<{
568
+ attribute: z.ZodString;
569
+ number: z.ZodEffects<z.ZodObject<{
570
+ equals: z.ZodOptional<z.ZodNumber>;
571
+ does_not_equal: z.ZodOptional<z.ZodNumber>;
572
+ greater_than: z.ZodOptional<z.ZodNumber>;
573
+ greater_than_or_equal_to: z.ZodOptional<z.ZodNumber>;
574
+ less_than: z.ZodOptional<z.ZodNumber>;
575
+ less_than_or_equal_to: z.ZodOptional<z.ZodNumber>;
576
+ is_empty: z.ZodOptional<z.ZodBoolean>;
577
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
578
+ }, "strip", z.ZodTypeAny, {
579
+ equals?: number | undefined;
580
+ is_empty?: boolean | undefined;
581
+ is_not_empty?: boolean | undefined;
582
+ does_not_equal?: number | undefined;
583
+ greater_than?: number | undefined;
584
+ greater_than_or_equal_to?: number | undefined;
585
+ less_than?: number | undefined;
586
+ less_than_or_equal_to?: number | undefined;
587
+ }, {
588
+ equals?: number | undefined;
589
+ is_empty?: boolean | undefined;
590
+ is_not_empty?: boolean | undefined;
591
+ does_not_equal?: number | undefined;
592
+ greater_than?: number | undefined;
593
+ greater_than_or_equal_to?: number | undefined;
594
+ less_than?: number | undefined;
595
+ less_than_or_equal_to?: number | undefined;
596
+ }>, {
597
+ equals?: number | undefined;
598
+ is_empty?: boolean | undefined;
599
+ is_not_empty?: boolean | undefined;
600
+ does_not_equal?: number | undefined;
601
+ greater_than?: number | undefined;
602
+ greater_than_or_equal_to?: number | undefined;
603
+ less_than?: number | undefined;
604
+ less_than_or_equal_to?: number | undefined;
605
+ }, {
606
+ equals?: number | undefined;
607
+ is_empty?: boolean | undefined;
608
+ is_not_empty?: boolean | undefined;
609
+ does_not_equal?: number | undefined;
610
+ greater_than?: number | undefined;
611
+ greater_than_or_equal_to?: number | undefined;
612
+ less_than?: number | undefined;
613
+ less_than_or_equal_to?: number | undefined;
614
+ }>;
615
+ }, "strip", z.ZodTypeAny, {
616
+ number: {
617
+ equals?: number | undefined;
618
+ is_empty?: boolean | undefined;
619
+ is_not_empty?: boolean | undefined;
620
+ does_not_equal?: number | undefined;
621
+ greater_than?: number | undefined;
622
+ greater_than_or_equal_to?: number | undefined;
623
+ less_than?: number | undefined;
624
+ less_than_or_equal_to?: number | undefined;
625
+ };
626
+ attribute: string;
627
+ }, {
628
+ number: {
629
+ equals?: number | undefined;
630
+ is_empty?: boolean | undefined;
631
+ is_not_empty?: boolean | undefined;
632
+ does_not_equal?: number | undefined;
633
+ greater_than?: number | undefined;
634
+ greater_than_or_equal_to?: number | undefined;
635
+ less_than?: number | undefined;
636
+ less_than_or_equal_to?: number | undefined;
637
+ };
638
+ attribute: string;
639
+ }>, z.ZodObject<{
640
+ attribute: z.ZodString;
641
+ date: z.ZodObject<{
642
+ after: z.ZodOptional<z.ZodString>;
643
+ before: z.ZodOptional<z.ZodString>;
644
+ equals: z.ZodOptional<z.ZodString>;
645
+ on_or_after: z.ZodOptional<z.ZodString>;
646
+ on_or_before: z.ZodOptional<z.ZodString>;
647
+ is_empty: z.ZodOptional<z.ZodBoolean>;
648
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
649
+ }, "strip", z.ZodTypeAny, {
650
+ equals?: string | undefined;
651
+ is_empty?: boolean | undefined;
652
+ is_not_empty?: boolean | undefined;
653
+ after?: string | undefined;
654
+ before?: string | undefined;
655
+ on_or_after?: string | undefined;
656
+ on_or_before?: string | undefined;
657
+ }, {
658
+ equals?: string | undefined;
659
+ is_empty?: boolean | undefined;
660
+ is_not_empty?: boolean | undefined;
661
+ after?: string | undefined;
662
+ before?: string | undefined;
663
+ on_or_after?: string | undefined;
664
+ on_or_before?: string | undefined;
665
+ }>;
666
+ }, "strip", z.ZodTypeAny, {
667
+ date: {
668
+ equals?: string | undefined;
669
+ is_empty?: boolean | undefined;
670
+ is_not_empty?: boolean | undefined;
671
+ after?: string | undefined;
672
+ before?: string | undefined;
673
+ on_or_after?: string | undefined;
674
+ on_or_before?: string | undefined;
675
+ };
676
+ attribute: string;
677
+ }, {
678
+ date: {
679
+ equals?: string | undefined;
680
+ is_empty?: boolean | undefined;
681
+ is_not_empty?: boolean | undefined;
682
+ after?: string | undefined;
683
+ before?: string | undefined;
684
+ on_or_after?: string | undefined;
685
+ on_or_before?: string | undefined;
686
+ };
687
+ attribute: string;
688
+ }>, z.ZodObject<{
689
+ attribute: z.ZodString;
690
+ reference: z.ZodEffects<z.ZodObject<{
691
+ equals: z.ZodOptional<z.ZodString>;
692
+ is_empty: z.ZodOptional<z.ZodBoolean>;
693
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
694
+ }, "strip", z.ZodTypeAny, {
695
+ equals?: string | undefined;
696
+ is_empty?: boolean | undefined;
697
+ is_not_empty?: boolean | undefined;
698
+ }, {
699
+ equals?: string | undefined;
700
+ is_empty?: boolean | undefined;
701
+ is_not_empty?: boolean | undefined;
702
+ }>, {
703
+ equals?: string | undefined;
704
+ is_empty?: boolean | undefined;
705
+ is_not_empty?: boolean | undefined;
706
+ }, {
707
+ equals?: string | undefined;
708
+ is_empty?: boolean | undefined;
709
+ is_not_empty?: boolean | undefined;
710
+ }>;
711
+ }, "strip", z.ZodTypeAny, {
712
+ reference: {
713
+ equals?: string | undefined;
714
+ is_empty?: boolean | undefined;
715
+ is_not_empty?: boolean | undefined;
716
+ };
717
+ attribute: string;
718
+ }, {
719
+ reference: {
720
+ equals?: string | undefined;
721
+ is_empty?: boolean | undefined;
722
+ is_not_empty?: boolean | undefined;
723
+ };
724
+ attribute: string;
725
+ }>, z.ZodObject<{
726
+ attribute: z.ZodString;
727
+ boolean: z.ZodObject<{
728
+ equals: z.ZodBoolean;
729
+ }, "strip", z.ZodTypeAny, {
730
+ equals: boolean;
731
+ }, {
732
+ equals: boolean;
733
+ }>;
734
+ }, "strip", z.ZodTypeAny, {
735
+ boolean: {
736
+ equals: boolean;
737
+ };
738
+ attribute: string;
739
+ }, {
740
+ boolean: {
741
+ equals: boolean;
742
+ };
743
+ attribute: string;
744
+ }>]>, "many">;
745
+ }, "strip", z.ZodTypeAny, {
746
+ or: ({
747
+ string: {
748
+ equals?: string | undefined;
749
+ contains?: string | undefined;
750
+ beginsWith?: string | undefined;
751
+ is_empty?: boolean | undefined;
752
+ is_not_empty?: boolean | undefined;
753
+ };
754
+ attribute: string;
755
+ } | {
756
+ name: {
757
+ equals: string;
758
+ };
759
+ } | {
760
+ number: {
761
+ equals?: number | undefined;
762
+ is_empty?: boolean | undefined;
763
+ is_not_empty?: boolean | undefined;
764
+ does_not_equal?: number | undefined;
765
+ greater_than?: number | undefined;
766
+ greater_than_or_equal_to?: number | undefined;
767
+ less_than?: number | undefined;
768
+ less_than_or_equal_to?: number | undefined;
769
+ };
770
+ attribute: string;
771
+ } | {
772
+ date: {
773
+ equals?: string | undefined;
774
+ is_empty?: boolean | undefined;
775
+ is_not_empty?: boolean | undefined;
776
+ after?: string | undefined;
777
+ before?: string | undefined;
778
+ on_or_after?: string | undefined;
779
+ on_or_before?: string | undefined;
780
+ };
781
+ attribute: string;
782
+ } | {
783
+ reference: {
784
+ equals?: string | undefined;
785
+ is_empty?: boolean | undefined;
786
+ is_not_empty?: boolean | undefined;
787
+ };
788
+ attribute: string;
789
+ } | {
790
+ boolean: {
791
+ equals: boolean;
792
+ };
793
+ attribute: string;
794
+ })[];
795
+ }, {
796
+ or: ({
797
+ string: {
798
+ equals?: string | undefined;
799
+ contains?: string | undefined;
800
+ beginsWith?: string | undefined;
801
+ is_empty?: boolean | undefined;
802
+ is_not_empty?: boolean | undefined;
803
+ };
804
+ attribute: string;
805
+ } | {
806
+ name: {
807
+ equals: string;
808
+ };
809
+ } | {
810
+ number: {
811
+ equals?: number | undefined;
812
+ is_empty?: boolean | undefined;
813
+ is_not_empty?: boolean | undefined;
814
+ does_not_equal?: number | undefined;
815
+ greater_than?: number | undefined;
816
+ greater_than_or_equal_to?: number | undefined;
817
+ less_than?: number | undefined;
818
+ less_than_or_equal_to?: number | undefined;
819
+ };
820
+ attribute: string;
821
+ } | {
822
+ date: {
823
+ equals?: string | undefined;
824
+ is_empty?: boolean | undefined;
825
+ is_not_empty?: boolean | undefined;
826
+ after?: string | undefined;
827
+ before?: string | undefined;
828
+ on_or_after?: string | undefined;
829
+ on_or_before?: string | undefined;
830
+ };
831
+ attribute: string;
832
+ } | {
833
+ reference: {
834
+ equals?: string | undefined;
835
+ is_empty?: boolean | undefined;
836
+ is_not_empty?: boolean | undefined;
837
+ };
838
+ attribute: string;
839
+ } | {
840
+ boolean: {
841
+ equals: boolean;
842
+ };
843
+ attribute: string;
844
+ })[];
845
+ }>]>, "many">;
846
+ }, "strip", z.ZodTypeAny, {
847
+ and: ({
848
+ string: {
849
+ equals?: string | undefined;
850
+ contains?: string | undefined;
851
+ beginsWith?: string | undefined;
852
+ is_empty?: boolean | undefined;
853
+ is_not_empty?: boolean | undefined;
854
+ };
855
+ attribute: string;
856
+ } | {
857
+ name: {
858
+ equals: string;
859
+ };
860
+ } | {
861
+ number: {
862
+ equals?: number | undefined;
863
+ is_empty?: boolean | undefined;
864
+ is_not_empty?: boolean | undefined;
865
+ does_not_equal?: number | undefined;
866
+ greater_than?: number | undefined;
867
+ greater_than_or_equal_to?: number | undefined;
868
+ less_than?: number | undefined;
869
+ less_than_or_equal_to?: number | undefined;
870
+ };
871
+ attribute: string;
872
+ } | {
873
+ date: {
874
+ equals?: string | undefined;
875
+ is_empty?: boolean | undefined;
876
+ is_not_empty?: boolean | undefined;
877
+ after?: string | undefined;
878
+ before?: string | undefined;
879
+ on_or_after?: string | undefined;
880
+ on_or_before?: string | undefined;
881
+ };
882
+ attribute: string;
883
+ } | {
884
+ reference: {
885
+ equals?: string | undefined;
886
+ is_empty?: boolean | undefined;
887
+ is_not_empty?: boolean | undefined;
888
+ };
889
+ attribute: string;
890
+ } | {
891
+ boolean: {
892
+ equals: boolean;
893
+ };
894
+ attribute: string;
895
+ } | {
896
+ or: ({
897
+ string: {
898
+ equals?: string | undefined;
899
+ contains?: string | undefined;
900
+ beginsWith?: string | undefined;
901
+ is_empty?: boolean | undefined;
902
+ is_not_empty?: boolean | undefined;
903
+ };
904
+ attribute: string;
905
+ } | {
906
+ name: {
907
+ equals: string;
908
+ };
909
+ } | {
910
+ number: {
911
+ equals?: number | undefined;
912
+ is_empty?: boolean | undefined;
913
+ is_not_empty?: boolean | undefined;
914
+ does_not_equal?: number | undefined;
915
+ greater_than?: number | undefined;
916
+ greater_than_or_equal_to?: number | undefined;
917
+ less_than?: number | undefined;
918
+ less_than_or_equal_to?: number | undefined;
919
+ };
920
+ attribute: string;
921
+ } | {
922
+ date: {
923
+ equals?: string | undefined;
924
+ is_empty?: boolean | undefined;
925
+ is_not_empty?: boolean | undefined;
926
+ after?: string | undefined;
927
+ before?: string | undefined;
928
+ on_or_after?: string | undefined;
929
+ on_or_before?: string | undefined;
930
+ };
931
+ attribute: string;
932
+ } | {
933
+ reference: {
934
+ equals?: string | undefined;
935
+ is_empty?: boolean | undefined;
936
+ is_not_empty?: boolean | undefined;
937
+ };
938
+ attribute: string;
939
+ } | {
940
+ boolean: {
941
+ equals: boolean;
942
+ };
943
+ attribute: string;
944
+ })[];
945
+ })[];
946
+ }, {
947
+ and: ({
948
+ string: {
949
+ equals?: string | undefined;
950
+ contains?: string | undefined;
951
+ beginsWith?: string | undefined;
952
+ is_empty?: boolean | undefined;
953
+ is_not_empty?: boolean | undefined;
954
+ };
955
+ attribute: string;
956
+ } | {
957
+ name: {
958
+ equals: string;
959
+ };
960
+ } | {
961
+ number: {
962
+ equals?: number | undefined;
963
+ is_empty?: boolean | undefined;
964
+ is_not_empty?: boolean | undefined;
965
+ does_not_equal?: number | undefined;
966
+ greater_than?: number | undefined;
967
+ greater_than_or_equal_to?: number | undefined;
968
+ less_than?: number | undefined;
969
+ less_than_or_equal_to?: number | undefined;
970
+ };
971
+ attribute: string;
972
+ } | {
973
+ date: {
974
+ equals?: string | undefined;
975
+ is_empty?: boolean | undefined;
976
+ is_not_empty?: boolean | undefined;
977
+ after?: string | undefined;
978
+ before?: string | undefined;
979
+ on_or_after?: string | undefined;
980
+ on_or_before?: string | undefined;
981
+ };
982
+ attribute: string;
983
+ } | {
984
+ reference: {
985
+ equals?: string | undefined;
986
+ is_empty?: boolean | undefined;
987
+ is_not_empty?: boolean | undefined;
988
+ };
989
+ attribute: string;
990
+ } | {
991
+ boolean: {
992
+ equals: boolean;
993
+ };
994
+ attribute: string;
995
+ } | {
996
+ or: ({
997
+ string: {
998
+ equals?: string | undefined;
999
+ contains?: string | undefined;
1000
+ beginsWith?: string | undefined;
1001
+ is_empty?: boolean | undefined;
1002
+ is_not_empty?: boolean | undefined;
1003
+ };
1004
+ attribute: string;
1005
+ } | {
1006
+ name: {
1007
+ equals: string;
1008
+ };
1009
+ } | {
1010
+ number: {
1011
+ equals?: number | undefined;
1012
+ is_empty?: boolean | undefined;
1013
+ is_not_empty?: boolean | undefined;
1014
+ does_not_equal?: number | undefined;
1015
+ greater_than?: number | undefined;
1016
+ greater_than_or_equal_to?: number | undefined;
1017
+ less_than?: number | undefined;
1018
+ less_than_or_equal_to?: number | undefined;
1019
+ };
1020
+ attribute: string;
1021
+ } | {
1022
+ date: {
1023
+ equals?: string | undefined;
1024
+ is_empty?: boolean | undefined;
1025
+ is_not_empty?: boolean | undefined;
1026
+ after?: string | undefined;
1027
+ before?: string | undefined;
1028
+ on_or_after?: string | undefined;
1029
+ on_or_before?: string | undefined;
1030
+ };
1031
+ attribute: string;
1032
+ } | {
1033
+ reference: {
1034
+ equals?: string | undefined;
1035
+ is_empty?: boolean | undefined;
1036
+ is_not_empty?: boolean | undefined;
1037
+ };
1038
+ attribute: string;
1039
+ } | {
1040
+ boolean: {
1041
+ equals: boolean;
1042
+ };
1043
+ attribute: string;
1044
+ })[];
1045
+ })[];
1046
+ }>, z.ZodObject<{
1047
+ or: z.ZodArray<z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1048
+ name: z.ZodObject<{
1049
+ equals: z.ZodString;
1050
+ }, "strip", z.ZodTypeAny, {
1051
+ equals: string;
1052
+ }, {
1053
+ equals: string;
1054
+ }>;
1055
+ }, "strip", z.ZodTypeAny, {
1056
+ name: {
1057
+ equals: string;
1058
+ };
1059
+ }, {
1060
+ name: {
1061
+ equals: string;
1062
+ };
1063
+ }>, z.ZodObject<{
1064
+ attribute: z.ZodString;
1065
+ string: z.ZodEffects<z.ZodObject<{
1066
+ equals: z.ZodOptional<z.ZodString>;
1067
+ contains: z.ZodOptional<z.ZodString>;
1068
+ beginsWith: z.ZodOptional<z.ZodString>;
1069
+ is_empty: z.ZodOptional<z.ZodBoolean>;
1070
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
1071
+ }, "strip", z.ZodTypeAny, {
1072
+ equals?: string | undefined;
1073
+ contains?: string | undefined;
1074
+ beginsWith?: string | undefined;
1075
+ is_empty?: boolean | undefined;
1076
+ is_not_empty?: boolean | undefined;
1077
+ }, {
1078
+ equals?: string | undefined;
1079
+ contains?: string | undefined;
1080
+ beginsWith?: string | undefined;
1081
+ is_empty?: boolean | undefined;
1082
+ is_not_empty?: boolean | undefined;
1083
+ }>, {
1084
+ equals?: string | undefined;
1085
+ contains?: string | undefined;
1086
+ beginsWith?: string | undefined;
1087
+ is_empty?: boolean | undefined;
1088
+ is_not_empty?: boolean | undefined;
1089
+ }, {
1090
+ equals?: string | undefined;
1091
+ contains?: string | undefined;
1092
+ beginsWith?: string | undefined;
1093
+ is_empty?: boolean | undefined;
1094
+ is_not_empty?: boolean | undefined;
1095
+ }>;
1096
+ }, "strip", z.ZodTypeAny, {
1097
+ string: {
1098
+ equals?: string | undefined;
1099
+ contains?: string | undefined;
1100
+ beginsWith?: string | undefined;
1101
+ is_empty?: boolean | undefined;
1102
+ is_not_empty?: boolean | undefined;
1103
+ };
1104
+ attribute: string;
1105
+ }, {
1106
+ string: {
1107
+ equals?: string | undefined;
1108
+ contains?: string | undefined;
1109
+ beginsWith?: string | undefined;
1110
+ is_empty?: boolean | undefined;
1111
+ is_not_empty?: boolean | undefined;
1112
+ };
1113
+ attribute: string;
1114
+ }>, z.ZodObject<{
1115
+ attribute: z.ZodString;
1116
+ number: z.ZodEffects<z.ZodObject<{
1117
+ equals: z.ZodOptional<z.ZodNumber>;
1118
+ does_not_equal: z.ZodOptional<z.ZodNumber>;
1119
+ greater_than: z.ZodOptional<z.ZodNumber>;
1120
+ greater_than_or_equal_to: z.ZodOptional<z.ZodNumber>;
1121
+ less_than: z.ZodOptional<z.ZodNumber>;
1122
+ less_than_or_equal_to: z.ZodOptional<z.ZodNumber>;
1123
+ is_empty: z.ZodOptional<z.ZodBoolean>;
1124
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
1125
+ }, "strip", z.ZodTypeAny, {
1126
+ equals?: number | undefined;
1127
+ is_empty?: boolean | undefined;
1128
+ is_not_empty?: boolean | undefined;
1129
+ does_not_equal?: number | undefined;
1130
+ greater_than?: number | undefined;
1131
+ greater_than_or_equal_to?: number | undefined;
1132
+ less_than?: number | undefined;
1133
+ less_than_or_equal_to?: number | undefined;
1134
+ }, {
1135
+ equals?: number | undefined;
1136
+ is_empty?: boolean | undefined;
1137
+ is_not_empty?: boolean | undefined;
1138
+ does_not_equal?: number | undefined;
1139
+ greater_than?: number | undefined;
1140
+ greater_than_or_equal_to?: number | undefined;
1141
+ less_than?: number | undefined;
1142
+ less_than_or_equal_to?: number | undefined;
1143
+ }>, {
1144
+ equals?: number | undefined;
1145
+ is_empty?: boolean | undefined;
1146
+ is_not_empty?: boolean | undefined;
1147
+ does_not_equal?: number | undefined;
1148
+ greater_than?: number | undefined;
1149
+ greater_than_or_equal_to?: number | undefined;
1150
+ less_than?: number | undefined;
1151
+ less_than_or_equal_to?: number | undefined;
1152
+ }, {
1153
+ equals?: number | undefined;
1154
+ is_empty?: boolean | undefined;
1155
+ is_not_empty?: boolean | undefined;
1156
+ does_not_equal?: number | undefined;
1157
+ greater_than?: number | undefined;
1158
+ greater_than_or_equal_to?: number | undefined;
1159
+ less_than?: number | undefined;
1160
+ less_than_or_equal_to?: number | undefined;
1161
+ }>;
1162
+ }, "strip", z.ZodTypeAny, {
1163
+ number: {
1164
+ equals?: number | undefined;
1165
+ is_empty?: boolean | undefined;
1166
+ is_not_empty?: boolean | undefined;
1167
+ does_not_equal?: number | undefined;
1168
+ greater_than?: number | undefined;
1169
+ greater_than_or_equal_to?: number | undefined;
1170
+ less_than?: number | undefined;
1171
+ less_than_or_equal_to?: number | undefined;
1172
+ };
1173
+ attribute: string;
1174
+ }, {
1175
+ number: {
1176
+ equals?: number | undefined;
1177
+ is_empty?: boolean | undefined;
1178
+ is_not_empty?: boolean | undefined;
1179
+ does_not_equal?: number | undefined;
1180
+ greater_than?: number | undefined;
1181
+ greater_than_or_equal_to?: number | undefined;
1182
+ less_than?: number | undefined;
1183
+ less_than_or_equal_to?: number | undefined;
1184
+ };
1185
+ attribute: string;
1186
+ }>, z.ZodObject<{
1187
+ attribute: z.ZodString;
1188
+ date: z.ZodObject<{
1189
+ after: z.ZodOptional<z.ZodString>;
1190
+ before: z.ZodOptional<z.ZodString>;
1191
+ equals: z.ZodOptional<z.ZodString>;
1192
+ on_or_after: z.ZodOptional<z.ZodString>;
1193
+ on_or_before: z.ZodOptional<z.ZodString>;
1194
+ is_empty: z.ZodOptional<z.ZodBoolean>;
1195
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
1196
+ }, "strip", z.ZodTypeAny, {
1197
+ equals?: string | undefined;
1198
+ is_empty?: boolean | undefined;
1199
+ is_not_empty?: boolean | undefined;
1200
+ after?: string | undefined;
1201
+ before?: string | undefined;
1202
+ on_or_after?: string | undefined;
1203
+ on_or_before?: string | undefined;
1204
+ }, {
1205
+ equals?: string | undefined;
1206
+ is_empty?: boolean | undefined;
1207
+ is_not_empty?: boolean | undefined;
1208
+ after?: string | undefined;
1209
+ before?: string | undefined;
1210
+ on_or_after?: string | undefined;
1211
+ on_or_before?: string | undefined;
1212
+ }>;
1213
+ }, "strip", z.ZodTypeAny, {
1214
+ date: {
1215
+ equals?: string | undefined;
1216
+ is_empty?: boolean | undefined;
1217
+ is_not_empty?: boolean | undefined;
1218
+ after?: string | undefined;
1219
+ before?: string | undefined;
1220
+ on_or_after?: string | undefined;
1221
+ on_or_before?: string | undefined;
1222
+ };
1223
+ attribute: string;
1224
+ }, {
1225
+ date: {
1226
+ equals?: string | undefined;
1227
+ is_empty?: boolean | undefined;
1228
+ is_not_empty?: boolean | undefined;
1229
+ after?: string | undefined;
1230
+ before?: string | undefined;
1231
+ on_or_after?: string | undefined;
1232
+ on_or_before?: string | undefined;
1233
+ };
1234
+ attribute: string;
1235
+ }>, z.ZodObject<{
1236
+ attribute: z.ZodString;
1237
+ reference: z.ZodEffects<z.ZodObject<{
1238
+ equals: z.ZodOptional<z.ZodString>;
1239
+ is_empty: z.ZodOptional<z.ZodBoolean>;
1240
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
1241
+ }, "strip", z.ZodTypeAny, {
1242
+ equals?: string | undefined;
1243
+ is_empty?: boolean | undefined;
1244
+ is_not_empty?: boolean | undefined;
1245
+ }, {
1246
+ equals?: string | undefined;
1247
+ is_empty?: boolean | undefined;
1248
+ is_not_empty?: boolean | undefined;
1249
+ }>, {
1250
+ equals?: string | undefined;
1251
+ is_empty?: boolean | undefined;
1252
+ is_not_empty?: boolean | undefined;
1253
+ }, {
1254
+ equals?: string | undefined;
1255
+ is_empty?: boolean | undefined;
1256
+ is_not_empty?: boolean | undefined;
1257
+ }>;
1258
+ }, "strip", z.ZodTypeAny, {
1259
+ reference: {
1260
+ equals?: string | undefined;
1261
+ is_empty?: boolean | undefined;
1262
+ is_not_empty?: boolean | undefined;
1263
+ };
1264
+ attribute: string;
1265
+ }, {
1266
+ reference: {
1267
+ equals?: string | undefined;
1268
+ is_empty?: boolean | undefined;
1269
+ is_not_empty?: boolean | undefined;
1270
+ };
1271
+ attribute: string;
1272
+ }>, z.ZodObject<{
1273
+ attribute: z.ZodString;
1274
+ boolean: z.ZodObject<{
1275
+ equals: z.ZodBoolean;
1276
+ }, "strip", z.ZodTypeAny, {
1277
+ equals: boolean;
1278
+ }, {
1279
+ equals: boolean;
1280
+ }>;
1281
+ }, "strip", z.ZodTypeAny, {
1282
+ boolean: {
1283
+ equals: boolean;
1284
+ };
1285
+ attribute: string;
1286
+ }, {
1287
+ boolean: {
1288
+ equals: boolean;
1289
+ };
1290
+ attribute: string;
1291
+ }>]>, z.ZodObject<{
1292
+ and: z.ZodArray<z.ZodUnion<[z.ZodObject<{
1293
+ name: z.ZodObject<{
1294
+ equals: z.ZodString;
1295
+ }, "strip", z.ZodTypeAny, {
1296
+ equals: string;
1297
+ }, {
1298
+ equals: string;
1299
+ }>;
1300
+ }, "strip", z.ZodTypeAny, {
1301
+ name: {
1302
+ equals: string;
1303
+ };
1304
+ }, {
1305
+ name: {
1306
+ equals: string;
1307
+ };
1308
+ }>, z.ZodObject<{
1309
+ attribute: z.ZodString;
1310
+ string: z.ZodEffects<z.ZodObject<{
1311
+ equals: z.ZodOptional<z.ZodString>;
1312
+ contains: z.ZodOptional<z.ZodString>;
1313
+ beginsWith: z.ZodOptional<z.ZodString>;
1314
+ is_empty: z.ZodOptional<z.ZodBoolean>;
1315
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
1316
+ }, "strip", z.ZodTypeAny, {
1317
+ equals?: string | undefined;
1318
+ contains?: string | undefined;
1319
+ beginsWith?: string | undefined;
1320
+ is_empty?: boolean | undefined;
1321
+ is_not_empty?: boolean | undefined;
1322
+ }, {
1323
+ equals?: string | undefined;
1324
+ contains?: string | undefined;
1325
+ beginsWith?: string | undefined;
1326
+ is_empty?: boolean | undefined;
1327
+ is_not_empty?: boolean | undefined;
1328
+ }>, {
1329
+ equals?: string | undefined;
1330
+ contains?: string | undefined;
1331
+ beginsWith?: string | undefined;
1332
+ is_empty?: boolean | undefined;
1333
+ is_not_empty?: boolean | undefined;
1334
+ }, {
1335
+ equals?: string | undefined;
1336
+ contains?: string | undefined;
1337
+ beginsWith?: string | undefined;
1338
+ is_empty?: boolean | undefined;
1339
+ is_not_empty?: boolean | undefined;
1340
+ }>;
1341
+ }, "strip", z.ZodTypeAny, {
1342
+ string: {
1343
+ equals?: string | undefined;
1344
+ contains?: string | undefined;
1345
+ beginsWith?: string | undefined;
1346
+ is_empty?: boolean | undefined;
1347
+ is_not_empty?: boolean | undefined;
1348
+ };
1349
+ attribute: string;
1350
+ }, {
1351
+ string: {
1352
+ equals?: string | undefined;
1353
+ contains?: string | undefined;
1354
+ beginsWith?: string | undefined;
1355
+ is_empty?: boolean | undefined;
1356
+ is_not_empty?: boolean | undefined;
1357
+ };
1358
+ attribute: string;
1359
+ }>, z.ZodObject<{
1360
+ attribute: z.ZodString;
1361
+ number: z.ZodEffects<z.ZodObject<{
1362
+ equals: z.ZodOptional<z.ZodNumber>;
1363
+ does_not_equal: z.ZodOptional<z.ZodNumber>;
1364
+ greater_than: z.ZodOptional<z.ZodNumber>;
1365
+ greater_than_or_equal_to: z.ZodOptional<z.ZodNumber>;
1366
+ less_than: z.ZodOptional<z.ZodNumber>;
1367
+ less_than_or_equal_to: z.ZodOptional<z.ZodNumber>;
1368
+ is_empty: z.ZodOptional<z.ZodBoolean>;
1369
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
1370
+ }, "strip", z.ZodTypeAny, {
1371
+ equals?: number | undefined;
1372
+ is_empty?: boolean | undefined;
1373
+ is_not_empty?: boolean | undefined;
1374
+ does_not_equal?: number | undefined;
1375
+ greater_than?: number | undefined;
1376
+ greater_than_or_equal_to?: number | undefined;
1377
+ less_than?: number | undefined;
1378
+ less_than_or_equal_to?: number | undefined;
1379
+ }, {
1380
+ equals?: number | undefined;
1381
+ is_empty?: boolean | undefined;
1382
+ is_not_empty?: boolean | undefined;
1383
+ does_not_equal?: number | undefined;
1384
+ greater_than?: number | undefined;
1385
+ greater_than_or_equal_to?: number | undefined;
1386
+ less_than?: number | undefined;
1387
+ less_than_or_equal_to?: number | undefined;
1388
+ }>, {
1389
+ equals?: number | undefined;
1390
+ is_empty?: boolean | undefined;
1391
+ is_not_empty?: boolean | undefined;
1392
+ does_not_equal?: number | undefined;
1393
+ greater_than?: number | undefined;
1394
+ greater_than_or_equal_to?: number | undefined;
1395
+ less_than?: number | undefined;
1396
+ less_than_or_equal_to?: number | undefined;
1397
+ }, {
1398
+ equals?: number | undefined;
1399
+ is_empty?: boolean | undefined;
1400
+ is_not_empty?: boolean | undefined;
1401
+ does_not_equal?: number | undefined;
1402
+ greater_than?: number | undefined;
1403
+ greater_than_or_equal_to?: number | undefined;
1404
+ less_than?: number | undefined;
1405
+ less_than_or_equal_to?: number | undefined;
1406
+ }>;
1407
+ }, "strip", z.ZodTypeAny, {
1408
+ number: {
1409
+ equals?: number | undefined;
1410
+ is_empty?: boolean | undefined;
1411
+ is_not_empty?: boolean | undefined;
1412
+ does_not_equal?: number | undefined;
1413
+ greater_than?: number | undefined;
1414
+ greater_than_or_equal_to?: number | undefined;
1415
+ less_than?: number | undefined;
1416
+ less_than_or_equal_to?: number | undefined;
1417
+ };
1418
+ attribute: string;
1419
+ }, {
1420
+ number: {
1421
+ equals?: number | undefined;
1422
+ is_empty?: boolean | undefined;
1423
+ is_not_empty?: boolean | undefined;
1424
+ does_not_equal?: number | undefined;
1425
+ greater_than?: number | undefined;
1426
+ greater_than_or_equal_to?: number | undefined;
1427
+ less_than?: number | undefined;
1428
+ less_than_or_equal_to?: number | undefined;
1429
+ };
1430
+ attribute: string;
1431
+ }>, z.ZodObject<{
1432
+ attribute: z.ZodString;
1433
+ date: z.ZodObject<{
1434
+ after: z.ZodOptional<z.ZodString>;
1435
+ before: z.ZodOptional<z.ZodString>;
1436
+ equals: z.ZodOptional<z.ZodString>;
1437
+ on_or_after: z.ZodOptional<z.ZodString>;
1438
+ on_or_before: z.ZodOptional<z.ZodString>;
1439
+ is_empty: z.ZodOptional<z.ZodBoolean>;
1440
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
1441
+ }, "strip", z.ZodTypeAny, {
1442
+ equals?: string | undefined;
1443
+ is_empty?: boolean | undefined;
1444
+ is_not_empty?: boolean | undefined;
1445
+ after?: string | undefined;
1446
+ before?: string | undefined;
1447
+ on_or_after?: string | undefined;
1448
+ on_or_before?: string | undefined;
1449
+ }, {
1450
+ equals?: string | undefined;
1451
+ is_empty?: boolean | undefined;
1452
+ is_not_empty?: boolean | undefined;
1453
+ after?: string | undefined;
1454
+ before?: string | undefined;
1455
+ on_or_after?: string | undefined;
1456
+ on_or_before?: string | undefined;
1457
+ }>;
1458
+ }, "strip", z.ZodTypeAny, {
1459
+ date: {
1460
+ equals?: string | undefined;
1461
+ is_empty?: boolean | undefined;
1462
+ is_not_empty?: boolean | undefined;
1463
+ after?: string | undefined;
1464
+ before?: string | undefined;
1465
+ on_or_after?: string | undefined;
1466
+ on_or_before?: string | undefined;
1467
+ };
1468
+ attribute: string;
1469
+ }, {
1470
+ date: {
1471
+ equals?: string | undefined;
1472
+ is_empty?: boolean | undefined;
1473
+ is_not_empty?: boolean | undefined;
1474
+ after?: string | undefined;
1475
+ before?: string | undefined;
1476
+ on_or_after?: string | undefined;
1477
+ on_or_before?: string | undefined;
1478
+ };
1479
+ attribute: string;
1480
+ }>, z.ZodObject<{
1481
+ attribute: z.ZodString;
1482
+ reference: z.ZodEffects<z.ZodObject<{
1483
+ equals: z.ZodOptional<z.ZodString>;
1484
+ is_empty: z.ZodOptional<z.ZodBoolean>;
1485
+ is_not_empty: z.ZodOptional<z.ZodBoolean>;
1486
+ }, "strip", z.ZodTypeAny, {
1487
+ equals?: string | undefined;
1488
+ is_empty?: boolean | undefined;
1489
+ is_not_empty?: boolean | undefined;
1490
+ }, {
1491
+ equals?: string | undefined;
1492
+ is_empty?: boolean | undefined;
1493
+ is_not_empty?: boolean | undefined;
1494
+ }>, {
1495
+ equals?: string | undefined;
1496
+ is_empty?: boolean | undefined;
1497
+ is_not_empty?: boolean | undefined;
1498
+ }, {
1499
+ equals?: string | undefined;
1500
+ is_empty?: boolean | undefined;
1501
+ is_not_empty?: boolean | undefined;
1502
+ }>;
1503
+ }, "strip", z.ZodTypeAny, {
1504
+ reference: {
1505
+ equals?: string | undefined;
1506
+ is_empty?: boolean | undefined;
1507
+ is_not_empty?: boolean | undefined;
1508
+ };
1509
+ attribute: string;
1510
+ }, {
1511
+ reference: {
1512
+ equals?: string | undefined;
1513
+ is_empty?: boolean | undefined;
1514
+ is_not_empty?: boolean | undefined;
1515
+ };
1516
+ attribute: string;
1517
+ }>, z.ZodObject<{
1518
+ attribute: z.ZodString;
1519
+ boolean: z.ZodObject<{
1520
+ equals: z.ZodBoolean;
1521
+ }, "strip", z.ZodTypeAny, {
1522
+ equals: boolean;
1523
+ }, {
1524
+ equals: boolean;
1525
+ }>;
1526
+ }, "strip", z.ZodTypeAny, {
1527
+ boolean: {
1528
+ equals: boolean;
1529
+ };
1530
+ attribute: string;
1531
+ }, {
1532
+ boolean: {
1533
+ equals: boolean;
1534
+ };
1535
+ attribute: string;
1536
+ }>]>, "many">;
1537
+ }, "strip", z.ZodTypeAny, {
1538
+ and: ({
1539
+ string: {
1540
+ equals?: string | undefined;
1541
+ contains?: string | undefined;
1542
+ beginsWith?: string | undefined;
1543
+ is_empty?: boolean | undefined;
1544
+ is_not_empty?: boolean | undefined;
1545
+ };
1546
+ attribute: string;
1547
+ } | {
1548
+ name: {
1549
+ equals: string;
1550
+ };
1551
+ } | {
1552
+ number: {
1553
+ equals?: number | undefined;
1554
+ is_empty?: boolean | undefined;
1555
+ is_not_empty?: boolean | undefined;
1556
+ does_not_equal?: number | undefined;
1557
+ greater_than?: number | undefined;
1558
+ greater_than_or_equal_to?: number | undefined;
1559
+ less_than?: number | undefined;
1560
+ less_than_or_equal_to?: number | undefined;
1561
+ };
1562
+ attribute: string;
1563
+ } | {
1564
+ date: {
1565
+ equals?: string | undefined;
1566
+ is_empty?: boolean | undefined;
1567
+ is_not_empty?: boolean | undefined;
1568
+ after?: string | undefined;
1569
+ before?: string | undefined;
1570
+ on_or_after?: string | undefined;
1571
+ on_or_before?: string | undefined;
1572
+ };
1573
+ attribute: string;
1574
+ } | {
1575
+ reference: {
1576
+ equals?: string | undefined;
1577
+ is_empty?: boolean | undefined;
1578
+ is_not_empty?: boolean | undefined;
1579
+ };
1580
+ attribute: string;
1581
+ } | {
1582
+ boolean: {
1583
+ equals: boolean;
1584
+ };
1585
+ attribute: string;
1586
+ })[];
1587
+ }, {
1588
+ and: ({
1589
+ string: {
1590
+ equals?: string | undefined;
1591
+ contains?: string | undefined;
1592
+ beginsWith?: string | undefined;
1593
+ is_empty?: boolean | undefined;
1594
+ is_not_empty?: boolean | undefined;
1595
+ };
1596
+ attribute: string;
1597
+ } | {
1598
+ name: {
1599
+ equals: string;
1600
+ };
1601
+ } | {
1602
+ number: {
1603
+ equals?: number | undefined;
1604
+ is_empty?: boolean | undefined;
1605
+ is_not_empty?: boolean | undefined;
1606
+ does_not_equal?: number | undefined;
1607
+ greater_than?: number | undefined;
1608
+ greater_than_or_equal_to?: number | undefined;
1609
+ less_than?: number | undefined;
1610
+ less_than_or_equal_to?: number | undefined;
1611
+ };
1612
+ attribute: string;
1613
+ } | {
1614
+ date: {
1615
+ equals?: string | undefined;
1616
+ is_empty?: boolean | undefined;
1617
+ is_not_empty?: boolean | undefined;
1618
+ after?: string | undefined;
1619
+ before?: string | undefined;
1620
+ on_or_after?: string | undefined;
1621
+ on_or_before?: string | undefined;
1622
+ };
1623
+ attribute: string;
1624
+ } | {
1625
+ reference: {
1626
+ equals?: string | undefined;
1627
+ is_empty?: boolean | undefined;
1628
+ is_not_empty?: boolean | undefined;
1629
+ };
1630
+ attribute: string;
1631
+ } | {
1632
+ boolean: {
1633
+ equals: boolean;
1634
+ };
1635
+ attribute: string;
1636
+ })[];
1637
+ }>]>, "many">;
1638
+ }, "strip", z.ZodTypeAny, {
1639
+ or: ({
1640
+ string: {
1641
+ equals?: string | undefined;
1642
+ contains?: string | undefined;
1643
+ beginsWith?: string | undefined;
1644
+ is_empty?: boolean | undefined;
1645
+ is_not_empty?: boolean | undefined;
1646
+ };
1647
+ attribute: string;
1648
+ } | {
1649
+ name: {
1650
+ equals: string;
1651
+ };
1652
+ } | {
1653
+ number: {
1654
+ equals?: number | undefined;
1655
+ is_empty?: boolean | undefined;
1656
+ is_not_empty?: boolean | undefined;
1657
+ does_not_equal?: number | undefined;
1658
+ greater_than?: number | undefined;
1659
+ greater_than_or_equal_to?: number | undefined;
1660
+ less_than?: number | undefined;
1661
+ less_than_or_equal_to?: number | undefined;
1662
+ };
1663
+ attribute: string;
1664
+ } | {
1665
+ date: {
1666
+ equals?: string | undefined;
1667
+ is_empty?: boolean | undefined;
1668
+ is_not_empty?: boolean | undefined;
1669
+ after?: string | undefined;
1670
+ before?: string | undefined;
1671
+ on_or_after?: string | undefined;
1672
+ on_or_before?: string | undefined;
1673
+ };
1674
+ attribute: string;
1675
+ } | {
1676
+ reference: {
1677
+ equals?: string | undefined;
1678
+ is_empty?: boolean | undefined;
1679
+ is_not_empty?: boolean | undefined;
1680
+ };
1681
+ attribute: string;
1682
+ } | {
1683
+ boolean: {
1684
+ equals: boolean;
1685
+ };
1686
+ attribute: string;
1687
+ } | {
1688
+ and: ({
1689
+ string: {
1690
+ equals?: string | undefined;
1691
+ contains?: string | undefined;
1692
+ beginsWith?: string | undefined;
1693
+ is_empty?: boolean | undefined;
1694
+ is_not_empty?: boolean | undefined;
1695
+ };
1696
+ attribute: string;
1697
+ } | {
1698
+ name: {
1699
+ equals: string;
1700
+ };
1701
+ } | {
1702
+ number: {
1703
+ equals?: number | undefined;
1704
+ is_empty?: boolean | undefined;
1705
+ is_not_empty?: boolean | undefined;
1706
+ does_not_equal?: number | undefined;
1707
+ greater_than?: number | undefined;
1708
+ greater_than_or_equal_to?: number | undefined;
1709
+ less_than?: number | undefined;
1710
+ less_than_or_equal_to?: number | undefined;
1711
+ };
1712
+ attribute: string;
1713
+ } | {
1714
+ date: {
1715
+ equals?: string | undefined;
1716
+ is_empty?: boolean | undefined;
1717
+ is_not_empty?: boolean | undefined;
1718
+ after?: string | undefined;
1719
+ before?: string | undefined;
1720
+ on_or_after?: string | undefined;
1721
+ on_or_before?: string | undefined;
1722
+ };
1723
+ attribute: string;
1724
+ } | {
1725
+ reference: {
1726
+ equals?: string | undefined;
1727
+ is_empty?: boolean | undefined;
1728
+ is_not_empty?: boolean | undefined;
1729
+ };
1730
+ attribute: string;
1731
+ } | {
1732
+ boolean: {
1733
+ equals: boolean;
1734
+ };
1735
+ attribute: string;
1736
+ })[];
1737
+ })[];
1738
+ }, {
1739
+ or: ({
1740
+ string: {
1741
+ equals?: string | undefined;
1742
+ contains?: string | undefined;
1743
+ beginsWith?: string | undefined;
1744
+ is_empty?: boolean | undefined;
1745
+ is_not_empty?: boolean | undefined;
1746
+ };
1747
+ attribute: string;
1748
+ } | {
1749
+ name: {
1750
+ equals: string;
1751
+ };
1752
+ } | {
1753
+ number: {
1754
+ equals?: number | undefined;
1755
+ is_empty?: boolean | undefined;
1756
+ is_not_empty?: boolean | undefined;
1757
+ does_not_equal?: number | undefined;
1758
+ greater_than?: number | undefined;
1759
+ greater_than_or_equal_to?: number | undefined;
1760
+ less_than?: number | undefined;
1761
+ less_than_or_equal_to?: number | undefined;
1762
+ };
1763
+ attribute: string;
1764
+ } | {
1765
+ date: {
1766
+ equals?: string | undefined;
1767
+ is_empty?: boolean | undefined;
1768
+ is_not_empty?: boolean | undefined;
1769
+ after?: string | undefined;
1770
+ before?: string | undefined;
1771
+ on_or_after?: string | undefined;
1772
+ on_or_before?: string | undefined;
1773
+ };
1774
+ attribute: string;
1775
+ } | {
1776
+ reference: {
1777
+ equals?: string | undefined;
1778
+ is_empty?: boolean | undefined;
1779
+ is_not_empty?: boolean | undefined;
1780
+ };
1781
+ attribute: string;
1782
+ } | {
1783
+ boolean: {
1784
+ equals: boolean;
1785
+ };
1786
+ attribute: string;
1787
+ } | {
1788
+ and: ({
1789
+ string: {
1790
+ equals?: string | undefined;
1791
+ contains?: string | undefined;
1792
+ beginsWith?: string | undefined;
1793
+ is_empty?: boolean | undefined;
1794
+ is_not_empty?: boolean | undefined;
1795
+ };
1796
+ attribute: string;
1797
+ } | {
1798
+ name: {
1799
+ equals: string;
1800
+ };
1801
+ } | {
1802
+ number: {
1803
+ equals?: number | undefined;
1804
+ is_empty?: boolean | undefined;
1805
+ is_not_empty?: boolean | undefined;
1806
+ does_not_equal?: number | undefined;
1807
+ greater_than?: number | undefined;
1808
+ greater_than_or_equal_to?: number | undefined;
1809
+ less_than?: number | undefined;
1810
+ less_than_or_equal_to?: number | undefined;
1811
+ };
1812
+ attribute: string;
1813
+ } | {
1814
+ date: {
1815
+ equals?: string | undefined;
1816
+ is_empty?: boolean | undefined;
1817
+ is_not_empty?: boolean | undefined;
1818
+ after?: string | undefined;
1819
+ before?: string | undefined;
1820
+ on_or_after?: string | undefined;
1821
+ on_or_before?: string | undefined;
1822
+ };
1823
+ attribute: string;
1824
+ } | {
1825
+ reference: {
1826
+ equals?: string | undefined;
1827
+ is_empty?: boolean | undefined;
1828
+ is_not_empty?: boolean | undefined;
1829
+ };
1830
+ attribute: string;
1831
+ } | {
1832
+ boolean: {
1833
+ equals: boolean;
1834
+ };
1835
+ attribute: string;
1836
+ })[];
1837
+ })[];
1838
+ }>]>, "many">;
1839
+ readonly limit: z.ZodDefault<z.ZodNumber>;
1840
+ readonly offset: z.ZodDefault<z.ZodNumber>;
1841
+ readonly attributes: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1842
+ };
1843
+ readonly annotations: {
1844
+ readonly title: "Search Pages (CSV Export)";
1845
+ };
1846
+ };
1847
+ };
1848
+ export declare function registerCsvExportTools(server: McpServer, client: CplaceApiClient): void;
1849
+ //# sourceMappingURL=csv-export.d.ts.map