@timardex/cluemart-shared 1.5.579 → 1.5.580

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.mjs CHANGED
@@ -4667,8 +4667,8 @@ var DELETE_UNREGISTERED_VENDOR_MUTATION = gql20`
4667
4667
  }
4668
4668
  `;
4669
4669
  var UNLINK_UNREGISTERED_VENDOR_BY_INVITER_ID_MUTATION = gql20`
4670
- mutation unlinkUnregisteredVendorByInviterId($inviterId: ID!) {
4671
- unlinkUnregisteredVendorByInviterId(inviterId: $inviterId)
4670
+ mutation unlinkUnregisteredVendorByInviterId($_id: ID!, $inviterId: ID!) {
4671
+ unlinkUnregisteredVendorByInviterId(_id: $_id, inviterId: $inviterId)
4672
4672
  }
4673
4673
  `;
4674
4674