@voyantjs/legal 0.53.1 → 0.54.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.
|
@@ -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.54.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.54.0",
|
|
63
|
+
"@voyantjs/core": "0.54.0",
|
|
64
|
+
"@voyantjs/crm": "0.54.0",
|
|
65
|
+
"@voyantjs/db": "0.54.0",
|
|
66
|
+
"@voyantjs/hono": "0.54.0",
|
|
67
|
+
"@voyantjs/suppliers": "0.54.0",
|
|
68
|
+
"@voyantjs/utils": "0.54.0",
|
|
69
|
+
"@voyantjs/storage": "0.54.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"typescript": "^6.0.2",
|