@medipass/web-sdk 12.5.2-chore-upgrade-dependencies.0 → 12.5.2-feature-aged-care-api-changes.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +2 -2
- package/lib/resources/abr.js +2 -2
- package/lib/resources/accounts.js +2 -2
- package/lib/resources/actions.js +2 -2
- package/lib/resources/aged-care.d.ts +10 -6
- package/lib/resources/aged-care.js +6 -2
- package/lib/resources/api-keys.js +2 -2
- package/lib/resources/applePay.js +2 -2
- package/lib/resources/applications.js +2 -2
- package/lib/resources/attachments.d.ts +1 -1
- package/lib/resources/attachments.js +2 -2
- package/lib/resources/auth.js +2 -2
- package/lib/resources/blacklist.js +2 -2
- package/lib/resources/bulk-submits.js +2 -2
- package/lib/resources/bulk-uploads.js +2 -2
- package/lib/resources/business-email-log.js +2 -2
- package/lib/resources/business-profiles.d.ts +1 -1
- package/lib/resources/business-profiles.js +2 -2
- package/lib/resources/businesses.js +2 -2
- package/lib/resources/claim-items.js +2 -2
- package/lib/resources/devices.js +2 -2
- package/lib/resources/doc-accounts.js +2 -2
- package/lib/resources/documents.js +2 -2
- package/lib/resources/emails.js +2 -2
- package/lib/resources/filter-options.js +2 -2
- package/lib/resources/form-application-templates.js +2 -2
- package/lib/resources/form-applications.js +2 -2
- package/lib/resources/forms.js +2 -2
- package/lib/resources/funder-services.js +2 -2
- package/lib/resources/funder-settings.js +2 -2
- package/lib/resources/funder-values.js +2 -2
- package/lib/resources/funders.js +2 -2
- package/lib/resources/futures.js +2 -2
- package/lib/resources/health-fund-accounts.js +2 -2
- package/lib/resources/health-fund-settings.js +2 -2
- package/lib/resources/healthfunds.js +2 -2
- package/lib/resources/icare.js +2 -2
- package/lib/resources/icditems.js +2 -2
- package/lib/resources/invoice-scans.js +2 -2
- package/lib/resources/jhcs.js +2 -2
- package/lib/resources/kyc.js +2 -2
- package/lib/resources/logs.js +2 -2
- package/lib/resources/members.js +2 -2
- package/lib/resources/message-mappings.js +2 -2
- package/lib/resources/minions.js +2 -2
- package/lib/resources/modalities.js +2 -2
- package/lib/resources/notes.js +2 -2
- package/lib/resources/onboarding-applications.js +2 -2
- package/lib/resources/onboarding-requests.js +2 -2
- package/lib/resources/ops.js +2 -2
- package/lib/resources/organisations.js +2 -2
- package/lib/resources/partners.js +2 -2
- package/lib/resources/patients.js +2 -2
- package/lib/resources/payments.d.ts +1 -1
- package/lib/resources/payments.js +2 -2
- package/lib/resources/pms.js +2 -2
- package/lib/resources/practice-profiles.d.ts +1 -1
- package/lib/resources/practice-profiles.js +2 -2
- package/lib/resources/practice-types.js +2 -2
- package/lib/resources/practices.js +2 -2
- package/lib/resources/products.js +2 -2
- package/lib/resources/professional-categories.js +2 -2
- package/lib/resources/provider-number-types.js +2 -2
- package/lib/resources/provider-registration-types.js +2 -2
- package/lib/resources/provider-requests.js +2 -2
- package/lib/resources/provider-types.js +2 -2
- package/lib/resources/qbe.js +2 -2
- package/lib/resources/ref-sources.js +2 -2
- package/lib/resources/risk.js +2 -2
- package/lib/resources/rnas.js +2 -2
- package/lib/resources/roles.js +2 -2
- package/lib/resources/s3-files.js +2 -2
- package/lib/resources/self-checkout-sessions.js +2 -2
- package/lib/resources/services.js +2 -2
- package/lib/resources/settlements.js +2 -2
- package/lib/resources/sign-up.js +2 -2
- package/lib/resources/specialties.js +2 -2
- package/lib/resources/staff-profiles.d.ts +1 -1
- package/lib/resources/staff-profiles.js +2 -2
- package/lib/resources/staff.js +2 -2
- package/lib/resources/statistics.js +2 -2
- package/lib/resources/subscriptions.js +2 -2
- package/lib/resources/terminals.js +2 -2
- package/lib/resources/transaction-export.js +2 -2
- package/lib/resources/transaction-reports.js +2 -2
- package/lib/resources/transactions.d.ts +2 -2
- package/lib/resources/transactions.js +2 -2
- package/lib/resources/triggers.js +2 -2
- package/lib/resources/vendors.js +2 -2
- package/lib/resources/verify.js +2 -2
- package/lib/resources/workers.js +2 -2
- package/lib/resources/workflow-exceptions.js +2 -2
- package/lib/services/aws.js +2 -2
- package/lib/services/storage.d.ts +3 -3
- package/lib/services/version.js +2 -2
- package/lib/{staff-87f6066b.js → staff-e612ce0c.js} +66 -24
- package/lib/types/account.d.ts +1 -1
- package/lib/types/aged-care.d.ts +64 -53
- package/lib/types/business.d.ts +7 -7
- package/lib/types/documents.d.ts +9 -9
- package/lib/types/forms.d.ts +5 -5
- package/lib/types/funder.d.ts +1 -1
- package/lib/types/index.d.ts +4 -4
- package/lib/types/kyc.d.ts +4 -4
- package/lib/types/message-mappings.d.ts +2 -2
- package/lib/types/notes.d.ts +1 -1
- package/lib/types/payment-methods.d.ts +1 -1
- package/lib/types/practice.d.ts +8 -8
- package/lib/types/products.d.ts +3 -3
- package/lib/types/professional-category.d.ts +1 -1
- package/lib/types/provider-registration.d.ts +1 -1
- package/lib/types/provider-set-item.d.ts +1 -1
- package/lib/types/specialty.d.ts +1 -1
- package/lib/types/staff-member.d.ts +4 -4
- package/lib/types/subscription.d.ts +5 -5
- package/lib/types/transaction.d.ts +1 -1
- package/lib/utils/application.js +2 -2
- package/lib/utils/professions.d.ts +1 -1
- package/lib/utils/professions.js +2 -2
- package/lib/utils/request.js +2 -2
- package/lib/utils/staff.js +2 -2
- package/package.json +14 -14
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
+
require('@babel/runtime/regenerator');
|
|
5
6
|
require('@babel/runtime/helpers/defineProperty');
|
|
6
7
|
require('@babel/runtime/helpers/asyncToGenerator');
|
|
7
|
-
require('
|
|
8
|
-
var utils_request = require('../staff-87f6066b.js');
|
|
8
|
+
var utils_request = require('../staff-e612ce0c.js');
|
|
9
9
|
require('../utils/does-param-exist.js');
|
|
10
10
|
require('lodash/merge');
|
|
11
11
|
require('lodash/uniq');
|
|
@@ -4,13 +4,13 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
require('@babel/runtime/helpers/defineProperty');
|
|
6
6
|
require('../utils/does-param-exist.js');
|
|
7
|
-
var utils_request = require('../staff-
|
|
7
|
+
var utils_request = require('../staff-e612ce0c.js');
|
|
8
8
|
require('../utils/param-error.js');
|
|
9
9
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
10
10
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
11
11
|
require('lodash/forOwn');
|
|
12
|
-
require('@babel/runtime/helpers/asyncToGenerator');
|
|
13
12
|
require('@babel/runtime/regenerator');
|
|
13
|
+
require('@babel/runtime/helpers/asyncToGenerator');
|
|
14
14
|
require('lodash/merge');
|
|
15
15
|
require('lodash/uniq');
|
|
16
16
|
require('axios');
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
+
require('@babel/runtime/regenerator');
|
|
5
6
|
require('@babel/runtime/helpers/defineProperty');
|
|
6
7
|
require('@babel/runtime/helpers/asyncToGenerator');
|
|
7
|
-
require('@babel/runtime/regenerator');
|
|
8
8
|
require('../utils/does-param-exist.js');
|
|
9
|
-
var utils_request = require('../staff-
|
|
9
|
+
var utils_request = require('../staff-e612ce0c.js');
|
|
10
10
|
require('../utils/param-error.js');
|
|
11
11
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
12
12
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
+
require('@babel/runtime/regenerator');
|
|
5
6
|
require('@babel/runtime/helpers/defineProperty');
|
|
6
7
|
require('@babel/runtime/helpers/asyncToGenerator');
|
|
7
|
-
require('
|
|
8
|
-
var utils_request = require('../staff-87f6066b.js');
|
|
8
|
+
var utils_request = require('../staff-e612ce0c.js');
|
|
9
9
|
require('../utils/does-param-exist.js');
|
|
10
10
|
require('lodash/merge');
|
|
11
11
|
require('lodash/uniq');
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
+
require('@babel/runtime/regenerator');
|
|
5
6
|
require('@babel/runtime/helpers/defineProperty');
|
|
6
7
|
require('@babel/runtime/helpers/asyncToGenerator');
|
|
7
|
-
require('
|
|
8
|
-
var utils_request = require('../staff-87f6066b.js');
|
|
8
|
+
var utils_request = require('../staff-e612ce0c.js');
|
|
9
9
|
require('lodash/merge');
|
|
10
10
|
require('lodash/uniq');
|
|
11
11
|
require('axios');
|
|
@@ -114,7 +114,7 @@ export declare const deleteTransaction: (transactionId: string, opts?: MedipassR
|
|
|
114
114
|
* @param {Object} opts - Additional options
|
|
115
115
|
*/
|
|
116
116
|
export declare const getBusinessTransactions: (businessId: string, query?: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
117
|
-
export type GetBusinessTransactionQuery = {
|
|
117
|
+
export declare type GetBusinessTransactionQuery = {
|
|
118
118
|
includeDeleted?: boolean;
|
|
119
119
|
refreshTerminalStatus?: boolean;
|
|
120
120
|
};
|
|
@@ -192,7 +192,7 @@ export declare const getTransactionsByMember: (memberId: string, query?: Record<
|
|
|
192
192
|
* @param {Object} opts - Additional options
|
|
193
193
|
*/
|
|
194
194
|
export declare const getHealthFundMemberTransactions: (healthFundId: string, memberId: string, query?: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
195
|
-
export type GetTransactionByTransactionIdQuery = {
|
|
195
|
+
export declare type GetTransactionByTransactionIdQuery = {
|
|
196
196
|
includeDeleted?: boolean;
|
|
197
197
|
refreshTerminalStatus?: boolean;
|
|
198
198
|
};
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
+
require('@babel/runtime/regenerator');
|
|
5
6
|
require('@babel/runtime/helpers/defineProperty');
|
|
6
7
|
require('@babel/runtime/helpers/asyncToGenerator');
|
|
7
|
-
require('
|
|
8
|
-
var utils_request = require('../staff-87f6066b.js');
|
|
8
|
+
var utils_request = require('../staff-e612ce0c.js');
|
|
9
9
|
require('../utils/does-param-exist.js');
|
|
10
10
|
require('lodash/merge');
|
|
11
11
|
require('lodash/uniq');
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
+
require('@babel/runtime/regenerator');
|
|
5
6
|
require('@babel/runtime/helpers/defineProperty');
|
|
6
7
|
require('@babel/runtime/helpers/asyncToGenerator');
|
|
7
|
-
require('
|
|
8
|
-
var utils_request = require('../staff-87f6066b.js');
|
|
8
|
+
var utils_request = require('../staff-e612ce0c.js');
|
|
9
9
|
require('../utils/does-param-exist.js');
|
|
10
10
|
require('lodash/merge');
|
|
11
11
|
require('lodash/uniq');
|
package/lib/resources/vendors.js
CHANGED
|
@@ -4,13 +4,13 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
require('@babel/runtime/helpers/defineProperty');
|
|
6
6
|
require('../utils/does-param-exist.js');
|
|
7
|
-
var utils_request = require('../staff-
|
|
7
|
+
var utils_request = require('../staff-e612ce0c.js');
|
|
8
8
|
require('../utils/param-error.js');
|
|
9
9
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
10
10
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
11
11
|
require('lodash/forOwn');
|
|
12
|
-
require('@babel/runtime/helpers/asyncToGenerator');
|
|
13
12
|
require('@babel/runtime/regenerator');
|
|
13
|
+
require('@babel/runtime/helpers/asyncToGenerator');
|
|
14
14
|
require('lodash/merge');
|
|
15
15
|
require('lodash/uniq');
|
|
16
16
|
require('axios');
|
package/lib/resources/verify.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
+
require('@babel/runtime/regenerator');
|
|
5
6
|
require('@babel/runtime/helpers/defineProperty');
|
|
6
7
|
require('@babel/runtime/helpers/asyncToGenerator');
|
|
7
|
-
require('
|
|
8
|
-
var utils_request = require('../staff-87f6066b.js');
|
|
8
|
+
var utils_request = require('../staff-e612ce0c.js');
|
|
9
9
|
require('lodash/merge');
|
|
10
10
|
require('lodash/uniq');
|
|
11
11
|
require('axios');
|
package/lib/resources/workers.js
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
require('@babel/runtime/helpers/defineProperty');
|
|
6
|
-
var utils_request = require('../staff-
|
|
7
|
-
require('@babel/runtime/helpers/asyncToGenerator');
|
|
6
|
+
var utils_request = require('../staff-e612ce0c.js');
|
|
8
7
|
require('@babel/runtime/regenerator');
|
|
8
|
+
require('@babel/runtime/helpers/asyncToGenerator');
|
|
9
9
|
require('lodash/merge');
|
|
10
10
|
require('lodash/uniq');
|
|
11
11
|
require('axios');
|
|
@@ -4,13 +4,13 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
require('@babel/runtime/helpers/defineProperty');
|
|
6
6
|
require('../utils/does-param-exist.js');
|
|
7
|
-
var utils_request = require('../staff-
|
|
7
|
+
var utils_request = require('../staff-e612ce0c.js');
|
|
8
8
|
require('../utils/param-error.js');
|
|
9
9
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
10
10
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
11
11
|
require('lodash/forOwn');
|
|
12
|
-
require('@babel/runtime/helpers/asyncToGenerator');
|
|
13
12
|
require('@babel/runtime/regenerator');
|
|
13
|
+
require('@babel/runtime/helpers/asyncToGenerator');
|
|
14
14
|
require('lodash/merge');
|
|
15
15
|
require('lodash/uniq');
|
|
16
16
|
require('axios');
|
package/lib/services/aws.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('@babel/runtime/helpers/asyncToGenerator');
|
|
6
5
|
require('@babel/runtime/regenerator');
|
|
6
|
+
require('@babel/runtime/helpers/asyncToGenerator');
|
|
7
7
|
require('axios');
|
|
8
|
-
var utils_request = require('../staff-
|
|
8
|
+
var utils_request = require('../staff-e612ce0c.js');
|
|
9
9
|
require('../utils/param-error.js');
|
|
10
10
|
require('@babel/runtime/helpers/defineProperty');
|
|
11
11
|
require('lodash/merge');
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export type StoreType = 'default' | 'session';
|
|
2
|
-
export type CommonOpts = {
|
|
1
|
+
export declare type StoreType = 'default' | 'session';
|
|
2
|
+
export declare type CommonOpts = {
|
|
3
3
|
storeType?: StoreType;
|
|
4
4
|
};
|
|
5
|
-
export type SetOpts = CommonOpts & {
|
|
5
|
+
export declare type SetOpts = CommonOpts & {
|
|
6
6
|
override?: boolean;
|
|
7
7
|
};
|
|
8
8
|
export declare const clearAll: (opts?: CommonOpts) => void;
|
package/lib/services/version.js
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
require('@babel/runtime/helpers/defineProperty');
|
|
6
|
-
require('@babel/runtime/helpers/asyncToGenerator');
|
|
7
6
|
require('@babel/runtime/regenerator');
|
|
7
|
+
require('@babel/runtime/helpers/asyncToGenerator');
|
|
8
8
|
require('axios');
|
|
9
9
|
require('compare-versions');
|
|
10
10
|
require('lodash/get');
|
|
11
|
-
var utils_request = require('../staff-
|
|
11
|
+
var utils_request = require('../staff-e612ce0c.js');
|
|
12
12
|
require('lodash/merge');
|
|
13
13
|
require('lodash/uniq');
|
|
14
14
|
require('date-fns/differenceInSeconds');
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var _defineProperty = require('@babel/runtime/helpers/defineProperty');
|
|
4
|
-
var _asyncToGenerator = require('@babel/runtime/helpers/asyncToGenerator');
|
|
5
4
|
var _regeneratorRuntime = require('@babel/runtime/regenerator');
|
|
5
|
+
var _asyncToGenerator = require('@babel/runtime/helpers/asyncToGenerator');
|
|
6
6
|
var _merge = require('lodash/merge');
|
|
7
7
|
var _uniq = require('lodash/uniq');
|
|
8
8
|
var axios = require('axios');
|
|
@@ -30,8 +30,8 @@ require('./types/filter-option.js');
|
|
|
30
30
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
31
31
|
|
|
32
32
|
var _defineProperty__default = /*#__PURE__*/_interopDefaultLegacy(_defineProperty);
|
|
33
|
-
var _asyncToGenerator__default = /*#__PURE__*/_interopDefaultLegacy(_asyncToGenerator);
|
|
34
33
|
var _regeneratorRuntime__default = /*#__PURE__*/_interopDefaultLegacy(_regeneratorRuntime);
|
|
34
|
+
var _asyncToGenerator__default = /*#__PURE__*/_interopDefaultLegacy(_asyncToGenerator);
|
|
35
35
|
var _merge__default = /*#__PURE__*/_interopDefaultLegacy(_merge);
|
|
36
36
|
var _uniq__default = /*#__PURE__*/_interopDefaultLegacy(_uniq);
|
|
37
37
|
var axios__default = /*#__PURE__*/_interopDefaultLegacy(axios);
|
|
@@ -189,27 +189,33 @@ var pathSearchCareRecipients = function pathSearchCareRecipients() {
|
|
|
189
189
|
var pathGetServiceProviderDetails = function pathGetServiceProviderDetails(serviceProviderId) {
|
|
190
190
|
return "/agedcare/serviceproviders/" + serviceProviderId;
|
|
191
191
|
};
|
|
192
|
+
var pathRegisteredProvider = function pathRegisteredProvider(registeredProviderId) {
|
|
193
|
+
return "/agedcare/registeredproviders/" + registeredProviderId;
|
|
194
|
+
};
|
|
195
|
+
var pathRegisteredProviders = function pathRegisteredProviders() {
|
|
196
|
+
return "/agedcare/registeredproviders";
|
|
197
|
+
};
|
|
198
|
+
var pathGetServiceProviderAccountSummary = function pathGetServiceProviderAccountSummary(serviceProviderId) {
|
|
199
|
+
return "/agedcare/serviceproviders/" + serviceProviderId + "/accountsummary";
|
|
200
|
+
};
|
|
192
201
|
var pathCreateDraftInvoice = function pathCreateDraftInvoice() {
|
|
193
202
|
return '/transactions/drafts/agedcare/supportathome';
|
|
194
203
|
};
|
|
195
204
|
var pathGetServices = function pathGetServices() {
|
|
196
205
|
return '/agedcare/services';
|
|
197
206
|
};
|
|
198
|
-
var pathOnboard = function pathOnboard() {
|
|
199
|
-
return '/agedcare/onboard';
|
|
200
|
-
};
|
|
201
|
-
var pathRegisteredProviders = function pathRegisteredProviders(registeredProviderId) {
|
|
202
|
-
return "/agedcare/registeredproviders/" + registeredProviderId;
|
|
203
|
-
};
|
|
204
|
-
var pathGetServiceProviderAccountSummary = function pathGetServiceProviderAccountSummary(serviceProviderId) {
|
|
205
|
-
return "/agedcare/serviceproviders/" + serviceProviderId + "/accountsummary";
|
|
206
|
-
};
|
|
207
207
|
var pathGetClaims = function pathGetClaims(businessId) {
|
|
208
208
|
return "/businesses/" + businessId + "/agedcareclaims";
|
|
209
209
|
};
|
|
210
210
|
var pathGetClaim = function pathGetClaim(claimId) {
|
|
211
211
|
return "/agedcare/claims/" + claimId + " ";
|
|
212
212
|
};
|
|
213
|
+
var pathGetTransactionFiles = function pathGetTransactionFiles(transactionId) {
|
|
214
|
+
return "/transactions/" + transactionId + "/transactionfiles";
|
|
215
|
+
};
|
|
216
|
+
var pathGetInvoice = function pathGetInvoice(invoiceId) {
|
|
217
|
+
return "/agedcare/invoices/" + invoiceId;
|
|
218
|
+
};
|
|
213
219
|
var pathGetPaymentStatement = function pathGetPaymentStatement() {
|
|
214
220
|
return "/agedcare/paymentstatement";
|
|
215
221
|
};
|
|
@@ -219,15 +225,15 @@ var pathUploadUrl = function pathUploadUrl() {
|
|
|
219
225
|
var pathInvoiceItemAttachment = function pathInvoiceItemAttachment(invoiceId, itemId) {
|
|
220
226
|
return "/agedcare/invoices/" + invoiceId + "/items/" + itemId + "/attachments";
|
|
221
227
|
};
|
|
222
|
-
var pathGetTransactionFiles = function pathGetTransactionFiles(transactionId) {
|
|
223
|
-
return "/transactions/" + transactionId + "/transactionfiles";
|
|
224
|
-
};
|
|
225
|
-
var pathGetInvoice = function pathGetInvoice(invoiceId) {
|
|
226
|
-
return "/agedcare/invoices/" + invoiceId;
|
|
227
|
-
};
|
|
228
228
|
var pathPaymentItemsReport = function pathPaymentItemsReport() {
|
|
229
229
|
return "/agedcare/paymentitemsreport";
|
|
230
230
|
};
|
|
231
|
+
var pathOnboard = function pathOnboard() {
|
|
232
|
+
return '/agedcare/onboard';
|
|
233
|
+
};
|
|
234
|
+
var pathProdaDetails = function pathProdaDetails() {
|
|
235
|
+
return '/agedcare/prodadetails';
|
|
236
|
+
};
|
|
231
237
|
var pathCreateEnteralFeedingSupplementAttachment = function pathCreateEnteralFeedingSupplementAttachment(supplementId) {
|
|
232
238
|
return "/agedcare/enteralfeedingsupplements/" + supplementId + "/attachments";
|
|
233
239
|
};
|
|
@@ -363,6 +369,18 @@ var getServices$1 = function getServices(query, opts) {
|
|
|
363
369
|
params: query
|
|
364
370
|
});
|
|
365
371
|
};
|
|
372
|
+
var getProdaDetails = function getProdaDetails(query, opts) {
|
|
373
|
+
if (opts === void 0) {
|
|
374
|
+
opts = {};
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
return request(_objectSpread$1m({}, opts, {
|
|
378
|
+
path: pathProdaDetails()
|
|
379
|
+
}), {
|
|
380
|
+
method: 'get',
|
|
381
|
+
params: query
|
|
382
|
+
});
|
|
383
|
+
};
|
|
366
384
|
var onboard = function onboard(body, opts) {
|
|
367
385
|
if (opts === void 0) {
|
|
368
386
|
opts = {};
|
|
@@ -375,7 +393,7 @@ var onboard = function onboard(body, opts) {
|
|
|
375
393
|
data: body
|
|
376
394
|
});
|
|
377
395
|
};
|
|
378
|
-
var
|
|
396
|
+
var getRegisteredProvider = function getRegisteredProvider(registeredProviderId, query, opts) {
|
|
379
397
|
if (query === void 0) {
|
|
380
398
|
query = {};
|
|
381
399
|
}
|
|
@@ -388,7 +406,23 @@ var getRegisteredProviders = function getRegisteredProviders(registeredProviderI
|
|
|
388
406
|
registeredProviderId: registeredProviderId
|
|
389
407
|
}, opts.hyperMediaEndpoint);
|
|
390
408
|
return request(_objectSpread$1m({}, opts, {
|
|
391
|
-
path:
|
|
409
|
+
path: pathRegisteredProvider(registeredProviderId)
|
|
410
|
+
}), {
|
|
411
|
+
method: 'get',
|
|
412
|
+
params: query
|
|
413
|
+
});
|
|
414
|
+
};
|
|
415
|
+
var getRegisteredProviders = function getRegisteredProviders(query, opts) {
|
|
416
|
+
if (query === void 0) {
|
|
417
|
+
query = {};
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
if (opts === void 0) {
|
|
421
|
+
opts = {};
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
return request(_objectSpread$1m({}, opts, {
|
|
425
|
+
path: pathRegisteredProviders()
|
|
392
426
|
}), {
|
|
393
427
|
method: 'get',
|
|
394
428
|
params: query
|
|
@@ -985,19 +1019,21 @@ var agedCare = /*#__PURE__*/Object.freeze({
|
|
|
985
1019
|
pathGetCareRecipientDetails: pathGetCareRecipientDetails,
|
|
986
1020
|
pathSearchCareRecipients: pathSearchCareRecipients,
|
|
987
1021
|
pathGetServiceProviderDetails: pathGetServiceProviderDetails,
|
|
988
|
-
|
|
989
|
-
pathGetServices: pathGetServices,
|
|
990
|
-
pathOnboard: pathOnboard,
|
|
1022
|
+
pathRegisteredProvider: pathRegisteredProvider,
|
|
991
1023
|
pathRegisteredProviders: pathRegisteredProviders,
|
|
992
1024
|
pathGetServiceProviderAccountSummary: pathGetServiceProviderAccountSummary,
|
|
1025
|
+
pathCreateDraftInvoice: pathCreateDraftInvoice,
|
|
1026
|
+
pathGetServices: pathGetServices,
|
|
993
1027
|
pathGetClaims: pathGetClaims,
|
|
994
1028
|
pathGetClaim: pathGetClaim,
|
|
1029
|
+
pathGetTransactionFiles: pathGetTransactionFiles,
|
|
1030
|
+
pathGetInvoice: pathGetInvoice,
|
|
995
1031
|
pathGetPaymentStatement: pathGetPaymentStatement,
|
|
996
1032
|
pathUploadUrl: pathUploadUrl,
|
|
997
1033
|
pathInvoiceItemAttachment: pathInvoiceItemAttachment,
|
|
998
|
-
pathGetTransactionFiles: pathGetTransactionFiles,
|
|
999
|
-
pathGetInvoice: pathGetInvoice,
|
|
1000
1034
|
pathPaymentItemsReport: pathPaymentItemsReport,
|
|
1035
|
+
pathOnboard: pathOnboard,
|
|
1036
|
+
pathProdaDetails: pathProdaDetails,
|
|
1001
1037
|
pathCreateEnteralFeedingSupplementAttachment: pathCreateEnteralFeedingSupplementAttachment,
|
|
1002
1038
|
pathCreateOxygenSupplementAttachment: pathCreateOxygenSupplementAttachment,
|
|
1003
1039
|
pathGetIndividualContributions: pathGetIndividualContributions,
|
|
@@ -1022,7 +1058,9 @@ var agedCare = /*#__PURE__*/Object.freeze({
|
|
|
1022
1058
|
searchCareRecipients: searchCareRecipients,
|
|
1023
1059
|
getServiceProviderDetails: getServiceProviderDetails,
|
|
1024
1060
|
getServices: getServices$1,
|
|
1061
|
+
getProdaDetails: getProdaDetails,
|
|
1025
1062
|
onboard: onboard,
|
|
1063
|
+
getRegisteredProvider: getRegisteredProvider,
|
|
1026
1064
|
getRegisteredProviders: getRegisteredProviders,
|
|
1027
1065
|
getServiceProviderAccountSummary: getServiceProviderAccountSummary,
|
|
1028
1066
|
getClaims: getClaims,
|
|
@@ -25251,6 +25289,7 @@ exports.getPracticeKyc = getPracticeKyc;
|
|
|
25251
25289
|
exports.getPracticeProfile = getPracticeProfile;
|
|
25252
25290
|
exports.getPracticeTypes = getPracticeTypes;
|
|
25253
25291
|
exports.getPracticesWithApprovedApplications = getPracticesWithApprovedApplications;
|
|
25292
|
+
exports.getProdaDetails = getProdaDetails;
|
|
25254
25293
|
exports.getProducts = getProducts;
|
|
25255
25294
|
exports.getProfessionalCategories = getProfessionalCategories;
|
|
25256
25295
|
exports.getProfessionalCategory = getProfessionalCategory;
|
|
@@ -25262,6 +25301,7 @@ exports.getProviderSetItemOnboardingApplication = getProviderSetItemOnboardingAp
|
|
|
25262
25301
|
exports.getProviderTypes = getProviderTypes;
|
|
25263
25302
|
exports.getProvidersStatus = getProvidersStatus;
|
|
25264
25303
|
exports.getRefSources = getRefSources;
|
|
25304
|
+
exports.getRegisteredProvider = getRegisteredProvider;
|
|
25265
25305
|
exports.getRegisteredProviders = getRegisteredProviders;
|
|
25266
25306
|
exports.getRoles = getRoles;
|
|
25267
25307
|
exports.getS3SignedUrl = getS3SignedUrl;
|
|
@@ -25492,12 +25532,14 @@ exports.pathPracticeKycVerify = pathPracticeKycVerify;
|
|
|
25492
25532
|
exports.pathPracticeOnboardingApplications = pathPracticeOnboardingApplications;
|
|
25493
25533
|
exports.pathPracticeProfile = pathPracticeProfile;
|
|
25494
25534
|
exports.pathProcessingRequests = pathProcessingRequests;
|
|
25535
|
+
exports.pathProdaDetails = pathProdaDetails;
|
|
25495
25536
|
exports.pathProfessionalCategories = pathProfessionalCategories;
|
|
25496
25537
|
exports.pathProfessionalCategory = pathProfessionalCategory;
|
|
25497
25538
|
exports.pathProviderNumberType = pathProviderNumberType;
|
|
25498
25539
|
exports.pathProviderNumberTypes = pathProviderNumberTypes;
|
|
25499
25540
|
exports.pathProviderSetItemOnboardingApplication = pathProviderSetItemOnboardingApplication;
|
|
25500
25541
|
exports.pathProviderSetItemOnboardingApplications = pathProviderSetItemOnboardingApplications;
|
|
25542
|
+
exports.pathRegisteredProvider = pathRegisteredProvider;
|
|
25501
25543
|
exports.pathRegisteredProviders = pathRegisteredProviders;
|
|
25502
25544
|
exports.pathRequestTransactionReport = pathRequestTransactionReport;
|
|
25503
25545
|
exports.pathRequestVerificationSupport = pathRequestVerificationSupport;
|