@natch-the-storage/heathershaw-platform-types 1.9.5 → 1.9.6

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.
@@ -108,7 +108,7 @@ export const ApiRoutes = {
108
108
  if (filters?.patientRecordId)
109
109
  params.set('patientRecordId', String(filters.patientRecordId));
110
110
  const query = params.toString();
111
- return `/api/scripts${query ? `/?${query}` : ''}`;
111
+ return `/api/scripts${query ? `?${query}` : ''}`;
112
112
  },
113
113
  getById: (id) => `/api/scripts/${id}`,
114
114
  createEscript: '/api/scripts/escripts',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natch-the-storage/heathershaw-platform-types",
3
- "version": "1.9.5",
3
+ "version": "1.9.6",
4
4
  "description": "Interfaces and routes to use on the client",
5
5
  "license": "ISC",
6
6
  "author": "Natch Surana",