Explorar o código

add parent_uid in IArticleDataResponse

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
38b8207032
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      dashboard/src/components/api/Article.ts

+ 2 - 0
dashboard/src/components/api/Article.ts

@@ -100,6 +100,7 @@ export interface IArticleDataResponse {
   to?: number;
   to?: number;
   mode?: string;
   mode?: string;
   paraId?: string;
   paraId?: string;
+  parent_uid?: string;
   channels?: string;
   channels?: string;
 }
 }
 export interface IArticleResponse {
 export interface IArticleResponse {
@@ -121,6 +122,7 @@ export interface IArticleCreateRequest {
   lang: string;
   lang: string;
   studio: string;
   studio: string;
   anthologyId?: string;
   anthologyId?: string;
+  parentId?: string;
 }
 }
 
 
 export interface IAnthologyCreateRequest {
 export interface IAnthologyCreateRequest {