@infrab4a/connect 3.2.2 → 3.2.3
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/bundles/infrab4a-connect.umd.js +12 -2
- package/bundles/infrab4a-connect.umd.js.map +1 -1
- package/esm2015/infra/hasura-graphql/repositories/catalog/product-hasura-graphql.repository.js +13 -3
- package/fesm2015/infrab4a-connect.js +12 -2
- package/fesm2015/infrab4a-connect.js.map +1 -1
- package/package.json +1 -1
|
@@ -4019,8 +4019,18 @@
|
|
|
4019
4019
|
{ howToUse: { columnName: 'how_to_use' } },
|
|
4020
4020
|
{ brandDescription: { columnName: 'brand_description' } },
|
|
4021
4021
|
{ hasVariants: { columnName: 'has_variants' } },
|
|
4022
|
-
{
|
|
4023
|
-
|
|
4022
|
+
{
|
|
4023
|
+
images: {
|
|
4024
|
+
columnName: 'images',
|
|
4025
|
+
to: function (value) { var _a; return ((value === null || value === void 0 ? void 0 : value.length) > 0 ? "{\"" + (((_a = value === null || value === void 0 ? void 0 : value.join) === null || _a === void 0 ? void 0 : _a.call(value, "\",\"")) || '') + "\"}" : "{}"); },
|
|
4026
|
+
},
|
|
4027
|
+
},
|
|
4028
|
+
{
|
|
4029
|
+
miniatures: {
|
|
4030
|
+
columnName: 'miniatures',
|
|
4031
|
+
to: function (value) { var _a; return ((value === null || value === void 0 ? void 0 : value.length) > 0 ? "{\"" + (((_a = value === null || value === void 0 ? void 0 : value.join) === null || _a === void 0 ? void 0 : _a.call(value, "\",\"")) || '') + "\"}" : "{}"); },
|
|
4032
|
+
},
|
|
4033
|
+
},
|
|
4024
4034
|
'name',
|
|
4025
4035
|
{
|
|
4026
4036
|
price: {
|