@voyant-travel/bookings-react 0.209.0 → 0.209.1
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/admin/index.d.ts +4 -4
- package/package.json +7 -7
package/dist/admin/index.d.ts
CHANGED
|
@@ -131,9 +131,9 @@ export declare const bookingDetailTabSchema: z.ZodEnum<{
|
|
|
131
131
|
travelers: "travelers";
|
|
132
132
|
activity: "activity";
|
|
133
133
|
documents: "documents";
|
|
134
|
-
suppliers: "suppliers";
|
|
135
|
-
invoices: "invoices";
|
|
136
134
|
finance: "finance";
|
|
135
|
+
invoices: "invoices";
|
|
136
|
+
suppliers: "suppliers";
|
|
137
137
|
}>;
|
|
138
138
|
/**
|
|
139
139
|
* Search contract for the booking detail page.
|
|
@@ -145,9 +145,9 @@ export declare const bookingDetailSearchSchema: z.ZodObject<{
|
|
|
145
145
|
travelers: "travelers";
|
|
146
146
|
activity: "activity";
|
|
147
147
|
documents: "documents";
|
|
148
|
-
suppliers: "suppliers";
|
|
149
|
-
invoices: "invoices";
|
|
150
148
|
finance: "finance";
|
|
149
|
+
invoices: "invoices";
|
|
150
|
+
suppliers: "suppliers";
|
|
151
151
|
}>>;
|
|
152
152
|
}, z.core.$strip>;
|
|
153
153
|
export type BookingDetailSearchParams = z.infer<typeof bookingDetailSearchSchema>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/bookings-react",
|
|
3
|
-
"version": "0.209.
|
|
3
|
+
"version": "0.209.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -152,13 +152,13 @@
|
|
|
152
152
|
"zod": "^4.0.0",
|
|
153
153
|
"@voyant-travel/accommodations": "^0.169.0",
|
|
154
154
|
"@voyant-travel/admin": "^0.130.0",
|
|
155
|
-
"@voyant-travel/bookings": "^0.209.
|
|
155
|
+
"@voyant-travel/bookings": "^0.209.1",
|
|
156
156
|
"@voyant-travel/catalog": "^0.207.0",
|
|
157
157
|
"@voyant-travel/catalog-react": "^0.207.0",
|
|
158
158
|
"@voyant-travel/distribution-react": "^0.199.0",
|
|
159
159
|
"@voyant-travel/relationships-react": "^0.209.0",
|
|
160
|
-
"@voyant-travel/finance": "^0.209.0",
|
|
161
160
|
"@voyant-travel/finance-react": "^0.209.0",
|
|
161
|
+
"@voyant-travel/finance": "^0.209.0",
|
|
162
162
|
"@voyant-travel/identity-react": "^0.209.0",
|
|
163
163
|
"@voyant-travel/legal-react": "^0.209.0",
|
|
164
164
|
"@voyant-travel/commerce-react": "^0.91.0",
|
|
@@ -253,11 +253,11 @@
|
|
|
253
253
|
"zod": "^4.4.3",
|
|
254
254
|
"@voyant-travel/accommodations": "^0.169.0",
|
|
255
255
|
"@voyant-travel/admin": "^0.130.0",
|
|
256
|
-
"@voyant-travel/bookings": "^0.209.
|
|
256
|
+
"@voyant-travel/bookings": "^0.209.1",
|
|
257
257
|
"@voyant-travel/catalog": "^0.207.0",
|
|
258
258
|
"@voyant-travel/catalog-react": "^0.207.0",
|
|
259
|
-
"@voyant-travel/distribution-react": "^0.199.0",
|
|
260
259
|
"@voyant-travel/relationships-react": "^0.209.0",
|
|
260
|
+
"@voyant-travel/distribution-react": "^0.199.0",
|
|
261
261
|
"@voyant-travel/finance": "^0.209.0",
|
|
262
262
|
"@voyant-travel/finance-react": "^0.209.0",
|
|
263
263
|
"@voyant-travel/identity-react": "^0.209.0",
|
|
@@ -269,8 +269,8 @@
|
|
|
269
269
|
"@voyant-travel/react": "^0.104.2",
|
|
270
270
|
"@voyant-travel/storefront-react": "^0.211.0",
|
|
271
271
|
"@voyant-travel/ui": "^0.109.6",
|
|
272
|
-
"@voyant-travel/
|
|
273
|
-
"@voyant-travel/
|
|
272
|
+
"@voyant-travel/operations-react": "^0.90.0",
|
|
273
|
+
"@voyant-travel/voyant-typescript-config": "^0.1.0"
|
|
274
274
|
},
|
|
275
275
|
"files": [
|
|
276
276
|
"dist",
|