@voyantjs/legal 0.53.2 → 0.55.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.
|
@@ -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" },
|
|
@@ -575,7 +575,7 @@ export const contractTemplateVariableCatalog = [
|
|
|
575
575
|
{
|
|
576
576
|
id: "operator",
|
|
577
577
|
label: "Operator",
|
|
578
|
-
description: "The
|
|
578
|
+
description: "The legal/trading entity contracting with the customer. Wired from Settings -> Operator profile.",
|
|
579
579
|
variables: [
|
|
580
580
|
{ key: "operator.name", label: "Trading name", example: "Voyant Travel", type: "string" },
|
|
581
581
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/legal",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.55.0",
|
|
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.0",
|
|
63
|
+
"@voyantjs/core": "0.55.0",
|
|
64
|
+
"@voyantjs/crm": "0.55.0",
|
|
65
|
+
"@voyantjs/db": "0.55.0",
|
|
66
|
+
"@voyantjs/hono": "0.55.0",
|
|
67
|
+
"@voyantjs/suppliers": "0.55.0",
|
|
68
|
+
"@voyantjs/utils": "0.55.0",
|
|
69
|
+
"@voyantjs/storage": "0.55.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"typescript": "^6.0.2",
|