@hinkal/common 0.2.37 → 0.2.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 (106) hide show
  1. package/API/API.cjs +1 -1
  2. package/API/API.d.ts +0 -5
  3. package/API/API.mjs +112 -117
  4. package/README.md +184 -32
  5. package/constants/chains.constants.cjs +1 -1
  6. package/constants/chains.constants.mjs +2 -1
  7. package/constants/index.cjs +1 -1
  8. package/constants/index.d.ts +0 -2
  9. package/constants/index.mjs +0 -2
  10. package/constants/mediaUrls.constants.cjs +1 -1
  11. package/constants/mediaUrls.constants.d.ts +0 -1
  12. package/constants/mediaUrls.constants.mjs +0 -1
  13. package/constants/rewards.constants.cjs +1 -1
  14. package/constants/rewards.constants.d.ts +0 -2
  15. package/constants/rewards.constants.mjs +2 -2
  16. package/constants/server.constants.cjs +1 -1
  17. package/constants/server.constants.d.ts +0 -4
  18. package/constants/server.constants.mjs +0 -5
  19. package/data-structures/Hinkal/Hinkal.cjs +1 -1
  20. package/data-structures/Hinkal/Hinkal.d.ts +0 -3
  21. package/data-structures/Hinkal/Hinkal.mjs +69 -80
  22. package/data-structures/Hinkal/IHinkal.d.ts +0 -3
  23. package/data-structures/TokenDBs/PublicTokensDB.cjs +1 -1
  24. package/data-structures/TokenDBs/PublicTokensDB.mjs +22 -21
  25. package/data-structures/TokenDBs/TempoPublicTokensDB.cjs +1 -0
  26. package/data-structures/TokenDBs/TempoPublicTokensDB.d.ts +9 -0
  27. package/data-structures/TokenDBs/TempoPublicTokensDB.mjs +42 -0
  28. package/data-structures/TokenDBs/index.cjs +1 -1
  29. package/data-structures/TokenDBs/index.d.ts +1 -0
  30. package/data-structures/TokenDBs/index.mjs +1 -0
  31. package/data-structures/index.cjs +1 -1
  32. package/data-structures/index.mjs +1 -0
  33. package/error-handling/error-codes.constants.cjs +1 -1
  34. package/error-handling/error-codes.constants.d.ts +0 -5
  35. package/error-handling/error-codes.constants.mjs +0 -5
  36. package/externalABIs/index.cjs +1 -1
  37. package/externalABIs/index.d.ts +1 -36
  38. package/externalABIs/index.mjs +2 -4
  39. package/functions/index.cjs +1 -1
  40. package/functions/index.d.ts +0 -1
  41. package/functions/index.mjs +0 -4
  42. package/index.cjs +1 -1
  43. package/index.mjs +314 -319
  44. package/package.json +2 -2
  45. package/types/cache.types.cjs +1 -1
  46. package/types/cache.types.d.ts +1 -0
  47. package/types/cache.types.mjs +1 -1
  48. package/types/commitments.types.d.ts +0 -10
  49. package/types/hinkal.types.cjs +1 -1
  50. package/types/hinkal.types.d.ts +0 -7
  51. package/types/hinkal.types.mjs +2 -4
  52. package/types/index.cjs +1 -1
  53. package/types/index.d.ts +0 -1
  54. package/types/index.mjs +0 -1
  55. package/types/new-rewards.type.cjs +1 -1
  56. package/types/new-rewards.type.d.ts +0 -1
  57. package/types/new-rewards.type.mjs +1 -1
  58. package/webworker/{logError-B1LyaM6e.js → logError-CU_5hb0O.js} +1 -1
  59. package/webworker/package.json +2 -2
  60. package/webworker/snarkjsWorker/snarkjsWorkerLauncher.ts?worker&url.cjs +1 -1
  61. package/webworker/snarkjsWorker/snarkjsWorkerLauncher.ts?worker&url.mjs +1 -1
  62. package/webworker/snarkjsWorkerNode.cjs +1 -1
  63. package/webworker/utxoWorker/utxoWorkerLauncher.ts?worker&url.cjs +1 -1
  64. package/webworker/utxoWorker/utxoWorkerLauncher.ts?worker&url.mjs +1 -1
  65. package/webworker/utxoWorkerNode.cjs +1 -1
  66. package/webworker/viteWorkerURL.constant.cjs +3 -3
  67. package/webworker/viteWorkerURL.constant.mjs +3 -3
  68. package/webworker/{workerProxy-UUs7pDb1.js → workerProxy-JYVsEgnC.js} +1 -1
  69. package/webworker/zkProofWorker/zkProofWorkerLauncher.ts?worker&url.cjs +1 -1
  70. package/webworker/zkProofWorker/zkProofWorkerLauncher.ts?worker&url.mjs +1 -1
  71. package/webworker/zkProofWorkerNode.cjs +1 -1
  72. package/API/kycCalls.cjs +0 -1
  73. package/API/kycCalls.d.ts +0 -14
  74. package/API/kycCalls.mjs +0 -26
  75. package/constants/assets.constants.cjs +0 -1
  76. package/constants/assets.constants.d.ts +0 -13
  77. package/constants/assets.constants.mjs +0 -16
  78. package/constants/kyc.constants.cjs +0 -1
  79. package/constants/kyc.constants.d.ts +0 -29
  80. package/constants/kyc.constants.mjs +0 -126
  81. package/data-structures/Hinkal/hinkalGetZkMeProvider.cjs +0 -1
  82. package/data-structures/Hinkal/hinkalGetZkMeProvider.d.ts +0 -28
  83. package/data-structures/Hinkal/hinkalGetZkMeProvider.mjs +0 -22
  84. package/externalABIs/BabPassport.json.cjs +0 -1
  85. package/externalABIs/BabPassport.json.mjs +0 -20
  86. package/externalABIs/GalxePassport.json.cjs +0 -1
  87. package/externalABIs/GalxePassport.json.mjs +0 -37
  88. package/functions/kyc/aiPriseHelper.d.ts +0 -0
  89. package/functions/kyc/checkTokenLimitsUSD.cjs +0 -1
  90. package/functions/kyc/checkTokenLimitsUSD.d.ts +0 -1
  91. package/functions/kyc/checkTokenLimitsUSD.mjs +0 -29
  92. package/functions/kyc/index.cjs +0 -1
  93. package/functions/kyc/index.d.ts +0 -3
  94. package/functions/kyc/index.mjs +0 -3
  95. package/functions/kyc/openDefaultPassportWindow.cjs +0 -1
  96. package/functions/kyc/openDefaultPassportWindow.d.ts +0 -1
  97. package/functions/kyc/openDefaultPassportWindow.mjs +0 -7
  98. package/functions/kyc/passportHelper.cjs +0 -1
  99. package/functions/kyc/passportHelper.d.ts +0 -3
  100. package/functions/kyc/passportHelper.mjs +0 -9
  101. package/functions/kyc/zkMeHelper.cjs +0 -1
  102. package/functions/kyc/zkMeHelper.d.ts +0 -4
  103. package/functions/kyc/zkMeHelper.mjs +0 -42
  104. package/types/kyc.types.cjs +0 -1
  105. package/types/kyc.types.d.ts +0 -41
  106. package/types/kyc.types.mjs +0 -12

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.