@signskart/shared 1.3.21 → 1.3.22

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
@@ -296,15 +296,15 @@ interface IVariant {
296
296
  _id: string;
297
297
  productId?: string;
298
298
  sku: string;
299
- barcode?: string;
300
299
  title: ILocalizedString;
301
300
  description?: ILocalizedString;
302
301
  slug: string;
303
- stock: number;
304
- sales?: number;
305
- tag?: string[];
306
302
  prices: IVariantPrices;
307
- image?: string;
303
+ images: {
304
+ productImage: string;
305
+ seoImage: string;
306
+ displayImage: string;
307
+ };
308
308
  templateJson?: string;
309
309
  seoMetaData: ISEOMetaData;
310
310
  size: {
package/dist/index.d.ts CHANGED
@@ -296,15 +296,15 @@ interface IVariant {
296
296
  _id: string;
297
297
  productId?: string;
298
298
  sku: string;
299
- barcode?: string;
300
299
  title: ILocalizedString;
301
300
  description?: ILocalizedString;
302
301
  slug: string;
303
- stock: number;
304
- sales?: number;
305
- tag?: string[];
306
302
  prices: IVariantPrices;
307
- image?: string;
303
+ images: {
304
+ productImage: string;
305
+ seoImage: string;
306
+ displayImage: string;
307
+ };
308
308
  templateJson?: string;
309
309
  seoMetaData: ISEOMetaData;
310
310
  size: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signskart/shared",
3
- "version": "1.3.21",
3
+ "version": "1.3.22",
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",