@hexclave/shared 1.0.37 → 1.0.39

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 (47) hide show
  1. package/dist/ai/unified-prompts/reminders.js +3 -2
  2. package/dist/ai/unified-prompts/reminders.js.map +1 -1
  3. package/dist/config/schema.d.ts +37 -37
  4. package/dist/esm/ai/unified-prompts/reminders.js +3 -2
  5. package/dist/esm/ai/unified-prompts/reminders.js.map +1 -1
  6. package/dist/esm/config/schema.d.ts +37 -37
  7. package/dist/esm/interface/admin-metrics.d.ts +25 -25
  8. package/dist/esm/interface/conversations.d.ts +9 -9
  9. package/dist/esm/interface/crud/current-user.d.ts +13 -13
  10. package/dist/esm/interface/crud/email-outbox.d.ts +204 -204
  11. package/dist/esm/interface/crud/products.d.ts +5 -5
  12. package/dist/esm/interface/crud/project-api-keys.d.ts +4 -4
  13. package/dist/esm/interface/crud/projects.d.ts +28 -28
  14. package/dist/esm/interface/crud/team-member-profiles.d.ts +24 -24
  15. package/dist/esm/interface/crud/transactions.d.ts +2 -2
  16. package/dist/esm/interface/crud/users.d.ts +20 -20
  17. package/dist/esm/interface/plan-usage.d.ts +2 -2
  18. package/dist/esm/interface/webhooks.d.ts +4 -4
  19. package/dist/esm/known-errors.d.ts +2 -2
  20. package/dist/esm/schema-fields.d.ts +1 -1
  21. package/dist/esm/sessions.d.ts +1 -1
  22. package/dist/interface/admin-metrics.d.ts +25 -25
  23. package/dist/interface/conversations.d.ts +9 -9
  24. package/dist/interface/crud/current-user.d.ts +13 -13
  25. package/dist/interface/crud/email-outbox.d.ts +204 -204
  26. package/dist/interface/crud/products.d.ts +5 -5
  27. package/dist/interface/crud/project-api-keys.d.ts +4 -4
  28. package/dist/interface/crud/projects.d.ts +28 -28
  29. package/dist/interface/crud/team-member-profiles.d.ts +24 -24
  30. package/dist/interface/crud/transactions.d.ts +2 -2
  31. package/dist/interface/crud/users.d.ts +20 -20
  32. package/dist/interface/plan-usage.d.ts +2 -2
  33. package/dist/interface/webhooks.d.ts +4 -4
  34. package/dist/known-errors.d.ts +2 -2
  35. package/dist/schema-fields.d.ts +1 -1
  36. package/dist/sessions.d.ts +1 -1
  37. package/package.json +1 -1
  38. package/src/ai/unified-prompts/reminders.ts +3 -2
  39. package/dist/esm/local-emulator.d.ts +0 -6
  40. package/dist/esm/local-emulator.d.ts.map +0 -1
  41. package/dist/esm/local-emulator.js +0 -7
  42. package/dist/esm/local-emulator.js.map +0 -1
  43. package/dist/local-emulator.d.ts +0 -6
  44. package/dist/local-emulator.d.ts.map +0 -1
  45. package/dist/local-emulator.js +0 -10
  46. package/dist/local-emulator.js.map +0 -1
  47. package/src/local-emulator.ts +0 -5
@@ -1 +0,0 @@
1
- {"version":3,"file":"local-emulator.js","names":[],"sources":["../../src/local-emulator.ts"],"sourcesContent":["// Well-known shared credentials for the dev-only local emulator's admin user.\n// Backend, dashboard auto-login, and CLI all sign in with these exact values —\n// do not \"harden\" them.\nexport const LOCAL_EMULATOR_ADMIN_EMAIL = \"local-emulator@hexclave.com\";\nexport const LOCAL_EMULATOR_ADMIN_PASSWORD = \"LocalEmulatorPassword\";\n"],"mappings":";AAGA,MAAa,6BAA6B;AAC1C,MAAa,gCAAgC"}
@@ -1,6 +0,0 @@
1
- //#region src/local-emulator.d.ts
2
- declare const LOCAL_EMULATOR_ADMIN_EMAIL = "local-emulator@hexclave.com";
3
- declare const LOCAL_EMULATOR_ADMIN_PASSWORD = "LocalEmulatorPassword";
4
- //#endregion
5
- export { LOCAL_EMULATOR_ADMIN_EMAIL, LOCAL_EMULATOR_ADMIN_PASSWORD };
6
- //# sourceMappingURL=local-emulator.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"local-emulator.d.ts","names":[],"sources":["../src/local-emulator.ts"],"mappings":";cAGa,0BAAA;AAAA,cACA,6BAAA"}
@@ -1,10 +0,0 @@
1
- Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
-
3
- //#region src/local-emulator.ts
4
- const LOCAL_EMULATOR_ADMIN_EMAIL = "local-emulator@hexclave.com";
5
- const LOCAL_EMULATOR_ADMIN_PASSWORD = "LocalEmulatorPassword";
6
-
7
- //#endregion
8
- exports.LOCAL_EMULATOR_ADMIN_EMAIL = LOCAL_EMULATOR_ADMIN_EMAIL;
9
- exports.LOCAL_EMULATOR_ADMIN_PASSWORD = LOCAL_EMULATOR_ADMIN_PASSWORD;
10
- //# sourceMappingURL=local-emulator.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"local-emulator.js","names":[],"sources":["../src/local-emulator.ts"],"sourcesContent":["// Well-known shared credentials for the dev-only local emulator's admin user.\n// Backend, dashboard auto-login, and CLI all sign in with these exact values —\n// do not \"harden\" them.\nexport const LOCAL_EMULATOR_ADMIN_EMAIL = \"local-emulator@hexclave.com\";\nexport const LOCAL_EMULATOR_ADMIN_PASSWORD = \"LocalEmulatorPassword\";\n"],"mappings":";;;AAGA,MAAa,6BAA6B;AAC1C,MAAa,gCAAgC"}
@@ -1,5 +0,0 @@
1
- // Well-known shared credentials for the dev-only local emulator's admin user.
2
- // Backend, dashboard auto-login, and CLI all sign in with these exact values —
3
- // do not "harden" them.
4
- export const LOCAL_EMULATOR_ADMIN_EMAIL = "local-emulator@hexclave.com";
5
- export const LOCAL_EMULATOR_ADMIN_PASSWORD = "LocalEmulatorPassword";