@signskart/shared 1.3.32 → 1.3.33

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
@@ -278,15 +278,15 @@ interface ICoupon {
278
278
  title: ILocalizedString;
279
279
  logo: string;
280
280
  couponCode: string;
281
- startTime: string;
282
- endTime: string;
281
+ startTime: Date;
282
+ endTime: Date;
283
283
  discountType: IDiscountType;
284
284
  minimumAmount: number;
285
285
  isPromotional: boolean;
286
286
  status: boolean;
287
287
  store: IStore;
288
- createdAt: string;
289
- updatedAt: string;
288
+ createdAt: Date;
289
+ updatedAt: Date;
290
290
  }
291
291
 
292
292
  interface IVariantPrices {
package/dist/index.d.ts CHANGED
@@ -278,15 +278,15 @@ interface ICoupon {
278
278
  title: ILocalizedString;
279
279
  logo: string;
280
280
  couponCode: string;
281
- startTime: string;
282
- endTime: string;
281
+ startTime: Date;
282
+ endTime: Date;
283
283
  discountType: IDiscountType;
284
284
  minimumAmount: number;
285
285
  isPromotional: boolean;
286
286
  status: boolean;
287
287
  store: IStore;
288
- createdAt: string;
289
- updatedAt: string;
288
+ createdAt: Date;
289
+ updatedAt: Date;
290
290
  }
291
291
 
292
292
  interface IVariantPrices {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signskart/shared",
3
- "version": "1.3.32",
3
+ "version": "1.3.33",
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",