Skip to content

Commit

Permalink
feat(person): add person search support
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-bechara committed Oct 2, 2024
1 parent efbae34 commit 148df3c
Show file tree
Hide file tree
Showing 6 changed files with 366 additions and 90 deletions.
1 change: 1 addition & 0 deletions .config/swagger-typescript-api/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const renamingDictionary = {
ConsultaCnpjParams: 'OfficeReadDto',
MapaAereoParams: 'OfficeMapReadDto',
VisaoDaRuaParams: 'OfficeStreetReadDto',
PesquisaPessoasParams: 'PersonSearchBaseDto',
ConsultaReceitaFederalParams: 'RfbReadDto',
ComprovanteRfbParams: 'RfbCertificateReadDto',
ConsultaSimplesEMeiParams: 'SimplesReadDto',
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
.eslintcache
.env
test-report.xml
test.js
Loading

0 comments on commit 148df3c

Please sign in to comment.