@venulog/phasing-engine-schemas 0.13.0-alpha.5 → 0.13.0-alpha.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.
@@ -1080,3 +1080,6 @@ export type UpdateParkingBookingResponse = z.infer<typeof updateParkingBookingRe
1080
1080
  export type CreateFastTrackBookingBody = z.infer<typeof createFastTrackBookingBodySchema>;
1081
1081
  export type CreateFastTrackBookingData = z.infer<typeof createFastTrackBookingDataSchema>;
1082
1082
  export type CreateFastTrackBookingResponse = z.infer<typeof createFastTrackBookingResponseSchema>;
1083
+ export type ConfirmAccessBody = z.infer<typeof confirmAccessBodySchema>;
1084
+ export type ConfirmAccessData = z.infer<typeof confirmAccessDataSchema>;
1085
+ export type ConfirmAccessResponse = z.infer<typeof confirmAccessResponseSchema>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venulog/phasing-engine-schemas",
3
- "version": "0.13.0-alpha.5",
3
+ "version": "0.13.0-alpha.6",
4
4
  "description": "Shared schemas and types for Phasing Engine API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",