@labdigital/commercetools-mock 1.7.0 → 1.8.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.cjs CHANGED
@@ -1771,6 +1771,9 @@ var AssociateRoleRepository = class extends AbstractResourceRepository {
1771
1771
  setBuyerAssignable: (context, resource, { buyerAssignable }) => {
1772
1772
  resource.buyerAssignable = buyerAssignable;
1773
1773
  },
1774
+ changeBuyerAssignable: (context, resource, { buyerAssignable }) => {
1775
+ resource.buyerAssignable = buyerAssignable;
1776
+ },
1774
1777
  setCustomFields: (context, resource, { name, value }) => {
1775
1778
  if (!resource.custom) {
1776
1779
  return;