@medipass/web-sdk 12.9.1-feature-aged-care-search-apis.2 → 12.9.1-feature-aged-care-search-apis.4

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.
@@ -1344,15 +1344,15 @@ export declare type CreatePaymentStatementDownloadRequestBody = {
1344
1344
  export declare type CreatePaymentStatementDownloadRequestResponse = {
1345
1345
  userDownloadId: string;
1346
1346
  };
1347
- export declare type GetLegacyServiceProviderDetailsQuery = {
1347
+ export declare type GetLegacyServiceProviderDetailsQuery = PaginatedQuery & {
1348
1348
  businessId?: string;
1349
1349
  registeredProviderId?: string;
1350
1350
  serviceNapsId?: string;
1351
1351
  serviceId?: string;
1352
1352
  providerId?: string;
1353
1353
  serviceName?: string;
1354
- sort?: 'asc' | 'desc';
1355
- 'sort-fields'?: 'serviceName' | 'serviceId';
1354
+ sort?: 'asc' | 'desc' | '';
1355
+ 'sort-fields'?: 'serviceName' | 'serviceId' | '';
1356
1356
  };
1357
1357
  export declare type LegacyServiceProvider = {
1358
1358
  serviceId: string;
@@ -1410,7 +1410,7 @@ export declare type GetBudgetItemCodesResponse = {
1410
1410
  budgetItemText: string;
1411
1411
  }>;
1412
1412
  };
1413
- export declare type GetEventsQuery = {
1413
+ export declare type GetEventsQuery = PaginatedQuery & {
1414
1414
  businessId?: string;
1415
1415
  registeredProviderId?: string;
1416
1416
  serviceId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "12.9.1-feature-aged-care-search-apis.2",
3
+ "version": "12.9.1-feature-aged-care-search-apis.4",
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": "d614b058b205071276f277cbfcb38d65019875a6"
62
+ "gitHead": "3658e1d5fb242b2e49b225dda30dcc02a6c6ac80"
63
63
  }