@signskart/shared 1.3.10 → 1.3.11
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 +5 -6
- package/dist/index.d.ts +5 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -114,10 +114,10 @@ interface IImages {
|
|
|
114
114
|
}
|
|
115
115
|
interface IProduct {
|
|
116
116
|
_id: string;
|
|
117
|
-
sku
|
|
117
|
+
sku: string;
|
|
118
118
|
barcode?: string;
|
|
119
119
|
title: ILocalizedString;
|
|
120
|
-
description
|
|
120
|
+
description: ILocalizedString;
|
|
121
121
|
slug: string;
|
|
122
122
|
categories: ICategory[];
|
|
123
123
|
category: ICategory;
|
|
@@ -132,10 +132,9 @@ interface IProduct {
|
|
|
132
132
|
prices: IPrices;
|
|
133
133
|
status: boolean;
|
|
134
134
|
store: IStore;
|
|
135
|
-
images
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
};
|
|
135
|
+
images: IImages;
|
|
136
|
+
seoMetaData: IMetaDataProduct;
|
|
137
|
+
metaData: {};
|
|
139
138
|
createdAt?: Date;
|
|
140
139
|
updatedAt?: Date;
|
|
141
140
|
variantList?: IVariant[];
|
package/dist/index.d.ts
CHANGED
|
@@ -114,10 +114,10 @@ interface IImages {
|
|
|
114
114
|
}
|
|
115
115
|
interface IProduct {
|
|
116
116
|
_id: string;
|
|
117
|
-
sku
|
|
117
|
+
sku: string;
|
|
118
118
|
barcode?: string;
|
|
119
119
|
title: ILocalizedString;
|
|
120
|
-
description
|
|
120
|
+
description: ILocalizedString;
|
|
121
121
|
slug: string;
|
|
122
122
|
categories: ICategory[];
|
|
123
123
|
category: ICategory;
|
|
@@ -132,10 +132,9 @@ interface IProduct {
|
|
|
132
132
|
prices: IPrices;
|
|
133
133
|
status: boolean;
|
|
134
134
|
store: IStore;
|
|
135
|
-
images
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
};
|
|
135
|
+
images: IImages;
|
|
136
|
+
seoMetaData: IMetaDataProduct;
|
|
137
|
+
metaData: {};
|
|
139
138
|
createdAt?: Date;
|
|
140
139
|
updatedAt?: Date;
|
|
141
140
|
variantList?: IVariant[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signskart/shared",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.11",
|
|
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",
|