Index

src/auth/enums/auth-type.enum.ts

AuthType
 Bearer
 None

src/upload-center/enums/bucket-names.enum.ts

BufferBucketNames

Enum representing the names of various buckets used in the upload center. This enum is used to define the different types of uploads and their corresponding bucket names.

 AVATAR
Value : pourymovie-avatar
 PROFILE
Value : pourymovie-profile
 COVER
Value : pourymovie-cover
 THUMBNAIL
Value : pourymovie-thumbnail
PublicBucketNames

Enum representing the names of public buckets used in the upload center. This enum is used to define the publicly accessible buckets for various types of uploads.

 TRAILER
Value : pourymovie-trailer
 PROFILE
Value : pourymovie-profile
 COVER
Value : pourymovie-cover
 THUMBNAIL
Value : pourymovie-thumbnail
StreamBucketNames

Enum representing the names of stream-related buckets. This enum is used to define the buckets specifically for video and trailer streams.

 TRAILER
Value : pourymovie-trailer
 VIDEO
Value : pourymovie-video

src/comment/enums/deleted-by.enum.ts

DeletedBy

Enum representing the entity that deleted a comment.

 USER
Value : user
 ADMIN
Value : admin

src/ai/enums/event-keys.enum.ts

EventKeys

Enum for WebSocket event keys used in the AI module.

 SUBSCRIBE_AI_EVENT_KEY
Value : AI-message
 SUBSCRIBE_AI_RESPONSE_EVENT_KEY
Value : AI-message-response
 SUBSCRIBE_AI_SUMMARY_EVENT_KEY
Value : AI-summary
 SUBSCRIBE_AI_SUMMARY_RESPONSE_EVENT_KEY
Value : AI-summary-response
 SUBSCRIBE_AI_COMMENTS_SUMMARY_EVENT_KEY
Value : AI-comments-summary
 SUBSCRIBE_AI_COMMENTS_SUMMARY_RESPONSE_EVENT_KEY
Value : AI-comments-summary-response
 SUBSCRIBE_AI_END_RESPONSE_EVENT_KEY
Value : AI-message-end
 GENERAL_ERROR_EVENT_KEY
Value : general-error
 WS_AUTH_ERROR_EVENT_KEY
Value : unauthorized

src/people/enums/person-role.enum.ts

PersonRole
 ACTOR
Value : actor
 DIRECTOR
Value : director
 WRITER
Value : writer

src/titles/enums/title-type.enum.ts

TitleType
 Movie
Value : movie
 Series
Value : series

src/upload-center/enums/upload-from-entity.enum.ts

UploadFromEntity

Enum representing the source of an upload in the upload center.

 TITLE
Value : title
 USER
Value : user
 VIDEO
Value : video
 PERSON
Value : person

src/upload-center/enums/upload-status.enum.ts

UploadStatus

Enum representing the status of an upload in the upload center.

 PENDING
Value : pending
 CONFIRMED
Value : confirmed

src/upload-center/enums/upload-type.enum.ts

UploadType

Enum representing different types of uploads in the upload center.

 AVATAR
Value : avatar
 PROFILE
Value : profile
 COVER
Value : cover
 THUMBNAIL
Value : thumbnail
 TRAILER
Value : trailer
 VIDEO
Value : video

src/user/enums/user-role.enum.ts

UserRole
 SUPER_ADMIN
Value : SUPER_ADMIN
 ADMIN
Value : ADMIN
 USER
Value : USER

src/titles/enums/video-quality.enum.ts

VideoQuality
 Q240p
Value : 240p
 Q360p
Value : 360p
 Q480p
Value : 480p
 Q720p
Value : 720p
 Q1080p
Value : 1080p
 Q1440p
Value : 1440p
 Q2160p
Value : 2160p
 Q4320p
Value : 4320p
 WEB_DL
Value : WEB-DL
 WEBRip
Value : WEBRip
 BluRay
Value : BluRay
 HDRip
Value : HDRip
 DVDRip
Value : DVDRip
 CAM
Value : CAM
 TS
Value : TS
 HDTV
Value : HDTV

results matching ""

    No results matching ""