authhero 5.13.1 → 5.14.1

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 (44) hide show
  1. package/dist/assets/u/widget/index.esm.js +1 -1
  2. package/dist/authhero.cjs +133 -133
  3. package/dist/authhero.d.ts +246 -195
  4. package/dist/authhero.mjs +10592 -10388
  5. package/dist/stats.html +1 -1
  6. package/dist/tsconfig.types.tsbuildinfo +1 -1
  7. package/dist/types/authentication-flows/password.d.ts +1 -1
  8. package/dist/types/authentication-flows/passwordless.d.ts +1 -0
  9. package/dist/types/emails/index.d.ts +1 -1
  10. package/dist/types/helpers/cimd.d.ts +32 -0
  11. package/dist/types/helpers/client.d.ts +3 -18
  12. package/dist/types/helpers/connection.d.ts +40 -0
  13. package/dist/types/helpers/dcr/metadata-mapping.d.ts +2 -2
  14. package/dist/types/index.d.ts +245 -195
  15. package/dist/types/routes/auth-api/account.d.ts +2 -2
  16. package/dist/types/routes/auth-api/index.d.ts +50 -16
  17. package/dist/types/routes/auth-api/oidc-logout.d.ts +2 -2
  18. package/dist/types/routes/auth-api/passwordless.d.ts +12 -12
  19. package/dist/types/routes/auth-api/register/index.d.ts +2 -2
  20. package/dist/types/routes/auth-api/well-known.d.ts +34 -0
  21. package/dist/types/routes/management-api/action-executions.d.ts +2 -2
  22. package/dist/types/routes/management-api/actions.d.ts +1 -1
  23. package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
  24. package/dist/types/routes/management-api/clients.d.ts +13 -13
  25. package/dist/types/routes/management-api/connections.d.ts +1 -1
  26. package/dist/types/routes/management-api/custom-domains.d.ts +13 -13
  27. package/dist/types/routes/management-api/email-templates.d.ts +14 -14
  28. package/dist/types/routes/management-api/failed-events.d.ts +1 -1
  29. package/dist/types/routes/management-api/flows.d.ts +7 -7
  30. package/dist/types/routes/management-api/index.d.ts +173 -173
  31. package/dist/types/routes/management-api/logs.d.ts +3 -3
  32. package/dist/types/routes/management-api/migration-sources.d.ts +6 -6
  33. package/dist/types/routes/management-api/organizations.d.ts +2 -2
  34. package/dist/types/routes/management-api/prompts.d.ts +4 -4
  35. package/dist/types/routes/management-api/tenants.d.ts +3 -0
  36. package/dist/types/routes/management-api/users.d.ts +2 -2
  37. package/dist/types/routes/universal-login/common.d.ts +4 -0
  38. package/dist/types/routes/universal-login/error-page.d.ts +2 -1
  39. package/dist/types/routes/universal-login/flow-api.d.ts +8 -8
  40. package/dist/types/routes/universal-login/u2-index.d.ts +22 -6
  41. package/dist/types/routes/universal-login/u2-routes.d.ts +22 -6
  42. package/dist/types/utils/ssrf-fetch.d.ts +8 -0
  43. package/dist/types/variables.d.ts +1 -1
  44. package/package.json +6 -6
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "type": "git",
12
12
  "url": "https://github.com/markusahlstrand/authhero"
13
13
  },
14
- "version": "5.13.1",
14
+ "version": "5.14.1",
15
15
  "files": [
16
16
  "dist"
17
17
  ],
@@ -62,8 +62,8 @@
62
62
  "vite": "^8.0.14",
63
63
  "vite-plugin-dts": "^4.5.4",
64
64
  "vitest": "^4.1.7",
65
- "@authhero/kysely-adapter": "11.5.0",
66
- "@authhero/widget": "0.32.30"
65
+ "@authhero/kysely-adapter": "11.5.1",
66
+ "@authhero/widget": "0.32.31"
67
67
  },
68
68
  "dependencies": {
69
69
  "@peculiar/x509": "^1.14.0",
@@ -81,9 +81,9 @@
81
81
  "qrcode": "^1.5.4",
82
82
  "sanitize-html": "^2.17.4",
83
83
  "xstate": "^5.31.1",
84
- "@authhero/adapter-interfaces": "2.8.0",
85
- "@authhero/saml": "0.4.1",
86
- "@authhero/proxy": "0.3.0"
84
+ "@authhero/adapter-interfaces": "2.9.0",
85
+ "@authhero/proxy": "0.3.1",
86
+ "@authhero/saml": "0.4.1"
87
87
  },
88
88
  "peerDependencies": {
89
89
  "@authhero/widget": "^0.1.0",