fix(utils, types, medusa-plugin-meilisearch, medusa-plugin-algolia): move SoftDeletableFilterKey, variantKeys, indexTypes from types to utils (#4623)

* chore: move SoftDeletableKey from types to utils

* chore: move variantkeys, indextypes
This commit is contained in:
Riqwan Thamir
2023-07-27 20:12:26 +05:30
committed by GitHub
parent c85d479e52
commit 107ae23a3f
15 changed files with 25 additions and 15 deletions

View File

@@ -1,5 +1,6 @@
import { DAL, FindConfig, SoftDeletableFilterKey } from "@medusajs/types"
import { deduplicate, isObject } from "../common"
import { DAL, FindConfig } from "@medusajs/types"
import { deduplicate, isObject, SoftDeletableFilterKey } from "../common"
export function buildQuery<T = any, TDto = any>(
filters: Record<string, any> = {},