@medipass/web-sdk 11.64.17-feature-qbe.0 → 11.64.17-feature-qbe-patient-verification.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +2 -0
- package/lib/index.js +1 -1
- package/lib/resources/__tests__/qbe.test.d.ts +1 -0
- package/lib/resources/abr.js +1 -1
- package/lib/resources/accounts.js +1 -1
- package/lib/resources/actions.js +1 -1
- package/lib/resources/api-keys.js +1 -1
- package/lib/resources/applications.js +1 -1
- package/lib/resources/attachments.js +1 -1
- package/lib/resources/auth.js +1 -1
- package/lib/resources/blacklist.js +1 -1
- package/lib/resources/bulk-submits.js +1 -1
- package/lib/resources/bulk-uploads.js +1 -1
- package/lib/resources/business-profiles.js +1 -1
- package/lib/resources/businesses.js +1 -1
- package/lib/resources/claim-items.js +1 -1
- package/lib/resources/devices.js +1 -1
- package/lib/resources/doc-accounts.js +1 -1
- package/lib/resources/documents.js +1 -1
- package/lib/resources/emails.js +1 -1
- package/lib/resources/filter-options.js +1 -1
- package/lib/resources/form-application-templates.js +1 -1
- package/lib/resources/form-applications.js +1 -1
- package/lib/resources/forms.js +1 -1
- package/lib/resources/funder-services.js +1 -1
- package/lib/resources/funder-settings.js +1 -1
- package/lib/resources/funder-values.js +1 -1
- package/lib/resources/funders.js +1 -1
- package/lib/resources/futures.js +1 -1
- package/lib/resources/health-fund-accounts.js +1 -1
- package/lib/resources/health-fund-settings.js +1 -1
- package/lib/resources/healthfunds.js +1 -1
- package/lib/resources/icditems.js +1 -1
- package/lib/resources/invoice-scans.js +1 -1
- package/lib/resources/jhcs.js +1 -1
- package/lib/resources/kyc.js +1 -1
- package/lib/resources/logs.js +1 -1
- package/lib/resources/members.js +1 -1
- package/lib/resources/message-mappings.js +1 -1
- package/lib/resources/minions.js +1 -1
- package/lib/resources/modalities.js +1 -1
- package/lib/resources/notes.js +1 -1
- package/lib/resources/onboarding-applications.js +1 -1
- package/lib/resources/onboarding-requests.js +1 -1
- package/lib/resources/ops.js +1 -1
- package/lib/resources/organisations.js +1 -1
- package/lib/resources/partners.js +1 -1
- package/lib/resources/patients.js +1 -1
- package/lib/resources/payments.js +1 -1
- package/lib/resources/pms.js +1 -1
- package/lib/resources/practice-profiles.js +1 -1
- package/lib/resources/practice-types.js +1 -1
- package/lib/resources/practices.js +1 -1
- package/lib/resources/products.js +1 -1
- package/lib/resources/professional-categories.js +1 -1
- package/lib/resources/provider-number-types.js +1 -1
- package/lib/resources/provider-registration-types.js +1 -1
- package/lib/resources/provider-requests.js +1 -1
- package/lib/resources/provider-types.js +1 -1
- package/lib/resources/qbe.d.ts +16 -0
- package/lib/resources/qbe.js +51 -0
- package/lib/resources/ref-sources.js +1 -1
- package/lib/resources/risk.js +1 -1
- package/lib/resources/rnas.js +1 -1
- package/lib/resources/roles.js +1 -1
- package/lib/resources/self-checkout-sessions.js +1 -1
- package/lib/resources/services.js +1 -1
- package/lib/resources/settlements.js +1 -1
- package/lib/resources/sign-up.js +1 -1
- package/lib/resources/specialties.js +1 -1
- package/lib/resources/staff-profiles.js +1 -1
- package/lib/resources/staff.js +1 -1
- package/lib/resources/statistics.js +1 -1
- package/lib/resources/subscriptions.js +1 -1
- package/lib/resources/terminals.js +1 -1
- package/lib/resources/transaction-export.js +1 -1
- package/lib/resources/transactions.js +1 -1
- package/lib/resources/triggers.js +1 -1
- package/lib/resources/vendors.js +1 -1
- package/lib/resources/verify.js +1 -1
- package/lib/resources/workers.js +1 -1
- package/lib/resources/workflow-exceptions.js +1 -1
- package/lib/services/aws.js +1 -1
- package/lib/services/version.js +1 -1
- package/lib/{staff-10bae866.js → staff-787263f0.js} +516 -488
- package/lib/utils/application.js +1 -1
- package/lib/utils/professions.js +1 -1
- package/lib/utils/request.js +1 -1
- package/lib/utils/staff.js +1 -1
- package/package.json +2 -2
|
@@ -80,9 +80,9 @@ var staffUtils = /*#__PURE__*/Object.freeze({
|
|
|
80
80
|
get parseProviderRegistrations () { return parseProviderRegistrations; }
|
|
81
81
|
});
|
|
82
82
|
|
|
83
|
-
function ownKeys$
|
|
83
|
+
function ownKeys$1i(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; }
|
|
84
84
|
|
|
85
|
-
function _objectSpread$
|
|
85
|
+
function _objectSpread$1i(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1i(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1i(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
86
86
|
var DEFAULT_API_NAME = 'core';
|
|
87
87
|
|
|
88
88
|
var getBaseUrl = function getBaseUrl(apiName, requestOpts) {
|
|
@@ -104,7 +104,7 @@ var stripBottleneckOpts = function stripBottleneckOpts(axiosRequestOpts) {
|
|
|
104
104
|
axiosRequestOpts = {};
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
var opts = _objectSpread$
|
|
107
|
+
var opts = _objectSpread$1i({}, axiosRequestOpts);
|
|
108
108
|
|
|
109
109
|
if (((_opts$params = opts.params) == null ? void 0 : (_opts$params$searchTe = _opts$params.searchText) == null ? void 0 : _opts$params$searchTe.trim().length) < 3) {
|
|
110
110
|
console.error("Unable to query transactions with a search text fewer than 3 characters. Ignoring search for query " + axiosRequestOpts.params.searchText);
|
|
@@ -132,7 +132,7 @@ var request = /*#__PURE__*/function () {
|
|
|
132
132
|
strippedAxiosRequestOpts = medipassRequestOpts.unrestrictBottleneckOpts ? axiosRequestOpts : module.exports.stripBottleneckOpts(axiosRequestOpts);
|
|
133
133
|
_context.prev = 5;
|
|
134
134
|
_context.next = 8;
|
|
135
|
-
return sdkClient.axios(medipassRequestOpts.hyperMediaEndpoint || "" + baseUrl + version + medipassRequestOpts.path, _objectSpread$
|
|
135
|
+
return sdkClient.axios(medipassRequestOpts.hyperMediaEndpoint || "" + baseUrl + version + medipassRequestOpts.path, _objectSpread$1i({}, strippedAxiosRequestOpts, {}, medipassRequestOpts.requestConfig));
|
|
136
136
|
|
|
137
137
|
case 8:
|
|
138
138
|
res = _context.sent;
|
|
@@ -168,9 +168,9 @@ var request = /*#__PURE__*/function () {
|
|
|
168
168
|
};
|
|
169
169
|
}();
|
|
170
170
|
|
|
171
|
-
function ownKeys$
|
|
171
|
+
function ownKeys$1h(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; }
|
|
172
172
|
|
|
173
|
-
function _objectSpread$
|
|
173
|
+
function _objectSpread$1h(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1h(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1h(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
174
174
|
var pathGetAbr = function pathGetAbr() {
|
|
175
175
|
return '/abr/search';
|
|
176
176
|
};
|
|
@@ -189,7 +189,7 @@ var getAbr = /*#__PURE__*/function () {
|
|
|
189
189
|
opts = {};
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
192
|
+
return _context.abrupt("return", request(_objectSpread$1h({}, opts, {
|
|
193
193
|
path: pathGetAbr()
|
|
194
194
|
}), {
|
|
195
195
|
method: 'get',
|
|
@@ -215,9 +215,9 @@ var abr = /*#__PURE__*/Object.freeze({
|
|
|
215
215
|
getAbr: getAbr
|
|
216
216
|
});
|
|
217
217
|
|
|
218
|
-
function ownKeys$
|
|
218
|
+
function ownKeys$1g(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; }
|
|
219
219
|
|
|
220
|
-
function _objectSpread$
|
|
220
|
+
function _objectSpread$1g(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1g(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1g(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
221
221
|
var PATH__ACCOUNTS = '/accounts';
|
|
222
222
|
|
|
223
223
|
var pathAccountsByAccountId = function pathAccountsByAccountId(accountId) {
|
|
@@ -324,7 +324,7 @@ var createAccountSecretKey = /*#__PURE__*/function () {
|
|
|
324
324
|
utils_doesParamExist["default"]({
|
|
325
325
|
accountId: accountId
|
|
326
326
|
}, opts.hyperMediaEndpoint);
|
|
327
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
327
|
+
return _context.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
328
328
|
path: pathAccountSecretKeysByAccountId(accountId)
|
|
329
329
|
}), {
|
|
330
330
|
method: 'post'
|
|
@@ -362,7 +362,7 @@ var createOrganisationAccount = /*#__PURE__*/function () {
|
|
|
362
362
|
utils_doesParamExist["default"]({
|
|
363
363
|
organisationId: organisationId
|
|
364
364
|
}, opts.hyperMediaEndpoint);
|
|
365
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
365
|
+
return _context2.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
366
366
|
path: pathOrganisationAccounts(organisationId)
|
|
367
367
|
}), {
|
|
368
368
|
method: 'post',
|
|
@@ -401,7 +401,7 @@ var createOrganisationSupportAccount = /*#__PURE__*/function () {
|
|
|
401
401
|
utils_doesParamExist["default"]({
|
|
402
402
|
organisationId: organisationId
|
|
403
403
|
}, opts.hyperMediaEndpoint);
|
|
404
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
404
|
+
return _context3.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
405
405
|
path: pathOrganisationSupportAccounts(organisationId)
|
|
406
406
|
}), {
|
|
407
407
|
method: 'post',
|
|
@@ -441,7 +441,7 @@ var deleteAccountSecretKey = /*#__PURE__*/function () {
|
|
|
441
441
|
accountId: accountId,
|
|
442
442
|
secretKey: secretKey
|
|
443
443
|
}, opts.hyperMediaEndpoint);
|
|
444
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
444
|
+
return _context4.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
445
445
|
path: pathAccountSecretKey(accountId, secretKey)
|
|
446
446
|
}), {
|
|
447
447
|
method: 'delete'
|
|
@@ -478,7 +478,7 @@ var deleteAccount = /*#__PURE__*/function () {
|
|
|
478
478
|
utils_doesParamExist["default"]({
|
|
479
479
|
accountId: accountId
|
|
480
480
|
}, opts.hyperMediaEndpoint);
|
|
481
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
481
|
+
return _context5.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
482
482
|
path: pathAccountsByAccountId(accountId)
|
|
483
483
|
}), {
|
|
484
484
|
method: 'delete'
|
|
@@ -515,7 +515,7 @@ var disableAccount = /*#__PURE__*/function () {
|
|
|
515
515
|
utils_doesParamExist["default"]({
|
|
516
516
|
accountId: accountId
|
|
517
517
|
}, opts.hyperMediaEndpoint);
|
|
518
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
518
|
+
return _context6.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
519
519
|
path: pathDisableAccount(accountId)
|
|
520
520
|
}), {
|
|
521
521
|
method: 'put'
|
|
@@ -552,7 +552,7 @@ var enableAccount = /*#__PURE__*/function () {
|
|
|
552
552
|
utils_doesParamExist["default"]({
|
|
553
553
|
accountId: accountId
|
|
554
554
|
}, opts.hyperMediaEndpoint);
|
|
555
|
-
return _context7.abrupt("return", request(_objectSpread$
|
|
555
|
+
return _context7.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
556
556
|
path: pathEnableAccount(accountId)
|
|
557
557
|
}), {
|
|
558
558
|
method: 'put'
|
|
@@ -587,7 +587,7 @@ var requestAccountReset = /*#__PURE__*/function () {
|
|
|
587
587
|
opts = {};
|
|
588
588
|
}
|
|
589
589
|
|
|
590
|
-
return _context8.abrupt("return", request(_objectSpread$
|
|
590
|
+
return _context8.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
591
591
|
path: PATH__REQUEST_ACCOUNT_RESET
|
|
592
592
|
}), {
|
|
593
593
|
method: 'post',
|
|
@@ -635,17 +635,17 @@ var requestPasswordReset = /*#__PURE__*/function () {
|
|
|
635
635
|
|
|
636
636
|
if (email) {
|
|
637
637
|
// @ts-expect-error TS(2322): Type '{ email: string; accountType: string; }' is ... Remove this comment to see the full error message
|
|
638
|
-
data = _objectSpread$
|
|
638
|
+
data = _objectSpread$1g({}, data, {
|
|
639
639
|
email: email
|
|
640
640
|
});
|
|
641
641
|
} else if (accountId) {
|
|
642
642
|
// @ts-expect-error TS(2322): Type '{ accountId: string; accountType: string; }'... Remove this comment to see the full error message
|
|
643
|
-
data = _objectSpread$
|
|
643
|
+
data = _objectSpread$1g({}, data, {
|
|
644
644
|
accountId: accountId
|
|
645
645
|
});
|
|
646
646
|
}
|
|
647
647
|
|
|
648
|
-
return _context9.abrupt("return", request(_objectSpread$
|
|
648
|
+
return _context9.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
649
649
|
path: PATH__REQUEST_PASSWORD_RESET
|
|
650
650
|
}), {
|
|
651
651
|
method: 'post',
|
|
@@ -690,17 +690,17 @@ var requestMobileReset = /*#__PURE__*/function () {
|
|
|
690
690
|
|
|
691
691
|
if (email) {
|
|
692
692
|
// @ts-expect-error TS(2322): Type '{ email: string; accountType: string; }' is ... Remove this comment to see the full error message
|
|
693
|
-
data = _objectSpread$
|
|
693
|
+
data = _objectSpread$1g({}, data, {
|
|
694
694
|
email: email
|
|
695
695
|
});
|
|
696
696
|
} else if (accountId) {
|
|
697
697
|
// @ts-expect-error TS(2322): Type '{ accountId: string; accountType: string; }'... Remove this comment to see the full error message
|
|
698
|
-
data = _objectSpread$
|
|
698
|
+
data = _objectSpread$1g({}, data, {
|
|
699
699
|
accountId: accountId
|
|
700
700
|
});
|
|
701
701
|
}
|
|
702
702
|
|
|
703
|
-
return _context10.abrupt("return", request(_objectSpread$
|
|
703
|
+
return _context10.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
704
704
|
path: PATH__REQUEST_MOBILE_RESET
|
|
705
705
|
}), {
|
|
706
706
|
method: 'post',
|
|
@@ -735,7 +735,7 @@ var resetAccount = /*#__PURE__*/function () {
|
|
|
735
735
|
opts = {};
|
|
736
736
|
}
|
|
737
737
|
|
|
738
|
-
return _context11.abrupt("return", request(_objectSpread$
|
|
738
|
+
return _context11.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
739
739
|
path: PATH__ACCOUNT_RESET
|
|
740
740
|
}), {
|
|
741
741
|
method: 'post',
|
|
@@ -770,7 +770,7 @@ var resetPassword = /*#__PURE__*/function () {
|
|
|
770
770
|
opts = {};
|
|
771
771
|
}
|
|
772
772
|
|
|
773
|
-
return _context12.abrupt("return", request(_objectSpread$
|
|
773
|
+
return _context12.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
774
774
|
path: PATH__ACCOUNT_PASSWORD_RESET
|
|
775
775
|
}), {
|
|
776
776
|
method: 'post',
|
|
@@ -805,7 +805,7 @@ var resetMobile = /*#__PURE__*/function () {
|
|
|
805
805
|
opts = {};
|
|
806
806
|
}
|
|
807
807
|
|
|
808
|
-
return _context13.abrupt("return", request(_objectSpread$
|
|
808
|
+
return _context13.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
809
809
|
path: PATH__ACCOUNT_MOBILE_RESET
|
|
810
810
|
}), {
|
|
811
811
|
method: 'post',
|
|
@@ -840,7 +840,7 @@ var verifyAccount = /*#__PURE__*/function () {
|
|
|
840
840
|
opts = {};
|
|
841
841
|
}
|
|
842
842
|
|
|
843
|
-
return _context14.abrupt("return", request(_objectSpread$
|
|
843
|
+
return _context14.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
844
844
|
path: PATH__ACCOUNT_VERIFY
|
|
845
845
|
}), {
|
|
846
846
|
method: 'post',
|
|
@@ -879,7 +879,7 @@ var getAccounts = /*#__PURE__*/function () {
|
|
|
879
879
|
opts = {};
|
|
880
880
|
}
|
|
881
881
|
|
|
882
|
-
return _context15.abrupt("return", request(_objectSpread$
|
|
882
|
+
return _context15.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
883
883
|
path: PATH__ACCOUNTS
|
|
884
884
|
}), {
|
|
885
885
|
method: 'get',
|
|
@@ -919,7 +919,7 @@ var getHealthFundAccount = /*#__PURE__*/function () {
|
|
|
919
919
|
accountId: accountId,
|
|
920
920
|
healthFundId: healthFundId
|
|
921
921
|
}, opts.hyperMediaEndpoint);
|
|
922
|
-
return _context16.abrupt("return", request(_objectSpread$
|
|
922
|
+
return _context16.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
923
923
|
path: pathHealthFundAccount(healthFundId, accountId)
|
|
924
924
|
}), {
|
|
925
925
|
method: 'get'
|
|
@@ -961,7 +961,7 @@ var getHealthFundAccounts = /*#__PURE__*/function () {
|
|
|
961
961
|
utils_doesParamExist["default"]({
|
|
962
962
|
healthFundId: healthFundId
|
|
963
963
|
}, opts.hyperMediaEndpoint);
|
|
964
|
-
return _context17.abrupt("return", request(_objectSpread$
|
|
964
|
+
return _context17.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
965
965
|
path: pathHealthFundAccounts(healthFundId)
|
|
966
966
|
}), {
|
|
967
967
|
method: 'get',
|
|
@@ -1004,7 +1004,7 @@ var getOrganisationAccounts = /*#__PURE__*/function () {
|
|
|
1004
1004
|
utils_doesParamExist["default"]({
|
|
1005
1005
|
organisationId: organisationId
|
|
1006
1006
|
}, opts.hyperMediaEndpoint);
|
|
1007
|
-
return _context18.abrupt("return", request(_objectSpread$
|
|
1007
|
+
return _context18.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
1008
1008
|
path: pathOrganisationAccounts(organisationId)
|
|
1009
1009
|
}), {
|
|
1010
1010
|
method: 'get',
|
|
@@ -1044,7 +1044,7 @@ var getAccount = /*#__PURE__*/function () {
|
|
|
1044
1044
|
accountId: accountId
|
|
1045
1045
|
}, opts.hyperMediaEndpoint);
|
|
1046
1046
|
_context19.next = 4;
|
|
1047
|
-
return request(_objectSpread$
|
|
1047
|
+
return request(_objectSpread$1g({}, opts, {
|
|
1048
1048
|
path: pathAccountsByAccountId(accountId)
|
|
1049
1049
|
}), {
|
|
1050
1050
|
method: 'get'
|
|
@@ -1093,7 +1093,7 @@ var getBusinessStaffAccount = /*#__PURE__*/function () {
|
|
|
1093
1093
|
staffId: staffId
|
|
1094
1094
|
}, opts.hyperMediaEndpoint);
|
|
1095
1095
|
_context20.next = 4;
|
|
1096
|
-
return request(_objectSpread$
|
|
1096
|
+
return request(_objectSpread$1g({}, opts, {
|
|
1097
1097
|
path: pathBusinessStaffAccount(businessId, staffId)
|
|
1098
1098
|
}), {
|
|
1099
1099
|
method: 'get'
|
|
@@ -1134,7 +1134,7 @@ var getAccountExists = /*#__PURE__*/function () {
|
|
|
1134
1134
|
opts = {};
|
|
1135
1135
|
}
|
|
1136
1136
|
|
|
1137
|
-
return _context21.abrupt("return", request(_objectSpread$
|
|
1137
|
+
return _context21.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
1138
1138
|
path: pathAccountExists()
|
|
1139
1139
|
}), {
|
|
1140
1140
|
method: 'get',
|
|
@@ -1172,7 +1172,7 @@ var getAccountRoles = /*#__PURE__*/function () {
|
|
|
1172
1172
|
utils_doesParamExist["default"]({
|
|
1173
1173
|
accountId: accountId
|
|
1174
1174
|
}, opts.hyperMediaEndpoint);
|
|
1175
|
-
return _context22.abrupt("return", request(_objectSpread$
|
|
1175
|
+
return _context22.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
1176
1176
|
path: pathAccountRolesByAccountId(accountId)
|
|
1177
1177
|
}), {
|
|
1178
1178
|
method: 'get'
|
|
@@ -1209,7 +1209,7 @@ var getAccountSecretKeys = /*#__PURE__*/function () {
|
|
|
1209
1209
|
utils_doesParamExist["default"]({
|
|
1210
1210
|
accountId: accountId
|
|
1211
1211
|
}, opts.hyperMediaEndpoint);
|
|
1212
|
-
return _context23.abrupt("return", request(_objectSpread$
|
|
1212
|
+
return _context23.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
1213
1213
|
path: pathAccountSecretKeysByAccountId(accountId)
|
|
1214
1214
|
}), {
|
|
1215
1215
|
method: 'get'
|
|
@@ -1251,7 +1251,7 @@ var getAccountTransactions = /*#__PURE__*/function () {
|
|
|
1251
1251
|
utils_doesParamExist["default"]({
|
|
1252
1252
|
accountId: accountId
|
|
1253
1253
|
}, opts.hyperMediaEndpoint);
|
|
1254
|
-
return _context24.abrupt("return", request(_objectSpread$
|
|
1254
|
+
return _context24.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
1255
1255
|
path: pathAccountTransactions(accountId)
|
|
1256
1256
|
}), {
|
|
1257
1257
|
method: 'get',
|
|
@@ -1290,7 +1290,7 @@ var inviteHealthFundAccount = /*#__PURE__*/function () {
|
|
|
1290
1290
|
utils_doesParamExist["default"]({
|
|
1291
1291
|
healthFundId: healthFundId
|
|
1292
1292
|
}, opts.hyperMediaEndpoint);
|
|
1293
|
-
return _context25.abrupt("return", request(_objectSpread$
|
|
1293
|
+
return _context25.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
1294
1294
|
path: pathHealthFundAccounts(healthFundId) + "/invites"
|
|
1295
1295
|
}), {
|
|
1296
1296
|
method: 'post',
|
|
@@ -1330,7 +1330,7 @@ var removeHealthFundFromAccount = /*#__PURE__*/function () {
|
|
|
1330
1330
|
accountId: accountId,
|
|
1331
1331
|
healthFundId: healthFundId
|
|
1332
1332
|
}, opts.hyperMediaEndpoint);
|
|
1333
|
-
return _context26.abrupt("return", request(_objectSpread$
|
|
1333
|
+
return _context26.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
1334
1334
|
path: pathHealthFundAccount(healthFundId, accountId)
|
|
1335
1335
|
}), {
|
|
1336
1336
|
method: 'delete'
|
|
@@ -1367,7 +1367,7 @@ var requestToVerifyAccount = /*#__PURE__*/function () {
|
|
|
1367
1367
|
utils_doesParamExist["default"]({
|
|
1368
1368
|
accountId: accountId
|
|
1369
1369
|
}, opts.hyperMediaEndpoint);
|
|
1370
|
-
return _context27.abrupt("return", request(_objectSpread$
|
|
1370
|
+
return _context27.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
1371
1371
|
path: pathRequestVerifyAccount(accountId)
|
|
1372
1372
|
}), {
|
|
1373
1373
|
method: 'post'
|
|
@@ -1407,11 +1407,11 @@ var signUp$1 = /*#__PURE__*/function () {
|
|
|
1407
1407
|
email: email,
|
|
1408
1408
|
mobile: mobile
|
|
1409
1409
|
}, opts.hyperMediaEndpoint);
|
|
1410
|
-
return _context28.abrupt("return", request(_objectSpread$
|
|
1410
|
+
return _context28.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
1411
1411
|
path: PATH__SIGN_UP
|
|
1412
1412
|
}), {
|
|
1413
1413
|
method: 'post',
|
|
1414
|
-
data: _objectSpread$
|
|
1414
|
+
data: _objectSpread$1g({
|
|
1415
1415
|
email: email,
|
|
1416
1416
|
mobile: mobile
|
|
1417
1417
|
}, body)
|
|
@@ -1445,7 +1445,7 @@ var acceptInvite = /*#__PURE__*/function () {
|
|
|
1445
1445
|
opts = {};
|
|
1446
1446
|
}
|
|
1447
1447
|
|
|
1448
|
-
return _context29.abrupt("return", request(_objectSpread$
|
|
1448
|
+
return _context29.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
1449
1449
|
path: PATH__ACCEPT_ACCOUNT_INVITE
|
|
1450
1450
|
}), {
|
|
1451
1451
|
method: 'post',
|
|
@@ -1486,7 +1486,7 @@ var updateAccount = /*#__PURE__*/function () {
|
|
|
1486
1486
|
accountId: accountId
|
|
1487
1487
|
}, opts.hyperMediaEndpoint);
|
|
1488
1488
|
_context30.next = 4;
|
|
1489
|
-
return request(_objectSpread$
|
|
1489
|
+
return request(_objectSpread$1g({}, opts, {
|
|
1490
1490
|
path: pathAccountsByAccountId(accountId)
|
|
1491
1491
|
}), {
|
|
1492
1492
|
method: 'put',
|
|
@@ -1533,7 +1533,7 @@ var updateAccountRoles = /*#__PURE__*/function () {
|
|
|
1533
1533
|
utils_doesParamExist["default"]({
|
|
1534
1534
|
accountId: accountId
|
|
1535
1535
|
}, opts.hyperMediaEndpoint);
|
|
1536
|
-
return _context31.abrupt("return", request(_objectSpread$
|
|
1536
|
+
return _context31.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
1537
1537
|
path: pathAccountRolesByAccountId(accountId)
|
|
1538
1538
|
}), {
|
|
1539
1539
|
method: 'put',
|
|
@@ -1576,7 +1576,7 @@ var getAccountPractices = /*#__PURE__*/function () {
|
|
|
1576
1576
|
utils_doesParamExist["default"]({
|
|
1577
1577
|
accountId: accountId
|
|
1578
1578
|
}, opts.hyperMediaEndpoint);
|
|
1579
|
-
return _context32.abrupt("return", request(_objectSpread$
|
|
1579
|
+
return _context32.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
1580
1580
|
path: pathAccountPractices(accountId)
|
|
1581
1581
|
}), {
|
|
1582
1582
|
method: 'get',
|
|
@@ -1611,7 +1611,7 @@ var changePassword = /*#__PURE__*/function () {
|
|
|
1611
1611
|
opts = {};
|
|
1612
1612
|
}
|
|
1613
1613
|
|
|
1614
|
-
return _context33.abrupt("return", request(_objectSpread$
|
|
1614
|
+
return _context33.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
1615
1615
|
path: pathChangePassword()
|
|
1616
1616
|
}), {
|
|
1617
1617
|
method: 'post',
|
|
@@ -1650,7 +1650,7 @@ var enableTwoFactorAuthentication = /*#__PURE__*/function () {
|
|
|
1650
1650
|
utils_doesParamExist["default"]({
|
|
1651
1651
|
accountId: accountId
|
|
1652
1652
|
}, opts.hyperMediaEndpoint);
|
|
1653
|
-
return _context34.abrupt("return", request(_objectSpread$
|
|
1653
|
+
return _context34.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
1654
1654
|
path: pathEnableTwoFactorAuthentication(accountId)
|
|
1655
1655
|
}), {
|
|
1656
1656
|
method: 'post',
|
|
@@ -1689,7 +1689,7 @@ var disableTwoFactorAuthentication = /*#__PURE__*/function () {
|
|
|
1689
1689
|
utils_doesParamExist["default"]({
|
|
1690
1690
|
accountId: accountId
|
|
1691
1691
|
}, opts.hyperMediaEndpoint);
|
|
1692
|
-
return _context35.abrupt("return", request(_objectSpread$
|
|
1692
|
+
return _context35.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
1693
1693
|
path: pathDisableTwoFactorAuthentication(accountId)
|
|
1694
1694
|
}), {
|
|
1695
1695
|
method: 'delete',
|
|
@@ -1728,7 +1728,7 @@ var updateTwoFactorAuthentication = /*#__PURE__*/function () {
|
|
|
1728
1728
|
utils_doesParamExist["default"]({
|
|
1729
1729
|
accountId: accountId
|
|
1730
1730
|
}, opts.hyperMediaEndpoint);
|
|
1731
|
-
return _context36.abrupt("return", request(_objectSpread$
|
|
1731
|
+
return _context36.abrupt("return", request(_objectSpread$1g({}, opts, {
|
|
1732
1732
|
path: pathUpdateTwoFactorAuthentication(accountId)
|
|
1733
1733
|
}), {
|
|
1734
1734
|
method: 'put',
|
|
@@ -1788,9 +1788,9 @@ var accounts = /*#__PURE__*/Object.freeze({
|
|
|
1788
1788
|
updateTwoFactorAuthentication: updateTwoFactorAuthentication
|
|
1789
1789
|
});
|
|
1790
1790
|
|
|
1791
|
-
function ownKeys$
|
|
1791
|
+
function ownKeys$1f(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; }
|
|
1792
1792
|
|
|
1793
|
-
function _objectSpread$
|
|
1793
|
+
function _objectSpread$1f(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1f(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1f(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
1794
1794
|
var PATH__ACTIONS = '/actions'; // @ts-expect-error TS(7006): Parameter 'actionId' implicitly has an 'any' type.
|
|
1795
1795
|
|
|
1796
1796
|
var pathAction = function pathAction(actionId) {
|
|
@@ -1817,7 +1817,7 @@ var getActions = /*#__PURE__*/function () {
|
|
|
1817
1817
|
opts = {};
|
|
1818
1818
|
}
|
|
1819
1819
|
|
|
1820
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
1820
|
+
return _context.abrupt("return", request(_objectSpread$1f({}, opts, {
|
|
1821
1821
|
path: PATH__ACTIONS
|
|
1822
1822
|
}), {
|
|
1823
1823
|
method: 'get',
|
|
@@ -1852,7 +1852,7 @@ var getAction = /*#__PURE__*/function () {
|
|
|
1852
1852
|
opts = {};
|
|
1853
1853
|
}
|
|
1854
1854
|
|
|
1855
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
1855
|
+
return _context2.abrupt("return", request(_objectSpread$1f({}, opts, {
|
|
1856
1856
|
path: pathAction(actionId)
|
|
1857
1857
|
}), {
|
|
1858
1858
|
method: 'get'
|
|
@@ -1877,9 +1877,9 @@ var actions = /*#__PURE__*/Object.freeze({
|
|
|
1877
1877
|
getAction: getAction
|
|
1878
1878
|
});
|
|
1879
1879
|
|
|
1880
|
-
function ownKeys$
|
|
1880
|
+
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; }
|
|
1881
1881
|
|
|
1882
|
-
function _objectSpread$
|
|
1882
|
+
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__default["default"](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; }
|
|
1883
1883
|
var pathApiKeysByBusinessId = function pathApiKeysByBusinessId(businessId) {
|
|
1884
1884
|
return "/businesses/" + businessId + "/apikeys";
|
|
1885
1885
|
};
|
|
@@ -1906,7 +1906,7 @@ var createApiKey = /*#__PURE__*/function () {
|
|
|
1906
1906
|
utils_doesParamExist["default"]({
|
|
1907
1907
|
businessId: businessId
|
|
1908
1908
|
}, opts.hyperMediaEndpoint);
|
|
1909
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
1909
|
+
return _context.abrupt("return", request(_objectSpread$1e({}, opts, {
|
|
1910
1910
|
path: pathApiKeysByBusinessId(businessId)
|
|
1911
1911
|
}), {
|
|
1912
1912
|
method: 'post',
|
|
@@ -1945,7 +1945,7 @@ var getBusinessApiKeys = /*#__PURE__*/function () {
|
|
|
1945
1945
|
utils_doesParamExist["default"]({
|
|
1946
1946
|
businessId: businessId
|
|
1947
1947
|
}, opts.hyperMediaEndpoint);
|
|
1948
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
1948
|
+
return _context2.abrupt("return", request(_objectSpread$1e({}, opts, {
|
|
1949
1949
|
path: pathApiKeysByBusinessId(businessId)
|
|
1950
1950
|
}), {
|
|
1951
1951
|
method: 'get',
|
|
@@ -1985,7 +1985,7 @@ var deleteApiKey = /*#__PURE__*/function () {
|
|
|
1985
1985
|
businessId: businessId,
|
|
1986
1986
|
apiKeyId: apiKeyId
|
|
1987
1987
|
}, opts.hyperMediaEndpoint);
|
|
1988
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
1988
|
+
return _context3.abrupt("return", request(_objectSpread$1e({}, opts, {
|
|
1989
1989
|
path: pathApiKeyByApiKeyId(businessId, apiKeyId)
|
|
1990
1990
|
}), {
|
|
1991
1991
|
method: 'delete'
|
|
@@ -2013,9 +2013,9 @@ var apiKeys = /*#__PURE__*/Object.freeze({
|
|
|
2013
2013
|
deleteApiKey: deleteApiKey
|
|
2014
2014
|
});
|
|
2015
2015
|
|
|
2016
|
-
function ownKeys$
|
|
2016
|
+
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; }
|
|
2017
2017
|
|
|
2018
|
-
function _objectSpread$
|
|
2018
|
+
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__default["default"](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; }
|
|
2019
2019
|
var pathGetClaimAttachmentUrl = function pathGetClaimAttachmentUrl(businessId, practiceId, staffId) {
|
|
2020
2020
|
return "/businesses/" + businessId + "/practices/" + practiceId + "/staff/" + staffId + "/attachments/uploadurl";
|
|
2021
2021
|
};
|
|
@@ -2053,7 +2053,7 @@ var getClaimAttachmentUrl = function getClaimAttachmentUrl(businessId, practiceI
|
|
|
2053
2053
|
practiceId: practiceId,
|
|
2054
2054
|
staffId: staffId
|
|
2055
2055
|
}, opts.hyperMediaEndpoint);
|
|
2056
|
-
return request(_objectSpread$
|
|
2056
|
+
return request(_objectSpread$1d({}, opts, {
|
|
2057
2057
|
path: pathGetClaimAttachmentUrl(businessId, practiceId, staffId)
|
|
2058
2058
|
}), {
|
|
2059
2059
|
method: 'get',
|
|
@@ -2079,7 +2079,7 @@ var scanClaimFile = function scanClaimFile(businessId, practiceId, staffId, body
|
|
|
2079
2079
|
practiceId: practiceId,
|
|
2080
2080
|
staffId: staffId
|
|
2081
2081
|
}, opts.hyperMediaEndpoint);
|
|
2082
|
-
return request(_objectSpread$
|
|
2082
|
+
return request(_objectSpread$1d({}, opts, {
|
|
2083
2083
|
path: pathScanClaimFile(businessId, practiceId, staffId)
|
|
2084
2084
|
}), {
|
|
2085
2085
|
method: 'post',
|
|
@@ -2107,7 +2107,7 @@ var getS3SignedUrl = function getS3SignedUrl(businessId, practiceId, staffId, s3
|
|
|
2107
2107
|
staffId: staffId,
|
|
2108
2108
|
s3SignedUrlId: s3SignedUrlId
|
|
2109
2109
|
}, opts.hyperMediaEndpoint);
|
|
2110
|
-
return request(_objectSpread$
|
|
2110
|
+
return request(_objectSpread$1d({}, opts, {
|
|
2111
2111
|
path: pathGetS3SignedUrl(businessId, practiceId, staffId, s3SignedUrlId)
|
|
2112
2112
|
}), {
|
|
2113
2113
|
method: 'get',
|
|
@@ -2129,7 +2129,7 @@ var scanFile = function scanFile(businessId, body, opts) {
|
|
|
2129
2129
|
utils_doesParamExist["default"]({
|
|
2130
2130
|
businessId: businessId
|
|
2131
2131
|
}, opts.hyperMediaEndpoint);
|
|
2132
|
-
return request(_objectSpread$
|
|
2132
|
+
return request(_objectSpread$1d({}, opts, {
|
|
2133
2133
|
path: pathScanFile(businessId)
|
|
2134
2134
|
}), {
|
|
2135
2135
|
method: 'post',
|
|
@@ -2151,7 +2151,7 @@ var getAttachmentUrl = function getAttachmentUrl(businessId, query, opts) {
|
|
|
2151
2151
|
utils_doesParamExist["default"]({
|
|
2152
2152
|
businessId: businessId
|
|
2153
2153
|
}, opts.hyperMediaEndpoint);
|
|
2154
|
-
return request(_objectSpread$
|
|
2154
|
+
return request(_objectSpread$1d({}, opts, {
|
|
2155
2155
|
path: pathGetAttachmentUrl(businessId)
|
|
2156
2156
|
}), {
|
|
2157
2157
|
method: 'get',
|
|
@@ -2175,7 +2175,7 @@ var getBusinessS3SignedUrl = function getBusinessS3SignedUrl(businessId, s3Signe
|
|
|
2175
2175
|
businessId: businessId,
|
|
2176
2176
|
s3SignedUrlId: s3SignedUrlId
|
|
2177
2177
|
}, opts.hyperMediaEndpoint);
|
|
2178
|
-
return request(_objectSpread$
|
|
2178
|
+
return request(_objectSpread$1d({}, opts, {
|
|
2179
2179
|
path: pathGetBusinessS3SignedUrl(businessId, s3SignedUrlId)
|
|
2180
2180
|
}), {
|
|
2181
2181
|
method: 'get',
|
|
@@ -2199,9 +2199,9 @@ var attachments = /*#__PURE__*/Object.freeze({
|
|
|
2199
2199
|
getBusinessS3SignedUrl: getBusinessS3SignedUrl
|
|
2200
2200
|
});
|
|
2201
2201
|
|
|
2202
|
-
function ownKeys$
|
|
2202
|
+
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; }
|
|
2203
2203
|
|
|
2204
|
-
function _objectSpread$
|
|
2204
|
+
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__default["default"](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; }
|
|
2205
2205
|
var PATH__MEMBERS = '/members';
|
|
2206
2206
|
var PATH__DISCOVER_MEMBERS = '/discovery/members'; // @ts-expect-error TS(7006): Parameter 'accountId' implicitly has an 'any' type... Remove this comment to see the full error message
|
|
2207
2207
|
|
|
@@ -2250,7 +2250,7 @@ var checkDupe$1 = /*#__PURE__*/function () {
|
|
|
2250
2250
|
opts = {};
|
|
2251
2251
|
}
|
|
2252
2252
|
|
|
2253
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
2253
|
+
return _context.abrupt("return", request(_objectSpread$1c({}, opts, {
|
|
2254
2254
|
path: PATH__MEMBERS + "/checkdupe"
|
|
2255
2255
|
}), {
|
|
2256
2256
|
method: 'post',
|
|
@@ -2286,7 +2286,7 @@ var createAccountMember = /*#__PURE__*/function () {
|
|
|
2286
2286
|
opts = {};
|
|
2287
2287
|
}
|
|
2288
2288
|
|
|
2289
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
2289
|
+
return _context2.abrupt("return", request(_objectSpread$1c({}, opts, {
|
|
2290
2290
|
path: pathAccountMembers(accountId)
|
|
2291
2291
|
}), {
|
|
2292
2292
|
method: 'post',
|
|
@@ -2325,7 +2325,7 @@ var deleteMember = /*#__PURE__*/function () {
|
|
|
2325
2325
|
utils_doesParamExist["default"]({
|
|
2326
2326
|
memberId: memberId
|
|
2327
2327
|
}, opts.hyperMediaEndpoint);
|
|
2328
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
2328
|
+
return _context3.abrupt("return", request(_objectSpread$1c({}, opts, {
|
|
2329
2329
|
path: pathMember(memberId)
|
|
2330
2330
|
}), {
|
|
2331
2331
|
method: 'delete'
|
|
@@ -2359,7 +2359,7 @@ var discoverMember$1 = /*#__PURE__*/function () {
|
|
|
2359
2359
|
opts = {};
|
|
2360
2360
|
}
|
|
2361
2361
|
|
|
2362
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
2362
|
+
return _context4.abrupt("return", request(_objectSpread$1c({}, opts, {
|
|
2363
2363
|
path: PATH__DISCOVER_MEMBERS
|
|
2364
2364
|
}), {
|
|
2365
2365
|
method: 'get',
|
|
@@ -2398,7 +2398,7 @@ var inviteAnyone = /*#__PURE__*/function () {
|
|
|
2398
2398
|
utils_doesParamExist["default"]({
|
|
2399
2399
|
businessId: businessId
|
|
2400
2400
|
}, opts.hyperMediaEndpoint);
|
|
2401
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
2401
|
+
return _context5.abrupt("return", request(_objectSpread$1c({}, opts, {
|
|
2402
2402
|
path: pathBusinessMembers(businessId) + "/invites"
|
|
2403
2403
|
}), {
|
|
2404
2404
|
method: 'post',
|
|
@@ -2436,7 +2436,7 @@ var inviteMember = /*#__PURE__*/function () {
|
|
|
2436
2436
|
utils_doesParamExist["default"]({
|
|
2437
2437
|
memberId: memberId
|
|
2438
2438
|
}, opts.hyperMediaEndpoint);
|
|
2439
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
2439
|
+
return _context6.abrupt("return", request(_objectSpread$1c({}, opts, {
|
|
2440
2440
|
path: pathMember(memberId) + "/invites"
|
|
2441
2441
|
}), {
|
|
2442
2442
|
method: 'post'
|
|
@@ -2475,7 +2475,7 @@ var getAccountMembers = /*#__PURE__*/function () {
|
|
|
2475
2475
|
opts = {};
|
|
2476
2476
|
}
|
|
2477
2477
|
|
|
2478
|
-
return _context7.abrupt("return", request(_objectSpread$
|
|
2478
|
+
return _context7.abrupt("return", request(_objectSpread$1c({}, opts, {
|
|
2479
2479
|
path: pathAccountMembers(accountId)
|
|
2480
2480
|
}), {
|
|
2481
2481
|
method: 'get',
|
|
@@ -2514,7 +2514,7 @@ var getMembersForHealthFund = /*#__PURE__*/function () {
|
|
|
2514
2514
|
opts = {};
|
|
2515
2515
|
}
|
|
2516
2516
|
|
|
2517
|
-
return _context8.abrupt("return", request(_objectSpread$
|
|
2517
|
+
return _context8.abrupt("return", request(_objectSpread$1c({}, opts, {
|
|
2518
2518
|
path: pathMembersForHealthFund(healthFundId)
|
|
2519
2519
|
}), {
|
|
2520
2520
|
method: 'get',
|
|
@@ -2550,7 +2550,7 @@ var getHealthFundMemberByMemberId = /*#__PURE__*/function () {
|
|
|
2550
2550
|
opts = {};
|
|
2551
2551
|
}
|
|
2552
2552
|
|
|
2553
|
-
return _context9.abrupt("return", request(_objectSpread$
|
|
2553
|
+
return _context9.abrupt("return", request(_objectSpread$1c({}, opts, {
|
|
2554
2554
|
path: pathHealthFundMemberByMemberId(healthFundId, memberId)
|
|
2555
2555
|
}), {
|
|
2556
2556
|
method: 'get'
|
|
@@ -2592,7 +2592,7 @@ var getBusinessMembers = /*#__PURE__*/function () {
|
|
|
2592
2592
|
utils_doesParamExist["default"]({
|
|
2593
2593
|
businessId: businessId
|
|
2594
2594
|
}, opts.hyperMediaEndpoint);
|
|
2595
|
-
return _context10.abrupt("return", request(_objectSpread$
|
|
2595
|
+
return _context10.abrupt("return", request(_objectSpread$1c({}, opts, {
|
|
2596
2596
|
path: pathBusinessMembers(businessId)
|
|
2597
2597
|
}), {
|
|
2598
2598
|
method: 'get',
|
|
@@ -2631,7 +2631,7 @@ var getBusinessMember = /*#__PURE__*/function () {
|
|
|
2631
2631
|
utils_doesParamExist["default"]({
|
|
2632
2632
|
businessId: businessId
|
|
2633
2633
|
}, opts.hyperMediaEndpoint);
|
|
2634
|
-
return _context11.abrupt("return", request(_objectSpread$
|
|
2634
|
+
return _context11.abrupt("return", request(_objectSpread$1c({}, opts, {
|
|
2635
2635
|
path: pathBusinessMember(businessId, memberId)
|
|
2636
2636
|
}), {
|
|
2637
2637
|
method: 'get'
|
|
@@ -2668,7 +2668,7 @@ var getMembers = /*#__PURE__*/function () {
|
|
|
2668
2668
|
opts = {};
|
|
2669
2669
|
}
|
|
2670
2670
|
|
|
2671
|
-
return _context12.abrupt("return", request(_objectSpread$
|
|
2671
|
+
return _context12.abrupt("return", request(_objectSpread$1c({}, opts, {
|
|
2672
2672
|
path: PATH__MEMBERS
|
|
2673
2673
|
}), {
|
|
2674
2674
|
method: 'get',
|
|
@@ -2708,7 +2708,7 @@ var getMember = /*#__PURE__*/function () {
|
|
|
2708
2708
|
memberId: memberId
|
|
2709
2709
|
}, opts.hyperMediaEndpoint);
|
|
2710
2710
|
_context13.next = 4;
|
|
2711
|
-
return request(_objectSpread$
|
|
2711
|
+
return request(_objectSpread$1c({}, opts, {
|
|
2712
2712
|
path: pathMember(memberId)
|
|
2713
2713
|
}), {
|
|
2714
2714
|
method: 'get'
|
|
@@ -2757,7 +2757,7 @@ var updateMember = /*#__PURE__*/function () {
|
|
|
2757
2757
|
memberId: memberId
|
|
2758
2758
|
}, opts.hyperMediaEndpoint);
|
|
2759
2759
|
_context14.next = 4;
|
|
2760
|
-
return request(_objectSpread$
|
|
2760
|
+
return request(_objectSpread$1c({}, opts, {
|
|
2761
2761
|
path: pathMember(memberId)
|
|
2762
2762
|
}), {
|
|
2763
2763
|
method: 'put',
|
|
@@ -2804,9 +2804,9 @@ var members = /*#__PURE__*/Object.freeze({
|
|
|
2804
2804
|
updateMember: updateMember
|
|
2805
2805
|
});
|
|
2806
2806
|
|
|
2807
|
-
function ownKeys$
|
|
2807
|
+
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; }
|
|
2808
2808
|
|
|
2809
|
-
function _objectSpread$
|
|
2809
|
+
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__default["default"](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; }
|
|
2810
2810
|
var PATH__DEVICES = '/devices';
|
|
2811
2811
|
var isRegistering = false; // @ts-expect-error TS(7006): Parameter 'deviceId' implicitly has an 'any' type.
|
|
2812
2812
|
|
|
@@ -2845,7 +2845,7 @@ var registerDevice = /*#__PURE__*/function () {
|
|
|
2845
2845
|
_context.prev = 1;
|
|
2846
2846
|
isRegistering = true;
|
|
2847
2847
|
_context.next = 5;
|
|
2848
|
-
return request(_objectSpread$
|
|
2848
|
+
return request(_objectSpread$1b({}, opts, {
|
|
2849
2849
|
path: PATH__DEVICES
|
|
2850
2850
|
}), {
|
|
2851
2851
|
method: 'post',
|
|
@@ -2957,7 +2957,7 @@ var updateDevice = /*#__PURE__*/function () {
|
|
|
2957
2957
|
utils_doesParamExist["default"]({
|
|
2958
2958
|
deviceId: deviceId
|
|
2959
2959
|
}, opts.hyperMediaEndpoint);
|
|
2960
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
2960
|
+
return _context3.abrupt("return", request(_objectSpread$1b({}, opts, {
|
|
2961
2961
|
path: pathDeviceByDeviceId(deviceId)
|
|
2962
2962
|
}), {
|
|
2963
2963
|
method: 'put',
|
|
@@ -2985,9 +2985,9 @@ var devices = /*#__PURE__*/Object.freeze({
|
|
|
2985
2985
|
updateDevice: updateDevice
|
|
2986
2986
|
});
|
|
2987
2987
|
|
|
2988
|
-
function ownKeys$
|
|
2988
|
+
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; }
|
|
2989
2989
|
|
|
2990
|
-
function _objectSpread$
|
|
2990
|
+
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__default["default"](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; }
|
|
2991
2991
|
var PATH__AUTH = '/auth';
|
|
2992
2992
|
var PATH__OTK = '/otk';
|
|
2993
2993
|
var PATH__AUTH_TOKEN = '/auth/token'; // @ts-expect-error TS(7006): Parameter 'accountId' implicitly has an 'any' type... Remove this comment to see the full error message
|
|
@@ -3027,7 +3027,7 @@ var setupAccountResources = /*#__PURE__*/function () {
|
|
|
3027
3027
|
case 6:
|
|
3028
3028
|
member = _context.sent;
|
|
3029
3029
|
sdkClient.setMember(member);
|
|
3030
|
-
return _context.abrupt("return", _objectSpread$
|
|
3030
|
+
return _context.abrupt("return", _objectSpread$1a({}, account, {
|
|
3031
3031
|
_member: member
|
|
3032
3032
|
}));
|
|
3033
3033
|
|
|
@@ -3074,7 +3074,7 @@ var login = /*#__PURE__*/function () {
|
|
|
3074
3074
|
};
|
|
3075
3075
|
}
|
|
3076
3076
|
|
|
3077
|
-
data = _objectSpread$
|
|
3077
|
+
data = _objectSpread$1a({
|
|
3078
3078
|
email: email
|
|
3079
3079
|
}, body);
|
|
3080
3080
|
|
|
@@ -3084,7 +3084,7 @@ var login = /*#__PURE__*/function () {
|
|
|
3084
3084
|
}
|
|
3085
3085
|
|
|
3086
3086
|
_context2.next = 6;
|
|
3087
|
-
return request(_objectSpread$
|
|
3087
|
+
return request(_objectSpread$1a({}, opts, {
|
|
3088
3088
|
path: PATH__AUTH,
|
|
3089
3089
|
getFullResponse: true
|
|
3090
3090
|
}), {
|
|
@@ -3211,7 +3211,7 @@ var impersonate = /*#__PURE__*/function () {
|
|
|
3211
3211
|
utils_doesParamExist["default"]({
|
|
3212
3212
|
accountId: accountId
|
|
3213
3213
|
}, opts.hyperMediaEndpoint);
|
|
3214
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
3214
|
+
return _context4.abrupt("return", request(_objectSpread$1a({}, opts, {
|
|
3215
3215
|
getFullResponse: true,
|
|
3216
3216
|
path: pathImpersonateAccount(accountId)
|
|
3217
3217
|
}), {
|
|
@@ -3243,7 +3243,7 @@ var logout = /*#__PURE__*/function () {
|
|
|
3243
3243
|
switch (_context5.prev = _context5.next) {
|
|
3244
3244
|
case 0:
|
|
3245
3245
|
_context5.next = 2;
|
|
3246
|
-
return request(_objectSpread$
|
|
3246
|
+
return request(_objectSpread$1a({}, opts, {
|
|
3247
3247
|
getFullResponse: true,
|
|
3248
3248
|
path: PATH__AUTH
|
|
3249
3249
|
}), {
|
|
@@ -3281,12 +3281,12 @@ var requestOtk$1 = /*#__PURE__*/function () {
|
|
|
3281
3281
|
while (1) {
|
|
3282
3282
|
switch (_context6.prev = _context6.next) {
|
|
3283
3283
|
case 0:
|
|
3284
|
-
body = _omitBy__default["default"](_objectSpread$
|
|
3284
|
+
body = _omitBy__default["default"](_objectSpread$1a({
|
|
3285
3285
|
email: email,
|
|
3286
3286
|
accountId: accountId
|
|
3287
3287
|
}, requestBody), _isEmpty__default["default"]);
|
|
3288
3288
|
_context6.next = 3;
|
|
3289
|
-
return request(_objectSpread$
|
|
3289
|
+
return request(_objectSpread$1a({}, opts, {
|
|
3290
3290
|
getFullResponse: true,
|
|
3291
3291
|
path: PATH__OTK
|
|
3292
3292
|
}), {
|
|
@@ -3331,7 +3331,7 @@ var generateAuthy = /*#__PURE__*/function () {
|
|
|
3331
3331
|
accountId: accountId
|
|
3332
3332
|
}, opts.hyperMediaEndpoint);
|
|
3333
3333
|
_context7.next = 4;
|
|
3334
|
-
return request(_objectSpread$
|
|
3334
|
+
return request(_objectSpread$1a({}, opts, {
|
|
3335
3335
|
path: pathAuthy(accountId),
|
|
3336
3336
|
getFullResponse: true
|
|
3337
3337
|
}), {
|
|
@@ -3375,7 +3375,7 @@ var removeAuthy = /*#__PURE__*/function () {
|
|
|
3375
3375
|
accountId: accountId
|
|
3376
3376
|
}, opts.hyperMediaEndpoint);
|
|
3377
3377
|
_context8.next = 4;
|
|
3378
|
-
return request(_objectSpread$
|
|
3378
|
+
return request(_objectSpread$1a({}, opts, {
|
|
3379
3379
|
path: pathAuthy(accountId),
|
|
3380
3380
|
getFullResponse: true
|
|
3381
3381
|
}), {
|
|
@@ -3420,7 +3420,7 @@ var verifyAuthy = /*#__PURE__*/function () {
|
|
|
3420
3420
|
accountId: accountId
|
|
3421
3421
|
}, opts.hyperMediaEndpoint);
|
|
3422
3422
|
_context9.next = 4;
|
|
3423
|
-
return request(_objectSpread$
|
|
3423
|
+
return request(_objectSpread$1a({}, opts, {
|
|
3424
3424
|
path: pathAuthyVerify(accountId),
|
|
3425
3425
|
getFullResponse: true
|
|
3426
3426
|
}), {
|
|
@@ -3469,7 +3469,7 @@ var createShortLivedToken = /*#__PURE__*/function () {
|
|
|
3469
3469
|
}, opts.hyperMediaEndpoint);
|
|
3470
3470
|
sdkClient.setToken("Bearer " + apiKey);
|
|
3471
3471
|
_context10.next = 5;
|
|
3472
|
-
return request(_objectSpread$
|
|
3472
|
+
return request(_objectSpread$1a({}, opts, {
|
|
3473
3473
|
path: PATH__AUTH_TOKEN
|
|
3474
3474
|
}), {
|
|
3475
3475
|
method: 'post',
|
|
@@ -3514,9 +3514,9 @@ var auth = /*#__PURE__*/Object.freeze({
|
|
|
3514
3514
|
createShortLivedToken: createShortLivedToken
|
|
3515
3515
|
});
|
|
3516
3516
|
|
|
3517
|
-
function ownKeys$
|
|
3517
|
+
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; }
|
|
3518
3518
|
|
|
3519
|
-
function _objectSpread$
|
|
3519
|
+
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__default["default"](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; }
|
|
3520
3520
|
var PATH__APPLICATIONS = '/applications';
|
|
3521
3521
|
var PATH__SELF_APPLICATION = '/applications/me';
|
|
3522
3522
|
|
|
@@ -3534,7 +3534,7 @@ var getSelfApplication = function getSelfApplication(opts) {
|
|
|
3534
3534
|
opts = {};
|
|
3535
3535
|
}
|
|
3536
3536
|
|
|
3537
|
-
return request(_objectSpread$
|
|
3537
|
+
return request(_objectSpread$19({}, opts, {
|
|
3538
3538
|
path: PATH__SELF_APPLICATION
|
|
3539
3539
|
}), {
|
|
3540
3540
|
method: 'get'
|
|
@@ -3555,7 +3555,7 @@ var getApplications = function getApplications(query, opts) {
|
|
|
3555
3555
|
opts = {};
|
|
3556
3556
|
}
|
|
3557
3557
|
|
|
3558
|
-
return request(_objectSpread$
|
|
3558
|
+
return request(_objectSpread$19({}, opts, {
|
|
3559
3559
|
path: PATH__APPLICATIONS
|
|
3560
3560
|
}), {
|
|
3561
3561
|
method: 'get',
|
|
@@ -3576,7 +3576,7 @@ var getApplication = function getApplication(applicationId, opts) {
|
|
|
3576
3576
|
utils_doesParamExist["default"]({
|
|
3577
3577
|
applicationId: applicationId
|
|
3578
3578
|
}, opts.hyperMediaEndpoint);
|
|
3579
|
-
return request(_objectSpread$
|
|
3579
|
+
return request(_objectSpread$19({}, opts, {
|
|
3580
3580
|
path: pathApplication(applicationId)
|
|
3581
3581
|
}), {
|
|
3582
3582
|
method: 'get'
|
|
@@ -3597,7 +3597,7 @@ var updateApplication = function updateApplication(applicationId, body, opts) {
|
|
|
3597
3597
|
utils_doesParamExist["default"]({
|
|
3598
3598
|
applicationId: applicationId
|
|
3599
3599
|
}, opts.hyperMediaEndpoint);
|
|
3600
|
-
return request(_objectSpread$
|
|
3600
|
+
return request(_objectSpread$19({}, opts, {
|
|
3601
3601
|
path: pathApplication(applicationId)
|
|
3602
3602
|
}), {
|
|
3603
3603
|
method: 'put',
|
|
@@ -3615,7 +3615,7 @@ var createApplication = function createApplication(body, opts) {
|
|
|
3615
3615
|
opts = {};
|
|
3616
3616
|
}
|
|
3617
3617
|
|
|
3618
|
-
return request(_objectSpread$
|
|
3618
|
+
return request(_objectSpread$19({}, opts, {
|
|
3619
3619
|
path: PATH__APPLICATIONS
|
|
3620
3620
|
}), {
|
|
3621
3621
|
method: 'post',
|
|
@@ -3632,9 +3632,9 @@ var applications = /*#__PURE__*/Object.freeze({
|
|
|
3632
3632
|
createApplication: createApplication
|
|
3633
3633
|
});
|
|
3634
3634
|
|
|
3635
|
-
function ownKeys$
|
|
3635
|
+
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; }
|
|
3636
3636
|
|
|
3637
|
-
function _objectSpread$
|
|
3637
|
+
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__default["default"](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; }
|
|
3638
3638
|
var PATH_BLACKLIST_BANK_ACCOUNT = "/blacklistedbankaccounts";
|
|
3639
3639
|
|
|
3640
3640
|
/**
|
|
@@ -3652,7 +3652,7 @@ var createBlacklistedBankAccount = /*#__PURE__*/function () {
|
|
|
3652
3652
|
opts = {};
|
|
3653
3653
|
}
|
|
3654
3654
|
|
|
3655
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
3655
|
+
return _context.abrupt("return", request(_objectSpread$18({}, opts, {
|
|
3656
3656
|
path: PATH_BLACKLIST_BANK_ACCOUNT
|
|
3657
3657
|
}), {
|
|
3658
3658
|
method: 'post',
|
|
@@ -3687,7 +3687,7 @@ var getBlacklistedBankAccounts = /*#__PURE__*/function () {
|
|
|
3687
3687
|
opts = {};
|
|
3688
3688
|
}
|
|
3689
3689
|
|
|
3690
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
3690
|
+
return _context2.abrupt("return", request(_objectSpread$18({}, opts, {
|
|
3691
3691
|
path: PATH_BLACKLIST_BANK_ACCOUNT
|
|
3692
3692
|
}), {
|
|
3693
3693
|
method: 'get',
|
|
@@ -3713,9 +3713,9 @@ var blacklist = /*#__PURE__*/Object.freeze({
|
|
|
3713
3713
|
getBlacklistedBankAccounts: getBlacklistedBankAccounts
|
|
3714
3714
|
});
|
|
3715
3715
|
|
|
3716
|
-
function ownKeys$
|
|
3716
|
+
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; }
|
|
3717
3717
|
|
|
3718
|
-
function _objectSpread$
|
|
3718
|
+
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__default["default"](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; }
|
|
3719
3719
|
var pathBusinessBulkUploads = function pathBusinessBulkUploads(businessId) {
|
|
3720
3720
|
return "/businesses/" + businessId + "/bulkuploads";
|
|
3721
3721
|
};
|
|
@@ -3740,7 +3740,7 @@ var createBulkUpload = function createBulkUpload(businessId, body, opts) {
|
|
|
3740
3740
|
utils_doesParamExist["default"]({
|
|
3741
3741
|
businessId: businessId
|
|
3742
3742
|
});
|
|
3743
|
-
return request(_objectSpread$
|
|
3743
|
+
return request(_objectSpread$17({}, opts, {
|
|
3744
3744
|
path: pathBusinessBulkUploads(businessId)
|
|
3745
3745
|
}), {
|
|
3746
3746
|
method: 'post',
|
|
@@ -3764,7 +3764,7 @@ var getBulkUpload = function getBulkUpload(businessId, bulkUploadId, opts) {
|
|
|
3764
3764
|
businessId: businessId,
|
|
3765
3765
|
bulkUploadId: bulkUploadId
|
|
3766
3766
|
});
|
|
3767
|
-
return request(_objectSpread$
|
|
3767
|
+
return request(_objectSpread$17({}, opts, {
|
|
3768
3768
|
path: pathBusinessBulkUpload(businessId, bulkUploadId)
|
|
3769
3769
|
}), {
|
|
3770
3770
|
method: 'get'
|
|
@@ -3785,7 +3785,7 @@ var getBulkUploadUrl = function getBulkUploadUrl(businessId, query, opts) {
|
|
|
3785
3785
|
utils_doesParamExist["default"]({
|
|
3786
3786
|
businessId: businessId
|
|
3787
3787
|
});
|
|
3788
|
-
return request(_objectSpread$
|
|
3788
|
+
return request(_objectSpread$17({}, opts, {
|
|
3789
3789
|
path: pathBusinessBulkUploadUrl(businessId)
|
|
3790
3790
|
}), {
|
|
3791
3791
|
method: 'get',
|
|
@@ -3803,9 +3803,9 @@ var bulkUploads = /*#__PURE__*/Object.freeze({
|
|
|
3803
3803
|
getBulkUploadUrl: getBulkUploadUrl
|
|
3804
3804
|
});
|
|
3805
3805
|
|
|
3806
|
-
function ownKeys$
|
|
3806
|
+
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; }
|
|
3807
3807
|
|
|
3808
|
-
function _objectSpread$
|
|
3808
|
+
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__default["default"](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; }
|
|
3809
3809
|
var pathSubmitDraftInvoices = function pathSubmitDraftInvoices(businessId) {
|
|
3810
3810
|
return "/businesses/" + businessId + "/bulksubmits";
|
|
3811
3811
|
};
|
|
@@ -3832,7 +3832,7 @@ var submitDraftInvoices = /*#__PURE__*/function () {
|
|
|
3832
3832
|
utils_doesParamExist["default"]({
|
|
3833
3833
|
businessId: businessId
|
|
3834
3834
|
}, opts.hyperMediaEndpoint);
|
|
3835
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
3835
|
+
return _context.abrupt("return", request(_objectSpread$16({}, opts, {
|
|
3836
3836
|
path: pathSubmitDraftInvoices(businessId)
|
|
3837
3837
|
}), {
|
|
3838
3838
|
method: 'post',
|
|
@@ -3872,7 +3872,7 @@ var getDraftProgressStatus = /*#__PURE__*/function () {
|
|
|
3872
3872
|
businessId: businessId,
|
|
3873
3873
|
bulkSubmitId: bulkSubmitId
|
|
3874
3874
|
}, opts.hyperMediaEndpoint);
|
|
3875
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
3875
|
+
return _context2.abrupt("return", request(_objectSpread$16({}, opts, {
|
|
3876
3876
|
path: pathGetDraftProgressStatus(businessId, bulkSubmitId)
|
|
3877
3877
|
}), {
|
|
3878
3878
|
method: 'get',
|
|
@@ -3900,9 +3900,9 @@ var bulkSubmits = /*#__PURE__*/Object.freeze({
|
|
|
3900
3900
|
getDraftProgressStatus: getDraftProgressStatus
|
|
3901
3901
|
});
|
|
3902
3902
|
|
|
3903
|
-
function ownKeys$
|
|
3903
|
+
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; }
|
|
3904
3904
|
|
|
3905
|
-
function _objectSpread$
|
|
3905
|
+
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__default["default"](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; }
|
|
3906
3906
|
var pathLinkBusinessProfile = function pathLinkBusinessProfile(businessProfileId) {
|
|
3907
3907
|
return "/businessprofiles/" + businessProfileId + "/link";
|
|
3908
3908
|
};
|
|
@@ -3920,7 +3920,7 @@ var getOrganisationBusinessProfiles = function getOrganisationBusinessProfiles(o
|
|
|
3920
3920
|
utils_doesParamExist["default"]({
|
|
3921
3921
|
organisationId: organisationId
|
|
3922
3922
|
}, opts.hyperMediaEndpoint);
|
|
3923
|
-
return request(_objectSpread$
|
|
3923
|
+
return request(_objectSpread$15({}, opts, {
|
|
3924
3924
|
path: pathOrganisationBusinessProfiles(organisationId)
|
|
3925
3925
|
}), {
|
|
3926
3926
|
method: 'get',
|
|
@@ -3939,7 +3939,7 @@ var linkBusinessProfile = function linkBusinessProfile(businessProfileId, busine
|
|
|
3939
3939
|
var body = {
|
|
3940
3940
|
businessId: businessId
|
|
3941
3941
|
};
|
|
3942
|
-
return request(_objectSpread$
|
|
3942
|
+
return request(_objectSpread$15({}, opts, {
|
|
3943
3943
|
path: pathLinkBusinessProfile(businessProfileId)
|
|
3944
3944
|
}), {
|
|
3945
3945
|
method: 'put',
|
|
@@ -3954,7 +3954,7 @@ var unlinkBusinessProfile = function unlinkBusinessProfile(businessProfileId, op
|
|
|
3954
3954
|
utils_doesParamExist["default"]({
|
|
3955
3955
|
businessProfileId: businessProfileId
|
|
3956
3956
|
}, opts.hyperMediaEndpoint);
|
|
3957
|
-
return request(_objectSpread$
|
|
3957
|
+
return request(_objectSpread$15({}, opts, {
|
|
3958
3958
|
path: pathUnlinkBusinessProfile(businessProfileId)
|
|
3959
3959
|
}), {
|
|
3960
3960
|
method: 'put'
|
|
@@ -3971,9 +3971,9 @@ var businessProfiles = /*#__PURE__*/Object.freeze({
|
|
|
3971
3971
|
unlinkBusinessProfile: unlinkBusinessProfile
|
|
3972
3972
|
});
|
|
3973
3973
|
|
|
3974
|
-
function ownKeys$
|
|
3974
|
+
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; }
|
|
3975
3975
|
|
|
3976
|
-
function _objectSpread$
|
|
3976
|
+
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__default["default"](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; }
|
|
3977
3977
|
var PATH__BUSINESSES = '/businesses';
|
|
3978
3978
|
var PATH__MY_BUSINESSES = '/businesses/me';
|
|
3979
3979
|
|
|
@@ -4073,7 +4073,7 @@ var createBusiness = function createBusiness(body, opts) {
|
|
|
4073
4073
|
opts = {};
|
|
4074
4074
|
}
|
|
4075
4075
|
|
|
4076
|
-
return request(_objectSpread$
|
|
4076
|
+
return request(_objectSpread$14({}, opts, {
|
|
4077
4077
|
path: PATH__BUSINESSES
|
|
4078
4078
|
}), {
|
|
4079
4079
|
method: 'post',
|
|
@@ -4095,7 +4095,7 @@ var createOrganisationBusiness = function createOrganisationBusiness(organisatio
|
|
|
4095
4095
|
utils_doesParamExist["default"]({
|
|
4096
4096
|
organisationId: organisationId
|
|
4097
4097
|
}, opts.hyperMediaEndpoint);
|
|
4098
|
-
return request(_objectSpread$
|
|
4098
|
+
return request(_objectSpread$14({}, opts, {
|
|
4099
4099
|
path: pathOrganisationBusiness(organisationId)
|
|
4100
4100
|
}), {
|
|
4101
4101
|
method: 'post',
|
|
@@ -4116,7 +4116,7 @@ var deleteBusiness = function deleteBusiness(businessId, opts) {
|
|
|
4116
4116
|
utils_doesParamExist["default"]({
|
|
4117
4117
|
businessId: businessId
|
|
4118
4118
|
}, opts.hyperMediaEndpoint);
|
|
4119
|
-
return request(_objectSpread$
|
|
4119
|
+
return request(_objectSpread$14({}, opts, {
|
|
4120
4120
|
path: pathBusiness$1(businessId)
|
|
4121
4121
|
}), {
|
|
4122
4122
|
method: 'delete'
|
|
@@ -4137,7 +4137,7 @@ var disableBusiness = function disableBusiness(businessId, body, opts) {
|
|
|
4137
4137
|
utils_doesParamExist["default"]({
|
|
4138
4138
|
businessId: businessId
|
|
4139
4139
|
}, opts.hyperMediaEndpoint);
|
|
4140
|
-
return request(_objectSpread$
|
|
4140
|
+
return request(_objectSpread$14({}, opts, {
|
|
4141
4141
|
path: pathDisableBusiness(businessId)
|
|
4142
4142
|
}), {
|
|
4143
4143
|
method: 'post',
|
|
@@ -4159,7 +4159,7 @@ var emailBusinessOnboardingQuestions = function emailBusinessOnboardingQuestions
|
|
|
4159
4159
|
utils_doesParamExist["default"]({
|
|
4160
4160
|
businessId: businessId
|
|
4161
4161
|
}, opts.hyperMediaEndpoint);
|
|
4162
|
-
return request(_objectSpread$
|
|
4162
|
+
return request(_objectSpread$14({}, opts, {
|
|
4163
4163
|
path: pathBusinessOnboardingQuestions(businessId)
|
|
4164
4164
|
}), {
|
|
4165
4165
|
method: 'post',
|
|
@@ -4181,7 +4181,7 @@ var enableBusiness = function enableBusiness(businessId, body, opts) {
|
|
|
4181
4181
|
utils_doesParamExist["default"]({
|
|
4182
4182
|
businessId: businessId
|
|
4183
4183
|
}, opts.hyperMediaEndpoint);
|
|
4184
|
-
return request(_objectSpread$
|
|
4184
|
+
return request(_objectSpread$14({}, opts, {
|
|
4185
4185
|
path: pathEnableBusiness(businessId)
|
|
4186
4186
|
}), {
|
|
4187
4187
|
method: 'post',
|
|
@@ -4207,7 +4207,7 @@ var getBusiness = function getBusiness(businessId, query, opts) {
|
|
|
4207
4207
|
utils_doesParamExist["default"]({
|
|
4208
4208
|
businessId: businessId
|
|
4209
4209
|
}, opts.hyperMediaEndpoint);
|
|
4210
|
-
return request(_objectSpread$
|
|
4210
|
+
return request(_objectSpread$14({}, opts, {
|
|
4211
4211
|
path: pathBusiness$1(businessId)
|
|
4212
4212
|
}), {
|
|
4213
4213
|
method: 'get',
|
|
@@ -4233,7 +4233,7 @@ var getBusinessBillingHistoryRecords = function getBusinessBillingHistoryRecords
|
|
|
4233
4233
|
utils_doesParamExist["default"]({
|
|
4234
4234
|
businessId: businessId
|
|
4235
4235
|
}, opts.hyperMediaEndpoint);
|
|
4236
|
-
return request(_objectSpread$
|
|
4236
|
+
return request(_objectSpread$14({}, opts, {
|
|
4237
4237
|
path: pathGetBusinessBillingHistoryRecords(businessId)
|
|
4238
4238
|
}), {
|
|
4239
4239
|
method: 'get',
|
|
@@ -4261,7 +4261,7 @@ var getBusinessBillingHistoryRecord = function getBusinessBillingHistoryRecord(b
|
|
|
4261
4261
|
businessId: businessId,
|
|
4262
4262
|
billingHistoryId: billingHistoryId
|
|
4263
4263
|
}, opts.hyperMediaEndpoint);
|
|
4264
|
-
return request(_objectSpread$
|
|
4264
|
+
return request(_objectSpread$14({}, opts, {
|
|
4265
4265
|
path: pathGetBusinessBillingHistoryRecord(businessId, billingHistoryId)
|
|
4266
4266
|
}), {
|
|
4267
4267
|
method: 'get',
|
|
@@ -4283,7 +4283,7 @@ var getBusinesses = function getBusinesses(query, opts) {
|
|
|
4283
4283
|
opts = {};
|
|
4284
4284
|
}
|
|
4285
4285
|
|
|
4286
|
-
return request(_objectSpread$
|
|
4286
|
+
return request(_objectSpread$14({}, opts, {
|
|
4287
4287
|
path: PATH__BUSINESSES
|
|
4288
4288
|
}), {
|
|
4289
4289
|
method: 'get',
|
|
@@ -4305,7 +4305,7 @@ var getMyBusinesses = function getMyBusinesses(query, opts) {
|
|
|
4305
4305
|
opts = {};
|
|
4306
4306
|
}
|
|
4307
4307
|
|
|
4308
|
-
return request(_objectSpread$
|
|
4308
|
+
return request(_objectSpread$14({}, opts, {
|
|
4309
4309
|
path: PATH__MY_BUSINESSES
|
|
4310
4310
|
}), {
|
|
4311
4311
|
method: 'get',
|
|
@@ -4327,7 +4327,7 @@ var getBusinessPDFs = function getBusinessPDFs(businessId, body, opts) {
|
|
|
4327
4327
|
utils_doesParamExist["default"]({
|
|
4328
4328
|
businessId: businessId
|
|
4329
4329
|
}, opts.hyperMediaEndpoint);
|
|
4330
|
-
return request(_objectSpread$
|
|
4330
|
+
return request(_objectSpread$14({}, opts, {
|
|
4331
4331
|
path: pathBusiness$1(businessId) + "/pdfs"
|
|
4332
4332
|
}), {
|
|
4333
4333
|
method: 'post',
|
|
@@ -4354,7 +4354,7 @@ var getAccountsBusinesses = function getAccountsBusinesses(accountId, query, opt
|
|
|
4354
4354
|
utils_doesParamExist["default"]({
|
|
4355
4355
|
accountId: accountId
|
|
4356
4356
|
}, opts.hyperMediaEndpoint);
|
|
4357
|
-
return request(_objectSpread$
|
|
4357
|
+
return request(_objectSpread$14({}, opts, {
|
|
4358
4358
|
path: pathAccountsBusinesses(accountId)
|
|
4359
4359
|
}), {
|
|
4360
4360
|
method: 'get',
|
|
@@ -4380,7 +4380,7 @@ var getOrganisationBusinesses = function getOrganisationBusinesses(organisationI
|
|
|
4380
4380
|
utils_doesParamExist["default"]({
|
|
4381
4381
|
organisationId: organisationId
|
|
4382
4382
|
}, opts.hyperMediaEndpoint);
|
|
4383
|
-
return request(_objectSpread$
|
|
4383
|
+
return request(_objectSpread$14({}, opts, {
|
|
4384
4384
|
path: pathOrganisationBusiness(organisationId)
|
|
4385
4385
|
}), {
|
|
4386
4386
|
method: 'get',
|
|
@@ -4402,7 +4402,7 @@ var updateBusiness = function updateBusiness(businessId, body, opts) {
|
|
|
4402
4402
|
utils_doesParamExist["default"]({
|
|
4403
4403
|
businessId: businessId
|
|
4404
4404
|
}, opts.hyperMediaEndpoint);
|
|
4405
|
-
return request(_objectSpread$
|
|
4405
|
+
return request(_objectSpread$14({}, opts, {
|
|
4406
4406
|
path: pathBusiness$1(businessId)
|
|
4407
4407
|
}), {
|
|
4408
4408
|
method: 'put',
|
|
@@ -4424,7 +4424,7 @@ var unsuspendBusiness = function unsuspendBusiness(businessId, body, opts) {
|
|
|
4424
4424
|
utils_doesParamExist["default"]({
|
|
4425
4425
|
businessId: businessId
|
|
4426
4426
|
}, opts.hyperMediaEndpoint);
|
|
4427
|
-
return request(_objectSpread$
|
|
4427
|
+
return request(_objectSpread$14({}, opts, {
|
|
4428
4428
|
path: pathUnsuspendBusiness(businessId)
|
|
4429
4429
|
}), {
|
|
4430
4430
|
method: 'post',
|
|
@@ -4446,7 +4446,7 @@ var verifyMedicare$1 = function verifyMedicare(businessId, body, opts) {
|
|
|
4446
4446
|
utils_doesParamExist["default"]({
|
|
4447
4447
|
businessId: businessId
|
|
4448
4448
|
}, opts.hyperMediaEndpoint);
|
|
4449
|
-
return request(_objectSpread$
|
|
4449
|
+
return request(_objectSpread$14({}, opts, {
|
|
4450
4450
|
path: pathVerifyMedicare(businessId)
|
|
4451
4451
|
}), {
|
|
4452
4452
|
method: 'post',
|
|
@@ -4468,7 +4468,7 @@ var oldVerifyDVA = function oldVerifyDVA(businessId, body, opts) {
|
|
|
4468
4468
|
utils_doesParamExist["default"]({
|
|
4469
4469
|
businessId: businessId
|
|
4470
4470
|
}, opts.hyperMediaEndpoint);
|
|
4471
|
-
return request(_objectSpread$
|
|
4471
|
+
return request(_objectSpread$14({}, opts, {
|
|
4472
4472
|
path: oldPathVerifyDVA(businessId)
|
|
4473
4473
|
}), {
|
|
4474
4474
|
method: 'post',
|
|
@@ -4490,7 +4490,7 @@ var verifyDVA = function verifyDVA(businessId, body, opts) {
|
|
|
4490
4490
|
utils_doesParamExist["default"]({
|
|
4491
4491
|
businessId: businessId
|
|
4492
4492
|
}, opts.hyperMediaEndpoint);
|
|
4493
|
-
return request(_objectSpread$
|
|
4493
|
+
return request(_objectSpread$14({}, opts, {
|
|
4494
4494
|
path: pathVerifyDVA(businessId)
|
|
4495
4495
|
}), {
|
|
4496
4496
|
method: 'post',
|
|
@@ -4512,7 +4512,7 @@ var verifyIcare = function verifyIcare(businessId, body, opts) {
|
|
|
4512
4512
|
utils_doesParamExist["default"]({
|
|
4513
4513
|
businessId: businessId
|
|
4514
4514
|
}, opts.hyperMediaEndpoint);
|
|
4515
|
-
return request(_objectSpread$
|
|
4515
|
+
return request(_objectSpread$14({}, opts, {
|
|
4516
4516
|
path: pathVerifyIcare(businessId)
|
|
4517
4517
|
}), {
|
|
4518
4518
|
method: 'post',
|
|
@@ -4538,7 +4538,7 @@ var verifyComcare = function verifyComcare(businessId, staffId, providerSetItemI
|
|
|
4538
4538
|
staffId: staffId,
|
|
4539
4539
|
providerSetItemId: providerSetItemId
|
|
4540
4540
|
}, opts.hyperMediaEndpoint);
|
|
4541
|
-
return request(_objectSpread$
|
|
4541
|
+
return request(_objectSpread$14({}, opts, {
|
|
4542
4542
|
path: pathVerifyComcare(businessId, staffId, providerSetItemId)
|
|
4543
4543
|
}), {
|
|
4544
4544
|
method: 'post',
|
|
@@ -4560,7 +4560,7 @@ var createSupportNote = function createSupportNote(businessId, body, opts) {
|
|
|
4560
4560
|
utils_doesParamExist["default"]({
|
|
4561
4561
|
businessId: businessId
|
|
4562
4562
|
}, opts.hyperMediaEndpoint);
|
|
4563
|
-
return request(_objectSpread$
|
|
4563
|
+
return request(_objectSpread$14({}, opts, {
|
|
4564
4564
|
path: pathCreateSupportNote(businessId)
|
|
4565
4565
|
}), {
|
|
4566
4566
|
method: 'post',
|
|
@@ -4582,7 +4582,7 @@ var getBsbDetails = function getBsbDetails(businessId, query, opts) {
|
|
|
4582
4582
|
utils_doesParamExist["default"]({
|
|
4583
4583
|
businessId: businessId
|
|
4584
4584
|
}, opts.hyperMediaEndpoint);
|
|
4585
|
-
return request(_objectSpread$
|
|
4585
|
+
return request(_objectSpread$14({}, opts, {
|
|
4586
4586
|
path: pathBsbDetails(businessId)
|
|
4587
4587
|
}), {
|
|
4588
4588
|
method: 'get',
|
|
@@ -4604,7 +4604,7 @@ var sendBusinessEmail = function sendBusinessEmail(businessId, body, opts) {
|
|
|
4604
4604
|
utils_doesParamExist["default"]({
|
|
4605
4605
|
businessId: businessId
|
|
4606
4606
|
}, opts.hyperMediaEndpoint);
|
|
4607
|
-
return request(_objectSpread$
|
|
4607
|
+
return request(_objectSpread$14({}, opts, {
|
|
4608
4608
|
path: pathBusinessSendEmails(businessId)
|
|
4609
4609
|
}), {
|
|
4610
4610
|
method: 'post',
|
|
@@ -4626,7 +4626,7 @@ var suspendBusiness = function suspendBusiness(businessId, body, opts) {
|
|
|
4626
4626
|
utils_doesParamExist["default"]({
|
|
4627
4627
|
businessId: businessId
|
|
4628
4628
|
}, opts.hyperMediaEndpoint);
|
|
4629
|
-
return request(_objectSpread$
|
|
4629
|
+
return request(_objectSpread$14({}, opts, {
|
|
4630
4630
|
path: pathSuspendBusiness(businessId)
|
|
4631
4631
|
}), {
|
|
4632
4632
|
method: 'post',
|
|
@@ -4647,7 +4647,7 @@ var getOrgByHealthFundExists = function getOrgByHealthFundExists(businessId, que
|
|
|
4647
4647
|
utils_doesParamExist["default"]({
|
|
4648
4648
|
businessId: businessId
|
|
4649
4649
|
}, opts.hyperMediaEndpoint);
|
|
4650
|
-
return request(_objectSpread$
|
|
4650
|
+
return request(_objectSpread$14({}, opts, {
|
|
4651
4651
|
path: pathGetOrgByHealthFundExists(businessId)
|
|
4652
4652
|
}), {
|
|
4653
4653
|
method: 'get',
|
|
@@ -4669,7 +4669,7 @@ var submitHealthPointManualOnboarding = function submitHealthPointManualOnboardi
|
|
|
4669
4669
|
utils_doesParamExist["default"]({
|
|
4670
4670
|
businessId: businessId
|
|
4671
4671
|
}, opts.hyperMediaEndpoint);
|
|
4672
|
-
return request(_objectSpread$
|
|
4672
|
+
return request(_objectSpread$14({}, opts, {
|
|
4673
4673
|
path: pathSubmitHealthPointManualOnboarding(businessId)
|
|
4674
4674
|
}), {
|
|
4675
4675
|
method: 'post',
|
|
@@ -4690,7 +4690,7 @@ var suspendBusinessEmail = function suspendBusinessEmail(businessId, opts) {
|
|
|
4690
4690
|
utils_doesParamExist["default"]({
|
|
4691
4691
|
businessId: businessId
|
|
4692
4692
|
}, opts.hyperMediaEndpoint);
|
|
4693
|
-
return request(_objectSpread$
|
|
4693
|
+
return request(_objectSpread$14({}, opts, {
|
|
4694
4694
|
path: pathSuspendBusinessEmail(businessId)
|
|
4695
4695
|
}), {
|
|
4696
4696
|
method: 'post'
|
|
@@ -4729,9 +4729,9 @@ var businesses = /*#__PURE__*/Object.freeze({
|
|
|
4729
4729
|
suspendBusinessEmail: suspendBusinessEmail
|
|
4730
4730
|
});
|
|
4731
4731
|
|
|
4732
|
-
function ownKeys$
|
|
4732
|
+
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; }
|
|
4733
4733
|
|
|
4734
|
-
function _objectSpread$
|
|
4734
|
+
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__default["default"](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; }
|
|
4735
4735
|
|
|
4736
4736
|
// @ts-expect-error TS(7006): Parameter 'businessId' implicitly has an 'any' typ... Remove this comment to see the full error message
|
|
4737
4737
|
var pathBusinessClaimItems = function pathBusinessClaimItems(businessId) {
|
|
@@ -4777,7 +4777,7 @@ var getBusinessClaimItems = /*#__PURE__*/function () {
|
|
|
4777
4777
|
utils_doesParamExist["default"]({
|
|
4778
4778
|
businessId: businessId
|
|
4779
4779
|
}, opts.hyperMediaEndpoint);
|
|
4780
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
4780
|
+
return _context.abrupt("return", request(_objectSpread$13({}, opts, {
|
|
4781
4781
|
path: pathBusinessClaimItems(businessId)
|
|
4782
4782
|
}), {
|
|
4783
4783
|
method: 'get',
|
|
@@ -4822,7 +4822,7 @@ var getBusinessClaimItem = /*#__PURE__*/function () {
|
|
|
4822
4822
|
businessId: businessId,
|
|
4823
4823
|
claimItemId: claimItemId
|
|
4824
4824
|
}, opts.hyperMediaEndpoint);
|
|
4825
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
4825
|
+
return _context2.abrupt("return", request(_objectSpread$13({}, opts, {
|
|
4826
4826
|
path: pathBusinessClaimItem(businessId, claimItemId)
|
|
4827
4827
|
}), {
|
|
4828
4828
|
method: 'get',
|
|
@@ -4865,7 +4865,7 @@ var getHealthFundClaimItems = /*#__PURE__*/function () {
|
|
|
4865
4865
|
utils_doesParamExist["default"]({
|
|
4866
4866
|
healthFundId: healthFundId
|
|
4867
4867
|
}, opts.hyperMediaEndpoint);
|
|
4868
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
4868
|
+
return _context3.abrupt("return", request(_objectSpread$13({}, opts, {
|
|
4869
4869
|
path: pathHealthFundClaimItems(healthFundId)
|
|
4870
4870
|
}), {
|
|
4871
4871
|
method: 'get',
|
|
@@ -4910,7 +4910,7 @@ var getHealthFundClaimItem = /*#__PURE__*/function () {
|
|
|
4910
4910
|
healthFundId: healthFundId,
|
|
4911
4911
|
claimItemId: claimItemId
|
|
4912
4912
|
}, opts.hyperMediaEndpoint);
|
|
4913
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
4913
|
+
return _context4.abrupt("return", request(_objectSpread$13({}, opts, {
|
|
4914
4914
|
path: pathHealthFundClaimItem(healthFundId, claimItemId)
|
|
4915
4915
|
}), {
|
|
4916
4916
|
method: 'get',
|
|
@@ -4938,9 +4938,9 @@ var claimItems = /*#__PURE__*/Object.freeze({
|
|
|
4938
4938
|
getHealthFundClaimItem: getHealthFundClaimItem
|
|
4939
4939
|
});
|
|
4940
4940
|
|
|
4941
|
-
function ownKeys$
|
|
4941
|
+
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; }
|
|
4942
4942
|
|
|
4943
|
-
function _objectSpread$
|
|
4943
|
+
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__default["default"](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; }
|
|
4944
4944
|
var PATH__DOC_ACCOUNTS = '/docaccounts'; // @ts-expect-error TS(7006): Parameter 'docAccountId' implicitly has an 'any' t... Remove this comment to see the full error message
|
|
4945
4945
|
|
|
4946
4946
|
var pathDocAccount = function pathDocAccount(docAccountId) {
|
|
@@ -4967,7 +4967,7 @@ var getDocAccounts = /*#__PURE__*/function () {
|
|
|
4967
4967
|
opts = {};
|
|
4968
4968
|
}
|
|
4969
4969
|
|
|
4970
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
4970
|
+
return _context.abrupt("return", request(_objectSpread$12({}, opts, {
|
|
4971
4971
|
path: PATH__DOC_ACCOUNTS
|
|
4972
4972
|
}), {
|
|
4973
4973
|
method: 'get',
|
|
@@ -5005,7 +5005,7 @@ var getDocAccount = /*#__PURE__*/function () {
|
|
|
5005
5005
|
utils_doesParamExist["default"]({
|
|
5006
5006
|
partnerId: partnerId
|
|
5007
5007
|
}, opts.hyperMediaEndpoint);
|
|
5008
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
5008
|
+
return _context2.abrupt("return", request(_objectSpread$12({}, opts, {
|
|
5009
5009
|
path: pathDocAccount(partnerId)
|
|
5010
5010
|
}), {
|
|
5011
5011
|
method: 'get'
|
|
@@ -5039,7 +5039,7 @@ var createDocAccount = /*#__PURE__*/function () {
|
|
|
5039
5039
|
opts = {};
|
|
5040
5040
|
}
|
|
5041
5041
|
|
|
5042
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
5042
|
+
return _context3.abrupt("return", request(_objectSpread$12({}, opts, {
|
|
5043
5043
|
path: PATH__DOC_ACCOUNTS
|
|
5044
5044
|
}), {
|
|
5045
5045
|
method: 'post',
|
|
@@ -5078,7 +5078,7 @@ var updateDocAccount = /*#__PURE__*/function () {
|
|
|
5078
5078
|
utils_doesParamExist["default"]({
|
|
5079
5079
|
docAccountId: docAccountId
|
|
5080
5080
|
}, opts.hyperMediaEndpoint);
|
|
5081
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
5081
|
+
return _context4.abrupt("return", request(_objectSpread$12({}, opts, {
|
|
5082
5082
|
path: pathDocAccount(docAccountId)
|
|
5083
5083
|
}), {
|
|
5084
5084
|
method: 'put',
|
|
@@ -5116,7 +5116,7 @@ var deleteDocAccount = /*#__PURE__*/function () {
|
|
|
5116
5116
|
utils_doesParamExist["default"]({
|
|
5117
5117
|
docAccountId: docAccountId
|
|
5118
5118
|
}, opts.hyperMediaEndpoint);
|
|
5119
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
5119
|
+
return _context5.abrupt("return", request(_objectSpread$12({}, opts, {
|
|
5120
5120
|
path: pathDocAccount(docAccountId)
|
|
5121
5121
|
}), {
|
|
5122
5122
|
method: 'delete'
|
|
@@ -5144,9 +5144,9 @@ var docAccounts = /*#__PURE__*/Object.freeze({
|
|
|
5144
5144
|
deleteDocAccount: deleteDocAccount
|
|
5145
5145
|
});
|
|
5146
5146
|
|
|
5147
|
-
function ownKeys$
|
|
5147
|
+
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; }
|
|
5148
5148
|
|
|
5149
|
-
function _objectSpread$
|
|
5149
|
+
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__default["default"](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; }
|
|
5150
5150
|
var pathBusinessDocuments = function pathBusinessDocuments(businessId) {
|
|
5151
5151
|
return "/businesses/" + businessId + "/documents";
|
|
5152
5152
|
};
|
|
@@ -5202,7 +5202,7 @@ var approveHealthFundDocument = function approveHealthFundDocument(healthFundId,
|
|
|
5202
5202
|
healthFundId: healthFundId,
|
|
5203
5203
|
documentId: documentId
|
|
5204
5204
|
}, opts.hyperMediaEndpoint);
|
|
5205
|
-
return request(_objectSpread$
|
|
5205
|
+
return request(_objectSpread$11({}, opts, {
|
|
5206
5206
|
path: pathHealthFundDocumentApprove(healthFundId, documentId)
|
|
5207
5207
|
}), {
|
|
5208
5208
|
method: 'post'
|
|
@@ -5224,7 +5224,7 @@ var assignHealthFundDocumentToMe = function assignHealthFundDocumentToMe(healthF
|
|
|
5224
5224
|
healthFundId: healthFundId,
|
|
5225
5225
|
documentId: documentId
|
|
5226
5226
|
}, opts.hyperMediaEndpoint);
|
|
5227
|
-
return request(_objectSpread$
|
|
5227
|
+
return request(_objectSpread$11({}, opts, {
|
|
5228
5228
|
path: pathHealthFundDocumentAssignToMe(healthFundId, documentId)
|
|
5229
5229
|
}), {
|
|
5230
5230
|
method: 'put'
|
|
@@ -5246,7 +5246,7 @@ var cancelBusinessDocument = function cancelBusinessDocument(businessId, documen
|
|
|
5246
5246
|
businessId: businessId,
|
|
5247
5247
|
documentId: documentId
|
|
5248
5248
|
}, opts.hyperMediaEndpoint);
|
|
5249
|
-
return request(_objectSpread$
|
|
5249
|
+
return request(_objectSpread$11({}, opts, {
|
|
5250
5250
|
path: pathBusinessDocumentCancel(businessId, documentId)
|
|
5251
5251
|
}), {
|
|
5252
5252
|
method: 'post'
|
|
@@ -5268,7 +5268,7 @@ var declineHealthFundDocument = function declineHealthFundDocument(healthFundId,
|
|
|
5268
5268
|
healthFundId: healthFundId,
|
|
5269
5269
|
documentId: documentId
|
|
5270
5270
|
}, opts.hyperMediaEndpoint);
|
|
5271
|
-
return request(_objectSpread$
|
|
5271
|
+
return request(_objectSpread$11({}, opts, {
|
|
5272
5272
|
path: pathHealthFundDocumentDecline(healthFundId, documentId)
|
|
5273
5273
|
}), {
|
|
5274
5274
|
method: 'post',
|
|
@@ -5291,7 +5291,7 @@ var ceaseHealthFundDocument = function ceaseHealthFundDocument(healthFundId, doc
|
|
|
5291
5291
|
healthFundId: healthFundId,
|
|
5292
5292
|
documentId: documentId
|
|
5293
5293
|
}, opts.hyperMediaEndpoint);
|
|
5294
|
-
return request(_objectSpread$
|
|
5294
|
+
return request(_objectSpread$11({}, opts, {
|
|
5295
5295
|
path: pathHealthFundDocumentCease(healthFundId, documentId)
|
|
5296
5296
|
}), {
|
|
5297
5297
|
method: 'post',
|
|
@@ -5316,7 +5316,7 @@ var deleteHealthFundDocumentTag = function deleteHealthFundDocumentTag(healthFun
|
|
|
5316
5316
|
documentId: documentId,
|
|
5317
5317
|
tagId: tagId
|
|
5318
5318
|
}, opts.hyperMediaEndpoint);
|
|
5319
|
-
return request(_objectSpread$
|
|
5319
|
+
return request(_objectSpread$11({}, opts, {
|
|
5320
5320
|
path: pathHealthFundDocumentTag(healthFundId, documentId, tagId)
|
|
5321
5321
|
}), {
|
|
5322
5322
|
method: 'delete'
|
|
@@ -5337,7 +5337,7 @@ var getBusinessDocuments = function getBusinessDocuments(businessId, query, opts
|
|
|
5337
5337
|
utils_doesParamExist["default"]({
|
|
5338
5338
|
businessId: businessId
|
|
5339
5339
|
}, opts.hyperMediaEndpoint);
|
|
5340
|
-
return request(_objectSpread$
|
|
5340
|
+
return request(_objectSpread$11({}, opts, {
|
|
5341
5341
|
path: pathBusinessDocuments(businessId)
|
|
5342
5342
|
}), {
|
|
5343
5343
|
method: 'get',
|
|
@@ -5359,7 +5359,7 @@ var getBusinessDocument = function getBusinessDocument(businessId, documentId, o
|
|
|
5359
5359
|
utils_doesParamExist["default"]({
|
|
5360
5360
|
businessId: businessId
|
|
5361
5361
|
}, opts.hyperMediaEndpoint);
|
|
5362
|
-
return request(_objectSpread$
|
|
5362
|
+
return request(_objectSpread$11({}, opts, {
|
|
5363
5363
|
path: pathBusinessDocument(businessId, documentId)
|
|
5364
5364
|
}), {
|
|
5365
5365
|
method: 'get'
|
|
@@ -5380,7 +5380,7 @@ var getHealthFundDocuments = function getHealthFundDocuments(healthFundId, query
|
|
|
5380
5380
|
utils_doesParamExist["default"]({
|
|
5381
5381
|
healthFundId: healthFundId
|
|
5382
5382
|
}, opts.hyperMediaEndpoint);
|
|
5383
|
-
return request(_objectSpread$
|
|
5383
|
+
return request(_objectSpread$11({}, opts, {
|
|
5384
5384
|
path: pathHealthFundDocuments(healthFundId)
|
|
5385
5385
|
}), {
|
|
5386
5386
|
method: 'get',
|
|
@@ -5403,7 +5403,7 @@ var getHealthFundDocument = function getHealthFundDocument(healthFundId, documen
|
|
|
5403
5403
|
healthFundId: healthFundId,
|
|
5404
5404
|
documentId: documentId
|
|
5405
5405
|
}, opts.hyperMediaEndpoint);
|
|
5406
|
-
return request(_objectSpread$
|
|
5406
|
+
return request(_objectSpread$11({}, opts, {
|
|
5407
5407
|
path: pathHealthFundDocument(healthFundId, documentId)
|
|
5408
5408
|
}), {
|
|
5409
5409
|
method: 'get'
|
|
@@ -5425,7 +5425,7 @@ var parkHealthFundDocument = function parkHealthFundDocument(healthFundId, docum
|
|
|
5425
5425
|
healthFundId: healthFundId,
|
|
5426
5426
|
documentId: documentId
|
|
5427
5427
|
}, opts.hyperMediaEndpoint);
|
|
5428
|
-
return request(_objectSpread$
|
|
5428
|
+
return request(_objectSpread$11({}, opts, {
|
|
5429
5429
|
path: pathHealthFundDocumentPark(healthFundId, documentId)
|
|
5430
5430
|
}), {
|
|
5431
5431
|
method: 'post',
|
|
@@ -5448,7 +5448,7 @@ var getHealthPointRegistrationApplication = function getHealthPointRegistrationA
|
|
|
5448
5448
|
healthFundId: healthFundId,
|
|
5449
5449
|
healthPointRegistrationApplicationId: healthPointRegistrationApplicationId
|
|
5450
5450
|
}, opts.hyperMediaEndpoint);
|
|
5451
|
-
return request(_objectSpread$
|
|
5451
|
+
return request(_objectSpread$11({}, opts, {
|
|
5452
5452
|
path: pathHealthFundHealthPointRegistrationApplication(healthFundId, healthPointRegistrationApplicationId)
|
|
5453
5453
|
}), {
|
|
5454
5454
|
method: 'get'
|
|
@@ -5471,7 +5471,7 @@ var updateHealthPointRegistrationApplication = function updateHealthPointRegistr
|
|
|
5471
5471
|
healthFundId: healthFundId,
|
|
5472
5472
|
healthPointRegistrationApplicationId: healthPointRegistrationApplicationId
|
|
5473
5473
|
}, opts.hyperMediaEndpoint);
|
|
5474
|
-
return request(_objectSpread$
|
|
5474
|
+
return request(_objectSpread$11({}, opts, {
|
|
5475
5475
|
path: pathHealthFundHealthPointRegistrationApplication(healthFundId, healthPointRegistrationApplicationId)
|
|
5476
5476
|
}), {
|
|
5477
5477
|
method: 'put',
|
|
@@ -5495,7 +5495,7 @@ var activateHealthPointDigitalClaiming = function activateHealthPointDigitalClai
|
|
|
5495
5495
|
healthFundId: healthFundId,
|
|
5496
5496
|
healthPointRegistrationApplicationId: healthPointRegistrationApplicationId
|
|
5497
5497
|
}, opts.hyperMediaEndpoint);
|
|
5498
|
-
return request(_objectSpread$
|
|
5498
|
+
return request(_objectSpread$11({}, opts, {
|
|
5499
5499
|
path: pathHealthFundHealthPointActivateDigitalClaiming(healthFundId, healthPointRegistrationApplicationId)
|
|
5500
5500
|
}), {
|
|
5501
5501
|
method: 'post',
|
|
@@ -5534,9 +5534,9 @@ var documents = /*#__PURE__*/Object.freeze({
|
|
|
5534
5534
|
activateHealthPointDigitalClaiming: activateHealthPointDigitalClaiming
|
|
5535
5535
|
});
|
|
5536
5536
|
|
|
5537
|
-
function ownKeys
|
|
5537
|
+
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; }
|
|
5538
5538
|
|
|
5539
|
-
function _objectSpread
|
|
5539
|
+
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__default["default"](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; }
|
|
5540
5540
|
var healthFundEmailSections = function healthFundEmailSections(healthFundId, emailTemplateId) {
|
|
5541
5541
|
return "/healthfunds/" + healthFundId + "/emailtemplates/" + emailTemplateId + "/emailsections";
|
|
5542
5542
|
};
|
|
@@ -5568,7 +5568,7 @@ var getHealthFundEmailSections = function getHealthFundEmailSections(healthFundI
|
|
|
5568
5568
|
healthFundId: healthFundId,
|
|
5569
5569
|
emailTemplateId: emailTemplateId
|
|
5570
5570
|
}, opts.hyperMediaEndpoint);
|
|
5571
|
-
return request(_objectSpread
|
|
5571
|
+
return request(_objectSpread$10({}, opts, {
|
|
5572
5572
|
path: healthFundEmailSections(healthFundId, emailTemplateId)
|
|
5573
5573
|
}), {
|
|
5574
5574
|
method: 'get',
|
|
@@ -5587,7 +5587,7 @@ var getHealthFundEmailTemplates = function getHealthFundEmailTemplates(healthFun
|
|
|
5587
5587
|
utils_doesParamExist["default"]({
|
|
5588
5588
|
healthFundId: healthFundId
|
|
5589
5589
|
}, opts.hyperMediaEndpoint);
|
|
5590
|
-
return request(_objectSpread
|
|
5590
|
+
return request(_objectSpread$10({}, opts, {
|
|
5591
5591
|
path: healthFundEmailTemplates(healthFundId)
|
|
5592
5592
|
}), {
|
|
5593
5593
|
method: 'get',
|
|
@@ -5603,7 +5603,7 @@ var generateEmailTemplate = function generateEmailTemplate(healthFundId, transac
|
|
|
5603
5603
|
healthFundId: healthFundId,
|
|
5604
5604
|
transactionId: transactionId
|
|
5605
5605
|
}, opts.hyperMediaEndpoint);
|
|
5606
|
-
return request(_objectSpread
|
|
5606
|
+
return request(_objectSpread$10({}, opts, {
|
|
5607
5607
|
path: healthFundTransactionEmail(healthFundId, transactionId)
|
|
5608
5608
|
}), {
|
|
5609
5609
|
method: 'post',
|
|
@@ -5619,7 +5619,7 @@ var generateDocumentEmailTemplate = function generateDocumentEmailTemplate(healt
|
|
|
5619
5619
|
healthFundId: healthFundId,
|
|
5620
5620
|
documentId: documentId
|
|
5621
5621
|
}, opts.hyperMediaEndpoint);
|
|
5622
|
-
return request(_objectSpread
|
|
5622
|
+
return request(_objectSpread$10({}, opts, {
|
|
5623
5623
|
path: healthFundDocumentEmail(healthFundId, documentId)
|
|
5624
5624
|
}), {
|
|
5625
5625
|
method: 'post',
|
|
@@ -5634,7 +5634,7 @@ var createEmailPackage = function createEmailPackage(transactionId, body, opts)
|
|
|
5634
5634
|
utils_doesParamExist["default"]({
|
|
5635
5635
|
transactionId: transactionId
|
|
5636
5636
|
}, opts.hyperMediaEndpoint);
|
|
5637
|
-
return request(_objectSpread
|
|
5637
|
+
return request(_objectSpread$10({}, opts, {
|
|
5638
5638
|
path: transactionEmailPackages(transactionId)
|
|
5639
5639
|
}), {
|
|
5640
5640
|
method: 'post',
|
|
@@ -5650,7 +5650,7 @@ var updateEmailPackage = function updateEmailPackage(transactionId, emailPackage
|
|
|
5650
5650
|
transactionId: transactionId,
|
|
5651
5651
|
emailPackageId: emailPackageId
|
|
5652
5652
|
}, opts.hyperMediaEndpoint);
|
|
5653
|
-
return request(_objectSpread
|
|
5653
|
+
return request(_objectSpread$10({}, opts, {
|
|
5654
5654
|
path: transactionEmailPackage(transactionId, emailPackageId)
|
|
5655
5655
|
}), {
|
|
5656
5656
|
method: 'put',
|
|
@@ -5666,7 +5666,7 @@ var sendEmailPackage = function sendEmailPackage(transactionId, emailPackageId,
|
|
|
5666
5666
|
transactionId: transactionId,
|
|
5667
5667
|
emailPackageId: emailPackageId
|
|
5668
5668
|
}, opts.hyperMediaEndpoint);
|
|
5669
|
-
return request(_objectSpread
|
|
5669
|
+
return request(_objectSpread$10({}, opts, {
|
|
5670
5670
|
path: transactionEmailPackage(transactionId, emailPackageId) + "/send"
|
|
5671
5671
|
}), {
|
|
5672
5672
|
method: 'post',
|
|
@@ -5691,9 +5691,9 @@ var emails = /*#__PURE__*/Object.freeze({
|
|
|
5691
5691
|
sendEmailPackage: sendEmailPackage
|
|
5692
5692
|
});
|
|
5693
5693
|
|
|
5694
|
-
function ownKeys
|
|
5694
|
+
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; }
|
|
5695
5695
|
|
|
5696
|
-
function _objectSpread
|
|
5696
|
+
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__default["default"](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; }
|
|
5697
5697
|
var pathFilterOptions = function pathFilterOptions(businessId) {
|
|
5698
5698
|
return "/businesses/" + businessId + "/filteroptions";
|
|
5699
5699
|
};
|
|
@@ -5710,7 +5710,7 @@ var getBusinessFilterOptions = /*#__PURE__*/function () {
|
|
|
5710
5710
|
utils_doesParamExist["default"]({
|
|
5711
5711
|
businessId: businessId
|
|
5712
5712
|
}, opts.hyperMediaEndpoint);
|
|
5713
|
-
return _context.abrupt("return", request(_objectSpread
|
|
5713
|
+
return _context.abrupt("return", request(_objectSpread$$({}, opts, {
|
|
5714
5714
|
path: pathFilterOptions(businessId)
|
|
5715
5715
|
}), {
|
|
5716
5716
|
method: 'get',
|
|
@@ -5736,9 +5736,9 @@ var filterOptions = /*#__PURE__*/Object.freeze({
|
|
|
5736
5736
|
getBusinessFilterOptions: getBusinessFilterOptions
|
|
5737
5737
|
});
|
|
5738
5738
|
|
|
5739
|
-
function ownKeys$
|
|
5739
|
+
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; }
|
|
5740
5740
|
|
|
5741
|
-
function _objectSpread$
|
|
5741
|
+
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__default["default"](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; }
|
|
5742
5742
|
var pathBusinessFormApplicationTemplate = function pathBusinessFormApplicationTemplate(businessId, formId, formApplicationTemplateId) {
|
|
5743
5743
|
return "/businesses/" + businessId + "/forms/" + formId + "/formapplicationtemplates/" + formApplicationTemplateId;
|
|
5744
5744
|
};
|
|
@@ -5764,7 +5764,7 @@ var getBusinessFormApplicationTemplate = function getBusinessFormApplicationTemp
|
|
|
5764
5764
|
formId: formId,
|
|
5765
5765
|
formApplicationTemplateId: formApplicationTemplateId
|
|
5766
5766
|
}, opts.hyperMediaEndpoint);
|
|
5767
|
-
return request(_objectSpread$
|
|
5767
|
+
return request(_objectSpread$_({}, opts, {
|
|
5768
5768
|
path: pathBusinessFormApplicationTemplate(businessId, formId, formApplicationTemplateId)
|
|
5769
5769
|
}), {
|
|
5770
5770
|
method: 'get'
|
|
@@ -5787,7 +5787,7 @@ var getHealthFundFormApplicationTemplate = function getHealthFundFormApplication
|
|
|
5787
5787
|
healthFundId: healthFundId,
|
|
5788
5788
|
formApplicationTemplateId: formApplicationTemplateId
|
|
5789
5789
|
}, opts.hyperMediaEndpoint);
|
|
5790
|
-
return request(_objectSpread$
|
|
5790
|
+
return request(_objectSpread$_({}, opts, {
|
|
5791
5791
|
path: pathHealthFundFormApplicationTemplate(healthFundId, formApplicationTemplateId)
|
|
5792
5792
|
}), {
|
|
5793
5793
|
method: 'get'
|
|
@@ -5802,9 +5802,9 @@ var formApplicationTemplates = /*#__PURE__*/Object.freeze({
|
|
|
5802
5802
|
getHealthFundFormApplicationTemplate: getHealthFundFormApplicationTemplate
|
|
5803
5803
|
});
|
|
5804
5804
|
|
|
5805
|
-
function ownKeys$
|
|
5805
|
+
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; }
|
|
5806
5806
|
|
|
5807
|
-
function _objectSpread$
|
|
5807
|
+
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__default["default"](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; }
|
|
5808
5808
|
var pathBusinessFormApplication = function pathBusinessFormApplication(businessId, formApplicationId) {
|
|
5809
5809
|
return "/businesses/" + businessId + "/formapplications/" + formApplicationId;
|
|
5810
5810
|
};
|
|
@@ -5831,7 +5831,7 @@ var getBusinessFormApplication = function getBusinessFormApplication(businessId,
|
|
|
5831
5831
|
businessId: businessId,
|
|
5832
5832
|
formApplicationId: formApplicationId
|
|
5833
5833
|
}, opts.hyperMediaEndpoint);
|
|
5834
|
-
return request(_objectSpread$
|
|
5834
|
+
return request(_objectSpread$Z({}, opts, {
|
|
5835
5835
|
path: pathBusinessFormApplication(businessId, formApplicationId)
|
|
5836
5836
|
}), {
|
|
5837
5837
|
method: 'get'
|
|
@@ -5854,7 +5854,7 @@ var getHealthFundFormApplication = function getHealthFundFormApplication(healthF
|
|
|
5854
5854
|
healthFundId: healthFundId,
|
|
5855
5855
|
formApplicationId: formApplicationId
|
|
5856
5856
|
}, opts.hyperMediaEndpoint);
|
|
5857
|
-
return request(_objectSpread$
|
|
5857
|
+
return request(_objectSpread$Z({}, opts, {
|
|
5858
5858
|
path: pathHealthFundFormApplication(healthFundId, formApplicationId)
|
|
5859
5859
|
}), {
|
|
5860
5860
|
method: 'get'
|
|
@@ -5881,7 +5881,7 @@ var updatePracticeRepresentative = /*#__PURE__*/function () {
|
|
|
5881
5881
|
healthFundId: healthFundId,
|
|
5882
5882
|
formApplicationId: formApplicationId
|
|
5883
5883
|
}, opts.hyperMediaEndpoint);
|
|
5884
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
5884
|
+
return _context.abrupt("return", request(_objectSpread$Z({}, opts, {
|
|
5885
5885
|
path: pathUpdatePracticeRepresentative(healthFundId, formApplicationId)
|
|
5886
5886
|
}), {
|
|
5887
5887
|
method: 'put',
|
|
@@ -5911,9 +5911,9 @@ var formApplications = /*#__PURE__*/Object.freeze({
|
|
|
5911
5911
|
updatePracticeRepresentative: updatePracticeRepresentative
|
|
5912
5912
|
});
|
|
5913
5913
|
|
|
5914
|
-
function ownKeys$
|
|
5914
|
+
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; }
|
|
5915
5915
|
|
|
5916
|
-
function _objectSpread$
|
|
5916
|
+
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__default["default"](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; }
|
|
5917
5917
|
var pathBusinessForm = function pathBusinessForm(businessId, formId) {
|
|
5918
5918
|
return "/businesses/" + businessId + "/forms/" + formId;
|
|
5919
5919
|
};
|
|
@@ -5958,7 +5958,7 @@ var applyForBusinessForm = function applyForBusinessForm(businessId, formId, bod
|
|
|
5958
5958
|
businessId: businessId,
|
|
5959
5959
|
formId: formId
|
|
5960
5960
|
}, opts.hyperMediaEndpoint);
|
|
5961
|
-
return request(_objectSpread$
|
|
5961
|
+
return request(_objectSpread$Y({}, opts, {
|
|
5962
5962
|
path: pathBusinessFormApplications(businessId, formId)
|
|
5963
5963
|
}), {
|
|
5964
5964
|
method: 'post',
|
|
@@ -5980,7 +5980,7 @@ var createHealthFundForm = function createHealthFundForm(healthFundId, body, opt
|
|
|
5980
5980
|
utils_doesParamExist["default"]({
|
|
5981
5981
|
healthFundId: healthFundId
|
|
5982
5982
|
}, opts.hyperMediaEndpoint);
|
|
5983
|
-
return request(_objectSpread$
|
|
5983
|
+
return request(_objectSpread$Y({}, opts, {
|
|
5984
5984
|
path: pathHealthFundForms(healthFundId)
|
|
5985
5985
|
}), {
|
|
5986
5986
|
method: 'post',
|
|
@@ -6003,7 +6003,7 @@ var deleteHealthFundForm = function deleteHealthFundForm(healthFundId, formId, o
|
|
|
6003
6003
|
healthFundId: healthFundId,
|
|
6004
6004
|
formId: formId
|
|
6005
6005
|
}, opts.hyperMediaEndpoint);
|
|
6006
|
-
return request(_objectSpread$
|
|
6006
|
+
return request(_objectSpread$Y({}, opts, {
|
|
6007
6007
|
path: pathHealthFundForm(healthFundId, formId)
|
|
6008
6008
|
}), {
|
|
6009
6009
|
method: 'delete'
|
|
@@ -6026,7 +6026,7 @@ var getBusinessForm = function getBusinessForm(businessId, formId, opts) {
|
|
|
6026
6026
|
businessId: businessId,
|
|
6027
6027
|
formId: formId
|
|
6028
6028
|
}, opts.hyperMediaEndpoint);
|
|
6029
|
-
return request(_objectSpread$
|
|
6029
|
+
return request(_objectSpread$Y({}, opts, {
|
|
6030
6030
|
path: pathBusinessForm(businessId, formId)
|
|
6031
6031
|
}), {
|
|
6032
6032
|
method: 'get'
|
|
@@ -6051,7 +6051,7 @@ var getHealthFundForms = function getHealthFundForms(healthFundId, query, opts)
|
|
|
6051
6051
|
utils_doesParamExist["default"]({
|
|
6052
6052
|
healthFundId: healthFundId
|
|
6053
6053
|
}, opts.hyperMediaEndpoint);
|
|
6054
|
-
return request(_objectSpread$
|
|
6054
|
+
return request(_objectSpread$Y({}, opts, {
|
|
6055
6055
|
path: pathHealthFundForms(healthFundId)
|
|
6056
6056
|
}), {
|
|
6057
6057
|
method: 'get',
|
|
@@ -6074,7 +6074,7 @@ var getHealthFundForm = function getHealthFundForm(healthFundId, formId, opts) {
|
|
|
6074
6074
|
healthFundId: healthFundId,
|
|
6075
6075
|
formId: formId
|
|
6076
6076
|
}, opts.hyperMediaEndpoint);
|
|
6077
|
-
return request(_objectSpread$
|
|
6077
|
+
return request(_objectSpread$Y({}, opts, {
|
|
6078
6078
|
path: pathHealthFundForm(healthFundId, formId)
|
|
6079
6079
|
}), {
|
|
6080
6080
|
method: 'get'
|
|
@@ -6099,7 +6099,7 @@ var getHealthFundFormUploadUrl = function getHealthFundFormUploadUrl(healthFundI
|
|
|
6099
6099
|
contentType: contentType,
|
|
6100
6100
|
fileName: fileName
|
|
6101
6101
|
}, opts.hyperMediaEndpoint);
|
|
6102
|
-
return request(_objectSpread$
|
|
6102
|
+
return request(_objectSpread$Y({}, opts, {
|
|
6103
6103
|
path: pathHealthFundFormUploadUrl(healthFundId)
|
|
6104
6104
|
}), {
|
|
6105
6105
|
method: 'get',
|
|
@@ -6122,7 +6122,7 @@ var publishHealthFundForm = function publishHealthFundForm(healthFundId, formId,
|
|
|
6122
6122
|
healthFundId: healthFundId,
|
|
6123
6123
|
formId: formId
|
|
6124
6124
|
}, opts.hyperMediaEndpoint);
|
|
6125
|
-
return request(_objectSpread$
|
|
6125
|
+
return request(_objectSpread$Y({}, opts, {
|
|
6126
6126
|
path: pathHealthFundFormPublish(healthFundId, formId)
|
|
6127
6127
|
}), {
|
|
6128
6128
|
method: 'post'
|
|
@@ -6145,7 +6145,7 @@ var updateHealthFundForm = function updateHealthFundForm(healthFundId, formId, b
|
|
|
6145
6145
|
healthFundId: healthFundId,
|
|
6146
6146
|
formId: formId
|
|
6147
6147
|
}, opts.hyperMediaEndpoint);
|
|
6148
|
-
return request(_objectSpread$
|
|
6148
|
+
return request(_objectSpread$Y({}, opts, {
|
|
6149
6149
|
path: pathHealthFundForm(healthFundId, formId)
|
|
6150
6150
|
}), {
|
|
6151
6151
|
method: 'put',
|
|
@@ -6168,7 +6168,7 @@ var unpublishHealthFundForm = function unpublishHealthFundForm(healthFundId, for
|
|
|
6168
6168
|
healthFundId: healthFundId,
|
|
6169
6169
|
formId: formId
|
|
6170
6170
|
}, opts.hyperMediaEndpoint);
|
|
6171
|
-
return request(_objectSpread$
|
|
6171
|
+
return request(_objectSpread$Y({}, opts, {
|
|
6172
6172
|
path: pathHealthFundFormUnpublish(healthFundId, formId)
|
|
6173
6173
|
}), {
|
|
6174
6174
|
method: 'post'
|
|
@@ -6192,7 +6192,7 @@ var getLatestApprovedDocument = function getLatestApprovedDocument(businessId, p
|
|
|
6192
6192
|
practiceId: practiceId,
|
|
6193
6193
|
formId: formId
|
|
6194
6194
|
}, opts.hyperMediaEndpoint);
|
|
6195
|
-
return request(_objectSpread$
|
|
6195
|
+
return request(_objectSpread$Y({}, opts, {
|
|
6196
6196
|
path: pathGetLatestApprovedDocument(businessId, practiceId, formId)
|
|
6197
6197
|
}), {
|
|
6198
6198
|
method: 'get'
|
|
@@ -6217,7 +6217,7 @@ var getManualFormUploadUrl = function getManualFormUploadUrl(businessId, practic
|
|
|
6217
6217
|
practiceId: practiceId,
|
|
6218
6218
|
formId: formId
|
|
6219
6219
|
}, opts.hyperMediaEndpoint);
|
|
6220
|
-
return request(_objectSpread$
|
|
6220
|
+
return request(_objectSpread$Y({}, opts, {
|
|
6221
6221
|
path: pathGetManualFormUploadUrl(businessId, practiceId, formId)
|
|
6222
6222
|
}), {
|
|
6223
6223
|
method: 'get',
|
|
@@ -6250,9 +6250,9 @@ var forms = /*#__PURE__*/Object.freeze({
|
|
|
6250
6250
|
getManualFormUploadUrl: getManualFormUploadUrl
|
|
6251
6251
|
});
|
|
6252
6252
|
|
|
6253
|
-
function ownKeys$
|
|
6253
|
+
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; }
|
|
6254
6254
|
|
|
6255
|
-
function _objectSpread$
|
|
6255
|
+
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__default["default"](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; }
|
|
6256
6256
|
var PATH__FUNDERS = '/funders';
|
|
6257
6257
|
var pathFunder = function pathFunder(funderId) {
|
|
6258
6258
|
return "/funders/" + funderId;
|
|
@@ -6262,7 +6262,7 @@ var getFunders = function getFunders(opts) {
|
|
|
6262
6262
|
opts = {};
|
|
6263
6263
|
}
|
|
6264
6264
|
|
|
6265
|
-
return request(_objectSpread$
|
|
6265
|
+
return request(_objectSpread$X({}, opts, {
|
|
6266
6266
|
path: PATH__FUNDERS
|
|
6267
6267
|
}), {
|
|
6268
6268
|
method: 'get'
|
|
@@ -6273,7 +6273,7 @@ var getFunder = function getFunder(funderId, opts) {
|
|
|
6273
6273
|
opts = {};
|
|
6274
6274
|
}
|
|
6275
6275
|
|
|
6276
|
-
return request(_objectSpread$
|
|
6276
|
+
return request(_objectSpread$X({}, opts, {
|
|
6277
6277
|
path: pathFunder(funderId)
|
|
6278
6278
|
}), {
|
|
6279
6279
|
method: 'get'
|
|
@@ -6288,9 +6288,9 @@ var funders = /*#__PURE__*/Object.freeze({
|
|
|
6288
6288
|
getFunder: getFunder
|
|
6289
6289
|
});
|
|
6290
6290
|
|
|
6291
|
-
function ownKeys$
|
|
6291
|
+
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; }
|
|
6292
6292
|
|
|
6293
|
-
function _objectSpread$
|
|
6293
|
+
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__default["default"](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; }
|
|
6294
6294
|
var pathVerifyEclipse = function pathVerifyEclipse() {
|
|
6295
6295
|
return "/eclipse/opvw";
|
|
6296
6296
|
};
|
|
@@ -6308,7 +6308,7 @@ var verifyEclipse = function verifyEclipse(body, opts) {
|
|
|
6308
6308
|
utils_doesParamExist["default"]({
|
|
6309
6309
|
body: body
|
|
6310
6310
|
}, opts.hyperMediaEndpoint);
|
|
6311
|
-
return request(_objectSpread$
|
|
6311
|
+
return request(_objectSpread$W({}, opts, {
|
|
6312
6312
|
path: pathVerifyEclipse()
|
|
6313
6313
|
}), {
|
|
6314
6314
|
method: 'post',
|
|
@@ -6322,9 +6322,9 @@ var funderServices = /*#__PURE__*/Object.freeze({
|
|
|
6322
6322
|
verifyEclipse: verifyEclipse
|
|
6323
6323
|
});
|
|
6324
6324
|
|
|
6325
|
-
function ownKeys$
|
|
6325
|
+
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; }
|
|
6326
6326
|
|
|
6327
|
-
function _objectSpread$
|
|
6327
|
+
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__default["default"](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; }
|
|
6328
6328
|
var pathFunderSettings = function pathFunderSettings(businessId) {
|
|
6329
6329
|
return "/businesses/" + businessId + "/fundersettings";
|
|
6330
6330
|
};
|
|
@@ -6343,7 +6343,7 @@ var getBusinessFunderSettings = function getBusinessFunderSettings(businessId, q
|
|
|
6343
6343
|
utils_doesParamExist["default"]({
|
|
6344
6344
|
businessId: businessId
|
|
6345
6345
|
}, opts.hyperMediaEndpoint);
|
|
6346
|
-
return request(_objectSpread$
|
|
6346
|
+
return request(_objectSpread$V({}, opts, {
|
|
6347
6347
|
path: pathFunderSettings(businessId)
|
|
6348
6348
|
}), {
|
|
6349
6349
|
method: 'get',
|
|
@@ -6359,7 +6359,7 @@ var getBusinesFunderSettingsById = function getBusinesFunderSettingsById(busines
|
|
|
6359
6359
|
businessId: businessId,
|
|
6360
6360
|
funderSettingsId: funderSettingsId
|
|
6361
6361
|
}, opts.hyperMediaEndpoint);
|
|
6362
|
-
return request(_objectSpread$
|
|
6362
|
+
return request(_objectSpread$V({}, opts, {
|
|
6363
6363
|
path: pathFunderSettingsById(businessId, funderSettingsId)
|
|
6364
6364
|
}), {
|
|
6365
6365
|
method: 'get'
|
|
@@ -6374,7 +6374,7 @@ var updateBusinesFunderSettings = function updateBusinesFunderSettings(businessI
|
|
|
6374
6374
|
businessId: businessId,
|
|
6375
6375
|
funderSettingsId: funderSettingsId
|
|
6376
6376
|
}, opts.hyperMediaEndpoint);
|
|
6377
|
-
return request(_objectSpread$
|
|
6377
|
+
return request(_objectSpread$V({}, opts, {
|
|
6378
6378
|
path: pathFunderSettingsById(businessId, funderSettingsId)
|
|
6379
6379
|
}), {
|
|
6380
6380
|
method: 'put',
|
|
@@ -6389,7 +6389,7 @@ var createBusinesFunderSettings = function createBusinesFunderSettings(businessI
|
|
|
6389
6389
|
utils_doesParamExist["default"]({
|
|
6390
6390
|
businessId: businessId
|
|
6391
6391
|
}, opts.hyperMediaEndpoint);
|
|
6392
|
-
return request(_objectSpread$
|
|
6392
|
+
return request(_objectSpread$V({}, opts, {
|
|
6393
6393
|
path: pathFunderSettings(businessId)
|
|
6394
6394
|
}), {
|
|
6395
6395
|
method: 'post',
|
|
@@ -6405,7 +6405,7 @@ var deleteBusinesFunderSettings = function deleteBusinesFunderSettings(businessI
|
|
|
6405
6405
|
businessId: businessId,
|
|
6406
6406
|
funderSettingsId: funderSettingsId
|
|
6407
6407
|
}, opts.hyperMediaEndpoint);
|
|
6408
|
-
return request(_objectSpread$
|
|
6408
|
+
return request(_objectSpread$V({}, opts, {
|
|
6409
6409
|
path: pathFunderSettingsById(businessId, funderSettingsId)
|
|
6410
6410
|
}), {
|
|
6411
6411
|
method: 'delete'
|
|
@@ -6423,9 +6423,9 @@ var funderSettings = /*#__PURE__*/Object.freeze({
|
|
|
6423
6423
|
deleteBusinesFunderSettings: deleteBusinesFunderSettings
|
|
6424
6424
|
});
|
|
6425
6425
|
|
|
6426
|
-
function ownKeys$
|
|
6426
|
+
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; }
|
|
6427
6427
|
|
|
6428
|
-
function _objectSpread$
|
|
6428
|
+
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__default["default"](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; }
|
|
6429
6429
|
var pathFunderValues = function pathFunderValues(businessId) {
|
|
6430
6430
|
return "/businesses/" + businessId + "/fundervalues";
|
|
6431
6431
|
};
|
|
@@ -6445,7 +6445,7 @@ var getBusinessFunderValues = /*#__PURE__*/function () {
|
|
|
6445
6445
|
utils_doesParamExist["default"]({
|
|
6446
6446
|
businessId: businessId
|
|
6447
6447
|
}, opts.hyperMediaEndpoint);
|
|
6448
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
6448
|
+
return _context.abrupt("return", request(_objectSpread$U({}, opts, {
|
|
6449
6449
|
path: pathFunderValues(businessId)
|
|
6450
6450
|
}), {
|
|
6451
6451
|
method: 'get',
|
|
@@ -6473,7 +6473,7 @@ var getBusinessFunderValueById = function getBusinessFunderValueById(businessId,
|
|
|
6473
6473
|
businessId: businessId,
|
|
6474
6474
|
funderValueId: funderValueId
|
|
6475
6475
|
}, opts.hyperMediaEndpoint);
|
|
6476
|
-
return request(_objectSpread$
|
|
6476
|
+
return request(_objectSpread$U({}, opts, {
|
|
6477
6477
|
path: pathFunderValuesById(businessId, funderValueId)
|
|
6478
6478
|
}), {
|
|
6479
6479
|
method: 'get'
|
|
@@ -6487,7 +6487,7 @@ var createBusinessFunderValue = function createBusinessFunderValue(businessId, b
|
|
|
6487
6487
|
utils_doesParamExist["default"]({
|
|
6488
6488
|
businessId: businessId
|
|
6489
6489
|
}, opts.hyperMediaEndpoint);
|
|
6490
|
-
return request(_objectSpread$
|
|
6490
|
+
return request(_objectSpread$U({}, opts, {
|
|
6491
6491
|
path: pathFunderValues(businessId)
|
|
6492
6492
|
}), {
|
|
6493
6493
|
method: 'post',
|
|
@@ -6503,7 +6503,7 @@ var updateBusinessFunderValue = function updateBusinessFunderValue(businessId, f
|
|
|
6503
6503
|
businessId: businessId,
|
|
6504
6504
|
funderValueId: funderValueId
|
|
6505
6505
|
}, opts.hyperMediaEndpoint);
|
|
6506
|
-
return request(_objectSpread$
|
|
6506
|
+
return request(_objectSpread$U({}, opts, {
|
|
6507
6507
|
path: pathFunderValuesById(businessId, funderValueId)
|
|
6508
6508
|
}), {
|
|
6509
6509
|
method: 'put',
|
|
@@ -6519,7 +6519,7 @@ var deleteBusinessFunderValue = function deleteBusinessFunderValue(businessId, f
|
|
|
6519
6519
|
businessId: businessId,
|
|
6520
6520
|
funderValueId: funderValueId
|
|
6521
6521
|
}, opts.hyperMediaEndpoint);
|
|
6522
|
-
return request(_objectSpread$
|
|
6522
|
+
return request(_objectSpread$U({}, opts, {
|
|
6523
6523
|
path: pathFunderValuesById(businessId, funderValueId)
|
|
6524
6524
|
}), {
|
|
6525
6525
|
method: 'delete'
|
|
@@ -6537,9 +6537,9 @@ var funderValues = /*#__PURE__*/Object.freeze({
|
|
|
6537
6537
|
deleteBusinessFunderValue: deleteBusinessFunderValue
|
|
6538
6538
|
});
|
|
6539
6539
|
|
|
6540
|
-
function ownKeys$
|
|
6540
|
+
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; }
|
|
6541
6541
|
|
|
6542
|
-
function _objectSpread$
|
|
6542
|
+
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__default["default"](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; }
|
|
6543
6543
|
var pathBusinessFutures = function pathBusinessFutures(businessId) {
|
|
6544
6544
|
return "/businesses/" + businessId + "/futures";
|
|
6545
6545
|
};
|
|
@@ -6585,7 +6585,7 @@ var createBusinessHold = function createBusinessHold(businessId, body, opts) {
|
|
|
6585
6585
|
utils_doesParamExist["default"]({
|
|
6586
6586
|
businessId: businessId
|
|
6587
6587
|
}, opts.hyperMediaEndpoint);
|
|
6588
|
-
return request(_objectSpread$
|
|
6588
|
+
return request(_objectSpread$T({}, opts, {
|
|
6589
6589
|
path: pathBusinessHolds(businessId)
|
|
6590
6590
|
}), {
|
|
6591
6591
|
method: 'post',
|
|
@@ -6612,7 +6612,7 @@ var createBusinessInstalmentPlan = /*#__PURE__*/function () {
|
|
|
6612
6612
|
utils_doesParamExist["default"]({
|
|
6613
6613
|
businessId: businessId
|
|
6614
6614
|
}, opts.hyperMediaEndpoint);
|
|
6615
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
6615
|
+
return _context.abrupt("return", request(_objectSpread$T({}, opts, {
|
|
6616
6616
|
path: pathBusinessInstalmentPlans(businessId)
|
|
6617
6617
|
}), {
|
|
6618
6618
|
method: 'post',
|
|
@@ -6650,7 +6650,7 @@ var cancel$1 = /*#__PURE__*/function () {
|
|
|
6650
6650
|
utils_doesParamExist["default"]({
|
|
6651
6651
|
futureId: futureId
|
|
6652
6652
|
}, opts.hyperMediaEndpoint);
|
|
6653
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
6653
|
+
return _context2.abrupt("return", request(_objectSpread$T({}, opts, {
|
|
6654
6654
|
path: pathCancels(futureId)
|
|
6655
6655
|
}), {
|
|
6656
6656
|
method: 'post'
|
|
@@ -6688,7 +6688,7 @@ var getBusinessFutures = /*#__PURE__*/function () {
|
|
|
6688
6688
|
utils_doesParamExist["default"]({
|
|
6689
6689
|
businessId: businessId
|
|
6690
6690
|
}, opts.hyperMediaEndpoint);
|
|
6691
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
6691
|
+
return _context3.abrupt("return", request(_objectSpread$T({}, opts, {
|
|
6692
6692
|
path: pathBusinessFutures(businessId)
|
|
6693
6693
|
}), {
|
|
6694
6694
|
method: 'get',
|
|
@@ -6728,7 +6728,7 @@ var getBusinessFuture = /*#__PURE__*/function () {
|
|
|
6728
6728
|
businessId: businessId,
|
|
6729
6729
|
futureId: futureId
|
|
6730
6730
|
}, opts.hyperMediaEndpoint);
|
|
6731
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
6731
|
+
return _context4.abrupt("return", request(_objectSpread$T({}, opts, {
|
|
6732
6732
|
path: pathBusinessFuture(businessId, futureId)
|
|
6733
6733
|
}), {
|
|
6734
6734
|
method: 'get'
|
|
@@ -6765,7 +6765,7 @@ var getFuture = /*#__PURE__*/function () {
|
|
|
6765
6765
|
utils_doesParamExist["default"]({
|
|
6766
6766
|
futureId: futureId
|
|
6767
6767
|
}, opts.hyperMediaEndpoint);
|
|
6768
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
6768
|
+
return _context5.abrupt("return", request(_objectSpread$T({}, opts, {
|
|
6769
6769
|
path: pathFuture(futureId)
|
|
6770
6770
|
}), {
|
|
6771
6771
|
method: 'get'
|
|
@@ -6802,7 +6802,7 @@ var getPaymentLink$1 = /*#__PURE__*/function () {
|
|
|
6802
6802
|
utils_doesParamExist["default"]({
|
|
6803
6803
|
futureId: futureId
|
|
6804
6804
|
}, opts.hyperMediaEndpoint);
|
|
6805
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
6805
|
+
return _context6.abrupt("return", request(_objectSpread$T({}, opts, {
|
|
6806
6806
|
path: pathPaymentLink(futureId)
|
|
6807
6807
|
}), {
|
|
6808
6808
|
method: 'get'
|
|
@@ -6840,7 +6840,7 @@ var sendProcessingRequest$1 = /*#__PURE__*/function () {
|
|
|
6840
6840
|
utils_doesParamExist["default"]({
|
|
6841
6841
|
futureId: futureId
|
|
6842
6842
|
}, opts.hyperMediaEndpoint);
|
|
6843
|
-
return _context7.abrupt("return", request(_objectSpread$
|
|
6843
|
+
return _context7.abrupt("return", request(_objectSpread$T({}, opts, {
|
|
6844
6844
|
path: pathProcessingRequests(futureId)
|
|
6845
6845
|
}), {
|
|
6846
6846
|
method: 'post',
|
|
@@ -6879,7 +6879,7 @@ var submit = /*#__PURE__*/function () {
|
|
|
6879
6879
|
utils_doesParamExist["default"]({
|
|
6880
6880
|
futureId: futureId
|
|
6881
6881
|
}, opts.hyperMediaEndpoint);
|
|
6882
|
-
return _context8.abrupt("return", request(_objectSpread$
|
|
6882
|
+
return _context8.abrupt("return", request(_objectSpread$T({}, opts, {
|
|
6883
6883
|
path: pathSubmits(futureId)
|
|
6884
6884
|
}), {
|
|
6885
6885
|
method: 'post',
|
|
@@ -6918,7 +6918,7 @@ var update = /*#__PURE__*/function () {
|
|
|
6918
6918
|
utils_doesParamExist["default"]({
|
|
6919
6919
|
futureId: futureId
|
|
6920
6920
|
}, opts.hyperMediaEndpoint);
|
|
6921
|
-
return _context9.abrupt("return", request(_objectSpread$
|
|
6921
|
+
return _context9.abrupt("return", request(_objectSpread$T({}, opts, {
|
|
6922
6922
|
path: pathFuture(futureId)
|
|
6923
6923
|
}), {
|
|
6924
6924
|
method: 'put',
|
|
@@ -6957,7 +6957,7 @@ var sendReceipt$1 = /*#__PURE__*/function () {
|
|
|
6957
6957
|
utils_doesParamExist["default"]({
|
|
6958
6958
|
futureId: futureId
|
|
6959
6959
|
}, opts.hyperMediaEndpoint);
|
|
6960
|
-
return _context10.abrupt("return", request(_objectSpread$
|
|
6960
|
+
return _context10.abrupt("return", request(_objectSpread$T({}, opts, {
|
|
6961
6961
|
path: pathSendReceipt(futureId)
|
|
6962
6962
|
}), {
|
|
6963
6963
|
method: 'post',
|
|
@@ -7002,9 +7002,9 @@ var futures = /*#__PURE__*/Object.freeze({
|
|
|
7002
7002
|
sendReceipt: sendReceipt$1
|
|
7003
7003
|
});
|
|
7004
7004
|
|
|
7005
|
-
function ownKeys$
|
|
7005
|
+
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; }
|
|
7006
7006
|
|
|
7007
|
-
function _objectSpread$
|
|
7007
|
+
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__default["default"](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; }
|
|
7008
7008
|
|
|
7009
7009
|
// @ts-expect-error TS(7006): Parameter 'businessId' implicitly has an 'any' typ... Remove this comment to see the full error message
|
|
7010
7010
|
var pathBusinessPatientHealthFundAccounts = function pathBusinessPatientHealthFundAccounts(businessId, patientId) {
|
|
@@ -7046,7 +7046,7 @@ var createMembersHealthFundAccount = /*#__PURE__*/function () {
|
|
|
7046
7046
|
utils_doesParamExist["default"]({
|
|
7047
7047
|
memberId: memberId
|
|
7048
7048
|
}, opts.hyperMediaEndpoint);
|
|
7049
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
7049
|
+
return _context.abrupt("return", request(_objectSpread$S({}, opts, {
|
|
7050
7050
|
path: "" + pathMemberHealthFundAccounts(memberId)
|
|
7051
7051
|
}), {
|
|
7052
7052
|
method: 'post',
|
|
@@ -7087,7 +7087,7 @@ var createBusinessPatientHealthFundAccount = /*#__PURE__*/function () {
|
|
|
7087
7087
|
businessId: businessId,
|
|
7088
7088
|
patientId: patientId
|
|
7089
7089
|
}, opts.hyperMediaEndpoint);
|
|
7090
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
7090
|
+
return _context2.abrupt("return", request(_objectSpread$S({}, opts, {
|
|
7091
7091
|
path: "" + pathBusinessPatientHealthFundAccounts(businessId, patientId)
|
|
7092
7092
|
}), {
|
|
7093
7093
|
method: 'post',
|
|
@@ -7127,7 +7127,7 @@ var deleteMembersHealthFundAccount = /*#__PURE__*/function () {
|
|
|
7127
7127
|
memberId: memberId,
|
|
7128
7128
|
healthFundAccountId: healthFundAccountId
|
|
7129
7129
|
}, opts.hyperMediaEndpoint);
|
|
7130
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
7130
|
+
return _context3.abrupt("return", request(_objectSpread$S({}, opts, {
|
|
7131
7131
|
path: pathMemberHealthFundAccounts(memberId) + "/" + healthFundAccountId
|
|
7132
7132
|
}), {
|
|
7133
7133
|
method: 'delete'
|
|
@@ -7168,7 +7168,7 @@ var deleteBusinessPatientHealthFundAccount = /*#__PURE__*/function () {
|
|
|
7168
7168
|
patientId: patientId,
|
|
7169
7169
|
healthFundAccountId: healthFundAccountId
|
|
7170
7170
|
}, opts.hyperMediaEndpoint);
|
|
7171
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
7171
|
+
return _context4.abrupt("return", request(_objectSpread$S({}, opts, {
|
|
7172
7172
|
path: "" + pathBusinessPatientHealthFundAccount(businessId, patientId, healthFundAccountId)
|
|
7173
7173
|
}), {
|
|
7174
7174
|
method: 'delete'
|
|
@@ -7206,7 +7206,7 @@ var getMembersHealthFundAccounts = /*#__PURE__*/function () {
|
|
|
7206
7206
|
utils_doesParamExist["default"]({
|
|
7207
7207
|
memberId: memberId
|
|
7208
7208
|
}, opts.hyperMediaEndpoint);
|
|
7209
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
7209
|
+
return _context5.abrupt("return", request(_objectSpread$S({}, opts, {
|
|
7210
7210
|
path: pathMemberHealthFundAccounts(memberId)
|
|
7211
7211
|
}), {
|
|
7212
7212
|
method: 'get',
|
|
@@ -7247,7 +7247,7 @@ var getBusinessPatientHealthFundAccounts = /*#__PURE__*/function () {
|
|
|
7247
7247
|
businessId: businessId,
|
|
7248
7248
|
patientId: patientId
|
|
7249
7249
|
}, opts.hyperMediaEndpoint);
|
|
7250
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
7250
|
+
return _context6.abrupt("return", request(_objectSpread$S({}, opts, {
|
|
7251
7251
|
path: pathBusinessPatientHealthFundAccounts(businessId, patientId)
|
|
7252
7252
|
}), {
|
|
7253
7253
|
method: 'get',
|
|
@@ -7287,7 +7287,7 @@ var getMembersHealthFundAccount = /*#__PURE__*/function () {
|
|
|
7287
7287
|
memberId: memberId,
|
|
7288
7288
|
healthFundAccountId: healthFundAccountId
|
|
7289
7289
|
}, opts.hyperMediaEndpoint);
|
|
7290
|
-
return _context7.abrupt("return", request(_objectSpread$
|
|
7290
|
+
return _context7.abrupt("return", request(_objectSpread$S({}, opts, {
|
|
7291
7291
|
path: pathMemberHealthFundAccount(memberId, healthFundAccountId)
|
|
7292
7292
|
}), {
|
|
7293
7293
|
method: 'get'
|
|
@@ -7328,7 +7328,7 @@ var getBusinessPatientHealthFundAccount = /*#__PURE__*/function () {
|
|
|
7328
7328
|
patientId: patientId,
|
|
7329
7329
|
healthFundAccountId: healthFundAccountId
|
|
7330
7330
|
}, opts.hyperMediaEndpoint);
|
|
7331
|
-
return _context8.abrupt("return", request(_objectSpread$
|
|
7331
|
+
return _context8.abrupt("return", request(_objectSpread$S({}, opts, {
|
|
7332
7332
|
path: pathBusinessPatientHealthFundAccount(businessId, patientId, healthFundAccountId)
|
|
7333
7333
|
}), {
|
|
7334
7334
|
method: 'get'
|
|
@@ -7368,7 +7368,7 @@ var updateMembersHealthFundAccounts = /*#__PURE__*/function () {
|
|
|
7368
7368
|
memberId: memberId,
|
|
7369
7369
|
healthFundAccountId: healthFundAccountId
|
|
7370
7370
|
}, opts.hyperMediaEndpoint);
|
|
7371
|
-
return _context9.abrupt("return", request(_objectSpread$
|
|
7371
|
+
return _context9.abrupt("return", request(_objectSpread$S({}, opts, {
|
|
7372
7372
|
path: pathMemberHealthFundAccounts(memberId) + "/" + healthFundAccountId
|
|
7373
7373
|
}), {
|
|
7374
7374
|
method: 'put',
|
|
@@ -7411,7 +7411,7 @@ var updateBusinessPatientHealthFundAccount = /*#__PURE__*/function () {
|
|
|
7411
7411
|
patientId: patientId,
|
|
7412
7412
|
healthFundAccountId: healthFundAccountId
|
|
7413
7413
|
}, opts.hyperMediaEndpoint);
|
|
7414
|
-
return _context10.abrupt("return", request(_objectSpread$
|
|
7414
|
+
return _context10.abrupt("return", request(_objectSpread$S({}, opts, {
|
|
7415
7415
|
path: "" + pathBusinessPatientHealthFundAccount(businessId, patientId, healthFundAccountId)
|
|
7416
7416
|
}), {
|
|
7417
7417
|
method: 'put',
|
|
@@ -7445,9 +7445,9 @@ var healthFundAccounts = /*#__PURE__*/Object.freeze({
|
|
|
7445
7445
|
updateBusinessPatientHealthFundAccount: updateBusinessPatientHealthFundAccount
|
|
7446
7446
|
});
|
|
7447
7447
|
|
|
7448
|
-
function ownKeys$
|
|
7448
|
+
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; }
|
|
7449
7449
|
|
|
7450
|
-
function _objectSpread$
|
|
7450
|
+
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__default["default"](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; }
|
|
7451
7451
|
|
|
7452
7452
|
// @ts-expect-error TS(7006): Parameter 'businessId' implicitly has an 'any' typ... Remove this comment to see the full error message
|
|
7453
7453
|
var pathBusinessPracticeStaffMemberHealthFundSettings = function pathBusinessPracticeStaffMemberHealthFundSettings(businessId, practiceId, staffId) {
|
|
@@ -7487,11 +7487,11 @@ var createHealthFundSetting = /*#__PURE__*/function () {
|
|
|
7487
7487
|
utils_doesParamExist["default"]({
|
|
7488
7488
|
healthFundId: healthFundId
|
|
7489
7489
|
}, opts.hyperMediaEndpoint);
|
|
7490
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
7490
|
+
return _context.abrupt("return", request(_objectSpread$R({}, opts, {
|
|
7491
7491
|
path: "" + pathHealthFundSettings(healthFundId)
|
|
7492
7492
|
}), {
|
|
7493
7493
|
method: 'post',
|
|
7494
|
-
data: _objectSpread$
|
|
7494
|
+
data: _objectSpread$R({
|
|
7495
7495
|
enabled: true
|
|
7496
7496
|
}, body)
|
|
7497
7497
|
}));
|
|
@@ -7528,7 +7528,7 @@ var deleteHealthFundSetting = /*#__PURE__*/function () {
|
|
|
7528
7528
|
utils_doesParamExist["default"]({
|
|
7529
7529
|
healthFundId: healthFundId
|
|
7530
7530
|
}, opts.hyperMediaEndpoint);
|
|
7531
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
7531
|
+
return _context2.abrupt("return", request(_objectSpread$R({}, opts, {
|
|
7532
7532
|
path: pathHealthFundSetting(healthFundId, healthFundSettingId)
|
|
7533
7533
|
}), {
|
|
7534
7534
|
method: 'delete'
|
|
@@ -7573,7 +7573,7 @@ var getHealthFundSettings = /*#__PURE__*/function () {
|
|
|
7573
7573
|
utils_doesParamExist["default"]({
|
|
7574
7574
|
healthFundId: healthFundId
|
|
7575
7575
|
}, opts.hyperMediaEndpoint);
|
|
7576
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
7576
|
+
return _context3.abrupt("return", request(_objectSpread$R({}, opts, {
|
|
7577
7577
|
path: pathHealthFundSettings(healthFundId)
|
|
7578
7578
|
}), {
|
|
7579
7579
|
method: 'get',
|
|
@@ -7623,7 +7623,7 @@ var getBusinessPracticeStaffMemberHealthFundSettings = /*#__PURE__*/function ()
|
|
|
7623
7623
|
practiceId: practiceId,
|
|
7624
7624
|
staffId: staffId
|
|
7625
7625
|
}, opts.hyperMediaEndpoint);
|
|
7626
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
7626
|
+
return _context4.abrupt("return", request(_objectSpread$R({}, opts, {
|
|
7627
7627
|
path: pathBusinessPracticeStaffMemberHealthFundSettings(businessId, practiceId, staffId)
|
|
7628
7628
|
}), {
|
|
7629
7629
|
method: 'get',
|
|
@@ -7664,7 +7664,7 @@ var updateHealthFundSetting = /*#__PURE__*/function () {
|
|
|
7664
7664
|
healthFundId: healthFundId,
|
|
7665
7665
|
healthFundSettingId: healthFundSettingId
|
|
7666
7666
|
}, opts.hyperMediaEndpoint);
|
|
7667
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
7667
|
+
return _context5.abrupt("return", request(_objectSpread$R({}, opts, {
|
|
7668
7668
|
path: pathHealthFundSetting(healthFundId, healthFundSettingId)
|
|
7669
7669
|
}), {
|
|
7670
7670
|
method: 'put',
|
|
@@ -7693,9 +7693,9 @@ var healthFundSettings = /*#__PURE__*/Object.freeze({
|
|
|
7693
7693
|
updateHealthFundSetting: updateHealthFundSetting
|
|
7694
7694
|
});
|
|
7695
7695
|
|
|
7696
|
-
function ownKeys$
|
|
7696
|
+
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; }
|
|
7697
7697
|
|
|
7698
|
-
function _objectSpread$
|
|
7698
|
+
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__default["default"](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; }
|
|
7699
7699
|
var PATH__HEALTH_FUNDS = '/healthfunds'; // @ts-expect-error TS(7006): Parameter 'healthFundId' implicitly has an 'any' t... Remove this comment to see the full error message
|
|
7700
7700
|
|
|
7701
7701
|
var pathHealthFund = function pathHealthFund(healthFundId) {
|
|
@@ -7742,7 +7742,7 @@ var getHealthFundsForAccount = /*#__PURE__*/function () {
|
|
|
7742
7742
|
utils_doesParamExist["default"]({
|
|
7743
7743
|
accountId: accountId
|
|
7744
7744
|
}, opts.hyperMediaEndpoint);
|
|
7745
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
7745
|
+
return _context.abrupt("return", request(_objectSpread$Q({}, opts, {
|
|
7746
7746
|
path: pathHealthFundsByAccountId(accountId)
|
|
7747
7747
|
}), {
|
|
7748
7748
|
method: 'get'
|
|
@@ -7784,7 +7784,7 @@ var getBusinessHealthFunds = /*#__PURE__*/function () {
|
|
|
7784
7784
|
utils_doesParamExist["default"]({
|
|
7785
7785
|
businessId: businessId
|
|
7786
7786
|
}, opts.hyperMediaEndpoint);
|
|
7787
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
7787
|
+
return _context2.abrupt("return", request(_objectSpread$Q({}, opts, {
|
|
7788
7788
|
path: pathBusinessHealthFunds(businessId)
|
|
7789
7789
|
}), {
|
|
7790
7790
|
method: 'get',
|
|
@@ -7819,7 +7819,7 @@ var getHealthFunds = /*#__PURE__*/function () {
|
|
|
7819
7819
|
opts = {};
|
|
7820
7820
|
}
|
|
7821
7821
|
|
|
7822
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
7822
|
+
return _context3.abrupt("return", request(_objectSpread$Q({}, opts, {
|
|
7823
7823
|
path: PATH__HEALTH_FUNDS
|
|
7824
7824
|
}), {
|
|
7825
7825
|
method: 'get',
|
|
@@ -7863,7 +7863,7 @@ var getOrganisationHealthFunds = /*#__PURE__*/function () {
|
|
|
7863
7863
|
utils_doesParamExist["default"]({
|
|
7864
7864
|
organisationId: organisationId
|
|
7865
7865
|
}, opts.hyperMediaEndpoint);
|
|
7866
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
7866
|
+
return _context4.abrupt("return", request(_objectSpread$Q({}, opts, {
|
|
7867
7867
|
path: pathOrganisationHealthFunds(organisationId)
|
|
7868
7868
|
}), {
|
|
7869
7869
|
method: 'get',
|
|
@@ -7899,7 +7899,7 @@ var createHealthFund = /*#__PURE__*/function () {
|
|
|
7899
7899
|
opts = {};
|
|
7900
7900
|
}
|
|
7901
7901
|
|
|
7902
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
7902
|
+
return _context5.abrupt("return", request(_objectSpread$Q({}, opts, {
|
|
7903
7903
|
path: PATH__HEALTH_FUNDS
|
|
7904
7904
|
}), {
|
|
7905
7905
|
method: 'post',
|
|
@@ -7937,7 +7937,7 @@ var getHealthFund = /*#__PURE__*/function () {
|
|
|
7937
7937
|
utils_doesParamExist["default"]({
|
|
7938
7938
|
healthFundId: healthFundId
|
|
7939
7939
|
}, opts.hyperMediaEndpoint);
|
|
7940
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
7940
|
+
return _context6.abrupt("return", request(_objectSpread$Q({}, opts, {
|
|
7941
7941
|
path: pathHealthFund(healthFundId)
|
|
7942
7942
|
}), {
|
|
7943
7943
|
method: 'get'
|
|
@@ -7975,7 +7975,7 @@ var updateHealthFund = /*#__PURE__*/function () {
|
|
|
7975
7975
|
utils_doesParamExist["default"]({
|
|
7976
7976
|
healthFundId: healthFundId
|
|
7977
7977
|
}, opts.hyperMediaEndpoint);
|
|
7978
|
-
return _context7.abrupt("return", request(_objectSpread$
|
|
7978
|
+
return _context7.abrupt("return", request(_objectSpread$Q({}, opts, {
|
|
7979
7979
|
path: pathHealthFund(healthFundId)
|
|
7980
7980
|
}), {
|
|
7981
7981
|
method: 'put',
|
|
@@ -8013,7 +8013,7 @@ var deleteHealthFund = /*#__PURE__*/function () {
|
|
|
8013
8013
|
utils_doesParamExist["default"]({
|
|
8014
8014
|
healthFundId: healthFundId
|
|
8015
8015
|
}, opts.hyperMediaEndpoint);
|
|
8016
|
-
return _context8.abrupt("return", request(_objectSpread$
|
|
8016
|
+
return _context8.abrupt("return", request(_objectSpread$Q({}, opts, {
|
|
8017
8017
|
path: pathHealthFund(healthFundId)
|
|
8018
8018
|
}), {
|
|
8019
8019
|
method: 'delete'
|
|
@@ -8106,7 +8106,7 @@ var verifyMember = /*#__PURE__*/function () {
|
|
|
8106
8106
|
healthFundId: healthFundId,
|
|
8107
8107
|
body: body
|
|
8108
8108
|
}, opts.hyperMediaEndpoint);
|
|
8109
|
-
return _context10.abrupt("return", request(_objectSpread$
|
|
8109
|
+
return _context10.abrupt("return", request(_objectSpread$Q({}, opts, {
|
|
8110
8110
|
path: "" + pathHealthFundVerifyMember(healthFundId)
|
|
8111
8111
|
}), {
|
|
8112
8112
|
method: 'post',
|
|
@@ -8141,9 +8141,9 @@ var healthfunds = /*#__PURE__*/Object.freeze({
|
|
|
8141
8141
|
verifyMember: verifyMember
|
|
8142
8142
|
});
|
|
8143
8143
|
|
|
8144
|
-
function ownKeys$
|
|
8144
|
+
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; }
|
|
8145
8145
|
|
|
8146
|
-
function _objectSpread$
|
|
8146
|
+
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__default["default"](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; }
|
|
8147
8147
|
var pathICDItems = '/icditems'; // @ts-expect-error TS(7006): Parameter 'modalityId' implicitly has an 'any' typ... Remove this comment to see the full error message
|
|
8148
8148
|
|
|
8149
8149
|
var pathModalityICDItems = function pathModalityICDItems(modalityId) {
|
|
@@ -8172,7 +8172,7 @@ var getICDItems = /*#__PURE__*/function () {
|
|
|
8172
8172
|
};
|
|
8173
8173
|
}
|
|
8174
8174
|
|
|
8175
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
8175
|
+
return _context.abrupt("return", request(_objectSpread$P({}, opts, {
|
|
8176
8176
|
path: pathICDItems
|
|
8177
8177
|
}), {
|
|
8178
8178
|
method: 'get',
|
|
@@ -8217,7 +8217,7 @@ var getModalityICDItems = /*#__PURE__*/function () {
|
|
|
8217
8217
|
utils_doesParamExist["default"]({
|
|
8218
8218
|
modalityId: modalityId
|
|
8219
8219
|
}, opts.hyperMediaEndpoint);
|
|
8220
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
8220
|
+
return _context2.abrupt("return", request(_objectSpread$P({}, opts, {
|
|
8221
8221
|
path: pathModalityICDItems(modalityId)
|
|
8222
8222
|
}), {
|
|
8223
8223
|
method: 'get',
|
|
@@ -8243,9 +8243,9 @@ var icdItems = /*#__PURE__*/Object.freeze({
|
|
|
8243
8243
|
getModalityICDItems: getModalityICDItems
|
|
8244
8244
|
});
|
|
8245
8245
|
|
|
8246
|
-
function ownKeys$
|
|
8246
|
+
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; }
|
|
8247
8247
|
|
|
8248
|
-
function _objectSpread$
|
|
8248
|
+
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__default["default"](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; }
|
|
8249
8249
|
var pathInvoiceScansByBusinessId = function pathInvoiceScansByBusinessId(businessId) {
|
|
8250
8250
|
return "/businesses/" + businessId + "/invoicescans";
|
|
8251
8251
|
};
|
|
@@ -8275,7 +8275,7 @@ var createInvoiceScan = /*#__PURE__*/function () {
|
|
|
8275
8275
|
utils_doesParamExist["default"]({
|
|
8276
8276
|
businessId: businessId
|
|
8277
8277
|
}, opts.hyperMediaEndpoint);
|
|
8278
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
8278
|
+
return _context.abrupt("return", request(_objectSpread$O({}, opts, {
|
|
8279
8279
|
path: pathInvoiceScansByBusinessId(businessId)
|
|
8280
8280
|
}), {
|
|
8281
8281
|
method: 'post',
|
|
@@ -8316,7 +8316,7 @@ var getInvoiceScan = /*#__PURE__*/function () {
|
|
|
8316
8316
|
businessId: businessId,
|
|
8317
8317
|
invoiceScanId: invoiceScanId
|
|
8318
8318
|
}, opts.hyperMediaEndpoint);
|
|
8319
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
8319
|
+
return _context2.abrupt("return", request(_objectSpread$O({}, opts, {
|
|
8320
8320
|
path: pathInvoiceScanByInvoiceScanId(businessId, invoiceScanId)
|
|
8321
8321
|
}), {
|
|
8322
8322
|
method: 'get'
|
|
@@ -8349,7 +8349,7 @@ var getInvoiceScanUploadUrl = function getInvoiceScanUploadUrl(businessId, query
|
|
|
8349
8349
|
utils_doesParamExist["default"]({
|
|
8350
8350
|
businessId: businessId
|
|
8351
8351
|
}, opts.hyperMediaEndpoint);
|
|
8352
|
-
return request(_objectSpread$
|
|
8352
|
+
return request(_objectSpread$O({}, opts, {
|
|
8353
8353
|
path: pathUploadUrlByBusinessId(businessId)
|
|
8354
8354
|
}), {
|
|
8355
8355
|
method: 'get',
|
|
@@ -8367,9 +8367,9 @@ var invoiceScans = /*#__PURE__*/Object.freeze({
|
|
|
8367
8367
|
getInvoiceScanUploadUrl: getInvoiceScanUploadUrl
|
|
8368
8368
|
});
|
|
8369
8369
|
|
|
8370
|
-
function ownKeys$
|
|
8370
|
+
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; }
|
|
8371
8371
|
|
|
8372
|
-
function _objectSpread$
|
|
8372
|
+
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__default["default"](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; }
|
|
8373
8373
|
var PATH__JHCS = "/jointhealthcentres";
|
|
8374
8374
|
var pathJHC = function pathJHC(jhcId) {
|
|
8375
8375
|
return "/jointhealthcentres/" + jhcId;
|
|
@@ -8382,7 +8382,7 @@ var getJHC = function getJHC(jhcId, opts) {
|
|
|
8382
8382
|
utils_doesParamExist["default"]({
|
|
8383
8383
|
jhcId: jhcId
|
|
8384
8384
|
}, opts.hyperMediaEndpoint);
|
|
8385
|
-
return request(_objectSpread$
|
|
8385
|
+
return request(_objectSpread$N({}, opts, {
|
|
8386
8386
|
path: pathJHC(jhcId)
|
|
8387
8387
|
}), {
|
|
8388
8388
|
method: 'get'
|
|
@@ -8393,7 +8393,7 @@ var getJHCs = function getJHCs(query, opts) {
|
|
|
8393
8393
|
opts = {};
|
|
8394
8394
|
}
|
|
8395
8395
|
|
|
8396
|
-
return request(_objectSpread$
|
|
8396
|
+
return request(_objectSpread$N({}, opts, {
|
|
8397
8397
|
path: PATH__JHCS
|
|
8398
8398
|
}), {
|
|
8399
8399
|
method: 'get',
|
|
@@ -8409,9 +8409,9 @@ var jhcs = /*#__PURE__*/Object.freeze({
|
|
|
8409
8409
|
getJHCs: getJHCs
|
|
8410
8410
|
});
|
|
8411
8411
|
|
|
8412
|
-
function ownKeys$
|
|
8412
|
+
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; }
|
|
8413
8413
|
|
|
8414
|
-
function _objectSpread$
|
|
8414
|
+
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__default["default"](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; }
|
|
8415
8415
|
var pathBusinessKyc = function pathBusinessKyc(businessId) {
|
|
8416
8416
|
return "/businesses/" + businessId + "/kyc";
|
|
8417
8417
|
};
|
|
@@ -8468,7 +8468,7 @@ var getBusinessKyc = function getBusinessKyc(businessId, opts) {
|
|
|
8468
8468
|
utils_doesParamExist["default"]({
|
|
8469
8469
|
businessId: businessId
|
|
8470
8470
|
}, opts.hyperMediaEndpoint);
|
|
8471
|
-
return request(_objectSpread$
|
|
8471
|
+
return request(_objectSpread$M({}, opts, {
|
|
8472
8472
|
path: pathBusinessKyc(businessId)
|
|
8473
8473
|
}), {
|
|
8474
8474
|
method: 'get'
|
|
@@ -8490,7 +8490,7 @@ var getPracticeKyc = function getPracticeKyc(businessId, practiceId, opts) {
|
|
|
8490
8490
|
businessId: businessId,
|
|
8491
8491
|
practiceId: practiceId
|
|
8492
8492
|
}, opts.hyperMediaEndpoint);
|
|
8493
|
-
return request(_objectSpread$
|
|
8493
|
+
return request(_objectSpread$M({}, opts, {
|
|
8494
8494
|
path: pathPracticeKyc(businessId, practiceId)
|
|
8495
8495
|
}), {
|
|
8496
8496
|
method: 'get'
|
|
@@ -8511,7 +8511,7 @@ var updateBusinessKyc = function updateBusinessKyc(businessId, body, opts) {
|
|
|
8511
8511
|
utils_doesParamExist["default"]({
|
|
8512
8512
|
businessId: businessId
|
|
8513
8513
|
}, opts.hyperMediaEndpoint);
|
|
8514
|
-
return request(_objectSpread$
|
|
8514
|
+
return request(_objectSpread$M({}, opts, {
|
|
8515
8515
|
path: pathBusinessKyc(businessId)
|
|
8516
8516
|
}), {
|
|
8517
8517
|
method: 'put',
|
|
@@ -8537,7 +8537,7 @@ var getBusinessCbo = function getBusinessCbo(businessId, query, opts) {
|
|
|
8537
8537
|
utils_doesParamExist["default"]({
|
|
8538
8538
|
businessId: businessId
|
|
8539
8539
|
}, opts.hyperMediaEndpoint);
|
|
8540
|
-
return request(_objectSpread$
|
|
8540
|
+
return request(_objectSpread$M({}, opts, {
|
|
8541
8541
|
path: pathBusinessCbo(businessId)
|
|
8542
8542
|
}), {
|
|
8543
8543
|
method: 'get',
|
|
@@ -8558,7 +8558,7 @@ var verifyBusinessKyc = function verifyBusinessKyc(businessId, opts) {
|
|
|
8558
8558
|
utils_doesParamExist["default"]({
|
|
8559
8559
|
businessId: businessId
|
|
8560
8560
|
}, opts.hyperMediaEndpoint);
|
|
8561
|
-
return request(_objectSpread$
|
|
8561
|
+
return request(_objectSpread$M({}, opts, {
|
|
8562
8562
|
path: pathBusinessKycVerify(businessId)
|
|
8563
8563
|
}), {
|
|
8564
8564
|
method: 'post'
|
|
@@ -8580,7 +8580,7 @@ var verifyPracticeKyc = function verifyPracticeKyc(businessId, practiceId, body,
|
|
|
8580
8580
|
businessId: businessId,
|
|
8581
8581
|
practiceId: practiceId
|
|
8582
8582
|
}, opts.hyperMediaEndpoint);
|
|
8583
|
-
return request(_objectSpread$
|
|
8583
|
+
return request(_objectSpread$M({}, opts, {
|
|
8584
8584
|
path: pathPracticeKycVerify(businessId, practiceId)
|
|
8585
8585
|
}), {
|
|
8586
8586
|
method: 'post',
|
|
@@ -8601,7 +8601,7 @@ var unverifyBusinessKyc = function unverifyBusinessKyc(businessId, opts) {
|
|
|
8601
8601
|
utils_doesParamExist["default"]({
|
|
8602
8602
|
businessId: businessId
|
|
8603
8603
|
}, opts.hyperMediaEndpoint);
|
|
8604
|
-
return request(_objectSpread$
|
|
8604
|
+
return request(_objectSpread$M({}, opts, {
|
|
8605
8605
|
path: pathBusinessKycUnverify(businessId)
|
|
8606
8606
|
}), {
|
|
8607
8607
|
method: 'post'
|
|
@@ -8623,7 +8623,7 @@ var unverifyPracticeKyc = function unverifyPracticeKyc(businessId, practiceId, o
|
|
|
8623
8623
|
businessId: businessId,
|
|
8624
8624
|
practiceId: practiceId
|
|
8625
8625
|
}, opts.hyperMediaEndpoint);
|
|
8626
|
-
return request(_objectSpread$
|
|
8626
|
+
return request(_objectSpread$M({}, opts, {
|
|
8627
8627
|
path: pathPracticeKycUnverify(businessId, practiceId)
|
|
8628
8628
|
}), {
|
|
8629
8629
|
method: 'post'
|
|
@@ -8644,7 +8644,7 @@ var verifyBusinessBeneficialOwner = function verifyBusinessBeneficialOwner(busin
|
|
|
8644
8644
|
utils_doesParamExist["default"]({
|
|
8645
8645
|
businessId: businessId
|
|
8646
8646
|
}, opts.hyperMediaEndpoint);
|
|
8647
|
-
return request(_objectSpread$
|
|
8647
|
+
return request(_objectSpread$M({}, opts, {
|
|
8648
8648
|
path: pathBusinessVerifyBeneficialOwner(businessId)
|
|
8649
8649
|
}), {
|
|
8650
8650
|
method: 'post',
|
|
@@ -8666,7 +8666,7 @@ var requestVerificationSupport = function requestVerificationSupport(businessId,
|
|
|
8666
8666
|
utils_doesParamExist["default"]({
|
|
8667
8667
|
businessId: businessId
|
|
8668
8668
|
}, opts.hyperMediaEndpoint);
|
|
8669
|
-
return request(_objectSpread$
|
|
8669
|
+
return request(_objectSpread$M({}, opts, {
|
|
8670
8670
|
path: pathRequestVerificationSupport(businessId)
|
|
8671
8671
|
}), {
|
|
8672
8672
|
method: 'post',
|
|
@@ -8688,7 +8688,7 @@ var addBeneficialOwner = function addBeneficialOwner(businessId, body, opts) {
|
|
|
8688
8688
|
utils_doesParamExist["default"]({
|
|
8689
8689
|
businessId: businessId
|
|
8690
8690
|
}, opts.hyperMediaEndpoint);
|
|
8691
|
-
return request(_objectSpread$
|
|
8691
|
+
return request(_objectSpread$M({}, opts, {
|
|
8692
8692
|
path: pathBusinessAddBeneficialOwner(businessId)
|
|
8693
8693
|
}), {
|
|
8694
8694
|
method: 'post',
|
|
@@ -8711,7 +8711,7 @@ var removeBeneficialOwner = function removeBeneficialOwner(businessId, beneficia
|
|
|
8711
8711
|
utils_doesParamExist["default"]({
|
|
8712
8712
|
businessId: businessId
|
|
8713
8713
|
}, opts.hyperMediaEndpoint);
|
|
8714
|
-
return request(_objectSpread$
|
|
8714
|
+
return request(_objectSpread$M({}, opts, {
|
|
8715
8715
|
path: pathBusinessRemoveBeneficialOwner(businessId, beneficialOwnerId)
|
|
8716
8716
|
}), {
|
|
8717
8717
|
method: 'delete'
|
|
@@ -8731,7 +8731,7 @@ var resumeComplexVerification = function resumeComplexVerification(businessId, o
|
|
|
8731
8731
|
utils_doesParamExist["default"]({
|
|
8732
8732
|
businessId: businessId
|
|
8733
8733
|
}, opts.hyperMediaEndpoint);
|
|
8734
|
-
return request(_objectSpread$
|
|
8734
|
+
return request(_objectSpread$M({}, opts, {
|
|
8735
8735
|
path: pathResumeComplexVerification(businessId)
|
|
8736
8736
|
}), {
|
|
8737
8737
|
method: 'post'
|
|
@@ -8752,7 +8752,7 @@ var getTrustDocumentUploadUrl = function getTrustDocumentUploadUrl(businessId, q
|
|
|
8752
8752
|
utils_doesParamExist["default"]({
|
|
8753
8753
|
businessId: businessId
|
|
8754
8754
|
}, opts.hyperMediaEndpoint);
|
|
8755
|
-
return request(_objectSpread$
|
|
8755
|
+
return request(_objectSpread$M({}, opts, {
|
|
8756
8756
|
path: pathGetTrustDocumentUploadUrl(businessId)
|
|
8757
8757
|
}), {
|
|
8758
8758
|
method: 'get',
|
|
@@ -8770,7 +8770,7 @@ var getBusinessKycPin = function getBusinessKycPin(businessId, opts) {
|
|
|
8770
8770
|
opts = {};
|
|
8771
8771
|
}
|
|
8772
8772
|
|
|
8773
|
-
return request(_objectSpread$
|
|
8773
|
+
return request(_objectSpread$M({}, opts, {
|
|
8774
8774
|
path: pathBusinessKycPin(businessId)
|
|
8775
8775
|
}), {
|
|
8776
8776
|
method: 'get'
|
|
@@ -8810,9 +8810,9 @@ var kyc = /*#__PURE__*/Object.freeze({
|
|
|
8810
8810
|
getBusinessKycPin: getBusinessKycPin
|
|
8811
8811
|
});
|
|
8812
8812
|
|
|
8813
|
-
function ownKeys$
|
|
8813
|
+
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; }
|
|
8814
8814
|
|
|
8815
|
-
function _objectSpread$
|
|
8815
|
+
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__default["default"](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; }
|
|
8816
8816
|
var pathLog = function pathLog() {
|
|
8817
8817
|
return "/logs";
|
|
8818
8818
|
};
|
|
@@ -8830,7 +8830,7 @@ var createLog = function createLog(body, opts) {
|
|
|
8830
8830
|
opts = {};
|
|
8831
8831
|
}
|
|
8832
8832
|
|
|
8833
|
-
return request(_objectSpread$
|
|
8833
|
+
return request(_objectSpread$L({}, opts, {
|
|
8834
8834
|
path: pathLog()
|
|
8835
8835
|
}), {
|
|
8836
8836
|
method: 'post',
|
|
@@ -8852,7 +8852,7 @@ var createBusinessLog = function createBusinessLog(businessId, body, opts) {
|
|
|
8852
8852
|
utils_doesParamExist["default"]({
|
|
8853
8853
|
businessId: businessId
|
|
8854
8854
|
});
|
|
8855
|
-
return request(_objectSpread$
|
|
8855
|
+
return request(_objectSpread$L({}, opts, {
|
|
8856
8856
|
path: pathBusinessLog(businessId)
|
|
8857
8857
|
}), {
|
|
8858
8858
|
method: 'post',
|
|
@@ -8868,9 +8868,9 @@ var logs = /*#__PURE__*/Object.freeze({
|
|
|
8868
8868
|
createBusinessLog: createBusinessLog
|
|
8869
8869
|
});
|
|
8870
8870
|
|
|
8871
|
-
function ownKeys$
|
|
8871
|
+
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; }
|
|
8872
8872
|
|
|
8873
|
-
function _objectSpread$
|
|
8873
|
+
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__default["default"](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; }
|
|
8874
8874
|
var pathBusinessMessageMappings = function pathBusinessMessageMappings(businessId) {
|
|
8875
8875
|
return "/businesses/" + businessId + "/messagemappings";
|
|
8876
8876
|
};
|
|
@@ -8889,7 +8889,7 @@ var getBusinessMessageMappings = function getBusinessMessageMappings(businessId,
|
|
|
8889
8889
|
utils_doesParamExist["default"]({
|
|
8890
8890
|
businessId: businessId
|
|
8891
8891
|
}, opts.hyperMediaEndpoint);
|
|
8892
|
-
return request(_objectSpread$
|
|
8892
|
+
return request(_objectSpread$K({}, opts, {
|
|
8893
8893
|
path: pathBusinessMessageMappings(businessId)
|
|
8894
8894
|
}), {
|
|
8895
8895
|
method: 'get',
|
|
@@ -8903,9 +8903,9 @@ var messageMappings = /*#__PURE__*/Object.freeze({
|
|
|
8903
8903
|
getBusinessMessageMappings: getBusinessMessageMappings
|
|
8904
8904
|
});
|
|
8905
8905
|
|
|
8906
|
-
function ownKeys$
|
|
8906
|
+
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; }
|
|
8907
8907
|
|
|
8908
|
-
function _objectSpread$
|
|
8908
|
+
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__default["default"](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; }
|
|
8909
8909
|
|
|
8910
8910
|
// @ts-expect-error TS(7006): Parameter 'healthFundId' implicitly has an 'any' t... Remove this comment to see the full error message
|
|
8911
8911
|
var pathMinionsForHealthFund = function pathMinionsForHealthFund(healthFundId) {
|
|
@@ -8944,12 +8944,12 @@ var createMinionForHealthFund = /*#__PURE__*/function () {
|
|
|
8944
8944
|
triggerId: triggerId,
|
|
8945
8945
|
actionId: actionId
|
|
8946
8946
|
}, opts.hyperMediaEndpoint);
|
|
8947
|
-
data = _objectSpread$
|
|
8947
|
+
data = _objectSpread$J({
|
|
8948
8948
|
name: name,
|
|
8949
8949
|
triggerId: triggerId,
|
|
8950
8950
|
actionId: actionId
|
|
8951
8951
|
}, body);
|
|
8952
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
8952
|
+
return _context.abrupt("return", request(_objectSpread$J({}, opts, {
|
|
8953
8953
|
path: pathMinionsForHealthFund(healthFundId)
|
|
8954
8954
|
}), {
|
|
8955
8955
|
method: 'post',
|
|
@@ -8989,7 +8989,7 @@ var getMinionsForHealthFund = /*#__PURE__*/function () {
|
|
|
8989
8989
|
opts = {};
|
|
8990
8990
|
}
|
|
8991
8991
|
|
|
8992
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
8992
|
+
return _context2.abrupt("return", request(_objectSpread$J({}, opts, {
|
|
8993
8993
|
path: pathMinionsForHealthFund(healthFundId)
|
|
8994
8994
|
}), {
|
|
8995
8995
|
method: 'get',
|
|
@@ -9029,7 +9029,7 @@ var getMinionForHealthFund = /*#__PURE__*/function () {
|
|
|
9029
9029
|
healthFundId: healthFundId,
|
|
9030
9030
|
minionId: minionId
|
|
9031
9031
|
}, opts.hyperMediaEndpoint);
|
|
9032
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
9032
|
+
return _context3.abrupt("return", request(_objectSpread$J({}, opts, {
|
|
9033
9033
|
path: pathMinionForHealthFund(healthFundId, minionId)
|
|
9034
9034
|
}), {
|
|
9035
9035
|
method: 'get'
|
|
@@ -9069,7 +9069,7 @@ var updateMinionForHealthFund = /*#__PURE__*/function () {
|
|
|
9069
9069
|
healthFundId: healthFundId,
|
|
9070
9070
|
minionId: minionId
|
|
9071
9071
|
}, opts.hyperMediaEndpoint);
|
|
9072
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
9072
|
+
return _context4.abrupt("return", request(_objectSpread$J({}, opts, {
|
|
9073
9073
|
path: pathMinionForHealthFund(healthFundId, minionId)
|
|
9074
9074
|
}), {
|
|
9075
9075
|
method: 'put',
|
|
@@ -9109,7 +9109,7 @@ var deleteMinionForHealthFund = /*#__PURE__*/function () {
|
|
|
9109
9109
|
healthFundId: healthFundId,
|
|
9110
9110
|
minionId: minionId
|
|
9111
9111
|
}, opts.hyperMediaEndpoint);
|
|
9112
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
9112
|
+
return _context5.abrupt("return", request(_objectSpread$J({}, opts, {
|
|
9113
9113
|
path: pathMinionForHealthFund(healthFundId, minionId)
|
|
9114
9114
|
}), {
|
|
9115
9115
|
method: 'delete'
|
|
@@ -9137,9 +9137,9 @@ var minions = /*#__PURE__*/Object.freeze({
|
|
|
9137
9137
|
deleteMinionForHealthFund: deleteMinionForHealthFund
|
|
9138
9138
|
});
|
|
9139
9139
|
|
|
9140
|
-
function ownKeys$
|
|
9140
|
+
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; }
|
|
9141
9141
|
|
|
9142
|
-
function _objectSpread$
|
|
9142
|
+
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__default["default"](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; }
|
|
9143
9143
|
var PATH__MODALITIES = '/modalities'; // @ts-expect-error TS(7006): Parameter 'modalityId' implicitly has an 'any' typ... Remove this comment to see the full error message
|
|
9144
9144
|
|
|
9145
9145
|
var pathModality = function pathModality(modalityId) {
|
|
@@ -9172,7 +9172,7 @@ var getBusinessModalities = /*#__PURE__*/function () {
|
|
|
9172
9172
|
utils_doesParamExist["default"]({
|
|
9173
9173
|
businessId: businessId
|
|
9174
9174
|
}, opts.hyperMediaEndpoint);
|
|
9175
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
9175
|
+
return _context.abrupt("return", request(_objectSpread$I({}, opts, {
|
|
9176
9176
|
path: pathBusinessModalities(businessId)
|
|
9177
9177
|
}), {
|
|
9178
9178
|
method: 'get'
|
|
@@ -9212,7 +9212,7 @@ var getModalities = /*#__PURE__*/function () {
|
|
|
9212
9212
|
};
|
|
9213
9213
|
}
|
|
9214
9214
|
|
|
9215
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
9215
|
+
return _context2.abrupt("return", request(_objectSpread$I({}, opts, {
|
|
9216
9216
|
path: PATH__MODALITIES
|
|
9217
9217
|
}), {
|
|
9218
9218
|
method: 'get',
|
|
@@ -9249,7 +9249,7 @@ var getModality = /*#__PURE__*/function () {
|
|
|
9249
9249
|
};
|
|
9250
9250
|
}
|
|
9251
9251
|
|
|
9252
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
9252
|
+
return _context3.abrupt("return", request(_objectSpread$I({}, opts, {
|
|
9253
9253
|
path: pathModality(modalityId)
|
|
9254
9254
|
}), {
|
|
9255
9255
|
method: 'get'
|
|
@@ -9275,9 +9275,9 @@ var modalities = /*#__PURE__*/Object.freeze({
|
|
|
9275
9275
|
getModality: getModality
|
|
9276
9276
|
});
|
|
9277
9277
|
|
|
9278
|
-
function ownKeys$
|
|
9278
|
+
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; }
|
|
9279
9279
|
|
|
9280
|
-
function _objectSpread$
|
|
9280
|
+
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__default["default"](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; }
|
|
9281
9281
|
var pathHealthFundDocumentNotes = function pathHealthFundDocumentNotes(healthFundId, documentId) {
|
|
9282
9282
|
return "/healthfunds/" + healthFundId + "/documents/" + documentId + "/notes";
|
|
9283
9283
|
};
|
|
@@ -9305,7 +9305,7 @@ var createHealthFundDocumentNote = function createHealthFundDocumentNote(healthF
|
|
|
9305
9305
|
healthFundId: healthFundId,
|
|
9306
9306
|
documentId: documentId
|
|
9307
9307
|
}, opts.hyperMediaEndpoint);
|
|
9308
|
-
return request(_objectSpread$
|
|
9308
|
+
return request(_objectSpread$H({}, opts, {
|
|
9309
9309
|
path: pathHealthFundDocumentNotes(healthFundId, documentId)
|
|
9310
9310
|
}), {
|
|
9311
9311
|
method: 'post',
|
|
@@ -9321,7 +9321,7 @@ var getHealthFundDocumentNotes = function getHealthFundDocumentNotes(healthFundI
|
|
|
9321
9321
|
healthFundId: healthFundId,
|
|
9322
9322
|
documentId: documentId
|
|
9323
9323
|
}, opts.hyperMediaEndpoint);
|
|
9324
|
-
return request(_objectSpread$
|
|
9324
|
+
return request(_objectSpread$H({}, opts, {
|
|
9325
9325
|
path: pathHealthFundDocumentNotes(healthFundId, documentId)
|
|
9326
9326
|
}), {
|
|
9327
9327
|
method: 'get'
|
|
@@ -9336,7 +9336,7 @@ var getHealthFundTransactionNote = function getHealthFundTransactionNote(healthF
|
|
|
9336
9336
|
healthFundId: healthFundId,
|
|
9337
9337
|
transactionId: transactionId
|
|
9338
9338
|
}, opts.hyperMediaEndpoint);
|
|
9339
|
-
return request(_objectSpread$
|
|
9339
|
+
return request(_objectSpread$H({}, opts, {
|
|
9340
9340
|
path: pathHealthFundTransactionNote(healthFundId, transactionId)
|
|
9341
9341
|
}), {
|
|
9342
9342
|
method: 'get'
|
|
@@ -9351,7 +9351,7 @@ var getHealthFundNote = function getHealthFundNote(healthFundId, noteId, opts) {
|
|
|
9351
9351
|
healthFundId: healthFundId,
|
|
9352
9352
|
noteId: noteId
|
|
9353
9353
|
}, opts.hyperMediaEndpoint);
|
|
9354
|
-
return request(_objectSpread$
|
|
9354
|
+
return request(_objectSpread$H({}, opts, {
|
|
9355
9355
|
path: pathHealthFundNote(healthFundId, noteId)
|
|
9356
9356
|
}), {
|
|
9357
9357
|
method: 'get'
|
|
@@ -9365,7 +9365,7 @@ var getTransactionNotes = function getTransactionNotes(transactionId, query, opt
|
|
|
9365
9365
|
utils_doesParamExist["default"]({
|
|
9366
9366
|
transactionId: transactionId
|
|
9367
9367
|
}, opts.hyperMediaEndpoint);
|
|
9368
|
-
return request(_objectSpread$
|
|
9368
|
+
return request(_objectSpread$H({}, opts, {
|
|
9369
9369
|
path: pathTransactionNotes(transactionId)
|
|
9370
9370
|
}), {
|
|
9371
9371
|
method: 'get',
|
|
@@ -9381,7 +9381,7 @@ var getTransactionNote = function getTransactionNote(businessId, transactionId,
|
|
|
9381
9381
|
businessId: businessId,
|
|
9382
9382
|
transactionId: transactionId
|
|
9383
9383
|
}, opts.hyperMediaEndpoint);
|
|
9384
|
-
return request(_objectSpread$
|
|
9384
|
+
return request(_objectSpread$H({}, opts, {
|
|
9385
9385
|
path: pathGetTransactionNote(businessId, transactionId)
|
|
9386
9386
|
}), {
|
|
9387
9387
|
method: 'get'
|
|
@@ -9395,7 +9395,7 @@ var addTransactionNote = function addTransactionNote(transactionId, body, opts)
|
|
|
9395
9395
|
utils_doesParamExist["default"]({
|
|
9396
9396
|
transactionId: transactionId
|
|
9397
9397
|
}, opts.hyperMediaEndpoint);
|
|
9398
|
-
return request(_objectSpread$
|
|
9398
|
+
return request(_objectSpread$H({}, opts, {
|
|
9399
9399
|
path: pathTransactionNotes(transactionId)
|
|
9400
9400
|
}), {
|
|
9401
9401
|
method: 'post',
|
|
@@ -9411,7 +9411,7 @@ var deleteTransactionNote = function deleteTransactionNote(transactionId, transa
|
|
|
9411
9411
|
transactionId: transactionId,
|
|
9412
9412
|
transactionNoteId: transactionNoteId
|
|
9413
9413
|
}, opts.hyperMediaEndpoint);
|
|
9414
|
-
return request(_objectSpread$
|
|
9414
|
+
return request(_objectSpread$H({}, opts, {
|
|
9415
9415
|
path: pathTransactionNote(transactionId, transactionNoteId)
|
|
9416
9416
|
}), {
|
|
9417
9417
|
method: 'delete'
|
|
@@ -9426,7 +9426,7 @@ var updateHealthFundNote = function updateHealthFundNote(healthFundId, noteId, b
|
|
|
9426
9426
|
healthFundId: healthFundId,
|
|
9427
9427
|
noteId: noteId
|
|
9428
9428
|
}, opts.hyperMediaEndpoint);
|
|
9429
|
-
return request(_objectSpread$
|
|
9429
|
+
return request(_objectSpread$H({}, opts, {
|
|
9430
9430
|
path: pathHealthFundNote(healthFundId, noteId)
|
|
9431
9431
|
}), {
|
|
9432
9432
|
method: 'put',
|
|
@@ -9442,7 +9442,7 @@ var deleteHealthFundNote = function deleteHealthFundNote(healthFundId, noteId, o
|
|
|
9442
9442
|
healthFundId: healthFundId,
|
|
9443
9443
|
noteId: noteId
|
|
9444
9444
|
}, opts.hyperMediaEndpoint);
|
|
9445
|
-
return request(_objectSpread$
|
|
9445
|
+
return request(_objectSpread$H({}, opts, {
|
|
9446
9446
|
path: pathHealthFundNote(healthFundId, noteId)
|
|
9447
9447
|
}), {
|
|
9448
9448
|
method: 'delete'
|
|
@@ -9469,9 +9469,9 @@ var notes = /*#__PURE__*/Object.freeze({
|
|
|
9469
9469
|
deleteHealthFundNote: deleteHealthFundNote
|
|
9470
9470
|
});
|
|
9471
9471
|
|
|
9472
|
-
function ownKeys$
|
|
9472
|
+
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; }
|
|
9473
9473
|
|
|
9474
|
-
function _objectSpread$
|
|
9474
|
+
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__default["default"](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; }
|
|
9475
9475
|
var pathPracticeOnboardingApplications = function pathPracticeOnboardingApplications(practiceId) {
|
|
9476
9476
|
return "/practices/" + practiceId + "/onboardingapplications";
|
|
9477
9477
|
};
|
|
@@ -9502,7 +9502,7 @@ var submitPracticeOnboardingApplication = function submitPracticeOnboardingAppli
|
|
|
9502
9502
|
utils_doesParamExist["default"]({
|
|
9503
9503
|
practiceId: practiceId
|
|
9504
9504
|
});
|
|
9505
|
-
return request(_objectSpread$
|
|
9505
|
+
return request(_objectSpread$G({}, opts, {
|
|
9506
9506
|
path: pathPracticeOnboardingApplications(practiceId)
|
|
9507
9507
|
}), {
|
|
9508
9508
|
method: 'post',
|
|
@@ -9535,7 +9535,7 @@ var getBusinessPracticeOnboardingApplications = /*#__PURE__*/function () {
|
|
|
9535
9535
|
businessId: businessId,
|
|
9536
9536
|
practiceId: practiceId
|
|
9537
9537
|
}, opts.hyperMediaEndpoint);
|
|
9538
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
9538
|
+
return _context.abrupt("return", request(_objectSpread$G({}, opts, {
|
|
9539
9539
|
path: pathBusinessPracticeOnboardingApplications(businessId, practiceId)
|
|
9540
9540
|
}), {
|
|
9541
9541
|
method: 'get',
|
|
@@ -9569,7 +9569,7 @@ var getBusinessOnboardingApplications = function getBusinessOnboardingApplicatio
|
|
|
9569
9569
|
utils_doesParamExist["default"]({
|
|
9570
9570
|
businessId: businessId
|
|
9571
9571
|
});
|
|
9572
|
-
return request(_objectSpread$
|
|
9572
|
+
return request(_objectSpread$G({}, opts, {
|
|
9573
9573
|
path: pathBusinessOnboardingApplications(businessId)
|
|
9574
9574
|
}), {
|
|
9575
9575
|
method: 'get',
|
|
@@ -9589,7 +9589,7 @@ var createBusinessOnboardingApplication = function createBusinessOnboardingAppli
|
|
|
9589
9589
|
utils_doesParamExist["default"]({
|
|
9590
9590
|
businessId: businessId
|
|
9591
9591
|
});
|
|
9592
|
-
return request(_objectSpread$
|
|
9592
|
+
return request(_objectSpread$G({}, opts, {
|
|
9593
9593
|
path: pathBusinessOnboardingApplications(businessId)
|
|
9594
9594
|
}), {
|
|
9595
9595
|
method: 'post',
|
|
@@ -9609,7 +9609,7 @@ var updateBusinessOnboardingApplication = function updateBusinessOnboardingAppli
|
|
|
9609
9609
|
utils_doesParamExist["default"]({
|
|
9610
9610
|
businessId: businessId
|
|
9611
9611
|
});
|
|
9612
|
-
return request(_objectSpread$
|
|
9612
|
+
return request(_objectSpread$G({}, opts, {
|
|
9613
9613
|
path: pathBusinessOnboardingApplications(businessId)
|
|
9614
9614
|
}), {
|
|
9615
9615
|
method: 'put',
|
|
@@ -9633,7 +9633,7 @@ var createProviderSetItemOnboardingApplication = function createProviderSetItemO
|
|
|
9633
9633
|
staffId: staffId,
|
|
9634
9634
|
providerSetItemId: providerSetItemId
|
|
9635
9635
|
});
|
|
9636
|
-
return request(_objectSpread$
|
|
9636
|
+
return request(_objectSpread$G({}, opts, {
|
|
9637
9637
|
path: pathProviderSetItemOnboardingApplications(businessId, staffId, providerSetItemId)
|
|
9638
9638
|
}), {
|
|
9639
9639
|
method: 'post',
|
|
@@ -9655,7 +9655,7 @@ var getProviderSetItemOnboardingApplication = function getProviderSetItemOnboard
|
|
|
9655
9655
|
utils_doesParamExist["default"]({
|
|
9656
9656
|
businessId: businessId
|
|
9657
9657
|
});
|
|
9658
|
-
return request(_objectSpread$
|
|
9658
|
+
return request(_objectSpread$G({}, opts, {
|
|
9659
9659
|
path: pathProviderSetItemOnboardingApplication(businessId, staffId, providerSetItemId)
|
|
9660
9660
|
}), {
|
|
9661
9661
|
method: 'get',
|
|
@@ -9679,9 +9679,9 @@ var onboardingApplications = /*#__PURE__*/Object.freeze({
|
|
|
9679
9679
|
getProviderSetItemOnboardingApplication: getProviderSetItemOnboardingApplication
|
|
9680
9680
|
});
|
|
9681
9681
|
|
|
9682
|
-
function ownKeys$
|
|
9682
|
+
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; }
|
|
9683
9683
|
|
|
9684
|
-
function _objectSpread$
|
|
9684
|
+
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__default["default"](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; }
|
|
9685
9685
|
var pathOnboardingRequest = function pathOnboardingRequest(onboardingRequestId) {
|
|
9686
9686
|
return "/onboardingrequests/" + onboardingRequestId;
|
|
9687
9687
|
};
|
|
@@ -9713,7 +9713,7 @@ var getOnboardingRequest = /*#__PURE__*/function () {
|
|
|
9713
9713
|
utils_doesParamExist["default"]({
|
|
9714
9714
|
onboardingRequestId: onboardingRequestId
|
|
9715
9715
|
}, opts.hyperMediaEndpoint);
|
|
9716
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
9716
|
+
return _context.abrupt("return", request(_objectSpread$F({}, opts, {
|
|
9717
9717
|
path: pathOnboardingRequest(onboardingRequestId)
|
|
9718
9718
|
}), {
|
|
9719
9719
|
method: 'get'
|
|
@@ -9755,7 +9755,7 @@ var getBusinessOnboardingRequests = /*#__PURE__*/function () {
|
|
|
9755
9755
|
utils_doesParamExist["default"]({
|
|
9756
9756
|
businessId: businessId
|
|
9757
9757
|
}, opts.hyperMediaEndpoint);
|
|
9758
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
9758
|
+
return _context2.abrupt("return", request(_objectSpread$F({}, opts, {
|
|
9759
9759
|
path: pathBusinessOnboardingRequests(businessId)
|
|
9760
9760
|
}), {
|
|
9761
9761
|
method: 'get',
|
|
@@ -9787,7 +9787,7 @@ var createBusinessOnboardingRequest = function createBusinessOnboardingRequest(b
|
|
|
9787
9787
|
utils_doesParamExist["default"]({
|
|
9788
9788
|
businessId: businessId
|
|
9789
9789
|
});
|
|
9790
|
-
return request(_objectSpread$
|
|
9790
|
+
return request(_objectSpread$F({}, opts, {
|
|
9791
9791
|
path: pathBusinessOnboardingRequests(businessId)
|
|
9792
9792
|
}), {
|
|
9793
9793
|
method: 'post',
|
|
@@ -9807,7 +9807,7 @@ var submitOnboardingRequest = function submitOnboardingRequest(onboardingRequest
|
|
|
9807
9807
|
utils_doesParamExist["default"]({
|
|
9808
9808
|
onboardingRequestId: onboardingRequestId
|
|
9809
9809
|
});
|
|
9810
|
-
return request(_objectSpread$
|
|
9810
|
+
return request(_objectSpread$F({}, opts, {
|
|
9811
9811
|
path: pathOnboardingRequestSubmit(onboardingRequestId)
|
|
9812
9812
|
}), {
|
|
9813
9813
|
method: 'post',
|
|
@@ -9828,7 +9828,7 @@ var updateOnboardingRequestStep = function updateOnboardingRequestStep(onboardin
|
|
|
9828
9828
|
utils_doesParamExist["default"]({
|
|
9829
9829
|
onboardingRequestId: onboardingRequestId
|
|
9830
9830
|
});
|
|
9831
|
-
return request(_objectSpread$
|
|
9831
|
+
return request(_objectSpread$F({}, opts, {
|
|
9832
9832
|
path: pathOnboardingRequestOnboardingStep(onboardingRequestId, onboardingStepId)
|
|
9833
9833
|
}), {
|
|
9834
9834
|
method: 'put',
|
|
@@ -9848,7 +9848,7 @@ var deleteOnboardingRequest = function deleteOnboardingRequest(onboardingRequest
|
|
|
9848
9848
|
utils_doesParamExist["default"]({
|
|
9849
9849
|
onboardingRequestId: onboardingRequestId
|
|
9850
9850
|
});
|
|
9851
|
-
return request(_objectSpread$
|
|
9851
|
+
return request(_objectSpread$F({}, opts, {
|
|
9852
9852
|
path: pathOnboardingRequest(onboardingRequestId)
|
|
9853
9853
|
}), {
|
|
9854
9854
|
method: 'delete',
|
|
@@ -9870,9 +9870,9 @@ var onboardingRequests = /*#__PURE__*/Object.freeze({
|
|
|
9870
9870
|
deleteOnboardingRequest: deleteOnboardingRequest
|
|
9871
9871
|
});
|
|
9872
9872
|
|
|
9873
|
-
function ownKeys$
|
|
9873
|
+
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; }
|
|
9874
9874
|
|
|
9875
|
-
function _objectSpread$
|
|
9875
|
+
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__default["default"](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; }
|
|
9876
9876
|
var PATH__OPS_DEPLOYMENTS = '/ops/deployments';
|
|
9877
9877
|
var PATH__OPS_SERVICES = '/ops/services';
|
|
9878
9878
|
var PATH__OPS_DECRTPT = '/ops/decrypt'; // @ts-expect-error TS(7006): Parameter 'deploymentId' implicitly has an 'any' t... Remove this comment to see the full error message
|
|
@@ -9906,13 +9906,13 @@ var createService = function createService(fullName, displayName, type, body, op
|
|
|
9906
9906
|
type: type
|
|
9907
9907
|
}, opts.hyperMediaEndpoint);
|
|
9908
9908
|
|
|
9909
|
-
var data = _objectSpread$
|
|
9909
|
+
var data = _objectSpread$E({
|
|
9910
9910
|
fullName: fullName,
|
|
9911
9911
|
displayName: displayName,
|
|
9912
9912
|
type: type
|
|
9913
9913
|
}, body);
|
|
9914
9914
|
|
|
9915
|
-
return request(_objectSpread$
|
|
9915
|
+
return request(_objectSpread$E({}, opts, {
|
|
9916
9916
|
path: PATH__OPS_SERVICES
|
|
9917
9917
|
}), {
|
|
9918
9918
|
method: 'post',
|
|
@@ -9933,7 +9933,7 @@ var deleteService = function deleteService(serviceId, opts) {
|
|
|
9933
9933
|
utils_doesParamExist["default"]({
|
|
9934
9934
|
serviceId: serviceId
|
|
9935
9935
|
}, opts.hyperMediaEndpoint);
|
|
9936
|
-
return request(_objectSpread$
|
|
9936
|
+
return request(_objectSpread$E({}, opts, {
|
|
9937
9937
|
path: pathOpsService(serviceId)
|
|
9938
9938
|
}), {
|
|
9939
9939
|
method: 'delete'
|
|
@@ -9953,7 +9953,7 @@ var deployService = function deployService(serviceId, opts) {
|
|
|
9953
9953
|
utils_doesParamExist["default"]({
|
|
9954
9954
|
serviceId: serviceId
|
|
9955
9955
|
}, opts.hyperMediaEndpoint);
|
|
9956
|
-
return request(_objectSpread$
|
|
9956
|
+
return request(_objectSpread$E({}, opts, {
|
|
9957
9957
|
path: PATH__OPS_DEPLOYMENTS
|
|
9958
9958
|
}), {
|
|
9959
9959
|
method: 'post',
|
|
@@ -9977,7 +9977,7 @@ var getDeployments = function getDeployments(query, opts) {
|
|
|
9977
9977
|
opts = {};
|
|
9978
9978
|
}
|
|
9979
9979
|
|
|
9980
|
-
return request(_objectSpread$
|
|
9980
|
+
return request(_objectSpread$E({}, opts, {
|
|
9981
9981
|
path: PATH__OPS_DEPLOYMENTS
|
|
9982
9982
|
}), {
|
|
9983
9983
|
method: 'get',
|
|
@@ -9998,7 +9998,7 @@ var getDeployment = function getDeployment(deploymentId, opts) {
|
|
|
9998
9998
|
utils_doesParamExist["default"]({
|
|
9999
9999
|
deploymentId: deploymentId
|
|
10000
10000
|
}, opts.hyperMediaEndpoint);
|
|
10001
|
-
return request(_objectSpread$
|
|
10001
|
+
return request(_objectSpread$E({}, opts, {
|
|
10002
10002
|
path: pathOpsDeployment(deploymentId)
|
|
10003
10003
|
}), {
|
|
10004
10004
|
method: 'get'
|
|
@@ -10019,7 +10019,7 @@ var getServices = function getServices(query, opts) {
|
|
|
10019
10019
|
opts = {};
|
|
10020
10020
|
}
|
|
10021
10021
|
|
|
10022
|
-
return request(_objectSpread$
|
|
10022
|
+
return request(_objectSpread$E({}, opts, {
|
|
10023
10023
|
path: PATH__OPS_SERVICES
|
|
10024
10024
|
}), {
|
|
10025
10025
|
method: 'get',
|
|
@@ -10040,7 +10040,7 @@ var getService = function getService(serviceId, opts) {
|
|
|
10040
10040
|
utils_doesParamExist["default"]({
|
|
10041
10041
|
serviceId: serviceId
|
|
10042
10042
|
}, opts.hyperMediaEndpoint);
|
|
10043
|
-
return request(_objectSpread$
|
|
10043
|
+
return request(_objectSpread$E({}, opts, {
|
|
10044
10044
|
path: pathOpsService(serviceId)
|
|
10045
10045
|
}), {
|
|
10046
10046
|
method: 'get'
|
|
@@ -10061,7 +10061,7 @@ var updateService = function updateService(serviceId, body, opts) {
|
|
|
10061
10061
|
utils_doesParamExist["default"]({
|
|
10062
10062
|
serviceId: serviceId
|
|
10063
10063
|
}, opts.hyperMediaEndpoint);
|
|
10064
|
-
return request(_objectSpread$
|
|
10064
|
+
return request(_objectSpread$E({}, opts, {
|
|
10065
10065
|
path: pathOpsService(serviceId)
|
|
10066
10066
|
}), {
|
|
10067
10067
|
method: 'put',
|
|
@@ -10083,7 +10083,7 @@ var decrypt = function decrypt(serviceId, body, opts) {
|
|
|
10083
10083
|
utils_doesParamExist["default"]({
|
|
10084
10084
|
serviceId: serviceId
|
|
10085
10085
|
}, opts.hyperMediaEndpoint);
|
|
10086
|
-
return request(_objectSpread$
|
|
10086
|
+
return request(_objectSpread$E({}, opts, {
|
|
10087
10087
|
path: PATH__OPS_DECRTPT
|
|
10088
10088
|
}), {
|
|
10089
10089
|
method: 'post',
|
|
@@ -10104,9 +10104,9 @@ var ops = /*#__PURE__*/Object.freeze({
|
|
|
10104
10104
|
decrypt: decrypt
|
|
10105
10105
|
});
|
|
10106
10106
|
|
|
10107
|
-
function ownKeys$
|
|
10107
|
+
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; }
|
|
10108
10108
|
|
|
10109
|
-
function _objectSpread$
|
|
10109
|
+
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__default["default"](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; }
|
|
10110
10110
|
var PATH__ORGANISATIONS = '/organisations';
|
|
10111
10111
|
/**
|
|
10112
10112
|
* Get organisations
|
|
@@ -10123,7 +10123,7 @@ var getOrganisations = function getOrganisations(query, opts) {
|
|
|
10123
10123
|
opts = {};
|
|
10124
10124
|
}
|
|
10125
10125
|
|
|
10126
|
-
return request(_objectSpread$
|
|
10126
|
+
return request(_objectSpread$D({}, opts, {
|
|
10127
10127
|
path: PATH__ORGANISATIONS
|
|
10128
10128
|
}), {
|
|
10129
10129
|
method: 'get',
|
|
@@ -10136,9 +10136,9 @@ var organisations = /*#__PURE__*/Object.freeze({
|
|
|
10136
10136
|
getOrganisations: getOrganisations
|
|
10137
10137
|
});
|
|
10138
10138
|
|
|
10139
|
-
function ownKeys$
|
|
10139
|
+
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; }
|
|
10140
10140
|
|
|
10141
|
-
function _objectSpread$
|
|
10141
|
+
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__default["default"](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; }
|
|
10142
10142
|
var PATH__PARTNERS = '/partners'; // @ts-expect-error TS(7006): Parameter 'partnerId' implicitly has an 'any' type... Remove this comment to see the full error message
|
|
10143
10143
|
|
|
10144
10144
|
var pathPartner = function pathPartner(partnerId) {
|
|
@@ -10180,7 +10180,7 @@ var getPartners = /*#__PURE__*/function () {
|
|
|
10180
10180
|
opts = {};
|
|
10181
10181
|
}
|
|
10182
10182
|
|
|
10183
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
10183
|
+
return _context.abrupt("return", request(_objectSpread$C({}, opts, {
|
|
10184
10184
|
path: PATH__PARTNERS
|
|
10185
10185
|
}), {
|
|
10186
10186
|
method: 'get',
|
|
@@ -10218,7 +10218,7 @@ var getPartner = /*#__PURE__*/function () {
|
|
|
10218
10218
|
utils_doesParamExist["default"]({
|
|
10219
10219
|
partnerId: partnerId
|
|
10220
10220
|
}, opts.hyperMediaEndpoint);
|
|
10221
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
10221
|
+
return _context2.abrupt("return", request(_objectSpread$C({}, opts, {
|
|
10222
10222
|
path: pathPartner(partnerId)
|
|
10223
10223
|
}), {
|
|
10224
10224
|
method: 'get'
|
|
@@ -10256,7 +10256,7 @@ var updatePartner = /*#__PURE__*/function () {
|
|
|
10256
10256
|
utils_doesParamExist["default"]({
|
|
10257
10257
|
partnerId: partnerId
|
|
10258
10258
|
}, opts.hyperMediaEndpoint);
|
|
10259
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
10259
|
+
return _context3.abrupt("return", request(_objectSpread$C({}, opts, {
|
|
10260
10260
|
path: pathPartner(partnerId)
|
|
10261
10261
|
}), {
|
|
10262
10262
|
method: 'put',
|
|
@@ -10297,10 +10297,10 @@ var updatePartnerPractice = /*#__PURE__*/function () {
|
|
|
10297
10297
|
utils_doesParamExist["default"]({
|
|
10298
10298
|
partnerId: partnerId
|
|
10299
10299
|
}, opts.hyperMediaEndpoint);
|
|
10300
|
-
data = _objectSpread$
|
|
10300
|
+
data = _objectSpread$C({
|
|
10301
10301
|
fullNameId: fullNameId
|
|
10302
10302
|
}, body);
|
|
10303
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
10303
|
+
return _context4.abrupt("return", request(_objectSpread$C({}, opts, {
|
|
10304
10304
|
path: pathPartnerPractices(partnerId)
|
|
10305
10305
|
}), {
|
|
10306
10306
|
method: 'put',
|
|
@@ -10344,10 +10344,10 @@ var updatePartnerPracticeProviderData = /*#__PURE__*/function () {
|
|
|
10344
10344
|
practiceId: practiceId,
|
|
10345
10345
|
providerNumberId: providerNumberId
|
|
10346
10346
|
}, opts.hyperMediaEndpoint);
|
|
10347
|
-
data = _objectSpread$
|
|
10347
|
+
data = _objectSpread$C({
|
|
10348
10348
|
providerNumberId: providerNumberId
|
|
10349
10349
|
}, body);
|
|
10350
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
10350
|
+
return _context5.abrupt("return", request(_objectSpread$C({}, opts, {
|
|
10351
10351
|
path: pathPartnerPracticeProviderData(partnerId, practiceId)
|
|
10352
10352
|
}), {
|
|
10353
10353
|
method: 'put',
|
|
@@ -10390,7 +10390,7 @@ var verifyPartnerAccount = /*#__PURE__*/function () {
|
|
|
10390
10390
|
utils_doesParamExist["default"]({
|
|
10391
10391
|
accountId: accountId
|
|
10392
10392
|
}, opts.hyperMediaEndpoint);
|
|
10393
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
10393
|
+
return _context6.abrupt("return", request(_objectSpread$C({}, opts, {
|
|
10394
10394
|
path: pathPartnerAccount(accountId) + "/verify"
|
|
10395
10395
|
}), {
|
|
10396
10396
|
method: 'post',
|
|
@@ -10430,7 +10430,7 @@ var notifyPartnerAccount = /*#__PURE__*/function () {
|
|
|
10430
10430
|
utils_doesParamExist["default"]({
|
|
10431
10431
|
accountId: accountId
|
|
10432
10432
|
}, opts.hyperMediaEndpoint);
|
|
10433
|
-
return _context7.abrupt("return", request(_objectSpread$
|
|
10433
|
+
return _context7.abrupt("return", request(_objectSpread$C({}, opts, {
|
|
10434
10434
|
path: pathPartnerAccount(accountId) + "/notify"
|
|
10435
10435
|
}), {
|
|
10436
10436
|
method: 'post'
|
|
@@ -10460,9 +10460,9 @@ var partners = /*#__PURE__*/Object.freeze({
|
|
|
10460
10460
|
notifyPartnerAccount: notifyPartnerAccount
|
|
10461
10461
|
});
|
|
10462
10462
|
|
|
10463
|
-
function ownKeys$
|
|
10463
|
+
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; }
|
|
10464
10464
|
|
|
10465
|
-
function _objectSpread$
|
|
10465
|
+
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__default["default"](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; }
|
|
10466
10466
|
|
|
10467
10467
|
var pathBusinessPatients = function pathBusinessPatients(businessId) {
|
|
10468
10468
|
return "/businesses/" + businessId + "/patients";
|
|
@@ -10498,7 +10498,7 @@ var requestUpdatePatientPaymentMethod = function requestUpdatePatientPaymentMeth
|
|
|
10498
10498
|
businessId: businessId,
|
|
10499
10499
|
patientId: patientId
|
|
10500
10500
|
}, opts.hyperMediaEndpoint);
|
|
10501
|
-
return request(_objectSpread$
|
|
10501
|
+
return request(_objectSpread$B({}, opts, {
|
|
10502
10502
|
path: pathRequestUpdatePatientPaymentMethod(businessId, patientId)
|
|
10503
10503
|
}), {
|
|
10504
10504
|
method: 'post',
|
|
@@ -10525,7 +10525,7 @@ var createBusinessPatient = /*#__PURE__*/function () {
|
|
|
10525
10525
|
utils_doesParamExist["default"]({
|
|
10526
10526
|
businessId: businessId
|
|
10527
10527
|
}, opts.hyperMediaEndpoint);
|
|
10528
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
10528
|
+
return _context.abrupt("return", request(_objectSpread$B({}, opts, {
|
|
10529
10529
|
path: pathBusinessPatients(businessId)
|
|
10530
10530
|
}), {
|
|
10531
10531
|
method: 'post',
|
|
@@ -10568,7 +10568,7 @@ var getBusinessPatients = /*#__PURE__*/function () {
|
|
|
10568
10568
|
utils_doesParamExist["default"]({
|
|
10569
10569
|
businessId: businessId
|
|
10570
10570
|
}, opts.hyperMediaEndpoint);
|
|
10571
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
10571
|
+
return _context2.abrupt("return", request(_objectSpread$B({}, opts, {
|
|
10572
10572
|
path: pathBusinessPatients(businessId)
|
|
10573
10573
|
}), {
|
|
10574
10574
|
method: 'get',
|
|
@@ -10607,7 +10607,7 @@ var getBusinessPatient = /*#__PURE__*/function () {
|
|
|
10607
10607
|
utils_doesParamExist["default"]({
|
|
10608
10608
|
businessId: businessId
|
|
10609
10609
|
}, opts.hyperMediaEndpoint);
|
|
10610
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
10610
|
+
return _context3.abrupt("return", request(_objectSpread$B({}, opts, {
|
|
10611
10611
|
path: pathBusinessPatient(businessId, patientId)
|
|
10612
10612
|
}), {
|
|
10613
10613
|
method: 'get'
|
|
@@ -10646,7 +10646,7 @@ var getBusinessPatientByRefId = /*#__PURE__*/function () {
|
|
|
10646
10646
|
businessId: businessId,
|
|
10647
10647
|
refId: refId
|
|
10648
10648
|
}, opts.hyperMediaEndpoint);
|
|
10649
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
10649
|
+
return _context4.abrupt("return", request(_objectSpread$B({}, opts, {
|
|
10650
10650
|
path: pathBusinessPatientByRefId(businessId, refId)
|
|
10651
10651
|
}), {
|
|
10652
10652
|
method: 'get'
|
|
@@ -10685,7 +10685,7 @@ var updateBusinessPatient = /*#__PURE__*/function () {
|
|
|
10685
10685
|
utils_doesParamExist["default"]({
|
|
10686
10686
|
businessId: businessId
|
|
10687
10687
|
}, opts.hyperMediaEndpoint);
|
|
10688
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
10688
|
+
return _context5.abrupt("return", request(_objectSpread$B({}, opts, {
|
|
10689
10689
|
path: pathBusinessPatient(businessId, patientId)
|
|
10690
10690
|
}), {
|
|
10691
10691
|
method: 'put',
|
|
@@ -10724,7 +10724,7 @@ var deleteBusinessPatient = /*#__PURE__*/function () {
|
|
|
10724
10724
|
utils_doesParamExist["default"]({
|
|
10725
10725
|
businessId: businessId
|
|
10726
10726
|
}, opts.hyperMediaEndpoint);
|
|
10727
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
10727
|
+
return _context6.abrupt("return", request(_objectSpread$B({}, opts, {
|
|
10728
10728
|
path: pathBusinessPatient(businessId, patientId)
|
|
10729
10729
|
}), {
|
|
10730
10730
|
method: 'delete'
|
|
@@ -10754,9 +10754,9 @@ var patients = /*#__PURE__*/Object.freeze({
|
|
|
10754
10754
|
deleteBusinessPatient: deleteBusinessPatient
|
|
10755
10755
|
});
|
|
10756
10756
|
|
|
10757
|
-
function ownKeys$
|
|
10757
|
+
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; }
|
|
10758
10758
|
|
|
10759
|
-
function _objectSpread$
|
|
10759
|
+
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__default["default"](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; }
|
|
10760
10760
|
var PATH__PAYMENTS = '/payments'; // @ts-expect-error TS(7006): Parameter 'accountId' implicitly has an 'any' type... Remove this comment to see the full error message
|
|
10761
10761
|
|
|
10762
10762
|
var pathAccountPaymentMethods = function pathAccountPaymentMethods(accountId) {
|
|
@@ -10830,7 +10830,7 @@ var createAccountPaymentMethod = /*#__PURE__*/function () {
|
|
|
10830
10830
|
nonce: nonce,
|
|
10831
10831
|
source: source
|
|
10832
10832
|
}, opts.hyperMediaEndpoint);
|
|
10833
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
10833
|
+
return _context.abrupt("return", request(_objectSpread$A({}, opts, {
|
|
10834
10834
|
path: pathAccountPaymentMethods(accountId)
|
|
10835
10835
|
}), {
|
|
10836
10836
|
method: 'post',
|
|
@@ -10874,7 +10874,7 @@ var createBusinessPaymentMethod = /*#__PURE__*/function () {
|
|
|
10874
10874
|
nonce: nonce,
|
|
10875
10875
|
source: source
|
|
10876
10876
|
}, opts.hyperMediaEndpoint);
|
|
10877
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
10877
|
+
return _context2.abrupt("return", request(_objectSpread$A({}, opts, {
|
|
10878
10878
|
path: pathBusinessPaymentMethods(businessId)
|
|
10879
10879
|
}), {
|
|
10880
10880
|
method: 'post',
|
|
@@ -10920,7 +10920,7 @@ var createBusinessPatientPaymentMethod = /*#__PURE__*/function () {
|
|
|
10920
10920
|
nonce: nonce,
|
|
10921
10921
|
source: source
|
|
10922
10922
|
}, opts.hyperMediaEndpoint);
|
|
10923
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
10923
|
+
return _context3.abrupt("return", request(_objectSpread$A({}, opts, {
|
|
10924
10924
|
path: pathBusinessPatientPaymentMethods(businessId, patientId)
|
|
10925
10925
|
}), {
|
|
10926
10926
|
method: 'post',
|
|
@@ -10964,7 +10964,7 @@ var deleteAccountPaymentMethod = /*#__PURE__*/function () {
|
|
|
10964
10964
|
accountId: accountId,
|
|
10965
10965
|
paymentMethodId: paymentMethodId
|
|
10966
10966
|
}, opts.hyperMediaEndpoint);
|
|
10967
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
10967
|
+
return _context4.abrupt("return", request(_objectSpread$A({}, opts, {
|
|
10968
10968
|
path: pathAccountPaymentMethod(accountId, paymentMethodId)
|
|
10969
10969
|
}), {
|
|
10970
10970
|
method: 'delete'
|
|
@@ -11004,7 +11004,7 @@ var deleteBusinessPaymentMethod = /*#__PURE__*/function () {
|
|
|
11004
11004
|
businessId: businessId,
|
|
11005
11005
|
paymentMethodId: paymentMethodId
|
|
11006
11006
|
}, opts.hyperMediaEndpoint);
|
|
11007
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
11007
|
+
return _context5.abrupt("return", request(_objectSpread$A({}, opts, {
|
|
11008
11008
|
path: pathBusinessPaymentMethod(businessId, paymentMethodId)
|
|
11009
11009
|
}), {
|
|
11010
11010
|
method: 'delete'
|
|
@@ -11046,7 +11046,7 @@ var deleteBusinessPatientPaymentMethod = /*#__PURE__*/function () {
|
|
|
11046
11046
|
patientId: patientId,
|
|
11047
11047
|
paymentMethodId: paymentMethodId
|
|
11048
11048
|
}, opts.hyperMediaEndpoint);
|
|
11049
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
11049
|
+
return _context6.abrupt("return", request(_objectSpread$A({}, opts, {
|
|
11050
11050
|
path: pathBusinessPatientPaymentMethod(businessId, patientId, paymentMethodId)
|
|
11051
11051
|
}), {
|
|
11052
11052
|
method: 'delete'
|
|
@@ -11084,7 +11084,7 @@ var getAccountPaymentMethods = /*#__PURE__*/function () {
|
|
|
11084
11084
|
utils_doesParamExist["default"]({
|
|
11085
11085
|
accountId: accountId
|
|
11086
11086
|
}, opts.hyperMediaEndpoint);
|
|
11087
|
-
return _context7.abrupt("return", request(_objectSpread$
|
|
11087
|
+
return _context7.abrupt("return", request(_objectSpread$A({}, opts, {
|
|
11088
11088
|
path: pathAccountPaymentMethods(accountId)
|
|
11089
11089
|
}), {
|
|
11090
11090
|
method: 'get'
|
|
@@ -11122,7 +11122,7 @@ var getBusinessPaymentMethods = /*#__PURE__*/function () {
|
|
|
11122
11122
|
utils_doesParamExist["default"]({
|
|
11123
11123
|
businessId: businessId
|
|
11124
11124
|
}, opts.hyperMediaEndpoint);
|
|
11125
|
-
return _context8.abrupt("return", request(_objectSpread$
|
|
11125
|
+
return _context8.abrupt("return", request(_objectSpread$A({}, opts, {
|
|
11126
11126
|
path: pathBusinessPaymentMethods(businessId)
|
|
11127
11127
|
}), {
|
|
11128
11128
|
method: 'get'
|
|
@@ -11161,7 +11161,7 @@ var getBusinessPatientPaymentMethods = /*#__PURE__*/function () {
|
|
|
11161
11161
|
businessId: businessId,
|
|
11162
11162
|
patientId: patientId
|
|
11163
11163
|
}, opts.hyperMediaEndpoint);
|
|
11164
|
-
return _context9.abrupt("return", request(_objectSpread$
|
|
11164
|
+
return _context9.abrupt("return", request(_objectSpread$A({}, opts, {
|
|
11165
11165
|
path: pathBusinessPatientPaymentMethods(businessId, patientId)
|
|
11166
11166
|
}), {
|
|
11167
11167
|
method: 'get'
|
|
@@ -11201,7 +11201,7 @@ var getBusinessPatientPaymentMethodsByRefId = /*#__PURE__*/function () {
|
|
|
11201
11201
|
businessId: businessId,
|
|
11202
11202
|
refId: refId
|
|
11203
11203
|
}, opts.hyperMediaEndpoint);
|
|
11204
|
-
return _context10.abrupt("return", request(_objectSpread$
|
|
11204
|
+
return _context10.abrupt("return", request(_objectSpread$A({}, opts, {
|
|
11205
11205
|
path: pathBusinessPatientPaymentMethodsByRefId(businessId, refId)
|
|
11206
11206
|
}), {
|
|
11207
11207
|
method: 'get'
|
|
@@ -11241,7 +11241,7 @@ var getAccountPaymentMethod = /*#__PURE__*/function () {
|
|
|
11241
11241
|
accountId: accountId,
|
|
11242
11242
|
paymentMethodId: paymentMethodId
|
|
11243
11243
|
}, opts.hyperMediaEndpoint);
|
|
11244
|
-
return _context11.abrupt("return", request(_objectSpread$
|
|
11244
|
+
return _context11.abrupt("return", request(_objectSpread$A({}, opts, {
|
|
11245
11245
|
path: pathAccountPaymentMethod(accountId, paymentMethodId)
|
|
11246
11246
|
}), {
|
|
11247
11247
|
method: 'get'
|
|
@@ -11281,7 +11281,7 @@ var getBusinessPaymentMethod = /*#__PURE__*/function () {
|
|
|
11281
11281
|
businessId: businessId,
|
|
11282
11282
|
paymentMethodId: paymentMethodId
|
|
11283
11283
|
}, opts.hyperMediaEndpoint);
|
|
11284
|
-
return _context12.abrupt("return", request(_objectSpread$
|
|
11284
|
+
return _context12.abrupt("return", request(_objectSpread$A({}, opts, {
|
|
11285
11285
|
path: pathBusinessPaymentMethod(businessId, paymentMethodId)
|
|
11286
11286
|
}), {
|
|
11287
11287
|
method: 'get'
|
|
@@ -11323,7 +11323,7 @@ var getBusinessPatientPaymentMethod = /*#__PURE__*/function () {
|
|
|
11323
11323
|
patientId: patientId,
|
|
11324
11324
|
paymentMethodId: paymentMethodId
|
|
11325
11325
|
}, opts.hyperMediaEndpoint);
|
|
11326
|
-
return _context13.abrupt("return", request(_objectSpread$
|
|
11326
|
+
return _context13.abrupt("return", request(_objectSpread$A({}, opts, {
|
|
11327
11327
|
path: pathBusinessPatientPaymentMethod(businessId, patientId, paymentMethodId)
|
|
11328
11328
|
}), {
|
|
11329
11329
|
method: 'get'
|
|
@@ -11363,7 +11363,7 @@ var getBusinessClientToken = /*#__PURE__*/function () {
|
|
|
11363
11363
|
businessId: businessId,
|
|
11364
11364
|
source: source
|
|
11365
11365
|
}, opts.hyperMediaEndpoint);
|
|
11366
|
-
return _context14.abrupt("return", request(_objectSpread$
|
|
11366
|
+
return _context14.abrupt("return", request(_objectSpread$A({}, opts, {
|
|
11367
11367
|
path: pathBusinessPaymentsClientTokens(businessId)
|
|
11368
11368
|
}), {
|
|
11369
11369
|
method: 'get',
|
|
@@ -11406,7 +11406,7 @@ var getBusinessPaymentClientToken = /*#__PURE__*/function () {
|
|
|
11406
11406
|
businessId: businessId,
|
|
11407
11407
|
patientId: patientId
|
|
11408
11408
|
}, opts.hyperMediaEndpoint);
|
|
11409
|
-
return _context15.abrupt("return", request(_objectSpread$
|
|
11409
|
+
return _context15.abrupt("return", request(_objectSpread$A({}, opts, {
|
|
11410
11410
|
path: pathBusinessPaymentClientToken(businessId, patientId)
|
|
11411
11411
|
}), {
|
|
11412
11412
|
method: 'get'
|
|
@@ -11444,7 +11444,7 @@ var getBusinessSalesClientToken = /*#__PURE__*/function () {
|
|
|
11444
11444
|
utils_doesParamExist["default"]({
|
|
11445
11445
|
businessId: businessId
|
|
11446
11446
|
}, opts.hyperMediaEndpoint);
|
|
11447
|
-
return _context16.abrupt("return", request(_objectSpread$
|
|
11447
|
+
return _context16.abrupt("return", request(_objectSpread$A({}, opts, {
|
|
11448
11448
|
path: pathBusinessSalesClientToken(businessId)
|
|
11449
11449
|
}), {
|
|
11450
11450
|
method: 'get'
|
|
@@ -11484,7 +11484,7 @@ var getClientToken$1 = /*#__PURE__*/function () {
|
|
|
11484
11484
|
utils_doesParamExist["default"]({
|
|
11485
11485
|
source: source
|
|
11486
11486
|
}, opts.hyperMediaEndpoint);
|
|
11487
|
-
return _context17.abrupt("return", request(_objectSpread$
|
|
11487
|
+
return _context17.abrupt("return", request(_objectSpread$A({}, opts, {
|
|
11488
11488
|
path: PATH__PAYMENTS + "/clienttoken"
|
|
11489
11489
|
}), {
|
|
11490
11490
|
method: 'get',
|
|
@@ -11528,7 +11528,7 @@ var updateAccountPaymentMethod = /*#__PURE__*/function () {
|
|
|
11528
11528
|
accountId: accountId,
|
|
11529
11529
|
paymentMethodId: paymentMethodId
|
|
11530
11530
|
}, opts.hyperMediaEndpoint);
|
|
11531
|
-
return _context18.abrupt("return", request(_objectSpread$
|
|
11531
|
+
return _context18.abrupt("return", request(_objectSpread$A({}, opts, {
|
|
11532
11532
|
path: pathAccountPaymentMethod(accountId, paymentMethodId)
|
|
11533
11533
|
}), {
|
|
11534
11534
|
data: body,
|
|
@@ -11569,7 +11569,7 @@ var updateBusinessPaymentMethod = /*#__PURE__*/function () {
|
|
|
11569
11569
|
businessId: businessId,
|
|
11570
11570
|
paymentMethodId: paymentMethodId
|
|
11571
11571
|
}, opts.hyperMediaEndpoint);
|
|
11572
|
-
return _context19.abrupt("return", request(_objectSpread$
|
|
11572
|
+
return _context19.abrupt("return", request(_objectSpread$A({}, opts, {
|
|
11573
11573
|
path: pathBusinessPaymentMethod(businessId, paymentMethodId)
|
|
11574
11574
|
}), {
|
|
11575
11575
|
data: body,
|
|
@@ -11611,7 +11611,7 @@ var updateBusinessPatientPaymentMethod = /*#__PURE__*/function () {
|
|
|
11611
11611
|
patientId: patientId,
|
|
11612
11612
|
paymentMethodId: paymentMethodId
|
|
11613
11613
|
}, opts.hyperMediaEndpoint);
|
|
11614
|
-
return _context20.abrupt("return", request(_objectSpread$
|
|
11614
|
+
return _context20.abrupt("return", request(_objectSpread$A({}, opts, {
|
|
11615
11615
|
path: pathBusinessPatientPaymentMethod(businessId, patientId, paymentMethodId)
|
|
11616
11616
|
}), {
|
|
11617
11617
|
data: body,
|
|
@@ -11761,7 +11761,7 @@ var getNonce = /*#__PURE__*/function () {
|
|
|
11761
11761
|
throw new Error(getPaymentGatewayError(updateSessionResponse));
|
|
11762
11762
|
|
|
11763
11763
|
case 38:
|
|
11764
|
-
return _context21.abrupt("return", _objectSpread$
|
|
11764
|
+
return _context21.abrupt("return", _objectSpread$A({}, clientToken, {
|
|
11765
11765
|
nonce: clientToken.clientToken,
|
|
11766
11766
|
sourceResponse: updateSessionResponse
|
|
11767
11767
|
}));
|
|
@@ -11804,7 +11804,7 @@ var getNonce = /*#__PURE__*/function () {
|
|
|
11804
11804
|
|
|
11805
11805
|
case 47:
|
|
11806
11806
|
sourceResponse = _context21.sent;
|
|
11807
|
-
return _context21.abrupt("return", _objectSpread$
|
|
11807
|
+
return _context21.abrupt("return", _objectSpread$A({}, clientToken, {
|
|
11808
11808
|
nonce: _get__default["default"](sourceResponse, 'creditCards[0].nonce'),
|
|
11809
11809
|
sourceResponse: sourceResponse
|
|
11810
11810
|
}));
|
|
@@ -11861,7 +11861,7 @@ var getNonce = /*#__PURE__*/function () {
|
|
|
11861
11861
|
|
|
11862
11862
|
case 66:
|
|
11863
11863
|
sourceResponse = _context21.sent;
|
|
11864
|
-
return _context21.abrupt("return", _objectSpread$
|
|
11864
|
+
return _context21.abrupt("return", _objectSpread$A({}, clientToken, {
|
|
11865
11865
|
nonce: sourceResponse.nonce,
|
|
11866
11866
|
sourceResponse: sourceResponse
|
|
11867
11867
|
}));
|
|
@@ -11891,7 +11891,7 @@ var getNonce = /*#__PURE__*/function () {
|
|
|
11891
11891
|
|
|
11892
11892
|
case 75:
|
|
11893
11893
|
canMakeApplePayment = _context21.sent;
|
|
11894
|
-
return _context21.abrupt("return", _objectSpread$
|
|
11894
|
+
return _context21.abrupt("return", _objectSpread$A({}, clientToken, {
|
|
11895
11895
|
applePayInstance: applePayInstance,
|
|
11896
11896
|
canMakeApplePayment: canMakeApplePayment,
|
|
11897
11897
|
paymentRequest: paymentRequest
|
|
@@ -11939,9 +11939,9 @@ var payments = /*#__PURE__*/Object.freeze({
|
|
|
11939
11939
|
getNonce: getNonce
|
|
11940
11940
|
});
|
|
11941
11941
|
|
|
11942
|
-
function ownKeys$
|
|
11942
|
+
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; }
|
|
11943
11943
|
|
|
11944
|
-
function _objectSpread$
|
|
11944
|
+
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__default["default"](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; }
|
|
11945
11945
|
|
|
11946
11946
|
// @ts-expect-error TS(7006): Parameter 'businessId' implicitly has an 'any' typ... Remove this comment to see the full error message
|
|
11947
11947
|
var pathBusinessPmsPractices = function pathBusinessPmsPractices(businessId) {
|
|
@@ -11982,7 +11982,7 @@ var getBusinessPMSPractices = /*#__PURE__*/function () {
|
|
|
11982
11982
|
utils_doesParamExist["default"]({
|
|
11983
11983
|
businessId: businessId
|
|
11984
11984
|
}, opts.hyperMediaEndpoint);
|
|
11985
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
11985
|
+
return _context.abrupt("return", request(_objectSpread$z({}, opts, {
|
|
11986
11986
|
path: pathBusinessPmsPractices(businessId)
|
|
11987
11987
|
}), {
|
|
11988
11988
|
method: 'get',
|
|
@@ -12025,7 +12025,7 @@ var getBusinessPMSServices = /*#__PURE__*/function () {
|
|
|
12025
12025
|
utils_doesParamExist["default"]({
|
|
12026
12026
|
businessId: businessId
|
|
12027
12027
|
}, opts.hyperMediaEndpoint);
|
|
12028
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
12028
|
+
return _context2.abrupt("return", request(_objectSpread$z({}, opts, {
|
|
12029
12029
|
path: pathBusinessPmsServices(businessId)
|
|
12030
12030
|
}), {
|
|
12031
12031
|
method: 'get',
|
|
@@ -12068,7 +12068,7 @@ var getBusinessPMSStaffMembers = /*#__PURE__*/function () {
|
|
|
12068
12068
|
utils_doesParamExist["default"]({
|
|
12069
12069
|
businessId: businessId
|
|
12070
12070
|
}, opts.hyperMediaEndpoint);
|
|
12071
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
12071
|
+
return _context3.abrupt("return", request(_objectSpread$z({}, opts, {
|
|
12072
12072
|
path: pathBusinessPmsStaffMembers(businessId)
|
|
12073
12073
|
}), {
|
|
12074
12074
|
method: 'get',
|
|
@@ -12107,7 +12107,7 @@ var importBusinessPMSPractice = /*#__PURE__*/function () {
|
|
|
12107
12107
|
utils_doesParamExist["default"]({
|
|
12108
12108
|
businessId: businessId
|
|
12109
12109
|
}, opts.hyperMediaEndpoint);
|
|
12110
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
12110
|
+
return _context4.abrupt("return", request(_objectSpread$z({}, opts, {
|
|
12111
12111
|
path: pathBusinessPmsPractices(businessId) + "/import"
|
|
12112
12112
|
}), {
|
|
12113
12113
|
method: 'post',
|
|
@@ -12146,7 +12146,7 @@ var importBusinessPMSService = /*#__PURE__*/function () {
|
|
|
12146
12146
|
utils_doesParamExist["default"]({
|
|
12147
12147
|
businessId: businessId
|
|
12148
12148
|
}, opts.hyperMediaEndpoint);
|
|
12149
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
12149
|
+
return _context5.abrupt("return", request(_objectSpread$z({}, opts, {
|
|
12150
12150
|
path: pathBusinessPmsServices(businessId) + "/import"
|
|
12151
12151
|
}), {
|
|
12152
12152
|
method: 'post',
|
|
@@ -12185,7 +12185,7 @@ var importBusinessPMSStaffMember = /*#__PURE__*/function () {
|
|
|
12185
12185
|
utils_doesParamExist["default"]({
|
|
12186
12186
|
businessId: businessId
|
|
12187
12187
|
}, opts.hyperMediaEndpoint);
|
|
12188
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
12188
|
+
return _context6.abrupt("return", request(_objectSpread$z({}, opts, {
|
|
12189
12189
|
path: pathBusinessPmsStaffMembers(businessId) + "/import"
|
|
12190
12190
|
}), {
|
|
12191
12191
|
method: 'post',
|
|
@@ -12215,9 +12215,9 @@ var pms = /*#__PURE__*/Object.freeze({
|
|
|
12215
12215
|
importBusinessPMSStaffMember: importBusinessPMSStaffMember
|
|
12216
12216
|
});
|
|
12217
12217
|
|
|
12218
|
-
function ownKeys$
|
|
12218
|
+
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; }
|
|
12219
12219
|
|
|
12220
|
-
function _objectSpread$
|
|
12220
|
+
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__default["default"](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; }
|
|
12221
12221
|
var pathLinkPracticeProfile = function pathLinkPracticeProfile(practiceProfileId) {
|
|
12222
12222
|
return "/practiceprofiles/" + practiceProfileId + "/link";
|
|
12223
12223
|
};
|
|
@@ -12238,7 +12238,7 @@ var getOrganisationPracticeProfiles = function getOrganisationPracticeProfiles(o
|
|
|
12238
12238
|
utils_doesParamExist["default"]({
|
|
12239
12239
|
organisationId: organisationId
|
|
12240
12240
|
}, opts.hyperMediaEndpoint);
|
|
12241
|
-
return request(_objectSpread$
|
|
12241
|
+
return request(_objectSpread$y({}, opts, {
|
|
12242
12242
|
path: pathOrganisationPracticeProfiles(organisationId)
|
|
12243
12243
|
}), {
|
|
12244
12244
|
method: 'get',
|
|
@@ -12253,7 +12253,7 @@ var getPracticeProfile = function getPracticeProfile(practiceProfileId, opts) {
|
|
|
12253
12253
|
utils_doesParamExist["default"]({
|
|
12254
12254
|
practiceProfileId: practiceProfileId
|
|
12255
12255
|
}, opts.hyperMediaEndpoint);
|
|
12256
|
-
return request(_objectSpread$
|
|
12256
|
+
return request(_objectSpread$y({}, opts, {
|
|
12257
12257
|
path: pathPracticeProfile(practiceProfileId)
|
|
12258
12258
|
}), {
|
|
12259
12259
|
method: 'get'
|
|
@@ -12271,7 +12271,7 @@ var linkPracticeProfile = function linkPracticeProfile(practiceProfileId, practi
|
|
|
12271
12271
|
var body = {
|
|
12272
12272
|
practiceId: practiceId
|
|
12273
12273
|
};
|
|
12274
|
-
return request(_objectSpread$
|
|
12274
|
+
return request(_objectSpread$y({}, opts, {
|
|
12275
12275
|
path: pathLinkPracticeProfile(practiceProfileId)
|
|
12276
12276
|
}), {
|
|
12277
12277
|
method: 'put',
|
|
@@ -12286,7 +12286,7 @@ var unlinkPracticeProfile = function unlinkPracticeProfile(practiceProfileId, op
|
|
|
12286
12286
|
utils_doesParamExist["default"]({
|
|
12287
12287
|
practiceProfileId: practiceProfileId
|
|
12288
12288
|
}, opts.hyperMediaEndpoint);
|
|
12289
|
-
return request(_objectSpread$
|
|
12289
|
+
return request(_objectSpread$y({}, opts, {
|
|
12290
12290
|
path: pathUnlinkPracticeProfile(practiceProfileId)
|
|
12291
12291
|
}), {
|
|
12292
12292
|
method: 'put'
|
|
@@ -12305,9 +12305,9 @@ var practiceProfiles = /*#__PURE__*/Object.freeze({
|
|
|
12305
12305
|
unlinkPracticeProfile: unlinkPracticeProfile
|
|
12306
12306
|
});
|
|
12307
12307
|
|
|
12308
|
-
function ownKeys$
|
|
12308
|
+
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; }
|
|
12309
12309
|
|
|
12310
|
-
function _objectSpread$
|
|
12310
|
+
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__default["default"](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; }
|
|
12311
12311
|
|
|
12312
12312
|
// @ts-expect-error TS(7006): Parameter 'businessId' implicitly has an 'any' typ... Remove this comment to see the full error message
|
|
12313
12313
|
var pathBusinessFormPractices = function pathBusinessFormPractices(businessId, formId) {
|
|
@@ -12378,7 +12378,7 @@ var createBusinessPractice = /*#__PURE__*/function () {
|
|
|
12378
12378
|
utils_doesParamExist["default"]({
|
|
12379
12379
|
businessId: businessId
|
|
12380
12380
|
}, opts.hyperMediaEndpoint);
|
|
12381
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
12381
|
+
return _context.abrupt("return", request(_objectSpread$x({}, opts, {
|
|
12382
12382
|
path: pathBusinessPractices(businessId)
|
|
12383
12383
|
}), {
|
|
12384
12384
|
method: 'post',
|
|
@@ -12417,7 +12417,7 @@ var createOrganisationPractice = /*#__PURE__*/function () {
|
|
|
12417
12417
|
utils_doesParamExist["default"]({
|
|
12418
12418
|
organisationId: organisationId
|
|
12419
12419
|
}, opts.hyperMediaEndpoint);
|
|
12420
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
12420
|
+
return _context2.abrupt("return", request(_objectSpread$x({}, opts, {
|
|
12421
12421
|
path: pathOrganisationPractices(organisationId)
|
|
12422
12422
|
}), {
|
|
12423
12423
|
method: 'post',
|
|
@@ -12457,7 +12457,7 @@ var deleteBusinessPractice = /*#__PURE__*/function () {
|
|
|
12457
12457
|
businessId: businessId,
|
|
12458
12458
|
practiceId: practiceId
|
|
12459
12459
|
}, opts.hyperMediaEndpoint);
|
|
12460
|
-
return _context3.abrupt("return", request(_objectSpread$
|
|
12460
|
+
return _context3.abrupt("return", request(_objectSpread$x({}, opts, {
|
|
12461
12461
|
path: pathBusinessPractice(businessId, practiceId)
|
|
12462
12462
|
}), {
|
|
12463
12463
|
method: 'delete'
|
|
@@ -12496,7 +12496,7 @@ var deleteOrganisationPractice = /*#__PURE__*/function () {
|
|
|
12496
12496
|
organisationId: organisationId,
|
|
12497
12497
|
practiceId: practiceId
|
|
12498
12498
|
}, opts.hyperMediaEndpoint);
|
|
12499
|
-
return _context4.abrupt("return", request(_objectSpread$
|
|
12499
|
+
return _context4.abrupt("return", request(_objectSpread$x({}, opts, {
|
|
12500
12500
|
path: pathOrganisationPractice(organisationId, practiceId)
|
|
12501
12501
|
}), {
|
|
12502
12502
|
method: 'delete'
|
|
@@ -12535,7 +12535,7 @@ var getBusinessPractice = /*#__PURE__*/function () {
|
|
|
12535
12535
|
businessId: businessId,
|
|
12536
12536
|
practiceId: practiceId
|
|
12537
12537
|
}, opts.hyperMediaEndpoint);
|
|
12538
|
-
return _context5.abrupt("return", request(_objectSpread$
|
|
12538
|
+
return _context5.abrupt("return", request(_objectSpread$x({}, opts, {
|
|
12539
12539
|
path: pathBusinessPractice(businessId, practiceId)
|
|
12540
12540
|
}), {
|
|
12541
12541
|
method: 'get'
|
|
@@ -12577,7 +12577,7 @@ var getBusinessPractices = /*#__PURE__*/function () {
|
|
|
12577
12577
|
utils_doesParamExist["default"]({
|
|
12578
12578
|
businessId: businessId
|
|
12579
12579
|
}, opts.hyperMediaEndpoint);
|
|
12580
|
-
return _context6.abrupt("return", request(_objectSpread$
|
|
12580
|
+
return _context6.abrupt("return", request(_objectSpread$x({}, opts, {
|
|
12581
12581
|
path: pathBusinessPractices(businessId)
|
|
12582
12582
|
}), {
|
|
12583
12583
|
method: 'get',
|
|
@@ -12622,7 +12622,7 @@ var getBusinessFormPractices = /*#__PURE__*/function () {
|
|
|
12622
12622
|
businessId: businessId,
|
|
12623
12623
|
formId: formId
|
|
12624
12624
|
}, opts.hyperMediaEndpoint);
|
|
12625
|
-
return _context7.abrupt("return", request(_objectSpread$
|
|
12625
|
+
return _context7.abrupt("return", request(_objectSpread$x({}, opts, {
|
|
12626
12626
|
path: pathBusinessFormPractices(businessId, formId)
|
|
12627
12627
|
}), {
|
|
12628
12628
|
method: 'get',
|
|
@@ -12664,7 +12664,7 @@ var getBusinessPracticeUploadUrl = /*#__PURE__*/function () {
|
|
|
12664
12664
|
practiceId: practiceId,
|
|
12665
12665
|
query: query
|
|
12666
12666
|
}, opts.hyperMediaEndpoint);
|
|
12667
|
-
return _context8.abrupt("return", request(_objectSpread$
|
|
12667
|
+
return _context8.abrupt("return", request(_objectSpread$x({}, opts, {
|
|
12668
12668
|
path: pathBusinessPracticeUploadUrl(businessId, practiceId)
|
|
12669
12669
|
}), {
|
|
12670
12670
|
method: 'get',
|
|
@@ -12708,7 +12708,7 @@ var getBusinessStaffPractices = /*#__PURE__*/function () {
|
|
|
12708
12708
|
businessId: businessId,
|
|
12709
12709
|
staffId: staffId
|
|
12710
12710
|
}, opts.hyperMediaEndpoint);
|
|
12711
|
-
return _context9.abrupt("return", request(_objectSpread$
|
|
12711
|
+
return _context9.abrupt("return", request(_objectSpread$x({}, opts, {
|
|
12712
12712
|
path: pathBusinessStaffPractices(businessId, staffId)
|
|
12713
12713
|
}), {
|
|
12714
12714
|
method: 'get',
|
|
@@ -12751,7 +12751,7 @@ var getOrganisationPractices = /*#__PURE__*/function () {
|
|
|
12751
12751
|
utils_doesParamExist["default"]({
|
|
12752
12752
|
organisationId: organisationId
|
|
12753
12753
|
}, opts.hyperMediaEndpoint);
|
|
12754
|
-
return _context10.abrupt("return", request(_objectSpread$
|
|
12754
|
+
return _context10.abrupt("return", request(_objectSpread$x({}, opts, {
|
|
12755
12755
|
path: pathOrganisationPractices(organisationId)
|
|
12756
12756
|
}), {
|
|
12757
12757
|
method: 'get',
|
|
@@ -12790,7 +12790,7 @@ var getPractice = /*#__PURE__*/function () {
|
|
|
12790
12790
|
utils_doesParamExist["default"]({
|
|
12791
12791
|
practiceId: practiceId
|
|
12792
12792
|
}, opts.hyperMediaEndpoint);
|
|
12793
|
-
return _context11.abrupt("return", request(_objectSpread$
|
|
12793
|
+
return _context11.abrupt("return", request(_objectSpread$x({}, opts, {
|
|
12794
12794
|
path: pathPractice(practiceId)
|
|
12795
12795
|
}), {
|
|
12796
12796
|
method: 'get'
|
|
@@ -12819,7 +12819,7 @@ var requestClaimPractice = function requestClaimPractice(practiceId, opts) {
|
|
|
12819
12819
|
opts = {};
|
|
12820
12820
|
}
|
|
12821
12821
|
|
|
12822
|
-
return request(_objectSpread$
|
|
12822
|
+
return request(_objectSpread$x({}, opts, {
|
|
12823
12823
|
path: pathPractice(practiceId) + "/verify/request"
|
|
12824
12824
|
}), {
|
|
12825
12825
|
method: 'post'
|
|
@@ -12837,7 +12837,7 @@ var requestToAddProviderToPractice = function requestToAddProviderToPractice(pra
|
|
|
12837
12837
|
opts = {};
|
|
12838
12838
|
}
|
|
12839
12839
|
|
|
12840
|
-
return request(_objectSpread$
|
|
12840
|
+
return request(_objectSpread$x({}, opts, {
|
|
12841
12841
|
path: pathPractice(practiceId) + "/access/request"
|
|
12842
12842
|
}), {
|
|
12843
12843
|
method: 'post',
|
|
@@ -12861,7 +12861,7 @@ var searchOnboardingPractices = function searchOnboardingPractices(query, opts)
|
|
|
12861
12861
|
opts = {};
|
|
12862
12862
|
}
|
|
12863
12863
|
|
|
12864
|
-
return request(_objectSpread$
|
|
12864
|
+
return request(_objectSpread$x({}, opts, {
|
|
12865
12865
|
path: pathOnboardingPractices()
|
|
12866
12866
|
}), {
|
|
12867
12867
|
method: 'get',
|
|
@@ -12890,7 +12890,7 @@ var updateBusinessPractice = /*#__PURE__*/function () {
|
|
|
12890
12890
|
businessId: businessId,
|
|
12891
12891
|
practiceId: practiceId
|
|
12892
12892
|
}, opts.hyperMediaEndpoint);
|
|
12893
|
-
return _context12.abrupt("return", request(_objectSpread$
|
|
12893
|
+
return _context12.abrupt("return", request(_objectSpread$x({}, opts, {
|
|
12894
12894
|
path: pathBusinessPractice(businessId, practiceId)
|
|
12895
12895
|
}), {
|
|
12896
12896
|
method: 'put',
|
|
@@ -12931,7 +12931,7 @@ var updateOrganisationPractice = /*#__PURE__*/function () {
|
|
|
12931
12931
|
organisationId: organisationId,
|
|
12932
12932
|
practiceId: practiceId
|
|
12933
12933
|
}, opts.hyperMediaEndpoint);
|
|
12934
|
-
return _context13.abrupt("return", request(_objectSpread$
|
|
12934
|
+
return _context13.abrupt("return", request(_objectSpread$x({}, opts, {
|
|
12935
12935
|
path: pathOrganisationPractice(organisationId, practiceId)
|
|
12936
12936
|
}), {
|
|
12937
12937
|
method: 'put',
|
|
@@ -12963,11 +12963,11 @@ var verifyClaimPractice = function verifyClaimPractice(practiceId, otkCode, body
|
|
|
12963
12963
|
opts = {};
|
|
12964
12964
|
}
|
|
12965
12965
|
|
|
12966
|
-
return request(_objectSpread$
|
|
12966
|
+
return request(_objectSpread$x({}, opts, {
|
|
12967
12967
|
path: pathPractice(practiceId) + "/verify"
|
|
12968
12968
|
}), {
|
|
12969
12969
|
method: 'post',
|
|
12970
|
-
data: _objectSpread$
|
|
12970
|
+
data: _objectSpread$x({}, body, {
|
|
12971
12971
|
otkCode: otkCode
|
|
12972
12972
|
})
|
|
12973
12973
|
});
|
|
@@ -12992,7 +12992,7 @@ var clonePracticeIntoBusiness = /*#__PURE__*/function () {
|
|
|
12992
12992
|
utils_doesParamExist["default"]({
|
|
12993
12993
|
practiceId: practiceId
|
|
12994
12994
|
}, opts.hyperMediaEndpoint);
|
|
12995
|
-
return _context14.abrupt("return", request(_objectSpread$
|
|
12995
|
+
return _context14.abrupt("return", request(_objectSpread$x({}, opts, {
|
|
12996
12996
|
path: pathPractice(practiceId) + "/clone"
|
|
12997
12997
|
}), {
|
|
12998
12998
|
method: 'post',
|
|
@@ -13037,7 +13037,7 @@ var getPracticesWithApprovedApplications = /*#__PURE__*/function () {
|
|
|
13037
13037
|
businessId: businessId,
|
|
13038
13038
|
formId: formId
|
|
13039
13039
|
}, opts.hyperMediaEndpoint);
|
|
13040
|
-
return _context15.abrupt("return", request(_objectSpread$
|
|
13040
|
+
return _context15.abrupt("return", request(_objectSpread$x({}, opts, {
|
|
13041
13041
|
path: pathGetPracticesWithApprovedApplications(businessId, formId)
|
|
13042
13042
|
}), {
|
|
13043
13043
|
method: 'get',
|
|
@@ -13080,9 +13080,9 @@ var practices = /*#__PURE__*/Object.freeze({
|
|
|
13080
13080
|
getPracticesWithApprovedApplications: getPracticesWithApprovedApplications
|
|
13081
13081
|
});
|
|
13082
13082
|
|
|
13083
|
-
function ownKeys$
|
|
13083
|
+
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; }
|
|
13084
13084
|
|
|
13085
|
-
function _objectSpread$
|
|
13085
|
+
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__default["default"](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; }
|
|
13086
13086
|
var PATH__PRACTICE_TYPES = '/practicetypes';
|
|
13087
13087
|
/**
|
|
13088
13088
|
* Get practice types
|
|
@@ -13099,7 +13099,7 @@ var getPracticeTypes = /*#__PURE__*/function () {
|
|
|
13099
13099
|
opts = {};
|
|
13100
13100
|
}
|
|
13101
13101
|
|
|
13102
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
13102
|
+
return _context.abrupt("return", request(_objectSpread$w({}, opts, {
|
|
13103
13103
|
path: PATH__PRACTICE_TYPES
|
|
13104
13104
|
}), {
|
|
13105
13105
|
method: 'get'
|
|
@@ -13123,9 +13123,9 @@ var practiceTypes = /*#__PURE__*/Object.freeze({
|
|
|
13123
13123
|
getPracticeTypes: getPracticeTypes
|
|
13124
13124
|
});
|
|
13125
13125
|
|
|
13126
|
-
function ownKeys$
|
|
13126
|
+
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; }
|
|
13127
13127
|
|
|
13128
|
-
function _objectSpread$
|
|
13128
|
+
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__default["default"](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; }
|
|
13129
13129
|
var pathBusinessProducts = function pathBusinessProducts(businessId) {
|
|
13130
13130
|
return "/businesses/" + businessId + "/products";
|
|
13131
13131
|
};
|
|
@@ -13143,7 +13143,7 @@ var getProducts = function getProducts(query, opts) {
|
|
|
13143
13143
|
opts = {};
|
|
13144
13144
|
}
|
|
13145
13145
|
|
|
13146
|
-
return request(_objectSpread$
|
|
13146
|
+
return request(_objectSpread$v({}, opts, {
|
|
13147
13147
|
path: '/products'
|
|
13148
13148
|
}), {
|
|
13149
13149
|
method: 'get',
|
|
@@ -13165,7 +13165,7 @@ var getBusinessProducts = function getBusinessProducts(businessId, query, opts)
|
|
|
13165
13165
|
utils_doesParamExist["default"]({
|
|
13166
13166
|
businessId: businessId
|
|
13167
13167
|
});
|
|
13168
|
-
return request(_objectSpread$
|
|
13168
|
+
return request(_objectSpread$v({}, opts, {
|
|
13169
13169
|
path: pathBusinessProducts(businessId)
|
|
13170
13170
|
}), {
|
|
13171
13171
|
method: 'get',
|
|
@@ -13188,7 +13188,7 @@ var getBusinessProduct = function getBusinessProduct(businessId, productId, opts
|
|
|
13188
13188
|
businessId: businessId,
|
|
13189
13189
|
productId: productId
|
|
13190
13190
|
});
|
|
13191
|
-
return request(_objectSpread$
|
|
13191
|
+
return request(_objectSpread$v({}, opts, {
|
|
13192
13192
|
path: pathBusinessProduct(businessId, productId)
|
|
13193
13193
|
}), {
|
|
13194
13194
|
method: 'get'
|
|
@@ -13204,9 +13204,9 @@ var products = /*#__PURE__*/Object.freeze({
|
|
|
13204
13204
|
getBusinessProduct: getBusinessProduct
|
|
13205
13205
|
});
|
|
13206
13206
|
|
|
13207
|
-
function ownKeys$
|
|
13207
|
+
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; }
|
|
13208
13208
|
|
|
13209
|
-
function _objectSpread$
|
|
13209
|
+
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__default["default"](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; }
|
|
13210
13210
|
var pathBusinessProfessionalCategories = function pathBusinessProfessionalCategories(businessId) {
|
|
13211
13211
|
return "/businesses/" + businessId + "/professionalcategories";
|
|
13212
13212
|
};
|
|
@@ -13225,7 +13225,7 @@ var getProfessionalCategories = function getProfessionalCategories(query, opts)
|
|
|
13225
13225
|
opts = {};
|
|
13226
13226
|
}
|
|
13227
13227
|
|
|
13228
|
-
return request(_objectSpread$
|
|
13228
|
+
return request(_objectSpread$u({}, opts, {
|
|
13229
13229
|
path: pathProfessionalCategories
|
|
13230
13230
|
}), {
|
|
13231
13231
|
method: 'get',
|
|
@@ -13247,7 +13247,7 @@ var getBusinessProfessionalCategories = function getBusinessProfessionalCategori
|
|
|
13247
13247
|
utils_doesParamExist["default"]({
|
|
13248
13248
|
businessId: businessId
|
|
13249
13249
|
});
|
|
13250
|
-
return request(_objectSpread$
|
|
13250
|
+
return request(_objectSpread$u({}, opts, {
|
|
13251
13251
|
path: pathBusinessProfessionalCategories(businessId)
|
|
13252
13252
|
}), {
|
|
13253
13253
|
method: 'get',
|
|
@@ -13268,7 +13268,7 @@ var getProfessionalCategory = function getProfessionalCategory(professionalCateg
|
|
|
13268
13268
|
utils_doesParamExist["default"]({
|
|
13269
13269
|
professionalCategoryId: professionalCategoryId
|
|
13270
13270
|
});
|
|
13271
|
-
return request(_objectSpread$
|
|
13271
|
+
return request(_objectSpread$u({}, opts, {
|
|
13272
13272
|
path: pathProfessionalCategory(professionalCategoryId)
|
|
13273
13273
|
}), {
|
|
13274
13274
|
method: 'get'
|
|
@@ -13285,9 +13285,9 @@ var professionalCategories = /*#__PURE__*/Object.freeze({
|
|
|
13285
13285
|
getProfessionalCategory: getProfessionalCategory
|
|
13286
13286
|
});
|
|
13287
13287
|
|
|
13288
|
-
function ownKeys$
|
|
13288
|
+
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; }
|
|
13289
13289
|
|
|
13290
|
-
function _objectSpread$
|
|
13290
|
+
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__default["default"](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; }
|
|
13291
13291
|
|
|
13292
13292
|
// @ts-expect-error TS(7006): Parameter 'businessId' implicitly has an 'any' typ... Remove this comment to see the full error message
|
|
13293
13293
|
var pathBusinessProviderRequests = function pathBusinessProviderRequests(businessId) {
|
|
@@ -13319,7 +13319,7 @@ var createProviderRequest = /*#__PURE__*/function () {
|
|
|
13319
13319
|
utils_doesParamExist["default"]({
|
|
13320
13320
|
businessId: businessId
|
|
13321
13321
|
}, opts.hyperMediaEndpoint);
|
|
13322
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
13322
|
+
return _context.abrupt("return", request(_objectSpread$t({}, opts, {
|
|
13323
13323
|
path: pathBusinessProviderRequests(businessId)
|
|
13324
13324
|
}), {
|
|
13325
13325
|
method: 'post',
|
|
@@ -13360,7 +13360,7 @@ var requestBusinessPracticeStaffMemberProviderNumberToBeEnabled = /*#__PURE__*/f
|
|
|
13360
13360
|
utils_doesParamExist["default"]({
|
|
13361
13361
|
businessId: businessId
|
|
13362
13362
|
}, opts.hyperMediaEndpoint);
|
|
13363
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
13363
|
+
return _context2.abrupt("return", request(_objectSpread$t({}, opts, {
|
|
13364
13364
|
path: pathBusinessPracticeStaffMemberProviderRequest(businessId, practiceId, staffId)
|
|
13365
13365
|
}), {
|
|
13366
13366
|
method: 'post',
|
|
@@ -13388,9 +13388,9 @@ var providerRequests = /*#__PURE__*/Object.freeze({
|
|
|
13388
13388
|
requestBusinessPracticeStaffMemberProviderNumberToBeEnabled: requestBusinessPracticeStaffMemberProviderNumberToBeEnabled
|
|
13389
13389
|
});
|
|
13390
13390
|
|
|
13391
|
-
function ownKeys$
|
|
13391
|
+
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; }
|
|
13392
13392
|
|
|
13393
|
-
function _objectSpread$
|
|
13393
|
+
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__default["default"](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; }
|
|
13394
13394
|
var pathGetProviderRegistrationTypes = '/providerregistrationtypes';
|
|
13395
13395
|
var pathGetProviderRegistrationType = function pathGetProviderRegistrationType(providerRegistrationTypeId) {
|
|
13396
13396
|
return "/providerregistrationtypes/" + providerRegistrationTypeId;
|
|
@@ -13411,7 +13411,7 @@ var getProviderRegistrationTypes = /*#__PURE__*/function () {
|
|
|
13411
13411
|
opts = {};
|
|
13412
13412
|
}
|
|
13413
13413
|
|
|
13414
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
13414
|
+
return _context.abrupt("return", request(_objectSpread$s({}, opts, {
|
|
13415
13415
|
path: pathGetProviderRegistrationTypes
|
|
13416
13416
|
}), {
|
|
13417
13417
|
method: 'get',
|
|
@@ -13446,7 +13446,7 @@ var getProviderRegistrationType = /*#__PURE__*/function () {
|
|
|
13446
13446
|
opts = {};
|
|
13447
13447
|
}
|
|
13448
13448
|
|
|
13449
|
-
return _context2.abrupt("return", request(_objectSpread$
|
|
13449
|
+
return _context2.abrupt("return", request(_objectSpread$s({}, opts, {
|
|
13450
13450
|
path: pathGetProviderRegistrationType(providerRegistrationTypeId)
|
|
13451
13451
|
}), {
|
|
13452
13452
|
method: 'get'
|
|
@@ -13473,9 +13473,9 @@ var providerRegistrationTypes = /*#__PURE__*/Object.freeze({
|
|
|
13473
13473
|
getProviderRegistrationType: getProviderRegistrationType
|
|
13474
13474
|
});
|
|
13475
13475
|
|
|
13476
|
-
function ownKeys$
|
|
13476
|
+
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; }
|
|
13477
13477
|
|
|
13478
|
-
function _objectSpread$
|
|
13478
|
+
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__default["default"](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; }
|
|
13479
13479
|
var pathProviderNumberTypes = function pathProviderNumberTypes() {
|
|
13480
13480
|
return "/providernumbertypes";
|
|
13481
13481
|
};
|
|
@@ -13502,7 +13502,7 @@ var getProviderNumberTypes = /*#__PURE__*/function () {
|
|
|
13502
13502
|
opts = {};
|
|
13503
13503
|
}
|
|
13504
13504
|
|
|
13505
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
13505
|
+
return _context.abrupt("return", request(_objectSpread$r({}, opts, {
|
|
13506
13506
|
path: pathProviderNumberTypes()
|
|
13507
13507
|
}), {
|
|
13508
13508
|
method: 'get',
|
|
@@ -13540,7 +13540,7 @@ var getProviderNumberType = function getProviderNumberType(providerNumberTypeId,
|
|
|
13540
13540
|
utils_doesParamExist["default"]({
|
|
13541
13541
|
providerNumberTypeId: providerNumberTypeId
|
|
13542
13542
|
}, opts.hyperMediaEndpoint);
|
|
13543
|
-
return request(_objectSpread$
|
|
13543
|
+
return request(_objectSpread$r({}, opts, {
|
|
13544
13544
|
path: pathProviderNumberType(providerNumberTypeId)
|
|
13545
13545
|
}), {
|
|
13546
13546
|
method: 'get',
|
|
@@ -13556,9 +13556,9 @@ var providerNumberTypes = /*#__PURE__*/Object.freeze({
|
|
|
13556
13556
|
getProviderNumberType: getProviderNumberType
|
|
13557
13557
|
});
|
|
13558
13558
|
|
|
13559
|
-
function ownKeys$
|
|
13559
|
+
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; }
|
|
13560
13560
|
|
|
13561
|
-
function _objectSpread$
|
|
13561
|
+
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__default["default"](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; }
|
|
13562
13562
|
var PATH__PROVIDER_TYPES = '/providertypes';
|
|
13563
13563
|
/**
|
|
13564
13564
|
* Get provider types
|
|
@@ -13575,7 +13575,7 @@ var getProviderTypes = /*#__PURE__*/function () {
|
|
|
13575
13575
|
opts = {};
|
|
13576
13576
|
}
|
|
13577
13577
|
|
|
13578
|
-
return _context.abrupt("return", request(_objectSpread$
|
|
13578
|
+
return _context.abrupt("return", request(_objectSpread$q({}, opts, {
|
|
13579
13579
|
path: PATH__PROVIDER_TYPES
|
|
13580
13580
|
}), {
|
|
13581
13581
|
method: 'get'
|
|
@@ -13599,6 +13599,31 @@ var providerTypes = /*#__PURE__*/Object.freeze({
|
|
|
13599
13599
|
getProviderTypes: getProviderTypes
|
|
13600
13600
|
});
|
|
13601
13601
|
|
|
13602
|
+
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; }
|
|
13603
|
+
|
|
13604
|
+
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__default["default"](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; }
|
|
13605
|
+
var pathVerifyClaimNumber = function pathVerifyClaimNumber() {
|
|
13606
|
+
return "/qbe/verify";
|
|
13607
|
+
};
|
|
13608
|
+
var verifyClaimNumber = function verifyClaimNumber(body, opts) {
|
|
13609
|
+
if (opts === void 0) {
|
|
13610
|
+
opts = {};
|
|
13611
|
+
}
|
|
13612
|
+
|
|
13613
|
+
return request(_objectSpread$p({}, opts, {
|
|
13614
|
+
path: pathVerifyClaimNumber()
|
|
13615
|
+
}), {
|
|
13616
|
+
method: 'post',
|
|
13617
|
+
data: body
|
|
13618
|
+
});
|
|
13619
|
+
};
|
|
13620
|
+
|
|
13621
|
+
var qbe = /*#__PURE__*/Object.freeze({
|
|
13622
|
+
__proto__: null,
|
|
13623
|
+
pathVerifyClaimNumber: pathVerifyClaimNumber,
|
|
13624
|
+
verifyClaimNumber: verifyClaimNumber
|
|
13625
|
+
});
|
|
13626
|
+
|
|
13602
13627
|
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; }
|
|
13603
13628
|
|
|
13604
13629
|
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__default["default"](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; }
|
|
@@ -22832,6 +22857,7 @@ var sdkClient = {
|
|
|
22832
22857
|
providerRegistrationTypes: providerRegistrationTypes,
|
|
22833
22858
|
providerNumberTypes: providerNumberTypes,
|
|
22834
22859
|
providerTypes: providerTypes,
|
|
22860
|
+
qbe: qbe,
|
|
22835
22861
|
refSources: refSources,
|
|
22836
22862
|
risk: risk,
|
|
22837
22863
|
rnas: rnas,
|
|
@@ -23952,6 +23978,7 @@ exports.pathUnlinkPracticeProfile = pathUnlinkPracticeProfile;
|
|
|
23952
23978
|
exports.pathUnlinkStaffProfile = pathUnlinkStaffProfile;
|
|
23953
23979
|
exports.pathUpdatePracticeRepresentative = pathUpdatePracticeRepresentative;
|
|
23954
23980
|
exports.pathUploadUrlByBusinessId = pathUploadUrlByBusinessId;
|
|
23981
|
+
exports.pathVerifyClaimNumber = pathVerifyClaimNumber;
|
|
23955
23982
|
exports.pathVerifyEclipse = pathVerifyEclipse;
|
|
23956
23983
|
exports.patients = patients;
|
|
23957
23984
|
exports.pay = pay;
|
|
@@ -24120,6 +24147,7 @@ exports.verifyAccount = verifyAccount;
|
|
|
24120
24147
|
exports.verifyAuthy = verifyAuthy;
|
|
24121
24148
|
exports.verifyBusinessBeneficialOwner = verifyBusinessBeneficialOwner;
|
|
24122
24149
|
exports.verifyBusinessKyc = verifyBusinessKyc;
|
|
24150
|
+
exports.verifyClaimNumber = verifyClaimNumber;
|
|
24123
24151
|
exports.verifyClaimPractice = verifyClaimPractice;
|
|
24124
24152
|
exports.verifyComcare = verifyComcare;
|
|
24125
24153
|
exports.verifyDVA = verifyDVA;
|