@voyant-travel/catalog 0.117.2 → 0.118.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/overlay/schema.d.ts
CHANGED
|
@@ -135,7 +135,7 @@ export declare const catalogOverlayTable: import("drizzle-orm/pg-core").PgTableW
|
|
|
135
135
|
tableName: "catalog_overlay";
|
|
136
136
|
dataType: "string";
|
|
137
137
|
columnType: "PgText";
|
|
138
|
-
data: "default"
|
|
138
|
+
data: Visibility | "default";
|
|
139
139
|
driverParam: string;
|
|
140
140
|
notNull: true;
|
|
141
141
|
hasDefault: true;
|
|
@@ -147,7 +147,7 @@ export declare const catalogOverlayTable: import("drizzle-orm/pg-core").PgTableW
|
|
|
147
147
|
identity: undefined;
|
|
148
148
|
generated: undefined;
|
|
149
149
|
}, {}, {
|
|
150
|
-
$type: "default"
|
|
150
|
+
$type: Visibility | "default";
|
|
151
151
|
}>;
|
|
152
152
|
market: import("drizzle-orm/pg-core").PgColumn<{
|
|
153
153
|
name: "market";
|
package/dist/search/routes.d.ts
CHANGED
|
@@ -11,12 +11,12 @@ declare const catalogSearchBodySchema: z.ZodObject<{
|
|
|
11
11
|
query: z.ZodOptional<z.ZodString>;
|
|
12
12
|
mode: z.ZodOptional<z.ZodEnum<{
|
|
13
13
|
keyword: "keyword";
|
|
14
|
-
hybrid: "hybrid";
|
|
15
14
|
semantic: "semantic";
|
|
15
|
+
hybrid: "hybrid";
|
|
16
16
|
}>>;
|
|
17
17
|
sort: z.ZodOptional<z.ZodEnum<{
|
|
18
|
-
"price-asc": "price-asc";
|
|
19
18
|
relevance: "relevance";
|
|
19
|
+
"price-asc": "price-asc";
|
|
20
20
|
"price-desc": "price-desc";
|
|
21
21
|
"departure-asc": "departure-asc";
|
|
22
22
|
newest: "newest";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/catalog",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.118.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
"@voyant-travel/catalog-contracts": "^0.107.1",
|
|
185
185
|
"@voyant-travel/core": "^0.109.0",
|
|
186
186
|
"@voyant-travel/db": "^0.108.0",
|
|
187
|
-
"@voyant-travel/hono": "^0.
|
|
187
|
+
"@voyant-travel/hono": "^0.110.0"
|
|
188
188
|
},
|
|
189
189
|
"devDependencies": {
|
|
190
190
|
"drizzle-kit": "^0.31.10",
|