vue-intergrall-plugins 0.0.247 → 0.0.248

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10875,6 +10875,8 @@ function gerarVariaveisAnexo(anexos, storeObj) {
10875
10875
  case "mp3":
10876
10876
  case "audio/mp3":
10877
10877
  case "aac":
10878
+ case "audio/mpeg":
10879
+ case "mpeg":
10878
10880
  tipoDoc = type.startsWith("audio/") ? type : `audio/${type}`;
10879
10881
  docAnexo = `${dominio}/callcenter/docs.php?mku=${mku}`;
10880
10882
  nomeArquivo = name;