@objectstack/spec 0.3.2 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (523) hide show
  1. package/README.md +32 -10
  2. package/dist/ai/agent.zod.d.ts +12 -12
  3. package/dist/ai/conversation.zod.d.ts +54 -54
  4. package/dist/ai/cost.zod.d.ts +135 -135
  5. package/dist/ai/index.d.ts +1 -1
  6. package/dist/ai/index.d.ts.map +1 -1
  7. package/dist/ai/index.js +1 -1
  8. package/dist/ai/model-registry.zod.d.ts +91 -91
  9. package/dist/ai/nlq.zod.d.ts +72 -72
  10. package/dist/ai/{workflow-automation.zod.d.ts → orchestration.zod.d.ts} +51 -50
  11. package/dist/ai/orchestration.zod.d.ts.map +1 -0
  12. package/dist/ai/{workflow-automation.zod.js → orchestration.zod.js} +26 -25
  13. package/dist/ai/predictive.zod.d.ts +27 -27
  14. package/dist/ai/rag-pipeline.zod.d.ts +102 -102
  15. package/dist/api/contract.zod.d.ts +213 -197
  16. package/dist/api/contract.zod.d.ts.map +1 -1
  17. package/dist/{system → api}/discovery.zod.d.ts +26 -26
  18. package/dist/api/discovery.zod.d.ts.map +1 -0
  19. package/dist/{system → api}/discovery.zod.js +9 -9
  20. package/dist/{system/api.zod.d.ts → api/endpoint.zod.d.ts} +53 -57
  21. package/dist/api/endpoint.zod.d.ts.map +1 -0
  22. package/dist/{system/api.zod.js → api/endpoint.zod.js} +3 -6
  23. package/dist/api/index.d.ts +6 -0
  24. package/dist/api/index.d.ts.map +1 -1
  25. package/dist/api/index.js +6 -0
  26. package/dist/api/odata.zod.d.ts +482 -0
  27. package/dist/api/odata.zod.d.ts.map +1 -0
  28. package/dist/api/odata.zod.js +401 -0
  29. package/dist/{system → api}/realtime.zod.d.ts +4 -4
  30. package/dist/api/realtime.zod.d.ts.map +1 -0
  31. package/dist/api/router.zod.d.ts +182 -0
  32. package/dist/api/router.zod.d.ts.map +1 -0
  33. package/dist/api/router.zod.js +103 -0
  34. package/dist/{system/auth.zod.d.ts → auth/config.zod.d.ts} +199 -199
  35. package/dist/auth/config.zod.d.ts.map +1 -0
  36. package/dist/{system → auth}/identity.zod.d.ts +8 -8
  37. package/dist/auth/identity.zod.d.ts.map +1 -0
  38. package/dist/auth/index.d.ts +8 -0
  39. package/dist/auth/index.d.ts.map +1 -0
  40. package/dist/auth/index.js +23 -0
  41. package/dist/{system → auth}/organization.zod.d.ts +7 -7
  42. package/dist/auth/organization.zod.d.ts.map +1 -0
  43. package/dist/{system → auth}/policy.zod.d.ts +3 -3
  44. package/dist/auth/policy.zod.d.ts.map +1 -0
  45. package/dist/{system/auth-protocol.d.ts → auth/protocol.d.ts} +1 -1
  46. package/dist/auth/protocol.d.ts.map +1 -0
  47. package/dist/{system → auth}/role.zod.d.ts +14 -0
  48. package/dist/auth/role.zod.d.ts.map +1 -0
  49. package/dist/{system → auth}/role.zod.js +16 -1
  50. package/dist/auth/scim.zod.d.ts +2732 -0
  51. package/dist/auth/scim.zod.d.ts.map +1 -0
  52. package/dist/auth/scim.zod.js +811 -0
  53. package/dist/automation/approval.zod.d.ts +643 -0
  54. package/dist/automation/approval.zod.d.ts.map +1 -0
  55. package/dist/automation/approval.zod.js +84 -0
  56. package/dist/automation/connector.zod.d.ts +1284 -0
  57. package/dist/automation/connector.zod.d.ts.map +1 -0
  58. package/dist/automation/connector.zod.js +500 -0
  59. package/dist/automation/etl.zod.d.ts +623 -0
  60. package/dist/automation/etl.zod.d.ts.map +1 -0
  61. package/dist/automation/etl.zod.js +359 -0
  62. package/dist/{data → automation}/flow.zod.d.ts +40 -22
  63. package/dist/automation/flow.zod.d.ts.map +1 -0
  64. package/dist/{data → automation}/flow.zod.js +6 -1
  65. package/dist/automation/index.d.ts +8 -0
  66. package/dist/automation/index.d.ts.map +1 -0
  67. package/dist/automation/index.js +23 -0
  68. package/dist/automation/sync.zod.d.ts +854 -0
  69. package/dist/automation/sync.zod.d.ts.map +1 -0
  70. package/dist/automation/sync.zod.js +444 -0
  71. package/dist/{system → automation}/webhook.zod.d.ts +26 -3
  72. package/dist/automation/webhook.zod.d.ts.map +1 -0
  73. package/dist/{system → automation}/webhook.zod.js +27 -3
  74. package/dist/automation/workflow.zod.d.ts +2059 -0
  75. package/dist/automation/workflow.zod.d.ts.map +1 -0
  76. package/dist/{data → automation}/workflow.zod.js +40 -2
  77. package/dist/data/dataset.zod.d.ts +2 -2
  78. package/dist/data/field.zod.d.ts +779 -219
  79. package/dist/data/field.zod.d.ts.map +1 -1
  80. package/dist/data/field.zod.js +128 -16
  81. package/dist/data/filter.zod.d.ts +167 -30
  82. package/dist/data/filter.zod.d.ts.map +1 -1
  83. package/dist/data/filter.zod.js +25 -13
  84. package/dist/data/hook.zod.d.ts +191 -0
  85. package/dist/data/hook.zod.d.ts.map +1 -0
  86. package/dist/data/hook.zod.js +144 -0
  87. package/dist/data/index.d.ts +4 -17
  88. package/dist/data/index.d.ts.map +1 -1
  89. package/dist/data/index.js +4 -17
  90. package/dist/data/mapping.zod.d.ts +117 -93
  91. package/dist/data/mapping.zod.d.ts.map +1 -1
  92. package/dist/data/mapping.zod.js +16 -3
  93. package/dist/data/object.zod.d.ts +485 -131
  94. package/dist/data/object.zod.d.ts.map +1 -1
  95. package/dist/data/object.zod.js +87 -42
  96. package/dist/data/query.zod.d.ts +98 -169
  97. package/dist/data/query.zod.d.ts.map +1 -1
  98. package/dist/data/query.zod.js +42 -130
  99. package/dist/data/validation.zod.d.ts +166 -26
  100. package/dist/data/validation.zod.d.ts.map +1 -1
  101. package/dist/data/validation.zod.js +38 -16
  102. package/dist/hub/composer.zod.d.ts +871 -0
  103. package/dist/hub/composer.zod.d.ts.map +1 -0
  104. package/dist/hub/composer.zod.js +111 -0
  105. package/dist/hub/index.d.ts +6 -0
  106. package/dist/hub/index.d.ts.map +1 -0
  107. package/dist/hub/index.js +22 -0
  108. package/dist/{system → hub}/license.zod.d.ts +13 -9
  109. package/dist/hub/license.zod.d.ts.map +1 -0
  110. package/dist/{system → hub}/license.zod.js +5 -3
  111. package/dist/hub/marketplace.zod.d.ts +191 -0
  112. package/dist/hub/marketplace.zod.d.ts.map +1 -0
  113. package/dist/hub/marketplace.zod.js +85 -0
  114. package/dist/hub/space.zod.d.ts +383 -0
  115. package/dist/hub/space.zod.d.ts.map +1 -0
  116. package/dist/hub/space.zod.js +103 -0
  117. package/dist/{system → hub}/tenant.zod.d.ts +73 -47
  118. package/dist/hub/tenant.zod.d.ts.map +1 -0
  119. package/dist/{system → hub}/tenant.zod.js +36 -10
  120. package/dist/index.d.ts +11 -4
  121. package/dist/index.d.ts.map +1 -1
  122. package/dist/index.js +15 -5
  123. package/dist/permission/index.d.ts +14 -0
  124. package/dist/permission/index.d.ts.map +1 -0
  125. package/dist/permission/index.js +29 -0
  126. package/dist/{data → permission}/permission.zod.d.ts +48 -3
  127. package/dist/permission/permission.zod.d.ts.map +1 -0
  128. package/dist/{data → permission}/permission.zod.js +26 -2
  129. package/dist/permission/rls.zod.d.ts +605 -0
  130. package/dist/permission/rls.zod.d.ts.map +1 -0
  131. package/dist/permission/rls.zod.js +615 -0
  132. package/dist/permission/sharing.zod.d.ts +146 -0
  133. package/dist/permission/sharing.zod.d.ts.map +1 -0
  134. package/dist/permission/sharing.zod.js +88 -0
  135. package/dist/{system → permission}/territory.zod.d.ts +13 -0
  136. package/dist/permission/territory.zod.d.ts.map +1 -0
  137. package/dist/{system → permission}/territory.zod.js +15 -1
  138. package/dist/shared/identifiers.zod.d.ts +87 -0
  139. package/dist/shared/identifiers.zod.d.ts.map +1 -0
  140. package/dist/shared/identifiers.zod.js +101 -0
  141. package/dist/shared/index.d.ts +6 -0
  142. package/dist/shared/index.d.ts.map +1 -0
  143. package/dist/shared/index.js +21 -0
  144. package/dist/stack.zod.d.ts +19869 -0
  145. package/dist/stack.zod.d.ts.map +1 -0
  146. package/dist/stack.zod.js +248 -0
  147. package/dist/system/audit.zod.d.ts +58 -58
  148. package/dist/system/context.zod.d.ts +56 -0
  149. package/dist/system/context.zod.d.ts.map +1 -0
  150. package/dist/system/context.zod.js +43 -0
  151. package/dist/system/datasource.zod.d.ts +40 -6
  152. package/dist/system/datasource.zod.d.ts.map +1 -1
  153. package/dist/system/datasource.zod.js +17 -13
  154. package/dist/system/driver/mongo.zod.d.ts +107 -0
  155. package/dist/system/driver/mongo.zod.d.ts.map +1 -0
  156. package/dist/system/driver/mongo.zod.js +80 -0
  157. package/dist/system/driver/postgres.zod.d.ts +134 -0
  158. package/dist/system/driver/postgres.zod.d.ts.map +1 -0
  159. package/dist/system/driver/postgres.zod.js +88 -0
  160. package/dist/system/driver.zod.d.ts +2249 -488
  161. package/dist/system/driver.zod.d.ts.map +1 -1
  162. package/dist/system/driver.zod.js +99 -0
  163. package/dist/system/events.zod.d.ts +8 -5
  164. package/dist/system/events.zod.d.ts.map +1 -1
  165. package/dist/system/events.zod.js +5 -1
  166. package/dist/system/feature.zod.d.ts +131 -0
  167. package/dist/system/feature.zod.d.ts.map +1 -0
  168. package/dist/system/feature.zod.js +45 -0
  169. package/dist/system/index.d.ts +11 -20
  170. package/dist/system/index.d.ts.map +1 -1
  171. package/dist/system/index.js +15 -20
  172. package/dist/system/job.zod.d.ts +5 -5
  173. package/dist/system/logger.zod.d.ts +111 -0
  174. package/dist/system/logger.zod.d.ts.map +1 -0
  175. package/dist/system/logger.zod.js +75 -0
  176. package/dist/system/manifest.zod.d.ts +136 -18
  177. package/dist/system/manifest.zod.d.ts.map +1 -1
  178. package/dist/system/manifest.zod.js +28 -0
  179. package/dist/system/plugin.zod.d.ts +598 -318
  180. package/dist/system/plugin.zod.d.ts.map +1 -1
  181. package/dist/system/plugin.zod.js +13 -0
  182. package/dist/system/scoped-storage.zod.d.ts +81 -0
  183. package/dist/system/scoped-storage.zod.d.ts.map +1 -0
  184. package/dist/system/scoped-storage.zod.js +66 -0
  185. package/dist/ui/action.zod.d.ts +42 -17
  186. package/dist/ui/action.zod.d.ts.map +1 -1
  187. package/dist/ui/action.zod.js +30 -1
  188. package/dist/ui/app.zod.d.ts +26 -11
  189. package/dist/ui/app.zod.d.ts.map +1 -1
  190. package/dist/ui/app.zod.js +32 -4
  191. package/dist/ui/block.zod.d.ts +265 -0
  192. package/dist/ui/block.zod.d.ts.map +1 -0
  193. package/dist/ui/block.zod.js +90 -0
  194. package/dist/ui/component.zod.d.ts +265 -0
  195. package/dist/ui/component.zod.d.ts.map +1 -0
  196. package/dist/ui/component.zod.js +90 -0
  197. package/dist/ui/dashboard.zod.d.ts +15 -15
  198. package/dist/ui/dashboard.zod.d.ts.map +1 -1
  199. package/dist/ui/dashboard.zod.js +18 -8
  200. package/dist/ui/index.d.ts +1 -0
  201. package/dist/ui/index.d.ts.map +1 -1
  202. package/dist/ui/index.js +1 -0
  203. package/dist/ui/page.zod.d.ts +23 -5
  204. package/dist/ui/page.zod.d.ts.map +1 -1
  205. package/dist/ui/page.zod.js +37 -4
  206. package/dist/ui/report.zod.d.ts +12 -12
  207. package/dist/ui/theme.zod.d.ts +42 -42
  208. package/dist/ui/view.zod.d.ts +302 -290
  209. package/dist/ui/view.zod.d.ts.map +1 -1
  210. package/dist/ui/view.zod.js +32 -3
  211. package/dist/ui/widget.zod.d.ts +730 -29
  212. package/dist/ui/widget.zod.d.ts.map +1 -1
  213. package/dist/ui/widget.zod.js +294 -1
  214. package/json-schema/ai/{AIWorkflowAutomation.json → AIOrchestration.json} +5 -5
  215. package/json-schema/ai/{AIWorkflowExecutionResult.json → AIOrchestrationExecutionResult.json} +2 -2
  216. package/json-schema/ai/{AIWorkflowTrigger.json → AIOrchestrationTrigger.json} +2 -2
  217. package/json-schema/ai/{BatchAIWorkflowExecution.json → BatchAIOrchestrationExecution.json} +3 -3
  218. package/json-schema/{system → api}/ApiEndpoint.json +3 -1
  219. package/json-schema/{system → api}/ApiRoutes.json +7 -7
  220. package/json-schema/{system → api}/Discovery.json +7 -7
  221. package/json-schema/api/ExportRequest.json +402 -438
  222. package/json-schema/{system → api}/HttpMethod.json +3 -1
  223. package/json-schema/api/ODataError.json +65 -0
  224. package/json-schema/api/ODataFilterFunction.json +39 -0
  225. package/json-schema/api/ODataFilterOperator.json +24 -0
  226. package/json-schema/api/ODataMetadata.json +115 -0
  227. package/json-schema/api/ODataQuery.json +89 -0
  228. package/json-schema/api/ODataResponse.json +37 -0
  229. package/json-schema/api/RouteCategory.json +17 -0
  230. package/json-schema/api/RouteDefinition.json +77 -0
  231. package/json-schema/api/RouterConfig.json +117 -0
  232. package/json-schema/{system → auth}/Role.json +3 -2
  233. package/json-schema/auth/SCIMAddress.json +50 -0
  234. package/json-schema/auth/SCIMEmail.json +38 -0
  235. package/json-schema/auth/SCIMEnterpriseUser.json +55 -0
  236. package/json-schema/auth/SCIMError.json +52 -0
  237. package/json-schema/auth/SCIMGroup.json +102 -0
  238. package/json-schema/auth/SCIMGroupReference.json +36 -0
  239. package/json-schema/auth/SCIMListResponse.json +606 -0
  240. package/json-schema/auth/SCIMMemberReference.json +36 -0
  241. package/json-schema/auth/SCIMMeta.json +35 -0
  242. package/json-schema/auth/SCIMName.json +36 -0
  243. package/json-schema/auth/SCIMPatchOperation.json +31 -0
  244. package/json-schema/auth/SCIMPatchRequest.json +56 -0
  245. package/json-schema/auth/SCIMPhoneNumber.json +40 -0
  246. package/json-schema/auth/SCIMUser.json +462 -0
  247. package/json-schema/automation/ApprovalAction.json +35 -0
  248. package/json-schema/automation/ApprovalActionType.json +15 -0
  249. package/json-schema/automation/ApprovalProcess.json +326 -0
  250. package/json-schema/automation/ApprovalStep.json +147 -0
  251. package/json-schema/automation/ApproverType.json +16 -0
  252. package/json-schema/automation/AuthField.json +73 -0
  253. package/json-schema/automation/Authentication.json +159 -0
  254. package/json-schema/automation/AuthenticationType.json +18 -0
  255. package/json-schema/automation/ConflictResolution.json +16 -0
  256. package/json-schema/automation/Connector.json +440 -0
  257. package/json-schema/automation/ConnectorCategory.json +26 -0
  258. package/json-schema/automation/ConnectorInstance.json +69 -0
  259. package/json-schema/automation/ConnectorOperation.json +117 -0
  260. package/json-schema/automation/ConnectorTrigger.json +54 -0
  261. package/json-schema/automation/DataDestinationConfig.json +89 -0
  262. package/json-schema/automation/DataSourceConfig.json +34 -0
  263. package/json-schema/automation/DataSyncConfig.json +355 -0
  264. package/json-schema/automation/ETLDestination.json +57 -0
  265. package/json-schema/automation/ETLEndpointType.json +19 -0
  266. package/json-schema/automation/ETLPipeline.json +252 -0
  267. package/json-schema/automation/ETLPipelineRun.json +107 -0
  268. package/json-schema/automation/ETLRunStatus.json +17 -0
  269. package/json-schema/automation/ETLSource.json +60 -0
  270. package/json-schema/{data/LogicOperator.json → automation/ETLSyncMode.json} +5 -5
  271. package/json-schema/automation/ETLTransformation.json +46 -0
  272. package/json-schema/automation/ETLTransformationType.json +21 -0
  273. package/json-schema/automation/FieldMapping.json +36 -0
  274. package/json-schema/{data → automation}/Flow.json +31 -1
  275. package/json-schema/{data → automation}/FlowEdge.json +9 -0
  276. package/json-schema/automation/OAuth2Config.json +43 -0
  277. package/json-schema/automation/OperationParameter.json +59 -0
  278. package/json-schema/automation/OperationType.json +17 -0
  279. package/json-schema/automation/SyncDirection.json +14 -0
  280. package/json-schema/automation/SyncExecutionResult.json +135 -0
  281. package/json-schema/automation/SyncExecutionStatus.json +17 -0
  282. package/json-schema/{data/TriggerTiming.json → automation/SyncMode.json} +5 -4
  283. package/json-schema/{data/WorkflowRule.json → automation/TimeTrigger.json} +35 -25
  284. package/json-schema/{system → automation}/Webhook.json +3 -1
  285. package/json-schema/{system → automation}/WebhookReceiver.json +3 -1
  286. package/json-schema/automation/WorkflowRule.json +1032 -0
  287. package/json-schema/data/AggregationNode.json +23 -0
  288. package/json-schema/data/AsyncValidation.json +49 -2
  289. package/json-schema/data/ComparisonOperator.json +52 -0
  290. package/json-schema/data/ConditionalValidation.json +693 -46
  291. package/json-schema/data/CrossFieldValidation.json +33 -2
  292. package/json-schema/data/CurrencyConfig.json +35 -0
  293. package/json-schema/data/CurrencyValue.json +26 -0
  294. package/json-schema/data/CustomValidator.json +37 -10
  295. package/json-schema/data/Field.json +92 -4
  296. package/json-schema/data/FieldOperators.json +78 -0
  297. package/json-schema/data/FieldReference.json +19 -0
  298. package/json-schema/data/FieldType.json +12 -2
  299. package/json-schema/data/FormatValidation.json +33 -2
  300. package/json-schema/data/Hook.json +95 -0
  301. package/json-schema/data/HookContext.json +88 -0
  302. package/json-schema/data/HookEvent.json +29 -0
  303. package/json-schema/data/Index.json +10 -0
  304. package/json-schema/data/JSONValidation.json +85 -0
  305. package/json-schema/data/JoinNode.json +197 -213
  306. package/json-schema/data/JoinStrategy.json +15 -0
  307. package/json-schema/data/NormalizedFilter.json +234 -0
  308. package/json-schema/data/Object.json +1642 -32
  309. package/json-schema/data/ObjectCapabilities.json +30 -12
  310. package/json-schema/data/Query.json +246 -262
  311. package/json-schema/data/RangeOperator.json +26 -0
  312. package/json-schema/data/ScriptValidation.json +33 -2
  313. package/json-schema/data/SearchConfig.json +36 -0
  314. package/json-schema/data/SelectOption.json +4 -2
  315. package/json-schema/data/StateMachineValidation.json +33 -2
  316. package/json-schema/data/UniquenessValidation.json +33 -2
  317. package/json-schema/data/ValidationRule.json +693 -46
  318. package/json-schema/data/VectorConfig.json +51 -0
  319. package/json-schema/hub/BillOfMaterials.json +70 -0
  320. package/json-schema/hub/ComposerRequest.json +86 -0
  321. package/json-schema/hub/ComposerResponse.json +483 -0
  322. package/json-schema/hub/ConflictReport.json +53 -0
  323. package/json-schema/hub/DependencyRequirement.json +36 -0
  324. package/json-schema/hub/DeploymentTarget.json +38 -0
  325. package/json-schema/hub/HubSpace.json +279 -0
  326. package/json-schema/{system → hub}/License.json +11 -3
  327. package/json-schema/hub/MarketplacePlugin.json +141 -0
  328. package/json-schema/hub/PluginAuthor.json +26 -0
  329. package/json-schema/hub/PluginPricing.json +43 -0
  330. package/json-schema/hub/SpaceSubscription.json +77 -0
  331. package/json-schema/hub/SubscriptionStatus.json +16 -0
  332. package/json-schema/{system → hub}/Tenant.json +3 -5
  333. package/json-schema/permission/CriteriaSharingRule.json +82 -0
  334. package/json-schema/{data → permission}/OWDModel.json +2 -1
  335. package/json-schema/{data → permission}/ObjectPermission.json +15 -0
  336. package/json-schema/permission/OwnerSharingRule.json +102 -0
  337. package/json-schema/{data → permission}/PermissionSet.json +18 -1
  338. package/json-schema/permission/RLSConfig.json +59 -0
  339. package/json-schema/permission/RLSEvaluationResult.json +40 -0
  340. package/json-schema/{data/TriggerAction.json → permission/RLSOperation.json} +5 -3
  341. package/json-schema/permission/RLSUserContext.json +51 -0
  342. package/json-schema/permission/RowLevelSecurityPolicy.json +77 -0
  343. package/json-schema/permission/ShareRecipientType.json +16 -0
  344. package/json-schema/{data → permission}/SharingLevel.json +2 -1
  345. package/json-schema/permission/SharingRule.json +182 -0
  346. package/json-schema/{data → permission}/SharingRuleType.json +1 -3
  347. package/json-schema/{system → permission}/Territory.json +3 -1
  348. package/json-schema/shared/EventName.json +12 -0
  349. package/json-schema/shared/SnakeCaseIdentifier.json +12 -0
  350. package/json-schema/shared/SystemIdentifier.json +12 -0
  351. package/json-schema/system/Datasource.json +35 -0
  352. package/json-schema/system/DriverCapabilities.json +10 -0
  353. package/json-schema/system/DriverInterface.json +10 -0
  354. package/json-schema/system/DriverOptions.json +11 -0
  355. package/json-schema/system/Event.json +3 -2
  356. package/json-schema/system/FeatureFlag.json +87 -0
  357. package/json-schema/system/FeatureStrategy.json +16 -0
  358. package/json-schema/system/FileMetadata.json +43 -0
  359. package/json-schema/system/KernelContext.json +62 -0
  360. package/json-schema/system/LogEntry.json +63 -0
  361. package/json-schema/system/LogFormat.json +15 -0
  362. package/json-schema/system/LogLevel.json +17 -0
  363. package/json-schema/system/LoggerConfig.json +70 -0
  364. package/json-schema/system/Manifest.json +80 -0
  365. package/json-schema/system/MongoConfig.json +82 -0
  366. package/json-schema/system/PluginContext.json +8 -1
  367. package/json-schema/system/PostgresConfig.json +98 -0
  368. package/json-schema/system/RuntimeMode.json +16 -0
  369. package/json-schema/system/ScopedStorageConfig.json +54 -0
  370. package/json-schema/system/StorageAdapterType.json +17 -0
  371. package/json-schema/system/StorageScope.json +18 -0
  372. package/json-schema/ui/Action.json +25 -4
  373. package/json-schema/ui/ActionParam.json +12 -2
  374. package/json-schema/ui/App.json +18 -7
  375. package/json-schema/ui/ChartType.json +9 -1
  376. package/json-schema/ui/Dashboard.json +9 -1
  377. package/json-schema/ui/DashboardNavItem.json +3 -1
  378. package/json-schema/ui/DashboardWidget.json +9 -1
  379. package/json-schema/ui/FieldWidgetProps.json +92 -4
  380. package/json-schema/ui/FormView.json +4 -1
  381. package/json-schema/ui/GroupNavItem.json +3 -1
  382. package/json-schema/ui/ListView.json +7 -1
  383. package/json-schema/ui/NavigationItem.json +15 -5
  384. package/json-schema/ui/ObjectNavItem.json +3 -1
  385. package/json-schema/ui/Page.json +36 -4
  386. package/json-schema/ui/PageCardProps.json +32 -0
  387. package/json-schema/ui/PageComponent.json +33 -3
  388. package/json-schema/ui/PageComponentType.json +32 -0
  389. package/json-schema/ui/PageHeaderProps.json +39 -0
  390. package/json-schema/ui/PageNavItem.json +3 -1
  391. package/json-schema/ui/PageRegion.json +33 -3
  392. package/json-schema/ui/PageTabsProps.json +55 -0
  393. package/json-schema/ui/RecordDetailsProps.json +37 -0
  394. package/json-schema/ui/RecordHighlightsProps.json +24 -0
  395. package/json-schema/ui/RecordRelatedListProps.json +39 -0
  396. package/json-schema/ui/UrlNavItem.json +3 -1
  397. package/json-schema/ui/View.json +22 -4
  398. package/json-schema/ui/WidgetEvent.json +42 -0
  399. package/json-schema/ui/WidgetLifecycle.json +40 -0
  400. package/json-schema/ui/WidgetManifest.json +262 -0
  401. package/json-schema/ui/WidgetProperty.json +58 -0
  402. package/llms.txt +182 -0
  403. package/package.json +38 -16
  404. package/prompts/README.md +18 -0
  405. package/prompts/architecture.md +81 -0
  406. package/prompts/create-new-project.md +85 -0
  407. package/prompts/implement-objectai.md +39 -0
  408. package/prompts/implement-objectos.md +48 -0
  409. package/prompts/implement-objectql.md +39 -0
  410. package/prompts/implement-objectui.md +46 -0
  411. package/prompts/instructions.md +91 -0
  412. package/dist/ai/workflow-automation.zod.d.ts.map +0 -1
  413. package/dist/data/flow.zod.d.ts.map +0 -1
  414. package/dist/data/permission.zod.d.ts.map +0 -1
  415. package/dist/data/sharing.zod.d.ts +0 -63
  416. package/dist/data/sharing.zod.d.ts.map +0 -1
  417. package/dist/data/sharing.zod.js +0 -57
  418. package/dist/data/trigger.zod.d.ts +0 -354
  419. package/dist/data/trigger.zod.d.ts.map +0 -1
  420. package/dist/data/trigger.zod.js +0 -195
  421. package/dist/data/workflow.zod.d.ts +0 -986
  422. package/dist/data/workflow.zod.d.ts.map +0 -1
  423. package/dist/system/api.zod.d.ts.map +0 -1
  424. package/dist/system/auth-protocol.d.ts.map +0 -1
  425. package/dist/system/auth.zod.d.ts.map +0 -1
  426. package/dist/system/discovery.zod.d.ts.map +0 -1
  427. package/dist/system/identity.zod.d.ts.map +0 -1
  428. package/dist/system/license.zod.d.ts.map +0 -1
  429. package/dist/system/organization.zod.d.ts.map +0 -1
  430. package/dist/system/policy.zod.d.ts.map +0 -1
  431. package/dist/system/realtime.zod.d.ts.map +0 -1
  432. package/dist/system/role.zod.d.ts.map +0 -1
  433. package/dist/system/tenant.zod.d.ts.map +0 -1
  434. package/dist/system/territory.zod.d.ts.map +0 -1
  435. package/dist/system/webhook.zod.d.ts.map +0 -1
  436. package/json-schema/README.md +0 -127
  437. package/json-schema/data/FieldMapping.json +0 -83
  438. package/json-schema/data/FilterNode.json +0 -52
  439. package/json-schema/data/FilterOperator.json +0 -26
  440. package/json-schema/data/Mapping.json +0 -598
  441. package/json-schema/data/SharingRule.json +0 -58
  442. package/json-schema/data/TransformType.json +0 -18
  443. package/json-schema/data/Trigger.json +0 -73
  444. package/json-schema/data/TriggerContext.json +0 -61
  445. /package/dist/{system → api}/realtime.zod.js +0 -0
  446. /package/dist/{system/auth.zod.js → auth/config.zod.js} +0 -0
  447. /package/dist/{system → auth}/identity.zod.js +0 -0
  448. /package/dist/{system → auth}/organization.zod.js +0 -0
  449. /package/dist/{system → auth}/policy.zod.js +0 -0
  450. /package/dist/{system/auth-protocol.js → auth/protocol.js} +0 -0
  451. /package/json-schema/{system → api}/ApiCapabilities.json +0 -0
  452. /package/json-schema/{system → api}/ApiMapping.json +0 -0
  453. /package/json-schema/{system → api}/Presence.json +0 -0
  454. /package/json-schema/{system → api}/PresenceStatus.json +0 -0
  455. /package/json-schema/{system → api}/RateLimit.json +0 -0
  456. /package/json-schema/{system → api}/RealtimeAction.json +0 -0
  457. /package/json-schema/{system → api}/RealtimeEvent.json +0 -0
  458. /package/json-schema/{system → api}/RealtimeEventType.json +0 -0
  459. /package/json-schema/{system → api}/Subscription.json +0 -0
  460. /package/json-schema/{system → api}/SubscriptionEvent.json +0 -0
  461. /package/json-schema/{system → api}/TransportProtocol.json +0 -0
  462. /package/json-schema/{system → auth}/Account.json +0 -0
  463. /package/json-schema/{system → auth}/AccountLinkingConfig.json +0 -0
  464. /package/json-schema/{system → auth}/AuditPolicy.json +0 -0
  465. /package/json-schema/{system → auth}/AuthConfig.json +0 -0
  466. /package/json-schema/{system → auth}/AuthPluginConfig.json +0 -0
  467. /package/json-schema/{system → auth}/AuthStrategy.json +0 -0
  468. /package/json-schema/{system → auth}/CSRFConfig.json +0 -0
  469. /package/json-schema/{system → auth}/DatabaseAdapter.json +0 -0
  470. /package/json-schema/{system → auth}/DatabaseMapping.json +0 -0
  471. /package/json-schema/{system → auth}/EmailPasswordConfig.json +0 -0
  472. /package/json-schema/{system → auth}/EnterpriseAuthConfig.json +0 -0
  473. /package/json-schema/{system → auth}/Invitation.json +0 -0
  474. /package/json-schema/{system → auth}/InvitationStatus.json +0 -0
  475. /package/json-schema/{system → auth}/LDAPConfig.json +0 -0
  476. /package/json-schema/{system → auth}/MagicLinkConfig.json +0 -0
  477. /package/json-schema/{system → auth}/Member.json +0 -0
  478. /package/json-schema/{system → auth}/NetworkPolicy.json +0 -0
  479. /package/json-schema/{system → auth}/OAuthProvider.json +0 -0
  480. /package/json-schema/{system → auth}/OIDCConfig.json +0 -0
  481. /package/json-schema/{system → auth}/Organization.json +0 -0
  482. /package/json-schema/{system → auth}/PasskeyConfig.json +0 -0
  483. /package/json-schema/{system → auth}/PasswordPolicy.json +0 -0
  484. /package/json-schema/{system → auth}/Policy.json +0 -0
  485. /package/json-schema/{system → auth}/RateLimitConfig.json +0 -0
  486. /package/json-schema/{system → auth}/SAMLConfig.json +0 -0
  487. /package/json-schema/{system → auth}/Session.json +0 -0
  488. /package/json-schema/{system → auth}/SessionConfig.json +0 -0
  489. /package/json-schema/{system → auth}/SessionPolicy.json +0 -0
  490. /package/json-schema/{system → auth}/StandardAuthProvider.json +0 -0
  491. /package/json-schema/{system → auth}/TwoFactorConfig.json +0 -0
  492. /package/json-schema/{system → auth}/User.json +0 -0
  493. /package/json-schema/{system → auth}/UserFieldMapping.json +0 -0
  494. /package/json-schema/{system → auth}/VerificationToken.json +0 -0
  495. /package/json-schema/{data → automation}/CustomScriptAction.json +0 -0
  496. /package/json-schema/{data → automation}/EmailAlertAction.json +0 -0
  497. /package/json-schema/{data → automation}/FieldUpdateAction.json +0 -0
  498. /package/json-schema/{data → automation}/FlowNode.json +0 -0
  499. /package/json-schema/{data → automation}/FlowNodeAction.json +0 -0
  500. /package/json-schema/{data → automation}/FlowVariable.json +0 -0
  501. /package/json-schema/{data → automation}/HttpCallAction.json +0 -0
  502. /package/json-schema/{data → automation}/PushNotificationAction.json +0 -0
  503. /package/json-schema/{data → automation}/SlackMessageAction.json +0 -0
  504. /package/json-schema/{data → automation}/SmsNotificationAction.json +0 -0
  505. /package/json-schema/{data → automation}/TaskCreationAction.json +0 -0
  506. /package/json-schema/{data → automation}/TeamsMessageAction.json +0 -0
  507. /package/json-schema/{data → automation}/WebhookTriggerAction.json +0 -0
  508. /package/json-schema/{system → automation}/WebhookTriggerType.json +0 -0
  509. /package/json-schema/{data → automation}/WorkflowAction.json +0 -0
  510. /package/json-schema/{data → automation}/WorkflowTriggerType.json +0 -0
  511. /package/json-schema/{system → hub}/DatabaseLevelIsolationStrategy.json +0 -0
  512. /package/json-schema/{system → hub}/Feature.json +0 -0
  513. /package/json-schema/{system → hub}/LevelIsolationStrategySchema.json +0 -0
  514. /package/json-schema/{system → hub}/MetricType.json +0 -0
  515. /package/json-schema/{system → hub}/Plan.json +0 -0
  516. /package/json-schema/{system → hub}/RowLevelIsolationStrategy.json +0 -0
  517. /package/json-schema/{system → hub}/TenantIsolationConfig.json +0 -0
  518. /package/json-schema/{system → hub}/TenantIsolationLevel.json +0 -0
  519. /package/json-schema/{system → hub}/TenantQuota.json +0 -0
  520. /package/json-schema/{system → hub}/TenantSecurityPolicy.json +0 -0
  521. /package/json-schema/{data → permission}/FieldPermission.json +0 -0
  522. /package/json-schema/{system → permission}/TerritoryModel.json +0 -0
  523. /package/json-schema/{system → permission}/TerritoryType.json +0 -0
@@ -240,11 +240,23 @@ export declare const GanttConfigSchema: z.ZodObject<{
240
240
  }>;
241
241
  /**
242
242
  * List View Schema (Expanded)
243
+ *
244
+ * **NAMING CONVENTION:**
245
+ * View names (when provided) are machine identifiers and must be lowercase snake_case.
246
+ *
247
+ * @example Good view names
248
+ * - 'all_accounts'
249
+ * - 'my_open_leads'
250
+ * - 'high_priority_cases'
251
+ *
252
+ * @example Bad view names (will be rejected)
253
+ * - 'AllAccounts' (PascalCase)
254
+ * - 'My Open Leads' (spaces)
243
255
  */
244
256
  export declare const ListViewSchema: z.ZodObject<{
245
257
  name: z.ZodOptional<z.ZodString>;
246
258
  label: z.ZodOptional<z.ZodString>;
247
- type: z.ZodDefault<z.ZodEnum<["grid", "kanban", "calendar", "gantt", "map"]>>;
259
+ type: z.ZodDefault<z.ZodEnum<["grid", "spreadsheet", "kanban", "gallery", "calendar", "timeline", "gantt", "map"]>>;
248
260
  /** Data Source Configuration */
249
261
  data: z.ZodOptional<z.ZodDiscriminatedUnion<"provider", [z.ZodObject<{
250
262
  provider: z.ZodLiteral<"object">;
@@ -455,7 +467,7 @@ export declare const ListViewSchema: z.ZodObject<{
455
467
  dependenciesField?: string | undefined;
456
468
  }>>;
457
469
  }, "strip", z.ZodTypeAny, {
458
- type: "map" | "grid" | "kanban" | "calendar" | "gantt";
470
+ type: "map" | "grid" | "spreadsheet" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt";
459
471
  columns: string[] | {
460
472
  field: string;
461
473
  type?: string | undefined;
@@ -474,6 +486,25 @@ export declare const ListViewSchema: z.ZodObject<{
474
486
  filter?: any[] | undefined;
475
487
  label?: string | undefined;
476
488
  name?: string | undefined;
489
+ resizable?: boolean | undefined;
490
+ kanban?: {
491
+ groupByField: string;
492
+ columns: string[];
493
+ summarizeField?: string | undefined;
494
+ } | undefined;
495
+ calendar?: {
496
+ startDateField: string;
497
+ titleField: string;
498
+ endDateField?: string | undefined;
499
+ colorField?: string | undefined;
500
+ } | undefined;
501
+ gantt?: {
502
+ startDateField: string;
503
+ endDateField: string;
504
+ titleField: string;
505
+ progressField?: string | undefined;
506
+ dependenciesField?: string | undefined;
507
+ } | undefined;
477
508
  data?: {
478
509
  object: string;
479
510
  provider: "object";
@@ -497,25 +528,6 @@ export declare const ListViewSchema: z.ZodObject<{
497
528
  provider: "value";
498
529
  items: unknown[];
499
530
  } | undefined;
500
- resizable?: boolean | undefined;
501
- kanban?: {
502
- groupByField: string;
503
- columns: string[];
504
- summarizeField?: string | undefined;
505
- } | undefined;
506
- calendar?: {
507
- startDateField: string;
508
- titleField: string;
509
- endDateField?: string | undefined;
510
- colorField?: string | undefined;
511
- } | undefined;
512
- gantt?: {
513
- startDateField: string;
514
- endDateField: string;
515
- titleField: string;
516
- progressField?: string | undefined;
517
- dependenciesField?: string | undefined;
518
- } | undefined;
519
531
  searchableFields?: string[] | undefined;
520
532
  striped?: boolean | undefined;
521
533
  bordered?: boolean | undefined;
@@ -543,9 +555,28 @@ export declare const ListViewSchema: z.ZodObject<{
543
555
  order: "asc" | "desc";
544
556
  }[] | undefined;
545
557
  filter?: any[] | undefined;
546
- type?: "map" | "grid" | "kanban" | "calendar" | "gantt" | undefined;
558
+ type?: "map" | "grid" | "spreadsheet" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt" | undefined;
547
559
  label?: string | undefined;
548
560
  name?: string | undefined;
561
+ resizable?: boolean | undefined;
562
+ kanban?: {
563
+ groupByField: string;
564
+ columns: string[];
565
+ summarizeField?: string | undefined;
566
+ } | undefined;
567
+ calendar?: {
568
+ startDateField: string;
569
+ titleField: string;
570
+ endDateField?: string | undefined;
571
+ colorField?: string | undefined;
572
+ } | undefined;
573
+ gantt?: {
574
+ startDateField: string;
575
+ endDateField: string;
576
+ titleField: string;
577
+ progressField?: string | undefined;
578
+ dependenciesField?: string | undefined;
579
+ } | undefined;
549
580
  data?: {
550
581
  object: string;
551
582
  provider: "object";
@@ -569,25 +600,6 @@ export declare const ListViewSchema: z.ZodObject<{
569
600
  provider: "value";
570
601
  items: unknown[];
571
602
  } | undefined;
572
- resizable?: boolean | undefined;
573
- kanban?: {
574
- groupByField: string;
575
- columns: string[];
576
- summarizeField?: string | undefined;
577
- } | undefined;
578
- calendar?: {
579
- startDateField: string;
580
- titleField: string;
581
- endDateField?: string | undefined;
582
- colorField?: string | undefined;
583
- } | undefined;
584
- gantt?: {
585
- startDateField: string;
586
- endDateField: string;
587
- titleField: string;
588
- progressField?: string | undefined;
589
- dependenciesField?: string | undefined;
590
- } | undefined;
591
603
  searchableFields?: string[] | undefined;
592
604
  striped?: boolean | undefined;
593
605
  bordered?: boolean | undefined;
@@ -617,8 +629,8 @@ export declare const FormFieldSchema: z.ZodObject<{
617
629
  visibleOn: z.ZodOptional<z.ZodString>;
618
630
  }, "strip", z.ZodTypeAny, {
619
631
  field: string;
620
- label?: string | undefined;
621
632
  required?: boolean | undefined;
633
+ label?: string | undefined;
622
634
  hidden?: boolean | undefined;
623
635
  readonly?: boolean | undefined;
624
636
  placeholder?: string | undefined;
@@ -629,8 +641,8 @@ export declare const FormFieldSchema: z.ZodObject<{
629
641
  visibleOn?: string | undefined;
630
642
  }, {
631
643
  field: string;
632
- label?: string | undefined;
633
644
  required?: boolean | undefined;
645
+ label?: string | undefined;
634
646
  hidden?: boolean | undefined;
635
647
  readonly?: boolean | undefined;
636
648
  placeholder?: string | undefined;
@@ -647,7 +659,7 @@ export declare const FormSectionSchema: z.ZodObject<{
647
659
  label: z.ZodOptional<z.ZodString>;
648
660
  collapsible: z.ZodDefault<z.ZodBoolean>;
649
661
  collapsed: z.ZodDefault<z.ZodBoolean>;
650
- columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | undefined>;
662
+ columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 2 | 3 | 1 | 4, "1" | "2" | "3" | "4" | undefined>;
651
663
  fields: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
652
664
  field: z.ZodString;
653
665
  label: z.ZodOptional<z.ZodString>;
@@ -662,8 +674,8 @@ export declare const FormSectionSchema: z.ZodObject<{
662
674
  visibleOn: z.ZodOptional<z.ZodString>;
663
675
  }, "strip", z.ZodTypeAny, {
664
676
  field: string;
665
- label?: string | undefined;
666
677
  required?: boolean | undefined;
678
+ label?: string | undefined;
667
679
  hidden?: boolean | undefined;
668
680
  readonly?: boolean | undefined;
669
681
  placeholder?: string | undefined;
@@ -674,8 +686,8 @@ export declare const FormSectionSchema: z.ZodObject<{
674
686
  visibleOn?: string | undefined;
675
687
  }, {
676
688
  field: string;
677
- label?: string | undefined;
678
689
  required?: boolean | undefined;
690
+ label?: string | undefined;
679
691
  hidden?: boolean | undefined;
680
692
  readonly?: boolean | undefined;
681
693
  placeholder?: string | undefined;
@@ -688,8 +700,8 @@ export declare const FormSectionSchema: z.ZodObject<{
688
700
  }, "strip", z.ZodTypeAny, {
689
701
  fields: (string | {
690
702
  field: string;
691
- label?: string | undefined;
692
703
  required?: boolean | undefined;
704
+ label?: string | undefined;
693
705
  hidden?: boolean | undefined;
694
706
  readonly?: boolean | undefined;
695
707
  placeholder?: string | undefined;
@@ -699,15 +711,15 @@ export declare const FormSectionSchema: z.ZodObject<{
699
711
  dependsOn?: string | undefined;
700
712
  visibleOn?: string | undefined;
701
713
  })[];
702
- columns: 1 | 2 | 3 | 4;
714
+ columns: 2 | 3 | 1 | 4;
703
715
  collapsible: boolean;
704
716
  collapsed: boolean;
705
717
  label?: string | undefined;
706
718
  }, {
707
719
  fields: (string | {
708
720
  field: string;
709
- label?: string | undefined;
710
721
  required?: boolean | undefined;
722
+ label?: string | undefined;
711
723
  hidden?: boolean | undefined;
712
724
  readonly?: boolean | undefined;
713
725
  placeholder?: string | undefined;
@@ -726,7 +738,7 @@ export declare const FormSectionSchema: z.ZodObject<{
726
738
  * Form View Schema
727
739
  */
728
740
  export declare const FormViewSchema: z.ZodObject<{
729
- type: z.ZodDefault<z.ZodEnum<["simple", "tabbed", "wizard"]>>;
741
+ type: z.ZodDefault<z.ZodEnum<["simple", "tabbed", "wizard", "split", "drawer", "modal"]>>;
730
742
  /** Data Source Configuration */
731
743
  data: z.ZodOptional<z.ZodDiscriminatedUnion<"provider", [z.ZodObject<{
732
744
  provider: z.ZodLiteral<"object">;
@@ -823,7 +835,7 @@ export declare const FormViewSchema: z.ZodObject<{
823
835
  label: z.ZodOptional<z.ZodString>;
824
836
  collapsible: z.ZodDefault<z.ZodBoolean>;
825
837
  collapsed: z.ZodDefault<z.ZodBoolean>;
826
- columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | undefined>;
838
+ columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 2 | 3 | 1 | 4, "1" | "2" | "3" | "4" | undefined>;
827
839
  fields: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
828
840
  field: z.ZodString;
829
841
  label: z.ZodOptional<z.ZodString>;
@@ -838,8 +850,8 @@ export declare const FormViewSchema: z.ZodObject<{
838
850
  visibleOn: z.ZodOptional<z.ZodString>;
839
851
  }, "strip", z.ZodTypeAny, {
840
852
  field: string;
841
- label?: string | undefined;
842
853
  required?: boolean | undefined;
854
+ label?: string | undefined;
843
855
  hidden?: boolean | undefined;
844
856
  readonly?: boolean | undefined;
845
857
  placeholder?: string | undefined;
@@ -850,8 +862,8 @@ export declare const FormViewSchema: z.ZodObject<{
850
862
  visibleOn?: string | undefined;
851
863
  }, {
852
864
  field: string;
853
- label?: string | undefined;
854
865
  required?: boolean | undefined;
866
+ label?: string | undefined;
855
867
  hidden?: boolean | undefined;
856
868
  readonly?: boolean | undefined;
857
869
  placeholder?: string | undefined;
@@ -864,8 +876,8 @@ export declare const FormViewSchema: z.ZodObject<{
864
876
  }, "strip", z.ZodTypeAny, {
865
877
  fields: (string | {
866
878
  field: string;
867
- label?: string | undefined;
868
879
  required?: boolean | undefined;
880
+ label?: string | undefined;
869
881
  hidden?: boolean | undefined;
870
882
  readonly?: boolean | undefined;
871
883
  placeholder?: string | undefined;
@@ -875,15 +887,15 @@ export declare const FormViewSchema: z.ZodObject<{
875
887
  dependsOn?: string | undefined;
876
888
  visibleOn?: string | undefined;
877
889
  })[];
878
- columns: 1 | 2 | 3 | 4;
890
+ columns: 2 | 3 | 1 | 4;
879
891
  collapsible: boolean;
880
892
  collapsed: boolean;
881
893
  label?: string | undefined;
882
894
  }, {
883
895
  fields: (string | {
884
896
  field: string;
885
- label?: string | undefined;
886
897
  required?: boolean | undefined;
898
+ label?: string | undefined;
887
899
  hidden?: boolean | undefined;
888
900
  readonly?: boolean | undefined;
889
901
  placeholder?: string | undefined;
@@ -902,7 +914,7 @@ export declare const FormViewSchema: z.ZodObject<{
902
914
  label: z.ZodOptional<z.ZodString>;
903
915
  collapsible: z.ZodDefault<z.ZodBoolean>;
904
916
  collapsed: z.ZodDefault<z.ZodBoolean>;
905
- columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | undefined>;
917
+ columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 2 | 3 | 1 | 4, "1" | "2" | "3" | "4" | undefined>;
906
918
  fields: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
907
919
  field: z.ZodString;
908
920
  label: z.ZodOptional<z.ZodString>;
@@ -917,8 +929,8 @@ export declare const FormViewSchema: z.ZodObject<{
917
929
  visibleOn: z.ZodOptional<z.ZodString>;
918
930
  }, "strip", z.ZodTypeAny, {
919
931
  field: string;
920
- label?: string | undefined;
921
932
  required?: boolean | undefined;
933
+ label?: string | undefined;
922
934
  hidden?: boolean | undefined;
923
935
  readonly?: boolean | undefined;
924
936
  placeholder?: string | undefined;
@@ -929,8 +941,8 @@ export declare const FormViewSchema: z.ZodObject<{
929
941
  visibleOn?: string | undefined;
930
942
  }, {
931
943
  field: string;
932
- label?: string | undefined;
933
944
  required?: boolean | undefined;
945
+ label?: string | undefined;
934
946
  hidden?: boolean | undefined;
935
947
  readonly?: boolean | undefined;
936
948
  placeholder?: string | undefined;
@@ -943,8 +955,8 @@ export declare const FormViewSchema: z.ZodObject<{
943
955
  }, "strip", z.ZodTypeAny, {
944
956
  fields: (string | {
945
957
  field: string;
946
- label?: string | undefined;
947
958
  required?: boolean | undefined;
959
+ label?: string | undefined;
948
960
  hidden?: boolean | undefined;
949
961
  readonly?: boolean | undefined;
950
962
  placeholder?: string | undefined;
@@ -954,15 +966,15 @@ export declare const FormViewSchema: z.ZodObject<{
954
966
  dependsOn?: string | undefined;
955
967
  visibleOn?: string | undefined;
956
968
  })[];
957
- columns: 1 | 2 | 3 | 4;
969
+ columns: 2 | 3 | 1 | 4;
958
970
  collapsible: boolean;
959
971
  collapsed: boolean;
960
972
  label?: string | undefined;
961
973
  }, {
962
974
  fields: (string | {
963
975
  field: string;
964
- label?: string | undefined;
965
976
  required?: boolean | undefined;
977
+ label?: string | undefined;
966
978
  hidden?: boolean | undefined;
967
979
  readonly?: boolean | undefined;
968
980
  placeholder?: string | undefined;
@@ -978,7 +990,7 @@ export declare const FormViewSchema: z.ZodObject<{
978
990
  collapsed?: boolean | undefined;
979
991
  }>, "many">>;
980
992
  }, "strip", z.ZodTypeAny, {
981
- type: "simple" | "tabbed" | "wizard";
993
+ type: "simple" | "tabbed" | "wizard" | "split" | "drawer" | "modal";
982
994
  data?: {
983
995
  object: string;
984
996
  provider: "object";
@@ -1005,8 +1017,8 @@ export declare const FormViewSchema: z.ZodObject<{
1005
1017
  sections?: {
1006
1018
  fields: (string | {
1007
1019
  field: string;
1008
- label?: string | undefined;
1009
1020
  required?: boolean | undefined;
1021
+ label?: string | undefined;
1010
1022
  hidden?: boolean | undefined;
1011
1023
  readonly?: boolean | undefined;
1012
1024
  placeholder?: string | undefined;
@@ -1016,7 +1028,7 @@ export declare const FormViewSchema: z.ZodObject<{
1016
1028
  dependsOn?: string | undefined;
1017
1029
  visibleOn?: string | undefined;
1018
1030
  })[];
1019
- columns: 1 | 2 | 3 | 4;
1031
+ columns: 2 | 3 | 1 | 4;
1020
1032
  collapsible: boolean;
1021
1033
  collapsed: boolean;
1022
1034
  label?: string | undefined;
@@ -1024,8 +1036,8 @@ export declare const FormViewSchema: z.ZodObject<{
1024
1036
  groups?: {
1025
1037
  fields: (string | {
1026
1038
  field: string;
1027
- label?: string | undefined;
1028
1039
  required?: boolean | undefined;
1040
+ label?: string | undefined;
1029
1041
  hidden?: boolean | undefined;
1030
1042
  readonly?: boolean | undefined;
1031
1043
  placeholder?: string | undefined;
@@ -1035,13 +1047,13 @@ export declare const FormViewSchema: z.ZodObject<{
1035
1047
  dependsOn?: string | undefined;
1036
1048
  visibleOn?: string | undefined;
1037
1049
  })[];
1038
- columns: 1 | 2 | 3 | 4;
1050
+ columns: 2 | 3 | 1 | 4;
1039
1051
  collapsible: boolean;
1040
1052
  collapsed: boolean;
1041
1053
  label?: string | undefined;
1042
1054
  }[] | undefined;
1043
1055
  }, {
1044
- type?: "simple" | "tabbed" | "wizard" | undefined;
1056
+ type?: "simple" | "tabbed" | "wizard" | "split" | "drawer" | "modal" | undefined;
1045
1057
  data?: {
1046
1058
  object: string;
1047
1059
  provider: "object";
@@ -1068,8 +1080,8 @@ export declare const FormViewSchema: z.ZodObject<{
1068
1080
  sections?: {
1069
1081
  fields: (string | {
1070
1082
  field: string;
1071
- label?: string | undefined;
1072
1083
  required?: boolean | undefined;
1084
+ label?: string | undefined;
1073
1085
  hidden?: boolean | undefined;
1074
1086
  readonly?: boolean | undefined;
1075
1087
  placeholder?: string | undefined;
@@ -1087,8 +1099,8 @@ export declare const FormViewSchema: z.ZodObject<{
1087
1099
  groups?: {
1088
1100
  fields: (string | {
1089
1101
  field: string;
1090
- label?: string | undefined;
1091
1102
  required?: boolean | undefined;
1103
+ label?: string | undefined;
1092
1104
  hidden?: boolean | undefined;
1093
1105
  readonly?: boolean | undefined;
1094
1106
  placeholder?: string | undefined;
@@ -1112,7 +1124,7 @@ export declare const ViewSchema: z.ZodObject<{
1112
1124
  list: z.ZodOptional<z.ZodObject<{
1113
1125
  name: z.ZodOptional<z.ZodString>;
1114
1126
  label: z.ZodOptional<z.ZodString>;
1115
- type: z.ZodDefault<z.ZodEnum<["grid", "kanban", "calendar", "gantt", "map"]>>;
1127
+ type: z.ZodDefault<z.ZodEnum<["grid", "spreadsheet", "kanban", "gallery", "calendar", "timeline", "gantt", "map"]>>;
1116
1128
  /** Data Source Configuration */
1117
1129
  data: z.ZodOptional<z.ZodDiscriminatedUnion<"provider", [z.ZodObject<{
1118
1130
  provider: z.ZodLiteral<"object">;
@@ -1323,7 +1335,7 @@ export declare const ViewSchema: z.ZodObject<{
1323
1335
  dependenciesField?: string | undefined;
1324
1336
  }>>;
1325
1337
  }, "strip", z.ZodTypeAny, {
1326
- type: "map" | "grid" | "kanban" | "calendar" | "gantt";
1338
+ type: "map" | "grid" | "spreadsheet" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt";
1327
1339
  columns: string[] | {
1328
1340
  field: string;
1329
1341
  type?: string | undefined;
@@ -1342,6 +1354,25 @@ export declare const ViewSchema: z.ZodObject<{
1342
1354
  filter?: any[] | undefined;
1343
1355
  label?: string | undefined;
1344
1356
  name?: string | undefined;
1357
+ resizable?: boolean | undefined;
1358
+ kanban?: {
1359
+ groupByField: string;
1360
+ columns: string[];
1361
+ summarizeField?: string | undefined;
1362
+ } | undefined;
1363
+ calendar?: {
1364
+ startDateField: string;
1365
+ titleField: string;
1366
+ endDateField?: string | undefined;
1367
+ colorField?: string | undefined;
1368
+ } | undefined;
1369
+ gantt?: {
1370
+ startDateField: string;
1371
+ endDateField: string;
1372
+ titleField: string;
1373
+ progressField?: string | undefined;
1374
+ dependenciesField?: string | undefined;
1375
+ } | undefined;
1345
1376
  data?: {
1346
1377
  object: string;
1347
1378
  provider: "object";
@@ -1365,25 +1396,6 @@ export declare const ViewSchema: z.ZodObject<{
1365
1396
  provider: "value";
1366
1397
  items: unknown[];
1367
1398
  } | undefined;
1368
- resizable?: boolean | undefined;
1369
- kanban?: {
1370
- groupByField: string;
1371
- columns: string[];
1372
- summarizeField?: string | undefined;
1373
- } | undefined;
1374
- calendar?: {
1375
- startDateField: string;
1376
- titleField: string;
1377
- endDateField?: string | undefined;
1378
- colorField?: string | undefined;
1379
- } | undefined;
1380
- gantt?: {
1381
- startDateField: string;
1382
- endDateField: string;
1383
- titleField: string;
1384
- progressField?: string | undefined;
1385
- dependenciesField?: string | undefined;
1386
- } | undefined;
1387
1399
  searchableFields?: string[] | undefined;
1388
1400
  striped?: boolean | undefined;
1389
1401
  bordered?: boolean | undefined;
@@ -1411,9 +1423,28 @@ export declare const ViewSchema: z.ZodObject<{
1411
1423
  order: "asc" | "desc";
1412
1424
  }[] | undefined;
1413
1425
  filter?: any[] | undefined;
1414
- type?: "map" | "grid" | "kanban" | "calendar" | "gantt" | undefined;
1426
+ type?: "map" | "grid" | "spreadsheet" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt" | undefined;
1415
1427
  label?: string | undefined;
1416
1428
  name?: string | undefined;
1429
+ resizable?: boolean | undefined;
1430
+ kanban?: {
1431
+ groupByField: string;
1432
+ columns: string[];
1433
+ summarizeField?: string | undefined;
1434
+ } | undefined;
1435
+ calendar?: {
1436
+ startDateField: string;
1437
+ titleField: string;
1438
+ endDateField?: string | undefined;
1439
+ colorField?: string | undefined;
1440
+ } | undefined;
1441
+ gantt?: {
1442
+ startDateField: string;
1443
+ endDateField: string;
1444
+ titleField: string;
1445
+ progressField?: string | undefined;
1446
+ dependenciesField?: string | undefined;
1447
+ } | undefined;
1417
1448
  data?: {
1418
1449
  object: string;
1419
1450
  provider: "object";
@@ -1437,25 +1468,6 @@ export declare const ViewSchema: z.ZodObject<{
1437
1468
  provider: "value";
1438
1469
  items: unknown[];
1439
1470
  } | undefined;
1440
- resizable?: boolean | undefined;
1441
- kanban?: {
1442
- groupByField: string;
1443
- columns: string[];
1444
- summarizeField?: string | undefined;
1445
- } | undefined;
1446
- calendar?: {
1447
- startDateField: string;
1448
- titleField: string;
1449
- endDateField?: string | undefined;
1450
- colorField?: string | undefined;
1451
- } | undefined;
1452
- gantt?: {
1453
- startDateField: string;
1454
- endDateField: string;
1455
- titleField: string;
1456
- progressField?: string | undefined;
1457
- dependenciesField?: string | undefined;
1458
- } | undefined;
1459
1471
  searchableFields?: string[] | undefined;
1460
1472
  striped?: boolean | undefined;
1461
1473
  bordered?: boolean | undefined;
@@ -1468,7 +1480,7 @@ export declare const ViewSchema: z.ZodObject<{
1468
1480
  } | undefined;
1469
1481
  }>>;
1470
1482
  form: z.ZodOptional<z.ZodObject<{
1471
- type: z.ZodDefault<z.ZodEnum<["simple", "tabbed", "wizard"]>>;
1483
+ type: z.ZodDefault<z.ZodEnum<["simple", "tabbed", "wizard", "split", "drawer", "modal"]>>;
1472
1484
  /** Data Source Configuration */
1473
1485
  data: z.ZodOptional<z.ZodDiscriminatedUnion<"provider", [z.ZodObject<{
1474
1486
  provider: z.ZodLiteral<"object">;
@@ -1565,7 +1577,7 @@ export declare const ViewSchema: z.ZodObject<{
1565
1577
  label: z.ZodOptional<z.ZodString>;
1566
1578
  collapsible: z.ZodDefault<z.ZodBoolean>;
1567
1579
  collapsed: z.ZodDefault<z.ZodBoolean>;
1568
- columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | undefined>;
1580
+ columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 2 | 3 | 1 | 4, "1" | "2" | "3" | "4" | undefined>;
1569
1581
  fields: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
1570
1582
  field: z.ZodString;
1571
1583
  label: z.ZodOptional<z.ZodString>;
@@ -1580,8 +1592,8 @@ export declare const ViewSchema: z.ZodObject<{
1580
1592
  visibleOn: z.ZodOptional<z.ZodString>;
1581
1593
  }, "strip", z.ZodTypeAny, {
1582
1594
  field: string;
1583
- label?: string | undefined;
1584
1595
  required?: boolean | undefined;
1596
+ label?: string | undefined;
1585
1597
  hidden?: boolean | undefined;
1586
1598
  readonly?: boolean | undefined;
1587
1599
  placeholder?: string | undefined;
@@ -1592,8 +1604,8 @@ export declare const ViewSchema: z.ZodObject<{
1592
1604
  visibleOn?: string | undefined;
1593
1605
  }, {
1594
1606
  field: string;
1595
- label?: string | undefined;
1596
1607
  required?: boolean | undefined;
1608
+ label?: string | undefined;
1597
1609
  hidden?: boolean | undefined;
1598
1610
  readonly?: boolean | undefined;
1599
1611
  placeholder?: string | undefined;
@@ -1606,8 +1618,8 @@ export declare const ViewSchema: z.ZodObject<{
1606
1618
  }, "strip", z.ZodTypeAny, {
1607
1619
  fields: (string | {
1608
1620
  field: string;
1609
- label?: string | undefined;
1610
1621
  required?: boolean | undefined;
1622
+ label?: string | undefined;
1611
1623
  hidden?: boolean | undefined;
1612
1624
  readonly?: boolean | undefined;
1613
1625
  placeholder?: string | undefined;
@@ -1617,15 +1629,15 @@ export declare const ViewSchema: z.ZodObject<{
1617
1629
  dependsOn?: string | undefined;
1618
1630
  visibleOn?: string | undefined;
1619
1631
  })[];
1620
- columns: 1 | 2 | 3 | 4;
1632
+ columns: 2 | 3 | 1 | 4;
1621
1633
  collapsible: boolean;
1622
1634
  collapsed: boolean;
1623
1635
  label?: string | undefined;
1624
1636
  }, {
1625
1637
  fields: (string | {
1626
1638
  field: string;
1627
- label?: string | undefined;
1628
1639
  required?: boolean | undefined;
1640
+ label?: string | undefined;
1629
1641
  hidden?: boolean | undefined;
1630
1642
  readonly?: boolean | undefined;
1631
1643
  placeholder?: string | undefined;
@@ -1644,7 +1656,7 @@ export declare const ViewSchema: z.ZodObject<{
1644
1656
  label: z.ZodOptional<z.ZodString>;
1645
1657
  collapsible: z.ZodDefault<z.ZodBoolean>;
1646
1658
  collapsed: z.ZodDefault<z.ZodBoolean>;
1647
- columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | undefined>;
1659
+ columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 2 | 3 | 1 | 4, "1" | "2" | "3" | "4" | undefined>;
1648
1660
  fields: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
1649
1661
  field: z.ZodString;
1650
1662
  label: z.ZodOptional<z.ZodString>;
@@ -1659,8 +1671,8 @@ export declare const ViewSchema: z.ZodObject<{
1659
1671
  visibleOn: z.ZodOptional<z.ZodString>;
1660
1672
  }, "strip", z.ZodTypeAny, {
1661
1673
  field: string;
1662
- label?: string | undefined;
1663
1674
  required?: boolean | undefined;
1675
+ label?: string | undefined;
1664
1676
  hidden?: boolean | undefined;
1665
1677
  readonly?: boolean | undefined;
1666
1678
  placeholder?: string | undefined;
@@ -1671,8 +1683,8 @@ export declare const ViewSchema: z.ZodObject<{
1671
1683
  visibleOn?: string | undefined;
1672
1684
  }, {
1673
1685
  field: string;
1674
- label?: string | undefined;
1675
1686
  required?: boolean | undefined;
1687
+ label?: string | undefined;
1676
1688
  hidden?: boolean | undefined;
1677
1689
  readonly?: boolean | undefined;
1678
1690
  placeholder?: string | undefined;
@@ -1685,8 +1697,8 @@ export declare const ViewSchema: z.ZodObject<{
1685
1697
  }, "strip", z.ZodTypeAny, {
1686
1698
  fields: (string | {
1687
1699
  field: string;
1688
- label?: string | undefined;
1689
1700
  required?: boolean | undefined;
1701
+ label?: string | undefined;
1690
1702
  hidden?: boolean | undefined;
1691
1703
  readonly?: boolean | undefined;
1692
1704
  placeholder?: string | undefined;
@@ -1696,15 +1708,15 @@ export declare const ViewSchema: z.ZodObject<{
1696
1708
  dependsOn?: string | undefined;
1697
1709
  visibleOn?: string | undefined;
1698
1710
  })[];
1699
- columns: 1 | 2 | 3 | 4;
1711
+ columns: 2 | 3 | 1 | 4;
1700
1712
  collapsible: boolean;
1701
1713
  collapsed: boolean;
1702
1714
  label?: string | undefined;
1703
1715
  }, {
1704
1716
  fields: (string | {
1705
1717
  field: string;
1706
- label?: string | undefined;
1707
1718
  required?: boolean | undefined;
1719
+ label?: string | undefined;
1708
1720
  hidden?: boolean | undefined;
1709
1721
  readonly?: boolean | undefined;
1710
1722
  placeholder?: string | undefined;
@@ -1720,7 +1732,7 @@ export declare const ViewSchema: z.ZodObject<{
1720
1732
  collapsed?: boolean | undefined;
1721
1733
  }>, "many">>;
1722
1734
  }, "strip", z.ZodTypeAny, {
1723
- type: "simple" | "tabbed" | "wizard";
1735
+ type: "simple" | "tabbed" | "wizard" | "split" | "drawer" | "modal";
1724
1736
  data?: {
1725
1737
  object: string;
1726
1738
  provider: "object";
@@ -1747,8 +1759,8 @@ export declare const ViewSchema: z.ZodObject<{
1747
1759
  sections?: {
1748
1760
  fields: (string | {
1749
1761
  field: string;
1750
- label?: string | undefined;
1751
1762
  required?: boolean | undefined;
1763
+ label?: string | undefined;
1752
1764
  hidden?: boolean | undefined;
1753
1765
  readonly?: boolean | undefined;
1754
1766
  placeholder?: string | undefined;
@@ -1758,7 +1770,7 @@ export declare const ViewSchema: z.ZodObject<{
1758
1770
  dependsOn?: string | undefined;
1759
1771
  visibleOn?: string | undefined;
1760
1772
  })[];
1761
- columns: 1 | 2 | 3 | 4;
1773
+ columns: 2 | 3 | 1 | 4;
1762
1774
  collapsible: boolean;
1763
1775
  collapsed: boolean;
1764
1776
  label?: string | undefined;
@@ -1766,8 +1778,8 @@ export declare const ViewSchema: z.ZodObject<{
1766
1778
  groups?: {
1767
1779
  fields: (string | {
1768
1780
  field: string;
1769
- label?: string | undefined;
1770
1781
  required?: boolean | undefined;
1782
+ label?: string | undefined;
1771
1783
  hidden?: boolean | undefined;
1772
1784
  readonly?: boolean | undefined;
1773
1785
  placeholder?: string | undefined;
@@ -1777,13 +1789,13 @@ export declare const ViewSchema: z.ZodObject<{
1777
1789
  dependsOn?: string | undefined;
1778
1790
  visibleOn?: string | undefined;
1779
1791
  })[];
1780
- columns: 1 | 2 | 3 | 4;
1792
+ columns: 2 | 3 | 1 | 4;
1781
1793
  collapsible: boolean;
1782
1794
  collapsed: boolean;
1783
1795
  label?: string | undefined;
1784
1796
  }[] | undefined;
1785
1797
  }, {
1786
- type?: "simple" | "tabbed" | "wizard" | undefined;
1798
+ type?: "simple" | "tabbed" | "wizard" | "split" | "drawer" | "modal" | undefined;
1787
1799
  data?: {
1788
1800
  object: string;
1789
1801
  provider: "object";
@@ -1810,8 +1822,8 @@ export declare const ViewSchema: z.ZodObject<{
1810
1822
  sections?: {
1811
1823
  fields: (string | {
1812
1824
  field: string;
1813
- label?: string | undefined;
1814
1825
  required?: boolean | undefined;
1826
+ label?: string | undefined;
1815
1827
  hidden?: boolean | undefined;
1816
1828
  readonly?: boolean | undefined;
1817
1829
  placeholder?: string | undefined;
@@ -1829,8 +1841,8 @@ export declare const ViewSchema: z.ZodObject<{
1829
1841
  groups?: {
1830
1842
  fields: (string | {
1831
1843
  field: string;
1832
- label?: string | undefined;
1833
1844
  required?: boolean | undefined;
1845
+ label?: string | undefined;
1834
1846
  hidden?: boolean | undefined;
1835
1847
  readonly?: boolean | undefined;
1836
1848
  placeholder?: string | undefined;
@@ -1849,7 +1861,7 @@ export declare const ViewSchema: z.ZodObject<{
1849
1861
  listViews: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
1850
1862
  name: z.ZodOptional<z.ZodString>;
1851
1863
  label: z.ZodOptional<z.ZodString>;
1852
- type: z.ZodDefault<z.ZodEnum<["grid", "kanban", "calendar", "gantt", "map"]>>;
1864
+ type: z.ZodDefault<z.ZodEnum<["grid", "spreadsheet", "kanban", "gallery", "calendar", "timeline", "gantt", "map"]>>;
1853
1865
  /** Data Source Configuration */
1854
1866
  data: z.ZodOptional<z.ZodDiscriminatedUnion<"provider", [z.ZodObject<{
1855
1867
  provider: z.ZodLiteral<"object">;
@@ -2060,7 +2072,7 @@ export declare const ViewSchema: z.ZodObject<{
2060
2072
  dependenciesField?: string | undefined;
2061
2073
  }>>;
2062
2074
  }, "strip", z.ZodTypeAny, {
2063
- type: "map" | "grid" | "kanban" | "calendar" | "gantt";
2075
+ type: "map" | "grid" | "spreadsheet" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt";
2064
2076
  columns: string[] | {
2065
2077
  field: string;
2066
2078
  type?: string | undefined;
@@ -2079,6 +2091,25 @@ export declare const ViewSchema: z.ZodObject<{
2079
2091
  filter?: any[] | undefined;
2080
2092
  label?: string | undefined;
2081
2093
  name?: string | undefined;
2094
+ resizable?: boolean | undefined;
2095
+ kanban?: {
2096
+ groupByField: string;
2097
+ columns: string[];
2098
+ summarizeField?: string | undefined;
2099
+ } | undefined;
2100
+ calendar?: {
2101
+ startDateField: string;
2102
+ titleField: string;
2103
+ endDateField?: string | undefined;
2104
+ colorField?: string | undefined;
2105
+ } | undefined;
2106
+ gantt?: {
2107
+ startDateField: string;
2108
+ endDateField: string;
2109
+ titleField: string;
2110
+ progressField?: string | undefined;
2111
+ dependenciesField?: string | undefined;
2112
+ } | undefined;
2082
2113
  data?: {
2083
2114
  object: string;
2084
2115
  provider: "object";
@@ -2102,25 +2133,6 @@ export declare const ViewSchema: z.ZodObject<{
2102
2133
  provider: "value";
2103
2134
  items: unknown[];
2104
2135
  } | undefined;
2105
- resizable?: boolean | undefined;
2106
- kanban?: {
2107
- groupByField: string;
2108
- columns: string[];
2109
- summarizeField?: string | undefined;
2110
- } | undefined;
2111
- calendar?: {
2112
- startDateField: string;
2113
- titleField: string;
2114
- endDateField?: string | undefined;
2115
- colorField?: string | undefined;
2116
- } | undefined;
2117
- gantt?: {
2118
- startDateField: string;
2119
- endDateField: string;
2120
- titleField: string;
2121
- progressField?: string | undefined;
2122
- dependenciesField?: string | undefined;
2123
- } | undefined;
2124
2136
  searchableFields?: string[] | undefined;
2125
2137
  striped?: boolean | undefined;
2126
2138
  bordered?: boolean | undefined;
@@ -2148,9 +2160,28 @@ export declare const ViewSchema: z.ZodObject<{
2148
2160
  order: "asc" | "desc";
2149
2161
  }[] | undefined;
2150
2162
  filter?: any[] | undefined;
2151
- type?: "map" | "grid" | "kanban" | "calendar" | "gantt" | undefined;
2163
+ type?: "map" | "grid" | "spreadsheet" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt" | undefined;
2152
2164
  label?: string | undefined;
2153
2165
  name?: string | undefined;
2166
+ resizable?: boolean | undefined;
2167
+ kanban?: {
2168
+ groupByField: string;
2169
+ columns: string[];
2170
+ summarizeField?: string | undefined;
2171
+ } | undefined;
2172
+ calendar?: {
2173
+ startDateField: string;
2174
+ titleField: string;
2175
+ endDateField?: string | undefined;
2176
+ colorField?: string | undefined;
2177
+ } | undefined;
2178
+ gantt?: {
2179
+ startDateField: string;
2180
+ endDateField: string;
2181
+ titleField: string;
2182
+ progressField?: string | undefined;
2183
+ dependenciesField?: string | undefined;
2184
+ } | undefined;
2154
2185
  data?: {
2155
2186
  object: string;
2156
2187
  provider: "object";
@@ -2174,25 +2205,6 @@ export declare const ViewSchema: z.ZodObject<{
2174
2205
  provider: "value";
2175
2206
  items: unknown[];
2176
2207
  } | undefined;
2177
- resizable?: boolean | undefined;
2178
- kanban?: {
2179
- groupByField: string;
2180
- columns: string[];
2181
- summarizeField?: string | undefined;
2182
- } | undefined;
2183
- calendar?: {
2184
- startDateField: string;
2185
- titleField: string;
2186
- endDateField?: string | undefined;
2187
- colorField?: string | undefined;
2188
- } | undefined;
2189
- gantt?: {
2190
- startDateField: string;
2191
- endDateField: string;
2192
- titleField: string;
2193
- progressField?: string | undefined;
2194
- dependenciesField?: string | undefined;
2195
- } | undefined;
2196
2208
  searchableFields?: string[] | undefined;
2197
2209
  striped?: boolean | undefined;
2198
2210
  bordered?: boolean | undefined;
@@ -2205,7 +2217,7 @@ export declare const ViewSchema: z.ZodObject<{
2205
2217
  } | undefined;
2206
2218
  }>>>;
2207
2219
  formViews: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2208
- type: z.ZodDefault<z.ZodEnum<["simple", "tabbed", "wizard"]>>;
2220
+ type: z.ZodDefault<z.ZodEnum<["simple", "tabbed", "wizard", "split", "drawer", "modal"]>>;
2209
2221
  /** Data Source Configuration */
2210
2222
  data: z.ZodOptional<z.ZodDiscriminatedUnion<"provider", [z.ZodObject<{
2211
2223
  provider: z.ZodLiteral<"object">;
@@ -2302,7 +2314,7 @@ export declare const ViewSchema: z.ZodObject<{
2302
2314
  label: z.ZodOptional<z.ZodString>;
2303
2315
  collapsible: z.ZodDefault<z.ZodBoolean>;
2304
2316
  collapsed: z.ZodDefault<z.ZodBoolean>;
2305
- columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | undefined>;
2317
+ columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 2 | 3 | 1 | 4, "1" | "2" | "3" | "4" | undefined>;
2306
2318
  fields: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
2307
2319
  field: z.ZodString;
2308
2320
  label: z.ZodOptional<z.ZodString>;
@@ -2317,8 +2329,8 @@ export declare const ViewSchema: z.ZodObject<{
2317
2329
  visibleOn: z.ZodOptional<z.ZodString>;
2318
2330
  }, "strip", z.ZodTypeAny, {
2319
2331
  field: string;
2320
- label?: string | undefined;
2321
2332
  required?: boolean | undefined;
2333
+ label?: string | undefined;
2322
2334
  hidden?: boolean | undefined;
2323
2335
  readonly?: boolean | undefined;
2324
2336
  placeholder?: string | undefined;
@@ -2329,8 +2341,8 @@ export declare const ViewSchema: z.ZodObject<{
2329
2341
  visibleOn?: string | undefined;
2330
2342
  }, {
2331
2343
  field: string;
2332
- label?: string | undefined;
2333
2344
  required?: boolean | undefined;
2345
+ label?: string | undefined;
2334
2346
  hidden?: boolean | undefined;
2335
2347
  readonly?: boolean | undefined;
2336
2348
  placeholder?: string | undefined;
@@ -2343,8 +2355,8 @@ export declare const ViewSchema: z.ZodObject<{
2343
2355
  }, "strip", z.ZodTypeAny, {
2344
2356
  fields: (string | {
2345
2357
  field: string;
2346
- label?: string | undefined;
2347
2358
  required?: boolean | undefined;
2359
+ label?: string | undefined;
2348
2360
  hidden?: boolean | undefined;
2349
2361
  readonly?: boolean | undefined;
2350
2362
  placeholder?: string | undefined;
@@ -2354,15 +2366,15 @@ export declare const ViewSchema: z.ZodObject<{
2354
2366
  dependsOn?: string | undefined;
2355
2367
  visibleOn?: string | undefined;
2356
2368
  })[];
2357
- columns: 1 | 2 | 3 | 4;
2369
+ columns: 2 | 3 | 1 | 4;
2358
2370
  collapsible: boolean;
2359
2371
  collapsed: boolean;
2360
2372
  label?: string | undefined;
2361
2373
  }, {
2362
2374
  fields: (string | {
2363
2375
  field: string;
2364
- label?: string | undefined;
2365
2376
  required?: boolean | undefined;
2377
+ label?: string | undefined;
2366
2378
  hidden?: boolean | undefined;
2367
2379
  readonly?: boolean | undefined;
2368
2380
  placeholder?: string | undefined;
@@ -2381,7 +2393,7 @@ export declare const ViewSchema: z.ZodObject<{
2381
2393
  label: z.ZodOptional<z.ZodString>;
2382
2394
  collapsible: z.ZodDefault<z.ZodBoolean>;
2383
2395
  collapsed: z.ZodDefault<z.ZodBoolean>;
2384
- columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 1 | 2 | 3 | 4, "1" | "2" | "3" | "4" | undefined>;
2396
+ columns: z.ZodEffects<z.ZodDefault<z.ZodEnum<["1", "2", "3", "4"]>>, 2 | 3 | 1 | 4, "1" | "2" | "3" | "4" | undefined>;
2385
2397
  fields: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
2386
2398
  field: z.ZodString;
2387
2399
  label: z.ZodOptional<z.ZodString>;
@@ -2396,8 +2408,8 @@ export declare const ViewSchema: z.ZodObject<{
2396
2408
  visibleOn: z.ZodOptional<z.ZodString>;
2397
2409
  }, "strip", z.ZodTypeAny, {
2398
2410
  field: string;
2399
- label?: string | undefined;
2400
2411
  required?: boolean | undefined;
2412
+ label?: string | undefined;
2401
2413
  hidden?: boolean | undefined;
2402
2414
  readonly?: boolean | undefined;
2403
2415
  placeholder?: string | undefined;
@@ -2408,8 +2420,8 @@ export declare const ViewSchema: z.ZodObject<{
2408
2420
  visibleOn?: string | undefined;
2409
2421
  }, {
2410
2422
  field: string;
2411
- label?: string | undefined;
2412
2423
  required?: boolean | undefined;
2424
+ label?: string | undefined;
2413
2425
  hidden?: boolean | undefined;
2414
2426
  readonly?: boolean | undefined;
2415
2427
  placeholder?: string | undefined;
@@ -2422,8 +2434,8 @@ export declare const ViewSchema: z.ZodObject<{
2422
2434
  }, "strip", z.ZodTypeAny, {
2423
2435
  fields: (string | {
2424
2436
  field: string;
2425
- label?: string | undefined;
2426
2437
  required?: boolean | undefined;
2438
+ label?: string | undefined;
2427
2439
  hidden?: boolean | undefined;
2428
2440
  readonly?: boolean | undefined;
2429
2441
  placeholder?: string | undefined;
@@ -2433,15 +2445,15 @@ export declare const ViewSchema: z.ZodObject<{
2433
2445
  dependsOn?: string | undefined;
2434
2446
  visibleOn?: string | undefined;
2435
2447
  })[];
2436
- columns: 1 | 2 | 3 | 4;
2448
+ columns: 2 | 3 | 1 | 4;
2437
2449
  collapsible: boolean;
2438
2450
  collapsed: boolean;
2439
2451
  label?: string | undefined;
2440
2452
  }, {
2441
2453
  fields: (string | {
2442
2454
  field: string;
2443
- label?: string | undefined;
2444
2455
  required?: boolean | undefined;
2456
+ label?: string | undefined;
2445
2457
  hidden?: boolean | undefined;
2446
2458
  readonly?: boolean | undefined;
2447
2459
  placeholder?: string | undefined;
@@ -2457,7 +2469,7 @@ export declare const ViewSchema: z.ZodObject<{
2457
2469
  collapsed?: boolean | undefined;
2458
2470
  }>, "many">>;
2459
2471
  }, "strip", z.ZodTypeAny, {
2460
- type: "simple" | "tabbed" | "wizard";
2472
+ type: "simple" | "tabbed" | "wizard" | "split" | "drawer" | "modal";
2461
2473
  data?: {
2462
2474
  object: string;
2463
2475
  provider: "object";
@@ -2484,8 +2496,8 @@ export declare const ViewSchema: z.ZodObject<{
2484
2496
  sections?: {
2485
2497
  fields: (string | {
2486
2498
  field: string;
2487
- label?: string | undefined;
2488
2499
  required?: boolean | undefined;
2500
+ label?: string | undefined;
2489
2501
  hidden?: boolean | undefined;
2490
2502
  readonly?: boolean | undefined;
2491
2503
  placeholder?: string | undefined;
@@ -2495,7 +2507,7 @@ export declare const ViewSchema: z.ZodObject<{
2495
2507
  dependsOn?: string | undefined;
2496
2508
  visibleOn?: string | undefined;
2497
2509
  })[];
2498
- columns: 1 | 2 | 3 | 4;
2510
+ columns: 2 | 3 | 1 | 4;
2499
2511
  collapsible: boolean;
2500
2512
  collapsed: boolean;
2501
2513
  label?: string | undefined;
@@ -2503,8 +2515,8 @@ export declare const ViewSchema: z.ZodObject<{
2503
2515
  groups?: {
2504
2516
  fields: (string | {
2505
2517
  field: string;
2506
- label?: string | undefined;
2507
2518
  required?: boolean | undefined;
2519
+ label?: string | undefined;
2508
2520
  hidden?: boolean | undefined;
2509
2521
  readonly?: boolean | undefined;
2510
2522
  placeholder?: string | undefined;
@@ -2514,13 +2526,13 @@ export declare const ViewSchema: z.ZodObject<{
2514
2526
  dependsOn?: string | undefined;
2515
2527
  visibleOn?: string | undefined;
2516
2528
  })[];
2517
- columns: 1 | 2 | 3 | 4;
2529
+ columns: 2 | 3 | 1 | 4;
2518
2530
  collapsible: boolean;
2519
2531
  collapsed: boolean;
2520
2532
  label?: string | undefined;
2521
2533
  }[] | undefined;
2522
2534
  }, {
2523
- type?: "simple" | "tabbed" | "wizard" | undefined;
2535
+ type?: "simple" | "tabbed" | "wizard" | "split" | "drawer" | "modal" | undefined;
2524
2536
  data?: {
2525
2537
  object: string;
2526
2538
  provider: "object";
@@ -2547,8 +2559,8 @@ export declare const ViewSchema: z.ZodObject<{
2547
2559
  sections?: {
2548
2560
  fields: (string | {
2549
2561
  field: string;
2550
- label?: string | undefined;
2551
2562
  required?: boolean | undefined;
2563
+ label?: string | undefined;
2552
2564
  hidden?: boolean | undefined;
2553
2565
  readonly?: boolean | undefined;
2554
2566
  placeholder?: string | undefined;
@@ -2566,8 +2578,8 @@ export declare const ViewSchema: z.ZodObject<{
2566
2578
  groups?: {
2567
2579
  fields: (string | {
2568
2580
  field: string;
2569
- label?: string | undefined;
2570
2581
  required?: boolean | undefined;
2582
+ label?: string | undefined;
2571
2583
  hidden?: boolean | undefined;
2572
2584
  readonly?: boolean | undefined;
2573
2585
  placeholder?: string | undefined;
@@ -2585,7 +2597,7 @@ export declare const ViewSchema: z.ZodObject<{
2585
2597
  }>>>;
2586
2598
  }, "strip", z.ZodTypeAny, {
2587
2599
  list?: {
2588
- type: "map" | "grid" | "kanban" | "calendar" | "gantt";
2600
+ type: "map" | "grid" | "spreadsheet" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt";
2589
2601
  columns: string[] | {
2590
2602
  field: string;
2591
2603
  type?: string | undefined;
@@ -2604,6 +2616,25 @@ export declare const ViewSchema: z.ZodObject<{
2604
2616
  filter?: any[] | undefined;
2605
2617
  label?: string | undefined;
2606
2618
  name?: string | undefined;
2619
+ resizable?: boolean | undefined;
2620
+ kanban?: {
2621
+ groupByField: string;
2622
+ columns: string[];
2623
+ summarizeField?: string | undefined;
2624
+ } | undefined;
2625
+ calendar?: {
2626
+ startDateField: string;
2627
+ titleField: string;
2628
+ endDateField?: string | undefined;
2629
+ colorField?: string | undefined;
2630
+ } | undefined;
2631
+ gantt?: {
2632
+ startDateField: string;
2633
+ endDateField: string;
2634
+ titleField: string;
2635
+ progressField?: string | undefined;
2636
+ dependenciesField?: string | undefined;
2637
+ } | undefined;
2607
2638
  data?: {
2608
2639
  object: string;
2609
2640
  provider: "object";
@@ -2627,25 +2658,6 @@ export declare const ViewSchema: z.ZodObject<{
2627
2658
  provider: "value";
2628
2659
  items: unknown[];
2629
2660
  } | undefined;
2630
- resizable?: boolean | undefined;
2631
- kanban?: {
2632
- groupByField: string;
2633
- columns: string[];
2634
- summarizeField?: string | undefined;
2635
- } | undefined;
2636
- calendar?: {
2637
- startDateField: string;
2638
- titleField: string;
2639
- endDateField?: string | undefined;
2640
- colorField?: string | undefined;
2641
- } | undefined;
2642
- gantt?: {
2643
- startDateField: string;
2644
- endDateField: string;
2645
- titleField: string;
2646
- progressField?: string | undefined;
2647
- dependenciesField?: string | undefined;
2648
- } | undefined;
2649
2661
  searchableFields?: string[] | undefined;
2650
2662
  striped?: boolean | undefined;
2651
2663
  bordered?: boolean | undefined;
@@ -2658,7 +2670,7 @@ export declare const ViewSchema: z.ZodObject<{
2658
2670
  } | undefined;
2659
2671
  } | undefined;
2660
2672
  form?: {
2661
- type: "simple" | "tabbed" | "wizard";
2673
+ type: "simple" | "tabbed" | "wizard" | "split" | "drawer" | "modal";
2662
2674
  data?: {
2663
2675
  object: string;
2664
2676
  provider: "object";
@@ -2685,8 +2697,8 @@ export declare const ViewSchema: z.ZodObject<{
2685
2697
  sections?: {
2686
2698
  fields: (string | {
2687
2699
  field: string;
2688
- label?: string | undefined;
2689
2700
  required?: boolean | undefined;
2701
+ label?: string | undefined;
2690
2702
  hidden?: boolean | undefined;
2691
2703
  readonly?: boolean | undefined;
2692
2704
  placeholder?: string | undefined;
@@ -2696,7 +2708,7 @@ export declare const ViewSchema: z.ZodObject<{
2696
2708
  dependsOn?: string | undefined;
2697
2709
  visibleOn?: string | undefined;
2698
2710
  })[];
2699
- columns: 1 | 2 | 3 | 4;
2711
+ columns: 2 | 3 | 1 | 4;
2700
2712
  collapsible: boolean;
2701
2713
  collapsed: boolean;
2702
2714
  label?: string | undefined;
@@ -2704,8 +2716,8 @@ export declare const ViewSchema: z.ZodObject<{
2704
2716
  groups?: {
2705
2717
  fields: (string | {
2706
2718
  field: string;
2707
- label?: string | undefined;
2708
2719
  required?: boolean | undefined;
2720
+ label?: string | undefined;
2709
2721
  hidden?: boolean | undefined;
2710
2722
  readonly?: boolean | undefined;
2711
2723
  placeholder?: string | undefined;
@@ -2715,14 +2727,14 @@ export declare const ViewSchema: z.ZodObject<{
2715
2727
  dependsOn?: string | undefined;
2716
2728
  visibleOn?: string | undefined;
2717
2729
  })[];
2718
- columns: 1 | 2 | 3 | 4;
2730
+ columns: 2 | 3 | 1 | 4;
2719
2731
  collapsible: boolean;
2720
2732
  collapsed: boolean;
2721
2733
  label?: string | undefined;
2722
2734
  }[] | undefined;
2723
2735
  } | undefined;
2724
2736
  listViews?: Record<string, {
2725
- type: "map" | "grid" | "kanban" | "calendar" | "gantt";
2737
+ type: "map" | "grid" | "spreadsheet" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt";
2726
2738
  columns: string[] | {
2727
2739
  field: string;
2728
2740
  type?: string | undefined;
@@ -2741,6 +2753,25 @@ export declare const ViewSchema: z.ZodObject<{
2741
2753
  filter?: any[] | undefined;
2742
2754
  label?: string | undefined;
2743
2755
  name?: string | undefined;
2756
+ resizable?: boolean | undefined;
2757
+ kanban?: {
2758
+ groupByField: string;
2759
+ columns: string[];
2760
+ summarizeField?: string | undefined;
2761
+ } | undefined;
2762
+ calendar?: {
2763
+ startDateField: string;
2764
+ titleField: string;
2765
+ endDateField?: string | undefined;
2766
+ colorField?: string | undefined;
2767
+ } | undefined;
2768
+ gantt?: {
2769
+ startDateField: string;
2770
+ endDateField: string;
2771
+ titleField: string;
2772
+ progressField?: string | undefined;
2773
+ dependenciesField?: string | undefined;
2774
+ } | undefined;
2744
2775
  data?: {
2745
2776
  object: string;
2746
2777
  provider: "object";
@@ -2764,25 +2795,6 @@ export declare const ViewSchema: z.ZodObject<{
2764
2795
  provider: "value";
2765
2796
  items: unknown[];
2766
2797
  } | undefined;
2767
- resizable?: boolean | undefined;
2768
- kanban?: {
2769
- groupByField: string;
2770
- columns: string[];
2771
- summarizeField?: string | undefined;
2772
- } | undefined;
2773
- calendar?: {
2774
- startDateField: string;
2775
- titleField: string;
2776
- endDateField?: string | undefined;
2777
- colorField?: string | undefined;
2778
- } | undefined;
2779
- gantt?: {
2780
- startDateField: string;
2781
- endDateField: string;
2782
- titleField: string;
2783
- progressField?: string | undefined;
2784
- dependenciesField?: string | undefined;
2785
- } | undefined;
2786
2798
  searchableFields?: string[] | undefined;
2787
2799
  striped?: boolean | undefined;
2788
2800
  bordered?: boolean | undefined;
@@ -2795,7 +2807,7 @@ export declare const ViewSchema: z.ZodObject<{
2795
2807
  } | undefined;
2796
2808
  }> | undefined;
2797
2809
  formViews?: Record<string, {
2798
- type: "simple" | "tabbed" | "wizard";
2810
+ type: "simple" | "tabbed" | "wizard" | "split" | "drawer" | "modal";
2799
2811
  data?: {
2800
2812
  object: string;
2801
2813
  provider: "object";
@@ -2822,8 +2834,8 @@ export declare const ViewSchema: z.ZodObject<{
2822
2834
  sections?: {
2823
2835
  fields: (string | {
2824
2836
  field: string;
2825
- label?: string | undefined;
2826
2837
  required?: boolean | undefined;
2838
+ label?: string | undefined;
2827
2839
  hidden?: boolean | undefined;
2828
2840
  readonly?: boolean | undefined;
2829
2841
  placeholder?: string | undefined;
@@ -2833,7 +2845,7 @@ export declare const ViewSchema: z.ZodObject<{
2833
2845
  dependsOn?: string | undefined;
2834
2846
  visibleOn?: string | undefined;
2835
2847
  })[];
2836
- columns: 1 | 2 | 3 | 4;
2848
+ columns: 2 | 3 | 1 | 4;
2837
2849
  collapsible: boolean;
2838
2850
  collapsed: boolean;
2839
2851
  label?: string | undefined;
@@ -2841,8 +2853,8 @@ export declare const ViewSchema: z.ZodObject<{
2841
2853
  groups?: {
2842
2854
  fields: (string | {
2843
2855
  field: string;
2844
- label?: string | undefined;
2845
2856
  required?: boolean | undefined;
2857
+ label?: string | undefined;
2846
2858
  hidden?: boolean | undefined;
2847
2859
  readonly?: boolean | undefined;
2848
2860
  placeholder?: string | undefined;
@@ -2852,7 +2864,7 @@ export declare const ViewSchema: z.ZodObject<{
2852
2864
  dependsOn?: string | undefined;
2853
2865
  visibleOn?: string | undefined;
2854
2866
  })[];
2855
- columns: 1 | 2 | 3 | 4;
2867
+ columns: 2 | 3 | 1 | 4;
2856
2868
  collapsible: boolean;
2857
2869
  collapsed: boolean;
2858
2870
  label?: string | undefined;
@@ -2876,9 +2888,28 @@ export declare const ViewSchema: z.ZodObject<{
2876
2888
  order: "asc" | "desc";
2877
2889
  }[] | undefined;
2878
2890
  filter?: any[] | undefined;
2879
- type?: "map" | "grid" | "kanban" | "calendar" | "gantt" | undefined;
2891
+ type?: "map" | "grid" | "spreadsheet" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt" | undefined;
2880
2892
  label?: string | undefined;
2881
2893
  name?: string | undefined;
2894
+ resizable?: boolean | undefined;
2895
+ kanban?: {
2896
+ groupByField: string;
2897
+ columns: string[];
2898
+ summarizeField?: string | undefined;
2899
+ } | undefined;
2900
+ calendar?: {
2901
+ startDateField: string;
2902
+ titleField: string;
2903
+ endDateField?: string | undefined;
2904
+ colorField?: string | undefined;
2905
+ } | undefined;
2906
+ gantt?: {
2907
+ startDateField: string;
2908
+ endDateField: string;
2909
+ titleField: string;
2910
+ progressField?: string | undefined;
2911
+ dependenciesField?: string | undefined;
2912
+ } | undefined;
2882
2913
  data?: {
2883
2914
  object: string;
2884
2915
  provider: "object";
@@ -2902,25 +2933,6 @@ export declare const ViewSchema: z.ZodObject<{
2902
2933
  provider: "value";
2903
2934
  items: unknown[];
2904
2935
  } | undefined;
2905
- resizable?: boolean | undefined;
2906
- kanban?: {
2907
- groupByField: string;
2908
- columns: string[];
2909
- summarizeField?: string | undefined;
2910
- } | undefined;
2911
- calendar?: {
2912
- startDateField: string;
2913
- titleField: string;
2914
- endDateField?: string | undefined;
2915
- colorField?: string | undefined;
2916
- } | undefined;
2917
- gantt?: {
2918
- startDateField: string;
2919
- endDateField: string;
2920
- titleField: string;
2921
- progressField?: string | undefined;
2922
- dependenciesField?: string | undefined;
2923
- } | undefined;
2924
2936
  searchableFields?: string[] | undefined;
2925
2937
  striped?: boolean | undefined;
2926
2938
  bordered?: boolean | undefined;
@@ -2933,7 +2945,7 @@ export declare const ViewSchema: z.ZodObject<{
2933
2945
  } | undefined;
2934
2946
  } | undefined;
2935
2947
  form?: {
2936
- type?: "simple" | "tabbed" | "wizard" | undefined;
2948
+ type?: "simple" | "tabbed" | "wizard" | "split" | "drawer" | "modal" | undefined;
2937
2949
  data?: {
2938
2950
  object: string;
2939
2951
  provider: "object";
@@ -2960,8 +2972,8 @@ export declare const ViewSchema: z.ZodObject<{
2960
2972
  sections?: {
2961
2973
  fields: (string | {
2962
2974
  field: string;
2963
- label?: string | undefined;
2964
2975
  required?: boolean | undefined;
2976
+ label?: string | undefined;
2965
2977
  hidden?: boolean | undefined;
2966
2978
  readonly?: boolean | undefined;
2967
2979
  placeholder?: string | undefined;
@@ -2979,8 +2991,8 @@ export declare const ViewSchema: z.ZodObject<{
2979
2991
  groups?: {
2980
2992
  fields: (string | {
2981
2993
  field: string;
2982
- label?: string | undefined;
2983
2994
  required?: boolean | undefined;
2995
+ label?: string | undefined;
2984
2996
  hidden?: boolean | undefined;
2985
2997
  readonly?: boolean | undefined;
2986
2998
  placeholder?: string | undefined;
@@ -3013,9 +3025,28 @@ export declare const ViewSchema: z.ZodObject<{
3013
3025
  order: "asc" | "desc";
3014
3026
  }[] | undefined;
3015
3027
  filter?: any[] | undefined;
3016
- type?: "map" | "grid" | "kanban" | "calendar" | "gantt" | undefined;
3028
+ type?: "map" | "grid" | "spreadsheet" | "kanban" | "gallery" | "calendar" | "timeline" | "gantt" | undefined;
3017
3029
  label?: string | undefined;
3018
3030
  name?: string | undefined;
3031
+ resizable?: boolean | undefined;
3032
+ kanban?: {
3033
+ groupByField: string;
3034
+ columns: string[];
3035
+ summarizeField?: string | undefined;
3036
+ } | undefined;
3037
+ calendar?: {
3038
+ startDateField: string;
3039
+ titleField: string;
3040
+ endDateField?: string | undefined;
3041
+ colorField?: string | undefined;
3042
+ } | undefined;
3043
+ gantt?: {
3044
+ startDateField: string;
3045
+ endDateField: string;
3046
+ titleField: string;
3047
+ progressField?: string | undefined;
3048
+ dependenciesField?: string | undefined;
3049
+ } | undefined;
3019
3050
  data?: {
3020
3051
  object: string;
3021
3052
  provider: "object";
@@ -3039,25 +3070,6 @@ export declare const ViewSchema: z.ZodObject<{
3039
3070
  provider: "value";
3040
3071
  items: unknown[];
3041
3072
  } | undefined;
3042
- resizable?: boolean | undefined;
3043
- kanban?: {
3044
- groupByField: string;
3045
- columns: string[];
3046
- summarizeField?: string | undefined;
3047
- } | undefined;
3048
- calendar?: {
3049
- startDateField: string;
3050
- titleField: string;
3051
- endDateField?: string | undefined;
3052
- colorField?: string | undefined;
3053
- } | undefined;
3054
- gantt?: {
3055
- startDateField: string;
3056
- endDateField: string;
3057
- titleField: string;
3058
- progressField?: string | undefined;
3059
- dependenciesField?: string | undefined;
3060
- } | undefined;
3061
3073
  searchableFields?: string[] | undefined;
3062
3074
  striped?: boolean | undefined;
3063
3075
  bordered?: boolean | undefined;
@@ -3070,7 +3082,7 @@ export declare const ViewSchema: z.ZodObject<{
3070
3082
  } | undefined;
3071
3083
  }> | undefined;
3072
3084
  formViews?: Record<string, {
3073
- type?: "simple" | "tabbed" | "wizard" | undefined;
3085
+ type?: "simple" | "tabbed" | "wizard" | "split" | "drawer" | "modal" | undefined;
3074
3086
  data?: {
3075
3087
  object: string;
3076
3088
  provider: "object";
@@ -3097,8 +3109,8 @@ export declare const ViewSchema: z.ZodObject<{
3097
3109
  sections?: {
3098
3110
  fields: (string | {
3099
3111
  field: string;
3100
- label?: string | undefined;
3101
3112
  required?: boolean | undefined;
3113
+ label?: string | undefined;
3102
3114
  hidden?: boolean | undefined;
3103
3115
  readonly?: boolean | undefined;
3104
3116
  placeholder?: string | undefined;
@@ -3116,8 +3128,8 @@ export declare const ViewSchema: z.ZodObject<{
3116
3128
  groups?: {
3117
3129
  fields: (string | {
3118
3130
  field: string;
3119
- label?: string | undefined;
3120
3131
  required?: boolean | undefined;
3132
+ label?: string | undefined;
3121
3133
  hidden?: boolean | undefined;
3122
3134
  readonly?: boolean | undefined;
3123
3135
  placeholder?: string | undefined;