Skip to content

Commit

Permalink
Merge pull request #4 from misskey-dev/develop
Browse files Browse the repository at this point in the history
fix(misskey-js): build misskey-js with types (misskey-dev#14665)
  • Loading branch information
spalheapp authored Oct 1, 2024
2 parents e0f4098 + e9519b0 commit cd58465
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/misskey-js/src/autogen/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5177,6 +5177,8 @@ export type operations = {
urlPreviewRequireContentLength: boolean;
urlPreviewUserAgent: string | null;
urlPreviewSummaryProxyUrl: string | null;
federation: string;
federationHosts: string[];
};
};
};
Expand Down Expand Up @@ -9428,6 +9430,9 @@ export type operations = {
urlPreviewRequireContentLength?: boolean;
urlPreviewUserAgent?: string | null;
urlPreviewSummaryProxyUrl?: string | null;
/** @enum {string} */
federation?: 'all' | 'none' | 'specified';
federationHosts?: string[];
};
};
};
Expand Down

0 comments on commit cd58465

Please sign in to comment.