encore-api-services
Advanced tools
Comparing version 3.3.5 to 3.4.0
@@ -9,1 +9,2 @@ import './typings'; | ||
export * from './venue'; | ||
export * from './fulfilment-service'; |
@@ -39,2 +39,9 @@ interface Region { | ||
} | ||
export interface FulfilmentBasketItem { | ||
productId: string; | ||
venueId: string; | ||
productType: string; | ||
dateTime: string; | ||
linkedReservationId: number; | ||
} | ||
export {}; |
{ | ||
"name": "encore-api-services", | ||
"version": "3.3.5", | ||
"version": "3.4.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is too big to display
136683
60
894