"""Service constants.""" # service names OWS_PERMISSIONS = 'ows-permissions' # resource names OWS_PERMISSIONS_PROFILE_RESOURCE = '/admin/profile-type/{profile_type}/profile/{profile_id}/resource/{resource}' # resource constants ARTIST_INFO_RESOURCE = 'artistinfo' LABEL_RESOURCE = 'label' ALL_RESOURCE = 'all' ARTIST_INFO_RESOURCE_TYPE = 'ArtistInfo' SUBACCOUNT_RESOURCE_TYPE = 'Subaccount' VENDOR_RESOURCE_TYPE = 'Vendor'