@infrab4a/connect 5.3.0-beta.2 → 5.3.0-beta.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/index.cjs.js +10 -1
- package/index.esm.js +10 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -7462,7 +7462,16 @@ const fieldsConfiguration$2 = [
|
|
|
7462
7462
|
variants: {
|
|
7463
7463
|
columnName: 'variants',
|
|
7464
7464
|
foreignKeyColumn: { product_id: 'id' },
|
|
7465
|
-
fields: [
|
|
7465
|
+
fields: [
|
|
7466
|
+
'id',
|
|
7467
|
+
'ean',
|
|
7468
|
+
'grade',
|
|
7469
|
+
'price',
|
|
7470
|
+
'published',
|
|
7471
|
+
'stock',
|
|
7472
|
+
{ tagsCollection: { columnName: 'tags_collection' } },
|
|
7473
|
+
{ tagsProfile: { columnName: 'tags_profile' } },
|
|
7474
|
+
],
|
|
7466
7475
|
},
|
|
7467
7476
|
},
|
|
7468
7477
|
];
|
package/index.esm.js
CHANGED
|
@@ -7437,7 +7437,16 @@ const fieldsConfiguration$2 = [
|
|
|
7437
7437
|
variants: {
|
|
7438
7438
|
columnName: 'variants',
|
|
7439
7439
|
foreignKeyColumn: { product_id: 'id' },
|
|
7440
|
-
fields: [
|
|
7440
|
+
fields: [
|
|
7441
|
+
'id',
|
|
7442
|
+
'ean',
|
|
7443
|
+
'grade',
|
|
7444
|
+
'price',
|
|
7445
|
+
'published',
|
|
7446
|
+
'stock',
|
|
7447
|
+
{ tagsCollection: { columnName: 'tags_collection' } },
|
|
7448
|
+
{ tagsProfile: { columnName: 'tags_profile' } },
|
|
7449
|
+
],
|
|
7441
7450
|
},
|
|
7442
7451
|
},
|
|
7443
7452
|
];
|