@medipass/web-sdk 11.58.0 → 11.58.1-feature-healthpoint-registration-application-endpoints.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.
- package/lib/index.js +1 -1
- package/lib/resources/abr.js +1 -1
- package/lib/resources/accounts.js +1 -1
- package/lib/resources/actions.js +1 -1
- package/lib/resources/api-keys.js +1 -1
- package/lib/resources/applications.js +1 -1
- package/lib/resources/attachments.js +1 -1
- package/lib/resources/auth.js +1 -1
- package/lib/resources/blacklist.js +1 -1
- package/lib/resources/bulk-submits.js +1 -1
- package/lib/resources/bulk-uploads.js +1 -1
- package/lib/resources/business-profiles.js +1 -1
- package/lib/resources/businesses.js +1 -1
- package/lib/resources/claim-items.js +1 -1
- package/lib/resources/devices.js +1 -1
- package/lib/resources/doc-accounts.js +1 -1
- package/lib/resources/documents.d.ts +26 -1
- package/lib/resources/documents.js +6 -1
- package/lib/resources/emails.js +1 -1
- package/lib/resources/filter-options.js +1 -1
- package/lib/resources/form-application-templates.js +1 -1
- package/lib/resources/form-applications.js +1 -1
- package/lib/resources/forms.js +1 -1
- package/lib/resources/funder-services.js +1 -1
- package/lib/resources/funder-settings.js +1 -1
- package/lib/resources/funder-values.js +1 -1
- package/lib/resources/funders.js +1 -1
- package/lib/resources/futures.js +1 -1
- package/lib/resources/health-fund-accounts.js +1 -1
- package/lib/resources/health-fund-settings.js +1 -1
- package/lib/resources/healthfunds.js +1 -1
- package/lib/resources/icditems.js +1 -1
- package/lib/resources/invoice-scans.js +1 -1
- package/lib/resources/jhcs.js +1 -1
- package/lib/resources/kyc.js +1 -1
- package/lib/resources/logs.js +1 -1
- package/lib/resources/members.js +1 -1
- package/lib/resources/message-mappings.js +1 -1
- package/lib/resources/minions.js +1 -1
- package/lib/resources/modalities.js +1 -1
- package/lib/resources/notes.js +1 -1
- package/lib/resources/onboarding-applications.js +1 -1
- package/lib/resources/onboarding-requests.js +1 -1
- package/lib/resources/ops.js +1 -1
- package/lib/resources/organisations.js +1 -1
- package/lib/resources/partners.js +1 -1
- package/lib/resources/patients.js +1 -1
- package/lib/resources/payments.js +1 -1
- package/lib/resources/pms.js +1 -1
- package/lib/resources/practice-profiles.js +1 -1
- package/lib/resources/practice-types.js +1 -1
- package/lib/resources/practices.js +1 -1
- package/lib/resources/products.js +1 -1
- package/lib/resources/professional-categories.js +1 -1
- package/lib/resources/provider-number-types.js +1 -1
- package/lib/resources/provider-registration-types.js +1 -1
- package/lib/resources/provider-requests.js +1 -1
- package/lib/resources/provider-types.js +1 -1
- package/lib/resources/ref-sources.js +1 -1
- package/lib/resources/risk.js +1 -1
- package/lib/resources/rnas.js +1 -1
- package/lib/resources/roles.js +1 -1
- package/lib/resources/self-checkout-sessions.js +1 -1
- package/lib/resources/services.js +1 -1
- package/lib/resources/settlements.js +1 -1
- package/lib/resources/sign-up.js +1 -1
- package/lib/resources/specialties.js +1 -1
- package/lib/resources/staff-profiles.js +1 -1
- package/lib/resources/staff.js +1 -1
- package/lib/resources/statistics.js +1 -1
- package/lib/resources/subscriptions.js +1 -1
- package/lib/resources/terminals.js +1 -1
- package/lib/resources/transaction-export.js +1 -1
- package/lib/resources/transactions.js +1 -1
- package/lib/resources/triggers.js +1 -1
- package/lib/resources/vendors.js +1 -1
- package/lib/resources/verify.js +1 -1
- package/lib/resources/workers.js +1 -1
- package/lib/resources/workflow-exceptions.js +1 -1
- package/lib/services/aws.js +1 -1
- package/lib/services/version.js +1 -1
- package/lib/{staff-aee62b79.js → staff-bd374256.js} +87 -1
- package/lib/types/business.d.ts +14 -3
- package/lib/types/documents.d.ts +57 -1
- package/lib/types/provider-set-item.d.ts +35 -11
- package/lib/types/staff-member.d.ts +7 -1
- package/lib/utils/application.js +1 -1
- package/lib/utils/professions.js +1 -1
- package/lib/utils/request.js +1 -1
- package/lib/utils/staff.js +1 -1
- package/package.json +3 -3
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
package/lib/resources/risk.js
CHANGED
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
package/lib/resources/rnas.js
CHANGED
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
package/lib/resources/roles.js
CHANGED
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
package/lib/resources/sign-up.js
CHANGED
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
package/lib/resources/staff.js
CHANGED
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
package/lib/resources/vendors.js
CHANGED
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
package/lib/resources/verify.js
CHANGED
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
package/lib/resources/workers.js
CHANGED
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
package/lib/services/aws.js
CHANGED
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
package/lib/services/version.js
CHANGED
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('../utils/get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('../utils/param-error.js');
|
|
@@ -5039,6 +5039,12 @@ var pathHealthFundDocumentTag = function pathHealthFundDocumentTag(healthFundId,
|
|
|
5039
5039
|
var pathHealthFundDocuments = function pathHealthFundDocuments(healthFundId) {
|
|
5040
5040
|
return "/healthfunds/" + healthFundId + "/documents";
|
|
5041
5041
|
};
|
|
5042
|
+
var pathHealthFundHealthPointRegistrationApplication = function pathHealthFundHealthPointRegistrationApplication(healthFundId, healthPointRegistrationApplicationId) {
|
|
5043
|
+
return "/healthfunds/" + healthFundId + "/healthpointregistrationapplications/" + healthPointRegistrationApplicationId;
|
|
5044
|
+
};
|
|
5045
|
+
var pathHealthFundHealthPointActivateDigitalClaiming = function pathHealthFundHealthPointActivateDigitalClaiming(healthFundId, healthPointRegistrationApplicationId) {
|
|
5046
|
+
return "/healthfunds/" + healthFundId + "/healthpointregistrationapplications/" + healthPointRegistrationApplicationId + "/submits";
|
|
5047
|
+
};
|
|
5042
5048
|
/**
|
|
5043
5049
|
* Approve health fund document
|
|
5044
5050
|
* @param {String} healthFundId - Business ID
|
|
@@ -5285,6 +5291,76 @@ var parkHealthFundDocument = function parkHealthFundDocument(healthFundId, docum
|
|
|
5285
5291
|
data: body
|
|
5286
5292
|
});
|
|
5287
5293
|
};
|
|
5294
|
+
/**
|
|
5295
|
+
* Get HealthPoint Registration Applications
|
|
5296
|
+
* @param {String} healthFundId - Business ID
|
|
5297
|
+
* @param {String} healthPointRegistrationApplicationId - Document ID
|
|
5298
|
+
* @param {Object} opts - Additional options
|
|
5299
|
+
*/
|
|
5300
|
+
|
|
5301
|
+
var getHealthPointRegistrationApplication = function getHealthPointRegistrationApplication(healthFundId, healthPointRegistrationApplicationId, opts) {
|
|
5302
|
+
if (opts === void 0) {
|
|
5303
|
+
opts = {};
|
|
5304
|
+
}
|
|
5305
|
+
|
|
5306
|
+
doesParamExist.default({
|
|
5307
|
+
healthFundId: healthFundId,
|
|
5308
|
+
healthPointRegistrationApplicationId: healthPointRegistrationApplicationId
|
|
5309
|
+
}, opts.hyperMediaEndpoint);
|
|
5310
|
+
return request(_objectSpread$h({}, opts, {
|
|
5311
|
+
path: pathHealthFundHealthPointRegistrationApplication(healthFundId, healthPointRegistrationApplicationId)
|
|
5312
|
+
}), {
|
|
5313
|
+
method: 'get'
|
|
5314
|
+
});
|
|
5315
|
+
};
|
|
5316
|
+
/**
|
|
5317
|
+
* Update HealthPoint Registration Application
|
|
5318
|
+
* @param {String} healthFundId - Business ID
|
|
5319
|
+
* @param {String} healthPointRegistrationApplicationId - Document ID
|
|
5320
|
+
* @param {Object} body - Request body
|
|
5321
|
+
* @param {Object} opts - Additional options
|
|
5322
|
+
*/
|
|
5323
|
+
|
|
5324
|
+
var updateHealthPointRegistrationApplication = function updateHealthPointRegistrationApplication(healthFundId, healthPointRegistrationApplicationId, body, opts) {
|
|
5325
|
+
if (opts === void 0) {
|
|
5326
|
+
opts = {};
|
|
5327
|
+
}
|
|
5328
|
+
|
|
5329
|
+
doesParamExist.default({
|
|
5330
|
+
healthFundId: healthFundId,
|
|
5331
|
+
healthPointRegistrationApplicationId: healthPointRegistrationApplicationId
|
|
5332
|
+
}, opts.hyperMediaEndpoint);
|
|
5333
|
+
return request(_objectSpread$h({}, opts, {
|
|
5334
|
+
path: pathHealthFundHealthPointRegistrationApplication(healthFundId, healthPointRegistrationApplicationId)
|
|
5335
|
+
}), {
|
|
5336
|
+
method: 'put',
|
|
5337
|
+
data: body
|
|
5338
|
+
});
|
|
5339
|
+
};
|
|
5340
|
+
/**
|
|
5341
|
+
* Activate HealthPoint Digital Claiming
|
|
5342
|
+
* @param {String} healthFundId - Business ID
|
|
5343
|
+
* @param {String} healthPointRegistrationApplicationId - Document ID
|
|
5344
|
+
* @param {Object} body - Request body
|
|
5345
|
+
* @param {Object} opts - Additional options
|
|
5346
|
+
*/
|
|
5347
|
+
|
|
5348
|
+
var activateHealthPointDigitalClaiming = function activateHealthPointDigitalClaiming(healthFundId, healthPointRegistrationApplicationId, body, opts) {
|
|
5349
|
+
if (opts === void 0) {
|
|
5350
|
+
opts = {};
|
|
5351
|
+
}
|
|
5352
|
+
|
|
5353
|
+
doesParamExist.default({
|
|
5354
|
+
healthFundId: healthFundId,
|
|
5355
|
+
healthPointRegistrationApplicationId: healthPointRegistrationApplicationId
|
|
5356
|
+
}, opts.hyperMediaEndpoint);
|
|
5357
|
+
return request(_objectSpread$h({}, opts, {
|
|
5358
|
+
path: pathHealthFundHealthPointActivateDigitalClaiming(healthFundId, healthPointRegistrationApplicationId)
|
|
5359
|
+
}), {
|
|
5360
|
+
method: 'post',
|
|
5361
|
+
data: body
|
|
5362
|
+
});
|
|
5363
|
+
};
|
|
5288
5364
|
|
|
5289
5365
|
var documents = /*#__PURE__*/Object.freeze({
|
|
5290
5366
|
__proto__: null,
|
|
@@ -5299,6 +5375,8 @@ var documents = /*#__PURE__*/Object.freeze({
|
|
|
5299
5375
|
pathHealthFundDocumentPark: pathHealthFundDocumentPark,
|
|
5300
5376
|
pathHealthFundDocumentTag: pathHealthFundDocumentTag,
|
|
5301
5377
|
pathHealthFundDocuments: pathHealthFundDocuments,
|
|
5378
|
+
pathHealthFundHealthPointRegistrationApplication: pathHealthFundHealthPointRegistrationApplication,
|
|
5379
|
+
pathHealthFundHealthPointActivateDigitalClaiming: pathHealthFundHealthPointActivateDigitalClaiming,
|
|
5302
5380
|
approveHealthFundDocument: approveHealthFundDocument,
|
|
5303
5381
|
assignHealthFundDocumentToMe: assignHealthFundDocumentToMe,
|
|
5304
5382
|
cancelBusinessDocument: cancelBusinessDocument,
|
|
@@ -5309,7 +5387,10 @@ var documents = /*#__PURE__*/Object.freeze({
|
|
|
5309
5387
|
getBusinessDocument: getBusinessDocument,
|
|
5310
5388
|
getHealthFundDocuments: getHealthFundDocuments,
|
|
5311
5389
|
getHealthFundDocument: getHealthFundDocument,
|
|
5312
|
-
parkHealthFundDocument: parkHealthFundDocument
|
|
5390
|
+
parkHealthFundDocument: parkHealthFundDocument,
|
|
5391
|
+
getHealthPointRegistrationApplication: getHealthPointRegistrationApplication,
|
|
5392
|
+
updateHealthPointRegistrationApplication: updateHealthPointRegistrationApplication,
|
|
5393
|
+
activateHealthPointDigitalClaiming: activateHealthPointDigitalClaiming
|
|
5313
5394
|
});
|
|
5314
5395
|
|
|
5315
5396
|
function ownKeys$i(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -22985,6 +23066,7 @@ exports.abr = abr;
|
|
|
22985
23066
|
exports.acceptInvite = acceptInvite;
|
|
22986
23067
|
exports.accounts = accounts;
|
|
22987
23068
|
exports.actions = actions;
|
|
23069
|
+
exports.activateHealthPointDigitalClaiming = activateHealthPointDigitalClaiming;
|
|
22988
23070
|
exports.addBeneficialOwner = addBeneficialOwner;
|
|
22989
23071
|
exports.addHealthFundAccountToSelfCheckoutSession = addHealthFundAccountToSelfCheckoutSession;
|
|
22990
23072
|
exports.addMemberToSelfCheckoutSession = addMemberToSelfCheckoutSession;
|
|
@@ -23318,6 +23400,7 @@ exports.getHealthFundVendors = getHealthFundVendors;
|
|
|
23318
23400
|
exports.getHealthFundWorkflowExceptions = getHealthFundWorkflowExceptions;
|
|
23319
23401
|
exports.getHealthFunds = getHealthFunds;
|
|
23320
23402
|
exports.getHealthFundsForAccount = getHealthFundsForAccount;
|
|
23403
|
+
exports.getHealthPointRegistrationApplication = getHealthPointRegistrationApplication;
|
|
23321
23404
|
exports.getICDItems = getICDItems;
|
|
23322
23405
|
exports.getInvoiceScan = getInvoiceScan;
|
|
23323
23406
|
exports.getInvoiceScanUploadUrl = getInvoiceScanUploadUrl;
|
|
@@ -23527,6 +23610,8 @@ exports.pathHealthFundFormPublish = pathHealthFundFormPublish;
|
|
|
23527
23610
|
exports.pathHealthFundFormUnpublish = pathHealthFundFormUnpublish;
|
|
23528
23611
|
exports.pathHealthFundFormUploadUrl = pathHealthFundFormUploadUrl;
|
|
23529
23612
|
exports.pathHealthFundForms = pathHealthFundForms;
|
|
23613
|
+
exports.pathHealthFundHealthPointActivateDigitalClaiming = pathHealthFundHealthPointActivateDigitalClaiming;
|
|
23614
|
+
exports.pathHealthFundHealthPointRegistrationApplication = pathHealthFundHealthPointRegistrationApplication;
|
|
23530
23615
|
exports.pathHealthFundNote = pathHealthFundNote;
|
|
23531
23616
|
exports.pathHealthFundRNA = pathHealthFundRNA;
|
|
23532
23617
|
exports.pathHealthFundRNAAppointment = pathHealthFundRNAAppointment;
|
|
@@ -23720,6 +23805,7 @@ exports.updateHealthFund = updateHealthFund;
|
|
|
23720
23805
|
exports.updateHealthFundForm = updateHealthFundForm;
|
|
23721
23806
|
exports.updateHealthFundNote = updateHealthFundNote;
|
|
23722
23807
|
exports.updateHealthFundSetting = updateHealthFundSetting;
|
|
23808
|
+
exports.updateHealthPointRegistrationApplication = updateHealthPointRegistrationApplication;
|
|
23723
23809
|
exports.updateMember = updateMember;
|
|
23724
23810
|
exports.updateMembersHealthFundAccounts = updateMembersHealthFundAccounts;
|
|
23725
23811
|
exports.updateMinionForHealthFund = updateMinionForHealthFund;
|
package/lib/types/business.d.ts
CHANGED
|
@@ -67,11 +67,22 @@ export interface Business {
|
|
|
67
67
|
_links: BusinessLinks;
|
|
68
68
|
}
|
|
69
69
|
export declare type ShortBusinessResponse = {
|
|
70
|
+
abn: string;
|
|
71
|
+
address: string;
|
|
72
|
+
city: string;
|
|
70
73
|
contactInfo: BusinessContactInformation;
|
|
71
|
-
|
|
72
|
-
|
|
74
|
+
country: string;
|
|
75
|
+
countryCode: string;
|
|
73
76
|
displayName: string;
|
|
74
|
-
|
|
77
|
+
fullName: string;
|
|
78
|
+
gmapsPlaceId: string;
|
|
79
|
+
lnglat: [number, number];
|
|
80
|
+
postcode: string;
|
|
81
|
+
route: string;
|
|
82
|
+
state: string;
|
|
83
|
+
streetNumber: string;
|
|
84
|
+
subpremise: string | null;
|
|
85
|
+
_id: string;
|
|
75
86
|
};
|
|
76
87
|
declare type BusinessContactInformation = {
|
|
77
88
|
landline: string;
|
package/lib/types/documents.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { PaginationMeta, PaginatedQuery } from './index';
|
|
1
|
+
import type { PaginationMeta, PaginatedQuery, ShortPracticeResponse, ShortBusinessResponse, ShortStaffMemberResponse } from './index';
|
|
2
2
|
/** START: Query */
|
|
3
3
|
export declare type BusinessDocumentsQuery = PaginatedQuery & {
|
|
4
4
|
isPublished?: boolean;
|
|
@@ -107,9 +107,65 @@ export declare type HealthFundDocumentResponse = {
|
|
|
107
107
|
isPublished?: boolean;
|
|
108
108
|
created: string;
|
|
109
109
|
modified: string;
|
|
110
|
+
_links: {
|
|
111
|
+
self: {
|
|
112
|
+
assign?: string;
|
|
113
|
+
approve?: string;
|
|
114
|
+
archive?: string;
|
|
115
|
+
cease?: string;
|
|
116
|
+
close?: string;
|
|
117
|
+
decline?: string;
|
|
118
|
+
park?: string;
|
|
119
|
+
read?: string;
|
|
120
|
+
unarchive?: string;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
110
123
|
};
|
|
111
124
|
export declare type HealthFundDocumentsResponse = {
|
|
112
125
|
meta: PaginationMeta;
|
|
113
126
|
items: Array<HealthFundDocumentResponse>;
|
|
114
127
|
};
|
|
115
128
|
/** END: Responses */
|
|
129
|
+
/** START: Responses */
|
|
130
|
+
export interface HealthPointRegistrationApplicationResponse {
|
|
131
|
+
business: ShortBusinessResponse;
|
|
132
|
+
created: string;
|
|
133
|
+
devicesRequested?: number;
|
|
134
|
+
errorMessage?: string;
|
|
135
|
+
formId: string;
|
|
136
|
+
funderId: string;
|
|
137
|
+
healthFundId: string;
|
|
138
|
+
healthpoint: {
|
|
139
|
+
deviceIds: [];
|
|
140
|
+
digitalId: string;
|
|
141
|
+
orgId: string;
|
|
142
|
+
providerNumbers: [];
|
|
143
|
+
siteId: string;
|
|
144
|
+
};
|
|
145
|
+
isMidChecked?: boolean;
|
|
146
|
+
isMidCheckedForSettlement?: boolean;
|
|
147
|
+
isMidEnabled?: boolean;
|
|
148
|
+
modified: string;
|
|
149
|
+
practice: ShortPracticeResponse;
|
|
150
|
+
staffs: ShortStaffMemberResponse[];
|
|
151
|
+
status: string;
|
|
152
|
+
_id: string;
|
|
153
|
+
}
|
|
154
|
+
/** END: Responses */
|
|
155
|
+
/** START: Requests */
|
|
156
|
+
export interface UpdateHealthPointRegistrationApplicationBody {
|
|
157
|
+
isMidChecked: boolean;
|
|
158
|
+
isMidEnabled: boolean;
|
|
159
|
+
isMidCheckedForSettlement: boolean;
|
|
160
|
+
staffs: {
|
|
161
|
+
_id: string;
|
|
162
|
+
providerSet: {
|
|
163
|
+
_id: string;
|
|
164
|
+
isCertificationMatch: boolean;
|
|
165
|
+
}[];
|
|
166
|
+
}[];
|
|
167
|
+
}
|
|
168
|
+
export interface ActivateHealthPointDigitalClaimingBody {
|
|
169
|
+
numberOfDevices: number;
|
|
170
|
+
}
|
|
171
|
+
/** END: Requests */
|
|
@@ -3,7 +3,9 @@ export interface ProviderSetItem {
|
|
|
3
3
|
created: string;
|
|
4
4
|
funderId: string;
|
|
5
5
|
healthFundOverrides: string[];
|
|
6
|
-
healthpoint?:
|
|
6
|
+
healthpoint?: {
|
|
7
|
+
settlement: HealthPointSettlementAttributes;
|
|
8
|
+
};
|
|
7
9
|
practiceId: string;
|
|
8
10
|
professionalCategoryId: string;
|
|
9
11
|
providerNumber: string;
|
|
@@ -20,7 +22,9 @@ export interface ProviderSetItemRequestBody {
|
|
|
20
22
|
providerNumber: string;
|
|
21
23
|
specialtyIds: string[];
|
|
22
24
|
hicaps?: HicapsProviderSetAttributes;
|
|
23
|
-
healthpoint?:
|
|
25
|
+
healthpoint?: {
|
|
26
|
+
settlement: HealthPointSettlementAttributes;
|
|
27
|
+
};
|
|
24
28
|
}
|
|
25
29
|
export interface HicapsProviderSetAttributes {
|
|
26
30
|
address?: string;
|
|
@@ -39,15 +43,35 @@ export declare type ParsedProviderSetItem = ProviderSetItem & {
|
|
|
39
43
|
professionalCategory: ProfessionalCategory | undefined;
|
|
40
44
|
specialties: Specialty[];
|
|
41
45
|
providerRegistrationType: ProviderRegistrationType | undefined;
|
|
42
|
-
healthpoint?:
|
|
46
|
+
healthpoint?: {
|
|
47
|
+
settlement: HealthPointSettlementAttributes;
|
|
48
|
+
};
|
|
43
49
|
};
|
|
44
|
-
export interface
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
50
|
+
export interface HealthPointSettlementAttributes {
|
|
51
|
+
bankAccount: {
|
|
52
|
+
accountName: string;
|
|
53
|
+
accountNumber: string;
|
|
54
|
+
bankName: string;
|
|
55
|
+
bsb: string;
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
export interface HealthPointProviderSetFilesAttributes {
|
|
59
|
+
category: string;
|
|
60
|
+
displayName: string;
|
|
61
|
+
url: string;
|
|
62
|
+
}
|
|
63
|
+
export interface HealthPointProviderSetItemResponse {
|
|
64
|
+
files: HealthPointProviderSetFilesAttributes[];
|
|
65
|
+
isCertificationMatch?: boolean;
|
|
66
|
+
professionalCategory: {
|
|
67
|
+
_id: string;
|
|
68
|
+
displayName: string;
|
|
52
69
|
};
|
|
70
|
+
providerNumber: string;
|
|
71
|
+
settlement: HealthPointSettlementAttributes;
|
|
72
|
+
specialties: {
|
|
73
|
+
_id: string;
|
|
74
|
+
displayName: string;
|
|
75
|
+
}[];
|
|
76
|
+
_id: string;
|
|
53
77
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ProviderSetItem } from './provider-set-item';
|
|
1
|
+
import type { ProviderSetItem, HealthPointProviderSetItemResponse } from './provider-set-item';
|
|
2
2
|
import type { ProviderRegistration } from './provider-registration';
|
|
3
3
|
export declare type HealthFundOverride = {
|
|
4
4
|
healthFundId: string;
|
|
@@ -29,6 +29,12 @@ export declare type StaffMember = {
|
|
|
29
29
|
mobile: string;
|
|
30
30
|
_links: StaffLinks;
|
|
31
31
|
};
|
|
32
|
+
export declare type ShortStaffMemberResponse = {
|
|
33
|
+
firstName: string;
|
|
34
|
+
lastName: string;
|
|
35
|
+
providerSet: HealthPointProviderSetItemResponse[];
|
|
36
|
+
_id: string;
|
|
37
|
+
};
|
|
32
38
|
declare type StaffLinks = {
|
|
33
39
|
self: Links;
|
|
34
40
|
practices: Links;
|
package/lib/utils/application.js
CHANGED
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('./get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('./param-error.js');
|
package/lib/utils/professions.js
CHANGED
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('./get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('./param-error.js');
|
package/lib/utils/request.js
CHANGED
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('./get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('./param-error.js');
|
package/lib/utils/staff.js
CHANGED
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('./get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-bd374256.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('./param-error.js');
|