Skip to content

Commit bb70017

Browse files
Copilotneet
andauthored
fix: Export missing v1 entity types: QuoteApproval, AccountWarning, Appeal (#1395)
* Initial plan * Export missing v1 entity types: QuoteApproval, AccountWarning, and Appeal Co-authored-by: neet <19276905+neet@users.noreply.github.com> * Fix linting issues in missing-exports test Co-authored-by: neet <19276905+neet@users.noreply.github.com> * Remove unnecessary unit test for type exports Co-authored-by: neet <19276905+neet@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: neet <19276905+neet@users.noreply.github.com>
1 parent a00bf3e commit bb70017

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/mastodon/entities/v1/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
export type * as Admin from "./admin/index.js";
22
export type * from "./account.js";
3+
export type * from "./account-warning.js";
34
export type * from "./activity.js";
45
export type * from "./announcement.js";
6+
export type * from "./appeal.js";
57
export type * from "./application.js";
68
export type * from "./context.js";
79
export type * from "./conversation.js";
@@ -25,6 +27,7 @@ export type * from "./notification-request.js";
2527
export type * from "./poll.js";
2628
export type * from "./preference.js";
2729
export type * from "./preview-card.js";
30+
export type * from "./quote-approval.js";
2831
export type * from "./quote.js";
2932
export type * from "./reaction.js";
3033
export type * from "./relationship.js";

0 commit comments

Comments
 (0)