@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.
- package/dist/parkingBooking.d.ts +3 -0
- package/package.json +1 -1
package/dist/parkingBooking.d.ts
CHANGED
|
@@ -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>;
|