@medipass/web-sdk 12.9.0 → 12.9.1-feature-aged-care-search-apis.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/aged-care.d.ts +10 -0
- package/lib/resources/aged-care.js +11 -1
- package/lib/resources/api-keys.js +1 -1
- package/lib/resources/applePay.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-email-log.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/icare.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.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/s3-files.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/transaction-reports.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-0804e407.js → staff-70267c45.js} +116 -1
- package/lib/types/aged-care.d.ts +113 -0
- 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
package/lib/types/aged-care.d.ts
CHANGED
|
@@ -160,14 +160,18 @@ export interface ServiceProviderDetailsResponse {
|
|
|
160
160
|
}
|
|
161
161
|
export interface SearchCareRecipientsQuery {
|
|
162
162
|
businessId?: string;
|
|
163
|
+
careRecipientId?: string;
|
|
163
164
|
registeredProviderId?: string;
|
|
164
165
|
firstName?: string;
|
|
166
|
+
middleName?: string;
|
|
165
167
|
lastName?: string;
|
|
166
168
|
birthDate?: string;
|
|
167
169
|
gender?: string;
|
|
168
170
|
myAgedCareGatewayId?: string;
|
|
169
171
|
sparcId?: string;
|
|
170
172
|
sortFields?: string;
|
|
173
|
+
postCode?: string;
|
|
174
|
+
state?: string;
|
|
171
175
|
}
|
|
172
176
|
export declare type SearchCareRecipient = {
|
|
173
177
|
careRecipientId: string;
|
|
@@ -1340,3 +1344,112 @@ export declare type CreatePaymentStatementDownloadRequestBody = {
|
|
|
1340
1344
|
export declare type CreatePaymentStatementDownloadRequestResponse = {
|
|
1341
1345
|
userDownloadId: string;
|
|
1342
1346
|
};
|
|
1347
|
+
export declare type GetLegacyServiceProviderDetailsQuery = {
|
|
1348
|
+
businessId?: string;
|
|
1349
|
+
registeredProviderId?: string;
|
|
1350
|
+
serviceNapsId?: string;
|
|
1351
|
+
serviceId?: string;
|
|
1352
|
+
providerId?: string;
|
|
1353
|
+
serviceName?: string;
|
|
1354
|
+
sort?: 'asc' | 'desc';
|
|
1355
|
+
'sort-fields'?: 'serviceName' | 'serviceId';
|
|
1356
|
+
};
|
|
1357
|
+
export declare type LegacyServiceProvider = {
|
|
1358
|
+
serviceId: string;
|
|
1359
|
+
serviceNapsId: string;
|
|
1360
|
+
providerId: string;
|
|
1361
|
+
serviceName: string;
|
|
1362
|
+
careTypeCode: string;
|
|
1363
|
+
operationalStatus: string;
|
|
1364
|
+
};
|
|
1365
|
+
export declare type GetLegacyServiceProviderDetailsResponse = PaginatedResponse<LegacyServiceProvider>;
|
|
1366
|
+
export declare type GetFundingSourcesQuery = {
|
|
1367
|
+
businessId?: string;
|
|
1368
|
+
registeredProviderId?: string;
|
|
1369
|
+
};
|
|
1370
|
+
export declare type GetFundingSourcesResponse = {
|
|
1371
|
+
fundingSourceCode: string;
|
|
1372
|
+
fundingSourceText: string;
|
|
1373
|
+
entryCategories: Array<{
|
|
1374
|
+
entryCategoryCode: string;
|
|
1375
|
+
entryCategoryText: string;
|
|
1376
|
+
}>;
|
|
1377
|
+
classifications: Array<{
|
|
1378
|
+
classificationType: string;
|
|
1379
|
+
classificationCode: string;
|
|
1380
|
+
classificationText: string;
|
|
1381
|
+
}>;
|
|
1382
|
+
budgetClaimingSequence: Array<{
|
|
1383
|
+
priority: number;
|
|
1384
|
+
budgetTypeCode: string;
|
|
1385
|
+
budgetTypeText: string;
|
|
1386
|
+
}>;
|
|
1387
|
+
};
|
|
1388
|
+
export declare type GetLateSubmissionReasonsQuery = {
|
|
1389
|
+
businessId?: string;
|
|
1390
|
+
registeredProviderId?: string;
|
|
1391
|
+
};
|
|
1392
|
+
export declare type GetLateSubmissionReasonsResponse = Array<{
|
|
1393
|
+
lateSubmissionCode: string;
|
|
1394
|
+
shortText: string;
|
|
1395
|
+
longText: string;
|
|
1396
|
+
freeTextRequired: boolean;
|
|
1397
|
+
attachmentsRequired: boolean;
|
|
1398
|
+
}>;
|
|
1399
|
+
export declare type GetBudgetItemCodesQuery = {
|
|
1400
|
+
businessId?: string;
|
|
1401
|
+
registeredProviderId?: string;
|
|
1402
|
+
};
|
|
1403
|
+
export declare type GetBudgetItemCodesResponse = {
|
|
1404
|
+
entitlementCodes: Array<{
|
|
1405
|
+
budgetItemCode: string;
|
|
1406
|
+
budgetItemText: string;
|
|
1407
|
+
}>;
|
|
1408
|
+
usageCodes: Array<{
|
|
1409
|
+
budgetItemCode: string;
|
|
1410
|
+
budgetItemText: string;
|
|
1411
|
+
}>;
|
|
1412
|
+
};
|
|
1413
|
+
export declare type GetEventsQuery = {
|
|
1414
|
+
businessId?: string;
|
|
1415
|
+
registeredProviderId?: string;
|
|
1416
|
+
serviceId?: string;
|
|
1417
|
+
serviceNapsId?: string;
|
|
1418
|
+
careRecipientId?: string;
|
|
1419
|
+
careTypeCode?: string;
|
|
1420
|
+
status?: string;
|
|
1421
|
+
eventTypeCode?: string;
|
|
1422
|
+
externalReferenceId?: string;
|
|
1423
|
+
startDateFrom?: string;
|
|
1424
|
+
startDateTo?: string;
|
|
1425
|
+
endDateFrom?: string;
|
|
1426
|
+
endDateTo?: string;
|
|
1427
|
+
updatedAtFrom?: string;
|
|
1428
|
+
updatedAtTo?: string;
|
|
1429
|
+
createdAtFrom?: string;
|
|
1430
|
+
createdAtTo?: string;
|
|
1431
|
+
};
|
|
1432
|
+
export declare type Event = {
|
|
1433
|
+
eventId: string;
|
|
1434
|
+
versionNumber: string;
|
|
1435
|
+
careTypeCode: string;
|
|
1436
|
+
careTypeText: string;
|
|
1437
|
+
channel: string;
|
|
1438
|
+
eventTypeCode: string;
|
|
1439
|
+
eventTypeText: string;
|
|
1440
|
+
statusCode: string;
|
|
1441
|
+
statusText: string;
|
|
1442
|
+
externalReferenceId: string;
|
|
1443
|
+
serviceNapsId: string;
|
|
1444
|
+
serviceId: string;
|
|
1445
|
+
serviceName: string;
|
|
1446
|
+
careRecipientId: string;
|
|
1447
|
+
careRecipientFirstName: string;
|
|
1448
|
+
careRecipientLastName: string;
|
|
1449
|
+
startDate: string;
|
|
1450
|
+
endDate: string;
|
|
1451
|
+
entryId: string;
|
|
1452
|
+
createdAtDateTime: string;
|
|
1453
|
+
updatedAtDateTime: string;
|
|
1454
|
+
};
|
|
1455
|
+
export declare type GetEventsResponse = PaginatedResponse<Event>;
|
package/lib/utils/application.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
require('@babel/runtime/regenerator');
|
|
6
6
|
require('@babel/runtime/helpers/asyncToGenerator');
|
|
7
|
-
var utils_request = require('../staff-
|
|
7
|
+
var utils_request = require('../staff-70267c45.js');
|
|
8
8
|
require('@babel/runtime/helpers/defineProperty');
|
|
9
9
|
require('lodash/merge');
|
|
10
10
|
require('lodash/uniq');
|
package/lib/utils/professions.js
CHANGED
|
@@ -7,7 +7,7 @@ require('@babel/runtime/helpers/defineProperty');
|
|
|
7
7
|
require('@babel/runtime/helpers/asyncToGenerator');
|
|
8
8
|
require('lodash/uniq');
|
|
9
9
|
require('lodash/flatten');
|
|
10
|
-
var utils_request = require('../staff-
|
|
10
|
+
var utils_request = require('../staff-70267c45.js');
|
|
11
11
|
require('lodash/merge');
|
|
12
12
|
require('axios');
|
|
13
13
|
require('date-fns/differenceInSeconds');
|
package/lib/utils/request.js
CHANGED
|
@@ -6,7 +6,7 @@ require('@babel/runtime/regenerator');
|
|
|
6
6
|
require('@babel/runtime/helpers/asyncToGenerator');
|
|
7
7
|
require('@babel/runtime/helpers/defineProperty');
|
|
8
8
|
require('lodash/get');
|
|
9
|
-
var utils_request = require('../staff-
|
|
9
|
+
var utils_request = require('../staff-70267c45.js');
|
|
10
10
|
require('./get-axios-error.js');
|
|
11
11
|
require('lodash/merge');
|
|
12
12
|
require('lodash/uniq');
|
package/lib/utils/staff.js
CHANGED
|
@@ -7,7 +7,7 @@ require('@babel/runtime/regenerator');
|
|
|
7
7
|
require('@babel/runtime/helpers/asyncToGenerator');
|
|
8
8
|
require('lodash/merge');
|
|
9
9
|
require('lodash/uniq');
|
|
10
|
-
var utils_request = require('../staff-
|
|
10
|
+
var utils_request = require('../staff-70267c45.js');
|
|
11
11
|
require('axios');
|
|
12
12
|
require('date-fns/differenceInSeconds');
|
|
13
13
|
require('jwt-decode');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/web-sdk",
|
|
3
|
-
"version": "12.9.
|
|
3
|
+
"version": "12.9.1-feature-aged-care-search-apis.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"resolutions": {
|
|
60
60
|
"react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "4a7ec8e26488bfc22aa0a614c13ed94d63725518"
|
|
63
63
|
}
|