@credithub/harlan-components 1.59.10 → 1.59.12

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.
@@ -61,7 +61,7 @@ var ConsultaSimplesSection = function (_a) {
61
61
  var ctx = useContext(Queries.Finder);
62
62
  var data = useGlobalData().data;
63
63
  var receitaStatus = ((_c = (_b = data.dossie) === null || _b === void 0 ? void 0 : _b.summary) === null || _c === void 0 ? void 0 : _c.receitaStatus) &&
64
- data.dossie.summary.receitaStatus !== 'ATIVA'
64
+ ['ATIVA', 'REGULAR'].indexOf(data.dossie.summary.receitaStatus) === -1
65
65
  ? data.dossie.summary.receitaStatus
66
66
  : null;
67
67
  var possuiPendencias = data.ccf ||
@@ -17,6 +17,7 @@ import StatusMessage from '../interface/statusMessage';
17
17
  import Section from '../section';
18
18
  import { Queries, RequestStatus } from '../webservice';
19
19
  var validAssuntos = [
20
+ 'protesto indevido de título',
20
21
  'protesto indevido de títulos',
21
22
  'inclusão indevida em cadastro de inadimplentes',
22
23
  'liminar',