vesant-sdk 1.6.2 → 1.6.4

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 (59) hide show
  1. package/dist/compliance/index.js +1 -1
  2. package/dist/compliance/index.js.map +1 -1
  3. package/dist/compliance/index.mjs +1 -1
  4. package/dist/compliance/index.mjs.map +1 -1
  5. package/dist/decisions/index.js +1 -1
  6. package/dist/decisions/index.js.map +1 -1
  7. package/dist/decisions/index.mjs +1 -1
  8. package/dist/decisions/index.mjs.map +1 -1
  9. package/dist/fraud/index.d.mts +80 -0
  10. package/dist/fraud/index.d.ts +80 -0
  11. package/dist/fraud/index.js +606 -0
  12. package/dist/fraud/index.js.map +1 -0
  13. package/dist/fraud/index.mjs +604 -0
  14. package/dist/fraud/index.mjs.map +1 -0
  15. package/dist/geolocation/index.js +1 -1
  16. package/dist/geolocation/index.js.map +1 -1
  17. package/dist/geolocation/index.mjs +1 -1
  18. package/dist/geolocation/index.mjs.map +1 -1
  19. package/dist/index-B04H4xfJ.d.mts +320 -0
  20. package/dist/index-CItMPmLL.d.ts +320 -0
  21. package/dist/index.d.mts +8 -108
  22. package/dist/index.d.ts +8 -108
  23. package/dist/index.js +105 -7
  24. package/dist/index.js.map +1 -1
  25. package/dist/index.mjs +105 -8
  26. package/dist/index.mjs.map +1 -1
  27. package/dist/kyc/core.d.mts +1 -1
  28. package/dist/kyc/core.d.ts +1 -1
  29. package/dist/kyc/core.js +11 -7
  30. package/dist/kyc/core.js.map +1 -1
  31. package/dist/kyc/core.mjs +11 -7
  32. package/dist/kyc/core.mjs.map +1 -1
  33. package/dist/kyc/index.d.mts +51 -21
  34. package/dist/kyc/index.d.ts +51 -21
  35. package/dist/kyc/index.js +11 -7
  36. package/dist/kyc/index.js.map +1 -1
  37. package/dist/kyc/index.mjs +11 -7
  38. package/dist/kyc/index.mjs.map +1 -1
  39. package/dist/react.js +1 -1
  40. package/dist/react.js.map +1 -1
  41. package/dist/react.mjs +1 -1
  42. package/dist/react.mjs.map +1 -1
  43. package/dist/risk-profile/index.js +1 -1
  44. package/dist/risk-profile/index.js.map +1 -1
  45. package/dist/risk-profile/index.mjs +1 -1
  46. package/dist/risk-profile/index.mjs.map +1 -1
  47. package/dist/scores/index.js +1 -1
  48. package/dist/scores/index.js.map +1 -1
  49. package/dist/scores/index.mjs +1 -1
  50. package/dist/scores/index.mjs.map +1 -1
  51. package/dist/tax/index.d.mts +36 -1
  52. package/dist/tax/index.d.ts +36 -1
  53. package/dist/tax/index.js +36 -1
  54. package/dist/tax/index.js.map +1 -1
  55. package/dist/tax/index.mjs +36 -1
  56. package/dist/tax/index.mjs.map +1 -1
  57. package/dist/webhooks/index.d.mts +2 -177
  58. package/dist/webhooks/index.d.ts +2 -177
  59. package/package.json +6 -1
@@ -224,7 +224,7 @@ function createConsoleLogger() {
224
224
  }
225
225
 
226
226
  // src/core/version.ts
227
- var SDK_VERSION = "1.6.2";
227
+ var SDK_VERSION = "1.6.4";
228
228
 
229
229
  // src/shared/browser-utils.ts
230
230
  function generateUUID() {