@infrab4a/connect 3.12.0-beta.3 → 3.12.0-beta.4

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.
@@ -3957,15 +3957,15 @@
3957
3957
  {
3958
3958
  parent: {
3959
3959
  columnName: 'parent',
3960
- foreignKeyColumn: { collectionId: 'collection_id', categoryId: 'category_id' },
3960
+ foreignKeyColumn: { collectionId: 'parentCollectionId', categoryId: 'parentCategoryId' },
3961
3961
  fields: [
3962
- 'collection_id',
3963
- 'category_id',
3964
- 'parent_collection_id',
3965
- 'parent_category_id',
3962
+ { collectionId: { columnName: 'collection_id' } },
3963
+ { categoryId: { columnName: 'category_id' } },
3966
3964
  'name',
3967
- 'reference',
3968
3965
  'slug',
3966
+ 'reference',
3967
+ { parentCollectionId: { columnName: 'parent_collection_id' } },
3968
+ { parentCategoryId: { columnName: 'parent_category_id' } },
3969
3969
  ],
3970
3970
  },
3971
3971
  },