@medipass/web-sdk 11.66.6-chore-funder-value-types.0 → 11.66.6

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 (128) hide show
  1. package/lib/index.js +152 -0
  2. package/lib/regions-c7790455.js +35 -0
  3. package/lib/resources/abr.js +51 -0
  4. package/lib/resources/accounts.js +85 -0
  5. package/lib/resources/actions.js +51 -0
  6. package/lib/resources/api-keys.js +54 -0
  7. package/lib/resources/applications.js +54 -0
  8. package/lib/resources/attachments.js +61 -0
  9. package/lib/resources/auth.js +66 -0
  10. package/lib/resources/blacklist.js +51 -0
  11. package/lib/resources/bulk-submits.js +53 -0
  12. package/lib/resources/bulk-uploads.js +55 -0
  13. package/lib/resources/business-email-log.js +53 -0
  14. package/lib/resources/business-profiles.js +55 -0
  15. package/lib/resources/businesses.js +77 -0
  16. package/lib/resources/claim-items.js +53 -0
  17. package/lib/resources/devices.js +53 -0
  18. package/lib/resources/doc-accounts.js +54 -0
  19. package/lib/resources/documents.js +76 -0
  20. package/lib/resources/emails.js +62 -0
  21. package/lib/resources/filter-options.js +51 -0
  22. package/lib/resources/form-application-templates.js +53 -0
  23. package/lib/resources/form-applications.js +55 -0
  24. package/lib/resources/forms.js +70 -0
  25. package/lib/resources/funder-services.js +51 -0
  26. package/lib/resources/funder-settings.js +56 -0
  27. package/lib/resources/funder-values.js +56 -0
  28. package/lib/resources/funders.js +53 -0
  29. package/lib/resources/futures.js +70 -0
  30. package/lib/resources/health-fund-accounts.js +59 -0
  31. package/lib/resources/health-fund-settings.js +54 -0
  32. package/lib/resources/healthfunds.js +59 -0
  33. package/lib/resources/icditems.js +51 -0
  34. package/lib/resources/invoice-scans.js +55 -0
  35. package/lib/resources/jhcs.js +53 -0
  36. package/lib/resources/kyc.js +78 -0
  37. package/lib/resources/logs.js +53 -0
  38. package/lib/resources/members.js +63 -0
  39. package/lib/resources/message-mappings.js +51 -0
  40. package/lib/resources/minions.js +54 -0
  41. package/lib/resources/modalities.js +52 -0
  42. package/lib/resources/notes.js +65 -0
  43. package/lib/resources/onboarding-applications.js +61 -0
  44. package/lib/resources/onboarding-requests.js +59 -0
  45. package/lib/resources/ops.js +58 -0
  46. package/lib/resources/organisations.js +50 -0
  47. package/lib/resources/partners.js +56 -0
  48. package/lib/resources/patients.js +56 -0
  49. package/lib/resources/payments.js +71 -0
  50. package/lib/resources/pms.js +55 -0
  51. package/lib/resources/practice-profiles.js +57 -0
  52. package/lib/resources/practice-types.js +50 -0
  53. package/lib/resources/practices.js +68 -0
  54. package/lib/resources/products.js +54 -0
  55. package/lib/resources/professional-categories.js +55 -0
  56. package/lib/resources/provider-number-types.js +53 -0
  57. package/lib/resources/provider-registration-types.js +53 -0
  58. package/lib/resources/provider-requests.js +51 -0
  59. package/lib/resources/provider-types.js +50 -0
  60. package/lib/resources/qbe.js +53 -0
  61. package/lib/resources/ref-sources.js +51 -0
  62. package/lib/resources/risk.js +51 -0
  63. package/lib/resources/rnas.js +63 -0
  64. package/lib/resources/roles.js +50 -0
  65. package/lib/resources/self-checkout-sessions.js +68 -0
  66. package/lib/resources/services.js +60 -0
  67. package/lib/resources/settlements.js +57 -0
  68. package/lib/resources/sign-up.js +53 -0
  69. package/lib/resources/specialties.js +55 -0
  70. package/lib/resources/staff-profiles.js +57 -0
  71. package/lib/resources/staff.js +80 -0
  72. package/lib/resources/statistics.js +55 -0
  73. package/lib/resources/subscriptions.js +55 -0
  74. package/lib/resources/terminals.js +62 -0
  75. package/lib/resources/transaction-export.js +53 -0
  76. package/lib/resources/transactions.js +120 -0
  77. package/lib/resources/triggers.js +52 -0
  78. package/lib/resources/vendors.js +53 -0
  79. package/lib/resources/verify.js +51 -0
  80. package/lib/resources/workers.js +51 -0
  81. package/lib/resources/workflow-exceptions.js +51 -0
  82. package/lib/services/aws.js +58 -0
  83. package/lib/services/storage.js +144 -0
  84. package/lib/services/version.js +54 -0
  85. package/lib/staff-08c4317b.js +24250 -0
  86. package/lib/types/abr.js +2 -0
  87. package/lib/types/account.js +2 -0
  88. package/lib/types/application.js +2 -0
  89. package/lib/types/blacklist-bank-account.js +2 -0
  90. package/lib/types/business-email-log.js +2 -0
  91. package/lib/types/business.js +2 -0
  92. package/lib/types/device.js +2 -0
  93. package/lib/types/documents.js +26 -0
  94. package/lib/types/filter-option.js +11 -0
  95. package/lib/types/forms.js +2 -0
  96. package/lib/types/funder-value.js +2 -0
  97. package/lib/types/funder.js +2 -0
  98. package/lib/types/index.js +11 -0
  99. package/lib/types/kyc.js +2 -0
  100. package/lib/types/message-mappings.js +2 -0
  101. package/lib/types/mfa-user.js +2 -0
  102. package/lib/types/notes.js +2 -0
  103. package/lib/types/organisation.js +2 -0
  104. package/lib/types/practice.js +2 -0
  105. package/lib/types/products.js +2 -0
  106. package/lib/types/professional-category.js +2 -0
  107. package/lib/types/provider-number-type.js +2 -0
  108. package/lib/types/provider-registration-type.js +2 -0
  109. package/lib/types/provider-registration.js +2 -0
  110. package/lib/types/provider-set-item.js +2 -0
  111. package/lib/types/settlement-export.js +2 -0
  112. package/lib/types/specialty.js +2 -0
  113. package/lib/types/staff-member.js +2 -0
  114. package/lib/types/subscriptions.js +2 -0
  115. package/lib/types/transactions.js +2 -0
  116. package/lib/types/virus-scan.js +2 -0
  117. package/lib/utils/application.js +50 -0
  118. package/lib/utils/base-urls/core.js +24 -0
  119. package/lib/utils/base-urls/index.js +13 -0
  120. package/lib/utils/base-urls/risk.js +22 -0
  121. package/lib/utils/does-param-exist.js +44 -0
  122. package/lib/utils/get-axios-error.js +15 -0
  123. package/lib/utils/param-error.js +27 -0
  124. package/lib/utils/professions.js +50 -0
  125. package/lib/utils/regions.js +18 -0
  126. package/lib/utils/request.js +51 -0
  127. package/lib/utils/staff.js +51 -0
  128. package/package.json +2 -2

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.