feat(studio): reflect account-voice / series-scope field split

Robot-author edit form and detail drop positioning/target_readers (now
series-level); persona + styles stay (routed to the account profile via the
admin API). Series detail shows positioning/target_readers. Types updated;
admin API types regenerated.
This commit is contained in:
2026-07-11 08:42:39 +08:00
parent 9c308c28da
commit ebe7665620
5 changed files with 11 additions and 20 deletions
+2 -2
View File
@@ -690,7 +690,7 @@ export interface paths {
content: {
"application/json": {
/**
* @example ios
* @example android
* @enum {string|null}
*/
platform?: "ios" | "android" | "web" | "desktop" | null;
@@ -1155,7 +1155,7 @@ export interface paths {
content: {
"application/json": {
/**
* @example dismissed
* @example resolved
* @enum {string|null}
*/
status?: "open" | "resolved" | "dismissed" | null;