export const getRPMPackages = params => get({
  type: API_OPERATIONS.GET,
  key: RPM_PACKAGES_CONTENT,
  url: api.getApiUrl('/packages'),
  params,