diff --git a/app/ui/package.json b/app/ui/package.json index fcbc704..591026d 100644 --- a/app/ui/package.json +++ b/app/ui/package.json @@ -1,7 +1,7 @@ { "name": "app", "private": true, - "version": "1.11.2", + "version": "1.11.3", "type": "module", "scripts": { "dev": "vite", diff --git a/package.json b/package.json index 85a043b..3fb326e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dialoqbase", - "version": "1.11.2", + "version": "1.11.3", "description": "Create chatbots with ease", "scripts": { "ui:dev": "pnpm run --filter ui dev", diff --git a/server/src/schema/api/v1/bot/bot/index.ts b/server/src/schema/api/v1/bot/bot/index.ts index 64e5815..16c9d1f 100644 --- a/server/src/schema/api/v1/bot/bot/index.ts +++ b/server/src/schema/api/v1/bot/bot/index.ts @@ -274,10 +274,6 @@ export const createBotAPISchema: FastifySchema = { type: "boolean", default: false, }, - internalSearchEnabled: { - type: "boolean", - default: false, - } }, }, },