diff --git a/assets/openapi.json b/assets/openapi.json index d863aed79..34189d462 100644 Binary files a/assets/openapi.json and b/assets/openapi.json differ diff --git a/assets/schemas.json b/assets/schemas.json index 00200007b..2fd49a0d2 100644 Binary files a/assets/schemas.json and b/assets/schemas.json differ diff --git a/src/schemas/api/bots/InteractionCallbackSchema.ts b/src/schemas/api/bots/InteractionCallbackSchema.ts index ab0d7ca41..69addda94 100644 --- a/src/schemas/api/bots/InteractionCallbackSchema.ts +++ b/src/schemas/api/bots/InteractionCallbackSchema.ts @@ -16,9 +16,9 @@ along with this program. If not, see . */ -import { InteractionCallbackType } from "./InteractionCallbackType"; +import { MessageCreateAttachment, MessageCreateCloudAttachment, PollCreationSchema } from "@spacebar/schemas/uncategorised"; import { AllowedMentions, BaseMessageComponents, Embed } from "../messages"; -import { MessageCreateAttachment, MessageCreateCloudAttachment, PollCreationSchema } from "#schemas/uncategorised"; +import { InteractionCallbackType } from "./InteractionCallbackType"; export interface InteractionCallbackSchema { type: InteractionCallbackType; diff --git a/src/schemas/uncategorised/ThreadCreationSchema.ts b/src/schemas/uncategorised/ThreadCreationSchema.ts index 76ed13851..558f64885 100644 --- a/src/schemas/uncategorised/ThreadCreationSchema.ts +++ b/src/schemas/uncategorised/ThreadCreationSchema.ts @@ -16,7 +16,7 @@ along with this program. If not, see . */ -import { BaseMessageComponents, ChannelType, Embed } from "#schemas/api"; +import { BaseMessageComponents, ChannelType, Embed } from "@spacebar/schemas/api"; import { MessageActivity } from "./MessageActivity"; import { MessageCreateAttachment, MessageCreateCloudAttachment } from "./MessageCreateSchema";