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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user