@natch-the-storage/heathershaw-platform-types 1.15.13 → 1.15.14

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.
@@ -923,6 +923,7 @@ export declare const ApiRoutes: {
923
923
  consent: string;
924
924
  activate: string;
925
925
  isActive: (id: number) => string;
926
+ declineConsent: string;
926
927
  };
927
928
  priceMatches: {
928
929
  list: (filters?: {
@@ -305,8 +305,9 @@ export const ApiRoutes = {
305
305
  update: '/api/patient-records',
306
306
  delete: (id) => `/api/patient-records/${id}`,
307
307
  consent: '/api/notifications/patient-records',
308
- activate: '/api/notifications/patient-records/activate',
308
+ activate: '/api/patient-records/activate',
309
309
  isActive: (id) => `/api/patient-records/${id}/active`,
310
+ declineConsent: '/api/patient-records/decline-consent',
310
311
  },
311
312
  priceMatches: {
312
313
  list: (filters) => `/api/price-matches${handleParams(filters)}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natch-the-storage/heathershaw-platform-types",
3
- "version": "1.15.13",
3
+ "version": "1.15.14",
4
4
  "description": "Interfaces and routes to use on the client",
5
5
  "license": "ISC",
6
6
  "author": "Natch Surana",