🤖 chore(openapi): regenerate services & patch axios requestType typing

This commit is contained in:
web-ppanel
2026-01-27 17:52:28 +00:00
parent 912c5c4cb6
commit 0ec4f84fa9
40 changed files with 127 additions and 25 deletions
+2
View File
@@ -1,3 +1,4 @@
// @ts-nocheck
/* eslint-disable */
import request from "@workspace/ui/lib/request";
@@ -38,6 +39,7 @@ export async function appleLoginCallback(
{
method: "POST",
data: formData,
requestType: "form",
...(options || {}),
}
);