@labdigital/commercetools-mock 2.21.0 → 2.21.1
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.cjs +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/repositories/category/index.ts +3 -0
package/dist/index.cjs
CHANGED
|
@@ -3075,6 +3075,9 @@ var CategoryRepository = class extends AbstractResourceRepository {
|
|
|
3075
3075
|
key: draft.key,
|
|
3076
3076
|
name: draft.name,
|
|
3077
3077
|
slug: draft.slug,
|
|
3078
|
+
description: draft.description,
|
|
3079
|
+
metaDescription: draft.metaDescription,
|
|
3080
|
+
metaKeywords: draft.metaKeywords,
|
|
3078
3081
|
orderHint: draft.orderHint || "",
|
|
3079
3082
|
externalId: draft.externalId || "",
|
|
3080
3083
|
parent: draft.parent ? { typeId: "category", id: draft.parent.id } : void 0,
|