chore: perform dependencies scan and fix all dependencies (#9296)
This commit is contained in:
@@ -30,7 +30,7 @@ export async function gqlSchemaToTypes(schema: string) {
|
||||
const entryPoints = buildEntryPointsTypeMap(content)
|
||||
|
||||
const indexEntryPoints = `
|
||||
declare module '@medusajs/types' {
|
||||
declare module '@medusajs/framework/types' {
|
||||
interface IndexServiceEntryPoints {
|
||||
${entryPoints
|
||||
.map((entry) => ` ${entry.entryPoint}: ${entry.entityType}`)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { isObject, isString, GraphQLUtils } from "@medusajs/utils"
|
||||
import { Knex } from "@mikro-orm/knex"
|
||||
import { IndexTypes } from "@medusajs/framework/types"
|
||||
import { Knex } from "knex"
|
||||
import { OrderBy, QueryFormat, QueryOptions, Select } from "@types"
|
||||
import { isObject, isString, GraphQLUtils } from "@medusajs/framework/utils"
|
||||
|
||||
export const OPERATOR_MAP = {
|
||||
$eq: "=",
|
||||
|
||||
Reference in New Issue
Block a user