@moonbase.sh/storefront-api 0.2.117 → 0.2.120

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/index.d.cts CHANGED
@@ -6566,7 +6566,11 @@ declare class OrderEndpoints {
6566
6566
  taxId: string | null;
6567
6567
  };
6568
6568
  }>;
6569
- pushContent(order: Order, checkout?: {
6569
+ pushContent(order: {
6570
+ id: string;
6571
+ currency: string;
6572
+ items: LineItem[];
6573
+ }, checkout?: {
6570
6574
  returnUrl: string;
6571
6575
  }, utm?: UrchinTrackingModule): Promise<OpenOrder>;
6572
6576
  removeBillingDetails(orderId: string): Promise<OpenOrder>;
package/dist/index.d.ts CHANGED
@@ -6566,7 +6566,11 @@ declare class OrderEndpoints {
6566
6566
  taxId: string | null;
6567
6567
  };
6568
6568
  }>;
6569
- pushContent(order: Order, checkout?: {
6569
+ pushContent(order: {
6570
+ id: string;
6571
+ currency: string;
6572
+ items: LineItem[];
6573
+ }, checkout?: {
6570
6574
  returnUrl: string;
6571
6575
  }, utm?: UrchinTrackingModule): Promise<OpenOrder>;
6572
6576
  removeBillingDetails(orderId: string): Promise<OpenOrder>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@moonbase.sh/storefront-api",
3
3
  "type": "module",
4
- "version": "0.2.117",
4
+ "version": "0.2.120",
5
5
  "description": "Package to let you build storefronts with Moonbase.sh as payment and delivery provider",
6
6
  "author": "Tobias Lønnerød Madsen <m@dsen.tv>",
7
7
  "license": "MIT",