@voyantjs/sellability 0.32.3 → 0.34.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.
- package/dist/routes.d.ts +1 -1
- package/dist/service.d.ts +1 -1
- package/package.json +10 -10
package/dist/routes.d.ts
CHANGED
|
@@ -482,8 +482,8 @@ export declare const sellabilityRoutes: import("hono/hono-base").HonoBase<Env, {
|
|
|
482
482
|
id: string;
|
|
483
483
|
createdAt: string;
|
|
484
484
|
role: "other" | "traveler" | "occupant" | "primary_contact" | "beneficiary" | "service_assignee";
|
|
485
|
-
isPrimary: boolean;
|
|
486
485
|
travelerId: string;
|
|
486
|
+
isPrimary: boolean;
|
|
487
487
|
offerItemId: string;
|
|
488
488
|
}[];
|
|
489
489
|
};
|
package/dist/service.d.ts
CHANGED
|
@@ -270,8 +270,8 @@ export declare const sellabilityService: {
|
|
|
270
270
|
id: string;
|
|
271
271
|
createdAt: Date;
|
|
272
272
|
role: "other" | "traveler" | "occupant" | "primary_contact" | "beneficiary" | "service_assignee";
|
|
273
|
-
isPrimary: boolean;
|
|
274
273
|
travelerId: string;
|
|
274
|
+
isPrimary: boolean;
|
|
275
275
|
offerItemId: string;
|
|
276
276
|
}[];
|
|
277
277
|
} | null>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/sellability",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.34.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"drizzle-orm": "^0.45.2",
|
|
30
30
|
"hono": "^4.12.10",
|
|
31
31
|
"zod": "^4.3.6",
|
|
32
|
-
"@voyantjs/availability": "0.
|
|
33
|
-
"@voyantjs/core": "0.
|
|
34
|
-
"@voyantjs/db": "0.
|
|
35
|
-
"@voyantjs/distribution": "0.
|
|
36
|
-
"@voyantjs/hono": "0.
|
|
37
|
-
"@voyantjs/markets": "0.
|
|
38
|
-
"@voyantjs/pricing": "0.
|
|
39
|
-
"@voyantjs/products": "0.
|
|
40
|
-
"@voyantjs/transactions": "0.
|
|
32
|
+
"@voyantjs/availability": "0.34.0",
|
|
33
|
+
"@voyantjs/core": "0.34.0",
|
|
34
|
+
"@voyantjs/db": "0.34.0",
|
|
35
|
+
"@voyantjs/distribution": "0.34.0",
|
|
36
|
+
"@voyantjs/hono": "0.34.0",
|
|
37
|
+
"@voyantjs/markets": "0.34.0",
|
|
38
|
+
"@voyantjs/pricing": "0.34.0",
|
|
39
|
+
"@voyantjs/products": "0.34.0",
|
|
40
|
+
"@voyantjs/transactions": "0.34.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"typescript": "^6.0.2",
|