@voyantjs/legal 0.108.0 → 0.110.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.
@@ -88,8 +88,8 @@ export declare function createContractsAdminRoutes(options?: ContractsRouteOptio
88
88
  scope: "customer" | "partner" | "supplier" | "other" | "channel";
89
89
  updatedAt: string;
90
90
  slug: string;
91
- active: boolean;
92
91
  body: string;
92
+ active: boolean;
93
93
  isDefault: boolean;
94
94
  language: string;
95
95
  variableSchema: import("hono/utils/types").JSONValue;
@@ -114,8 +114,8 @@ export declare function createContractsAdminRoutes(options?: ContractsRouteOptio
114
114
  scope: "customer" | "partner" | "supplier" | "other" | "channel";
115
115
  updatedAt: string;
116
116
  slug: string;
117
- active: boolean;
118
117
  body: string;
118
+ active: boolean;
119
119
  isDefault: boolean;
120
120
  language: string;
121
121
  variableSchema: import("hono/utils/types").JSONValue;
@@ -1966,8 +1966,8 @@ export declare const contractsAdminRoutes: import("hono/hono-base").HonoBase<Env
1966
1966
  scope: "customer" | "partner" | "supplier" | "other" | "channel";
1967
1967
  updatedAt: string;
1968
1968
  slug: string;
1969
- active: boolean;
1970
1969
  body: string;
1970
+ active: boolean;
1971
1971
  isDefault: boolean;
1972
1972
  language: string;
1973
1973
  variableSchema: import("hono/utils/types").JSONValue;
@@ -1992,8 +1992,8 @@ export declare const contractsAdminRoutes: import("hono/hono-base").HonoBase<Env
1992
1992
  scope: "customer" | "partner" | "supplier" | "other" | "channel";
1993
1993
  updatedAt: string;
1994
1994
  slug: string;
1995
- active: boolean;
1996
1995
  body: string;
1996
+ active: boolean;
1997
1997
  isDefault: boolean;
1998
1998
  language: string;
1999
1999
  variableSchema: import("hono/utils/types").JSONValue;
@@ -3815,8 +3815,8 @@ export declare function createContractsPublicRoutes(options?: ContractsRouteOpti
3815
3815
  scope: "customer" | "partner" | "supplier" | "other" | "channel";
3816
3816
  updatedAt: string;
3817
3817
  slug: string;
3818
- active: boolean;
3819
3818
  body: string;
3819
+ active: boolean;
3820
3820
  isDefault: boolean;
3821
3821
  language: string;
3822
3822
  variableSchema: import("hono/utils/types").JSONValue;
@@ -4130,8 +4130,8 @@ export declare const contractsPublicRoutes: import("hono/hono-base").HonoBase<En
4130
4130
  scope: "customer" | "partner" | "supplier" | "other" | "channel";
4131
4131
  updatedAt: string;
4132
4132
  slug: string;
4133
- active: boolean;
4134
4133
  body: string;
4134
+ active: boolean;
4135
4135
  isDefault: boolean;
4136
4136
  language: string;
4137
4137
  variableSchema: import("hono/utils/types").JSONValue;
@@ -66,8 +66,8 @@ export declare const contractTemplatesService: {
66
66
  scope: "customer" | "partner" | "supplier" | "other" | "channel";
67
67
  updatedAt: Date;
68
68
  slug: string;
69
- active: boolean;
70
69
  body: string;
70
+ active: boolean;
71
71
  isDefault: boolean;
72
72
  language: string;
73
73
  variableSchema: unknown;
@@ -82,8 +82,8 @@ export declare const contractTemplatesService: {
82
82
  scope: "customer" | "partner" | "supplier" | "other" | "channel";
83
83
  updatedAt: Date;
84
84
  slug: string;
85
- active: boolean;
86
85
  body: string;
86
+ active: boolean;
87
87
  isDefault: boolean;
88
88
  language: string;
89
89
  variableSchema: unknown;
@@ -1535,8 +1535,8 @@ export declare const contractsService: {
1535
1535
  scope: "customer" | "partner" | "supplier" | "other" | "channel";
1536
1536
  updatedAt: Date;
1537
1537
  slug: string;
1538
- active: boolean;
1539
1538
  body: string;
1539
+ active: boolean;
1540
1540
  isDefault: boolean;
1541
1541
  language: string;
1542
1542
  variableSchema: unknown;
@@ -1551,8 +1551,8 @@ export declare const contractsService: {
1551
1551
  scope: "customer" | "partner" | "supplier" | "other" | "channel";
1552
1552
  updatedAt: Date;
1553
1553
  slug: string;
1554
- active: boolean;
1555
1554
  body: string;
1555
+ active: boolean;
1556
1556
  isDefault: boolean;
1557
1557
  language: string;
1558
1558
  variableSchema: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyantjs/legal",
3
- "version": "0.108.0",
3
+ "version": "0.110.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -59,16 +59,16 @@
59
59
  "drizzle-orm": "^0.45.2",
60
60
  "hono": "^4.12.10",
61
61
  "zod": "^4.3.6",
62
- "@voyantjs/action-ledger": "^0.104.3",
63
- "@voyantjs/bookings": "^0.108.0",
64
- "@voyantjs/core": "^0.105.0",
65
- "@voyantjs/crm": "^0.108.0",
66
- "@voyantjs/db": "^0.104.3",
67
- "@voyantjs/finance": "^0.108.0",
68
- "@voyantjs/hono": "^0.105.0",
62
+ "@voyantjs/action-ledger": "^0.104.4",
63
+ "@voyantjs/bookings": "^0.110.0",
64
+ "@voyantjs/core": "^0.106.0",
65
+ "@voyantjs/crm": "^0.110.0",
66
+ "@voyantjs/db": "^0.104.4",
67
+ "@voyantjs/finance": "^0.110.0",
68
+ "@voyantjs/hono": "^0.105.3",
69
69
  "@voyantjs/legal-contracts": "^0.104.2",
70
70
  "@voyantjs/storage": "^0.104.1",
71
- "@voyantjs/suppliers": "^0.105.2",
71
+ "@voyantjs/suppliers": "^0.107.0",
72
72
  "@voyantjs/utils": "^0.104.1"
73
73
  },
74
74
  "devDependencies": {