@voyantjs/bookings 0.76.0 → 0.77.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.d.ts +1 -1
- package/dist/service.d.ts +1 -1
- package/package.json +7 -7
package/dist/routes.d.ts
CHANGED
|
@@ -2345,9 +2345,9 @@ export declare const bookingRoutes: import("hono/hono-base").HonoBase<Env, ({
|
|
|
2345
2345
|
createdAt: string;
|
|
2346
2346
|
expiresAt: string | null;
|
|
2347
2347
|
notes: string | null;
|
|
2348
|
+
fileName: string;
|
|
2348
2349
|
bookingId: string;
|
|
2349
2350
|
travelerId: string | null;
|
|
2350
|
-
fileName: string;
|
|
2351
2351
|
fileUrl: string;
|
|
2352
2352
|
};
|
|
2353
2353
|
};
|
package/dist/service.d.ts
CHANGED
|
@@ -5926,9 +5926,9 @@ export declare const bookingsService: {
|
|
|
5926
5926
|
createdAt: Date;
|
|
5927
5927
|
expiresAt: Date | null;
|
|
5928
5928
|
notes: string | null;
|
|
5929
|
+
fileName: string;
|
|
5929
5930
|
bookingId: string;
|
|
5930
5931
|
travelerId: string | null;
|
|
5931
|
-
fileName: string;
|
|
5932
5932
|
fileUrl: string;
|
|
5933
5933
|
} | null | undefined>;
|
|
5934
5934
|
deleteDocument(db: PostgresJsDatabase, documentId: string): Promise<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/bookings",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.77.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -79,15 +79,15 @@
|
|
|
79
79
|
"drizzle-orm": "^0.45.2",
|
|
80
80
|
"hono": "^4.12.10",
|
|
81
81
|
"zod": "^4.3.6",
|
|
82
|
-
"@voyantjs/action-ledger": "0.
|
|
83
|
-
"@voyantjs/core": "0.
|
|
84
|
-
"@voyantjs/db": "0.
|
|
85
|
-
"@voyantjs/hono": "0.
|
|
86
|
-
"@voyantjs/utils": "0.
|
|
82
|
+
"@voyantjs/action-ledger": "0.77.0",
|
|
83
|
+
"@voyantjs/core": "0.77.0",
|
|
84
|
+
"@voyantjs/db": "0.77.0",
|
|
85
|
+
"@voyantjs/hono": "0.77.0",
|
|
86
|
+
"@voyantjs/utils": "0.77.0"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
89
|
"typescript": "^6.0.2",
|
|
90
|
-
"@voyantjs/products": "0.
|
|
90
|
+
"@voyantjs/products": "0.77.0",
|
|
91
91
|
"@voyantjs/voyant-typescript-config": "0.1.0"
|
|
92
92
|
},
|
|
93
93
|
"files": [
|