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

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;
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.2",
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": "d614b058b205071276f277cbfcb38d65019875a6"
63
63
  }