@stacksjs/defaults 0.70.207 → 0.70.208

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 (408) hide show
  1. package/TODO.md +21 -0
  2. package/ai/AGENTS.md +79 -0
  3. package/ai/README.md +45 -0
  4. package/ai/claude/launch.json +12 -0
  5. package/ai/skills/stacks-actions/SKILL.md +128 -0
  6. package/ai/skills/stacks-ai/SKILL.md +276 -0
  7. package/ai/skills/stacks-alias/SKILL.md +94 -0
  8. package/ai/skills/stacks-analytics/SKILL.md +91 -0
  9. package/ai/skills/stacks-api/SKILL.md +738 -0
  10. package/ai/skills/stacks-arrays/SKILL.md +277 -0
  11. package/ai/skills/stacks-auth/SKILL.md +422 -0
  12. package/ai/skills/stacks-auto-imports/SKILL.md +138 -0
  13. package/ai/skills/stacks-brandkit/SKILL.md +811 -0
  14. package/ai/skills/stacks-browse/SKILL.md +127 -0
  15. package/ai/skills/stacks-browse/scripts/browse.ts +492 -0
  16. package/ai/skills/stacks-browser/SKILL.md +145 -0
  17. package/ai/skills/stacks-buddy/SKILL.md +676 -0
  18. package/ai/skills/stacks-build/SKILL.md +163 -0
  19. package/ai/skills/stacks-cache/SKILL.md +125 -0
  20. package/ai/skills/stacks-calendar/SKILL.md +113 -0
  21. package/ai/skills/stacks-chat/SKILL.md +371 -0
  22. package/ai/skills/stacks-cli/SKILL.md +112 -0
  23. package/ai/skills/stacks-cloud/SKILL.md +192 -0
  24. package/ai/skills/stacks-cms/SKILL.md +217 -0
  25. package/ai/skills/stacks-collections/SKILL.md +82 -0
  26. package/ai/skills/stacks-commerce/SKILL.md +114 -0
  27. package/ai/skills/stacks-composables/SKILL.md +161 -0
  28. package/ai/skills/stacks-config/SKILL.md +144 -0
  29. package/ai/skills/stacks-configuration/SKILL.md +154 -0
  30. package/ai/skills/stacks-cron/SKILL.md +123 -0
  31. package/ai/skills/stacks-crosswind/SKILL.md +190 -0
  32. package/ai/skills/stacks-dashboard/SKILL.md +173 -0
  33. package/ai/skills/stacks-database/SKILL.md +286 -0
  34. package/ai/skills/stacks-datetime/SKILL.md +269 -0
  35. package/ai/skills/stacks-dependencies/SKILL.md +111 -0
  36. package/ai/skills/stacks-deploy/SKILL.md +102 -0
  37. package/ai/skills/stacks-design-brutalist/SKILL.md +110 -0
  38. package/ai/skills/stacks-design-minimalist/SKILL.md +115 -0
  39. package/ai/skills/stacks-design-output/SKILL.md +55 -0
  40. package/ai/skills/stacks-design-soft/SKILL.md +156 -0
  41. package/ai/skills/stacks-design-taste/SKILL.md +1012 -0
  42. package/ai/skills/stacks-design-taste-codex/SKILL.md +294 -0
  43. package/ai/skills/stacks-desktop/SKILL.md +78 -0
  44. package/ai/skills/stacks-development/SKILL.md +298 -0
  45. package/ai/skills/stacks-dns/SKILL.md +149 -0
  46. package/ai/skills/stacks-docs/SKILL.md +109 -0
  47. package/ai/skills/stacks-email/SKILL.md +236 -0
  48. package/ai/skills/stacks-enums/SKILL.md +100 -0
  49. package/ai/skills/stacks-env/SKILL.md +181 -0
  50. package/ai/skills/stacks-error-handling/SKILL.md +137 -0
  51. package/ai/skills/stacks-events/SKILL.md +228 -0
  52. package/ai/skills/stacks-faker/SKILL.md +158 -0
  53. package/ai/skills/stacks-git/SKILL.md +158 -0
  54. package/ai/skills/stacks-guard/SKILL.md +98 -0
  55. package/ai/skills/stacks-health/SKILL.md +75 -0
  56. package/ai/skills/stacks-http/SKILL.md +316 -0
  57. package/ai/skills/stacks-i18n/SKILL.md +198 -0
  58. package/ai/skills/stacks-image-to-code/SKILL.md +629 -0
  59. package/ai/skills/stacks-imagegen-mobile/SKILL.md +1474 -0
  60. package/ai/skills/stacks-imagegen-web/SKILL.md +998 -0
  61. package/ai/skills/stacks-investigate/SKILL.md +119 -0
  62. package/ai/skills/stacks-jobs/SKILL.md +136 -0
  63. package/ai/skills/stacks-lint/SKILL.md +184 -0
  64. package/ai/skills/stacks-listeners/SKILL.md +99 -0
  65. package/ai/skills/stacks-logging/SKILL.md +78 -0
  66. package/ai/skills/stacks-mail/SKILL.md +120 -0
  67. package/ai/skills/stacks-middleware/SKILL.md +249 -0
  68. package/ai/skills/stacks-migrations/SKILL.md +105 -0
  69. package/ai/skills/stacks-models/SKILL.md +267 -0
  70. package/ai/skills/stacks-new-feature/SKILL.md +206 -0
  71. package/ai/skills/stacks-notifications/SKILL.md +210 -0
  72. package/ai/skills/stacks-objects/SKILL.md +205 -0
  73. package/ai/skills/stacks-office-hours/SKILL.md +134 -0
  74. package/ai/skills/stacks-orm/SKILL.md +342 -0
  75. package/ai/skills/stacks-path/SKILL.md +118 -0
  76. package/ai/skills/stacks-payments/SKILL.md +373 -0
  77. package/ai/skills/stacks-plan-review/SKILL.md +152 -0
  78. package/ai/skills/stacks-plugins/SKILL.md +149 -0
  79. package/ai/skills/stacks-push/SKILL.md +376 -0
  80. package/ai/skills/stacks-query-builder/SKILL.md +128 -0
  81. package/ai/skills/stacks-queue/SKILL.md +559 -0
  82. package/ai/skills/stacks-realtime/SKILL.md +442 -0
  83. package/ai/skills/stacks-redesign/SKILL.md +182 -0
  84. package/ai/skills/stacks-registry/SKILL.md +58 -0
  85. package/ai/skills/stacks-repl/SKILL.md +80 -0
  86. package/ai/skills/stacks-retro/SKILL.md +122 -0
  87. package/ai/skills/stacks-review/SKILL.md +135 -0
  88. package/ai/skills/stacks-router/SKILL.md +231 -0
  89. package/ai/skills/stacks-routes/SKILL.md +105 -0
  90. package/ai/skills/stacks-scaffolding/SKILL.md +162 -0
  91. package/ai/skills/stacks-scheduler/SKILL.md +363 -0
  92. package/ai/skills/stacks-search-engine/SKILL.md +112 -0
  93. package/ai/skills/stacks-security/SKILL.md +129 -0
  94. package/ai/skills/stacks-security-audit/SKILL.md +128 -0
  95. package/ai/skills/stacks-server/SKILL.md +458 -0
  96. package/ai/skills/stacks-shell/SKILL.md +62 -0
  97. package/ai/skills/stacks-slug/SKILL.md +87 -0
  98. package/ai/skills/stacks-sms/SKILL.md +385 -0
  99. package/ai/skills/stacks-socials/SKILL.md +303 -0
  100. package/ai/skills/stacks-storage/SKILL.md +576 -0
  101. package/ai/skills/stacks-strings/SKILL.md +416 -0
  102. package/ai/skills/stacks-stx/SKILL.md +176 -0
  103. package/ai/skills/stacks-technical-diagrams/LICENSE +22 -0
  104. package/ai/skills/stacks-technical-diagrams/SKILL.md +290 -0
  105. package/ai/skills/stacks-technical-diagrams/agents/openai.yaml +4 -0
  106. package/ai/skills/stacks-technical-diagrams/assets/template.html +1252 -0
  107. package/ai/skills/stacks-technical-diagrams/bin/technical-diagrams.mjs +289 -0
  108. package/ai/skills/stacks-technical-diagrams/bunfig.toml +1 -0
  109. package/ai/skills/stacks-technical-diagrams/examples/agent-run.lifecycle.json +64 -0
  110. package/ai/skills/stacks-technical-diagrams/examples/agent-tool-call.workflow.json +88 -0
  111. package/ai/skills/stacks-technical-diagrams/examples/cache-miss-request.sequence.json +75 -0
  112. package/ai/skills/stacks-technical-diagrams/examples/product-analytics.dataflow.json +70 -0
  113. package/ai/skills/stacks-technical-diagrams/examples/web-app.architecture.json +41 -0
  114. package/ai/skills/stacks-technical-diagrams/renderers/architecture/grid.mjs +62 -0
  115. package/ai/skills/stacks-technical-diagrams/renderers/architecture/render-architecture.mjs +371 -0
  116. package/ai/skills/stacks-technical-diagrams/renderers/dataflow/README.md +82 -0
  117. package/ai/skills/stacks-technical-diagrams/renderers/dataflow/render-dataflow.mjs +295 -0
  118. package/ai/skills/stacks-technical-diagrams/renderers/lifecycle/README.md +91 -0
  119. package/ai/skills/stacks-technical-diagrams/renderers/lifecycle/render-lifecycle.mjs +384 -0
  120. package/ai/skills/stacks-technical-diagrams/renderers/sequence/README.md +84 -0
  121. package/ai/skills/stacks-technical-diagrams/renderers/sequence/render-sequence.mjs +257 -0
  122. package/ai/skills/stacks-technical-diagrams/renderers/shared/cli.mjs +42 -0
  123. package/ai/skills/stacks-technical-diagrams/renderers/shared/generated-validators.mjs +13 -0
  124. package/ai/skills/stacks-technical-diagrams/renderers/shared/geometry.mjs +230 -0
  125. package/ai/skills/stacks-technical-diagrams/renderers/shared/layout-report.mjs +40 -0
  126. package/ai/skills/stacks-technical-diagrams/renderers/shared/utils.mjs +88 -0
  127. package/ai/skills/stacks-technical-diagrams/renderers/shared/validator.mjs +40 -0
  128. package/ai/skills/stacks-technical-diagrams/renderers/workflow/README.md +103 -0
  129. package/ai/skills/stacks-technical-diagrams/renderers/workflow/render-workflow.mjs +481 -0
  130. package/ai/skills/stacks-technical-diagrams/schemas/README.md +68 -0
  131. package/ai/skills/stacks-technical-diagrams/schemas/architecture.schema.json +121 -0
  132. package/ai/skills/stacks-technical-diagrams/schemas/common.schema.json +43 -0
  133. package/ai/skills/stacks-technical-diagrams/schemas/dataflow.schema.json +221 -0
  134. package/ai/skills/stacks-technical-diagrams/schemas/lifecycle.schema.json +241 -0
  135. package/ai/skills/stacks-technical-diagrams/schemas/sequence.schema.json +186 -0
  136. package/ai/skills/stacks-technical-diagrams/schemas/workflow.schema.json +332 -0
  137. package/ai/skills/stacks-technical-diagrams/scripts/check-render-output.mjs +297 -0
  138. package/ai/skills/stacks-technical-diagrams/scripts/render-examples.mjs +28 -0
  139. package/ai/skills/stacks-testing/SKILL.md +129 -0
  140. package/ai/skills/stacks-tunnel/SKILL.md +125 -0
  141. package/ai/skills/stacks-types/SKILL.md +178 -0
  142. package/ai/skills/stacks-ui/SKILL.md +246 -0
  143. package/ai/skills/stacks-utils/SKILL.md +444 -0
  144. package/ai/skills/stacks-validation/SKILL.md +371 -0
  145. package/ai/skills/stacks-whois/SKILL.md +315 -0
  146. package/assets/world-map-data.ts +121 -0
  147. package/bootstrap.ts +114 -0
  148. package/docs/api-examples.md +46 -0
  149. package/docs/index.md +24 -0
  150. package/docs/markdown-examples.md +87 -0
  151. package/functions/analytics.ts +97 -0
  152. package/functions/api.ts +143 -0
  153. package/functions/auth.ts +208 -0
  154. package/functions/billing/payments.ts +149 -0
  155. package/functions/blog.ts +120 -0
  156. package/functions/cms/categorizables.ts +107 -0
  157. package/functions/cms/pages.ts +108 -0
  158. package/functions/cms/posts.ts +100 -0
  159. package/functions/cms/taggables.ts +102 -0
  160. package/functions/commerce/coupons.ts +128 -0
  161. package/functions/commerce/customers.ts +128 -0
  162. package/functions/commerce/gift-cards.ts +119 -0
  163. package/functions/commerce/orders.ts +112 -0
  164. package/functions/commerce/payments.ts +119 -0
  165. package/functions/commerce/products/categories.ts +123 -0
  166. package/functions/commerce/products/manufacturers.ts +123 -0
  167. package/functions/commerce/products/products.ts +123 -0
  168. package/functions/commerce/products/reviews.ts +123 -0
  169. package/functions/commerce/products/units.ts +123 -0
  170. package/functions/commerce/products/variants.ts +123 -0
  171. package/functions/commerce/shippings/delivery-routes.ts +123 -0
  172. package/functions/commerce/shippings/digital-deliveries.ts +119 -0
  173. package/functions/commerce/shippings/drivers.ts +123 -0
  174. package/functions/commerce/shippings/license-keys.ts +123 -0
  175. package/functions/commerce/shippings/shipping-methods.ts +123 -0
  176. package/functions/commerce/shippings/shipping-rates.ts +119 -0
  177. package/functions/commerce/shippings/shipping-zones.ts +119 -0
  178. package/functions/commerce/taxes.ts +119 -0
  179. package/functions/commerce/waitlist/products.ts +123 -0
  180. package/functions/commerce/waitlist/restaurants.ts +123 -0
  181. package/functions/craft.ts +107 -0
  182. package/functions/dashboard.ts +153 -0
  183. package/functions/inbox.ts +95 -0
  184. package/functions/jobs.ts +86 -0
  185. package/functions/monitoring/errors.ts +295 -0
  186. package/functions/queue.ts +111 -0
  187. package/functions/realtime/websockets.ts +96 -0
  188. package/functions/realtime.ts +52 -0
  189. package/functions/releases.ts +49 -0
  190. package/functions/search.ts +126 -0
  191. package/functions/toasts.ts +95 -0
  192. package/functions/uploads.ts +216 -0
  193. package/ide/.gitignore +4 -0
  194. package/ide/cursor/rules/auto-imports.mdc +574 -0
  195. package/ide/cursor/rules/code-style.mdc +12 -0
  196. package/ide/cursor/rules/documentation.mdc +9 -0
  197. package/ide/cursor/rules/error-handling-validation.mdc +11 -0
  198. package/ide/cursor/rules/key-conventions.mdc +11 -0
  199. package/ide/cursor/rules/project-structure.mdc +169 -0
  200. package/ide/cursor/rules/readme.mdc +318 -0
  201. package/ide/cursor/rules/syntax-formatting.mdc +9 -0
  202. package/ide/cursor/rules/testing.mdc +10 -0
  203. package/ide/cursor/rules/typescript.mdc +9 -0
  204. package/ide/cursor/rules/ui-styling.mdc +0 -0
  205. package/ide/dictionary.txt +397 -0
  206. package/ide/jetbrains/.fleet/settings.json +4 -0
  207. package/ide/jetbrains/.idea/.gitignore +5 -0
  208. package/ide/jetbrains/.idea/.name +1 -0
  209. package/ide/jetbrains/.idea/inspectionProfiles/Project_Default.xml +6 -0
  210. package/ide/jetbrains/.idea/jsLinters/eslint.xml +7 -0
  211. package/ide/jetbrains/.idea/modules.xml +8 -0
  212. package/ide/jetbrains/.idea/stacks.iml +22 -0
  213. package/ide/jetbrains/.idea/vcs.xml +6 -0
  214. package/ide/jetbrains/.idea/webResources.xml +14 -0
  215. package/ide/jetbrains/IntelliJ IDEA Global Settings +0 -0
  216. package/ide/jetbrains/installed.txt +4 -0
  217. package/ide/jetbrains/options/github-copilot.xml +5 -0
  218. package/ide/jetbrains/options/nodejs.xml +7 -0
  219. package/ide/jetbrains/options/templates.xml +124 -0
  220. package/ide/jetbrains/templates/JavaScript.xml +6 -0
  221. package/ide/jetbrains/templates/Stacks.xml +8 -0
  222. package/ide/vscode/.vscode/README.md +23 -0
  223. package/ide/vscode/.vscode/extensions.json +5 -0
  224. package/ide/vscode/.vscode/settings.json +176 -0
  225. package/ide/vscode/.vscode/stacks.code-snippets +181 -0
  226. package/ide/vscode/LICENSE.md +21 -0
  227. package/ide/vscode/README.md +36 -0
  228. package/ide/vscode/logo.png +0 -0
  229. package/ide/vscode/package.json +79 -0
  230. package/ide/zed/.zed/settings.json +139 -0
  231. package/lang/README.md +28 -0
  232. package/lang/de.yml +14 -0
  233. package/lang/en.yml +15 -0
  234. package/package.json +19 -3
  235. package/project/bootstrap +161 -0
  236. package/project/buddy +175 -0
  237. package/project/storage/framework/tsconfig.app.json +50 -0
  238. package/project/storage/framework/tsconfig.base.json +58 -0
  239. package/routes/core.ts +78 -0
  240. package/routes/dashboard-api.ts +233 -0
  241. package/routes/dashboard.ts +739 -0
  242. package/routes/email.ts +129 -0
  243. package/stores/[name].stx +16 -0
  244. package/stores/git.ts +71 -0
  245. package/stores/payment.ts +474 -0
  246. package/stores/queue.ts +43 -0
  247. package/stores/user.ts +29 -0
  248. package/stx-components-plugin.ts +25 -0
  249. package/styles/design-tokens.css +597 -0
  250. package/types/dashboard.ts +70 -0
  251. package/types/defaults.ts +438 -0
  252. package/vcs/github/CODE_OF_CONDUCT.md +83 -0
  253. package/vcs/github/CONTRIBUTING.md +187 -0
  254. package/vcs/github/EXPLANATIONS.md +41 -0
  255. package/vcs/github/FUNDING.yml +1 -0
  256. package/vcs/github/ISSUE_TEMPLATE/bug_report.yml +49 -0
  257. package/vcs/github/ISSUE_TEMPLATE/config.yml +10 -0
  258. package/vcs/github/ISSUE_TEMPLATE/feature_request.yml +44 -0
  259. package/vcs/github/SECURITY.md +70 -0
  260. package/vcs/github/renovate.json +5 -0
  261. package/vcs/github/stale.yml +14 -0
  262. package/vcs/github/workflows/README.md +16 -0
  263. package/vcs/github/workflows/ci.yml +114 -0
  264. package/vcs/github/workflows/export-size.yml +25 -0
  265. package/vcs/github/workflows/labeler.yml +13 -0
  266. package/vcs/github/workflows/release.yml +219 -0
  267. package/views/[...all].stx +8 -0
  268. package/views/about.md +3 -0
  269. package/views/auth/login.stx +1 -0
  270. package/views/auth/signup.stx +85 -0
  271. package/views/dashboard/.discovered-models.json +542 -0
  272. package/views/dashboard/AUDIT.md +904 -0
  273. package/views/dashboard/[...all].stx +89 -0
  274. package/views/dashboard/access-tokens/index.stx +177 -0
  275. package/views/dashboard/actions/index.stx +129 -0
  276. package/views/dashboard/analytics/blog/index.stx +356 -0
  277. package/views/dashboard/analytics/browsers/index.stx +263 -0
  278. package/views/dashboard/analytics/commerce/sales/index.stx +329 -0
  279. package/views/dashboard/analytics/commerce/web/index.stx +379 -0
  280. package/views/dashboard/analytics/countries/index.stx +289 -0
  281. package/views/dashboard/analytics/devices/index.stx +305 -0
  282. package/views/dashboard/analytics/events/index.stx +536 -0
  283. package/views/dashboard/analytics/index.stx +88 -0
  284. package/views/dashboard/analytics/marketing/index.stx +315 -0
  285. package/views/dashboard/analytics/pages/index.stx +271 -0
  286. package/views/dashboard/analytics/referrers/index.stx +319 -0
  287. package/views/dashboard/analytics/web/index.stx +356 -0
  288. package/views/dashboard/buddy/index.stx +198 -0
  289. package/views/dashboard/ci/index.stx +462 -0
  290. package/views/dashboard/cloud/index.stx +452 -0
  291. package/views/dashboard/commands/index.stx +295 -0
  292. package/views/dashboard/commerce/categories/index.stx +406 -0
  293. package/views/dashboard/commerce/coupons/index.stx +485 -0
  294. package/views/dashboard/commerce/customers/index.stx +410 -0
  295. package/views/dashboard/commerce/dashboard/index.stx +287 -0
  296. package/views/dashboard/commerce/delivery/delivery-routes.stx +305 -0
  297. package/views/dashboard/commerce/delivery/digital-delivery.stx +332 -0
  298. package/views/dashboard/commerce/delivery/drivers.stx +397 -0
  299. package/views/dashboard/commerce/delivery/index.stx +18 -0
  300. package/views/dashboard/commerce/delivery/license-keys.stx +380 -0
  301. package/views/dashboard/commerce/delivery/shipping-methods.stx +346 -0
  302. package/views/dashboard/commerce/delivery/shipping-rates.stx +338 -0
  303. package/views/dashboard/commerce/delivery/shipping-zones.stx +302 -0
  304. package/views/dashboard/commerce/delivery/tabs.ts +25 -0
  305. package/views/dashboard/commerce/gift-cards/index.stx +561 -0
  306. package/views/dashboard/commerce/manufacturers/index.stx +308 -0
  307. package/views/dashboard/commerce/orders/index.stx +247 -0
  308. package/views/dashboard/commerce/payments/index.stx +535 -0
  309. package/views/dashboard/commerce/pos/index.stx +653 -0
  310. package/views/dashboard/commerce/printers/devices/index.stx +273 -0
  311. package/views/dashboard/commerce/printers/receipts/index.stx +308 -0
  312. package/views/dashboard/commerce/products/detail.stx +563 -0
  313. package/views/dashboard/commerce/products/index.stx +370 -0
  314. package/views/dashboard/commerce/reviews/index.stx +656 -0
  315. package/views/dashboard/commerce/reviews/index.ts +0 -0
  316. package/views/dashboard/commerce/taxes/index.stx +377 -0
  317. package/views/dashboard/commerce/units/index.stx +317 -0
  318. package/views/dashboard/commerce/variants/index.stx +319 -0
  319. package/views/dashboard/commerce/waitlist/products.stx +942 -0
  320. package/views/dashboard/commerce/waitlist/restaurant.stx +1024 -0
  321. package/views/dashboard/components/index.stx +330 -0
  322. package/views/dashboard/composables/index.ts +19 -0
  323. package/views/dashboard/composables/useChart.ts +77 -0
  324. package/views/dashboard/composables/useNavigation.ts +99 -0
  325. package/views/dashboard/composables/useRole.ts +58 -0
  326. package/views/dashboard/composables/useTheme.ts +74 -0
  327. package/views/dashboard/content/authors/index.stx +171 -0
  328. package/views/dashboard/content/blog/index.stx +493 -0
  329. package/views/dashboard/content/categories/index.stx +169 -0
  330. package/views/dashboard/content/comments/index.stx +189 -0
  331. package/views/dashboard/content/dashboard.stx +383 -0
  332. package/views/dashboard/content/files/index.stx +706 -0
  333. package/views/dashboard/content/pages/index.stx +174 -0
  334. package/views/dashboard/content/posts/index.stx +269 -0
  335. package/views/dashboard/content/seo/index.stx +240 -0
  336. package/views/dashboard/content/tags/index.stx +167 -0
  337. package/views/dashboard/data/activity/index.stx +261 -0
  338. package/views/dashboard/data/dashboard/index.stx +116 -0
  339. package/views/dashboard/data/subscribers.stx +270 -0
  340. package/views/dashboard/data/teams.stx +275 -0
  341. package/views/dashboard/data/users.stx +279 -0
  342. package/views/dashboard/dependencies/index.stx +178 -0
  343. package/views/dashboard/deployments/[id].stx +234 -0
  344. package/views/dashboard/deployments/index.stx +9 -0
  345. package/views/dashboard/dns/index.stx +163 -0
  346. package/views/dashboard/environment/index.stx +283 -0
  347. package/views/dashboard/errors/index.stx +274 -0
  348. package/views/dashboard/forgot-password.stx +57 -0
  349. package/views/dashboard/functions/index.stx +159 -0
  350. package/views/dashboard/health/index.stx +248 -0
  351. package/views/dashboard/inbox/activity.stx +350 -0
  352. package/views/dashboard/inbox/index.stx +452 -0
  353. package/views/dashboard/inbox/settings.stx +290 -0
  354. package/views/dashboard/index.stx +252 -0
  355. package/views/dashboard/insights/index.stx +529 -0
  356. package/views/dashboard/jobs/[id].stx +430 -0
  357. package/views/dashboard/jobs/history.stx +222 -0
  358. package/views/dashboard/jobs/index.stx +214 -0
  359. package/views/dashboard/kanban/[id].stx +899 -0
  360. package/views/dashboard/kanban/index.stx +260 -0
  361. package/views/dashboard/layouts/default.stx +565 -0
  362. package/views/dashboard/layouts/guest.stx +10 -0
  363. package/views/dashboard/login.stx +48 -0
  364. package/views/dashboard/logs/index.stx +540 -0
  365. package/views/dashboard/mailboxes/index.stx +149 -0
  366. package/views/dashboard/management/permissions/index.stx +490 -0
  367. package/views/dashboard/marketing/campaigns/index.stx +604 -0
  368. package/views/dashboard/marketing/lists/index.stx +514 -0
  369. package/views/dashboard/marketing/reviews/index.stx +475 -0
  370. package/views/dashboard/marketing/social-posts/index.stx +560 -0
  371. package/views/dashboard/models/[model].stx +195 -0
  372. package/views/dashboard/models/index.stx +159 -0
  373. package/views/dashboard/monitoring/errors/index.stx +415 -0
  374. package/views/dashboard/notifications/dashboard.stx +383 -0
  375. package/views/dashboard/notifications/email.stx +336 -0
  376. package/views/dashboard/notifications/history.stx +373 -0
  377. package/views/dashboard/notifications/sms.stx +332 -0
  378. package/views/dashboard/packages/index.stx +195 -0
  379. package/views/dashboard/queries/[id].stx +381 -0
  380. package/views/dashboard/queries/history.stx +227 -0
  381. package/views/dashboard/queries/index.stx +335 -0
  382. package/views/dashboard/queries/slow.stx +318 -0
  383. package/views/dashboard/queue/index.stx +427 -0
  384. package/views/dashboard/realtime/index.stx +429 -0
  385. package/views/dashboard/register.stx +46 -0
  386. package/views/dashboard/releases/index.stx +389 -0
  387. package/views/dashboard/requests/index.stx +462 -0
  388. package/views/dashboard/serverless/index.stx +475 -0
  389. package/views/dashboard/servers/[id].stx +299 -0
  390. package/views/dashboard/servers/index.stx +483 -0
  391. package/views/dashboard/settings/billing.stx +50 -0
  392. package/views/dashboard/settings/index.stx +256 -0
  393. package/views/dashboard/settings/mail.stx +252 -0
  394. package/views/dashboard/stores/auth.ts +123 -0
  395. package/views/dashboard/stores/ci.ts +342 -0
  396. package/views/dashboard/stores/index.ts +129 -0
  397. package/views/dashboard/stores/kanban.ts +723 -0
  398. package/views/dashboard/stores/rbac.ts +350 -0
  399. package/views/dashboard/stx.config.ts +34 -0
  400. package/views/dashboard/teams/[id].stx +170 -0
  401. package/views/forum/category.stx +92 -0
  402. package/views/forum/index.stx +209 -0
  403. package/views/forum/new-topic.stx +113 -0
  404. package/views/forum/profile.stx +1 -0
  405. package/views/forum/topic.stx +143 -0
  406. package/views/hello-world/[name].stx +47 -0
  407. package/views/index.stx +21 -0
  408. package/views/system-tray/index.stx +147 -0
@@ -0,0 +1,574 @@
1
+ ---
2
+ description: Auto Imports for Stacks projects
3
+ globs:
4
+ ---
5
+ ## Auto Imports
6
+
7
+ These are auto imports by the framework that the user can use.
8
+
9
+ ```ts
10
+ declare global {
11
+ const EffectScope: typeof import('@stacksjs/stx')['EffectScope']
12
+ const Head: typeof import('../core/browser/src/utils/vendors')['Head']
13
+ const and: typeof import('../core/browser/src/utils/math')['and']
14
+ const anyOf: typeof import('../core/browser/src/utils/regex')['anyOf']
15
+ const asyncComputed: typeof import('../core/browser/src/utils/vendors')['asyncComputed']
16
+ const autoResetRef: typeof import('../core/browser/src/utils/vendors')['autoResetRef']
17
+ const batchInvoke: typeof import('../core/browser/src/utils/function')['batchInvoke']
18
+ const breakpointsAntDesign: typeof import('../core/browser/src/utils/vendors')['breakpointsAntDesign']
19
+ const breakpointsBootstrapV5: typeof import('../core/browser/src/utils/vendors')['breakpointsBootstrapV5']
20
+ const breakpointsMasterCss: typeof import('../core/browser/src/utils/vendors')['breakpointsMasterCss']
21
+ const breakpointsQuasar: typeof import('../core/browser/src/utils/vendors')['breakpointsQuasar']
22
+ const breakpointsSematic: typeof import('../core/browser/src/utils/vendors')['breakpointsSematic']
23
+ const breakpointsTailwind: typeof import('../core/browser/src/utils/vendors')['breakpointsTailwind']
24
+ const breakpointsMaterialDesign: typeof import('../core/composables/src')['breakpointsMaterialDesign']
25
+ const calculateDelay: typeof import('../core/browser/src/utils/retry')['calculateDelay']
26
+ const carriageReturn: typeof import('../core/browser/src/utils/regex')['carriageReturn']
27
+ const caseInsensitive: typeof import('../core/browser/src/utils/regex')['caseInsensitive']
28
+ const char: typeof import('../core/browser/src/utils/regex')['char']
29
+ const charIn: typeof import('../core/browser/src/utils/regex')['charIn']
30
+ const charNotIn: typeof import('../core/browser/src/utils/regex')['charNotIn']
31
+ const clamp: typeof import('../core/browser/src/utils/math')['clamp']
32
+ const cloneFnJSON: typeof import('../core/browser/src/utils/vendors')['cloneFnJSON']
33
+ const computed: typeof import('@stacksjs/stx')['computed']
34
+ const computedAsync: typeof import('../core/browser/src/utils/vendors')['computedAsync']
35
+ const computedEager: typeof import('../core/browser/src/utils/vendors')['computedEager']
36
+ const computedInject: typeof import('../core/browser/src/utils/vendors')['computedInject']
37
+ const computedWithControl: typeof import('../core/browser/src/utils/vendors')['computedWithControl']
38
+ const confirmCardPayment: typeof import('../core/browser/src/utils/billable')['confirmCardPayment']
39
+ const confirmCardSetup: typeof import('../core/browser/src/utils/billable')['confirmCardSetup']
40
+ const confirmPayment: typeof import('../core/browser/src/utils/billable')['confirmPayment']
41
+ const controlledComputed: typeof import('../core/browser/src/utils/vendors')['controlledComputed']
42
+ const controlledRef: typeof import('../core/browser/src/utils/vendors')['controlledRef']
43
+ const count: typeof import('../../../resources/functions/counter')['count']
44
+ const createApp: typeof import('@stacksjs/stx')['createApp']
45
+ const createStore: typeof import('@stacksjs/stx')['createStore']
46
+ const createControlledPromise: typeof import('../core/browser/src/utils/promise')['createControlledPromise']
47
+ const createEventHook: typeof import('../core/browser/src/utils/vendors')['createEventHook']
48
+ const createFetch: typeof import('../core/browser/src/utils/vendors')['createFetch']
49
+ const createGenericProjection: typeof import('../core/browser/src/utils/math')['createGenericProjection']
50
+ const createGlobalState: typeof import('../core/browser/src/utils/vendors')['createGlobalState']
51
+ const createHead: typeof import('../core/browser/src/utils/vendors')['createHead']
52
+ const createInjectionState: typeof import('../core/browser/src/utils/vendors')['createInjectionState']
53
+ const createPaymentMethod: typeof import('../core/browser/src/utils/billable')['createPaymentMethod']
54
+ const createProjection: typeof import('../core/browser/src/utils/math')['createProjection']
55
+ const createPromiseLock: typeof import('../core/browser/src/utils/promise')['createPromiseLock']
56
+ const createReactiveFn: typeof import('../core/browser/src/utils/vendors')['createReactiveFn']
57
+ const createRegExp: typeof import('../core/browser/src/utils/regex')['createRegExp']
58
+ const createReusableTemplate: typeof import('../core/browser/src/utils/vendors')['createReusableTemplate']
59
+ const createSharedComposable: typeof import('../core/browser/src/utils/vendors')['createSharedComposable']
60
+ const createSingletonPromise: typeof import('../core/browser/src/utils/promise')['createSingletonPromise']
61
+ const createTemplatePromise: typeof import('../core/browser/src/utils/vendors')['createTemplatePromise']
62
+ const createUnrefFn: typeof import('../core/browser/src/utils/vendors')['createUnrefFn']
63
+ const customAlphabet: typeof import('../core/browser/src/utils/random')['customAlphabet']
64
+ const customRandom: typeof import('../core/browser/src/utils/random')['customRandom']
65
+ const customRef: typeof import('@stacksjs/stx')['customRef']
66
+ const customStorageEventName: typeof import('../core/browser/src/utils/vendors')['customStorageEventName']
67
+ const dateFormat: typeof import('../core/datetime/dist/index.js')['dateFormat']
68
+ const debounce: typeof import('../core/browser/src/utils/debounce')['debounce']
69
+ const debouncedRef: typeof import('../core/browser/src/utils/vendors')['debouncedRef']
70
+ const debouncedWatch: typeof import('../core/browser/src/utils/vendors')['debouncedWatch']
71
+ const defaultDocument: typeof import('../core/browser/src/utils/vendors')['defaultDocument']
72
+ const defaultLocation: typeof import('../core/browser/src/utils/vendors')['defaultLocation']
73
+ const defaultNavigator: typeof import('../core/browser/src/utils/vendors')['defaultNavigator']
74
+ const defaultWindow: typeof import('../core/browser/src/utils/vendors')['defaultWindow']
75
+ const defineAsyncComponent: typeof import('@stacksjs/stx')['defineAsyncComponent']
76
+ const defineComponent: typeof import('@stacksjs/stx')['defineComponent']
77
+ const defineStore: typeof import('@stacksjs/stx')['defineStore']
78
+ const delay: typeof import('../core/browser/src/utils/sleep')['delay']
79
+ const digit: typeof import('../core/browser/src/utils/regex')['digit']
80
+ const dotAll: typeof import('../core/browser/src/utils/regex')['dotAll']
81
+ const eagerComputed: typeof import('../core/browser/src/utils/vendors')['eagerComputed']
82
+ const effectScope: typeof import('@stacksjs/stx')['effectScope']
83
+ const exactly: typeof import('../core/browser/src/utils/regex')['exactly']
84
+ const executeTransition: typeof import('../core/browser/src/utils/vendors')['executeTransition']
85
+ const extendRef: typeof import('../core/browser/src/utils/vendors')['extendRef']
86
+ const format: typeof import('../core/datetime/dist/index.js')['format']
87
+ const formatTimeAgo: typeof import('../core/browser/src/utils/vendors')['formatTimeAgo']
88
+ const getCurrentInstance: typeof import('@stacksjs/stx')['getCurrentInstance']
89
+ const getCurrentScope: typeof import('@stacksjs/stx')['getCurrentScope']
90
+ const getStore: typeof import('@stacksjs/stx')['getStore']
91
+ const getStoreNames: typeof import('@stacksjs/stx')['getStoreNames']
92
+ const getSSRHandler: typeof import('../core/browser/src/utils/vendors')['getSSRHandler']
93
+ const global: typeof import('../core/browser/src/utils/regex')['global']
94
+ const h: typeof import('@stacksjs/stx')['h']
95
+ const hasStore: typeof import('@stacksjs/stx')['hasStore']
96
+ const ignorableWatch: typeof import('../core/browser/src/utils/vendors')['ignorableWatch']
97
+ const increment: typeof import('../../../resources/functions/counter')['increment']
98
+ const inject: typeof import('@stacksjs/stx')['inject']
99
+ const injectLocal: typeof import('../core/browser/src/utils/vendors')['injectLocal']
100
+ const isDark: typeof import('../../../resources/functions/dark')['isDark']
101
+ const isDefined: typeof import('../core/browser/src/utils/vendors')['isDefined']
102
+ const isProxy: typeof import('@stacksjs/stx')['isProxy']
103
+ const isReactive: typeof import('@stacksjs/stx')['isReactive']
104
+ const isReadonly: typeof import('@stacksjs/stx')['isReadonly']
105
+ const isRef: typeof import('@stacksjs/stx')['isRef']
106
+ const isTruthy: typeof import('../core/browser/src/utils/guards')['isTruthy']
107
+ const lazy: typeof import('../core/browser/src/utils/lazy')['lazy']
108
+ const letter: typeof import('../core/browser/src/utils/regex')['letter']
109
+ const linefeed: typeof import('../core/browser/src/utils/regex')['linefeed']
110
+ const loadCardElement: typeof import('../core/browser/src/utils/billable')['loadCardElement']
111
+ const loadPaymentElement: typeof import('../core/browser/src/utils/billable')['loadPaymentElement']
112
+ const logicNot: typeof import('../core/browser/src/utils/math')['logicNot']
113
+ const logicOr: typeof import('../core/browser/src/utils/math')['logicOr']
114
+ const loop: typeof import('../core/browser/src/utils/base')['loop']
115
+ const makeDestructurable: typeof import('../core/browser/src/utils/vendors')['makeDestructurable']
116
+ const mapGamepadToXbox360Controller: typeof import('../core/browser/src/utils/vendors')['mapGamepadToXbox360Controller']
117
+ const markRaw: typeof import('@stacksjs/stx')['markRaw']
118
+ const maybe: typeof import('../core/browser/src/utils/regex')['maybe']
119
+ const multiline: typeof import('../core/browser/src/utils/regex')['multiline']
120
+ const nextTick: typeof import('@stacksjs/stx')['nextTick']
121
+ const noNull: typeof import('../core/browser/src/utils/guards')['noNull']
122
+ const not: typeof import('../core/browser/src/utils/regex')['not']
123
+ const notNullish: typeof import('../core/browser/src/utils/guards')['notNullish']
124
+ const notUndefined: typeof import('../core/browser/src/utils/guards')['notUndefined']
125
+ const now: typeof import('../core/datetime/dist/index.js')['now']
126
+ const onActivated: typeof import('@stacksjs/stx')['onActivated']
127
+ const onBeforeMount: typeof import('@stacksjs/stx')['onBeforeMount']
128
+ const onBeforeUnmount: typeof import('@stacksjs/stx')['onBeforeUnmount']
129
+ const onBeforeUpdate: typeof import('@stacksjs/stx')['onBeforeUpdate']
130
+ const onClickOutside: typeof import('../core/browser/src/utils/vendors')['onClickOutside']
131
+ const onDeactivated: typeof import('@stacksjs/stx')['onDeactivated']
132
+ const onErrorCaptured: typeof import('@stacksjs/stx')['onErrorCaptured']
133
+ const onKeyDown: typeof import('../core/browser/src/utils/vendors')['onKeyDown']
134
+ const onKeyPressed: typeof import('../core/browser/src/utils/vendors')['onKeyPressed']
135
+ const onKeyStroke: typeof import('../core/browser/src/utils/vendors')['onKeyStroke']
136
+ const onKeyUp: typeof import('../core/browser/src/utils/vendors')['onKeyUp']
137
+ const onLongPress: typeof import('../core/browser/src/utils/vendors')['onLongPress']
138
+ const onMounted: typeof import('@stacksjs/stx')['onMounted']
139
+ const onRenderTracked: typeof import('@stacksjs/stx')['onRenderTracked']
140
+ const onRenderTriggered: typeof import('@stacksjs/stx')['onRenderTriggered']
141
+ const onScopeDispose: typeof import('@stacksjs/stx')['onScopeDispose']
142
+ const onServerPrefetch: typeof import('@stacksjs/stx')['onServerPrefetch']
143
+ const onStartTyping: typeof import('../core/browser/src/utils/vendors')['onStartTyping']
144
+ const onUnmounted: typeof import('@stacksjs/stx')['onUnmounted']
145
+ const onUpdated: typeof import('@stacksjs/stx')['onUpdated']
146
+ const onWatcherCleanup: typeof import('@stacksjs/stx')['onWatcherCleanup']
147
+ const oneOrMore: typeof import('../core/browser/src/utils/regex')['oneOrMore']
148
+ const or: typeof import('../core/browser/src/utils/math')['or']
149
+ const parse: typeof import('../core/datetime/dist/index.js')['parse']
150
+ const pausableWatch: typeof import('../core/browser/src/utils/vendors')['pausableWatch']
151
+ const preferredDark: typeof import('../../../resources/functions/dark')['preferredDark']
152
+ const provide: typeof import('@stacksjs/stx')['provide']
153
+ const provideLocal: typeof import('../core/browser/src/utils/vendors')['provideLocal']
154
+ const publishableKey: typeof import('../core/browser/src/utils/billable')['publishableKey']
155
+ const rand: typeof import('../core/browser/src/utils/math')['rand']
156
+ const random: typeof import('../core/browser/src/utils/random')['random']
157
+ const randomNonSecure: typeof import('../core/browser/src/utils/random')['randomNonSecure']
158
+ const reactify: typeof import('../core/browser/src/utils/vendors')['reactify']
159
+ const reactifyObject: typeof import('../core/browser/src/utils/vendors')['reactifyObject']
160
+ const reactive: typeof import('@stacksjs/stx')['reactive']
161
+ const reactiveComputed: typeof import('../core/browser/src/utils/vendors')['reactiveComputed']
162
+ const reactiveOmit: typeof import('../core/browser/src/utils/vendors')['reactiveOmit']
163
+ const reactivePick: typeof import('../core/browser/src/utils/vendors')['reactivePick']
164
+ const readableSize: typeof import('../core/browser/src/utils/vendors')['readableSize']
165
+ const readonly: typeof import('@stacksjs/stx')['readonly']
166
+ const ref: typeof import('@stacksjs/stx')['ref']
167
+ const refAutoReset: typeof import('../core/browser/src/utils/vendors')['refAutoReset']
168
+ const refDebounced: typeof import('../core/browser/src/utils/vendors')['refDebounced']
169
+ const refDefault: typeof import('../core/browser/src/utils/vendors')['refDefault']
170
+ const refThrottled: typeof import('../core/browser/src/utils/vendors')['refThrottled']
171
+ const refWithControl: typeof import('../core/browser/src/utils/vendors')['refWithControl']
172
+ const renderHeadToString: typeof import('../core/browser/src/utils/vendors')['renderHeadToString']
173
+ const resolveComponent: typeof import('@stacksjs/stx')['resolveComponent']
174
+ const resolveRef: typeof import('../core/browser/src/utils/vendors')['resolveRef']
175
+ const retry: typeof import('../core/browser/src/utils/retry')['retry']
176
+ const saas: typeof import('../core/browser/src/utils/plans')['saas']
177
+ const setSSRHandler: typeof import('../core/browser/src/utils/vendors')['setSSRHandler']
178
+ const shallowReactive: typeof import('@stacksjs/stx')['shallowReactive']
179
+ const shallowReadonly: typeof import('@stacksjs/stx')['shallowReadonly']
180
+ const shallowRef: typeof import('@stacksjs/stx')['shallowRef']
181
+ const sleep: typeof import('../core/browser/src/utils/sleep')['sleep']
182
+ const sticky: typeof import('../core/browser/src/utils/regex')['sticky']
183
+ const syncRef: typeof import('../core/browser/src/utils/vendors')['syncRef']
184
+ const syncRefs: typeof import('../core/browser/src/utils/vendors')['syncRefs']
185
+ const tab: typeof import('../core/browser/src/utils/regex')['tab']
186
+ const tap: typeof import('../core/browser/src/utils/function')['tap']
187
+ const templateRef: typeof import('../core/browser/src/utils/vendors')['templateRef']
188
+ const throttle: typeof import('../core/browser/src/utils/throttle')['throttle']
189
+ const throttledRef: typeof import('../core/browser/src/utils/vendors')['throttledRef']
190
+ const throttledWatch: typeof import('../core/browser/src/utils/vendors')['throttledWatch']
191
+ const toRaw: typeof import('@stacksjs/stx')['toRaw']
192
+ const toReactive: typeof import('../core/browser/src/utils/vendors')['toReactive']
193
+ const toRef: typeof import('@stacksjs/stx')['toRef']
194
+ const toRefs: typeof import('@stacksjs/stx')['toRefs']
195
+ const toString: typeof import('../core/browser/src/utils/base')['toString']
196
+ const toValue: typeof import('@stacksjs/stx')['toValue']
197
+ const toggleDark: typeof import('../../../resources/functions/dark')['toggleDark']
198
+ const triggerRef: typeof import('@stacksjs/stx')['triggerRef']
199
+ const tryOnBeforeMount: typeof import('../core/browser/src/utils/vendors')['tryOnBeforeMount']
200
+ const tryOnBeforeUnmount: typeof import('../core/browser/src/utils/vendors')['tryOnBeforeUnmount']
201
+ const tryOnMounted: typeof import('../core/browser/src/utils/vendors')['tryOnMounted']
202
+ const tryOnScopeDispose: typeof import('../core/browser/src/utils/vendors')['tryOnScopeDispose']
203
+ const tryOnUnmounted: typeof import('../core/browser/src/utils/vendors')['tryOnUnmounted']
204
+ const unicode: typeof import('../core/browser/src/utils/regex')['unicode']
205
+ const unref: typeof import('@stacksjs/stx')['unref']
206
+ const unrefElement: typeof import('../core/browser/src/utils/vendors')['unrefElement']
207
+ const until: typeof import('../core/browser/src/utils/vendors')['until']
208
+ const useAbs: typeof import('../core/browser/src/utils/math')['useAbs']
209
+ const useActiveElement: typeof import('../core/browser/src/utils/vendors')['useActiveElement']
210
+ const useAnimate: typeof import('../core/browser/src/utils/vendors')['useAnimate']
211
+ const useArrayDifference: typeof import('../core/browser/src/utils/vendors')['useArrayDifference']
212
+ const useArrayEvery: typeof import('../core/browser/src/utils/vendors')['useArrayEvery']
213
+ const useArrayFilter: typeof import('../core/browser/src/utils/vendors')['useArrayFilter']
214
+ const useArrayFind: typeof import('../core/browser/src/utils/vendors')['useArrayFind']
215
+ const useArrayFindIndex: typeof import('../core/browser/src/utils/vendors')['useArrayFindIndex']
216
+ const useArrayIncludes: typeof import('../core/browser/src/utils/vendors')['useArrayIncludes']
217
+ const useArrayMap: typeof import('../core/browser/src/utils/vendors')['useArrayMap']
218
+ const useArrayReduce: typeof import('../core/browser/src/utils/vendors')['useArrayReduce']
219
+ const useArraySome: typeof import('../core/browser/src/utils/vendors')['useArraySome']
220
+ const useArrayUnique: typeof import('../core/browser/src/utils/vendors')['useArrayUnique']
221
+ const useAsyncQueue: typeof import('../core/browser/src/utils/vendors')['useAsyncQueue']
222
+ const useAsyncState: typeof import('../core/browser/src/utils/vendors')['useAsyncState']
223
+ const useAttrs: typeof import('@stacksjs/stx')['useAttrs']
224
+ const useAverage: typeof import('../core/browser/src/utils/math')['useAverage']
225
+ const useBase64: typeof import('../core/browser/src/utils/vendors')['useBase64']
226
+ const useBattery: typeof import('../core/browser/src/utils/vendors')['useBattery']
227
+ const useBluetooth: typeof import('../core/browser/src/utils/vendors')['useBluetooth']
228
+ const useBreakpoints: typeof import('../core/browser/src/utils/vendors')['useBreakpoints']
229
+ const useBroadcastChannel: typeof import('../core/browser/src/utils/vendors')['useBroadcastChannel']
230
+ const useBrowserLocation: typeof import('../core/browser/src/utils/vendors')['useBrowserLocation']
231
+ const useCached: typeof import('../core/browser/src/utils/vendors')['useCached']
232
+ const useCeil: typeof import('../core/browser/src/utils/math')['useCeil']
233
+ const useClamp: typeof import('../core/browser/src/utils/math')['useClamp']
234
+ const useClipboard: typeof import('../core/browser/src/utils/vendors')['useClipboard']
235
+ const useClipboardItems: typeof import('../core/browser/src/utils/vendors')['useClipboardItems']
236
+ const useCloned: typeof import('../core/browser/src/utils/vendors')['useCloned']
237
+ const useColorMode: typeof import('../core/browser/src/utils/vendors')['useColorMode']
238
+ const useConfirmDialog: typeof import('../core/browser/src/utils/vendors')['useConfirmDialog']
239
+ const useCounter: typeof import('../core/browser/src/utils/vendors')['useCounter']
240
+ const useCssModule: typeof import('@stacksjs/stx')['useCssModule']
241
+ const useCssVar: typeof import('../core/browser/src/utils/vendors')['useCssVar']
242
+ const useCssVars: typeof import('@stacksjs/stx')['useCssVars']
243
+ const useCurrentElement: typeof import('../core/browser/src/utils/vendors')['useCurrentElement']
244
+ const useCycleList: typeof import('../core/browser/src/utils/vendors')['useCycleList']
245
+ const useDark: typeof import('../core/browser/src/utils/vendors')['useDark']
246
+ const useDateFormat: typeof import('../core/browser/src/utils/vendors')['useDateFormat']
247
+ const useDebounce: typeof import('../core/browser/src/utils/vendors')['useDebounce']
248
+ const useDebounceFn: typeof import('../core/browser/src/utils/vendors')['useDebounceFn']
249
+ const useDebouncedRefHistory: typeof import('../core/browser/src/utils/vendors')['useDebouncedRefHistory']
250
+ const useDeviceMotion: typeof import('../core/browser/src/utils/vendors')['useDeviceMotion']
251
+ const useDeviceOrientation: typeof import('../core/browser/src/utils/vendors')['useDeviceOrientation']
252
+ const useDevicePixelRatio: typeof import('../core/browser/src/utils/vendors')['useDevicePixelRatio']
253
+ const useDevicesList: typeof import('../core/browser/src/utils/vendors')['useDevicesList']
254
+ const useDisplayMedia: typeof import('../core/browser/src/utils/vendors')['useDisplayMedia']
255
+ const useDocumentVisibility: typeof import('../core/browser/src/utils/vendors')['useDocumentVisibility']
256
+ const useDraggable: typeof import('../core/browser/src/utils/vendors')['useDraggable']
257
+ const useDropZone: typeof import('../core/browser/src/utils/vendors')['useDropZone']
258
+ const useElementBounding: typeof import('../core/browser/src/utils/vendors')['useElementBounding']
259
+ const useElementByPoint: typeof import('../core/browser/src/utils/vendors')['useElementByPoint']
260
+ const useElementHover: typeof import('../core/browser/src/utils/vendors')['useElementHover']
261
+ const useElementSize: typeof import('../core/browser/src/utils/vendors')['useElementSize']
262
+ const useElementVisibility: typeof import('../core/browser/src/utils/vendors')['useElementVisibility']
263
+ const useEventBus: typeof import('../core/browser/src/utils/vendors')['useEventBus']
264
+ const useEventListener: typeof import('../core/browser/src/utils/vendors')['useEventListener']
265
+ const useEventSource: typeof import('../core/browser/src/utils/vendors')['useEventSource']
266
+ const useEyeDropper: typeof import('../core/browser/src/utils/vendors')['useEyeDropper']
267
+ const useFavicon: typeof import('../core/browser/src/utils/vendors')['useFavicon']
268
+ const useFetch: typeof import('../core/browser/src/utils/vendors')['useFetch']
269
+ const useFileDialog: typeof import('../core/browser/src/utils/vendors')['useFileDialog']
270
+ const useFileSystemAccess: typeof import('../core/browser/src/utils/vendors')['useFileSystemAccess']
271
+ const useFloor: typeof import('../core/browser/src/utils/math')['useFloor']
272
+ const useFocus: typeof import('../core/browser/src/utils/vendors')['useFocus']
273
+ const useFocusWithin: typeof import('../core/browser/src/utils/vendors')['useFocusWithin']
274
+ const useFps: typeof import('../core/browser/src/utils/vendors')['useFps']
275
+ const useFullscreen: typeof import('../core/browser/src/utils/vendors')['useFullscreen']
276
+ const useGamepad: typeof import('../core/browser/src/utils/vendors')['useGamepad']
277
+ const useGeolocation: typeof import('../core/browser/src/utils/vendors')['useGeolocation']
278
+ const useGitStore: typeof import('../defaults/stores/git')['useGitStore']
279
+ const useHead: typeof import('@stacksjs/stx')['useHead']
280
+ const useId: typeof import('@stacksjs/stx')['useId']
281
+ const useIdle: typeof import('../core/browser/src/utils/vendors')['useIdle']
282
+ const useImage: typeof import('../core/browser/src/utils/vendors')['useImage']
283
+ const useInfiniteScroll: typeof import('../core/browser/src/utils/vendors')['useInfiniteScroll']
284
+ const useIntersectionObserver: typeof import('../core/browser/src/utils/vendors')['useIntersectionObserver']
285
+ const useInterval: typeof import('../core/browser/src/utils/vendors')['useInterval']
286
+ const useIntervalFn: typeof import('../core/browser/src/utils/vendors')['useIntervalFn']
287
+ const useKeyModifier: typeof import('../core/browser/src/utils/vendors')['useKeyModifier']
288
+ const useLastChanged: typeof import('../core/browser/src/utils/vendors')['useLastChanged']
289
+ const useLocalStorage: typeof import('../core/browser/src/utils/vendors')['useLocalStorage']
290
+ const useMagicKeys: typeof import('../core/browser/src/utils/vendors')['useMagicKeys']
291
+ const useManualRefHistory: typeof import('../core/browser/src/utils/vendors')['useManualRefHistory']
292
+ const useMath: typeof import('../core/browser/src/utils/math')['useMath']
293
+ const useMax: typeof import('../core/browser/src/utils/math')['useMax']
294
+ const useMediaControls: typeof import('../core/browser/src/utils/vendors')['useMediaControls']
295
+ const useMediaQuery: typeof import('../core/browser/src/utils/vendors')['useMediaQuery']
296
+ const useMemoize: typeof import('../core/browser/src/utils/vendors')['useMemoize']
297
+ const useMemory: typeof import('../core/browser/src/utils/vendors')['useMemory']
298
+ const useMin: typeof import('../core/browser/src/utils/math')['useMin']
299
+ const useModel: typeof import('@stacksjs/stx')['useModel']
300
+ const useMounted: typeof import('../core/browser/src/utils/vendors')['useMounted']
301
+ const useMouse: typeof import('../core/browser/src/utils/vendors')['useMouse']
302
+ const useMouseInElement: typeof import('../core/browser/src/utils/vendors')['useMouseInElement']
303
+ const useMousePressed: typeof import('../core/browser/src/utils/vendors')['useMousePressed']
304
+ const useMutationObserver: typeof import('../core/browser/src/utils/vendors')['useMutationObserver']
305
+ const useNavigatorLanguage: typeof import('../core/browser/src/utils/vendors')['useNavigatorLanguage']
306
+ const useNetwork: typeof import('../core/browser/src/utils/vendors')['useNetwork']
307
+ const useNow: typeof import('../core/browser/src/utils/vendors')['useNow']
308
+ const useObjectUrl: typeof import('../core/browser/src/utils/vendors')['useObjectUrl']
309
+ const useOffsetPagination: typeof import('../core/browser/src/utils/vendors')['useOffsetPagination']
310
+ const useOnline: typeof import('../core/browser/src/utils/vendors')['useOnline']
311
+ const usePageLeave: typeof import('../core/browser/src/utils/vendors')['usePageLeave']
312
+ const useParallax: typeof import('../core/browser/src/utils/vendors')['useParallax']
313
+ const useParentElement: typeof import('../core/browser/src/utils/vendors')['useParentElement']
314
+ const usePaymentStore: typeof import('../defaults/stores/payment')['usePaymentStore']
315
+ const usePerformanceObserver: typeof import('../core/browser/src/utils/vendors')['usePerformanceObserver']
316
+ const usePermission: typeof import('../core/browser/src/utils/vendors')['usePermission']
317
+ const usePointer: typeof import('../core/browser/src/utils/vendors')['usePointer']
318
+ const usePointerLock: typeof import('../core/browser/src/utils/vendors')['usePointerLock']
319
+ const usePointerSwipe: typeof import('../core/browser/src/utils/vendors')['usePointerSwipe']
320
+ const usePrecision: typeof import('../core/browser/src/utils/math')['usePrecision']
321
+ const usePreferredColorScheme: typeof import('../core/browser/src/utils/vendors')['usePreferredColorScheme']
322
+ const usePreferredContrast: typeof import('../core/browser/src/utils/vendors')['usePreferredContrast']
323
+ const usePreferredDark: typeof import('../core/browser/src/utils/vendors')['usePreferredDark']
324
+ const usePreferredLanguages: typeof import('../core/browser/src/utils/vendors')['usePreferredLanguages']
325
+ const usePreferredReducedMotion: typeof import('../core/browser/src/utils/vendors')['usePreferredReducedMotion']
326
+ const usePrevious: typeof import('../core/browser/src/utils/vendors')['usePrevious']
327
+ const useProjection: typeof import('../core/browser/src/utils/math')['useProjection']
328
+ const useQueueStore: typeof import('../defaults/stores/queue')['useQueueStore']
329
+ const useRafFn: typeof import('../core/browser/src/utils/vendors')['useRafFn']
330
+ const useRefHistory: typeof import('../core/browser/src/utils/vendors')['useRefHistory']
331
+ const useResizeObserver: typeof import('../core/browser/src/utils/vendors')['useResizeObserver']
332
+ const useRound: typeof import('../core/browser/src/utils/math')['useRound']
333
+ const useRoute: typeof import('@stacksjs/stx')['useRoute']
334
+ const useScreenOrientation: typeof import('../core/browser/src/utils/vendors')['useScreenOrientation']
335
+ const useScreenSafeArea: typeof import('../core/browser/src/utils/vendors')['useScreenSafeArea']
336
+ const useScriptTag: typeof import('../core/browser/src/utils/vendors')['useScriptTag']
337
+ const useScroll: typeof import('../core/browser/src/utils/vendors')['useScroll']
338
+ const useScrollLock: typeof import('../core/browser/src/utils/vendors')['useScrollLock']
339
+ const useSeoMeta: typeof import('@stacksjs/stx')['useSeoMeta']
340
+ const useSessionStorage: typeof import('../core/browser/src/utils/vendors')['useSessionStorage']
341
+ const useShare: typeof import('../core/browser/src/utils/vendors')['useShare']
342
+ const useSlots: typeof import('@stacksjs/stx')['useSlots']
343
+ const useSorted: typeof import('../core/browser/src/utils/vendors')['useSorted']
344
+ const useSpeechRecognition: typeof import('../core/browser/src/utils/vendors')['useSpeechRecognition']
345
+ const useSpeechSynthesis: typeof import('../core/browser/src/utils/vendors')['useSpeechSynthesis']
346
+ const useStepper: typeof import('../core/browser/src/utils/vendors')['useStepper']
347
+ const useStorage: typeof import('../core/browser/src/utils/vendors')['useStorage']
348
+ const useStorageAsync: typeof import('../core/browser/src/utils/vendors')['useStorageAsync']
349
+ const useStore: typeof import('@stacksjs/stx')['useStore']
350
+ const useStyleTag: typeof import('../core/browser/src/utils/vendors')['useStyleTag']
351
+ const useSum: typeof import('../core/browser/src/utils/math')['useSum']
352
+ const useSupported: typeof import('../core/browser/src/utils/vendors')['useSupported']
353
+ const useSwipe: typeof import('../core/browser/src/utils/vendors')['useSwipe']
354
+ const useTemplateRef: typeof import('@stacksjs/stx')['useTemplateRef']
355
+ const useTemplateRefsList: typeof import('../core/browser/src/utils/vendors')['useTemplateRefsList']
356
+ const useTextDirection: typeof import('../core/browser/src/utils/vendors')['useTextDirection']
357
+ const useTextSelection: typeof import('../core/browser/src/utils/vendors')['useTextSelection']
358
+ const useTextareaAutosize: typeof import('../core/browser/src/utils/vendors')['useTextareaAutosize']
359
+ const useThrottle: typeof import('../core/browser/src/utils/vendors')['useThrottle']
360
+ const useThrottleFn: typeof import('../core/browser/src/utils/vendors')['useThrottleFn']
361
+ const useThrottledRefHistory: typeof import('../core/browser/src/utils/vendors')['useThrottledRefHistory']
362
+ const useTimeAgo: typeof import('../core/browser/src/utils/vendors')['useTimeAgo']
363
+ const useTimeout: typeof import('../core/browser/src/utils/vendors')['useTimeout']
364
+ const useTimeoutFn: typeof import('../core/browser/src/utils/vendors')['useTimeoutFn']
365
+ const useTimeoutPoll: typeof import('../core/browser/src/utils/vendors')['useTimeoutPoll']
366
+ const useTimestamp: typeof import('../core/browser/src/utils/vendors')['useTimestamp']
367
+ const useTitle: typeof import('../core/browser/src/utils/vendors')['useTitle']
368
+ const useToNumber: typeof import('../core/browser/src/utils/vendors')['useToNumber']
369
+ const useToString: typeof import('../core/browser/src/utils/vendors')['useToString']
370
+ const useToggle: typeof import('../core/browser/src/utils/vendors')['useToggle']
371
+ const useTransition: typeof import('../core/browser/src/utils/vendors')['useTransition']
372
+ const useTrunc: typeof import('../core/browser/src/utils/math')['useTrunc']
373
+ const useUrlSearchParams: typeof import('../core/browser/src/utils/vendors')['useUrlSearchParams']
374
+ const useUserMedia: typeof import('../core/browser/src/utils/vendors')['useUserMedia']
375
+ const useUserStore: typeof import('../defaults/stores/user')['useUserStore']
376
+ const useVModel: typeof import('../core/browser/src/utils/vendors')['useVModel']
377
+ const useVModels: typeof import('../core/browser/src/utils/vendors')['useVModels']
378
+ const useVibrate: typeof import('../core/browser/src/utils/vendors')['useVibrate']
379
+ const useVirtualList: typeof import('../core/browser/src/utils/vendors')['useVirtualList']
380
+ const useWakeLock: typeof import('../core/browser/src/utils/vendors')['useWakeLock']
381
+ const useWebNotification: typeof import('../core/browser/src/utils/vendors')['useWebNotification']
382
+ const useWebSocket: typeof import('../core/browser/src/utils/vendors')['useWebSocket']
383
+ const useWebWorker: typeof import('../core/browser/src/utils/vendors')['useWebWorker']
384
+ const useWebWorkerFn: typeof import('../core/browser/src/utils/vendors')['useWebWorkerFn']
385
+ const useWindowFocus: typeof import('../core/browser/src/utils/vendors')['useWindowFocus']
386
+ const useWindowScroll: typeof import('../core/browser/src/utils/vendors')['useWindowScroll']
387
+ const useWindowSize: typeof import('../core/browser/src/utils/vendors')['useWindowSize']
388
+ const wait: typeof import('../core/browser/src/utils/sleep')['wait']
389
+ const waitUntil: typeof import('../core/browser/src/utils/sleep')['waitUntil']
390
+ const waitWhile: typeof import('../core/browser/src/utils/sleep')['waitWhile']
391
+ const watch: typeof import('@stacksjs/stx')['watch']
392
+ const watchArray: typeof import('../core/browser/src/utils/vendors')['watchArray']
393
+ const watchAtMost: typeof import('../core/browser/src/utils/vendors')['watchAtMost']
394
+ const watchDebounced: typeof import('../core/browser/src/utils/vendors')['watchDebounced']
395
+ const watchDeep: typeof import('../core/browser/src/utils/vendors')['watchDeep']
396
+ const watchEffect: typeof import('@stacksjs/stx')['watchEffect']
397
+ const watchIgnorable: typeof import('../core/browser/src/utils/vendors')['watchIgnorable']
398
+ const watchImmediate: typeof import('../core/browser/src/utils/vendors')['watchImmediate']
399
+ const watchOnce: typeof import('../core/browser/src/utils/vendors')['watchOnce']
400
+ const watchPausable: typeof import('../core/browser/src/utils/vendors')['watchPausable']
401
+ const watchPostEffect: typeof import('@stacksjs/stx')['watchPostEffect']
402
+ const watchSyncEffect: typeof import('@stacksjs/stx')['watchSyncEffect']
403
+ const watchThrottled: typeof import('../core/browser/src/utils/vendors')['watchThrottled']
404
+ const watchTriggerable: typeof import('../core/browser/src/utils/vendors')['watchTriggerable']
405
+ const watchWithFilter: typeof import('../core/browser/src/utils/vendors')['watchWithFilter']
406
+ const whenever: typeof import('../core/browser/src/utils/vendors')['whenever']
407
+ const whitespace: typeof import('../core/browser/src/utils/regex')['whitespace']
408
+ const withIndices: typeof import('../core/browser/src/utils/regex')['withIndices']
409
+ const word: typeof import('../core/browser/src/utils/regex')['word']
410
+ const wordBoundary: typeof import('../core/browser/src/utils/regex')['wordBoundary']
411
+ const wordChar: typeof import('../core/browser/src/utils/regex')['wordChar']
412
+ }
413
+ ```
414
+
415
+ and server auto imports are:
416
+
417
+ ```ts
418
+ declare global {
419
+ const AccessToken: typeof import('./../orm/src/models')['AccessToken']
420
+ const AccessTokenJsonResponse: typeof import('./../orm/src/models')['AccessTokenJsonResponse']
421
+ const AccessTokenModel: typeof import('./../orm/src/models')['AccessTokenModel']
422
+ const AccessTokenRequest: typeof import('./../requests')['AccessTokenRequest']
423
+ const AccessTokenType: typeof import('./../orm/src/models')['AccessTokenType']
424
+ const AccessTokenUpdate: typeof import('./../orm/src/models')['AccessTokenUpdate']
425
+ const ActivitiesTable: typeof import('./../orm/src/models')['ActivitiesTable']
426
+ const Activity: typeof import('./../orm/src/models')['Activity']
427
+ const ActivityJsonResponse: typeof import('./../orm/src/models')['ActivityJsonResponse']
428
+ const ActivityModel: typeof import('./../orm/src/models')['ActivityModel']
429
+ const ActivityRequest: typeof import('./../requests')['ActivityRequest']
430
+ const ActivityType: typeof import('./../orm/src/models')['ActivityType']
431
+ const ActivityUpdate: typeof import('./../orm/src/models')['ActivityUpdate']
432
+ const Deployment: typeof import('./../orm/src/models')['Deployment']
433
+ const DeploymentJsonResponse: typeof import('./../orm/src/models')['DeploymentJsonResponse']
434
+ const DeploymentModel: typeof import('./../orm/src/models')['DeploymentModel']
435
+ const DeploymentRequest: typeof import('./../requests')['DeploymentRequest']
436
+ const DeploymentType: typeof import('./../orm/src/models')['DeploymentType']
437
+ const DeploymentUpdate: typeof import('./../orm/src/models')['DeploymentUpdate']
438
+ const DeploymentsTable: typeof import('./../orm/src/models')['DeploymentsTable']
439
+ const Error: typeof import('./../orm/src/models')['Error']
440
+ const ErrorJsonResponse: typeof import('./../orm/src/models')['ErrorJsonResponse']
441
+ const ErrorModel: typeof import('./../orm/src/models')['ErrorModel']
442
+ const ErrorRequest: typeof import('./../requests')['ErrorRequest']
443
+ const ErrorType: typeof import('./../orm/src/models')['ErrorType']
444
+ const ErrorUpdate: typeof import('./../orm/src/models')['ErrorUpdate']
445
+ const ErrorsTable: typeof import('./../orm/src/models')['ErrorsTable']
446
+ const FailedJob: typeof import('./../orm/src/models')['FailedJob']
447
+ const FailedJobJsonResponse: typeof import('./../orm/src/models')['FailedJobJsonResponse']
448
+ const FailedJobModel: typeof import('./../orm/src/models')['FailedJobModel']
449
+ const FailedJobRequest: typeof import('./../requests')['FailedJobRequest']
450
+ const FailedJobType: typeof import('./../orm/src/models')['FailedJobType']
451
+ const FailedJobUpdate: typeof import('./../orm/src/models')['FailedJobUpdate']
452
+ const FailedJobsTable: typeof import('./../orm/src/models')['FailedJobsTable']
453
+ const Job: typeof import('./../orm/src/models')['Job']
454
+ const JobJsonResponse: typeof import('./../orm/src/models')['JobJsonResponse']
455
+ const JobModel: typeof import('./../orm/src/models')['JobModel']
456
+ const JobRequest: typeof import('./../requests')['JobRequest']
457
+ const JobType: typeof import('./../orm/src/models')['JobType']
458
+ const JobUpdate: typeof import('./../orm/src/models')['JobUpdate']
459
+ const JobsTable: typeof import('./../orm/src/models')['JobsTable']
460
+ const NewAccessToken: typeof import('./../orm/src/models')['NewAccessToken']
461
+ const NewActivity: typeof import('./../orm/src/models')['NewActivity']
462
+ const NewDeployment: typeof import('./../orm/src/models')['NewDeployment']
463
+ const NewError: typeof import('./../orm/src/models')['NewError']
464
+ const NewFailedJob: typeof import('./../orm/src/models')['NewFailedJob']
465
+ const NewJob: typeof import('./../orm/src/models')['NewJob']
466
+ const NewPaymentMethod: typeof import('./../orm/src/models')['NewPaymentMethod']
467
+ const NewPost: typeof import('./../orm/src/models')['NewPost']
468
+ const NewProduct: typeof import('./../orm/src/models')['NewProduct']
469
+ const NewProject: typeof import('./../orm/src/models')['NewProject']
470
+ const NewRelease: typeof import('./../orm/src/models')['NewRelease']
471
+ const NewSubscriber: typeof import('./../orm/src/models')['NewSubscriber']
472
+ const NewSubscriberEmail: typeof import('./../orm/src/models')['NewSubscriberEmail']
473
+ const NewSubscription: typeof import('./../orm/src/models')['NewSubscription']
474
+ const NewTeam: typeof import('./../orm/src/models')['NewTeam']
475
+ const NewTransaction: typeof import('./../orm/src/models')['NewTransaction']
476
+ const NewUser: typeof import('./../orm/src/models')['NewUser']
477
+ const PaymentMethod: typeof import('./../orm/src/models')['PaymentMethod']
478
+ const PaymentMethodJsonResponse: typeof import('./../orm/src/models')['PaymentMethodJsonResponse']
479
+ const PaymentMethodModel: typeof import('./../orm/src/models')['PaymentMethodModel']
480
+ const PaymentMethodRequest: typeof import('./../requests')['PaymentMethodRequest']
481
+ const PaymentMethodType: typeof import('./../orm/src/models')['PaymentMethodType']
482
+ const PaymentMethodUpdate: typeof import('./../orm/src/models')['PaymentMethodUpdate']
483
+ const PaymentMethodsTable: typeof import('./../orm/src/models')['PaymentMethodsTable']
484
+ const PersonalAccessTokensTable: typeof import('./../orm/src/models')['PersonalAccessTokensTable']
485
+ const Post: typeof import('./../orm/src/models')['Post']
486
+ const PostJsonResponse: typeof import('./../orm/src/models')['PostJsonResponse']
487
+ const PostModel: typeof import('./../orm/src/models')['PostModel']
488
+ const PostRequest: typeof import('./../requests')['PostRequest']
489
+ const PostType: typeof import('./../orm/src/models')['PostType']
490
+ const PostUpdate: typeof import('./../orm/src/models')['PostUpdate']
491
+ const PostsTable: typeof import('./../orm/src/models')['PostsTable']
492
+ const Product: typeof import('./../orm/src/models')['Product']
493
+ const ProductJsonResponse: typeof import('./../orm/src/models')['ProductJsonResponse']
494
+ const ProductModel: typeof import('./../orm/src/models')['ProductModel']
495
+ const ProductRequest: typeof import('./../requests')['ProductRequest']
496
+ const ProductType: typeof import('./../orm/src/models')['ProductType']
497
+ const ProductUpdate: typeof import('./../orm/src/models')['ProductUpdate']
498
+ const ProductsTable: typeof import('./../orm/src/models')['ProductsTable']
499
+ const Project: typeof import('./../orm/src/models')['Project']
500
+ const ProjectJsonResponse: typeof import('./../orm/src/models')['ProjectJsonResponse']
501
+ const ProjectModel: typeof import('./../orm/src/models')['ProjectModel']
502
+ const ProjectRequest: typeof import('./../requests')['ProjectRequest']
503
+ const ProjectType: typeof import('./../orm/src/models')['ProjectType']
504
+ const ProjectUpdate: typeof import('./../orm/src/models')['ProjectUpdate']
505
+ const ProjectsTable: typeof import('./../orm/src/models')['ProjectsTable']
506
+ const Release: typeof import('./../orm/src/models')['Release']
507
+ const ReleaseJsonResponse: typeof import('./../orm/src/models')['ReleaseJsonResponse']
508
+ const ReleaseModel: typeof import('./../orm/src/models')['ReleaseModel']
509
+ const ReleaseRequest: typeof import('./../requests')['ReleaseRequest']
510
+ const ReleaseType: typeof import('./../orm/src/models')['ReleaseType']
511
+ const ReleaseUpdate: typeof import('./../orm/src/models')['ReleaseUpdate']
512
+ const ReleasesTable: typeof import('./../orm/src/models')['ReleasesTable']
513
+ const Subscriber: typeof import('./../orm/src/models')['Subscriber']
514
+ const SubscriberEmail: typeof import('./../orm/src/models')['SubscriberEmail']
515
+ const SubscriberEmailJsonResponse: typeof import('./../orm/src/models')['SubscriberEmailJsonResponse']
516
+ const SubscriberEmailModel: typeof import('./../orm/src/models')['SubscriberEmailModel']
517
+ const SubscriberEmailRequest: typeof import('./../requests')['SubscriberEmailRequest']
518
+ const SubscriberEmailType: typeof import('./../orm/src/models')['SubscriberEmailType']
519
+ const SubscriberEmailUpdate: typeof import('./../orm/src/models')['SubscriberEmailUpdate']
520
+ const SubscriberEmailsTable: typeof import('./../orm/src/models')['SubscriberEmailsTable']
521
+ const SubscriberJsonResponse: typeof import('./../orm/src/models')['SubscriberJsonResponse']
522
+ const SubscriberModel: typeof import('./../orm/src/models')['SubscriberModel']
523
+ const SubscriberRequest: typeof import('./../requests')['SubscriberRequest']
524
+ const SubscriberType: typeof import('./../orm/src/models')['SubscriberType']
525
+ const SubscriberUpdate: typeof import('./../orm/src/models')['SubscriberUpdate']
526
+ const SubscribersTable: typeof import('./../orm/src/models')['SubscribersTable']
527
+ const Subscription: typeof import('./../orm/src/models')['Subscription']
528
+ const SubscriptionJsonResponse: typeof import('./../orm/src/models')['SubscriptionJsonResponse']
529
+ const SubscriptionModel: typeof import('./../orm/src/models')['SubscriptionModel']
530
+ const SubscriptionRequest: typeof import('./../requests')['SubscriptionRequest']
531
+ const SubscriptionType: typeof import('./../orm/src/models')['SubscriptionType']
532
+ const SubscriptionUpdate: typeof import('./../orm/src/models')['SubscriptionUpdate']
533
+ const SubscriptionsTable: typeof import('./../orm/src/models')['SubscriptionsTable']
534
+ const Team: typeof import('./../orm/src/models')['Team']
535
+ const TeamJsonResponse: typeof import('./../orm/src/models')['TeamJsonResponse']
536
+ const TeamModel: typeof import('./../orm/src/models')['TeamModel']
537
+ const TeamRequest: typeof import('./../requests')['TeamRequest']
538
+ const TeamType: typeof import('./../orm/src/models')['TeamType']
539
+ const TeamUpdate: typeof import('./../orm/src/models')['TeamUpdate']
540
+ const TeamsTable: typeof import('./../orm/src/models')['TeamsTable']
541
+ const Transaction: typeof import('./../orm/src/models')['Transaction']
542
+ const TransactionJsonResponse: typeof import('./../orm/src/models')['TransactionJsonResponse']
543
+ const TransactionModel: typeof import('./../orm/src/models')['TransactionModel']
544
+ const TransactionRequest: typeof import('./../requests')['TransactionRequest']
545
+ const TransactionType: typeof import('./../orm/src/models')['TransactionType']
546
+ const TransactionUpdate: typeof import('./../orm/src/models')['TransactionUpdate']
547
+ const TransactionsTable: typeof import('./../orm/src/models')['TransactionsTable']
548
+ const User: typeof import('./../orm/src/models')['User']
549
+ const UserJsonResponse: typeof import('./../orm/src/models')['UserJsonResponse']
550
+ const UserModel: typeof import('./../orm/src/models')['UserModel']
551
+ const UserRequest: typeof import('./../requests')['UserRequest']
552
+ const UserType: typeof import('./../orm/src/models')['UserType']
553
+ const UserUpdate: typeof import('./../orm/src/models')['UserUpdate']
554
+ const UsersTable: typeof import('./../orm/src/models')['UsersTable']
555
+ const accesstokenRequest: typeof import('./../requests')['accesstokenRequest']
556
+ const activityRequest: typeof import('./../requests')['activityRequest']
557
+ const default: typeof import('./../orm/src/models')['default']
558
+ const deploymentRequest: typeof import('./../requests')['deploymentRequest']
559
+ const errorRequest: typeof import('./../requests')['errorRequest']
560
+ const failedjobRequest: typeof import('./../requests')['failedjobRequest']
561
+ const jobRequest: typeof import('./../requests')['jobRequest']
562
+ const paymentmethodRequest: typeof import('./../requests')['paymentmethodRequest']
563
+ const postRequest: typeof import('./../requests')['postRequest']
564
+ const productRequest: typeof import('./../requests')['productRequest']
565
+ const projectRequest: typeof import('./../requests')['projectRequest']
566
+ const releaseRequest: typeof import('./../requests')['releaseRequest']
567
+ const subscriberRequest: typeof import('./../requests')['subscriberRequest']
568
+ const subscriberemailRequest: typeof import('./../requests')['subscriberemailRequest']
569
+ const subscriptionRequest: typeof import('./../requests')['subscriptionRequest']
570
+ const teamRequest: typeof import('./../requests')['teamRequest']
571
+ const transactionRequest: typeof import('./../requests')['transactionRequest']
572
+ const userRequest: typeof import('./../requests')['userRequest']
573
+ }
574
+ ```