@stacksjs/types 0.70.37 → 0.70.43

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 (70) hide show
  1. package/dist/{src/cli.d.ts → cli.d.ts} +6 -0
  2. package/dist/{src/index.d.ts → index.d.ts} +1 -1
  3. package/package.json +2 -2
  4. package/src/cli.ts +8 -0
  5. /package/dist/{src/ai.d.ts → ai.d.ts} +0 -0
  6. /package/dist/{src/analytics.d.ts → analytics.d.ts} +0 -0
  7. /package/dist/{src/api.d.ts → api.d.ts} +0 -0
  8. /package/dist/{src/app.d.ts → app.d.ts} +0 -0
  9. /package/dist/{src/attributes.d.ts → attributes.d.ts} +0 -0
  10. /package/dist/{src/auth.d.ts → auth.d.ts} +0 -0
  11. /package/dist/{src/auto-imports.d.ts → auto-imports.d.ts} +0 -0
  12. /package/dist/{src/binary.d.ts → binary.d.ts} +0 -0
  13. /package/dist/{src/cache.d.ts → cache.d.ts} +0 -0
  14. /package/dist/{src/cdn.d.ts → cdn.d.ts} +0 -0
  15. /package/dist/{src/chat.d.ts → chat.d.ts} +0 -0
  16. /package/dist/{src/cloud.d.ts → cloud.d.ts} +0 -0
  17. /package/dist/{src/components.d.ts → components.d.ts} +0 -0
  18. /package/dist/{src/configure.d.ts → configure.d.ts} +0 -0
  19. /package/dist/{src/cron-jobs.d.ts → cron-jobs.d.ts} +0 -0
  20. /package/dist/{src/dashboard.d.ts → dashboard.d.ts} +0 -0
  21. /package/dist/{src/database.d.ts → database.d.ts} +0 -0
  22. /package/dist/{src/dependencies.d.ts → dependencies.d.ts} +0 -0
  23. /package/dist/{src/deploy.d.ts → deploy.d.ts} +0 -0
  24. /package/dist/{src/dns.d.ts → dns.d.ts} +0 -0
  25. /package/dist/{src/docs.d.ts → docs.d.ts} +0 -0
  26. /package/dist/{src/email.d.ts → email.d.ts} +0 -0
  27. /package/dist/{src/env.d.ts → env.d.ts} +0 -0
  28. /package/dist/{src/errors.d.ts → errors.d.ts} +0 -0
  29. /package/dist/{src/events.d.ts → events.d.ts} +0 -0
  30. /package/dist/{src/exit-code.d.ts → exit-code.d.ts} +0 -0
  31. /package/dist/{src/file-systems.d.ts → file-systems.d.ts} +0 -0
  32. /package/dist/{src/git.d.ts → git.d.ts} +0 -0
  33. /package/dist/{src/hashing.d.ts → hashing.d.ts} +0 -0
  34. /package/dist/{src/helpers.d.ts → helpers.d.ts} +0 -0
  35. /package/dist/{src/i18n.d.ts → i18n.d.ts} +0 -0
  36. /package/dist/{src/library.d.ts → library.d.ts} +0 -0
  37. /package/dist/{src/logging.d.ts → logging.d.ts} +0 -0
  38. /package/dist/{src/manifest.d.ts → manifest.d.ts} +0 -0
  39. /package/dist/{src/model-names.d.ts → model-names.d.ts} +0 -0
  40. /package/dist/{src/model.d.ts → model.d.ts} +0 -0
  41. /package/dist/{src/notifications.d.ts → notifications.d.ts} +0 -0
  42. /package/dist/{src/oauth.d.ts → oauth.d.ts} +0 -0
  43. /package/dist/{src/pages.d.ts → pages.d.ts} +0 -0
  44. /package/dist/{src/payments.d.ts → payments.d.ts} +0 -0
  45. /package/dist/{src/phone.d.ts → phone.d.ts} +0 -0
  46. /package/dist/{src/ports.d.ts → ports.d.ts} +0 -0
  47. /package/dist/{src/promise.d.ts → promise.d.ts} +0 -0
  48. /package/dist/{src/push.d.ts → push.d.ts} +0 -0
  49. /package/dist/{src/queue.d.ts → queue.d.ts} +0 -0
  50. /package/dist/{src/reactivity.d.ts → reactivity.d.ts} +0 -0
  51. /package/dist/{src/realtime.d.ts → realtime.d.ts} +0 -0
  52. /package/dist/{src/request.d.ts → request.d.ts} +0 -0
  53. /package/dist/{src/response.d.ts → response.d.ts} +0 -0
  54. /package/dist/{src/router.d.ts → router.d.ts} +0 -0
  55. /package/dist/{src/saas.d.ts → saas.d.ts} +0 -0
  56. /package/dist/{src/scheduler.d.ts → scheduler.d.ts} +0 -0
  57. /package/dist/{src/search-engine.d.ts → search-engine.d.ts} +0 -0
  58. /package/dist/{src/security.d.ts → security.d.ts} +0 -0
  59. /package/dist/{src/server.d.ts → server.d.ts} +0 -0
  60. /package/dist/{src/services.d.ts → services.d.ts} +0 -0
  61. /package/dist/{src/settings-config.d.ts → settings-config.d.ts} +0 -0
  62. /package/dist/{src/sms.d.ts → sms.d.ts} +0 -0
  63. /package/dist/{src/stack-extensions.d.ts → stack-extensions.d.ts} +0 -0
  64. /package/dist/{src/stacks.d.ts → stacks.d.ts} +0 -0
  65. /package/dist/{src/storage.d.ts → storage.d.ts} +0 -0
  66. /package/dist/{src/table-names.d.ts → table-names.d.ts} +0 -0
  67. /package/dist/{src/tables.d.ts → tables.d.ts} +0 -0
  68. /package/dist/{src/team.d.ts → team.d.ts} +0 -0
  69. /package/dist/{src/ui.d.ts → ui.d.ts} +0 -0
  70. /package/dist/{src/utils.d.ts → utils.d.ts} +0 -0
@@ -64,6 +64,12 @@ export declare interface ReleaseOptions extends CliOptions {
64
64
  dryRun?: boolean
65
65
  bump?: 'patch' | 'minor' | 'major' | 'prepatch' | 'preminor' | 'premajor' | 'prerelease' | string
66
66
  }
67
+ export declare interface ChangelogOptions extends CliOptions {
68
+ dryRun?: boolean
69
+ from?: string
70
+ to?: string
71
+ version?: string
72
+ }
67
73
  export declare interface ProjectsOptions extends CliOptions {
68
74
  list?: boolean
69
75
  }
@@ -58,7 +58,7 @@ export * from './search-engine';
58
58
  export * from './security';
59
59
  export * from './server';
60
60
  export * from './services';
61
- export * from './settings-config.ts';
61
+ export * from './settings-config';
62
62
  export * from './sms';
63
63
  export * from './stack-extensions';
64
64
  export * from './stacks';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
3
3
  "type": "module",
4
- "version": "0.70.37",
4
+ "version": "0.70.43",
5
5
  "description": "The Stacks framework types.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -50,7 +50,7 @@
50
50
  "bun-query-builder": "^0.1.21"
51
51
  },
52
52
  "devDependencies": {
53
- "@stacksjs/validation": "0.70.30",
53
+ "@stacksjs/validation": "^0.70.43",
54
54
  "@types/bun": "^1.3.11",
55
55
  "typescript": "^5.9.3"
56
56
  },
package/src/cli.ts CHANGED
@@ -403,6 +403,14 @@ export interface ReleaseOptions extends CliOptions {
403
403
  dryRun?: boolean
404
404
  bump?: 'patch' | 'minor' | 'major' | 'prepatch' | 'preminor' | 'premajor' | 'prerelease' | string
405
405
  }
406
+
407
+ export interface ChangelogOptions extends CliOptions {
408
+ dryRun?: boolean
409
+ from?: string
410
+ to?: string
411
+ version?: string
412
+ }
413
+
406
414
  export interface ProjectsOptions extends CliOptions {
407
415
  list?: boolean
408
416
  }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes