@medipass/web-sdk 12.9.1-feature-aged-care-search-apis.3 → 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;
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.3",
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": "6855ad3230f508f9bba8f48aa4f2a38e9c6fb43e"
62
+ "gitHead": "3658e1d5fb242b2e49b225dda30dcc02a6c6ac80"
63
63
  }