@moonbase.sh/storefront-api
Advanced tools
Comparing version 0.2.30 to 0.2.31
@@ -0,1 +1,7 @@ | ||
var __defProp = Object.defineProperty; | ||
var __export = (target, all) => { | ||
for (var name in all) | ||
__defProp(target, name, { get: all[name], enumerable: true }); | ||
}; | ||
// src/activationRequests/endpoints.ts | ||
@@ -379,2 +385,11 @@ import { z as z5 } from "zod"; | ||
// src/orders/schemas.ts | ||
var schemas_exports = {}; | ||
__export(schemas_exports, { | ||
completedOrderSchema: () => completedOrderSchema, | ||
openBundleLineItem: () => openBundleLineItem, | ||
openOrderLineItem: () => openOrderLineItem, | ||
openOrderSchema: () => openOrderSchema, | ||
openProductLineItem: () => openProductLineItem, | ||
orderSchema: () => orderSchema | ||
}); | ||
import { z as z8 } from "zod"; | ||
@@ -827,2 +842,8 @@ | ||
// src/schemas.ts | ||
var schemas_exports2 = {}; | ||
__export(schemas_exports2, { | ||
orders: () => schemas_exports | ||
}); | ||
// src/index.ts | ||
@@ -855,3 +876,4 @@ var MoonbaseClient = class { | ||
Platform, | ||
schemas_exports2 as schemas, | ||
utmToObject | ||
}; |
{ | ||
"name": "@moonbase.sh/storefront-api", | ||
"type": "module", | ||
"version": "0.2.30", | ||
"version": "0.2.31", | ||
"description": "Package to let you build storefronts with Moonbase.sh as payment and delivery provider", | ||
@@ -6,0 +6,0 @@ "author": "Tobias Lønnerød Madsen <m@dsen.tv>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
841678
12443