@medipass/web-sdk 11.40.2-feature-add-sdk-function-sms-link.1 → 11.40.2-feature-eclipse-business-settings.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/CHANGELOG.md +0 -11
- package/lib/index.d.ts +5 -3
- package/lib/index.js +3 -2
- package/lib/resources/accounts.js +2 -2
- package/lib/resources/actions.js +2 -2
- package/lib/resources/api-keys.js +2 -2
- package/lib/resources/applications.js +2 -2
- package/lib/resources/attachments.js +2 -2
- package/lib/resources/auth.js +2 -2
- package/lib/resources/bulk-submits.js +2 -2
- package/lib/resources/bulk-uploads.js +2 -2
- package/lib/resources/business-profiles.js +2 -2
- package/lib/resources/businesses.js +2 -2
- package/lib/resources/claim-items.js +2 -2
- package/lib/resources/devices.js +2 -2
- package/lib/resources/doc-accounts.js +2 -2
- package/lib/resources/documents.js +2 -2
- package/lib/resources/emails.js +2 -2
- package/lib/resources/form-application-templates.js +2 -2
- package/lib/resources/form-applications.js +2 -2
- package/lib/resources/forms.js +2 -2
- package/lib/resources/funder-services.js +2 -2
- package/lib/resources/funder-settings.js +2 -2
- package/lib/resources/funder-values.d.ts +22 -0
- package/lib/resources/funder-values.js +54 -0
- package/lib/resources/funders.js +2 -2
- package/lib/resources/futures.js +2 -2
- package/lib/resources/health-fund-accounts.js +2 -2
- package/lib/resources/health-fund-settings.js +2 -2
- package/lib/resources/healthfunds.js +2 -2
- package/lib/resources/icditems.js +2 -2
- package/lib/resources/invoice-scans.js +2 -2
- package/lib/resources/jhcs.js +2 -2
- package/lib/resources/kyc.js +2 -2
- package/lib/resources/logs.js +2 -2
- package/lib/resources/members.js +2 -2
- package/lib/resources/message-mappings.js +2 -2
- package/lib/resources/minions.js +2 -2
- package/lib/resources/modalities.js +2 -2
- package/lib/resources/notes.js +2 -2
- package/lib/resources/onboarding-applications.js +2 -2
- package/lib/resources/onboarding-requests.js +2 -2
- package/lib/resources/ops.js +2 -2
- package/lib/resources/organisations.js +2 -2
- package/lib/resources/partners.js +2 -2
- package/lib/resources/patients.d.ts +0 -8
- package/lib/resources/patients.js +2 -3
- package/lib/resources/payments.js +2 -2
- package/lib/resources/pms.js +2 -2
- package/lib/resources/practice-profiles.js +2 -2
- package/lib/resources/practice-types.js +2 -2
- package/lib/resources/practices.js +2 -2
- package/lib/resources/products.js +2 -2
- package/lib/resources/professional-categories.js +2 -2
- package/lib/resources/provider-number-types.js +2 -2
- package/lib/resources/provider-registration-types.js +2 -2
- package/lib/resources/provider-requests.js +2 -2
- package/lib/resources/provider-types.js +2 -2
- package/lib/resources/ref-sources.js +2 -2
- package/lib/resources/risk.js +2 -2
- package/lib/resources/rnas.js +2 -2
- package/lib/resources/roles.js +2 -2
- package/lib/resources/self-checkout-sessions.js +2 -2
- package/lib/resources/services.js +2 -2
- package/lib/resources/settlements.js +2 -2
- package/lib/resources/sign-up.js +2 -2
- package/lib/resources/specialties.js +2 -2
- package/lib/resources/staff-profiles.js +2 -2
- package/lib/resources/staff.js +2 -2
- package/lib/resources/statistics.js +2 -2
- package/lib/resources/subscriptions.js +2 -2
- package/lib/resources/terminals.js +2 -2
- package/lib/resources/transaction-export.js +2 -2
- package/lib/resources/transactions.js +2 -2
- package/lib/resources/triggers.js +2 -2
- package/lib/resources/vendors.js +2 -2
- package/lib/resources/verify.js +2 -2
- package/lib/resources/workers.js +2 -2
- package/lib/resources/workflow-exceptions.js +2 -2
- package/lib/services/aws.js +2 -2
- package/lib/services/version.js +2 -2
- package/lib/{staff-90b5f1b6.js → staff-21af605d.js} +694 -601
- package/lib/types/funder-value.d.ts +15 -0
- package/lib/types/funder-value.js +2 -0
- package/lib/types/index.d.ts +5 -0
- package/lib/utils/application.js +2 -2
- package/lib/utils/professions.js +2 -2
- package/lib/utils/request.js +2 -2
- package/lib/utils/staff.js +2 -2
- package/package.json +3 -3
|
@@ -29,8 +29,8 @@ var env = _interopDefault(require('@medipass/utils/get-env'));
|
|
|
29
29
|
var funders$1 = require('@medipass/utils/funders');
|
|
30
30
|
var compareVersions = _interopDefault(require('compare-versions'));
|
|
31
31
|
var index = require('./utils/base-urls/index.js');
|
|
32
|
-
var regions = require('./regions-a0a28864.js');
|
|
33
32
|
var _flatten = _interopDefault(require('lodash/flatten'));
|
|
33
|
+
var regions = require('./regions-a0a28864.js');
|
|
34
34
|
|
|
35
35
|
var staffUtils = /*#__PURE__*/Object.freeze({
|
|
36
36
|
__proto__: null,
|
|
@@ -5563,6 +5563,120 @@ var funderSettings = /*#__PURE__*/Object.freeze({
|
|
|
5563
5563
|
function ownKeys$n(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; }
|
|
5564
5564
|
|
|
5565
5565
|
function _objectSpread$n(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$n(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$n(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
5566
|
+
var pathFunderValues = function pathFunderValues(businessId) {
|
|
5567
|
+
return "/businesses/" + businessId + "/fundervalues";
|
|
5568
|
+
};
|
|
5569
|
+
var pathFunderValuesById = function pathFunderValuesById(businessId, funderValueId) {
|
|
5570
|
+
return "/businesses/" + businessId + "/fundervalues/" + funderValueId;
|
|
5571
|
+
};
|
|
5572
|
+
var getBusinessFunderValues = /*#__PURE__*/function () {
|
|
5573
|
+
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(businessId, query, opts) {
|
|
5574
|
+
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
5575
|
+
while (1) {
|
|
5576
|
+
switch (_context.prev = _context.next) {
|
|
5577
|
+
case 0:
|
|
5578
|
+
if (opts === void 0) {
|
|
5579
|
+
opts = {};
|
|
5580
|
+
}
|
|
5581
|
+
|
|
5582
|
+
doesParamExist.default({
|
|
5583
|
+
businessId: businessId
|
|
5584
|
+
}, opts.hyperMediaEndpoint);
|
|
5585
|
+
return _context.abrupt("return", request(_objectSpread$n({}, opts, {
|
|
5586
|
+
path: pathFunderValues(businessId)
|
|
5587
|
+
}), {
|
|
5588
|
+
method: 'get',
|
|
5589
|
+
params: query
|
|
5590
|
+
}));
|
|
5591
|
+
|
|
5592
|
+
case 3:
|
|
5593
|
+
case "end":
|
|
5594
|
+
return _context.stop();
|
|
5595
|
+
}
|
|
5596
|
+
}
|
|
5597
|
+
}, _callee);
|
|
5598
|
+
}));
|
|
5599
|
+
|
|
5600
|
+
return function getBusinessFunderValues(_x, _x2, _x3) {
|
|
5601
|
+
return _ref.apply(this, arguments);
|
|
5602
|
+
};
|
|
5603
|
+
}();
|
|
5604
|
+
var getBusinessFunderValueById = function getBusinessFunderValueById(businessId, funderValueId, opts) {
|
|
5605
|
+
if (opts === void 0) {
|
|
5606
|
+
opts = {};
|
|
5607
|
+
}
|
|
5608
|
+
|
|
5609
|
+
doesParamExist.default({
|
|
5610
|
+
businessId: businessId,
|
|
5611
|
+
funderValueId: funderValueId
|
|
5612
|
+
}, opts.hyperMediaEndpoint);
|
|
5613
|
+
return request(_objectSpread$n({}, opts, {
|
|
5614
|
+
path: pathFunderValuesById(businessId, funderValueId)
|
|
5615
|
+
}), {
|
|
5616
|
+
method: 'get'
|
|
5617
|
+
});
|
|
5618
|
+
};
|
|
5619
|
+
var createBusinessFunderValue = function createBusinessFunderValue(businessId, body, opts) {
|
|
5620
|
+
if (opts === void 0) {
|
|
5621
|
+
opts = {};
|
|
5622
|
+
}
|
|
5623
|
+
|
|
5624
|
+
doesParamExist.default({
|
|
5625
|
+
businessId: businessId
|
|
5626
|
+
}, opts.hyperMediaEndpoint);
|
|
5627
|
+
return request(_objectSpread$n({}, opts, {
|
|
5628
|
+
path: pathFunderValues(businessId)
|
|
5629
|
+
}), {
|
|
5630
|
+
method: 'post',
|
|
5631
|
+
data: body
|
|
5632
|
+
});
|
|
5633
|
+
};
|
|
5634
|
+
var updateBusinessFunderValue = function updateBusinessFunderValue(businessId, funderValueId, body, opts) {
|
|
5635
|
+
if (opts === void 0) {
|
|
5636
|
+
opts = {};
|
|
5637
|
+
}
|
|
5638
|
+
|
|
5639
|
+
doesParamExist.default({
|
|
5640
|
+
businessId: businessId,
|
|
5641
|
+
funderValueId: funderValueId
|
|
5642
|
+
}, opts.hyperMediaEndpoint);
|
|
5643
|
+
return request(_objectSpread$n({}, opts, {
|
|
5644
|
+
path: pathFunderValuesById(businessId, funderValueId)
|
|
5645
|
+
}), {
|
|
5646
|
+
method: 'put',
|
|
5647
|
+
data: body
|
|
5648
|
+
});
|
|
5649
|
+
};
|
|
5650
|
+
var deleteBusinessFunderValue = function deleteBusinessFunderValue(businessId, funderValueId, opts) {
|
|
5651
|
+
if (opts === void 0) {
|
|
5652
|
+
opts = {};
|
|
5653
|
+
}
|
|
5654
|
+
|
|
5655
|
+
doesParamExist.default({
|
|
5656
|
+
businessId: businessId,
|
|
5657
|
+
funderValueId: funderValueId
|
|
5658
|
+
}, opts.hyperMediaEndpoint);
|
|
5659
|
+
return request(_objectSpread$n({}, opts, {
|
|
5660
|
+
path: pathFunderValuesById(businessId, funderValueId)
|
|
5661
|
+
}), {
|
|
5662
|
+
method: 'delete'
|
|
5663
|
+
});
|
|
5664
|
+
};
|
|
5665
|
+
|
|
5666
|
+
var funderValues = /*#__PURE__*/Object.freeze({
|
|
5667
|
+
__proto__: null,
|
|
5668
|
+
pathFunderValues: pathFunderValues,
|
|
5669
|
+
pathFunderValuesById: pathFunderValuesById,
|
|
5670
|
+
getBusinessFunderValues: getBusinessFunderValues,
|
|
5671
|
+
getBusinessFunderValueById: getBusinessFunderValueById,
|
|
5672
|
+
createBusinessFunderValue: createBusinessFunderValue,
|
|
5673
|
+
updateBusinessFunderValue: updateBusinessFunderValue,
|
|
5674
|
+
deleteBusinessFunderValue: deleteBusinessFunderValue
|
|
5675
|
+
});
|
|
5676
|
+
|
|
5677
|
+
function ownKeys$o(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; }
|
|
5678
|
+
|
|
5679
|
+
function _objectSpread$o(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$o(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$o(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
5566
5680
|
var pathBusinessFutures = function pathBusinessFutures(businessId) {
|
|
5567
5681
|
return "/businesses/" + businessId + "/futures";
|
|
5568
5682
|
};
|
|
@@ -5608,7 +5722,7 @@ var createBusinessHold = function createBusinessHold(businessId, body, opts) {
|
|
|
5608
5722
|
doesParamExist.default({
|
|
5609
5723
|
businessId: businessId
|
|
5610
5724
|
}, opts.hyperMediaEndpoint);
|
|
5611
|
-
return request(_objectSpread$
|
|
5725
|
+
return request(_objectSpread$o({}, opts, {
|
|
5612
5726
|
path: pathBusinessHolds(businessId)
|
|
5613
5727
|
}), {
|
|
5614
5728
|
method: 'post',
|
|
@@ -5630,7 +5744,7 @@ var createBusinessInstalmentPlan = function createBusinessInstalmentPlan(busines
|
|
|
5630
5744
|
doesParamExist.default({
|
|
5631
5745
|
businessId: businessId
|
|
5632
5746
|
}, opts.hyperMediaEndpoint);
|
|
5633
|
-
return request(_objectSpread$
|
|
5747
|
+
return request(_objectSpread$o({}, opts, {
|
|
5634
5748
|
path: pathBusinessInstalmentPlans(businessId)
|
|
5635
5749
|
}), {
|
|
5636
5750
|
method: 'post',
|
|
@@ -5651,7 +5765,7 @@ var cancel = function cancel(futureId, opts) {
|
|
|
5651
5765
|
doesParamExist.default({
|
|
5652
5766
|
futureId: futureId
|
|
5653
5767
|
}, opts.hyperMediaEndpoint);
|
|
5654
|
-
return request(_objectSpread$
|
|
5768
|
+
return request(_objectSpread$o({}, opts, {
|
|
5655
5769
|
path: pathCancels(futureId)
|
|
5656
5770
|
}), {
|
|
5657
5771
|
method: 'post'
|
|
@@ -5672,7 +5786,7 @@ var getBusinessFutures = function getBusinessFutures(businessId, query, opts) {
|
|
|
5672
5786
|
doesParamExist.default({
|
|
5673
5787
|
businessId: businessId
|
|
5674
5788
|
}, opts.hyperMediaEndpoint);
|
|
5675
|
-
return request(_objectSpread$
|
|
5789
|
+
return request(_objectSpread$o({}, opts, {
|
|
5676
5790
|
path: pathBusinessFutures(businessId)
|
|
5677
5791
|
}), {
|
|
5678
5792
|
method: 'get',
|
|
@@ -5695,7 +5809,7 @@ var getBusinessFuture = function getBusinessFuture(businessId, futureId, opts) {
|
|
|
5695
5809
|
businessId: businessId,
|
|
5696
5810
|
futureId: futureId
|
|
5697
5811
|
}, opts.hyperMediaEndpoint);
|
|
5698
|
-
return request(_objectSpread$
|
|
5812
|
+
return request(_objectSpread$o({}, opts, {
|
|
5699
5813
|
path: pathBusinessFuture(businessId, futureId)
|
|
5700
5814
|
}), {
|
|
5701
5815
|
method: 'get'
|
|
@@ -5715,7 +5829,7 @@ var getFuture = function getFuture(futureId, opts) {
|
|
|
5715
5829
|
doesParamExist.default({
|
|
5716
5830
|
futureId: futureId
|
|
5717
5831
|
}, opts.hyperMediaEndpoint);
|
|
5718
|
-
return request(_objectSpread$
|
|
5832
|
+
return request(_objectSpread$o({}, opts, {
|
|
5719
5833
|
path: pathFuture(futureId)
|
|
5720
5834
|
}), {
|
|
5721
5835
|
method: 'get'
|
|
@@ -5740,7 +5854,7 @@ var getPaymentLink = /*#__PURE__*/function () {
|
|
|
5740
5854
|
doesParamExist.default({
|
|
5741
5855
|
futureId: futureId
|
|
5742
5856
|
}, opts.hyperMediaEndpoint);
|
|
5743
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
5857
|
+
return _context.abrupt("return", request(_objectSpread$o({}, opts, {
|
|
5744
5858
|
path: pathPaymentLink(futureId)
|
|
5745
5859
|
}), {
|
|
5746
5860
|
method: 'get'
|
|
@@ -5773,7 +5887,7 @@ var sendProcessingRequest = function sendProcessingRequest(futureId, body, opts)
|
|
|
5773
5887
|
doesParamExist.default({
|
|
5774
5888
|
futureId: futureId
|
|
5775
5889
|
}, opts.hyperMediaEndpoint);
|
|
5776
|
-
return request(_objectSpread$
|
|
5890
|
+
return request(_objectSpread$o({}, opts, {
|
|
5777
5891
|
path: pathProcessingRequests(futureId)
|
|
5778
5892
|
}), {
|
|
5779
5893
|
method: 'post',
|
|
@@ -5795,7 +5909,7 @@ var submit = function submit(futureId, body, opts) {
|
|
|
5795
5909
|
doesParamExist.default({
|
|
5796
5910
|
futureId: futureId
|
|
5797
5911
|
}, opts.hyperMediaEndpoint);
|
|
5798
|
-
return request(_objectSpread$
|
|
5912
|
+
return request(_objectSpread$o({}, opts, {
|
|
5799
5913
|
path: pathSubmits(futureId)
|
|
5800
5914
|
}), {
|
|
5801
5915
|
method: 'post',
|
|
@@ -5817,7 +5931,7 @@ var update = function update(futureId, body, opts) {
|
|
|
5817
5931
|
doesParamExist.default({
|
|
5818
5932
|
futureId: futureId
|
|
5819
5933
|
}, opts.hyperMediaEndpoint);
|
|
5820
|
-
return request(_objectSpread$
|
|
5934
|
+
return request(_objectSpread$o({}, opts, {
|
|
5821
5935
|
path: pathFuture(futureId)
|
|
5822
5936
|
}), {
|
|
5823
5937
|
method: 'put',
|
|
@@ -5839,7 +5953,7 @@ var sendReceipt = function sendReceipt(futureId, body, opts) {
|
|
|
5839
5953
|
doesParamExist.default({
|
|
5840
5954
|
futureId: futureId
|
|
5841
5955
|
}, opts.hyperMediaEndpoint);
|
|
5842
|
-
return request(_objectSpread$
|
|
5956
|
+
return request(_objectSpread$o({}, opts, {
|
|
5843
5957
|
path: pathSendReceipt(futureId)
|
|
5844
5958
|
}), {
|
|
5845
5959
|
method: 'post',
|
|
@@ -5872,9 +5986,9 @@ var futures = /*#__PURE__*/Object.freeze({
|
|
|
5872
5986
|
sendReceipt: sendReceipt
|
|
5873
5987
|
});
|
|
5874
5988
|
|
|
5875
|
-
function ownKeys$
|
|
5989
|
+
function ownKeys$p(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; }
|
|
5876
5990
|
|
|
5877
|
-
function _objectSpread$
|
|
5991
|
+
function _objectSpread$p(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$p(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$p(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
5878
5992
|
|
|
5879
5993
|
var pathBusinessPatientHealthFundAccounts = function pathBusinessPatientHealthFundAccounts(businessId, patientId) {
|
|
5880
5994
|
return "/businesses/" + businessId + "/patients/" + patientId + "/healthfundaccounts";
|
|
@@ -5912,7 +6026,7 @@ var createMembersHealthFundAccount = /*#__PURE__*/function () {
|
|
|
5912
6026
|
doesParamExist.default({
|
|
5913
6027
|
memberId: memberId
|
|
5914
6028
|
}, opts.hyperMediaEndpoint);
|
|
5915
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
6029
|
+
return _context.abrupt("return", request(_objectSpread$p({}, opts, {
|
|
5916
6030
|
path: "" + pathMemberHealthFundAccounts(memberId)
|
|
5917
6031
|
}), {
|
|
5918
6032
|
method: 'post',
|
|
@@ -5953,7 +6067,7 @@ var createBusinessPatientHealthFundAccount = /*#__PURE__*/function () {
|
|
|
5953
6067
|
businessId: businessId,
|
|
5954
6068
|
patientId: patientId
|
|
5955
6069
|
}, opts.hyperMediaEndpoint);
|
|
5956
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
6070
|
+
return _context2.abrupt("return", request(_objectSpread$p({}, opts, {
|
|
5957
6071
|
path: "" + pathBusinessPatientHealthFundAccounts(businessId, patientId)
|
|
5958
6072
|
}), {
|
|
5959
6073
|
method: 'post',
|
|
@@ -5993,7 +6107,7 @@ var deleteMembersHealthFundAccount = /*#__PURE__*/function () {
|
|
|
5993
6107
|
memberId: memberId,
|
|
5994
6108
|
healthFundAccountId: healthFundAccountId
|
|
5995
6109
|
}, opts.hyperMediaEndpoint);
|
|
5996
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
6110
|
+
return _context3.abrupt("return", request(_objectSpread$p({}, opts, {
|
|
5997
6111
|
path: pathMemberHealthFundAccounts(memberId) + "/" + healthFundAccountId
|
|
5998
6112
|
}), {
|
|
5999
6113
|
method: 'delete'
|
|
@@ -6034,7 +6148,7 @@ var deleteBusinessPatientHealthFundAccount = /*#__PURE__*/function () {
|
|
|
6034
6148
|
patientId: patientId,
|
|
6035
6149
|
healthFundAccountId: healthFundAccountId
|
|
6036
6150
|
}, opts.hyperMediaEndpoint);
|
|
6037
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
6151
|
+
return _context4.abrupt("return", request(_objectSpread$p({}, opts, {
|
|
6038
6152
|
path: "" + pathBusinessPatientHealthFundAccount(businessId, patientId, healthFundAccountId)
|
|
6039
6153
|
}), {
|
|
6040
6154
|
method: 'delete'
|
|
@@ -6072,7 +6186,7 @@ var getMembersHealthFundAccounts = /*#__PURE__*/function () {
|
|
|
6072
6186
|
doesParamExist.default({
|
|
6073
6187
|
memberId: memberId
|
|
6074
6188
|
}, opts.hyperMediaEndpoint);
|
|
6075
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
6189
|
+
return _context5.abrupt("return", request(_objectSpread$p({}, opts, {
|
|
6076
6190
|
path: pathMemberHealthFundAccounts(memberId)
|
|
6077
6191
|
}), {
|
|
6078
6192
|
method: 'get',
|
|
@@ -6113,7 +6227,7 @@ var getBusinessPatientHealthFundAccounts = /*#__PURE__*/function () {
|
|
|
6113
6227
|
businessId: businessId,
|
|
6114
6228
|
patientId: patientId
|
|
6115
6229
|
}, opts.hyperMediaEndpoint);
|
|
6116
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
6230
|
+
return _context6.abrupt("return", request(_objectSpread$p({}, opts, {
|
|
6117
6231
|
path: pathBusinessPatientHealthFundAccounts(businessId, patientId)
|
|
6118
6232
|
}), {
|
|
6119
6233
|
method: 'get',
|
|
@@ -6153,7 +6267,7 @@ var getMembersHealthFundAccount = /*#__PURE__*/function () {
|
|
|
6153
6267
|
memberId: memberId,
|
|
6154
6268
|
healthFundAccountId: healthFundAccountId
|
|
6155
6269
|
}, opts.hyperMediaEndpoint);
|
|
6156
|
-
return _context7.abrupt("return", request(_objectSpread$
|
|
6270
|
+
return _context7.abrupt("return", request(_objectSpread$p({}, opts, {
|
|
6157
6271
|
path: pathMemberHealthFundAccount(memberId, healthFundAccountId)
|
|
6158
6272
|
}), {
|
|
6159
6273
|
method: 'get'
|
|
@@ -6194,7 +6308,7 @@ var getBusinessPatientHealthFundAccount = /*#__PURE__*/function () {
|
|
|
6194
6308
|
patientId: patientId,
|
|
6195
6309
|
healthFundAccountId: healthFundAccountId
|
|
6196
6310
|
}, opts.hyperMediaEndpoint);
|
|
6197
|
-
return _context8.abrupt("return", request(_objectSpread$
|
|
6311
|
+
return _context8.abrupt("return", request(_objectSpread$p({}, opts, {
|
|
6198
6312
|
path: pathBusinessPatientHealthFundAccount(businessId, patientId, healthFundAccountId)
|
|
6199
6313
|
}), {
|
|
6200
6314
|
method: 'get'
|
|
@@ -6234,7 +6348,7 @@ var updateMembersHealthFundAccounts = /*#__PURE__*/function () {
|
|
|
6234
6348
|
memberId: memberId,
|
|
6235
6349
|
healthFundAccountId: healthFundAccountId
|
|
6236
6350
|
}, opts.hyperMediaEndpoint);
|
|
6237
|
-
return _context9.abrupt("return", request(_objectSpread$
|
|
6351
|
+
return _context9.abrupt("return", request(_objectSpread$p({}, opts, {
|
|
6238
6352
|
path: pathMemberHealthFundAccounts(memberId) + "/" + healthFundAccountId
|
|
6239
6353
|
}), {
|
|
6240
6354
|
method: 'put',
|
|
@@ -6277,7 +6391,7 @@ var updateBusinessPatientHealthFundAccount = /*#__PURE__*/function () {
|
|
|
6277
6391
|
patientId: patientId,
|
|
6278
6392
|
healthFundAccountId: healthFundAccountId
|
|
6279
6393
|
}, opts.hyperMediaEndpoint);
|
|
6280
|
-
return _context10.abrupt("return", request(_objectSpread$
|
|
6394
|
+
return _context10.abrupt("return", request(_objectSpread$p({}, opts, {
|
|
6281
6395
|
path: "" + pathBusinessPatientHealthFundAccount(businessId, patientId, healthFundAccountId)
|
|
6282
6396
|
}), {
|
|
6283
6397
|
method: 'put',
|
|
@@ -6311,9 +6425,9 @@ var healthFundAccounts = /*#__PURE__*/Object.freeze({
|
|
|
6311
6425
|
updateBusinessPatientHealthFundAccount: updateBusinessPatientHealthFundAccount
|
|
6312
6426
|
});
|
|
6313
6427
|
|
|
6314
|
-
function ownKeys$
|
|
6428
|
+
function ownKeys$q(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; }
|
|
6315
6429
|
|
|
6316
|
-
function _objectSpread$
|
|
6430
|
+
function _objectSpread$q(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$q(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$q(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
6317
6431
|
|
|
6318
6432
|
var pathBusinessPracticeStaffMemberHealthFundSettings = function pathBusinessPracticeStaffMemberHealthFundSettings(businessId, practiceId, staffId) {
|
|
6319
6433
|
return "/businesses/" + businessId + "/practices/" + practiceId + "/staff/" + staffId + "/healthfundsettings";
|
|
@@ -6350,11 +6464,11 @@ var createHealthFundSetting = /*#__PURE__*/function () {
|
|
|
6350
6464
|
doesParamExist.default({
|
|
6351
6465
|
healthFundId: healthFundId
|
|
6352
6466
|
}, opts.hyperMediaEndpoint);
|
|
6353
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
6467
|
+
return _context.abrupt("return", request(_objectSpread$q({}, opts, {
|
|
6354
6468
|
path: "" + pathHealthFundSettings(healthFundId)
|
|
6355
6469
|
}), {
|
|
6356
6470
|
method: 'post',
|
|
6357
|
-
data: _objectSpread$
|
|
6471
|
+
data: _objectSpread$q({
|
|
6358
6472
|
enabled: true
|
|
6359
6473
|
}, body)
|
|
6360
6474
|
}));
|
|
@@ -6391,7 +6505,7 @@ var deleteHealthFundSetting = /*#__PURE__*/function () {
|
|
|
6391
6505
|
doesParamExist.default({
|
|
6392
6506
|
healthFundId: healthFundId
|
|
6393
6507
|
}, opts.hyperMediaEndpoint);
|
|
6394
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
6508
|
+
return _context2.abrupt("return", request(_objectSpread$q({}, opts, {
|
|
6395
6509
|
path: pathHealthFundSetting(healthFundId, healthFundSettingId)
|
|
6396
6510
|
}), {
|
|
6397
6511
|
method: 'delete'
|
|
@@ -6436,7 +6550,7 @@ var getHealthFundSettings = /*#__PURE__*/function () {
|
|
|
6436
6550
|
doesParamExist.default({
|
|
6437
6551
|
healthFundId: healthFundId
|
|
6438
6552
|
}, opts.hyperMediaEndpoint);
|
|
6439
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
6553
|
+
return _context3.abrupt("return", request(_objectSpread$q({}, opts, {
|
|
6440
6554
|
path: pathHealthFundSettings(healthFundId)
|
|
6441
6555
|
}), {
|
|
6442
6556
|
method: 'get',
|
|
@@ -6486,7 +6600,7 @@ var getBusinessPracticeStaffMemberHealthFundSettings = /*#__PURE__*/function ()
|
|
|
6486
6600
|
practiceId: practiceId,
|
|
6487
6601
|
staffId: staffId
|
|
6488
6602
|
}, opts.hyperMediaEndpoint);
|
|
6489
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
6603
|
+
return _context4.abrupt("return", request(_objectSpread$q({}, opts, {
|
|
6490
6604
|
path: pathBusinessPracticeStaffMemberHealthFundSettings(businessId, practiceId, staffId)
|
|
6491
6605
|
}), {
|
|
6492
6606
|
method: 'get',
|
|
@@ -6527,7 +6641,7 @@ var updateHealthFundSetting = /*#__PURE__*/function () {
|
|
|
6527
6641
|
healthFundId: healthFundId,
|
|
6528
6642
|
healthFundSettingId: healthFundSettingId
|
|
6529
6643
|
}, opts.hyperMediaEndpoint);
|
|
6530
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
6644
|
+
return _context5.abrupt("return", request(_objectSpread$q({}, opts, {
|
|
6531
6645
|
path: pathHealthFundSetting(healthFundId, healthFundSettingId)
|
|
6532
6646
|
}), {
|
|
6533
6647
|
method: 'put',
|
|
@@ -6556,9 +6670,9 @@ var healthFundSettings = /*#__PURE__*/Object.freeze({
|
|
|
6556
6670
|
updateHealthFundSetting: updateHealthFundSetting
|
|
6557
6671
|
});
|
|
6558
6672
|
|
|
6559
|
-
function ownKeys$
|
|
6673
|
+
function ownKeys$r(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; }
|
|
6560
6674
|
|
|
6561
|
-
function _objectSpread$
|
|
6675
|
+
function _objectSpread$r(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$r(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$r(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
6562
6676
|
var PATH__HEALTH_FUNDS = '/healthfunds';
|
|
6563
6677
|
|
|
6564
6678
|
var pathHealthFund = function pathHealthFund(healthFundId) {
|
|
@@ -6601,7 +6715,7 @@ var getHealthFundsForAccount = /*#__PURE__*/function () {
|
|
|
6601
6715
|
doesParamExist.default({
|
|
6602
6716
|
accountId: accountId
|
|
6603
6717
|
}, opts.hyperMediaEndpoint);
|
|
6604
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
6718
|
+
return _context.abrupt("return", request(_objectSpread$r({}, opts, {
|
|
6605
6719
|
path: pathHealthFundsByAccountId(accountId)
|
|
6606
6720
|
}), {
|
|
6607
6721
|
method: 'get'
|
|
@@ -6643,7 +6757,7 @@ var getBusinessHealthFunds = /*#__PURE__*/function () {
|
|
|
6643
6757
|
doesParamExist.default({
|
|
6644
6758
|
businessId: businessId
|
|
6645
6759
|
}, opts.hyperMediaEndpoint);
|
|
6646
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
6760
|
+
return _context2.abrupt("return", request(_objectSpread$r({}, opts, {
|
|
6647
6761
|
path: pathBusinessHealthFunds(businessId)
|
|
6648
6762
|
}), {
|
|
6649
6763
|
method: 'get',
|
|
@@ -6678,7 +6792,7 @@ var getHealthFunds = /*#__PURE__*/function () {
|
|
|
6678
6792
|
opts = {};
|
|
6679
6793
|
}
|
|
6680
6794
|
|
|
6681
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
6795
|
+
return _context3.abrupt("return", request(_objectSpread$r({}, opts, {
|
|
6682
6796
|
path: PATH__HEALTH_FUNDS
|
|
6683
6797
|
}), {
|
|
6684
6798
|
method: 'get',
|
|
@@ -6722,7 +6836,7 @@ var getOrganisationHealthFunds = /*#__PURE__*/function () {
|
|
|
6722
6836
|
doesParamExist.default({
|
|
6723
6837
|
organisationId: organisationId
|
|
6724
6838
|
}, opts.hyperMediaEndpoint);
|
|
6725
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
6839
|
+
return _context4.abrupt("return", request(_objectSpread$r({}, opts, {
|
|
6726
6840
|
path: pathOrganisationHealthFunds(organisationId)
|
|
6727
6841
|
}), {
|
|
6728
6842
|
method: 'get',
|
|
@@ -6758,7 +6872,7 @@ var createHealthFund = /*#__PURE__*/function () {
|
|
|
6758
6872
|
opts = {};
|
|
6759
6873
|
}
|
|
6760
6874
|
|
|
6761
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
6875
|
+
return _context5.abrupt("return", request(_objectSpread$r({}, opts, {
|
|
6762
6876
|
path: PATH__HEALTH_FUNDS
|
|
6763
6877
|
}), {
|
|
6764
6878
|
method: 'post',
|
|
@@ -6796,7 +6910,7 @@ var getHealthFund = /*#__PURE__*/function () {
|
|
|
6796
6910
|
doesParamExist.default({
|
|
6797
6911
|
healthFundId: healthFundId
|
|
6798
6912
|
}, opts.hyperMediaEndpoint);
|
|
6799
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
6913
|
+
return _context6.abrupt("return", request(_objectSpread$r({}, opts, {
|
|
6800
6914
|
path: pathHealthFund(healthFundId)
|
|
6801
6915
|
}), {
|
|
6802
6916
|
method: 'get'
|
|
@@ -6834,7 +6948,7 @@ var updateHealthFund = /*#__PURE__*/function () {
|
|
|
6834
6948
|
doesParamExist.default({
|
|
6835
6949
|
healthFundId: healthFundId
|
|
6836
6950
|
}, opts.hyperMediaEndpoint);
|
|
6837
|
-
return _context7.abrupt("return", request(_objectSpread$
|
|
6951
|
+
return _context7.abrupt("return", request(_objectSpread$r({}, opts, {
|
|
6838
6952
|
path: pathHealthFund(healthFundId)
|
|
6839
6953
|
}), {
|
|
6840
6954
|
method: 'put',
|
|
@@ -6872,7 +6986,7 @@ var deleteHealthFund = /*#__PURE__*/function () {
|
|
|
6872
6986
|
doesParamExist.default({
|
|
6873
6987
|
healthFundId: healthFundId
|
|
6874
6988
|
}, opts.hyperMediaEndpoint);
|
|
6875
|
-
return _context8.abrupt("return", request(_objectSpread$
|
|
6989
|
+
return _context8.abrupt("return", request(_objectSpread$r({}, opts, {
|
|
6876
6990
|
path: pathHealthFund(healthFundId)
|
|
6877
6991
|
}), {
|
|
6878
6992
|
method: 'delete'
|
|
@@ -6965,7 +7079,7 @@ var verifyMember = /*#__PURE__*/function () {
|
|
|
6965
7079
|
healthFundId: healthFundId,
|
|
6966
7080
|
body: body
|
|
6967
7081
|
}, opts.hyperMediaEndpoint);
|
|
6968
|
-
return _context10.abrupt("return", request(_objectSpread$
|
|
7082
|
+
return _context10.abrupt("return", request(_objectSpread$r({}, opts, {
|
|
6969
7083
|
path: "" + pathHealthFundVerifyMember(healthFundId)
|
|
6970
7084
|
}), {
|
|
6971
7085
|
method: 'post',
|
|
@@ -7000,9 +7114,9 @@ var healthfunds = /*#__PURE__*/Object.freeze({
|
|
|
7000
7114
|
verifyMember: verifyMember
|
|
7001
7115
|
});
|
|
7002
7116
|
|
|
7003
|
-
function ownKeys$
|
|
7117
|
+
function ownKeys$s(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; }
|
|
7004
7118
|
|
|
7005
|
-
function _objectSpread$
|
|
7119
|
+
function _objectSpread$s(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$s(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$s(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
7006
7120
|
var pathICDItems = '/icditems';
|
|
7007
7121
|
|
|
7008
7122
|
var pathModalityICDItems = function pathModalityICDItems(modalityId) {
|
|
@@ -7031,7 +7145,7 @@ var getICDItems = /*#__PURE__*/function () {
|
|
|
7031
7145
|
};
|
|
7032
7146
|
}
|
|
7033
7147
|
|
|
7034
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
7148
|
+
return _context.abrupt("return", request(_objectSpread$s({}, opts, {
|
|
7035
7149
|
path: pathICDItems
|
|
7036
7150
|
}), {
|
|
7037
7151
|
method: 'get',
|
|
@@ -7076,7 +7190,7 @@ var getModalityICDItems = /*#__PURE__*/function () {
|
|
|
7076
7190
|
doesParamExist.default({
|
|
7077
7191
|
modalityId: modalityId
|
|
7078
7192
|
}, opts.hyperMediaEndpoint);
|
|
7079
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
7193
|
+
return _context2.abrupt("return", request(_objectSpread$s({}, opts, {
|
|
7080
7194
|
path: pathModalityICDItems(modalityId)
|
|
7081
7195
|
}), {
|
|
7082
7196
|
method: 'get',
|
|
@@ -7102,9 +7216,9 @@ var icdItems = /*#__PURE__*/Object.freeze({
|
|
|
7102
7216
|
getModalityICDItems: getModalityICDItems
|
|
7103
7217
|
});
|
|
7104
7218
|
|
|
7105
|
-
function ownKeys$
|
|
7219
|
+
function ownKeys$t(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; }
|
|
7106
7220
|
|
|
7107
|
-
function _objectSpread$
|
|
7221
|
+
function _objectSpread$t(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$t(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$t(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
7108
7222
|
var pathInvoiceScansByBusinessId = function pathInvoiceScansByBusinessId(businessId) {
|
|
7109
7223
|
return "/businesses/" + businessId + "/invoicescans";
|
|
7110
7224
|
};
|
|
@@ -7134,7 +7248,7 @@ var createInvoiceScan = /*#__PURE__*/function () {
|
|
|
7134
7248
|
doesParamExist.default({
|
|
7135
7249
|
businessId: businessId
|
|
7136
7250
|
}, opts.hyperMediaEndpoint);
|
|
7137
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
7251
|
+
return _context.abrupt("return", request(_objectSpread$t({}, opts, {
|
|
7138
7252
|
path: pathInvoiceScansByBusinessId(businessId)
|
|
7139
7253
|
}), {
|
|
7140
7254
|
method: 'post',
|
|
@@ -7175,7 +7289,7 @@ var getInvoiceScan = /*#__PURE__*/function () {
|
|
|
7175
7289
|
businessId: businessId,
|
|
7176
7290
|
invoiceScanId: invoiceScanId
|
|
7177
7291
|
}, opts.hyperMediaEndpoint);
|
|
7178
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
7292
|
+
return _context2.abrupt("return", request(_objectSpread$t({}, opts, {
|
|
7179
7293
|
path: pathInvoiceScanByInvoiceScanId(businessId, invoiceScanId)
|
|
7180
7294
|
}), {
|
|
7181
7295
|
method: 'get'
|
|
@@ -7208,7 +7322,7 @@ var getInvoiceScanUploadUrl = function getInvoiceScanUploadUrl(businessId, query
|
|
|
7208
7322
|
doesParamExist.default({
|
|
7209
7323
|
businessId: businessId
|
|
7210
7324
|
}, opts.hyperMediaEndpoint);
|
|
7211
|
-
return request(_objectSpread$
|
|
7325
|
+
return request(_objectSpread$t({}, opts, {
|
|
7212
7326
|
path: pathUploadUrlByBusinessId(businessId)
|
|
7213
7327
|
}), {
|
|
7214
7328
|
method: 'get',
|
|
@@ -7226,9 +7340,9 @@ var invoiceScans = /*#__PURE__*/Object.freeze({
|
|
|
7226
7340
|
getInvoiceScanUploadUrl: getInvoiceScanUploadUrl
|
|
7227
7341
|
});
|
|
7228
7342
|
|
|
7229
|
-
function ownKeys$
|
|
7343
|
+
function ownKeys$u(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; }
|
|
7230
7344
|
|
|
7231
|
-
function _objectSpread$
|
|
7345
|
+
function _objectSpread$u(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$u(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$u(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
7232
7346
|
var PATH__JHCS = "/jointhealthcentres";
|
|
7233
7347
|
var pathJHC = function pathJHC(jhcId) {
|
|
7234
7348
|
return "/jointhealthcentres/" + jhcId;
|
|
@@ -7241,7 +7355,7 @@ var getJHC = function getJHC(jhcId, opts) {
|
|
|
7241
7355
|
doesParamExist.default({
|
|
7242
7356
|
jhcId: jhcId
|
|
7243
7357
|
}, opts.hyperMediaEndpoint);
|
|
7244
|
-
return request(_objectSpread$
|
|
7358
|
+
return request(_objectSpread$u({}, opts, {
|
|
7245
7359
|
path: pathJHC(jhcId)
|
|
7246
7360
|
}), {
|
|
7247
7361
|
method: 'get'
|
|
@@ -7252,7 +7366,7 @@ var getJHCs = function getJHCs(query, opts) {
|
|
|
7252
7366
|
opts = {};
|
|
7253
7367
|
}
|
|
7254
7368
|
|
|
7255
|
-
return request(_objectSpread$
|
|
7369
|
+
return request(_objectSpread$u({}, opts, {
|
|
7256
7370
|
path: PATH__JHCS
|
|
7257
7371
|
}), {
|
|
7258
7372
|
method: 'get',
|
|
@@ -7268,9 +7382,9 @@ var jhcs = /*#__PURE__*/Object.freeze({
|
|
|
7268
7382
|
getJHCs: getJHCs
|
|
7269
7383
|
});
|
|
7270
7384
|
|
|
7271
|
-
function ownKeys$
|
|
7385
|
+
function ownKeys$v(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; }
|
|
7272
7386
|
|
|
7273
|
-
function _objectSpread$
|
|
7387
|
+
function _objectSpread$v(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$v(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$v(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
7274
7388
|
var pathBusinessKyc = function pathBusinessKyc(businessId) {
|
|
7275
7389
|
return "/businesses/" + businessId + "/kyc";
|
|
7276
7390
|
};
|
|
@@ -7324,7 +7438,7 @@ var getBusinessKyc = function getBusinessKyc(businessId, opts) {
|
|
|
7324
7438
|
doesParamExist.default({
|
|
7325
7439
|
businessId: businessId
|
|
7326
7440
|
}, opts.hyperMediaEndpoint);
|
|
7327
|
-
return request(_objectSpread$
|
|
7441
|
+
return request(_objectSpread$v({}, opts, {
|
|
7328
7442
|
path: pathBusinessKyc(businessId)
|
|
7329
7443
|
}), {
|
|
7330
7444
|
method: 'get'
|
|
@@ -7346,7 +7460,7 @@ var getPracticeKyc = function getPracticeKyc(businessId, practiceId, opts) {
|
|
|
7346
7460
|
businessId: businessId,
|
|
7347
7461
|
practiceId: practiceId
|
|
7348
7462
|
}, opts.hyperMediaEndpoint);
|
|
7349
|
-
return request(_objectSpread$
|
|
7463
|
+
return request(_objectSpread$v({}, opts, {
|
|
7350
7464
|
path: pathPracticeKyc(businessId, practiceId)
|
|
7351
7465
|
}), {
|
|
7352
7466
|
method: 'get'
|
|
@@ -7367,7 +7481,7 @@ var updateBusinessKyc = function updateBusinessKyc(businessId, body, opts) {
|
|
|
7367
7481
|
doesParamExist.default({
|
|
7368
7482
|
businessId: businessId
|
|
7369
7483
|
}, opts.hyperMediaEndpoint);
|
|
7370
|
-
return request(_objectSpread$
|
|
7484
|
+
return request(_objectSpread$v({}, opts, {
|
|
7371
7485
|
path: pathBusinessKyc(businessId)
|
|
7372
7486
|
}), {
|
|
7373
7487
|
method: 'put',
|
|
@@ -7389,7 +7503,7 @@ var getBusinessCbo = function getBusinessCbo(businessId, query, opts) {
|
|
|
7389
7503
|
doesParamExist.default({
|
|
7390
7504
|
businessId: businessId
|
|
7391
7505
|
}, opts.hyperMediaEndpoint);
|
|
7392
|
-
return request(_objectSpread$
|
|
7506
|
+
return request(_objectSpread$v({}, opts, {
|
|
7393
7507
|
path: pathBusinessCbo(businessId)
|
|
7394
7508
|
}), {
|
|
7395
7509
|
method: 'get',
|
|
@@ -7410,7 +7524,7 @@ var verifyBusinessKyc = function verifyBusinessKyc(businessId, opts) {
|
|
|
7410
7524
|
doesParamExist.default({
|
|
7411
7525
|
businessId: businessId
|
|
7412
7526
|
}, opts.hyperMediaEndpoint);
|
|
7413
|
-
return request(_objectSpread$
|
|
7527
|
+
return request(_objectSpread$v({}, opts, {
|
|
7414
7528
|
path: pathBusinessKycVerify(businessId)
|
|
7415
7529
|
}), {
|
|
7416
7530
|
method: 'post'
|
|
@@ -7432,7 +7546,7 @@ var verifyPracticeKyc = function verifyPracticeKyc(businessId, practiceId, body,
|
|
|
7432
7546
|
businessId: businessId,
|
|
7433
7547
|
practiceId: practiceId
|
|
7434
7548
|
}, opts.hyperMediaEndpoint);
|
|
7435
|
-
return request(_objectSpread$
|
|
7549
|
+
return request(_objectSpread$v({}, opts, {
|
|
7436
7550
|
path: pathPracticeKycVerify(businessId, practiceId)
|
|
7437
7551
|
}), {
|
|
7438
7552
|
method: 'post',
|
|
@@ -7453,7 +7567,7 @@ var unverifyBusinessKyc = function unverifyBusinessKyc(businessId, opts) {
|
|
|
7453
7567
|
doesParamExist.default({
|
|
7454
7568
|
businessId: businessId
|
|
7455
7569
|
}, opts.hyperMediaEndpoint);
|
|
7456
|
-
return request(_objectSpread$
|
|
7570
|
+
return request(_objectSpread$v({}, opts, {
|
|
7457
7571
|
path: pathBusinessKycUnverify(businessId)
|
|
7458
7572
|
}), {
|
|
7459
7573
|
method: 'post'
|
|
@@ -7475,7 +7589,7 @@ var unverifyPracticeKyc = function unverifyPracticeKyc(businessId, practiceId, o
|
|
|
7475
7589
|
businessId: businessId,
|
|
7476
7590
|
practiceId: practiceId
|
|
7477
7591
|
}, opts.hyperMediaEndpoint);
|
|
7478
|
-
return request(_objectSpread$
|
|
7592
|
+
return request(_objectSpread$v({}, opts, {
|
|
7479
7593
|
path: pathPracticeKycUnverify(businessId, practiceId)
|
|
7480
7594
|
}), {
|
|
7481
7595
|
method: 'post'
|
|
@@ -7496,7 +7610,7 @@ var verifyBusinessBeneficialOwner = function verifyBusinessBeneficialOwner(busin
|
|
|
7496
7610
|
doesParamExist.default({
|
|
7497
7611
|
businessId: businessId
|
|
7498
7612
|
}, opts.hyperMediaEndpoint);
|
|
7499
|
-
return request(_objectSpread$
|
|
7613
|
+
return request(_objectSpread$v({}, opts, {
|
|
7500
7614
|
path: pathBusinessVerifyBeneficialOwner(businessId)
|
|
7501
7615
|
}), {
|
|
7502
7616
|
method: 'post',
|
|
@@ -7518,7 +7632,7 @@ var requestVerificationSupport = function requestVerificationSupport(businessId,
|
|
|
7518
7632
|
doesParamExist.default({
|
|
7519
7633
|
businessId: businessId
|
|
7520
7634
|
}, opts.hyperMediaEndpoint);
|
|
7521
|
-
return request(_objectSpread$
|
|
7635
|
+
return request(_objectSpread$v({}, opts, {
|
|
7522
7636
|
path: pathRequestVerificationSupport(businessId)
|
|
7523
7637
|
}), {
|
|
7524
7638
|
method: 'post',
|
|
@@ -7540,7 +7654,7 @@ var addBeneficialOwner = function addBeneficialOwner(businessId, body, opts) {
|
|
|
7540
7654
|
doesParamExist.default({
|
|
7541
7655
|
businessId: businessId
|
|
7542
7656
|
}, opts.hyperMediaEndpoint);
|
|
7543
|
-
return request(_objectSpread$
|
|
7657
|
+
return request(_objectSpread$v({}, opts, {
|
|
7544
7658
|
path: pathBusinessAddBeneficialOwner(businessId)
|
|
7545
7659
|
}), {
|
|
7546
7660
|
method: 'post',
|
|
@@ -7563,7 +7677,7 @@ var removeBeneficialOwner = function removeBeneficialOwner(businessId, beneficia
|
|
|
7563
7677
|
doesParamExist.default({
|
|
7564
7678
|
businessId: businessId
|
|
7565
7679
|
}, opts.hyperMediaEndpoint);
|
|
7566
|
-
return request(_objectSpread$
|
|
7680
|
+
return request(_objectSpread$v({}, opts, {
|
|
7567
7681
|
path: pathBusinessRemoveBeneficialOwner(businessId, beneficialOwnerId)
|
|
7568
7682
|
}), {
|
|
7569
7683
|
method: 'delete'
|
|
@@ -7583,7 +7697,7 @@ var resumeComplexVerification = function resumeComplexVerification(businessId, o
|
|
|
7583
7697
|
doesParamExist.default({
|
|
7584
7698
|
businessId: businessId
|
|
7585
7699
|
}, opts.hyperMediaEndpoint);
|
|
7586
|
-
return request(_objectSpread$
|
|
7700
|
+
return request(_objectSpread$v({}, opts, {
|
|
7587
7701
|
path: pathResumeComplexVerification(businessId)
|
|
7588
7702
|
}), {
|
|
7589
7703
|
method: 'post'
|
|
@@ -7604,7 +7718,7 @@ var getTrustDocumentUploadUrl = function getTrustDocumentUploadUrl(businessId, q
|
|
|
7604
7718
|
doesParamExist.default({
|
|
7605
7719
|
businessId: businessId
|
|
7606
7720
|
}, opts.hyperMediaEndpoint);
|
|
7607
|
-
return request(_objectSpread$
|
|
7721
|
+
return request(_objectSpread$v({}, opts, {
|
|
7608
7722
|
path: pathGetTrustDocumentUploadUrl(businessId)
|
|
7609
7723
|
}), {
|
|
7610
7724
|
method: 'get',
|
|
@@ -7643,9 +7757,9 @@ var kyc = /*#__PURE__*/Object.freeze({
|
|
|
7643
7757
|
getTrustDocumentUploadUrl: getTrustDocumentUploadUrl
|
|
7644
7758
|
});
|
|
7645
7759
|
|
|
7646
|
-
function ownKeys$
|
|
7760
|
+
function ownKeys$w(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; }
|
|
7647
7761
|
|
|
7648
|
-
function _objectSpread$
|
|
7762
|
+
function _objectSpread$w(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$w(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$w(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
7649
7763
|
var pathLog = function pathLog() {
|
|
7650
7764
|
return "/logs";
|
|
7651
7765
|
};
|
|
@@ -7663,7 +7777,7 @@ var createLog = function createLog(body, opts) {
|
|
|
7663
7777
|
opts = {};
|
|
7664
7778
|
}
|
|
7665
7779
|
|
|
7666
|
-
return request(_objectSpread$
|
|
7780
|
+
return request(_objectSpread$w({}, opts, {
|
|
7667
7781
|
path: pathLog()
|
|
7668
7782
|
}), {
|
|
7669
7783
|
method: 'post',
|
|
@@ -7685,7 +7799,7 @@ var createBusinessLog = function createBusinessLog(businessId, body, opts) {
|
|
|
7685
7799
|
doesParamExist.default({
|
|
7686
7800
|
businessId: businessId
|
|
7687
7801
|
});
|
|
7688
|
-
return request(_objectSpread$
|
|
7802
|
+
return request(_objectSpread$w({}, opts, {
|
|
7689
7803
|
path: pathBusinessLog(businessId)
|
|
7690
7804
|
}), {
|
|
7691
7805
|
method: 'post',
|
|
@@ -7701,9 +7815,9 @@ var logs = /*#__PURE__*/Object.freeze({
|
|
|
7701
7815
|
createBusinessLog: createBusinessLog
|
|
7702
7816
|
});
|
|
7703
7817
|
|
|
7704
|
-
function ownKeys$
|
|
7818
|
+
function ownKeys$x(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; }
|
|
7705
7819
|
|
|
7706
|
-
function _objectSpread$
|
|
7820
|
+
function _objectSpread$x(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$x(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$x(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
7707
7821
|
var pathBusinessMessageMappings = function pathBusinessMessageMappings(businessId) {
|
|
7708
7822
|
return "/businesses/" + businessId + "/messagemappings";
|
|
7709
7823
|
};
|
|
@@ -7722,7 +7836,7 @@ var getBusinessMessageMappings = function getBusinessMessageMappings(businessId,
|
|
|
7722
7836
|
doesParamExist.default({
|
|
7723
7837
|
businessId: businessId
|
|
7724
7838
|
}, opts.hyperMediaEndpoint);
|
|
7725
|
-
return request(_objectSpread$
|
|
7839
|
+
return request(_objectSpread$x({}, opts, {
|
|
7726
7840
|
path: pathBusinessMessageMappings(businessId)
|
|
7727
7841
|
}), {
|
|
7728
7842
|
method: 'get',
|
|
@@ -7736,9 +7850,9 @@ var messageMappings = /*#__PURE__*/Object.freeze({
|
|
|
7736
7850
|
getBusinessMessageMappings: getBusinessMessageMappings
|
|
7737
7851
|
});
|
|
7738
7852
|
|
|
7739
|
-
function ownKeys$
|
|
7853
|
+
function ownKeys$y(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; }
|
|
7740
7854
|
|
|
7741
|
-
function _objectSpread$
|
|
7855
|
+
function _objectSpread$y(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$y(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$y(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
7742
7856
|
|
|
7743
7857
|
var pathMinionsForHealthFund = function pathMinionsForHealthFund(healthFundId) {
|
|
7744
7858
|
return "/healthfunds/" + healthFundId + "/minions";
|
|
@@ -7775,12 +7889,12 @@ var createMinionForHealthFund = /*#__PURE__*/function () {
|
|
|
7775
7889
|
triggerId: triggerId,
|
|
7776
7890
|
actionId: actionId
|
|
7777
7891
|
}, opts.hyperMediaEndpoint);
|
|
7778
|
-
data = _objectSpread$
|
|
7892
|
+
data = _objectSpread$y({
|
|
7779
7893
|
name: name,
|
|
7780
7894
|
triggerId: triggerId,
|
|
7781
7895
|
actionId: actionId
|
|
7782
7896
|
}, body);
|
|
7783
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
7897
|
+
return _context.abrupt("return", request(_objectSpread$y({}, opts, {
|
|
7784
7898
|
path: pathMinionsForHealthFund(healthFundId)
|
|
7785
7899
|
}), {
|
|
7786
7900
|
method: 'post',
|
|
@@ -7820,7 +7934,7 @@ var getMinionsForHealthFund = /*#__PURE__*/function () {
|
|
|
7820
7934
|
opts = {};
|
|
7821
7935
|
}
|
|
7822
7936
|
|
|
7823
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
7937
|
+
return _context2.abrupt("return", request(_objectSpread$y({}, opts, {
|
|
7824
7938
|
path: pathMinionsForHealthFund(healthFundId)
|
|
7825
7939
|
}), {
|
|
7826
7940
|
method: 'get',
|
|
@@ -7860,7 +7974,7 @@ var getMinionForHealthFund = /*#__PURE__*/function () {
|
|
|
7860
7974
|
healthFundId: healthFundId,
|
|
7861
7975
|
minionId: minionId
|
|
7862
7976
|
}, opts.hyperMediaEndpoint);
|
|
7863
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
7977
|
+
return _context3.abrupt("return", request(_objectSpread$y({}, opts, {
|
|
7864
7978
|
path: pathMinionForHealthFund(healthFundId, minionId)
|
|
7865
7979
|
}), {
|
|
7866
7980
|
method: 'get'
|
|
@@ -7900,7 +8014,7 @@ var updateMinionForHealthFund = /*#__PURE__*/function () {
|
|
|
7900
8014
|
healthFundId: healthFundId,
|
|
7901
8015
|
minionId: minionId
|
|
7902
8016
|
}, opts.hyperMediaEndpoint);
|
|
7903
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
8017
|
+
return _context4.abrupt("return", request(_objectSpread$y({}, opts, {
|
|
7904
8018
|
path: pathMinionForHealthFund(healthFundId, minionId)
|
|
7905
8019
|
}), {
|
|
7906
8020
|
method: 'put',
|
|
@@ -7940,7 +8054,7 @@ var deleteMinionForHealthFund = /*#__PURE__*/function () {
|
|
|
7940
8054
|
healthFundId: healthFundId,
|
|
7941
8055
|
minionId: minionId
|
|
7942
8056
|
}, opts.hyperMediaEndpoint);
|
|
7943
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
8057
|
+
return _context5.abrupt("return", request(_objectSpread$y({}, opts, {
|
|
7944
8058
|
path: pathMinionForHealthFund(healthFundId, minionId)
|
|
7945
8059
|
}), {
|
|
7946
8060
|
method: 'delete'
|
|
@@ -7968,9 +8082,9 @@ var minions = /*#__PURE__*/Object.freeze({
|
|
|
7968
8082
|
deleteMinionForHealthFund: deleteMinionForHealthFund
|
|
7969
8083
|
});
|
|
7970
8084
|
|
|
7971
|
-
function ownKeys$
|
|
8085
|
+
function ownKeys$z(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; }
|
|
7972
8086
|
|
|
7973
|
-
function _objectSpread$
|
|
8087
|
+
function _objectSpread$z(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$z(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$z(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
7974
8088
|
var PATH__MODALITIES = '/modalities';
|
|
7975
8089
|
|
|
7976
8090
|
var pathModality = function pathModality(modalityId) {
|
|
@@ -8002,7 +8116,7 @@ var getBusinessModalities = /*#__PURE__*/function () {
|
|
|
8002
8116
|
doesParamExist.default({
|
|
8003
8117
|
businessId: businessId
|
|
8004
8118
|
}, opts.hyperMediaEndpoint);
|
|
8005
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
8119
|
+
return _context.abrupt("return", request(_objectSpread$z({}, opts, {
|
|
8006
8120
|
path: pathBusinessModalities(businessId)
|
|
8007
8121
|
}), {
|
|
8008
8122
|
method: 'get'
|
|
@@ -8042,7 +8156,7 @@ var getModalities = /*#__PURE__*/function () {
|
|
|
8042
8156
|
};
|
|
8043
8157
|
}
|
|
8044
8158
|
|
|
8045
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
8159
|
+
return _context2.abrupt("return", request(_objectSpread$z({}, opts, {
|
|
8046
8160
|
path: PATH__MODALITIES
|
|
8047
8161
|
}), {
|
|
8048
8162
|
method: 'get',
|
|
@@ -8079,7 +8193,7 @@ var getModality = /*#__PURE__*/function () {
|
|
|
8079
8193
|
};
|
|
8080
8194
|
}
|
|
8081
8195
|
|
|
8082
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
8196
|
+
return _context3.abrupt("return", request(_objectSpread$z({}, opts, {
|
|
8083
8197
|
path: pathModality(modalityId)
|
|
8084
8198
|
}), {
|
|
8085
8199
|
method: 'get'
|
|
@@ -8105,9 +8219,9 @@ var modalities = /*#__PURE__*/Object.freeze({
|
|
|
8105
8219
|
getModality: getModality
|
|
8106
8220
|
});
|
|
8107
8221
|
|
|
8108
|
-
function ownKeys$
|
|
8222
|
+
function ownKeys$A(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; }
|
|
8109
8223
|
|
|
8110
|
-
function _objectSpread$
|
|
8224
|
+
function _objectSpread$A(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$A(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$A(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
8111
8225
|
var pathHealthFundDocumentNotes = function pathHealthFundDocumentNotes(healthFundId, documentId) {
|
|
8112
8226
|
return "/healthfunds/" + healthFundId + "/documents/" + documentId + "/notes";
|
|
8113
8227
|
};
|
|
@@ -8135,7 +8249,7 @@ var createHealthFundDocumentNote = function createHealthFundDocumentNote(healthF
|
|
|
8135
8249
|
healthFundId: healthFundId,
|
|
8136
8250
|
documentId: documentId
|
|
8137
8251
|
}, opts.hyperMediaEndpoint);
|
|
8138
|
-
return request(_objectSpread$
|
|
8252
|
+
return request(_objectSpread$A({}, opts, {
|
|
8139
8253
|
path: pathHealthFundDocumentNotes(healthFundId, documentId)
|
|
8140
8254
|
}), {
|
|
8141
8255
|
method: 'post',
|
|
@@ -8151,7 +8265,7 @@ var getHealthFundDocumentNotes = function getHealthFundDocumentNotes(healthFundI
|
|
|
8151
8265
|
healthFundId: healthFundId,
|
|
8152
8266
|
documentId: documentId
|
|
8153
8267
|
}, opts.hyperMediaEndpoint);
|
|
8154
|
-
return request(_objectSpread$
|
|
8268
|
+
return request(_objectSpread$A({}, opts, {
|
|
8155
8269
|
path: pathHealthFundDocumentNotes(healthFundId, documentId)
|
|
8156
8270
|
}), {
|
|
8157
8271
|
method: 'get'
|
|
@@ -8166,7 +8280,7 @@ var getHealthFundTransactionNote = function getHealthFundTransactionNote(healthF
|
|
|
8166
8280
|
healthFundId: healthFundId,
|
|
8167
8281
|
transactionId: transactionId
|
|
8168
8282
|
}, opts.hyperMediaEndpoint);
|
|
8169
|
-
return request(_objectSpread$
|
|
8283
|
+
return request(_objectSpread$A({}, opts, {
|
|
8170
8284
|
path: pathHealthFundTransactionNote(healthFundId, transactionId)
|
|
8171
8285
|
}), {
|
|
8172
8286
|
method: 'get'
|
|
@@ -8181,7 +8295,7 @@ var getHealthFundNote = function getHealthFundNote(healthFundId, noteId, opts) {
|
|
|
8181
8295
|
healthFundId: healthFundId,
|
|
8182
8296
|
noteId: noteId
|
|
8183
8297
|
}, opts.hyperMediaEndpoint);
|
|
8184
|
-
return request(_objectSpread$
|
|
8298
|
+
return request(_objectSpread$A({}, opts, {
|
|
8185
8299
|
path: pathHealthFundNote(healthFundId, noteId)
|
|
8186
8300
|
}), {
|
|
8187
8301
|
method: 'get'
|
|
@@ -8195,7 +8309,7 @@ var getTransactionNotes = function getTransactionNotes(transactionId, query, opt
|
|
|
8195
8309
|
doesParamExist.default({
|
|
8196
8310
|
transactionId: transactionId
|
|
8197
8311
|
}, opts.hyperMediaEndpoint);
|
|
8198
|
-
return request(_objectSpread$
|
|
8312
|
+
return request(_objectSpread$A({}, opts, {
|
|
8199
8313
|
path: pathTransactionNotes(transactionId)
|
|
8200
8314
|
}), {
|
|
8201
8315
|
method: 'get',
|
|
@@ -8211,7 +8325,7 @@ var getTransactionNote = function getTransactionNote(businessId, transactionId,
|
|
|
8211
8325
|
businessId: businessId,
|
|
8212
8326
|
transactionId: transactionId
|
|
8213
8327
|
}, opts.hyperMediaEndpoint);
|
|
8214
|
-
return request(_objectSpread$
|
|
8328
|
+
return request(_objectSpread$A({}, opts, {
|
|
8215
8329
|
path: pathGetTransactionNote(businessId, transactionId)
|
|
8216
8330
|
}), {
|
|
8217
8331
|
method: 'get'
|
|
@@ -8225,7 +8339,7 @@ var addTransactionNote = function addTransactionNote(transactionId, body, opts)
|
|
|
8225
8339
|
doesParamExist.default({
|
|
8226
8340
|
transactionId: transactionId
|
|
8227
8341
|
}, opts.hyperMediaEndpoint);
|
|
8228
|
-
return request(_objectSpread$
|
|
8342
|
+
return request(_objectSpread$A({}, opts, {
|
|
8229
8343
|
path: pathTransactionNotes(transactionId)
|
|
8230
8344
|
}), {
|
|
8231
8345
|
method: 'post',
|
|
@@ -8241,7 +8355,7 @@ var deleteTransactionNote = function deleteTransactionNote(transactionId, transa
|
|
|
8241
8355
|
transactionId: transactionId,
|
|
8242
8356
|
transactionNoteId: transactionNoteId
|
|
8243
8357
|
}, opts.hyperMediaEndpoint);
|
|
8244
|
-
return request(_objectSpread$
|
|
8358
|
+
return request(_objectSpread$A({}, opts, {
|
|
8245
8359
|
path: pathTransactionNote(transactionId, transactionNoteId)
|
|
8246
8360
|
}), {
|
|
8247
8361
|
method: 'delete'
|
|
@@ -8256,7 +8370,7 @@ var updateHealthFundNote = function updateHealthFundNote(healthFundId, noteId, b
|
|
|
8256
8370
|
healthFundId: healthFundId,
|
|
8257
8371
|
noteId: noteId
|
|
8258
8372
|
}, opts.hyperMediaEndpoint);
|
|
8259
|
-
return request(_objectSpread$
|
|
8373
|
+
return request(_objectSpread$A({}, opts, {
|
|
8260
8374
|
path: pathHealthFundNote(healthFundId, noteId)
|
|
8261
8375
|
}), {
|
|
8262
8376
|
method: 'put',
|
|
@@ -8272,7 +8386,7 @@ var deleteHealthFundNote = function deleteHealthFundNote(healthFundId, noteId, o
|
|
|
8272
8386
|
healthFundId: healthFundId,
|
|
8273
8387
|
noteId: noteId
|
|
8274
8388
|
}, opts.hyperMediaEndpoint);
|
|
8275
|
-
return request(_objectSpread$
|
|
8389
|
+
return request(_objectSpread$A({}, opts, {
|
|
8276
8390
|
path: pathHealthFundNote(healthFundId, noteId)
|
|
8277
8391
|
}), {
|
|
8278
8392
|
method: 'delete'
|
|
@@ -8299,9 +8413,9 @@ var notes = /*#__PURE__*/Object.freeze({
|
|
|
8299
8413
|
deleteHealthFundNote: deleteHealthFundNote
|
|
8300
8414
|
});
|
|
8301
8415
|
|
|
8302
|
-
function ownKeys$
|
|
8416
|
+
function ownKeys$B(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; }
|
|
8303
8417
|
|
|
8304
|
-
function _objectSpread$
|
|
8418
|
+
function _objectSpread$B(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$B(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$B(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
8305
8419
|
var pathPracticeOnboardingApplications = function pathPracticeOnboardingApplications(practiceId) {
|
|
8306
8420
|
return "/practices/" + practiceId + "/onboardingapplications";
|
|
8307
8421
|
};
|
|
@@ -8332,7 +8446,7 @@ var submitPracticeOnboardingApplication = function submitPracticeOnboardingAppli
|
|
|
8332
8446
|
doesParamExist.default({
|
|
8333
8447
|
practiceId: practiceId
|
|
8334
8448
|
});
|
|
8335
|
-
return request(_objectSpread$
|
|
8449
|
+
return request(_objectSpread$B({}, opts, {
|
|
8336
8450
|
path: pathPracticeOnboardingApplications(practiceId)
|
|
8337
8451
|
}), {
|
|
8338
8452
|
method: 'post',
|
|
@@ -8365,7 +8479,7 @@ var getBusinessPracticeOnboardingApplications = /*#__PURE__*/function () {
|
|
|
8365
8479
|
businessId: businessId,
|
|
8366
8480
|
practiceId: practiceId
|
|
8367
8481
|
}, opts.hyperMediaEndpoint);
|
|
8368
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
8482
|
+
return _context.abrupt("return", request(_objectSpread$B({}, opts, {
|
|
8369
8483
|
path: pathBusinessPracticeOnboardingApplications(businessId, practiceId)
|
|
8370
8484
|
}), {
|
|
8371
8485
|
method: 'get',
|
|
@@ -8399,7 +8513,7 @@ var getBusinessOnboardingApplications = function getBusinessOnboardingApplicatio
|
|
|
8399
8513
|
doesParamExist.default({
|
|
8400
8514
|
businessId: businessId
|
|
8401
8515
|
});
|
|
8402
|
-
return request(_objectSpread$
|
|
8516
|
+
return request(_objectSpread$B({}, opts, {
|
|
8403
8517
|
path: pathBusinessOnboardingApplications(businessId)
|
|
8404
8518
|
}), {
|
|
8405
8519
|
method: 'get',
|
|
@@ -8419,7 +8533,7 @@ var createBusinessOnboardingApplication = function createBusinessOnboardingAppli
|
|
|
8419
8533
|
doesParamExist.default({
|
|
8420
8534
|
businessId: businessId
|
|
8421
8535
|
});
|
|
8422
|
-
return request(_objectSpread$
|
|
8536
|
+
return request(_objectSpread$B({}, opts, {
|
|
8423
8537
|
path: pathBusinessOnboardingApplications(businessId)
|
|
8424
8538
|
}), {
|
|
8425
8539
|
method: 'post',
|
|
@@ -8439,7 +8553,7 @@ var updateBusinessOnboardingApplication = function updateBusinessOnboardingAppli
|
|
|
8439
8553
|
doesParamExist.default({
|
|
8440
8554
|
businessId: businessId
|
|
8441
8555
|
});
|
|
8442
|
-
return request(_objectSpread$
|
|
8556
|
+
return request(_objectSpread$B({}, opts, {
|
|
8443
8557
|
path: pathBusinessOnboardingApplications(businessId)
|
|
8444
8558
|
}), {
|
|
8445
8559
|
method: 'put',
|
|
@@ -8463,7 +8577,7 @@ var createProviderSetItemOnboardingApplication = function createProviderSetItemO
|
|
|
8463
8577
|
staffId: staffId,
|
|
8464
8578
|
providerSetItemId: providerSetItemId
|
|
8465
8579
|
});
|
|
8466
|
-
return request(_objectSpread$
|
|
8580
|
+
return request(_objectSpread$B({}, opts, {
|
|
8467
8581
|
path: pathProviderSetItemOnboardingApplications(businessId, staffId, providerSetItemId)
|
|
8468
8582
|
}), {
|
|
8469
8583
|
method: 'post',
|
|
@@ -8485,7 +8599,7 @@ var getProviderSetItemOnboardingApplication = function getProviderSetItemOnboard
|
|
|
8485
8599
|
doesParamExist.default({
|
|
8486
8600
|
businessId: businessId
|
|
8487
8601
|
});
|
|
8488
|
-
return request(_objectSpread$
|
|
8602
|
+
return request(_objectSpread$B({}, opts, {
|
|
8489
8603
|
path: pathProviderSetItemOnboardingApplication(businessId, staffId, providerSetItemId)
|
|
8490
8604
|
}), {
|
|
8491
8605
|
method: 'get',
|
|
@@ -8509,9 +8623,9 @@ var onboardingApplications = /*#__PURE__*/Object.freeze({
|
|
|
8509
8623
|
getProviderSetItemOnboardingApplication: getProviderSetItemOnboardingApplication
|
|
8510
8624
|
});
|
|
8511
8625
|
|
|
8512
|
-
function ownKeys$
|
|
8626
|
+
function ownKeys$C(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; }
|
|
8513
8627
|
|
|
8514
|
-
function _objectSpread$
|
|
8628
|
+
function _objectSpread$C(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$C(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$C(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
8515
8629
|
var pathOnboardingRequest = function pathOnboardingRequest(onboardingRequestId) {
|
|
8516
8630
|
return "/onboardingrequests/" + onboardingRequestId;
|
|
8517
8631
|
};
|
|
@@ -8543,7 +8657,7 @@ var getOnboardingRequest = /*#__PURE__*/function () {
|
|
|
8543
8657
|
doesParamExist.default({
|
|
8544
8658
|
onboardingRequestId: onboardingRequestId
|
|
8545
8659
|
}, opts.hyperMediaEndpoint);
|
|
8546
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
8660
|
+
return _context.abrupt("return", request(_objectSpread$C({}, opts, {
|
|
8547
8661
|
path: pathOnboardingRequest(onboardingRequestId)
|
|
8548
8662
|
}), {
|
|
8549
8663
|
method: 'get'
|
|
@@ -8585,7 +8699,7 @@ var getBusinessOnboardingRequests = /*#__PURE__*/function () {
|
|
|
8585
8699
|
doesParamExist.default({
|
|
8586
8700
|
businessId: businessId
|
|
8587
8701
|
}, opts.hyperMediaEndpoint);
|
|
8588
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
8702
|
+
return _context2.abrupt("return", request(_objectSpread$C({}, opts, {
|
|
8589
8703
|
path: pathBusinessOnboardingRequests(businessId)
|
|
8590
8704
|
}), {
|
|
8591
8705
|
method: 'get',
|
|
@@ -8617,7 +8731,7 @@ var createBusinessOnboardingRequest = function createBusinessOnboardingRequest(b
|
|
|
8617
8731
|
doesParamExist.default({
|
|
8618
8732
|
businessId: businessId
|
|
8619
8733
|
});
|
|
8620
|
-
return request(_objectSpread$
|
|
8734
|
+
return request(_objectSpread$C({}, opts, {
|
|
8621
8735
|
path: pathBusinessOnboardingRequests(businessId)
|
|
8622
8736
|
}), {
|
|
8623
8737
|
method: 'post',
|
|
@@ -8637,7 +8751,7 @@ var submitOnboardingRequest = function submitOnboardingRequest(onboardingRequest
|
|
|
8637
8751
|
doesParamExist.default({
|
|
8638
8752
|
onboardingRequestId: onboardingRequestId
|
|
8639
8753
|
});
|
|
8640
|
-
return request(_objectSpread$
|
|
8754
|
+
return request(_objectSpread$C({}, opts, {
|
|
8641
8755
|
path: pathOnboardingRequestSubmit(onboardingRequestId)
|
|
8642
8756
|
}), {
|
|
8643
8757
|
method: 'post',
|
|
@@ -8658,7 +8772,7 @@ var updateOnboardingRequestStep = function updateOnboardingRequestStep(onboardin
|
|
|
8658
8772
|
doesParamExist.default({
|
|
8659
8773
|
onboardingRequestId: onboardingRequestId
|
|
8660
8774
|
});
|
|
8661
|
-
return request(_objectSpread$
|
|
8775
|
+
return request(_objectSpread$C({}, opts, {
|
|
8662
8776
|
path: pathOnboardingRequestOnboardingStep(onboardingRequestId, onboardingStepId)
|
|
8663
8777
|
}), {
|
|
8664
8778
|
method: 'put',
|
|
@@ -8678,7 +8792,7 @@ var deleteOnboardingRequest = function deleteOnboardingRequest(onboardingRequest
|
|
|
8678
8792
|
doesParamExist.default({
|
|
8679
8793
|
onboardingRequestId: onboardingRequestId
|
|
8680
8794
|
});
|
|
8681
|
-
return request(_objectSpread$
|
|
8795
|
+
return request(_objectSpread$C({}, opts, {
|
|
8682
8796
|
path: pathOnboardingRequest(onboardingRequestId)
|
|
8683
8797
|
}), {
|
|
8684
8798
|
method: 'delete',
|
|
@@ -8700,9 +8814,9 @@ var onboardingRequests = /*#__PURE__*/Object.freeze({
|
|
|
8700
8814
|
deleteOnboardingRequest: deleteOnboardingRequest
|
|
8701
8815
|
});
|
|
8702
8816
|
|
|
8703
|
-
function ownKeys$
|
|
8817
|
+
function ownKeys$D(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; }
|
|
8704
8818
|
|
|
8705
|
-
function _objectSpread$
|
|
8819
|
+
function _objectSpread$D(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$D(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$D(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
8706
8820
|
var PATH__OPS_DEPLOYMENTS = '/ops/deployments';
|
|
8707
8821
|
var PATH__OPS_SERVICES = '/ops/services';
|
|
8708
8822
|
var PATH__OPS_DECRTPT = '/ops/decrypt';
|
|
@@ -8735,13 +8849,13 @@ var createService = function createService(fullName, displayName, type, body, op
|
|
|
8735
8849
|
type: type
|
|
8736
8850
|
}, opts.hyperMediaEndpoint);
|
|
8737
8851
|
|
|
8738
|
-
var data = _objectSpread$
|
|
8852
|
+
var data = _objectSpread$D({
|
|
8739
8853
|
fullName: fullName,
|
|
8740
8854
|
displayName: displayName,
|
|
8741
8855
|
type: type
|
|
8742
8856
|
}, body);
|
|
8743
8857
|
|
|
8744
|
-
return request(_objectSpread$
|
|
8858
|
+
return request(_objectSpread$D({}, opts, {
|
|
8745
8859
|
path: PATH__OPS_SERVICES
|
|
8746
8860
|
}), {
|
|
8747
8861
|
method: 'post',
|
|
@@ -8762,7 +8876,7 @@ var deleteService = function deleteService(serviceId, opts) {
|
|
|
8762
8876
|
doesParamExist.default({
|
|
8763
8877
|
serviceId: serviceId
|
|
8764
8878
|
}, opts.hyperMediaEndpoint);
|
|
8765
|
-
return request(_objectSpread$
|
|
8879
|
+
return request(_objectSpread$D({}, opts, {
|
|
8766
8880
|
path: pathOpsService(serviceId)
|
|
8767
8881
|
}), {
|
|
8768
8882
|
method: 'delete'
|
|
@@ -8782,7 +8896,7 @@ var deployService = function deployService(serviceId, opts) {
|
|
|
8782
8896
|
doesParamExist.default({
|
|
8783
8897
|
serviceId: serviceId
|
|
8784
8898
|
}, opts.hyperMediaEndpoint);
|
|
8785
|
-
return request(_objectSpread$
|
|
8899
|
+
return request(_objectSpread$D({}, opts, {
|
|
8786
8900
|
path: PATH__OPS_DEPLOYMENTS
|
|
8787
8901
|
}), {
|
|
8788
8902
|
method: 'post',
|
|
@@ -8806,7 +8920,7 @@ var getDeployments = function getDeployments(query, opts) {
|
|
|
8806
8920
|
opts = {};
|
|
8807
8921
|
}
|
|
8808
8922
|
|
|
8809
|
-
return request(_objectSpread$
|
|
8923
|
+
return request(_objectSpread$D({}, opts, {
|
|
8810
8924
|
path: PATH__OPS_DEPLOYMENTS
|
|
8811
8925
|
}), {
|
|
8812
8926
|
method: 'get',
|
|
@@ -8827,7 +8941,7 @@ var getDeployment = function getDeployment(deploymentId, opts) {
|
|
|
8827
8941
|
doesParamExist.default({
|
|
8828
8942
|
deploymentId: deploymentId
|
|
8829
8943
|
}, opts.hyperMediaEndpoint);
|
|
8830
|
-
return request(_objectSpread$
|
|
8944
|
+
return request(_objectSpread$D({}, opts, {
|
|
8831
8945
|
path: pathOpsDeployment(deploymentId)
|
|
8832
8946
|
}), {
|
|
8833
8947
|
method: 'get'
|
|
@@ -8848,7 +8962,7 @@ var getServices = function getServices(query, opts) {
|
|
|
8848
8962
|
opts = {};
|
|
8849
8963
|
}
|
|
8850
8964
|
|
|
8851
|
-
return request(_objectSpread$
|
|
8965
|
+
return request(_objectSpread$D({}, opts, {
|
|
8852
8966
|
path: PATH__OPS_SERVICES
|
|
8853
8967
|
}), {
|
|
8854
8968
|
method: 'get',
|
|
@@ -8869,7 +8983,7 @@ var getService = function getService(serviceId, opts) {
|
|
|
8869
8983
|
doesParamExist.default({
|
|
8870
8984
|
serviceId: serviceId
|
|
8871
8985
|
}, opts.hyperMediaEndpoint);
|
|
8872
|
-
return request(_objectSpread$
|
|
8986
|
+
return request(_objectSpread$D({}, opts, {
|
|
8873
8987
|
path: pathOpsService(serviceId)
|
|
8874
8988
|
}), {
|
|
8875
8989
|
method: 'get'
|
|
@@ -8890,7 +9004,7 @@ var updateService = function updateService(serviceId, body, opts) {
|
|
|
8890
9004
|
doesParamExist.default({
|
|
8891
9005
|
serviceId: serviceId
|
|
8892
9006
|
}, opts.hyperMediaEndpoint);
|
|
8893
|
-
return request(_objectSpread$
|
|
9007
|
+
return request(_objectSpread$D({}, opts, {
|
|
8894
9008
|
path: pathOpsService(serviceId)
|
|
8895
9009
|
}), {
|
|
8896
9010
|
method: 'put',
|
|
@@ -8912,7 +9026,7 @@ var decrypt = function decrypt(serviceId, body, opts) {
|
|
|
8912
9026
|
doesParamExist.default({
|
|
8913
9027
|
serviceId: serviceId
|
|
8914
9028
|
}, opts.hyperMediaEndpoint);
|
|
8915
|
-
return request(_objectSpread$
|
|
9029
|
+
return request(_objectSpread$D({}, opts, {
|
|
8916
9030
|
path: PATH__OPS_DECRTPT
|
|
8917
9031
|
}), {
|
|
8918
9032
|
method: 'post',
|
|
@@ -8933,9 +9047,9 @@ var ops = /*#__PURE__*/Object.freeze({
|
|
|
8933
9047
|
decrypt: decrypt
|
|
8934
9048
|
});
|
|
8935
9049
|
|
|
8936
|
-
function ownKeys$
|
|
9050
|
+
function ownKeys$E(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; }
|
|
8937
9051
|
|
|
8938
|
-
function _objectSpread$
|
|
9052
|
+
function _objectSpread$E(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$E(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$E(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
8939
9053
|
var PATH__ORGANISATIONS = '/organisations';
|
|
8940
9054
|
/**
|
|
8941
9055
|
* Get organisations
|
|
@@ -8952,7 +9066,7 @@ var getOrganisations = function getOrganisations(query, opts) {
|
|
|
8952
9066
|
opts = {};
|
|
8953
9067
|
}
|
|
8954
9068
|
|
|
8955
|
-
return request(_objectSpread$
|
|
9069
|
+
return request(_objectSpread$E({}, opts, {
|
|
8956
9070
|
path: PATH__ORGANISATIONS
|
|
8957
9071
|
}), {
|
|
8958
9072
|
method: 'get',
|
|
@@ -8965,9 +9079,9 @@ var organisations = /*#__PURE__*/Object.freeze({
|
|
|
8965
9079
|
getOrganisations: getOrganisations
|
|
8966
9080
|
});
|
|
8967
9081
|
|
|
8968
|
-
function ownKeys$
|
|
9082
|
+
function ownKeys$F(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; }
|
|
8969
9083
|
|
|
8970
|
-
function _objectSpread$
|
|
9084
|
+
function _objectSpread$F(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$F(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$F(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
8971
9085
|
var PATH__PARTNERS = '/partners';
|
|
8972
9086
|
|
|
8973
9087
|
var pathPartner = function pathPartner(partnerId) {
|
|
@@ -9006,7 +9120,7 @@ var getPartners = /*#__PURE__*/function () {
|
|
|
9006
9120
|
opts = {};
|
|
9007
9121
|
}
|
|
9008
9122
|
|
|
9009
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
9123
|
+
return _context.abrupt("return", request(_objectSpread$F({}, opts, {
|
|
9010
9124
|
path: PATH__PARTNERS
|
|
9011
9125
|
}), {
|
|
9012
9126
|
method: 'get',
|
|
@@ -9044,7 +9158,7 @@ var getPartner = /*#__PURE__*/function () {
|
|
|
9044
9158
|
doesParamExist.default({
|
|
9045
9159
|
partnerId: partnerId
|
|
9046
9160
|
}, opts.hyperMediaEndpoint);
|
|
9047
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
9161
|
+
return _context2.abrupt("return", request(_objectSpread$F({}, opts, {
|
|
9048
9162
|
path: pathPartner(partnerId)
|
|
9049
9163
|
}), {
|
|
9050
9164
|
method: 'get'
|
|
@@ -9082,7 +9196,7 @@ var updatePartner = /*#__PURE__*/function () {
|
|
|
9082
9196
|
doesParamExist.default({
|
|
9083
9197
|
partnerId: partnerId
|
|
9084
9198
|
}, opts.hyperMediaEndpoint);
|
|
9085
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
9199
|
+
return _context3.abrupt("return", request(_objectSpread$F({}, opts, {
|
|
9086
9200
|
path: pathPartner(partnerId)
|
|
9087
9201
|
}), {
|
|
9088
9202
|
method: 'put',
|
|
@@ -9123,10 +9237,10 @@ var updatePartnerPractice = /*#__PURE__*/function () {
|
|
|
9123
9237
|
doesParamExist.default({
|
|
9124
9238
|
partnerId: partnerId
|
|
9125
9239
|
}, opts.hyperMediaEndpoint);
|
|
9126
|
-
data = _objectSpread$
|
|
9240
|
+
data = _objectSpread$F({
|
|
9127
9241
|
fullNameId: fullNameId
|
|
9128
9242
|
}, body);
|
|
9129
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
9243
|
+
return _context4.abrupt("return", request(_objectSpread$F({}, opts, {
|
|
9130
9244
|
path: pathPartnerPractices(partnerId)
|
|
9131
9245
|
}), {
|
|
9132
9246
|
method: 'put',
|
|
@@ -9170,10 +9284,10 @@ var updatePartnerPracticeProviderData = /*#__PURE__*/function () {
|
|
|
9170
9284
|
practiceId: practiceId,
|
|
9171
9285
|
providerNumberId: providerNumberId
|
|
9172
9286
|
}, opts.hyperMediaEndpoint);
|
|
9173
|
-
data = _objectSpread$
|
|
9287
|
+
data = _objectSpread$F({
|
|
9174
9288
|
providerNumberId: providerNumberId
|
|
9175
9289
|
}, body);
|
|
9176
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
9290
|
+
return _context5.abrupt("return", request(_objectSpread$F({}, opts, {
|
|
9177
9291
|
path: pathPartnerPracticeProviderData(partnerId, practiceId)
|
|
9178
9292
|
}), {
|
|
9179
9293
|
method: 'put',
|
|
@@ -9216,7 +9330,7 @@ var verifyPartnerAccount = /*#__PURE__*/function () {
|
|
|
9216
9330
|
doesParamExist.default({
|
|
9217
9331
|
accountId: accountId
|
|
9218
9332
|
}, opts.hyperMediaEndpoint);
|
|
9219
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
9333
|
+
return _context6.abrupt("return", request(_objectSpread$F({}, opts, {
|
|
9220
9334
|
path: pathPartnerAccount(accountId) + "/verify"
|
|
9221
9335
|
}), {
|
|
9222
9336
|
method: 'post',
|
|
@@ -9256,7 +9370,7 @@ var notifyPartnerAccount = /*#__PURE__*/function () {
|
|
|
9256
9370
|
doesParamExist.default({
|
|
9257
9371
|
accountId: accountId
|
|
9258
9372
|
}, opts.hyperMediaEndpoint);
|
|
9259
|
-
return _context7.abrupt("return", request(_objectSpread$
|
|
9373
|
+
return _context7.abrupt("return", request(_objectSpread$F({}, opts, {
|
|
9260
9374
|
path: pathPartnerAccount(accountId) + "/notify"
|
|
9261
9375
|
}), {
|
|
9262
9376
|
method: 'post'
|
|
@@ -9286,9 +9400,9 @@ var partners = /*#__PURE__*/Object.freeze({
|
|
|
9286
9400
|
notifyPartnerAccount: notifyPartnerAccount
|
|
9287
9401
|
});
|
|
9288
9402
|
|
|
9289
|
-
function ownKeys$
|
|
9403
|
+
function ownKeys$G(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; }
|
|
9290
9404
|
|
|
9291
|
-
function _objectSpread$
|
|
9405
|
+
function _objectSpread$G(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$G(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$G(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
9292
9406
|
|
|
9293
9407
|
var pathBusinessPatients = function pathBusinessPatients(businessId) {
|
|
9294
9408
|
return "/businesses/" + businessId + "/patients";
|
|
@@ -9301,10 +9415,6 @@ var pathBusinessPatient = function pathBusinessPatient(businessId, patientId) {
|
|
|
9301
9415
|
var pathBusinessPatientByRefId = function pathBusinessPatientByRefId(businessId, refId) {
|
|
9302
9416
|
return "/businesses/" + businessId + "/patients/ref/" + refId;
|
|
9303
9417
|
};
|
|
9304
|
-
|
|
9305
|
-
var pathUpdatePatientPaymentMethodBySMSorLink = function pathUpdatePatientPaymentMethodBySMSorLink(businessId, patientId) {
|
|
9306
|
-
return "/businesses/" + businessId + "/patients/" + patientId + "/paymentmethods/updaterequests";
|
|
9307
|
-
};
|
|
9308
9418
|
/**
|
|
9309
9419
|
* Create a business patient
|
|
9310
9420
|
* @param {String} businessId - Business ID
|
|
@@ -9326,7 +9436,7 @@ var createBusinessPatient = /*#__PURE__*/function () {
|
|
|
9326
9436
|
doesParamExist.default({
|
|
9327
9437
|
businessId: businessId
|
|
9328
9438
|
}, opts.hyperMediaEndpoint);
|
|
9329
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
9439
|
+
return _context.abrupt("return", request(_objectSpread$G({}, opts, {
|
|
9330
9440
|
path: pathBusinessPatients(businessId)
|
|
9331
9441
|
}), {
|
|
9332
9442
|
method: 'post',
|
|
@@ -9369,7 +9479,7 @@ var getBusinessPatients = /*#__PURE__*/function () {
|
|
|
9369
9479
|
doesParamExist.default({
|
|
9370
9480
|
businessId: businessId
|
|
9371
9481
|
}, opts.hyperMediaEndpoint);
|
|
9372
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
9482
|
+
return _context2.abrupt("return", request(_objectSpread$G({}, opts, {
|
|
9373
9483
|
path: pathBusinessPatients(businessId)
|
|
9374
9484
|
}), {
|
|
9375
9485
|
method: 'get',
|
|
@@ -9408,7 +9518,7 @@ var getBusinessPatient = /*#__PURE__*/function () {
|
|
|
9408
9518
|
doesParamExist.default({
|
|
9409
9519
|
businessId: businessId
|
|
9410
9520
|
}, opts.hyperMediaEndpoint);
|
|
9411
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
9521
|
+
return _context3.abrupt("return", request(_objectSpread$G({}, opts, {
|
|
9412
9522
|
path: pathBusinessPatient(businessId, patientId)
|
|
9413
9523
|
}), {
|
|
9414
9524
|
method: 'get'
|
|
@@ -9447,7 +9557,7 @@ var getBusinessPatientByRefId = /*#__PURE__*/function () {
|
|
|
9447
9557
|
businessId: businessId,
|
|
9448
9558
|
refId: refId
|
|
9449
9559
|
}, opts.hyperMediaEndpoint);
|
|
9450
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
9560
|
+
return _context4.abrupt("return", request(_objectSpread$G({}, opts, {
|
|
9451
9561
|
path: pathBusinessPatientByRefId(businessId, refId)
|
|
9452
9562
|
}), {
|
|
9453
9563
|
method: 'get'
|
|
@@ -9486,7 +9596,7 @@ var updateBusinessPatient = /*#__PURE__*/function () {
|
|
|
9486
9596
|
doesParamExist.default({
|
|
9487
9597
|
businessId: businessId
|
|
9488
9598
|
}, opts.hyperMediaEndpoint);
|
|
9489
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
9599
|
+
return _context5.abrupt("return", request(_objectSpread$G({}, opts, {
|
|
9490
9600
|
path: pathBusinessPatient(businessId, patientId)
|
|
9491
9601
|
}), {
|
|
9492
9602
|
method: 'put',
|
|
@@ -9505,30 +9615,6 @@ var updateBusinessPatient = /*#__PURE__*/function () {
|
|
|
9505
9615
|
return _ref5.apply(this, arguments);
|
|
9506
9616
|
};
|
|
9507
9617
|
}();
|
|
9508
|
-
/**
|
|
9509
|
-
* Update patient payment infromation by SMS or Link
|
|
9510
|
-
* @param {String} businessId - Business ID
|
|
9511
|
-
* @param {String} patientId - Patient ID
|
|
9512
|
-
* @param {Object} body - Request body
|
|
9513
|
-
* @param {Object} opts - Additional options
|
|
9514
|
-
*/
|
|
9515
|
-
|
|
9516
|
-
var updatePatientPaymentMethodBySMSorLink = function updatePatientPaymentMethodBySMSorLink(businessId, patientId, body, opts) {
|
|
9517
|
-
if (opts === void 0) {
|
|
9518
|
-
opts = {};
|
|
9519
|
-
}
|
|
9520
|
-
|
|
9521
|
-
doesParamExist.default({
|
|
9522
|
-
businessId: businessId,
|
|
9523
|
-
patientId: patientId
|
|
9524
|
-
}, opts.hyperMediaEndpoint);
|
|
9525
|
-
return request(_objectSpread$F({}, opts, {
|
|
9526
|
-
path: pathUpdatePatientPaymentMethodBySMSorLink(businessId, patientId)
|
|
9527
|
-
}), {
|
|
9528
|
-
method: 'post',
|
|
9529
|
-
data: body
|
|
9530
|
-
});
|
|
9531
|
-
};
|
|
9532
9618
|
/**
|
|
9533
9619
|
* Delete a business patient
|
|
9534
9620
|
* @param {String} businessId - Business ID
|
|
@@ -9549,7 +9635,7 @@ var deleteBusinessPatient = /*#__PURE__*/function () {
|
|
|
9549
9635
|
doesParamExist.default({
|
|
9550
9636
|
businessId: businessId
|
|
9551
9637
|
}, opts.hyperMediaEndpoint);
|
|
9552
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
9638
|
+
return _context6.abrupt("return", request(_objectSpread$G({}, opts, {
|
|
9553
9639
|
path: pathBusinessPatient(businessId, patientId)
|
|
9554
9640
|
}), {
|
|
9555
9641
|
method: 'delete'
|
|
@@ -9575,13 +9661,12 @@ var patients = /*#__PURE__*/Object.freeze({
|
|
|
9575
9661
|
getBusinessPatient: getBusinessPatient,
|
|
9576
9662
|
getBusinessPatientByRefId: getBusinessPatientByRefId,
|
|
9577
9663
|
updateBusinessPatient: updateBusinessPatient,
|
|
9578
|
-
updatePatientPaymentMethodBySMSorLink: updatePatientPaymentMethodBySMSorLink,
|
|
9579
9664
|
deleteBusinessPatient: deleteBusinessPatient
|
|
9580
9665
|
});
|
|
9581
9666
|
|
|
9582
|
-
function ownKeys$
|
|
9667
|
+
function ownKeys$H(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; }
|
|
9583
9668
|
|
|
9584
|
-
function _objectSpread$
|
|
9669
|
+
function _objectSpread$H(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$H(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$H(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
9585
9670
|
var PATH__PAYMENTS = '/payments';
|
|
9586
9671
|
|
|
9587
9672
|
var pathAccountPaymentMethods = function pathAccountPaymentMethods(accountId) {
|
|
@@ -9642,7 +9727,7 @@ var createAccountPaymentMethod = /*#__PURE__*/function () {
|
|
|
9642
9727
|
nonce: nonce,
|
|
9643
9728
|
source: source
|
|
9644
9729
|
}, opts.hyperMediaEndpoint);
|
|
9645
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
9730
|
+
return _context.abrupt("return", request(_objectSpread$H({}, opts, {
|
|
9646
9731
|
path: pathAccountPaymentMethods(accountId)
|
|
9647
9732
|
}), {
|
|
9648
9733
|
method: 'post',
|
|
@@ -9686,7 +9771,7 @@ var createBusinessPaymentMethod = /*#__PURE__*/function () {
|
|
|
9686
9771
|
nonce: nonce,
|
|
9687
9772
|
source: source
|
|
9688
9773
|
}, opts.hyperMediaEndpoint);
|
|
9689
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
9774
|
+
return _context2.abrupt("return", request(_objectSpread$H({}, opts, {
|
|
9690
9775
|
path: pathBusinessPaymentMethods(businessId)
|
|
9691
9776
|
}), {
|
|
9692
9777
|
method: 'post',
|
|
@@ -9732,7 +9817,7 @@ var createBusinessPatientPaymentMethod = /*#__PURE__*/function () {
|
|
|
9732
9817
|
nonce: nonce,
|
|
9733
9818
|
source: source
|
|
9734
9819
|
}, opts.hyperMediaEndpoint);
|
|
9735
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
9820
|
+
return _context3.abrupt("return", request(_objectSpread$H({}, opts, {
|
|
9736
9821
|
path: pathBusinessPatientPaymentMethods(businessId, patientId)
|
|
9737
9822
|
}), {
|
|
9738
9823
|
method: 'post',
|
|
@@ -9776,7 +9861,7 @@ var deleteAccountPaymentMethod = /*#__PURE__*/function () {
|
|
|
9776
9861
|
accountId: accountId,
|
|
9777
9862
|
paymentMethodId: paymentMethodId
|
|
9778
9863
|
}, opts.hyperMediaEndpoint);
|
|
9779
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
9864
|
+
return _context4.abrupt("return", request(_objectSpread$H({}, opts, {
|
|
9780
9865
|
path: pathAccountPaymentMethod(accountId, paymentMethodId)
|
|
9781
9866
|
}), {
|
|
9782
9867
|
method: 'delete'
|
|
@@ -9816,7 +9901,7 @@ var deleteBusinessPaymentMethod = /*#__PURE__*/function () {
|
|
|
9816
9901
|
businessId: businessId,
|
|
9817
9902
|
paymentMethodId: paymentMethodId
|
|
9818
9903
|
}, opts.hyperMediaEndpoint);
|
|
9819
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
9904
|
+
return _context5.abrupt("return", request(_objectSpread$H({}, opts, {
|
|
9820
9905
|
path: pathBusinessPaymentMethod(businessId, paymentMethodId)
|
|
9821
9906
|
}), {
|
|
9822
9907
|
method: 'delete'
|
|
@@ -9858,7 +9943,7 @@ var deleteBusinessPatientPaymentMethod = /*#__PURE__*/function () {
|
|
|
9858
9943
|
patientId: patientId,
|
|
9859
9944
|
paymentMethodId: paymentMethodId
|
|
9860
9945
|
}, opts.hyperMediaEndpoint);
|
|
9861
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
9946
|
+
return _context6.abrupt("return", request(_objectSpread$H({}, opts, {
|
|
9862
9947
|
path: pathBusinessPatientPaymentMethod(businessId, patientId, paymentMethodId)
|
|
9863
9948
|
}), {
|
|
9864
9949
|
method: 'delete'
|
|
@@ -9896,7 +9981,7 @@ var getAccountPaymentMethods = /*#__PURE__*/function () {
|
|
|
9896
9981
|
doesParamExist.default({
|
|
9897
9982
|
accountId: accountId
|
|
9898
9983
|
}, opts.hyperMediaEndpoint);
|
|
9899
|
-
return _context7.abrupt("return", request(_objectSpread$
|
|
9984
|
+
return _context7.abrupt("return", request(_objectSpread$H({}, opts, {
|
|
9900
9985
|
path: pathAccountPaymentMethods(accountId)
|
|
9901
9986
|
}), {
|
|
9902
9987
|
method: 'get'
|
|
@@ -9934,7 +10019,7 @@ var getBusinessPaymentMethods = /*#__PURE__*/function () {
|
|
|
9934
10019
|
doesParamExist.default({
|
|
9935
10020
|
businessId: businessId
|
|
9936
10021
|
}, opts.hyperMediaEndpoint);
|
|
9937
|
-
return _context8.abrupt("return", request(_objectSpread$
|
|
10022
|
+
return _context8.abrupt("return", request(_objectSpread$H({}, opts, {
|
|
9938
10023
|
path: pathBusinessPaymentMethods(businessId)
|
|
9939
10024
|
}), {
|
|
9940
10025
|
method: 'get'
|
|
@@ -9973,7 +10058,7 @@ var getBusinessPatientPaymentMethods = /*#__PURE__*/function () {
|
|
|
9973
10058
|
businessId: businessId,
|
|
9974
10059
|
patientId: patientId
|
|
9975
10060
|
}, opts.hyperMediaEndpoint);
|
|
9976
|
-
return _context9.abrupt("return", request(_objectSpread$
|
|
10061
|
+
return _context9.abrupt("return", request(_objectSpread$H({}, opts, {
|
|
9977
10062
|
path: pathBusinessPatientPaymentMethods(businessId, patientId)
|
|
9978
10063
|
}), {
|
|
9979
10064
|
method: 'get'
|
|
@@ -10013,7 +10098,7 @@ var getBusinessPatientPaymentMethodsByRefId = /*#__PURE__*/function () {
|
|
|
10013
10098
|
businessId: businessId,
|
|
10014
10099
|
refId: refId
|
|
10015
10100
|
}, opts.hyperMediaEndpoint);
|
|
10016
|
-
return _context10.abrupt("return", request(_objectSpread$
|
|
10101
|
+
return _context10.abrupt("return", request(_objectSpread$H({}, opts, {
|
|
10017
10102
|
path: pathBusinessPatientPaymentMethodsByRefId(businessId, refId)
|
|
10018
10103
|
}), {
|
|
10019
10104
|
method: 'get'
|
|
@@ -10053,7 +10138,7 @@ var getAccountPaymentMethod = /*#__PURE__*/function () {
|
|
|
10053
10138
|
accountId: accountId,
|
|
10054
10139
|
paymentMethodId: paymentMethodId
|
|
10055
10140
|
}, opts.hyperMediaEndpoint);
|
|
10056
|
-
return _context11.abrupt("return", request(_objectSpread$
|
|
10141
|
+
return _context11.abrupt("return", request(_objectSpread$H({}, opts, {
|
|
10057
10142
|
path: pathAccountPaymentMethod(accountId, paymentMethodId)
|
|
10058
10143
|
}), {
|
|
10059
10144
|
method: 'get'
|
|
@@ -10093,7 +10178,7 @@ var getBusinessPaymentMethod = /*#__PURE__*/function () {
|
|
|
10093
10178
|
businessId: businessId,
|
|
10094
10179
|
paymentMethodId: paymentMethodId
|
|
10095
10180
|
}, opts.hyperMediaEndpoint);
|
|
10096
|
-
return _context12.abrupt("return", request(_objectSpread$
|
|
10181
|
+
return _context12.abrupt("return", request(_objectSpread$H({}, opts, {
|
|
10097
10182
|
path: pathBusinessPaymentMethod(businessId, paymentMethodId)
|
|
10098
10183
|
}), {
|
|
10099
10184
|
method: 'get'
|
|
@@ -10135,7 +10220,7 @@ var getBusinessPatientPaymentMethod = /*#__PURE__*/function () {
|
|
|
10135
10220
|
patientId: patientId,
|
|
10136
10221
|
paymentMethodId: paymentMethodId
|
|
10137
10222
|
}, opts.hyperMediaEndpoint);
|
|
10138
|
-
return _context13.abrupt("return", request(_objectSpread$
|
|
10223
|
+
return _context13.abrupt("return", request(_objectSpread$H({}, opts, {
|
|
10139
10224
|
path: pathBusinessPatientPaymentMethod(businessId, patientId, paymentMethodId)
|
|
10140
10225
|
}), {
|
|
10141
10226
|
method: 'get'
|
|
@@ -10175,7 +10260,7 @@ var getBusinessClientToken = /*#__PURE__*/function () {
|
|
|
10175
10260
|
businessId: businessId,
|
|
10176
10261
|
source: source
|
|
10177
10262
|
}, opts.hyperMediaEndpoint);
|
|
10178
|
-
return _context14.abrupt("return", request(_objectSpread$
|
|
10263
|
+
return _context14.abrupt("return", request(_objectSpread$H({}, opts, {
|
|
10179
10264
|
path: pathBusinessPaymentsClientTokens(businessId)
|
|
10180
10265
|
}), {
|
|
10181
10266
|
method: 'get',
|
|
@@ -10216,7 +10301,7 @@ var getBusinessSalesClientToken = /*#__PURE__*/function () {
|
|
|
10216
10301
|
doesParamExist.default({
|
|
10217
10302
|
businessId: businessId
|
|
10218
10303
|
}, opts.hyperMediaEndpoint);
|
|
10219
|
-
return _context15.abrupt("return", request(_objectSpread$
|
|
10304
|
+
return _context15.abrupt("return", request(_objectSpread$H({}, opts, {
|
|
10220
10305
|
path: pathBusinessSalesClientToken(businessId)
|
|
10221
10306
|
}), {
|
|
10222
10307
|
method: 'get'
|
|
@@ -10256,7 +10341,7 @@ var getClientToken = /*#__PURE__*/function () {
|
|
|
10256
10341
|
doesParamExist.default({
|
|
10257
10342
|
source: source
|
|
10258
10343
|
}, opts.hyperMediaEndpoint);
|
|
10259
|
-
return _context16.abrupt("return", request(_objectSpread$
|
|
10344
|
+
return _context16.abrupt("return", request(_objectSpread$H({}, opts, {
|
|
10260
10345
|
path: PATH__PAYMENTS + "/clienttoken"
|
|
10261
10346
|
}), {
|
|
10262
10347
|
method: 'get',
|
|
@@ -10300,7 +10385,7 @@ var updateAccountPaymentMethod = /*#__PURE__*/function () {
|
|
|
10300
10385
|
accountId: accountId,
|
|
10301
10386
|
paymentMethodId: paymentMethodId
|
|
10302
10387
|
}, opts.hyperMediaEndpoint);
|
|
10303
|
-
return _context17.abrupt("return", request(_objectSpread$
|
|
10388
|
+
return _context17.abrupt("return", request(_objectSpread$H({}, opts, {
|
|
10304
10389
|
path: pathAccountPaymentMethod(accountId, paymentMethodId)
|
|
10305
10390
|
}), {
|
|
10306
10391
|
data: body,
|
|
@@ -10341,7 +10426,7 @@ var updateBusinessPaymentMethod = /*#__PURE__*/function () {
|
|
|
10341
10426
|
businessId: businessId,
|
|
10342
10427
|
paymentMethodId: paymentMethodId
|
|
10343
10428
|
}, opts.hyperMediaEndpoint);
|
|
10344
|
-
return _context18.abrupt("return", request(_objectSpread$
|
|
10429
|
+
return _context18.abrupt("return", request(_objectSpread$H({}, opts, {
|
|
10345
10430
|
path: pathBusinessPaymentMethod(businessId, paymentMethodId)
|
|
10346
10431
|
}), {
|
|
10347
10432
|
data: body,
|
|
@@ -10383,7 +10468,7 @@ var updateBusinessPatientPaymentMethod = /*#__PURE__*/function () {
|
|
|
10383
10468
|
patientId: patientId,
|
|
10384
10469
|
paymentMethodId: paymentMethodId
|
|
10385
10470
|
}, opts.hyperMediaEndpoint);
|
|
10386
|
-
return _context19.abrupt("return", request(_objectSpread$
|
|
10471
|
+
return _context19.abrupt("return", request(_objectSpread$H({}, opts, {
|
|
10387
10472
|
path: pathBusinessPatientPaymentMethod(businessId, patientId, paymentMethodId)
|
|
10388
10473
|
}), {
|
|
10389
10474
|
data: body,
|
|
@@ -10515,7 +10600,7 @@ var getNonce = /*#__PURE__*/function () {
|
|
|
10515
10600
|
throw new Error(getPaymentGatewayError(updateSessionResponse));
|
|
10516
10601
|
|
|
10517
10602
|
case 32:
|
|
10518
|
-
return _context20.abrupt("return", _objectSpread$
|
|
10603
|
+
return _context20.abrupt("return", _objectSpread$H({}, clientToken, {
|
|
10519
10604
|
nonce: clientToken.clientToken,
|
|
10520
10605
|
sourceResponse: updateSessionResponse
|
|
10521
10606
|
}));
|
|
@@ -10558,7 +10643,7 @@ var getNonce = /*#__PURE__*/function () {
|
|
|
10558
10643
|
|
|
10559
10644
|
case 41:
|
|
10560
10645
|
sourceResponse = _context20.sent;
|
|
10561
|
-
return _context20.abrupt("return", _objectSpread$
|
|
10646
|
+
return _context20.abrupt("return", _objectSpread$H({}, clientToken, {
|
|
10562
10647
|
nonce: _get(sourceResponse, 'creditCards[0].nonce'),
|
|
10563
10648
|
sourceResponse: sourceResponse
|
|
10564
10649
|
}));
|
|
@@ -10615,7 +10700,7 @@ var getNonce = /*#__PURE__*/function () {
|
|
|
10615
10700
|
|
|
10616
10701
|
case 60:
|
|
10617
10702
|
sourceResponse = _context20.sent;
|
|
10618
|
-
return _context20.abrupt("return", _objectSpread$
|
|
10703
|
+
return _context20.abrupt("return", _objectSpread$H({}, clientToken, {
|
|
10619
10704
|
nonce: sourceResponse.nonce,
|
|
10620
10705
|
sourceResponse: sourceResponse
|
|
10621
10706
|
}));
|
|
@@ -10645,7 +10730,7 @@ var getNonce = /*#__PURE__*/function () {
|
|
|
10645
10730
|
|
|
10646
10731
|
case 69:
|
|
10647
10732
|
canMakeApplePayment = _context20.sent;
|
|
10648
|
-
return _context20.abrupt("return", _objectSpread$
|
|
10733
|
+
return _context20.abrupt("return", _objectSpread$H({}, clientToken, {
|
|
10649
10734
|
applePayInstance: applePayInstance,
|
|
10650
10735
|
canMakeApplePayment: canMakeApplePayment,
|
|
10651
10736
|
paymentRequest: paymentRequest
|
|
@@ -10692,9 +10777,9 @@ var payments = /*#__PURE__*/Object.freeze({
|
|
|
10692
10777
|
getNonce: getNonce
|
|
10693
10778
|
});
|
|
10694
10779
|
|
|
10695
|
-
function ownKeys$
|
|
10780
|
+
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; }
|
|
10696
10781
|
|
|
10697
|
-
function _objectSpread$
|
|
10782
|
+
function _objectSpread$I(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$I(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$I(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
10698
10783
|
|
|
10699
10784
|
var pathBusinessPmsPractices = function pathBusinessPmsPractices(businessId) {
|
|
10700
10785
|
return "/businesses/" + businessId + "/pmspractices";
|
|
@@ -10732,7 +10817,7 @@ var getBusinessPMSPractices = /*#__PURE__*/function () {
|
|
|
10732
10817
|
doesParamExist.default({
|
|
10733
10818
|
businessId: businessId
|
|
10734
10819
|
}, opts.hyperMediaEndpoint);
|
|
10735
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
10820
|
+
return _context.abrupt("return", request(_objectSpread$I({}, opts, {
|
|
10736
10821
|
path: pathBusinessPmsPractices(businessId)
|
|
10737
10822
|
}), {
|
|
10738
10823
|
method: 'get',
|
|
@@ -10775,7 +10860,7 @@ var getBusinessPMSServices = /*#__PURE__*/function () {
|
|
|
10775
10860
|
doesParamExist.default({
|
|
10776
10861
|
businessId: businessId
|
|
10777
10862
|
}, opts.hyperMediaEndpoint);
|
|
10778
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
10863
|
+
return _context2.abrupt("return", request(_objectSpread$I({}, opts, {
|
|
10779
10864
|
path: pathBusinessPmsServices(businessId)
|
|
10780
10865
|
}), {
|
|
10781
10866
|
method: 'get',
|
|
@@ -10818,7 +10903,7 @@ var getBusinessPMSStaffMembers = /*#__PURE__*/function () {
|
|
|
10818
10903
|
doesParamExist.default({
|
|
10819
10904
|
businessId: businessId
|
|
10820
10905
|
}, opts.hyperMediaEndpoint);
|
|
10821
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
10906
|
+
return _context3.abrupt("return", request(_objectSpread$I({}, opts, {
|
|
10822
10907
|
path: pathBusinessPmsStaffMembers(businessId)
|
|
10823
10908
|
}), {
|
|
10824
10909
|
method: 'get',
|
|
@@ -10857,7 +10942,7 @@ var importBusinessPMSPractice = /*#__PURE__*/function () {
|
|
|
10857
10942
|
doesParamExist.default({
|
|
10858
10943
|
businessId: businessId
|
|
10859
10944
|
}, opts.hyperMediaEndpoint);
|
|
10860
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
10945
|
+
return _context4.abrupt("return", request(_objectSpread$I({}, opts, {
|
|
10861
10946
|
path: pathBusinessPmsPractices(businessId) + "/import"
|
|
10862
10947
|
}), {
|
|
10863
10948
|
method: 'post',
|
|
@@ -10896,7 +10981,7 @@ var importBusinessPMSService = /*#__PURE__*/function () {
|
|
|
10896
10981
|
doesParamExist.default({
|
|
10897
10982
|
businessId: businessId
|
|
10898
10983
|
}, opts.hyperMediaEndpoint);
|
|
10899
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
10984
|
+
return _context5.abrupt("return", request(_objectSpread$I({}, opts, {
|
|
10900
10985
|
path: pathBusinessPmsServices(businessId) + "/import"
|
|
10901
10986
|
}), {
|
|
10902
10987
|
method: 'post',
|
|
@@ -10935,7 +11020,7 @@ var importBusinessPMSStaffMember = /*#__PURE__*/function () {
|
|
|
10935
11020
|
doesParamExist.default({
|
|
10936
11021
|
businessId: businessId
|
|
10937
11022
|
}, opts.hyperMediaEndpoint);
|
|
10938
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
11023
|
+
return _context6.abrupt("return", request(_objectSpread$I({}, opts, {
|
|
10939
11024
|
path: pathBusinessPmsStaffMembers(businessId) + "/import"
|
|
10940
11025
|
}), {
|
|
10941
11026
|
method: 'post',
|
|
@@ -10965,9 +11050,9 @@ var pms = /*#__PURE__*/Object.freeze({
|
|
|
10965
11050
|
importBusinessPMSStaffMember: importBusinessPMSStaffMember
|
|
10966
11051
|
});
|
|
10967
11052
|
|
|
10968
|
-
function ownKeys$
|
|
11053
|
+
function ownKeys$J(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; }
|
|
10969
11054
|
|
|
10970
|
-
function _objectSpread$
|
|
11055
|
+
function _objectSpread$J(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$J(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$J(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
10971
11056
|
var pathLinkPracticeProfile = function pathLinkPracticeProfile(practiceProfileId) {
|
|
10972
11057
|
return "/practiceprofiles/" + practiceProfileId + "/link";
|
|
10973
11058
|
};
|
|
@@ -10988,7 +11073,7 @@ var getOrganisationPracticeProfiles = function getOrganisationPracticeProfiles(o
|
|
|
10988
11073
|
doesParamExist.default({
|
|
10989
11074
|
organisationId: organisationId
|
|
10990
11075
|
}, opts.hyperMediaEndpoint);
|
|
10991
|
-
return request(_objectSpread$
|
|
11076
|
+
return request(_objectSpread$J({}, opts, {
|
|
10992
11077
|
path: pathOrganisationPracticeProfiles(organisationId)
|
|
10993
11078
|
}), {
|
|
10994
11079
|
method: 'get',
|
|
@@ -11003,7 +11088,7 @@ var getPracticeProfile = function getPracticeProfile(practiceProfileId, opts) {
|
|
|
11003
11088
|
doesParamExist.default({
|
|
11004
11089
|
practiceProfileId: practiceProfileId
|
|
11005
11090
|
}, opts.hyperMediaEndpoint);
|
|
11006
|
-
return request(_objectSpread$
|
|
11091
|
+
return request(_objectSpread$J({}, opts, {
|
|
11007
11092
|
path: pathPracticeProfile(practiceProfileId)
|
|
11008
11093
|
}), {
|
|
11009
11094
|
method: 'get'
|
|
@@ -11021,7 +11106,7 @@ var linkPracticeProfile = function linkPracticeProfile(practiceProfileId, practi
|
|
|
11021
11106
|
var body = {
|
|
11022
11107
|
practiceId: practiceId
|
|
11023
11108
|
};
|
|
11024
|
-
return request(_objectSpread$
|
|
11109
|
+
return request(_objectSpread$J({}, opts, {
|
|
11025
11110
|
path: pathLinkPracticeProfile(practiceProfileId)
|
|
11026
11111
|
}), {
|
|
11027
11112
|
method: 'put',
|
|
@@ -11036,7 +11121,7 @@ var unlinkPracticeProfile = function unlinkPracticeProfile(practiceProfileId, op
|
|
|
11036
11121
|
doesParamExist.default({
|
|
11037
11122
|
practiceProfileId: practiceProfileId
|
|
11038
11123
|
}, opts.hyperMediaEndpoint);
|
|
11039
|
-
return request(_objectSpread$
|
|
11124
|
+
return request(_objectSpread$J({}, opts, {
|
|
11040
11125
|
path: pathUnlinkPracticeProfile(practiceProfileId)
|
|
11041
11126
|
}), {
|
|
11042
11127
|
method: 'put'
|
|
@@ -11055,9 +11140,9 @@ var practiceProfiles = /*#__PURE__*/Object.freeze({
|
|
|
11055
11140
|
unlinkPracticeProfile: unlinkPracticeProfile
|
|
11056
11141
|
});
|
|
11057
11142
|
|
|
11058
|
-
function ownKeys$
|
|
11143
|
+
function ownKeys$K(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; }
|
|
11059
11144
|
|
|
11060
|
-
function _objectSpread$
|
|
11145
|
+
function _objectSpread$K(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$K(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$K(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
11061
11146
|
|
|
11062
11147
|
var pathBusinessFormPractices = function pathBusinessFormPractices(businessId, formId) {
|
|
11063
11148
|
return "/businesses/" + businessId + "/forms/" + formId + "/practices";
|
|
@@ -11119,7 +11204,7 @@ var createBusinessPractice = /*#__PURE__*/function () {
|
|
|
11119
11204
|
doesParamExist.default({
|
|
11120
11205
|
businessId: businessId
|
|
11121
11206
|
}, opts.hyperMediaEndpoint);
|
|
11122
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
11207
|
+
return _context.abrupt("return", request(_objectSpread$K({}, opts, {
|
|
11123
11208
|
path: pathBusinessPractices(businessId)
|
|
11124
11209
|
}), {
|
|
11125
11210
|
method: 'post',
|
|
@@ -11158,7 +11243,7 @@ var createOrganisationPractice = /*#__PURE__*/function () {
|
|
|
11158
11243
|
doesParamExist.default({
|
|
11159
11244
|
organisationId: organisationId
|
|
11160
11245
|
}, opts.hyperMediaEndpoint);
|
|
11161
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
11246
|
+
return _context2.abrupt("return", request(_objectSpread$K({}, opts, {
|
|
11162
11247
|
path: pathOrganisationPractices(organisationId)
|
|
11163
11248
|
}), {
|
|
11164
11249
|
method: 'post',
|
|
@@ -11198,7 +11283,7 @@ var deleteBusinessPractice = /*#__PURE__*/function () {
|
|
|
11198
11283
|
businessId: businessId,
|
|
11199
11284
|
practiceId: practiceId
|
|
11200
11285
|
}, opts.hyperMediaEndpoint);
|
|
11201
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
11286
|
+
return _context3.abrupt("return", request(_objectSpread$K({}, opts, {
|
|
11202
11287
|
path: pathBusinessPractice(businessId, practiceId)
|
|
11203
11288
|
}), {
|
|
11204
11289
|
method: 'delete'
|
|
@@ -11237,7 +11322,7 @@ var deleteOrganisationPractice = /*#__PURE__*/function () {
|
|
|
11237
11322
|
organisationId: organisationId,
|
|
11238
11323
|
practiceId: practiceId
|
|
11239
11324
|
}, opts.hyperMediaEndpoint);
|
|
11240
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
11325
|
+
return _context4.abrupt("return", request(_objectSpread$K({}, opts, {
|
|
11241
11326
|
path: pathOrganisationPractice(organisationId, practiceId)
|
|
11242
11327
|
}), {
|
|
11243
11328
|
method: 'delete'
|
|
@@ -11276,7 +11361,7 @@ var getBusinessPractice = /*#__PURE__*/function () {
|
|
|
11276
11361
|
businessId: businessId,
|
|
11277
11362
|
practiceId: practiceId
|
|
11278
11363
|
}, opts.hyperMediaEndpoint);
|
|
11279
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
11364
|
+
return _context5.abrupt("return", request(_objectSpread$K({}, opts, {
|
|
11280
11365
|
path: pathBusinessPractice(businessId, practiceId)
|
|
11281
11366
|
}), {
|
|
11282
11367
|
method: 'get'
|
|
@@ -11318,7 +11403,7 @@ var getBusinessPractices = /*#__PURE__*/function () {
|
|
|
11318
11403
|
doesParamExist.default({
|
|
11319
11404
|
businessId: businessId
|
|
11320
11405
|
}, opts.hyperMediaEndpoint);
|
|
11321
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
11406
|
+
return _context6.abrupt("return", request(_objectSpread$K({}, opts, {
|
|
11322
11407
|
path: pathBusinessPractices(businessId)
|
|
11323
11408
|
}), {
|
|
11324
11409
|
method: 'get',
|
|
@@ -11363,7 +11448,7 @@ var getBusinessFormPractices = /*#__PURE__*/function () {
|
|
|
11363
11448
|
businessId: businessId,
|
|
11364
11449
|
formId: formId
|
|
11365
11450
|
}, opts.hyperMediaEndpoint);
|
|
11366
|
-
return _context7.abrupt("return", request(_objectSpread$
|
|
11451
|
+
return _context7.abrupt("return", request(_objectSpread$K({}, opts, {
|
|
11367
11452
|
path: pathBusinessFormPractices(businessId, formId)
|
|
11368
11453
|
}), {
|
|
11369
11454
|
method: 'get',
|
|
@@ -11405,7 +11490,7 @@ var getBusinessPracticeUploadUrl = /*#__PURE__*/function () {
|
|
|
11405
11490
|
practiceId: practiceId,
|
|
11406
11491
|
query: query
|
|
11407
11492
|
}, opts.hyperMediaEndpoint);
|
|
11408
|
-
return _context8.abrupt("return", request(_objectSpread$
|
|
11493
|
+
return _context8.abrupt("return", request(_objectSpread$K({}, opts, {
|
|
11409
11494
|
path: pathBusinessPracticeUploadUrl(businessId, practiceId)
|
|
11410
11495
|
}), {
|
|
11411
11496
|
method: 'get',
|
|
@@ -11449,7 +11534,7 @@ var getBusinessStaffPractices = /*#__PURE__*/function () {
|
|
|
11449
11534
|
businessId: businessId,
|
|
11450
11535
|
staffId: staffId
|
|
11451
11536
|
}, opts.hyperMediaEndpoint);
|
|
11452
|
-
return _context9.abrupt("return", request(_objectSpread$
|
|
11537
|
+
return _context9.abrupt("return", request(_objectSpread$K({}, opts, {
|
|
11453
11538
|
path: pathBusinessStaffPractices(businessId, staffId)
|
|
11454
11539
|
}), {
|
|
11455
11540
|
method: 'get',
|
|
@@ -11492,7 +11577,7 @@ var getOrganisationPractices = /*#__PURE__*/function () {
|
|
|
11492
11577
|
doesParamExist.default({
|
|
11493
11578
|
organisationId: organisationId
|
|
11494
11579
|
}, opts.hyperMediaEndpoint);
|
|
11495
|
-
return _context10.abrupt("return", request(_objectSpread$
|
|
11580
|
+
return _context10.abrupt("return", request(_objectSpread$K({}, opts, {
|
|
11496
11581
|
path: pathOrganisationPractices(organisationId)
|
|
11497
11582
|
}), {
|
|
11498
11583
|
method: 'get',
|
|
@@ -11531,7 +11616,7 @@ var getPractice = /*#__PURE__*/function () {
|
|
|
11531
11616
|
doesParamExist.default({
|
|
11532
11617
|
practiceId: practiceId
|
|
11533
11618
|
}, opts.hyperMediaEndpoint);
|
|
11534
|
-
return _context11.abrupt("return", request(_objectSpread$
|
|
11619
|
+
return _context11.abrupt("return", request(_objectSpread$K({}, opts, {
|
|
11535
11620
|
path: pathPractice(practiceId)
|
|
11536
11621
|
}), {
|
|
11537
11622
|
method: 'get'
|
|
@@ -11560,7 +11645,7 @@ var requestClaimPractice = function requestClaimPractice(practiceId, opts) {
|
|
|
11560
11645
|
opts = {};
|
|
11561
11646
|
}
|
|
11562
11647
|
|
|
11563
|
-
return request(_objectSpread$
|
|
11648
|
+
return request(_objectSpread$K({}, opts, {
|
|
11564
11649
|
path: pathPractice(practiceId) + "/verify/request"
|
|
11565
11650
|
}), {
|
|
11566
11651
|
method: 'post'
|
|
@@ -11578,7 +11663,7 @@ var requestToAddProviderToPractice = function requestToAddProviderToPractice(pra
|
|
|
11578
11663
|
opts = {};
|
|
11579
11664
|
}
|
|
11580
11665
|
|
|
11581
|
-
return request(_objectSpread$
|
|
11666
|
+
return request(_objectSpread$K({}, opts, {
|
|
11582
11667
|
path: pathPractice(practiceId) + "/access/request"
|
|
11583
11668
|
}), {
|
|
11584
11669
|
method: 'post',
|
|
@@ -11602,7 +11687,7 @@ var searchOnboardingPractices = function searchOnboardingPractices(query, opts)
|
|
|
11602
11687
|
opts = {};
|
|
11603
11688
|
}
|
|
11604
11689
|
|
|
11605
|
-
return request(_objectSpread$
|
|
11690
|
+
return request(_objectSpread$K({}, opts, {
|
|
11606
11691
|
path: pathOnboardingPractices()
|
|
11607
11692
|
}), {
|
|
11608
11693
|
method: 'get',
|
|
@@ -11631,7 +11716,7 @@ var updateBusinessPractice = /*#__PURE__*/function () {
|
|
|
11631
11716
|
businessId: businessId,
|
|
11632
11717
|
practiceId: practiceId
|
|
11633
11718
|
}, opts.hyperMediaEndpoint);
|
|
11634
|
-
return _context12.abrupt("return", request(_objectSpread$
|
|
11719
|
+
return _context12.abrupt("return", request(_objectSpread$K({}, opts, {
|
|
11635
11720
|
path: pathBusinessPractice(businessId, practiceId)
|
|
11636
11721
|
}), {
|
|
11637
11722
|
method: 'put',
|
|
@@ -11672,7 +11757,7 @@ var updateOrganisationPractice = /*#__PURE__*/function () {
|
|
|
11672
11757
|
organisationId: organisationId,
|
|
11673
11758
|
practiceId: practiceId
|
|
11674
11759
|
}, opts.hyperMediaEndpoint);
|
|
11675
|
-
return _context13.abrupt("return", request(_objectSpread$
|
|
11760
|
+
return _context13.abrupt("return", request(_objectSpread$K({}, opts, {
|
|
11676
11761
|
path: pathOrganisationPractice(organisationId, practiceId)
|
|
11677
11762
|
}), {
|
|
11678
11763
|
method: 'put',
|
|
@@ -11704,11 +11789,11 @@ var verifyClaimPractice = function verifyClaimPractice(practiceId, otkCode, body
|
|
|
11704
11789
|
opts = {};
|
|
11705
11790
|
}
|
|
11706
11791
|
|
|
11707
|
-
return request(_objectSpread$
|
|
11792
|
+
return request(_objectSpread$K({}, opts, {
|
|
11708
11793
|
path: pathPractice(practiceId) + "/verify"
|
|
11709
11794
|
}), {
|
|
11710
11795
|
method: 'post',
|
|
11711
|
-
data: _objectSpread$
|
|
11796
|
+
data: _objectSpread$K({}, body, {
|
|
11712
11797
|
otkCode: otkCode
|
|
11713
11798
|
})
|
|
11714
11799
|
});
|
|
@@ -11733,7 +11818,7 @@ var clonePracticeIntoBusiness = /*#__PURE__*/function () {
|
|
|
11733
11818
|
doesParamExist.default({
|
|
11734
11819
|
practiceId: practiceId
|
|
11735
11820
|
}, opts.hyperMediaEndpoint);
|
|
11736
|
-
return _context14.abrupt("return", request(_objectSpread$
|
|
11821
|
+
return _context14.abrupt("return", request(_objectSpread$K({}, opts, {
|
|
11737
11822
|
path: pathPractice(practiceId) + "/clone"
|
|
11738
11823
|
}), {
|
|
11739
11824
|
method: 'post',
|
|
@@ -11778,7 +11863,7 @@ var getPracticesWithApprovedApplications = /*#__PURE__*/function () {
|
|
|
11778
11863
|
businessId: businessId,
|
|
11779
11864
|
formId: formId
|
|
11780
11865
|
}, opts.hyperMediaEndpoint);
|
|
11781
|
-
return _context15.abrupt("return", request(_objectSpread$
|
|
11866
|
+
return _context15.abrupt("return", request(_objectSpread$K({}, opts, {
|
|
11782
11867
|
path: pathGetPracticesWithApprovedApplications(businessId, formId)
|
|
11783
11868
|
}), {
|
|
11784
11869
|
method: 'get',
|
|
@@ -11821,9 +11906,9 @@ var practices = /*#__PURE__*/Object.freeze({
|
|
|
11821
11906
|
getPracticesWithApprovedApplications: getPracticesWithApprovedApplications
|
|
11822
11907
|
});
|
|
11823
11908
|
|
|
11824
|
-
function ownKeys$
|
|
11909
|
+
function ownKeys$L(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; }
|
|
11825
11910
|
|
|
11826
|
-
function _objectSpread$
|
|
11911
|
+
function _objectSpread$L(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$L(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$L(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
11827
11912
|
var PATH__PRACTICE_TYPES = '/practicetypes';
|
|
11828
11913
|
/**
|
|
11829
11914
|
* Get practice types
|
|
@@ -11840,7 +11925,7 @@ var getPracticeTypes = /*#__PURE__*/function () {
|
|
|
11840
11925
|
opts = {};
|
|
11841
11926
|
}
|
|
11842
11927
|
|
|
11843
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
11928
|
+
return _context.abrupt("return", request(_objectSpread$L({}, opts, {
|
|
11844
11929
|
path: PATH__PRACTICE_TYPES
|
|
11845
11930
|
}), {
|
|
11846
11931
|
method: 'get'
|
|
@@ -11864,9 +11949,9 @@ var practiceTypes = /*#__PURE__*/Object.freeze({
|
|
|
11864
11949
|
getPracticeTypes: getPracticeTypes
|
|
11865
11950
|
});
|
|
11866
11951
|
|
|
11867
|
-
function ownKeys$
|
|
11952
|
+
function ownKeys$M(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; }
|
|
11868
11953
|
|
|
11869
|
-
function _objectSpread$
|
|
11954
|
+
function _objectSpread$M(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$M(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$M(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
11870
11955
|
var pathBusinessProducts = function pathBusinessProducts(businessId) {
|
|
11871
11956
|
return "/businesses/" + businessId + "/products";
|
|
11872
11957
|
};
|
|
@@ -11884,7 +11969,7 @@ var getProducts = function getProducts(query, opts) {
|
|
|
11884
11969
|
opts = {};
|
|
11885
11970
|
}
|
|
11886
11971
|
|
|
11887
|
-
return request(_objectSpread$
|
|
11972
|
+
return request(_objectSpread$M({}, opts, {
|
|
11888
11973
|
path: '/products'
|
|
11889
11974
|
}), {
|
|
11890
11975
|
method: 'get',
|
|
@@ -11906,7 +11991,7 @@ var getBusinessProducts = function getBusinessProducts(businessId, query, opts)
|
|
|
11906
11991
|
doesParamExist.default({
|
|
11907
11992
|
businessId: businessId
|
|
11908
11993
|
});
|
|
11909
|
-
return request(_objectSpread$
|
|
11994
|
+
return request(_objectSpread$M({}, opts, {
|
|
11910
11995
|
path: pathBusinessProducts(businessId)
|
|
11911
11996
|
}), {
|
|
11912
11997
|
method: 'get',
|
|
@@ -11929,7 +12014,7 @@ var getBusinessProduct = function getBusinessProduct(businessId, productId, opts
|
|
|
11929
12014
|
businessId: businessId,
|
|
11930
12015
|
productId: productId
|
|
11931
12016
|
});
|
|
11932
|
-
return request(_objectSpread$
|
|
12017
|
+
return request(_objectSpread$M({}, opts, {
|
|
11933
12018
|
path: pathBusinessProduct(businessId, productId)
|
|
11934
12019
|
}), {
|
|
11935
12020
|
method: 'get'
|
|
@@ -11945,9 +12030,9 @@ var products = /*#__PURE__*/Object.freeze({
|
|
|
11945
12030
|
getBusinessProduct: getBusinessProduct
|
|
11946
12031
|
});
|
|
11947
12032
|
|
|
11948
|
-
function ownKeys$
|
|
12033
|
+
function ownKeys$N(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; }
|
|
11949
12034
|
|
|
11950
|
-
function _objectSpread$
|
|
12035
|
+
function _objectSpread$N(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$N(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$N(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
11951
12036
|
var pathBusinessProfessionalCategories = function pathBusinessProfessionalCategories(businessId) {
|
|
11952
12037
|
return "/businesses/" + businessId + "/professionalcategories";
|
|
11953
12038
|
};
|
|
@@ -11966,7 +12051,7 @@ var getProfessionalCategories = function getProfessionalCategories(query, opts)
|
|
|
11966
12051
|
opts = {};
|
|
11967
12052
|
}
|
|
11968
12053
|
|
|
11969
|
-
return request(_objectSpread$
|
|
12054
|
+
return request(_objectSpread$N({}, opts, {
|
|
11970
12055
|
path: pathProfessionalCategories
|
|
11971
12056
|
}), {
|
|
11972
12057
|
method: 'get',
|
|
@@ -11988,7 +12073,7 @@ var getBusinessProfessionalCategories = function getBusinessProfessionalCategori
|
|
|
11988
12073
|
doesParamExist.default({
|
|
11989
12074
|
businessId: businessId
|
|
11990
12075
|
});
|
|
11991
|
-
return request(_objectSpread$
|
|
12076
|
+
return request(_objectSpread$N({}, opts, {
|
|
11992
12077
|
path: pathBusinessProfessionalCategories(businessId)
|
|
11993
12078
|
}), {
|
|
11994
12079
|
method: 'get',
|
|
@@ -12009,7 +12094,7 @@ var getProfessionalCategory = function getProfessionalCategory(professionalCateg
|
|
|
12009
12094
|
doesParamExist.default({
|
|
12010
12095
|
professionalCategoryId: professionalCategoryId
|
|
12011
12096
|
});
|
|
12012
|
-
return request(_objectSpread$
|
|
12097
|
+
return request(_objectSpread$N({}, opts, {
|
|
12013
12098
|
path: pathProfessionalCategory(professionalCategoryId)
|
|
12014
12099
|
}), {
|
|
12015
12100
|
method: 'get'
|
|
@@ -12026,9 +12111,9 @@ var professionalCategories = /*#__PURE__*/Object.freeze({
|
|
|
12026
12111
|
getProfessionalCategory: getProfessionalCategory
|
|
12027
12112
|
});
|
|
12028
12113
|
|
|
12029
|
-
function ownKeys$
|
|
12114
|
+
function ownKeys$O(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; }
|
|
12030
12115
|
|
|
12031
|
-
function _objectSpread$
|
|
12116
|
+
function _objectSpread$O(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$O(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$O(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
12032
12117
|
|
|
12033
12118
|
var pathBusinessProviderRequests = function pathBusinessProviderRequests(businessId) {
|
|
12034
12119
|
return "/businesses/" + businessId + "/providerrequests";
|
|
@@ -12058,7 +12143,7 @@ var createProviderRequest = /*#__PURE__*/function () {
|
|
|
12058
12143
|
doesParamExist.default({
|
|
12059
12144
|
businessId: businessId
|
|
12060
12145
|
}, opts.hyperMediaEndpoint);
|
|
12061
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
12146
|
+
return _context.abrupt("return", request(_objectSpread$O({}, opts, {
|
|
12062
12147
|
path: pathBusinessProviderRequests(businessId)
|
|
12063
12148
|
}), {
|
|
12064
12149
|
method: 'post',
|
|
@@ -12099,7 +12184,7 @@ var requestBusinessPracticeStaffMemberProviderNumberToBeEnabled = /*#__PURE__*/f
|
|
|
12099
12184
|
doesParamExist.default({
|
|
12100
12185
|
businessId: businessId
|
|
12101
12186
|
}, opts.hyperMediaEndpoint);
|
|
12102
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
12187
|
+
return _context2.abrupt("return", request(_objectSpread$O({}, opts, {
|
|
12103
12188
|
path: pathBusinessPracticeStaffMemberProviderRequest(businessId, practiceId, staffId)
|
|
12104
12189
|
}), {
|
|
12105
12190
|
method: 'post',
|
|
@@ -12127,9 +12212,9 @@ var providerRequests = /*#__PURE__*/Object.freeze({
|
|
|
12127
12212
|
requestBusinessPracticeStaffMemberProviderNumberToBeEnabled: requestBusinessPracticeStaffMemberProviderNumberToBeEnabled
|
|
12128
12213
|
});
|
|
12129
12214
|
|
|
12130
|
-
function ownKeys$
|
|
12215
|
+
function ownKeys$P(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; }
|
|
12131
12216
|
|
|
12132
|
-
function _objectSpread$
|
|
12217
|
+
function _objectSpread$P(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$P(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$P(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
12133
12218
|
var pathGetProviderRegistrationTypes = '/providerregistrationtypes';
|
|
12134
12219
|
var pathGetProviderRegistrationType = function pathGetProviderRegistrationType(providerRegistrationTypeId) {
|
|
12135
12220
|
return "/providerregistrationtypes/" + providerRegistrationTypeId;
|
|
@@ -12150,7 +12235,7 @@ var getProviderRegistrationTypes = /*#__PURE__*/function () {
|
|
|
12150
12235
|
opts = {};
|
|
12151
12236
|
}
|
|
12152
12237
|
|
|
12153
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
12238
|
+
return _context.abrupt("return", request(_objectSpread$P({}, opts, {
|
|
12154
12239
|
path: pathGetProviderRegistrationTypes
|
|
12155
12240
|
}), {
|
|
12156
12241
|
method: 'get',
|
|
@@ -12185,7 +12270,7 @@ var getProviderRegistrationType = /*#__PURE__*/function () {
|
|
|
12185
12270
|
opts = {};
|
|
12186
12271
|
}
|
|
12187
12272
|
|
|
12188
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
12273
|
+
return _context2.abrupt("return", request(_objectSpread$P({}, opts, {
|
|
12189
12274
|
path: pathGetProviderRegistrationType(providerRegistrationTypeId)
|
|
12190
12275
|
}), {
|
|
12191
12276
|
method: 'get'
|
|
@@ -12212,9 +12297,9 @@ var providerRegistrationTypes = /*#__PURE__*/Object.freeze({
|
|
|
12212
12297
|
getProviderRegistrationType: getProviderRegistrationType
|
|
12213
12298
|
});
|
|
12214
12299
|
|
|
12215
|
-
function ownKeys$
|
|
12300
|
+
function ownKeys$Q(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; }
|
|
12216
12301
|
|
|
12217
|
-
function _objectSpread$
|
|
12302
|
+
function _objectSpread$Q(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$Q(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$Q(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
12218
12303
|
var pathProviderNumberTypes = function pathProviderNumberTypes() {
|
|
12219
12304
|
return "/providernumbertypes";
|
|
12220
12305
|
};
|
|
@@ -12241,7 +12326,7 @@ var getProviderNumberTypes = /*#__PURE__*/function () {
|
|
|
12241
12326
|
opts = {};
|
|
12242
12327
|
}
|
|
12243
12328
|
|
|
12244
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
12329
|
+
return _context.abrupt("return", request(_objectSpread$Q({}, opts, {
|
|
12245
12330
|
path: pathProviderNumberTypes()
|
|
12246
12331
|
}), {
|
|
12247
12332
|
method: 'get',
|
|
@@ -12279,7 +12364,7 @@ var getProviderNumberType = function getProviderNumberType(providerNumberTypeId,
|
|
|
12279
12364
|
doesParamExist.default({
|
|
12280
12365
|
providerNumberTypeId: providerNumberTypeId
|
|
12281
12366
|
}, opts.hyperMediaEndpoint);
|
|
12282
|
-
return request(_objectSpread$
|
|
12367
|
+
return request(_objectSpread$Q({}, opts, {
|
|
12283
12368
|
path: pathProviderNumberType(providerNumberTypeId)
|
|
12284
12369
|
}), {
|
|
12285
12370
|
method: 'get',
|
|
@@ -12295,9 +12380,9 @@ var providerNumberTypes = /*#__PURE__*/Object.freeze({
|
|
|
12295
12380
|
getProviderNumberType: getProviderNumberType
|
|
12296
12381
|
});
|
|
12297
12382
|
|
|
12298
|
-
function ownKeys$
|
|
12383
|
+
function ownKeys$R(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; }
|
|
12299
12384
|
|
|
12300
|
-
function _objectSpread$
|
|
12385
|
+
function _objectSpread$R(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$R(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$R(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
12301
12386
|
var PATH__PROVIDER_TYPES = '/providertypes';
|
|
12302
12387
|
/**
|
|
12303
12388
|
* Get provider types
|
|
@@ -12314,7 +12399,7 @@ var getProviderTypes = /*#__PURE__*/function () {
|
|
|
12314
12399
|
opts = {};
|
|
12315
12400
|
}
|
|
12316
12401
|
|
|
12317
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
12402
|
+
return _context.abrupt("return", request(_objectSpread$R({}, opts, {
|
|
12318
12403
|
path: PATH__PROVIDER_TYPES
|
|
12319
12404
|
}), {
|
|
12320
12405
|
method: 'get'
|
|
@@ -12338,16 +12423,16 @@ var providerTypes = /*#__PURE__*/Object.freeze({
|
|
|
12338
12423
|
getProviderTypes: getProviderTypes
|
|
12339
12424
|
});
|
|
12340
12425
|
|
|
12341
|
-
function ownKeys$
|
|
12426
|
+
function ownKeys$S(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; }
|
|
12342
12427
|
|
|
12343
|
-
function _objectSpread$
|
|
12428
|
+
function _objectSpread$S(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$S(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$S(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
12344
12429
|
var PATH__REF_SOURCES = '/refsources';
|
|
12345
12430
|
var getRefSources = function getRefSources(query, opts) {
|
|
12346
12431
|
if (opts === void 0) {
|
|
12347
12432
|
opts = {};
|
|
12348
12433
|
}
|
|
12349
12434
|
|
|
12350
|
-
return request(_objectSpread$
|
|
12435
|
+
return request(_objectSpread$S({}, opts, {
|
|
12351
12436
|
path: PATH__REF_SOURCES
|
|
12352
12437
|
}), {
|
|
12353
12438
|
method: 'get',
|
|
@@ -12361,9 +12446,9 @@ var refSources = /*#__PURE__*/Object.freeze({
|
|
|
12361
12446
|
getRefSources: getRefSources
|
|
12362
12447
|
});
|
|
12363
12448
|
|
|
12364
|
-
function ownKeys$
|
|
12449
|
+
function ownKeys$T(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; }
|
|
12365
12450
|
|
|
12366
|
-
function _objectSpread$
|
|
12451
|
+
function _objectSpread$T(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$T(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$T(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
12367
12452
|
var PATH__TRANSACTIONS = '/transaction';
|
|
12368
12453
|
/**
|
|
12369
12454
|
* Get risk score
|
|
@@ -12384,7 +12469,7 @@ var getTransactionRiskScore = /*#__PURE__*/function () {
|
|
|
12384
12469
|
doesParamExist.default({
|
|
12385
12470
|
transactionId: transactionId
|
|
12386
12471
|
}, opts.hyperMediaEndpoint);
|
|
12387
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
12472
|
+
return _context.abrupt("return", request(_objectSpread$T({}, opts, {
|
|
12388
12473
|
apiName: 'risk',
|
|
12389
12474
|
path: PATH__TRANSACTIONS + "/risk/" + transactionId
|
|
12390
12475
|
}), {
|
|
@@ -12419,7 +12504,7 @@ var scoreAndSaveTransaction = /*#__PURE__*/function () {
|
|
|
12419
12504
|
opts = {};
|
|
12420
12505
|
}
|
|
12421
12506
|
|
|
12422
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
12507
|
+
return _context2.abrupt("return", request(_objectSpread$T({}, opts, {
|
|
12423
12508
|
apiName: 'risk',
|
|
12424
12509
|
path: PATH__TRANSACTIONS
|
|
12425
12510
|
}), {
|
|
@@ -12446,9 +12531,9 @@ var risk = /*#__PURE__*/Object.freeze({
|
|
|
12446
12531
|
scoreAndSaveTransaction: scoreAndSaveTransaction
|
|
12447
12532
|
});
|
|
12448
12533
|
|
|
12449
|
-
function ownKeys$
|
|
12534
|
+
function ownKeys$U(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; }
|
|
12450
12535
|
|
|
12451
|
-
function _objectSpread$
|
|
12536
|
+
function _objectSpread$U(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$U(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$U(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
12452
12537
|
var pathHealthFundRNAs = function pathHealthFundRNAs(healthFundId) {
|
|
12453
12538
|
return "/healthfunds/" + healthFundId + "/rnas";
|
|
12454
12539
|
};
|
|
@@ -12482,7 +12567,7 @@ var getBusinessRNAs = function getBusinessRNAs(businessId, query, opts) {
|
|
|
12482
12567
|
doesParamExist.default({
|
|
12483
12568
|
businessId: businessId
|
|
12484
12569
|
}, opts.hyperMediaEndpoint);
|
|
12485
|
-
return request(_objectSpread$
|
|
12570
|
+
return request(_objectSpread$U({}, opts, {
|
|
12486
12571
|
path: pathBusinessesRNAs(businessId)
|
|
12487
12572
|
}), {
|
|
12488
12573
|
method: 'get',
|
|
@@ -12505,7 +12590,7 @@ var getBusinessRNA = function getBusinessRNA(businessId, rnaId, opts) {
|
|
|
12505
12590
|
businessId: businessId,
|
|
12506
12591
|
rnaId: rnaId
|
|
12507
12592
|
}, opts.hyperMediaEndpoint);
|
|
12508
|
-
return request(_objectSpread$
|
|
12593
|
+
return request(_objectSpread$U({}, opts, {
|
|
12509
12594
|
path: "" + pathBusinessRNA(businessId, rnaId)
|
|
12510
12595
|
}), {
|
|
12511
12596
|
method: 'get'
|
|
@@ -12526,7 +12611,7 @@ var checkRNAExists = function checkRNAExists(businessId, query, opts) {
|
|
|
12526
12611
|
doesParamExist.default({
|
|
12527
12612
|
businessId: businessId
|
|
12528
12613
|
}, opts.hyperMediaEndpoint);
|
|
12529
|
-
return request(_objectSpread$
|
|
12614
|
+
return request(_objectSpread$U({}, opts, {
|
|
12530
12615
|
path: pathBusinessesRNAs(businessId) + "/exists"
|
|
12531
12616
|
}), {
|
|
12532
12617
|
method: 'get',
|
|
@@ -12541,7 +12626,7 @@ var createHealthFundRNA = function createHealthFundRNA(healthFundId, body, opts)
|
|
|
12541
12626
|
doesParamExist.default({
|
|
12542
12627
|
healthFundId: healthFundId
|
|
12543
12628
|
}, opts.hyperMediaEndpoint);
|
|
12544
|
-
return request(_objectSpread$
|
|
12629
|
+
return request(_objectSpread$U({}, opts, {
|
|
12545
12630
|
path: pathHealthFundRNAs(healthFundId)
|
|
12546
12631
|
}), {
|
|
12547
12632
|
method: 'post',
|
|
@@ -12557,7 +12642,7 @@ var createAppointmentForHealthFundRNA = function createAppointmentForHealthFundR
|
|
|
12557
12642
|
healthFundId: healthFundId,
|
|
12558
12643
|
rnaId: rnaId
|
|
12559
12644
|
}, opts.hyperMediaEndpoint);
|
|
12560
|
-
return request(_objectSpread$
|
|
12645
|
+
return request(_objectSpread$U({}, opts, {
|
|
12561
12646
|
path: pathHealthFundRNAAppointments(healthFundId, rnaId)
|
|
12562
12647
|
}), {
|
|
12563
12648
|
method: 'post',
|
|
@@ -12573,7 +12658,7 @@ var getHealthFundRNA = function getHealthFundRNA(healthFundId, rnaId, query, opt
|
|
|
12573
12658
|
healthFundId: healthFundId,
|
|
12574
12659
|
rnaId: rnaId
|
|
12575
12660
|
}, opts.hyperMediaEndpoint);
|
|
12576
|
-
return request(_objectSpread$
|
|
12661
|
+
return request(_objectSpread$U({}, opts, {
|
|
12577
12662
|
path: pathHealthFundRNA(healthFundId, rnaId)
|
|
12578
12663
|
}), {
|
|
12579
12664
|
method: 'get',
|
|
@@ -12588,7 +12673,7 @@ var getHealthFundRNAs = function getHealthFundRNAs(healthFundId, query, opts) {
|
|
|
12588
12673
|
doesParamExist.default({
|
|
12589
12674
|
healthFundId: healthFundId
|
|
12590
12675
|
}, opts.hyperMediaEndpoint);
|
|
12591
|
-
return request(_objectSpread$
|
|
12676
|
+
return request(_objectSpread$U({}, opts, {
|
|
12592
12677
|
path: pathHealthFundRNAs(healthFundId)
|
|
12593
12678
|
}), {
|
|
12594
12679
|
method: 'get',
|
|
@@ -12605,7 +12690,7 @@ var updateAppointmentForHealthFundRNA = function updateAppointmentForHealthFundR
|
|
|
12605
12690
|
rnaId: rnaId,
|
|
12606
12691
|
rnaAppointmentId: rnaAppointmentId
|
|
12607
12692
|
}, opts.hyperMediaEndpoint);
|
|
12608
|
-
return request(_objectSpread$
|
|
12693
|
+
return request(_objectSpread$U({}, opts, {
|
|
12609
12694
|
path: pathHealthFundRNAAppointment(healthFundId, rnaId, rnaAppointmentId)
|
|
12610
12695
|
}), {
|
|
12611
12696
|
method: 'put',
|
|
@@ -12631,9 +12716,9 @@ var rnas = /*#__PURE__*/Object.freeze({
|
|
|
12631
12716
|
updateAppointmentForHealthFundRNA: updateAppointmentForHealthFundRNA
|
|
12632
12717
|
});
|
|
12633
12718
|
|
|
12634
|
-
function ownKeys$
|
|
12719
|
+
function ownKeys$V(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; }
|
|
12635
12720
|
|
|
12636
|
-
function _objectSpread$
|
|
12721
|
+
function _objectSpread$V(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$V(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$V(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
12637
12722
|
var PATH__ROLES = '/roles';
|
|
12638
12723
|
/**
|
|
12639
12724
|
* Get roles
|
|
@@ -12650,7 +12735,7 @@ var getRoles = /*#__PURE__*/function () {
|
|
|
12650
12735
|
opts = {};
|
|
12651
12736
|
}
|
|
12652
12737
|
|
|
12653
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
12738
|
+
return _context.abrupt("return", request(_objectSpread$V({}, opts, {
|
|
12654
12739
|
path: PATH__ROLES
|
|
12655
12740
|
}), {
|
|
12656
12741
|
method: 'get'
|
|
@@ -12674,9 +12759,9 @@ var roles = /*#__PURE__*/Object.freeze({
|
|
|
12674
12759
|
getRoles: getRoles
|
|
12675
12760
|
});
|
|
12676
12761
|
|
|
12677
|
-
function ownKeys$
|
|
12762
|
+
function ownKeys$W(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; }
|
|
12678
12763
|
|
|
12679
|
-
function _objectSpread$
|
|
12764
|
+
function _objectSpread$W(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$W(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$W(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
12680
12765
|
var PATH__SELF_CHECKOUT_SESSIONS = '/selfcheckoutsessions';
|
|
12681
12766
|
/**
|
|
12682
12767
|
* Create a self checkout session
|
|
@@ -12694,7 +12779,7 @@ var createSelfCheckoutSession = /*#__PURE__*/function () {
|
|
|
12694
12779
|
opts = {};
|
|
12695
12780
|
}
|
|
12696
12781
|
|
|
12697
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
12782
|
+
return _context.abrupt("return", request(_objectSpread$W({}, opts, {
|
|
12698
12783
|
path: PATH__SELF_CHECKOUT_SESSIONS
|
|
12699
12784
|
}), {
|
|
12700
12785
|
method: 'post',
|
|
@@ -12729,7 +12814,7 @@ var approve = /*#__PURE__*/function () {
|
|
|
12729
12814
|
opts = {};
|
|
12730
12815
|
}
|
|
12731
12816
|
|
|
12732
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
12817
|
+
return _context2.abrupt("return", request(_objectSpread$W({}, opts, {
|
|
12733
12818
|
path: PATH__SELF_CHECKOUT_SESSIONS + "/me/approvals"
|
|
12734
12819
|
}), {
|
|
12735
12820
|
method: 'post',
|
|
@@ -12765,7 +12850,7 @@ var cancel$1 = /*#__PURE__*/function () {
|
|
|
12765
12850
|
opts = {};
|
|
12766
12851
|
}
|
|
12767
12852
|
|
|
12768
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
12853
|
+
return _context3.abrupt("return", request(_objectSpread$W({}, opts, {
|
|
12769
12854
|
path: PATH__SELF_CHECKOUT_SESSIONS + "/me/cancellations"
|
|
12770
12855
|
}), {
|
|
12771
12856
|
method: 'post',
|
|
@@ -12801,7 +12886,7 @@ var cancelSession = /*#__PURE__*/function () {
|
|
|
12801
12886
|
opts = {};
|
|
12802
12887
|
}
|
|
12803
12888
|
|
|
12804
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
12889
|
+
return _context4.abrupt("return", request(_objectSpread$W({}, opts, {
|
|
12805
12890
|
path: PATH__SELF_CHECKOUT_SESSIONS + "/me/cancels"
|
|
12806
12891
|
}), {
|
|
12807
12892
|
method: 'post',
|
|
@@ -12836,7 +12921,7 @@ var createMyInvoice = /*#__PURE__*/function () {
|
|
|
12836
12921
|
opts = {};
|
|
12837
12922
|
}
|
|
12838
12923
|
|
|
12839
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
12924
|
+
return _context5.abrupt("return", request(_objectSpread$W({}, opts, {
|
|
12840
12925
|
path: PATH__SELF_CHECKOUT_SESSIONS + "/me/invoices"
|
|
12841
12926
|
}), {
|
|
12842
12927
|
method: 'post',
|
|
@@ -12870,7 +12955,7 @@ var createPaymentAuthority = /*#__PURE__*/function () {
|
|
|
12870
12955
|
opts = {};
|
|
12871
12956
|
}
|
|
12872
12957
|
|
|
12873
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
12958
|
+
return _context6.abrupt("return", request(_objectSpread$W({}, opts, {
|
|
12874
12959
|
path: PATH__SELF_CHECKOUT_SESSIONS + "/me/paymentauthorities"
|
|
12875
12960
|
}), {
|
|
12876
12961
|
method: 'post',
|
|
@@ -12910,7 +12995,7 @@ var createPaymentMethod = /*#__PURE__*/function () {
|
|
|
12910
12995
|
nonce: nonce,
|
|
12911
12996
|
source: source
|
|
12912
12997
|
}, opts.hyperMediaEndpoint);
|
|
12913
|
-
return _context7.abrupt("return", request(_objectSpread$
|
|
12998
|
+
return _context7.abrupt("return", request(_objectSpread$W({}, opts, {
|
|
12914
12999
|
path: PATH__SELF_CHECKOUT_SESSIONS + "/me/paymentmethods"
|
|
12915
13000
|
}), {
|
|
12916
13001
|
method: 'post',
|
|
@@ -12948,7 +13033,7 @@ var getPaymentMethods = /*#__PURE__*/function () {
|
|
|
12948
13033
|
opts = {};
|
|
12949
13034
|
}
|
|
12950
13035
|
|
|
12951
|
-
return _context8.abrupt("return", request(_objectSpread$
|
|
13036
|
+
return _context8.abrupt("return", request(_objectSpread$W({}, opts, {
|
|
12952
13037
|
path: PATH__SELF_CHECKOUT_SESSIONS + "/me/paymentmethods"
|
|
12953
13038
|
}), {
|
|
12954
13039
|
method: 'get',
|
|
@@ -13002,7 +13087,7 @@ var discoverMember$1 = /*#__PURE__*/function () {
|
|
|
13002
13087
|
email: email,
|
|
13003
13088
|
memberId: memberId
|
|
13004
13089
|
});
|
|
13005
|
-
return _context9.abrupt("return", request(_objectSpread$
|
|
13090
|
+
return _context9.abrupt("return", request(_objectSpread$W({}, opts, {
|
|
13006
13091
|
path: PATH__SELF_CHECKOUT_SESSIONS + "/discovery/members"
|
|
13007
13092
|
}), {
|
|
13008
13093
|
method: 'get',
|
|
@@ -13039,7 +13124,7 @@ var checkDupe$1 = /*#__PURE__*/function () {
|
|
|
13039
13124
|
opts = {};
|
|
13040
13125
|
}
|
|
13041
13126
|
|
|
13042
|
-
return _context10.abrupt("return", request(_objectSpread$
|
|
13127
|
+
return _context10.abrupt("return", request(_objectSpread$W({}, opts, {
|
|
13043
13128
|
path: PATH__SELF_CHECKOUT_SESSIONS + "/checkdupe"
|
|
13044
13129
|
}), {
|
|
13045
13130
|
method: 'post',
|
|
@@ -13074,7 +13159,7 @@ var getMySelfCheckoutSession = /*#__PURE__*/function () {
|
|
|
13074
13159
|
opts = {};
|
|
13075
13160
|
}
|
|
13076
13161
|
|
|
13077
|
-
return _context11.abrupt("return", request(_objectSpread$
|
|
13162
|
+
return _context11.abrupt("return", request(_objectSpread$W({}, opts, {
|
|
13078
13163
|
path: PATH__SELF_CHECKOUT_SESSIONS + "/me"
|
|
13079
13164
|
}), {
|
|
13080
13165
|
method: 'get',
|
|
@@ -13108,7 +13193,7 @@ var getMySelfCheckoutSessionTransaction = /*#__PURE__*/function () {
|
|
|
13108
13193
|
opts = {};
|
|
13109
13194
|
}
|
|
13110
13195
|
|
|
13111
|
-
return _context12.abrupt("return", request(_objectSpread$
|
|
13196
|
+
return _context12.abrupt("return", request(_objectSpread$W({}, opts, {
|
|
13112
13197
|
path: PATH__SELF_CHECKOUT_SESSIONS + "/" + checkoutSessionId + "/transaction"
|
|
13113
13198
|
}), {
|
|
13114
13199
|
method: 'get',
|
|
@@ -13142,7 +13227,7 @@ var rememberMe = /*#__PURE__*/function () {
|
|
|
13142
13227
|
opts = {};
|
|
13143
13228
|
}
|
|
13144
13229
|
|
|
13145
|
-
return _context13.abrupt("return", request(_objectSpread$
|
|
13230
|
+
return _context13.abrupt("return", request(_objectSpread$W({}, opts, {
|
|
13146
13231
|
path: PATH__SELF_CHECKOUT_SESSIONS + "/me/rememberme"
|
|
13147
13232
|
}), {
|
|
13148
13233
|
method: 'post',
|
|
@@ -13177,7 +13262,7 @@ var updateMySelfCheckoutSession = /*#__PURE__*/function () {
|
|
|
13177
13262
|
opts = {};
|
|
13178
13263
|
}
|
|
13179
13264
|
|
|
13180
|
-
return _context14.abrupt("return", request(_objectSpread$
|
|
13265
|
+
return _context14.abrupt("return", request(_objectSpread$W({}, opts, {
|
|
13181
13266
|
path: PATH__SELF_CHECKOUT_SESSIONS + "/me"
|
|
13182
13267
|
}), {
|
|
13183
13268
|
method: 'put',
|
|
@@ -13216,7 +13301,7 @@ var requestOtk$1 = /*#__PURE__*/function () {
|
|
|
13216
13301
|
doesParamExist.default({
|
|
13217
13302
|
accountId: accountId
|
|
13218
13303
|
}, opts.hyperMediaEndpoint);
|
|
13219
|
-
return _context15.abrupt("return", request(_objectSpread$
|
|
13304
|
+
return _context15.abrupt("return", request(_objectSpread$W({}, opts, {
|
|
13220
13305
|
path: PATH__SELF_CHECKOUT_SESSIONS + "/otk"
|
|
13221
13306
|
}), {
|
|
13222
13307
|
method: 'post',
|
|
@@ -13460,7 +13545,7 @@ var addHealthFundAccountToSelfCheckoutSession = /*#__PURE__*/function () {
|
|
|
13460
13545
|
}
|
|
13461
13546
|
|
|
13462
13547
|
_context18.next = 8;
|
|
13463
|
-
return sdkClient.healthfunds.getMedicareHealthFund(_objectSpread$
|
|
13548
|
+
return sdkClient.healthfunds.getMedicareHealthFund(_objectSpread$W({}, opts, {
|
|
13464
13549
|
requestConfig: {
|
|
13465
13550
|
tokenType: 'session'
|
|
13466
13551
|
}
|
|
@@ -13492,7 +13577,7 @@ var addHealthFundAccountToSelfCheckoutSession = /*#__PURE__*/function () {
|
|
|
13492
13577
|
break;
|
|
13493
13578
|
}
|
|
13494
13579
|
|
|
13495
|
-
healthFundAccountRequestBody = _objectSpread$
|
|
13580
|
+
healthFundAccountRequestBody = _objectSpread$W({
|
|
13496
13581
|
healthFundId: _get(healthFund, '_id')
|
|
13497
13582
|
}, data || {}); // If it's an existing account, delete their current health fund account (if any), and add the new one to their account.
|
|
13498
13583
|
|
|
@@ -13612,7 +13697,7 @@ var deletePaymentMethod = /*#__PURE__*/function () {
|
|
|
13612
13697
|
doesParamExist.default({
|
|
13613
13698
|
paymentMethodId: paymentMethodId
|
|
13614
13699
|
}, opts.hyperMediaEndpoint);
|
|
13615
|
-
return _context19.abrupt("return", request(_objectSpread$
|
|
13700
|
+
return _context19.abrupt("return", request(_objectSpread$W({}, opts, {
|
|
13616
13701
|
path: PATH__SELF_CHECKOUT_SESSIONS + "/me/paymentmethods/" + paymentMethodId
|
|
13617
13702
|
}), {
|
|
13618
13703
|
method: 'delete',
|
|
@@ -13655,9 +13740,9 @@ var selfCheckoutSessions = /*#__PURE__*/Object.freeze({
|
|
|
13655
13740
|
deletePaymentMethod: deletePaymentMethod
|
|
13656
13741
|
});
|
|
13657
13742
|
|
|
13658
|
-
function ownKeys$
|
|
13743
|
+
function ownKeys$X(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; }
|
|
13659
13744
|
|
|
13660
|
-
function _objectSpread$
|
|
13745
|
+
function _objectSpread$X(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$X(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$X(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
13661
13746
|
|
|
13662
13747
|
var pathBusinessServices = function pathBusinessServices(businessId) {
|
|
13663
13748
|
return "/businesses/" + businessId + "/services";
|
|
@@ -13707,7 +13792,7 @@ var createBusinessService = /*#__PURE__*/function () {
|
|
|
13707
13792
|
doesParamExist.default({
|
|
13708
13793
|
businessId: businessId
|
|
13709
13794
|
}, opts.hyperMediaEndpoint);
|
|
13710
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
13795
|
+
return _context.abrupt("return", request(_objectSpread$X({}, opts, {
|
|
13711
13796
|
path: "" + pathBusinessServices(businessId)
|
|
13712
13797
|
}), {
|
|
13713
13798
|
method: 'post',
|
|
@@ -13748,7 +13833,7 @@ var createBusinessPracticeService = /*#__PURE__*/function () {
|
|
|
13748
13833
|
businessId: businessId,
|
|
13749
13834
|
practiceId: practiceId
|
|
13750
13835
|
}, opts.hyperMediaEndpoint);
|
|
13751
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
13836
|
+
return _context2.abrupt("return", request(_objectSpread$X({}, opts, {
|
|
13752
13837
|
path: "" + pathBusinessPracticeServices(businessId, practiceId)
|
|
13753
13838
|
}), {
|
|
13754
13839
|
method: 'post',
|
|
@@ -13788,7 +13873,7 @@ var deleteBusinessService = /*#__PURE__*/function () {
|
|
|
13788
13873
|
businessId: businessId,
|
|
13789
13874
|
serviceId: serviceId
|
|
13790
13875
|
}, opts.hyperMediaEndpoint);
|
|
13791
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
13876
|
+
return _context3.abrupt("return", request(_objectSpread$X({}, opts, {
|
|
13792
13877
|
path: "" + pathBusinessService(businessId, serviceId)
|
|
13793
13878
|
}), {
|
|
13794
13879
|
method: 'delete'
|
|
@@ -13827,7 +13912,7 @@ var getBusinessService = /*#__PURE__*/function () {
|
|
|
13827
13912
|
businessId: businessId,
|
|
13828
13913
|
serviceId: serviceId
|
|
13829
13914
|
}, opts.hyperMediaEndpoint);
|
|
13830
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
13915
|
+
return _context4.abrupt("return", request(_objectSpread$X({}, opts, {
|
|
13831
13916
|
path: "" + pathBusinessService(businessId, serviceId)
|
|
13832
13917
|
}), {
|
|
13833
13918
|
method: 'get'
|
|
@@ -13865,7 +13950,7 @@ var getBusinessServices = /*#__PURE__*/function () {
|
|
|
13865
13950
|
doesParamExist.default({
|
|
13866
13951
|
businessId: businessId
|
|
13867
13952
|
}, opts.hyperMediaEndpoint);
|
|
13868
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
13953
|
+
return _context5.abrupt("return", request(_objectSpread$X({}, opts, {
|
|
13869
13954
|
path: "" + pathBusinessServices(businessId)
|
|
13870
13955
|
}), {
|
|
13871
13956
|
method: 'get',
|
|
@@ -13907,7 +13992,7 @@ var getBusinessPracticeService = /*#__PURE__*/function () {
|
|
|
13907
13992
|
practiceId: practiceId,
|
|
13908
13993
|
serviceId: serviceId
|
|
13909
13994
|
}, opts.hyperMediaEndpoint);
|
|
13910
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
13995
|
+
return _context6.abrupt("return", request(_objectSpread$X({}, opts, {
|
|
13911
13996
|
path: "" + pathBusinessPracticeService(businessId, practiceId, serviceId)
|
|
13912
13997
|
}), {
|
|
13913
13998
|
method: 'get'
|
|
@@ -13951,7 +14036,7 @@ var getBusinessPracticeServices = /*#__PURE__*/function () {
|
|
|
13951
14036
|
businessId: businessId,
|
|
13952
14037
|
practiceId: practiceId
|
|
13953
14038
|
}, opts.hyperMediaEndpoint);
|
|
13954
|
-
return _context7.abrupt("return", request(_objectSpread$
|
|
14039
|
+
return _context7.abrupt("return", request(_objectSpread$X({}, opts, {
|
|
13955
14040
|
path: "" + pathBusinessPracticeServices(businessId, practiceId)
|
|
13956
14041
|
}), {
|
|
13957
14042
|
method: 'get',
|
|
@@ -13998,7 +14083,7 @@ var getBusinessPracticeStaffMemberServices = /*#__PURE__*/function () {
|
|
|
13998
14083
|
practiceId: practiceId,
|
|
13999
14084
|
staffId: staffId
|
|
14000
14085
|
}, opts.hyperMediaEndpoint);
|
|
14001
|
-
return _context8.abrupt("return", request(_objectSpread$
|
|
14086
|
+
return _context8.abrupt("return", request(_objectSpread$X({}, opts, {
|
|
14002
14087
|
path: "" + pathBusinessPracticeStaffMemberServices(businessId, practiceId, staffId)
|
|
14003
14088
|
}), {
|
|
14004
14089
|
method: 'get',
|
|
@@ -14047,7 +14132,7 @@ var getBusinessPracticeStaffMemberService = /*#__PURE__*/function () {
|
|
|
14047
14132
|
staffId: staffId,
|
|
14048
14133
|
serviceId: serviceId
|
|
14049
14134
|
}, opts.hyperMediaEndpoint);
|
|
14050
|
-
return _context9.abrupt("return", request(_objectSpread$
|
|
14135
|
+
return _context9.abrupt("return", request(_objectSpread$X({}, opts, {
|
|
14051
14136
|
path: "" + pathBusinessPracticeStaffMemberService(businessId, practiceId, staffId, serviceId)
|
|
14052
14137
|
}), {
|
|
14053
14138
|
method: 'get',
|
|
@@ -14088,7 +14173,7 @@ var getBusinessStaffMemberServices = /*#__PURE__*/function () {
|
|
|
14088
14173
|
opts = {};
|
|
14089
14174
|
}
|
|
14090
14175
|
|
|
14091
|
-
return _context10.abrupt("return", request(_objectSpread$
|
|
14176
|
+
return _context10.abrupt("return", request(_objectSpread$X({}, opts, {
|
|
14092
14177
|
path: "" + pathBusinessStaffMemberServices(businessId, staffId)
|
|
14093
14178
|
}), {
|
|
14094
14179
|
method: 'get',
|
|
@@ -14129,7 +14214,7 @@ var updateBusinessService = /*#__PURE__*/function () {
|
|
|
14129
14214
|
businessId: businessId,
|
|
14130
14215
|
serviceId: serviceId
|
|
14131
14216
|
}, opts.hyperMediaEndpoint);
|
|
14132
|
-
return _context11.abrupt("return", request(_objectSpread$
|
|
14217
|
+
return _context11.abrupt("return", request(_objectSpread$X({}, opts, {
|
|
14133
14218
|
path: "" + pathBusinessService(businessId, serviceId)
|
|
14134
14219
|
}), {
|
|
14135
14220
|
method: 'put',
|
|
@@ -14164,9 +14249,9 @@ var services = /*#__PURE__*/Object.freeze({
|
|
|
14164
14249
|
updateBusinessService: updateBusinessService
|
|
14165
14250
|
});
|
|
14166
14251
|
|
|
14167
|
-
function ownKeys$
|
|
14252
|
+
function ownKeys$Y(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; }
|
|
14168
14253
|
|
|
14169
|
-
function _objectSpread$
|
|
14254
|
+
function _objectSpread$Y(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$Y(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$Y(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
14170
14255
|
|
|
14171
14256
|
var pathBusiness$1 = function pathBusiness(businessId) {
|
|
14172
14257
|
return "/businesses/" + businessId;
|
|
@@ -14191,7 +14276,7 @@ var getBusinessSettlements = function getBusinessSettlements(businessId, query,
|
|
|
14191
14276
|
doesParamExist.default({
|
|
14192
14277
|
businessId: businessId
|
|
14193
14278
|
}, opts.hyperMediaEndpoint);
|
|
14194
|
-
return request(_objectSpread$
|
|
14279
|
+
return request(_objectSpread$Y({}, opts, {
|
|
14195
14280
|
path: pathBusiness$1(businessId) + "/settlements"
|
|
14196
14281
|
}), {
|
|
14197
14282
|
method: 'get',
|
|
@@ -14217,7 +14302,7 @@ var getBusinessSettlementSummaries = function getBusinessSettlementSummaries(bus
|
|
|
14217
14302
|
doesParamExist.default({
|
|
14218
14303
|
businessId: businessId
|
|
14219
14304
|
}, opts.hyperMediaEndpoint);
|
|
14220
|
-
return request(_objectSpread$
|
|
14305
|
+
return request(_objectSpread$Y({}, opts, {
|
|
14221
14306
|
path: pathBusiness$1(businessId) + "/settlementsummaries"
|
|
14222
14307
|
}), {
|
|
14223
14308
|
method: 'get',
|
|
@@ -14243,7 +14328,7 @@ var getBusinessSettlementSummariesByPeriod = function getBusinessSettlementSumma
|
|
|
14243
14328
|
doesParamExist.default({
|
|
14244
14329
|
businessId: businessId
|
|
14245
14330
|
}, opts.hyperMediaEndpoint);
|
|
14246
|
-
return request(_objectSpread$
|
|
14331
|
+
return request(_objectSpread$Y({}, opts, {
|
|
14247
14332
|
path: pathBusiness$1(businessId) + "/settlementsummaries/period"
|
|
14248
14333
|
}), {
|
|
14249
14334
|
method: 'get',
|
|
@@ -14273,7 +14358,7 @@ var getBusinessSettlementSummaryById = function getBusinessSettlementSummaryById
|
|
|
14273
14358
|
doesParamExist.default({
|
|
14274
14359
|
settlementSummaryId: settlementSummaryId
|
|
14275
14360
|
}, opts.hyperMediaEndpoint);
|
|
14276
|
-
return request(_objectSpread$
|
|
14361
|
+
return request(_objectSpread$Y({}, opts, {
|
|
14277
14362
|
path: pathBusiness$1(businessId) + "/settlementsummaries/" + settlementSummaryId
|
|
14278
14363
|
}), {
|
|
14279
14364
|
method: 'get',
|
|
@@ -14299,7 +14384,7 @@ var getBusinessSettlementSummariesSearchOptions = function getBusinessSettlement
|
|
|
14299
14384
|
doesParamExist.default({
|
|
14300
14385
|
businessId: businessId
|
|
14301
14386
|
}, opts.hyperMediaEndpoint);
|
|
14302
|
-
return request(_objectSpread$
|
|
14387
|
+
return request(_objectSpread$Y({}, opts, {
|
|
14303
14388
|
path: pathBusiness$1(businessId) + "/settlementsummariessearchoptions"
|
|
14304
14389
|
}), {
|
|
14305
14390
|
method: 'get',
|
|
@@ -14316,9 +14401,9 @@ var settlements = /*#__PURE__*/Object.freeze({
|
|
|
14316
14401
|
getBusinessSettlementSummariesSearchOptions: getBusinessSettlementSummariesSearchOptions
|
|
14317
14402
|
});
|
|
14318
14403
|
|
|
14319
|
-
function ownKeys$
|
|
14404
|
+
function ownKeys$Z(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; }
|
|
14320
14405
|
|
|
14321
|
-
function _objectSpread$
|
|
14406
|
+
function _objectSpread$Z(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$Z(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$Z(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
14322
14407
|
var pathBusinessSignUp = function pathBusinessSignUp() {
|
|
14323
14408
|
return '/businesses/signup';
|
|
14324
14409
|
};
|
|
@@ -14330,7 +14415,7 @@ var createBusinessAccount = function createBusinessAccount(body, opts) {
|
|
|
14330
14415
|
opts = {};
|
|
14331
14416
|
}
|
|
14332
14417
|
|
|
14333
|
-
return request(_objectSpread$
|
|
14418
|
+
return request(_objectSpread$Z({}, opts, {
|
|
14334
14419
|
path: pathBusinessSignUp()
|
|
14335
14420
|
}), {
|
|
14336
14421
|
method: 'post',
|
|
@@ -14342,7 +14427,7 @@ var createConsumerAccount = function createConsumerAccount(body, opts) {
|
|
|
14342
14427
|
opts = {};
|
|
14343
14428
|
}
|
|
14344
14429
|
|
|
14345
|
-
return request(_objectSpread$
|
|
14430
|
+
return request(_objectSpread$Z({}, opts, {
|
|
14346
14431
|
path: pathSignUp()
|
|
14347
14432
|
}), {
|
|
14348
14433
|
method: 'post',
|
|
@@ -14358,9 +14443,9 @@ var signUp$1 = /*#__PURE__*/Object.freeze({
|
|
|
14358
14443
|
createConsumerAccount: createConsumerAccount
|
|
14359
14444
|
});
|
|
14360
14445
|
|
|
14361
|
-
function ownKeys$
|
|
14446
|
+
function ownKeys$_(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; }
|
|
14362
14447
|
|
|
14363
|
-
function _objectSpread$
|
|
14448
|
+
function _objectSpread$_(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$_(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$_(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
14364
14449
|
var pathBusinessSpecialties = function pathBusinessSpecialties(businessId) {
|
|
14365
14450
|
return "/businesses/" + businessId + "/specialties";
|
|
14366
14451
|
};
|
|
@@ -14379,7 +14464,7 @@ var getSpecialties = function getSpecialties(query, opts) {
|
|
|
14379
14464
|
opts = {};
|
|
14380
14465
|
}
|
|
14381
14466
|
|
|
14382
|
-
return request(_objectSpread$
|
|
14467
|
+
return request(_objectSpread$_({}, opts, {
|
|
14383
14468
|
path: pathSpecialties
|
|
14384
14469
|
}), {
|
|
14385
14470
|
method: 'get',
|
|
@@ -14401,7 +14486,7 @@ var getBusinessSpecialties = function getBusinessSpecialties(businessId, query,
|
|
|
14401
14486
|
doesParamExist.default({
|
|
14402
14487
|
businessId: businessId
|
|
14403
14488
|
});
|
|
14404
|
-
return request(_objectSpread$
|
|
14489
|
+
return request(_objectSpread$_({}, opts, {
|
|
14405
14490
|
path: pathBusinessSpecialties(businessId)
|
|
14406
14491
|
}), {
|
|
14407
14492
|
method: 'get',
|
|
@@ -14422,7 +14507,7 @@ var getSpecialty = function getSpecialty(specialtyId, opts) {
|
|
|
14422
14507
|
doesParamExist.default({
|
|
14423
14508
|
specialtyId: specialtyId
|
|
14424
14509
|
});
|
|
14425
|
-
return request(_objectSpread$
|
|
14510
|
+
return request(_objectSpread$_({}, opts, {
|
|
14426
14511
|
path: pathSpecialty(specialtyId)
|
|
14427
14512
|
}), {
|
|
14428
14513
|
method: 'get'
|
|
@@ -14439,9 +14524,9 @@ var specialties = /*#__PURE__*/Object.freeze({
|
|
|
14439
14524
|
getSpecialty: getSpecialty
|
|
14440
14525
|
});
|
|
14441
14526
|
|
|
14442
|
-
function ownKeys
|
|
14527
|
+
function ownKeys$$(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; }
|
|
14443
14528
|
|
|
14444
|
-
function _objectSpread
|
|
14529
|
+
function _objectSpread$$(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$$(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$$(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
14445
14530
|
var pathLinkStaffProfile = function pathLinkStaffProfile(staffProfileId) {
|
|
14446
14531
|
return "/staffprofiles/" + staffProfileId + "/link";
|
|
14447
14532
|
};
|
|
@@ -14462,7 +14547,7 @@ var getOrganisationStaffProfiles = function getOrganisationStaffProfiles(organis
|
|
|
14462
14547
|
doesParamExist.default({
|
|
14463
14548
|
organisationId: organisationId
|
|
14464
14549
|
}, opts.hyperMediaEndpoint);
|
|
14465
|
-
return request(_objectSpread
|
|
14550
|
+
return request(_objectSpread$$({}, opts, {
|
|
14466
14551
|
path: pathOrganisationStaffProfiles(organisationId)
|
|
14467
14552
|
}), {
|
|
14468
14553
|
method: 'get',
|
|
@@ -14477,7 +14562,7 @@ var getStaffProfile = function getStaffProfile(staffProfileId, opts) {
|
|
|
14477
14562
|
doesParamExist.default({
|
|
14478
14563
|
staffProfileId: staffProfileId
|
|
14479
14564
|
}, opts.hyperMediaEndpoint);
|
|
14480
|
-
return request(_objectSpread
|
|
14565
|
+
return request(_objectSpread$$({}, opts, {
|
|
14481
14566
|
path: pathStaffProfile(staffProfileId)
|
|
14482
14567
|
}), {
|
|
14483
14568
|
method: 'get'
|
|
@@ -14495,7 +14580,7 @@ var linkStaffProfile = function linkStaffProfile(staffProfileId, staffId, opts)
|
|
|
14495
14580
|
var body = {
|
|
14496
14581
|
staffId: staffId
|
|
14497
14582
|
};
|
|
14498
|
-
return request(_objectSpread
|
|
14583
|
+
return request(_objectSpread$$({}, opts, {
|
|
14499
14584
|
path: pathLinkStaffProfile(staffProfileId)
|
|
14500
14585
|
}), {
|
|
14501
14586
|
method: 'put',
|
|
@@ -14510,7 +14595,7 @@ var unlinkStaffProfile = function unlinkStaffProfile(staffProfileId, opts) {
|
|
|
14510
14595
|
doesParamExist.default({
|
|
14511
14596
|
staffProfileId: staffProfileId
|
|
14512
14597
|
}, opts.hyperMediaEndpoint);
|
|
14513
|
-
return request(_objectSpread
|
|
14598
|
+
return request(_objectSpread$$({}, opts, {
|
|
14514
14599
|
path: pathUnlinkStaffProfile(staffProfileId)
|
|
14515
14600
|
}), {
|
|
14516
14601
|
method: 'put'
|
|
@@ -14529,9 +14614,9 @@ var staffProfiles = /*#__PURE__*/Object.freeze({
|
|
|
14529
14614
|
unlinkStaffProfile: unlinkStaffProfile
|
|
14530
14615
|
});
|
|
14531
14616
|
|
|
14532
|
-
function ownKeys
|
|
14617
|
+
function ownKeys$10(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; }
|
|
14533
14618
|
|
|
14534
|
-
function _objectSpread
|
|
14619
|
+
function _objectSpread$10(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$10(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$10(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
14535
14620
|
|
|
14536
14621
|
var pathBusinessPracticeStaffMembers = function pathBusinessPracticeStaffMembers(businessId, practiceId) {
|
|
14537
14622
|
return "/businesses/" + businessId + "/practices/" + practiceId + "/staff";
|
|
@@ -14598,7 +14683,7 @@ var createBusinessStaffMember = /*#__PURE__*/function () {
|
|
|
14598
14683
|
doesParamExist.default({
|
|
14599
14684
|
businessId: businessId
|
|
14600
14685
|
}, opts.hyperMediaEndpoint);
|
|
14601
|
-
return _context.abrupt("return", request(_objectSpread
|
|
14686
|
+
return _context.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
14602
14687
|
path: pathBusinessStaff(businessId)
|
|
14603
14688
|
}), {
|
|
14604
14689
|
method: 'post',
|
|
@@ -14637,7 +14722,7 @@ var createOrganisationStaffMember = /*#__PURE__*/function () {
|
|
|
14637
14722
|
doesParamExist.default({
|
|
14638
14723
|
organisationId: organisationId
|
|
14639
14724
|
}, opts.hyperMediaEndpoint);
|
|
14640
|
-
return _context2.abrupt("return", request(_objectSpread
|
|
14725
|
+
return _context2.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
14641
14726
|
path: pathOrganisationStaff(organisationId)
|
|
14642
14727
|
}), {
|
|
14643
14728
|
method: 'post',
|
|
@@ -14677,7 +14762,7 @@ var deleteBusinessStaffMember = /*#__PURE__*/function () {
|
|
|
14677
14762
|
businessId: businessId,
|
|
14678
14763
|
staffId: staffId
|
|
14679
14764
|
}, opts.hyperMediaEndpoint);
|
|
14680
|
-
return _context3.abrupt("return", request(_objectSpread
|
|
14765
|
+
return _context3.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
14681
14766
|
path: pathBusinessStaffMember(businessId, staffId)
|
|
14682
14767
|
}), {
|
|
14683
14768
|
method: 'delete'
|
|
@@ -14716,7 +14801,7 @@ var deleteBusinessStaffMemberEmail = /*#__PURE__*/function () {
|
|
|
14716
14801
|
businessId: businessId,
|
|
14717
14802
|
staffId: staffId
|
|
14718
14803
|
}, opts.hyperMediaEndpoint);
|
|
14719
|
-
return _context4.abrupt("return", request(_objectSpread
|
|
14804
|
+
return _context4.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
14720
14805
|
path: pathBusinessStaffMember(businessId, staffId) + "/email"
|
|
14721
14806
|
}), {
|
|
14722
14807
|
method: 'delete'
|
|
@@ -14755,7 +14840,7 @@ var getBusinessStaffMember = /*#__PURE__*/function () {
|
|
|
14755
14840
|
businessId: businessId,
|
|
14756
14841
|
staffId: staffId
|
|
14757
14842
|
}, opts.hyperMediaEndpoint);
|
|
14758
|
-
return _context5.abrupt("return", request(_objectSpread
|
|
14843
|
+
return _context5.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
14759
14844
|
path: pathBusinessStaffMember(businessId, staffId)
|
|
14760
14845
|
}), {
|
|
14761
14846
|
method: 'get'
|
|
@@ -14795,7 +14880,7 @@ var getBusinessStaffMemberRoles = /*#__PURE__*/function () {
|
|
|
14795
14880
|
businessId: businessId,
|
|
14796
14881
|
staffId: staffId
|
|
14797
14882
|
}, opts.hyperMediaEndpoint);
|
|
14798
|
-
return _context6.abrupt("return", request(_objectSpread
|
|
14883
|
+
return _context6.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
14799
14884
|
path: pathBusinessStaffMember(businessId, staffId) + "/roles"
|
|
14800
14885
|
}), {
|
|
14801
14886
|
method: 'get',
|
|
@@ -14839,7 +14924,7 @@ var getBusinessPracticeStaffMember = /*#__PURE__*/function () {
|
|
|
14839
14924
|
practiceId: practiceId,
|
|
14840
14925
|
staffId: staffId
|
|
14841
14926
|
}, opts.hyperMediaEndpoint);
|
|
14842
|
-
return _context7.abrupt("return", request(_objectSpread
|
|
14927
|
+
return _context7.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
14843
14928
|
path: pathBusinessPracticeStaffMember(businessId, practiceId, staffId)
|
|
14844
14929
|
}), {
|
|
14845
14930
|
method: 'get'
|
|
@@ -14885,7 +14970,7 @@ var getBusinessPracticeStaffMemberModalities = /*#__PURE__*/function () {
|
|
|
14885
14970
|
practiceId: practiceId,
|
|
14886
14971
|
staffId: staffId
|
|
14887
14972
|
}, opts.hyperMediaEndpoint);
|
|
14888
|
-
return _context8.abrupt("return", request(_objectSpread
|
|
14973
|
+
return _context8.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
14889
14974
|
path: pathBusinessPracticeStaffMember(businessId, practiceId, staffId) + "/modalities"
|
|
14890
14975
|
}), {
|
|
14891
14976
|
method: 'get',
|
|
@@ -14926,7 +15011,7 @@ var getBusinessPracticeStaffMembers = /*#__PURE__*/function () {
|
|
|
14926
15011
|
businessId: businessId,
|
|
14927
15012
|
practiceId: practiceId
|
|
14928
15013
|
}, opts.hyperMediaEndpoint);
|
|
14929
|
-
return _context9.abrupt("return", request(_objectSpread
|
|
15014
|
+
return _context9.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
14930
15015
|
path: pathBusinessPracticeStaffMembers(businessId, practiceId)
|
|
14931
15016
|
}), {
|
|
14932
15017
|
method: 'get',
|
|
@@ -14969,7 +15054,7 @@ var getBusinessFormPracticeStaffMembers = /*#__PURE__*/function () {
|
|
|
14969
15054
|
formId: formId,
|
|
14970
15055
|
practiceId: practiceId
|
|
14971
15056
|
}, opts.hyperMediaEndpoint);
|
|
14972
|
-
return _context10.abrupt("return", request(_objectSpread
|
|
15057
|
+
return _context10.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
14973
15058
|
path: pathBusinessFormPracticeStaffMembers(businessId, formId, practiceId)
|
|
14974
15059
|
}), {
|
|
14975
15060
|
method: 'get',
|
|
@@ -15014,7 +15099,7 @@ var getBusinessServiceStaffMembers = /*#__PURE__*/function () {
|
|
|
15014
15099
|
businessId: businessId,
|
|
15015
15100
|
serviceId: serviceId
|
|
15016
15101
|
}, opts.hyperMediaEndpoint);
|
|
15017
|
-
return _context11.abrupt("return", request(_objectSpread
|
|
15102
|
+
return _context11.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
15018
15103
|
path: pathBusinessServiceStaffMembers(businessId, serviceId)
|
|
15019
15104
|
}), {
|
|
15020
15105
|
method: 'get',
|
|
@@ -15051,7 +15136,7 @@ var getBusinessStaffMembers = /*#__PURE__*/function () {
|
|
|
15051
15136
|
doesParamExist.default({
|
|
15052
15137
|
businessId: businessId
|
|
15053
15138
|
}, opts.hyperMediaEndpoint);
|
|
15054
|
-
return _context12.abrupt("return", request(_objectSpread
|
|
15139
|
+
return _context12.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
15055
15140
|
path: pathBusinessStaff(businessId)
|
|
15056
15141
|
}), {
|
|
15057
15142
|
method: 'get',
|
|
@@ -15093,7 +15178,7 @@ var getBusinessStaffUploadUrl = /*#__PURE__*/function () {
|
|
|
15093
15178
|
staffId: staffId,
|
|
15094
15179
|
contentType: contentType
|
|
15095
15180
|
}, opts.hyperMediaEndpoint);
|
|
15096
|
-
return _context13.abrupt("return", request(_objectSpread
|
|
15181
|
+
return _context13.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
15097
15182
|
path: pathBusinessStaffMember(businessId, staffId) + "/uploadurlv2"
|
|
15098
15183
|
}), {
|
|
15099
15184
|
method: 'get',
|
|
@@ -15137,7 +15222,7 @@ var getOrganisationStaffMembers = /*#__PURE__*/function () {
|
|
|
15137
15222
|
doesParamExist.default({
|
|
15138
15223
|
organisationId: organisationId
|
|
15139
15224
|
}, opts.hyperMediaEndpoint);
|
|
15140
|
-
return _context14.abrupt("return", request(_objectSpread
|
|
15225
|
+
return _context14.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
15141
15226
|
path: pathOrganisationStaff(organisationId)
|
|
15142
15227
|
}), {
|
|
15143
15228
|
method: 'get',
|
|
@@ -15175,7 +15260,7 @@ var getStaffMember = /*#__PURE__*/function () {
|
|
|
15175
15260
|
doesParamExist.default({
|
|
15176
15261
|
staffId: staffId
|
|
15177
15262
|
}, opts.hyperMediaEndpoint);
|
|
15178
|
-
return _context15.abrupt("return", request(_objectSpread
|
|
15263
|
+
return _context15.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
15179
15264
|
path: pathStaffMember(staffId)
|
|
15180
15265
|
}), {
|
|
15181
15266
|
method: 'get'
|
|
@@ -15217,7 +15302,7 @@ var grantBusinessPracticeStaffRole = /*#__PURE__*/function () {
|
|
|
15217
15302
|
practiceId: practiceId,
|
|
15218
15303
|
staffId: staffId
|
|
15219
15304
|
}, opts.hyperMediaEndpoint);
|
|
15220
|
-
return _context16.abrupt("return", request(_objectSpread
|
|
15305
|
+
return _context16.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
15221
15306
|
path: pathBusinessPracticeStaffMember(businessId, practiceId, staffId) + "/roles"
|
|
15222
15307
|
}), {
|
|
15223
15308
|
method: 'post',
|
|
@@ -15261,11 +15346,11 @@ var grantBusinessStaffRole = /*#__PURE__*/function () {
|
|
|
15261
15346
|
businessId: businessId,
|
|
15262
15347
|
staffId: staffId
|
|
15263
15348
|
}, opts.hyperMediaEndpoint);
|
|
15264
|
-
return _context17.abrupt("return", request(_objectSpread
|
|
15349
|
+
return _context17.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
15265
15350
|
path: pathBusinessStaffMember(businessId, staffId) + "/roles"
|
|
15266
15351
|
}), {
|
|
15267
15352
|
method: 'post',
|
|
15268
|
-
data: _objectSpread
|
|
15353
|
+
data: _objectSpread$10({
|
|
15269
15354
|
roleFullName: roleFullName
|
|
15270
15355
|
}, body)
|
|
15271
15356
|
}));
|
|
@@ -15302,7 +15387,7 @@ var inviteNewBusinessStaffMember = /*#__PURE__*/function () {
|
|
|
15302
15387
|
doesParamExist.default({
|
|
15303
15388
|
businessId: businessId
|
|
15304
15389
|
}, opts.hyperMediaEndpoint);
|
|
15305
|
-
return _context18.abrupt("return", request(_objectSpread
|
|
15390
|
+
return _context18.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
15306
15391
|
path: pathBusinessStaff(businessId) + "/invites"
|
|
15307
15392
|
}), {
|
|
15308
15393
|
method: 'post',
|
|
@@ -15347,7 +15432,7 @@ var inviteBusinessStaffMember = /*#__PURE__*/function () {
|
|
|
15347
15432
|
doesParamExist.default({
|
|
15348
15433
|
businessId: businessId
|
|
15349
15434
|
}, opts.hyperMediaEndpoint);
|
|
15350
|
-
return _context19.abrupt("return", request(_objectSpread
|
|
15435
|
+
return _context19.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
15351
15436
|
path: pathBusinessStaffMember(businessId, staffId) + "/invites"
|
|
15352
15437
|
}), {
|
|
15353
15438
|
method: 'post',
|
|
@@ -15390,7 +15475,7 @@ var revokeBusinessPracticeStaffRole = /*#__PURE__*/function () {
|
|
|
15390
15475
|
practiceId: practiceId,
|
|
15391
15476
|
staffId: staffId
|
|
15392
15477
|
}, opts.hyperMediaEndpoint);
|
|
15393
|
-
return _context20.abrupt("return", request(_objectSpread
|
|
15478
|
+
return _context20.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
15394
15479
|
path: pathBusinessPracticeStaffMember(businessId, practiceId, staffId) + "/roles"
|
|
15395
15480
|
}), {
|
|
15396
15481
|
method: 'delete',
|
|
@@ -15434,11 +15519,11 @@ var revokeBusinessStaffRole = /*#__PURE__*/function () {
|
|
|
15434
15519
|
businessId: businessId,
|
|
15435
15520
|
staffId: staffId
|
|
15436
15521
|
}, opts.hyperMediaEndpoint);
|
|
15437
|
-
return _context21.abrupt("return", request(_objectSpread
|
|
15522
|
+
return _context21.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
15438
15523
|
path: pathBusinessStaffMember(businessId, staffId) + "/roles"
|
|
15439
15524
|
}), {
|
|
15440
15525
|
method: 'delete',
|
|
15441
|
-
data: _objectSpread
|
|
15526
|
+
data: _objectSpread$10({
|
|
15442
15527
|
roleFullName: roleFullName
|
|
15443
15528
|
}, body)
|
|
15444
15529
|
}));
|
|
@@ -15477,7 +15562,7 @@ var updateBusinessStaffMember = /*#__PURE__*/function () {
|
|
|
15477
15562
|
businessId: businessId,
|
|
15478
15563
|
staffId: staffId
|
|
15479
15564
|
}, opts.hyperMediaEndpoint);
|
|
15480
|
-
return _context22.abrupt("return", request(_objectSpread
|
|
15565
|
+
return _context22.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
15481
15566
|
path: pathBusinessStaffMember(businessId, staffId)
|
|
15482
15567
|
}), {
|
|
15483
15568
|
method: 'put',
|
|
@@ -15518,7 +15603,7 @@ var updateBusinessStaffMemberEmail = /*#__PURE__*/function () {
|
|
|
15518
15603
|
businessId: businessId,
|
|
15519
15604
|
staffId: staffId
|
|
15520
15605
|
}, opts.hyperMediaEndpoint);
|
|
15521
|
-
return _context23.abrupt("return", request(_objectSpread
|
|
15606
|
+
return _context23.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
15522
15607
|
path: pathBusinessStaffMember(businessId, staffId) + "/changeemail"
|
|
15523
15608
|
}), {
|
|
15524
15609
|
method: 'post',
|
|
@@ -15559,7 +15644,7 @@ var updateOrganisationStaffMember = /*#__PURE__*/function () {
|
|
|
15559
15644
|
organisationId: organisationId,
|
|
15560
15645
|
staffId: staffId
|
|
15561
15646
|
}, opts.hyperMediaEndpoint);
|
|
15562
|
-
return _context24.abrupt("return", request(_objectSpread
|
|
15647
|
+
return _context24.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
15563
15648
|
path: pathOrganisationStaffMember(organisationId, staffId)
|
|
15564
15649
|
}), {
|
|
15565
15650
|
method: 'put',
|
|
@@ -15598,7 +15683,7 @@ var verifyStaffMember = /*#__PURE__*/function () {
|
|
|
15598
15683
|
doesParamExist.default({
|
|
15599
15684
|
staffId: staffId
|
|
15600
15685
|
}, opts.hyperMediaEndpoint);
|
|
15601
|
-
return _context25.abrupt("return", request(_objectSpread
|
|
15686
|
+
return _context25.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
15602
15687
|
path: pathStaffMember(staffId) + "/verify"
|
|
15603
15688
|
}), {
|
|
15604
15689
|
method: 'post',
|
|
@@ -15637,7 +15722,7 @@ var cloneStaffMemberIntoBusiness = /*#__PURE__*/function () {
|
|
|
15637
15722
|
doesParamExist.default({
|
|
15638
15723
|
staffId: staffId
|
|
15639
15724
|
}, opts.hyperMediaEndpoint);
|
|
15640
|
-
return _context26.abrupt("return", request(_objectSpread
|
|
15725
|
+
return _context26.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
15641
15726
|
path: pathStaffMember(staffId) + "/clone"
|
|
15642
15727
|
}), {
|
|
15643
15728
|
method: 'post',
|
|
@@ -15671,7 +15756,7 @@ var checkStaffMemberEmailExists = function checkStaffMemberEmailExists(businessI
|
|
|
15671
15756
|
doesParamExist.default({
|
|
15672
15757
|
businessId: businessId
|
|
15673
15758
|
}, opts.hyperMediaEndpoint);
|
|
15674
|
-
return request(_objectSpread
|
|
15759
|
+
return request(_objectSpread$10({}, opts, {
|
|
15675
15760
|
path: pathBusinessStaff(businessId) + "/exists"
|
|
15676
15761
|
}), {
|
|
15677
15762
|
method: 'get',
|
|
@@ -15700,7 +15785,7 @@ var createStaffProviderSetItem = /*#__PURE__*/function () {
|
|
|
15700
15785
|
businessId: businessId,
|
|
15701
15786
|
staffId: staffId
|
|
15702
15787
|
}, opts.hyperMediaEndpoint);
|
|
15703
|
-
return _context27.abrupt("return", request(_objectSpread
|
|
15788
|
+
return _context27.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
15704
15789
|
path: "" + pathProviderSetItems(businessId, staffId)
|
|
15705
15790
|
}), {
|
|
15706
15791
|
method: 'post',
|
|
@@ -15743,7 +15828,7 @@ var updateStaffProviderSetItem = /*#__PURE__*/function () {
|
|
|
15743
15828
|
staffId: staffId,
|
|
15744
15829
|
providerSetItemId: providerSetItemId
|
|
15745
15830
|
}, opts.hyperMediaEndpoint);
|
|
15746
|
-
return _context28.abrupt("return", request(_objectSpread
|
|
15831
|
+
return _context28.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
15747
15832
|
path: pathProviderSetItem(businessId, staffId, providerSetItemId)
|
|
15748
15833
|
}), {
|
|
15749
15834
|
method: 'put',
|
|
@@ -15785,7 +15870,7 @@ var deleteStaffProviderSetItem = /*#__PURE__*/function () {
|
|
|
15785
15870
|
staffId: staffId,
|
|
15786
15871
|
providerSetItemId: providerSetItemId
|
|
15787
15872
|
}, opts.hyperMediaEndpoint);
|
|
15788
|
-
return _context29.abrupt("return", request(_objectSpread
|
|
15873
|
+
return _context29.abrupt("return", request(_objectSpread$10({}, opts, {
|
|
15789
15874
|
path: pathProviderSetItem(businessId, staffId, providerSetItemId)
|
|
15790
15875
|
}), {
|
|
15791
15876
|
method: 'delete'
|
|
@@ -15818,11 +15903,11 @@ var getProvidersStatus = function getProvidersStatus(businessId, query, opts) {
|
|
|
15818
15903
|
doesParamExist.default({
|
|
15819
15904
|
businessId: businessId
|
|
15820
15905
|
}, opts.hyperMediaEndpoint);
|
|
15821
|
-
return request(_objectSpread
|
|
15906
|
+
return request(_objectSpread$10({}, opts, {
|
|
15822
15907
|
path: pathProvidersStatus
|
|
15823
15908
|
}), {
|
|
15824
15909
|
method: 'get',
|
|
15825
|
-
params: _objectSpread
|
|
15910
|
+
params: _objectSpread$10({}, query, {
|
|
15826
15911
|
businessId: businessId
|
|
15827
15912
|
})
|
|
15828
15913
|
});
|
|
@@ -15863,9 +15948,9 @@ var staff = /*#__PURE__*/Object.freeze({
|
|
|
15863
15948
|
getProvidersStatus: getProvidersStatus
|
|
15864
15949
|
});
|
|
15865
15950
|
|
|
15866
|
-
function ownKeys$
|
|
15951
|
+
function ownKeys$11(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; }
|
|
15867
15952
|
|
|
15868
|
-
function _objectSpread$
|
|
15953
|
+
function _objectSpread$11(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$11(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$11(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
15869
15954
|
|
|
15870
15955
|
var pathTransactionStatsForPractice = function pathTransactionStatsForPractice(businessId, practiceId) {
|
|
15871
15956
|
return "/businesses/" + businessId + "/practices/" + practiceId + "/transactionstats";
|
|
@@ -15917,11 +16002,11 @@ var getTransactionStatsForHealthFundId = /*#__PURE__*/function () {
|
|
|
15917
16002
|
doesParamExist.default({
|
|
15918
16003
|
healthFundId: healthFundId
|
|
15919
16004
|
}, opts.hyperMediaEndpoint);
|
|
15920
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
16005
|
+
return _context.abrupt("return", request(_objectSpread$11({}, opts, {
|
|
15921
16006
|
path: pathTransactionStatsForHealthFundId(healthFundId)
|
|
15922
16007
|
}), {
|
|
15923
16008
|
method: 'get',
|
|
15924
|
-
params: _objectSpread$
|
|
16009
|
+
params: _objectSpread$11({
|
|
15925
16010
|
from: from,
|
|
15926
16011
|
to: to
|
|
15927
16012
|
}, query)
|
|
@@ -15965,11 +16050,11 @@ var getTransactionStatsCSVForHealthFundId = /*#__PURE__*/function () {
|
|
|
15965
16050
|
doesParamExist.default({
|
|
15966
16051
|
healthFundId: healthFundId
|
|
15967
16052
|
}, opts.hyperMediaEndpoint);
|
|
15968
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
16053
|
+
return _context2.abrupt("return", request(_objectSpread$11({}, opts, {
|
|
15969
16054
|
path: pathTransactionStatsCSVForHealthFundId(healthFundId)
|
|
15970
16055
|
}), {
|
|
15971
16056
|
method: 'get',
|
|
15972
|
-
params: _objectSpread$
|
|
16057
|
+
params: _objectSpread$11({
|
|
15973
16058
|
from: from,
|
|
15974
16059
|
to: to
|
|
15975
16060
|
}, query)
|
|
@@ -16013,11 +16098,11 @@ var getHealthFundAccountStatsForHealthFundId = /*#__PURE__*/function () {
|
|
|
16013
16098
|
doesParamExist.default({
|
|
16014
16099
|
healthFundId: healthFundId
|
|
16015
16100
|
}, opts.hyperMediaEndpoint);
|
|
16016
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
16101
|
+
return _context3.abrupt("return", request(_objectSpread$11({}, opts, {
|
|
16017
16102
|
path: pathHealthFundAccountStatsForHealthFundId(healthFundId)
|
|
16018
16103
|
}), {
|
|
16019
16104
|
method: 'get',
|
|
16020
|
-
params: _objectSpread$
|
|
16105
|
+
params: _objectSpread$11({
|
|
16021
16106
|
from: from,
|
|
16022
16107
|
to: to
|
|
16023
16108
|
}, query)
|
|
@@ -16061,11 +16146,11 @@ var getTransactionStatsForBusiness = /*#__PURE__*/function () {
|
|
|
16061
16146
|
doesParamExist.default({
|
|
16062
16147
|
businessId: businessId
|
|
16063
16148
|
}, opts.hyperMediaEndpoint);
|
|
16064
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
16149
|
+
return _context4.abrupt("return", request(_objectSpread$11({}, opts, {
|
|
16065
16150
|
path: pathTransactionStatsForBusiness(businessId)
|
|
16066
16151
|
}), {
|
|
16067
16152
|
method: 'get',
|
|
16068
|
-
params: _objectSpread$
|
|
16153
|
+
params: _objectSpread$11({
|
|
16069
16154
|
from: from,
|
|
16070
16155
|
to: to
|
|
16071
16156
|
}, query)
|
|
@@ -16111,11 +16196,11 @@ var getTransactionStatsForPractice = /*#__PURE__*/function () {
|
|
|
16111
16196
|
businessId: businessId,
|
|
16112
16197
|
practiceId: practiceId
|
|
16113
16198
|
}, opts.hyperMediaEndpoint);
|
|
16114
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
16199
|
+
return _context5.abrupt("return", request(_objectSpread$11({}, opts, {
|
|
16115
16200
|
path: pathTransactionStatsForPractice(businessId, practiceId)
|
|
16116
16201
|
}), {
|
|
16117
16202
|
method: 'get',
|
|
16118
|
-
params: _objectSpread$
|
|
16203
|
+
params: _objectSpread$11({
|
|
16119
16204
|
from: from,
|
|
16120
16205
|
to: to
|
|
16121
16206
|
}, query)
|
|
@@ -16159,11 +16244,11 @@ var getTransactionStatsForOrganisation = /*#__PURE__*/function () {
|
|
|
16159
16244
|
doesParamExist.default({
|
|
16160
16245
|
organisationId: organisationId
|
|
16161
16246
|
}, opts.hyperMediaEndpoint);
|
|
16162
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
16247
|
+
return _context6.abrupt("return", request(_objectSpread$11({}, opts, {
|
|
16163
16248
|
path: pathTransactionStatsForOrganisation(organisationId)
|
|
16164
16249
|
}), {
|
|
16165
16250
|
method: 'get',
|
|
16166
|
-
params: _objectSpread$
|
|
16251
|
+
params: _objectSpread$11({
|
|
16167
16252
|
from: from,
|
|
16168
16253
|
to: to
|
|
16169
16254
|
}, query)
|
|
@@ -16192,9 +16277,9 @@ var statistics = /*#__PURE__*/Object.freeze({
|
|
|
16192
16277
|
getTransactionStatsForOrganisation: getTransactionStatsForOrganisation
|
|
16193
16278
|
});
|
|
16194
16279
|
|
|
16195
|
-
function ownKeys$
|
|
16280
|
+
function ownKeys$12(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; }
|
|
16196
16281
|
|
|
16197
|
-
function _objectSpread$
|
|
16282
|
+
function _objectSpread$12(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$12(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$12(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
16198
16283
|
var pathBusinessSubscriptions = function pathBusinessSubscriptions(businessId) {
|
|
16199
16284
|
return "/businesses/" + businessId + "/subscriptions";
|
|
16200
16285
|
};
|
|
@@ -16216,7 +16301,7 @@ var createBusinessSubscription = function createBusinessSubscription(businessId,
|
|
|
16216
16301
|
doesParamExist.default({
|
|
16217
16302
|
businessId: businessId
|
|
16218
16303
|
});
|
|
16219
|
-
return request(_objectSpread$
|
|
16304
|
+
return request(_objectSpread$12({}, opts, {
|
|
16220
16305
|
path: pathBusinessSubscriptions(businessId)
|
|
16221
16306
|
}), {
|
|
16222
16307
|
method: 'post',
|
|
@@ -16238,7 +16323,7 @@ var getBusinessSubscriptions = function getBusinessSubscriptions(businessId, que
|
|
|
16238
16323
|
doesParamExist.default({
|
|
16239
16324
|
businessId: businessId
|
|
16240
16325
|
});
|
|
16241
|
-
return request(_objectSpread$
|
|
16326
|
+
return request(_objectSpread$12({}, opts, {
|
|
16242
16327
|
path: pathBusinessSubscriptions(businessId)
|
|
16243
16328
|
}), {
|
|
16244
16329
|
method: 'get',
|
|
@@ -16261,7 +16346,7 @@ var getBusinessSubscription = function getBusinessSubscription(businessId, subsc
|
|
|
16261
16346
|
businessId: businessId,
|
|
16262
16347
|
subscriptionId: subscriptionId
|
|
16263
16348
|
});
|
|
16264
|
-
return request(_objectSpread$
|
|
16349
|
+
return request(_objectSpread$12({}, opts, {
|
|
16265
16350
|
path: pathBusinessSubscription(businessId, subscriptionId)
|
|
16266
16351
|
}), {
|
|
16267
16352
|
method: 'get'
|
|
@@ -16284,7 +16369,7 @@ var updateBusinessSubscription = function updateBusinessSubscription(businessId,
|
|
|
16284
16369
|
businessId: businessId,
|
|
16285
16370
|
subscriptionId: subscriptionId
|
|
16286
16371
|
});
|
|
16287
|
-
return request(_objectSpread$
|
|
16372
|
+
return request(_objectSpread$12({}, opts, {
|
|
16288
16373
|
path: pathBusinessSubscription(businessId, subscriptionId)
|
|
16289
16374
|
}), {
|
|
16290
16375
|
method: 'put',
|
|
@@ -16302,9 +16387,9 @@ var subscriptions = /*#__PURE__*/Object.freeze({
|
|
|
16302
16387
|
updateBusinessSubscription: updateBusinessSubscription
|
|
16303
16388
|
});
|
|
16304
16389
|
|
|
16305
|
-
function ownKeys$
|
|
16390
|
+
function ownKeys$13(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; }
|
|
16306
16391
|
|
|
16307
|
-
function _objectSpread$
|
|
16392
|
+
function _objectSpread$13(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$13(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$13(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
16308
16393
|
var pathTerminalsByBusinessId = function pathTerminalsByBusinessId(businessId) {
|
|
16309
16394
|
return "/businesses/" + businessId + "/terminals";
|
|
16310
16395
|
};
|
|
@@ -16342,7 +16427,7 @@ var registerTerminal = /*#__PURE__*/function () {
|
|
|
16342
16427
|
businessId: businessId,
|
|
16343
16428
|
practiceId: practiceId
|
|
16344
16429
|
}, opts.hyperMediaEndpoint);
|
|
16345
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
16430
|
+
return _context.abrupt("return", request(_objectSpread$13({}, opts, {
|
|
16346
16431
|
path: pathTerminalsByPracticeId(businessId, practiceId)
|
|
16347
16432
|
}), {
|
|
16348
16433
|
method: 'post',
|
|
@@ -16381,7 +16466,7 @@ var getBusinessTerminals = /*#__PURE__*/function () {
|
|
|
16381
16466
|
doesParamExist.default({
|
|
16382
16467
|
businessId: businessId
|
|
16383
16468
|
}, opts.hyperMediaEndpoint);
|
|
16384
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
16469
|
+
return _context2.abrupt("return", request(_objectSpread$13({}, opts, {
|
|
16385
16470
|
path: pathTerminalsByBusinessId(businessId)
|
|
16386
16471
|
}), {
|
|
16387
16472
|
method: 'get',
|
|
@@ -16422,7 +16507,7 @@ var getTerminals = /*#__PURE__*/function () {
|
|
|
16422
16507
|
businessId: businessId,
|
|
16423
16508
|
practiceId: practiceId
|
|
16424
16509
|
}, opts.hyperMediaEndpoint);
|
|
16425
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
16510
|
+
return _context3.abrupt("return", request(_objectSpread$13({}, opts, {
|
|
16426
16511
|
path: pathTerminalsByPracticeId(businessId, practiceId)
|
|
16427
16512
|
}), {
|
|
16428
16513
|
method: 'get',
|
|
@@ -16465,7 +16550,7 @@ var getTerminal = /*#__PURE__*/function () {
|
|
|
16465
16550
|
practiceId: practiceId,
|
|
16466
16551
|
terminalId: terminalId
|
|
16467
16552
|
}, opts.hyperMediaEndpoint);
|
|
16468
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
16553
|
+
return _context4.abrupt("return", request(_objectSpread$13({}, opts, {
|
|
16469
16554
|
path: pathTerminalByTerminalId(businessId, practiceId, terminalId)
|
|
16470
16555
|
}), {
|
|
16471
16556
|
method: 'get'
|
|
@@ -16507,7 +16592,7 @@ var updateTerminal = /*#__PURE__*/function () {
|
|
|
16507
16592
|
practiceId: practiceId,
|
|
16508
16593
|
terminalId: terminalId
|
|
16509
16594
|
}, opts.hyperMediaEndpoint);
|
|
16510
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
16595
|
+
return _context5.abrupt("return", request(_objectSpread$13({}, opts, {
|
|
16511
16596
|
path: pathTerminalByTerminalId(businessId, practiceId, terminalId)
|
|
16512
16597
|
}), {
|
|
16513
16598
|
method: 'put',
|
|
@@ -16549,7 +16634,7 @@ var deleteTerminal = /*#__PURE__*/function () {
|
|
|
16549
16634
|
practiceId: practiceId,
|
|
16550
16635
|
terminalId: terminalId
|
|
16551
16636
|
}, opts.hyperMediaEndpoint);
|
|
16552
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
16637
|
+
return _context6.abrupt("return", request(_objectSpread$13({}, opts, {
|
|
16553
16638
|
path: pathTerminalByTerminalId(businessId, practiceId, terminalId)
|
|
16554
16639
|
}), {
|
|
16555
16640
|
method: 'delete'
|
|
@@ -16588,7 +16673,7 @@ var getClientToken$1 = /*#__PURE__*/function () {
|
|
|
16588
16673
|
businessId: businessId,
|
|
16589
16674
|
practiceId: practiceId
|
|
16590
16675
|
}, opts.hyperMediaEndpoint);
|
|
16591
|
-
return _context7.abrupt("return", request(_objectSpread$
|
|
16676
|
+
return _context7.abrupt("return", request(_objectSpread$13({}, opts, {
|
|
16592
16677
|
path: pathClientTokenByPracticeId(businessId, practiceId)
|
|
16593
16678
|
}), {
|
|
16594
16679
|
method: 'get'
|
|
@@ -16630,7 +16715,7 @@ var resetTerminal = /*#__PURE__*/function () {
|
|
|
16630
16715
|
practiceId: practiceId,
|
|
16631
16716
|
terminalId: terminalId
|
|
16632
16717
|
}, opts.hyperMediaEndpoint);
|
|
16633
|
-
return _context8.abrupt("return", request(_objectSpread$
|
|
16718
|
+
return _context8.abrupt("return", request(_objectSpread$13({}, opts, {
|
|
16634
16719
|
path: pathResetTerminal(businessId, practiceId, terminalId)
|
|
16635
16720
|
}), {
|
|
16636
16721
|
method: 'post',
|
|
@@ -16667,9 +16752,9 @@ var terminals = /*#__PURE__*/Object.freeze({
|
|
|
16667
16752
|
resetTerminal: resetTerminal
|
|
16668
16753
|
});
|
|
16669
16754
|
|
|
16670
|
-
function ownKeys$
|
|
16755
|
+
function ownKeys$14(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; }
|
|
16671
16756
|
|
|
16672
|
-
function _objectSpread$
|
|
16757
|
+
function _objectSpread$14(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$14(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$14(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
16673
16758
|
var pathCreateHealthFundTransactionExport = function pathCreateHealthFundTransactionExport(healthFundId) {
|
|
16674
16759
|
return "/healthfunds/" + healthFundId + "/transactionexport";
|
|
16675
16760
|
};
|
|
@@ -16696,7 +16781,7 @@ var createHealthFundTransactionExport = /*#__PURE__*/function () {
|
|
|
16696
16781
|
doesParamExist.default({
|
|
16697
16782
|
healthFundId: healthFundId
|
|
16698
16783
|
}, opts.hyperMediaEndpoint);
|
|
16699
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
16784
|
+
return _context.abrupt("return", request(_objectSpread$14({}, opts, {
|
|
16700
16785
|
path: pathCreateHealthFundTransactionExport(healthFundId)
|
|
16701
16786
|
}), {
|
|
16702
16787
|
method: 'post',
|
|
@@ -16741,7 +16826,7 @@ var getHealthFundTransactionExport = /*#__PURE__*/function () {
|
|
|
16741
16826
|
healthFundId: healthFundId,
|
|
16742
16827
|
transactionExportId: transactionExportId
|
|
16743
16828
|
}, opts.hyperMediaEndpoint);
|
|
16744
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
16829
|
+
return _context2.abrupt("return", request(_objectSpread$14({}, opts, {
|
|
16745
16830
|
path: pathGetHealthFundTransactionExport(healthFundId, transactionExportId)
|
|
16746
16831
|
}), {
|
|
16747
16832
|
method: 'get',
|
|
@@ -16769,9 +16854,9 @@ var transactionExport = /*#__PURE__*/Object.freeze({
|
|
|
16769
16854
|
getHealthFundTransactionExport: getHealthFundTransactionExport
|
|
16770
16855
|
});
|
|
16771
16856
|
|
|
16772
|
-
function ownKeys$
|
|
16857
|
+
function ownKeys$15(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; }
|
|
16773
16858
|
|
|
16774
|
-
function _objectSpread$
|
|
16859
|
+
function _objectSpread$15(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$15(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$15(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
16775
16860
|
|
|
16776
16861
|
var pathBusinessTransactions = function pathBusinessTransactions(businessId) {
|
|
16777
16862
|
return "/businesses/" + businessId + "/transactions";
|
|
@@ -16991,7 +17076,7 @@ var approveTransaction = /*#__PURE__*/function () {
|
|
|
16991
17076
|
doesParamExist.default({
|
|
16992
17077
|
transactionId: transactionId
|
|
16993
17078
|
}, opts.hyperMediaEndpoint);
|
|
16994
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
17079
|
+
return _context.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
16995
17080
|
path: pathTransactionApprove(transactionId)
|
|
16996
17081
|
}), {
|
|
16997
17082
|
method: 'post',
|
|
@@ -17029,7 +17114,7 @@ var assignHealthFundTransactions = /*#__PURE__*/function () {
|
|
|
17029
17114
|
doesParamExist.default({
|
|
17030
17115
|
healthFundId: healthFundId
|
|
17031
17116
|
}, opts.hyperMediaEndpoint);
|
|
17032
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
17117
|
+
return _context2.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17033
17118
|
path: pathHealthFundTransactionsAssign(healthFundId)
|
|
17034
17119
|
}), {
|
|
17035
17120
|
method: 'post',
|
|
@@ -17069,7 +17154,7 @@ var assignHealthFundTransactionToSelf = /*#__PURE__*/function () {
|
|
|
17069
17154
|
transactionId: transactionId,
|
|
17070
17155
|
healthFundId: healthFundId
|
|
17071
17156
|
}, opts.hyperMediaEndpoint);
|
|
17072
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
17157
|
+
return _context3.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17073
17158
|
path: pathHealthFundTransaction(healthFundId, transactionId) + "/assigntome"
|
|
17074
17159
|
}), {
|
|
17075
17160
|
method: 'put'
|
|
@@ -17106,7 +17191,7 @@ var assignTransactionToSelf = /*#__PURE__*/function () {
|
|
|
17106
17191
|
doesParamExist.default({
|
|
17107
17192
|
transactionId: transactionId
|
|
17108
17193
|
}, opts.hyperMediaEndpoint);
|
|
17109
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
17194
|
+
return _context4.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17110
17195
|
path: pathTransactionByTransactionId(transactionId) + "/assigntome"
|
|
17111
17196
|
}), {
|
|
17112
17197
|
method: 'put'
|
|
@@ -17143,7 +17228,7 @@ var cancelTransaction = /*#__PURE__*/function () {
|
|
|
17143
17228
|
doesParamExist.default({
|
|
17144
17229
|
transactionId: transactionId
|
|
17145
17230
|
}, opts.hyperMediaEndpoint);
|
|
17146
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
17231
|
+
return _context5.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17147
17232
|
path: pathTransactionByTransactionId(transactionId) + "/cancellations"
|
|
17148
17233
|
}), {
|
|
17149
17234
|
data: body,
|
|
@@ -17183,7 +17268,7 @@ var cancelBusinessTransaction = /*#__PURE__*/function () {
|
|
|
17183
17268
|
transactionId: transactionId,
|
|
17184
17269
|
businessId: businessId
|
|
17185
17270
|
}, opts.hyperMediaEndpoint);
|
|
17186
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
17271
|
+
return _context6.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17187
17272
|
path: pathBusinessTransaction(businessId, transactionId) + "/cancellations"
|
|
17188
17273
|
}), {
|
|
17189
17274
|
data: body,
|
|
@@ -17226,7 +17311,7 @@ var createBusinessPracticeStaffMemberInvoice = /*#__PURE__*/function () {
|
|
|
17226
17311
|
practiceId: practiceId,
|
|
17227
17312
|
staffId: staffId
|
|
17228
17313
|
}, opts.hyperMediaEndpoint);
|
|
17229
|
-
return _context7.abrupt("return", request(_objectSpread$
|
|
17314
|
+
return _context7.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17230
17315
|
path: pathBusinessPracticeStaffInvoices(businessId, practiceId, staffId)
|
|
17231
17316
|
}), {
|
|
17232
17317
|
method: 'post',
|
|
@@ -17267,7 +17352,7 @@ var createBusinessPracticeInvoice = /*#__PURE__*/function () {
|
|
|
17267
17352
|
businessId: businessId,
|
|
17268
17353
|
practiceId: practiceId
|
|
17269
17354
|
}, opts.hyperMediaEndpoint);
|
|
17270
|
-
return _context8.abrupt("return", request(_objectSpread$
|
|
17355
|
+
return _context8.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17271
17356
|
path: pathBusinessPracticeInvoices(businessId, practiceId)
|
|
17272
17357
|
}), {
|
|
17273
17358
|
method: 'post',
|
|
@@ -17306,7 +17391,7 @@ var createBusinessTransactionQuote = /*#__PURE__*/function () {
|
|
|
17306
17391
|
doesParamExist.default({
|
|
17307
17392
|
businessId: businessId
|
|
17308
17393
|
}, opts.hyperMediaEndpoint);
|
|
17309
|
-
return _context9.abrupt("return", request(_objectSpread$
|
|
17394
|
+
return _context9.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17310
17395
|
path: pathBusinessTransactionQuotes(businessId)
|
|
17311
17396
|
}), {
|
|
17312
17397
|
method: 'post',
|
|
@@ -17349,7 +17434,7 @@ var createBusinessPracticeStaffMemberQuote = /*#__PURE__*/function () {
|
|
|
17349
17434
|
practiceId: practiceId,
|
|
17350
17435
|
staffId: staffId
|
|
17351
17436
|
}, opts.hyperMediaEndpoint);
|
|
17352
|
-
return _context10.abrupt("return", request(_objectSpread$
|
|
17437
|
+
return _context10.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17353
17438
|
path: pathBusinessPracticeStaffQuotes(businessId, practiceId, staffId)
|
|
17354
17439
|
}), {
|
|
17355
17440
|
method: 'post',
|
|
@@ -17391,7 +17476,7 @@ var createPayment = /*#__PURE__*/function () {
|
|
|
17391
17476
|
doesParamExist.default({
|
|
17392
17477
|
transactionId: transactionId
|
|
17393
17478
|
}, opts.hyperMediaEndpoint);
|
|
17394
|
-
newBody = _objectSpread$
|
|
17479
|
+
newBody = _objectSpread$15({}, body);
|
|
17395
17480
|
|
|
17396
17481
|
if (source && nonce) {
|
|
17397
17482
|
newBody.payment = {
|
|
@@ -17400,7 +17485,7 @@ var createPayment = /*#__PURE__*/function () {
|
|
|
17400
17485
|
};
|
|
17401
17486
|
}
|
|
17402
17487
|
|
|
17403
|
-
return _context11.abrupt("return", request(_objectSpread$
|
|
17488
|
+
return _context11.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17404
17489
|
path: pathTransactionByTransactionId(transactionId) + "/payments"
|
|
17405
17490
|
}), {
|
|
17406
17491
|
method: 'post',
|
|
@@ -17439,7 +17524,7 @@ var createPaymentRequest = /*#__PURE__*/function () {
|
|
|
17439
17524
|
doesParamExist.default({
|
|
17440
17525
|
transactionId: transactionId
|
|
17441
17526
|
}, opts.hyperMediaEndpoint);
|
|
17442
|
-
return _context12.abrupt("return", request(_objectSpread$
|
|
17527
|
+
return _context12.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17443
17528
|
path: pathTransactionByTransactionId(transactionId) + "/paymentrequests"
|
|
17444
17529
|
}), {
|
|
17445
17530
|
method: 'post',
|
|
@@ -17479,7 +17564,7 @@ var completeQuote = /*#__PURE__*/function () {
|
|
|
17479
17564
|
transactionId: transactionId,
|
|
17480
17565
|
memberId: memberId
|
|
17481
17566
|
}, opts.hyperMediaEndpoint);
|
|
17482
|
-
return _context13.abrupt("return", request(_objectSpread$
|
|
17567
|
+
return _context13.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17483
17568
|
path: pathTransactionByTransactionId(transactionId) + "/completequote"
|
|
17484
17569
|
}), {
|
|
17485
17570
|
method: 'post',
|
|
@@ -17521,7 +17606,7 @@ var deleteTransactionTag = /*#__PURE__*/function () {
|
|
|
17521
17606
|
transactionId: transactionId,
|
|
17522
17607
|
tagId: tagId
|
|
17523
17608
|
}, opts.hyperMediaEndpoint);
|
|
17524
|
-
return _context14.abrupt("return", request(_objectSpread$
|
|
17609
|
+
return _context14.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17525
17610
|
path: pathTransactionTag(transactionId, tagId)
|
|
17526
17611
|
}), {
|
|
17527
17612
|
method: 'delete'
|
|
@@ -17558,7 +17643,7 @@ var deleteTransaction = /*#__PURE__*/function () {
|
|
|
17558
17643
|
doesParamExist.default({
|
|
17559
17644
|
transactionId: transactionId
|
|
17560
17645
|
}, opts.hyperMediaEndpoint);
|
|
17561
|
-
return _context15.abrupt("return", request(_objectSpread$
|
|
17646
|
+
return _context15.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17562
17647
|
path: pathTransactionByTransactionId(transactionId)
|
|
17563
17648
|
}), {
|
|
17564
17649
|
method: 'delete'
|
|
@@ -17600,7 +17685,7 @@ var getBusinessTransactions = /*#__PURE__*/function () {
|
|
|
17600
17685
|
doesParamExist.default({
|
|
17601
17686
|
businessId: businessId
|
|
17602
17687
|
}, opts.hyperMediaEndpoint);
|
|
17603
|
-
return _context16.abrupt("return", request(_objectSpread$
|
|
17688
|
+
return _context16.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17604
17689
|
path: pathBusinessTransactions(businessId)
|
|
17605
17690
|
}), {
|
|
17606
17691
|
method: 'get',
|
|
@@ -17640,7 +17725,7 @@ var getBusinessTransaction = /*#__PURE__*/function () {
|
|
|
17640
17725
|
businessId: businessId,
|
|
17641
17726
|
transactionId: transactionId
|
|
17642
17727
|
}, opts.hyperMediaEndpoint);
|
|
17643
|
-
return _context17.abrupt("return", request(_objectSpread$
|
|
17728
|
+
return _context17.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17644
17729
|
path: pathBusinessTransaction(businessId, transactionId)
|
|
17645
17730
|
}), {
|
|
17646
17731
|
method: 'get',
|
|
@@ -17680,7 +17765,7 @@ var getBusinessTransactionByInvoiceReference = /*#__PURE__*/function () {
|
|
|
17680
17765
|
businessId: businessId,
|
|
17681
17766
|
invoiceReference: invoiceReference
|
|
17682
17767
|
}, opts.hyperMediaEndpoint);
|
|
17683
|
-
return _context18.abrupt("return", request(_objectSpread$
|
|
17768
|
+
return _context18.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17684
17769
|
path: pathBusinessTransactionsInvoiceReference(businessId, invoiceReference)
|
|
17685
17770
|
}), {
|
|
17686
17771
|
method: 'get'
|
|
@@ -17719,7 +17804,7 @@ var getBusinessTransactionPaymentReport = /*#__PURE__*/function () {
|
|
|
17719
17804
|
businessId: businessId,
|
|
17720
17805
|
transactionId: transactionId
|
|
17721
17806
|
}, opts.hyperMediaEndpoint);
|
|
17722
|
-
return _context19.abrupt("return", request(_objectSpread$
|
|
17807
|
+
return _context19.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17723
17808
|
path: pathBusinessTransaction(businessId, transactionId) + "/paymentreport"
|
|
17724
17809
|
}), {
|
|
17725
17810
|
method: 'get',
|
|
@@ -17759,7 +17844,7 @@ var getBusinessTransactionProcessingReport = /*#__PURE__*/function () {
|
|
|
17759
17844
|
businessId: businessId,
|
|
17760
17845
|
transactionId: transactionId
|
|
17761
17846
|
}, opts.hyperMediaEndpoint);
|
|
17762
|
-
return _context20.abrupt("return", request(_objectSpread$
|
|
17847
|
+
return _context20.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17763
17848
|
path: pathBusinessTransaction(businessId, transactionId) + "/processingreport"
|
|
17764
17849
|
}), {
|
|
17765
17850
|
method: 'get',
|
|
@@ -17804,7 +17889,7 @@ var getBusinessPracticeTransactions = /*#__PURE__*/function () {
|
|
|
17804
17889
|
businessId: businessId,
|
|
17805
17890
|
practiceId: practiceId
|
|
17806
17891
|
}, opts.hyperMediaEndpoint);
|
|
17807
|
-
return _context21.abrupt("return", request(_objectSpread$
|
|
17892
|
+
return _context21.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17808
17893
|
path: pathBusinessPracticeTransactions(businessId, practiceId)
|
|
17809
17894
|
}), {
|
|
17810
17895
|
method: 'get',
|
|
@@ -17851,7 +17936,7 @@ var getBusinessPracticeStaffTransactions = /*#__PURE__*/function () {
|
|
|
17851
17936
|
practiceId: practiceId,
|
|
17852
17937
|
staffId: staffId
|
|
17853
17938
|
}, opts.hyperMediaEndpoint);
|
|
17854
|
-
return _context22.abrupt("return", request(_objectSpread$
|
|
17939
|
+
return _context22.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17855
17940
|
path: pathBusinessPracticeStaffTransactions(businessId, practiceId, staffId)
|
|
17856
17941
|
}), {
|
|
17857
17942
|
method: 'get',
|
|
@@ -17894,7 +17979,7 @@ var getTransactionsForHealthFund = /*#__PURE__*/function () {
|
|
|
17894
17979
|
doesParamExist.default({
|
|
17895
17980
|
healthFundId: healthFundId
|
|
17896
17981
|
}, opts.hyperMediaEndpoint);
|
|
17897
|
-
return _context23.abrupt("return", request(_objectSpread$
|
|
17982
|
+
return _context23.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17898
17983
|
path: pathTransactionsForHealthFund(healthFundId)
|
|
17899
17984
|
}), {
|
|
17900
17985
|
method: 'get',
|
|
@@ -17934,7 +18019,7 @@ var getHealthFundTransaction = /*#__PURE__*/function () {
|
|
|
17934
18019
|
healthFundId: healthFundId,
|
|
17935
18020
|
transactionId: transactionId
|
|
17936
18021
|
}, opts.hyperMediaEndpoint);
|
|
17937
|
-
return _context24.abrupt("return", request(_objectSpread$
|
|
18022
|
+
return _context24.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17938
18023
|
path: pathHealthFundTransaction(healthFundId, transactionId)
|
|
17939
18024
|
}), {
|
|
17940
18025
|
method: 'get'
|
|
@@ -17976,7 +18061,7 @@ var getTransactionsByMember = /*#__PURE__*/function () {
|
|
|
17976
18061
|
doesParamExist.default({
|
|
17977
18062
|
memberId: memberId
|
|
17978
18063
|
}, opts.hyperMediaEndpoint);
|
|
17979
|
-
return _context25.abrupt("return", request(_objectSpread$
|
|
18064
|
+
return _context25.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
17980
18065
|
path: pathTransactionsByMember(memberId)
|
|
17981
18066
|
}), {
|
|
17982
18067
|
method: 'get',
|
|
@@ -18020,7 +18105,7 @@ var getHealthFundMemberTransactions = /*#__PURE__*/function () {
|
|
|
18020
18105
|
doesParamExist.default({
|
|
18021
18106
|
healthFundId: healthFundId
|
|
18022
18107
|
}, opts.hyperMediaEndpoint);
|
|
18023
|
-
return _context26.abrupt("return", request(_objectSpread$
|
|
18108
|
+
return _context26.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18024
18109
|
path: pathHealthFundMemberTransactions(healthFundId, memberId)
|
|
18025
18110
|
}), {
|
|
18026
18111
|
method: 'get',
|
|
@@ -18058,7 +18143,7 @@ var getTransactionByTransactionId = /*#__PURE__*/function () {
|
|
|
18058
18143
|
doesParamExist.default({
|
|
18059
18144
|
transactionId: transactionId
|
|
18060
18145
|
}, opts.hyperMediaEndpoint);
|
|
18061
|
-
return _context27.abrupt("return", request(_objectSpread$
|
|
18146
|
+
return _context27.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18062
18147
|
path: pathTransactionByTransactionId(transactionId)
|
|
18063
18148
|
}), {
|
|
18064
18149
|
method: 'get',
|
|
@@ -18097,7 +18182,7 @@ var getTransactionPDF = /*#__PURE__*/function () {
|
|
|
18097
18182
|
doesParamExist.default({
|
|
18098
18183
|
transactionId: transactionId
|
|
18099
18184
|
}, opts.hyperMediaEndpoint);
|
|
18100
|
-
return _context28.abrupt("return", request(_objectSpread$
|
|
18185
|
+
return _context28.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18101
18186
|
path: pathTransactionByTransactionId(transactionId) + "/pdf"
|
|
18102
18187
|
}), {
|
|
18103
18188
|
method: 'post',
|
|
@@ -18139,7 +18224,7 @@ var getTransactionClaimPDF = /*#__PURE__*/function () {
|
|
|
18139
18224
|
claimId: claimId,
|
|
18140
18225
|
transactionId: transactionId
|
|
18141
18226
|
}, opts.hyperMediaEndpoint);
|
|
18142
|
-
return _context29.abrupt("return", request(_objectSpread$
|
|
18227
|
+
return _context29.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18143
18228
|
path: pathTransactionClaimPdf(transactionId, claimId)
|
|
18144
18229
|
}), {
|
|
18145
18230
|
method: 'post',
|
|
@@ -18178,7 +18263,7 @@ var getTransactionClaimPdfV2 = /*#__PURE__*/function () {
|
|
|
18178
18263
|
opts = {};
|
|
18179
18264
|
}
|
|
18180
18265
|
|
|
18181
|
-
return _context30.abrupt("return", request(_objectSpread$
|
|
18266
|
+
return _context30.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18182
18267
|
path: pathTransactionClaimPdfV2
|
|
18183
18268
|
}), {
|
|
18184
18269
|
method: 'post',
|
|
@@ -18218,7 +18303,7 @@ var replyToQuote = /*#__PURE__*/function () {
|
|
|
18218
18303
|
doesParamExist.default({
|
|
18219
18304
|
transactionId: transactionId
|
|
18220
18305
|
}, opts.hyperMediaEndpoint);
|
|
18221
|
-
return _context31.abrupt("return", request(_objectSpread$
|
|
18306
|
+
return _context31.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18222
18307
|
path: pathReplyQuote(transactionId)
|
|
18223
18308
|
}), {
|
|
18224
18309
|
method: 'post',
|
|
@@ -18257,7 +18342,7 @@ var sendReceipt$1 = /*#__PURE__*/function () {
|
|
|
18257
18342
|
doesParamExist.default({
|
|
18258
18343
|
transactionId: transactionId
|
|
18259
18344
|
}, opts.hyperMediaEndpoint);
|
|
18260
|
-
return _context32.abrupt("return", request(_objectSpread$
|
|
18345
|
+
return _context32.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18261
18346
|
path: pathTransactionSendReceipt(transactionId)
|
|
18262
18347
|
}), {
|
|
18263
18348
|
method: 'post',
|
|
@@ -18296,7 +18381,7 @@ var submitInvoice = /*#__PURE__*/function () {
|
|
|
18296
18381
|
doesParamExist.default({
|
|
18297
18382
|
transactionId: transactionId
|
|
18298
18383
|
}, opts.hyperMediaEndpoint);
|
|
18299
|
-
return _context33.abrupt("return", request(_objectSpread$
|
|
18384
|
+
return _context33.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18300
18385
|
path: pathTransactionByTransactionId(transactionId) + "/submitinvoice"
|
|
18301
18386
|
}), {
|
|
18302
18387
|
method: 'post',
|
|
@@ -18335,7 +18420,7 @@ var updateTransaction = /*#__PURE__*/function () {
|
|
|
18335
18420
|
doesParamExist.default({
|
|
18336
18421
|
transactionId: transactionId
|
|
18337
18422
|
}, opts.hyperMediaEndpoint);
|
|
18338
|
-
return _context34.abrupt("return", request(_objectSpread$
|
|
18423
|
+
return _context34.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18339
18424
|
path: pathTransactionByTransactionId(transactionId)
|
|
18340
18425
|
}), {
|
|
18341
18426
|
method: 'put',
|
|
@@ -18373,7 +18458,7 @@ var validateTransaction = /*#__PURE__*/function () {
|
|
|
18373
18458
|
doesParamExist.default({
|
|
18374
18459
|
transactionId: transactionId
|
|
18375
18460
|
}, opts.hyperMediaEndpoint);
|
|
18376
|
-
return _context35.abrupt("return", request(_objectSpread$
|
|
18461
|
+
return _context35.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18377
18462
|
path: pathValidateTransaction(transactionId)
|
|
18378
18463
|
}), {
|
|
18379
18464
|
method: 'post'
|
|
@@ -18411,7 +18496,7 @@ var submitTransactionBridgeClaim = /*#__PURE__*/function () {
|
|
|
18411
18496
|
doesParamExist.default({
|
|
18412
18497
|
transactionId: transactionId
|
|
18413
18498
|
}, opts.hyperMediaEndpoint);
|
|
18414
|
-
return _context36.abrupt("return", request(_objectSpread$
|
|
18499
|
+
return _context36.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18415
18500
|
path: pathTransactionSubmitBridgeClaim(transactionId)
|
|
18416
18501
|
}), {
|
|
18417
18502
|
method: 'post',
|
|
@@ -18450,7 +18535,7 @@ var submitTransactionBridgePayment = /*#__PURE__*/function () {
|
|
|
18450
18535
|
doesParamExist.default({
|
|
18451
18536
|
transactionId: transactionId
|
|
18452
18537
|
}, opts.hyperMediaEndpoint);
|
|
18453
|
-
return _context37.abrupt("return", request(_objectSpread$
|
|
18538
|
+
return _context37.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18454
18539
|
path: pathTransactionSubmitBridgePayment(transactionId)
|
|
18455
18540
|
}), {
|
|
18456
18541
|
method: 'post',
|
|
@@ -18489,7 +18574,7 @@ var triggerBridge = /*#__PURE__*/function () {
|
|
|
18489
18574
|
doesParamExist.default({
|
|
18490
18575
|
transactionId: transactionId
|
|
18491
18576
|
}, opts.hyperMediaEndpoint);
|
|
18492
|
-
return _context38.abrupt("return", request(_objectSpread$
|
|
18577
|
+
return _context38.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18493
18578
|
path: pathTransactionTriggerBridge(transactionId)
|
|
18494
18579
|
}), {
|
|
18495
18580
|
method: 'post',
|
|
@@ -18528,7 +18613,7 @@ var createInvoice = /*#__PURE__*/function () {
|
|
|
18528
18613
|
doesParamExist.default({
|
|
18529
18614
|
businessId: businessId
|
|
18530
18615
|
}, opts.hyperMediaEndpoint);
|
|
18531
|
-
return _context39.abrupt("return", request(_objectSpread$
|
|
18616
|
+
return _context39.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18532
18617
|
path: pathCreateInvoice(businessId)
|
|
18533
18618
|
}), {
|
|
18534
18619
|
method: 'post',
|
|
@@ -18567,7 +18652,7 @@ var createSendClaim = /*#__PURE__*/function () {
|
|
|
18567
18652
|
doesParamExist.default({
|
|
18568
18653
|
transactionId: transactionId
|
|
18569
18654
|
}, opts.hyperMediaEndpoint);
|
|
18570
|
-
return _context40.abrupt("return", request(_objectSpread$
|
|
18655
|
+
return _context40.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18571
18656
|
path: pathCreateSendClaim(transactionId)
|
|
18572
18657
|
}), {
|
|
18573
18658
|
method: 'post',
|
|
@@ -18608,7 +18693,7 @@ var updateClaim = /*#__PURE__*/function () {
|
|
|
18608
18693
|
claimId: claimId,
|
|
18609
18694
|
transactionId: transactionId
|
|
18610
18695
|
}, opts.hyperMediaEndpoint);
|
|
18611
|
-
return _context41.abrupt("return", request(_objectSpread$
|
|
18696
|
+
return _context41.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18612
18697
|
path: pathClaim(transactionId, claimId)
|
|
18613
18698
|
}), {
|
|
18614
18699
|
method: 'put',
|
|
@@ -18646,7 +18731,7 @@ var completeTransaction = /*#__PURE__*/function () {
|
|
|
18646
18731
|
doesParamExist.default({
|
|
18647
18732
|
transactionId: transactionId
|
|
18648
18733
|
}, opts.hyperMediaEndpoint);
|
|
18649
|
-
return _context42.abrupt("return", request(_objectSpread$
|
|
18734
|
+
return _context42.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18650
18735
|
path: pathCompleteTransaction(transactionId)
|
|
18651
18736
|
}), {
|
|
18652
18737
|
method: 'post'
|
|
@@ -18685,7 +18770,7 @@ var approveClaim = /*#__PURE__*/function () {
|
|
|
18685
18770
|
doesParamExist.default({
|
|
18686
18771
|
transactionId: transactionId
|
|
18687
18772
|
}, opts.hyperMediaEndpoint);
|
|
18688
|
-
return _context43.abrupt("return", request(_objectSpread$
|
|
18773
|
+
return _context43.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18689
18774
|
path: pathApproveClaim(transactionId, claimId)
|
|
18690
18775
|
}), {
|
|
18691
18776
|
method: 'post',
|
|
@@ -18725,7 +18810,7 @@ var cancelClaim = /*#__PURE__*/function () {
|
|
|
18725
18810
|
claimId: claimId,
|
|
18726
18811
|
transactionId: transactionId
|
|
18727
18812
|
}, opts.hyperMediaEndpoint);
|
|
18728
|
-
return _context44.abrupt("return", request(_objectSpread$
|
|
18813
|
+
return _context44.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18729
18814
|
path: pathCancelClaim(transactionId, claimId)
|
|
18730
18815
|
}), {
|
|
18731
18816
|
method: 'post',
|
|
@@ -18765,7 +18850,7 @@ var submitClaim = /*#__PURE__*/function () {
|
|
|
18765
18850
|
doesParamExist.default({
|
|
18766
18851
|
transactionId: transactionId
|
|
18767
18852
|
}, opts.hyperMediaEndpoint);
|
|
18768
|
-
return _context45.abrupt("return", request(_objectSpread$
|
|
18853
|
+
return _context45.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18769
18854
|
path: pathSubmitClaim(transactionId, claimId)
|
|
18770
18855
|
}), {
|
|
18771
18856
|
method: 'post',
|
|
@@ -18805,7 +18890,7 @@ var saveClaimDetails = /*#__PURE__*/function () {
|
|
|
18805
18890
|
claimId: claimId,
|
|
18806
18891
|
transactionId: transactionId
|
|
18807
18892
|
}, opts.hyperMediaEndpoint);
|
|
18808
|
-
return _context46.abrupt("return", request(_objectSpread$
|
|
18893
|
+
return _context46.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18809
18894
|
path: pathSaveClaim(transactionId, claimId)
|
|
18810
18895
|
}), {
|
|
18811
18896
|
method: 'post'
|
|
@@ -18843,7 +18928,7 @@ var pay = /*#__PURE__*/function () {
|
|
|
18843
18928
|
doesParamExist.default({
|
|
18844
18929
|
transactionId: transactionId
|
|
18845
18930
|
}, opts.hyperMediaEndpoint);
|
|
18846
|
-
return _context47.abrupt("return", request(_objectSpread$
|
|
18931
|
+
return _context47.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18847
18932
|
path: pathTransactionPays(transactionId)
|
|
18848
18933
|
}), {
|
|
18849
18934
|
method: 'post',
|
|
@@ -18882,7 +18967,7 @@ var sendProcessingRequest$1 = /*#__PURE__*/function () {
|
|
|
18882
18967
|
doesParamExist.default({
|
|
18883
18968
|
transactionId: transactionId
|
|
18884
18969
|
}, opts.hyperMediaEndpoint);
|
|
18885
|
-
return _context48.abrupt("return", request(_objectSpread$
|
|
18970
|
+
return _context48.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18886
18971
|
path: pathTransactionProcessingRequests(transactionId)
|
|
18887
18972
|
}), {
|
|
18888
18973
|
method: 'post',
|
|
@@ -18921,7 +19006,7 @@ var cancelInvoice = /*#__PURE__*/function () {
|
|
|
18921
19006
|
doesParamExist.default({
|
|
18922
19007
|
transactionId: transactionId
|
|
18923
19008
|
}, opts.hyperMediaEndpoint);
|
|
18924
|
-
return _context49.abrupt("return", request(_objectSpread$
|
|
19009
|
+
return _context49.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18925
19010
|
path: pathTransactionCancel(transactionId)
|
|
18926
19011
|
}), {
|
|
18927
19012
|
method: 'post',
|
|
@@ -18959,7 +19044,7 @@ var getPaymentLink$1 = /*#__PURE__*/function () {
|
|
|
18959
19044
|
doesParamExist.default({
|
|
18960
19045
|
transactionId: transactionId
|
|
18961
19046
|
}, opts.hyperMediaEndpoint);
|
|
18962
|
-
return _context50.abrupt("return", request(_objectSpread$
|
|
19047
|
+
return _context50.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
18963
19048
|
path: pathTransactionPaymentLink(transactionId)
|
|
18964
19049
|
}), {
|
|
18965
19050
|
method: 'get'
|
|
@@ -18999,7 +19084,7 @@ var refundByBusiness = /*#__PURE__*/function () {
|
|
|
18999
19084
|
businessId: businessId,
|
|
19000
19085
|
transactionId: transactionId
|
|
19001
19086
|
}, opts.hyperMediaEndpoint);
|
|
19002
|
-
return _context51.abrupt("return", request(_objectSpread$
|
|
19087
|
+
return _context51.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
19003
19088
|
path: pathBusinessTransactionRefund(businessId, transactionId)
|
|
19004
19089
|
}), {
|
|
19005
19090
|
method: 'post',
|
|
@@ -19038,7 +19123,7 @@ var refund = /*#__PURE__*/function () {
|
|
|
19038
19123
|
doesParamExist.default({
|
|
19039
19124
|
transactionId: transactionId
|
|
19040
19125
|
}, opts.hyperMediaEndpoint);
|
|
19041
|
-
return _context52.abrupt("return", request(_objectSpread$
|
|
19126
|
+
return _context52.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
19042
19127
|
path: pathTransactionRefund(transactionId)
|
|
19043
19128
|
}), {
|
|
19044
19129
|
method: 'post',
|
|
@@ -19077,7 +19162,7 @@ var saveDraft = /*#__PURE__*/function () {
|
|
|
19077
19162
|
doesParamExist.default({
|
|
19078
19163
|
businessId: businessId
|
|
19079
19164
|
}, opts.hyperMediaEndpoint);
|
|
19080
|
-
return _context53.abrupt("return", request(_objectSpread$
|
|
19165
|
+
return _context53.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
19081
19166
|
path: pathCreateDraft(businessId)
|
|
19082
19167
|
}), {
|
|
19083
19168
|
method: 'post',
|
|
@@ -19116,7 +19201,7 @@ var convertDraft = /*#__PURE__*/function () {
|
|
|
19116
19201
|
doesParamExist.default({
|
|
19117
19202
|
transactionId: transactionId
|
|
19118
19203
|
}, opts.hyperMediaEndpoint);
|
|
19119
|
-
return _context54.abrupt("return", request(_objectSpread$
|
|
19204
|
+
return _context54.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
19120
19205
|
path: pathConvertDraft(transactionId)
|
|
19121
19206
|
}), {
|
|
19122
19207
|
method: 'post',
|
|
@@ -19154,7 +19239,7 @@ var archive = /*#__PURE__*/function () {
|
|
|
19154
19239
|
doesParamExist.default({
|
|
19155
19240
|
transactionId: transactionId
|
|
19156
19241
|
}, opts.hyperMediaEndpoint);
|
|
19157
|
-
return _context55.abrupt("return", request(_objectSpread$
|
|
19242
|
+
return _context55.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
19158
19243
|
path: pathTransactionArchives(transactionId)
|
|
19159
19244
|
}), {
|
|
19160
19245
|
method: 'put'
|
|
@@ -19191,7 +19276,7 @@ var unarchive = /*#__PURE__*/function () {
|
|
|
19191
19276
|
doesParamExist.default({
|
|
19192
19277
|
transactionId: transactionId
|
|
19193
19278
|
}, opts.hyperMediaEndpoint);
|
|
19194
|
-
return _context56.abrupt("return", request(_objectSpread$
|
|
19279
|
+
return _context56.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
19195
19280
|
path: pathTransactionUnarchives(transactionId)
|
|
19196
19281
|
}), {
|
|
19197
19282
|
method: 'put'
|
|
@@ -19229,7 +19314,7 @@ var terminalInput = /*#__PURE__*/function () {
|
|
|
19229
19314
|
doesParamExist.default({
|
|
19230
19315
|
transactionId: transactionId
|
|
19231
19316
|
}, opts.hyperMediaEndpoint);
|
|
19232
|
-
return _context57.abrupt("return", request(_objectSpread$
|
|
19317
|
+
return _context57.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
19233
19318
|
path: pathTransactionTerminalInput(transactionId)
|
|
19234
19319
|
}), {
|
|
19235
19320
|
method: 'post',
|
|
@@ -19268,7 +19353,7 @@ var terminalCancellation = /*#__PURE__*/function () {
|
|
|
19268
19353
|
doesParamExist.default({
|
|
19269
19354
|
transactionId: transactionId
|
|
19270
19355
|
}, opts.hyperMediaEndpoint);
|
|
19271
|
-
return _context58.abrupt("return", request(_objectSpread$
|
|
19356
|
+
return _context58.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
19272
19357
|
path: pathTransactionTerminalCancel(transactionId)
|
|
19273
19358
|
}), {
|
|
19274
19359
|
method: 'post',
|
|
@@ -19308,7 +19393,7 @@ var refundPayment = /*#__PURE__*/function () {
|
|
|
19308
19393
|
doesParamExist.default({
|
|
19309
19394
|
transactionId: transactionId
|
|
19310
19395
|
}, opts.hyperMediaEndpoint);
|
|
19311
|
-
return _context59.abrupt("return", request(_objectSpread$
|
|
19396
|
+
return _context59.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
19312
19397
|
path: pathTransactionPaymentRefund(transactionId, paymentId)
|
|
19313
19398
|
}), {
|
|
19314
19399
|
method: 'post',
|
|
@@ -19343,7 +19428,7 @@ var createEclipseInPatientInvoice = /*#__PURE__*/function () {
|
|
|
19343
19428
|
opts = {};
|
|
19344
19429
|
}
|
|
19345
19430
|
|
|
19346
|
-
return _context60.abrupt("return", request(_objectSpread$
|
|
19431
|
+
return _context60.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
19347
19432
|
path: pathCreateEclipseInPatientInvoice()
|
|
19348
19433
|
}), {
|
|
19349
19434
|
method: 'post',
|
|
@@ -19378,7 +19463,7 @@ var createEclipseOverseasInvoice = /*#__PURE__*/function () {
|
|
|
19378
19463
|
opts = {};
|
|
19379
19464
|
}
|
|
19380
19465
|
|
|
19381
|
-
return _context61.abrupt("return", request(_objectSpread$
|
|
19466
|
+
return _context61.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
19382
19467
|
path: pathCreateEclipseOverseasInvoice()
|
|
19383
19468
|
}), {
|
|
19384
19469
|
method: 'post',
|
|
@@ -19413,7 +19498,7 @@ var createEclipseOnlineEligibilityCheckInvoice = /*#__PURE__*/function () {
|
|
|
19413
19498
|
opts = {};
|
|
19414
19499
|
}
|
|
19415
19500
|
|
|
19416
|
-
return _context62.abrupt("return", request(_objectSpread$
|
|
19501
|
+
return _context62.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
19417
19502
|
path: pathCreateEclipseOnlineEligibilityCheckInvoice()
|
|
19418
19503
|
}), {
|
|
19419
19504
|
method: 'post',
|
|
@@ -19453,7 +19538,7 @@ var getBusinessEclipseTransactionPaymentReport = /*#__PURE__*/function () {
|
|
|
19453
19538
|
businessId: businessId,
|
|
19454
19539
|
transactionId: transactionId
|
|
19455
19540
|
}, opts.hyperMediaEndpoint);
|
|
19456
|
-
return _context63.abrupt("return", request(_objectSpread$
|
|
19541
|
+
return _context63.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
19457
19542
|
path: pathBusinessTransaction(businessId, transactionId) + "/paymentreport/eclipse"
|
|
19458
19543
|
}), {
|
|
19459
19544
|
method: 'get',
|
|
@@ -19493,7 +19578,7 @@ var getBusinessEclipseTransactionProcessingReport = /*#__PURE__*/function () {
|
|
|
19493
19578
|
businessId: businessId,
|
|
19494
19579
|
transactionId: transactionId
|
|
19495
19580
|
}, opts.hyperMediaEndpoint);
|
|
19496
|
-
return _context64.abrupt("return", request(_objectSpread$
|
|
19581
|
+
return _context64.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
19497
19582
|
path: pathBusinessTransaction(businessId, transactionId) + "/processingreport/eclipse"
|
|
19498
19583
|
}), {
|
|
19499
19584
|
method: 'get',
|
|
@@ -19532,7 +19617,7 @@ var reconcileClaim = /*#__PURE__*/function () {
|
|
|
19532
19617
|
doesParamExist.default({
|
|
19533
19618
|
transactionId: transactionId
|
|
19534
19619
|
}, opts.hyperMediaEndpoint);
|
|
19535
|
-
return _context65.abrupt("return", request(_objectSpread$
|
|
19620
|
+
return _context65.abrupt("return", request(_objectSpread$15({}, opts, {
|
|
19536
19621
|
path: pathReconcileClaim(transactionId, claimId)
|
|
19537
19622
|
}), {
|
|
19538
19623
|
method: 'post'
|
|
@@ -19620,9 +19705,9 @@ var transactions = /*#__PURE__*/Object.freeze({
|
|
|
19620
19705
|
reconcileClaim: reconcileClaim
|
|
19621
19706
|
});
|
|
19622
19707
|
|
|
19623
|
-
function ownKeys$
|
|
19708
|
+
function ownKeys$16(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; }
|
|
19624
19709
|
|
|
19625
|
-
function _objectSpread$
|
|
19710
|
+
function _objectSpread$16(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$16(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$16(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
19626
19711
|
|
|
19627
19712
|
var pathTrigger = function pathTrigger(triggerId) {
|
|
19628
19713
|
return "/triggers/" + triggerId;
|
|
@@ -19649,7 +19734,7 @@ var getTrigger = /*#__PURE__*/function () {
|
|
|
19649
19734
|
doesParamExist.default({
|
|
19650
19735
|
triggerId: triggerId
|
|
19651
19736
|
}, opts.hyperMediaEndpoint);
|
|
19652
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
19737
|
+
return _context.abrupt("return", request(_objectSpread$16({}, opts, {
|
|
19653
19738
|
path: pathTrigger(triggerId)
|
|
19654
19739
|
}), {
|
|
19655
19740
|
method: 'get'
|
|
@@ -19687,7 +19772,7 @@ var getTriggers = /*#__PURE__*/function () {
|
|
|
19687
19772
|
opts = {};
|
|
19688
19773
|
}
|
|
19689
19774
|
|
|
19690
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
19775
|
+
return _context2.abrupt("return", request(_objectSpread$16({}, opts, {
|
|
19691
19776
|
path: PATH__TRIGGERS
|
|
19692
19777
|
}), {
|
|
19693
19778
|
method: 'get',
|
|
@@ -19726,7 +19811,7 @@ var getTriggerCategories = /*#__PURE__*/function () {
|
|
|
19726
19811
|
opts = {};
|
|
19727
19812
|
}
|
|
19728
19813
|
|
|
19729
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
19814
|
+
return _context3.abrupt("return", request(_objectSpread$16({}, opts, {
|
|
19730
19815
|
path: PATH__TRIGGER_CATEGORIES
|
|
19731
19816
|
}), {
|
|
19732
19817
|
method: 'get',
|
|
@@ -19753,9 +19838,9 @@ var triggers = /*#__PURE__*/Object.freeze({
|
|
|
19753
19838
|
getTriggerCategories: getTriggerCategories
|
|
19754
19839
|
});
|
|
19755
19840
|
|
|
19756
|
-
function ownKeys$
|
|
19841
|
+
function ownKeys$17(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; }
|
|
19757
19842
|
|
|
19758
|
-
function _objectSpread$
|
|
19843
|
+
function _objectSpread$17(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$17(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$17(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
19759
19844
|
var pathHealthFundVendors = function pathHealthFundVendors(healthFundId) {
|
|
19760
19845
|
return "/healthfunds/" + healthFundId + "/vendors";
|
|
19761
19846
|
};
|
|
@@ -19771,7 +19856,7 @@ var getHealthFundVendor = function getHealthFundVendor(healthFundId, vendorId, q
|
|
|
19771
19856
|
healthFundId: healthFundId,
|
|
19772
19857
|
vendorId: vendorId
|
|
19773
19858
|
}, opts.hyperMediaEndpoint);
|
|
19774
|
-
return request(_objectSpread$
|
|
19859
|
+
return request(_objectSpread$17({}, opts, {
|
|
19775
19860
|
path: pathHealthFundVendor(healthFundId, vendorId)
|
|
19776
19861
|
}), {
|
|
19777
19862
|
method: 'get',
|
|
@@ -19786,7 +19871,7 @@ var getHealthFundVendors = function getHealthFundVendors(healthFundId, query, op
|
|
|
19786
19871
|
doesParamExist.default({
|
|
19787
19872
|
healthFundId: healthFundId
|
|
19788
19873
|
}, opts.hyperMediaEndpoint);
|
|
19789
|
-
return request(_objectSpread$
|
|
19874
|
+
return request(_objectSpread$17({}, opts, {
|
|
19790
19875
|
path: pathHealthFundVendors(healthFundId)
|
|
19791
19876
|
}), {
|
|
19792
19877
|
method: 'get',
|
|
@@ -19802,9 +19887,9 @@ var vendors = /*#__PURE__*/Object.freeze({
|
|
|
19802
19887
|
getHealthFundVendors: getHealthFundVendors
|
|
19803
19888
|
});
|
|
19804
19889
|
|
|
19805
|
-
function ownKeys$
|
|
19890
|
+
function ownKeys$18(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; }
|
|
19806
19891
|
|
|
19807
|
-
function _objectSpread$
|
|
19892
|
+
function _objectSpread$18(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$18(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$18(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
19808
19893
|
var PATH__MEDICARE_VERIFY = '/medicare/verify';
|
|
19809
19894
|
/**
|
|
19810
19895
|
* Verify medicare details
|
|
@@ -19822,7 +19907,7 @@ var verifyMedicare$1 = /*#__PURE__*/function () {
|
|
|
19822
19907
|
opts = {};
|
|
19823
19908
|
}
|
|
19824
19909
|
|
|
19825
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
19910
|
+
return _context.abrupt("return", request(_objectSpread$18({}, opts, {
|
|
19826
19911
|
path: PATH__MEDICARE_VERIFY
|
|
19827
19912
|
}), {
|
|
19828
19913
|
method: 'POST',
|
|
@@ -19848,9 +19933,9 @@ var verify = /*#__PURE__*/Object.freeze({
|
|
|
19848
19933
|
verifyMedicare: verifyMedicare$1
|
|
19849
19934
|
});
|
|
19850
19935
|
|
|
19851
|
-
function ownKeys$
|
|
19936
|
+
function ownKeys$19(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; }
|
|
19852
19937
|
|
|
19853
|
-
function _objectSpread$
|
|
19938
|
+
function _objectSpread$19(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$19(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$19(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
19854
19939
|
var pathSendWorkerMessage = function pathSendWorkerMessage() {
|
|
19855
19940
|
return "/workers/messages";
|
|
19856
19941
|
};
|
|
@@ -19859,7 +19944,7 @@ var sendWorkerMessage = function sendWorkerMessage(body, opts) {
|
|
|
19859
19944
|
opts = {};
|
|
19860
19945
|
}
|
|
19861
19946
|
|
|
19862
|
-
return request(_objectSpread$
|
|
19947
|
+
return request(_objectSpread$19({}, opts, {
|
|
19863
19948
|
path: pathSendWorkerMessage()
|
|
19864
19949
|
}), {
|
|
19865
19950
|
method: 'post',
|
|
@@ -19873,9 +19958,9 @@ var workers = /*#__PURE__*/Object.freeze({
|
|
|
19873
19958
|
sendWorkerMessage: sendWorkerMessage
|
|
19874
19959
|
});
|
|
19875
19960
|
|
|
19876
|
-
function ownKeys$
|
|
19961
|
+
function ownKeys$1a(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; }
|
|
19877
19962
|
|
|
19878
|
-
function _objectSpread$
|
|
19963
|
+
function _objectSpread$1a(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1a(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1a(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
19879
19964
|
var pathHealthFundWorkflowExceptions = function pathHealthFundWorkflowExceptions(healthFundId) {
|
|
19880
19965
|
return "/healthfunds/" + healthFundId + "/workflowexceptions";
|
|
19881
19966
|
};
|
|
@@ -19887,7 +19972,7 @@ var getHealthFundWorkflowExceptions = function getHealthFundWorkflowExceptions(h
|
|
|
19887
19972
|
doesParamExist.default({
|
|
19888
19973
|
healthFundId: healthFundId
|
|
19889
19974
|
}, opts.hyperMediaEndpoint);
|
|
19890
|
-
return request(_objectSpread$
|
|
19975
|
+
return request(_objectSpread$1a({}, opts, {
|
|
19891
19976
|
path: pathHealthFundWorkflowExceptions(healthFundId)
|
|
19892
19977
|
}), {
|
|
19893
19978
|
method: 'get',
|
|
@@ -20609,9 +20694,9 @@ var aws = /*#__PURE__*/Object.freeze({
|
|
|
20609
20694
|
uploadKycTrustDocumentToS3: uploadKycTrustDocumentToS3
|
|
20610
20695
|
});
|
|
20611
20696
|
|
|
20612
|
-
function ownKeys$
|
|
20697
|
+
function ownKeys$1b(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; }
|
|
20613
20698
|
|
|
20614
|
-
function _objectSpread$
|
|
20699
|
+
function _objectSpread$1b(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1b(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1b(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
20615
20700
|
/**
|
|
20616
20701
|
* Get current app version
|
|
20617
20702
|
*/
|
|
@@ -20753,7 +20838,7 @@ var checkAppVersion = /*#__PURE__*/function () {
|
|
|
20753
20838
|
break;
|
|
20754
20839
|
}
|
|
20755
20840
|
|
|
20756
|
-
return _context3.abrupt("return", _objectSpread$
|
|
20841
|
+
return _context3.abrupt("return", _objectSpread$1b({}, versions, {
|
|
20757
20842
|
requiresUpdate: true,
|
|
20758
20843
|
isForced: true
|
|
20759
20844
|
}));
|
|
@@ -20764,12 +20849,12 @@ var checkAppVersion = /*#__PURE__*/function () {
|
|
|
20764
20849
|
break;
|
|
20765
20850
|
}
|
|
20766
20851
|
|
|
20767
|
-
return _context3.abrupt("return", _objectSpread$
|
|
20852
|
+
return _context3.abrupt("return", _objectSpread$1b({}, versions, {
|
|
20768
20853
|
requiresUpdate: true
|
|
20769
20854
|
}));
|
|
20770
20855
|
|
|
20771
20856
|
case 14:
|
|
20772
|
-
return _context3.abrupt("return", _objectSpread$
|
|
20857
|
+
return _context3.abrupt("return", _objectSpread$1b({}, versions, {
|
|
20773
20858
|
requiresUpdate: false
|
|
20774
20859
|
}));
|
|
20775
20860
|
|
|
@@ -20795,9 +20880,85 @@ var versions = /*#__PURE__*/Object.freeze({
|
|
|
20795
20880
|
checkAppVersion: checkAppVersion
|
|
20796
20881
|
});
|
|
20797
20882
|
|
|
20798
|
-
|
|
20883
|
+
var _getSelfApplicationCache;
|
|
20799
20884
|
|
|
20800
|
-
|
|
20885
|
+
var _getSelfApplicationCacheInProgress = false;
|
|
20886
|
+
var getSelfApplicationCached = /*#__PURE__*/function () {
|
|
20887
|
+
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
|
|
20888
|
+
var data;
|
|
20889
|
+
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
20890
|
+
while (1) {
|
|
20891
|
+
switch (_context.prev = _context.next) {
|
|
20892
|
+
case 0:
|
|
20893
|
+
if (!_getSelfApplicationCache) {
|
|
20894
|
+
_context.next = 2;
|
|
20895
|
+
break;
|
|
20896
|
+
}
|
|
20897
|
+
|
|
20898
|
+
return _context.abrupt("return", _getSelfApplicationCache);
|
|
20899
|
+
|
|
20900
|
+
case 2:
|
|
20901
|
+
if (_getSelfApplicationCacheInProgress) {
|
|
20902
|
+
_context.next = 13;
|
|
20903
|
+
break;
|
|
20904
|
+
}
|
|
20905
|
+
|
|
20906
|
+
_context.prev = 3;
|
|
20907
|
+
_getSelfApplicationCacheInProgress = true;
|
|
20908
|
+
_context.next = 7;
|
|
20909
|
+
return sdkClient.applications.getSelfApplication();
|
|
20910
|
+
|
|
20911
|
+
case 7:
|
|
20912
|
+
_getSelfApplicationCache = _context.sent;
|
|
20913
|
+
|
|
20914
|
+
case 8:
|
|
20915
|
+
_context.prev = 8;
|
|
20916
|
+
_getSelfApplicationCacheInProgress = false;
|
|
20917
|
+
return _context.finish(8);
|
|
20918
|
+
|
|
20919
|
+
case 11:
|
|
20920
|
+
_context.next = 18;
|
|
20921
|
+
break;
|
|
20922
|
+
|
|
20923
|
+
case 13:
|
|
20924
|
+
_context.next = 15;
|
|
20925
|
+
return new Promise(function (resolve) {
|
|
20926
|
+
return setTimeout(resolve, 100);
|
|
20927
|
+
});
|
|
20928
|
+
|
|
20929
|
+
case 15:
|
|
20930
|
+
data = _getSelfApplicationCache;
|
|
20931
|
+
|
|
20932
|
+
case 16:
|
|
20933
|
+
if (!data) {
|
|
20934
|
+
_context.next = 13;
|
|
20935
|
+
break;
|
|
20936
|
+
}
|
|
20937
|
+
|
|
20938
|
+
case 17:
|
|
20939
|
+
return _context.abrupt("return", data);
|
|
20940
|
+
|
|
20941
|
+
case 18:
|
|
20942
|
+
case "end":
|
|
20943
|
+
return _context.stop();
|
|
20944
|
+
}
|
|
20945
|
+
}
|
|
20946
|
+
}, _callee, null, [[3,, 8, 11]]);
|
|
20947
|
+
}));
|
|
20948
|
+
|
|
20949
|
+
return function getSelfApplicationCached() {
|
|
20950
|
+
return _ref.apply(this, arguments);
|
|
20951
|
+
};
|
|
20952
|
+
}();
|
|
20953
|
+
|
|
20954
|
+
var applicationUtils = /*#__PURE__*/Object.freeze({
|
|
20955
|
+
__proto__: null,
|
|
20956
|
+
getSelfApplicationCached: getSelfApplicationCached
|
|
20957
|
+
});
|
|
20958
|
+
|
|
20959
|
+
function ownKeys$1c(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; }
|
|
20960
|
+
|
|
20961
|
+
function _objectSpread$1c(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1c(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1c(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
20801
20962
|
|
|
20802
20963
|
function parseProfessions(_x, _x2) {
|
|
20803
20964
|
return _parseProfessions.apply(this, arguments);
|
|
@@ -20844,19 +21005,19 @@ function _parseProfessions() {
|
|
|
20844
21005
|
professionalCategoriesMap = _get(professionalCategoriesResponse, 'items', []).reduce(function (currentProfessionalCategories, professionalCategory) {
|
|
20845
21006
|
var _objectSpread2;
|
|
20846
21007
|
|
|
20847
|
-
return _objectSpread$
|
|
21008
|
+
return _objectSpread$1c({}, currentProfessionalCategories, (_objectSpread2 = {}, _objectSpread2[professionalCategory._id] = professionalCategory, _objectSpread2));
|
|
20848
21009
|
}, // @ts-expect-error TS(2345): Argument of type '{}' is not assignable to paramet... Remove this comment to see the full error message
|
|
20849
21010
|
{});
|
|
20850
21011
|
specialtiesMap = _get(specialtiesResponse, 'items', []).reduce(function (currentSpecialties, professionalCategory) {
|
|
20851
21012
|
var _objectSpread3;
|
|
20852
21013
|
|
|
20853
|
-
return _objectSpread$
|
|
21014
|
+
return _objectSpread$1c({}, currentSpecialties, (_objectSpread3 = {}, _objectSpread3[professionalCategory._id] = professionalCategory, _objectSpread3));
|
|
20854
21015
|
}, // @ts-expect-error TS(2345): Argument of type '{}' is not assignable to paramet... Remove this comment to see the full error message
|
|
20855
21016
|
{});
|
|
20856
21017
|
providerRegistrationTypesMap = _get(providerTypesResponse, 'items', []).reduce(function (currentProviderType, providerType) {
|
|
20857
21018
|
var _objectSpread4;
|
|
20858
21019
|
|
|
20859
|
-
return _objectSpread$
|
|
21020
|
+
return _objectSpread$1c({}, currentProviderType, (_objectSpread4 = {}, _objectSpread4[providerType._id] = providerType, _objectSpread4));
|
|
20860
21021
|
}, {});
|
|
20861
21022
|
newProfessions = professions.map(function (registration) {
|
|
20862
21023
|
var professionalCategory = professionalCategoriesMap[registration.professionalCategoryId];
|
|
@@ -20887,85 +21048,9 @@ var professionsUtils = /*#__PURE__*/Object.freeze({
|
|
|
20887
21048
|
parseProfessions: parseProfessions
|
|
20888
21049
|
});
|
|
20889
21050
|
|
|
20890
|
-
var
|
|
20891
|
-
|
|
20892
|
-
var _getSelfApplicationCacheInProgress = false;
|
|
20893
|
-
var getSelfApplicationCached = /*#__PURE__*/function () {
|
|
20894
|
-
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
|
|
20895
|
-
var data;
|
|
20896
|
-
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
20897
|
-
while (1) {
|
|
20898
|
-
switch (_context.prev = _context.next) {
|
|
20899
|
-
case 0:
|
|
20900
|
-
if (!_getSelfApplicationCache) {
|
|
20901
|
-
_context.next = 2;
|
|
20902
|
-
break;
|
|
20903
|
-
}
|
|
20904
|
-
|
|
20905
|
-
return _context.abrupt("return", _getSelfApplicationCache);
|
|
20906
|
-
|
|
20907
|
-
case 2:
|
|
20908
|
-
if (_getSelfApplicationCacheInProgress) {
|
|
20909
|
-
_context.next = 13;
|
|
20910
|
-
break;
|
|
20911
|
-
}
|
|
20912
|
-
|
|
20913
|
-
_context.prev = 3;
|
|
20914
|
-
_getSelfApplicationCacheInProgress = true;
|
|
20915
|
-
_context.next = 7;
|
|
20916
|
-
return sdkClient.applications.getSelfApplication();
|
|
20917
|
-
|
|
20918
|
-
case 7:
|
|
20919
|
-
_getSelfApplicationCache = _context.sent;
|
|
20920
|
-
|
|
20921
|
-
case 8:
|
|
20922
|
-
_context.prev = 8;
|
|
20923
|
-
_getSelfApplicationCacheInProgress = false;
|
|
20924
|
-
return _context.finish(8);
|
|
20925
|
-
|
|
20926
|
-
case 11:
|
|
20927
|
-
_context.next = 18;
|
|
20928
|
-
break;
|
|
20929
|
-
|
|
20930
|
-
case 13:
|
|
20931
|
-
_context.next = 15;
|
|
20932
|
-
return new Promise(function (resolve) {
|
|
20933
|
-
return setTimeout(resolve, 100);
|
|
20934
|
-
});
|
|
20935
|
-
|
|
20936
|
-
case 15:
|
|
20937
|
-
data = _getSelfApplicationCache;
|
|
20938
|
-
|
|
20939
|
-
case 16:
|
|
20940
|
-
if (!data) {
|
|
20941
|
-
_context.next = 13;
|
|
20942
|
-
break;
|
|
20943
|
-
}
|
|
20944
|
-
|
|
20945
|
-
case 17:
|
|
20946
|
-
return _context.abrupt("return", data);
|
|
20947
|
-
|
|
20948
|
-
case 18:
|
|
20949
|
-
case "end":
|
|
20950
|
-
return _context.stop();
|
|
20951
|
-
}
|
|
20952
|
-
}
|
|
20953
|
-
}, _callee, null, [[3,, 8, 11]]);
|
|
20954
|
-
}));
|
|
20955
|
-
|
|
20956
|
-
return function getSelfApplicationCached() {
|
|
20957
|
-
return _ref.apply(this, arguments);
|
|
20958
|
-
};
|
|
20959
|
-
}();
|
|
20960
|
-
|
|
20961
|
-
var applicationUtils = /*#__PURE__*/Object.freeze({
|
|
20962
|
-
__proto__: null,
|
|
20963
|
-
getSelfApplicationCached: getSelfApplicationCached
|
|
20964
|
-
});
|
|
20965
|
-
|
|
20966
|
-
function ownKeys$1c(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; }
|
|
21051
|
+
function ownKeys$1d(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; }
|
|
20967
21052
|
|
|
20968
|
-
function _objectSpread$
|
|
21053
|
+
function _objectSpread$1d(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1d(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1d(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
20969
21054
|
var APP_ID = 'web-application';
|
|
20970
21055
|
var API_VER = '0.82.0';
|
|
20971
21056
|
var API_VERSIONS = {
|
|
@@ -20998,7 +21083,7 @@ var _getEnvBaseUrls = function _getEnvBaseUrls(envBaseUrls, _ref) {
|
|
|
20998
21083
|
return Object.keys(envBaseUrls).reduce(function (baseUrls, apiName) {
|
|
20999
21084
|
var _objectSpread2;
|
|
21000
21085
|
|
|
21001
|
-
return _objectSpread$
|
|
21086
|
+
return _objectSpread$1d({}, baseUrls, (_objectSpread2 = {}, _objectSpread2[apiName] = envBaseUrls[apiName][region][env], _objectSpread2));
|
|
21002
21087
|
}, {});
|
|
21003
21088
|
};
|
|
21004
21089
|
|
|
@@ -21051,6 +21136,7 @@ var sdkClient = {
|
|
|
21051
21136
|
funders: funders,
|
|
21052
21137
|
funderServices: funderServices,
|
|
21053
21138
|
funderSettings: funderSettings,
|
|
21139
|
+
funderValues: funderValues,
|
|
21054
21140
|
futures: futures,
|
|
21055
21141
|
healthFundAccounts: healthFundAccounts,
|
|
21056
21142
|
healthFundSettings: healthFundSettings,
|
|
@@ -21132,7 +21218,7 @@ var sdkClient = {
|
|
|
21132
21218
|
this.axios.defaults.headers.post.Accept = CONTENT_TYPE;
|
|
21133
21219
|
}
|
|
21134
21220
|
|
|
21135
|
-
this.setConfig(_objectSpread$
|
|
21221
|
+
this.setConfig(_objectSpread$1d({}, opts, {
|
|
21136
21222
|
env: env
|
|
21137
21223
|
}));
|
|
21138
21224
|
this.hasInit = true; // Setup request/response interceptors
|
|
@@ -21366,9 +21452,9 @@ var sdkClient = {
|
|
|
21366
21452
|
}
|
|
21367
21453
|
};
|
|
21368
21454
|
|
|
21369
|
-
function ownKeys$
|
|
21455
|
+
function ownKeys$1e(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; }
|
|
21370
21456
|
|
|
21371
|
-
function _objectSpread$
|
|
21457
|
+
function _objectSpread$1e(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1e(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1e(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
21372
21458
|
function parseProviderSet(_x, _x2) {
|
|
21373
21459
|
return _parseProviderSet.apply(this, arguments);
|
|
21374
21460
|
}
|
|
@@ -21481,20 +21567,20 @@ function _parseProviderSet() {
|
|
|
21481
21567
|
fundersMap = fundersResponse.reduce(function (currentFunders, funder) {
|
|
21482
21568
|
var _objectSpread2;
|
|
21483
21569
|
|
|
21484
|
-
return _objectSpread$
|
|
21570
|
+
return _objectSpread$1e({}, currentFunders, (_objectSpread2 = {}, _objectSpread2[funder._id] = funder, _objectSpread2));
|
|
21485
21571
|
}, {});
|
|
21486
21572
|
practicesMap = practicesResponse.reduce(function (currentPractices, practice) {
|
|
21487
21573
|
var _objectSpread3;
|
|
21488
21574
|
|
|
21489
|
-
return _objectSpread$
|
|
21575
|
+
return _objectSpread$1e({}, currentPractices, (_objectSpread3 = {}, _objectSpread3[practice._id] = practice, _objectSpread3));
|
|
21490
21576
|
}, {});
|
|
21491
21577
|
providerNumberTypesMap = providerNumberTypesResponse == null ? void 0 : providerNumberTypesResponse.reduce(function (currentProviderNumberTypes, providerNumberType) {
|
|
21492
21578
|
var _objectSpread4;
|
|
21493
21579
|
|
|
21494
|
-
return _objectSpread$
|
|
21580
|
+
return _objectSpread$1e({}, currentProviderNumberTypes, (_objectSpread4 = {}, _objectSpread4[providerNumberType._id] = providerNumberType, _objectSpread4));
|
|
21495
21581
|
}, {});
|
|
21496
21582
|
newProviderSet = providerSet.map(function (providerData, i) {
|
|
21497
|
-
return _objectSpread$
|
|
21583
|
+
return _objectSpread$1e({}, providerData, {}, providerRegistrations[i], {
|
|
21498
21584
|
practice: practicesMap[providerData.practiceId],
|
|
21499
21585
|
funder: fundersMap[providerData.funderId]
|
|
21500
21586
|
}, parseProviderNumberType && {
|
|
@@ -21625,6 +21711,7 @@ exports.createBulkUpload = createBulkUpload;
|
|
|
21625
21711
|
exports.createBusinesFunderSettings = createBusinesFunderSettings;
|
|
21626
21712
|
exports.createBusiness = createBusiness;
|
|
21627
21713
|
exports.createBusinessAccount = createBusinessAccount;
|
|
21714
|
+
exports.createBusinessFunderValue = createBusinessFunderValue;
|
|
21628
21715
|
exports.createBusinessHold = createBusinessHold;
|
|
21629
21716
|
exports.createBusinessInstalmentPlan = createBusinessInstalmentPlan;
|
|
21630
21717
|
exports.createBusinessLog = createBusinessLog;
|
|
@@ -21685,6 +21772,7 @@ exports.deleteAccountSecretKey = deleteAccountSecretKey;
|
|
|
21685
21772
|
exports.deleteApiKey = deleteApiKey;
|
|
21686
21773
|
exports.deleteBusinesFunderSettings = deleteBusinesFunderSettings;
|
|
21687
21774
|
exports.deleteBusiness = deleteBusiness;
|
|
21775
|
+
exports.deleteBusinessFunderValue = deleteBusinessFunderValue;
|
|
21688
21776
|
exports.deleteBusinessPatient = deleteBusinessPatient;
|
|
21689
21777
|
exports.deleteBusinessPatientHealthFundAccount = deleteBusinessPatientHealthFundAccount;
|
|
21690
21778
|
exports.deleteBusinessPatientPaymentMethod = deleteBusinessPatientPaymentMethod;
|
|
@@ -21730,6 +21818,7 @@ exports.formApplications = formApplications;
|
|
|
21730
21818
|
exports.forms = forms;
|
|
21731
21819
|
exports.funderServices = funderServices;
|
|
21732
21820
|
exports.funderSettings = funderSettings;
|
|
21821
|
+
exports.funderValues = funderValues;
|
|
21733
21822
|
exports.funders = funders;
|
|
21734
21823
|
exports.futures = futures;
|
|
21735
21824
|
exports.generateAuthy = generateAuthy;
|
|
@@ -21770,6 +21859,8 @@ exports.getBusinessFormApplicationTemplate = getBusinessFormApplicationTemplate;
|
|
|
21770
21859
|
exports.getBusinessFormPracticeStaffMembers = getBusinessFormPracticeStaffMembers;
|
|
21771
21860
|
exports.getBusinessFormPractices = getBusinessFormPractices;
|
|
21772
21861
|
exports.getBusinessFunderSettings = getBusinessFunderSettings;
|
|
21862
|
+
exports.getBusinessFunderValueById = getBusinessFunderValueById;
|
|
21863
|
+
exports.getBusinessFunderValues = getBusinessFunderValues;
|
|
21773
21864
|
exports.getBusinessFuture = getBusinessFuture;
|
|
21774
21865
|
exports.getBusinessFutures = getBusinessFutures;
|
|
21775
21866
|
exports.getBusinessHealthFunds = getBusinessHealthFunds;
|
|
@@ -22054,6 +22145,8 @@ exports.pathCreateHealthFundTransactionExport = pathCreateHealthFundTransactionE
|
|
|
22054
22145
|
exports.pathFunder = pathFunder;
|
|
22055
22146
|
exports.pathFunderSettings = pathFunderSettings;
|
|
22056
22147
|
exports.pathFunderSettingsById = pathFunderSettingsById;
|
|
22148
|
+
exports.pathFunderValues = pathFunderValues;
|
|
22149
|
+
exports.pathFunderValuesById = pathFunderValuesById;
|
|
22057
22150
|
exports.pathFuture = pathFuture;
|
|
22058
22151
|
exports.pathGetClaimAttachmentUrl = pathGetClaimAttachmentUrl;
|
|
22059
22152
|
exports.pathGetDraftProgressStatus = pathGetDraftProgressStatus;
|
|
@@ -22245,6 +22338,7 @@ exports.updateApplication = updateApplication;
|
|
|
22245
22338
|
exports.updateAppointmentForHealthFundRNA = updateAppointmentForHealthFundRNA;
|
|
22246
22339
|
exports.updateBusinesFunderSettings = updateBusinesFunderSettings;
|
|
22247
22340
|
exports.updateBusiness = updateBusiness;
|
|
22341
|
+
exports.updateBusinessFunderValue = updateBusinessFunderValue;
|
|
22248
22342
|
exports.updateBusinessKyc = updateBusinessKyc;
|
|
22249
22343
|
exports.updateBusinessOnboardingApplication = updateBusinessOnboardingApplication;
|
|
22250
22344
|
exports.updateBusinessPatient = updateBusinessPatient;
|
|
@@ -22273,7 +22367,6 @@ exports.updateOrganisationStaffMember = updateOrganisationStaffMember;
|
|
|
22273
22367
|
exports.updatePartner = updatePartner;
|
|
22274
22368
|
exports.updatePartnerPractice = updatePartnerPractice;
|
|
22275
22369
|
exports.updatePartnerPracticeProviderData = updatePartnerPracticeProviderData;
|
|
22276
|
-
exports.updatePatientPaymentMethodBySMSorLink = updatePatientPaymentMethodBySMSorLink;
|
|
22277
22370
|
exports.updatePracticeRepresentative = updatePracticeRepresentative;
|
|
22278
22371
|
exports.updateService = updateService;
|
|
22279
22372
|
exports.updateStaffProviderSetItem = updateStaffProviderSetItem;
|