@voyant-travel/quotes 0.122.8 → 0.122.9
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/index.d.ts
CHANGED
|
@@ -827,8 +827,8 @@ export declare const quotesRoutes: import("hono/hono-base").HonoBase<Env, import
|
|
|
827
827
|
createdAt: string;
|
|
828
828
|
updatedAt: string;
|
|
829
829
|
notes: string | null;
|
|
830
|
-
quoteId: string;
|
|
831
830
|
label: string | null;
|
|
831
|
+
quoteId: string;
|
|
832
832
|
supersedesId: string | null;
|
|
833
833
|
tripSnapshotId: string | null;
|
|
834
834
|
validUntil: string | null;
|
|
@@ -928,8 +928,8 @@ export declare const quotesRoutes: import("hono/hono-base").HonoBase<Env, import
|
|
|
928
928
|
createdAt: string;
|
|
929
929
|
updatedAt: string;
|
|
930
930
|
notes: string | null;
|
|
931
|
-
quoteId: string;
|
|
932
931
|
label: string | null;
|
|
932
|
+
quoteId: string;
|
|
933
933
|
supersedesId: string | null;
|
|
934
934
|
tripSnapshotId: string | null;
|
|
935
935
|
validUntil: string | null;
|
|
@@ -1343,8 +1343,8 @@ export declare const quotesRoutes: import("hono/hono-base").HonoBase<Env, import
|
|
|
1343
1343
|
createdAt: string;
|
|
1344
1344
|
updatedAt: string;
|
|
1345
1345
|
notes: string | null;
|
|
1346
|
-
quoteId: string;
|
|
1347
1346
|
label: string | null;
|
|
1347
|
+
quoteId: string;
|
|
1348
1348
|
supersedesId: string | null;
|
|
1349
1349
|
tripSnapshotId: string | null;
|
|
1350
1350
|
validUntil: string | null;
|
|
@@ -1363,8 +1363,8 @@ export declare const quotesRoutes: import("hono/hono-base").HonoBase<Env, import
|
|
|
1363
1363
|
createdAt: string;
|
|
1364
1364
|
updatedAt: string;
|
|
1365
1365
|
notes: string | null;
|
|
1366
|
-
quoteId: string;
|
|
1367
1366
|
label: string | null;
|
|
1367
|
+
quoteId: string;
|
|
1368
1368
|
supersedesId: string | null;
|
|
1369
1369
|
tripSnapshotId: string | null;
|
|
1370
1370
|
validUntil: string | null;
|
|
@@ -54,8 +54,8 @@ export declare const quoteVersionRoutes: import("hono/hono-base").HonoBase<Env,
|
|
|
54
54
|
createdAt: string;
|
|
55
55
|
updatedAt: string;
|
|
56
56
|
notes: string | null;
|
|
57
|
-
quoteId: string;
|
|
58
57
|
label: string | null;
|
|
58
|
+
quoteId: string;
|
|
59
59
|
supersedesId: string | null;
|
|
60
60
|
tripSnapshotId: string | null;
|
|
61
61
|
validUntil: string | null;
|
|
@@ -155,8 +155,8 @@ export declare const quoteVersionRoutes: import("hono/hono-base").HonoBase<Env,
|
|
|
155
155
|
createdAt: string;
|
|
156
156
|
updatedAt: string;
|
|
157
157
|
notes: string | null;
|
|
158
|
-
quoteId: string;
|
|
159
158
|
label: string | null;
|
|
159
|
+
quoteId: string;
|
|
160
160
|
supersedesId: string | null;
|
|
161
161
|
tripSnapshotId: string | null;
|
|
162
162
|
validUntil: string | null;
|
|
@@ -570,8 +570,8 @@ export declare const quoteVersionRoutes: import("hono/hono-base").HonoBase<Env,
|
|
|
570
570
|
createdAt: string;
|
|
571
571
|
updatedAt: string;
|
|
572
572
|
notes: string | null;
|
|
573
|
-
quoteId: string;
|
|
574
573
|
label: string | null;
|
|
574
|
+
quoteId: string;
|
|
575
575
|
supersedesId: string | null;
|
|
576
576
|
tripSnapshotId: string | null;
|
|
577
577
|
validUntil: string | null;
|
|
@@ -590,8 +590,8 @@ export declare const quoteVersionRoutes: import("hono/hono-base").HonoBase<Env,
|
|
|
590
590
|
createdAt: string;
|
|
591
591
|
updatedAt: string;
|
|
592
592
|
notes: string | null;
|
|
593
|
-
quoteId: string;
|
|
594
593
|
label: string | null;
|
|
594
|
+
quoteId: string;
|
|
595
595
|
supersedesId: string | null;
|
|
596
596
|
tripSnapshotId: string | null;
|
|
597
597
|
validUntil: string | null;
|
package/dist/service/index.d.ts
CHANGED
|
@@ -72,8 +72,8 @@ export declare const quotesService: {
|
|
|
72
72
|
createdAt: Date;
|
|
73
73
|
updatedAt: Date;
|
|
74
74
|
notes: string | null;
|
|
75
|
-
quoteId: string;
|
|
76
75
|
label: string | null;
|
|
76
|
+
quoteId: string;
|
|
77
77
|
supersedesId: string | null;
|
|
78
78
|
tripSnapshotId: string | null;
|
|
79
79
|
validUntil: string | null;
|
|
@@ -92,8 +92,8 @@ export declare const quotesService: {
|
|
|
92
92
|
createdAt: Date;
|
|
93
93
|
updatedAt: Date;
|
|
94
94
|
notes: string | null;
|
|
95
|
-
quoteId: string;
|
|
96
95
|
label: string | null;
|
|
96
|
+
quoteId: string;
|
|
97
97
|
supersedesId: string | null;
|
|
98
98
|
tripSnapshotId: string | null;
|
|
99
99
|
validUntil: string | null;
|
|
@@ -79,8 +79,8 @@ export declare const quoteVersionsService: {
|
|
|
79
79
|
createdAt: Date;
|
|
80
80
|
updatedAt: Date;
|
|
81
81
|
notes: string | null;
|
|
82
|
-
quoteId: string;
|
|
83
82
|
label: string | null;
|
|
83
|
+
quoteId: string;
|
|
84
84
|
supersedesId: string | null;
|
|
85
85
|
tripSnapshotId: string | null;
|
|
86
86
|
validUntil: string | null;
|
|
@@ -106,8 +106,8 @@ export declare const quoteVersionsService: {
|
|
|
106
106
|
createdAt: Date;
|
|
107
107
|
updatedAt: Date;
|
|
108
108
|
notes: string | null;
|
|
109
|
-
quoteId: string;
|
|
110
109
|
label: string | null;
|
|
110
|
+
quoteId: string;
|
|
111
111
|
supersedesId: string | null;
|
|
112
112
|
tripSnapshotId: string | null;
|
|
113
113
|
validUntil: string | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/quotes",
|
|
3
|
-
"version": "0.122.
|
|
3
|
+
"version": "0.122.9",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"drizzle-orm": "^0.45.2",
|
|
40
40
|
"hono": "^4.12.10",
|
|
41
41
|
"zod": "^4.3.6",
|
|
42
|
-
"@voyant-travel/core": "^0.
|
|
42
|
+
"@voyant-travel/core": "^0.111.0",
|
|
43
43
|
"@voyant-travel/quotes-contracts": "^0.108.0",
|
|
44
|
-
"@voyant-travel/db": "^0.108.
|
|
45
|
-
"@voyant-travel/hono": "^0.
|
|
46
|
-
"@voyant-travel/trips": "^0.122.
|
|
44
|
+
"@voyant-travel/db": "^0.108.5",
|
|
45
|
+
"@voyant-travel/hono": "^0.113.0",
|
|
46
|
+
"@voyant-travel/trips": "^0.122.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"drizzle-kit": "^0.31.10",
|