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:
@@ -21,6 +21,4 @@ export type FindOptions<T = any> = {
|
||||
options?: OptionsQuery<T, any>
|
||||
}
|
||||
|
||||
export const SoftDeletableFilterKey = "softDeletable"
|
||||
|
||||
export * from "./repository-service"
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
export const indexTypes = {
|
||||
PRODUCTS: "products",
|
||||
}
|
||||
@@ -1,7 +1,5 @@
|
||||
export * from "./index-types"
|
||||
export * from "./interface"
|
||||
export * from "./settings"
|
||||
export * from "./variant-keys"
|
||||
|
||||
export type IndexSettings = {
|
||||
/**
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
export const variantKeys = [
|
||||
"sku",
|
||||
"title",
|
||||
"upc",
|
||||
"ean",
|
||||
"mid_code",
|
||||
"hs_code",
|
||||
"options",
|
||||
]
|
||||
Reference in New Issue
Block a user