@voyant-travel/charters 0.135.0 → 0.135.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.
- package/dist/booking-extension.d.ts +24 -24
- package/dist/booking-extension.d.ts.map +1 -1
- package/dist/routes-public.d.ts +290 -510
- package/dist/routes-public.d.ts.map +1 -1
- package/dist/routes-public.js +387 -82
- package/dist/routes.d.ts +849 -1020
- package/dist/routes.d.ts.map +1 -1
- package/dist/routes.js +641 -154
- package/dist/schema-core.d.ts +1 -1
- package/dist/schema-pricing.d.ts +2 -2
- package/dist/service.d.ts +5 -2
- package/dist/service.d.ts.map +1 -1
- package/dist/service.js +29 -10
- package/dist/validation-core.d.ts +3 -3
- package/dist/validation-itinerary.d.ts +2 -2
- package/dist/validation-pricing.d.ts +14 -14
- package/dist/validation-shared.d.ts +3 -3
- package/package.json +7 -6
|
@@ -649,12 +649,9 @@ export declare const chartersBookingExtensionRoutes: import("hono/hono-base").Ho
|
|
|
649
649
|
};
|
|
650
650
|
output: {
|
|
651
651
|
data: {
|
|
652
|
-
source: "local" | "external";
|
|
653
|
-
createdAt: string;
|
|
654
|
-
updatedAt: string;
|
|
655
|
-
notes: string | null;
|
|
656
652
|
bookingId: string;
|
|
657
653
|
bookingMode: "per_suite" | "whole_yacht";
|
|
654
|
+
source: "local" | "external";
|
|
658
655
|
sourceProvider: string | null;
|
|
659
656
|
sourceRef: {
|
|
660
657
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
@@ -684,6 +681,9 @@ export declare const chartersBookingExtensionRoutes: import("hono/hono-base").Ho
|
|
|
684
681
|
apaSettledAt: string | null;
|
|
685
682
|
connectorBookingRef: string | null;
|
|
686
683
|
connectorStatus: string | null;
|
|
684
|
+
notes: string | null;
|
|
685
|
+
createdAt: string;
|
|
686
|
+
updatedAt: string;
|
|
687
687
|
};
|
|
688
688
|
};
|
|
689
689
|
outputFormat: "json";
|
|
@@ -700,12 +700,9 @@ export declare const chartersBookingExtensionRoutes: import("hono/hono-base").Ho
|
|
|
700
700
|
};
|
|
701
701
|
output: {
|
|
702
702
|
data: {
|
|
703
|
-
source: "local" | "external";
|
|
704
|
-
createdAt: string;
|
|
705
|
-
updatedAt: string;
|
|
706
|
-
notes: string | null;
|
|
707
703
|
bookingId: string;
|
|
708
704
|
bookingMode: "per_suite" | "whole_yacht";
|
|
705
|
+
source: "local" | "external";
|
|
709
706
|
sourceProvider: string | null;
|
|
710
707
|
sourceRef: {
|
|
711
708
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
@@ -735,6 +732,9 @@ export declare const chartersBookingExtensionRoutes: import("hono/hono-base").Ho
|
|
|
735
732
|
apaSettledAt: string | null;
|
|
736
733
|
connectorBookingRef: string | null;
|
|
737
734
|
connectorStatus: string | null;
|
|
735
|
+
notes: string | null;
|
|
736
|
+
createdAt: string;
|
|
737
|
+
updatedAt: string;
|
|
738
738
|
};
|
|
739
739
|
};
|
|
740
740
|
outputFormat: "json";
|
|
@@ -749,20 +749,20 @@ export declare const chartersBookingExtensionRoutes: import("hono/hono-base").Ho
|
|
|
749
749
|
bookingId: string;
|
|
750
750
|
};
|
|
751
751
|
};
|
|
752
|
-
output:
|
|
753
|
-
|
|
754
|
-
|
|
752
|
+
output: {
|
|
753
|
+
error: string;
|
|
754
|
+
};
|
|
755
|
+
outputFormat: "json";
|
|
756
|
+
status: 404;
|
|
755
757
|
} | {
|
|
756
758
|
input: {
|
|
757
759
|
param: {
|
|
758
760
|
bookingId: string;
|
|
759
761
|
};
|
|
760
762
|
};
|
|
761
|
-
output:
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
outputFormat: "json";
|
|
765
|
-
status: 404;
|
|
763
|
+
output: null;
|
|
764
|
+
outputFormat: "body";
|
|
765
|
+
status: 204;
|
|
766
766
|
};
|
|
767
767
|
};
|
|
768
768
|
} & {
|
|
@@ -786,12 +786,9 @@ export declare const chartersBookingExtensionRoutes: import("hono/hono-base").Ho
|
|
|
786
786
|
};
|
|
787
787
|
output: {
|
|
788
788
|
data: {
|
|
789
|
-
source: "local" | "external";
|
|
790
|
-
createdAt: string;
|
|
791
|
-
updatedAt: string;
|
|
792
|
-
notes: string | null;
|
|
793
789
|
bookingId: string;
|
|
794
790
|
bookingMode: "per_suite" | "whole_yacht";
|
|
791
|
+
source: "local" | "external";
|
|
795
792
|
sourceProvider: string | null;
|
|
796
793
|
sourceRef: {
|
|
797
794
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
@@ -821,6 +818,9 @@ export declare const chartersBookingExtensionRoutes: import("hono/hono-base").Ho
|
|
|
821
818
|
apaSettledAt: string | null;
|
|
822
819
|
connectorBookingRef: string | null;
|
|
823
820
|
connectorStatus: string | null;
|
|
821
|
+
notes: string | null;
|
|
822
|
+
createdAt: string;
|
|
823
|
+
updatedAt: string;
|
|
824
824
|
};
|
|
825
825
|
};
|
|
826
826
|
outputFormat: "json";
|
|
@@ -848,12 +848,9 @@ export declare const chartersBookingExtensionRoutes: import("hono/hono-base").Ho
|
|
|
848
848
|
};
|
|
849
849
|
output: {
|
|
850
850
|
data: {
|
|
851
|
-
source: "local" | "external";
|
|
852
|
-
createdAt: string;
|
|
853
|
-
updatedAt: string;
|
|
854
|
-
notes: string | null;
|
|
855
851
|
bookingId: string;
|
|
856
852
|
bookingMode: "per_suite" | "whole_yacht";
|
|
853
|
+
source: "local" | "external";
|
|
857
854
|
sourceProvider: string | null;
|
|
858
855
|
sourceRef: {
|
|
859
856
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
@@ -883,6 +880,9 @@ export declare const chartersBookingExtensionRoutes: import("hono/hono-base").Ho
|
|
|
883
880
|
apaSettledAt: string | null;
|
|
884
881
|
connectorBookingRef: string | null;
|
|
885
882
|
connectorStatus: string | null;
|
|
883
|
+
notes: string | null;
|
|
884
|
+
createdAt: string;
|
|
885
|
+
updatedAt: string;
|
|
886
886
|
};
|
|
887
887
|
};
|
|
888
888
|
outputFormat: "json";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"booking-extension.d.ts","sourceRoot":"","sources":["../src/booking-extension.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAY/D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AAEjE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAMvB,MAAM,MAAM,gBAAgB,GAAG;IAC7B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,UAAU,EAAE,MAAM,CAAA;IAClB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CACvB,CAAA;AAID;;;;;;;;;;GAUG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+DjC,CAAA;AAED,MAAM,MAAM,oBAAoB,GAAG,OAAO,qBAAqB,CAAC,YAAY,CAAA;AAC5E,MAAM,MAAM,uBAAuB,GAAG,OAAO,qBAAqB,CAAC,YAAY,CAAA;AAa/E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAoFlC,CAAA;AAEJ,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAA;AAgB3E,eAAO,MAAM,4BAA4B;YACzB,kBAAkB,aAAa,MAAM,GAAG,OAAO,CAAC,oBAAoB,GAAG,IAAI,CAAC;eAUpF,kBAAkB,aACX,MAAM,QACX,mBAAmB,GACxB,OAAO,CAAC,oBAAoB,CAAC;eAsBf,kBAAkB,aAAa,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAQzE;;;;OAIG;yBAEG,kBAAkB,aACX,MAAM,QACX;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;KAAE,GAC7C,OAAO,CAAC,oBAAoB,GAAG,IAAI,CAAC;IAqBvC;;;;;OAKG;qBAEG,kBAAkB,aACX,MAAM,QACX;QACJ,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,YAAY,CAAC,EAAE,MAAM,CAAA;QACrB,MAAM,CAAC,EAAE,OAAO,CAAA;QAChB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;KACrB,GACA,OAAO,CAAC,oBAAoB,GAAG,IAAI,CAAC;CAkBxC,CAAA;AA4BD,KAAK,GAAG,GAAG;IACT,SAAS,EAAE;QACT,EAAE,EAAE,kBAAkB,CAAA;QACtB,MAAM,CAAC,EAAE,MAAM,CAAA;KAChB,CAAA;CACF,CAAA;AAED,eAAO,MAAM,8BAA8B
|
|
1
|
+
{"version":3,"file":"booking-extension.d.ts","sourceRoot":"","sources":["../src/booking-extension.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAY/D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AAEjE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAMvB,MAAM,MAAM,gBAAgB,GAAG;IAC7B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,UAAU,EAAE,MAAM,CAAA;IAClB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CACvB,CAAA;AAID;;;;;;;;;;GAUG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+DjC,CAAA;AAED,MAAM,MAAM,oBAAoB,GAAG,OAAO,qBAAqB,CAAC,YAAY,CAAA;AAC5E,MAAM,MAAM,uBAAuB,GAAG,OAAO,qBAAqB,CAAC,YAAY,CAAA;AAa/E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAoFlC,CAAA;AAEJ,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAA;AAgB3E,eAAO,MAAM,4BAA4B;YACzB,kBAAkB,aAAa,MAAM,GAAG,OAAO,CAAC,oBAAoB,GAAG,IAAI,CAAC;eAUpF,kBAAkB,aACX,MAAM,QACX,mBAAmB,GACxB,OAAO,CAAC,oBAAoB,CAAC;eAsBf,kBAAkB,aAAa,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAQzE;;;;OAIG;yBAEG,kBAAkB,aACX,MAAM,QACX;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;KAAE,GAC7C,OAAO,CAAC,oBAAoB,GAAG,IAAI,CAAC;IAqBvC;;;;;OAKG;qBAEG,kBAAkB,aACX,MAAM,QACX;QACJ,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,YAAY,CAAC,EAAE,MAAM,CAAA;QACrB,MAAM,CAAC,EAAE,OAAO,CAAA;QAChB,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;KACrB,GACA,OAAO,CAAC,oBAAoB,GAAG,IAAI,CAAC;CAkBxC,CAAA;AA4BD,KAAK,GAAG,GAAG;IACT,SAAS,EAAE;QACT,EAAE,EAAE,kBAAkB,CAAA;QACtB,MAAM,CAAC,EAAE,MAAM,CAAA;KAChB,CAAA;CACF,CAAA;AAED,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;uCArV1B,MAAM;oCACT,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uCADH,MAAM;oCACT,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uCADH,MAAM;oCACT,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uCADH,MAAM;oCACT,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAgYhB,CAAA;AASJ,eAAO,MAAM,wBAAwB,EAAE,aAGtC,CAAA"}
|