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.Response.GenericSettings type #84

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

DataDirect/common/ContentItem.Response.GenericSettings type #84

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

GenericSettings: any; // TODO DataDirect/common/ContentItem.Response.GenericSettings type

};

export type Response = {
  ContentItemId?: number;
  FileName?: string;
  Headline?: string;
  Url?: URLString;
  AlbumDescription?: string;
  ShortDescription?: string;
  LongDescription?: HTMLString;
  ContentId: number;
  ContentIndexId?: number;
  TotalFiles?: number;
  FilesProcessed?: number;
  FilesInProcessing?: number;
  AllowDownload?: boolean;
  AllowDownloadMsg?: string;
  ColumnIndex?: number;
  RowIndex: number;
  CellIndex: number;
  GenericSettings: any; // TODO DataDirect/common/ContentItem.Response.GenericSettings type
  PublishedIndicator?: number;
  PublishDate?: DateString;
  ExpireDate?: DateString;
  FilePath?: string;
  FriendlyFileName?: string;
  PresentationTarget?: string;
  PresentationHeight?: number;
  PresentationWidth?: number;
  LinkImage?: string;
  HoverFileName?: string;
  LinkImageId?: number;
  Locked?: boolean;
  Shared?: number;
  SubCategory?: string;
  SortOrder?: number;
  RenditionsComplete?: number;
  CoverFileId?: number;
  OriginalFilename?: string;
  FileEdited?: DateTimeString;
  HasCorruptedFile?: NumericBoolean;
  HoverImageOriginalFilename?: string;
  IsPhotoProcessed?: NumericBoolean;
  PhotoCorrupted?: number;
  PendingInd?: boolean;
};
@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