@medipass/web-sdk 11.37.8 → 11.38.1-feature-typescript-claudia.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/.eslintrc.cjs +95 -0
- package/CHANGELOG.md +11 -0
- package/babel.config.js +2 -1
- package/lib/index.d.ts +262 -0
- package/lib/index.js +83 -3
- package/lib/{regions-ed54f163.js → regions-a0a28864.js} +2 -2
- package/lib/resources/accounts.d.ts +215 -0
- package/lib/resources/accounts.js +3 -3
- package/lib/resources/actions.d.ts +13 -0
- package/lib/resources/actions.js +3 -3
- package/lib/resources/api-keys.d.ts +24 -0
- package/lib/resources/api-keys.js +3 -3
- package/lib/resources/applications.d.ts +31 -0
- package/lib/resources/applications.js +3 -3
- package/lib/resources/attachments.d.ts +32 -0
- package/lib/resources/attachments.js +3 -3
- package/lib/resources/auth.d.ts +59 -0
- package/lib/resources/auth.js +3 -3
- package/lib/resources/bulk-submits.d.ts +17 -0
- package/lib/resources/bulk-submits.js +3 -3
- package/lib/resources/bulk-uploads.d.ts +26 -0
- package/lib/resources/bulk-uploads.js +3 -3
- package/lib/resources/business-profiles.d.ts +18 -0
- package/lib/resources/business-profiles.js +3 -3
- package/lib/resources/businesses.d.ts +132 -0
- package/lib/resources/businesses.js +3 -3
- package/lib/resources/claim-items.d.ts +31 -0
- package/lib/resources/claim-items.js +3 -3
- package/lib/resources/devices.d.ts +11 -0
- package/lib/resources/devices.js +3 -3
- package/lib/resources/doc-accounts.d.ts +32 -0
- package/lib/resources/doc-accounts.js +3 -3
- package/lib/resources/documents.d.ts +90 -0
- package/lib/resources/documents.js +3 -3
- package/lib/resources/emails.d.ts +14 -0
- package/lib/resources/emails.js +3 -3
- package/lib/resources/form-application-templates.d.ts +20 -0
- package/lib/resources/form-application-templates.js +3 -3
- package/lib/resources/form-applications.d.ts +27 -0
- package/lib/resources/form-applications.js +3 -3
- package/lib/resources/forms.d.ts +100 -0
- package/lib/resources/forms.js +3 -3
- package/lib/resources/funder-services.d.ts +8 -0
- package/lib/resources/funder-services.js +3 -3
- package/lib/resources/funder-settings.d.ts +8 -0
- package/lib/resources/funder-settings.js +3 -3
- package/lib/resources/funders.d.ts +5 -0
- package/lib/resources/funders.js +3 -3
- package/lib/resources/futures.d.ts +85 -0
- package/lib/resources/futures.js +3 -3
- package/lib/resources/health-fund-accounts.d.ts +78 -0
- package/lib/resources/health-fund-accounts.js +3 -3
- package/lib/resources/health-fund-settings.d.ts +39 -0
- package/lib/resources/health-fund-settings.js +3 -3
- package/lib/resources/healthfunds.d.ts +64 -0
- package/lib/resources/healthfunds.js +3 -3
- package/lib/resources/icditems.d.ts +14 -0
- package/lib/resources/icditems.js +3 -3
- package/lib/resources/invoice-scans.d.ts +26 -0
- package/lib/resources/invoice-scans.js +3 -3
- package/lib/resources/jhcs.d.ts +7 -0
- package/lib/resources/jhcs.js +3 -3
- package/lib/resources/kyc.d.ts +109 -0
- package/lib/resources/kyc.js +3 -3
- package/lib/resources/logs.d.ts +16 -0
- package/lib/resources/logs.js +3 -3
- package/lib/resources/members.d.ts +92 -0
- package/lib/resources/members.js +3 -3
- package/lib/resources/message-mappings.d.ts +9 -0
- package/lib/resources/message-mappings.js +3 -3
- package/lib/resources/minions.d.ts +40 -0
- package/lib/resources/minions.js +3 -3
- package/lib/resources/modalities.d.ts +19 -0
- package/lib/resources/modalities.js +3 -3
- package/lib/resources/notes.d.ts +17 -0
- package/lib/resources/notes.js +3 -3
- package/lib/resources/onboarding-applications.d.ts +52 -0
- package/lib/resources/onboarding-applications.js +3 -3
- package/lib/resources/onboarding-requests.d.ts +39 -0
- package/lib/resources/onboarding-requests.js +3 -3
- package/lib/resources/ops.d.ts +60 -0
- package/lib/resources/ops.js +3 -3
- package/lib/resources/organisations.d.ts +7 -0
- package/lib/resources/organisations.js +3 -3
- package/lib/resources/partners.d.ts +50 -0
- package/lib/resources/partners.js +3 -3
- package/lib/resources/patients.d.ts +44 -0
- package/lib/resources/patients.js +3 -3
- package/lib/resources/payments.d.ts +155 -0
- package/lib/resources/payments.js +3 -3
- package/lib/resources/pms.d.ts +43 -0
- package/lib/resources/pms.js +3 -3
- package/lib/resources/practice-profiles.d.ts +20 -0
- package/lib/resources/practice-profiles.js +3 -3
- package/lib/resources/practice-types.d.ts +6 -0
- package/lib/resources/practice-types.js +3 -3
- package/lib/resources/practices.d.ts +137 -0
- package/lib/resources/practices.js +3 -3
- package/lib/resources/products.d.ts +23 -0
- package/lib/resources/products.js +3 -3
- package/lib/resources/professional-categories.d.ts +23 -0
- package/lib/resources/professional-categories.js +3 -3
- package/lib/resources/provider-number-types.d.ts +16 -0
- package/lib/resources/provider-number-types.js +3 -3
- package/lib/resources/provider-registration-types.d.ts +15 -0
- package/lib/resources/provider-registration-types.js +3 -3
- package/lib/resources/provider-requests.d.ts +17 -0
- package/lib/resources/provider-requests.js +3 -3
- package/lib/resources/provider-types.d.ts +6 -0
- package/lib/resources/provider-types.js +3 -3
- package/lib/resources/ref-sources.d.ts +6 -0
- package/lib/resources/ref-sources.js +3 -3
- package/lib/resources/risk.d.ts +13 -0
- package/lib/resources/risk.js +3 -3
- package/lib/resources/rnas.d.ts +43 -0
- package/lib/resources/rnas.js +3 -3
- package/lib/resources/roles.d.ts +7 -0
- package/lib/resources/roles.js +3 -3
- package/lib/resources/self-checkout-sessions.d.ts +134 -0
- package/lib/resources/self-checkout-sessions.js +3 -3
- package/lib/resources/services.d.ts +88 -0
- package/lib/resources/services.js +3 -3
- package/lib/resources/settlements.d.ts +37 -0
- package/lib/resources/settlements.js +4 -3
- package/lib/resources/sign-up.d.ts +5 -0
- package/lib/resources/sign-up.js +3 -3
- package/lib/resources/specialties.d.ts +23 -0
- package/lib/resources/specialties.js +3 -3
- package/lib/resources/staff-profiles.d.ts +20 -0
- package/lib/resources/staff-profiles.js +3 -3
- package/lib/resources/staff.d.ts +242 -0
- package/lib/resources/staff.js +3 -3
- package/lib/resources/statistics.d.ts +56 -0
- package/lib/resources/statistics.js +3 -3
- package/lib/resources/subscriptions.d.ts +32 -0
- package/lib/resources/subscriptions.js +3 -3
- package/lib/resources/terminals.d.ts +71 -0
- package/lib/resources/terminals.js +3 -3
- package/lib/resources/transaction-export.d.ts +18 -0
- package/lib/resources/transaction-export.js +3 -3
- package/lib/resources/transactions.d.ts +466 -0
- package/lib/resources/transactions.js +3 -3
- package/lib/resources/triggers.d.ts +20 -0
- package/lib/resources/triggers.js +3 -3
- package/lib/resources/vendors.d.ts +9 -0
- package/lib/resources/vendors.js +3 -3
- package/lib/resources/verify.d.ts +9 -0
- package/lib/resources/verify.js +3 -3
- package/lib/resources/workers.d.ts +3 -0
- package/lib/resources/workers.js +3 -3
- package/lib/resources/workflow-exceptions.d.ts +5 -0
- package/lib/resources/workflow-exceptions.js +3 -3
- package/lib/services/aws.d.ts +54 -0
- package/lib/services/aws.js +3 -3
- package/lib/services/storage.d.ts +28 -0
- package/lib/services/storage.js +126 -18
- package/lib/services/version.d.ts +21 -0
- package/lib/services/version.js +3 -3
- package/lib/{staff-df3df93e.js → staff-96febcd8.js} +217 -582
- package/lib/types/documents.d.ts +115 -0
- package/lib/types/documents.js +2 -0
- package/lib/types/forms.d.ts +67 -0
- package/lib/types/forms.js +2 -0
- package/lib/types/index.d.ts +42 -0
- package/lib/types/index.js +2 -0
- package/lib/types/message-mappings.d.ts +18 -0
- package/lib/types/message-mappings.js +2 -0
- package/lib/types/notes.d.ts +5 -0
- package/lib/types/notes.js +2 -0
- package/lib/types/products.d.ts +34 -0
- package/lib/types/products.js +2 -0
- package/lib/types/professional-categories.d.ts +20 -0
- package/lib/types/professional-categories.js +2 -0
- package/lib/types/specialties.d.ts +22 -0
- package/lib/types/specialties.js +2 -0
- package/lib/types/subscriptions.d.ts +52 -0
- package/lib/types/subscriptions.js +2 -0
- package/lib/utils/application.d.ts +1 -0
- package/lib/utils/application.js +3 -3
- package/lib/utils/base-urls/core.d.ts +19 -0
- package/lib/utils/base-urls/index.d.ts +37 -0
- package/lib/utils/base-urls/risk.d.ts +17 -0
- package/lib/utils/does-param-exist.d.ts +2 -0
- package/lib/utils/get-axios-error.d.ts +2 -0
- package/lib/utils/param-error.d.ts +3 -0
- package/lib/utils/professions.d.ts +3 -0
- package/lib/utils/professions.js +3 -3
- package/lib/utils/regions.d.ts +1 -0
- package/lib/utils/regions.js +2 -2
- package/lib/utils/request.d.ts +3 -0
- package/lib/utils/request.js +3 -3
- package/lib/utils/staff.d.ts +8 -0
- package/lib/utils/staff.js +3 -3
- package/package.json +19 -9
- package/tsconfig.json +33 -0
- package/.eslintrc +0 -3
- package/lib/_types/documents.js.flow +0 -118
- package/lib/_types/forms.js.flow +0 -57
- package/lib/_types/index.js.flow +0 -47
- package/lib/_types/message-mappings.js.flow +0 -22
- package/lib/_types/notes.js.flow +0 -7
- package/lib/_types/products.js.flow +0 -40
- package/lib/_types/professional-categories.js.flow +0 -25
- package/lib/_types/specialties.js.flow +0 -27
- package/lib/_types/subscriptions.js.flow +0 -58
- package/lib/index.js.flow +0 -438
- package/lib/resources/accounts.js.flow +0 -445
- package/lib/resources/actions.js.flow +0 -25
- package/lib/resources/api-keys.js.flow +0 -54
- package/lib/resources/applications.js.flow +0 -60
- package/lib/resources/attachments.js.flow +0 -75
- package/lib/resources/auth.js.flow +0 -185
- package/lib/resources/bulk-submits.js.flow +0 -43
- package/lib/resources/bulk-uploads.js.flow +0 -56
- package/lib/resources/business-profiles.js.flow +0 -45
- package/lib/resources/businesses.js.flow +0 -267
- package/lib/resources/claim-items.js.flow +0 -76
- package/lib/resources/devices.js.flow +0 -64
- package/lib/resources/doc-accounts.js.flow +0 -61
- package/lib/resources/documents.js.flow +0 -216
- package/lib/resources/emails.js.flow +0 -96
- package/lib/resources/form-application-templates.js.flow +0 -52
- package/lib/resources/form-applications.js.flow +0 -62
- package/lib/resources/forms.js.flow +0 -222
- package/lib/resources/funder-services.js.flow +0 -17
- package/lib/resources/funder-settings.js.flow +0 -58
- package/lib/resources/funders.js.flow +0 -15
- package/lib/resources/futures.js.flow +0 -154
- package/lib/resources/health-fund-accounts.js.flow +0 -198
- package/lib/resources/health-fund-settings.js.flow +0 -104
- package/lib/resources/healthfunds.js.flow +0 -139
- package/lib/resources/icditems.js.flow +0 -36
- package/lib/resources/invoice-scans.js.flow +0 -56
- package/lib/resources/jhcs.js.flow +0 -20
- package/lib/resources/kyc.js.flow +0 -216
- package/lib/resources/logs.js.flow +0 -32
- package/lib/resources/members.js.flow +0 -196
- package/lib/resources/message-mappings.js.flow +0 -25
- package/lib/resources/minions.js.flow +0 -96
- package/lib/resources/modalities.js.flow +0 -46
- package/lib/resources/notes.js.flow +0 -112
- package/lib/resources/onboarding-applications.js.flow +0 -142
- package/lib/resources/onboarding-requests.js.flow +0 -97
- package/lib/resources/ops.js.flow +0 -116
- package/lib/resources/organisations.js.flow +0 -15
- package/lib/resources/partners.js.flow +0 -118
- package/lib/resources/patients.js.flow +0 -102
- package/lib/resources/payments.js.flow +0 -523
- package/lib/resources/pms.js.flow +0 -102
- package/lib/resources/practice-profiles.js.flow +0 -51
- package/lib/resources/practice-types.js.flow +0 -14
- package/lib/resources/practices.js.flow +0 -314
- package/lib/resources/products.js.flow +0 -48
- package/lib/resources/professional-categories.js.flow +0 -56
- package/lib/resources/provider-number-types.js.flow +0 -32
- package/lib/resources/provider-registration-types.js.flow +0 -32
- package/lib/resources/provider-requests.js.flow +0 -46
- package/lib/resources/provider-types.js.flow +0 -14
- package/lib/resources/ref-sources.js.flow +0 -16
- package/lib/resources/risk.js.flow +0 -29
- package/lib/resources/rnas.js.flow +0 -108
- package/lib/resources/roles.js.flow +0 -12
- package/lib/resources/self-checkout-sessions.js.flow +0 -382
- package/lib/resources/services.js.flow +0 -219
- package/lib/resources/settlements.js.flow +0 -79
- package/lib/resources/sign-up.js.flow +0 -15
- package/lib/resources/specialties.js.flow +0 -46
- package/lib/resources/staff-profiles.js.flow +0 -51
- package/lib/resources/staff.js.flow +0 -583
- package/lib/resources/statistics.js.flow +0 -147
- package/lib/resources/subscriptions.js.flow +0 -81
- package/lib/resources/terminals.js.flow +0 -161
- package/lib/resources/transaction-export.js.flow +0 -48
- package/lib/resources/transactions.js.flow +0 -1097
- package/lib/resources/triggers.js.flow +0 -36
- package/lib/resources/vendors.js.flow +0 -28
- package/lib/resources/verify.js.flow +0 -14
- package/lib/resources/workers.js.flow +0 -10
- package/lib/resources/workflow-exceptions.js.flow +0 -17
- package/lib/services/__mocks__/storage.js.flow +0 -30
- package/lib/services/aws.js.flow +0 -339
- package/lib/services/storage.js.flow +0 -92
- package/lib/services/version.js.flow +0 -73
- package/lib/storage-16fd26f8.js +0 -1268
- package/lib/utils/application.js.flow +0 -23
- package/lib/utils/base-urls/core.js.flow +0 -18
- package/lib/utils/base-urls/index.js.flow +0 -7
- package/lib/utils/base-urls/risk.js.flow +0 -16
- package/lib/utils/does-param-exist.js.flow +0 -23
- package/lib/utils/get-axios-error.js.flow +0 -8
- package/lib/utils/param-error.js.flow +0 -8
- package/lib/utils/professions.js.flow +0 -66
- package/lib/utils/regions.js.flow +0 -21
- package/lib/utils/request.js.flow +0 -36
- package/lib/utils/staff.js.flow +0 -81
package/lib/resources/roles.js
CHANGED
|
@@ -18,8 +18,7 @@ require('../utils/param-error.js');
|
|
|
18
18
|
require('../utils/does-param-exist.js');
|
|
19
19
|
require('@medipass/utils/sentry');
|
|
20
20
|
require('../utils/get-axios-error.js');
|
|
21
|
-
require('../
|
|
22
|
-
var request = require('../staff-df3df93e.js');
|
|
21
|
+
var request = require('../staff-96febcd8.js');
|
|
23
22
|
require('lodash/omitBy');
|
|
24
23
|
require('lodash/isEmpty');
|
|
25
24
|
require('store/src/store-engine');
|
|
@@ -27,6 +26,7 @@ require('store/storages/localStorage');
|
|
|
27
26
|
require('store/storages/sessionStorage');
|
|
28
27
|
require('masked');
|
|
29
28
|
require('@medipass/utils/sensitive-keys');
|
|
29
|
+
require('../services/storage.js');
|
|
30
30
|
require('platform');
|
|
31
31
|
require('@medipass/utils/constants');
|
|
32
32
|
require('braintree-web/client');
|
|
@@ -40,7 +40,7 @@ require('../utils/base-urls/core.js');
|
|
|
40
40
|
require('../utils/base-urls/risk.js');
|
|
41
41
|
require('../utils/base-urls/index.js');
|
|
42
42
|
require('js-cookie');
|
|
43
|
-
require('../regions-
|
|
43
|
+
require('../regions-a0a28864.js');
|
|
44
44
|
require('lodash/flatten');
|
|
45
45
|
|
|
46
46
|
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
import type { MedipassRequestOpts } from '../types';
|
|
2
|
+
/**
|
|
3
|
+
* Create a self checkout session
|
|
4
|
+
* @param {Object} body - Request body
|
|
5
|
+
* @param {Object} opts - Additional options
|
|
6
|
+
*/
|
|
7
|
+
export declare const createSelfCheckoutSession: (body: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
8
|
+
/**
|
|
9
|
+
* Approve my self checkout session
|
|
10
|
+
* @param {Object} body - request body
|
|
11
|
+
* @param {Object} opts - Additional options
|
|
12
|
+
*/
|
|
13
|
+
export declare const approve: (body?: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
14
|
+
/**
|
|
15
|
+
* Cancel my self checkout session
|
|
16
|
+
* @param {Object} body - Request body
|
|
17
|
+
* @param {Object} opts - Additional options
|
|
18
|
+
*/
|
|
19
|
+
export declare const cancel: (body?: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
20
|
+
/**
|
|
21
|
+
* Cancel my self checkout session
|
|
22
|
+
* @param {Object} body - Request body
|
|
23
|
+
* @param {Object} opts - Additional options
|
|
24
|
+
*/
|
|
25
|
+
export declare const cancelSession: (body?: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
26
|
+
/**
|
|
27
|
+
* Create invoice for my self checkout session
|
|
28
|
+
* @param {Object} opts - Additional options
|
|
29
|
+
*/
|
|
30
|
+
export declare const createMyInvoice: (opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
31
|
+
/**
|
|
32
|
+
* Create payment authority for my self checkout session
|
|
33
|
+
* @param {Object} opts - Additional options
|
|
34
|
+
*/
|
|
35
|
+
export declare const createPaymentAuthority: (opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
36
|
+
/**
|
|
37
|
+
* Create payment method for my self checkout session
|
|
38
|
+
* @param {String} nonce - Nonce
|
|
39
|
+
* @param {String} source - Source of payment
|
|
40
|
+
* @param {Object} opts - Additional options
|
|
41
|
+
*/
|
|
42
|
+
export declare const createPaymentMethod: (nonce: string, source: string, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
43
|
+
/**
|
|
44
|
+
* Get payment methods for my self checkout session
|
|
45
|
+
* @param {Object} opts - Additional options
|
|
46
|
+
*/
|
|
47
|
+
export declare const getPaymentMethods: (opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
48
|
+
/**
|
|
49
|
+
* Discover member for a self checkout session
|
|
50
|
+
* @param {Object} ids - Find by ids (Accepts: `memberId` and `email`)
|
|
51
|
+
* @param {Object} query - Additional query parameters
|
|
52
|
+
* @param {Object} opts - Additional options
|
|
53
|
+
* @returns {Object} The device data
|
|
54
|
+
*/
|
|
55
|
+
export declare const discoverMember: ({ email, memberId }: {
|
|
56
|
+
email?: string;
|
|
57
|
+
memberId?: string;
|
|
58
|
+
}, query?: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
59
|
+
/**
|
|
60
|
+
* Check for duplicate member
|
|
61
|
+
* @param {Object} body - Additional request body
|
|
62
|
+
* @param {Object} opts - Additional options
|
|
63
|
+
* @returns {Object} The device data
|
|
64
|
+
*/
|
|
65
|
+
export declare const checkDupe: (body: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
66
|
+
/**
|
|
67
|
+
* Get my self checkout session
|
|
68
|
+
* @param {Object} opts - Additional options
|
|
69
|
+
*/
|
|
70
|
+
export declare const getMySelfCheckoutSession: (opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
71
|
+
/**
|
|
72
|
+
* Get transaction for self checkout session
|
|
73
|
+
* @param {Object} opts - Additional options
|
|
74
|
+
*/
|
|
75
|
+
export declare const getMySelfCheckoutSessionTransaction: (checkoutSessionId: string, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
76
|
+
/**
|
|
77
|
+
* Remember me
|
|
78
|
+
* @param {Object} opts - Additional options
|
|
79
|
+
*/
|
|
80
|
+
export declare const rememberMe: (opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
81
|
+
/**
|
|
82
|
+
* Update my self checkout session
|
|
83
|
+
* @param {Object} body - Request body
|
|
84
|
+
* @param {Object} opts - Additional options
|
|
85
|
+
*/
|
|
86
|
+
export declare const updateMySelfCheckoutSession: (body: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
87
|
+
/**
|
|
88
|
+
* Request OTK for a self checkout session
|
|
89
|
+
* @param {String} accountId - Account ID
|
|
90
|
+
* @param {Object} opts - Additional options
|
|
91
|
+
*/
|
|
92
|
+
export declare const requestOtk: (accountId: string, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
93
|
+
/**
|
|
94
|
+
* Add a payment method to a self checkout session
|
|
95
|
+
* @param {Object} body - Config for the method.
|
|
96
|
+
* @param {Object} opts - Additional options
|
|
97
|
+
*/
|
|
98
|
+
export declare const addPaymentMethodToSelfCheckoutSession: (body: {
|
|
99
|
+
data?: Record<string, any>;
|
|
100
|
+
selfCheckoutSession: Record<string, any>;
|
|
101
|
+
}, opts?: MedipassRequestOpts) => Promise<{
|
|
102
|
+
paymentMethod: any;
|
|
103
|
+
selfCheckoutSession: Record<string, any>;
|
|
104
|
+
}>;
|
|
105
|
+
/**
|
|
106
|
+
* Add a member to a self checkout session
|
|
107
|
+
* @param {Object} body - Config for the method.
|
|
108
|
+
* @param {Object} opts - Additional options
|
|
109
|
+
*/
|
|
110
|
+
export declare const addMemberToSelfCheckoutSession: (body?: {
|
|
111
|
+
data?: Record<string, any>;
|
|
112
|
+
selfCheckoutSession?: Record<string, any>;
|
|
113
|
+
}, opts?: MedipassRequestOpts) => Promise<{
|
|
114
|
+
selfCheckoutSession: Record<string, any>;
|
|
115
|
+
}>;
|
|
116
|
+
/**
|
|
117
|
+
* Add a health fund account to a self checkout session
|
|
118
|
+
* @param {Object} body - Config for the method.
|
|
119
|
+
* @param {Object} opts - Additional options
|
|
120
|
+
*/
|
|
121
|
+
export declare const addHealthFundAccountToSelfCheckoutSession: (body: {
|
|
122
|
+
data?: Record<string, any>;
|
|
123
|
+
funder: Record<string, any>;
|
|
124
|
+
selfCheckoutSession: Record<string, any>;
|
|
125
|
+
}, opts?: MedipassRequestOpts) => Promise<{
|
|
126
|
+
healthFundAccount: any;
|
|
127
|
+
selfCheckoutSession: Record<string, any>;
|
|
128
|
+
}>;
|
|
129
|
+
/**
|
|
130
|
+
* Delete payment method
|
|
131
|
+
* @param {String} paymentMethodId - Payment method ID
|
|
132
|
+
* @param {Object} opts - Additional options
|
|
133
|
+
*/
|
|
134
|
+
export declare const deletePaymentMethod: (paymentMethodId: string, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
@@ -18,8 +18,7 @@ require('../utils/param-error.js');
|
|
|
18
18
|
require('../utils/does-param-exist.js');
|
|
19
19
|
require('@medipass/utils/sentry');
|
|
20
20
|
require('../utils/get-axios-error.js');
|
|
21
|
-
require('../
|
|
22
|
-
var request = require('../staff-df3df93e.js');
|
|
21
|
+
var request = require('../staff-96febcd8.js');
|
|
23
22
|
require('lodash/omitBy');
|
|
24
23
|
require('lodash/isEmpty');
|
|
25
24
|
require('store/src/store-engine');
|
|
@@ -27,6 +26,7 @@ require('store/storages/localStorage');
|
|
|
27
26
|
require('store/storages/sessionStorage');
|
|
28
27
|
require('masked');
|
|
29
28
|
require('@medipass/utils/sensitive-keys');
|
|
29
|
+
require('../services/storage.js');
|
|
30
30
|
require('platform');
|
|
31
31
|
require('@medipass/utils/constants');
|
|
32
32
|
require('braintree-web/client');
|
|
@@ -40,7 +40,7 @@ require('../utils/base-urls/core.js');
|
|
|
40
40
|
require('../utils/base-urls/risk.js');
|
|
41
41
|
require('../utils/base-urls/index.js');
|
|
42
42
|
require('js-cookie');
|
|
43
|
-
require('../regions-
|
|
43
|
+
require('../regions-a0a28864.js');
|
|
44
44
|
require('lodash/flatten');
|
|
45
45
|
|
|
46
46
|
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import type { MedipassRequestOpts } from '../types';
|
|
2
|
+
/**
|
|
3
|
+
* Create a business service
|
|
4
|
+
* @param {String} businessId - Business ID
|
|
5
|
+
* @param {String} body - Request body
|
|
6
|
+
* @param {Object} opts - Additional options
|
|
7
|
+
*/
|
|
8
|
+
export declare const createBusinessService: (businessId: string, body: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
9
|
+
/**
|
|
10
|
+
* Create a business practice service
|
|
11
|
+
* @param {String} businessId - Business ID
|
|
12
|
+
* @param {String} practiceId - Practice ID
|
|
13
|
+
* @param {String} body - Request body
|
|
14
|
+
* @param {Object} opts - Additional options
|
|
15
|
+
*/
|
|
16
|
+
export declare const createBusinessPracticeService: (businessId: string, practiceId: string, body: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
17
|
+
/**
|
|
18
|
+
* Delete business service
|
|
19
|
+
* @param {String} businessId - Business ID
|
|
20
|
+
* @param {String} serviceId - Service ID
|
|
21
|
+
* @param {Object} opts - Additional options
|
|
22
|
+
*/
|
|
23
|
+
export declare const deleteBusinessService: (businessId: string, serviceId: string, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
24
|
+
/**
|
|
25
|
+
* Get business service
|
|
26
|
+
* @param {String} businessId - Business ID
|
|
27
|
+
* @param {String} serviceId - Service ID
|
|
28
|
+
* @param {Object} opts - Additional options
|
|
29
|
+
*/
|
|
30
|
+
export declare const getBusinessService: (businessId: string, serviceId: string, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
31
|
+
/**
|
|
32
|
+
* Get business services
|
|
33
|
+
* @param {String} businessId - Business ID
|
|
34
|
+
* @param {String} query - Query parameters
|
|
35
|
+
* @param {Object} opts - Additional options
|
|
36
|
+
*/
|
|
37
|
+
export declare const getBusinessServices: (businessId: string, query?: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
38
|
+
/**
|
|
39
|
+
* Get business practice service
|
|
40
|
+
* @param {String} businessId - Business ID
|
|
41
|
+
* @param {String} practiceId - Practice ID
|
|
42
|
+
* @param {String} serviceId - Service ID
|
|
43
|
+
* @param {Object} opts - Additional options
|
|
44
|
+
*/
|
|
45
|
+
export declare const getBusinessPracticeService: (businessId: string, practiceId: string, serviceId: string, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
46
|
+
/**
|
|
47
|
+
* Get business practice services
|
|
48
|
+
* @param {String} businessId - Business ID
|
|
49
|
+
* @param {String} practiceId - Practice ID
|
|
50
|
+
* @param {String} query - Query parameters
|
|
51
|
+
* @param {Object} opts - Additional options
|
|
52
|
+
*/
|
|
53
|
+
export declare const getBusinessPracticeServices: (businessId: string, practiceId: string, query?: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
54
|
+
/**
|
|
55
|
+
* Get business practice staff member services
|
|
56
|
+
* @param {String} businessId - Business ID
|
|
57
|
+
* @param {String} practiceId - Practice ID
|
|
58
|
+
* @param {String} staffId - Staff ID
|
|
59
|
+
* @param {String} query - Query parameters
|
|
60
|
+
* @param {Object} opts - Additional options
|
|
61
|
+
*/
|
|
62
|
+
export declare const getBusinessPracticeStaffMemberServices: (businessId: string, practiceId: string, staffId: string, query?: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
63
|
+
/**
|
|
64
|
+
* Get business practice staff member service
|
|
65
|
+
* @param {String} businessId - Business ID
|
|
66
|
+
* @param {String} practiceId - Practice ID
|
|
67
|
+
* @param {String} staffId - Staff ID
|
|
68
|
+
* @param {String} serviceId - Service ID
|
|
69
|
+
* @param {String} query - Query parameters
|
|
70
|
+
* @param {Object} opts - Additional options
|
|
71
|
+
*/
|
|
72
|
+
export declare const getBusinessPracticeStaffMemberService: (businessId: string, practiceId: string, staffId: string, serviceId: string, query?: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
73
|
+
/**
|
|
74
|
+
* Get business staff member services
|
|
75
|
+
* @param {String} businessId - Business ID
|
|
76
|
+
* @param {String} staffId - Staff ID
|
|
77
|
+
* @param {String} query - Query parameters
|
|
78
|
+
* @param {Object} opts - Additional options
|
|
79
|
+
*/
|
|
80
|
+
export declare const getBusinessStaffMemberServices: (businessId: string, staffId: string, query?: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
81
|
+
/**
|
|
82
|
+
* Update a business service
|
|
83
|
+
* @param {String} businessId - Business ID
|
|
84
|
+
* @param {String} serviceId - Service ID
|
|
85
|
+
* @param {String} body - Request body
|
|
86
|
+
* @param {Object} opts - Additional options
|
|
87
|
+
*/
|
|
88
|
+
export declare const updateBusinessService: (businessId: string, serviceId: string, body: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
@@ -18,8 +18,7 @@ require('../utils/param-error.js');
|
|
|
18
18
|
require('../utils/does-param-exist.js');
|
|
19
19
|
require('@medipass/utils/sentry');
|
|
20
20
|
require('../utils/get-axios-error.js');
|
|
21
|
-
require('../
|
|
22
|
-
var request = require('../staff-df3df93e.js');
|
|
21
|
+
var request = require('../staff-96febcd8.js');
|
|
23
22
|
require('lodash/omitBy');
|
|
24
23
|
require('lodash/isEmpty');
|
|
25
24
|
require('store/src/store-engine');
|
|
@@ -27,6 +26,7 @@ require('store/storages/localStorage');
|
|
|
27
26
|
require('store/storages/sessionStorage');
|
|
28
27
|
require('masked');
|
|
29
28
|
require('@medipass/utils/sensitive-keys');
|
|
29
|
+
require('../services/storage.js');
|
|
30
30
|
require('platform');
|
|
31
31
|
require('@medipass/utils/constants');
|
|
32
32
|
require('braintree-web/client');
|
|
@@ -40,7 +40,7 @@ require('../utils/base-urls/core.js');
|
|
|
40
40
|
require('../utils/base-urls/risk.js');
|
|
41
41
|
require('../utils/base-urls/index.js');
|
|
42
42
|
require('js-cookie');
|
|
43
|
-
require('../regions-
|
|
43
|
+
require('../regions-a0a28864.js');
|
|
44
44
|
require('lodash/flatten');
|
|
45
45
|
|
|
46
46
|
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import type { MedipassRequestOpts } from '../types';
|
|
2
|
+
/**
|
|
3
|
+
* Get business settlements
|
|
4
|
+
* @param {String} businessId - Business ID
|
|
5
|
+
* @param {Object} query - Query parameters
|
|
6
|
+
* @param {Object} opts - Additional options
|
|
7
|
+
*/
|
|
8
|
+
export declare const getBusinessSettlements: (businessId: string, query?: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
9
|
+
/**
|
|
10
|
+
* Get business settlement summaries
|
|
11
|
+
* @param {String} businessId - Business ID
|
|
12
|
+
* @param {Object} query - Query parameters
|
|
13
|
+
* @param {Object} opts - Additional options
|
|
14
|
+
*/
|
|
15
|
+
export declare const getBusinessSettlementSummaries: (businessId: string, query?: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
16
|
+
/**
|
|
17
|
+
* Get business settlements summaries by period
|
|
18
|
+
* @param {String} businessId - Business ID
|
|
19
|
+
* @param {Object} query - Query parameters
|
|
20
|
+
* @param {Object} opts - Additional options
|
|
21
|
+
*/
|
|
22
|
+
export declare const getBusinessSettlementSummariesByPeriod: (businessId: string, query?: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
23
|
+
/**
|
|
24
|
+
* Get a business's settlement summary by Id
|
|
25
|
+
* @param {String} businessId - Business ID
|
|
26
|
+
* @param {String} settlementSummaryId - Settlement ID
|
|
27
|
+
* @param {Object} query - Query parameters
|
|
28
|
+
* @param {Object} opts - Additional options
|
|
29
|
+
*/
|
|
30
|
+
export declare const getBusinessSettlementSummaryById: (businessId: string, settlementSummaryId: string, query?: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
31
|
+
/**
|
|
32
|
+
* Get business settlement summaries search options
|
|
33
|
+
* @param {String} businessId - Business ID
|
|
34
|
+
* @param {Object} query - Query parameters
|
|
35
|
+
* @param {Object} opts - Additional options
|
|
36
|
+
*/
|
|
37
|
+
export declare const getBusinessSettlementSummariesSearchOptions: (businessId: string, query?: Object, opts?: MedipassRequestOpts) => Promise<Object>;
|
|
@@ -18,8 +18,7 @@ require('../utils/param-error.js');
|
|
|
18
18
|
require('../utils/does-param-exist.js');
|
|
19
19
|
require('@medipass/utils/sentry');
|
|
20
20
|
require('../utils/get-axios-error.js');
|
|
21
|
-
require('../
|
|
22
|
-
var request = require('../staff-df3df93e.js');
|
|
21
|
+
var request = require('../staff-96febcd8.js');
|
|
23
22
|
require('lodash/omitBy');
|
|
24
23
|
require('lodash/isEmpty');
|
|
25
24
|
require('store/src/store-engine');
|
|
@@ -27,6 +26,7 @@ require('store/storages/localStorage');
|
|
|
27
26
|
require('store/storages/sessionStorage');
|
|
28
27
|
require('masked');
|
|
29
28
|
require('@medipass/utils/sensitive-keys');
|
|
29
|
+
require('../services/storage.js');
|
|
30
30
|
require('platform');
|
|
31
31
|
require('@medipass/utils/constants');
|
|
32
32
|
require('braintree-web/client');
|
|
@@ -40,12 +40,13 @@ require('../utils/base-urls/core.js');
|
|
|
40
40
|
require('../utils/base-urls/risk.js');
|
|
41
41
|
require('../utils/base-urls/index.js');
|
|
42
42
|
require('js-cookie');
|
|
43
|
-
require('../regions-
|
|
43
|
+
require('../regions-a0a28864.js');
|
|
44
44
|
require('lodash/flatten');
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
exports.getBusinessSettlementSummaries = request.getBusinessSettlementSummaries;
|
|
49
49
|
exports.getBusinessSettlementSummariesByPeriod = request.getBusinessSettlementSummariesByPeriod;
|
|
50
|
+
exports.getBusinessSettlementSummariesSearchOptions = request.getBusinessSettlementSummariesSearchOptions;
|
|
50
51
|
exports.getBusinessSettlementSummaryById = request.getBusinessSettlementSummaryById;
|
|
51
52
|
exports.getBusinessSettlements = request.getBusinessSettlements;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { MedipassRequestOpts } from '../types';
|
|
2
|
+
export declare const pathBusinessSignUp: () => string;
|
|
3
|
+
export declare const pathSignUp: () => string;
|
|
4
|
+
export declare const createBusinessAccount: (body: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
5
|
+
export declare const createConsumerAccount: (body: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
package/lib/resources/sign-up.js
CHANGED
|
@@ -18,8 +18,7 @@ require('../utils/param-error.js');
|
|
|
18
18
|
require('../utils/does-param-exist.js');
|
|
19
19
|
require('@medipass/utils/sentry');
|
|
20
20
|
require('../utils/get-axios-error.js');
|
|
21
|
-
require('../
|
|
22
|
-
var request = require('../staff-df3df93e.js');
|
|
21
|
+
var request = require('../staff-96febcd8.js');
|
|
23
22
|
require('lodash/omitBy');
|
|
24
23
|
require('lodash/isEmpty');
|
|
25
24
|
require('store/src/store-engine');
|
|
@@ -27,6 +26,7 @@ require('store/storages/localStorage');
|
|
|
27
26
|
require('store/storages/sessionStorage');
|
|
28
27
|
require('masked');
|
|
29
28
|
require('@medipass/utils/sensitive-keys');
|
|
29
|
+
require('../services/storage.js');
|
|
30
30
|
require('platform');
|
|
31
31
|
require('@medipass/utils/constants');
|
|
32
32
|
require('braintree-web/client');
|
|
@@ -40,7 +40,7 @@ require('../utils/base-urls/core.js');
|
|
|
40
40
|
require('../utils/base-urls/risk.js');
|
|
41
41
|
require('../utils/base-urls/index.js');
|
|
42
42
|
require('js-cookie');
|
|
43
|
-
require('../regions-
|
|
43
|
+
require('../regions-a0a28864.js');
|
|
44
44
|
require('lodash/flatten');
|
|
45
45
|
|
|
46
46
|
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { MedipassRequestOpts, GetSpecialtiesQuery, SpecialtyResponse, SpecialtiesResponse } from '../types';
|
|
2
|
+
export declare const pathBusinessSpecialties: (businessId: string) => string;
|
|
3
|
+
export declare const pathSpecialties = "/specialties";
|
|
4
|
+
export declare const pathSpecialty: (specialtyId: string) => string;
|
|
5
|
+
/**
|
|
6
|
+
* Get specialties
|
|
7
|
+
* @param {Object} query - Query parameters
|
|
8
|
+
* @param {Object} opts - Additional options
|
|
9
|
+
*/
|
|
10
|
+
export declare const getSpecialties: (query?: GetSpecialtiesQuery, opts?: MedipassRequestOpts) => Promise<SpecialtiesResponse>;
|
|
11
|
+
/**
|
|
12
|
+
* Get business specialties
|
|
13
|
+
* @param {Object} businessId - Business ID
|
|
14
|
+
* @param {Object} query - Query parameters
|
|
15
|
+
* @param {Object} opts - Additional options
|
|
16
|
+
*/
|
|
17
|
+
export declare const getBusinessSpecialties: (businessId: string, query?: GetSpecialtiesQuery, opts?: MedipassRequestOpts) => Promise<SpecialtiesResponse>;
|
|
18
|
+
/**
|
|
19
|
+
* Get specialty
|
|
20
|
+
* @param {Object} specialtyId - Specialty ID
|
|
21
|
+
* @param {Object} opts - Additional options
|
|
22
|
+
*/
|
|
23
|
+
export declare const getSpecialty: (specialtyId: string, opts?: MedipassRequestOpts) => Promise<SpecialtyResponse>;
|
|
@@ -18,8 +18,7 @@ require('../utils/param-error.js');
|
|
|
18
18
|
require('../utils/does-param-exist.js');
|
|
19
19
|
require('@medipass/utils/sentry');
|
|
20
20
|
require('../utils/get-axios-error.js');
|
|
21
|
-
require('../
|
|
22
|
-
var request = require('../staff-df3df93e.js');
|
|
21
|
+
var request = require('../staff-96febcd8.js');
|
|
23
22
|
require('lodash/omitBy');
|
|
24
23
|
require('lodash/isEmpty');
|
|
25
24
|
require('store/src/store-engine');
|
|
@@ -27,6 +26,7 @@ require('store/storages/localStorage');
|
|
|
27
26
|
require('store/storages/sessionStorage');
|
|
28
27
|
require('masked');
|
|
29
28
|
require('@medipass/utils/sensitive-keys');
|
|
29
|
+
require('../services/storage.js');
|
|
30
30
|
require('platform');
|
|
31
31
|
require('@medipass/utils/constants');
|
|
32
32
|
require('braintree-web/client');
|
|
@@ -40,7 +40,7 @@ require('../utils/base-urls/core.js');
|
|
|
40
40
|
require('../utils/base-urls/risk.js');
|
|
41
41
|
require('../utils/base-urls/index.js');
|
|
42
42
|
require('js-cookie');
|
|
43
|
-
require('../regions-
|
|
43
|
+
require('../regions-a0a28864.js');
|
|
44
44
|
require('lodash/flatten');
|
|
45
45
|
|
|
46
46
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { MedipassRequestOpts } from '../types';
|
|
2
|
+
export declare const pathLinkStaffProfile: (staffProfileId: string) => string;
|
|
3
|
+
export declare const pathOrganisationStaffProfiles: (organisationId: string) => string;
|
|
4
|
+
export declare const pathStaffProfile: (staffProfileId: string) => string;
|
|
5
|
+
export declare const pathUnlinkStaffProfile: (staffProfileId: string) => string;
|
|
6
|
+
declare type StaffProfilesQuery = {
|
|
7
|
+
staffId?: string;
|
|
8
|
+
unlinkedOnly?: boolean;
|
|
9
|
+
from?: string;
|
|
10
|
+
to?: string;
|
|
11
|
+
sort?: string;
|
|
12
|
+
searchText?: string;
|
|
13
|
+
page?: number;
|
|
14
|
+
limit?: number;
|
|
15
|
+
};
|
|
16
|
+
export declare const getOrganisationStaffProfiles: (organisationId: string, query?: StaffProfilesQuery, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
17
|
+
export declare const getStaffProfile: (staffProfileId: string, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
18
|
+
export declare const linkStaffProfile: (staffProfileId: string, staffId: string, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
19
|
+
export declare const unlinkStaffProfile: (staffProfileId: string, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
20
|
+
export {};
|
|
@@ -18,8 +18,7 @@ require('../utils/param-error.js');
|
|
|
18
18
|
require('../utils/does-param-exist.js');
|
|
19
19
|
require('@medipass/utils/sentry');
|
|
20
20
|
require('../utils/get-axios-error.js');
|
|
21
|
-
require('../
|
|
22
|
-
var request = require('../staff-df3df93e.js');
|
|
21
|
+
var request = require('../staff-96febcd8.js');
|
|
23
22
|
require('lodash/omitBy');
|
|
24
23
|
require('lodash/isEmpty');
|
|
25
24
|
require('store/src/store-engine');
|
|
@@ -27,6 +26,7 @@ require('store/storages/localStorage');
|
|
|
27
26
|
require('store/storages/sessionStorage');
|
|
28
27
|
require('masked');
|
|
29
28
|
require('@medipass/utils/sensitive-keys');
|
|
29
|
+
require('../services/storage.js');
|
|
30
30
|
require('platform');
|
|
31
31
|
require('@medipass/utils/constants');
|
|
32
32
|
require('braintree-web/client');
|
|
@@ -40,7 +40,7 @@ require('../utils/base-urls/core.js');
|
|
|
40
40
|
require('../utils/base-urls/risk.js');
|
|
41
41
|
require('../utils/base-urls/index.js');
|
|
42
42
|
require('js-cookie');
|
|
43
|
-
require('../regions-
|
|
43
|
+
require('../regions-a0a28864.js');
|
|
44
44
|
require('lodash/flatten');
|
|
45
45
|
|
|
46
46
|
|