feat: scope articles by brand
This commit is contained in:
@@ -357,6 +357,7 @@ export interface WorkspaceOverview {
|
||||
|
||||
export interface RecentArticle {
|
||||
id: number
|
||||
brand_id?: number | null
|
||||
title: string | null
|
||||
template_name: string | null
|
||||
generate_status: string
|
||||
@@ -574,6 +575,7 @@ export interface ArticleListParams {
|
||||
|
||||
export interface ArticleListItem {
|
||||
id: number
|
||||
brand_id?: number | null
|
||||
source_type: string
|
||||
template_id: number | null
|
||||
kol_prompt_id: number | null
|
||||
@@ -602,6 +604,7 @@ export interface ArticleListResponse {
|
||||
|
||||
export interface ArticleDetail {
|
||||
id: number
|
||||
brand_id?: number | null
|
||||
source_type: string
|
||||
template_id: number | null
|
||||
current_version_id: number | null
|
||||
|
||||
Reference in New Issue
Block a user