refactor(api): 🔥 Remove old @versia/client version

This commit is contained in:
Jesse Wierzbinski 2025-03-22 18:04:47 +01:00
parent 54e282b03c
commit 8d1af1b0cd
No known key found for this signature in database
121 changed files with 649 additions and 756 deletions

View file

@ -34,6 +34,11 @@ export { Status, Mention, StatusSource } from "./schemas/status.ts";
export { Tag } from "./schemas/tag.ts";
export { Token } from "./schemas/token.ts";
export { TermsOfService } from "./schemas/tos.ts";
export { Role, NoteReaction, SSOConfig, Challenge } from "./schemas/versia.ts";
export {
Role,
NoteReaction,
SSOConfig,
Challenge,
} from "./schemas/versia.ts";
export { RolePermission } from "./schemas/permissions.ts";
export { Id, iso631, zBoolean } from "./schemas/common.ts";