From 1dfd443652922eaf2a6d41b5a3865cd18163aa73 Mon Sep 17 00:00:00 2001 From: yupix Date: Fri, 9 Feb 2024 11:55:40 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20endpoint=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mipac/types/endpoints.py | 45 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/mipac/types/endpoints.py b/mipac/types/endpoints.py index 3b4129f..0919c09 100644 --- a/mipac/types/endpoints.py +++ b/mipac/types/endpoints.py @@ -38,6 +38,7 @@ ENDPOINTS = Literal[ "/api/admin/emoji/copy", "/api/admin/emoji/delete-bulk", "/api/admin/emoji/delete", + "/api/admin/emoji/import-zip", "/api/admin/emoji/list-remote", "/api/admin/emoji/list", "/api/admin/emoji/remove-aliases-bulk", @@ -95,6 +96,7 @@ ENDPOINTS = Literal[ "/api/ap/show", "/api/app/create", "/api/app/show", + "/api/auth/accept", "/api/auth/session/generate", "/api/auth/session/show", "/api/auth/session/userkey", @@ -158,6 +160,7 @@ ENDPOINTS = Literal[ "/api/email-address/available", "/api/endpoint", "/api/endpoints", + "/api/export-custom-emojis", "/api/federation/followers", "/api/federation/following", "/api/federation/instances", @@ -191,10 +194,35 @@ ENDPOINTS = Literal[ "/api/hashtags/trend", "/api/hashtags/users", "/api/i", + "/api/i/2fa/done", + "/api/i/2fa/key-done", + "/api/i/2fa/password-less", + "/api/i/2fa/register-key", + "/api/i/2fa/register", + "/api/i/2fa/update-key", + "/api/i/2fa/remove-key", + "/api/i/2fa/unregister", + "/api/i/apps", + "/api/i/authorized-apps", "/api/i/claim-achievement", + "/api/i/change-password", + "/api/i/delete-account", + "/api/i/export-blocking", + "/api/i/export-following", + "/api/i/export-mute", + "/api/i/export-notes", + "/api/i/export-clips", + "/api/i/export-favorites", + "/api/i/export-user-lists", + "/api/i/export-antennas", "/api/i/favorites", "/api/i/gallery/likes", "/api/i/gallery/posts", + "/api/i/import-blocking", + "/api/i/import-following", + "/api/i/import-muting", + "/api/i/import-user-lists", + "/api/i/import-antennas", "/api/i/notifications", "/api/i/notifications-grouped", "/api/i/page-likes", @@ -202,15 +230,21 @@ ENDPOINTS = Literal[ "/api/i/pin", "/api/i/read-all-unread-notes", "/api/i/read-announcement", + "/api/i/regenerate-token", "/api/i/registry/get-all", "/api/i/registry/get-detail", "/api/i/registry/get", "/api/i/registry/keys-with-type", "/api/i/registry/keys", "/api/i/registry/remove", + "/api/i/registry/scopes-with-domain", "/api/i/registry/set", + "/api/i/revoke-token", + "/api/i/signin-history", "/api/i/unpin", + "/api/i/update-email", "/api/i/update", + "/api/i/move", "/api/i/webhooks/create", "/api/i/webhooks/list", "/api/i/webhooks/show", @@ -223,6 +257,7 @@ ENDPOINTS = Literal[ "/api/meta", "/api/emojis", "/api/emoji", + "/api/miauth/gen-token", "/api/mute/create", "/api/mute/delete", "/api/mute/list", @@ -263,6 +298,7 @@ ENDPOINTS = Literal[ "/api/notifications/create", "/api/notifications/mark-all-as-read", "/api/notifications/test-notification", + "/api/page-push", "/api/pages/create", "/api/pages/delete", "/api/pages/featured", @@ -331,4 +367,13 @@ ENDPOINTS = Literal[ "/api/fetch-rss", "/api/fetch-external-resources", "/api/retention", + "/api/bubble-game/register", + "/api/bubble-game/ranking", + "/api/reversi/cancel-match", + "/api/reversi/games", + "/api/reversi/match", + "/api/reversi/invitations", + "/api/reversi/show-game", + "/api/reversi/surrender", + "/api/reversi/verify", ]