@voyant-travel/operations-react 0.0.0 → 0.1.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.
Files changed (25) hide show
  1. package/dist/availability/allocation/components/slot-allocation-model.d.ts +1 -1
  2. package/dist/availability/components/availability-rule-detail-page.d.ts +5 -5
  3. package/dist/availability/components/availability-slot-detail-page.d.ts +20 -20
  4. package/dist/availability/components/availability-start-time-detail-page.d.ts +5 -5
  5. package/dist/availability/hooks/use-availability-batch-mutations.d.ts +2 -2
  6. package/dist/availability/hooks/use-availability-overview.d.ts +1 -1
  7. package/dist/availability/hooks/use-availability-slot-mutation.d.ts +3 -3
  8. package/dist/availability/hooks/use-slot-allocation.d.ts +2 -2
  9. package/dist/availability/hooks/use-slots.d.ts +1 -1
  10. package/dist/availability/query-options.d.ts +24 -24
  11. package/dist/availability/schemas.d.ts +20 -20
  12. package/dist/ground/hooks/use-ground-vehicle-mutation.d.ts +3 -3
  13. package/dist/ground/hooks/use-ground-vehicles.d.ts +1 -1
  14. package/dist/ground/query-options.d.ts +8 -8
  15. package/dist/ground/schemas.d.ts +3 -3
  16. package/dist/places/hooks/use-facilities.d.ts +1 -1
  17. package/dist/places/hooks/use-facility-feature-mutation.d.ts +2 -2
  18. package/dist/places/hooks/use-facility-features.d.ts +1 -1
  19. package/dist/places/hooks/use-facility-mutation.d.ts +4 -4
  20. package/dist/places/hooks/use-facility.d.ts +1 -1
  21. package/dist/places/hooks/use-property-group-member-mutation.d.ts +3 -3
  22. package/dist/places/hooks/use-property-group-members.d.ts +1 -1
  23. package/dist/places/query-options.d.ts +24 -24
  24. package/dist/places/schemas.d.ts +18 -18
  25. package/package.json +12 -12
@@ -7,7 +7,7 @@ import type { UsePropertyGroupMembersOptions } from "./hooks/use-property-group-
7
7
  import type { UsePropertyGroupsOptions } from "./hooks/use-property-groups.js";
8
8
  export declare function getFacilitiesQueryOptions(client: FetchWithValidationOptions, options?: UseFacilitiesOptions): import("@tanstack/react-query").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<{
9
9
  data: {
10
- kind: "other" | "property" | "hotel" | "restaurant" | "resort" | "venue" | "meeting_point" | "transfer_hub" | "airport" | "station" | "marina" | "camp" | "lodge" | "office" | "attraction";
10
+ kind: "property" | "other" | "hotel" | "restaurant" | "meeting_point" | "resort" | "venue" | "transfer_hub" | "airport" | "station" | "marina" | "camp" | "lodge" | "office" | "attraction";
11
11
  status: "active" | "inactive" | "archived";
12
12
  name: string;
13
13
  id: string;
@@ -32,7 +32,7 @@ export declare function getFacilitiesQueryOptions(client: FetchWithValidationOpt
32
32
  offset: number;
33
33
  }, Error, {
34
34
  data: {
35
- kind: "other" | "property" | "hotel" | "restaurant" | "resort" | "venue" | "meeting_point" | "transfer_hub" | "airport" | "station" | "marina" | "camp" | "lodge" | "office" | "attraction";
35
+ kind: "property" | "other" | "hotel" | "restaurant" | "meeting_point" | "resort" | "venue" | "transfer_hub" | "airport" | "station" | "marina" | "camp" | "lodge" | "office" | "attraction";
36
36
  status: "active" | "inactive" | "archived";
37
37
  name: string;
38
38
  id: string;
@@ -58,7 +58,7 @@ export declare function getFacilitiesQueryOptions(client: FetchWithValidationOpt
58
58
  }, readonly ["facilities", "facilities", import("./query-keys.js").FacilitiesListFilters]>, "queryFn"> & {
59
59
  queryFn?: import("@tanstack/react-query").QueryFunction<{
60
60
  data: {
61
- kind: "other" | "property" | "hotel" | "restaurant" | "resort" | "venue" | "meeting_point" | "transfer_hub" | "airport" | "station" | "marina" | "camp" | "lodge" | "office" | "attraction";
61
+ kind: "property" | "other" | "hotel" | "restaurant" | "meeting_point" | "resort" | "venue" | "transfer_hub" | "airport" | "station" | "marina" | "camp" | "lodge" | "office" | "attraction";
62
62
  status: "active" | "inactive" | "archived";
63
63
  name: string;
64
64
  id: string;
@@ -86,7 +86,7 @@ export declare function getFacilitiesQueryOptions(client: FetchWithValidationOpt
86
86
  queryKey: readonly ["facilities", "facilities", import("./query-keys.js").FacilitiesListFilters] & {
87
87
  [dataTagSymbol]: {
88
88
  data: {
89
- kind: "other" | "property" | "hotel" | "restaurant" | "resort" | "venue" | "meeting_point" | "transfer_hub" | "airport" | "station" | "marina" | "camp" | "lodge" | "office" | "attraction";
89
+ kind: "property" | "other" | "hotel" | "restaurant" | "meeting_point" | "resort" | "venue" | "transfer_hub" | "airport" | "station" | "marina" | "camp" | "lodge" | "office" | "attraction";
90
90
  status: "active" | "inactive" | "archived";
91
91
  name: string;
92
92
  id: string;
@@ -114,7 +114,7 @@ export declare function getFacilitiesQueryOptions(client: FetchWithValidationOpt
114
114
  };
115
115
  };
116
116
  export declare function getFacilityQueryOptions(client: FetchWithValidationOptions, id: string): import("@tanstack/react-query").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<{
117
- kind: "other" | "property" | "hotel" | "restaurant" | "resort" | "venue" | "meeting_point" | "transfer_hub" | "airport" | "station" | "marina" | "camp" | "lodge" | "office" | "attraction";
117
+ kind: "property" | "other" | "hotel" | "restaurant" | "meeting_point" | "resort" | "venue" | "transfer_hub" | "airport" | "station" | "marina" | "camp" | "lodge" | "office" | "attraction";
118
118
  status: "active" | "inactive" | "archived";
119
119
  name: string;
120
120
  id: string;
@@ -134,7 +134,7 @@ export declare function getFacilityQueryOptions(client: FetchWithValidationOptio
134
134
  longitude: number | null;
135
135
  tags: string[];
136
136
  }, Error, {
137
- kind: "other" | "property" | "hotel" | "restaurant" | "resort" | "venue" | "meeting_point" | "transfer_hub" | "airport" | "station" | "marina" | "camp" | "lodge" | "office" | "attraction";
137
+ kind: "property" | "other" | "hotel" | "restaurant" | "meeting_point" | "resort" | "venue" | "transfer_hub" | "airport" | "station" | "marina" | "camp" | "lodge" | "office" | "attraction";
138
138
  status: "active" | "inactive" | "archived";
139
139
  name: string;
140
140
  id: string;
@@ -155,7 +155,7 @@ export declare function getFacilityQueryOptions(client: FetchWithValidationOptio
155
155
  tags: string[];
156
156
  }, readonly ["facilities", "facilities", string]>, "queryFn"> & {
157
157
  queryFn?: import("@tanstack/react-query").QueryFunction<{
158
- kind: "other" | "property" | "hotel" | "restaurant" | "resort" | "venue" | "meeting_point" | "transfer_hub" | "airport" | "station" | "marina" | "camp" | "lodge" | "office" | "attraction";
158
+ kind: "property" | "other" | "hotel" | "restaurant" | "meeting_point" | "resort" | "venue" | "transfer_hub" | "airport" | "station" | "marina" | "camp" | "lodge" | "office" | "attraction";
159
159
  status: "active" | "inactive" | "archived";
160
160
  name: string;
161
161
  id: string;
@@ -178,7 +178,7 @@ export declare function getFacilityQueryOptions(client: FetchWithValidationOptio
178
178
  } & {
179
179
  queryKey: readonly ["facilities", "facilities", string] & {
180
180
  [dataTagSymbol]: {
181
- kind: "other" | "property" | "hotel" | "restaurant" | "resort" | "venue" | "meeting_point" | "transfer_hub" | "airport" | "station" | "marina" | "camp" | "lodge" | "office" | "attraction";
181
+ kind: "property" | "other" | "hotel" | "restaurant" | "meeting_point" | "resort" | "venue" | "transfer_hub" | "airport" | "station" | "marina" | "camp" | "lodge" | "office" | "attraction";
182
182
  status: "active" | "inactive" | "archived";
183
183
  name: string;
184
184
  id: string;
@@ -203,7 +203,7 @@ export declare function getFacilityQueryOptions(client: FetchWithValidationOptio
203
203
  };
204
204
  export declare function getFacilityFeaturesQueryOptions(client: FetchWithValidationOptions, options: UseFacilityFeaturesOptions): import("@tanstack/react-query").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<{
205
205
  data: {
206
- category: "service" | "other" | "security" | "amenity" | "accessibility" | "policy";
206
+ category: "security" | "other" | "service" | "policy" | "amenity" | "accessibility";
207
207
  name: string;
208
208
  highlighted: boolean;
209
209
  sortOrder: number;
@@ -218,7 +218,7 @@ export declare function getFacilityFeaturesQueryOptions(client: FetchWithValidat
218
218
  offset: number;
219
219
  }, Error, {
220
220
  data: {
221
- category: "service" | "other" | "security" | "amenity" | "accessibility" | "policy";
221
+ category: "security" | "other" | "service" | "policy" | "amenity" | "accessibility";
222
222
  name: string;
223
223
  highlighted: boolean;
224
224
  sortOrder: number;
@@ -234,7 +234,7 @@ export declare function getFacilityFeaturesQueryOptions(client: FetchWithValidat
234
234
  }, readonly ["facilities", "facility-features", import("./query-keys.js").FacilityFeaturesListFilters]>, "queryFn"> & {
235
235
  queryFn?: import("@tanstack/react-query").QueryFunction<{
236
236
  data: {
237
- category: "service" | "other" | "security" | "amenity" | "accessibility" | "policy";
237
+ category: "security" | "other" | "service" | "policy" | "amenity" | "accessibility";
238
238
  name: string;
239
239
  highlighted: boolean;
240
240
  sortOrder: number;
@@ -252,7 +252,7 @@ export declare function getFacilityFeaturesQueryOptions(client: FetchWithValidat
252
252
  queryKey: readonly ["facilities", "facility-features", import("./query-keys.js").FacilityFeaturesListFilters] & {
253
253
  [dataTagSymbol]: {
254
254
  data: {
255
- category: "service" | "other" | "security" | "amenity" | "accessibility" | "policy";
255
+ category: "security" | "other" | "service" | "policy" | "amenity" | "accessibility";
256
256
  name: string;
257
257
  highlighted: boolean;
258
258
  sortOrder: number;
@@ -270,7 +270,7 @@ export declare function getFacilityFeaturesQueryOptions(client: FetchWithValidat
270
270
  };
271
271
  };
272
272
  export declare function getFacilityFeatureQueryOptions(client: FetchWithValidationOptions, id: string): import("@tanstack/react-query").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<{
273
- category: "service" | "other" | "security" | "amenity" | "accessibility" | "policy";
273
+ category: "security" | "other" | "service" | "policy" | "amenity" | "accessibility";
274
274
  name: string;
275
275
  highlighted: boolean;
276
276
  sortOrder: number;
@@ -280,7 +280,7 @@ export declare function getFacilityFeatureQueryOptions(client: FetchWithValidati
280
280
  description: string | null;
281
281
  valueText: string | null;
282
282
  }, Error, {
283
- category: "service" | "other" | "security" | "amenity" | "accessibility" | "policy";
283
+ category: "security" | "other" | "service" | "policy" | "amenity" | "accessibility";
284
284
  name: string;
285
285
  highlighted: boolean;
286
286
  sortOrder: number;
@@ -291,7 +291,7 @@ export declare function getFacilityFeatureQueryOptions(client: FetchWithValidati
291
291
  valueText: string | null;
292
292
  }, readonly ["facilities", "facility-features", string]>, "queryFn"> & {
293
293
  queryFn?: import("@tanstack/react-query").QueryFunction<{
294
- category: "service" | "other" | "security" | "amenity" | "accessibility" | "policy";
294
+ category: "security" | "other" | "service" | "policy" | "amenity" | "accessibility";
295
295
  name: string;
296
296
  highlighted: boolean;
297
297
  sortOrder: number;
@@ -304,7 +304,7 @@ export declare function getFacilityFeatureQueryOptions(client: FetchWithValidati
304
304
  } & {
305
305
  queryKey: readonly ["facilities", "facility-features", string] & {
306
306
  [dataTagSymbol]: {
307
- category: "service" | "other" | "security" | "amenity" | "accessibility" | "policy";
307
+ category: "security" | "other" | "service" | "policy" | "amenity" | "accessibility";
308
308
  name: string;
309
309
  highlighted: boolean;
310
310
  sortOrder: number;
@@ -701,7 +701,7 @@ export declare function getPropertyGroupMembersQueryOptions(client: FetchWithVal
701
701
  data: {
702
702
  groupId: string;
703
703
  propertyId: string;
704
- membershipRole: "other" | "member" | "flagship" | "managed" | "franchise";
704
+ membershipRole: "other" | "member" | "managed" | "flagship" | "franchise";
705
705
  isPrimary: boolean;
706
706
  id: string;
707
707
  validFrom: string | null;
@@ -715,7 +715,7 @@ export declare function getPropertyGroupMembersQueryOptions(client: FetchWithVal
715
715
  data: {
716
716
  groupId: string;
717
717
  propertyId: string;
718
- membershipRole: "other" | "member" | "flagship" | "managed" | "franchise";
718
+ membershipRole: "other" | "member" | "managed" | "flagship" | "franchise";
719
719
  isPrimary: boolean;
720
720
  id: string;
721
721
  validFrom: string | null;
@@ -730,7 +730,7 @@ export declare function getPropertyGroupMembersQueryOptions(client: FetchWithVal
730
730
  data: {
731
731
  groupId: string;
732
732
  propertyId: string;
733
- membershipRole: "other" | "member" | "flagship" | "managed" | "franchise";
733
+ membershipRole: "other" | "member" | "managed" | "flagship" | "franchise";
734
734
  isPrimary: boolean;
735
735
  id: string;
736
736
  validFrom: string | null;
@@ -747,7 +747,7 @@ export declare function getPropertyGroupMembersQueryOptions(client: FetchWithVal
747
747
  data: {
748
748
  groupId: string;
749
749
  propertyId: string;
750
- membershipRole: "other" | "member" | "flagship" | "managed" | "franchise";
750
+ membershipRole: "other" | "member" | "managed" | "flagship" | "franchise";
751
751
  isPrimary: boolean;
752
752
  id: string;
753
753
  validFrom: string | null;
@@ -764,7 +764,7 @@ export declare function getPropertyGroupMembersQueryOptions(client: FetchWithVal
764
764
  export declare function getPropertyGroupMemberQueryOptions(client: FetchWithValidationOptions, id: string): import("@tanstack/react-query").OmitKeyof<import("@tanstack/react-query").UseQueryOptions<{
765
765
  groupId: string;
766
766
  propertyId: string;
767
- membershipRole: "other" | "member" | "flagship" | "managed" | "franchise";
767
+ membershipRole: "other" | "member" | "managed" | "flagship" | "franchise";
768
768
  isPrimary: boolean;
769
769
  id: string;
770
770
  validFrom: string | null;
@@ -773,7 +773,7 @@ export declare function getPropertyGroupMemberQueryOptions(client: FetchWithVali
773
773
  }, Error, {
774
774
  groupId: string;
775
775
  propertyId: string;
776
- membershipRole: "other" | "member" | "flagship" | "managed" | "franchise";
776
+ membershipRole: "other" | "member" | "managed" | "flagship" | "franchise";
777
777
  isPrimary: boolean;
778
778
  id: string;
779
779
  validFrom: string | null;
@@ -783,7 +783,7 @@ export declare function getPropertyGroupMemberQueryOptions(client: FetchWithVali
783
783
  queryFn?: import("@tanstack/react-query").QueryFunction<{
784
784
  groupId: string;
785
785
  propertyId: string;
786
- membershipRole: "other" | "member" | "flagship" | "managed" | "franchise";
786
+ membershipRole: "other" | "member" | "managed" | "flagship" | "franchise";
787
787
  isPrimary: boolean;
788
788
  id: string;
789
789
  validFrom: string | null;
@@ -795,7 +795,7 @@ export declare function getPropertyGroupMemberQueryOptions(client: FetchWithVali
795
795
  [dataTagSymbol]: {
796
796
  groupId: string;
797
797
  propertyId: string;
798
- membershipRole: "other" | "member" | "flagship" | "managed" | "franchise";
798
+ membershipRole: "other" | "member" | "managed" | "flagship" | "franchise";
799
799
  isPrimary: boolean;
800
800
  id: string;
801
801
  validFrom: string | null;
@@ -13,13 +13,13 @@ export declare const successEnvelope: z.ZodObject<{
13
13
  }, z.core.$strip>;
14
14
  export declare const facilityRecordSchema: z.ZodObject<{
15
15
  kind: z.ZodEnum<{
16
- other: "other";
17
16
  property: "property";
17
+ other: "other";
18
18
  hotel: "hotel";
19
19
  restaurant: "restaurant";
20
+ meeting_point: "meeting_point";
20
21
  resort: "resort";
21
22
  venue: "venue";
22
- meeting_point: "meeting_point";
23
23
  transfer_hub: "transfer_hub";
24
24
  airport: "airport";
25
25
  station: "station";
@@ -56,12 +56,12 @@ export type FacilityRecord = z.infer<typeof facilityRecordSchema>;
56
56
  export type PlaceRecord = FacilityRecord;
57
57
  export declare const facilityFeatureRecordSchema: z.ZodObject<{
58
58
  category: z.ZodDefault<z.ZodEnum<{
59
- service: "service";
60
- other: "other";
61
59
  security: "security";
60
+ other: "other";
61
+ service: "service";
62
+ policy: "policy";
62
63
  amenity: "amenity";
63
64
  accessibility: "accessibility";
64
- policy: "policy";
65
65
  }>>;
66
66
  name: z.ZodString;
67
67
  highlighted: z.ZodDefault<z.ZodBoolean>;
@@ -113,13 +113,13 @@ export type PropertyRecord = z.infer<typeof propertyRecordSchema>;
113
113
  export declare const facilityListResponse: z.ZodObject<{
114
114
  data: z.ZodArray<z.ZodObject<{
115
115
  kind: z.ZodEnum<{
116
- other: "other";
117
116
  property: "property";
117
+ other: "other";
118
118
  hotel: "hotel";
119
119
  restaurant: "restaurant";
120
+ meeting_point: "meeting_point";
120
121
  resort: "resort";
121
122
  venue: "venue";
122
- meeting_point: "meeting_point";
123
123
  transfer_hub: "transfer_hub";
124
124
  airport: "airport";
125
125
  station: "station";
@@ -159,13 +159,13 @@ export declare const facilityListResponse: z.ZodObject<{
159
159
  export declare const facilitySingleResponse: z.ZodObject<{
160
160
  data: z.ZodObject<{
161
161
  kind: z.ZodEnum<{
162
- other: "other";
163
162
  property: "property";
163
+ other: "other";
164
164
  hotel: "hotel";
165
165
  restaurant: "restaurant";
166
+ meeting_point: "meeting_point";
166
167
  resort: "resort";
167
168
  venue: "venue";
168
- meeting_point: "meeting_point";
169
169
  transfer_hub: "transfer_hub";
170
170
  airport: "airport";
171
171
  station: "station";
@@ -202,12 +202,12 @@ export declare const facilitySingleResponse: z.ZodObject<{
202
202
  export declare const facilityFeatureListResponse: z.ZodObject<{
203
203
  data: z.ZodArray<z.ZodObject<{
204
204
  category: z.ZodDefault<z.ZodEnum<{
205
- service: "service";
206
- other: "other";
207
205
  security: "security";
206
+ other: "other";
207
+ service: "service";
208
+ policy: "policy";
208
209
  amenity: "amenity";
209
210
  accessibility: "accessibility";
210
- policy: "policy";
211
211
  }>>;
212
212
  name: z.ZodString;
213
213
  highlighted: z.ZodDefault<z.ZodBoolean>;
@@ -225,12 +225,12 @@ export declare const facilityFeatureListResponse: z.ZodObject<{
225
225
  export declare const facilityFeatureSingleResponse: z.ZodObject<{
226
226
  data: z.ZodObject<{
227
227
  category: z.ZodDefault<z.ZodEnum<{
228
- service: "service";
229
- other: "other";
230
228
  security: "security";
229
+ other: "other";
230
+ service: "service";
231
+ policy: "policy";
231
232
  amenity: "amenity";
232
233
  accessibility: "accessibility";
233
- policy: "policy";
234
234
  }>>;
235
235
  name: z.ZodString;
236
236
  highlighted: z.ZodDefault<z.ZodBoolean>;
@@ -354,8 +354,8 @@ export declare const propertyGroupMemberRecordSchema: z.ZodObject<{
354
354
  membershipRole: z.ZodDefault<z.ZodEnum<{
355
355
  other: "other";
356
356
  member: "member";
357
- flagship: "flagship";
358
357
  managed: "managed";
358
+ flagship: "flagship";
359
359
  franchise: "franchise";
360
360
  }>>;
361
361
  isPrimary: z.ZodDefault<z.ZodBoolean>;
@@ -429,8 +429,8 @@ export declare const propertyGroupMemberListResponse: z.ZodObject<{
429
429
  membershipRole: z.ZodDefault<z.ZodEnum<{
430
430
  other: "other";
431
431
  member: "member";
432
- flagship: "flagship";
433
432
  managed: "managed";
433
+ flagship: "flagship";
434
434
  franchise: "franchise";
435
435
  }>>;
436
436
  isPrimary: z.ZodDefault<z.ZodBoolean>;
@@ -450,8 +450,8 @@ export declare const propertyGroupMemberSingleResponse: z.ZodObject<{
450
450
  membershipRole: z.ZodDefault<z.ZodEnum<{
451
451
  other: "other";
452
452
  member: "member";
453
- flagship: "flagship";
454
453
  managed: "managed";
454
+ flagship: "flagship";
455
455
  franchise: "franchise";
456
456
  }>>;
457
457
  isPrimary: z.ZodDefault<z.ZodBoolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/operations-react",
3
- "version": "0.0.0",
3
+ "version": "0.1.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -247,11 +247,11 @@
247
247
  "react-hook-form": "^7.72.1",
248
248
  "sonner": "^2.0.7",
249
249
  "zod": "^4.0.0",
250
- "@voyant-travel/ui": "^0.106.1",
251
- "@voyant-travel/inventory-react": "^0.1.0",
252
- "@voyant-travel/bookings-react": "^0.119.3",
253
- "@voyant-travel/operations": "^0.0.0",
254
- "@voyant-travel/admin": "^0.111.0"
250
+ "@voyant-travel/admin": "^0.111.1",
251
+ "@voyant-travel/bookings-react": "^0.120.0",
252
+ "@voyant-travel/operations": "^0.1.0",
253
+ "@voyant-travel/inventory-react": "^0.2.0",
254
+ "@voyant-travel/ui": "^0.106.1"
255
255
  },
256
256
  "peerDependenciesMeta": {
257
257
  "@tanstack/react-table": {
@@ -296,14 +296,14 @@
296
296
  "typescript": "^6.0.2",
297
297
  "vitest": "^4.1.2",
298
298
  "zod": "^4.3.6",
299
- "@voyant-travel/admin": "^0.111.0",
299
+ "@voyant-travel/admin": "^0.111.1",
300
+ "@voyant-travel/bookings-react": "^0.120.0",
300
301
  "@voyant-travel/i18n": "^0.106.1",
301
- "@voyant-travel/bookings-react": "^0.119.3",
302
- "@voyant-travel/operations": "^0.0.0",
303
- "@voyant-travel/inventory-react": "^0.1.0",
304
- "@voyant-travel/voyant-typescript-config": "^0.1.0",
302
+ "@voyant-travel/operations": "^0.1.0",
303
+ "@voyant-travel/inventory-react": "^0.2.0",
304
+ "@voyant-travel/react": "^0.104.1",
305
305
  "@voyant-travel/ui": "^0.106.1",
306
- "@voyant-travel/react": "^0.104.1"
306
+ "@voyant-travel/voyant-typescript-config": "^0.1.0"
307
307
  },
308
308
  "files": [
309
309
  "dist",