@voyant-travel/operations-react 0.0.0 → 0.1.1

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 (25) hide show
  1. package/dist/availability/allocation/components/slot-allocation-model.d.ts +1 -1
  2. package/dist/availability/components/availability-rule-detail-page.d.ts +5 -5
  3. package/dist/availability/components/availability-slot-detail-page.d.ts +20 -20
  4. package/dist/availability/components/availability-start-time-detail-page.d.ts +5 -5
  5. package/dist/availability/hooks/use-availability-batch-mutations.d.ts +2 -2
  6. package/dist/availability/hooks/use-availability-overview.d.ts +1 -1
  7. package/dist/availability/hooks/use-availability-slot-mutation.d.ts +3 -3
  8. package/dist/availability/hooks/use-slot-allocation.d.ts +2 -2
  9. package/dist/availability/hooks/use-slots.d.ts +1 -1
  10. package/dist/availability/query-options.d.ts +24 -24
  11. package/dist/availability/schemas.d.ts +20 -20
  12. package/dist/ground/hooks/use-ground-vehicle-mutation.d.ts +3 -3
  13. package/dist/ground/hooks/use-ground-vehicles.d.ts +1 -1
  14. package/dist/ground/query-options.d.ts +8 -8
  15. package/dist/ground/schemas.d.ts +3 -3
  16. package/dist/places/hooks/use-facilities.d.ts +1 -1
  17. package/dist/places/hooks/use-facility-feature-mutation.d.ts +2 -2
  18. package/dist/places/hooks/use-facility-features.d.ts +1 -1
  19. package/dist/places/hooks/use-facility-mutation.d.ts +4 -4
  20. package/dist/places/hooks/use-facility.d.ts +1 -1
  21. package/dist/places/hooks/use-property-group-member-mutation.d.ts +3 -3
  22. package/dist/places/hooks/use-property-group-members.d.ts +1 -1
  23. package/dist/places/query-options.d.ts +24 -24
  24. package/dist/places/schemas.d.ts +18 -18
  25. package/package.json +13 -13
@@ -62,7 +62,7 @@ export declare function seatRows(seats: AllocationResource[]): {
62
62
  }[];
63
63
  export declare function seatName(seat: AllocationResource, messages: AllocationUiMessages): string;
64
64
  export declare function parentKindFor(kind: string): "" | "vehicle";
65
- export declare function defaultCapacityFor(kind: string): 2 | 1;
65
+ export declare function defaultCapacityFor(kind: string): 1 | 2;
66
66
  export declare function kindLabel(kind: string, messages: AllocationUiMessages): string;
67
67
  /**
68
68
  * Group resources for display by a "sub-type" — `refId` when present,
@@ -94,7 +94,7 @@ export declare function getAvailabilityRuleSlotsQueryOptions(client: VoyantAvail
94
94
  startsAt: string;
95
95
  endsAt: string | null;
96
96
  timezone: string;
97
- status: "cancelled" | "open" | "closed" | "sold_out";
97
+ status: "open" | "closed" | "cancelled" | "sold_out";
98
98
  unlimited: boolean;
99
99
  initialPax: number | null;
100
100
  remainingPax: number | null;
@@ -120,7 +120,7 @@ export declare function getAvailabilityRuleSlotsQueryOptions(client: VoyantAvail
120
120
  startsAt: string;
121
121
  endsAt: string | null;
122
122
  timezone: string;
123
- status: "cancelled" | "open" | "closed" | "sold_out";
123
+ status: "open" | "closed" | "cancelled" | "sold_out";
124
124
  unlimited: boolean;
125
125
  initialPax: number | null;
126
126
  remainingPax: number | null;
@@ -147,7 +147,7 @@ export declare function getAvailabilityRuleSlotsQueryOptions(client: VoyantAvail
147
147
  startsAt: string;
148
148
  endsAt: string | null;
149
149
  timezone: string;
150
- status: "cancelled" | "open" | "closed" | "sold_out";
150
+ status: "open" | "closed" | "cancelled" | "sold_out";
151
151
  unlimited: boolean;
152
152
  initialPax: number | null;
153
153
  remainingPax: number | null;
@@ -176,7 +176,7 @@ export declare function getAvailabilityRuleSlotsQueryOptions(client: VoyantAvail
176
176
  startsAt: string;
177
177
  endsAt: string | null;
178
178
  timezone: string;
179
- status: "cancelled" | "open" | "closed" | "sold_out";
179
+ status: "open" | "closed" | "cancelled" | "sold_out";
180
180
  unlimited: boolean;
181
181
  initialPax: number | null;
182
182
  remainingPax: number | null;
@@ -222,7 +222,7 @@ export declare function loadAvailabilityRuleDetailPage(queryClient: QueryClient,
222
222
  startsAt: string;
223
223
  endsAt: string | null;
224
224
  timezone: string;
225
- status: "cancelled" | "open" | "closed" | "sold_out";
225
+ status: "open" | "closed" | "cancelled" | "sold_out";
226
226
  unlimited: boolean;
227
227
  initialPax: number | null;
228
228
  remainingPax: number | null;
@@ -65,7 +65,7 @@ export declare function getAvailabilitySlotDetailQueryOptions(client: VoyantAvai
65
65
  startsAt: string;
66
66
  endsAt: string | null;
67
67
  timezone: string;
68
- status: "cancelled" | "open" | "closed" | "sold_out";
68
+ status: "open" | "closed" | "cancelled" | "sold_out";
69
69
  unlimited: boolean;
70
70
  initialPax: number | null;
71
71
  remainingPax: number | null;
@@ -95,7 +95,7 @@ export declare function getAvailabilitySlotDetailQueryOptions(client: VoyantAvai
95
95
  startsAt: string;
96
96
  endsAt: string | null;
97
97
  timezone: string;
98
- status: "cancelled" | "open" | "closed" | "sold_out";
98
+ status: "open" | "closed" | "cancelled" | "sold_out";
99
99
  unlimited: boolean;
100
100
  initialPax: number | null;
101
101
  remainingPax: number | null;
@@ -126,7 +126,7 @@ export declare function getAvailabilitySlotDetailQueryOptions(client: VoyantAvai
126
126
  startsAt: string;
127
127
  endsAt: string | null;
128
128
  timezone: string;
129
- status: "cancelled" | "open" | "closed" | "sold_out";
129
+ status: "open" | "closed" | "cancelled" | "sold_out";
130
130
  unlimited: boolean;
131
131
  initialPax: number | null;
132
132
  remainingPax: number | null;
@@ -159,7 +159,7 @@ export declare function getAvailabilitySlotDetailQueryOptions(client: VoyantAvai
159
159
  startsAt: string;
160
160
  endsAt: string | null;
161
161
  timezone: string;
162
- status: "cancelled" | "open" | "closed" | "sold_out";
162
+ status: "open" | "closed" | "cancelled" | "sold_out";
163
163
  unlimited: boolean;
164
164
  initialPax: number | null;
165
165
  remainingPax: number | null;
@@ -410,7 +410,7 @@ export declare function getAvailabilitySlotAssignmentsQueryOptions(client: Voyan
410
410
  poolId: string | null;
411
411
  resourceId: string | null;
412
412
  bookingId: string | null;
413
- status: "completed" | "cancelled" | "released" | "reserved" | "assigned";
413
+ status: "cancelled" | "reserved" | "assigned" | "released" | "completed";
414
414
  assignedBy: string | null;
415
415
  releasedAt: string | null;
416
416
  notes: string | null;
@@ -424,7 +424,7 @@ export declare function getAvailabilitySlotAssignmentsQueryOptions(client: Voyan
424
424
  poolId: string | null;
425
425
  resourceId: string | null;
426
426
  bookingId: string | null;
427
- status: "completed" | "cancelled" | "released" | "reserved" | "assigned";
427
+ status: "cancelled" | "reserved" | "assigned" | "released" | "completed";
428
428
  assignedBy: string | null;
429
429
  releasedAt: string | null;
430
430
  notes: string | null;
@@ -439,7 +439,7 @@ export declare function getAvailabilitySlotAssignmentsQueryOptions(client: Voyan
439
439
  poolId: string | null;
440
440
  resourceId: string | null;
441
441
  bookingId: string | null;
442
- status: "completed" | "cancelled" | "released" | "reserved" | "assigned";
442
+ status: "cancelled" | "reserved" | "assigned" | "released" | "completed";
443
443
  assignedBy: string | null;
444
444
  releasedAt: string | null;
445
445
  notes: string | null;
@@ -456,7 +456,7 @@ export declare function getAvailabilitySlotAssignmentsQueryOptions(client: Voyan
456
456
  poolId: string | null;
457
457
  resourceId: string | null;
458
458
  bookingId: string | null;
459
- status: "completed" | "cancelled" | "released" | "reserved" | "assigned";
459
+ status: "cancelled" | "reserved" | "assigned" | "released" | "completed";
460
460
  assignedBy: string | null;
461
461
  releasedAt: string | null;
462
462
  notes: string | null;
@@ -521,7 +521,7 @@ export declare function getAvailabilitySlotAllocationQueryOptions(client: Voyant
521
521
  bookingNumber: string;
522
522
  status: string;
523
523
  bookingSequence: number;
524
- paymentStatus: "partial" | "paid" | "unpaid";
524
+ paymentStatus: "paid" | "partial" | "unpaid";
525
525
  contactFirstName: string | null;
526
526
  contactLastName: string | null;
527
527
  contactEmail: string | null;
@@ -536,7 +536,7 @@ export declare function getAvailabilitySlotAllocationQueryOptions(client: Voyant
536
536
  bookingNumber: string;
537
537
  bookingStatus: string;
538
538
  bookingSequence: number;
539
- paymentStatus: "partial" | "paid" | "unpaid";
539
+ paymentStatus: "paid" | "partial" | "unpaid";
540
540
  firstName: string;
541
541
  lastName: string;
542
542
  fullName: string;
@@ -589,7 +589,7 @@ export declare function getAvailabilitySlotAllocationQueryOptions(client: Voyant
589
589
  bookingNumber: string;
590
590
  status: string;
591
591
  bookingSequence: number;
592
- paymentStatus: "partial" | "paid" | "unpaid";
592
+ paymentStatus: "paid" | "partial" | "unpaid";
593
593
  contactFirstName: string | null;
594
594
  contactLastName: string | null;
595
595
  contactEmail: string | null;
@@ -604,7 +604,7 @@ export declare function getAvailabilitySlotAllocationQueryOptions(client: Voyant
604
604
  bookingNumber: string;
605
605
  bookingStatus: string;
606
606
  bookingSequence: number;
607
- paymentStatus: "partial" | "paid" | "unpaid";
607
+ paymentStatus: "paid" | "partial" | "unpaid";
608
608
  firstName: string;
609
609
  lastName: string;
610
610
  fullName: string;
@@ -658,7 +658,7 @@ export declare function getAvailabilitySlotAllocationQueryOptions(client: Voyant
658
658
  bookingNumber: string;
659
659
  status: string;
660
660
  bookingSequence: number;
661
- paymentStatus: "partial" | "paid" | "unpaid";
661
+ paymentStatus: "paid" | "partial" | "unpaid";
662
662
  contactFirstName: string | null;
663
663
  contactLastName: string | null;
664
664
  contactEmail: string | null;
@@ -673,7 +673,7 @@ export declare function getAvailabilitySlotAllocationQueryOptions(client: Voyant
673
673
  bookingNumber: string;
674
674
  bookingStatus: string;
675
675
  bookingSequence: number;
676
- paymentStatus: "partial" | "paid" | "unpaid";
676
+ paymentStatus: "paid" | "partial" | "unpaid";
677
677
  firstName: string;
678
678
  lastName: string;
679
679
  fullName: string;
@@ -729,7 +729,7 @@ export declare function getAvailabilitySlotAllocationQueryOptions(client: Voyant
729
729
  bookingNumber: string;
730
730
  status: string;
731
731
  bookingSequence: number;
732
- paymentStatus: "partial" | "paid" | "unpaid";
732
+ paymentStatus: "paid" | "partial" | "unpaid";
733
733
  contactFirstName: string | null;
734
734
  contactLastName: string | null;
735
735
  contactEmail: string | null;
@@ -744,7 +744,7 @@ export declare function getAvailabilitySlotAllocationQueryOptions(client: Voyant
744
744
  bookingNumber: string;
745
745
  bookingStatus: string;
746
746
  bookingSequence: number;
747
- paymentStatus: "partial" | "paid" | "unpaid";
747
+ paymentStatus: "paid" | "partial" | "unpaid";
748
748
  firstName: string;
749
749
  lastName: string;
750
750
  fullName: string;
@@ -801,7 +801,7 @@ export declare function loadAvailabilitySlotDetailPage(queryClient: QueryClient,
801
801
  startsAt: string;
802
802
  endsAt: string | null;
803
803
  timezone: string;
804
- status: "cancelled" | "open" | "closed" | "sold_out";
804
+ status: "open" | "closed" | "cancelled" | "sold_out";
805
805
  unlimited: boolean;
806
806
  initialPax: number | null;
807
807
  remainingPax: number | null;
@@ -848,7 +848,7 @@ export declare function loadAvailabilitySlotDetailPage(queryClient: QueryClient,
848
848
  poolId: string | null;
849
849
  resourceId: string | null;
850
850
  bookingId: string | null;
851
- status: "completed" | "cancelled" | "released" | "reserved" | "assigned";
851
+ status: "cancelled" | "reserved" | "assigned" | "released" | "completed";
852
852
  assignedBy: string | null;
853
853
  releasedAt: string | null;
854
854
  notes: string | null;
@@ -877,7 +877,7 @@ export declare function loadAvailabilitySlotDetailPage(queryClient: QueryClient,
877
877
  bookingNumber: string;
878
878
  status: string;
879
879
  bookingSequence: number;
880
- paymentStatus: "partial" | "paid" | "unpaid";
880
+ paymentStatus: "paid" | "partial" | "unpaid";
881
881
  contactFirstName: string | null;
882
882
  contactLastName: string | null;
883
883
  contactEmail: string | null;
@@ -892,7 +892,7 @@ export declare function loadAvailabilitySlotDetailPage(queryClient: QueryClient,
892
892
  bookingNumber: string;
893
893
  bookingStatus: string;
894
894
  bookingSequence: number;
895
- paymentStatus: "partial" | "paid" | "unpaid";
895
+ paymentStatus: "paid" | "partial" | "unpaid";
896
896
  firstName: string;
897
897
  lastName: string;
898
898
  fullName: string;
@@ -90,7 +90,7 @@ export declare function getAvailabilityStartTimeSlotsQueryOptions(client: Voyant
90
90
  startsAt: string;
91
91
  endsAt: string | null;
92
92
  timezone: string;
93
- status: "cancelled" | "open" | "closed" | "sold_out";
93
+ status: "open" | "closed" | "cancelled" | "sold_out";
94
94
  unlimited: boolean;
95
95
  initialPax: number | null;
96
96
  remainingPax: number | null;
@@ -116,7 +116,7 @@ export declare function getAvailabilityStartTimeSlotsQueryOptions(client: Voyant
116
116
  startsAt: string;
117
117
  endsAt: string | null;
118
118
  timezone: string;
119
- status: "cancelled" | "open" | "closed" | "sold_out";
119
+ status: "open" | "closed" | "cancelled" | "sold_out";
120
120
  unlimited: boolean;
121
121
  initialPax: number | null;
122
122
  remainingPax: number | null;
@@ -143,7 +143,7 @@ export declare function getAvailabilityStartTimeSlotsQueryOptions(client: Voyant
143
143
  startsAt: string;
144
144
  endsAt: string | null;
145
145
  timezone: string;
146
- status: "cancelled" | "open" | "closed" | "sold_out";
146
+ status: "open" | "closed" | "cancelled" | "sold_out";
147
147
  unlimited: boolean;
148
148
  initialPax: number | null;
149
149
  remainingPax: number | null;
@@ -172,7 +172,7 @@ export declare function getAvailabilityStartTimeSlotsQueryOptions(client: Voyant
172
172
  startsAt: string;
173
173
  endsAt: string | null;
174
174
  timezone: string;
175
- status: "cancelled" | "open" | "closed" | "sold_out";
175
+ status: "open" | "closed" | "cancelled" | "sold_out";
176
176
  unlimited: boolean;
177
177
  initialPax: number | null;
178
178
  remainingPax: number | null;
@@ -217,7 +217,7 @@ export declare function loadAvailabilityStartTimeDetailPage(queryClient: QueryCl
217
217
  startsAt: string;
218
218
  endsAt: string | null;
219
219
  timezone: string;
220
- status: "cancelled" | "open" | "closed" | "sold_out";
220
+ status: "open" | "closed" | "cancelled" | "sold_out";
221
221
  unlimited: boolean;
222
222
  initialPax: number | null;
223
223
  remainingPax: number | null;
@@ -92,7 +92,7 @@ export declare function useAvailabilitySlotBatchMutation(): {
92
92
  startsAt: string;
93
93
  endsAt: string | null;
94
94
  timezone: string;
95
- status: "cancelled" | "open" | "closed" | "sold_out";
95
+ status: "open" | "closed" | "cancelled" | "sold_out";
96
96
  unlimited: boolean;
97
97
  initialPax: number | null;
98
98
  remainingPax: number | null;
@@ -112,7 +112,7 @@ export declare function useAvailabilitySlotBatchMutation(): {
112
112
  startsAt?: string | undefined;
113
113
  endsAt?: string | null | undefined;
114
114
  timezone?: string | undefined;
115
- status?: "cancelled" | "open" | "closed" | "sold_out" | undefined;
115
+ status?: "open" | "closed" | "cancelled" | "sold_out" | undefined;
116
116
  unlimited?: boolean | undefined;
117
117
  initialPax?: number | null | undefined;
118
118
  remainingPax?: number | null | undefined;
@@ -31,7 +31,7 @@ export declare function useAvailabilityOverview(options?: UseAvailabilityOvervie
31
31
  startsAt: string;
32
32
  endsAt: string | null;
33
33
  timezone: string;
34
- status: "cancelled" | "open" | "closed" | "sold_out";
34
+ status: "open" | "closed" | "cancelled" | "sold_out";
35
35
  unlimited: boolean;
36
36
  initialPax: number | null;
37
37
  remainingPax: number | null;
@@ -12,7 +12,7 @@ export declare function useAvailabilitySlotMutation(): {
12
12
  startsAt: string;
13
13
  endsAt: string | null;
14
14
  timezone: string;
15
- status: "cancelled" | "open" | "closed" | "sold_out";
15
+ status: "open" | "closed" | "cancelled" | "sold_out";
16
16
  unlimited: boolean;
17
17
  initialPax: number | null;
18
18
  remainingPax: number | null;
@@ -32,7 +32,7 @@ export declare function useAvailabilitySlotMutation(): {
32
32
  availabilityRuleId?: string | null | undefined;
33
33
  startTimeId?: string | null | undefined;
34
34
  endsAt?: string | null | undefined;
35
- status?: "cancelled" | "open" | "closed" | "sold_out" | undefined;
35
+ status?: "open" | "closed" | "cancelled" | "sold_out" | undefined;
36
36
  unlimited?: boolean | undefined;
37
37
  initialPax?: number | null | undefined;
38
38
  remainingPax?: number | null | undefined;
@@ -57,7 +57,7 @@ export declare function useAvailabilitySlotMutation(): {
57
57
  startsAt: string;
58
58
  endsAt: string | null;
59
59
  timezone: string;
60
- status: "cancelled" | "open" | "closed" | "sold_out";
60
+ status: "open" | "closed" | "cancelled" | "sold_out";
61
61
  unlimited: boolean;
62
62
  initialPax: number | null;
63
63
  remainingPax: number | null;
@@ -16,7 +16,7 @@ export declare function useSlotAllocation({ slotId, enabled }: UseSlotAllocation
16
16
  bookingNumber: string;
17
17
  status: string;
18
18
  bookingSequence: number;
19
- paymentStatus: "partial" | "paid" | "unpaid";
19
+ paymentStatus: "paid" | "partial" | "unpaid";
20
20
  contactFirstName: string | null;
21
21
  contactLastName: string | null;
22
22
  contactEmail: string | null;
@@ -31,7 +31,7 @@ export declare function useSlotAllocation({ slotId, enabled }: UseSlotAllocation
31
31
  bookingNumber: string;
32
32
  bookingStatus: string;
33
33
  bookingSequence: number;
34
- paymentStatus: "partial" | "paid" | "unpaid";
34
+ paymentStatus: "paid" | "partial" | "unpaid";
35
35
  firstName: string;
36
36
  lastName: string;
37
37
  fullName: string;
@@ -15,7 +15,7 @@ export declare function useSlots(options?: UseSlotsOptions): import("@tanstack/r
15
15
  startsAt: string;
16
16
  endsAt: string | null;
17
17
  timezone: string;
18
- status: "cancelled" | "open" | "closed" | "sold_out";
18
+ status: "open" | "closed" | "cancelled" | "sold_out";
19
19
  unlimited: boolean;
20
20
  initialPax: number | null;
21
21
  remainingPax: number | null;
@@ -239,7 +239,7 @@ export declare function getSlotsQueryOptions(client: FetchWithValidationOptions,
239
239
  startsAt: string;
240
240
  endsAt: string | null;
241
241
  timezone: string;
242
- status: "cancelled" | "open" | "closed" | "sold_out";
242
+ status: "open" | "closed" | "cancelled" | "sold_out";
243
243
  unlimited: boolean;
244
244
  initialPax: number | null;
245
245
  remainingPax: number | null;
@@ -265,7 +265,7 @@ export declare function getSlotsQueryOptions(client: FetchWithValidationOptions,
265
265
  startsAt: string;
266
266
  endsAt: string | null;
267
267
  timezone: string;
268
- status: "cancelled" | "open" | "closed" | "sold_out";
268
+ status: "open" | "closed" | "cancelled" | "sold_out";
269
269
  unlimited: boolean;
270
270
  initialPax: number | null;
271
271
  remainingPax: number | null;
@@ -292,7 +292,7 @@ export declare function getSlotsQueryOptions(client: FetchWithValidationOptions,
292
292
  startsAt: string;
293
293
  endsAt: string | null;
294
294
  timezone: string;
295
- status: "cancelled" | "open" | "closed" | "sold_out";
295
+ status: "open" | "closed" | "cancelled" | "sold_out";
296
296
  unlimited: boolean;
297
297
  initialPax: number | null;
298
298
  remainingPax: number | null;
@@ -321,7 +321,7 @@ export declare function getSlotsQueryOptions(client: FetchWithValidationOptions,
321
321
  startsAt: string;
322
322
  endsAt: string | null;
323
323
  timezone: string;
324
- status: "cancelled" | "open" | "closed" | "sold_out";
324
+ status: "open" | "closed" | "cancelled" | "sold_out";
325
325
  unlimited: boolean;
326
326
  initialPax: number | null;
327
327
  remainingPax: number | null;
@@ -367,7 +367,7 @@ export declare function getAvailabilityOverviewQueryOptions(client: FetchWithVal
367
367
  startsAt: string;
368
368
  endsAt: string | null;
369
369
  timezone: string;
370
- status: "cancelled" | "open" | "closed" | "sold_out";
370
+ status: "open" | "closed" | "cancelled" | "sold_out";
371
371
  unlimited: boolean;
372
372
  initialPax: number | null;
373
373
  remainingPax: number | null;
@@ -407,7 +407,7 @@ export declare function getAvailabilityOverviewQueryOptions(client: FetchWithVal
407
407
  startsAt: string;
408
408
  endsAt: string | null;
409
409
  timezone: string;
410
- status: "cancelled" | "open" | "closed" | "sold_out";
410
+ status: "open" | "closed" | "cancelled" | "sold_out";
411
411
  unlimited: boolean;
412
412
  initialPax: number | null;
413
413
  remainingPax: number | null;
@@ -448,7 +448,7 @@ export declare function getAvailabilityOverviewQueryOptions(client: FetchWithVal
448
448
  startsAt: string;
449
449
  endsAt: string | null;
450
450
  timezone: string;
451
- status: "cancelled" | "open" | "closed" | "sold_out";
451
+ status: "open" | "closed" | "cancelled" | "sold_out";
452
452
  unlimited: boolean;
453
453
  initialPax: number | null;
454
454
  remainingPax: number | null;
@@ -491,7 +491,7 @@ export declare function getAvailabilityOverviewQueryOptions(client: FetchWithVal
491
491
  startsAt: string;
492
492
  endsAt: string | null;
493
493
  timezone: string;
494
- status: "cancelled" | "open" | "closed" | "sold_out";
494
+ status: "open" | "closed" | "cancelled" | "sold_out";
495
495
  unlimited: boolean;
496
496
  initialPax: number | null;
497
497
  remainingPax: number | null;
@@ -639,7 +639,7 @@ export declare function getSlotQueryOptions(client: FetchWithValidationOptions,
639
639
  startsAt: string;
640
640
  endsAt: string | null;
641
641
  timezone: string;
642
- status: "cancelled" | "open" | "closed" | "sold_out";
642
+ status: "open" | "closed" | "cancelled" | "sold_out";
643
643
  unlimited: boolean;
644
644
  initialPax: number | null;
645
645
  remainingPax: number | null;
@@ -669,7 +669,7 @@ export declare function getSlotQueryOptions(client: FetchWithValidationOptions,
669
669
  startsAt: string;
670
670
  endsAt: string | null;
671
671
  timezone: string;
672
- status: "cancelled" | "open" | "closed" | "sold_out";
672
+ status: "open" | "closed" | "cancelled" | "sold_out";
673
673
  unlimited: boolean;
674
674
  initialPax: number | null;
675
675
  remainingPax: number | null;
@@ -700,7 +700,7 @@ export declare function getSlotQueryOptions(client: FetchWithValidationOptions,
700
700
  startsAt: string;
701
701
  endsAt: string | null;
702
702
  timezone: string;
703
- status: "cancelled" | "open" | "closed" | "sold_out";
703
+ status: "open" | "closed" | "cancelled" | "sold_out";
704
704
  unlimited: boolean;
705
705
  initialPax: number | null;
706
706
  remainingPax: number | null;
@@ -733,7 +733,7 @@ export declare function getSlotQueryOptions(client: FetchWithValidationOptions,
733
733
  startsAt: string;
734
734
  endsAt: string | null;
735
735
  timezone: string;
736
- status: "cancelled" | "open" | "closed" | "sold_out";
736
+ status: "open" | "closed" | "cancelled" | "sold_out";
737
737
  unlimited: boolean;
738
738
  initialPax: number | null;
739
739
  remainingPax: number | null;
@@ -811,7 +811,7 @@ export declare function getSlotAllocationQueryOptions(client: FetchWithValidatio
811
811
  bookingNumber: string;
812
812
  status: string;
813
813
  bookingSequence: number;
814
- paymentStatus: "partial" | "paid" | "unpaid";
814
+ paymentStatus: "paid" | "partial" | "unpaid";
815
815
  contactFirstName: string | null;
816
816
  contactLastName: string | null;
817
817
  contactEmail: string | null;
@@ -826,7 +826,7 @@ export declare function getSlotAllocationQueryOptions(client: FetchWithValidatio
826
826
  bookingNumber: string;
827
827
  bookingStatus: string;
828
828
  bookingSequence: number;
829
- paymentStatus: "partial" | "paid" | "unpaid";
829
+ paymentStatus: "paid" | "partial" | "unpaid";
830
830
  firstName: string;
831
831
  lastName: string;
832
832
  fullName: string;
@@ -879,7 +879,7 @@ export declare function getSlotAllocationQueryOptions(client: FetchWithValidatio
879
879
  bookingNumber: string;
880
880
  status: string;
881
881
  bookingSequence: number;
882
- paymentStatus: "partial" | "paid" | "unpaid";
882
+ paymentStatus: "paid" | "partial" | "unpaid";
883
883
  contactFirstName: string | null;
884
884
  contactLastName: string | null;
885
885
  contactEmail: string | null;
@@ -894,7 +894,7 @@ export declare function getSlotAllocationQueryOptions(client: FetchWithValidatio
894
894
  bookingNumber: string;
895
895
  bookingStatus: string;
896
896
  bookingSequence: number;
897
- paymentStatus: "partial" | "paid" | "unpaid";
897
+ paymentStatus: "paid" | "partial" | "unpaid";
898
898
  firstName: string;
899
899
  lastName: string;
900
900
  fullName: string;
@@ -948,7 +948,7 @@ export declare function getSlotAllocationQueryOptions(client: FetchWithValidatio
948
948
  bookingNumber: string;
949
949
  status: string;
950
950
  bookingSequence: number;
951
- paymentStatus: "partial" | "paid" | "unpaid";
951
+ paymentStatus: "paid" | "partial" | "unpaid";
952
952
  contactFirstName: string | null;
953
953
  contactLastName: string | null;
954
954
  contactEmail: string | null;
@@ -963,7 +963,7 @@ export declare function getSlotAllocationQueryOptions(client: FetchWithValidatio
963
963
  bookingNumber: string;
964
964
  bookingStatus: string;
965
965
  bookingSequence: number;
966
- paymentStatus: "partial" | "paid" | "unpaid";
966
+ paymentStatus: "paid" | "partial" | "unpaid";
967
967
  firstName: string;
968
968
  lastName: string;
969
969
  fullName: string;
@@ -1019,7 +1019,7 @@ export declare function getSlotAllocationQueryOptions(client: FetchWithValidatio
1019
1019
  bookingNumber: string;
1020
1020
  status: string;
1021
1021
  bookingSequence: number;
1022
- paymentStatus: "partial" | "paid" | "unpaid";
1022
+ paymentStatus: "paid" | "partial" | "unpaid";
1023
1023
  contactFirstName: string | null;
1024
1024
  contactLastName: string | null;
1025
1025
  contactEmail: string | null;
@@ -1034,7 +1034,7 @@ export declare function getSlotAllocationQueryOptions(client: FetchWithValidatio
1034
1034
  bookingNumber: string;
1035
1035
  bookingStatus: string;
1036
1036
  bookingSequence: number;
1037
- paymentStatus: "partial" | "paid" | "unpaid";
1037
+ paymentStatus: "paid" | "partial" | "unpaid";
1038
1038
  firstName: string;
1039
1039
  lastName: string;
1040
1040
  fullName: string;
@@ -1408,7 +1408,7 @@ export declare function getSlotAssignmentsQueryOptions(client: FetchWithValidati
1408
1408
  poolId: string | null;
1409
1409
  resourceId: string | null;
1410
1410
  bookingId: string | null;
1411
- status: "completed" | "cancelled" | "released" | "reserved" | "assigned";
1411
+ status: "cancelled" | "reserved" | "assigned" | "released" | "completed";
1412
1412
  assignedBy: string | null;
1413
1413
  releasedAt: string | null;
1414
1414
  notes: string | null;
@@ -1422,7 +1422,7 @@ export declare function getSlotAssignmentsQueryOptions(client: FetchWithValidati
1422
1422
  poolId: string | null;
1423
1423
  resourceId: string | null;
1424
1424
  bookingId: string | null;
1425
- status: "completed" | "cancelled" | "released" | "reserved" | "assigned";
1425
+ status: "cancelled" | "reserved" | "assigned" | "released" | "completed";
1426
1426
  assignedBy: string | null;
1427
1427
  releasedAt: string | null;
1428
1428
  notes: string | null;
@@ -1437,7 +1437,7 @@ export declare function getSlotAssignmentsQueryOptions(client: FetchWithValidati
1437
1437
  poolId: string | null;
1438
1438
  resourceId: string | null;
1439
1439
  bookingId: string | null;
1440
- status: "completed" | "cancelled" | "released" | "reserved" | "assigned";
1440
+ status: "cancelled" | "reserved" | "assigned" | "released" | "completed";
1441
1441
  assignedBy: string | null;
1442
1442
  releasedAt: string | null;
1443
1443
  notes: string | null;
@@ -1454,7 +1454,7 @@ export declare function getSlotAssignmentsQueryOptions(client: FetchWithValidati
1454
1454
  poolId: string | null;
1455
1455
  resourceId: string | null;
1456
1456
  bookingId: string | null;
1457
- status: "completed" | "cancelled" | "released" | "reserved" | "assigned";
1457
+ status: "cancelled" | "reserved" | "assigned" | "released" | "completed";
1458
1458
  assignedBy: string | null;
1459
1459
  releasedAt: string | null;
1460
1460
  notes: string | null;