@vivse/frontend-library
Advanced tools
Comparing version 1.2.7 to 1.3.0
@@ -6,19 +6,19 @@ "use strict"; | ||
GalleryContentPhoto: { | ||
keyFields: ['galleryId', 'photoId'], | ||
keyFields: ["galleryId", "photoId"], | ||
}, | ||
OrderedPhoto: { | ||
keyFields: ['galleryId', 'photoId', 'orderId'], | ||
keyFields: ["photoId", "orderId"], | ||
}, | ||
DiscountParam: { | ||
keyFields: ['paramId', 'discountVariantId', 'discountParamTypeId'], | ||
keyFields: ["paramId", "discountVariantId", "discountParamTypeId"], | ||
}, | ||
DiscountVariantWithinGallery: { | ||
keyFields: ['discountVariantId', 'galleryId'], | ||
keyFields: ["discountVariantId", "galleryId"], | ||
}, | ||
DiscountVariantApplied: { | ||
keyFields: ['discountVariantId', 'orderId'], | ||
keyFields: ["discountVariantId", "orderId"], | ||
}, | ||
SharedOrder: { | ||
keyFields: ['orderId', 'tokenHash'], | ||
keyFields: ["orderId", "tokenHash"], | ||
}, | ||
}; |
{ | ||
"name": "@vivse/frontend-library", | ||
"version": "1.2.7", | ||
"version": "1.3.0", | ||
"description": "Library shared between react projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
8232