@voyantjs/legal 0.54.0 → 0.55.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.
|
@@ -104,7 +104,7 @@ export const contractTemplateVariableCatalog = [
|
|
|
104
104
|
label: "Vertical",
|
|
105
105
|
example: "products",
|
|
106
106
|
type: "string",
|
|
107
|
-
description: "products | cruises |
|
|
107
|
+
description: "products | cruises | accommodations | flights | charters | ground",
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
110
|
key: "booking.productName",
|
|
@@ -504,7 +504,7 @@ export const contractTemplateVariableCatalog = [
|
|
|
504
504
|
},
|
|
505
505
|
{
|
|
506
506
|
id: "stay",
|
|
507
|
-
label: "
|
|
507
|
+
label: "Accommodation stay",
|
|
508
508
|
description: "Filled when the booking is for a hotel stay.",
|
|
509
509
|
variables: [
|
|
510
510
|
{ key: "stay.checkIn", label: "Check-in", example: "2026-06-15", type: "date" },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/legal",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.55.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -59,14 +59,14 @@
|
|
|
59
59
|
"drizzle-orm": "^0.45.2",
|
|
60
60
|
"hono": "^4.12.10",
|
|
61
61
|
"zod": "^4.3.6",
|
|
62
|
-
"@voyantjs/bookings": "0.
|
|
63
|
-
"@voyantjs/core": "0.
|
|
64
|
-
"@voyantjs/crm": "0.
|
|
65
|
-
"@voyantjs/db": "0.
|
|
66
|
-
"@voyantjs/hono": "0.
|
|
67
|
-
"@voyantjs/suppliers": "0.
|
|
68
|
-
"@voyantjs/utils": "0.
|
|
69
|
-
"@voyantjs/storage": "0.
|
|
62
|
+
"@voyantjs/bookings": "0.55.1",
|
|
63
|
+
"@voyantjs/core": "0.55.1",
|
|
64
|
+
"@voyantjs/crm": "0.55.1",
|
|
65
|
+
"@voyantjs/db": "0.55.1",
|
|
66
|
+
"@voyantjs/hono": "0.55.1",
|
|
67
|
+
"@voyantjs/suppliers": "0.55.1",
|
|
68
|
+
"@voyantjs/utils": "0.55.1",
|
|
69
|
+
"@voyantjs/storage": "0.55.1"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"typescript": "^6.0.2",
|