@voyantjs/hospitality 0.4.4 → 0.5.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.
- package/dist/routes-operations.d.ts +1 -1
- package/dist/routes-stays.d.ts +1 -1
- package/dist/routes.d.ts +1 -1
- package/dist/service.d.ts +1 -1
- package/package.json +6 -6
|
@@ -1894,11 +1894,11 @@ export declare const hospitalityOperationsRoutes: import("hono/hono-base").HonoB
|
|
|
1894
1894
|
metadata: {
|
|
1895
1895
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
1896
1896
|
} | null;
|
|
1897
|
+
kind: "other" | "fee" | "adjustment" | "lodging" | "meal" | "minibar";
|
|
1897
1898
|
description: string;
|
|
1898
1899
|
serviceDate: string;
|
|
1899
1900
|
quantity: number;
|
|
1900
1901
|
bookingItemId: string | null;
|
|
1901
|
-
kind: "other" | "fee" | "adjustment" | "lodging" | "meal" | "minibar";
|
|
1902
1902
|
currencyCode: string;
|
|
1903
1903
|
stayOperationId: string;
|
|
1904
1904
|
} | null;
|
package/dist/routes-stays.d.ts
CHANGED
|
@@ -916,11 +916,11 @@ export declare const hospitalityStayRoutes: import("hono/hono-base").HonoBase<En
|
|
|
916
916
|
metadata: {
|
|
917
917
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
918
918
|
} | null;
|
|
919
|
+
kind: "other" | "fee" | "adjustment" | "lodging" | "meal" | "minibar";
|
|
919
920
|
description: string;
|
|
920
921
|
serviceDate: string;
|
|
921
922
|
quantity: number;
|
|
922
923
|
bookingItemId: string | null;
|
|
923
|
-
kind: "other" | "fee" | "adjustment" | "lodging" | "meal" | "minibar";
|
|
924
924
|
currencyCode: string;
|
|
925
925
|
stayOperationId: string;
|
|
926
926
|
} | null;
|
package/dist/routes.d.ts
CHANGED
|
@@ -3087,11 +3087,11 @@ export declare const hospitalityRoutes: import("hono/hono-base").HonoBase<Env, i
|
|
|
3087
3087
|
metadata: {
|
|
3088
3088
|
[x: string]: import("hono/utils/types").JSONValue;
|
|
3089
3089
|
} | null;
|
|
3090
|
+
kind: "other" | "fee" | "adjustment" | "lodging" | "meal" | "minibar";
|
|
3090
3091
|
description: string;
|
|
3091
3092
|
serviceDate: string;
|
|
3092
3093
|
quantity: number;
|
|
3093
3094
|
bookingItemId: string | null;
|
|
3094
|
-
kind: "other" | "fee" | "adjustment" | "lodging" | "meal" | "minibar";
|
|
3095
3095
|
currencyCode: string;
|
|
3096
3096
|
stayOperationId: string;
|
|
3097
3097
|
} | null;
|
package/dist/service.d.ts
CHANGED
|
@@ -1418,11 +1418,11 @@ export declare const hospitalityService: {
|
|
|
1418
1418
|
updatedAt: Date;
|
|
1419
1419
|
notes: string | null;
|
|
1420
1420
|
metadata: Record<string, unknown> | null;
|
|
1421
|
+
kind: "other" | "fee" | "adjustment" | "lodging" | "meal" | "minibar";
|
|
1421
1422
|
description: string;
|
|
1422
1423
|
serviceDate: string;
|
|
1423
1424
|
quantity: number;
|
|
1424
1425
|
bookingItemId: string | null;
|
|
1425
|
-
kind: "other" | "fee" | "adjustment" | "lodging" | "meal" | "minibar";
|
|
1426
1426
|
currencyCode: string;
|
|
1427
1427
|
stayOperationId: string;
|
|
1428
1428
|
} | null>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/hospitality",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"license": "FSL-1.1-Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"drizzle-orm": "^0.45.2",
|
|
26
26
|
"hono": "^4.12.10",
|
|
27
27
|
"zod": "^4.3.6",
|
|
28
|
-
"@voyantjs/bookings": "0.
|
|
29
|
-
"@voyantjs/core": "0.
|
|
30
|
-
"@voyantjs/db": "0.
|
|
31
|
-
"@voyantjs/facilities": "0.
|
|
32
|
-
"@voyantjs/hono": "0.
|
|
28
|
+
"@voyantjs/bookings": "0.5.0",
|
|
29
|
+
"@voyantjs/core": "0.5.0",
|
|
30
|
+
"@voyantjs/db": "0.5.0",
|
|
31
|
+
"@voyantjs/facilities": "0.5.0",
|
|
32
|
+
"@voyantjs/hono": "0.5.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"typescript": "^6.0.2",
|