@voyantjs/legal 0.26.3 → 0.26.4
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.
|
@@ -549,11 +549,11 @@ export declare const policiesAdminRoutes: import("hono/hono-base").HonoBase<Env,
|
|
|
549
549
|
supplierId: string | null;
|
|
550
550
|
channelId: string | null;
|
|
551
551
|
productId: string | null;
|
|
552
|
+
priority: number;
|
|
552
553
|
validFrom: string | null;
|
|
553
554
|
validTo: string | null;
|
|
554
555
|
policyId: string;
|
|
555
556
|
marketId: string | null;
|
|
556
|
-
priority: number;
|
|
557
557
|
} | null;
|
|
558
558
|
};
|
|
559
559
|
outputFormat: "json";
|
|
@@ -1169,11 +1169,11 @@ export declare const policiesCoreService: {
|
|
|
1169
1169
|
supplierId: string | null;
|
|
1170
1170
|
channelId: string | null;
|
|
1171
1171
|
productId: string | null;
|
|
1172
|
+
priority: number;
|
|
1172
1173
|
validFrom: string | null;
|
|
1173
1174
|
validTo: string | null;
|
|
1174
1175
|
policyId: string;
|
|
1175
1176
|
marketId: string | null;
|
|
1176
|
-
priority: number;
|
|
1177
1177
|
} | null>;
|
|
1178
1178
|
updatePolicyAssignment(db: PostgresJsDatabase, id: string, data: UpdatePolicyAssignmentInput): Promise<{
|
|
1179
1179
|
id: string;
|
|
@@ -1169,11 +1169,11 @@ export declare const policiesService: {
|
|
|
1169
1169
|
supplierId: string | null;
|
|
1170
1170
|
channelId: string | null;
|
|
1171
1171
|
productId: string | null;
|
|
1172
|
+
priority: number;
|
|
1172
1173
|
validFrom: string | null;
|
|
1173
1174
|
validTo: string | null;
|
|
1174
1175
|
policyId: string;
|
|
1175
1176
|
marketId: string | null;
|
|
1176
|
-
priority: number;
|
|
1177
1177
|
} | null>;
|
|
1178
1178
|
updatePolicyAssignment(db: import("drizzle-orm/postgres-js").PostgresJsDatabase, id: string, data: import("./service-shared.js").UpdatePolicyAssignmentInput): Promise<{
|
|
1179
1179
|
id: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/legal",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.4",
|
|
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.26.
|
|
63
|
-
"@voyantjs/core": "0.26.
|
|
64
|
-
"@voyantjs/crm": "0.26.
|
|
65
|
-
"@voyantjs/db": "0.26.
|
|
66
|
-
"@voyantjs/hono": "0.26.
|
|
67
|
-
"@voyantjs/suppliers": "0.26.
|
|
68
|
-
"@voyantjs/utils": "0.26.
|
|
69
|
-
"@voyantjs/storage": "0.26.
|
|
62
|
+
"@voyantjs/bookings": "0.26.4",
|
|
63
|
+
"@voyantjs/core": "0.26.4",
|
|
64
|
+
"@voyantjs/crm": "0.26.4",
|
|
65
|
+
"@voyantjs/db": "0.26.4",
|
|
66
|
+
"@voyantjs/hono": "0.26.4",
|
|
67
|
+
"@voyantjs/suppliers": "0.26.4",
|
|
68
|
+
"@voyantjs/utils": "0.26.4",
|
|
69
|
+
"@voyantjs/storage": "0.26.4"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"typescript": "^6.0.2",
|