@medipass/web-sdk 11.64.9 → 11.64.11

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 (102) hide show
  1. package/lib/index.js +119 -129
  2. package/lib/{regions-21914a7d.js → regions-c7790455.js} +7 -5
  3. package/lib/resources/abr.js +11 -11
  4. package/lib/resources/accounts.js +47 -47
  5. package/lib/resources/actions.js +11 -11
  6. package/lib/resources/api-keys.js +17 -17
  7. package/lib/resources/applications.js +16 -16
  8. package/lib/resources/attachments.js +24 -24
  9. package/lib/resources/auth.js +35 -35
  10. package/lib/resources/blacklist.js +11 -11
  11. package/lib/resources/bulk-submits.js +15 -15
  12. package/lib/resources/bulk-uploads.js +18 -18
  13. package/lib/resources/business-profiles.js +18 -18
  14. package/lib/resources/businesses.js +39 -39
  15. package/lib/resources/claim-items.js +16 -16
  16. package/lib/resources/devices.js +21 -21
  17. package/lib/resources/doc-accounts.js +17 -17
  18. package/lib/resources/documents.js +39 -39
  19. package/lib/resources/emails.js +25 -25
  20. package/lib/resources/filter-options.js +14 -14
  21. package/lib/resources/form-application-templates.js +16 -16
  22. package/lib/resources/form-applications.js +18 -18
  23. package/lib/resources/forms.js +33 -33
  24. package/lib/resources/funder-services.js +14 -14
  25. package/lib/resources/funder-settings.js +19 -19
  26. package/lib/resources/funder-values.js +19 -19
  27. package/lib/resources/funders.js +13 -13
  28. package/lib/resources/futures.js +33 -33
  29. package/lib/resources/health-fund-accounts.js +22 -22
  30. package/lib/resources/health-fund-settings.js +17 -17
  31. package/lib/resources/healthfunds.js +22 -22
  32. package/lib/resources/icditems.js +13 -13
  33. package/lib/resources/invoice-scans.js +18 -18
  34. package/lib/resources/jhcs.js +16 -16
  35. package/lib/resources/kyc.d.ts +17 -10
  36. package/lib/resources/kyc.js +41 -39
  37. package/lib/resources/logs.js +16 -16
  38. package/lib/resources/members.js +27 -27
  39. package/lib/resources/message-mappings.js +14 -14
  40. package/lib/resources/minions.js +16 -16
  41. package/lib/resources/modalities.js +14 -14
  42. package/lib/resources/notes.js +28 -28
  43. package/lib/resources/onboarding-applications.js +24 -24
  44. package/lib/resources/onboarding-requests.js +22 -22
  45. package/lib/resources/ops.js +20 -20
  46. package/lib/resources/organisations.js +10 -10
  47. package/lib/resources/partners.js +18 -18
  48. package/lib/resources/patients.js +18 -18
  49. package/lib/resources/payments.js +41 -41
  50. package/lib/resources/pms.js +17 -17
  51. package/lib/resources/practice-profiles.js +20 -20
  52. package/lib/resources/practice-types.js +10 -10
  53. package/lib/resources/practices.js +30 -30
  54. package/lib/resources/products.js +17 -17
  55. package/lib/resources/professional-categories.js +18 -18
  56. package/lib/resources/provider-number-types.js +16 -16
  57. package/lib/resources/provider-registration-types.js +13 -13
  58. package/lib/resources/provider-requests.js +13 -13
  59. package/lib/resources/provider-types.js +10 -10
  60. package/lib/resources/ref-sources.js +11 -11
  61. package/lib/resources/risk.js +13 -13
  62. package/lib/resources/rnas.js +26 -26
  63. package/lib/resources/roles.js +10 -10
  64. package/lib/resources/self-checkout-sessions.js +32 -32
  65. package/lib/resources/services.js +22 -22
  66. package/lib/resources/settlements.js +20 -20
  67. package/lib/resources/sign-up.js +13 -13
  68. package/lib/resources/specialties.js +18 -18
  69. package/lib/resources/staff-profiles.js +20 -20
  70. package/lib/resources/staff.js +42 -42
  71. package/lib/resources/statistics.js +17 -17
  72. package/lib/resources/subscriptions.js +18 -18
  73. package/lib/resources/terminals.js +25 -25
  74. package/lib/resources/transaction-export.js +15 -15
  75. package/lib/resources/transactions.js +81 -81
  76. package/lib/resources/triggers.js +14 -14
  77. package/lib/resources/vendors.js +16 -16
  78. package/lib/resources/verify.js +11 -11
  79. package/lib/resources/workers.js +11 -11
  80. package/lib/resources/workflow-exceptions.js +14 -14
  81. package/lib/services/aws.js +20 -20
  82. package/lib/services/storage.js +19 -13
  83. package/lib/services/version.js +17 -17
  84. package/lib/{staff-65f3c6e2.js → staff-1ec7945d.js} +2220 -2166
  85. package/lib/types/documents.js +16 -2
  86. package/lib/types/filter-option.js +5 -2
  87. package/lib/types/index.d.ts +1 -0
  88. package/lib/types/index.js +4 -14
  89. package/lib/types/kyc.d.ts +109 -0
  90. package/lib/types/kyc.js +2 -0
  91. package/lib/utils/application.js +11 -11
  92. package/lib/utils/base-urls/core.js +1 -1
  93. package/lib/utils/base-urls/index.js +5 -5
  94. package/lib/utils/base-urls/risk.js +1 -1
  95. package/lib/utils/does-param-exist.js +10 -8
  96. package/lib/utils/get-axios-error.js +1 -1
  97. package/lib/utils/param-error.js +9 -6
  98. package/lib/utils/professions.js +12 -12
  99. package/lib/utils/regions.js +5 -5
  100. package/lib/utils/request.js +14 -14
  101. package/lib/utils/staff.js +11 -11
  102. package/package.json +3 -3

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.