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

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.