@medipass/web-sdk 11.58.1-feature-healthpoint-registration-application-endpoints.0 → 11.58.1-feature-export-daily-remittance-endpoints.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 +1 -1
- package/lib/resources/abr.js +1 -1
- package/lib/resources/accounts.js +1 -1
- package/lib/resources/actions.js +1 -1
- package/lib/resources/api-keys.js +1 -1
- package/lib/resources/applications.js +1 -1
- package/lib/resources/attachments.js +1 -1
- package/lib/resources/auth.js +1 -1
- package/lib/resources/blacklist.js +1 -1
- package/lib/resources/bulk-submits.js +1 -1
- package/lib/resources/bulk-uploads.js +1 -1
- package/lib/resources/business-profiles.js +1 -1
- package/lib/resources/businesses.js +1 -1
- package/lib/resources/claim-items.js +1 -1
- package/lib/resources/devices.js +1 -1
- package/lib/resources/doc-accounts.js +1 -1
- package/lib/resources/documents.d.ts +1 -26
- package/lib/resources/documents.js +1 -6
- package/lib/resources/emails.js +1 -1
- package/lib/resources/filter-options.js +1 -1
- package/lib/resources/form-application-templates.js +1 -1
- package/lib/resources/form-applications.js +1 -1
- package/lib/resources/forms.js +1 -1
- package/lib/resources/funder-services.js +1 -1
- package/lib/resources/funder-settings.js +1 -1
- package/lib/resources/funder-values.js +1 -1
- package/lib/resources/funders.js +1 -1
- package/lib/resources/futures.js +1 -1
- package/lib/resources/health-fund-accounts.js +1 -1
- package/lib/resources/health-fund-settings.js +1 -1
- package/lib/resources/healthfunds.js +1 -1
- package/lib/resources/icditems.js +1 -1
- package/lib/resources/invoice-scans.js +1 -1
- package/lib/resources/jhcs.js +1 -1
- package/lib/resources/kyc.js +1 -1
- package/lib/resources/logs.js +1 -1
- package/lib/resources/members.js +1 -1
- package/lib/resources/message-mappings.js +1 -1
- package/lib/resources/minions.js +1 -1
- package/lib/resources/modalities.js +1 -1
- package/lib/resources/notes.js +1 -1
- package/lib/resources/onboarding-applications.js +1 -1
- package/lib/resources/onboarding-requests.js +1 -1
- package/lib/resources/ops.js +1 -1
- package/lib/resources/organisations.js +1 -1
- package/lib/resources/partners.js +1 -1
- package/lib/resources/patients.js +1 -1
- package/lib/resources/payments.js +1 -1
- package/lib/resources/pms.js +1 -1
- package/lib/resources/practice-profiles.js +1 -1
- package/lib/resources/practice-types.js +1 -1
- package/lib/resources/practices.js +1 -1
- package/lib/resources/products.js +1 -1
- package/lib/resources/professional-categories.js +1 -1
- package/lib/resources/provider-number-types.js +1 -1
- package/lib/resources/provider-registration-types.js +1 -1
- package/lib/resources/provider-requests.js +1 -1
- package/lib/resources/provider-types.js +1 -1
- package/lib/resources/ref-sources.js +1 -1
- package/lib/resources/risk.js +1 -1
- package/lib/resources/rnas.js +1 -1
- package/lib/resources/roles.js +1 -1
- package/lib/resources/self-checkout-sessions.js +1 -1
- package/lib/resources/services.js +1 -1
- package/lib/resources/settlements.d.ts +35 -1
- package/lib/resources/settlements.js +4 -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-bd374256.js → staff-e73cf1d1.js} +76 -89
- package/lib/types/business.d.ts +3 -14
- package/lib/types/documents.d.ts +1 -57
- package/lib/types/index.d.ts +1 -0
- package/lib/types/provider-set-item.d.ts +11 -35
- package/lib/types/settlement-export.d.ts +23 -0
- package/lib/types/settlement-export.js +2 -0
- package/lib/types/staff-member.d.ts +1 -7
- package/lib/utils/application.js +1 -1
- package/lib/utils/professions.js +1 -1
- package/lib/utils/request.js +1 -1
- package/lib/utils/staff.js +1 -1
- package/package.json +3 -3
package/lib/types/documents.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { PaginationMeta, PaginatedQuery
|
|
1
|
+
import type { PaginationMeta, PaginatedQuery } from './index';
|
|
2
2
|
/** START: Query */
|
|
3
3
|
export declare type BusinessDocumentsQuery = PaginatedQuery & {
|
|
4
4
|
isPublished?: boolean;
|
|
@@ -107,65 +107,9 @@ export declare type HealthFundDocumentResponse = {
|
|
|
107
107
|
isPublished?: boolean;
|
|
108
108
|
created: string;
|
|
109
109
|
modified: string;
|
|
110
|
-
_links: {
|
|
111
|
-
self: {
|
|
112
|
-
assign?: string;
|
|
113
|
-
approve?: string;
|
|
114
|
-
archive?: string;
|
|
115
|
-
cease?: string;
|
|
116
|
-
close?: string;
|
|
117
|
-
decline?: string;
|
|
118
|
-
park?: string;
|
|
119
|
-
read?: string;
|
|
120
|
-
unarchive?: string;
|
|
121
|
-
};
|
|
122
|
-
};
|
|
123
110
|
};
|
|
124
111
|
export declare type HealthFundDocumentsResponse = {
|
|
125
112
|
meta: PaginationMeta;
|
|
126
113
|
items: Array<HealthFundDocumentResponse>;
|
|
127
114
|
};
|
|
128
115
|
/** END: Responses */
|
|
129
|
-
/** START: Responses */
|
|
130
|
-
export interface HealthPointRegistrationApplicationResponse {
|
|
131
|
-
business: ShortBusinessResponse;
|
|
132
|
-
created: string;
|
|
133
|
-
devicesRequested?: number;
|
|
134
|
-
errorMessage?: string;
|
|
135
|
-
formId: string;
|
|
136
|
-
funderId: string;
|
|
137
|
-
healthFundId: string;
|
|
138
|
-
healthpoint: {
|
|
139
|
-
deviceIds: [];
|
|
140
|
-
digitalId: string;
|
|
141
|
-
orgId: string;
|
|
142
|
-
providerNumbers: [];
|
|
143
|
-
siteId: string;
|
|
144
|
-
};
|
|
145
|
-
isMidChecked?: boolean;
|
|
146
|
-
isMidCheckedForSettlement?: boolean;
|
|
147
|
-
isMidEnabled?: boolean;
|
|
148
|
-
modified: string;
|
|
149
|
-
practice: ShortPracticeResponse;
|
|
150
|
-
staffs: ShortStaffMemberResponse[];
|
|
151
|
-
status: string;
|
|
152
|
-
_id: string;
|
|
153
|
-
}
|
|
154
|
-
/** END: Responses */
|
|
155
|
-
/** START: Requests */
|
|
156
|
-
export interface UpdateHealthPointRegistrationApplicationBody {
|
|
157
|
-
isMidChecked: boolean;
|
|
158
|
-
isMidEnabled: boolean;
|
|
159
|
-
isMidCheckedForSettlement: boolean;
|
|
160
|
-
staffs: {
|
|
161
|
-
_id: string;
|
|
162
|
-
providerSet: {
|
|
163
|
-
_id: string;
|
|
164
|
-
isCertificationMatch: boolean;
|
|
165
|
-
}[];
|
|
166
|
-
}[];
|
|
167
|
-
}
|
|
168
|
-
export interface ActivateHealthPointDigitalClaimingBody {
|
|
169
|
-
numberOfDevices: number;
|
|
170
|
-
}
|
|
171
|
-
/** END: Requests */
|
package/lib/types/index.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ export * from './staff-member';
|
|
|
22
22
|
export * from './specialty';
|
|
23
23
|
export * from './subscriptions';
|
|
24
24
|
export * from './virus-scan';
|
|
25
|
+
export * from './settlement-export';
|
|
25
26
|
export declare type MedipassRequestOpts = {
|
|
26
27
|
baseUrl?: string;
|
|
27
28
|
hyperMediaEndpoint?: string | null | undefined;
|
|
@@ -3,9 +3,7 @@ export interface ProviderSetItem {
|
|
|
3
3
|
created: string;
|
|
4
4
|
funderId: string;
|
|
5
5
|
healthFundOverrides: string[];
|
|
6
|
-
healthpoint?:
|
|
7
|
-
settlement: HealthPointSettlementAttributes;
|
|
8
|
-
};
|
|
6
|
+
healthpoint?: HealthPointProviderSetAttributes;
|
|
9
7
|
practiceId: string;
|
|
10
8
|
professionalCategoryId: string;
|
|
11
9
|
providerNumber: string;
|
|
@@ -22,9 +20,7 @@ export interface ProviderSetItemRequestBody {
|
|
|
22
20
|
providerNumber: string;
|
|
23
21
|
specialtyIds: string[];
|
|
24
22
|
hicaps?: HicapsProviderSetAttributes;
|
|
25
|
-
healthpoint?:
|
|
26
|
-
settlement: HealthPointSettlementAttributes;
|
|
27
|
-
};
|
|
23
|
+
healthpoint?: HealthPointProviderSetAttributes;
|
|
28
24
|
}
|
|
29
25
|
export interface HicapsProviderSetAttributes {
|
|
30
26
|
address?: string;
|
|
@@ -43,35 +39,15 @@ export declare type ParsedProviderSetItem = ProviderSetItem & {
|
|
|
43
39
|
professionalCategory: ProfessionalCategory | undefined;
|
|
44
40
|
specialties: Specialty[];
|
|
45
41
|
providerRegistrationType: ProviderRegistrationType | undefined;
|
|
46
|
-
healthpoint?:
|
|
47
|
-
settlement: HealthPointSettlementAttributes;
|
|
48
|
-
};
|
|
42
|
+
healthpoint?: HealthPointProviderSetAttributes;
|
|
49
43
|
};
|
|
50
|
-
export interface
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
}
|
|
58
|
-
export interface HealthPointProviderSetFilesAttributes {
|
|
59
|
-
category: string;
|
|
60
|
-
displayName: string;
|
|
61
|
-
url: string;
|
|
62
|
-
}
|
|
63
|
-
export interface HealthPointProviderSetItemResponse {
|
|
64
|
-
files: HealthPointProviderSetFilesAttributes[];
|
|
65
|
-
isCertificationMatch?: boolean;
|
|
66
|
-
professionalCategory: {
|
|
67
|
-
_id: string;
|
|
68
|
-
displayName: string;
|
|
44
|
+
export interface HealthPointProviderSetAttributes {
|
|
45
|
+
settlement: {
|
|
46
|
+
bankAccount: {
|
|
47
|
+
accountName: string;
|
|
48
|
+
accountNumber: string;
|
|
49
|
+
bankName: string;
|
|
50
|
+
bsb: string;
|
|
51
|
+
};
|
|
69
52
|
};
|
|
70
|
-
providerNumber: string;
|
|
71
|
-
settlement: HealthPointSettlementAttributes;
|
|
72
|
-
specialties: {
|
|
73
|
-
_id: string;
|
|
74
|
-
displayName: string;
|
|
75
|
-
}[];
|
|
76
|
-
_id: string;
|
|
77
53
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export interface CheckStatusOfBusinessSettlementExport {
|
|
2
|
+
businessId: string;
|
|
3
|
+
created: string;
|
|
4
|
+
file: {
|
|
5
|
+
contentType: string;
|
|
6
|
+
fileErrors: any[];
|
|
7
|
+
filename: string;
|
|
8
|
+
s3Bucket: string;
|
|
9
|
+
s3Key: string;
|
|
10
|
+
};
|
|
11
|
+
modified: string;
|
|
12
|
+
organisationId: string;
|
|
13
|
+
origination: string;
|
|
14
|
+
status: string;
|
|
15
|
+
statusHistory: {
|
|
16
|
+
status: string;
|
|
17
|
+
createdByAccountId: string;
|
|
18
|
+
createdByAccountUsername: string;
|
|
19
|
+
createdByApplicationId: string;
|
|
20
|
+
created: string;
|
|
21
|
+
}[];
|
|
22
|
+
_id: string;
|
|
23
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ProviderSetItem
|
|
1
|
+
import type { ProviderSetItem } from './provider-set-item';
|
|
2
2
|
import type { ProviderRegistration } from './provider-registration';
|
|
3
3
|
export declare type HealthFundOverride = {
|
|
4
4
|
healthFundId: string;
|
|
@@ -29,12 +29,6 @@ export declare type StaffMember = {
|
|
|
29
29
|
mobile: string;
|
|
30
30
|
_links: StaffLinks;
|
|
31
31
|
};
|
|
32
|
-
export declare type ShortStaffMemberResponse = {
|
|
33
|
-
firstName: string;
|
|
34
|
-
lastName: string;
|
|
35
|
-
providerSet: HealthPointProviderSetItemResponse[];
|
|
36
|
-
_id: string;
|
|
37
|
-
};
|
|
38
32
|
declare type StaffLinks = {
|
|
39
33
|
self: Links;
|
|
40
34
|
practices: Links;
|
package/lib/utils/application.js
CHANGED
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('./get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-e73cf1d1.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('./param-error.js');
|
package/lib/utils/professions.js
CHANGED
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('./get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-e73cf1d1.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('./param-error.js');
|
package/lib/utils/request.js
CHANGED
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('./get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-e73cf1d1.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('./param-error.js');
|
package/lib/utils/staff.js
CHANGED
|
@@ -14,7 +14,7 @@ require('lodash/forOwn');
|
|
|
14
14
|
require('lodash/get');
|
|
15
15
|
require('@medipass/utils/sentry');
|
|
16
16
|
require('./get-axios-error.js');
|
|
17
|
-
var request = require('../staff-
|
|
17
|
+
var request = require('../staff-e73cf1d1.js');
|
|
18
18
|
require('@babel/runtime/helpers/inheritsLoose');
|
|
19
19
|
require('@babel/runtime/helpers/wrapNativeSuper');
|
|
20
20
|
require('./param-error.js');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/web-sdk",
|
|
3
|
-
"version": "11.58.1-feature-
|
|
3
|
+
"version": "11.58.1-feature-export-daily-remittance-endpoints.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@babel/plugin-transform-runtime": "7.8.3",
|
|
49
|
-
"@medipass/utils": "^11.77.
|
|
49
|
+
"@medipass/utils": "^11.77.4",
|
|
50
50
|
"@types/jest": "28.1.6",
|
|
51
51
|
"@types/mocha": "9.1.1",
|
|
52
52
|
"@types/node": "18.7.1",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"resolutions": {
|
|
59
59
|
"react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "f4ed8a5827ac24a10888e6a7f1604310864ac2df"
|
|
62
62
|
}
|