@voyant-travel/operations-react 0.19.0 → 0.19.2
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/availability/components/availability-rule-detail-page.d.ts +5 -5
- package/dist/availability/components/availability-slot-detail-page.d.ts +5 -5
- package/dist/availability/components/availability-start-time-detail-page.d.ts +5 -5
- package/dist/availability/hooks/use-availability-batch-mutations.d.ts +2 -2
- package/dist/availability/hooks/use-availability-overview.d.ts +1 -1
- package/dist/availability/hooks/use-availability-slot-mutation.d.ts +3 -3
- package/dist/availability/hooks/use-slots.d.ts +1 -1
- package/dist/availability/query-options.d.ts +12 -12
- package/dist/availability/schemas.d.ts +6 -6
- package/dist/places/hooks/use-facilities.d.ts +1 -1
- package/dist/places/hooks/use-facility-feature-mutation.d.ts +2 -2
- package/dist/places/hooks/use-facility-features.d.ts +1 -1
- package/dist/places/hooks/use-facility-mutation.d.ts +4 -4
- package/dist/places/hooks/use-facility.d.ts +1 -1
- package/dist/places/hooks/use-property-group-mutation.d.ts +6 -6
- package/dist/places/hooks/use-property-group.d.ts +2 -2
- package/dist/places/hooks/use-property-groups.d.ts +2 -2
- package/dist/places/query-options.d.ts +32 -32
- package/dist/resources/admin/detail-hosts.d.ts.map +1 -1
- package/dist/resources/admin/detail-hosts.js +97 -22
- package/dist/resources/admin/resources-dialogs-ops.d.ts +3 -2
- package/dist/resources/admin/resources-dialogs-ops.d.ts.map +1 -1
- package/dist/resources/admin/resources-dialogs-ops.js +44 -6
- package/dist/resources/admin/resources-dialogs.d.ts.map +1 -1
- package/dist/resources/admin/resources-dialogs.js +1 -1
- package/dist/resources/components/resource-allocation-detail-page.d.ts +2 -1
- package/dist/resources/components/resource-allocation-detail-page.d.ts.map +1 -1
- package/dist/resources/components/resource-allocation-detail-page.js +2 -2
- package/dist/resources/components/resource-assignment-detail-page.d.ts +2 -1
- package/dist/resources/components/resource-assignment-detail-page.d.ts.map +1 -1
- package/dist/resources/components/resource-assignment-detail-page.js +4 -3
- package/dist/resources/components/resource-detail-page.d.ts +2 -1
- package/dist/resources/components/resource-detail-page.d.ts.map +1 -1
- package/dist/resources/components/resource-detail-page.js +6 -3
- package/dist/resources/components/resource-detail-shared.d.ts +2 -1
- package/dist/resources/components/resource-detail-shared.d.ts.map +1 -1
- package/dist/resources/components/resource-detail-shared.js +3 -3
- package/dist/resources/components/resource-pool-detail-page.d.ts +5 -1
- package/dist/resources/components/resource-pool-detail-page.d.ts.map +1 -1
- package/dist/resources/components/resource-pool-detail-page.js +38 -8
- package/dist/resources/components/resources-overview.d.ts +3 -2
- package/dist/resources/components/resources-overview.d.ts.map +1 -1
- package/dist/resources/components/resources-overview.js +2 -1
- package/dist/resources/components/resources-page.d.ts.map +1 -1
- package/dist/resources/components/resources-page.js +45 -9
- package/dist/resources/components/resources-tabs-primary.d.ts.map +1 -1
- package/dist/resources/components/resources-tabs-primary.js +28 -19
- package/dist/resources/components/resources-tabs-secondary.d.ts +2 -1
- package/dist/resources/components/resources-tabs-secondary.d.ts.map +1 -1
- package/dist/resources/components/resources-tabs-secondary.js +22 -9
- package/dist/resources/hooks/use-assignment.d.ts +1 -2
- package/dist/resources/hooks/use-assignment.d.ts.map +1 -1
- package/dist/resources/hooks/use-assignments.d.ts +1 -0
- package/dist/resources/hooks/use-assignments.d.ts.map +1 -1
- package/dist/resources/hooks/use-pool.d.ts +1 -1
- package/dist/resources/hooks/use-pools.d.ts +1 -1
- package/dist/resources/hooks/use-resource.d.ts +1 -1
- package/dist/resources/hooks/use-resources.d.ts +1 -1
- package/dist/resources/i18n/en.d.ts.map +1 -1
- package/dist/resources/i18n/en.js +8 -0
- package/dist/resources/i18n/messages.d.ts +8 -0
- package/dist/resources/i18n/messages.d.ts.map +1 -1
- package/dist/resources/i18n/ro.d.ts.map +1 -1
- package/dist/resources/i18n/ro.js +8 -0
- package/dist/resources/i18n/utils.d.ts +2 -1
- package/dist/resources/i18n/utils.d.ts.map +1 -1
- package/dist/resources/i18n/utils.js +3 -1
- package/dist/resources/query-options.d.ts +24 -24
- package/dist/resources/query-options.d.ts.map +1 -1
- package/dist/resources/schemas.d.ts +13 -13
- package/dist/resources/schemas.d.ts.map +1 -1
- package/dist/resources/schemas.js +2 -4
- package/package.json +10 -10
|
@@ -278,7 +278,7 @@ export declare function getResourcesQueryOptions(client: FetchWithValidationOpti
|
|
|
278
278
|
data: {
|
|
279
279
|
id: string;
|
|
280
280
|
supplierId: string | null;
|
|
281
|
-
kind: "
|
|
281
|
+
kind: "other" | "vehicle" | "room" | "guide" | "boat" | "equipment";
|
|
282
282
|
name: string;
|
|
283
283
|
code: string | null;
|
|
284
284
|
capacity: number | null;
|
|
@@ -292,7 +292,7 @@ export declare function getResourcesQueryOptions(client: FetchWithValidationOpti
|
|
|
292
292
|
data: {
|
|
293
293
|
id: string;
|
|
294
294
|
supplierId: string | null;
|
|
295
|
-
kind: "
|
|
295
|
+
kind: "other" | "vehicle" | "room" | "guide" | "boat" | "equipment";
|
|
296
296
|
name: string;
|
|
297
297
|
code: string | null;
|
|
298
298
|
capacity: number | null;
|
|
@@ -307,7 +307,7 @@ export declare function getResourcesQueryOptions(client: FetchWithValidationOpti
|
|
|
307
307
|
data: {
|
|
308
308
|
id: string;
|
|
309
309
|
supplierId: string | null;
|
|
310
|
-
kind: "
|
|
310
|
+
kind: "other" | "vehicle" | "room" | "guide" | "boat" | "equipment";
|
|
311
311
|
name: string;
|
|
312
312
|
code: string | null;
|
|
313
313
|
capacity: number | null;
|
|
@@ -324,7 +324,7 @@ export declare function getResourcesQueryOptions(client: FetchWithValidationOpti
|
|
|
324
324
|
data: {
|
|
325
325
|
id: string;
|
|
326
326
|
supplierId: string | null;
|
|
327
|
-
kind: "
|
|
327
|
+
kind: "other" | "vehicle" | "room" | "guide" | "boat" | "equipment";
|
|
328
328
|
name: string;
|
|
329
329
|
code: string | null;
|
|
330
330
|
capacity: number | null;
|
|
@@ -341,7 +341,7 @@ export declare function getResourcesQueryOptions(client: FetchWithValidationOpti
|
|
|
341
341
|
export declare function getResourceQueryOptions(client: FetchWithValidationOptions, id: string | null | undefined, options?: UseResourceOptions): import("@tanstack/react-query").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<{
|
|
342
342
|
id: string;
|
|
343
343
|
supplierId: string | null;
|
|
344
|
-
kind: "
|
|
344
|
+
kind: "other" | "vehicle" | "room" | "guide" | "boat" | "equipment";
|
|
345
345
|
name: string;
|
|
346
346
|
code: string | null;
|
|
347
347
|
capacity: number | null;
|
|
@@ -352,7 +352,7 @@ export declare function getResourceQueryOptions(client: FetchWithValidationOptio
|
|
|
352
352
|
}, Error, {
|
|
353
353
|
id: string;
|
|
354
354
|
supplierId: string | null;
|
|
355
|
-
kind: "
|
|
355
|
+
kind: "other" | "vehicle" | "room" | "guide" | "boat" | "equipment";
|
|
356
356
|
name: string;
|
|
357
357
|
code: string | null;
|
|
358
358
|
capacity: number | null;
|
|
@@ -364,7 +364,7 @@ export declare function getResourceQueryOptions(client: FetchWithValidationOptio
|
|
|
364
364
|
queryFn?: import("@tanstack/react-query").QueryFunction<{
|
|
365
365
|
id: string;
|
|
366
366
|
supplierId: string | null;
|
|
367
|
-
kind: "
|
|
367
|
+
kind: "other" | "vehicle" | "room" | "guide" | "boat" | "equipment";
|
|
368
368
|
name: string;
|
|
369
369
|
code: string | null;
|
|
370
370
|
capacity: number | null;
|
|
@@ -378,7 +378,7 @@ export declare function getResourceQueryOptions(client: FetchWithValidationOptio
|
|
|
378
378
|
[dataTagSymbol]: {
|
|
379
379
|
id: string;
|
|
380
380
|
supplierId: string | null;
|
|
381
|
-
kind: "
|
|
381
|
+
kind: "other" | "vehicle" | "room" | "guide" | "boat" | "equipment";
|
|
382
382
|
name: string;
|
|
383
383
|
code: string | null;
|
|
384
384
|
capacity: number | null;
|
|
@@ -394,7 +394,7 @@ export declare function getPoolsQueryOptions(client: FetchWithValidationOptions,
|
|
|
394
394
|
data: {
|
|
395
395
|
id: string;
|
|
396
396
|
productId: string | null;
|
|
397
|
-
kind: "
|
|
397
|
+
kind: "other" | "vehicle" | "room" | "guide" | "boat" | "equipment";
|
|
398
398
|
name: string;
|
|
399
399
|
sharedCapacity: number | null;
|
|
400
400
|
active: boolean;
|
|
@@ -407,7 +407,7 @@ export declare function getPoolsQueryOptions(client: FetchWithValidationOptions,
|
|
|
407
407
|
data: {
|
|
408
408
|
id: string;
|
|
409
409
|
productId: string | null;
|
|
410
|
-
kind: "
|
|
410
|
+
kind: "other" | "vehicle" | "room" | "guide" | "boat" | "equipment";
|
|
411
411
|
name: string;
|
|
412
412
|
sharedCapacity: number | null;
|
|
413
413
|
active: boolean;
|
|
@@ -421,7 +421,7 @@ export declare function getPoolsQueryOptions(client: FetchWithValidationOptions,
|
|
|
421
421
|
data: {
|
|
422
422
|
id: string;
|
|
423
423
|
productId: string | null;
|
|
424
|
-
kind: "
|
|
424
|
+
kind: "other" | "vehicle" | "room" | "guide" | "boat" | "equipment";
|
|
425
425
|
name: string;
|
|
426
426
|
sharedCapacity: number | null;
|
|
427
427
|
active: boolean;
|
|
@@ -437,7 +437,7 @@ export declare function getPoolsQueryOptions(client: FetchWithValidationOptions,
|
|
|
437
437
|
data: {
|
|
438
438
|
id: string;
|
|
439
439
|
productId: string | null;
|
|
440
|
-
kind: "
|
|
440
|
+
kind: "other" | "vehicle" | "room" | "guide" | "boat" | "equipment";
|
|
441
441
|
name: string;
|
|
442
442
|
sharedCapacity: number | null;
|
|
443
443
|
active: boolean;
|
|
@@ -453,7 +453,7 @@ export declare function getPoolsQueryOptions(client: FetchWithValidationOptions,
|
|
|
453
453
|
export declare function getPoolQueryOptions(client: FetchWithValidationOptions, id: string | null | undefined, options?: UsePoolOptions): import("@tanstack/react-query").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<{
|
|
454
454
|
id: string;
|
|
455
455
|
productId: string | null;
|
|
456
|
-
kind: "
|
|
456
|
+
kind: "other" | "vehicle" | "room" | "guide" | "boat" | "equipment";
|
|
457
457
|
name: string;
|
|
458
458
|
sharedCapacity: number | null;
|
|
459
459
|
active: boolean;
|
|
@@ -463,7 +463,7 @@ export declare function getPoolQueryOptions(client: FetchWithValidationOptions,
|
|
|
463
463
|
}, Error, {
|
|
464
464
|
id: string;
|
|
465
465
|
productId: string | null;
|
|
466
|
-
kind: "
|
|
466
|
+
kind: "other" | "vehicle" | "room" | "guide" | "boat" | "equipment";
|
|
467
467
|
name: string;
|
|
468
468
|
sharedCapacity: number | null;
|
|
469
469
|
active: boolean;
|
|
@@ -474,7 +474,7 @@ export declare function getPoolQueryOptions(client: FetchWithValidationOptions,
|
|
|
474
474
|
queryFn?: import("@tanstack/react-query").QueryFunction<{
|
|
475
475
|
id: string;
|
|
476
476
|
productId: string | null;
|
|
477
|
-
kind: "
|
|
477
|
+
kind: "other" | "vehicle" | "room" | "guide" | "boat" | "equipment";
|
|
478
478
|
name: string;
|
|
479
479
|
sharedCapacity: number | null;
|
|
480
480
|
active: boolean;
|
|
@@ -487,7 +487,7 @@ export declare function getPoolQueryOptions(client: FetchWithValidationOptions,
|
|
|
487
487
|
[dataTagSymbol]: {
|
|
488
488
|
id: string;
|
|
489
489
|
productId: string | null;
|
|
490
|
-
kind: "
|
|
490
|
+
kind: "other" | "vehicle" | "room" | "guide" | "boat" | "equipment";
|
|
491
491
|
name: string;
|
|
492
492
|
sharedCapacity: number | null;
|
|
493
493
|
active: boolean;
|
|
@@ -622,6 +622,7 @@ export declare function getAssignmentsQueryOptions(client: FetchWithValidationOp
|
|
|
622
622
|
resourceId: string | null;
|
|
623
623
|
bookingId: string | null;
|
|
624
624
|
status: "cancelled" | "reserved" | "assigned" | "released" | "completed";
|
|
625
|
+
assignedAt: string;
|
|
625
626
|
assignedBy: string | null;
|
|
626
627
|
releasedAt: string | null;
|
|
627
628
|
notes: string | null;
|
|
@@ -637,6 +638,7 @@ export declare function getAssignmentsQueryOptions(client: FetchWithValidationOp
|
|
|
637
638
|
resourceId: string | null;
|
|
638
639
|
bookingId: string | null;
|
|
639
640
|
status: "cancelled" | "reserved" | "assigned" | "released" | "completed";
|
|
641
|
+
assignedAt: string;
|
|
640
642
|
assignedBy: string | null;
|
|
641
643
|
releasedAt: string | null;
|
|
642
644
|
notes: string | null;
|
|
@@ -653,6 +655,7 @@ export declare function getAssignmentsQueryOptions(client: FetchWithValidationOp
|
|
|
653
655
|
resourceId: string | null;
|
|
654
656
|
bookingId: string | null;
|
|
655
657
|
status: "cancelled" | "reserved" | "assigned" | "released" | "completed";
|
|
658
|
+
assignedAt: string;
|
|
656
659
|
assignedBy: string | null;
|
|
657
660
|
releasedAt: string | null;
|
|
658
661
|
notes: string | null;
|
|
@@ -671,6 +674,7 @@ export declare function getAssignmentsQueryOptions(client: FetchWithValidationOp
|
|
|
671
674
|
resourceId: string | null;
|
|
672
675
|
bookingId: string | null;
|
|
673
676
|
status: "cancelled" | "reserved" | "assigned" | "released" | "completed";
|
|
677
|
+
assignedAt: string;
|
|
674
678
|
assignedBy: string | null;
|
|
675
679
|
releasedAt: string | null;
|
|
676
680
|
notes: string | null;
|
|
@@ -689,11 +693,10 @@ export declare function getAssignmentQueryOptions(client: FetchWithValidationOpt
|
|
|
689
693
|
resourceId: string | null;
|
|
690
694
|
bookingId: string | null;
|
|
691
695
|
status: "cancelled" | "reserved" | "assigned" | "released" | "completed";
|
|
696
|
+
assignedAt: string;
|
|
692
697
|
assignedBy: string | null;
|
|
693
698
|
releasedAt: string | null;
|
|
694
699
|
notes: string | null;
|
|
695
|
-
createdAt: string;
|
|
696
|
-
updatedAt: string;
|
|
697
700
|
}, Error, {
|
|
698
701
|
id: string;
|
|
699
702
|
slotId: string;
|
|
@@ -701,11 +704,10 @@ export declare function getAssignmentQueryOptions(client: FetchWithValidationOpt
|
|
|
701
704
|
resourceId: string | null;
|
|
702
705
|
bookingId: string | null;
|
|
703
706
|
status: "cancelled" | "reserved" | "assigned" | "released" | "completed";
|
|
707
|
+
assignedAt: string;
|
|
704
708
|
assignedBy: string | null;
|
|
705
709
|
releasedAt: string | null;
|
|
706
710
|
notes: string | null;
|
|
707
|
-
createdAt: string;
|
|
708
|
-
updatedAt: string;
|
|
709
711
|
}, readonly ["voyant", "resources", "assignments", "detail", string]>, "queryFn"> & {
|
|
710
712
|
queryFn?: import("@tanstack/react-query").QueryFunction<{
|
|
711
713
|
id: string;
|
|
@@ -714,11 +716,10 @@ export declare function getAssignmentQueryOptions(client: FetchWithValidationOpt
|
|
|
714
716
|
resourceId: string | null;
|
|
715
717
|
bookingId: string | null;
|
|
716
718
|
status: "cancelled" | "reserved" | "assigned" | "released" | "completed";
|
|
719
|
+
assignedAt: string;
|
|
717
720
|
assignedBy: string | null;
|
|
718
721
|
releasedAt: string | null;
|
|
719
722
|
notes: string | null;
|
|
720
|
-
createdAt: string;
|
|
721
|
-
updatedAt: string;
|
|
722
723
|
}, readonly ["voyant", "resources", "assignments", "detail", string], never> | undefined;
|
|
723
724
|
} & {
|
|
724
725
|
queryKey: readonly ["voyant", "resources", "assignments", "detail", string] & {
|
|
@@ -729,11 +730,10 @@ export declare function getAssignmentQueryOptions(client: FetchWithValidationOpt
|
|
|
729
730
|
resourceId: string | null;
|
|
730
731
|
bookingId: string | null;
|
|
731
732
|
status: "cancelled" | "reserved" | "assigned" | "released" | "completed";
|
|
733
|
+
assignedAt: string;
|
|
732
734
|
assignedBy: string | null;
|
|
733
735
|
releasedAt: string | null;
|
|
734
736
|
notes: string | null;
|
|
735
|
-
createdAt: string;
|
|
736
|
-
updatedAt: string;
|
|
737
737
|
};
|
|
738
738
|
[dataTagErrorSymbol]: Error;
|
|
739
739
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query-options.d.ts","sourceRoot":"","sources":["../../src/resources/query-options.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"query-options.d.ts","sourceRoot":"","sources":["../../src/resources/query-options.ts"],"names":[],"mappings":"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"}
|
|
@@ -40,9 +40,9 @@ export declare const startTimeOptionSchema: z.ZodObject<{
|
|
|
40
40
|
}, z.core.$strip>;
|
|
41
41
|
export type StartTimeOption = z.infer<typeof startTimeOptionSchema>;
|
|
42
42
|
export declare const resourceKindSchema: z.ZodEnum<{
|
|
43
|
+
other: "other";
|
|
43
44
|
vehicle: "vehicle";
|
|
44
45
|
room: "room";
|
|
45
|
-
other: "other";
|
|
46
46
|
guide: "guide";
|
|
47
47
|
boat: "boat";
|
|
48
48
|
equipment: "equipment";
|
|
@@ -62,9 +62,9 @@ export declare const resourceRecordSchema: z.ZodObject<{
|
|
|
62
62
|
id: z.ZodString;
|
|
63
63
|
supplierId: z.ZodNullable<z.ZodString>;
|
|
64
64
|
kind: z.ZodEnum<{
|
|
65
|
+
other: "other";
|
|
65
66
|
vehicle: "vehicle";
|
|
66
67
|
room: "room";
|
|
67
|
-
other: "other";
|
|
68
68
|
guide: "guide";
|
|
69
69
|
boat: "boat";
|
|
70
70
|
equipment: "equipment";
|
|
@@ -80,9 +80,9 @@ export declare const resourceDetailSchema: z.ZodObject<{
|
|
|
80
80
|
id: z.ZodString;
|
|
81
81
|
supplierId: z.ZodNullable<z.ZodString>;
|
|
82
82
|
kind: z.ZodEnum<{
|
|
83
|
+
other: "other";
|
|
83
84
|
vehicle: "vehicle";
|
|
84
85
|
room: "room";
|
|
85
|
-
other: "other";
|
|
86
86
|
guide: "guide";
|
|
87
87
|
boat: "boat";
|
|
88
88
|
equipment: "equipment";
|
|
@@ -100,9 +100,9 @@ export declare const resourcePoolRecordSchema: z.ZodObject<{
|
|
|
100
100
|
id: z.ZodString;
|
|
101
101
|
productId: z.ZodNullable<z.ZodString>;
|
|
102
102
|
kind: z.ZodEnum<{
|
|
103
|
+
other: "other";
|
|
103
104
|
vehicle: "vehicle";
|
|
104
105
|
room: "room";
|
|
105
|
-
other: "other";
|
|
106
106
|
guide: "guide";
|
|
107
107
|
boat: "boat";
|
|
108
108
|
equipment: "equipment";
|
|
@@ -117,9 +117,9 @@ export declare const resourcePoolDetailSchema: z.ZodObject<{
|
|
|
117
117
|
id: z.ZodString;
|
|
118
118
|
productId: z.ZodNullable<z.ZodString>;
|
|
119
119
|
kind: z.ZodEnum<{
|
|
120
|
+
other: "other";
|
|
120
121
|
vehicle: "vehicle";
|
|
121
122
|
room: "room";
|
|
122
|
-
other: "other";
|
|
123
123
|
guide: "guide";
|
|
124
124
|
boat: "boat";
|
|
125
125
|
equipment: "equipment";
|
|
@@ -175,6 +175,7 @@ export declare const resourceSlotAssignmentRecordSchema: z.ZodObject<{
|
|
|
175
175
|
released: "released";
|
|
176
176
|
completed: "completed";
|
|
177
177
|
}>;
|
|
178
|
+
assignedAt: z.ZodString;
|
|
178
179
|
assignedBy: z.ZodNullable<z.ZodString>;
|
|
179
180
|
releasedAt: z.ZodNullable<z.ZodString>;
|
|
180
181
|
notes: z.ZodNullable<z.ZodString>;
|
|
@@ -193,11 +194,10 @@ export declare const resourceSlotAssignmentDetailSchema: z.ZodObject<{
|
|
|
193
194
|
released: "released";
|
|
194
195
|
completed: "completed";
|
|
195
196
|
}>;
|
|
197
|
+
assignedAt: z.ZodString;
|
|
196
198
|
assignedBy: z.ZodNullable<z.ZodString>;
|
|
197
199
|
releasedAt: z.ZodNullable<z.ZodString>;
|
|
198
200
|
notes: z.ZodNullable<z.ZodString>;
|
|
199
|
-
createdAt: z.ZodString;
|
|
200
|
-
updatedAt: z.ZodString;
|
|
201
201
|
}, z.core.$strip>;
|
|
202
202
|
export type ResourceSlotAssignmentDetail = z.infer<typeof resourceSlotAssignmentDetailSchema>;
|
|
203
203
|
export declare const resourceCloseoutRecordSchema: z.ZodObject<{
|
|
@@ -274,9 +274,9 @@ export declare const resourceListResponse: z.ZodObject<{
|
|
|
274
274
|
id: z.ZodString;
|
|
275
275
|
supplierId: z.ZodNullable<z.ZodString>;
|
|
276
276
|
kind: z.ZodEnum<{
|
|
277
|
+
other: "other";
|
|
277
278
|
vehicle: "vehicle";
|
|
278
279
|
room: "room";
|
|
279
|
-
other: "other";
|
|
280
280
|
guide: "guide";
|
|
281
281
|
boat: "boat";
|
|
282
282
|
equipment: "equipment";
|
|
@@ -296,9 +296,9 @@ export declare const resourcePoolListResponse: z.ZodObject<{
|
|
|
296
296
|
id: z.ZodString;
|
|
297
297
|
productId: z.ZodNullable<z.ZodString>;
|
|
298
298
|
kind: z.ZodEnum<{
|
|
299
|
+
other: "other";
|
|
299
300
|
vehicle: "vehicle";
|
|
300
301
|
room: "room";
|
|
301
|
-
other: "other";
|
|
302
302
|
guide: "guide";
|
|
303
303
|
boat: "boat";
|
|
304
304
|
equipment: "equipment";
|
|
@@ -344,6 +344,7 @@ export declare const resourceSlotAssignmentListResponse: z.ZodObject<{
|
|
|
344
344
|
released: "released";
|
|
345
345
|
completed: "completed";
|
|
346
346
|
}>;
|
|
347
|
+
assignedAt: z.ZodString;
|
|
347
348
|
assignedBy: z.ZodNullable<z.ZodString>;
|
|
348
349
|
releasedAt: z.ZodNullable<z.ZodString>;
|
|
349
350
|
notes: z.ZodNullable<z.ZodString>;
|
|
@@ -371,9 +372,9 @@ export declare const resourceSingleResponse: z.ZodObject<{
|
|
|
371
372
|
id: z.ZodString;
|
|
372
373
|
supplierId: z.ZodNullable<z.ZodString>;
|
|
373
374
|
kind: z.ZodEnum<{
|
|
375
|
+
other: "other";
|
|
374
376
|
vehicle: "vehicle";
|
|
375
377
|
room: "room";
|
|
376
|
-
other: "other";
|
|
377
378
|
guide: "guide";
|
|
378
379
|
boat: "boat";
|
|
379
380
|
equipment: "equipment";
|
|
@@ -392,9 +393,9 @@ export declare const resourcePoolSingleResponse: z.ZodObject<{
|
|
|
392
393
|
id: z.ZodString;
|
|
393
394
|
productId: z.ZodNullable<z.ZodString>;
|
|
394
395
|
kind: z.ZodEnum<{
|
|
396
|
+
other: "other";
|
|
395
397
|
vehicle: "vehicle";
|
|
396
398
|
room: "room";
|
|
397
|
-
other: "other";
|
|
398
399
|
guide: "guide";
|
|
399
400
|
boat: "boat";
|
|
400
401
|
equipment: "equipment";
|
|
@@ -438,11 +439,10 @@ export declare const resourceSlotAssignmentSingleResponse: z.ZodObject<{
|
|
|
438
439
|
released: "released";
|
|
439
440
|
completed: "completed";
|
|
440
441
|
}>;
|
|
442
|
+
assignedAt: z.ZodString;
|
|
441
443
|
assignedBy: z.ZodNullable<z.ZodString>;
|
|
442
444
|
releasedAt: z.ZodNullable<z.ZodString>;
|
|
443
445
|
notes: z.ZodNullable<z.ZodString>;
|
|
444
|
-
createdAt: z.ZodString;
|
|
445
|
-
updatedAt: z.ZodString;
|
|
446
446
|
}, z.core.$strip>;
|
|
447
447
|
}, z.core.$strip>;
|
|
448
448
|
//# sourceMappingURL=schemas.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../src/resources/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,eAAO,MAAM,iBAAiB,2BAAqB,CAAA;AAEnD,eAAO,MAAM,cAAc,GAAI,CAAC,SAAS,CAAC,CAAC,UAAU,EAAE,MAAM,CAAC;;iBAA6B,CAAA;AAE3F,eAAO,MAAM,oBAAoB;;;iBAG/B,CAAA;AAEF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAA;AAEjE,eAAO,MAAM,mBAAmB;;;iBAG9B,CAAA;AAEF,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA;AAE/D,eAAO,MAAM,mBAAmB;;;iBAG9B,CAAA;AAEF,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA;AAE/D,eAAO,MAAM,gBAAgB;;;;;iBAK3B,CAAA;AAEF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAEzD,eAAO,MAAM,gBAAgB;;;;iBAI3B,CAAA;AAEF,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAEzD,eAAO,MAAM,qBAAqB;;;;;iBAKhC,CAAA;AAEF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA;AAEnE,eAAO,MAAM,kBAAkB;;;;;;;EAAqE,CAAA;AAEpG,eAAO,MAAM,oBAAoB;;;;;;EAM/B,CAAA;AAEF,eAAO,MAAM,oBAAoB;;;EAAkC,CAAA;AAEnE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;iBAS/B,CAAA;AAEF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAA;AAE9D,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;iBAG/B,CAAA;AAEF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAA;AAEjE,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;iBAQnC,CAAA;AAEF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAA;AAEtE,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;iBAGnC,CAAA;AAEF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAA;AAEzE,eAAO,MAAM,8BAA8B;;;;;;;;;;;;iBASzC,CAAA;AAEF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAA;AAElF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;iBAGzC,CAAA;AAEF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAA;AAErF,eAAO,MAAM,kCAAkC
|
|
1
|
+
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../src/resources/schemas.ts"],"names":[],"mappings":"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"}
|
|
@@ -88,14 +88,12 @@ export const resourceSlotAssignmentRecordSchema = z.object({
|
|
|
88
88
|
resourceId: z.string().nullable(),
|
|
89
89
|
bookingId: z.string().nullable(),
|
|
90
90
|
status: resourceStatusSchema,
|
|
91
|
+
assignedAt: z.string(),
|
|
91
92
|
assignedBy: z.string().nullable(),
|
|
92
93
|
releasedAt: z.string().nullable(),
|
|
93
94
|
notes: z.string().nullable(),
|
|
94
95
|
});
|
|
95
|
-
export const resourceSlotAssignmentDetailSchema = resourceSlotAssignmentRecordSchema
|
|
96
|
-
createdAt: z.string(),
|
|
97
|
-
updatedAt: z.string(),
|
|
98
|
-
});
|
|
96
|
+
export const resourceSlotAssignmentDetailSchema = resourceSlotAssignmentRecordSchema;
|
|
99
97
|
export const resourceCloseoutRecordSchema = z.object({
|
|
100
98
|
id: z.string(),
|
|
101
99
|
resourceId: z.string(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/operations-react",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -247,11 +247,11 @@
|
|
|
247
247
|
"react-hook-form": "^7.80.0",
|
|
248
248
|
"sonner": "^2.0.7",
|
|
249
249
|
"zod": "^4.0.0",
|
|
250
|
-
"@voyant-travel/
|
|
251
|
-
"@voyant-travel/
|
|
252
|
-
"@voyant-travel/operations": "^0.5.6",
|
|
250
|
+
"@voyant-travel/bookings-react": "^0.138.7",
|
|
251
|
+
"@voyant-travel/operations": "^0.5.9",
|
|
253
252
|
"@voyant-travel/inventory-react": "^0.20.0",
|
|
254
|
-
"@voyant-travel/
|
|
253
|
+
"@voyant-travel/admin": "^0.115.3",
|
|
254
|
+
"@voyant-travel/ui": "^0.108.10"
|
|
255
255
|
},
|
|
256
256
|
"peerDependenciesMeta": {
|
|
257
257
|
"@tanstack/react-table": {
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
}
|
|
281
281
|
},
|
|
282
282
|
"dependencies": {
|
|
283
|
-
"@voyant-travel/i18n": "^0.109.
|
|
283
|
+
"@voyant-travel/i18n": "^0.109.8",
|
|
284
284
|
"@voyant-travel/react": "^0.104.1"
|
|
285
285
|
},
|
|
286
286
|
"devDependencies": {
|
|
@@ -297,13 +297,13 @@
|
|
|
297
297
|
"vitest": "^4.1.9",
|
|
298
298
|
"zod": "^4.4.3",
|
|
299
299
|
"@voyant-travel/admin": "^0.115.3",
|
|
300
|
-
"@voyant-travel/
|
|
301
|
-
"@voyant-travel/
|
|
302
|
-
"@voyant-travel/operations": "^0.5.6",
|
|
300
|
+
"@voyant-travel/i18n": "^0.109.8",
|
|
301
|
+
"@voyant-travel/bookings-react": "^0.138.7",
|
|
303
302
|
"@voyant-travel/inventory-react": "^0.20.0",
|
|
304
303
|
"@voyant-travel/react": "^0.104.1",
|
|
305
304
|
"@voyant-travel/types": "^0.106.1",
|
|
306
|
-
"@voyant-travel/
|
|
305
|
+
"@voyant-travel/operations": "^0.5.9",
|
|
306
|
+
"@voyant-travel/ui": "^0.108.10",
|
|
307
307
|
"@voyant-travel/voyant-typescript-config": "^0.1.0"
|
|
308
308
|
},
|
|
309
309
|
"files": [
|