@signskart/shared 1.3.38 → 1.3.39

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.mts CHANGED
@@ -605,6 +605,7 @@ interface ICart {
605
605
  cartItems: ICartItem[];
606
606
  user: ICustomer;
607
607
  coupon: ICoupon;
608
+ store: IStore;
608
609
  metaData: {};
609
610
  subTotalAmount: number;
610
611
  discountAmount: number;
@@ -630,6 +631,7 @@ interface IOrder {
630
631
  _id: string;
631
632
  orderItems: IOrderItem[];
632
633
  cart: ICart;
634
+ store: IStore;
633
635
  coupon: ICoupon;
634
636
  customer: ICustomer;
635
637
  subTotalAmount: number;
package/dist/index.d.ts CHANGED
@@ -605,6 +605,7 @@ interface ICart {
605
605
  cartItems: ICartItem[];
606
606
  user: ICustomer;
607
607
  coupon: ICoupon;
608
+ store: IStore;
608
609
  metaData: {};
609
610
  subTotalAmount: number;
610
611
  discountAmount: number;
@@ -630,6 +631,7 @@ interface IOrder {
630
631
  _id: string;
631
632
  orderItems: IOrderItem[];
632
633
  cart: ICart;
634
+ store: IStore;
633
635
  coupon: ICoupon;
634
636
  customer: ICustomer;
635
637
  subTotalAmount: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signskart/shared",
3
- "version": "1.3.38",
3
+ "version": "1.3.39",
4
4
  "description": "Production-grade upload manager SDK with queue, progress tracking, retry logic, and multi-provider support (S3, Cloudinary).",
5
5
  "author": "Signskart",
6
6
  "license": "UNLICENSED",