@medipass/web-sdk 11.63.5-fix-validation-for-option-fields.0 → 11.63.6-chore-add-esm-to-web-medicules.0

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 (98) hide show
  1. package/lib/index.js +119 -129
  2. package/lib/{regions-5bf75df6.js → regions-63c86f06.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 +34 -34
  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.js +39 -39
  36. package/lib/resources/logs.js +16 -16
  37. package/lib/resources/members.js +27 -27
  38. package/lib/resources/message-mappings.js +14 -14
  39. package/lib/resources/minions.js +16 -16
  40. package/lib/resources/modalities.js +14 -14
  41. package/lib/resources/notes.js +28 -28
  42. package/lib/resources/onboarding-applications.js +24 -24
  43. package/lib/resources/onboarding-requests.js +22 -22
  44. package/lib/resources/ops.js +20 -20
  45. package/lib/resources/organisations.js +10 -10
  46. package/lib/resources/partners.js +18 -18
  47. package/lib/resources/patients.js +18 -18
  48. package/lib/resources/payments.js +41 -41
  49. package/lib/resources/pms.js +17 -17
  50. package/lib/resources/practice-profiles.js +20 -20
  51. package/lib/resources/practice-types.js +10 -10
  52. package/lib/resources/practices.js +30 -30
  53. package/lib/resources/products.js +17 -17
  54. package/lib/resources/professional-categories.js +18 -18
  55. package/lib/resources/provider-number-types.js +16 -16
  56. package/lib/resources/provider-registration-types.js +13 -13
  57. package/lib/resources/provider-requests.js +13 -13
  58. package/lib/resources/provider-types.js +10 -10
  59. package/lib/resources/ref-sources.js +11 -11
  60. package/lib/resources/risk.js +13 -13
  61. package/lib/resources/rnas.js +26 -26
  62. package/lib/resources/roles.js +10 -10
  63. package/lib/resources/self-checkout-sessions.js +32 -32
  64. package/lib/resources/services.js +22 -22
  65. package/lib/resources/settlements.js +20 -20
  66. package/lib/resources/sign-up.js +13 -13
  67. package/lib/resources/specialties.js +18 -18
  68. package/lib/resources/staff-profiles.js +20 -20
  69. package/lib/resources/staff.js +42 -42
  70. package/lib/resources/statistics.js +17 -17
  71. package/lib/resources/subscriptions.js +18 -18
  72. package/lib/resources/terminals.js +25 -25
  73. package/lib/resources/transaction-export.js +15 -15
  74. package/lib/resources/transactions.js +81 -81
  75. package/lib/resources/triggers.js +14 -14
  76. package/lib/resources/vendors.js +16 -16
  77. package/lib/resources/verify.js +11 -11
  78. package/lib/resources/workers.js +11 -11
  79. package/lib/resources/workflow-exceptions.js +14 -14
  80. package/lib/services/aws.js +20 -20
  81. package/lib/services/storage.js +19 -13
  82. package/lib/services/version.js +17 -17
  83. package/lib/{staff-c75b8634.js → staff-ecdb6192.js} +2188 -2162
  84. package/lib/types/documents.js +16 -2
  85. package/lib/types/filter-option.js +5 -2
  86. package/lib/types/index.js +4 -14
  87. package/lib/utils/application.js +11 -11
  88. package/lib/utils/base-urls/core.js +1 -1
  89. package/lib/utils/base-urls/index.js +5 -5
  90. package/lib/utils/base-urls/risk.js +1 -1
  91. package/lib/utils/does-param-exist.js +10 -8
  92. package/lib/utils/get-axios-error.js +1 -1
  93. package/lib/utils/param-error.js +9 -6
  94. package/lib/utils/professions.js +12 -12
  95. package/lib/utils/regions.js +5 -5
  96. package/lib/utils/request.js +13 -13
  97. package/lib/utils/staff.js +11 -11
  98. 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.