@labdigital/commercetools-mock 1.1.3 → 1.2.0

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.js CHANGED
@@ -3933,6 +3933,9 @@ var ShippingMethodRepository = class extends AbstractResourceRepository {
3933
3933
  setLocalizedDescription: (_context, resource, { localizedDescription }) => {
3934
3934
  resource.localizedDescription = localizedDescription;
3935
3935
  },
3936
+ setLocalizedName: (_context, resource, { localizedName }) => {
3937
+ resource.localizedName = localizedName;
3938
+ },
3936
3939
  setPredicate: (_context, resource, { predicate }) => {
3937
3940
  resource.predicate = predicate;
3938
3941
  },