@fas-core/shared-types 1.0.40 → 1.0.41
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 +0 -2
- package/dist/index.d.ts +0 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -210,7 +210,6 @@ interface IVariant extends BaseEntity, IProductVariantFields {
|
|
|
210
210
|
sku: string;
|
|
211
211
|
slug: string;
|
|
212
212
|
product: IProduct;
|
|
213
|
-
variantAttributes: IKeyValue[];
|
|
214
213
|
}
|
|
215
214
|
|
|
216
215
|
interface IProduct extends BaseEntity, IProductVariantFields {
|
|
@@ -218,7 +217,6 @@ interface IProduct extends BaseEntity, IProductVariantFields {
|
|
|
218
217
|
slug: string;
|
|
219
218
|
sku: string;
|
|
220
219
|
hasVariants: boolean;
|
|
221
|
-
variantOptions: IKeyValue[];
|
|
222
220
|
variants: IVariant[];
|
|
223
221
|
}
|
|
224
222
|
|
package/dist/index.d.ts
CHANGED
|
@@ -210,7 +210,6 @@ interface IVariant extends BaseEntity, IProductVariantFields {
|
|
|
210
210
|
sku: string;
|
|
211
211
|
slug: string;
|
|
212
212
|
product: IProduct;
|
|
213
|
-
variantAttributes: IKeyValue[];
|
|
214
213
|
}
|
|
215
214
|
|
|
216
215
|
interface IProduct extends BaseEntity, IProductVariantFields {
|
|
@@ -218,7 +217,6 @@ interface IProduct extends BaseEntity, IProductVariantFields {
|
|
|
218
217
|
slug: string;
|
|
219
218
|
sku: string;
|
|
220
219
|
hasVariants: boolean;
|
|
221
|
-
variantOptions: IKeyValue[];
|
|
222
220
|
variants: IVariant[];
|
|
223
221
|
}
|
|
224
222
|
|
package/package.json
CHANGED