@voyant-travel/distribution 0.126.2 → 0.127.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.
|
@@ -1000,9 +1000,9 @@ export declare const supplierRoutes: import("hono/hono-base").HonoBase<Env, {
|
|
|
1000
1000
|
data: {
|
|
1001
1001
|
id: string;
|
|
1002
1002
|
createdAt: string;
|
|
1003
|
+
content: string;
|
|
1003
1004
|
supplierId: string;
|
|
1004
1005
|
authorId: string;
|
|
1005
|
-
content: string;
|
|
1006
1006
|
};
|
|
1007
1007
|
};
|
|
1008
1008
|
outputFormat: "json";
|
|
@@ -1096,9 +1096,9 @@ export declare function listNotes(db: PostgresJsDatabase, supplierId: string): O
|
|
|
1096
1096
|
export declare function createNote(db: PostgresJsDatabase, supplierId: string, userId: string, data: CreateSupplierNoteInput): Promise<{
|
|
1097
1097
|
id: string;
|
|
1098
1098
|
createdAt: Date;
|
|
1099
|
+
content: string;
|
|
1099
1100
|
supplierId: string;
|
|
1100
1101
|
authorId: string;
|
|
1101
|
-
content: string;
|
|
1102
1102
|
} | null>;
|
|
1103
1103
|
export declare function listAvailability(db: PostgresJsDatabase, supplierId: string, query: AvailabilityQuery): Promise<{
|
|
1104
1104
|
id: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/distribution",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.127.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"drizzle-orm": "^0.45.2",
|
|
45
45
|
"hono": "^4.12.10",
|
|
46
46
|
"zod": "^4.3.6",
|
|
47
|
-
"@voyant-travel/bookings": "^0.
|
|
48
|
-
"@voyant-travel/catalog": "^0.
|
|
47
|
+
"@voyant-travel/bookings": "^0.137.0",
|
|
48
|
+
"@voyant-travel/catalog": "^0.135.0",
|
|
49
49
|
"@voyant-travel/core": "^0.111.0",
|
|
50
50
|
"@voyant-travel/db": "^0.109.4",
|
|
51
51
|
"@voyant-travel/types": "^0.106.0",
|
|
52
|
-
"@voyant-travel/hono": "^0.
|
|
53
|
-
"@voyant-travel/identity": "^0.
|
|
54
|
-
"@voyant-travel/workflows": "^0.111.
|
|
52
|
+
"@voyant-travel/hono": "^0.117.0",
|
|
53
|
+
"@voyant-travel/identity": "^0.137.0",
|
|
54
|
+
"@voyant-travel/workflows": "^0.111.9",
|
|
55
55
|
"@voyant-travel/suppliers-contracts": "^0.104.9"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|