@natch-the-storage/heathershaw-platform-types 1.10.2 → 1.10.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.
@@ -125,7 +125,7 @@ export const ApiRoutes = {
125
125
  return `/api/orders${query ? `?${query}` : ''}`;
126
126
  },
127
127
  get: (id) => `/api/orders/${id}`,
128
- getSummary: (date) => `/api/orders/summary`,
128
+ getSummary: (date) => `/api/orders/summary${date ? '?date=' + date : ''}`,
129
129
  create: '/api/orders',
130
130
  update: '/api/orders',
131
131
  delete: (id) => `/api/orders/${id}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natch-the-storage/heathershaw-platform-types",
3
- "version": "1.10.2",
3
+ "version": "1.10.3",
4
4
  "description": "Interfaces and routes to use on the client",
5
5
  "license": "ISC",
6
6
  "author": "Natch Surana",