@venulog/phasing-engine-schemas 0.13.0-alpha.2 → 0.13.0-alpha.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.
- package/dist/parkingArea.d.ts +0 -1
- package/dist/parkingArea.js +0 -4
- package/package.json +1 -1
package/dist/parkingArea.d.ts
CHANGED
|
@@ -597,7 +597,6 @@ export declare const availableSlotsResponseV2Schema: z.ZodObject<{
|
|
|
597
597
|
event_id: z.ZodNumber;
|
|
598
598
|
event_code: z.ZodString;
|
|
599
599
|
event_name: z.ZodString;
|
|
600
|
-
company_role: z.ZodString;
|
|
601
600
|
year: z.ZodNumber;
|
|
602
601
|
month: z.ZodNumber;
|
|
603
602
|
available_slots: z.ZodArray<z.ZodObject<{
|
package/dist/parkingArea.js
CHANGED
|
@@ -821,10 +821,6 @@ export const availableSlotsResponseV2Schema = z
|
|
|
821
821
|
description: 'Name of the event',
|
|
822
822
|
example: 'COEC 2025'
|
|
823
823
|
}),
|
|
824
|
-
company_role: z.string().openapi({
|
|
825
|
-
description: 'Company role that was used for filtering (returned for reference)',
|
|
826
|
-
example: 'exhibitor'
|
|
827
|
-
}),
|
|
828
824
|
year: z.number().openapi({
|
|
829
825
|
description: 'Year of the slots',
|
|
830
826
|
example: 2026
|