@seatlayer/core 0.54.0 → 0.55.0

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.
Files changed (61) hide show
  1. package/dist/{categoryInventory-B4xo7hE2.d.ts → categoryInventory-BwarniiK.d.ts} +1 -1
  2. package/dist/{categoryInventory-lRtu3VjD.d.cts → categoryInventory-D3qPwfKz.d.cts} +1 -1
  3. package/dist/chunk-6XJN4REG.js +1 -0
  4. package/dist/{chunk-3QLFGEQY.js → chunk-DNGP2HDT.js} +1 -1
  5. package/dist/{chunk-QUKWJQLR.js → chunk-HHM3PB66.js} +1 -1
  6. package/dist/{chunk-EYROIZGQ.js → chunk-PXWKSYCK.js} +1 -1
  7. package/dist/chunk-VI2CLV3Y.js +1 -0
  8. package/dist/core/chart-ops/index.cjs +1 -1
  9. package/dist/core/chart-ops/index.d.cts +4 -4
  10. package/dist/core/chart-ops/index.d.ts +4 -4
  11. package/dist/core/chart-ops/index.js +1 -1
  12. package/dist/core/inventory/index.cjs +1 -1
  13. package/dist/core/inventory/index.d.cts +4 -4
  14. package/dist/core/inventory/index.d.ts +4 -4
  15. package/dist/core/inventory/index.js +1 -1
  16. package/dist/core/layout/index.d.cts +4 -4
  17. package/dist/core/layout/index.d.ts +4 -4
  18. package/dist/core/quality/index.cjs +1 -1
  19. package/dist/core/quality/index.d.cts +3 -3
  20. package/dist/core/quality/index.d.ts +3 -3
  21. package/dist/core/quality/index.js +1 -1
  22. package/dist/core/render-assets/index.cjs +1 -1
  23. package/dist/core/render-assets/index.d.cts +1 -1
  24. package/dist/core/render-assets/index.d.ts +1 -1
  25. package/dist/core/render-assets/index.js +1 -1
  26. package/dist/core/seatConfidence.d.cts +1 -1
  27. package/dist/core/seatConfidence.d.ts +1 -1
  28. package/dist/core/sections/index.d.cts +5 -5
  29. package/dist/core/sections/index.d.ts +5 -5
  30. package/dist/{de-75NWRKC5.js → de-WPX4D3SY.js} +1 -1
  31. package/dist/{es-BM7EJ7PW.js → es-6KAJQVVX.js} +1 -1
  32. package/dist/{fr-HPXQHIB4.js → fr-5DTMRBN5.js} +1 -1
  33. package/dist/index.cjs +1 -1
  34. package/dist/index.d.cts +57 -12
  35. package/dist/index.d.ts +57 -12
  36. package/dist/index.js +1 -1
  37. package/dist/{labeling-w8bl86cb.d.ts → labeling-BmCzW50y.d.ts} +1 -1
  38. package/dist/{labeling-CsPt1mC_.d.cts → labeling-VfJBEOn0.d.cts} +1 -1
  39. package/dist/{layout-B5UYbwnv.d.ts → layout-ClQkmixY.d.ts} +3 -3
  40. package/dist/{layout-YFmuxw_M.d.cts → layout-Dlv5bIf2.d.cts} +3 -3
  41. package/dist/{renderedQuality-DbZM034G.d.ts → renderedQuality-B3jgdgPO.d.ts} +1 -1
  42. package/dist/{renderedQuality-CugJarFp.d.cts → renderedQuality-bDkUOyBL.d.cts} +1 -1
  43. package/dist/{renderer-IBi9YKWR.d.ts → renderer-B_g-W_QB.d.ts} +4 -1
  44. package/dist/{renderer-DhUHFtsI.d.cts → renderer-DySMcKAR.d.cts} +4 -1
  45. package/dist/{sections-mLOZrGrI.d.ts → sections-DIzgtDjF.d.ts} +1 -1
  46. package/dist/{sections-B7cDF0Nq.d.cts → sections-Dna1nZgR.d.cts} +1 -1
  47. package/dist/{segmentedRowModel-CGoH684F.d.cts → segmentedRowModel-BNXEUeHp.d.cts} +1 -1
  48. package/dist/{segmentedRowModel-BPTnJ7Tz.d.ts → segmentedRowModel-COXw4GCh.d.ts} +1 -1
  49. package/dist/{ticketRestrictions-BwAebpSK.d.cts → ticketRestrictions-CzchbX_o.d.cts} +2 -2
  50. package/dist/{ticketRestrictions-ChHJwvTq.d.ts → ticketRestrictions-DaYOCpEw.d.ts} +2 -2
  51. package/dist/{types-COfJorq_.d.cts → types-DTSG6_Hq.d.cts} +5 -4
  52. package/dist/{types-COfJorq_.d.ts → types-DTSG6_Hq.d.ts} +5 -4
  53. package/dist/view3d/crossfade/panorama.d.cts +1 -1
  54. package/dist/view3d/crossfade/panorama.d.ts +1 -1
  55. package/dist/view3d/index.cjs +27 -27
  56. package/dist/view3d/index.d.cts +109 -3
  57. package/dist/view3d/index.d.ts +109 -3
  58. package/dist/view3d/index.js +27 -27
  59. package/package.json +1 -1
  60. package/dist/chunk-6LIPQU4G.js +0 -1
  61. package/dist/chunk-DDE7IOFT.js +0 -1
@@ -1,4 +1,4 @@
1
- import { i as SectionOutlinePath, P as Point, j as SectionPathSegment } from './types-COfJorq_.js';
1
+ import { i as SectionOutlinePath, P as Point, j as SectionPathSegment } from './types-DTSG6_Hq.js';
2
2
 
3
3
  declare function sectionPathSegmentEnd(segment: SectionPathSegment): Point;
4
4
  /** Validate finite, continuous closed-path geometry without trusting renderer
@@ -1,4 +1,4 @@
1
- import { i as SectionOutlinePath, P as Point, j as SectionPathSegment } from './types-COfJorq_.cjs';
1
+ import { i as SectionOutlinePath, P as Point, j as SectionPathSegment } from './types-DTSG6_Hq.cjs';
2
2
 
3
3
  declare function sectionPathSegmentEnd(segment: SectionPathSegment): Point;
4
4
  /** Validate finite, continuous closed-path geometry without trusting renderer
@@ -1,6 +1,6 @@
1
- import { A as AccessibilityType, S as SeatOverride, R as RowObject, a as SeatViewMetadata, L as LabelStyle, b as RectTableSide, C as ChartDoc, c as ChartObject, B as BoothObject, T as TableObject, P as Point, F as Floor, d as SectionObject, e as RectTableSeatCounts } from './types-COfJorq_.js';
2
- import { S as SegmentedRowPlacement } from './segmentedRowModel-BPTnJ7Tz.js';
3
- import { E as ExpandedSeat } from './renderer-IBi9YKWR.js';
1
+ import { A as AccessibilityType, S as SeatOverride, R as RowObject, a as SeatViewMetadata, L as LabelStyle, b as RectTableSide, C as ChartDoc, c as ChartObject, B as BoothObject, T as TableObject, P as Point, F as Floor, d as SectionObject, e as RectTableSeatCounts } from './types-DTSG6_Hq.js';
2
+ import { S as SegmentedRowPlacement } from './segmentedRowModel-COXw4GCh.js';
3
+ import { E as ExpandedSeat } from './renderer-B_g-W_QB.js';
4
4
 
5
5
  /**
6
6
  * Pure geometry helpers — no Konva, no DOM. Turns the parametric chart
@@ -1,6 +1,6 @@
1
- import { A as AccessibilityType, S as SeatOverride, R as RowObject, a as SeatViewMetadata, L as LabelStyle, b as RectTableSide, C as ChartDoc, c as ChartObject, B as BoothObject, T as TableObject, P as Point, F as Floor, d as SectionObject, e as RectTableSeatCounts } from './types-COfJorq_.cjs';
2
- import { S as SegmentedRowPlacement } from './segmentedRowModel-CGoH684F.cjs';
3
- import { E as ExpandedSeat } from './renderer-DhUHFtsI.cjs';
1
+ import { A as AccessibilityType, S as SeatOverride, R as RowObject, a as SeatViewMetadata, L as LabelStyle, b as RectTableSide, C as ChartDoc, c as ChartObject, B as BoothObject, T as TableObject, P as Point, F as Floor, d as SectionObject, e as RectTableSeatCounts } from './types-DTSG6_Hq.cjs';
2
+ import { S as SegmentedRowPlacement } from './segmentedRowModel-BNXEUeHp.cjs';
3
+ import { E as ExpandedSeat } from './renderer-DySMcKAR.cjs';
4
4
 
5
5
  /**
6
6
  * Pure geometry helpers — no Konva, no DOM. Turns the parametric chart
@@ -1,4 +1,4 @@
1
- import { R as RendererQualityEvidence, a as RenderedFreeTextEvidence } from './renderer-IBi9YKWR.js';
1
+ import { R as RendererQualityEvidence, a as RenderedFreeTextEvidence } from './renderer-B_g-W_QB.js';
2
2
 
3
3
  declare const RENDERED_QUALITY_REPORT_VERSION = 3;
4
4
  type RenderedEvidenceState = 'overview' | 'interaction';
@@ -1,4 +1,4 @@
1
- import { R as RendererQualityEvidence, a as RenderedFreeTextEvidence } from './renderer-DhUHFtsI.cjs';
1
+ import { R as RendererQualityEvidence, a as RenderedFreeTextEvidence } from './renderer-DySMcKAR.cjs';
2
2
 
3
3
  declare const RENDERED_QUALITY_REPORT_VERSION = 3;
4
4
  type RenderedEvidenceState = 'overview' | 'interaction';
@@ -1,4 +1,4 @@
1
- import { P as Point, A as AccessibilityType, f as SeatCommercialAttributes, a as SeatViewMetadata, g as ResolvedSeatConfidenceEvidence, L as LabelStyle, C as ChartDoc } from './types-COfJorq_.js';
1
+ import { P as Point, A as AccessibilityType, f as SeatCommercialAttributes, a as SeatViewMetadata, g as ResolvedSeatConfidenceEvidence, L as LabelStyle, C as ChartDoc } from './types-DTSG6_Hq.js';
2
2
 
3
3
  interface ExpandedSeat {
4
4
  /** Stable id: `${rowId}:${index}` */
@@ -300,6 +300,9 @@ interface ISeatmapRenderer {
300
300
  }): void;
301
301
  /** Bulk status update; re-renders affected seats only. */
302
302
  setStatus(seatIds: string[], status: SeatStatus): void;
303
+ /** Organizer event-category override: repaint existing inventory ids without
304
+ * rebuilding geometry, camera, or selection. Unknown ids/keys are ignored. */
305
+ setSeatCategories?(assignments: Record<string, string>): void;
303
306
  /**
304
307
  * Mark the active buyer's own held seats. They remain server-status `held`,
305
308
  * but render with the buyer selection treatment instead of the anonymous
@@ -1,4 +1,4 @@
1
- import { P as Point, A as AccessibilityType, f as SeatCommercialAttributes, a as SeatViewMetadata, g as ResolvedSeatConfidenceEvidence, L as LabelStyle, C as ChartDoc } from './types-COfJorq_.cjs';
1
+ import { P as Point, A as AccessibilityType, f as SeatCommercialAttributes, a as SeatViewMetadata, g as ResolvedSeatConfidenceEvidence, L as LabelStyle, C as ChartDoc } from './types-DTSG6_Hq.cjs';
2
2
 
3
3
  interface ExpandedSeat {
4
4
  /** Stable id: `${rowId}:${index}` */
@@ -300,6 +300,9 @@ interface ISeatmapRenderer {
300
300
  }): void;
301
301
  /** Bulk status update; re-renders affected seats only. */
302
302
  setStatus(seatIds: string[], status: SeatStatus): void;
303
+ /** Organizer event-category override: repaint existing inventory ids without
304
+ * rebuilding geometry, camera, or selection. Unknown ids/keys are ignored. */
305
+ setSeatCategories?(assignments: Record<string, string>): void;
303
306
  /**
304
307
  * Mark the active buyer's own held seats. They remain server-status `held`,
305
308
  * but render with the buyer selection treatment instead of the anonymous
@@ -1,4 +1,4 @@
1
- import { d as SectionObject, C as ChartDoc } from './types-COfJorq_.js';
1
+ import { d as SectionObject, C as ChartDoc } from './types-DTSG6_Hq.js';
2
2
 
3
3
  /**
4
4
  * Real-world scale primitives — the ONE place the app fixes chart-unit ↔ metre ↔
@@ -1,4 +1,4 @@
1
- import { d as SectionObject, C as ChartDoc } from './types-COfJorq_.cjs';
1
+ import { d as SectionObject, C as ChartDoc } from './types-DTSG6_Hq.cjs';
2
2
 
3
3
  /**
4
4
  * Real-world scale primitives — the ONE place the app fixes chart-unit ↔ metre ↔
@@ -1,4 +1,4 @@
1
- import { P as Point, R as RowObject, c as ChartObject } from './types-COfJorq_.cjs';
1
+ import { P as Point, R as RowObject, c as ChartObject } from './types-DTSG6_Hq.cjs';
2
2
 
3
3
  /**
4
4
  * The segmented-row model — one logical row made of several physical rows.
@@ -1,4 +1,4 @@
1
- import { P as Point, R as RowObject, c as ChartObject } from './types-COfJorq_.js';
1
+ import { P as Point, R as RowObject, c as ChartObject } from './types-DTSG6_Hq.js';
2
2
 
3
3
  /**
4
4
  * The segmented-row model — one logical row made of several physical rows.
@@ -1,5 +1,5 @@
1
- import { C as ChartDoc, G as GAAreaObject, k as GAInventorySegment, l as CategoryTier } from './types-COfJorq_.cjs';
2
- import { E as ExpandedSeat } from './renderer-DhUHFtsI.cjs';
1
+ import { C as ChartDoc, G as GAAreaObject, k as GAInventorySegment, l as CategoryTier } from './types-DTSG6_Hq.cjs';
2
+ import { E as ExpandedSeat } from './renderer-DySMcKAR.cjs';
3
3
 
4
4
  declare const MAX_GA_CAPACITY = 100000;
5
5
  declare const MAX_EVENT_INVENTORY = 100000;
@@ -1,5 +1,5 @@
1
- import { C as ChartDoc, G as GAAreaObject, k as GAInventorySegment, l as CategoryTier } from './types-COfJorq_.js';
2
- import { E as ExpandedSeat } from './renderer-IBi9YKWR.js';
1
+ import { C as ChartDoc, G as GAAreaObject, k as GAInventorySegment, l as CategoryTier } from './types-DTSG6_Hq.js';
2
+ import { E as ExpandedSeat } from './renderer-B_g-W_QB.js';
3
3
 
4
4
  declare const MAX_GA_CAPACITY = 100000;
5
5
  declare const MAX_EVENT_INVENTORY = 100000;
@@ -356,11 +356,12 @@ interface TicketTierEvidence {
356
356
  }
357
357
  type TicketTierRestriction = 'companion' | 'child' | 'senior' | 'student' | 'membership' | 'custom';
358
358
  /**
359
- * Accessibility accommodations a seat can carry. Mirrors the taxonomy real
360
- * venues (and seats.io) expose so buyers can filter for exactly what they need
361
- * and organizers can mark seats precisely. `wheelchair` is the legacy default.
359
+ * Accessibility accommodations a seat can carry. Covers the major seating and
360
+ * viewing provisions exposed by venues and ticketing platforms so buyers can
361
+ * filter for exactly what they need and organizers can mark seats precisely.
362
+ * `wheelchair` is the legacy default.
362
363
  */
363
- type AccessibilityType = 'wheelchair' | 'companion' | 'semi-ambulatory' | 'hearing' | 'cart' | 'sign-language' | 'plus-size' | 'lift-armrest';
364
+ type AccessibilityType = 'wheelchair' | 'companion' | 'semi-ambulatory' | 'designated-aisle' | 'step-free' | 'hearing' | 'cart' | 'sign-language' | 'low-vision' | 'sensory-friendly' | 'plus-size' | 'lift-armrest';
364
365
  interface AccessibilityMeta {
365
366
  key: AccessibilityType;
366
367
  /** Full descriptive label (designer checkbox, picker legend). */
@@ -356,11 +356,12 @@ interface TicketTierEvidence {
356
356
  }
357
357
  type TicketTierRestriction = 'companion' | 'child' | 'senior' | 'student' | 'membership' | 'custom';
358
358
  /**
359
- * Accessibility accommodations a seat can carry. Mirrors the taxonomy real
360
- * venues (and seats.io) expose so buyers can filter for exactly what they need
361
- * and organizers can mark seats precisely. `wheelchair` is the legacy default.
359
+ * Accessibility accommodations a seat can carry. Covers the major seating and
360
+ * viewing provisions exposed by venues and ticketing platforms so buyers can
361
+ * filter for exactly what they need and organizers can mark seats precisely.
362
+ * `wheelchair` is the legacy default.
362
363
  */
363
- type AccessibilityType = 'wheelchair' | 'companion' | 'semi-ambulatory' | 'hearing' | 'cart' | 'sign-language' | 'plus-size' | 'lift-armrest';
364
+ type AccessibilityType = 'wheelchair' | 'companion' | 'semi-ambulatory' | 'designated-aisle' | 'step-free' | 'hearing' | 'cart' | 'sign-language' | 'low-vision' | 'sensory-friendly' | 'plus-size' | 'lift-armrest';
364
365
  interface AccessibilityMeta {
365
366
  key: AccessibilityType;
366
367
  /** Full descriptive label (designer checkbox, picker legend). */
@@ -1,4 +1,4 @@
1
- import { h as SeatViewCoverage } from '../../types-COfJorq_.cjs';
1
+ import { h as SeatViewCoverage } from '../../types-DTSG6_Hq.cjs';
2
2
 
3
3
  /**
4
4
  * Slice 3 hand-off — the DOM panorama overlay the fly-to-seat cinematic
@@ -1,4 +1,4 @@
1
- import { h as SeatViewCoverage } from '../../types-COfJorq_.js';
1
+ import { h as SeatViewCoverage } from '../../types-DTSG6_Hq.js';
2
2
 
3
3
  /**
4
4
  * Slice 3 hand-off — the DOM panorama overlay the fly-to-seat cinematic