@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.
@@ -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<{
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@venulog/phasing-engine-schemas",
3
- "version": "0.13.0-alpha.2",
3
+ "version": "0.13.0-alpha.3",
4
4
  "description": "Shared schemas and types for Phasing Engine API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",