entities/ConnectionUpdateSchema -> schemas/ConnectionUpdateSchema
This commit is contained in:
parent
5491c58ffc
commit
2364096a97
Binary file not shown.
@ -1,7 +1,6 @@
|
|||||||
|
import { route } from "@fosscord/api";
|
||||||
import { Request, Response, Router } from "express";
|
import { Request, Response, Router } from "express";
|
||||||
import { FieldErrors } from "../../../../util";
|
import { ConnectionStore, FieldErrors } from "../../../../util";
|
||||||
import { ConnectionStore } from "../../../../util/connections";
|
|
||||||
import { route } from "../../../util";
|
|
||||||
|
|
||||||
const router = Router();
|
const router = Router();
|
||||||
|
|
||||||
|
|||||||
@ -28,7 +28,6 @@ export * from "./ClientRelease";
|
|||||||
export * from "./Config";
|
export * from "./Config";
|
||||||
export * from "./ConnectedAccount";
|
export * from "./ConnectedAccount";
|
||||||
export * from "./ConnectionConfigEntity";
|
export * from "./ConnectionConfigEntity";
|
||||||
export * from "./ConnectionUpdateSchema";
|
|
||||||
export * from "./EmbedCache";
|
export * from "./EmbedCache";
|
||||||
export * from "./Emoji";
|
export * from "./Emoji";
|
||||||
export * from "./Encryption";
|
export * from "./Encryption";
|
||||||
|
|||||||
@ -32,6 +32,7 @@ export * from "./ChannelReorderSchema";
|
|||||||
export * from "./CodesVerificationSchema";
|
export * from "./CodesVerificationSchema";
|
||||||
export * from "./ConnectedAccountSchema";
|
export * from "./ConnectedAccountSchema";
|
||||||
export * from "./ConnectionCallbackSchema";
|
export * from "./ConnectionCallbackSchema";
|
||||||
|
export * from "./ConnectionUpdateSchema";
|
||||||
export * from "./DmChannelCreateSchema";
|
export * from "./DmChannelCreateSchema";
|
||||||
export * from "./EmojiCreateSchema";
|
export * from "./EmojiCreateSchema";
|
||||||
export * from "./EmojiModifySchema";
|
export * from "./EmojiModifySchema";
|
||||||
|
|||||||
Reference in New Issue
Block a user