|
1 | 1 | import { checkout } from "./contracts/checkout"; |
2 | | -import { onboarding } from "./contracts/onboarding"; |
3 | | -import { products } from "./contracts/products"; |
4 | 2 | import { |
| 3 | + checkouts as mcpCheckouts, |
5 | 4 | customers as mcpCustomers, |
6 | | - products as mcpProducts, |
7 | 5 | orders as mcpOrders, |
8 | | - checkouts as mcpCheckouts, |
| 6 | + products as mcpProducts, |
9 | 7 | } from "./contracts/mcp"; |
| 8 | +import { onboarding } from "./contracts/onboarding"; |
| 9 | +import { products } from "./contracts/products"; |
10 | 10 |
|
11 | 11 | export type { |
12 | 12 | ConfirmCheckout, |
@@ -40,7 +40,10 @@ export { CustomerSchema } from "./schemas/customer"; |
40 | 40 | export type { Order, OrderItem } from "./schemas/order"; |
41 | 41 | export { OrderSchema, OrderItemSchema } from "./schemas/order"; |
42 | 42 | export type { PaginationInput, PaginationOutput } from "./schemas/pagination"; |
43 | | -export { PaginationInputSchema, PaginationOutputSchema } from "./schemas/pagination"; |
| 43 | +export { |
| 44 | + PaginationInputSchema, |
| 45 | + PaginationOutputSchema, |
| 46 | +} from "./schemas/pagination"; |
44 | 47 | export type { ProductPriceInput } from "./schemas/product-price-input"; |
45 | 48 | export { ProductPriceInputSchema } from "./schemas/product-price-input"; |
46 | 49 |
|
|
0 commit comments