@seniorsistemas/yms-integration 1.31.1-7c211dda-bea5-4643-ac56-ea546ad73061 → 1.31.1-f472999f-36a6-412f-af44-e2024a57be58

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.
@@ -13990,7 +13990,11 @@
13990
13990
  return false;
13991
13991
  }
13992
13992
  return true;
13993
- }), operators.mergeMap(function (value) { return _this.pessoaEnderecoService.list({ size: 10, page: 0, filterQuery: "(situacao eq 'ATIVO' or precadastro eq true) and pessoa.id eq '" + value.id + "'" })
13993
+ }), operators.mergeMap(function (value) { return _this.pessoaEnderecoService.list({
13994
+ size: 10,
13995
+ page: 0,
13996
+ filterQuery: "(situacao eq 'ATIVO' or pessoa.precadastro eq 'true') and pessoa.id eq '" + value.id + "'"
13997
+ })
13994
13998
  .pipe(operators.takeUntil(_this.ngUnsubscribe)); }))
13995
13999
  .subscribe(function (_a) {
13996
14000
  var contents = _a.contents;