@pagamio/frontend-commons-lib 0.8.338 → 0.8.339

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.
@@ -71,6 +71,11 @@ export interface EcommerceCartItem {
71
71
  discountAmount: number;
72
72
  totalAmount: number;
73
73
  lineTotal: number;
74
+ /** Fulfillment store id assigned to this line. Set for retail/ecommerce
75
+ * carts that may span multiple stores; null for event carts. */
76
+ storeId?: string | null;
77
+ /** Store display name, when the API includes it for convenience. */
78
+ storeName?: string | null;
74
79
  metadata?: CartItemMetadata | null;
75
80
  }
76
81
  export interface BundleItem {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pagamio/frontend-commons-lib",
3
3
  "description": "Pagamio library for Frontend reusable components like the form engine and table container",
4
- "version": "0.8.338",
4
+ "version": "0.8.339",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "provenance": false