@medipass/web-sdk 12.9.1-feature-aged-care-search-apis.1 → 12.9.1-feature-aged-care-search-apis.3

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.
@@ -158,7 +158,7 @@ export interface ServiceProviderDetailsResponse {
158
158
  updatedAtDateTime: string;
159
159
  }>;
160
160
  }
161
- export interface SearchCareRecipientsQuery {
161
+ export declare type SearchCareRecipientsQuery = PaginatedQuery & {
162
162
  businessId?: string;
163
163
  careRecipientId?: string;
164
164
  registeredProviderId?: string;
@@ -172,7 +172,7 @@ export interface SearchCareRecipientsQuery {
172
172
  sortFields?: string;
173
173
  postCode?: string;
174
174
  state?: string;
175
- }
175
+ };
176
176
  export declare type SearchCareRecipient = {
177
177
  careRecipientId: string;
178
178
  birthDate: 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.1",
3
+ "version": "12.9.1-feature-aged-care-search-apis.3",
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": "4a7ec8e26488bfc22aa0a614c13ed94d63725518"
62
+ "gitHead": "6855ad3230f508f9bba8f48aa4f2a38e9c6fb43e"
63
63
  }