convex-cms 0.0.15 → 0.0.16

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 (654) hide show
  1. package/README.md +18 -18
  2. package/admin/dist/types/admin/src/components/AdminLayout.d.ts +7 -0
  3. package/admin/dist/types/admin/src/components/AdminLayout.d.ts.map +1 -0
  4. package/admin/dist/types/admin/src/components/BreakingChangesWarningDialog.d.ts +11 -0
  5. package/admin/dist/types/admin/src/components/BreakingChangesWarningDialog.d.ts.map +1 -0
  6. package/admin/dist/types/admin/src/components/BulkActionBar.d.ts +8 -0
  7. package/admin/dist/types/admin/src/components/BulkActionBar.d.ts.map +1 -0
  8. package/admin/dist/types/admin/src/components/BulkOperationModal.d.ts +16 -0
  9. package/admin/dist/types/admin/src/components/BulkOperationModal.d.ts.map +1 -0
  10. package/admin/dist/types/admin/src/components/ContentEntryEditor.d.ts +42 -0
  11. package/admin/dist/types/admin/src/components/ContentEntryEditor.d.ts.map +1 -0
  12. package/admin/dist/types/admin/src/components/ContentTypeFormModal.d.ts +13 -0
  13. package/admin/dist/types/admin/src/components/ContentTypeFormModal.d.ts.map +1 -0
  14. package/admin/dist/types/admin/src/components/ErrorBoundary.d.ts +35 -0
  15. package/admin/dist/types/admin/src/components/ErrorBoundary.d.ts.map +1 -0
  16. package/admin/dist/types/admin/src/components/ErrorState.d.ts +52 -0
  17. package/admin/dist/types/admin/src/components/ErrorState.d.ts.map +1 -0
  18. package/admin/dist/types/admin/src/components/FieldGroupSection.d.ts +23 -0
  19. package/admin/dist/types/admin/src/components/FieldGroupSection.d.ts.map +1 -0
  20. package/admin/dist/types/admin/src/components/Header.d.ts +2 -0
  21. package/admin/dist/types/admin/src/components/Header.d.ts.map +1 -0
  22. package/admin/dist/types/admin/src/components/RouteGuard.d.ts +70 -0
  23. package/admin/dist/types/admin/src/components/RouteGuard.d.ts.map +1 -0
  24. package/admin/dist/types/admin/src/components/SchemaDriftWarning.d.ts +13 -0
  25. package/admin/dist/types/admin/src/components/SchemaDriftWarning.d.ts.map +1 -0
  26. package/admin/dist/types/admin/src/components/Sidebar.d.ts +2 -0
  27. package/admin/dist/types/admin/src/components/Sidebar.d.ts.map +1 -0
  28. package/admin/dist/types/admin/src/components/TaxonomyEditor.d.ts +19 -0
  29. package/admin/dist/types/admin/src/components/TaxonomyEditor.d.ts.map +1 -0
  30. package/admin/dist/types/admin/src/components/TermTree.d.ts +8 -0
  31. package/admin/dist/types/admin/src/components/TermTree.d.ts.map +1 -0
  32. package/admin/dist/types/admin/src/components/UploadDropzone.d.ts +20 -0
  33. package/admin/dist/types/admin/src/components/UploadDropzone.d.ts.map +1 -0
  34. package/admin/dist/types/admin/src/components/VersionCompare.d.ts +10 -0
  35. package/admin/dist/types/admin/src/components/VersionCompare.d.ts.map +1 -0
  36. package/admin/dist/types/admin/src/components/VersionHistory.d.ts +9 -0
  37. package/admin/dist/types/admin/src/components/VersionHistory.d.ts.map +1 -0
  38. package/admin/dist/types/admin/src/components/VersionRollbackModal.d.ts +11 -0
  39. package/admin/dist/types/admin/src/components/VersionRollbackModal.d.ts.map +1 -0
  40. package/admin/dist/types/admin/src/components/cmsds/CmsButton.d.ts +10 -0
  41. package/admin/dist/types/admin/src/components/cmsds/CmsButton.d.ts.map +1 -0
  42. package/admin/dist/types/admin/src/components/cmsds/CmsDialog.d.ts +28 -0
  43. package/admin/dist/types/admin/src/components/cmsds/CmsDialog.d.ts.map +1 -0
  44. package/admin/dist/types/admin/src/components/cmsds/CmsDropdown.d.ts +15 -0
  45. package/admin/dist/types/admin/src/components/cmsds/CmsDropdown.d.ts.map +1 -0
  46. package/admin/dist/types/admin/src/components/cmsds/CmsEmptyState.d.ts +14 -0
  47. package/admin/dist/types/admin/src/components/cmsds/CmsEmptyState.d.ts.map +1 -0
  48. package/admin/dist/types/admin/src/components/cmsds/CmsFilterBar.d.ts +25 -0
  49. package/admin/dist/types/admin/src/components/cmsds/CmsFilterBar.d.ts.map +1 -0
  50. package/admin/dist/types/admin/src/components/cmsds/CmsInput.d.ts +6 -0
  51. package/admin/dist/types/admin/src/components/cmsds/CmsInput.d.ts.map +1 -0
  52. package/admin/dist/types/admin/src/components/cmsds/CmsPageHeader.d.ts +9 -0
  53. package/admin/dist/types/admin/src/components/cmsds/CmsPageHeader.d.ts.map +1 -0
  54. package/admin/dist/types/admin/src/components/cmsds/CmsPagination.d.ts +9 -0
  55. package/admin/dist/types/admin/src/components/cmsds/CmsPagination.d.ts.map +1 -0
  56. package/admin/dist/types/admin/src/components/cmsds/CmsSelect.d.ts +16 -0
  57. package/admin/dist/types/admin/src/components/cmsds/CmsSelect.d.ts.map +1 -0
  58. package/admin/dist/types/admin/src/components/cmsds/CmsStatCard.d.ts +16 -0
  59. package/admin/dist/types/admin/src/components/cmsds/CmsStatCard.d.ts.map +1 -0
  60. package/admin/dist/types/admin/src/components/cmsds/CmsStatusBadge.d.ts +15 -0
  61. package/admin/dist/types/admin/src/components/cmsds/CmsStatusBadge.d.ts.map +1 -0
  62. package/admin/dist/types/admin/src/components/cmsds/CmsSurface.d.ts +9 -0
  63. package/admin/dist/types/admin/src/components/cmsds/CmsSurface.d.ts.map +1 -0
  64. package/admin/dist/types/admin/src/components/cmsds/CmsTable.d.ts +24 -0
  65. package/admin/dist/types/admin/src/components/cmsds/CmsTable.d.ts.map +1 -0
  66. package/admin/dist/types/admin/src/components/cmsds/CmsToolbar.d.ts +14 -0
  67. package/admin/dist/types/admin/src/components/cmsds/CmsToolbar.d.ts.map +1 -0
  68. package/admin/dist/types/admin/src/components/cmsds/index.d.ts +15 -0
  69. package/admin/dist/types/admin/src/components/cmsds/index.d.ts.map +1 -0
  70. package/admin/dist/types/admin/src/components/editor/AutosaveIndicator.d.ts +12 -0
  71. package/admin/dist/types/admin/src/components/editor/AutosaveIndicator.d.ts.map +1 -0
  72. package/admin/dist/types/admin/src/components/editor/EditorContentPanel.d.ts +11 -0
  73. package/admin/dist/types/admin/src/components/editor/EditorContentPanel.d.ts.map +1 -0
  74. package/admin/dist/types/admin/src/components/editor/EditorModals.d.ts +29 -0
  75. package/admin/dist/types/admin/src/components/editor/EditorModals.d.ts.map +1 -0
  76. package/admin/dist/types/admin/src/components/editor/EditorPropertiesPanel.d.ts +24 -0
  77. package/admin/dist/types/admin/src/components/editor/EditorPropertiesPanel.d.ts.map +1 -0
  78. package/admin/dist/types/admin/src/components/editor/EditorToolbar.d.ts +38 -0
  79. package/admin/dist/types/admin/src/components/editor/EditorToolbar.d.ts.map +1 -0
  80. package/admin/dist/types/admin/src/components/editor/index.d.ts +6 -0
  81. package/admin/dist/types/admin/src/components/editor/index.d.ts.map +1 -0
  82. package/admin/dist/types/admin/src/components/fields/ArrayObjectField.d.ts +3 -0
  83. package/admin/dist/types/admin/src/components/fields/ArrayObjectField.d.ts.map +1 -0
  84. package/admin/dist/types/admin/src/components/fields/BooleanField.d.ts +3 -0
  85. package/admin/dist/types/admin/src/components/fields/BooleanField.d.ts.map +1 -0
  86. package/admin/dist/types/admin/src/components/fields/CategoryField.d.ts +6 -0
  87. package/admin/dist/types/admin/src/components/fields/CategoryField.d.ts.map +1 -0
  88. package/admin/dist/types/admin/src/components/fields/DateField.d.ts +3 -0
  89. package/admin/dist/types/admin/src/components/fields/DateField.d.ts.map +1 -0
  90. package/admin/dist/types/admin/src/components/fields/DefaultFieldRenderer.d.ts +9 -0
  91. package/admin/dist/types/admin/src/components/fields/DefaultFieldRenderer.d.ts.map +1 -0
  92. package/admin/dist/types/admin/src/components/fields/FieldRenderer.d.ts +23 -0
  93. package/admin/dist/types/admin/src/components/fields/FieldRenderer.d.ts.map +1 -0
  94. package/admin/dist/types/admin/src/components/fields/FieldWrapper.d.ts +13 -0
  95. package/admin/dist/types/admin/src/components/fields/FieldWrapper.d.ts.map +1 -0
  96. package/admin/dist/types/admin/src/components/fields/JsonField.d.ts +7 -0
  97. package/admin/dist/types/admin/src/components/fields/JsonField.d.ts.map +1 -0
  98. package/admin/dist/types/admin/src/components/fields/MediaField.d.ts +6 -0
  99. package/admin/dist/types/admin/src/components/fields/MediaField.d.ts.map +1 -0
  100. package/admin/dist/types/admin/src/components/fields/MoneyField.d.ts +3 -0
  101. package/admin/dist/types/admin/src/components/fields/MoneyField.d.ts.map +1 -0
  102. package/admin/dist/types/admin/src/components/fields/MultiSelectField.d.ts +6 -0
  103. package/admin/dist/types/admin/src/components/fields/MultiSelectField.d.ts.map +1 -0
  104. package/admin/dist/types/admin/src/components/fields/NumberField.d.ts +3 -0
  105. package/admin/dist/types/admin/src/components/fields/NumberField.d.ts.map +1 -0
  106. package/admin/dist/types/admin/src/components/fields/ReferenceField.d.ts +6 -0
  107. package/admin/dist/types/admin/src/components/fields/ReferenceField.d.ts.map +1 -0
  108. package/admin/dist/types/admin/src/components/fields/RichTextField.d.ts +3 -0
  109. package/admin/dist/types/admin/src/components/fields/RichTextField.d.ts.map +1 -0
  110. package/admin/dist/types/admin/src/components/fields/SelectField.d.ts +6 -0
  111. package/admin/dist/types/admin/src/components/fields/SelectField.d.ts.map +1 -0
  112. package/admin/dist/types/admin/src/components/fields/TagField.d.ts +6 -0
  113. package/admin/dist/types/admin/src/components/fields/TagField.d.ts.map +1 -0
  114. package/admin/dist/types/admin/src/components/fields/TextAreaField.d.ts +3 -0
  115. package/admin/dist/types/admin/src/components/fields/TextAreaField.d.ts.map +1 -0
  116. package/admin/dist/types/admin/src/components/fields/TextField.d.ts +3 -0
  117. package/admin/dist/types/admin/src/components/fields/TextField.d.ts.map +1 -0
  118. package/admin/dist/types/admin/src/components/fields/registry.d.ts +18 -0
  119. package/admin/dist/types/admin/src/components/fields/registry.d.ts.map +1 -0
  120. package/admin/dist/types/admin/src/components/fields/types.d.ts +202 -0
  121. package/admin/dist/types/admin/src/components/fields/types.d.ts.map +1 -0
  122. package/admin/dist/types/admin/src/components/filters/TaxonomyFilter.d.ts +10 -0
  123. package/admin/dist/types/admin/src/components/filters/TaxonomyFilter.d.ts.map +1 -0
  124. package/admin/dist/types/admin/src/components/index.d.ts +9 -0
  125. package/admin/dist/types/admin/src/components/index.d.ts.map +1 -0
  126. package/admin/dist/types/admin/src/components/media/MediaAssetActions.d.ts +15 -0
  127. package/admin/dist/types/admin/src/components/media/MediaAssetActions.d.ts.map +1 -0
  128. package/admin/dist/types/admin/src/components/media/MediaAssetEditDialog.d.ts +17 -0
  129. package/admin/dist/types/admin/src/components/media/MediaAssetEditDialog.d.ts.map +1 -0
  130. package/admin/dist/types/admin/src/components/media/MediaBulkActionBar.d.ts +10 -0
  131. package/admin/dist/types/admin/src/components/media/MediaBulkActionBar.d.ts.map +1 -0
  132. package/admin/dist/types/admin/src/components/media/MediaFolderActions.d.ts +13 -0
  133. package/admin/dist/types/admin/src/components/media/MediaFolderActions.d.ts.map +1 -0
  134. package/admin/dist/types/admin/src/components/media/MediaFolderEditDialog.d.ts +14 -0
  135. package/admin/dist/types/admin/src/components/media/MediaFolderEditDialog.d.ts.map +1 -0
  136. package/admin/dist/types/admin/src/components/media/MediaMoveModal.d.ts +10 -0
  137. package/admin/dist/types/admin/src/components/media/MediaMoveModal.d.ts.map +1 -0
  138. package/admin/dist/types/admin/src/components/media/MediaPreviewModal.d.ts +27 -0
  139. package/admin/dist/types/admin/src/components/media/MediaPreviewModal.d.ts.map +1 -0
  140. package/admin/dist/types/admin/src/components/media/MediaTaxonomyPicker.d.ts +11 -0
  141. package/admin/dist/types/admin/src/components/media/MediaTaxonomyPicker.d.ts.map +1 -0
  142. package/admin/dist/types/admin/src/components/media/MediaTrashBulkActionBar.d.ts +11 -0
  143. package/admin/dist/types/admin/src/components/media/MediaTrashBulkActionBar.d.ts.map +1 -0
  144. package/admin/dist/types/admin/src/components/ui/alert-dialog.d.ts +15 -0
  145. package/admin/dist/types/admin/src/components/ui/alert-dialog.d.ts.map +1 -0
  146. package/admin/dist/types/admin/src/components/ui/alert.d.ts +10 -0
  147. package/admin/dist/types/admin/src/components/ui/alert.d.ts.map +1 -0
  148. package/admin/dist/types/admin/src/components/ui/avatar.d.ts +7 -0
  149. package/admin/dist/types/admin/src/components/ui/avatar.d.ts.map +1 -0
  150. package/admin/dist/types/admin/src/components/ui/badge.d.ts +10 -0
  151. package/admin/dist/types/admin/src/components/ui/badge.d.ts.map +1 -0
  152. package/admin/dist/types/admin/src/components/ui/breadcrumb.d.ts +12 -0
  153. package/admin/dist/types/admin/src/components/ui/breadcrumb.d.ts.map +1 -0
  154. package/admin/dist/types/admin/src/components/ui/button.d.ts +11 -0
  155. package/admin/dist/types/admin/src/components/ui/button.d.ts.map +1 -0
  156. package/admin/dist/types/admin/src/components/ui/calendar.d.ts +9 -0
  157. package/admin/dist/types/admin/src/components/ui/calendar.d.ts.map +1 -0
  158. package/admin/dist/types/admin/src/components/ui/card.d.ts +10 -0
  159. package/admin/dist/types/admin/src/components/ui/card.d.ts.map +1 -0
  160. package/admin/dist/types/admin/src/components/ui/checkbox.d.ts +5 -0
  161. package/admin/dist/types/admin/src/components/ui/checkbox.d.ts.map +1 -0
  162. package/admin/dist/types/admin/src/components/ui/collapsible.d.ts +7 -0
  163. package/admin/dist/types/admin/src/components/ui/collapsible.d.ts.map +1 -0
  164. package/admin/dist/types/admin/src/components/ui/command.d.ts +19 -0
  165. package/admin/dist/types/admin/src/components/ui/command.d.ts.map +1 -0
  166. package/admin/dist/types/admin/src/components/ui/dialog.d.ts +16 -0
  167. package/admin/dist/types/admin/src/components/ui/dialog.d.ts.map +1 -0
  168. package/admin/dist/types/admin/src/components/ui/drawer.d.ts +14 -0
  169. package/admin/dist/types/admin/src/components/ui/drawer.d.ts.map +1 -0
  170. package/admin/dist/types/admin/src/components/ui/dropdown-menu.d.ts +26 -0
  171. package/admin/dist/types/admin/src/components/ui/dropdown-menu.d.ts.map +1 -0
  172. package/admin/dist/types/admin/src/components/ui/field.d.ts +25 -0
  173. package/admin/dist/types/admin/src/components/ui/field.d.ts.map +1 -0
  174. package/admin/dist/types/admin/src/components/ui/input-group.d.ts +17 -0
  175. package/admin/dist/types/admin/src/components/ui/input-group.d.ts.map +1 -0
  176. package/admin/dist/types/admin/src/components/ui/input.d.ts +4 -0
  177. package/admin/dist/types/admin/src/components/ui/input.d.ts.map +1 -0
  178. package/admin/dist/types/admin/src/components/ui/label.d.ts +5 -0
  179. package/admin/dist/types/admin/src/components/ui/label.d.ts.map +1 -0
  180. package/admin/dist/types/admin/src/components/ui/popover.d.ts +8 -0
  181. package/admin/dist/types/admin/src/components/ui/popover.d.ts.map +1 -0
  182. package/admin/dist/types/admin/src/components/ui/scroll-area.d.ts +6 -0
  183. package/admin/dist/types/admin/src/components/ui/scroll-area.d.ts.map +1 -0
  184. package/admin/dist/types/admin/src/components/ui/select.d.ts +16 -0
  185. package/admin/dist/types/admin/src/components/ui/select.d.ts.map +1 -0
  186. package/admin/dist/types/admin/src/components/ui/separator.d.ts +5 -0
  187. package/admin/dist/types/admin/src/components/ui/separator.d.ts.map +1 -0
  188. package/admin/dist/types/admin/src/components/ui/sheet.d.ts +14 -0
  189. package/admin/dist/types/admin/src/components/ui/sheet.d.ts.map +1 -0
  190. package/admin/dist/types/admin/src/components/ui/sidebar.d.ts +70 -0
  191. package/admin/dist/types/admin/src/components/ui/sidebar.d.ts.map +1 -0
  192. package/admin/dist/types/admin/src/components/ui/skeleton.d.ts +3 -0
  193. package/admin/dist/types/admin/src/components/ui/skeleton.d.ts.map +1 -0
  194. package/admin/dist/types/admin/src/components/ui/spinner.d.ts +3 -0
  195. package/admin/dist/types/admin/src/components/ui/spinner.d.ts.map +1 -0
  196. package/admin/dist/types/admin/src/components/ui/switch.d.ts +5 -0
  197. package/admin/dist/types/admin/src/components/ui/switch.d.ts.map +1 -0
  198. package/admin/dist/types/admin/src/components/ui/table.d.ts +11 -0
  199. package/admin/dist/types/admin/src/components/ui/table.d.ts.map +1 -0
  200. package/admin/dist/types/admin/src/components/ui/tabs.d.ts +8 -0
  201. package/admin/dist/types/admin/src/components/ui/tabs.d.ts.map +1 -0
  202. package/admin/dist/types/admin/src/components/ui/textarea.d.ts +4 -0
  203. package/admin/dist/types/admin/src/components/ui/textarea.d.ts.map +1 -0
  204. package/admin/dist/types/admin/src/components/ui/toggle-group.d.ts +10 -0
  205. package/admin/dist/types/admin/src/components/ui/toggle-group.d.ts.map +1 -0
  206. package/admin/dist/types/admin/src/components/ui/toggle.d.ts +10 -0
  207. package/admin/dist/types/admin/src/components/ui/toggle.d.ts.map +1 -0
  208. package/admin/dist/types/admin/src/components/ui/tooltip.d.ts +8 -0
  209. package/admin/dist/types/admin/src/components/ui/tooltip.d.ts.map +1 -0
  210. package/admin/dist/types/admin/src/contexts/AdminConfigContext.d.ts +15 -0
  211. package/admin/dist/types/admin/src/contexts/AdminConfigContext.d.ts.map +1 -0
  212. package/admin/dist/types/admin/src/contexts/AuthContext.d.ts +161 -0
  213. package/admin/dist/types/admin/src/contexts/AuthContext.d.ts.map +1 -0
  214. package/admin/dist/types/admin/src/contexts/BreadcrumbContext.d.ts +12 -0
  215. package/admin/dist/types/admin/src/contexts/BreadcrumbContext.d.ts.map +1 -0
  216. package/admin/dist/types/admin/src/contexts/SettingsConfigContext.d.ts +30 -0
  217. package/admin/dist/types/admin/src/contexts/SettingsConfigContext.d.ts.map +1 -0
  218. package/admin/dist/types/admin/src/contexts/ThemeContext.d.ts +17 -0
  219. package/admin/dist/types/admin/src/contexts/ThemeContext.d.ts.map +1 -0
  220. package/admin/dist/types/admin/src/contexts/index.d.ts +6 -0
  221. package/admin/dist/types/admin/src/contexts/index.d.ts.map +1 -0
  222. package/admin/dist/types/admin/src/embed/components/EmbedHeader.d.ts +7 -0
  223. package/admin/dist/types/admin/src/embed/components/EmbedHeader.d.ts.map +1 -0
  224. package/admin/dist/types/admin/src/embed/components/EmbedLayout.d.ts +13 -0
  225. package/admin/dist/types/admin/src/embed/components/EmbedLayout.d.ts.map +1 -0
  226. package/admin/dist/types/admin/src/embed/components/EmbedSidebar.d.ts +8 -0
  227. package/admin/dist/types/admin/src/embed/components/EmbedSidebar.d.ts.map +1 -0
  228. package/admin/dist/types/admin/src/embed/components/index.d.ts +4 -0
  229. package/admin/dist/types/admin/src/embed/components/index.d.ts.map +1 -0
  230. package/admin/dist/types/admin/src/embed/contexts/ApiContext.d.ts +18 -0
  231. package/admin/dist/types/admin/src/embed/contexts/ApiContext.d.ts.map +1 -0
  232. package/admin/dist/types/admin/src/embed/index.d.ts +23 -0
  233. package/admin/dist/types/admin/src/embed/index.d.ts.map +1 -0
  234. package/admin/dist/types/admin/src/embed/navigation.d.ts +42 -0
  235. package/admin/dist/types/admin/src/embed/navigation.d.ts.map +1 -0
  236. package/admin/dist/types/admin/src/embed/pages/Content.d.ts +8 -0
  237. package/admin/dist/types/admin/src/embed/pages/Content.d.ts.map +1 -0
  238. package/admin/dist/types/admin/src/embed/pages/ContentTypeEntries.d.ts +10 -0
  239. package/admin/dist/types/admin/src/embed/pages/ContentTypeEntries.d.ts.map +1 -0
  240. package/admin/dist/types/admin/src/embed/pages/ContentTypes.d.ts +8 -0
  241. package/admin/dist/types/admin/src/embed/pages/ContentTypes.d.ts.map +1 -0
  242. package/admin/dist/types/admin/src/embed/pages/Dashboard.d.ts +8 -0
  243. package/admin/dist/types/admin/src/embed/pages/Dashboard.d.ts.map +1 -0
  244. package/admin/dist/types/admin/src/embed/pages/Entry.d.ts +7 -0
  245. package/admin/dist/types/admin/src/embed/pages/Entry.d.ts.map +1 -0
  246. package/admin/dist/types/admin/src/embed/pages/Media.d.ts +8 -0
  247. package/admin/dist/types/admin/src/embed/pages/Media.d.ts.map +1 -0
  248. package/admin/dist/types/admin/src/embed/pages/NewEntry.d.ts +7 -0
  249. package/admin/dist/types/admin/src/embed/pages/NewEntry.d.ts.map +1 -0
  250. package/admin/dist/types/admin/src/embed/pages/Settings.d.ts +11 -0
  251. package/admin/dist/types/admin/src/embed/pages/Settings.d.ts.map +1 -0
  252. package/admin/dist/types/admin/src/embed/pages/Taxonomies.d.ts +11 -0
  253. package/admin/dist/types/admin/src/embed/pages/Taxonomies.d.ts.map +1 -0
  254. package/admin/dist/types/admin/src/embed/pages/Trash.d.ts +11 -0
  255. package/admin/dist/types/admin/src/embed/pages/Trash.d.ts.map +1 -0
  256. package/admin/dist/types/admin/src/embed/pages/Users.d.ts +7 -0
  257. package/admin/dist/types/admin/src/embed/pages/Users.d.ts.map +1 -0
  258. package/admin/dist/types/admin/src/embed/pages/index.d.ts +12 -0
  259. package/admin/dist/types/admin/src/embed/pages/index.d.ts.map +1 -0
  260. package/admin/dist/types/admin/src/embed/types.d.ts +33 -0
  261. package/admin/dist/types/admin/src/embed/types.d.ts.map +1 -0
  262. package/admin/dist/types/admin/src/hooks/index.d.ts +4 -0
  263. package/admin/dist/types/admin/src/hooks/index.d.ts.map +1 -0
  264. package/admin/dist/types/admin/src/hooks/use-mobile.d.ts +2 -0
  265. package/admin/dist/types/admin/src/hooks/use-mobile.d.ts.map +1 -0
  266. package/admin/dist/types/admin/src/hooks/useBreadcrumbLabel.d.ts +2 -0
  267. package/admin/dist/types/admin/src/hooks/useBreadcrumbLabel.d.ts.map +1 -0
  268. package/admin/dist/types/admin/src/hooks/usePermissions.d.ts +65 -0
  269. package/admin/dist/types/admin/src/hooks/usePermissions.d.ts.map +1 -0
  270. package/admin/dist/types/admin/src/hooks/useTaxonomyId.d.ts +13 -0
  271. package/admin/dist/types/admin/src/hooks/useTaxonomyId.d.ts.map +1 -0
  272. package/admin/dist/types/admin/src/lib/admin-config.d.ts +69 -0
  273. package/admin/dist/types/admin/src/lib/admin-config.d.ts.map +1 -0
  274. package/admin/dist/types/admin/src/lib/cmsExports.d.ts +7 -0
  275. package/admin/dist/types/admin/src/lib/cmsExports.d.ts.map +1 -0
  276. package/admin/dist/types/admin/src/lib/cn.d.ts +3 -0
  277. package/admin/dist/types/admin/src/lib/cn.d.ts.map +1 -0
  278. package/admin/dist/types/admin/src/lib/embed-adapter.d.ts +10 -0
  279. package/admin/dist/types/admin/src/lib/embed-adapter.d.ts.map +1 -0
  280. package/admin/dist/types/admin/src/lib/icons.d.ts +7 -0
  281. package/admin/dist/types/admin/src/lib/icons.d.ts.map +1 -0
  282. package/admin/dist/types/admin/src/lib/motion.d.ts +27 -0
  283. package/admin/dist/types/admin/src/lib/motion.d.ts.map +1 -0
  284. package/admin/dist/types/admin/src/lib/navigation.d.ts +31 -0
  285. package/admin/dist/types/admin/src/lib/navigation.d.ts.map +1 -0
  286. package/admin/dist/types/admin/src/pages/ContentPage.d.ts +14 -0
  287. package/admin/dist/types/admin/src/pages/ContentPage.d.ts.map +1 -0
  288. package/admin/dist/types/admin/src/pages/ContentTypeEntriesPage.d.ts +15 -0
  289. package/admin/dist/types/admin/src/pages/ContentTypeEntriesPage.d.ts.map +1 -0
  290. package/admin/dist/types/admin/src/pages/ContentTypesPage.d.ts +14 -0
  291. package/admin/dist/types/admin/src/pages/ContentTypesPage.d.ts.map +1 -0
  292. package/admin/dist/types/admin/src/pages/DashboardPage.d.ts +15 -0
  293. package/admin/dist/types/admin/src/pages/DashboardPage.d.ts.map +1 -0
  294. package/admin/dist/types/admin/src/pages/MediaPage.d.ts +19 -0
  295. package/admin/dist/types/admin/src/pages/MediaPage.d.ts.map +1 -0
  296. package/admin/dist/types/admin/src/pages/SettingsPage.d.ts +14 -0
  297. package/admin/dist/types/admin/src/pages/SettingsPage.d.ts.map +1 -0
  298. package/admin/dist/types/admin/src/pages/TaxonomiesPage.d.ts +14 -0
  299. package/admin/dist/types/admin/src/pages/TaxonomiesPage.d.ts.map +1 -0
  300. package/admin/dist/types/admin/src/pages/TrashPage.d.ts +14 -0
  301. package/admin/dist/types/admin/src/pages/TrashPage.d.ts.map +1 -0
  302. package/admin/dist/types/admin/src/pages/UsersPage.d.ts +8 -0
  303. package/admin/dist/types/admin/src/pages/UsersPage.d.ts.map +1 -0
  304. package/admin/dist/types/admin/src/pages/index.d.ts +16 -0
  305. package/admin/dist/types/admin/src/pages/index.d.ts.map +1 -0
  306. package/admin/dist/types/admin/src/types/index.d.ts +144 -0
  307. package/admin/dist/types/admin/src/types/index.d.ts.map +1 -0
  308. package/admin/dist/types/admin/src/utils/errorParsing.d.ts +27 -0
  309. package/admin/dist/types/admin/src/utils/errorParsing.d.ts.map +1 -0
  310. package/admin/dist/types/admin/src/utils/index.d.ts +2 -0
  311. package/admin/dist/types/admin/src/utils/index.d.ts.map +1 -0
  312. package/admin/dist/types/src/client/admin/bulk.d.ts +79 -0
  313. package/admin/dist/types/src/client/admin/bulk.d.ts.map +1 -0
  314. package/admin/dist/types/src/client/admin/contentLock.d.ts +118 -0
  315. package/admin/dist/types/src/client/admin/contentLock.d.ts.map +1 -0
  316. package/admin/dist/types/src/client/admin/contentTypes.d.ts +1627 -0
  317. package/admin/dist/types/src/client/admin/contentTypes.d.ts.map +1 -0
  318. package/admin/dist/types/src/client/admin/dashboard.d.ts +16 -0
  319. package/admin/dist/types/src/client/admin/dashboard.d.ts.map +1 -0
  320. package/admin/dist/types/src/client/admin/entries.d.ts +357 -0
  321. package/admin/dist/types/src/client/admin/entries.d.ts.map +1 -0
  322. package/admin/dist/types/src/client/admin/index.d.ts +7502 -0
  323. package/admin/dist/types/src/client/admin/index.d.ts.map +1 -0
  324. package/admin/dist/types/src/client/admin/media.d.ts +1038 -0
  325. package/admin/dist/types/src/client/admin/media.d.ts.map +1 -0
  326. package/admin/dist/types/src/client/admin/settings.d.ts +50 -0
  327. package/admin/dist/types/src/client/admin/settings.d.ts.map +1 -0
  328. package/admin/dist/types/src/client/admin/taxonomies.d.ts +339 -0
  329. package/admin/dist/types/src/client/admin/taxonomies.d.ts.map +1 -0
  330. package/admin/dist/types/src/client/admin/trash.d.ts +90 -0
  331. package/admin/dist/types/src/client/admin/trash.d.ts.map +1 -0
  332. package/admin/dist/types/src/client/admin/types.d.ts +594 -0
  333. package/admin/dist/types/src/client/admin/types.d.ts.map +1 -0
  334. package/admin/dist/types/src/client/admin/users.d.ts +58 -0
  335. package/admin/dist/types/src/client/admin/users.d.ts.map +1 -0
  336. package/admin/dist/types/src/client/admin/validators.d.ts +7732 -0
  337. package/admin/dist/types/src/client/admin/validators.d.ts.map +1 -0
  338. package/admin/dist/types/src/client/admin/versions.d.ts +106 -0
  339. package/admin/dist/types/src/client/admin/versions.d.ts.map +1 -0
  340. package/admin/dist/types/src/client/adminConfig.d.ts +125 -0
  341. package/admin/dist/types/src/client/adminConfig.d.ts.map +1 -0
  342. package/admin/dist/types/src/client/config.d.ts +155 -0
  343. package/admin/dist/types/src/client/config.d.ts.map +1 -0
  344. package/admin/dist/types/src/client/field-types.d.ts +55 -0
  345. package/admin/dist/types/src/client/field-types.d.ts.map +1 -0
  346. package/admin/dist/types/src/client/fields.d.ts +70 -0
  347. package/admin/dist/types/src/client/fields.d.ts.map +1 -0
  348. package/admin/dist/types/src/client/registry.d.ts +77 -0
  349. package/admin/dist/types/src/client/registry.d.ts.map +1 -0
  350. package/admin/dist/types/src/client/schema/defineContentType.d.ts +233 -0
  351. package/admin/dist/types/src/client/schema/defineContentType.d.ts.map +1 -0
  352. package/admin/dist/types/src/client/schema/types.d.ts +540 -0
  353. package/admin/dist/types/src/client/schema/types.d.ts.map +1 -0
  354. package/admin/dist/types/src/client/types.d.ts +449 -0
  355. package/admin/dist/types/src/client/types.d.ts.map +1 -0
  356. package/admin/dist/types/src/client/utils/toSlug.d.ts +60 -0
  357. package/admin/dist/types/src/client/utils/toSlug.d.ts.map +1 -0
  358. package/admin/dist/types/src/client/workflows.d.ts +51 -0
  359. package/admin/dist/types/src/client/workflows.d.ts.map +1 -0
  360. package/admin/dist/types/src/component/_generated/component.d.ts +4813 -0
  361. package/admin/dist/types/src/component/_generated/component.d.ts.map +1 -0
  362. package/admin/dist/types/src/component/_generated/dataModel.d.ts +46 -0
  363. package/admin/dist/types/src/component/_generated/dataModel.d.ts.map +1 -0
  364. package/admin/dist/types/src/component/_generated/server.d.ts +121 -0
  365. package/admin/dist/types/src/component/_generated/server.d.ts.map +1 -0
  366. package/admin/dist/types/src/component/contentEntryMutations.d.ts +551 -0
  367. package/admin/dist/types/src/component/contentEntryMutations.d.ts.map +1 -0
  368. package/admin/dist/types/src/component/contentLock.d.ts +328 -0
  369. package/admin/dist/types/src/component/contentLock.d.ts.map +1 -0
  370. package/admin/dist/types/src/component/contentTypeMutations.d.ts +1253 -0
  371. package/admin/dist/types/src/component/contentTypeMutations.d.ts.map +1 -0
  372. package/admin/dist/types/src/component/documentTypes.d.ts +186 -0
  373. package/admin/dist/types/src/component/documentTypes.d.ts.map +1 -0
  374. package/admin/dist/types/src/component/eventEmitter.d.ts +309 -0
  375. package/admin/dist/types/src/component/eventEmitter.d.ts.map +1 -0
  376. package/admin/dist/types/src/component/lib/errors.d.ts +306 -0
  377. package/admin/dist/types/src/component/lib/errors.d.ts.map +1 -0
  378. package/admin/dist/types/src/component/lib/metadataExtractor.d.ts +245 -0
  379. package/admin/dist/types/src/component/lib/metadataExtractor.d.ts.map +1 -0
  380. package/admin/dist/types/src/component/lib/mutationAuth.d.ts +95 -0
  381. package/admin/dist/types/src/component/lib/mutationAuth.d.ts.map +1 -0
  382. package/admin/dist/types/src/component/lib/slugGenerator.d.ts +71 -0
  383. package/admin/dist/types/src/component/lib/slugGenerator.d.ts.map +1 -0
  384. package/admin/dist/types/src/component/lib/slugUniqueness.d.ts +131 -0
  385. package/admin/dist/types/src/component/lib/slugUniqueness.d.ts.map +1 -0
  386. package/admin/dist/types/src/component/lib/softDelete.d.ts +18 -0
  387. package/admin/dist/types/src/component/lib/softDelete.d.ts.map +1 -0
  388. package/admin/dist/types/src/component/localeFields.d.ts +508 -0
  389. package/admin/dist/types/src/component/localeFields.d.ts.map +1 -0
  390. package/admin/dist/types/src/component/mediaAssetMutations.d.ts +282 -0
  391. package/admin/dist/types/src/component/mediaAssetMutations.d.ts.map +1 -0
  392. package/admin/dist/types/src/component/roles.d.ts +649 -0
  393. package/admin/dist/types/src/component/roles.d.ts.map +1 -0
  394. package/admin/dist/types/src/component/schema.d.ts +5248 -0
  395. package/admin/dist/types/src/component/schema.d.ts.map +1 -0
  396. package/admin/dist/types/src/component/validation.d.ts +407 -0
  397. package/admin/dist/types/src/component/validation.d.ts.map +1 -0
  398. package/admin/dist/types/src/component/validators.d.ts +5722 -0
  399. package/admin/dist/types/src/component/validators.d.ts.map +1 -0
  400. package/admin/dist/types/src/react/index.d.ts +493 -0
  401. package/admin/dist/types/src/react/index.d.ts.map +1 -0
  402. package/admin/src/components/AdminLayout.tsx +14 -6
  403. package/admin/src/components/BreakingChangesWarningDialog.tsx +6 -6
  404. package/admin/src/components/BulkActionBar.tsx +3 -3
  405. package/admin/src/components/BulkOperationModal.tsx +7 -7
  406. package/admin/src/components/ContentEntryEditor.tsx +319 -630
  407. package/admin/src/components/ContentTypeFormModal.tsx +39 -28
  408. package/admin/src/components/FieldGroupSection.tsx +178 -0
  409. package/admin/src/components/Header.tsx +18 -12
  410. package/admin/src/components/RouteGuard.tsx +1 -1
  411. package/admin/src/components/SchemaDriftWarning.tsx +10 -6
  412. package/admin/src/components/Sidebar.tsx +180 -162
  413. package/admin/src/components/TaxonomyEditor.tsx +17 -17
  414. package/admin/src/components/TermTree.tsx +16 -16
  415. package/admin/src/components/UploadDropzone.tsx +18 -8
  416. package/admin/src/components/VersionCompare.tsx +7 -7
  417. package/admin/src/components/VersionHistory.tsx +7 -7
  418. package/admin/src/components/VersionRollbackModal.tsx +5 -5
  419. package/admin/src/components/cmsds/CmsButton.tsx +5 -27
  420. package/admin/src/components/cmsds/CmsDialog.tsx +3 -3
  421. package/admin/src/components/cmsds/CmsDropdown.tsx +1 -1
  422. package/admin/src/components/cmsds/CmsEmptyState.tsx +1 -1
  423. package/admin/src/components/cmsds/CmsField.tsx +3 -3
  424. package/admin/src/components/cmsds/CmsFilterBar.tsx +8 -7
  425. package/admin/src/components/cmsds/CmsInput.tsx +2 -2
  426. package/admin/src/components/cmsds/CmsPageHeader.tsx +4 -4
  427. package/admin/src/components/cmsds/CmsPagination.tsx +1 -1
  428. package/admin/src/components/cmsds/CmsSelect.tsx +2 -2
  429. package/admin/src/components/cmsds/CmsStatCard.tsx +2 -2
  430. package/admin/src/components/cmsds/CmsStatusBadge.tsx +2 -2
  431. package/admin/src/components/cmsds/CmsSurface.tsx +1 -1
  432. package/admin/src/components/cmsds/CmsTable.tsx +3 -3
  433. package/admin/src/components/cmsds/CmsToolbar.tsx +2 -2
  434. package/admin/src/components/cmsds/index.ts +0 -1
  435. package/admin/src/components/editor/AutosaveIndicator.tsx +56 -0
  436. package/admin/src/components/editor/EditorContentPanel.tsx +60 -0
  437. package/admin/src/components/editor/EditorModals.tsx +122 -0
  438. package/admin/src/components/editor/EditorPropertiesPanel.tsx +179 -0
  439. package/admin/src/components/editor/EditorToolbar.tsx +284 -0
  440. package/admin/src/components/editor/index.ts +5 -0
  441. package/admin/src/components/fields/ArrayObjectField.tsx +304 -0
  442. package/admin/src/components/fields/BooleanField.tsx +30 -35
  443. package/admin/src/components/fields/CategoryField.tsx +8 -7
  444. package/admin/src/components/fields/DateField.tsx +5 -5
  445. package/admin/src/components/fields/DefaultFieldRenderer.tsx +1 -1
  446. package/admin/src/components/fields/FieldRenderer.tsx +30 -0
  447. package/admin/src/components/fields/FieldWrapper.tsx +12 -25
  448. package/admin/src/components/fields/JsonField.tsx +3 -3
  449. package/admin/src/components/fields/MediaField.tsx +269 -132
  450. package/admin/src/components/fields/MoneyField.tsx +179 -0
  451. package/admin/src/components/fields/MultiSelectField.tsx +67 -62
  452. package/admin/src/components/fields/NumberField.tsx +141 -28
  453. package/admin/src/components/fields/ReferenceField.tsx +12 -12
  454. package/admin/src/components/fields/RichTextField.tsx +4 -4
  455. package/admin/src/components/fields/SelectField.tsx +10 -7
  456. package/admin/src/components/fields/TagField.tsx +11 -9
  457. package/admin/src/components/fields/TextAreaField.tsx +2 -2
  458. package/admin/src/components/fields/TextField.tsx +2 -2
  459. package/admin/src/components/fields/index.ts +4 -0
  460. package/admin/src/components/fields/registry.ts +2 -0
  461. package/admin/src/components/fields/types.ts +34 -0
  462. package/admin/src/components/filters/TaxonomyFilter.tsx +7 -7
  463. package/admin/src/components/media/MediaAssetActions.tsx +2 -2
  464. package/admin/src/components/media/MediaAssetEditDialog.tsx +30 -34
  465. package/admin/src/components/media/MediaBulkActionBar.tsx +1 -1
  466. package/admin/src/components/media/MediaFolderActions.tsx +2 -2
  467. package/admin/src/components/media/MediaFolderEditDialog.tsx +17 -15
  468. package/admin/src/components/media/MediaMoveModal.tsx +5 -5
  469. package/admin/src/components/media/MediaPreviewModal.tsx +5 -5
  470. package/admin/src/components/media/MediaTaxonomyPicker.tsx +6 -6
  471. package/admin/src/components/media/MediaTrashBulkActionBar.tsx +1 -1
  472. package/admin/src/components/ui/accordion.tsx +1 -1
  473. package/admin/src/components/ui/alert-dialog.tsx +2 -2
  474. package/admin/src/components/ui/alert.tsx +1 -1
  475. package/admin/src/components/ui/avatar.tsx +1 -1
  476. package/admin/src/components/ui/badge.tsx +1 -1
  477. package/admin/src/components/ui/breadcrumb.tsx +1 -1
  478. package/admin/src/components/ui/button.tsx +1 -1
  479. package/admin/src/components/ui/calendar.tsx +2 -2
  480. package/admin/src/components/ui/card.tsx +1 -1
  481. package/admin/src/components/ui/checkbox.tsx +1 -1
  482. package/admin/src/components/ui/collapsible.tsx +25 -5
  483. package/admin/src/components/ui/command.tsx +2 -2
  484. package/admin/src/components/ui/dialog.tsx +1 -1
  485. package/admin/src/components/ui/drawer.tsx +133 -0
  486. package/admin/src/components/ui/dropdown-menu.tsx +1 -1
  487. package/admin/src/components/ui/field.tsx +246 -0
  488. package/admin/src/components/ui/form.tsx +2 -2
  489. package/admin/src/components/ui/input-group.tsx +168 -0
  490. package/admin/src/components/ui/input.tsx +1 -1
  491. package/admin/src/components/ui/label.tsx +1 -1
  492. package/admin/src/components/ui/popover.tsx +1 -1
  493. package/admin/src/components/ui/scroll-area.tsx +1 -1
  494. package/admin/src/components/ui/select.tsx +1 -1
  495. package/admin/src/components/ui/separator.tsx +1 -1
  496. package/admin/src/components/ui/sheet.tsx +1 -1
  497. package/admin/src/components/ui/sidebar.tsx +8 -8
  498. package/admin/src/components/ui/skeleton.tsx +1 -1
  499. package/admin/src/components/ui/spinner.tsx +16 -0
  500. package/admin/src/components/ui/switch.tsx +1 -1
  501. package/admin/src/components/ui/table.tsx +1 -1
  502. package/admin/src/components/ui/tabs.tsx +1 -1
  503. package/admin/src/components/ui/textarea.tsx +1 -1
  504. package/admin/src/components/ui/toggle-group.tsx +83 -0
  505. package/admin/src/components/ui/toggle.tsx +45 -0
  506. package/admin/src/components/ui/tooltip.tsx +1 -1
  507. package/admin/src/contexts/SettingsConfigContext.tsx +1 -1
  508. package/admin/src/embed/components/EmbedHeader.tsx +13 -9
  509. package/admin/src/embed/components/EmbedLayout.tsx +13 -5
  510. package/admin/src/embed/components/EmbedSidebar.tsx +107 -102
  511. package/admin/src/embed/contexts/ApiContext.tsx +1 -1
  512. package/admin/src/embed/index.tsx +31 -32
  513. package/admin/src/embed/navigation.tsx +3 -0
  514. package/admin/src/embed/pages/Entry.tsx +50 -15
  515. package/admin/src/embed/pages/Users.tsx +11 -0
  516. package/admin/src/embed/pages/index.ts +1 -0
  517. package/admin/src/embed/theme.css +65 -0
  518. package/admin/src/hooks/index.ts +1 -0
  519. package/admin/src/hooks/useBreadcrumbLabel.ts +1 -1
  520. package/admin/src/hooks/useTaxonomyId.ts +32 -0
  521. package/admin/src/index.css +21 -0
  522. package/admin/src/lib/admin-config.ts +16 -0
  523. package/admin/src/lib/adminApi.ts +1 -1
  524. package/admin/src/lib/cmsExports.ts +8 -15
  525. package/admin/src/lib/icons.tsx +2 -0
  526. package/admin/src/pages/ContentPage.tsx +11 -11
  527. package/admin/src/pages/ContentTypeEntriesPage.tsx +9 -9
  528. package/admin/src/pages/ContentTypesPage.tsx +9 -9
  529. package/admin/src/pages/DashboardPage.tsx +7 -7
  530. package/admin/src/pages/MediaPage.tsx +26 -26
  531. package/admin/src/pages/SettingsPage.tsx +36 -39
  532. package/admin/src/pages/TaxonomiesPage.tsx +12 -12
  533. package/admin/src/pages/TrashPage.tsx +8 -8
  534. package/admin/src/pages/UsersPage.tsx +344 -0
  535. package/admin/src/pages/index.ts +1 -0
  536. package/admin/src/standalone/App.tsx +6 -6
  537. package/admin/src/standalone/config.ts +1 -1
  538. package/admin/src/standalone/router.tsx +17 -17
  539. package/admin-dist/assets/index-CQLWK5Wb.css +1 -0
  540. package/admin-dist/assets/index-DTgANhXL.js +104 -0
  541. package/admin-dist/index.html +2 -2
  542. package/dist/client/admin/contentLock.d.ts.map +1 -1
  543. package/dist/client/admin/contentTypes.d.ts +287 -4
  544. package/dist/client/admin/contentTypes.d.ts.map +1 -1
  545. package/dist/client/admin/contentTypes.js +19 -1
  546. package/dist/client/admin/contentTypes.js.map +1 -1
  547. package/dist/client/admin/entries.d.ts.map +1 -1
  548. package/dist/client/admin/index.d.ts +612 -8
  549. package/dist/client/admin/index.d.ts.map +1 -1
  550. package/dist/client/admin/index.js +34 -3
  551. package/dist/client/admin/index.js.map +1 -1
  552. package/dist/client/admin/media.d.ts.map +1 -1
  553. package/dist/client/admin/media.js +10 -1
  554. package/dist/client/admin/media.js.map +1 -1
  555. package/dist/client/admin/taxonomies.d.ts.map +1 -1
  556. package/dist/client/admin/taxonomies.js +36 -11
  557. package/dist/client/admin/taxonomies.js.map +1 -1
  558. package/dist/client/admin/trash.d.ts.map +1 -1
  559. package/dist/client/admin/types.d.ts +47 -7
  560. package/dist/client/admin/types.d.ts.map +1 -1
  561. package/dist/client/admin/users.d.ts +58 -0
  562. package/dist/client/admin/users.d.ts.map +1 -0
  563. package/dist/client/admin/users.js +111 -0
  564. package/dist/client/admin/users.js.map +1 -0
  565. package/dist/client/admin/validators.d.ts +1266 -120
  566. package/dist/client/admin/validators.d.ts.map +1 -1
  567. package/dist/client/admin/validators.js +3 -2
  568. package/dist/client/admin/validators.js.map +1 -1
  569. package/dist/client/admin/versions.d.ts.map +1 -1
  570. package/dist/client/config.js.map +1 -1
  571. package/dist/client/defineContent.d.ts +98 -8
  572. package/dist/client/defineContent.d.ts.map +1 -1
  573. package/dist/client/defineContent.js +329 -19
  574. package/dist/client/defineContent.js.map +1 -1
  575. package/dist/client/field-types.d.ts.map +1 -1
  576. package/dist/client/field-types.js +27 -0
  577. package/dist/client/field-types.js.map +1 -1
  578. package/dist/client/fields.d.ts +70 -0
  579. package/dist/client/fields.d.ts.map +1 -0
  580. package/dist/client/fields.js +118 -0
  581. package/dist/client/fields.js.map +1 -0
  582. package/dist/client/index.d.ts +3 -2
  583. package/dist/client/index.d.ts.map +1 -1
  584. package/dist/client/index.js +3 -1
  585. package/dist/client/index.js.map +1 -1
  586. package/dist/client/registry.js.map +1 -1
  587. package/dist/client/schema/defineContentType.d.ts +3 -3
  588. package/dist/client/schema/defineContentType.d.ts.map +1 -1
  589. package/dist/client/schema/defineContentType.js +86 -3
  590. package/dist/client/schema/defineContentType.js.map +1 -1
  591. package/dist/client/schema/index.d.ts +1 -1
  592. package/dist/client/schema/index.d.ts.map +1 -1
  593. package/dist/client/schema/index.js.map +1 -1
  594. package/dist/client/schema/types.d.ts +65 -9
  595. package/dist/client/schema/types.d.ts.map +1 -1
  596. package/dist/client/schema/types.js.map +1 -1
  597. package/dist/component/_generated/api.d.ts +2 -0
  598. package/dist/component/_generated/api.d.ts.map +1 -1
  599. package/dist/component/_generated/api.js.map +1 -1
  600. package/dist/component/_generated/component.d.ts +361 -18
  601. package/dist/component/_generated/component.d.ts.map +1 -1
  602. package/dist/component/authorization.d.ts.map +1 -1
  603. package/dist/component/authorization.js +1 -0
  604. package/dist/component/authorization.js.map +1 -1
  605. package/dist/component/cmsUsers.d.ts +97 -0
  606. package/dist/component/cmsUsers.d.ts.map +1 -0
  607. package/dist/component/cmsUsers.js +224 -0
  608. package/dist/component/cmsUsers.js.map +1 -0
  609. package/dist/component/contentEntryMutations.d.ts +7 -7
  610. package/dist/component/contentTypeMutations.d.ts +199 -11
  611. package/dist/component/contentTypeMutations.d.ts.map +1 -1
  612. package/dist/component/contentTypes.d.ts +98 -4
  613. package/dist/component/contentTypes.d.ts.map +1 -1
  614. package/dist/component/eventEmitter.d.ts +43 -14
  615. package/dist/component/eventEmitter.d.ts.map +1 -1
  616. package/dist/component/eventEmitter.js +50 -2
  617. package/dist/component/eventEmitter.js.map +1 -1
  618. package/dist/component/exportImport.d.ts +12 -12
  619. package/dist/component/mediaAssetMutations.d.ts +5 -5
  620. package/dist/component/mediaFolderMutations.d.ts +5 -5
  621. package/dist/component/ragContentIndexer.d.ts +51 -4
  622. package/dist/component/ragContentIndexer.d.ts.map +1 -1
  623. package/dist/component/roles.d.ts +4 -4
  624. package/dist/component/roles.d.ts.map +1 -1
  625. package/dist/component/roles.js +5 -1
  626. package/dist/component/roles.js.map +1 -1
  627. package/dist/component/schema.d.ts +897 -112
  628. package/dist/component/schema.d.ts.map +1 -1
  629. package/dist/component/schema.js +48 -7
  630. package/dist/component/schema.js.map +1 -1
  631. package/dist/component/taxonomies.d.ts +1 -1
  632. package/dist/component/taxonomies.d.ts.map +1 -1
  633. package/dist/component/taxonomies.js +11 -2
  634. package/dist/component/taxonomies.js.map +1 -1
  635. package/dist/component/validation.d.ts +22 -2
  636. package/dist/component/validation.d.ts.map +1 -1
  637. package/dist/component/validation.js +174 -1
  638. package/dist/component/validation.js.map +1 -1
  639. package/dist/component/validators.d.ts +847 -106
  640. package/dist/component/validators.d.ts.map +1 -1
  641. package/dist/component/validators.js +5 -2
  642. package/dist/component/validators.js.map +1 -1
  643. package/dist/component/webhookTrigger.d.ts +17 -17
  644. package/dist/component/webhookTrigger.d.ts.map +1 -1
  645. package/dist/component/webhookTrigger.js +4 -4
  646. package/dist/component/webhookTrigger.js.map +1 -1
  647. package/dist/react/index.d.ts +3 -2
  648. package/dist/react/index.d.ts.map +1 -1
  649. package/dist/react/index.js.map +1 -1
  650. package/dist/test.d.ts +309 -33
  651. package/dist/test.d.ts.map +1 -1
  652. package/package.json +238 -230
  653. package/admin-dist/assets/index-BrbXSzjb.css +0 -1
  654. package/admin-dist/assets/index-CdHu1-Ex.js +0 -96
@@ -5,7 +5,7 @@
5
5
  * Admin validators use v.string() for IDs instead of v.id() since IDs become
6
6
  * plain strings when crossing the component boundary.
7
7
  */
8
- import { Infer, v } from "convex/values";
8
+ import { type Infer, v } from "convex/values";
9
9
  import { contentStatusValidator, mediaTypeValidator, variantTypeValidator, variantStatusValidator } from "../../component/schema.js";
10
10
  export { contentStatusValidator, mediaTypeValidator, variantTypeValidator, variantStatusValidator, };
11
11
  export declare const paginationOptsValidator: import("convex/values").VObject<{
@@ -27,6 +27,7 @@ export declare const adminPaginationResult: <T extends Parameters<typeof v.array
27
27
  export declare const adminTagsFieldDefinitionValidator: import("convex/values").VObject<{
28
28
  options?: {
29
29
  taxonomyId?: string | undefined;
30
+ taxonomyName?: string | undefined;
30
31
  allowCreate?: boolean | undefined;
31
32
  maxTags?: number | undefined;
32
33
  minTags?: number | undefined;
@@ -35,6 +36,7 @@ export declare const adminTagsFieldDefinitionValidator: import("convex/values").
35
36
  localized?: boolean | undefined;
36
37
  description?: string | undefined;
37
38
  defaultValue?: any;
39
+ group?: string | undefined;
38
40
  required: boolean;
39
41
  type: "tags";
40
42
  name: string;
@@ -43,15 +45,17 @@ export declare const adminTagsFieldDefinitionValidator: import("convex/values").
43
45
  type: import("convex/values").VLiteral<"tags", "required">;
44
46
  options: import("convex/values").VObject<{
45
47
  taxonomyId?: string | undefined;
48
+ taxonomyName?: string | undefined;
46
49
  allowCreate?: boolean | undefined;
47
50
  maxTags?: number | undefined;
48
51
  minTags?: number | undefined;
49
52
  } | undefined, {
50
53
  taxonomyId: import("convex/values").VString<string | undefined, "optional">;
54
+ taxonomyName: import("convex/values").VString<string | undefined, "optional">;
51
55
  allowCreate: import("convex/values").VBoolean<boolean | undefined, "optional">;
52
56
  maxTags: import("convex/values").VFloat64<number | undefined, "optional">;
53
57
  minTags: import("convex/values").VFloat64<number | undefined, "optional">;
54
- }, "optional", "taxonomyId" | "allowCreate" | "maxTags" | "minTags">;
58
+ }, "optional", "taxonomyId" | "taxonomyName" | "allowCreate" | "maxTags" | "minTags">;
55
59
  name: import("convex/values").VString<string, "required">;
56
60
  label: import("convex/values").VString<string, "required">;
57
61
  required: import("convex/values").VBoolean<boolean, "required">;
@@ -59,7 +63,8 @@ export declare const adminTagsFieldDefinitionValidator: import("convex/values").
59
63
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
60
64
  description: import("convex/values").VString<string | undefined, "optional">;
61
65
  defaultValue: import("convex/values").VAny<any, "optional", string>;
62
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.taxonomyId" | "options.allowCreate" | "options.maxTags" | "options.minTags">;
66
+ group: import("convex/values").VString<string | undefined, "optional">;
67
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.taxonomyId" | "options.taxonomyName" | "options.allowCreate" | "options.maxTags" | "options.minTags">;
63
68
  export declare const adminFieldDefinitionValidator: import("convex/values").VUnion<{
64
69
  options?: {
65
70
  minLength?: number | undefined;
@@ -73,6 +78,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
73
78
  localized?: boolean | undefined;
74
79
  description?: string | undefined;
75
80
  defaultValue?: any;
81
+ group?: string | undefined;
76
82
  required: boolean;
77
83
  type: "text";
78
84
  name: string;
@@ -90,6 +96,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
90
96
  localized?: boolean | undefined;
91
97
  description?: string | undefined;
92
98
  defaultValue?: any;
99
+ group?: string | undefined;
93
100
  required: boolean;
94
101
  type: "number";
95
102
  name: string;
@@ -103,6 +110,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
103
110
  localized?: boolean | undefined;
104
111
  description?: string | undefined;
105
112
  defaultValue?: any;
113
+ group?: string | undefined;
106
114
  required: boolean;
107
115
  type: "boolean";
108
116
  name: string;
@@ -118,6 +126,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
118
126
  localized?: boolean | undefined;
119
127
  description?: string | undefined;
120
128
  defaultValue?: any;
129
+ group?: string | undefined;
121
130
  required: boolean;
122
131
  type: "richText";
123
132
  name: string;
@@ -134,6 +143,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
134
143
  localized?: boolean | undefined;
135
144
  description?: string | undefined;
136
145
  defaultValue?: any;
146
+ group?: string | undefined;
137
147
  required: boolean;
138
148
  type: "media";
139
149
  name: string;
@@ -149,14 +159,16 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
149
159
  localized?: boolean | undefined;
150
160
  description?: string | undefined;
151
161
  defaultValue?: any;
162
+ group?: string | undefined;
152
163
  required: boolean;
153
164
  type: "select";
154
165
  name: string;
155
166
  label: string;
156
167
  } | {
157
168
  options?: {
158
- allowMultiple?: boolean | undefined;
169
+ taxonomyId?: string | undefined;
159
170
  taxonomyName?: string | undefined;
171
+ allowMultiple?: boolean | undefined;
160
172
  maxSelections?: number | undefined;
161
173
  depth?: number | undefined;
162
174
  } | undefined;
@@ -164,6 +176,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
164
176
  localized?: boolean | undefined;
165
177
  description?: string | undefined;
166
178
  defaultValue?: any;
179
+ group?: string | undefined;
167
180
  required: boolean;
168
181
  type: "category";
169
182
  name: string;
@@ -176,6 +189,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
176
189
  localized?: boolean | undefined;
177
190
  description?: string | undefined;
178
191
  defaultValue?: any;
192
+ group?: string | undefined;
179
193
  required: boolean;
180
194
  type: "json";
181
195
  name: string;
@@ -191,6 +205,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
191
205
  localized?: boolean | undefined;
192
206
  description?: string | undefined;
193
207
  defaultValue?: any;
208
+ group?: string | undefined;
194
209
  required: boolean;
195
210
  type: "reference";
196
211
  name: string;
@@ -208,6 +223,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
208
223
  localized?: boolean | undefined;
209
224
  description?: string | undefined;
210
225
  defaultValue?: any;
226
+ group?: string | undefined;
211
227
  required: boolean;
212
228
  type: "multiSelect";
213
229
  name: string;
@@ -222,6 +238,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
222
238
  localized?: boolean | undefined;
223
239
  description?: string | undefined;
224
240
  defaultValue?: any;
241
+ group?: string | undefined;
225
242
  required: boolean;
226
243
  type: "date";
227
244
  name: string;
@@ -237,13 +254,47 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
237
254
  localized?: boolean | undefined;
238
255
  description?: string | undefined;
239
256
  defaultValue?: any;
257
+ group?: string | undefined;
240
258
  required: boolean;
241
259
  type: "datetime";
242
260
  name: string;
243
261
  label: string;
262
+ } | {
263
+ options?: {
264
+ min?: number | undefined;
265
+ max?: number | undefined;
266
+ defaultCurrency?: string | undefined;
267
+ allowedCurrencies?: string[] | undefined;
268
+ } | undefined;
269
+ searchable?: boolean | undefined;
270
+ localized?: boolean | undefined;
271
+ description?: string | undefined;
272
+ defaultValue?: any;
273
+ group?: string | undefined;
274
+ required: boolean;
275
+ type: "money";
276
+ name: string;
277
+ label: string;
278
+ } | {
279
+ options?: {
280
+ maxItems?: number | undefined;
281
+ minItems?: number | undefined;
282
+ subFields?: any;
283
+ itemLabel?: string | undefined;
284
+ } | undefined;
285
+ searchable?: boolean | undefined;
286
+ localized?: boolean | undefined;
287
+ description?: string | undefined;
288
+ defaultValue?: any;
289
+ group?: string | undefined;
290
+ required: boolean;
291
+ type: "arrayObject";
292
+ name: string;
293
+ label: string;
244
294
  } | {
245
295
  options?: {
246
296
  taxonomyId?: string | undefined;
297
+ taxonomyName?: string | undefined;
247
298
  allowCreate?: boolean | undefined;
248
299
  maxTags?: number | undefined;
249
300
  minTags?: number | undefined;
@@ -252,6 +303,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
252
303
  localized?: boolean | undefined;
253
304
  description?: string | undefined;
254
305
  defaultValue?: any;
306
+ group?: string | undefined;
255
307
  required: boolean;
256
308
  type: "tags";
257
309
  name: string;
@@ -269,6 +321,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
269
321
  localized?: boolean | undefined;
270
322
  description?: string | undefined;
271
323
  defaultValue?: any;
324
+ group?: string | undefined;
272
325
  required: boolean;
273
326
  type: "text";
274
327
  name: string;
@@ -297,7 +350,8 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
297
350
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
298
351
  description: import("convex/values").VString<string | undefined, "optional">;
299
352
  defaultValue: import("convex/values").VAny<any, "optional", string>;
300
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "options.minLength" | "options.maxLength" | "options.pattern" | "options.patternMessage" | "options.placeholder" | "options.multiline" | `defaultValue.${string}`>, import("convex/values").VObject<{
353
+ group: import("convex/values").VString<string | undefined, "optional">;
354
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | "options.minLength" | "options.maxLength" | "options.pattern" | "options.patternMessage" | "options.placeholder" | "options.multiline" | `defaultValue.${string}`>, import("convex/values").VObject<{
301
355
  options?: {
302
356
  min?: number | undefined;
303
357
  max?: number | undefined;
@@ -310,6 +364,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
310
364
  localized?: boolean | undefined;
311
365
  description?: string | undefined;
312
366
  defaultValue?: any;
367
+ group?: string | undefined;
313
368
  required: boolean;
314
369
  type: "number";
315
370
  name: string;
@@ -338,7 +393,8 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
338
393
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
339
394
  description: import("convex/values").VString<string | undefined, "optional">;
340
395
  defaultValue: import("convex/values").VAny<any, "optional", string>;
341
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.min" | "options.max" | "options.step" | "options.precision" | "options.prefix" | "options.suffix">, import("convex/values").VObject<{
396
+ group: import("convex/values").VString<string | undefined, "optional">;
397
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.min" | "options.max" | "options.step" | "options.precision" | "options.prefix" | "options.suffix">, import("convex/values").VObject<{
342
398
  options?: {
343
399
  trueLabel?: string | undefined;
344
400
  falseLabel?: string | undefined;
@@ -347,6 +403,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
347
403
  localized?: boolean | undefined;
348
404
  description?: string | undefined;
349
405
  defaultValue?: any;
406
+ group?: string | undefined;
350
407
  required: boolean;
351
408
  type: "boolean";
352
409
  name: string;
@@ -367,7 +424,8 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
367
424
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
368
425
  description: import("convex/values").VString<string | undefined, "optional">;
369
426
  defaultValue: import("convex/values").VAny<any, "optional", string>;
370
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.trueLabel" | "options.falseLabel">, import("convex/values").VObject<{
427
+ group: import("convex/values").VString<string | undefined, "optional">;
428
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.trueLabel" | "options.falseLabel">, import("convex/values").VObject<{
371
429
  options?: {
372
430
  maxLength?: number | undefined;
373
431
  placeholder?: string | undefined;
@@ -378,6 +436,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
378
436
  localized?: boolean | undefined;
379
437
  description?: string | undefined;
380
438
  defaultValue?: any;
439
+ group?: string | undefined;
381
440
  required: boolean;
382
441
  type: "richText";
383
442
  name: string;
@@ -402,7 +461,8 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
402
461
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
403
462
  description: import("convex/values").VString<string | undefined, "optional">;
404
463
  defaultValue: import("convex/values").VAny<any, "optional", string>;
405
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "options.maxLength" | "options.placeholder" | `defaultValue.${string}` | "options.allowedBlocks" | "options.allowedMarks">, import("convex/values").VObject<{
464
+ group: import("convex/values").VString<string | undefined, "optional">;
465
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | "options.maxLength" | "options.placeholder" | `defaultValue.${string}` | "options.allowedBlocks" | "options.allowedMarks">, import("convex/values").VObject<{
406
466
  options?: {
407
467
  mediaType?: "image" | "video" | "audio" | "document" | "other" | undefined;
408
468
  allowedMimeTypes?: string[] | undefined;
@@ -414,6 +474,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
414
474
  localized?: boolean | undefined;
415
475
  description?: string | undefined;
416
476
  defaultValue?: any;
477
+ group?: string | undefined;
417
478
  required: boolean;
418
479
  type: "media";
419
480
  name: string;
@@ -440,7 +501,8 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
440
501
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
441
502
  description: import("convex/values").VString<string | undefined, "optional">;
442
503
  defaultValue: import("convex/values").VAny<any, "optional", string>;
443
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.mediaType" | "options.allowedMimeTypes" | "options.maxFileSize" | "options.multiple" | "options.maxItems">, import("convex/values").VObject<{
504
+ group: import("convex/values").VString<string | undefined, "optional">;
505
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.mediaType" | "options.allowedMimeTypes" | "options.maxFileSize" | "options.multiple" | "options.maxItems">, import("convex/values").VObject<{
444
506
  options?: {
445
507
  options?: {
446
508
  label: string;
@@ -451,6 +513,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
451
513
  localized?: boolean | undefined;
452
514
  description?: string | undefined;
453
515
  defaultValue?: any;
516
+ group?: string | undefined;
454
517
  required: boolean;
455
518
  type: "select";
456
519
  name: string;
@@ -481,7 +544,8 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
481
544
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
482
545
  description: import("convex/values").VString<string | undefined, "optional">;
483
546
  defaultValue: import("convex/values").VAny<any, "optional", string>;
484
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.options">, import("convex/values").VObject<{
547
+ group: import("convex/values").VString<string | undefined, "optional">;
548
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.options">, import("convex/values").VObject<{
485
549
  options?: {
486
550
  options?: {
487
551
  label: string;
@@ -494,6 +558,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
494
558
  localized?: boolean | undefined;
495
559
  description?: string | undefined;
496
560
  defaultValue?: any;
561
+ group?: string | undefined;
497
562
  required: boolean;
498
563
  type: "multiSelect";
499
564
  name: string;
@@ -528,9 +593,11 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
528
593
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
529
594
  description: import("convex/values").VString<string | undefined, "optional">;
530
595
  defaultValue: import("convex/values").VAny<any, "optional", string>;
531
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.options" | "options.maxSelections" | "options.minSelections">, import("convex/values").VObject<{
596
+ group: import("convex/values").VString<string | undefined, "optional">;
597
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.options" | "options.maxSelections" | "options.minSelections">, import("convex/values").VObject<{
532
598
  options?: {
533
599
  taxonomyId?: string | undefined;
600
+ taxonomyName?: string | undefined;
534
601
  allowCreate?: boolean | undefined;
535
602
  maxTags?: number | undefined;
536
603
  minTags?: number | undefined;
@@ -539,6 +606,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
539
606
  localized?: boolean | undefined;
540
607
  description?: string | undefined;
541
608
  defaultValue?: any;
609
+ group?: string | undefined;
542
610
  required: boolean;
543
611
  type: "tags";
544
612
  name: string;
@@ -547,15 +615,17 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
547
615
  type: import("convex/values").VLiteral<"tags", "required">;
548
616
  options: import("convex/values").VObject<{
549
617
  taxonomyId?: string | undefined;
618
+ taxonomyName?: string | undefined;
550
619
  allowCreate?: boolean | undefined;
551
620
  maxTags?: number | undefined;
552
621
  minTags?: number | undefined;
553
622
  } | undefined, {
554
623
  taxonomyId: import("convex/values").VString<string | undefined, "optional">;
624
+ taxonomyName: import("convex/values").VString<string | undefined, "optional">;
555
625
  allowCreate: import("convex/values").VBoolean<boolean | undefined, "optional">;
556
626
  maxTags: import("convex/values").VFloat64<number | undefined, "optional">;
557
627
  minTags: import("convex/values").VFloat64<number | undefined, "optional">;
558
- }, "optional", "taxonomyId" | "allowCreate" | "maxTags" | "minTags">;
628
+ }, "optional", "taxonomyId" | "taxonomyName" | "allowCreate" | "maxTags" | "minTags">;
559
629
  name: import("convex/values").VString<string, "required">;
560
630
  label: import("convex/values").VString<string, "required">;
561
631
  required: import("convex/values").VBoolean<boolean, "required">;
@@ -563,10 +633,12 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
563
633
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
564
634
  description: import("convex/values").VString<string | undefined, "optional">;
565
635
  defaultValue: import("convex/values").VAny<any, "optional", string>;
566
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.taxonomyId" | "options.allowCreate" | "options.maxTags" | "options.minTags">, import("convex/values").VObject<{
636
+ group: import("convex/values").VString<string | undefined, "optional">;
637
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.taxonomyId" | "options.taxonomyName" | "options.allowCreate" | "options.maxTags" | "options.minTags">, import("convex/values").VObject<{
567
638
  options?: {
568
- allowMultiple?: boolean | undefined;
639
+ taxonomyId?: string | undefined;
569
640
  taxonomyName?: string | undefined;
641
+ allowMultiple?: boolean | undefined;
570
642
  maxSelections?: number | undefined;
571
643
  depth?: number | undefined;
572
644
  } | undefined;
@@ -574,6 +646,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
574
646
  localized?: boolean | undefined;
575
647
  description?: string | undefined;
576
648
  defaultValue?: any;
649
+ group?: string | undefined;
577
650
  required: boolean;
578
651
  type: "category";
579
652
  name: string;
@@ -581,16 +654,18 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
581
654
  }, {
582
655
  type: import("convex/values").VLiteral<"category", "required">;
583
656
  options: import("convex/values").VObject<{
584
- allowMultiple?: boolean | undefined;
657
+ taxonomyId?: string | undefined;
585
658
  taxonomyName?: string | undefined;
659
+ allowMultiple?: boolean | undefined;
586
660
  maxSelections?: number | undefined;
587
661
  depth?: number | undefined;
588
662
  } | undefined, {
589
- allowMultiple: import("convex/values").VBoolean<boolean | undefined, "optional">;
663
+ taxonomyId: import("convex/values").VString<string | undefined, "optional">;
590
664
  taxonomyName: import("convex/values").VString<string | undefined, "optional">;
665
+ allowMultiple: import("convex/values").VBoolean<boolean | undefined, "optional">;
591
666
  maxSelections: import("convex/values").VFloat64<number | undefined, "optional">;
592
667
  depth: import("convex/values").VFloat64<number | undefined, "optional">;
593
- }, "optional", "allowMultiple" | "taxonomyName" | "maxSelections" | "depth">;
668
+ }, "optional", "taxonomyId" | "taxonomyName" | "allowMultiple" | "maxSelections" | "depth">;
594
669
  name: import("convex/values").VString<string, "required">;
595
670
  label: import("convex/values").VString<string, "required">;
596
671
  required: import("convex/values").VBoolean<boolean, "required">;
@@ -598,7 +673,8 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
598
673
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
599
674
  description: import("convex/values").VString<string | undefined, "optional">;
600
675
  defaultValue: import("convex/values").VAny<any, "optional", string>;
601
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.allowMultiple" | "options.taxonomyName" | "options.maxSelections" | "options.depth">, import("convex/values").VObject<{
676
+ group: import("convex/values").VString<string | undefined, "optional">;
677
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.taxonomyId" | "options.taxonomyName" | "options.allowMultiple" | "options.maxSelections" | "options.depth">, import("convex/values").VObject<{
602
678
  options?: {
603
679
  schema?: any;
604
680
  } | undefined;
@@ -606,6 +682,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
606
682
  localized?: boolean | undefined;
607
683
  description?: string | undefined;
608
684
  defaultValue?: any;
685
+ group?: string | undefined;
609
686
  required: boolean;
610
687
  type: "json";
611
688
  name: string;
@@ -624,7 +701,8 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
624
701
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
625
702
  description: import("convex/values").VString<string | undefined, "optional">;
626
703
  defaultValue: import("convex/values").VAny<any, "optional", string>;
627
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.schema" | `options.schema.${string}`>, import("convex/values").VObject<{
704
+ group: import("convex/values").VString<string | undefined, "optional">;
705
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.schema" | `options.schema.${string}`>, import("convex/values").VObject<{
628
706
  options?: {
629
707
  format?: string | undefined;
630
708
  min?: number | undefined;
@@ -634,6 +712,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
634
712
  localized?: boolean | undefined;
635
713
  description?: string | undefined;
636
714
  defaultValue?: any;
715
+ group?: string | undefined;
637
716
  required: boolean;
638
717
  type: "date";
639
718
  name: string;
@@ -656,7 +735,8 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
656
735
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
657
736
  description: import("convex/values").VString<string | undefined, "optional">;
658
737
  defaultValue: import("convex/values").VAny<any, "optional", string>;
659
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.min" | "options.max" | "options.format">, import("convex/values").VObject<{
738
+ group: import("convex/values").VString<string | undefined, "optional">;
739
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.min" | "options.max" | "options.format">, import("convex/values").VObject<{
660
740
  options?: {
661
741
  format?: string | undefined;
662
742
  min?: number | undefined;
@@ -667,6 +747,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
667
747
  localized?: boolean | undefined;
668
748
  description?: string | undefined;
669
749
  defaultValue?: any;
750
+ group?: string | undefined;
670
751
  required: boolean;
671
752
  type: "datetime";
672
753
  name: string;
@@ -691,7 +772,8 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
691
772
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
692
773
  description: import("convex/values").VString<string | undefined, "optional">;
693
774
  defaultValue: import("convex/values").VAny<any, "optional", string>;
694
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.min" | "options.max" | "options.format" | "options.timezone">, import("convex/values").VObject<{
775
+ group: import("convex/values").VString<string | undefined, "optional">;
776
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.min" | "options.max" | "options.format" | "options.timezone">, import("convex/values").VObject<{
695
777
  options?: {
696
778
  multiple?: boolean | undefined;
697
779
  maxItems?: number | undefined;
@@ -702,6 +784,7 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
702
784
  localized?: boolean | undefined;
703
785
  description?: string | undefined;
704
786
  defaultValue?: any;
787
+ group?: string | undefined;
705
788
  required: boolean;
706
789
  type: "reference";
707
790
  name: string;
@@ -726,7 +809,82 @@ export declare const adminFieldDefinitionValidator: import("convex/values").VUni
726
809
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
727
810
  description: import("convex/values").VString<string | undefined, "optional">;
728
811
  defaultValue: import("convex/values").VAny<any, "optional", string>;
729
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.multiple" | "options.maxItems" | "options.allowedContentTypes" | "options.minItems">], "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "options.minLength" | "options.maxLength" | "options.pattern" | "options.patternMessage" | "options.placeholder" | "options.multiline" | `defaultValue.${string}` | "options.min" | "options.max" | "options.step" | "options.precision" | "options.prefix" | "options.suffix" | "options.trueLabel" | "options.falseLabel" | "options.allowedBlocks" | "options.allowedMarks" | "options.mediaType" | "options.allowedMimeTypes" | "options.maxFileSize" | "options.multiple" | "options.maxItems" | "options.options" | "options.taxonomyId" | "options.allowCreate" | "options.maxTags" | "options.minTags" | "options.allowMultiple" | "options.taxonomyName" | "options.maxSelections" | "options.depth" | "options.schema" | `options.schema.${string}` | "options.allowedContentTypes" | "options.minItems" | "options.minSelections" | "options.format" | "options.timezone">;
812
+ group: import("convex/values").VString<string | undefined, "optional">;
813
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.multiple" | "options.maxItems" | "options.allowedContentTypes" | "options.minItems">, import("convex/values").VObject<{
814
+ options?: {
815
+ min?: number | undefined;
816
+ max?: number | undefined;
817
+ defaultCurrency?: string | undefined;
818
+ allowedCurrencies?: string[] | undefined;
819
+ } | undefined;
820
+ searchable?: boolean | undefined;
821
+ localized?: boolean | undefined;
822
+ description?: string | undefined;
823
+ defaultValue?: any;
824
+ group?: string | undefined;
825
+ required: boolean;
826
+ type: "money";
827
+ name: string;
828
+ label: string;
829
+ }, {
830
+ type: import("convex/values").VLiteral<"money", "required">;
831
+ options: import("convex/values").VObject<{
832
+ min?: number | undefined;
833
+ max?: number | undefined;
834
+ defaultCurrency?: string | undefined;
835
+ allowedCurrencies?: string[] | undefined;
836
+ } | undefined, {
837
+ min: import("convex/values").VFloat64<number | undefined, "optional">;
838
+ max: import("convex/values").VFloat64<number | undefined, "optional">;
839
+ defaultCurrency: import("convex/values").VString<string | undefined, "optional">;
840
+ allowedCurrencies: import("convex/values").VArray<string[] | undefined, import("convex/values").VString<string, "required">, "optional">;
841
+ }, "optional", "min" | "max" | "defaultCurrency" | "allowedCurrencies">;
842
+ name: import("convex/values").VString<string, "required">;
843
+ label: import("convex/values").VString<string, "required">;
844
+ required: import("convex/values").VBoolean<boolean, "required">;
845
+ searchable: import("convex/values").VBoolean<boolean | undefined, "optional">;
846
+ localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
847
+ description: import("convex/values").VString<string | undefined, "optional">;
848
+ defaultValue: import("convex/values").VAny<any, "optional", string>;
849
+ group: import("convex/values").VString<string | undefined, "optional">;
850
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.min" | "options.max" | "options.defaultCurrency" | "options.allowedCurrencies">, import("convex/values").VObject<{
851
+ options?: {
852
+ maxItems?: number | undefined;
853
+ minItems?: number | undefined;
854
+ subFields?: any;
855
+ itemLabel?: string | undefined;
856
+ } | undefined;
857
+ searchable?: boolean | undefined;
858
+ localized?: boolean | undefined;
859
+ description?: string | undefined;
860
+ defaultValue?: any;
861
+ group?: string | undefined;
862
+ required: boolean;
863
+ type: "arrayObject";
864
+ name: string;
865
+ label: string;
866
+ }, {
867
+ type: import("convex/values").VLiteral<"arrayObject", "required">;
868
+ options: import("convex/values").VObject<{
869
+ maxItems?: number | undefined;
870
+ minItems?: number | undefined;
871
+ subFields?: any;
872
+ itemLabel?: string | undefined;
873
+ } | undefined, {
874
+ subFields: import("convex/values").VAny<any, "optional", string>;
875
+ itemLabel: import("convex/values").VString<string | undefined, "optional">;
876
+ maxItems: import("convex/values").VFloat64<number | undefined, "optional">;
877
+ minItems: import("convex/values").VFloat64<number | undefined, "optional">;
878
+ }, "optional", "maxItems" | "minItems" | "subFields" | "itemLabel" | `subFields.${string}`>;
879
+ name: import("convex/values").VString<string, "required">;
880
+ label: import("convex/values").VString<string, "required">;
881
+ required: import("convex/values").VBoolean<boolean, "required">;
882
+ searchable: import("convex/values").VBoolean<boolean | undefined, "optional">;
883
+ localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
884
+ description: import("convex/values").VString<string | undefined, "optional">;
885
+ defaultValue: import("convex/values").VAny<any, "optional", string>;
886
+ group: import("convex/values").VString<string | undefined, "optional">;
887
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.maxItems" | "options.minItems" | "options.subFields" | "options.itemLabel" | `options.subFields.${string}`>], "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | "options.minLength" | "options.maxLength" | "options.pattern" | "options.patternMessage" | "options.placeholder" | "options.multiline" | `defaultValue.${string}` | "options.min" | "options.max" | "options.step" | "options.precision" | "options.prefix" | "options.suffix" | "options.trueLabel" | "options.falseLabel" | "options.allowedBlocks" | "options.allowedMarks" | "options.mediaType" | "options.allowedMimeTypes" | "options.maxFileSize" | "options.multiple" | "options.maxItems" | "options.options" | "options.taxonomyId" | "options.taxonomyName" | "options.allowCreate" | "options.maxTags" | "options.minTags" | "options.allowMultiple" | "options.maxSelections" | "options.depth" | "options.schema" | `options.schema.${string}` | "options.allowedContentTypes" | "options.minItems" | "options.minSelections" | "options.format" | "options.timezone" | "options.defaultCurrency" | "options.allowedCurrencies" | "options.subFields" | "options.itemLabel" | `options.subFields.${string}`>;
730
888
  export declare const adminContentTypeDoc: import("convex/values").VObject<{
731
889
  description?: string | undefined;
732
890
  deletedAt?: number | undefined;
@@ -749,6 +907,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
749
907
  localized?: boolean | undefined;
750
908
  description?: string | undefined;
751
909
  defaultValue?: any;
910
+ group?: string | undefined;
752
911
  required: boolean;
753
912
  type: "text";
754
913
  name: string;
@@ -766,6 +925,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
766
925
  localized?: boolean | undefined;
767
926
  description?: string | undefined;
768
927
  defaultValue?: any;
928
+ group?: string | undefined;
769
929
  required: boolean;
770
930
  type: "number";
771
931
  name: string;
@@ -779,6 +939,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
779
939
  localized?: boolean | undefined;
780
940
  description?: string | undefined;
781
941
  defaultValue?: any;
942
+ group?: string | undefined;
782
943
  required: boolean;
783
944
  type: "boolean";
784
945
  name: string;
@@ -794,6 +955,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
794
955
  localized?: boolean | undefined;
795
956
  description?: string | undefined;
796
957
  defaultValue?: any;
958
+ group?: string | undefined;
797
959
  required: boolean;
798
960
  type: "richText";
799
961
  name: string;
@@ -810,6 +972,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
810
972
  localized?: boolean | undefined;
811
973
  description?: string | undefined;
812
974
  defaultValue?: any;
975
+ group?: string | undefined;
813
976
  required: boolean;
814
977
  type: "media";
815
978
  name: string;
@@ -825,14 +988,16 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
825
988
  localized?: boolean | undefined;
826
989
  description?: string | undefined;
827
990
  defaultValue?: any;
991
+ group?: string | undefined;
828
992
  required: boolean;
829
993
  type: "select";
830
994
  name: string;
831
995
  label: string;
832
996
  } | {
833
997
  options?: {
834
- allowMultiple?: boolean | undefined;
998
+ taxonomyId?: string | undefined;
835
999
  taxonomyName?: string | undefined;
1000
+ allowMultiple?: boolean | undefined;
836
1001
  maxSelections?: number | undefined;
837
1002
  depth?: number | undefined;
838
1003
  } | undefined;
@@ -840,6 +1005,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
840
1005
  localized?: boolean | undefined;
841
1006
  description?: string | undefined;
842
1007
  defaultValue?: any;
1008
+ group?: string | undefined;
843
1009
  required: boolean;
844
1010
  type: "category";
845
1011
  name: string;
@@ -852,6 +1018,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
852
1018
  localized?: boolean | undefined;
853
1019
  description?: string | undefined;
854
1020
  defaultValue?: any;
1021
+ group?: string | undefined;
855
1022
  required: boolean;
856
1023
  type: "json";
857
1024
  name: string;
@@ -867,6 +1034,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
867
1034
  localized?: boolean | undefined;
868
1035
  description?: string | undefined;
869
1036
  defaultValue?: any;
1037
+ group?: string | undefined;
870
1038
  required: boolean;
871
1039
  type: "reference";
872
1040
  name: string;
@@ -884,6 +1052,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
884
1052
  localized?: boolean | undefined;
885
1053
  description?: string | undefined;
886
1054
  defaultValue?: any;
1055
+ group?: string | undefined;
887
1056
  required: boolean;
888
1057
  type: "multiSelect";
889
1058
  name: string;
@@ -898,6 +1067,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
898
1067
  localized?: boolean | undefined;
899
1068
  description?: string | undefined;
900
1069
  defaultValue?: any;
1070
+ group?: string | undefined;
901
1071
  required: boolean;
902
1072
  type: "date";
903
1073
  name: string;
@@ -913,13 +1083,47 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
913
1083
  localized?: boolean | undefined;
914
1084
  description?: string | undefined;
915
1085
  defaultValue?: any;
1086
+ group?: string | undefined;
916
1087
  required: boolean;
917
1088
  type: "datetime";
918
1089
  name: string;
919
1090
  label: string;
1091
+ } | {
1092
+ options?: {
1093
+ min?: number | undefined;
1094
+ max?: number | undefined;
1095
+ defaultCurrency?: string | undefined;
1096
+ allowedCurrencies?: string[] | undefined;
1097
+ } | undefined;
1098
+ searchable?: boolean | undefined;
1099
+ localized?: boolean | undefined;
1100
+ description?: string | undefined;
1101
+ defaultValue?: any;
1102
+ group?: string | undefined;
1103
+ required: boolean;
1104
+ type: "money";
1105
+ name: string;
1106
+ label: string;
1107
+ } | {
1108
+ options?: {
1109
+ maxItems?: number | undefined;
1110
+ minItems?: number | undefined;
1111
+ subFields?: any;
1112
+ itemLabel?: string | undefined;
1113
+ } | undefined;
1114
+ searchable?: boolean | undefined;
1115
+ localized?: boolean | undefined;
1116
+ description?: string | undefined;
1117
+ defaultValue?: any;
1118
+ group?: string | undefined;
1119
+ required: boolean;
1120
+ type: "arrayObject";
1121
+ name: string;
1122
+ label: string;
920
1123
  } | {
921
1124
  options?: {
922
1125
  taxonomyId?: string | undefined;
1126
+ taxonomyName?: string | undefined;
923
1127
  allowCreate?: boolean | undefined;
924
1128
  maxTags?: number | undefined;
925
1129
  minTags?: number | undefined;
@@ -928,6 +1132,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
928
1132
  localized?: boolean | undefined;
929
1133
  description?: string | undefined;
930
1134
  defaultValue?: any;
1135
+ group?: string | undefined;
931
1136
  required: boolean;
932
1137
  type: "tags";
933
1138
  name: string;
@@ -954,6 +1159,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
954
1159
  localized?: boolean | undefined;
955
1160
  description?: string | undefined;
956
1161
  defaultValue?: any;
1162
+ group?: string | undefined;
957
1163
  required: boolean;
958
1164
  type: "text";
959
1165
  name: string;
@@ -971,6 +1177,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
971
1177
  localized?: boolean | undefined;
972
1178
  description?: string | undefined;
973
1179
  defaultValue?: any;
1180
+ group?: string | undefined;
974
1181
  required: boolean;
975
1182
  type: "number";
976
1183
  name: string;
@@ -984,6 +1191,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
984
1191
  localized?: boolean | undefined;
985
1192
  description?: string | undefined;
986
1193
  defaultValue?: any;
1194
+ group?: string | undefined;
987
1195
  required: boolean;
988
1196
  type: "boolean";
989
1197
  name: string;
@@ -999,6 +1207,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
999
1207
  localized?: boolean | undefined;
1000
1208
  description?: string | undefined;
1001
1209
  defaultValue?: any;
1210
+ group?: string | undefined;
1002
1211
  required: boolean;
1003
1212
  type: "richText";
1004
1213
  name: string;
@@ -1015,6 +1224,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1015
1224
  localized?: boolean | undefined;
1016
1225
  description?: string | undefined;
1017
1226
  defaultValue?: any;
1227
+ group?: string | undefined;
1018
1228
  required: boolean;
1019
1229
  type: "media";
1020
1230
  name: string;
@@ -1030,14 +1240,16 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1030
1240
  localized?: boolean | undefined;
1031
1241
  description?: string | undefined;
1032
1242
  defaultValue?: any;
1243
+ group?: string | undefined;
1033
1244
  required: boolean;
1034
1245
  type: "select";
1035
1246
  name: string;
1036
1247
  label: string;
1037
1248
  } | {
1038
1249
  options?: {
1039
- allowMultiple?: boolean | undefined;
1250
+ taxonomyId?: string | undefined;
1040
1251
  taxonomyName?: string | undefined;
1252
+ allowMultiple?: boolean | undefined;
1041
1253
  maxSelections?: number | undefined;
1042
1254
  depth?: number | undefined;
1043
1255
  } | undefined;
@@ -1045,6 +1257,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1045
1257
  localized?: boolean | undefined;
1046
1258
  description?: string | undefined;
1047
1259
  defaultValue?: any;
1260
+ group?: string | undefined;
1048
1261
  required: boolean;
1049
1262
  type: "category";
1050
1263
  name: string;
@@ -1057,6 +1270,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1057
1270
  localized?: boolean | undefined;
1058
1271
  description?: string | undefined;
1059
1272
  defaultValue?: any;
1273
+ group?: string | undefined;
1060
1274
  required: boolean;
1061
1275
  type: "json";
1062
1276
  name: string;
@@ -1072,6 +1286,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1072
1286
  localized?: boolean | undefined;
1073
1287
  description?: string | undefined;
1074
1288
  defaultValue?: any;
1289
+ group?: string | undefined;
1075
1290
  required: boolean;
1076
1291
  type: "reference";
1077
1292
  name: string;
@@ -1089,6 +1304,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1089
1304
  localized?: boolean | undefined;
1090
1305
  description?: string | undefined;
1091
1306
  defaultValue?: any;
1307
+ group?: string | undefined;
1092
1308
  required: boolean;
1093
1309
  type: "multiSelect";
1094
1310
  name: string;
@@ -1103,6 +1319,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1103
1319
  localized?: boolean | undefined;
1104
1320
  description?: string | undefined;
1105
1321
  defaultValue?: any;
1322
+ group?: string | undefined;
1106
1323
  required: boolean;
1107
1324
  type: "date";
1108
1325
  name: string;
@@ -1118,13 +1335,47 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1118
1335
  localized?: boolean | undefined;
1119
1336
  description?: string | undefined;
1120
1337
  defaultValue?: any;
1338
+ group?: string | undefined;
1121
1339
  required: boolean;
1122
1340
  type: "datetime";
1123
1341
  name: string;
1124
1342
  label: string;
1343
+ } | {
1344
+ options?: {
1345
+ min?: number | undefined;
1346
+ max?: number | undefined;
1347
+ defaultCurrency?: string | undefined;
1348
+ allowedCurrencies?: string[] | undefined;
1349
+ } | undefined;
1350
+ searchable?: boolean | undefined;
1351
+ localized?: boolean | undefined;
1352
+ description?: string | undefined;
1353
+ defaultValue?: any;
1354
+ group?: string | undefined;
1355
+ required: boolean;
1356
+ type: "money";
1357
+ name: string;
1358
+ label: string;
1359
+ } | {
1360
+ options?: {
1361
+ maxItems?: number | undefined;
1362
+ minItems?: number | undefined;
1363
+ subFields?: any;
1364
+ itemLabel?: string | undefined;
1365
+ } | undefined;
1366
+ searchable?: boolean | undefined;
1367
+ localized?: boolean | undefined;
1368
+ description?: string | undefined;
1369
+ defaultValue?: any;
1370
+ group?: string | undefined;
1371
+ required: boolean;
1372
+ type: "arrayObject";
1373
+ name: string;
1374
+ label: string;
1125
1375
  } | {
1126
1376
  options?: {
1127
1377
  taxonomyId?: string | undefined;
1378
+ taxonomyName?: string | undefined;
1128
1379
  allowCreate?: boolean | undefined;
1129
1380
  maxTags?: number | undefined;
1130
1381
  minTags?: number | undefined;
@@ -1133,6 +1384,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1133
1384
  localized?: boolean | undefined;
1134
1385
  description?: string | undefined;
1135
1386
  defaultValue?: any;
1387
+ group?: string | undefined;
1136
1388
  required: boolean;
1137
1389
  type: "tags";
1138
1390
  name: string;
@@ -1150,6 +1402,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1150
1402
  localized?: boolean | undefined;
1151
1403
  description?: string | undefined;
1152
1404
  defaultValue?: any;
1405
+ group?: string | undefined;
1153
1406
  required: boolean;
1154
1407
  type: "text";
1155
1408
  name: string;
@@ -1167,6 +1420,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1167
1420
  localized?: boolean | undefined;
1168
1421
  description?: string | undefined;
1169
1422
  defaultValue?: any;
1423
+ group?: string | undefined;
1170
1424
  required: boolean;
1171
1425
  type: "number";
1172
1426
  name: string;
@@ -1180,6 +1434,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1180
1434
  localized?: boolean | undefined;
1181
1435
  description?: string | undefined;
1182
1436
  defaultValue?: any;
1437
+ group?: string | undefined;
1183
1438
  required: boolean;
1184
1439
  type: "boolean";
1185
1440
  name: string;
@@ -1195,6 +1450,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1195
1450
  localized?: boolean | undefined;
1196
1451
  description?: string | undefined;
1197
1452
  defaultValue?: any;
1453
+ group?: string | undefined;
1198
1454
  required: boolean;
1199
1455
  type: "richText";
1200
1456
  name: string;
@@ -1211,6 +1467,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1211
1467
  localized?: boolean | undefined;
1212
1468
  description?: string | undefined;
1213
1469
  defaultValue?: any;
1470
+ group?: string | undefined;
1214
1471
  required: boolean;
1215
1472
  type: "media";
1216
1473
  name: string;
@@ -1226,14 +1483,16 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1226
1483
  localized?: boolean | undefined;
1227
1484
  description?: string | undefined;
1228
1485
  defaultValue?: any;
1486
+ group?: string | undefined;
1229
1487
  required: boolean;
1230
1488
  type: "select";
1231
1489
  name: string;
1232
1490
  label: string;
1233
1491
  } | {
1234
1492
  options?: {
1235
- allowMultiple?: boolean | undefined;
1493
+ taxonomyId?: string | undefined;
1236
1494
  taxonomyName?: string | undefined;
1495
+ allowMultiple?: boolean | undefined;
1237
1496
  maxSelections?: number | undefined;
1238
1497
  depth?: number | undefined;
1239
1498
  } | undefined;
@@ -1241,6 +1500,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1241
1500
  localized?: boolean | undefined;
1242
1501
  description?: string | undefined;
1243
1502
  defaultValue?: any;
1503
+ group?: string | undefined;
1244
1504
  required: boolean;
1245
1505
  type: "category";
1246
1506
  name: string;
@@ -1253,6 +1513,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1253
1513
  localized?: boolean | undefined;
1254
1514
  description?: string | undefined;
1255
1515
  defaultValue?: any;
1516
+ group?: string | undefined;
1256
1517
  required: boolean;
1257
1518
  type: "json";
1258
1519
  name: string;
@@ -1268,6 +1529,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1268
1529
  localized?: boolean | undefined;
1269
1530
  description?: string | undefined;
1270
1531
  defaultValue?: any;
1532
+ group?: string | undefined;
1271
1533
  required: boolean;
1272
1534
  type: "reference";
1273
1535
  name: string;
@@ -1285,6 +1547,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1285
1547
  localized?: boolean | undefined;
1286
1548
  description?: string | undefined;
1287
1549
  defaultValue?: any;
1550
+ group?: string | undefined;
1288
1551
  required: boolean;
1289
1552
  type: "multiSelect";
1290
1553
  name: string;
@@ -1299,6 +1562,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1299
1562
  localized?: boolean | undefined;
1300
1563
  description?: string | undefined;
1301
1564
  defaultValue?: any;
1565
+ group?: string | undefined;
1302
1566
  required: boolean;
1303
1567
  type: "date";
1304
1568
  name: string;
@@ -1314,13 +1578,47 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1314
1578
  localized?: boolean | undefined;
1315
1579
  description?: string | undefined;
1316
1580
  defaultValue?: any;
1581
+ group?: string | undefined;
1317
1582
  required: boolean;
1318
1583
  type: "datetime";
1319
1584
  name: string;
1320
1585
  label: string;
1586
+ } | {
1587
+ options?: {
1588
+ min?: number | undefined;
1589
+ max?: number | undefined;
1590
+ defaultCurrency?: string | undefined;
1591
+ allowedCurrencies?: string[] | undefined;
1592
+ } | undefined;
1593
+ searchable?: boolean | undefined;
1594
+ localized?: boolean | undefined;
1595
+ description?: string | undefined;
1596
+ defaultValue?: any;
1597
+ group?: string | undefined;
1598
+ required: boolean;
1599
+ type: "money";
1600
+ name: string;
1601
+ label: string;
1602
+ } | {
1603
+ options?: {
1604
+ maxItems?: number | undefined;
1605
+ minItems?: number | undefined;
1606
+ subFields?: any;
1607
+ itemLabel?: string | undefined;
1608
+ } | undefined;
1609
+ searchable?: boolean | undefined;
1610
+ localized?: boolean | undefined;
1611
+ description?: string | undefined;
1612
+ defaultValue?: any;
1613
+ group?: string | undefined;
1614
+ required: boolean;
1615
+ type: "arrayObject";
1616
+ name: string;
1617
+ label: string;
1321
1618
  } | {
1322
1619
  options?: {
1323
1620
  taxonomyId?: string | undefined;
1621
+ taxonomyName?: string | undefined;
1324
1622
  allowCreate?: boolean | undefined;
1325
1623
  maxTags?: number | undefined;
1326
1624
  minTags?: number | undefined;
@@ -1329,6 +1627,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1329
1627
  localized?: boolean | undefined;
1330
1628
  description?: string | undefined;
1331
1629
  defaultValue?: any;
1630
+ group?: string | undefined;
1332
1631
  required: boolean;
1333
1632
  type: "tags";
1334
1633
  name: string;
@@ -1346,6 +1645,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1346
1645
  localized?: boolean | undefined;
1347
1646
  description?: string | undefined;
1348
1647
  defaultValue?: any;
1648
+ group?: string | undefined;
1349
1649
  required: boolean;
1350
1650
  type: "text";
1351
1651
  name: string;
@@ -1374,7 +1674,8 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1374
1674
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
1375
1675
  description: import("convex/values").VString<string | undefined, "optional">;
1376
1676
  defaultValue: import("convex/values").VAny<any, "optional", string>;
1377
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "options.minLength" | "options.maxLength" | "options.pattern" | "options.patternMessage" | "options.placeholder" | "options.multiline" | `defaultValue.${string}`>, import("convex/values").VObject<{
1677
+ group: import("convex/values").VString<string | undefined, "optional">;
1678
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | "options.minLength" | "options.maxLength" | "options.pattern" | "options.patternMessage" | "options.placeholder" | "options.multiline" | `defaultValue.${string}`>, import("convex/values").VObject<{
1378
1679
  options?: {
1379
1680
  min?: number | undefined;
1380
1681
  max?: number | undefined;
@@ -1387,6 +1688,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1387
1688
  localized?: boolean | undefined;
1388
1689
  description?: string | undefined;
1389
1690
  defaultValue?: any;
1691
+ group?: string | undefined;
1390
1692
  required: boolean;
1391
1693
  type: "number";
1392
1694
  name: string;
@@ -1415,7 +1717,8 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1415
1717
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
1416
1718
  description: import("convex/values").VString<string | undefined, "optional">;
1417
1719
  defaultValue: import("convex/values").VAny<any, "optional", string>;
1418
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.min" | "options.max" | "options.step" | "options.precision" | "options.prefix" | "options.suffix">, import("convex/values").VObject<{
1720
+ group: import("convex/values").VString<string | undefined, "optional">;
1721
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.min" | "options.max" | "options.step" | "options.precision" | "options.prefix" | "options.suffix">, import("convex/values").VObject<{
1419
1722
  options?: {
1420
1723
  trueLabel?: string | undefined;
1421
1724
  falseLabel?: string | undefined;
@@ -1424,6 +1727,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1424
1727
  localized?: boolean | undefined;
1425
1728
  description?: string | undefined;
1426
1729
  defaultValue?: any;
1730
+ group?: string | undefined;
1427
1731
  required: boolean;
1428
1732
  type: "boolean";
1429
1733
  name: string;
@@ -1444,7 +1748,8 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1444
1748
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
1445
1749
  description: import("convex/values").VString<string | undefined, "optional">;
1446
1750
  defaultValue: import("convex/values").VAny<any, "optional", string>;
1447
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.trueLabel" | "options.falseLabel">, import("convex/values").VObject<{
1751
+ group: import("convex/values").VString<string | undefined, "optional">;
1752
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.trueLabel" | "options.falseLabel">, import("convex/values").VObject<{
1448
1753
  options?: {
1449
1754
  maxLength?: number | undefined;
1450
1755
  placeholder?: string | undefined;
@@ -1455,6 +1760,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1455
1760
  localized?: boolean | undefined;
1456
1761
  description?: string | undefined;
1457
1762
  defaultValue?: any;
1763
+ group?: string | undefined;
1458
1764
  required: boolean;
1459
1765
  type: "richText";
1460
1766
  name: string;
@@ -1479,7 +1785,8 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1479
1785
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
1480
1786
  description: import("convex/values").VString<string | undefined, "optional">;
1481
1787
  defaultValue: import("convex/values").VAny<any, "optional", string>;
1482
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "options.maxLength" | "options.placeholder" | `defaultValue.${string}` | "options.allowedBlocks" | "options.allowedMarks">, import("convex/values").VObject<{
1788
+ group: import("convex/values").VString<string | undefined, "optional">;
1789
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | "options.maxLength" | "options.placeholder" | `defaultValue.${string}` | "options.allowedBlocks" | "options.allowedMarks">, import("convex/values").VObject<{
1483
1790
  options?: {
1484
1791
  mediaType?: "image" | "video" | "audio" | "document" | "other" | undefined;
1485
1792
  allowedMimeTypes?: string[] | undefined;
@@ -1491,6 +1798,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1491
1798
  localized?: boolean | undefined;
1492
1799
  description?: string | undefined;
1493
1800
  defaultValue?: any;
1801
+ group?: string | undefined;
1494
1802
  required: boolean;
1495
1803
  type: "media";
1496
1804
  name: string;
@@ -1517,7 +1825,8 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1517
1825
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
1518
1826
  description: import("convex/values").VString<string | undefined, "optional">;
1519
1827
  defaultValue: import("convex/values").VAny<any, "optional", string>;
1520
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.mediaType" | "options.allowedMimeTypes" | "options.maxFileSize" | "options.multiple" | "options.maxItems">, import("convex/values").VObject<{
1828
+ group: import("convex/values").VString<string | undefined, "optional">;
1829
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.mediaType" | "options.allowedMimeTypes" | "options.maxFileSize" | "options.multiple" | "options.maxItems">, import("convex/values").VObject<{
1521
1830
  options?: {
1522
1831
  options?: {
1523
1832
  label: string;
@@ -1528,6 +1837,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1528
1837
  localized?: boolean | undefined;
1529
1838
  description?: string | undefined;
1530
1839
  defaultValue?: any;
1840
+ group?: string | undefined;
1531
1841
  required: boolean;
1532
1842
  type: "select";
1533
1843
  name: string;
@@ -1558,7 +1868,8 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1558
1868
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
1559
1869
  description: import("convex/values").VString<string | undefined, "optional">;
1560
1870
  defaultValue: import("convex/values").VAny<any, "optional", string>;
1561
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.options">, import("convex/values").VObject<{
1871
+ group: import("convex/values").VString<string | undefined, "optional">;
1872
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.options">, import("convex/values").VObject<{
1562
1873
  options?: {
1563
1874
  options?: {
1564
1875
  label: string;
@@ -1571,6 +1882,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1571
1882
  localized?: boolean | undefined;
1572
1883
  description?: string | undefined;
1573
1884
  defaultValue?: any;
1885
+ group?: string | undefined;
1574
1886
  required: boolean;
1575
1887
  type: "multiSelect";
1576
1888
  name: string;
@@ -1605,9 +1917,11 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1605
1917
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
1606
1918
  description: import("convex/values").VString<string | undefined, "optional">;
1607
1919
  defaultValue: import("convex/values").VAny<any, "optional", string>;
1608
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.options" | "options.maxSelections" | "options.minSelections">, import("convex/values").VObject<{
1920
+ group: import("convex/values").VString<string | undefined, "optional">;
1921
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.options" | "options.maxSelections" | "options.minSelections">, import("convex/values").VObject<{
1609
1922
  options?: {
1610
1923
  taxonomyId?: string | undefined;
1924
+ taxonomyName?: string | undefined;
1611
1925
  allowCreate?: boolean | undefined;
1612
1926
  maxTags?: number | undefined;
1613
1927
  minTags?: number | undefined;
@@ -1616,6 +1930,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1616
1930
  localized?: boolean | undefined;
1617
1931
  description?: string | undefined;
1618
1932
  defaultValue?: any;
1933
+ group?: string | undefined;
1619
1934
  required: boolean;
1620
1935
  type: "tags";
1621
1936
  name: string;
@@ -1624,15 +1939,17 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1624
1939
  type: import("convex/values").VLiteral<"tags", "required">;
1625
1940
  options: import("convex/values").VObject<{
1626
1941
  taxonomyId?: string | undefined;
1942
+ taxonomyName?: string | undefined;
1627
1943
  allowCreate?: boolean | undefined;
1628
1944
  maxTags?: number | undefined;
1629
1945
  minTags?: number | undefined;
1630
1946
  } | undefined, {
1631
1947
  taxonomyId: import("convex/values").VString<string | undefined, "optional">;
1948
+ taxonomyName: import("convex/values").VString<string | undefined, "optional">;
1632
1949
  allowCreate: import("convex/values").VBoolean<boolean | undefined, "optional">;
1633
1950
  maxTags: import("convex/values").VFloat64<number | undefined, "optional">;
1634
1951
  minTags: import("convex/values").VFloat64<number | undefined, "optional">;
1635
- }, "optional", "taxonomyId" | "allowCreate" | "maxTags" | "minTags">;
1952
+ }, "optional", "taxonomyId" | "taxonomyName" | "allowCreate" | "maxTags" | "minTags">;
1636
1953
  name: import("convex/values").VString<string, "required">;
1637
1954
  label: import("convex/values").VString<string, "required">;
1638
1955
  required: import("convex/values").VBoolean<boolean, "required">;
@@ -1640,10 +1957,12 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1640
1957
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
1641
1958
  description: import("convex/values").VString<string | undefined, "optional">;
1642
1959
  defaultValue: import("convex/values").VAny<any, "optional", string>;
1643
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.taxonomyId" | "options.allowCreate" | "options.maxTags" | "options.minTags">, import("convex/values").VObject<{
1960
+ group: import("convex/values").VString<string | undefined, "optional">;
1961
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.taxonomyId" | "options.taxonomyName" | "options.allowCreate" | "options.maxTags" | "options.minTags">, import("convex/values").VObject<{
1644
1962
  options?: {
1645
- allowMultiple?: boolean | undefined;
1963
+ taxonomyId?: string | undefined;
1646
1964
  taxonomyName?: string | undefined;
1965
+ allowMultiple?: boolean | undefined;
1647
1966
  maxSelections?: number | undefined;
1648
1967
  depth?: number | undefined;
1649
1968
  } | undefined;
@@ -1651,6 +1970,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1651
1970
  localized?: boolean | undefined;
1652
1971
  description?: string | undefined;
1653
1972
  defaultValue?: any;
1973
+ group?: string | undefined;
1654
1974
  required: boolean;
1655
1975
  type: "category";
1656
1976
  name: string;
@@ -1658,16 +1978,18 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1658
1978
  }, {
1659
1979
  type: import("convex/values").VLiteral<"category", "required">;
1660
1980
  options: import("convex/values").VObject<{
1661
- allowMultiple?: boolean | undefined;
1981
+ taxonomyId?: string | undefined;
1662
1982
  taxonomyName?: string | undefined;
1983
+ allowMultiple?: boolean | undefined;
1663
1984
  maxSelections?: number | undefined;
1664
1985
  depth?: number | undefined;
1665
1986
  } | undefined, {
1666
- allowMultiple: import("convex/values").VBoolean<boolean | undefined, "optional">;
1987
+ taxonomyId: import("convex/values").VString<string | undefined, "optional">;
1667
1988
  taxonomyName: import("convex/values").VString<string | undefined, "optional">;
1989
+ allowMultiple: import("convex/values").VBoolean<boolean | undefined, "optional">;
1668
1990
  maxSelections: import("convex/values").VFloat64<number | undefined, "optional">;
1669
1991
  depth: import("convex/values").VFloat64<number | undefined, "optional">;
1670
- }, "optional", "allowMultiple" | "taxonomyName" | "maxSelections" | "depth">;
1992
+ }, "optional", "taxonomyId" | "taxonomyName" | "allowMultiple" | "maxSelections" | "depth">;
1671
1993
  name: import("convex/values").VString<string, "required">;
1672
1994
  label: import("convex/values").VString<string, "required">;
1673
1995
  required: import("convex/values").VBoolean<boolean, "required">;
@@ -1675,7 +1997,8 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1675
1997
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
1676
1998
  description: import("convex/values").VString<string | undefined, "optional">;
1677
1999
  defaultValue: import("convex/values").VAny<any, "optional", string>;
1678
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.allowMultiple" | "options.taxonomyName" | "options.maxSelections" | "options.depth">, import("convex/values").VObject<{
2000
+ group: import("convex/values").VString<string | undefined, "optional">;
2001
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.taxonomyId" | "options.taxonomyName" | "options.allowMultiple" | "options.maxSelections" | "options.depth">, import("convex/values").VObject<{
1679
2002
  options?: {
1680
2003
  schema?: any;
1681
2004
  } | undefined;
@@ -1683,6 +2006,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1683
2006
  localized?: boolean | undefined;
1684
2007
  description?: string | undefined;
1685
2008
  defaultValue?: any;
2009
+ group?: string | undefined;
1686
2010
  required: boolean;
1687
2011
  type: "json";
1688
2012
  name: string;
@@ -1701,7 +2025,8 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1701
2025
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
1702
2026
  description: import("convex/values").VString<string | undefined, "optional">;
1703
2027
  defaultValue: import("convex/values").VAny<any, "optional", string>;
1704
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.schema" | `options.schema.${string}`>, import("convex/values").VObject<{
2028
+ group: import("convex/values").VString<string | undefined, "optional">;
2029
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.schema" | `options.schema.${string}`>, import("convex/values").VObject<{
1705
2030
  options?: {
1706
2031
  format?: string | undefined;
1707
2032
  min?: number | undefined;
@@ -1711,6 +2036,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1711
2036
  localized?: boolean | undefined;
1712
2037
  description?: string | undefined;
1713
2038
  defaultValue?: any;
2039
+ group?: string | undefined;
1714
2040
  required: boolean;
1715
2041
  type: "date";
1716
2042
  name: string;
@@ -1733,7 +2059,8 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1733
2059
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
1734
2060
  description: import("convex/values").VString<string | undefined, "optional">;
1735
2061
  defaultValue: import("convex/values").VAny<any, "optional", string>;
1736
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.min" | "options.max" | "options.format">, import("convex/values").VObject<{
2062
+ group: import("convex/values").VString<string | undefined, "optional">;
2063
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.min" | "options.max" | "options.format">, import("convex/values").VObject<{
1737
2064
  options?: {
1738
2065
  format?: string | undefined;
1739
2066
  min?: number | undefined;
@@ -1744,6 +2071,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1744
2071
  localized?: boolean | undefined;
1745
2072
  description?: string | undefined;
1746
2073
  defaultValue?: any;
2074
+ group?: string | undefined;
1747
2075
  required: boolean;
1748
2076
  type: "datetime";
1749
2077
  name: string;
@@ -1768,7 +2096,8 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1768
2096
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
1769
2097
  description: import("convex/values").VString<string | undefined, "optional">;
1770
2098
  defaultValue: import("convex/values").VAny<any, "optional", string>;
1771
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.min" | "options.max" | "options.format" | "options.timezone">, import("convex/values").VObject<{
2099
+ group: import("convex/values").VString<string | undefined, "optional">;
2100
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.min" | "options.max" | "options.format" | "options.timezone">, import("convex/values").VObject<{
1772
2101
  options?: {
1773
2102
  multiple?: boolean | undefined;
1774
2103
  maxItems?: number | undefined;
@@ -1779,6 +2108,7 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1779
2108
  localized?: boolean | undefined;
1780
2109
  description?: string | undefined;
1781
2110
  defaultValue?: any;
2111
+ group?: string | undefined;
1782
2112
  required: boolean;
1783
2113
  type: "reference";
1784
2114
  name: string;
@@ -1803,7 +2133,82 @@ export declare const adminContentTypeDoc: import("convex/values").VObject<{
1803
2133
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
1804
2134
  description: import("convex/values").VString<string | undefined, "optional">;
1805
2135
  defaultValue: import("convex/values").VAny<any, "optional", string>;
1806
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.multiple" | "options.maxItems" | "options.allowedContentTypes" | "options.minItems">], "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "options.minLength" | "options.maxLength" | "options.pattern" | "options.patternMessage" | "options.placeholder" | "options.multiline" | `defaultValue.${string}` | "options.min" | "options.max" | "options.step" | "options.precision" | "options.prefix" | "options.suffix" | "options.trueLabel" | "options.falseLabel" | "options.allowedBlocks" | "options.allowedMarks" | "options.mediaType" | "options.allowedMimeTypes" | "options.maxFileSize" | "options.multiple" | "options.maxItems" | "options.options" | "options.taxonomyId" | "options.allowCreate" | "options.maxTags" | "options.minTags" | "options.allowMultiple" | "options.taxonomyName" | "options.maxSelections" | "options.depth" | "options.schema" | `options.schema.${string}` | "options.allowedContentTypes" | "options.minItems" | "options.minSelections" | "options.format" | "options.timezone">, "required">;
2136
+ group: import("convex/values").VString<string | undefined, "optional">;
2137
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.multiple" | "options.maxItems" | "options.allowedContentTypes" | "options.minItems">, import("convex/values").VObject<{
2138
+ options?: {
2139
+ min?: number | undefined;
2140
+ max?: number | undefined;
2141
+ defaultCurrency?: string | undefined;
2142
+ allowedCurrencies?: string[] | undefined;
2143
+ } | undefined;
2144
+ searchable?: boolean | undefined;
2145
+ localized?: boolean | undefined;
2146
+ description?: string | undefined;
2147
+ defaultValue?: any;
2148
+ group?: string | undefined;
2149
+ required: boolean;
2150
+ type: "money";
2151
+ name: string;
2152
+ label: string;
2153
+ }, {
2154
+ type: import("convex/values").VLiteral<"money", "required">;
2155
+ options: import("convex/values").VObject<{
2156
+ min?: number | undefined;
2157
+ max?: number | undefined;
2158
+ defaultCurrency?: string | undefined;
2159
+ allowedCurrencies?: string[] | undefined;
2160
+ } | undefined, {
2161
+ min: import("convex/values").VFloat64<number | undefined, "optional">;
2162
+ max: import("convex/values").VFloat64<number | undefined, "optional">;
2163
+ defaultCurrency: import("convex/values").VString<string | undefined, "optional">;
2164
+ allowedCurrencies: import("convex/values").VArray<string[] | undefined, import("convex/values").VString<string, "required">, "optional">;
2165
+ }, "optional", "min" | "max" | "defaultCurrency" | "allowedCurrencies">;
2166
+ name: import("convex/values").VString<string, "required">;
2167
+ label: import("convex/values").VString<string, "required">;
2168
+ required: import("convex/values").VBoolean<boolean, "required">;
2169
+ searchable: import("convex/values").VBoolean<boolean | undefined, "optional">;
2170
+ localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
2171
+ description: import("convex/values").VString<string | undefined, "optional">;
2172
+ defaultValue: import("convex/values").VAny<any, "optional", string>;
2173
+ group: import("convex/values").VString<string | undefined, "optional">;
2174
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.min" | "options.max" | "options.defaultCurrency" | "options.allowedCurrencies">, import("convex/values").VObject<{
2175
+ options?: {
2176
+ maxItems?: number | undefined;
2177
+ minItems?: number | undefined;
2178
+ subFields?: any;
2179
+ itemLabel?: string | undefined;
2180
+ } | undefined;
2181
+ searchable?: boolean | undefined;
2182
+ localized?: boolean | undefined;
2183
+ description?: string | undefined;
2184
+ defaultValue?: any;
2185
+ group?: string | undefined;
2186
+ required: boolean;
2187
+ type: "arrayObject";
2188
+ name: string;
2189
+ label: string;
2190
+ }, {
2191
+ type: import("convex/values").VLiteral<"arrayObject", "required">;
2192
+ options: import("convex/values").VObject<{
2193
+ maxItems?: number | undefined;
2194
+ minItems?: number | undefined;
2195
+ subFields?: any;
2196
+ itemLabel?: string | undefined;
2197
+ } | undefined, {
2198
+ subFields: import("convex/values").VAny<any, "optional", string>;
2199
+ itemLabel: import("convex/values").VString<string | undefined, "optional">;
2200
+ maxItems: import("convex/values").VFloat64<number | undefined, "optional">;
2201
+ minItems: import("convex/values").VFloat64<number | undefined, "optional">;
2202
+ }, "optional", "maxItems" | "minItems" | "subFields" | "itemLabel" | `subFields.${string}`>;
2203
+ name: import("convex/values").VString<string, "required">;
2204
+ label: import("convex/values").VString<string, "required">;
2205
+ required: import("convex/values").VBoolean<boolean, "required">;
2206
+ searchable: import("convex/values").VBoolean<boolean | undefined, "optional">;
2207
+ localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
2208
+ description: import("convex/values").VString<string | undefined, "optional">;
2209
+ defaultValue: import("convex/values").VAny<any, "optional", string>;
2210
+ group: import("convex/values").VString<string | undefined, "optional">;
2211
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.maxItems" | "options.minItems" | "options.subFields" | "options.itemLabel" | `options.subFields.${string}`>], "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | "options.minLength" | "options.maxLength" | "options.pattern" | "options.patternMessage" | "options.placeholder" | "options.multiline" | `defaultValue.${string}` | "options.min" | "options.max" | "options.step" | "options.precision" | "options.prefix" | "options.suffix" | "options.trueLabel" | "options.falseLabel" | "options.allowedBlocks" | "options.allowedMarks" | "options.mediaType" | "options.allowedMimeTypes" | "options.maxFileSize" | "options.multiple" | "options.maxItems" | "options.options" | "options.taxonomyId" | "options.taxonomyName" | "options.allowCreate" | "options.maxTags" | "options.minTags" | "options.allowMultiple" | "options.maxSelections" | "options.depth" | "options.schema" | `options.schema.${string}` | "options.allowedContentTypes" | "options.minItems" | "options.minSelections" | "options.format" | "options.timezone" | "options.defaultCurrency" | "options.allowedCurrencies" | "options.subFields" | "options.itemLabel" | `options.subFields.${string}`>, "required">;
1807
2212
  name: import("convex/values").VString<string, "required">;
1808
2213
  displayName: import("convex/values").VString<string, "required">;
1809
2214
  createdBy: import("convex/values").VString<string, "required">;
@@ -1841,6 +2246,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
1841
2246
  localized?: boolean | undefined;
1842
2247
  description?: string | undefined;
1843
2248
  defaultValue?: any;
2249
+ group?: string | undefined;
1844
2250
  required: boolean;
1845
2251
  type: "text";
1846
2252
  name: string;
@@ -1858,6 +2264,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
1858
2264
  localized?: boolean | undefined;
1859
2265
  description?: string | undefined;
1860
2266
  defaultValue?: any;
2267
+ group?: string | undefined;
1861
2268
  required: boolean;
1862
2269
  type: "number";
1863
2270
  name: string;
@@ -1871,6 +2278,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
1871
2278
  localized?: boolean | undefined;
1872
2279
  description?: string | undefined;
1873
2280
  defaultValue?: any;
2281
+ group?: string | undefined;
1874
2282
  required: boolean;
1875
2283
  type: "boolean";
1876
2284
  name: string;
@@ -1886,6 +2294,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
1886
2294
  localized?: boolean | undefined;
1887
2295
  description?: string | undefined;
1888
2296
  defaultValue?: any;
2297
+ group?: string | undefined;
1889
2298
  required: boolean;
1890
2299
  type: "richText";
1891
2300
  name: string;
@@ -1902,6 +2311,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
1902
2311
  localized?: boolean | undefined;
1903
2312
  description?: string | undefined;
1904
2313
  defaultValue?: any;
2314
+ group?: string | undefined;
1905
2315
  required: boolean;
1906
2316
  type: "media";
1907
2317
  name: string;
@@ -1917,14 +2327,16 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
1917
2327
  localized?: boolean | undefined;
1918
2328
  description?: string | undefined;
1919
2329
  defaultValue?: any;
2330
+ group?: string | undefined;
1920
2331
  required: boolean;
1921
2332
  type: "select";
1922
2333
  name: string;
1923
2334
  label: string;
1924
2335
  } | {
1925
2336
  options?: {
1926
- allowMultiple?: boolean | undefined;
2337
+ taxonomyId?: string | undefined;
1927
2338
  taxonomyName?: string | undefined;
2339
+ allowMultiple?: boolean | undefined;
1928
2340
  maxSelections?: number | undefined;
1929
2341
  depth?: number | undefined;
1930
2342
  } | undefined;
@@ -1932,6 +2344,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
1932
2344
  localized?: boolean | undefined;
1933
2345
  description?: string | undefined;
1934
2346
  defaultValue?: any;
2347
+ group?: string | undefined;
1935
2348
  required: boolean;
1936
2349
  type: "category";
1937
2350
  name: string;
@@ -1944,6 +2357,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
1944
2357
  localized?: boolean | undefined;
1945
2358
  description?: string | undefined;
1946
2359
  defaultValue?: any;
2360
+ group?: string | undefined;
1947
2361
  required: boolean;
1948
2362
  type: "json";
1949
2363
  name: string;
@@ -1959,6 +2373,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
1959
2373
  localized?: boolean | undefined;
1960
2374
  description?: string | undefined;
1961
2375
  defaultValue?: any;
2376
+ group?: string | undefined;
1962
2377
  required: boolean;
1963
2378
  type: "reference";
1964
2379
  name: string;
@@ -1976,6 +2391,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
1976
2391
  localized?: boolean | undefined;
1977
2392
  description?: string | undefined;
1978
2393
  defaultValue?: any;
2394
+ group?: string | undefined;
1979
2395
  required: boolean;
1980
2396
  type: "multiSelect";
1981
2397
  name: string;
@@ -1990,6 +2406,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
1990
2406
  localized?: boolean | undefined;
1991
2407
  description?: string | undefined;
1992
2408
  defaultValue?: any;
2409
+ group?: string | undefined;
1993
2410
  required: boolean;
1994
2411
  type: "date";
1995
2412
  name: string;
@@ -2005,13 +2422,47 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2005
2422
  localized?: boolean | undefined;
2006
2423
  description?: string | undefined;
2007
2424
  defaultValue?: any;
2425
+ group?: string | undefined;
2008
2426
  required: boolean;
2009
2427
  type: "datetime";
2010
2428
  name: string;
2011
2429
  label: string;
2430
+ } | {
2431
+ options?: {
2432
+ min?: number | undefined;
2433
+ max?: number | undefined;
2434
+ defaultCurrency?: string | undefined;
2435
+ allowedCurrencies?: string[] | undefined;
2436
+ } | undefined;
2437
+ searchable?: boolean | undefined;
2438
+ localized?: boolean | undefined;
2439
+ description?: string | undefined;
2440
+ defaultValue?: any;
2441
+ group?: string | undefined;
2442
+ required: boolean;
2443
+ type: "money";
2444
+ name: string;
2445
+ label: string;
2446
+ } | {
2447
+ options?: {
2448
+ maxItems?: number | undefined;
2449
+ minItems?: number | undefined;
2450
+ subFields?: any;
2451
+ itemLabel?: string | undefined;
2452
+ } | undefined;
2453
+ searchable?: boolean | undefined;
2454
+ localized?: boolean | undefined;
2455
+ description?: string | undefined;
2456
+ defaultValue?: any;
2457
+ group?: string | undefined;
2458
+ required: boolean;
2459
+ type: "arrayObject";
2460
+ name: string;
2461
+ label: string;
2012
2462
  } | {
2013
2463
  options?: {
2014
2464
  taxonomyId?: string | undefined;
2465
+ taxonomyName?: string | undefined;
2015
2466
  allowCreate?: boolean | undefined;
2016
2467
  maxTags?: number | undefined;
2017
2468
  minTags?: number | undefined;
@@ -2020,6 +2471,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2020
2471
  localized?: boolean | undefined;
2021
2472
  description?: string | undefined;
2022
2473
  defaultValue?: any;
2474
+ group?: string | undefined;
2023
2475
  required: boolean;
2024
2476
  type: "tags";
2025
2477
  name: string;
@@ -2046,6 +2498,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2046
2498
  localized?: boolean | undefined;
2047
2499
  description?: string | undefined;
2048
2500
  defaultValue?: any;
2501
+ group?: string | undefined;
2049
2502
  required: boolean;
2050
2503
  type: "text";
2051
2504
  name: string;
@@ -2063,6 +2516,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2063
2516
  localized?: boolean | undefined;
2064
2517
  description?: string | undefined;
2065
2518
  defaultValue?: any;
2519
+ group?: string | undefined;
2066
2520
  required: boolean;
2067
2521
  type: "number";
2068
2522
  name: string;
@@ -2076,6 +2530,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2076
2530
  localized?: boolean | undefined;
2077
2531
  description?: string | undefined;
2078
2532
  defaultValue?: any;
2533
+ group?: string | undefined;
2079
2534
  required: boolean;
2080
2535
  type: "boolean";
2081
2536
  name: string;
@@ -2091,6 +2546,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2091
2546
  localized?: boolean | undefined;
2092
2547
  description?: string | undefined;
2093
2548
  defaultValue?: any;
2549
+ group?: string | undefined;
2094
2550
  required: boolean;
2095
2551
  type: "richText";
2096
2552
  name: string;
@@ -2107,6 +2563,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2107
2563
  localized?: boolean | undefined;
2108
2564
  description?: string | undefined;
2109
2565
  defaultValue?: any;
2566
+ group?: string | undefined;
2110
2567
  required: boolean;
2111
2568
  type: "media";
2112
2569
  name: string;
@@ -2122,14 +2579,16 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2122
2579
  localized?: boolean | undefined;
2123
2580
  description?: string | undefined;
2124
2581
  defaultValue?: any;
2582
+ group?: string | undefined;
2125
2583
  required: boolean;
2126
2584
  type: "select";
2127
2585
  name: string;
2128
2586
  label: string;
2129
2587
  } | {
2130
2588
  options?: {
2131
- allowMultiple?: boolean | undefined;
2589
+ taxonomyId?: string | undefined;
2132
2590
  taxonomyName?: string | undefined;
2591
+ allowMultiple?: boolean | undefined;
2133
2592
  maxSelections?: number | undefined;
2134
2593
  depth?: number | undefined;
2135
2594
  } | undefined;
@@ -2137,6 +2596,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2137
2596
  localized?: boolean | undefined;
2138
2597
  description?: string | undefined;
2139
2598
  defaultValue?: any;
2599
+ group?: string | undefined;
2140
2600
  required: boolean;
2141
2601
  type: "category";
2142
2602
  name: string;
@@ -2149,6 +2609,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2149
2609
  localized?: boolean | undefined;
2150
2610
  description?: string | undefined;
2151
2611
  defaultValue?: any;
2612
+ group?: string | undefined;
2152
2613
  required: boolean;
2153
2614
  type: "json";
2154
2615
  name: string;
@@ -2164,6 +2625,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2164
2625
  localized?: boolean | undefined;
2165
2626
  description?: string | undefined;
2166
2627
  defaultValue?: any;
2628
+ group?: string | undefined;
2167
2629
  required: boolean;
2168
2630
  type: "reference";
2169
2631
  name: string;
@@ -2181,6 +2643,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2181
2643
  localized?: boolean | undefined;
2182
2644
  description?: string | undefined;
2183
2645
  defaultValue?: any;
2646
+ group?: string | undefined;
2184
2647
  required: boolean;
2185
2648
  type: "multiSelect";
2186
2649
  name: string;
@@ -2195,6 +2658,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2195
2658
  localized?: boolean | undefined;
2196
2659
  description?: string | undefined;
2197
2660
  defaultValue?: any;
2661
+ group?: string | undefined;
2198
2662
  required: boolean;
2199
2663
  type: "date";
2200
2664
  name: string;
@@ -2210,13 +2674,47 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2210
2674
  localized?: boolean | undefined;
2211
2675
  description?: string | undefined;
2212
2676
  defaultValue?: any;
2677
+ group?: string | undefined;
2213
2678
  required: boolean;
2214
2679
  type: "datetime";
2215
2680
  name: string;
2216
2681
  label: string;
2682
+ } | {
2683
+ options?: {
2684
+ min?: number | undefined;
2685
+ max?: number | undefined;
2686
+ defaultCurrency?: string | undefined;
2687
+ allowedCurrencies?: string[] | undefined;
2688
+ } | undefined;
2689
+ searchable?: boolean | undefined;
2690
+ localized?: boolean | undefined;
2691
+ description?: string | undefined;
2692
+ defaultValue?: any;
2693
+ group?: string | undefined;
2694
+ required: boolean;
2695
+ type: "money";
2696
+ name: string;
2697
+ label: string;
2698
+ } | {
2699
+ options?: {
2700
+ maxItems?: number | undefined;
2701
+ minItems?: number | undefined;
2702
+ subFields?: any;
2703
+ itemLabel?: string | undefined;
2704
+ } | undefined;
2705
+ searchable?: boolean | undefined;
2706
+ localized?: boolean | undefined;
2707
+ description?: string | undefined;
2708
+ defaultValue?: any;
2709
+ group?: string | undefined;
2710
+ required: boolean;
2711
+ type: "arrayObject";
2712
+ name: string;
2713
+ label: string;
2217
2714
  } | {
2218
2715
  options?: {
2219
2716
  taxonomyId?: string | undefined;
2717
+ taxonomyName?: string | undefined;
2220
2718
  allowCreate?: boolean | undefined;
2221
2719
  maxTags?: number | undefined;
2222
2720
  minTags?: number | undefined;
@@ -2225,6 +2723,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2225
2723
  localized?: boolean | undefined;
2226
2724
  description?: string | undefined;
2227
2725
  defaultValue?: any;
2726
+ group?: string | undefined;
2228
2727
  required: boolean;
2229
2728
  type: "tags";
2230
2729
  name: string;
@@ -2242,6 +2741,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2242
2741
  localized?: boolean | undefined;
2243
2742
  description?: string | undefined;
2244
2743
  defaultValue?: any;
2744
+ group?: string | undefined;
2245
2745
  required: boolean;
2246
2746
  type: "text";
2247
2747
  name: string;
@@ -2259,6 +2759,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2259
2759
  localized?: boolean | undefined;
2260
2760
  description?: string | undefined;
2261
2761
  defaultValue?: any;
2762
+ group?: string | undefined;
2262
2763
  required: boolean;
2263
2764
  type: "number";
2264
2765
  name: string;
@@ -2272,6 +2773,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2272
2773
  localized?: boolean | undefined;
2273
2774
  description?: string | undefined;
2274
2775
  defaultValue?: any;
2776
+ group?: string | undefined;
2275
2777
  required: boolean;
2276
2778
  type: "boolean";
2277
2779
  name: string;
@@ -2287,6 +2789,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2287
2789
  localized?: boolean | undefined;
2288
2790
  description?: string | undefined;
2289
2791
  defaultValue?: any;
2792
+ group?: string | undefined;
2290
2793
  required: boolean;
2291
2794
  type: "richText";
2292
2795
  name: string;
@@ -2303,6 +2806,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2303
2806
  localized?: boolean | undefined;
2304
2807
  description?: string | undefined;
2305
2808
  defaultValue?: any;
2809
+ group?: string | undefined;
2306
2810
  required: boolean;
2307
2811
  type: "media";
2308
2812
  name: string;
@@ -2318,14 +2822,16 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2318
2822
  localized?: boolean | undefined;
2319
2823
  description?: string | undefined;
2320
2824
  defaultValue?: any;
2825
+ group?: string | undefined;
2321
2826
  required: boolean;
2322
2827
  type: "select";
2323
2828
  name: string;
2324
2829
  label: string;
2325
2830
  } | {
2326
2831
  options?: {
2327
- allowMultiple?: boolean | undefined;
2832
+ taxonomyId?: string | undefined;
2328
2833
  taxonomyName?: string | undefined;
2834
+ allowMultiple?: boolean | undefined;
2329
2835
  maxSelections?: number | undefined;
2330
2836
  depth?: number | undefined;
2331
2837
  } | undefined;
@@ -2333,6 +2839,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2333
2839
  localized?: boolean | undefined;
2334
2840
  description?: string | undefined;
2335
2841
  defaultValue?: any;
2842
+ group?: string | undefined;
2336
2843
  required: boolean;
2337
2844
  type: "category";
2338
2845
  name: string;
@@ -2345,6 +2852,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2345
2852
  localized?: boolean | undefined;
2346
2853
  description?: string | undefined;
2347
2854
  defaultValue?: any;
2855
+ group?: string | undefined;
2348
2856
  required: boolean;
2349
2857
  type: "json";
2350
2858
  name: string;
@@ -2360,6 +2868,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2360
2868
  localized?: boolean | undefined;
2361
2869
  description?: string | undefined;
2362
2870
  defaultValue?: any;
2871
+ group?: string | undefined;
2363
2872
  required: boolean;
2364
2873
  type: "reference";
2365
2874
  name: string;
@@ -2377,6 +2886,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2377
2886
  localized?: boolean | undefined;
2378
2887
  description?: string | undefined;
2379
2888
  defaultValue?: any;
2889
+ group?: string | undefined;
2380
2890
  required: boolean;
2381
2891
  type: "multiSelect";
2382
2892
  name: string;
@@ -2391,6 +2901,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2391
2901
  localized?: boolean | undefined;
2392
2902
  description?: string | undefined;
2393
2903
  defaultValue?: any;
2904
+ group?: string | undefined;
2394
2905
  required: boolean;
2395
2906
  type: "date";
2396
2907
  name: string;
@@ -2406,13 +2917,47 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2406
2917
  localized?: boolean | undefined;
2407
2918
  description?: string | undefined;
2408
2919
  defaultValue?: any;
2920
+ group?: string | undefined;
2409
2921
  required: boolean;
2410
2922
  type: "datetime";
2411
2923
  name: string;
2412
2924
  label: string;
2925
+ } | {
2926
+ options?: {
2927
+ min?: number | undefined;
2928
+ max?: number | undefined;
2929
+ defaultCurrency?: string | undefined;
2930
+ allowedCurrencies?: string[] | undefined;
2931
+ } | undefined;
2932
+ searchable?: boolean | undefined;
2933
+ localized?: boolean | undefined;
2934
+ description?: string | undefined;
2935
+ defaultValue?: any;
2936
+ group?: string | undefined;
2937
+ required: boolean;
2938
+ type: "money";
2939
+ name: string;
2940
+ label: string;
2941
+ } | {
2942
+ options?: {
2943
+ maxItems?: number | undefined;
2944
+ minItems?: number | undefined;
2945
+ subFields?: any;
2946
+ itemLabel?: string | undefined;
2947
+ } | undefined;
2948
+ searchable?: boolean | undefined;
2949
+ localized?: boolean | undefined;
2950
+ description?: string | undefined;
2951
+ defaultValue?: any;
2952
+ group?: string | undefined;
2953
+ required: boolean;
2954
+ type: "arrayObject";
2955
+ name: string;
2956
+ label: string;
2413
2957
  } | {
2414
2958
  options?: {
2415
2959
  taxonomyId?: string | undefined;
2960
+ taxonomyName?: string | undefined;
2416
2961
  allowCreate?: boolean | undefined;
2417
2962
  maxTags?: number | undefined;
2418
2963
  minTags?: number | undefined;
@@ -2421,6 +2966,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2421
2966
  localized?: boolean | undefined;
2422
2967
  description?: string | undefined;
2423
2968
  defaultValue?: any;
2969
+ group?: string | undefined;
2424
2970
  required: boolean;
2425
2971
  type: "tags";
2426
2972
  name: string;
@@ -2438,6 +2984,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2438
2984
  localized?: boolean | undefined;
2439
2985
  description?: string | undefined;
2440
2986
  defaultValue?: any;
2987
+ group?: string | undefined;
2441
2988
  required: boolean;
2442
2989
  type: "text";
2443
2990
  name: string;
@@ -2466,7 +3013,8 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2466
3013
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
2467
3014
  description: import("convex/values").VString<string | undefined, "optional">;
2468
3015
  defaultValue: import("convex/values").VAny<any, "optional", string>;
2469
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "options.minLength" | "options.maxLength" | "options.pattern" | "options.patternMessage" | "options.placeholder" | "options.multiline" | `defaultValue.${string}`>, import("convex/values").VObject<{
3016
+ group: import("convex/values").VString<string | undefined, "optional">;
3017
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | "options.minLength" | "options.maxLength" | "options.pattern" | "options.patternMessage" | "options.placeholder" | "options.multiline" | `defaultValue.${string}`>, import("convex/values").VObject<{
2470
3018
  options?: {
2471
3019
  min?: number | undefined;
2472
3020
  max?: number | undefined;
@@ -2479,6 +3027,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2479
3027
  localized?: boolean | undefined;
2480
3028
  description?: string | undefined;
2481
3029
  defaultValue?: any;
3030
+ group?: string | undefined;
2482
3031
  required: boolean;
2483
3032
  type: "number";
2484
3033
  name: string;
@@ -2507,7 +3056,8 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2507
3056
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
2508
3057
  description: import("convex/values").VString<string | undefined, "optional">;
2509
3058
  defaultValue: import("convex/values").VAny<any, "optional", string>;
2510
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.min" | "options.max" | "options.step" | "options.precision" | "options.prefix" | "options.suffix">, import("convex/values").VObject<{
3059
+ group: import("convex/values").VString<string | undefined, "optional">;
3060
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.min" | "options.max" | "options.step" | "options.precision" | "options.prefix" | "options.suffix">, import("convex/values").VObject<{
2511
3061
  options?: {
2512
3062
  trueLabel?: string | undefined;
2513
3063
  falseLabel?: string | undefined;
@@ -2516,6 +3066,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2516
3066
  localized?: boolean | undefined;
2517
3067
  description?: string | undefined;
2518
3068
  defaultValue?: any;
3069
+ group?: string | undefined;
2519
3070
  required: boolean;
2520
3071
  type: "boolean";
2521
3072
  name: string;
@@ -2536,7 +3087,8 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2536
3087
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
2537
3088
  description: import("convex/values").VString<string | undefined, "optional">;
2538
3089
  defaultValue: import("convex/values").VAny<any, "optional", string>;
2539
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.trueLabel" | "options.falseLabel">, import("convex/values").VObject<{
3090
+ group: import("convex/values").VString<string | undefined, "optional">;
3091
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.trueLabel" | "options.falseLabel">, import("convex/values").VObject<{
2540
3092
  options?: {
2541
3093
  maxLength?: number | undefined;
2542
3094
  placeholder?: string | undefined;
@@ -2547,6 +3099,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2547
3099
  localized?: boolean | undefined;
2548
3100
  description?: string | undefined;
2549
3101
  defaultValue?: any;
3102
+ group?: string | undefined;
2550
3103
  required: boolean;
2551
3104
  type: "richText";
2552
3105
  name: string;
@@ -2571,7 +3124,8 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2571
3124
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
2572
3125
  description: import("convex/values").VString<string | undefined, "optional">;
2573
3126
  defaultValue: import("convex/values").VAny<any, "optional", string>;
2574
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "options.maxLength" | "options.placeholder" | `defaultValue.${string}` | "options.allowedBlocks" | "options.allowedMarks">, import("convex/values").VObject<{
3127
+ group: import("convex/values").VString<string | undefined, "optional">;
3128
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | "options.maxLength" | "options.placeholder" | `defaultValue.${string}` | "options.allowedBlocks" | "options.allowedMarks">, import("convex/values").VObject<{
2575
3129
  options?: {
2576
3130
  mediaType?: "image" | "video" | "audio" | "document" | "other" | undefined;
2577
3131
  allowedMimeTypes?: string[] | undefined;
@@ -2583,6 +3137,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2583
3137
  localized?: boolean | undefined;
2584
3138
  description?: string | undefined;
2585
3139
  defaultValue?: any;
3140
+ group?: string | undefined;
2586
3141
  required: boolean;
2587
3142
  type: "media";
2588
3143
  name: string;
@@ -2609,7 +3164,8 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2609
3164
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
2610
3165
  description: import("convex/values").VString<string | undefined, "optional">;
2611
3166
  defaultValue: import("convex/values").VAny<any, "optional", string>;
2612
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.mediaType" | "options.allowedMimeTypes" | "options.maxFileSize" | "options.multiple" | "options.maxItems">, import("convex/values").VObject<{
3167
+ group: import("convex/values").VString<string | undefined, "optional">;
3168
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.mediaType" | "options.allowedMimeTypes" | "options.maxFileSize" | "options.multiple" | "options.maxItems">, import("convex/values").VObject<{
2613
3169
  options?: {
2614
3170
  options?: {
2615
3171
  label: string;
@@ -2620,6 +3176,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2620
3176
  localized?: boolean | undefined;
2621
3177
  description?: string | undefined;
2622
3178
  defaultValue?: any;
3179
+ group?: string | undefined;
2623
3180
  required: boolean;
2624
3181
  type: "select";
2625
3182
  name: string;
@@ -2650,7 +3207,8 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2650
3207
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
2651
3208
  description: import("convex/values").VString<string | undefined, "optional">;
2652
3209
  defaultValue: import("convex/values").VAny<any, "optional", string>;
2653
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.options">, import("convex/values").VObject<{
3210
+ group: import("convex/values").VString<string | undefined, "optional">;
3211
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.options">, import("convex/values").VObject<{
2654
3212
  options?: {
2655
3213
  options?: {
2656
3214
  label: string;
@@ -2663,6 +3221,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2663
3221
  localized?: boolean | undefined;
2664
3222
  description?: string | undefined;
2665
3223
  defaultValue?: any;
3224
+ group?: string | undefined;
2666
3225
  required: boolean;
2667
3226
  type: "multiSelect";
2668
3227
  name: string;
@@ -2697,9 +3256,11 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2697
3256
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
2698
3257
  description: import("convex/values").VString<string | undefined, "optional">;
2699
3258
  defaultValue: import("convex/values").VAny<any, "optional", string>;
2700
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.options" | "options.maxSelections" | "options.minSelections">, import("convex/values").VObject<{
3259
+ group: import("convex/values").VString<string | undefined, "optional">;
3260
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.options" | "options.maxSelections" | "options.minSelections">, import("convex/values").VObject<{
2701
3261
  options?: {
2702
3262
  taxonomyId?: string | undefined;
3263
+ taxonomyName?: string | undefined;
2703
3264
  allowCreate?: boolean | undefined;
2704
3265
  maxTags?: number | undefined;
2705
3266
  minTags?: number | undefined;
@@ -2708,6 +3269,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2708
3269
  localized?: boolean | undefined;
2709
3270
  description?: string | undefined;
2710
3271
  defaultValue?: any;
3272
+ group?: string | undefined;
2711
3273
  required: boolean;
2712
3274
  type: "tags";
2713
3275
  name: string;
@@ -2716,15 +3278,17 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2716
3278
  type: import("convex/values").VLiteral<"tags", "required">;
2717
3279
  options: import("convex/values").VObject<{
2718
3280
  taxonomyId?: string | undefined;
3281
+ taxonomyName?: string | undefined;
2719
3282
  allowCreate?: boolean | undefined;
2720
3283
  maxTags?: number | undefined;
2721
3284
  minTags?: number | undefined;
2722
3285
  } | undefined, {
2723
3286
  taxonomyId: import("convex/values").VString<string | undefined, "optional">;
3287
+ taxonomyName: import("convex/values").VString<string | undefined, "optional">;
2724
3288
  allowCreate: import("convex/values").VBoolean<boolean | undefined, "optional">;
2725
3289
  maxTags: import("convex/values").VFloat64<number | undefined, "optional">;
2726
3290
  minTags: import("convex/values").VFloat64<number | undefined, "optional">;
2727
- }, "optional", "taxonomyId" | "allowCreate" | "maxTags" | "minTags">;
3291
+ }, "optional", "taxonomyId" | "taxonomyName" | "allowCreate" | "maxTags" | "minTags">;
2728
3292
  name: import("convex/values").VString<string, "required">;
2729
3293
  label: import("convex/values").VString<string, "required">;
2730
3294
  required: import("convex/values").VBoolean<boolean, "required">;
@@ -2732,10 +3296,12 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2732
3296
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
2733
3297
  description: import("convex/values").VString<string | undefined, "optional">;
2734
3298
  defaultValue: import("convex/values").VAny<any, "optional", string>;
2735
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.taxonomyId" | "options.allowCreate" | "options.maxTags" | "options.minTags">, import("convex/values").VObject<{
3299
+ group: import("convex/values").VString<string | undefined, "optional">;
3300
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.taxonomyId" | "options.taxonomyName" | "options.allowCreate" | "options.maxTags" | "options.minTags">, import("convex/values").VObject<{
2736
3301
  options?: {
2737
- allowMultiple?: boolean | undefined;
3302
+ taxonomyId?: string | undefined;
2738
3303
  taxonomyName?: string | undefined;
3304
+ allowMultiple?: boolean | undefined;
2739
3305
  maxSelections?: number | undefined;
2740
3306
  depth?: number | undefined;
2741
3307
  } | undefined;
@@ -2743,6 +3309,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2743
3309
  localized?: boolean | undefined;
2744
3310
  description?: string | undefined;
2745
3311
  defaultValue?: any;
3312
+ group?: string | undefined;
2746
3313
  required: boolean;
2747
3314
  type: "category";
2748
3315
  name: string;
@@ -2750,16 +3317,18 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2750
3317
  }, {
2751
3318
  type: import("convex/values").VLiteral<"category", "required">;
2752
3319
  options: import("convex/values").VObject<{
2753
- allowMultiple?: boolean | undefined;
3320
+ taxonomyId?: string | undefined;
2754
3321
  taxonomyName?: string | undefined;
3322
+ allowMultiple?: boolean | undefined;
2755
3323
  maxSelections?: number | undefined;
2756
3324
  depth?: number | undefined;
2757
3325
  } | undefined, {
2758
- allowMultiple: import("convex/values").VBoolean<boolean | undefined, "optional">;
3326
+ taxonomyId: import("convex/values").VString<string | undefined, "optional">;
2759
3327
  taxonomyName: import("convex/values").VString<string | undefined, "optional">;
3328
+ allowMultiple: import("convex/values").VBoolean<boolean | undefined, "optional">;
2760
3329
  maxSelections: import("convex/values").VFloat64<number | undefined, "optional">;
2761
3330
  depth: import("convex/values").VFloat64<number | undefined, "optional">;
2762
- }, "optional", "allowMultiple" | "taxonomyName" | "maxSelections" | "depth">;
3331
+ }, "optional", "taxonomyId" | "taxonomyName" | "allowMultiple" | "maxSelections" | "depth">;
2763
3332
  name: import("convex/values").VString<string, "required">;
2764
3333
  label: import("convex/values").VString<string, "required">;
2765
3334
  required: import("convex/values").VBoolean<boolean, "required">;
@@ -2767,7 +3336,8 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2767
3336
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
2768
3337
  description: import("convex/values").VString<string | undefined, "optional">;
2769
3338
  defaultValue: import("convex/values").VAny<any, "optional", string>;
2770
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.allowMultiple" | "options.taxonomyName" | "options.maxSelections" | "options.depth">, import("convex/values").VObject<{
3339
+ group: import("convex/values").VString<string | undefined, "optional">;
3340
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.taxonomyId" | "options.taxonomyName" | "options.allowMultiple" | "options.maxSelections" | "options.depth">, import("convex/values").VObject<{
2771
3341
  options?: {
2772
3342
  schema?: any;
2773
3343
  } | undefined;
@@ -2775,6 +3345,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2775
3345
  localized?: boolean | undefined;
2776
3346
  description?: string | undefined;
2777
3347
  defaultValue?: any;
3348
+ group?: string | undefined;
2778
3349
  required: boolean;
2779
3350
  type: "json";
2780
3351
  name: string;
@@ -2793,7 +3364,8 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2793
3364
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
2794
3365
  description: import("convex/values").VString<string | undefined, "optional">;
2795
3366
  defaultValue: import("convex/values").VAny<any, "optional", string>;
2796
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.schema" | `options.schema.${string}`>, import("convex/values").VObject<{
3367
+ group: import("convex/values").VString<string | undefined, "optional">;
3368
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.schema" | `options.schema.${string}`>, import("convex/values").VObject<{
2797
3369
  options?: {
2798
3370
  format?: string | undefined;
2799
3371
  min?: number | undefined;
@@ -2803,6 +3375,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2803
3375
  localized?: boolean | undefined;
2804
3376
  description?: string | undefined;
2805
3377
  defaultValue?: any;
3378
+ group?: string | undefined;
2806
3379
  required: boolean;
2807
3380
  type: "date";
2808
3381
  name: string;
@@ -2825,7 +3398,8 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2825
3398
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
2826
3399
  description: import("convex/values").VString<string | undefined, "optional">;
2827
3400
  defaultValue: import("convex/values").VAny<any, "optional", string>;
2828
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.min" | "options.max" | "options.format">, import("convex/values").VObject<{
3401
+ group: import("convex/values").VString<string | undefined, "optional">;
3402
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.min" | "options.max" | "options.format">, import("convex/values").VObject<{
2829
3403
  options?: {
2830
3404
  format?: string | undefined;
2831
3405
  min?: number | undefined;
@@ -2836,6 +3410,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2836
3410
  localized?: boolean | undefined;
2837
3411
  description?: string | undefined;
2838
3412
  defaultValue?: any;
3413
+ group?: string | undefined;
2839
3414
  required: boolean;
2840
3415
  type: "datetime";
2841
3416
  name: string;
@@ -2860,7 +3435,8 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2860
3435
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
2861
3436
  description: import("convex/values").VString<string | undefined, "optional">;
2862
3437
  defaultValue: import("convex/values").VAny<any, "optional", string>;
2863
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.min" | "options.max" | "options.format" | "options.timezone">, import("convex/values").VObject<{
3438
+ group: import("convex/values").VString<string | undefined, "optional">;
3439
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.min" | "options.max" | "options.format" | "options.timezone">, import("convex/values").VObject<{
2864
3440
  options?: {
2865
3441
  multiple?: boolean | undefined;
2866
3442
  maxItems?: number | undefined;
@@ -2871,6 +3447,7 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2871
3447
  localized?: boolean | undefined;
2872
3448
  description?: string | undefined;
2873
3449
  defaultValue?: any;
3450
+ group?: string | undefined;
2874
3451
  required: boolean;
2875
3452
  type: "reference";
2876
3453
  name: string;
@@ -2895,7 +3472,82 @@ export declare const adminContentTypeWithCountDoc: import("convex/values").VObje
2895
3472
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
2896
3473
  description: import("convex/values").VString<string | undefined, "optional">;
2897
3474
  defaultValue: import("convex/values").VAny<any, "optional", string>;
2898
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.multiple" | "options.maxItems" | "options.allowedContentTypes" | "options.minItems">], "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "options.minLength" | "options.maxLength" | "options.pattern" | "options.patternMessage" | "options.placeholder" | "options.multiline" | `defaultValue.${string}` | "options.min" | "options.max" | "options.step" | "options.precision" | "options.prefix" | "options.suffix" | "options.trueLabel" | "options.falseLabel" | "options.allowedBlocks" | "options.allowedMarks" | "options.mediaType" | "options.allowedMimeTypes" | "options.maxFileSize" | "options.multiple" | "options.maxItems" | "options.options" | "options.taxonomyId" | "options.allowCreate" | "options.maxTags" | "options.minTags" | "options.allowMultiple" | "options.taxonomyName" | "options.maxSelections" | "options.depth" | "options.schema" | `options.schema.${string}` | "options.allowedContentTypes" | "options.minItems" | "options.minSelections" | "options.format" | "options.timezone">, "required">;
3475
+ group: import("convex/values").VString<string | undefined, "optional">;
3476
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.multiple" | "options.maxItems" | "options.allowedContentTypes" | "options.minItems">, import("convex/values").VObject<{
3477
+ options?: {
3478
+ min?: number | undefined;
3479
+ max?: number | undefined;
3480
+ defaultCurrency?: string | undefined;
3481
+ allowedCurrencies?: string[] | undefined;
3482
+ } | undefined;
3483
+ searchable?: boolean | undefined;
3484
+ localized?: boolean | undefined;
3485
+ description?: string | undefined;
3486
+ defaultValue?: any;
3487
+ group?: string | undefined;
3488
+ required: boolean;
3489
+ type: "money";
3490
+ name: string;
3491
+ label: string;
3492
+ }, {
3493
+ type: import("convex/values").VLiteral<"money", "required">;
3494
+ options: import("convex/values").VObject<{
3495
+ min?: number | undefined;
3496
+ max?: number | undefined;
3497
+ defaultCurrency?: string | undefined;
3498
+ allowedCurrencies?: string[] | undefined;
3499
+ } | undefined, {
3500
+ min: import("convex/values").VFloat64<number | undefined, "optional">;
3501
+ max: import("convex/values").VFloat64<number | undefined, "optional">;
3502
+ defaultCurrency: import("convex/values").VString<string | undefined, "optional">;
3503
+ allowedCurrencies: import("convex/values").VArray<string[] | undefined, import("convex/values").VString<string, "required">, "optional">;
3504
+ }, "optional", "min" | "max" | "defaultCurrency" | "allowedCurrencies">;
3505
+ name: import("convex/values").VString<string, "required">;
3506
+ label: import("convex/values").VString<string, "required">;
3507
+ required: import("convex/values").VBoolean<boolean, "required">;
3508
+ searchable: import("convex/values").VBoolean<boolean | undefined, "optional">;
3509
+ localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
3510
+ description: import("convex/values").VString<string | undefined, "optional">;
3511
+ defaultValue: import("convex/values").VAny<any, "optional", string>;
3512
+ group: import("convex/values").VString<string | undefined, "optional">;
3513
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.min" | "options.max" | "options.defaultCurrency" | "options.allowedCurrencies">, import("convex/values").VObject<{
3514
+ options?: {
3515
+ maxItems?: number | undefined;
3516
+ minItems?: number | undefined;
3517
+ subFields?: any;
3518
+ itemLabel?: string | undefined;
3519
+ } | undefined;
3520
+ searchable?: boolean | undefined;
3521
+ localized?: boolean | undefined;
3522
+ description?: string | undefined;
3523
+ defaultValue?: any;
3524
+ group?: string | undefined;
3525
+ required: boolean;
3526
+ type: "arrayObject";
3527
+ name: string;
3528
+ label: string;
3529
+ }, {
3530
+ type: import("convex/values").VLiteral<"arrayObject", "required">;
3531
+ options: import("convex/values").VObject<{
3532
+ maxItems?: number | undefined;
3533
+ minItems?: number | undefined;
3534
+ subFields?: any;
3535
+ itemLabel?: string | undefined;
3536
+ } | undefined, {
3537
+ subFields: import("convex/values").VAny<any, "optional", string>;
3538
+ itemLabel: import("convex/values").VString<string | undefined, "optional">;
3539
+ maxItems: import("convex/values").VFloat64<number | undefined, "optional">;
3540
+ minItems: import("convex/values").VFloat64<number | undefined, "optional">;
3541
+ }, "optional", "maxItems" | "minItems" | "subFields" | "itemLabel" | `subFields.${string}`>;
3542
+ name: import("convex/values").VString<string, "required">;
3543
+ label: import("convex/values").VString<string, "required">;
3544
+ required: import("convex/values").VBoolean<boolean, "required">;
3545
+ searchable: import("convex/values").VBoolean<boolean | undefined, "optional">;
3546
+ localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
3547
+ description: import("convex/values").VString<string | undefined, "optional">;
3548
+ defaultValue: import("convex/values").VAny<any, "optional", string>;
3549
+ group: import("convex/values").VString<string | undefined, "optional">;
3550
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.maxItems" | "options.minItems" | "options.subFields" | "options.itemLabel" | `options.subFields.${string}`>], "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | "options.minLength" | "options.maxLength" | "options.pattern" | "options.patternMessage" | "options.placeholder" | "options.multiline" | `defaultValue.${string}` | "options.min" | "options.max" | "options.step" | "options.precision" | "options.prefix" | "options.suffix" | "options.trueLabel" | "options.falseLabel" | "options.allowedBlocks" | "options.allowedMarks" | "options.mediaType" | "options.allowedMimeTypes" | "options.maxFileSize" | "options.multiple" | "options.maxItems" | "options.options" | "options.taxonomyId" | "options.taxonomyName" | "options.allowCreate" | "options.maxTags" | "options.minTags" | "options.allowMultiple" | "options.maxSelections" | "options.depth" | "options.schema" | `options.schema.${string}` | "options.allowedContentTypes" | "options.minItems" | "options.minSelections" | "options.format" | "options.timezone" | "options.defaultCurrency" | "options.allowedCurrencies" | "options.subFields" | "options.itemLabel" | `options.subFields.${string}`>, "required">;
2899
3551
  entryCount: import("convex/values").VFloat64<number | undefined, "optional">;
2900
3552
  name: import("convex/values").VString<string, "required">;
2901
3553
  displayName: import("convex/values").VString<string, "required">;
@@ -2934,6 +3586,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
2934
3586
  localized?: boolean | undefined;
2935
3587
  description?: string | undefined;
2936
3588
  defaultValue?: any;
3589
+ group?: string | undefined;
2937
3590
  required: boolean;
2938
3591
  type: "text";
2939
3592
  name: string;
@@ -2951,6 +3604,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
2951
3604
  localized?: boolean | undefined;
2952
3605
  description?: string | undefined;
2953
3606
  defaultValue?: any;
3607
+ group?: string | undefined;
2954
3608
  required: boolean;
2955
3609
  type: "number";
2956
3610
  name: string;
@@ -2964,6 +3618,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
2964
3618
  localized?: boolean | undefined;
2965
3619
  description?: string | undefined;
2966
3620
  defaultValue?: any;
3621
+ group?: string | undefined;
2967
3622
  required: boolean;
2968
3623
  type: "boolean";
2969
3624
  name: string;
@@ -2979,6 +3634,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
2979
3634
  localized?: boolean | undefined;
2980
3635
  description?: string | undefined;
2981
3636
  defaultValue?: any;
3637
+ group?: string | undefined;
2982
3638
  required: boolean;
2983
3639
  type: "richText";
2984
3640
  name: string;
@@ -2995,6 +3651,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
2995
3651
  localized?: boolean | undefined;
2996
3652
  description?: string | undefined;
2997
3653
  defaultValue?: any;
3654
+ group?: string | undefined;
2998
3655
  required: boolean;
2999
3656
  type: "media";
3000
3657
  name: string;
@@ -3010,14 +3667,16 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3010
3667
  localized?: boolean | undefined;
3011
3668
  description?: string | undefined;
3012
3669
  defaultValue?: any;
3670
+ group?: string | undefined;
3013
3671
  required: boolean;
3014
3672
  type: "select";
3015
3673
  name: string;
3016
3674
  label: string;
3017
3675
  } | {
3018
3676
  options?: {
3019
- allowMultiple?: boolean | undefined;
3677
+ taxonomyId?: string | undefined;
3020
3678
  taxonomyName?: string | undefined;
3679
+ allowMultiple?: boolean | undefined;
3021
3680
  maxSelections?: number | undefined;
3022
3681
  depth?: number | undefined;
3023
3682
  } | undefined;
@@ -3025,6 +3684,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3025
3684
  localized?: boolean | undefined;
3026
3685
  description?: string | undefined;
3027
3686
  defaultValue?: any;
3687
+ group?: string | undefined;
3028
3688
  required: boolean;
3029
3689
  type: "category";
3030
3690
  name: string;
@@ -3037,6 +3697,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3037
3697
  localized?: boolean | undefined;
3038
3698
  description?: string | undefined;
3039
3699
  defaultValue?: any;
3700
+ group?: string | undefined;
3040
3701
  required: boolean;
3041
3702
  type: "json";
3042
3703
  name: string;
@@ -3052,6 +3713,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3052
3713
  localized?: boolean | undefined;
3053
3714
  description?: string | undefined;
3054
3715
  defaultValue?: any;
3716
+ group?: string | undefined;
3055
3717
  required: boolean;
3056
3718
  type: "reference";
3057
3719
  name: string;
@@ -3069,6 +3731,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3069
3731
  localized?: boolean | undefined;
3070
3732
  description?: string | undefined;
3071
3733
  defaultValue?: any;
3734
+ group?: string | undefined;
3072
3735
  required: boolean;
3073
3736
  type: "multiSelect";
3074
3737
  name: string;
@@ -3083,6 +3746,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3083
3746
  localized?: boolean | undefined;
3084
3747
  description?: string | undefined;
3085
3748
  defaultValue?: any;
3749
+ group?: string | undefined;
3086
3750
  required: boolean;
3087
3751
  type: "date";
3088
3752
  name: string;
@@ -3098,13 +3762,47 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3098
3762
  localized?: boolean | undefined;
3099
3763
  description?: string | undefined;
3100
3764
  defaultValue?: any;
3765
+ group?: string | undefined;
3101
3766
  required: boolean;
3102
3767
  type: "datetime";
3103
3768
  name: string;
3104
3769
  label: string;
3770
+ } | {
3771
+ options?: {
3772
+ min?: number | undefined;
3773
+ max?: number | undefined;
3774
+ defaultCurrency?: string | undefined;
3775
+ allowedCurrencies?: string[] | undefined;
3776
+ } | undefined;
3777
+ searchable?: boolean | undefined;
3778
+ localized?: boolean | undefined;
3779
+ description?: string | undefined;
3780
+ defaultValue?: any;
3781
+ group?: string | undefined;
3782
+ required: boolean;
3783
+ type: "money";
3784
+ name: string;
3785
+ label: string;
3786
+ } | {
3787
+ options?: {
3788
+ maxItems?: number | undefined;
3789
+ minItems?: number | undefined;
3790
+ subFields?: any;
3791
+ itemLabel?: string | undefined;
3792
+ } | undefined;
3793
+ searchable?: boolean | undefined;
3794
+ localized?: boolean | undefined;
3795
+ description?: string | undefined;
3796
+ defaultValue?: any;
3797
+ group?: string | undefined;
3798
+ required: boolean;
3799
+ type: "arrayObject";
3800
+ name: string;
3801
+ label: string;
3105
3802
  } | {
3106
3803
  options?: {
3107
3804
  taxonomyId?: string | undefined;
3805
+ taxonomyName?: string | undefined;
3108
3806
  allowCreate?: boolean | undefined;
3109
3807
  maxTags?: number | undefined;
3110
3808
  minTags?: number | undefined;
@@ -3113,6 +3811,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3113
3811
  localized?: boolean | undefined;
3114
3812
  description?: string | undefined;
3115
3813
  defaultValue?: any;
3814
+ group?: string | undefined;
3116
3815
  required: boolean;
3117
3816
  type: "tags";
3118
3817
  name: string;
@@ -3140,6 +3839,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3140
3839
  localized?: boolean | undefined;
3141
3840
  description?: string | undefined;
3142
3841
  defaultValue?: any;
3842
+ group?: string | undefined;
3143
3843
  required: boolean;
3144
3844
  type: "text";
3145
3845
  name: string;
@@ -3157,6 +3857,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3157
3857
  localized?: boolean | undefined;
3158
3858
  description?: string | undefined;
3159
3859
  defaultValue?: any;
3860
+ group?: string | undefined;
3160
3861
  required: boolean;
3161
3862
  type: "number";
3162
3863
  name: string;
@@ -3170,6 +3871,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3170
3871
  localized?: boolean | undefined;
3171
3872
  description?: string | undefined;
3172
3873
  defaultValue?: any;
3874
+ group?: string | undefined;
3173
3875
  required: boolean;
3174
3876
  type: "boolean";
3175
3877
  name: string;
@@ -3185,6 +3887,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3185
3887
  localized?: boolean | undefined;
3186
3888
  description?: string | undefined;
3187
3889
  defaultValue?: any;
3890
+ group?: string | undefined;
3188
3891
  required: boolean;
3189
3892
  type: "richText";
3190
3893
  name: string;
@@ -3201,6 +3904,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3201
3904
  localized?: boolean | undefined;
3202
3905
  description?: string | undefined;
3203
3906
  defaultValue?: any;
3907
+ group?: string | undefined;
3204
3908
  required: boolean;
3205
3909
  type: "media";
3206
3910
  name: string;
@@ -3216,14 +3920,16 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3216
3920
  localized?: boolean | undefined;
3217
3921
  description?: string | undefined;
3218
3922
  defaultValue?: any;
3923
+ group?: string | undefined;
3219
3924
  required: boolean;
3220
3925
  type: "select";
3221
3926
  name: string;
3222
3927
  label: string;
3223
3928
  } | {
3224
3929
  options?: {
3225
- allowMultiple?: boolean | undefined;
3930
+ taxonomyId?: string | undefined;
3226
3931
  taxonomyName?: string | undefined;
3932
+ allowMultiple?: boolean | undefined;
3227
3933
  maxSelections?: number | undefined;
3228
3934
  depth?: number | undefined;
3229
3935
  } | undefined;
@@ -3231,6 +3937,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3231
3937
  localized?: boolean | undefined;
3232
3938
  description?: string | undefined;
3233
3939
  defaultValue?: any;
3940
+ group?: string | undefined;
3234
3941
  required: boolean;
3235
3942
  type: "category";
3236
3943
  name: string;
@@ -3243,6 +3950,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3243
3950
  localized?: boolean | undefined;
3244
3951
  description?: string | undefined;
3245
3952
  defaultValue?: any;
3953
+ group?: string | undefined;
3246
3954
  required: boolean;
3247
3955
  type: "json";
3248
3956
  name: string;
@@ -3258,6 +3966,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3258
3966
  localized?: boolean | undefined;
3259
3967
  description?: string | undefined;
3260
3968
  defaultValue?: any;
3969
+ group?: string | undefined;
3261
3970
  required: boolean;
3262
3971
  type: "reference";
3263
3972
  name: string;
@@ -3275,42 +3984,78 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3275
3984
  localized?: boolean | undefined;
3276
3985
  description?: string | undefined;
3277
3986
  defaultValue?: any;
3987
+ group?: string | undefined;
3988
+ required: boolean;
3989
+ type: "multiSelect";
3990
+ name: string;
3991
+ label: string;
3992
+ } | {
3993
+ options?: {
3994
+ format?: string | undefined;
3995
+ min?: number | undefined;
3996
+ max?: number | undefined;
3997
+ } | undefined;
3998
+ searchable?: boolean | undefined;
3999
+ localized?: boolean | undefined;
4000
+ description?: string | undefined;
4001
+ defaultValue?: any;
4002
+ group?: string | undefined;
4003
+ required: boolean;
4004
+ type: "date";
4005
+ name: string;
4006
+ label: string;
4007
+ } | {
4008
+ options?: {
4009
+ format?: string | undefined;
4010
+ min?: number | undefined;
4011
+ max?: number | undefined;
4012
+ timezone?: string | undefined;
4013
+ } | undefined;
4014
+ searchable?: boolean | undefined;
4015
+ localized?: boolean | undefined;
4016
+ description?: string | undefined;
4017
+ defaultValue?: any;
4018
+ group?: string | undefined;
3278
4019
  required: boolean;
3279
- type: "multiSelect";
4020
+ type: "datetime";
3280
4021
  name: string;
3281
4022
  label: string;
3282
4023
  } | {
3283
4024
  options?: {
3284
- format?: string | undefined;
3285
4025
  min?: number | undefined;
3286
4026
  max?: number | undefined;
4027
+ defaultCurrency?: string | undefined;
4028
+ allowedCurrencies?: string[] | undefined;
3287
4029
  } | undefined;
3288
4030
  searchable?: boolean | undefined;
3289
4031
  localized?: boolean | undefined;
3290
4032
  description?: string | undefined;
3291
4033
  defaultValue?: any;
4034
+ group?: string | undefined;
3292
4035
  required: boolean;
3293
- type: "date";
4036
+ type: "money";
3294
4037
  name: string;
3295
4038
  label: string;
3296
4039
  } | {
3297
4040
  options?: {
3298
- format?: string | undefined;
3299
- min?: number | undefined;
3300
- max?: number | undefined;
3301
- timezone?: string | undefined;
4041
+ maxItems?: number | undefined;
4042
+ minItems?: number | undefined;
4043
+ subFields?: any;
4044
+ itemLabel?: string | undefined;
3302
4045
  } | undefined;
3303
4046
  searchable?: boolean | undefined;
3304
4047
  localized?: boolean | undefined;
3305
4048
  description?: string | undefined;
3306
4049
  defaultValue?: any;
4050
+ group?: string | undefined;
3307
4051
  required: boolean;
3308
- type: "datetime";
4052
+ type: "arrayObject";
3309
4053
  name: string;
3310
4054
  label: string;
3311
4055
  } | {
3312
4056
  options?: {
3313
4057
  taxonomyId?: string | undefined;
4058
+ taxonomyName?: string | undefined;
3314
4059
  allowCreate?: boolean | undefined;
3315
4060
  maxTags?: number | undefined;
3316
4061
  minTags?: number | undefined;
@@ -3319,6 +4064,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3319
4064
  localized?: boolean | undefined;
3320
4065
  description?: string | undefined;
3321
4066
  defaultValue?: any;
4067
+ group?: string | undefined;
3322
4068
  required: boolean;
3323
4069
  type: "tags";
3324
4070
  name: string;
@@ -3336,6 +4082,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3336
4082
  localized?: boolean | undefined;
3337
4083
  description?: string | undefined;
3338
4084
  defaultValue?: any;
4085
+ group?: string | undefined;
3339
4086
  required: boolean;
3340
4087
  type: "text";
3341
4088
  name: string;
@@ -3353,6 +4100,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3353
4100
  localized?: boolean | undefined;
3354
4101
  description?: string | undefined;
3355
4102
  defaultValue?: any;
4103
+ group?: string | undefined;
3356
4104
  required: boolean;
3357
4105
  type: "number";
3358
4106
  name: string;
@@ -3366,6 +4114,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3366
4114
  localized?: boolean | undefined;
3367
4115
  description?: string | undefined;
3368
4116
  defaultValue?: any;
4117
+ group?: string | undefined;
3369
4118
  required: boolean;
3370
4119
  type: "boolean";
3371
4120
  name: string;
@@ -3381,6 +4130,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3381
4130
  localized?: boolean | undefined;
3382
4131
  description?: string | undefined;
3383
4132
  defaultValue?: any;
4133
+ group?: string | undefined;
3384
4134
  required: boolean;
3385
4135
  type: "richText";
3386
4136
  name: string;
@@ -3397,6 +4147,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3397
4147
  localized?: boolean | undefined;
3398
4148
  description?: string | undefined;
3399
4149
  defaultValue?: any;
4150
+ group?: string | undefined;
3400
4151
  required: boolean;
3401
4152
  type: "media";
3402
4153
  name: string;
@@ -3412,14 +4163,16 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3412
4163
  localized?: boolean | undefined;
3413
4164
  description?: string | undefined;
3414
4165
  defaultValue?: any;
4166
+ group?: string | undefined;
3415
4167
  required: boolean;
3416
4168
  type: "select";
3417
4169
  name: string;
3418
4170
  label: string;
3419
4171
  } | {
3420
4172
  options?: {
3421
- allowMultiple?: boolean | undefined;
4173
+ taxonomyId?: string | undefined;
3422
4174
  taxonomyName?: string | undefined;
4175
+ allowMultiple?: boolean | undefined;
3423
4176
  maxSelections?: number | undefined;
3424
4177
  depth?: number | undefined;
3425
4178
  } | undefined;
@@ -3427,6 +4180,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3427
4180
  localized?: boolean | undefined;
3428
4181
  description?: string | undefined;
3429
4182
  defaultValue?: any;
4183
+ group?: string | undefined;
3430
4184
  required: boolean;
3431
4185
  type: "category";
3432
4186
  name: string;
@@ -3439,6 +4193,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3439
4193
  localized?: boolean | undefined;
3440
4194
  description?: string | undefined;
3441
4195
  defaultValue?: any;
4196
+ group?: string | undefined;
3442
4197
  required: boolean;
3443
4198
  type: "json";
3444
4199
  name: string;
@@ -3454,6 +4209,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3454
4209
  localized?: boolean | undefined;
3455
4210
  description?: string | undefined;
3456
4211
  defaultValue?: any;
4212
+ group?: string | undefined;
3457
4213
  required: boolean;
3458
4214
  type: "reference";
3459
4215
  name: string;
@@ -3471,6 +4227,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3471
4227
  localized?: boolean | undefined;
3472
4228
  description?: string | undefined;
3473
4229
  defaultValue?: any;
4230
+ group?: string | undefined;
3474
4231
  required: boolean;
3475
4232
  type: "multiSelect";
3476
4233
  name: string;
@@ -3485,6 +4242,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3485
4242
  localized?: boolean | undefined;
3486
4243
  description?: string | undefined;
3487
4244
  defaultValue?: any;
4245
+ group?: string | undefined;
3488
4246
  required: boolean;
3489
4247
  type: "date";
3490
4248
  name: string;
@@ -3500,13 +4258,47 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3500
4258
  localized?: boolean | undefined;
3501
4259
  description?: string | undefined;
3502
4260
  defaultValue?: any;
4261
+ group?: string | undefined;
3503
4262
  required: boolean;
3504
4263
  type: "datetime";
3505
4264
  name: string;
3506
4265
  label: string;
4266
+ } | {
4267
+ options?: {
4268
+ min?: number | undefined;
4269
+ max?: number | undefined;
4270
+ defaultCurrency?: string | undefined;
4271
+ allowedCurrencies?: string[] | undefined;
4272
+ } | undefined;
4273
+ searchable?: boolean | undefined;
4274
+ localized?: boolean | undefined;
4275
+ description?: string | undefined;
4276
+ defaultValue?: any;
4277
+ group?: string | undefined;
4278
+ required: boolean;
4279
+ type: "money";
4280
+ name: string;
4281
+ label: string;
4282
+ } | {
4283
+ options?: {
4284
+ maxItems?: number | undefined;
4285
+ minItems?: number | undefined;
4286
+ subFields?: any;
4287
+ itemLabel?: string | undefined;
4288
+ } | undefined;
4289
+ searchable?: boolean | undefined;
4290
+ localized?: boolean | undefined;
4291
+ description?: string | undefined;
4292
+ defaultValue?: any;
4293
+ group?: string | undefined;
4294
+ required: boolean;
4295
+ type: "arrayObject";
4296
+ name: string;
4297
+ label: string;
3507
4298
  } | {
3508
4299
  options?: {
3509
4300
  taxonomyId?: string | undefined;
4301
+ taxonomyName?: string | undefined;
3510
4302
  allowCreate?: boolean | undefined;
3511
4303
  maxTags?: number | undefined;
3512
4304
  minTags?: number | undefined;
@@ -3515,6 +4307,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3515
4307
  localized?: boolean | undefined;
3516
4308
  description?: string | undefined;
3517
4309
  defaultValue?: any;
4310
+ group?: string | undefined;
3518
4311
  required: boolean;
3519
4312
  type: "tags";
3520
4313
  name: string;
@@ -3532,6 +4325,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3532
4325
  localized?: boolean | undefined;
3533
4326
  description?: string | undefined;
3534
4327
  defaultValue?: any;
4328
+ group?: string | undefined;
3535
4329
  required: boolean;
3536
4330
  type: "text";
3537
4331
  name: string;
@@ -3560,7 +4354,8 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3560
4354
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
3561
4355
  description: import("convex/values").VString<string | undefined, "optional">;
3562
4356
  defaultValue: import("convex/values").VAny<any, "optional", string>;
3563
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "options.minLength" | "options.maxLength" | "options.pattern" | "options.patternMessage" | "options.placeholder" | "options.multiline" | `defaultValue.${string}`>, import("convex/values").VObject<{
4357
+ group: import("convex/values").VString<string | undefined, "optional">;
4358
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | "options.minLength" | "options.maxLength" | "options.pattern" | "options.patternMessage" | "options.placeholder" | "options.multiline" | `defaultValue.${string}`>, import("convex/values").VObject<{
3564
4359
  options?: {
3565
4360
  min?: number | undefined;
3566
4361
  max?: number | undefined;
@@ -3573,6 +4368,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3573
4368
  localized?: boolean | undefined;
3574
4369
  description?: string | undefined;
3575
4370
  defaultValue?: any;
4371
+ group?: string | undefined;
3576
4372
  required: boolean;
3577
4373
  type: "number";
3578
4374
  name: string;
@@ -3601,7 +4397,8 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3601
4397
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
3602
4398
  description: import("convex/values").VString<string | undefined, "optional">;
3603
4399
  defaultValue: import("convex/values").VAny<any, "optional", string>;
3604
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.min" | "options.max" | "options.step" | "options.precision" | "options.prefix" | "options.suffix">, import("convex/values").VObject<{
4400
+ group: import("convex/values").VString<string | undefined, "optional">;
4401
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.min" | "options.max" | "options.step" | "options.precision" | "options.prefix" | "options.suffix">, import("convex/values").VObject<{
3605
4402
  options?: {
3606
4403
  trueLabel?: string | undefined;
3607
4404
  falseLabel?: string | undefined;
@@ -3610,6 +4407,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3610
4407
  localized?: boolean | undefined;
3611
4408
  description?: string | undefined;
3612
4409
  defaultValue?: any;
4410
+ group?: string | undefined;
3613
4411
  required: boolean;
3614
4412
  type: "boolean";
3615
4413
  name: string;
@@ -3630,7 +4428,8 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3630
4428
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
3631
4429
  description: import("convex/values").VString<string | undefined, "optional">;
3632
4430
  defaultValue: import("convex/values").VAny<any, "optional", string>;
3633
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.trueLabel" | "options.falseLabel">, import("convex/values").VObject<{
4431
+ group: import("convex/values").VString<string | undefined, "optional">;
4432
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.trueLabel" | "options.falseLabel">, import("convex/values").VObject<{
3634
4433
  options?: {
3635
4434
  maxLength?: number | undefined;
3636
4435
  placeholder?: string | undefined;
@@ -3641,6 +4440,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3641
4440
  localized?: boolean | undefined;
3642
4441
  description?: string | undefined;
3643
4442
  defaultValue?: any;
4443
+ group?: string | undefined;
3644
4444
  required: boolean;
3645
4445
  type: "richText";
3646
4446
  name: string;
@@ -3665,7 +4465,8 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3665
4465
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
3666
4466
  description: import("convex/values").VString<string | undefined, "optional">;
3667
4467
  defaultValue: import("convex/values").VAny<any, "optional", string>;
3668
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "options.maxLength" | "options.placeholder" | `defaultValue.${string}` | "options.allowedBlocks" | "options.allowedMarks">, import("convex/values").VObject<{
4468
+ group: import("convex/values").VString<string | undefined, "optional">;
4469
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | "options.maxLength" | "options.placeholder" | `defaultValue.${string}` | "options.allowedBlocks" | "options.allowedMarks">, import("convex/values").VObject<{
3669
4470
  options?: {
3670
4471
  mediaType?: "image" | "video" | "audio" | "document" | "other" | undefined;
3671
4472
  allowedMimeTypes?: string[] | undefined;
@@ -3677,6 +4478,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3677
4478
  localized?: boolean | undefined;
3678
4479
  description?: string | undefined;
3679
4480
  defaultValue?: any;
4481
+ group?: string | undefined;
3680
4482
  required: boolean;
3681
4483
  type: "media";
3682
4484
  name: string;
@@ -3703,7 +4505,8 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3703
4505
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
3704
4506
  description: import("convex/values").VString<string | undefined, "optional">;
3705
4507
  defaultValue: import("convex/values").VAny<any, "optional", string>;
3706
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.mediaType" | "options.allowedMimeTypes" | "options.maxFileSize" | "options.multiple" | "options.maxItems">, import("convex/values").VObject<{
4508
+ group: import("convex/values").VString<string | undefined, "optional">;
4509
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.mediaType" | "options.allowedMimeTypes" | "options.maxFileSize" | "options.multiple" | "options.maxItems">, import("convex/values").VObject<{
3707
4510
  options?: {
3708
4511
  options?: {
3709
4512
  label: string;
@@ -3714,6 +4517,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3714
4517
  localized?: boolean | undefined;
3715
4518
  description?: string | undefined;
3716
4519
  defaultValue?: any;
4520
+ group?: string | undefined;
3717
4521
  required: boolean;
3718
4522
  type: "select";
3719
4523
  name: string;
@@ -3744,7 +4548,8 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3744
4548
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
3745
4549
  description: import("convex/values").VString<string | undefined, "optional">;
3746
4550
  defaultValue: import("convex/values").VAny<any, "optional", string>;
3747
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.options">, import("convex/values").VObject<{
4551
+ group: import("convex/values").VString<string | undefined, "optional">;
4552
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.options">, import("convex/values").VObject<{
3748
4553
  options?: {
3749
4554
  options?: {
3750
4555
  label: string;
@@ -3757,6 +4562,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3757
4562
  localized?: boolean | undefined;
3758
4563
  description?: string | undefined;
3759
4564
  defaultValue?: any;
4565
+ group?: string | undefined;
3760
4566
  required: boolean;
3761
4567
  type: "multiSelect";
3762
4568
  name: string;
@@ -3791,9 +4597,11 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3791
4597
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
3792
4598
  description: import("convex/values").VString<string | undefined, "optional">;
3793
4599
  defaultValue: import("convex/values").VAny<any, "optional", string>;
3794
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.options" | "options.maxSelections" | "options.minSelections">, import("convex/values").VObject<{
4600
+ group: import("convex/values").VString<string | undefined, "optional">;
4601
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.options" | "options.maxSelections" | "options.minSelections">, import("convex/values").VObject<{
3795
4602
  options?: {
3796
4603
  taxonomyId?: string | undefined;
4604
+ taxonomyName?: string | undefined;
3797
4605
  allowCreate?: boolean | undefined;
3798
4606
  maxTags?: number | undefined;
3799
4607
  minTags?: number | undefined;
@@ -3802,6 +4610,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3802
4610
  localized?: boolean | undefined;
3803
4611
  description?: string | undefined;
3804
4612
  defaultValue?: any;
4613
+ group?: string | undefined;
3805
4614
  required: boolean;
3806
4615
  type: "tags";
3807
4616
  name: string;
@@ -3810,15 +4619,17 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3810
4619
  type: import("convex/values").VLiteral<"tags", "required">;
3811
4620
  options: import("convex/values").VObject<{
3812
4621
  taxonomyId?: string | undefined;
4622
+ taxonomyName?: string | undefined;
3813
4623
  allowCreate?: boolean | undefined;
3814
4624
  maxTags?: number | undefined;
3815
4625
  minTags?: number | undefined;
3816
4626
  } | undefined, {
3817
4627
  taxonomyId: import("convex/values").VString<string | undefined, "optional">;
4628
+ taxonomyName: import("convex/values").VString<string | undefined, "optional">;
3818
4629
  allowCreate: import("convex/values").VBoolean<boolean | undefined, "optional">;
3819
4630
  maxTags: import("convex/values").VFloat64<number | undefined, "optional">;
3820
4631
  minTags: import("convex/values").VFloat64<number | undefined, "optional">;
3821
- }, "optional", "taxonomyId" | "allowCreate" | "maxTags" | "minTags">;
4632
+ }, "optional", "taxonomyId" | "taxonomyName" | "allowCreate" | "maxTags" | "minTags">;
3822
4633
  name: import("convex/values").VString<string, "required">;
3823
4634
  label: import("convex/values").VString<string, "required">;
3824
4635
  required: import("convex/values").VBoolean<boolean, "required">;
@@ -3826,10 +4637,12 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3826
4637
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
3827
4638
  description: import("convex/values").VString<string | undefined, "optional">;
3828
4639
  defaultValue: import("convex/values").VAny<any, "optional", string>;
3829
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.taxonomyId" | "options.allowCreate" | "options.maxTags" | "options.minTags">, import("convex/values").VObject<{
4640
+ group: import("convex/values").VString<string | undefined, "optional">;
4641
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.taxonomyId" | "options.taxonomyName" | "options.allowCreate" | "options.maxTags" | "options.minTags">, import("convex/values").VObject<{
3830
4642
  options?: {
3831
- allowMultiple?: boolean | undefined;
4643
+ taxonomyId?: string | undefined;
3832
4644
  taxonomyName?: string | undefined;
4645
+ allowMultiple?: boolean | undefined;
3833
4646
  maxSelections?: number | undefined;
3834
4647
  depth?: number | undefined;
3835
4648
  } | undefined;
@@ -3837,6 +4650,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3837
4650
  localized?: boolean | undefined;
3838
4651
  description?: string | undefined;
3839
4652
  defaultValue?: any;
4653
+ group?: string | undefined;
3840
4654
  required: boolean;
3841
4655
  type: "category";
3842
4656
  name: string;
@@ -3844,16 +4658,18 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3844
4658
  }, {
3845
4659
  type: import("convex/values").VLiteral<"category", "required">;
3846
4660
  options: import("convex/values").VObject<{
3847
- allowMultiple?: boolean | undefined;
4661
+ taxonomyId?: string | undefined;
3848
4662
  taxonomyName?: string | undefined;
4663
+ allowMultiple?: boolean | undefined;
3849
4664
  maxSelections?: number | undefined;
3850
4665
  depth?: number | undefined;
3851
4666
  } | undefined, {
3852
- allowMultiple: import("convex/values").VBoolean<boolean | undefined, "optional">;
4667
+ taxonomyId: import("convex/values").VString<string | undefined, "optional">;
3853
4668
  taxonomyName: import("convex/values").VString<string | undefined, "optional">;
4669
+ allowMultiple: import("convex/values").VBoolean<boolean | undefined, "optional">;
3854
4670
  maxSelections: import("convex/values").VFloat64<number | undefined, "optional">;
3855
4671
  depth: import("convex/values").VFloat64<number | undefined, "optional">;
3856
- }, "optional", "allowMultiple" | "taxonomyName" | "maxSelections" | "depth">;
4672
+ }, "optional", "taxonomyId" | "taxonomyName" | "allowMultiple" | "maxSelections" | "depth">;
3857
4673
  name: import("convex/values").VString<string, "required">;
3858
4674
  label: import("convex/values").VString<string, "required">;
3859
4675
  required: import("convex/values").VBoolean<boolean, "required">;
@@ -3861,7 +4677,8 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3861
4677
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
3862
4678
  description: import("convex/values").VString<string | undefined, "optional">;
3863
4679
  defaultValue: import("convex/values").VAny<any, "optional", string>;
3864
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.allowMultiple" | "options.taxonomyName" | "options.maxSelections" | "options.depth">, import("convex/values").VObject<{
4680
+ group: import("convex/values").VString<string | undefined, "optional">;
4681
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.taxonomyId" | "options.taxonomyName" | "options.allowMultiple" | "options.maxSelections" | "options.depth">, import("convex/values").VObject<{
3865
4682
  options?: {
3866
4683
  schema?: any;
3867
4684
  } | undefined;
@@ -3869,6 +4686,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3869
4686
  localized?: boolean | undefined;
3870
4687
  description?: string | undefined;
3871
4688
  defaultValue?: any;
4689
+ group?: string | undefined;
3872
4690
  required: boolean;
3873
4691
  type: "json";
3874
4692
  name: string;
@@ -3887,7 +4705,8 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3887
4705
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
3888
4706
  description: import("convex/values").VString<string | undefined, "optional">;
3889
4707
  defaultValue: import("convex/values").VAny<any, "optional", string>;
3890
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.schema" | `options.schema.${string}`>, import("convex/values").VObject<{
4708
+ group: import("convex/values").VString<string | undefined, "optional">;
4709
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.schema" | `options.schema.${string}`>, import("convex/values").VObject<{
3891
4710
  options?: {
3892
4711
  format?: string | undefined;
3893
4712
  min?: number | undefined;
@@ -3897,6 +4716,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3897
4716
  localized?: boolean | undefined;
3898
4717
  description?: string | undefined;
3899
4718
  defaultValue?: any;
4719
+ group?: string | undefined;
3900
4720
  required: boolean;
3901
4721
  type: "date";
3902
4722
  name: string;
@@ -3919,7 +4739,8 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3919
4739
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
3920
4740
  description: import("convex/values").VString<string | undefined, "optional">;
3921
4741
  defaultValue: import("convex/values").VAny<any, "optional", string>;
3922
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.min" | "options.max" | "options.format">, import("convex/values").VObject<{
4742
+ group: import("convex/values").VString<string | undefined, "optional">;
4743
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.min" | "options.max" | "options.format">, import("convex/values").VObject<{
3923
4744
  options?: {
3924
4745
  format?: string | undefined;
3925
4746
  min?: number | undefined;
@@ -3930,6 +4751,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3930
4751
  localized?: boolean | undefined;
3931
4752
  description?: string | undefined;
3932
4753
  defaultValue?: any;
4754
+ group?: string | undefined;
3933
4755
  required: boolean;
3934
4756
  type: "datetime";
3935
4757
  name: string;
@@ -3954,7 +4776,8 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3954
4776
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
3955
4777
  description: import("convex/values").VString<string | undefined, "optional">;
3956
4778
  defaultValue: import("convex/values").VAny<any, "optional", string>;
3957
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.min" | "options.max" | "options.format" | "options.timezone">, import("convex/values").VObject<{
4779
+ group: import("convex/values").VString<string | undefined, "optional">;
4780
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.min" | "options.max" | "options.format" | "options.timezone">, import("convex/values").VObject<{
3958
4781
  options?: {
3959
4782
  multiple?: boolean | undefined;
3960
4783
  maxItems?: number | undefined;
@@ -3965,6 +4788,7 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3965
4788
  localized?: boolean | undefined;
3966
4789
  description?: string | undefined;
3967
4790
  defaultValue?: any;
4791
+ group?: string | undefined;
3968
4792
  required: boolean;
3969
4793
  type: "reference";
3970
4794
  name: string;
@@ -3989,7 +4813,82 @@ export declare const adminContentTypeWithSourceDoc: import("convex/values").VObj
3989
4813
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
3990
4814
  description: import("convex/values").VString<string | undefined, "optional">;
3991
4815
  defaultValue: import("convex/values").VAny<any, "optional", string>;
3992
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.multiple" | "options.maxItems" | "options.allowedContentTypes" | "options.minItems">], "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "options.minLength" | "options.maxLength" | "options.pattern" | "options.patternMessage" | "options.placeholder" | "options.multiline" | `defaultValue.${string}` | "options.min" | "options.max" | "options.step" | "options.precision" | "options.prefix" | "options.suffix" | "options.trueLabel" | "options.falseLabel" | "options.allowedBlocks" | "options.allowedMarks" | "options.mediaType" | "options.allowedMimeTypes" | "options.maxFileSize" | "options.multiple" | "options.maxItems" | "options.options" | "options.taxonomyId" | "options.allowCreate" | "options.maxTags" | "options.minTags" | "options.allowMultiple" | "options.taxonomyName" | "options.maxSelections" | "options.depth" | "options.schema" | `options.schema.${string}` | "options.allowedContentTypes" | "options.minItems" | "options.minSelections" | "options.format" | "options.timezone">, "required">;
4816
+ group: import("convex/values").VString<string | undefined, "optional">;
4817
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.multiple" | "options.maxItems" | "options.allowedContentTypes" | "options.minItems">, import("convex/values").VObject<{
4818
+ options?: {
4819
+ min?: number | undefined;
4820
+ max?: number | undefined;
4821
+ defaultCurrency?: string | undefined;
4822
+ allowedCurrencies?: string[] | undefined;
4823
+ } | undefined;
4824
+ searchable?: boolean | undefined;
4825
+ localized?: boolean | undefined;
4826
+ description?: string | undefined;
4827
+ defaultValue?: any;
4828
+ group?: string | undefined;
4829
+ required: boolean;
4830
+ type: "money";
4831
+ name: string;
4832
+ label: string;
4833
+ }, {
4834
+ type: import("convex/values").VLiteral<"money", "required">;
4835
+ options: import("convex/values").VObject<{
4836
+ min?: number | undefined;
4837
+ max?: number | undefined;
4838
+ defaultCurrency?: string | undefined;
4839
+ allowedCurrencies?: string[] | undefined;
4840
+ } | undefined, {
4841
+ min: import("convex/values").VFloat64<number | undefined, "optional">;
4842
+ max: import("convex/values").VFloat64<number | undefined, "optional">;
4843
+ defaultCurrency: import("convex/values").VString<string | undefined, "optional">;
4844
+ allowedCurrencies: import("convex/values").VArray<string[] | undefined, import("convex/values").VString<string, "required">, "optional">;
4845
+ }, "optional", "min" | "max" | "defaultCurrency" | "allowedCurrencies">;
4846
+ name: import("convex/values").VString<string, "required">;
4847
+ label: import("convex/values").VString<string, "required">;
4848
+ required: import("convex/values").VBoolean<boolean, "required">;
4849
+ searchable: import("convex/values").VBoolean<boolean | undefined, "optional">;
4850
+ localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
4851
+ description: import("convex/values").VString<string | undefined, "optional">;
4852
+ defaultValue: import("convex/values").VAny<any, "optional", string>;
4853
+ group: import("convex/values").VString<string | undefined, "optional">;
4854
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.min" | "options.max" | "options.defaultCurrency" | "options.allowedCurrencies">, import("convex/values").VObject<{
4855
+ options?: {
4856
+ maxItems?: number | undefined;
4857
+ minItems?: number | undefined;
4858
+ subFields?: any;
4859
+ itemLabel?: string | undefined;
4860
+ } | undefined;
4861
+ searchable?: boolean | undefined;
4862
+ localized?: boolean | undefined;
4863
+ description?: string | undefined;
4864
+ defaultValue?: any;
4865
+ group?: string | undefined;
4866
+ required: boolean;
4867
+ type: "arrayObject";
4868
+ name: string;
4869
+ label: string;
4870
+ }, {
4871
+ type: import("convex/values").VLiteral<"arrayObject", "required">;
4872
+ options: import("convex/values").VObject<{
4873
+ maxItems?: number | undefined;
4874
+ minItems?: number | undefined;
4875
+ subFields?: any;
4876
+ itemLabel?: string | undefined;
4877
+ } | undefined, {
4878
+ subFields: import("convex/values").VAny<any, "optional", string>;
4879
+ itemLabel: import("convex/values").VString<string | undefined, "optional">;
4880
+ maxItems: import("convex/values").VFloat64<number | undefined, "optional">;
4881
+ minItems: import("convex/values").VFloat64<number | undefined, "optional">;
4882
+ }, "optional", "maxItems" | "minItems" | "subFields" | "itemLabel" | `subFields.${string}`>;
4883
+ name: import("convex/values").VString<string, "required">;
4884
+ label: import("convex/values").VString<string, "required">;
4885
+ required: import("convex/values").VBoolean<boolean, "required">;
4886
+ searchable: import("convex/values").VBoolean<boolean | undefined, "optional">;
4887
+ localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
4888
+ description: import("convex/values").VString<string | undefined, "optional">;
4889
+ defaultValue: import("convex/values").VAny<any, "optional", string>;
4890
+ group: import("convex/values").VString<string | undefined, "optional">;
4891
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.maxItems" | "options.minItems" | "options.subFields" | "options.itemLabel" | `options.subFields.${string}`>], "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | "options.minLength" | "options.maxLength" | "options.pattern" | "options.patternMessage" | "options.placeholder" | "options.multiline" | `defaultValue.${string}` | "options.min" | "options.max" | "options.step" | "options.precision" | "options.prefix" | "options.suffix" | "options.trueLabel" | "options.falseLabel" | "options.allowedBlocks" | "options.allowedMarks" | "options.mediaType" | "options.allowedMimeTypes" | "options.maxFileSize" | "options.multiple" | "options.maxItems" | "options.options" | "options.taxonomyId" | "options.taxonomyName" | "options.allowCreate" | "options.maxTags" | "options.minTags" | "options.allowMultiple" | "options.maxSelections" | "options.depth" | "options.schema" | `options.schema.${string}` | "options.allowedContentTypes" | "options.minItems" | "options.minSelections" | "options.format" | "options.timezone" | "options.defaultCurrency" | "options.allowedCurrencies" | "options.subFields" | "options.itemLabel" | `options.subFields.${string}`>, "required">;
3993
4892
  source: import("convex/values").VUnion<"code" | "database", [import("convex/values").VLiteral<"code", "required">, import("convex/values").VLiteral<"database", "required">], "required", never>;
3994
4893
  name: import("convex/values").VString<string, "required">;
3995
4894
  displayName: import("convex/values").VString<string, "required">;
@@ -4028,6 +4927,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4028
4927
  localized?: boolean | undefined;
4029
4928
  description?: string | undefined;
4030
4929
  defaultValue?: any;
4930
+ group?: string | undefined;
4031
4931
  required: boolean;
4032
4932
  type: "text";
4033
4933
  name: string;
@@ -4045,6 +4945,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4045
4945
  localized?: boolean | undefined;
4046
4946
  description?: string | undefined;
4047
4947
  defaultValue?: any;
4948
+ group?: string | undefined;
4048
4949
  required: boolean;
4049
4950
  type: "number";
4050
4951
  name: string;
@@ -4058,6 +4959,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4058
4959
  localized?: boolean | undefined;
4059
4960
  description?: string | undefined;
4060
4961
  defaultValue?: any;
4962
+ group?: string | undefined;
4061
4963
  required: boolean;
4062
4964
  type: "boolean";
4063
4965
  name: string;
@@ -4073,6 +4975,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4073
4975
  localized?: boolean | undefined;
4074
4976
  description?: string | undefined;
4075
4977
  defaultValue?: any;
4978
+ group?: string | undefined;
4076
4979
  required: boolean;
4077
4980
  type: "richText";
4078
4981
  name: string;
@@ -4089,6 +4992,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4089
4992
  localized?: boolean | undefined;
4090
4993
  description?: string | undefined;
4091
4994
  defaultValue?: any;
4995
+ group?: string | undefined;
4092
4996
  required: boolean;
4093
4997
  type: "media";
4094
4998
  name: string;
@@ -4104,14 +5008,16 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4104
5008
  localized?: boolean | undefined;
4105
5009
  description?: string | undefined;
4106
5010
  defaultValue?: any;
5011
+ group?: string | undefined;
4107
5012
  required: boolean;
4108
5013
  type: "select";
4109
5014
  name: string;
4110
5015
  label: string;
4111
5016
  } | {
4112
5017
  options?: {
4113
- allowMultiple?: boolean | undefined;
5018
+ taxonomyId?: string | undefined;
4114
5019
  taxonomyName?: string | undefined;
5020
+ allowMultiple?: boolean | undefined;
4115
5021
  maxSelections?: number | undefined;
4116
5022
  depth?: number | undefined;
4117
5023
  } | undefined;
@@ -4119,6 +5025,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4119
5025
  localized?: boolean | undefined;
4120
5026
  description?: string | undefined;
4121
5027
  defaultValue?: any;
5028
+ group?: string | undefined;
4122
5029
  required: boolean;
4123
5030
  type: "category";
4124
5031
  name: string;
@@ -4131,6 +5038,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4131
5038
  localized?: boolean | undefined;
4132
5039
  description?: string | undefined;
4133
5040
  defaultValue?: any;
5041
+ group?: string | undefined;
4134
5042
  required: boolean;
4135
5043
  type: "json";
4136
5044
  name: string;
@@ -4146,6 +5054,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4146
5054
  localized?: boolean | undefined;
4147
5055
  description?: string | undefined;
4148
5056
  defaultValue?: any;
5057
+ group?: string | undefined;
4149
5058
  required: boolean;
4150
5059
  type: "reference";
4151
5060
  name: string;
@@ -4163,6 +5072,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4163
5072
  localized?: boolean | undefined;
4164
5073
  description?: string | undefined;
4165
5074
  defaultValue?: any;
5075
+ group?: string | undefined;
4166
5076
  required: boolean;
4167
5077
  type: "multiSelect";
4168
5078
  name: string;
@@ -4177,6 +5087,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4177
5087
  localized?: boolean | undefined;
4178
5088
  description?: string | undefined;
4179
5089
  defaultValue?: any;
5090
+ group?: string | undefined;
4180
5091
  required: boolean;
4181
5092
  type: "date";
4182
5093
  name: string;
@@ -4192,13 +5103,47 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4192
5103
  localized?: boolean | undefined;
4193
5104
  description?: string | undefined;
4194
5105
  defaultValue?: any;
5106
+ group?: string | undefined;
4195
5107
  required: boolean;
4196
5108
  type: "datetime";
4197
5109
  name: string;
4198
5110
  label: string;
5111
+ } | {
5112
+ options?: {
5113
+ min?: number | undefined;
5114
+ max?: number | undefined;
5115
+ defaultCurrency?: string | undefined;
5116
+ allowedCurrencies?: string[] | undefined;
5117
+ } | undefined;
5118
+ searchable?: boolean | undefined;
5119
+ localized?: boolean | undefined;
5120
+ description?: string | undefined;
5121
+ defaultValue?: any;
5122
+ group?: string | undefined;
5123
+ required: boolean;
5124
+ type: "money";
5125
+ name: string;
5126
+ label: string;
5127
+ } | {
5128
+ options?: {
5129
+ maxItems?: number | undefined;
5130
+ minItems?: number | undefined;
5131
+ subFields?: any;
5132
+ itemLabel?: string | undefined;
5133
+ } | undefined;
5134
+ searchable?: boolean | undefined;
5135
+ localized?: boolean | undefined;
5136
+ description?: string | undefined;
5137
+ defaultValue?: any;
5138
+ group?: string | undefined;
5139
+ required: boolean;
5140
+ type: "arrayObject";
5141
+ name: string;
5142
+ label: string;
4199
5143
  } | {
4200
5144
  options?: {
4201
5145
  taxonomyId?: string | undefined;
5146
+ taxonomyName?: string | undefined;
4202
5147
  allowCreate?: boolean | undefined;
4203
5148
  maxTags?: number | undefined;
4204
5149
  minTags?: number | undefined;
@@ -4207,6 +5152,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4207
5152
  localized?: boolean | undefined;
4208
5153
  description?: string | undefined;
4209
5154
  defaultValue?: any;
5155
+ group?: string | undefined;
4210
5156
  required: boolean;
4211
5157
  type: "tags";
4212
5158
  name: string;
@@ -4234,6 +5180,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4234
5180
  localized?: boolean | undefined;
4235
5181
  description?: string | undefined;
4236
5182
  defaultValue?: any;
5183
+ group?: string | undefined;
4237
5184
  required: boolean;
4238
5185
  type: "text";
4239
5186
  name: string;
@@ -4251,6 +5198,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4251
5198
  localized?: boolean | undefined;
4252
5199
  description?: string | undefined;
4253
5200
  defaultValue?: any;
5201
+ group?: string | undefined;
4254
5202
  required: boolean;
4255
5203
  type: "number";
4256
5204
  name: string;
@@ -4264,6 +5212,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4264
5212
  localized?: boolean | undefined;
4265
5213
  description?: string | undefined;
4266
5214
  defaultValue?: any;
5215
+ group?: string | undefined;
4267
5216
  required: boolean;
4268
5217
  type: "boolean";
4269
5218
  name: string;
@@ -4279,6 +5228,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4279
5228
  localized?: boolean | undefined;
4280
5229
  description?: string | undefined;
4281
5230
  defaultValue?: any;
5231
+ group?: string | undefined;
4282
5232
  required: boolean;
4283
5233
  type: "richText";
4284
5234
  name: string;
@@ -4295,6 +5245,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4295
5245
  localized?: boolean | undefined;
4296
5246
  description?: string | undefined;
4297
5247
  defaultValue?: any;
5248
+ group?: string | undefined;
4298
5249
  required: boolean;
4299
5250
  type: "media";
4300
5251
  name: string;
@@ -4310,14 +5261,16 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4310
5261
  localized?: boolean | undefined;
4311
5262
  description?: string | undefined;
4312
5263
  defaultValue?: any;
5264
+ group?: string | undefined;
4313
5265
  required: boolean;
4314
5266
  type: "select";
4315
5267
  name: string;
4316
5268
  label: string;
4317
5269
  } | {
4318
5270
  options?: {
4319
- allowMultiple?: boolean | undefined;
5271
+ taxonomyId?: string | undefined;
4320
5272
  taxonomyName?: string | undefined;
5273
+ allowMultiple?: boolean | undefined;
4321
5274
  maxSelections?: number | undefined;
4322
5275
  depth?: number | undefined;
4323
5276
  } | undefined;
@@ -4325,6 +5278,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4325
5278
  localized?: boolean | undefined;
4326
5279
  description?: string | undefined;
4327
5280
  defaultValue?: any;
5281
+ group?: string | undefined;
4328
5282
  required: boolean;
4329
5283
  type: "category";
4330
5284
  name: string;
@@ -4337,6 +5291,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4337
5291
  localized?: boolean | undefined;
4338
5292
  description?: string | undefined;
4339
5293
  defaultValue?: any;
5294
+ group?: string | undefined;
4340
5295
  required: boolean;
4341
5296
  type: "json";
4342
5297
  name: string;
@@ -4352,6 +5307,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4352
5307
  localized?: boolean | undefined;
4353
5308
  description?: string | undefined;
4354
5309
  defaultValue?: any;
5310
+ group?: string | undefined;
4355
5311
  required: boolean;
4356
5312
  type: "reference";
4357
5313
  name: string;
@@ -4369,6 +5325,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4369
5325
  localized?: boolean | undefined;
4370
5326
  description?: string | undefined;
4371
5327
  defaultValue?: any;
5328
+ group?: string | undefined;
4372
5329
  required: boolean;
4373
5330
  type: "multiSelect";
4374
5331
  name: string;
@@ -4383,6 +5340,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4383
5340
  localized?: boolean | undefined;
4384
5341
  description?: string | undefined;
4385
5342
  defaultValue?: any;
5343
+ group?: string | undefined;
4386
5344
  required: boolean;
4387
5345
  type: "date";
4388
5346
  name: string;
@@ -4398,13 +5356,47 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4398
5356
  localized?: boolean | undefined;
4399
5357
  description?: string | undefined;
4400
5358
  defaultValue?: any;
5359
+ group?: string | undefined;
4401
5360
  required: boolean;
4402
5361
  type: "datetime";
4403
5362
  name: string;
4404
5363
  label: string;
5364
+ } | {
5365
+ options?: {
5366
+ min?: number | undefined;
5367
+ max?: number | undefined;
5368
+ defaultCurrency?: string | undefined;
5369
+ allowedCurrencies?: string[] | undefined;
5370
+ } | undefined;
5371
+ searchable?: boolean | undefined;
5372
+ localized?: boolean | undefined;
5373
+ description?: string | undefined;
5374
+ defaultValue?: any;
5375
+ group?: string | undefined;
5376
+ required: boolean;
5377
+ type: "money";
5378
+ name: string;
5379
+ label: string;
5380
+ } | {
5381
+ options?: {
5382
+ maxItems?: number | undefined;
5383
+ minItems?: number | undefined;
5384
+ subFields?: any;
5385
+ itemLabel?: string | undefined;
5386
+ } | undefined;
5387
+ searchable?: boolean | undefined;
5388
+ localized?: boolean | undefined;
5389
+ description?: string | undefined;
5390
+ defaultValue?: any;
5391
+ group?: string | undefined;
5392
+ required: boolean;
5393
+ type: "arrayObject";
5394
+ name: string;
5395
+ label: string;
4405
5396
  } | {
4406
5397
  options?: {
4407
5398
  taxonomyId?: string | undefined;
5399
+ taxonomyName?: string | undefined;
4408
5400
  allowCreate?: boolean | undefined;
4409
5401
  maxTags?: number | undefined;
4410
5402
  minTags?: number | undefined;
@@ -4413,6 +5405,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4413
5405
  localized?: boolean | undefined;
4414
5406
  description?: string | undefined;
4415
5407
  defaultValue?: any;
5408
+ group?: string | undefined;
4416
5409
  required: boolean;
4417
5410
  type: "tags";
4418
5411
  name: string;
@@ -4430,6 +5423,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4430
5423
  localized?: boolean | undefined;
4431
5424
  description?: string | undefined;
4432
5425
  defaultValue?: any;
5426
+ group?: string | undefined;
4433
5427
  required: boolean;
4434
5428
  type: "text";
4435
5429
  name: string;
@@ -4447,6 +5441,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4447
5441
  localized?: boolean | undefined;
4448
5442
  description?: string | undefined;
4449
5443
  defaultValue?: any;
5444
+ group?: string | undefined;
4450
5445
  required: boolean;
4451
5446
  type: "number";
4452
5447
  name: string;
@@ -4460,6 +5455,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4460
5455
  localized?: boolean | undefined;
4461
5456
  description?: string | undefined;
4462
5457
  defaultValue?: any;
5458
+ group?: string | undefined;
4463
5459
  required: boolean;
4464
5460
  type: "boolean";
4465
5461
  name: string;
@@ -4475,6 +5471,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4475
5471
  localized?: boolean | undefined;
4476
5472
  description?: string | undefined;
4477
5473
  defaultValue?: any;
5474
+ group?: string | undefined;
4478
5475
  required: boolean;
4479
5476
  type: "richText";
4480
5477
  name: string;
@@ -4491,6 +5488,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4491
5488
  localized?: boolean | undefined;
4492
5489
  description?: string | undefined;
4493
5490
  defaultValue?: any;
5491
+ group?: string | undefined;
4494
5492
  required: boolean;
4495
5493
  type: "media";
4496
5494
  name: string;
@@ -4506,14 +5504,16 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4506
5504
  localized?: boolean | undefined;
4507
5505
  description?: string | undefined;
4508
5506
  defaultValue?: any;
5507
+ group?: string | undefined;
4509
5508
  required: boolean;
4510
5509
  type: "select";
4511
5510
  name: string;
4512
5511
  label: string;
4513
5512
  } | {
4514
5513
  options?: {
4515
- allowMultiple?: boolean | undefined;
5514
+ taxonomyId?: string | undefined;
4516
5515
  taxonomyName?: string | undefined;
5516
+ allowMultiple?: boolean | undefined;
4517
5517
  maxSelections?: number | undefined;
4518
5518
  depth?: number | undefined;
4519
5519
  } | undefined;
@@ -4521,6 +5521,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4521
5521
  localized?: boolean | undefined;
4522
5522
  description?: string | undefined;
4523
5523
  defaultValue?: any;
5524
+ group?: string | undefined;
4524
5525
  required: boolean;
4525
5526
  type: "category";
4526
5527
  name: string;
@@ -4533,6 +5534,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4533
5534
  localized?: boolean | undefined;
4534
5535
  description?: string | undefined;
4535
5536
  defaultValue?: any;
5537
+ group?: string | undefined;
4536
5538
  required: boolean;
4537
5539
  type: "json";
4538
5540
  name: string;
@@ -4548,6 +5550,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4548
5550
  localized?: boolean | undefined;
4549
5551
  description?: string | undefined;
4550
5552
  defaultValue?: any;
5553
+ group?: string | undefined;
4551
5554
  required: boolean;
4552
5555
  type: "reference";
4553
5556
  name: string;
@@ -4565,6 +5568,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4565
5568
  localized?: boolean | undefined;
4566
5569
  description?: string | undefined;
4567
5570
  defaultValue?: any;
5571
+ group?: string | undefined;
4568
5572
  required: boolean;
4569
5573
  type: "multiSelect";
4570
5574
  name: string;
@@ -4579,6 +5583,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4579
5583
  localized?: boolean | undefined;
4580
5584
  description?: string | undefined;
4581
5585
  defaultValue?: any;
5586
+ group?: string | undefined;
4582
5587
  required: boolean;
4583
5588
  type: "date";
4584
5589
  name: string;
@@ -4594,13 +5599,47 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4594
5599
  localized?: boolean | undefined;
4595
5600
  description?: string | undefined;
4596
5601
  defaultValue?: any;
5602
+ group?: string | undefined;
4597
5603
  required: boolean;
4598
5604
  type: "datetime";
4599
5605
  name: string;
4600
5606
  label: string;
5607
+ } | {
5608
+ options?: {
5609
+ min?: number | undefined;
5610
+ max?: number | undefined;
5611
+ defaultCurrency?: string | undefined;
5612
+ allowedCurrencies?: string[] | undefined;
5613
+ } | undefined;
5614
+ searchable?: boolean | undefined;
5615
+ localized?: boolean | undefined;
5616
+ description?: string | undefined;
5617
+ defaultValue?: any;
5618
+ group?: string | undefined;
5619
+ required: boolean;
5620
+ type: "money";
5621
+ name: string;
5622
+ label: string;
5623
+ } | {
5624
+ options?: {
5625
+ maxItems?: number | undefined;
5626
+ minItems?: number | undefined;
5627
+ subFields?: any;
5628
+ itemLabel?: string | undefined;
5629
+ } | undefined;
5630
+ searchable?: boolean | undefined;
5631
+ localized?: boolean | undefined;
5632
+ description?: string | undefined;
5633
+ defaultValue?: any;
5634
+ group?: string | undefined;
5635
+ required: boolean;
5636
+ type: "arrayObject";
5637
+ name: string;
5638
+ label: string;
4601
5639
  } | {
4602
5640
  options?: {
4603
5641
  taxonomyId?: string | undefined;
5642
+ taxonomyName?: string | undefined;
4604
5643
  allowCreate?: boolean | undefined;
4605
5644
  maxTags?: number | undefined;
4606
5645
  minTags?: number | undefined;
@@ -4609,6 +5648,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4609
5648
  localized?: boolean | undefined;
4610
5649
  description?: string | undefined;
4611
5650
  defaultValue?: any;
5651
+ group?: string | undefined;
4612
5652
  required: boolean;
4613
5653
  type: "tags";
4614
5654
  name: string;
@@ -4626,6 +5666,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4626
5666
  localized?: boolean | undefined;
4627
5667
  description?: string | undefined;
4628
5668
  defaultValue?: any;
5669
+ group?: string | undefined;
4629
5670
  required: boolean;
4630
5671
  type: "text";
4631
5672
  name: string;
@@ -4654,7 +5695,8 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4654
5695
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
4655
5696
  description: import("convex/values").VString<string | undefined, "optional">;
4656
5697
  defaultValue: import("convex/values").VAny<any, "optional", string>;
4657
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "options.minLength" | "options.maxLength" | "options.pattern" | "options.patternMessage" | "options.placeholder" | "options.multiline" | `defaultValue.${string}`>, import("convex/values").VObject<{
5698
+ group: import("convex/values").VString<string | undefined, "optional">;
5699
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | "options.minLength" | "options.maxLength" | "options.pattern" | "options.patternMessage" | "options.placeholder" | "options.multiline" | `defaultValue.${string}`>, import("convex/values").VObject<{
4658
5700
  options?: {
4659
5701
  min?: number | undefined;
4660
5702
  max?: number | undefined;
@@ -4667,6 +5709,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4667
5709
  localized?: boolean | undefined;
4668
5710
  description?: string | undefined;
4669
5711
  defaultValue?: any;
5712
+ group?: string | undefined;
4670
5713
  required: boolean;
4671
5714
  type: "number";
4672
5715
  name: string;
@@ -4695,7 +5738,8 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4695
5738
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
4696
5739
  description: import("convex/values").VString<string | undefined, "optional">;
4697
5740
  defaultValue: import("convex/values").VAny<any, "optional", string>;
4698
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.min" | "options.max" | "options.step" | "options.precision" | "options.prefix" | "options.suffix">, import("convex/values").VObject<{
5741
+ group: import("convex/values").VString<string | undefined, "optional">;
5742
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.min" | "options.max" | "options.step" | "options.precision" | "options.prefix" | "options.suffix">, import("convex/values").VObject<{
4699
5743
  options?: {
4700
5744
  trueLabel?: string | undefined;
4701
5745
  falseLabel?: string | undefined;
@@ -4704,6 +5748,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4704
5748
  localized?: boolean | undefined;
4705
5749
  description?: string | undefined;
4706
5750
  defaultValue?: any;
5751
+ group?: string | undefined;
4707
5752
  required: boolean;
4708
5753
  type: "boolean";
4709
5754
  name: string;
@@ -4724,7 +5769,8 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4724
5769
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
4725
5770
  description: import("convex/values").VString<string | undefined, "optional">;
4726
5771
  defaultValue: import("convex/values").VAny<any, "optional", string>;
4727
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.trueLabel" | "options.falseLabel">, import("convex/values").VObject<{
5772
+ group: import("convex/values").VString<string | undefined, "optional">;
5773
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.trueLabel" | "options.falseLabel">, import("convex/values").VObject<{
4728
5774
  options?: {
4729
5775
  maxLength?: number | undefined;
4730
5776
  placeholder?: string | undefined;
@@ -4735,6 +5781,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4735
5781
  localized?: boolean | undefined;
4736
5782
  description?: string | undefined;
4737
5783
  defaultValue?: any;
5784
+ group?: string | undefined;
4738
5785
  required: boolean;
4739
5786
  type: "richText";
4740
5787
  name: string;
@@ -4759,7 +5806,8 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4759
5806
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
4760
5807
  description: import("convex/values").VString<string | undefined, "optional">;
4761
5808
  defaultValue: import("convex/values").VAny<any, "optional", string>;
4762
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "options.maxLength" | "options.placeholder" | `defaultValue.${string}` | "options.allowedBlocks" | "options.allowedMarks">, import("convex/values").VObject<{
5809
+ group: import("convex/values").VString<string | undefined, "optional">;
5810
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | "options.maxLength" | "options.placeholder" | `defaultValue.${string}` | "options.allowedBlocks" | "options.allowedMarks">, import("convex/values").VObject<{
4763
5811
  options?: {
4764
5812
  mediaType?: "image" | "video" | "audio" | "document" | "other" | undefined;
4765
5813
  allowedMimeTypes?: string[] | undefined;
@@ -4771,6 +5819,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4771
5819
  localized?: boolean | undefined;
4772
5820
  description?: string | undefined;
4773
5821
  defaultValue?: any;
5822
+ group?: string | undefined;
4774
5823
  required: boolean;
4775
5824
  type: "media";
4776
5825
  name: string;
@@ -4797,7 +5846,8 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4797
5846
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
4798
5847
  description: import("convex/values").VString<string | undefined, "optional">;
4799
5848
  defaultValue: import("convex/values").VAny<any, "optional", string>;
4800
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.mediaType" | "options.allowedMimeTypes" | "options.maxFileSize" | "options.multiple" | "options.maxItems">, import("convex/values").VObject<{
5849
+ group: import("convex/values").VString<string | undefined, "optional">;
5850
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.mediaType" | "options.allowedMimeTypes" | "options.maxFileSize" | "options.multiple" | "options.maxItems">, import("convex/values").VObject<{
4801
5851
  options?: {
4802
5852
  options?: {
4803
5853
  label: string;
@@ -4808,6 +5858,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4808
5858
  localized?: boolean | undefined;
4809
5859
  description?: string | undefined;
4810
5860
  defaultValue?: any;
5861
+ group?: string | undefined;
4811
5862
  required: boolean;
4812
5863
  type: "select";
4813
5864
  name: string;
@@ -4838,7 +5889,8 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4838
5889
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
4839
5890
  description: import("convex/values").VString<string | undefined, "optional">;
4840
5891
  defaultValue: import("convex/values").VAny<any, "optional", string>;
4841
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.options">, import("convex/values").VObject<{
5892
+ group: import("convex/values").VString<string | undefined, "optional">;
5893
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.options">, import("convex/values").VObject<{
4842
5894
  options?: {
4843
5895
  options?: {
4844
5896
  label: string;
@@ -4851,6 +5903,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4851
5903
  localized?: boolean | undefined;
4852
5904
  description?: string | undefined;
4853
5905
  defaultValue?: any;
5906
+ group?: string | undefined;
4854
5907
  required: boolean;
4855
5908
  type: "multiSelect";
4856
5909
  name: string;
@@ -4885,9 +5938,11 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4885
5938
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
4886
5939
  description: import("convex/values").VString<string | undefined, "optional">;
4887
5940
  defaultValue: import("convex/values").VAny<any, "optional", string>;
4888
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.options" | "options.maxSelections" | "options.minSelections">, import("convex/values").VObject<{
5941
+ group: import("convex/values").VString<string | undefined, "optional">;
5942
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.options" | "options.maxSelections" | "options.minSelections">, import("convex/values").VObject<{
4889
5943
  options?: {
4890
5944
  taxonomyId?: string | undefined;
5945
+ taxonomyName?: string | undefined;
4891
5946
  allowCreate?: boolean | undefined;
4892
5947
  maxTags?: number | undefined;
4893
5948
  minTags?: number | undefined;
@@ -4896,6 +5951,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4896
5951
  localized?: boolean | undefined;
4897
5952
  description?: string | undefined;
4898
5953
  defaultValue?: any;
5954
+ group?: string | undefined;
4899
5955
  required: boolean;
4900
5956
  type: "tags";
4901
5957
  name: string;
@@ -4904,15 +5960,17 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4904
5960
  type: import("convex/values").VLiteral<"tags", "required">;
4905
5961
  options: import("convex/values").VObject<{
4906
5962
  taxonomyId?: string | undefined;
5963
+ taxonomyName?: string | undefined;
4907
5964
  allowCreate?: boolean | undefined;
4908
5965
  maxTags?: number | undefined;
4909
5966
  minTags?: number | undefined;
4910
5967
  } | undefined, {
4911
5968
  taxonomyId: import("convex/values").VString<string | undefined, "optional">;
5969
+ taxonomyName: import("convex/values").VString<string | undefined, "optional">;
4912
5970
  allowCreate: import("convex/values").VBoolean<boolean | undefined, "optional">;
4913
5971
  maxTags: import("convex/values").VFloat64<number | undefined, "optional">;
4914
5972
  minTags: import("convex/values").VFloat64<number | undefined, "optional">;
4915
- }, "optional", "taxonomyId" | "allowCreate" | "maxTags" | "minTags">;
5973
+ }, "optional", "taxonomyId" | "taxonomyName" | "allowCreate" | "maxTags" | "minTags">;
4916
5974
  name: import("convex/values").VString<string, "required">;
4917
5975
  label: import("convex/values").VString<string, "required">;
4918
5976
  required: import("convex/values").VBoolean<boolean, "required">;
@@ -4920,10 +5978,12 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4920
5978
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
4921
5979
  description: import("convex/values").VString<string | undefined, "optional">;
4922
5980
  defaultValue: import("convex/values").VAny<any, "optional", string>;
4923
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.taxonomyId" | "options.allowCreate" | "options.maxTags" | "options.minTags">, import("convex/values").VObject<{
5981
+ group: import("convex/values").VString<string | undefined, "optional">;
5982
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.taxonomyId" | "options.taxonomyName" | "options.allowCreate" | "options.maxTags" | "options.minTags">, import("convex/values").VObject<{
4924
5983
  options?: {
4925
- allowMultiple?: boolean | undefined;
5984
+ taxonomyId?: string | undefined;
4926
5985
  taxonomyName?: string | undefined;
5986
+ allowMultiple?: boolean | undefined;
4927
5987
  maxSelections?: number | undefined;
4928
5988
  depth?: number | undefined;
4929
5989
  } | undefined;
@@ -4931,6 +5991,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4931
5991
  localized?: boolean | undefined;
4932
5992
  description?: string | undefined;
4933
5993
  defaultValue?: any;
5994
+ group?: string | undefined;
4934
5995
  required: boolean;
4935
5996
  type: "category";
4936
5997
  name: string;
@@ -4938,16 +5999,18 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4938
5999
  }, {
4939
6000
  type: import("convex/values").VLiteral<"category", "required">;
4940
6001
  options: import("convex/values").VObject<{
4941
- allowMultiple?: boolean | undefined;
6002
+ taxonomyId?: string | undefined;
4942
6003
  taxonomyName?: string | undefined;
6004
+ allowMultiple?: boolean | undefined;
4943
6005
  maxSelections?: number | undefined;
4944
6006
  depth?: number | undefined;
4945
6007
  } | undefined, {
4946
- allowMultiple: import("convex/values").VBoolean<boolean | undefined, "optional">;
6008
+ taxonomyId: import("convex/values").VString<string | undefined, "optional">;
4947
6009
  taxonomyName: import("convex/values").VString<string | undefined, "optional">;
6010
+ allowMultiple: import("convex/values").VBoolean<boolean | undefined, "optional">;
4948
6011
  maxSelections: import("convex/values").VFloat64<number | undefined, "optional">;
4949
6012
  depth: import("convex/values").VFloat64<number | undefined, "optional">;
4950
- }, "optional", "allowMultiple" | "taxonomyName" | "maxSelections" | "depth">;
6013
+ }, "optional", "taxonomyId" | "taxonomyName" | "allowMultiple" | "maxSelections" | "depth">;
4951
6014
  name: import("convex/values").VString<string, "required">;
4952
6015
  label: import("convex/values").VString<string, "required">;
4953
6016
  required: import("convex/values").VBoolean<boolean, "required">;
@@ -4955,7 +6018,8 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4955
6018
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
4956
6019
  description: import("convex/values").VString<string | undefined, "optional">;
4957
6020
  defaultValue: import("convex/values").VAny<any, "optional", string>;
4958
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.allowMultiple" | "options.taxonomyName" | "options.maxSelections" | "options.depth">, import("convex/values").VObject<{
6021
+ group: import("convex/values").VString<string | undefined, "optional">;
6022
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.taxonomyId" | "options.taxonomyName" | "options.allowMultiple" | "options.maxSelections" | "options.depth">, import("convex/values").VObject<{
4959
6023
  options?: {
4960
6024
  schema?: any;
4961
6025
  } | undefined;
@@ -4963,6 +6027,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4963
6027
  localized?: boolean | undefined;
4964
6028
  description?: string | undefined;
4965
6029
  defaultValue?: any;
6030
+ group?: string | undefined;
4966
6031
  required: boolean;
4967
6032
  type: "json";
4968
6033
  name: string;
@@ -4981,7 +6046,8 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4981
6046
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
4982
6047
  description: import("convex/values").VString<string | undefined, "optional">;
4983
6048
  defaultValue: import("convex/values").VAny<any, "optional", string>;
4984
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.schema" | `options.schema.${string}`>, import("convex/values").VObject<{
6049
+ group: import("convex/values").VString<string | undefined, "optional">;
6050
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.schema" | `options.schema.${string}`>, import("convex/values").VObject<{
4985
6051
  options?: {
4986
6052
  format?: string | undefined;
4987
6053
  min?: number | undefined;
@@ -4991,6 +6057,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
4991
6057
  localized?: boolean | undefined;
4992
6058
  description?: string | undefined;
4993
6059
  defaultValue?: any;
6060
+ group?: string | undefined;
4994
6061
  required: boolean;
4995
6062
  type: "date";
4996
6063
  name: string;
@@ -5013,7 +6080,8 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
5013
6080
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
5014
6081
  description: import("convex/values").VString<string | undefined, "optional">;
5015
6082
  defaultValue: import("convex/values").VAny<any, "optional", string>;
5016
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.min" | "options.max" | "options.format">, import("convex/values").VObject<{
6083
+ group: import("convex/values").VString<string | undefined, "optional">;
6084
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.min" | "options.max" | "options.format">, import("convex/values").VObject<{
5017
6085
  options?: {
5018
6086
  format?: string | undefined;
5019
6087
  min?: number | undefined;
@@ -5024,6 +6092,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
5024
6092
  localized?: boolean | undefined;
5025
6093
  description?: string | undefined;
5026
6094
  defaultValue?: any;
6095
+ group?: string | undefined;
5027
6096
  required: boolean;
5028
6097
  type: "datetime";
5029
6098
  name: string;
@@ -5048,7 +6117,8 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
5048
6117
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
5049
6118
  description: import("convex/values").VString<string | undefined, "optional">;
5050
6119
  defaultValue: import("convex/values").VAny<any, "optional", string>;
5051
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.min" | "options.max" | "options.format" | "options.timezone">, import("convex/values").VObject<{
6120
+ group: import("convex/values").VString<string | undefined, "optional">;
6121
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.min" | "options.max" | "options.format" | "options.timezone">, import("convex/values").VObject<{
5052
6122
  options?: {
5053
6123
  multiple?: boolean | undefined;
5054
6124
  maxItems?: number | undefined;
@@ -5059,6 +6129,7 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
5059
6129
  localized?: boolean | undefined;
5060
6130
  description?: string | undefined;
5061
6131
  defaultValue?: any;
6132
+ group?: string | undefined;
5062
6133
  required: boolean;
5063
6134
  type: "reference";
5064
6135
  name: string;
@@ -5083,7 +6154,82 @@ export declare const adminContentTypeWithSourceAndCountDoc: import("convex/value
5083
6154
  localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
5084
6155
  description: import("convex/values").VString<string | undefined, "optional">;
5085
6156
  defaultValue: import("convex/values").VAny<any, "optional", string>;
5086
- }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | `defaultValue.${string}` | "options.multiple" | "options.maxItems" | "options.allowedContentTypes" | "options.minItems">], "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "options.minLength" | "options.maxLength" | "options.pattern" | "options.patternMessage" | "options.placeholder" | "options.multiline" | `defaultValue.${string}` | "options.min" | "options.max" | "options.step" | "options.precision" | "options.prefix" | "options.suffix" | "options.trueLabel" | "options.falseLabel" | "options.allowedBlocks" | "options.allowedMarks" | "options.mediaType" | "options.allowedMimeTypes" | "options.maxFileSize" | "options.multiple" | "options.maxItems" | "options.options" | "options.taxonomyId" | "options.allowCreate" | "options.maxTags" | "options.minTags" | "options.allowMultiple" | "options.taxonomyName" | "options.maxSelections" | "options.depth" | "options.schema" | `options.schema.${string}` | "options.allowedContentTypes" | "options.minItems" | "options.minSelections" | "options.format" | "options.timezone">, "required">;
6157
+ group: import("convex/values").VString<string | undefined, "optional">;
6158
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.multiple" | "options.maxItems" | "options.allowedContentTypes" | "options.minItems">, import("convex/values").VObject<{
6159
+ options?: {
6160
+ min?: number | undefined;
6161
+ max?: number | undefined;
6162
+ defaultCurrency?: string | undefined;
6163
+ allowedCurrencies?: string[] | undefined;
6164
+ } | undefined;
6165
+ searchable?: boolean | undefined;
6166
+ localized?: boolean | undefined;
6167
+ description?: string | undefined;
6168
+ defaultValue?: any;
6169
+ group?: string | undefined;
6170
+ required: boolean;
6171
+ type: "money";
6172
+ name: string;
6173
+ label: string;
6174
+ }, {
6175
+ type: import("convex/values").VLiteral<"money", "required">;
6176
+ options: import("convex/values").VObject<{
6177
+ min?: number | undefined;
6178
+ max?: number | undefined;
6179
+ defaultCurrency?: string | undefined;
6180
+ allowedCurrencies?: string[] | undefined;
6181
+ } | undefined, {
6182
+ min: import("convex/values").VFloat64<number | undefined, "optional">;
6183
+ max: import("convex/values").VFloat64<number | undefined, "optional">;
6184
+ defaultCurrency: import("convex/values").VString<string | undefined, "optional">;
6185
+ allowedCurrencies: import("convex/values").VArray<string[] | undefined, import("convex/values").VString<string, "required">, "optional">;
6186
+ }, "optional", "min" | "max" | "defaultCurrency" | "allowedCurrencies">;
6187
+ name: import("convex/values").VString<string, "required">;
6188
+ label: import("convex/values").VString<string, "required">;
6189
+ required: import("convex/values").VBoolean<boolean, "required">;
6190
+ searchable: import("convex/values").VBoolean<boolean | undefined, "optional">;
6191
+ localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
6192
+ description: import("convex/values").VString<string | undefined, "optional">;
6193
+ defaultValue: import("convex/values").VAny<any, "optional", string>;
6194
+ group: import("convex/values").VString<string | undefined, "optional">;
6195
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.min" | "options.max" | "options.defaultCurrency" | "options.allowedCurrencies">, import("convex/values").VObject<{
6196
+ options?: {
6197
+ maxItems?: number | undefined;
6198
+ minItems?: number | undefined;
6199
+ subFields?: any;
6200
+ itemLabel?: string | undefined;
6201
+ } | undefined;
6202
+ searchable?: boolean | undefined;
6203
+ localized?: boolean | undefined;
6204
+ description?: string | undefined;
6205
+ defaultValue?: any;
6206
+ group?: string | undefined;
6207
+ required: boolean;
6208
+ type: "arrayObject";
6209
+ name: string;
6210
+ label: string;
6211
+ }, {
6212
+ type: import("convex/values").VLiteral<"arrayObject", "required">;
6213
+ options: import("convex/values").VObject<{
6214
+ maxItems?: number | undefined;
6215
+ minItems?: number | undefined;
6216
+ subFields?: any;
6217
+ itemLabel?: string | undefined;
6218
+ } | undefined, {
6219
+ subFields: import("convex/values").VAny<any, "optional", string>;
6220
+ itemLabel: import("convex/values").VString<string | undefined, "optional">;
6221
+ maxItems: import("convex/values").VFloat64<number | undefined, "optional">;
6222
+ minItems: import("convex/values").VFloat64<number | undefined, "optional">;
6223
+ }, "optional", "maxItems" | "minItems" | "subFields" | "itemLabel" | `subFields.${string}`>;
6224
+ name: import("convex/values").VString<string, "required">;
6225
+ label: import("convex/values").VString<string, "required">;
6226
+ required: import("convex/values").VBoolean<boolean, "required">;
6227
+ searchable: import("convex/values").VBoolean<boolean | undefined, "optional">;
6228
+ localized: import("convex/values").VBoolean<boolean | undefined, "optional">;
6229
+ description: import("convex/values").VString<string | undefined, "optional">;
6230
+ defaultValue: import("convex/values").VAny<any, "optional", string>;
6231
+ group: import("convex/values").VString<string | undefined, "optional">;
6232
+ }, "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | `defaultValue.${string}` | "options.maxItems" | "options.minItems" | "options.subFields" | "options.itemLabel" | `options.subFields.${string}`>], "required", "required" | "type" | "options" | "name" | "label" | "searchable" | "localized" | "description" | "defaultValue" | "group" | "options.minLength" | "options.maxLength" | "options.pattern" | "options.patternMessage" | "options.placeholder" | "options.multiline" | `defaultValue.${string}` | "options.min" | "options.max" | "options.step" | "options.precision" | "options.prefix" | "options.suffix" | "options.trueLabel" | "options.falseLabel" | "options.allowedBlocks" | "options.allowedMarks" | "options.mediaType" | "options.allowedMimeTypes" | "options.maxFileSize" | "options.multiple" | "options.maxItems" | "options.options" | "options.taxonomyId" | "options.taxonomyName" | "options.allowCreate" | "options.maxTags" | "options.minTags" | "options.allowMultiple" | "options.maxSelections" | "options.depth" | "options.schema" | `options.schema.${string}` | "options.allowedContentTypes" | "options.minItems" | "options.minSelections" | "options.format" | "options.timezone" | "options.defaultCurrency" | "options.allowedCurrencies" | "options.subFields" | "options.itemLabel" | `options.subFields.${string}`>, "required">;
5087
6233
  source: import("convex/values").VUnion<"code" | "database", [import("convex/values").VLiteral<"code", "required">, import("convex/values").VLiteral<"database", "required">], "required", never>;
5088
6234
  entryCount: import("convex/values").VFloat64<number | undefined, "optional">;
5089
6235
  name: import("convex/values").VString<string, "required">;
@@ -5801,8 +6947,8 @@ export declare const adminMoveMediaAssetsResult: import("convex/values").VObject
5801
6947
  targetFolderId?: string | undefined;
5802
6948
  targetFolderPath?: string | undefined;
5803
6949
  failed: number;
5804
- total: number;
5805
6950
  succeeded: number;
6951
+ total: number;
5806
6952
  results: {
5807
6953
  error?: string | undefined;
5808
6954
  previousFolderId?: string | undefined;
@@ -5831,7 +6977,7 @@ export declare const adminMoveMediaAssetsResult: import("convex/values").VObject
5831
6977
  error: import("convex/values").VString<string | undefined, "optional">;
5832
6978
  previousFolderId: import("convex/values").VString<string | undefined, "optional">;
5833
6979
  }, "required", "id" | "success" | "error" | "previousFolderId">, "required">;
5834
- }, "required", "failed" | "targetFolderId" | "total" | "succeeded" | "targetFolderPath" | "results">;
6980
+ }, "required", "failed" | "succeeded" | "targetFolderId" | "total" | "targetFolderPath" | "results">;
5835
6981
  export declare const adminMediaVariantDoc: import("convex/values").VObject<{
5836
6982
  width?: number | undefined;
5837
6983
  height?: number | undefined;
@@ -5935,8 +7081,8 @@ export declare const adminVariantPresetValidator: import("convex/values").VObjec
5935
7081
  }, "required", "format" | "name" | "description" | "width" | "height" | "variantType" | "quality">;
5936
7082
  export declare const adminGenerateVariantsResult: import("convex/values").VObject<{
5937
7083
  failed: number;
5938
- total: number;
5939
7084
  succeeded: number;
7085
+ total: number;
5940
7086
  results: {
5941
7087
  error?: string | undefined;
5942
7088
  variantId?: string | undefined;
@@ -5963,7 +7109,7 @@ export declare const adminGenerateVariantsResult: import("convex/values").VObjec
5963
7109
  variantId: import("convex/values").VString<string | undefined, "optional">;
5964
7110
  error: import("convex/values").VString<string | undefined, "optional">;
5965
7111
  }, "required", "preset" | "success" | "error" | "variantId">, "required">;
5966
- }, "required", "failed" | "total" | "succeeded" | "results">;
7112
+ }, "required", "failed" | "succeeded" | "total" | "results">;
5967
7113
  export declare const adminResponsiveSrcsetResult: import("convex/values").VObject<{
5968
7114
  sizes?: string | undefined;
5969
7115
  entries: {
@@ -6484,8 +7630,8 @@ export declare const adminBulkOperationItemResult: import("convex/values").VObje
6484
7630
  }, "required", "id" | "success" | "error">;
6485
7631
  export declare const adminBulkOperationResult: import("convex/values").VObject<{
6486
7632
  failed: number;
6487
- total: number;
6488
7633
  succeeded: number;
7634
+ total: number;
6489
7635
  results: {
6490
7636
  error?: string | undefined;
6491
7637
  id: string;
@@ -6508,7 +7654,7 @@ export declare const adminBulkOperationResult: import("convex/values").VObject<{
6508
7654
  success: import("convex/values").VBoolean<boolean, "required">;
6509
7655
  error: import("convex/values").VString<string | undefined, "optional">;
6510
7656
  }, "required", "id" | "success" | "error">, "required">;
6511
- }, "required", "failed" | "total" | "succeeded" | "results">;
7657
+ }, "required", "failed" | "succeeded" | "total" | "results">;
6512
7658
  export declare const adminDashboardStatsDoc: import("convex/values").VObject<{
6513
7659
  published: number;
6514
7660
  contentEntries: number;