File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1+ import type { Iso8601DateTime } from './common' ;
12import type { ContactTagGroupRef } from './ContactTagGroup' ;
23import type { UserRef } from './User' ;
34
4- type Iso8601DateTime = string ;
5-
65export interface ContactTagRef {
76 id : number ;
87 name : string ;
Original file line number Diff line number Diff line change 1+ import type { Iso8601DateTime } from './common' ;
12import type { UserRef } from './User' ;
23
3- type Iso8601DateTime = string ;
4-
54export interface ContactsExport {
65 uuid : string ;
76 status : ContactsExport . Status ;
Original file line number Diff line number Diff line change 1+ import type { Iso8601DateTime } from './common' ;
12import type { CoverageEntry } from './CoverageEntry' ;
23import type { CoverageIntegrationRun } from './CoverageIntegrationRun' ;
34import type { NewsroomRef } from './Newsroom' ;
45import type { UserRef } from './User' ;
56
6- type Iso8601DateTime = string ;
7-
87export interface CoverageIntegration {
98 id : number ;
109 name : string ;
Original file line number Diff line number Diff line change 1+ import type { Iso8601DateTime } from './common' ;
12import type { CoverageIntegrationRef } from './CoverageIntegration' ;
23
3- type Iso8601DateTime = string ;
4-
54export interface CoverageIntegrationRun {
65 id : number ;
76 uuid : string ;
Original file line number Diff line number Diff line change 11import type { UploadedImage } from '@prezly/uploads' ;
22
3+ import type { Iso8601DateTime } from './common' ;
34import type { CultureRef } from './Culture' ;
45import type { NewroomThemeRef , NewsroomThemePreset } from './NewsroomTheme' ;
56
@@ -14,6 +15,7 @@ export interface NewsroomRef {
1415 thumbnail_url : string ;
1516 name : string ;
1617 subdomain : string ;
18+ domain : string ;
1719
1820 status : Newsroom . Status ;
1921 /**
@@ -74,10 +76,10 @@ export interface NewsroomRef {
7476 } ;
7577 active_theme ?: NewroomThemeRef | null ;
7678 is_auto_created : boolean ;
79+ created_at : Iso8601DateTime ;
7780}
7881
7982export interface Newsroom extends NewsroomRef {
80- domain : string ;
8183 is_hub : boolean ;
8284 // extended details
8385 cultures : CultureRef [ ] ;
Original file line number Diff line number Diff line change 1+ export type Iso8601DateTime = string ;
Original file line number Diff line number Diff line change 1+ export * from './Iso8601DateTime' ;
12export * from './Notification' ;
23export * from './OEmbedInfo' ;
34export * from './Pagination' ;
You can’t perform that action at this time.
0 commit comments