@vobase/core 0.7.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/dist/app.d.ts +8 -7
  2. package/dist/app.d.ts.map +1 -1
  3. package/dist/contracts/auth.d.ts +2 -0
  4. package/dist/contracts/auth.d.ts.map +1 -1
  5. package/dist/contracts/module.d.ts +6 -6
  6. package/dist/contracts/module.d.ts.map +1 -1
  7. package/dist/contracts/permissions.d.ts +10 -0
  8. package/dist/contracts/permissions.d.ts.map +1 -0
  9. package/dist/ctx.d.ts +12 -6
  10. package/dist/ctx.d.ts.map +1 -1
  11. package/dist/index.d.ts +25 -13
  12. package/dist/index.d.ts.map +1 -1
  13. package/dist/index.js +83266 -82517
  14. package/dist/infra/circuit-breaker.d.ts.map +1 -0
  15. package/dist/infra/errors.d.ts.map +1 -0
  16. package/dist/infra/http-client.d.ts.map +1 -0
  17. package/dist/infra/index.d.ts +11 -0
  18. package/dist/infra/index.d.ts.map +1 -0
  19. package/dist/infra/job.d.ts.map +1 -0
  20. package/dist/infra/logger.d.ts.map +1 -0
  21. package/dist/infra/queue.d.ts.map +1 -0
  22. package/dist/infra/throw-proxy.d.ts.map +1 -0
  23. package/dist/infra/webhooks-schema.d.ts.map +1 -0
  24. package/dist/{webhooks.d.ts → infra/webhooks.d.ts} +1 -1
  25. package/dist/infra/webhooks.d.ts.map +1 -0
  26. package/dist/mcp/crud.d.ts +12 -0
  27. package/dist/mcp/crud.d.ts.map +1 -0
  28. package/dist/mcp/index.d.ts +3 -0
  29. package/dist/mcp/index.d.ts.map +1 -0
  30. package/dist/{mcp.d.ts → mcp/server.d.ts} +3 -3
  31. package/dist/mcp/server.d.ts.map +1 -0
  32. package/dist/module.d.ts +1 -1
  33. package/dist/module.d.ts.map +1 -1
  34. package/dist/modules/audit/index.d.ts +1 -1
  35. package/dist/modules/audit/index.d.ts.map +1 -1
  36. package/dist/modules/audit/middleware.d.ts +0 -3
  37. package/dist/modules/audit/middleware.d.ts.map +1 -1
  38. package/dist/modules/auth/audit-hooks.d.ts +6 -0
  39. package/dist/modules/auth/audit-hooks.d.ts.map +1 -0
  40. package/dist/modules/auth/index.d.ts +17 -0
  41. package/dist/modules/auth/index.d.ts.map +1 -0
  42. package/dist/modules/auth/middleware.d.ts +15 -0
  43. package/dist/modules/auth/middleware.d.ts.map +1 -0
  44. package/dist/modules/auth/permissions.d.ts +5 -0
  45. package/dist/modules/auth/permissions.d.ts.map +1 -0
  46. package/dist/modules/auth/schema.d.ts +2519 -0
  47. package/dist/modules/auth/schema.d.ts.map +1 -0
  48. package/dist/modules/notify/index.d.ts +36 -0
  49. package/dist/modules/notify/index.d.ts.map +1 -0
  50. package/dist/modules/notify/providers/resend.d.ts +7 -0
  51. package/dist/modules/notify/providers/resend.d.ts.map +1 -0
  52. package/dist/modules/notify/providers/smtp.d.ts +18 -0
  53. package/dist/modules/notify/providers/smtp.d.ts.map +1 -0
  54. package/dist/modules/notify/providers/waba.d.ts +12 -0
  55. package/dist/modules/notify/providers/waba.d.ts.map +1 -0
  56. package/dist/modules/notify/schema.d.ts +337 -0
  57. package/dist/modules/notify/schema.d.ts.map +1 -0
  58. package/dist/modules/notify/service.d.ts +22 -0
  59. package/dist/modules/notify/service.d.ts.map +1 -0
  60. package/dist/modules/storage/index.d.ts +24 -0
  61. package/dist/modules/storage/index.d.ts.map +1 -0
  62. package/dist/modules/storage/providers/local.d.ts +3 -0
  63. package/dist/modules/storage/providers/local.d.ts.map +1 -0
  64. package/dist/modules/storage/providers/s3.d.ts +3 -0
  65. package/dist/modules/storage/providers/s3.d.ts.map +1 -0
  66. package/dist/modules/storage/routes.d.ts +4 -0
  67. package/dist/modules/storage/routes.d.ts.map +1 -0
  68. package/dist/modules/storage/schema.d.ts +273 -0
  69. package/dist/modules/storage/schema.d.ts.map +1 -0
  70. package/dist/modules/storage/service.d.ts +35 -0
  71. package/dist/modules/storage/service.d.ts.map +1 -0
  72. package/dist/schemas.d.ts +2 -0
  73. package/dist/schemas.d.ts.map +1 -1
  74. package/package.json +1 -1
  75. package/dist/auth.d.ts +0 -30
  76. package/dist/auth.d.ts.map +0 -1
  77. package/dist/circuit-breaker.d.ts.map +0 -1
  78. package/dist/db/auth-schema.d.ts +0 -1179
  79. package/dist/db/auth-schema.d.ts.map +0 -1
  80. package/dist/errors.d.ts.map +0 -1
  81. package/dist/http-client.d.ts.map +0 -1
  82. package/dist/job.d.ts.map +0 -1
  83. package/dist/logger.d.ts.map +0 -1
  84. package/dist/mcp.d.ts.map +0 -1
  85. package/dist/middleware/session.d.ts +0 -14
  86. package/dist/middleware/session.d.ts.map +0 -1
  87. package/dist/queue.d.ts.map +0 -1
  88. package/dist/storage.d.ts +0 -8
  89. package/dist/storage.d.ts.map +0 -1
  90. package/dist/throw-proxy.d.ts.map +0 -1
  91. package/dist/webhooks-schema.d.ts.map +0 -1
  92. package/dist/webhooks.d.ts.map +0 -1
  93. /package/dist/{circuit-breaker.d.ts → infra/circuit-breaker.d.ts} +0 -0
  94. /package/dist/{errors.d.ts → infra/errors.d.ts} +0 -0
  95. /package/dist/{http-client.d.ts → infra/http-client.d.ts} +0 -0
  96. /package/dist/{job.d.ts → infra/job.d.ts} +0 -0
  97. /package/dist/{logger.d.ts → infra/logger.d.ts} +0 -0
  98. /package/dist/{queue.d.ts → infra/queue.d.ts} +0 -0
  99. /package/dist/{throw-proxy.d.ts → infra/throw-proxy.d.ts} +0 -0
  100. /package/dist/{webhooks-schema.d.ts → infra/webhooks-schema.d.ts} +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.