tsv2-library 1.0.61-alpha.73 → 1.0.61-alpha.74

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.
@@ -66577,10 +66577,10 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
66577
66577
  };
66578
66578
  const parseFilter = () => {
66579
66579
  return {
66580
- "name.key": { value: filter4.name, matchMode: FilterMatchMode.IN },
66581
- "brand.key": { value: filter4.brand, matchMode: FilterMatchMode.IN },
66582
- "model.key": { value: filter4.model, matchMode: FilterMatchMode.IN },
66583
- "group.key": { value: filter4.group, matchMode: FilterMatchMode.IN }
66580
+ "name.name": { value: filter4.name, matchMode: FilterMatchMode.IN },
66581
+ "brand.name": { value: filter4.brand, matchMode: FilterMatchMode.IN },
66582
+ "model.name": { value: filter4.model, matchMode: FilterMatchMode.IN },
66583
+ "group._id": { value: filter4.group, matchMode: FilterMatchMode.IN }
66584
66584
  };
66585
66585
  };
66586
66586
  const applyFilter2 = () => {