mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
refactor(api): ♻️ Refactor test code to use new client
This commit is contained in:
parent
232ce83e4d
commit
84b9fc3719
23 changed files with 717 additions and 962 deletions
|
|
@ -34,6 +34,6 @@ 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 } from "./schemas/versia.ts";
|
||||
export { Role, NoteReaction, SSOConfig, Challenge } from "./schemas/versia.ts";
|
||||
|
||||
export { Id, iso631, zBoolean } from "./schemas/common.ts";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue