@dakkitor/api-contracts 1.1.49 → 1.1.51

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.
@@ -214,7 +214,6 @@
214
214
  "booking.updatedAt",
215
215
  "booking.startDate",
216
216
  "booking.endDate",
217
- "booking.user.*",
218
217
  "booking.statusUpdatedAt",
219
218
  "createdAt",
220
219
  "updatedAt"
@@ -336,5 +335,9 @@
336
335
  "page",
337
336
  "limit"
338
337
  ]
338
+ },
339
+ {
340
+ "action": "read",
341
+ "subject": "SecondAgentTutorials"
339
342
  }
340
343
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dakkitor/api-contracts",
3
- "version": "1.1.49",
3
+ "version": "1.1.51",
4
4
  "description": "TypeScript API contracts using ts-rest and Zod",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",