Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataDirect/common/ContentItem/Audio.GroupList type #81

Open
github-actions bot opened this issue Dec 27, 2024 · 0 comments
Open

DataDirect/common/ContentItem/Audio.GroupList type #81

github-actions bot opened this issue Dec 27, 2024 · 0 comments
Assignees
Labels
datadirect packages/datadirect types TypeScript type definition improvement

Comments

@github-actions
Copy link

GroupList: any[]; // TODO DataDirect/common/ContentItem/Audio.GroupList type

export type Media = {
  AlbumId: number;
  AlbumName: string;
  AlbumDescription: HTMLString;
  ContentId: number;
  CoverFilePath: URLString;
  FilePath: URLString;
  CoverFilename: string;
  CoverFileEdited: boolean;
  CoverFileEditedUrl?: URLString;
  IsCustomThumb: boolean;
  CoverFilenameUrl: URLString;
  CoverCaption: string;
  CoverTitle: NumericString;
  CoverWidth: number;
  CoverHeight: number;
  NumberOfViews: number;
  Featured: boolean;
  IsThumbExist: boolean;
  FileCount: 1;
  VideoFileCount: number;
  VideoEAP: boolean;
  AllowDownload: boolean;
  PublishDate: DateTimeString;
  PublishDateDisplay: DateString;
  ExpireDateDisplay: DateString;
  GroupList: any[]; // TODO DataDirect/common/ContentItem/Audio.GroupList type
  GroupName: string;
  GroupId: number;
  LargeFilename: string;
  ContentLabel: string;
  OriginalFilename: string;
  FilenameUrl: URLString;
  LongDescriptionInd: number;
  PhotoCaptionInd: number;
  PhotoDescriptionInd: number;
  TranscriptInd: number;
  PhotoTitleInd: number;
  maxPhoto: number;
  ProcessedCount: number;
  InProcessCount: number;
  IsPhotoProcessed: boolean;
  IsBackgroundJobTask: boolean;
  RenditionsComplete: boolean;
  AlbumPhotoCorrupted: boolean;
  HasCorruptedFile: boolean;
  CoverFileId: number;
  MoreAlbums: boolean;
};

export type Content = Media[];
@battis battis added datadirect packages/datadirect types TypeScript type definition improvement labels Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datadirect packages/datadirect types TypeScript type definition improvement
Projects
None yet
Development

No branches or pull requests

1 participant