@medipass/web-sdk 12.10.0 → 12.10.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.
@@ -1,4 +1,5 @@
1
1
  import type { PaginatedQuery, PaginatedResponse } from 'types';
2
+ export type { PaginatedQuery, PaginatedResponse };
2
3
  export interface GetCareRecipientDetailsQuery {
3
4
  registeredProviderId?: string;
4
5
  businessId?: string;
@@ -898,7 +899,7 @@ export declare type GetEnteralFeedingSupplementsQuery = PaginatedQuery & {
898
899
  endDateTo?: string;
899
900
  updatedAtDateTimeFrom?: string;
900
901
  updatedAtDateTimeTo?: string;
901
- 'sort-fields'?: 'createdAtDateTime' | 'updatedAtDateTime' | 'startDate' | 'careRecipientId';
902
+ sortFields?: 'createdAtDateTime' | 'updatedAtDateTime' | 'startDate' | 'careRecipientId';
902
903
  };
903
904
  export declare type GetOxygenSupplementsQuery = PaginatedQuery & {
904
905
  businessId?: string;
@@ -912,7 +913,7 @@ export declare type GetOxygenSupplementsQuery = PaginatedQuery & {
912
913
  endDateTo?: string;
913
914
  updatedAtDateTimeFrom?: string;
914
915
  updatedAtDateTimeTo?: string;
915
- 'sort-fields'?: 'createdAtDateTime' | 'updatedAtDateTime' | 'startDate' | 'careRecipientId';
916
+ sortFields?: 'createdAtDateTime' | 'updatedAtDateTime' | 'startDate' | 'careRecipientId';
916
917
  };
917
918
  export interface GetEnteralFeedingSupplementsItem {
918
919
  supplementId: string;
@@ -1026,7 +1027,7 @@ export declare type GetEntriesQuery = PaginatedQuery & {
1026
1027
  departureDateTo?: string;
1027
1028
  updatedAtDateTimeFrom?: string;
1028
1029
  updatedAtDateTimeTo?: string;
1029
- 'sort-fields'?: 'createdAtDateTime' | 'updatedAtDateTime' | 'entryDate' | 'careRecipientId' | 'externalReferenceId';
1030
+ sortFields?: 'createdAtDateTime' | 'updatedAtDateTime' | 'entryDate' | 'careRecipientId' | 'externalReferenceId';
1030
1031
  };
1031
1032
  export interface GetEntriesItem {
1032
1033
  eventId: string;
@@ -1206,7 +1207,7 @@ export declare type GetDeparturesQuery = PaginatedQuery & {
1206
1207
  departureDateTo?: string;
1207
1208
  updatedAtDateTimeFrom?: string;
1208
1209
  updatedAtDateTimeTo?: string;
1209
- 'sort-fields'?: 'createdAtDateTime' | 'updatedAtDateTime' | 'entryDate' | 'careRecipientId' | 'externalReferenceId';
1210
+ sortFields?: 'createdAtDateTime' | 'updatedAtDateTime' | 'entryDate' | 'careRecipientId' | 'externalReferenceId';
1210
1211
  };
1211
1212
  export interface GetDeparturesItem {
1212
1213
  eventId: string;
@@ -1353,7 +1354,7 @@ export declare type GetLegacyServiceProviderDetailsQuery = PaginatedQuery & {
1353
1354
  providerId?: string;
1354
1355
  serviceName?: string;
1355
1356
  sort?: 'asc' | 'desc' | '';
1356
- 'sort-fields'?: 'serviceName' | 'serviceId' | '';
1357
+ sortFields?: 'serviceName' | 'serviceId' | '';
1357
1358
  };
1358
1359
  export declare type LegacyServiceProvider = {
1359
1360
  serviceId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "12.10.0",
3
+ "version": "12.10.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": "e9521eee8e313e71891db3d85e02c04ef8e3a418"
62
+ "gitHead": "70703e46d945ee1cecf66719b2d5d3eb40b748b3"
63
63
  }