Merge branch 'develop' into feat-1714
This commit is contained in:
commit
ca7992b1ab
97 changed files with 1920 additions and 1128 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "module",
|
||||
"name": "misskey-js",
|
||||
"version": "2024.5.0",
|
||||
"version": "2024.7.0-beta.1",
|
||||
"description": "Misskey SDK for JavaScript",
|
||||
"license": "MIT",
|
||||
"main": "./built/index.js",
|
||||
|
|
|
|||
|
|
@ -4608,6 +4608,7 @@ export type components = {
|
|||
/** Format: date-time */
|
||||
latestRequestReceivedAt: string | null;
|
||||
moderationNote?: string | null;
|
||||
httpMessageSignaturesImplementationLevel: string;
|
||||
};
|
||||
GalleryPost: {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue