@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.
- package/README.md +275 -119
- package/dist/api.d.ts.map +1 -1
- package/dist/api.js +7 -1
- package/dist/api.js.map +1 -1
- package/dist/conditional-registration.d.ts.map +1 -1
- package/dist/conditional-registration.js +25 -3
- package/dist/conditional-registration.js.map +1 -1
- package/dist/index.js +77 -96
- package/dist/index.js.map +1 -1
- package/dist/preference-file.d.ts +16 -0
- package/dist/preference-file.d.ts.map +1 -0
- package/dist/preference-file.js +133 -0
- package/dist/preference-file.js.map +1 -0
- package/dist/profiles.d.ts +1 -3
- package/dist/profiles.d.ts.map +1 -1
- package/dist/profiles.js +64 -112
- package/dist/profiles.js.map +1 -1
- package/dist/searchConversion.d.ts.map +1 -1
- package/dist/searchConversion.js +18 -5
- package/dist/searchConversion.js.map +1 -1
- package/dist/searchSchema.d.ts +25 -25
- package/dist/searchSchema.d.ts.map +1 -1
- package/dist/searchSchema.js +5 -5
- package/dist/searchSchema.js.map +1 -1
- package/dist/token-hashing.d.ts +3 -0
- package/dist/token-hashing.d.ts.map +1 -0
- package/dist/token-hashing.js +18 -0
- package/dist/token-hashing.js.map +1 -0
- package/dist/tool-metadata.d.ts +2 -0
- package/dist/tool-metadata.d.ts.map +1 -0
- package/dist/tool-metadata.js +45 -0
- package/dist/tool-metadata.js.map +1 -0
- package/dist/tools/board-widget.d.ts +432 -0
- package/dist/tools/board-widget.d.ts.map +1 -0
- package/dist/tools/board-widget.js +820 -0
- package/dist/tools/board-widget.js.map +1 -0
- package/dist/tools/change-listeners.d.ts +30 -0
- package/dist/tools/change-listeners.d.ts.map +1 -1
- package/dist/tools/change-listeners.js +24 -18
- package/dist/tools/change-listeners.js.map +1 -1
- package/dist/tools/common-schemas.d.ts +2 -0
- package/dist/tools/common-schemas.d.ts.map +1 -1
- package/dist/tools/common-schemas.js +16 -0
- package/dist/tools/common-schemas.js.map +1 -1
- package/dist/tools/csv-export.d.ts +1849 -0
- package/dist/tools/csv-export.d.ts.map +1 -0
- package/dist/tools/csv-export.js +61 -0
- package/dist/tools/csv-export.js.map +1 -0
- package/dist/tools/generic-layouts.d.ts +302 -0
- package/dist/tools/generic-layouts.d.ts.map +1 -1
- package/dist/tools/generic-layouts.js +124 -70
- package/dist/tools/generic-layouts.js.map +1 -1
- package/dist/tools/get-operations.d.ts +16 -0
- package/dist/tools/get-operations.d.ts.map +1 -0
- package/dist/tools/get-operations.js +63 -0
- package/dist/tools/get-operations.js.map +1 -0
- package/dist/tools/jobs.d.ts +32 -0
- package/dist/tools/jobs.d.ts.map +1 -0
- package/dist/tools/jobs.js +193 -0
- package/dist/tools/jobs.js.map +1 -0
- package/dist/tools/pages.d.ts +55 -0
- package/dist/tools/pages.d.ts.map +1 -1
- package/dist/tools/pages.js +173 -257
- package/dist/tools/pages.js.map +1 -1
- package/dist/tools/ppt-export-schemas.d.ts +16 -16
- package/dist/tools/ppt-export.d.ts +1493 -0
- package/dist/tools/ppt-export.d.ts.map +1 -1
- package/dist/tools/ppt-export.js +23 -17
- package/dist/tools/ppt-export.js.map +1 -1
- package/dist/tools/profile-management.d.ts +20 -0
- package/dist/tools/profile-management.d.ts.map +1 -0
- package/dist/tools/profile-management.js +250 -0
- package/dist/tools/profile-management.js.map +1 -0
- package/dist/tools/references.d.ts +36 -0
- package/dist/tools/references.d.ts.map +1 -1
- package/dist/tools/references.js +48 -45
- package/dist/tools/references.js.map +1 -1
- package/dist/tools/richstring-widgets.d.ts +51 -0
- package/dist/tools/richstring-widgets.d.ts.map +1 -0
- package/dist/tools/richstring-widgets.js +173 -0
- package/dist/tools/richstring-widgets.js.map +1 -0
- package/dist/tools/schedule.d.ts +14 -0
- package/dist/tools/schedule.d.ts.map +1 -1
- package/dist/tools/schedule.js +7 -3
- package/dist/tools/schedule.js.map +1 -1
- package/dist/tools/script-logs.d.ts +29 -0
- package/dist/tools/script-logs.d.ts.map +1 -0
- package/dist/tools/script-logs.js +144 -0
- package/dist/tools/script-logs.js.map +1 -0
- package/dist/tools/script.d.ts +25 -0
- package/dist/tools/script.d.ts.map +1 -0
- package/dist/tools/script.js +121 -0
- package/dist/tools/script.js.map +1 -0
- package/dist/tools/search.d.ts +1870 -0
- package/dist/tools/search.d.ts.map +1 -1
- package/dist/tools/search.js +50 -76
- package/dist/tools/search.js.map +1 -1
- package/dist/tools/system.d.ts.map +1 -1
- package/dist/tools/system.js +4 -2
- package/dist/tools/system.js.map +1 -1
- package/dist/tools/type-layouts.d.ts +37 -0
- package/dist/tools/type-layouts.d.ts.map +1 -1
- package/dist/tools/type-layouts.js +30 -22
- package/dist/tools/type-layouts.js.map +1 -1
- package/dist/tools/type-management.d.ts +134 -0
- package/dist/tools/type-management.d.ts.map +1 -0
- package/dist/tools/{workspace.js → type-management.js} +67 -307
- package/dist/tools/type-management.js.map +1 -0
- package/dist/tools/users.d.ts +19 -0
- package/dist/tools/users.d.ts.map +1 -1
- package/dist/tools/users.js +14 -28
- package/dist/tools/users.js.map +1 -1
- package/dist/tools/validators.d.ts +28 -0
- package/dist/tools/validators.d.ts.map +1 -1
- package/dist/tools/validators.js +21 -15
- package/dist/tools/validators.js.map +1 -1
- package/dist/tools/version-check.d.ts.map +1 -1
- package/dist/tools/version-check.js +11 -9
- package/dist/tools/version-check.js.map +1 -1
- package/dist/tools/version-history.d.ts +48 -0
- package/dist/tools/version-history.d.ts.map +1 -1
- package/dist/tools/version-history.js +39 -29
- package/dist/tools/version-history.js.map +1 -1
- package/dist/tools/widgets.d.ts +185 -0
- package/dist/tools/widgets.d.ts.map +1 -1
- package/dist/tools/widgets.js +245 -363
- package/dist/tools/widgets.js.map +1 -1
- package/dist/tools/workflow-scripts.d.ts +40 -0
- package/dist/tools/workflow-scripts.d.ts.map +1 -0
- package/dist/tools/workflow-scripts.js +186 -0
- package/dist/tools/workflow-scripts.js.map +1 -0
- package/dist/tools/workflow.d.ts +70 -0
- package/dist/tools/workflow.d.ts.map +1 -0
- package/dist/tools/workflow.js +259 -0
- package/dist/tools/workflow.js.map +1 -0
- package/dist/tools/workspace-admin.d.ts +50 -0
- package/dist/tools/workspace-admin.d.ts.map +1 -0
- package/dist/tools/workspace-admin.js +184 -0
- package/dist/tools/workspace-admin.js.map +1 -0
- package/dist/tools/workspace-core.d.ts +48 -0
- package/dist/tools/workspace-core.d.ts.map +1 -0
- package/dist/tools/workspace-core.js +184 -0
- package/dist/tools/workspace-core.js.map +1 -0
- package/dist/types.d.ts +3 -3
- package/dist/types.d.ts.map +1 -1
- package/dist/utils/dateValidation.d.ts +5 -0
- package/dist/utils/dateValidation.d.ts.map +1 -0
- package/dist/utils/dateValidation.js +57 -0
- package/dist/utils/dateValidation.js.map +1 -0
- package/dist/utils.d.ts +6 -0
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +114 -8
- package/dist/utils.js.map +1 -1
- package/dist/widget-specifications/CLAUDE.md +288 -0
- package/dist/widget-specifications/DOCUMENTATION-STATUS.md +424 -0
- package/dist/widget-specifications/GENERATING-FROM-RESEARCH.md +61 -0
- package/dist/widget-specifications/WIDGET-TAGGING-SCHEME.md +217 -0
- package/dist/widget-specifications/_research_from_ga_products/.claude-settings.local.json +48 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-api-common-config-metadata-SyncMetadataTable/research.md +168 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-breadcrumbs-breadcrumbsWidget/research.md +125 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cboard-main-board/research.md +373 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-citizenAi-askYourPageWidget/research.md +319 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-cplaceReportGeneration-generateReportWidget/research.md +295 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportChart/research.md +230 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-employeeReportGrid/research.md +215 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportChart/research.md +192 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-projectmanagerReportGrid/research.md +178 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ctts-main-widget/research.md +332 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-demoWidgets-demoRichString/research.md +194 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-documentation-navigationWidget/research.md +426 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextAndListWidget/research.md +326 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-imageWithTextWidget/research.md +580 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dragAndDropImageView-widget/research.md +281 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-draggablePageList-widget/research.md +210 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-dynamicCodeBlockWidget-dynamicCodeBlockWidget/research.md +250 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-attribute-conversion-widget-enumMappingTable/research.md +260 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-configuration-widget-attributeMappingTable/research.md +148 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-cleanupConfigTable/research.md +138 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-connectorSyncConfigsTable/research.md +150 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-ecf-connector-extension-widget-serverConnectionTable/research.md +181 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-extendedTreeTableWidget/research.md +253 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-horizontalDivider/research.md +261 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-startWizardWidget/research.md +211 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorForWizardWidget/research.md +183 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepEditorWidget/research.md +298 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepManager/research.md +419 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-stepPreview/research.md +256 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardActivation/research.md +174 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardAnalysis/research.md +283 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-formsWizard-wizardLocalizations/research.md +193 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-genericInterface-api-widgets-triggerInterfaceButton/research.md +180 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-quickOverview/research.md +186 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-sessionUserNameWidget/research.md +158 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-landingPageFromPage-simpleListWithAttachment/research.md +135 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-layoutTabsWidget-widget/research.md +238 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowCodeWidgets-lowCodeButton/research.md +272 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-lowcode-ai-chatWidget/research.md +194 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-meeting-pageHeader/research.md +208 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-navigationTileWidget-widget/research.md +259 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-headlineForReports/research.md +174 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-scriptPlaceholders/research.md +233 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-officeReports-templatePlaceholders/research.md +150 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-orgaTree-edit/research.md +353 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-outlookMessageIntegration-outlookMessages/research.md +233 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pageViewHeadline-widget/research.md +217 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pdfPreview-widget/research.md +235 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-attributesGroup/research.md +525 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-batchJobQuickGlance/research.md +372 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-connectedAttributesGroup/research.md +408 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-dynamicIframe/research.md +198 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-platform-tableWidget/research.md +427 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-pptexport-pgPreviewWidget/research.md +151 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projectTree-editProjects/research.md +163 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-scheduleLockState/research.md +174 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-projektplanung-subscriptions/research.md +316 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-qrCodeWidget/research.md +130 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-resourceManagement-resourcePlannerDefinition/research.md +331 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-rest-config-widget-productionModeHintWidget/research.md +332 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleCalendar-calendar/research.md +284 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-simpleForm-widget/research.md +193 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tableDetailViewWidget-widget/research.md +311 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-treeTableWidget/research.md +420 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-tuplesWidget-widget/research.md +295 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-videoWidget/research.md +154 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingHighcharts/research.md +249 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-scriptingLineChart/research.md +279 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-cplace-visualizations-tupleLineChart/research.md +221 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributeHistory/research.md +421 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-attributes/research.md +377 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-comments/research.md +254 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedBarChart/research.md +275 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedMatrix/research.md +396 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedPieChart/research.md +150 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedSingleAttribute/research.md +430 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-connectedTableFilter/research.md +468 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-customRichStringAttribute/research.md +120 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsList/research.md +485 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-embeddedSearchAsTable/research.md +428 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-files/research.md +240 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-iframe/research.md +358 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingLinks/research.md +242 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-incomingReferences/research.md +488 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-makeover-attributes/research.md +219 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-modificationInfo/research.md +141 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-myElements/research.md +116 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-richString/research.md +437 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-singleAttribute/research.md +1094 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-tags/research.md +332 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-platform-wiki/research.md +258 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-gantt/research.md +268 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-ganttTaskDemo/research.md +271 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-multiGantt/research.md +343 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-scheduleTreeTable/research.md +261 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGantt/research.md +184 -0
- package/dist/widget-specifications/_research_from_ga_products/cf-projektplanung-singleGanttLink/research.md +188 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-curves-widget/research.md +341 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-datePickerWidget/research.md +232 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-dropDownWidget/research.md +417 -0
- package/dist/widget-specifications/_research_from_ga_products/de-2lforge-toolbar-miscWidget/research.md +172 -0
- package/dist/widget-specifications/_research_from_ga_products/de-visualistik-visualRoadmap-widget/research.md +277 -0
- package/dist/widget-specifications/_research_from_ga_products/msg-scripts-imagegallery-basic/research.md +112 -0
- package/dist/widget-specifications/_research_from_ga_products/phase-0-discovery-approach.md +248 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-definition-mapping.md +168 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-documentation-project.md +259 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/generate.sh +100 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/parse-mapping.sh +35 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/template.md +38 -0
- package/dist/widget-specifications/_research_from_ga_products/widget-research-generation/widgets.txt +107 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_overview.md +40 -0
- package/dist/widget-specifications/cf.cplace.api.common.config.metadata.SyncMetadataTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_overview.md +74 -0
- package/dist/widget-specifications/cf.cplace.breadcrumbs.breadcrumbsWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_implementation.md +37 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_overview.md +117 -0
- package/dist/widget-specifications/cf.cplace.cboard.main.board/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_meta.json +3 -0
- package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_overview.md +123 -0
- package/dist/widget-specifications/cf.cplace.citizenAi.askYourPageWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_overview.md +45 -0
- package/dist/widget-specifications/cf.cplace.cplaceReportGeneration.generateReportWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_overview.md +79 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_overview.md +45 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.employeeReportGrid/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_overview.md +68 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_overview.md +45 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.projectmanagerReportGrid/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_overview.md +157 -0
- package/dist/widget-specifications/cf.cplace.ctts.main.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_overview.md +200 -0
- package/dist/widget-specifications/cf.cplace.demoWidgets.demoRichString/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_overview.md +27 -0
- package/dist/widget-specifications/cf.cplace.documentation.navigationWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_overview.md +79 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextAndListWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_overview.md +176 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.imageWithTextWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_overview.md +85 -0
- package/dist/widget-specifications/cf.cplace.dragAndDropImageView.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_overview.md +93 -0
- package/dist/widget-specifications/cf.cplace.draggablePageList.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_overview.md +75 -0
- package/dist/widget-specifications/cf.cplace.dynamicCodeBlockWidget.dynamicCodeBlockWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_overview.md +167 -0
- package/dist/widget-specifications/cf.cplace.ecf.attribute.conversion.widget.enumMappingTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_overview.md +64 -0
- package/dist/widget-specifications/cf.cplace.ecf.configuration.widget.attributeMappingTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_overview.md +61 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.cleanupConfigTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_overview.md +94 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.connectorSyncConfigsTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_overview.md +28 -0
- package/dist/widget-specifications/cf.cplace.ecf.connector.extension.widget.serverConnectionTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_overview.md +116 -0
- package/dist/widget-specifications/cf.cplace.extendedTreeTableWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_overview.md +44 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.horizontalDivider/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_overview.md +40 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.startWizardWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_overview.md +47 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorForWizardWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_overview.md +23 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepEditorWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_overview.md +32 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepManager/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_overview.md +29 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.stepPreview/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_overview.md +69 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardActivation/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_overview.md +91 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardAnalysis/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_overview.md +48 -0
- package/dist/widget-specifications/cf.cplace.formsWizard.wizardLocalizations/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_overview.md +58 -0
- package/dist/widget-specifications/cf.cplace.genericInterface.api.widgets.triggerInterfaceButton/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_overview.md +66 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.quickOverview/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_overview.md +52 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.sessionUserNameWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_overview.md +53 -0
- package/dist/widget-specifications/cf.cplace.landingPageFromPage.simpleListWithAttachment/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_implementation.md +6 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_meta.json +7 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_overview.md +115 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layoutSelection.md +2 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.layouts.md +3 -0
- package/dist/widget-specifications/cf.cplace.layoutTabsWidget.widget/cf.cplace.layoutTabsWidget.sourceForLayouts.md +1 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_overview.md +137 -0
- package/dist/widget-specifications/cf.cplace.lowCodeWidgets.lowCodeButton/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_overview.md +63 -0
- package/dist/widget-specifications/cf.cplace.lowcode.ai.chatWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_meta.json +12 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_overview.md +31 -0
- package/dist/widget-specifications/cf.cplace.meeting.pageHeader/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_overview.md +71 -0
- package/dist/widget-specifications/cf.cplace.navigationTileWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_meta.json +8 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_overview.md +57 -0
- package/dist/widget-specifications/cf.cplace.officeReports.headlineForReports/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_overview.md +22 -0
- package/dist/widget-specifications/cf.cplace.officeReports.scriptPlaceholders/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_overview.md +24 -0
- package/dist/widget-specifications/cf.cplace.officeReports.templatePlaceholders/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_overview.md +62 -0
- package/dist/widget-specifications/cf.cplace.orgaTree.edit/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_meta.json +12 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_overview.md +50 -0
- package/dist/widget-specifications/cf.cplace.outlookMessageIntegration.outlookMessages/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_overview.md +62 -0
- package/dist/widget-specifications/cf.cplace.pageViewHeadline.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_overview.md +79 -0
- package/dist/widget-specifications/cf.cplace.pdfPreview.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_implementation.md +13 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_overview.md +108 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/absoluteSelection.md +9 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/layout.md +8 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/pageSelection.md +12 -0
- package/dist/widget-specifications/cf.cplace.platform.attributesGroup/relativeSelection.md +14 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_overview.md +52 -0
- package/dist/widget-specifications/cf.cplace.platform.batchJobQuickGlance/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_implementation.md +17 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_overview.md +103 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/cf.cplace.platform.attributesGroup.layout.md +8 -0
- package/dist/widget-specifications/cf.cplace.platform.connectedAttributesGroup/singleSelectionWidgetId.md +15 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_overview.md +49 -0
- package/dist/widget-specifications/cf.cplace.platform.dynamicIframe/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_meta.json +12 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_overview.md +188 -0
- package/dist/widget-specifications/cf.cplace.platform.tableWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_overview.md +92 -0
- package/dist/widget-specifications/cf.cplace.pptexport.pgPreviewWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_overview.md +81 -0
- package/dist/widget-specifications/cf.cplace.projectTree.editProjects/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_overview.md +60 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.scheduleLockState/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_overview.md +59 -0
- package/dist/widget-specifications/cf.cplace.projektplanung.subscriptions/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_overview.md +25 -0
- package/dist/widget-specifications/cf.cplace.qrCodeWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_overview.md +78 -0
- package/dist/widget-specifications/cf.cplace.resourceManagement.resourcePlannerDefinition/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_overview.md +44 -0
- package/dist/widget-specifications/cf.cplace.rest.config.widget.productionModeHintWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_overview.md +42 -0
- package/dist/widget-specifications/cf.cplace.simpleCalendar.calendar/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_overview.md +85 -0
- package/dist/widget-specifications/cf.cplace.simpleForm.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_overview.md +92 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.tableDetailViewWidget.widget/attributes.md +7 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_overview.md +51 -0
- package/dist/widget-specifications/cf.cplace.treeTableWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_overview.md +202 -0
- package/dist/widget-specifications/cf.cplace.tuplesWidget.widget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_meta.json +10 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_overview.md +65 -0
- package/dist/widget-specifications/cf.cplace.videoWidget/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_implementation.md +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_meta.json +9 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_overview.md +117 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.dataSource.md +5 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/cf.cplace.visualization.search.md +10 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/script.md +29 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingHighcharts/tableWidgetId.md +10 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_overview.md +72 -0
- package/dist/widget-specifications/cf.cplace.visualizations.scriptingLineChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_overview.md +50 -0
- package/dist/widget-specifications/cf.cplace.visualizations.tupleLineChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_overview.md +79 -0
- package/dist/widget-specifications/cf.platform.attributeHistory/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.attributes/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.attributes/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.attributes/_overview.md +89 -0
- package/dist/widget-specifications/cf.platform.attributes/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.comments/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.comments/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.comments/_overview.md +52 -0
- package/dist/widget-specifications/cf.platform.comments/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_implementation.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_overview.md +70 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedBarChart/search.md +15 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_overview.md +189 -0
- package/dist/widget-specifications/cf.platform.connectedMatrix/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_implementation.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_overview.md +70 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedPieChart/search.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_implementation.md +15 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_overview.md +69 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/attributeName.md +10 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleColumn.md +9 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/singleSelectionWidgetId.md +3 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withLabel.md +11 -0
- package/dist/widget-specifications/cf.platform.connectedSingleAttribute/withValue.md +12 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_overview.md +89 -0
- package/dist/widget-specifications/cf.platform.connectedTableFilter/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_overview.md +39 -0
- package/dist/widget-specifications/cf.platform.customRichStringAttribute/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_overview.md +66 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsList/search.md +8 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_implementation.md +10 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_meta.json +11 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_overview.md +109 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/columns.md +14 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/multiSortColumns.md +16 -0
- package/dist/widget-specifications/cf.platform.embeddedSearchAsTable/search.md +8 -0
- package/dist/widget-specifications/cf.platform.files/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.files/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.files/_overview.md +74 -0
- package/dist/widget-specifications/cf.platform.files/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.iframe/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.iframe/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.iframe/_overview.md +77 -0
- package/dist/widget-specifications/cf.platform.iframe/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_overview.md +83 -0
- package/dist/widget-specifications/cf.platform.incomingLinks/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_overview.md +48 -0
- package/dist/widget-specifications/cf.platform.incomingReferences/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_overview.md +48 -0
- package/dist/widget-specifications/cf.platform.makeover.attributes/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_overview.md +27 -0
- package/dist/widget-specifications/cf.platform.modificationInfo/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.myElements/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.myElements/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.myElements/_overview.md +69 -0
- package/dist/widget-specifications/cf.platform.myElements/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.richString/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.richString/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.richString/_overview.md +43 -0
- package/dist/widget-specifications/cf.platform.richString/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_implementation.md +18 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_overview.md +83 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.entity.md +10 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.quotedAttributeName.md +12 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.singleColumn.md +9 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.useParent.md +11 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withLabel.md +11 -0
- package/dist/widget-specifications/cf.platform.singleAttribute/cf.platform.withValue.md +12 -0
- package/dist/widget-specifications/cf.platform.tags/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.tags/_meta.json +10 -0
- package/dist/widget-specifications/cf.platform.tags/_overview.md +49 -0
- package/dist/widget-specifications/cf.platform.tags/_summary.md +1 -0
- package/dist/widget-specifications/cf.platform.wiki/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.platform.wiki/_meta.json +9 -0
- package/dist/widget-specifications/cf.platform.wiki/_overview.md +32 -0
- package/dist/widget-specifications/cf.platform.wiki/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_meta.json +11 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_overview.md +61 -0
- package/dist/widget-specifications/cf.projektplanung.gantt/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_meta.json +10 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_overview.md +65 -0
- package/dist/widget-specifications/cf.projektplanung.ganttTaskDemo/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_meta.json +11 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_overview.md +73 -0
- package/dist/widget-specifications/cf.projektplanung.multiGantt/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_meta.json +10 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_overview.md +84 -0
- package/dist/widget-specifications/cf.projektplanung.scheduleTreeTable/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_meta.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_overview.md +27 -0
- package/dist/widget-specifications/cf.projektplanung.singleGantt/_summary.md +1 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_catalog-data.json +12 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_meta.json +10 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_overview.md +84 -0
- package/dist/widget-specifications/cf.projektplanung.singleGanttLink/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_meta.json +12 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_overview.md +73 -0
- package/dist/widget-specifications/de.2lforge.curves.widget/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_meta.json +9 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_overview.md +67 -0
- package/dist/widget-specifications/de.2lforge.toolbar.datePickerWidget/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_meta.json +10 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_overview.md +58 -0
- package/dist/widget-specifications/de.2lforge.toolbar.dropDownWidget/_summary.md +1 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_meta.json +8 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_overview.md +43 -0
- package/dist/widget-specifications/de.2lforge.toolbar.miscWidget/_summary.md +1 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_catalog-data.json +12 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_meta.json +11 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_overview.md +47 -0
- package/dist/widget-specifications/de.visualistik.visualRoadmap.widget/_summary.md +1 -0
- package/dist/widget-specifications/index.d.ts.map +1 -0
- package/dist/widget-specifications/index.js +55 -0
- package/dist/widget-specifications/index.js.map +1 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_catalog-data.json +12 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_meta.json +10 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_overview.md +55 -0
- package/dist/widget-specifications/msg.scripts.imagegallery.basic/_summary.md +1 -0
- package/dist/widget-specifications/tag-registry.json +63 -0
- package/package.json +3 -2
- package/dist/tools/workspace.d.ts +0 -4
- package/dist/tools/workspace.d.ts.map +0 -1
- 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
|