@senior-gestao-empresarial/erpx-components 3.25.0 → 3.26.0

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.
@@ -5685,15 +5685,18 @@
5685
5685
  case exports.EnumTipoTributo.CBS_DIFERIDO:
5686
5686
  case exports.EnumTipoTributo.CBS_CREDITO_PRESUMIDO:
5687
5687
  case exports.EnumTipoTributo.CBS_TRIBUTACAO_REGULAR:
5688
+ case exports.EnumTipoTributo.CBS_GOVERNAMENTAL:
5688
5689
  return 'cbs';
5689
5690
  case exports.EnumTipoTributo.IBS_ESTADUAL:
5690
5691
  case exports.EnumTipoTributo.IBS_ESTADUAL_DIFERIDO:
5691
5692
  case exports.EnumTipoTributo.IBS_ESTADUAL_TRIBUTACAO_REGULAR:
5692
5693
  case exports.EnumTipoTributo.IBS_CREDITO_PRESUMIDO:
5694
+ case exports.EnumTipoTributo.IBS_ESTADUAL_GOVERNAMENTAL:
5693
5695
  return 'ibs-estadual';
5694
5696
  case exports.EnumTipoTributo.IBS_MUNICIPAL:
5695
5697
  case exports.EnumTipoTributo.IBS_MUNICIPAL_DIFERIDO:
5696
5698
  case exports.EnumTipoTributo.IBS_MUNICIPAL_TRIBUTACAO_REGULAR:
5699
+ case exports.EnumTipoTributo.IBS_MUNICIPAL_GOVERNAMENTAL:
5697
5700
  return 'ibs-municipal';
5698
5701
  case exports.EnumTipoTributo.IS:
5699
5702
  return 'is';