atomresponder/constants.py (16 lines of code) (raw):

GROUP_GNM_ASSET = "Asset" GNM_ASSET_CATEGORY = 'gnm_category' GNM_ASSET_KEYWORDS = 'gnm_keywords' GNM_ASSET_ORIGINAL_FILENAME = 'original_filename' GNM_ASSET_OWNER = 'gnm_owner' GNM_ASSET_MEDIA_FLAGS = 'gnm_media_flags' GNM_ASSET_CONTAINING_PROJECTS = 'gnm_containing_projects' GNM_ASSET_FILE_CREATED = 'gnm_file_created' GROUP_GNM_DELIVERABLE = "Deliverable" GNM_DELIVERABLE_ID = 'gnm_deliverable_id' GNM_DELIVERABLE_BUNDLE = 'gnm_deliverable_bundle' GNM_DELIVERABLE_ATOM_ID = 'gnm_atom_id' #these need to be kept in sync with the corresponding values at https://github.com/guardian/media-atom-maker/blob/master/common/src/main/scala/com/gu/media/model/PlutoIntegrationData.scala MESSAGE_TYPE_MEDIA = "video-upload" MESSAGE_TYPE_PAC = "pac-file-upload" MESSAGE_TYPE_RESYNC_MEDIA = "video-upload-resync" MESSAGE_TYPE_PROJECT_ASSIGNED = "project-assigned"