From ee2288bf0d8ed68e5a8f6f68bdd89a1aa3370e44 Mon Sep 17 00:00:00 2001 From: Camila Moraes Date: Thu, 18 Jun 2026 15:14:12 -0300 Subject: [PATCH 01/13] =?UTF-8?q?Dados=20fake=20para=20classe=20pessoa=20m?= =?UTF-8?q?=C3=A9todo=20dump?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/fake/Pessoa.dump.json | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 resources/fake/Pessoa.dump.json diff --git a/resources/fake/Pessoa.dump.json b/resources/fake/Pessoa.dump.json new file mode 100644 index 00000000..c008b636 --- /dev/null +++ b/resources/fake/Pessoa.dump.json @@ -0,0 +1,34 @@ +{ + "codpes": 1111, + "nompes": "Nome Fake para Teste", + "nommaepes": "Mae Nome Fake", + "dtanas": "1000-00-00 00:00:00", + "tipdocidf": "RG", + "numdocidf": "000000000", + "dtaexdidf": "1000-00-00 00:00:00", + "sglorgexdidf": "SSP", + "dtafimvalidf": null, + "sexpes": "X", + "codloccer": null, + "sglest": "SP", + "codpas": 1, + "stabcocad": "T", + "timestamp": "FAKE_TIMESTAMP_000000", + "codpescad": 11111111, + "dtacadpes": "1000-00-00 00:00:00", + "codpesultalt": 2222222, + "dtaultalt": "0000-00-00 00:00:00", + "nompesfon": "NOME FAKE", + "nommaepesfon": "MAE NOME FAKE", + "nomcnhpes": null, + "numdocfmt": "000000000", + "stafotcad": "N", + "numcpf": "00000000000", + "epfbcoini": "FAKE", + "stamntnomdgt": null, + "stautlnomsoc": null, + "nomcnhpesfon": null, + "nompesttd": "NOME FAKE", + "nompesttdfon": "MAE NOME FAKE", + "stanommaedgt": null +} \ No newline at end of file From f7c61a2ad40f2deab16aa16eeab3275841ea2100 Mon Sep 17 00:00:00 2001 From: Camila Moraes Date: Fri, 19 Jun 2026 10:34:47 -0300 Subject: [PATCH 02/13] =?UTF-8?q?Dados=20fake=20para=20classe=20Pessoa=20m?= =?UTF-8?q?=C3=A9todos=20cracha,=20listarCrachas=20e=20telefones?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/fake/Pessoa.cracha.json | 16 ++++++++++++ resources/fake/Pessoa.listarCrachas.json | 32 ++++++++++++++++++++++++ resources/fake/Pessoa.telefones.json | 3 +++ 3 files changed, 51 insertions(+) create mode 100644 resources/fake/Pessoa.cracha.json create mode 100644 resources/fake/Pessoa.listarCrachas.json create mode 100644 resources/fake/Pessoa.telefones.json diff --git a/resources/fake/Pessoa.cracha.json b/resources/fake/Pessoa.cracha.json new file mode 100644 index 00000000..12599a6e --- /dev/null +++ b/resources/fake/Pessoa.cracha.json @@ -0,0 +1,16 @@ +{ + "codfusclgund": 11, + "codcra": "TESTE123456", + "tipvinaux": "ALUNOGR", + "codoriclgund": 11, + "codpescra": "00000000", + "nompescra": "NOME FAKE", + "numviacra": 1, + "codepr": "999", + "sitpescra": "A", + "nomorg": "UNIDADE_TESTE", + "dtaultalt": "1000-01-01 00:00:00", + "numserchi": "0000000000", + "codctgctousp": 111 +} + diff --git a/resources/fake/Pessoa.listarCrachas.json b/resources/fake/Pessoa.listarCrachas.json new file mode 100644 index 00000000..6ace2f18 --- /dev/null +++ b/resources/fake/Pessoa.listarCrachas.json @@ -0,0 +1,32 @@ +[ + { + "codfusclgund": "00", + "codcra": "000000000000", + "tipvinaux": "ALUNOGR", + "codoriclgund": "11", + "codpescra": "00000000", + "nompescra": "Nome Fake para Teste", + "numviacra": "22", + "codepr": "000", + "sitpescra": "A", + "nomorg": "UNIDADE_TESTE", + "dtaultalt": "1000-00-00 00:00:00", + "numserchi": "1111111111", + "codctgctousp": "333", + "tipvin": "ALUNOGR", + "nomvin": "Aluno de Graduação", + "idclocctiusp": "C", + "timestamp": "44444444", + "nomtabvin": "ALUNOGR", + "ordhie": "55", + "przvalctiusp": "66", + "nomsisori": "SistemaFake", + "dtadtvtipvin": "", + "tipvinabv": "agr", + "dtacad": "", + "tipvinofc": "", + "stalgiunc": "S", + "dtllgiunc": "Após a conclusão do curso, se torna automaticamente ALUMNI, sendo considerado ativo (sitatl='A') se estiver cadastrado no Portal Alumni. Caso contrário, fica com a situação 'D'.", + "obstipvin": "" + } +] \ No newline at end of file diff --git a/resources/fake/Pessoa.telefones.json b/resources/fake/Pessoa.telefones.json new file mode 100644 index 00000000..2b4f2d37 --- /dev/null +++ b/resources/fake/Pessoa.telefones.json @@ -0,0 +1,3 @@ +[ + "11900000000" +] \ No newline at end of file From 5a6737a6c3db771430d598540006dcaa54025eae Mon Sep 17 00:00:00 2001 From: Camila Moraes Date: Fri, 19 Jun 2026 11:59:25 -0300 Subject: [PATCH 03/13] =?UTF-8?q?Dados=20fake=20para=20classe=20Pessoa=20m?= =?UTF-8?q?=C3=A9todos=20procurarPorNome,=20procurarPorCodigoOuNome=20e=20?= =?UTF-8?q?vinculos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fake/Pessoa.procurarPorCodigoOuNome.json | 36 +++++++++++ resources/fake/Pessoa.procurarPorNome.json | 64 +++++++++++++++++++ resources/fake/Pessoa.vinculos.json | 4 ++ 3 files changed, 104 insertions(+) create mode 100644 resources/fake/Pessoa.procurarPorCodigoOuNome.json create mode 100644 resources/fake/Pessoa.procurarPorNome.json create mode 100644 resources/fake/Pessoa.vinculos.json diff --git a/resources/fake/Pessoa.procurarPorCodigoOuNome.json b/resources/fake/Pessoa.procurarPorCodigoOuNome.json new file mode 100644 index 00000000..23911023 --- /dev/null +++ b/resources/fake/Pessoa.procurarPorCodigoOuNome.json @@ -0,0 +1,36 @@ +[ + { + "codpes": "00000000", + "nompes": "Nome Fake para Teste", + "nommaepes": "Mae Fake para Teste", + "dtanas": "1000-01-01 00:00:00", + "tipdocidf": "XX", + "numdocidf": "111111111", + "dtaexdidf": "1000-01-01 00:00:00", + "sglorgexdidf": "SSP", + "dtafimvalidf": "", + "sexpes": "F", + "codloccer": "", + "sglest": "SP", + "codpas": "1", + "stabcocad": "T", + "timestamp": "XXXX", + "codpescad": "22222222", + "dtacadpes": "1000-01-01 00:00:00", + "codpesultalt": "3333333", + "dtaultalt": "1000-01-01 00:00:00", + "nompesfon": "NOME FAKE", + "nommaepesfon": "MAE NOME FAKE", + "nomcnhpes": "", + "numdocfmt": "111111111", + "stafotcad": "X", + "numcpf": "33333333333", + "epfbcoini": "TAR", + "stamntnomdgt": "", + "stautlnomsoc": "", + "nomcnhpesfon": "", + "nompesttd": "Nome Fake para Teste", + "nompesttdfon": "NOME FAKE", + "stanommaedgt": "" + } +] \ No newline at end of file diff --git a/resources/fake/Pessoa.procurarPorNome.json b/resources/fake/Pessoa.procurarPorNome.json new file mode 100644 index 00000000..7b0156eb --- /dev/null +++ b/resources/fake/Pessoa.procurarPorNome.json @@ -0,0 +1,64 @@ +[ + { + "codpes": "00000000", + "nompes": "Nome Fake para Teste", + "nommaepes": "Mae Fake para Teste", + "dtanas": "1000-01-01 00:00:00", + "tipdocidf": "XX", + "numdocidf": "111111111", + "dtaexdidf": "1000-01-01 00:00:00", + "sglorgexdidf": "SSP", + "dtafimvalidf": "", + "sexpes": "F", + "codloccer": "", + "sglest": "SP", + "codpas": "1", + "stabcocad": "T", + "timestamp": "XXX", + "codpescad": "22222222", + "dtacadpes": "1000-01-01 00:00:00", + "codpesultalt": "3333333", + "dtaultalt": "1000-01-01 00:00:00", + "nompesfon": "NOME FAKE", + "nommaepesfon": "MAE NOME FAKE", + "nomcnhpes": "", + "numdocfmt": "11111111", + "stafotcad": "S", + "numcpf": "33333333333", + "epfbcoini": "TAR", + "stamntnomdgt": "", + "stautlnomsoc": "", + "nomcnhpesfon": "", + "nompesttd": "Nome Fake para Teste", + "nompesttdfon": "NOME FAKE", + "stanommaedgt": "", + "tipvin": "ALUNOGR", + "numseqpes": "X", + "codfncetr": "X", + "dtainivin": "1000-01-01 00:00:00", + "tipvinext": "Aluno Fake", + "sitatl": "A", + "nomclgund": "Instituto Fake", + "sglclgund": "IFAKE", + "codundclg": "X", + "sglclg": "CG", + "codset": "", + "nomabvset": "", + "nomset": "", + "nomfnc": "", + "codloc": "X", + "nomloc": "Pão Saulo", + "epflgrund": "Rua dos Bobos, 0", + "codema": "nemofake@usp.br", + "staemauol": "X", + "staatzdvg": "", + "numtelfmt": "(0xx00)0000-0000", + "numfaxfmt": "(0xx00)0000-0000", + "stadrrusp": "", + "tipdsg": "", + "stauol": "X", + "staldp": "X", + "codundfis": "", + "numseqendusp": "" + } +] \ No newline at end of file diff --git a/resources/fake/Pessoa.vinculos.json b/resources/fake/Pessoa.vinculos.json new file mode 100644 index 00000000..5157fe3f --- /dev/null +++ b/resources/fake/Pessoa.vinculos.json @@ -0,0 +1,4 @@ +[ + "Aluno de Teste - IFAKE", + "Estagiário - Estagiário - Seção Fake - Ifake" +] \ No newline at end of file From 18aacd14fb1b3991e24b42e82c55d64abd060baa Mon Sep 17 00:00:00 2001 From: Camila Moraes Date: Fri, 19 Jun 2026 13:05:03 -0300 Subject: [PATCH 04/13] =?UTF-8?q?Dados=20fake=20para=20classe=20Pessoa=20m?= =?UTF-8?q?=C3=A9todos=20servidores,=20listarServidores=20e=20listarDesign?= =?UTF-8?q?ados?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/fake/Pessoa.listarDesignados.json | 62 ++++++++++++++++++++ resources/fake/Pessoa.listarServidores.json | 62 ++++++++++++++++++++ resources/fake/Pessoa.servidores.json | 64 +++++++++++++++++++++ 3 files changed, 188 insertions(+) create mode 100644 resources/fake/Pessoa.listarDesignados.json create mode 100644 resources/fake/Pessoa.listarServidores.json create mode 100644 resources/fake/Pessoa.servidores.json diff --git a/resources/fake/Pessoa.listarDesignados.json b/resources/fake/Pessoa.listarDesignados.json new file mode 100644 index 00000000..6dfa52da --- /dev/null +++ b/resources/fake/Pessoa.listarDesignados.json @@ -0,0 +1,62 @@ +{ + "codpes": "0000000", + "tipvin": "SERVIDOR", + "numseqpes": "1", + "codfncetr": "000000", + "dtainivin": "2020-01-01 00:00:00", + "tipvinext": "Servidor Designado", + "sitatl": "A", + "nompes": "Nome Fake para Teste", + "nomclgund": "Instituto Fake", + "sglclgund": "IFAKE", + "codundclg": "0", + "sglclg": "", + "codset": "0000", + "nomabvset": "FAKE-00", + "nomset": "Serviço Fake", + "nomfnc": "Chefe Serviço Fake", + "codloc": "1", + "nomloc": "Pão Saulo", + "epflgrund": "Rua dos Bobos, 0", + "codema": "nomefake@usp.br", + "staemauol": "S", + "staatzdvg": "", + "numtelfmt": "(0xx00)0000-0000", + "numfaxfmt": "(0xx00)0000-0000", + "nompesfon": "NOME FAKE", + "stadrrusp": "", + "tipdsg": "D", + "stauol": "S", + "staldp": "S", + "timestamp": "XXX", + "dtaultalt": "2000-01-01 00:00:00", + "codundfis": "1", + "numseqendusp": "1", + "nommaepes": "Mae Fake para Teste", + "dtanas": "1980-01-01 00:00:00", + "tipdocidf": "RG", + "numdocidf": "111111111", + "dtaexdidf": "1990-01-01 00:00:00", + "sglorgexdidf": "SSP", + "dtafimvalidf": "", + "sexpes": "M", + "codloccer": "", + "sglest": "SP", + "codpas": "1", + "stabcocad": "M", + "codpescad": "2222222", + "dtacadpes": "2000-01-01 00:00:00", + "codpesultalt": "2222222", + "nommaepesfon": "MAE NOME FAKE", + "nomcnhpes": "", + "numdocfmt": "11.111.111-1", + "stafotcad": "S", + "numcpf": "33333333333", + "epfbcoini": "", + "stamntnomdgt": "", + "stautlnomsoc": "", + "nomcnhpesfon": "", + "nompesttd": "Nome Fake para Teste", + "nompesttdfon": "NOME FAKE", + "stanommaedgt": "" +} \ No newline at end of file diff --git a/resources/fake/Pessoa.listarServidores.json b/resources/fake/Pessoa.listarServidores.json new file mode 100644 index 00000000..007364a9 --- /dev/null +++ b/resources/fake/Pessoa.listarServidores.json @@ -0,0 +1,62 @@ +{ + "codpes": "0000000", + "tipvin": "EXEMPLO", + "numseqpes": "X", + "codfncetr": "X", + "dtainivin": "1000-01-01 00:00:00", + "tipvinext": "Servidor", + "sitatl": "X", + "nompes": "Nome Fake para Teste", + "nomclgund": "Instituto Fake", + "sglclgund": "IFAKE", + "codundclg": "0", + "sglclg": "", + "codset": "000", + "nomabvset": "FAKE-00", + "nomset": "Serviço Fake", + "nomfnc": "Ex Serv Fake", + "codloc": "1", + "nomloc": "Pão Saulo", + "epflgrund": "Rua dos Bobos, 0", + "codema": "nomefake@usp.br", + "staemauol": "X", + "staatzdvg": "", + "numtelfmt": "(0xx00)0000-0000", + "numfaxfmt": "", + "nompesfon": "NOME FAKE", + "stadrrusp": "", + "tipdsg": "", + "stauol": "X", + "staldp": "X", + "timestamp": "x,", + "dtaultalt": "1000-01-01 00:00:00", + "codundfis": "1", + "numseqendusp": "1", + "nommaepes": "Nome Fake para Teste", + "dtanas": "1000-01-01 00:00:00", + "tipdocidf": "RG", + "numdocidf": "111111111", + "dtaexdidf": "1000-01-01 00:00:00", + "sglorgexdidf": "SSP", + "dtafimvalidf": "", + "sexpes": "X", + "codloccer": "", + "sglest": "SP", + "codpas": "1", + "stabcocad": "X", + "codpescad": "0000000", + "dtacadpes": "1000-01-01 00:00:00", + "codpesultalt": "1111111", + "nommaepesfon": "NOME FAKE", + "nomcnhpes": "", + "numdocfmt": "000000000", + "stafotcad": "X", + "numcpf": "1111111111", + "epfbcoini": "", + "stamntnomdgt": "", + "stautlnomsoc": "", + "nomcnhpesfon": "", + "nompesttd": "Nome Fake para Teste", + "nompesttdfon": "NOME FAKE", + "stanommaedgt": "" +} \ No newline at end of file diff --git a/resources/fake/Pessoa.servidores.json b/resources/fake/Pessoa.servidores.json new file mode 100644 index 00000000..ea000717 --- /dev/null +++ b/resources/fake/Pessoa.servidores.json @@ -0,0 +1,64 @@ +[ + { + "codpes": "00000000", + "tipvin": "EXEMPLO", + "numseqpes": "X", + "codfncetr": "X", + "dtainivin": "1000-01-01 00:00:00", + "tipvinext": "Servidor", + "sitatl": "X", + "nompes": "Nome Fake para Teste", + "nomclgund": "Instituto Fake", + "sglclgund": "IFAKE", + "codundclg": "0", + "sglclg": "", + "codset": "000", + "nomabvset": "FAK", + "nomset": "Departamento Fake", + "nomfnc": "Técnico Fake", + "codloc": "1", + "nomloc": "Pão Saulo", + "epflgrund": "Rua dos Bobos, 0", + "codema": "nomefake@usp.br", + "staemauol": "X", + "staatzdvg": "", + "numtelfmt": "(0xx00)0000-0000", + "numfaxfmt": "", + "nompesfon": "NOME FAKE", + "stadrrusp": "", + "tipdsg": "", + "stauol": "X", + "staldp": "X", + "timestamp": "xX", + "dtaultalt": "1000-01-01 00:00:00", + "codundfis": "1", + "numseqendusp": "0", + "nommaepes": "Nome Fake para Teste", + "dtanas": "1000-01-01 00:00:00", + "tipdocidf": "RG", + "numdocidf": "000000000", + "dtaexdidf": "1000-01-01 00:00:00", + "sglorgexdidf": "SSP", + "dtafimvalidf": "", + "sexpes": "X", + "codloccer": "", + "sglest": "SP", + "codpas": "1", + "stabcocad": "X", + "codpescad": "0000000", + "dtacadpes": "1000-01-01 00:00:00", + "codpesultalt": "0000000", + "nommaepesfon": "NOME FAKE", + "nomcnhpes": "", + "numdocfmt": "000000000", + "stafotcad": "S", + "numcpf": "11111111111", + "epfbcoini": "", + "stamntnomdgt": "", + "stautlnomsoc": "", + "nomcnhpesfon": "", + "nompesttd": "Nome Fake para Teste", + "nompesttdfon": "NOME FAKE", + "stanommaedgt": "" + } +] \ No newline at end of file From 76da3bd7750ca68e85a5b2d4c0b26da06c36d54c Mon Sep 17 00:00:00 2001 From: Camila Moraes Date: Mon, 22 Jun 2026 16:08:36 -0300 Subject: [PATCH 05/13] =?UTF-8?q?Dados=20fake=20para=20classe=20Pessoa=20m?= =?UTF-8?q?=C3=A9todos=20estagiarios,=20totalVinculo=20e=20todosVinculosEx?= =?UTF-8?q?tenso?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/fake/Pessoa.estagiarios.json | 64 +++++++++++++++++++ .../fake/Pessoa.todosVinculosExtenso.json | 32 ++++++++++ resources/fake/Pessoa.totalVinculo.json | 1 + 3 files changed, 97 insertions(+) create mode 100644 resources/fake/Pessoa.estagiarios.json create mode 100644 resources/fake/Pessoa.todosVinculosExtenso.json create mode 100644 resources/fake/Pessoa.totalVinculo.json diff --git a/resources/fake/Pessoa.estagiarios.json b/resources/fake/Pessoa.estagiarios.json new file mode 100644 index 00000000..3fdb016f --- /dev/null +++ b/resources/fake/Pessoa.estagiarios.json @@ -0,0 +1,64 @@ +[ + { + "codpes": "00000000", + "tipvin": "ESTAGIARIOFAKE", + "numseqpes": "111", + "codfncetr": "0", + "dtainivin": "1000-01-01 00:00:00", + "tipvinext": "Estagiário Fake", + "sitatl": "X", + "nompes": "Nome Fake Para Teste", + "nomclgund": "Instituro Fake", + "sglclgund": "IFAKE", + "codundclg": "X", + "sglclg": "", + "codset": "000", + "nomabvset": "SVPOSGR-00", + "nomset": "Serviço Fake", + "nomfnc": "Estagiário Fake", + "codloc": "0", + "nomloc": "Pão Saulo", + "epflgrund": "Rua dos Bobos, 0", + "codema": "nomefake@usp.br", + "staemauol": "", + "staatzdvg": "", + "numtelfmt": "(0xx00)0000-0000", + "numfaxfmt": "(0xx00)0000-0000", + "nompesfon": "NOME FAKE DRIMDADI", + "stadrrusp": "", + "tipdsg": "", + "stauol": "X", + "staldp": "X", + "timestamp": "XXXX", + "dtaultalt": "1000-01-01 00:00:00", + "codundfis": "", + "numseqendusp": "", + "nommaepes": "Mae Fake para Teste", + "dtanas": "1000-01-01 00:00:00", + "tipdocidf": "RG", + "numdocidf": "111111111", + "dtaexdidf": "1000-01-01 00:00:00", + "sglorgexdidf": "SSP", + "dtafimvalidf": "", + "sexpes": "X", + "codloccer": "", + "sglest": "SP", + "codpas": "1", + "stabcocad": "X", + "codpescad": "2222222", + "dtacadpes": "1000-01-01 00:00:00", + "codpesultalt": "3333333", + "nommaepesfon": "MAE NOME FAKE", + "nomcnhpes": "", + "numdocfmt": "000000000", + "stafotcad": "X", + "numcpf": "11111111111", + "epfbcoini": "", + "stamntnomdgt": "", + "stautlnomsoc": "", + "nomcnhpesfon": "", + "nompesttd": "Nome Fake para Teste", + "nompesttdfon": "NOME FAKE", + "stanommaedgt": "" + } +] \ No newline at end of file diff --git a/resources/fake/Pessoa.todosVinculosExtenso.json b/resources/fake/Pessoa.todosVinculosExtenso.json new file mode 100644 index 00000000..22cd2f69 --- /dev/null +++ b/resources/fake/Pessoa.todosVinculosExtenso.json @@ -0,0 +1,32 @@ +[ + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" }, + { "tipvinext": "Fake" } +] \ No newline at end of file diff --git a/resources/fake/Pessoa.totalVinculo.json b/resources/fake/Pessoa.totalVinculo.json new file mode 100644 index 00000000..28fe51e7 --- /dev/null +++ b/resources/fake/Pessoa.totalVinculo.json @@ -0,0 +1 @@ +"teste" \ No newline at end of file From ed3e84f99ddb19e7af7fd5d2b67da71c184965b6 Mon Sep 17 00:00:00 2001 From: Camila Moraes Date: Mon, 22 Jun 2026 16:22:47 -0300 Subject: [PATCH 06/13] =?UTF-8?q?Dados=20fake=20para=20classe=20Pessoa=20m?= =?UTF-8?q?=C3=A9todos=20nomeCompleto,=20obterNome=20e=20retornarNome?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/fake/Pessoa.nomeCompleto.json | 1 + resources/fake/Pessoa.obterNome.json | 1 + resources/fake/Pessoa.retornarNome.json | 1 + 3 files changed, 3 insertions(+) create mode 100644 resources/fake/Pessoa.nomeCompleto.json create mode 100644 resources/fake/Pessoa.obterNome.json create mode 100644 resources/fake/Pessoa.retornarNome.json diff --git a/resources/fake/Pessoa.nomeCompleto.json b/resources/fake/Pessoa.nomeCompleto.json new file mode 100644 index 00000000..a2ba9959 --- /dev/null +++ b/resources/fake/Pessoa.nomeCompleto.json @@ -0,0 +1 @@ +"Nome Fake para Teste" \ No newline at end of file diff --git a/resources/fake/Pessoa.obterNome.json b/resources/fake/Pessoa.obterNome.json new file mode 100644 index 00000000..16bf2568 --- /dev/null +++ b/resources/fake/Pessoa.obterNome.json @@ -0,0 +1 @@ +" Obter Nome Fake para Teste" \ No newline at end of file diff --git a/resources/fake/Pessoa.retornarNome.json b/resources/fake/Pessoa.retornarNome.json new file mode 100644 index 00000000..bbadb9fd --- /dev/null +++ b/resources/fake/Pessoa.retornarNome.json @@ -0,0 +1 @@ +"Retornar Nome Fake para Teste" \ No newline at end of file From 289076c488b7f5f8d0409f1eabc9f67b9d6a21d4 Mon Sep 17 00:00:00 2001 From: Camila Moraes Date: Mon, 22 Jun 2026 16:43:54 -0300 Subject: [PATCH 07/13] =?UTF-8?q?Dados=20fake=20para=20classe=20Pessoa=20m?= =?UTF-8?q?=C3=A9todos=20listarTiposVinculoExtenso,=20listarDesignados=20e?= =?UTF-8?q?=20ativosVinculo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/fake/Pessoa.ativosVinculo.json | 62 +++++++++++++++++++ resources/fake/Pessoa.listarDesignados.json | 2 +- .../Pessoa.listarTiposVinculoExtenso.json | 29 +++++++++ 3 files changed, 92 insertions(+), 1 deletion(-) create mode 100644 resources/fake/Pessoa.ativosVinculo.json create mode 100644 resources/fake/Pessoa.listarTiposVinculoExtenso.json diff --git a/resources/fake/Pessoa.ativosVinculo.json b/resources/fake/Pessoa.ativosVinculo.json new file mode 100644 index 00000000..4b32a67e --- /dev/null +++ b/resources/fake/Pessoa.ativosVinculo.json @@ -0,0 +1,62 @@ +{ + "codpes": "0000000", + "tipvin": "SERVIDOR FAKE", + "numseqpes": "0", + "codfncetr": "0", + "dtainivin": "1000-01-01 00:00:00", + "tipvinext": "Docente Fake", + "sitatl": "X", + "nompes": "Nome Fake para Teste", + "nomclgund": "Instituto Fake", + "sglclgund": "IFAKE", + "codundclg": "0", + "sglclg": "", + "codset": "000", + "nomabvset": "FAKE", + "nomset": "Departamento Fake", + "nomfnc": "Professor Doutor Fake", + "codloc": "1", + "nomloc": "Pão Saulo", + "epflgrund": "Rua dos Bobos, 0", + "codema": "nomefake@usp.br", + "staemauol": "S", + "staatzdvg": "S", + "numtelfmt": "(0xx00)0000-0000", + "numfaxfmt": "", + "nompesfon": "NOME FAKE", + "stadrrusp": "", + "tipdsg": "", + "stauol": "X", + "staldp": "X", + "timestamp": "XXX", + "dtaultalt": "1000-01-01 00:00:00", + "codundfis": "1", + "numseqendusp": "1", + "nommaepes": "Mae Fake para Teste", + "dtanas": "1980-01-01 00:00:00", + "tipdocidf": "RG", + "numdocidf": "111111111", + "dtaexdidf": "1000-01-01 00:00:00", + "sglorgexdidf": "SSP", + "dtafimvalidf": "", + "sexpes": "X", + "codloccer": "", + "sglest": "SP", + "codpas": "1", + "stabcocad": "X", + "codpescad": "2222222", + "dtacadpes": "1000-01-01 00:00:00", + "codpesultalt": "3333333", + "nommaepesfon": "MAE NOME FAKE", + "nomcnhpes": "", + "numdocfmt": "11.111.111-1", + "stafotcad": "S", + "numcpf": "33333333333", + "epfbcoini": "", + "stamntnomdgt": "", + "stautlnomsoc": "", + "nomcnhpesfon": "", + "nompesttd": "Nome Fake para Teste", + "nompesttdfon": "NOME FAKE", + "stanommaedgt": "" +} \ No newline at end of file diff --git a/resources/fake/Pessoa.listarDesignados.json b/resources/fake/Pessoa.listarDesignados.json index 6dfa52da..6115839c 100644 --- a/resources/fake/Pessoa.listarDesignados.json +++ b/resources/fake/Pessoa.listarDesignados.json @@ -3,7 +3,7 @@ "tipvin": "SERVIDOR", "numseqpes": "1", "codfncetr": "000000", - "dtainivin": "2020-01-01 00:00:00", + "dtainivin": "1000-01-01 00:00:00", "tipvinext": "Servidor Designado", "sitatl": "A", "nompes": "Nome Fake para Teste", diff --git a/resources/fake/Pessoa.listarTiposVinculoExtenso.json b/resources/fake/Pessoa.listarTiposVinculoExtenso.json new file mode 100644 index 00000000..6f8a053f --- /dev/null +++ b/resources/fake/Pessoa.listarTiposVinculoExtenso.json @@ -0,0 +1,29 @@ +[ + { + "tipvinext": "Fake" + }, + { + "tipvinext": "Fake" + }, + { + "tipvinext": "Fake" + }, + { + "tipvinext": "Fake" + }, + { + "tipvinext": "Fake" + }, + { + "tipvinext": "Fake" + }, + { + "tipvinext": "Fake" + }, + { + "tipvinext": "Fake" + }, + { + "tipvinext": "Fake" + } +] \ No newline at end of file From 51221d2c1df8ad0681f03ff9b424de116457250f Mon Sep 17 00:00:00 2001 From: Camila Moraes Date: Mon, 22 Jun 2026 17:32:28 -0300 Subject: [PATCH 08/13] =?UTF-8?q?Dados=20fake=20para=20classe=20Pessoa=20m?= =?UTF-8?q?=C3=A9todos=20listarServidoresSetor,=20contarServidoresSetor=20?= =?UTF-8?q?e=20listarVinculosSetores?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fake/Pessoa.contarServidoresSetor.json | 3 ++ .../fake/Pessoa.listarServidoresSetor.json | 36 +++++++++++++++++++ .../fake/Pessoa.listarVinculosSetores.json | 7 ++++ 3 files changed, 46 insertions(+) create mode 100644 resources/fake/Pessoa.contarServidoresSetor.json create mode 100644 resources/fake/Pessoa.listarServidoresSetor.json create mode 100644 resources/fake/Pessoa.listarVinculosSetores.json diff --git a/resources/fake/Pessoa.contarServidoresSetor.json b/resources/fake/Pessoa.contarServidoresSetor.json new file mode 100644 index 00000000..55f70a05 --- /dev/null +++ b/resources/fake/Pessoa.contarServidoresSetor.json @@ -0,0 +1,3 @@ +{ + "total fake": 0 +} \ No newline at end of file diff --git a/resources/fake/Pessoa.listarServidoresSetor.json b/resources/fake/Pessoa.listarServidoresSetor.json new file mode 100644 index 00000000..f8b71c92 --- /dev/null +++ b/resources/fake/Pessoa.listarServidoresSetor.json @@ -0,0 +1,36 @@ +[ + { + "codpes": "00000000", + "nompes": "Nome Fake para Teste", + "nommaepes": "Mae Fake para Teste", + "dtanas": "1000-01-01 00:00:00", + "tipdocidf": "RG", + "numdocidf": "111111111", + "dtaexdidf": "1000-01-01 00:00:00", + "sglorgexdidf": "SSP", + "dtafimvalidf": "", + "sexpes": "X", + "codloccer": "", + "sglest": "BA", + "codpas": "1", + "stabcocad": "X", + "timestamp": "X", + "codpescad": "", + "dtacadpes": "1000-01-01 00:00:00", + "codpesultalt": "2222222", + "dtaultalt": "1000-01-01 00:00:00", + "nompesfon": "NOME FAKE", + "nommaepesfon": "MAE NOME FAKE", + "nomcnhpes": "", + "numdocfmt": "111111111", + "stafotcad": "X", + "numcpf": "2222222222", + "epfbcoini": "", + "stamntnomdgt": "", + "stautlnomsoc": "", + "nomcnhpesfon": "", + "nompesttd": "Nome Fake para Teste", + "nompesttdfon": "NOME FAKE", + "stanommaedgt": "" + } +] \ No newline at end of file diff --git a/resources/fake/Pessoa.listarVinculosSetores.json b/resources/fake/Pessoa.listarVinculosSetores.json new file mode 100644 index 00000000..d25fc5e5 --- /dev/null +++ b/resources/fake/Pessoa.listarVinculosSetores.json @@ -0,0 +1,7 @@ +{ + "0" : "Aluno Fake de Graduação", + "1" : "Aluno Fake de Graduação", + "2" : "Estagiário Fake", + "3" : "Estagiário SCINFOR-FAKE", + "4" : "SCINFOR-FAKE" +} \ No newline at end of file From d25b4e1556e96f82ac5aaf3b7c4db557234e2843 Mon Sep 17 00:00:00 2001 From: Camila Moraes Date: Mon, 22 Jun 2026 18:46:02 -0300 Subject: [PATCH 09/13] =?UTF-8?q?Corre=C3=A7=C3=A3o=20dos=20dados=20fake?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/fake/Pessoa.ativosVinculo.json | 120 +++++++++--------- .../fake/Pessoa.contarServidoresSetor.json | 2 +- resources/fake/Pessoa.cracha.json | 23 ++-- resources/fake/Pessoa.dump.json | 42 +++--- resources/fake/Pessoa.estagiarios.json | 90 ++++++------- resources/fake/Pessoa.listarCrachas.json | 36 +++--- resources/fake/Pessoa.listarDesignados.json | 76 +++++------ resources/fake/Pessoa.listarServidores.json | 90 ++++++------- .../fake/Pessoa.listarServidoresSetor.json | 40 +++--- .../Pessoa.listarTiposVinculoExtenso.json | 36 ++---- .../fake/Pessoa.listarVinculosSetores.json | 10 +- resources/fake/Pessoa.nomeCompleto.json | 2 +- resources/fake/Pessoa.obterNome.json | 2 +- .../fake/Pessoa.procurarPorCodigoOuNome.json | 40 +++--- resources/fake/Pessoa.procurarPorNome.json | 76 +++++------ resources/fake/Pessoa.retornarNome.json | 2 +- resources/fake/Pessoa.servidores.json | 84 ++++++------ resources/fake/Pessoa.telefones.json | 2 +- .../fake/Pessoa.todosVinculosExtenso.json | 57 ++++----- resources/fake/Pessoa.totalVinculo.json | 2 +- resources/fake/Pessoa.vinculos.json | 4 +- 21 files changed, 407 insertions(+), 429 deletions(-) diff --git a/resources/fake/Pessoa.ativosVinculo.json b/resources/fake/Pessoa.ativosVinculo.json index 4b32a67e..46b74905 100644 --- a/resources/fake/Pessoa.ativosVinculo.json +++ b/resources/fake/Pessoa.ativosVinculo.json @@ -1,62 +1,62 @@ { - "codpes": "0000000", - "tipvin": "SERVIDOR FAKE", - "numseqpes": "0", - "codfncetr": "0", - "dtainivin": "1000-01-01 00:00:00", - "tipvinext": "Docente Fake", - "sitatl": "X", - "nompes": "Nome Fake para Teste", - "nomclgund": "Instituto Fake", - "sglclgund": "IFAKE", - "codundclg": "0", - "sglclg": "", - "codset": "000", - "nomabvset": "FAKE", - "nomset": "Departamento Fake", - "nomfnc": "Professor Doutor Fake", - "codloc": "1", - "nomloc": "Pão Saulo", - "epflgrund": "Rua dos Bobos, 0", - "codema": "nomefake@usp.br", - "staemauol": "S", - "staatzdvg": "S", - "numtelfmt": "(0xx00)0000-0000", - "numfaxfmt": "", - "nompesfon": "NOME FAKE", - "stadrrusp": "", - "tipdsg": "", - "stauol": "X", - "staldp": "X", - "timestamp": "XXX", - "dtaultalt": "1000-01-01 00:00:00", - "codundfis": "1", - "numseqendusp": "1", - "nommaepes": "Mae Fake para Teste", - "dtanas": "1980-01-01 00:00:00", - "tipdocidf": "RG", - "numdocidf": "111111111", - "dtaexdidf": "1000-01-01 00:00:00", - "sglorgexdidf": "SSP", - "dtafimvalidf": "", - "sexpes": "X", - "codloccer": "", - "sglest": "SP", - "codpas": "1", - "stabcocad": "X", - "codpescad": "2222222", - "dtacadpes": "1000-01-01 00:00:00", - "codpesultalt": "3333333", - "nommaepesfon": "MAE NOME FAKE", - "nomcnhpes": "", - "numdocfmt": "11.111.111-1", - "stafotcad": "S", - "numcpf": "33333333333", - "epfbcoini": "", - "stamntnomdgt": "", - "stautlnomsoc": "", - "nomcnhpesfon": "", - "nompesttd": "Nome Fake para Teste", - "nompesttdfon": "NOME FAKE", - "stanommaedgt": "" + "codpes": "1234567", + "tipvin": "SERVIDOR FICTICIO", + "numseqpes": "1", + "codfncetr": "10", + "dtainivin": "2005-03-15 00:00:00", + "tipvinext": "Docente Substituto", + "sitatl": "A", + "nompes": "Carlos Henrique Almeida", + "nomclgund": "Universidade Exemplo Paulista", + "sglclgund": "UEP", + "codundclg": "42", + "sglclg": "UEP", + "codset": "120", + "nomabvset": "EXATAS", + "nomset": "Departamento de Ciências Exatas", + "nomfnc": "Professor Doutor Carlos Almeida", + "codloc": "2", + "nomloc": "Campus Cidade Exemplo", + "epflgrund": "Avenida das Acácias, 1000", + "codema": "carlos.almeida@exemplo.edu.br", + "staemauol": "S", + "staatzdvg": "S", + "numtelfmt": "(11) 3456-7890", + "numfaxfmt": "", + "nompesfon": "CARLOS H ALMEIDA", + "stadrrusp": "", + "tipdsg": "", + "stauol": "A", + "staldp": "A", + "timestamp": "2026-06-22T10:30:00", + "dtaultalt": "2024-09-10 14:22:00", + "codundfis": "3", + "numseqendusp": "5", + "nommaepes": "Maria Lúcia Almeida", + "dtanas": "1980-08-22 00:00:00", + "tipdocidf": "RG", + "numdocidf": "459876321", + "dtaexdidf": "2000-02-10 00:00:00", + "sglorgexdidf": "SSP", + "dtafimvalidf": "", + "sexpes": "M", + "codloccer": "", + "sglest": "SP", + "codpas": "1", + "stabcocad": "A", + "codpescad": "7654321", + "dtacadpes": "2005-03-10 00:00:00", + "codpesultalt": "7654321", + "nommaepesfon": "MARIA L ALMEIDA", + "nomcnhpes": "", + "numdocfmt": "45.987.632-1", + "stafotcad": "S", + "numcpf": "12345678901", + "epfbcoini": "", + "stamntnomdgt": "", + "stautlnomsoc": "", + "nomcnhpesfon": "", + "nompesttd": "Carlos Henrique Almeida", + "nompesttdfon": "CARLOS H ALMEIDA", + "stanommaedgt": "" } \ No newline at end of file diff --git a/resources/fake/Pessoa.contarServidoresSetor.json b/resources/fake/Pessoa.contarServidoresSetor.json index 55f70a05..5659d115 100644 --- a/resources/fake/Pessoa.contarServidoresSetor.json +++ b/resources/fake/Pessoa.contarServidoresSetor.json @@ -1,3 +1,3 @@ { - "total fake": 0 + "total": 666 } \ No newline at end of file diff --git a/resources/fake/Pessoa.cracha.json b/resources/fake/Pessoa.cracha.json index 12599a6e..2225a0fa 100644 --- a/resources/fake/Pessoa.cracha.json +++ b/resources/fake/Pessoa.cracha.json @@ -1,16 +1,15 @@ { - "codfusclgund": 11, - "codcra": "TESTE123456", + "codfusclgund": 27, + "codcra": "GRAD202600184", "tipvinaux": "ALUNOGR", - "codoriclgund": 11, - "codpescra": "00000000", - "nompescra": "NOME FAKE", - "numviacra": 1, - "codepr": "999", + "codoriclgund": 27, + "codpescra": "12345678", + "nompescra": "Beatriz Carvalho Souza", + "numviacra": 2, + "codepr": "145", "sitpescra": "A", - "nomorg": "UNIDADE_TESTE", - "dtaultalt": "1000-01-01 00:00:00", - "numserchi": "0000000000", - "codctgctousp": 111 + "nomorg": "Instituto de Ciências Aplicadas", + "dtaultalt": "2025-11-18 09:42:00", + "numserchi": "A9F3K2L8M1", + "codctgctousp": 204 } - diff --git a/resources/fake/Pessoa.dump.json b/resources/fake/Pessoa.dump.json index c008b636..f3eba133 100644 --- a/resources/fake/Pessoa.dump.json +++ b/resources/fake/Pessoa.dump.json @@ -1,34 +1,34 @@ { - "codpes": 1111, - "nompes": "Nome Fake para Teste", - "nommaepes": "Mae Nome Fake", - "dtanas": "1000-00-00 00:00:00", + "codpes": 8452193, + "nompes": "Lucas Andrade Ferreira", + "nommaepes": "Juliana Mendes Ferreira", + "dtanas": "1992-07-14 00:00:00", "tipdocidf": "RG", - "numdocidf": "000000000", - "dtaexdidf": "1000-00-00 00:00:00", + "numdocidf": "487392615", + "dtaexdidf": "2010-05-21 00:00:00", "sglorgexdidf": "SSP", "dtafimvalidf": null, - "sexpes": "X", + "sexpes": "M", "codloccer": null, "sglest": "SP", "codpas": 1, - "stabcocad": "T", - "timestamp": "FAKE_TIMESTAMP_000000", - "codpescad": 11111111, - "dtacadpes": "1000-00-00 00:00:00", - "codpesultalt": 2222222, - "dtaultalt": "0000-00-00 00:00:00", - "nompesfon": "NOME FAKE", - "nommaepesfon": "MAE NOME FAKE", + "stabcocad": "A", + "timestamp": "2026-06-22T12:00:00", + "codpescad": 9021345, + "dtacadpes": "2015-02-10 00:00:00", + "codpesultalt": 9021345, + "dtaultalt": "2024-08-19 16:45:00", + "nompesfon": "LUCAS ANDRADE FERREIRA", + "nommaepesfon": "JULIANA M FERREIRA", "nomcnhpes": null, - "numdocfmt": "000000000", - "stafotcad": "N", - "numcpf": "00000000000", - "epfbcoini": "FAKE", + "numdocfmt": "48.739.261-5", + "stafotcad": "S", + "numcpf": "12345678901", + "epfbcoini": null, "stamntnomdgt": null, "stautlnomsoc": null, "nomcnhpesfon": null, - "nompesttd": "NOME FAKE", - "nompesttdfon": "MAE NOME FAKE", + "nompesttd": "Lucas Andrade Ferreira", + "nompesttdfon": "LUCAS A FERREIRA", "stanommaedgt": null } \ No newline at end of file diff --git a/resources/fake/Pessoa.estagiarios.json b/resources/fake/Pessoa.estagiarios.json index 3fdb016f..0ec8e7a2 100644 --- a/resources/fake/Pessoa.estagiarios.json +++ b/resources/fake/Pessoa.estagiarios.json @@ -1,64 +1,64 @@ [ { - "codpes": "00000000", - "tipvin": "ESTAGIARIOFAKE", - "numseqpes": "111", + "codpes": "73821945", + "tipvin": "ESTAGIARIO", + "numseqpes": "12", "codfncetr": "0", - "dtainivin": "1000-01-01 00:00:00", - "tipvinext": "Estagiário Fake", - "sitatl": "X", - "nompes": "Nome Fake Para Teste", - "nomclgund": "Instituro Fake", - "sglclgund": "IFAKE", - "codundclg": "X", - "sglclg": "", - "codset": "000", - "nomabvset": "SVPOSGR-00", - "nomset": "Serviço Fake", - "nomfnc": "Estagiário Fake", - "codloc": "0", - "nomloc": "Pão Saulo", - "epflgrund": "Rua dos Bobos, 0", - "codema": "nomefake@usp.br", - "staemauol": "", - "staatzdvg": "", - "numtelfmt": "(0xx00)0000-0000", - "numfaxfmt": "(0xx00)0000-0000", - "nompesfon": "NOME FAKE DRIMDADI", + "dtainivin": "2024-02-01 00:00:00", + "tipvinext": "Estagiário de Graduação", + "sitatl": "A", + "nompes": "Mariana Souza Pereira", + "nomclgund": "Faculdade de Filosofia, Letras e Ciências Humanas", + "sglclgund": "FFLCH", + "codundclg": "8", + "sglclg": "USP", + "codset": "214", + "nomabvset": "SERV-INFO", + "nomset": "Seção de Serviços de Informática", + "nomfnc": "Estagiária", + "codloc": "1", + "nomloc": "Cidade Universitária Armando de Salles Oliveira", + "epflgrund": "Av. Prof. Luciano Gualberto, 158 - Butantã, São Paulo - SP", + "codema": "maria.n.a.pereira@usp.br", + "staemauol": "S", + "staatzdvg": "S", + "numtelfmt": "(11) 3091-0000", + "numfaxfmt": "", + "nompesfon": "MARIANA S PEREIRA", "stadrrusp": "", "tipdsg": "", - "stauol": "X", - "staldp": "X", - "timestamp": "XXXX", - "dtaultalt": "1000-01-01 00:00:00", - "codundfis": "", - "numseqendusp": "", - "nommaepes": "Mae Fake para Teste", - "dtanas": "1000-01-01 00:00:00", + "stauol": "A", + "staldp": "A", + "timestamp": "2026-06-22T12:20:00", + "dtaultalt": "2025-09-10 15:30:00", + "codundfis": "1", + "numseqendusp": "3", + "nommaepes": "Fernanda Souza Pereira", + "dtanas": "2001-11-23 00:00:00", "tipdocidf": "RG", - "numdocidf": "111111111", - "dtaexdidf": "1000-01-01 00:00:00", + "numdocidf": "482910376", + "dtaexdidf": "2018-06-14 00:00:00", "sglorgexdidf": "SSP", "dtafimvalidf": "", - "sexpes": "X", + "sexpes": "F", "codloccer": "", "sglest": "SP", "codpas": "1", - "stabcocad": "X", - "codpescad": "2222222", - "dtacadpes": "1000-01-01 00:00:00", - "codpesultalt": "3333333", - "nommaepesfon": "MAE NOME FAKE", + "stabcocad": "A", + "codpescad": "90011223", + "dtacadpes": "2022-03-08 00:00:00", + "codpesultalt": "90011223", + "nommaepesfon": "FERNANDA S PEREIRA", "nomcnhpes": "", - "numdocfmt": "000000000", - "stafotcad": "X", - "numcpf": "11111111111", + "numdocfmt": "48.291.037-6", + "stafotcad": "S", + "numcpf": "12345678901", "epfbcoini": "", "stamntnomdgt": "", "stautlnomsoc": "", "nomcnhpesfon": "", - "nompesttd": "Nome Fake para Teste", - "nompesttdfon": "NOME FAKE", + "nompesttd": "Mariana Souza Pereira", + "nompesttdfon": "MARIANA S PEREIRA", "stanommaedgt": "" } ] \ No newline at end of file diff --git a/resources/fake/Pessoa.listarCrachas.json b/resources/fake/Pessoa.listarCrachas.json index 6ace2f18..86f7d3b7 100644 --- a/resources/fake/Pessoa.listarCrachas.json +++ b/resources/fake/Pessoa.listarCrachas.json @@ -1,32 +1,32 @@ [ { - "codfusclgund": "00", - "codcra": "000000000000", + "codfusclgund": "12", + "codcra": "202600184512", "tipvinaux": "ALUNOGR", "codoriclgund": "11", - "codpescra": "00000000", - "nompescra": "Nome Fake para Teste", - "numviacra": "22", - "codepr": "000", + "codpescra": "84321907", + "nompescra": "Gabriel Martins Oliveira", + "numviacra": "2", + "codepr": "145", "sitpescra": "A", - "nomorg": "UNIDADE_TESTE", - "dtaultalt": "1000-00-00 00:00:00", - "numserchi": "1111111111", - "codctgctousp": "333", + "nomorg": "Universidade de São Paulo", + "dtaultalt": "2026-05-18 10:22:00", + "numserchi": "A8K2M9X4P7", + "codctgctousp": "210", "tipvin": "ALUNOGR", "nomvin": "Aluno de Graduação", "idclocctiusp": "C", - "timestamp": "44444444", + "timestamp": "2026-06-22T12:30:00", "nomtabvin": "ALUNOGR", - "ordhie": "55", - "przvalctiusp": "66", - "nomsisori": "SistemaFake", + "ordhie": "10", + "przvalctiusp": "48", + "nomsisori": "Sistema Acadêmico USP", "dtadtvtipvin": "", "tipvinabv": "agr", - "dtacad": "", - "tipvinofc": "", + "dtacad": "2024-02-10 00:00:00", + "tipvinofc": "Graduação", "stalgiunc": "S", - "dtllgiunc": "Após a conclusão do curso, se torna automaticamente ALUMNI, sendo considerado ativo (sitatl='A') se estiver cadastrado no Portal Alumni. Caso contrário, fica com a situação 'D'.", - "obstipvin": "" + "dtllgiunc": "Após a conclusão do curso, o vínculo passa para ALUMNI conforme regras institucionais da USP.", + "obstipvin": "Vínculo ativo de graduação em andamento" } ] \ No newline at end of file diff --git a/resources/fake/Pessoa.listarDesignados.json b/resources/fake/Pessoa.listarDesignados.json index 6115839c..acda9021 100644 --- a/resources/fake/Pessoa.listarDesignados.json +++ b/resources/fake/Pessoa.listarDesignados.json @@ -1,62 +1,62 @@ { - "codpes": "0000000", + "codpes": "4829103", "tipvin": "SERVIDOR", - "numseqpes": "1", - "codfncetr": "000000", - "dtainivin": "1000-01-01 00:00:00", - "tipvinext": "Servidor Designado", + "numseqpes": "2", + "codfncetr": "12045", + "dtainivin": "2018-03-12 00:00:00", + "tipvinext": "Servidor Técnico Administrativo", "sitatl": "A", - "nompes": "Nome Fake para Teste", - "nomclgund": "Instituto Fake", - "sglclgund": "IFAKE", - "codundclg": "0", - "sglclg": "", - "codset": "0000", - "nomabvset": "FAKE-00", - "nomset": "Serviço Fake", - "nomfnc": "Chefe Serviço Fake", + "nompes": "Fernandolo Augusto Ribeiro", + "nomclgund": "Instituto de Ciências Matemáticas e de Computação", + "sglclgund": "ICMC", + "codundclg": "27", + "sglclg": "USP", + "codset": "341", + "nomabvset": "SUP-INF", + "nomset": "Supervisão de Infraestrutura", + "nomfnc": "Analista de Sistemas", "codloc": "1", - "nomloc": "Pão Saulo", - "epflgrund": "Rua dos Bobos, 0", - "codema": "nomefake@usp.br", + "nomloc": "Campus USP São Carlos", + "epflgrund": "Av. Trabalhador São-carlense, 400 - São Carlos - SP", + "codema": "fer.nan.do.ribeiro@usp.br", "staemauol": "S", - "staatzdvg": "", - "numtelfmt": "(0xx00)0000-0000", - "numfaxfmt": "(0xx00)0000-0000", - "nompesfon": "NOME FAKE", + "staatzdvg": "S", + "numtelfmt": "(16) 3000-9000", + "numfaxfmt": "", + "nompesfon": "FERNANDO A RIBEIRO", "stadrrusp": "", "tipdsg": "D", "stauol": "S", "staldp": "S", - "timestamp": "XXX", - "dtaultalt": "2000-01-01 00:00:00", - "codundfis": "1", - "numseqendusp": "1", - "nommaepes": "Mae Fake para Teste", - "dtanas": "1980-01-01 00:00:00", + "timestamp": "2026-06-22T13:05:00", + "dtaultalt": "2025-11-08 10:15:00", + "codundfis": "3", + "numseqendusp": "4", + "nommaepes": "Lúcia Helena Ribeiro", + "dtanas": "1984-06-27 00:00:00", "tipdocidf": "RG", - "numdocidf": "111111111", - "dtaexdidf": "1990-01-01 00:00:00", + "numdocidf": "325781904", + "dtaexdidf": "2002-09-14 00:00:00", "sglorgexdidf": "SSP", "dtafimvalidf": "", "sexpes": "M", "codloccer": "", "sglest": "SP", "codpas": "1", - "stabcocad": "M", - "codpescad": "2222222", - "dtacadpes": "2000-01-01 00:00:00", - "codpesultalt": "2222222", - "nommaepesfon": "MAE NOME FAKE", + "stabcocad": "A", + "codpescad": "9182736", + "dtacadpes": "2018-03-10 00:00:00", + "codpesultalt": "9182736", + "nommaepesfon": "LUCIA H RIBEIRO", "nomcnhpes": "", - "numdocfmt": "11.111.111-1", + "numdocfmt": "32.578.190-4", "stafotcad": "S", - "numcpf": "33333333333", + "numcpf": "12345678901", "epfbcoini": "", "stamntnomdgt": "", "stautlnomsoc": "", "nomcnhpesfon": "", - "nompesttd": "Nome Fake para Teste", - "nompesttdfon": "NOME FAKE", + "nompesttd": "Fernando Augusto Ribeiro", + "nompesttdfon": "FERNANDO A RIBEIRO", "stanommaedgt": "" } \ No newline at end of file diff --git a/resources/fake/Pessoa.listarServidores.json b/resources/fake/Pessoa.listarServidores.json index 007364a9..8a26a5e0 100644 --- a/resources/fake/Pessoa.listarServidores.json +++ b/resources/fake/Pessoa.listarServidores.json @@ -1,62 +1,62 @@ { - "codpes": "0000000", - "tipvin": "EXEMPLO", - "numseqpes": "X", - "codfncetr": "X", - "dtainivin": "1000-01-01 00:00:00", - "tipvinext": "Servidor", - "sitatl": "X", - "nompes": "Nome Fake para Teste", - "nomclgund": "Instituto Fake", - "sglclgund": "IFAKE", - "codundclg": "0", - "sglclg": "", - "codset": "000", - "nomabvset": "FAKE-00", - "nomset": "Serviço Fake", - "nomfnc": "Ex Serv Fake", + "codpes": "7391824", + "tipvin": "SERVIDOR", + "numseqpes": "3", + "codfncetr": "10293", + "dtainivin": "2016-08-15 00:00:00", + "tipvinext": "Servidor Técnico", + "sitatl": "A", + "nompes": "Ricardodo Alves Monteiro", + "nomclgund": "Instituto de Ciências Matemáticas e de Computação", + "sglclgund": "ICMC", + "codundclg": "27", + "sglclg": "USP", + "codset": "214", + "nomabvset": "SUP-INF-01", + "nomset": "Supervisão de Infraestrutura e Sistemas", + "nomfnc": "Analista de Sistemas", "codloc": "1", - "nomloc": "Pão Saulo", - "epflgrund": "Rua dos Bobos, 0", - "codema": "nomefake@usp.br", - "staemauol": "X", - "staatzdvg": "", - "numtelfmt": "(0xx00)0000-0000", + "nomloc": "Campus USP São Carlos", + "epflgrund": "Av. Trabalhador São-carlense, 400 - São Carlos - SP", + "codema": "ri.car.do.monteiro@usp.br", + "staemauol": "S", + "staatzdvg": "S", + "numtelfmt": "(16) 3999-8000", "numfaxfmt": "", - "nompesfon": "NOME FAKE", + "nompesfon": "RICARDO A MONTEIRO", "stadrrusp": "", - "tipdsg": "", - "stauol": "X", - "staldp": "X", - "timestamp": "x,", - "dtaultalt": "1000-01-01 00:00:00", - "codundfis": "1", - "numseqendusp": "1", - "nommaepes": "Nome Fake para Teste", - "dtanas": "1000-01-01 00:00:00", + "tipdsg": "D", + "stauol": "S", + "staldp": "S", + "timestamp": "2026-06-22T13:40:00", + "dtaultalt": "2025-07-21 09:18:00", + "codundfis": "3", + "numseqendusp": "5", + "nommaepes": "Helelena Alves Monteiro", + "dtanas": "1986-02-09 00:00:00", "tipdocidf": "RG", - "numdocidf": "111111111", - "dtaexdidf": "1000-01-01 00:00:00", + "numdocidf": "417295803", + "dtaexdidf": "2004-11-20 00:00:00", "sglorgexdidf": "SSP", "dtafimvalidf": "", - "sexpes": "X", + "sexpes": "M", "codloccer": "", "sglest": "SP", "codpas": "1", - "stabcocad": "X", - "codpescad": "0000000", - "dtacadpes": "1000-01-01 00:00:00", - "codpesultalt": "1111111", - "nommaepesfon": "NOME FAKE", + "stabcocad": "A", + "codpescad": "8129304", + "dtacadpes": "2016-08-10 00:00:00", + "codpesultalt": "8129304", + "nommaepesfon": "HELENA A MONTEIRO", "nomcnhpes": "", - "numdocfmt": "000000000", - "stafotcad": "X", - "numcpf": "1111111111", + "numdocfmt": "41.729.580-3", + "stafotcad": "S", + "numcpf": "12345678901", "epfbcoini": "", "stamntnomdgt": "", "stautlnomsoc": "", "nomcnhpesfon": "", - "nompesttd": "Nome Fake para Teste", - "nompesttdfon": "NOME FAKE", + "nompesttd": "Ricardodo Alves Monteiro", + "nompesttdfon": "RICARDO A MONTEIRO", "stanommaedgt": "" } \ No newline at end of file diff --git a/resources/fake/Pessoa.listarServidoresSetor.json b/resources/fake/Pessoa.listarServidoresSetor.json index f8b71c92..8aab037a 100644 --- a/resources/fake/Pessoa.listarServidoresSetor.json +++ b/resources/fake/Pessoa.listarServidoresSetor.json @@ -1,36 +1,36 @@ [ { - "codpes": "00000000", - "nompes": "Nome Fake para Teste", - "nommaepes": "Mae Fake para Teste", - "dtanas": "1000-01-01 00:00:00", + "codpes": "91827364", + "nompes": "Juliana Rocha Cardoso", + "nommaepes": "Marisasa Helena Cardoso", + "dtanas": "1991-05-27 00:00:00", "tipdocidf": "RG", - "numdocidf": "111111111", - "dtaexdidf": "1000-01-01 00:00:00", + "numdocidf": "459182736", + "dtaexdidf": "2008-09-14 00:00:00", "sglorgexdidf": "SSP", "dtafimvalidf": "", - "sexpes": "X", + "sexpes": "F", "codloccer": "", "sglest": "BA", "codpas": "1", - "stabcocad": "X", - "timestamp": "X", - "codpescad": "", - "dtacadpes": "1000-01-01 00:00:00", - "codpesultalt": "2222222", - "dtaultalt": "1000-01-01 00:00:00", - "nompesfon": "NOME FAKE", - "nommaepesfon": "MAE NOME FAKE", + "stabcocad": "A", + "timestamp": "2026-06-22T13:55:00", + "codpescad": "7319284", + "dtacadpes": "2017-03-21 00:00:00", + "codpesultalt": "7319284", + "dtaultalt": "2025-10-02 11:10:00", + "nompesfon": "JULIANA R CARDOSO", + "nommaepesfon": "MARISA H CARDOSO", "nomcnhpes": "", - "numdocfmt": "111111111", - "stafotcad": "X", - "numcpf": "2222222222", + "numdocfmt": "45.918.273-6", + "stafotcad": "S", + "numcpf": "12345678901", "epfbcoini": "", "stamntnomdgt": "", "stautlnomsoc": "", "nomcnhpesfon": "", - "nompesttd": "Nome Fake para Teste", - "nompesttdfon": "NOME FAKE", + "nompesttd": "Julianana Rocha Cardoso", + "nompesttdfon": "JULIANA R CARDOSO", "stanommaedgt": "" } ] \ No newline at end of file diff --git a/resources/fake/Pessoa.listarTiposVinculoExtenso.json b/resources/fake/Pessoa.listarTiposVinculoExtenso.json index 6f8a053f..853b3a57 100644 --- a/resources/fake/Pessoa.listarTiposVinculoExtenso.json +++ b/resources/fake/Pessoa.listarTiposVinculoExtenso.json @@ -1,29 +1,11 @@ [ - { - "tipvinext": "Fake" - }, - { - "tipvinext": "Fake" - }, - { - "tipvinext": "Fake" - }, - { - "tipvinext": "Fake" - }, - { - "tipvinext": "Fake" - }, - { - "tipvinext": "Fake" - }, - { - "tipvinext": "Fake" - }, - { - "tipvinext": "Fake" - }, - { - "tipvinext": "Fake" - } + { "tipvinext": "Aluno Convênio Interc Grad" }, + { "tipvinext": "Aluno de Cultura e Extensão" }, + { "tipvinext": "Aluno de Graduação" }, + { "tipvinext": "Aluno de Pós-Graduação" }, + { "tipvinext": "Docente" }, + { "tipvinext": "Docente Aposentado" }, + { "tipvinext": "Estagiário" }, + { "tipvinext": "Pós-doutorando" }, + { "tipvinext": "Servidor" } ] \ No newline at end of file diff --git a/resources/fake/Pessoa.listarVinculosSetores.json b/resources/fake/Pessoa.listarVinculosSetores.json index d25fc5e5..c009b1b6 100644 --- a/resources/fake/Pessoa.listarVinculosSetores.json +++ b/resources/fake/Pessoa.listarVinculosSetores.json @@ -1,7 +1,7 @@ { - "0" : "Aluno Fake de Graduação", - "1" : "Aluno Fake de Graduação", - "2" : "Estagiário Fake", - "3" : "Estagiário SCINFOR-FAKE", - "4" : "SCINFOR-FAKE" + "0" : "Aluno de Graduação", + "1" : "Aluno de Graduação", + "2" : "Estagiário", + "3" : "Estagiário SCINFOR", + "4" : "SCINFOR" } \ No newline at end of file diff --git a/resources/fake/Pessoa.nomeCompleto.json b/resources/fake/Pessoa.nomeCompleto.json index a2ba9959..d8e9e0bd 100644 --- a/resources/fake/Pessoa.nomeCompleto.json +++ b/resources/fake/Pessoa.nomeCompleto.json @@ -1 +1 @@ -"Nome Fake para Teste" \ No newline at end of file +"Rodrigo Yoshima Lima" \ No newline at end of file diff --git a/resources/fake/Pessoa.obterNome.json b/resources/fake/Pessoa.obterNome.json index 16bf2568..6c0598c1 100644 --- a/resources/fake/Pessoa.obterNome.json +++ b/resources/fake/Pessoa.obterNome.json @@ -1 +1 @@ -" Obter Nome Fake para Teste" \ No newline at end of file +"Sofia Yoshima Lima" \ No newline at end of file diff --git a/resources/fake/Pessoa.procurarPorCodigoOuNome.json b/resources/fake/Pessoa.procurarPorCodigoOuNome.json index 23911023..03c93dd5 100644 --- a/resources/fake/Pessoa.procurarPorCodigoOuNome.json +++ b/resources/fake/Pessoa.procurarPorCodigoOuNome.json @@ -1,36 +1,36 @@ [ { - "codpes": "00000000", - "nompes": "Nome Fake para Teste", - "nommaepes": "Mae Fake para Teste", - "dtanas": "1000-01-01 00:00:00", - "tipdocidf": "XX", - "numdocidf": "111111111", - "dtaexdidf": "1000-01-01 00:00:00", + "codpes": "84521739", + "nompes": "Rodigo Yoshima Lima", + "nommaepes": "Erica Yoshima", + "dtanas": "1988-11-03 00:00:00", + "tipdocidf": "RG", + "numdocidf": "428517936", + "dtaexdidf": "2005-07-18 00:00:00", "sglorgexdidf": "SSP", "dtafimvalidf": "", "sexpes": "F", "codloccer": "", "sglest": "SP", "codpas": "1", - "stabcocad": "T", - "timestamp": "XXXX", - "codpescad": "22222222", - "dtacadpes": "1000-01-01 00:00:00", - "codpesultalt": "3333333", - "dtaultalt": "1000-01-01 00:00:00", - "nompesfon": "NOME FAKE", - "nommaepesfon": "MAE NOME FAKE", + "stabcocad": "A", + "timestamp": "2026-06-22T14:05:00", + "codpescad": "91827364", + "dtacadpes": "2012-08-14 00:00:00", + "codpesultalt": "91827364", + "dtaultalt": "2025-12-11 16:20:00", + "nompesfon": "RODRIGO YOSHI LMA", + "nommaepesfon": "ERICA YOSHI", "nomcnhpes": "", - "numdocfmt": "111111111", - "stafotcad": "X", - "numcpf": "33333333333", + "numdocfmt": "42.851.793-6", + "stafotcad": "S", + "numcpf": "12345678901", "epfbcoini": "TAR", "stamntnomdgt": "", "stautlnomsoc": "", "nomcnhpesfon": "", - "nompesttd": "Nome Fake para Teste", - "nompesttdfon": "NOME FAKE", + "nompesttd": "Rodrigo Yoshima Lima", + "nompesttdfon": "RODRIGO YOSHI LMA", "stanommaedgt": "" } ] \ No newline at end of file diff --git a/resources/fake/Pessoa.procurarPorNome.json b/resources/fake/Pessoa.procurarPorNome.json index 7b0156eb..bc47243e 100644 --- a/resources/fake/Pessoa.procurarPorNome.json +++ b/resources/fake/Pessoa.procurarPorNome.json @@ -1,64 +1,64 @@ [ { - "codpes": "00000000", - "nompes": "Nome Fake para Teste", - "nommaepes": "Mae Fake para Teste", - "dtanas": "1000-01-01 00:00:00", - "tipdocidf": "XX", - "numdocidf": "111111111", - "dtaexdidf": "1000-01-01 00:00:00", + "codpes": "87354192", + "nompes": "Sofia Yoshima Lima", + "nommaepes": "Luciana Yoshima Lima", + "dtanas": "2003-04-16 00:00:00", + "tipdocidf": "RG", + "numdocidf": "512847369", + "dtaexdidf": "2018-08-22 00:00:00", "sglorgexdidf": "SSP", "dtafimvalidf": "", "sexpes": "F", "codloccer": "", "sglest": "SP", "codpas": "1", - "stabcocad": "T", - "timestamp": "XXX", - "codpescad": "22222222", - "dtacadpes": "1000-01-01 00:00:00", - "codpesultalt": "3333333", - "dtaultalt": "1000-01-01 00:00:00", - "nompesfon": "NOME FAKE", - "nommaepesfon": "MAE NOME FAKE", + "stabcocad": "A", + "timestamp": "2026-06-22T14:15:00", + "codpescad": "91827364", + "dtacadpes": "2021-02-08 00:00:00", + "codpesultalt": "91827364", + "dtaultalt": "2025-11-03 09:45:00", + "nompesfon": "SOFIA YOSHIMA LIMA", + "nommaepesfon": "LUCIANA YOSHIMA LIMA", "nomcnhpes": "", - "numdocfmt": "11111111", + "numdocfmt": "51.284.736-9", "stafotcad": "S", - "numcpf": "33333333333", + "numcpf": "12345678901", "epfbcoini": "TAR", "stamntnomdgt": "", "stautlnomsoc": "", "nomcnhpesfon": "", - "nompesttd": "Nome Fake para Teste", - "nompesttdfon": "NOME FAKE", + "nompesttd": "Sofia Yoshima Lima", + "nompesttdfon": "SOFIA YOSHIMA LIMA", "stanommaedgt": "", "tipvin": "ALUNOGR", - "numseqpes": "X", - "codfncetr": "X", - "dtainivin": "1000-01-01 00:00:00", - "tipvinext": "Aluno Fake", + "numseqpes": "1", + "codfncetr": "0", + "dtainivin": "2021-02-15 00:00:00", + "tipvinext": "Aluno de Graduação", "sitatl": "A", - "nomclgund": "Instituto Fake", - "sglclgund": "IFAKE", - "codundclg": "X", + "nomclgund": "Escola Politécnica", + "sglclgund": "EPUSP", + "codundclg": "3", "sglclg": "CG", "codset": "", "nomabvset": "", "nomset": "", "nomfnc": "", - "codloc": "X", - "nomloc": "Pão Saulo", - "epflgrund": "Rua dos Bobos, 0", - "codema": "nemofake@usp.br", - "staemauol": "X", - "staatzdvg": "", - "numtelfmt": "(0xx00)0000-0000", - "numfaxfmt": "(0xx00)0000-0000", + "codloc": "1", + "nomloc": "Cidade Universitária Armando de Salles Oliveira", + "epflgrund": "Av. Prof. Luciano Gualberto, 380 - Butantã, São Paulo - SP", + "codema": "so.fi.a.lima@usp.br", + "staemauol": "S", + "staatzdvg": "S", + "numtelfmt": "(11) 3000-5000", + "numfaxfmt": "", "stadrrusp": "", "tipdsg": "", - "stauol": "X", - "staldp": "X", - "codundfis": "", - "numseqendusp": "" + "stauol": "S", + "staldp": "S", + "codundfis": "1", + "numseqendusp": "2" } ] \ No newline at end of file diff --git a/resources/fake/Pessoa.retornarNome.json b/resources/fake/Pessoa.retornarNome.json index bbadb9fd..32fdd5cb 100644 --- a/resources/fake/Pessoa.retornarNome.json +++ b/resources/fake/Pessoa.retornarNome.json @@ -1 +1 @@ -"Retornar Nome Fake para Teste" \ No newline at end of file +"Getúlio Marques de Lima" \ No newline at end of file diff --git a/resources/fake/Pessoa.servidores.json b/resources/fake/Pessoa.servidores.json index ea000717..2bda09fb 100644 --- a/resources/fake/Pessoa.servidores.json +++ b/resources/fake/Pessoa.servidores.json @@ -1,64 +1,64 @@ [ { - "codpes": "00000000", - "tipvin": "EXEMPLO", - "numseqpes": "X", - "codfncetr": "X", - "dtainivin": "1000-01-01 00:00:00", - "tipvinext": "Servidor", - "sitatl": "X", - "nompes": "Nome Fake para Teste", - "nomclgund": "Instituto Fake", - "sglclgund": "IFAKE", - "codundclg": "0", - "sglclg": "", - "codset": "000", - "nomabvset": "FAK", - "nomset": "Departamento Fake", - "nomfnc": "Técnico Fake", + "codpes": "61472835", + "tipvin": "SERVIDOR", + "numseqpes": "1", + "codfncetr": "18452", + "dtainivin": "2017-06-05 00:00:00", + "tipvinext": "Servidor Técnico Administrativo", + "sitatl": "A", + "nompes": "Marta Silva Moraes", + "nomclgund": "Faculdade de Saúde Pública", + "sglclgund": "FSP", + "codundclg": "6", + "sglclg": "USP", + "codset": "215", + "nomabvset": "RH", + "nomset": "Serviço de Recursos Humanos", + "nomfnc": "Técnica Administrativa", "codloc": "1", - "nomloc": "Pão Saulo", - "epflgrund": "Rua dos Bobos, 0", - "codema": "nomefake@usp.br", - "staemauol": "X", - "staatzdvg": "", - "numtelfmt": "(0xx00)0000-0000", + "nomloc": "Campus Capital", + "epflgrund": "Av. Dr. Arnaldo, 715 - Cerqueira César, São Paulo - SP", + "codema": "mar.ta.moraes@usp.br", + "staemauol": "S", + "staatzdvg": "S", + "numtelfmt": "(11) 3061-7700", "numfaxfmt": "", - "nompesfon": "NOME FAKE", + "nompesfon": "MARTA SILVA MORAES", "stadrrusp": "", "tipdsg": "", - "stauol": "X", - "staldp": "X", - "timestamp": "xX", - "dtaultalt": "1000-01-01 00:00:00", + "stauol": "S", + "staldp": "S", + "timestamp": "2026-06-22T14:25:00", + "dtaultalt": "2025-08-14 13:40:00", "codundfis": "1", - "numseqendusp": "0", - "nommaepes": "Nome Fake para Teste", - "dtanas": "1000-01-01 00:00:00", + "numseqendusp": "2", + "nommaepes": "Helena Cristina Silva", + "dtanas": "1987-10-11 00:00:00", "tipdocidf": "RG", - "numdocidf": "000000000", - "dtaexdidf": "1000-01-01 00:00:00", + "numdocidf": "398517264", + "dtaexdidf": "2003-04-25 00:00:00", "sglorgexdidf": "SSP", "dtafimvalidf": "", - "sexpes": "X", + "sexpes": "F", "codloccer": "", "sglest": "SP", "codpas": "1", - "stabcocad": "X", - "codpescad": "0000000", - "dtacadpes": "1000-01-01 00:00:00", - "codpesultalt": "0000000", - "nommaepesfon": "NOME FAKE", + "stabcocad": "A", + "codpescad": "8012457", + "dtacadpes": "2017-05-29 00:00:00", + "codpesultalt": "8012457", + "nommaepesfon": "HELENA C SILVA", "nomcnhpes": "", - "numdocfmt": "000000000", + "numdocfmt": "39.851.726-4", "stafotcad": "S", - "numcpf": "11111111111", + "numcpf": "12345678901", "epfbcoini": "", "stamntnomdgt": "", "stautlnomsoc": "", "nomcnhpesfon": "", - "nompesttd": "Nome Fake para Teste", - "nompesttdfon": "NOME FAKE", + "nompesttd": "Marta Silva Moraes", + "nompesttdfon": "MARTA SILVA MORAES", "stanommaedgt": "" } ] \ No newline at end of file diff --git a/resources/fake/Pessoa.telefones.json b/resources/fake/Pessoa.telefones.json index 2b4f2d37..01547f15 100644 --- a/resources/fake/Pessoa.telefones.json +++ b/resources/fake/Pessoa.telefones.json @@ -1,3 +1,3 @@ [ - "11900000000" + "1190909090" ] \ No newline at end of file diff --git a/resources/fake/Pessoa.todosVinculosExtenso.json b/resources/fake/Pessoa.todosVinculosExtenso.json index 22cd2f69..53f6bda3 100644 --- a/resources/fake/Pessoa.todosVinculosExtenso.json +++ b/resources/fake/Pessoa.todosVinculosExtenso.json @@ -1,32 +1,29 @@ [ - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" }, - { "tipvinext": "Fake" } + { + "tipvinext": "Aluno Convênio Interc Grad" + }, + { + "tipvinext": "Aluno de Cultura e Extensão" + }, + { + "tipvinext": "Aluno de Graduação" + }, + { + "tipvinext": "Aluno de Pós-Graduação" + }, + { + "tipvinext": "Docente" + }, + { + "tipvinext": "Docente Aposentado" + }, + { + "tipvinext": "Estagiário" + }, + { + "tipvinext": "Pós-doutorando" + }, + { + "tipvinext": "Servidor" + } ] \ No newline at end of file diff --git a/resources/fake/Pessoa.totalVinculo.json b/resources/fake/Pessoa.totalVinculo.json index 28fe51e7..ed4df3c9 100644 --- a/resources/fake/Pessoa.totalVinculo.json +++ b/resources/fake/Pessoa.totalVinculo.json @@ -1 +1 @@ -"teste" \ No newline at end of file +666 \ No newline at end of file diff --git a/resources/fake/Pessoa.vinculos.json b/resources/fake/Pessoa.vinculos.json index 5157fe3f..13dc923a 100644 --- a/resources/fake/Pessoa.vinculos.json +++ b/resources/fake/Pessoa.vinculos.json @@ -1,4 +1,4 @@ [ - "Aluno de Teste - IFAKE", - "Estagiário - Estagiário - Seção Fake - Ifake" + "Aluno de Graduação - FFLCH", + "Estagiário - Estagiário - Seção de Estagiários - FFLCH" ] \ No newline at end of file From b143253f04d66f2182ae7cf8f2bbf80951d0fac3 Mon Sep 17 00:00:00 2001 From: Camila Moraes Date: Tue, 23 Jun 2026 15:31:02 -0300 Subject: [PATCH 10/13] =?UTF-8?q?Dados=20fake=20para=20classe=20Pessoa=20m?= =?UTF-8?q?=C3=A9todos=20obterEndereco,=20nascimento,=20listarVinculosAtiv?= =?UTF-8?q?os,=20contarEstagiariosAtivosPorGenero=20e=20contarDocentesAtiv?= =?UTF-8?q?osPorGenero?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Pessoa.contarDocentesAtivosPorGenero.json | 1 + ...ssoa.contarEstagiariosAtivosPorGenero.json | 1 + .../fake/Pessoa.listarVinculosAtivos.json | 72 +++++++++++++++++++ resources/fake/Pessoa.nascimento.json | 1 + resources/fake/Pessoa.obterEndereco.json | 10 +++ 5 files changed, 85 insertions(+) create mode 100644 resources/fake/Pessoa.contarDocentesAtivosPorGenero.json create mode 100644 resources/fake/Pessoa.contarEstagiariosAtivosPorGenero.json create mode 100644 resources/fake/Pessoa.listarVinculosAtivos.json create mode 100644 resources/fake/Pessoa.nascimento.json create mode 100644 resources/fake/Pessoa.obterEndereco.json diff --git a/resources/fake/Pessoa.contarDocentesAtivosPorGenero.json b/resources/fake/Pessoa.contarDocentesAtivosPorGenero.json new file mode 100644 index 00000000..b1e22bf9 --- /dev/null +++ b/resources/fake/Pessoa.contarDocentesAtivosPorGenero.json @@ -0,0 +1 @@ +"368" \ No newline at end of file diff --git a/resources/fake/Pessoa.contarEstagiariosAtivosPorGenero.json b/resources/fake/Pessoa.contarEstagiariosAtivosPorGenero.json new file mode 100644 index 00000000..299e7f1c --- /dev/null +++ b/resources/fake/Pessoa.contarEstagiariosAtivosPorGenero.json @@ -0,0 +1 @@ +"67" \ No newline at end of file diff --git a/resources/fake/Pessoa.listarVinculosAtivos.json b/resources/fake/Pessoa.listarVinculosAtivos.json new file mode 100644 index 00000000..104d82fc --- /dev/null +++ b/resources/fake/Pessoa.listarVinculosAtivos.json @@ -0,0 +1,72 @@ +[ + { + "codpes": "61472835", + "tipvin": "ALUNOGR", + "numseqpes": "1", + "codfncetr": "0", + "dtainivin": "2023-02-13 00:00:00", + "tipvinext": "Aluno de Graduação", + "sitatl": "A", + "nompes": "Marta Silva Moraes", + "nomclgund": "Faculdade de Saúde Pública", + "sglclgund": "FSP", + "codundclg": "6", + "sglclg": "CG", + "codset": "", + "nomabvset": "", + "nomset": "", + "nomfnc": "", + "codloc": "1", + "nomloc": "Campus Capital", + "epflgrund": "Av. Dr. Arnaldo, 715 - Cerqueira César, São Paulo - SP", + "codema": "marta.moraes@usp.br", + "staemauol": "S", + "staatzdvg": "S", + "numtelfmt": "(11) 3061-7700", + "numfaxfmt": "", + "nompesfon": "MARTA SILVA MORAES", + "stadrrusp": "", + "tipdsg": "", + "stauol": "S", + "staldp": "S", + "timestamp": "2026-06-22T14:30:00", + "dtaultalt": "2025-08-14 13:40:00", + "codundfis": "1", + "numseqendusp": "2" + }, + { + "codpes": "61472835", + "tipvin": "ESTAGIARIORH", + "numseqpes": "111", + "codfncetr": "0", + "dtainivin": "2025-03-03 00:00:00", + "tipvinext": "Estagiário", + "sitatl": "A", + "nompes": "Marta Silva Moraes", + "nomclgund": "Faculdade de Saúde Pública", + "sglclgund": "FSP", + "codundclg": "6", + "sglclg": "", + "codset": "215", + "nomabvset": "SCINFOR", + "nomset": "Seção de Comunicação e Informações", + "nomfnc": "Estagiário", + "codloc": "1", + "nomloc": "Campus Capital", + "epflgrund": "Av. Dr. Arnaldo, 715 - Cerqueira César, São Paulo - SP", + "codema": "marta.moraes@usp.br", + "staemauol": "", + "staatzdvg": "", + "numtelfmt": "(11) 3061-7700", + "numfaxfmt": "", + "nompesfon": "MARTA SILVA MORAES", + "stadrrusp": "", + "tipdsg": "", + "stauol": "S", + "staldp": "S", + "timestamp": "2026-06-22T14:30:00", + "dtaultalt": "2025-08-14 13:40:00", + "codundfis": "1", + "numseqendusp": "2" + } +] \ No newline at end of file diff --git a/resources/fake/Pessoa.nascimento.json b/resources/fake/Pessoa.nascimento.json new file mode 100644 index 00000000..31461624 --- /dev/null +++ b/resources/fake/Pessoa.nascimento.json @@ -0,0 +1 @@ +"22/03/1963" \ No newline at end of file diff --git a/resources/fake/Pessoa.obterEndereco.json b/resources/fake/Pessoa.obterEndereco.json new file mode 100644 index 00000000..2363b568 --- /dev/null +++ b/resources/fake/Pessoa.obterEndereco.json @@ -0,0 +1,10 @@ +{ + "nomtiplgr" : "Avenida", + "epflgr" : "Araraquara", + "numlgr" : "825", + "cpllgr" : "Apartamento 5", + "nombro" : "Vila Brasilia", + "cidloc" : "São Carlos", + "sglest" : "SP", + "codendptl" : "13566770" +} \ No newline at end of file From df3fe73593d83dc72fc42e0fd6666b74e21c91db Mon Sep 17 00:00:00 2001 From: Camila Moraes Date: Wed, 24 Jun 2026 15:05:00 -0300 Subject: [PATCH 11/13] =?UTF-8?q?Dados=20fake=20para=20classe=20Pessoa=20m?= =?UTF-8?q?=C3=A9todos=20contarServidoresAtivos,=20listarDocentes,=20lista?= =?UTF-8?q?rDocentes,=20listarDocentesAposentadosSenior,=20obterCodpesPorE?= =?UTF-8?q?mail=20e=20obterRamalUsp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...essoa.contarServidoresAtivosPorGenero.json | 1 + resources/fake/Pessoa.listarDocentes.json | 35 +++++++++++++++++++ ...essoa.listarDocentesAposentadosSenior.json | 32 +++++++++++++++++ .../fake/Pessoa.obterCodpesPorEmail.json | 1 + resources/fake/Pessoa.obterRamalUsp.json | 1 + 5 files changed, 70 insertions(+) create mode 100644 resources/fake/Pessoa.contarServidoresAtivosPorGenero.json create mode 100644 resources/fake/Pessoa.listarDocentes.json create mode 100644 resources/fake/Pessoa.listarDocentesAposentadosSenior.json create mode 100644 resources/fake/Pessoa.obterCodpesPorEmail.json create mode 100644 resources/fake/Pessoa.obterRamalUsp.json diff --git a/resources/fake/Pessoa.contarServidoresAtivosPorGenero.json b/resources/fake/Pessoa.contarServidoresAtivosPorGenero.json new file mode 100644 index 00000000..3258d973 --- /dev/null +++ b/resources/fake/Pessoa.contarServidoresAtivosPorGenero.json @@ -0,0 +1 @@ +"909" \ No newline at end of file diff --git a/resources/fake/Pessoa.listarDocentes.json b/resources/fake/Pessoa.listarDocentes.json new file mode 100644 index 00000000..35e9c709 --- /dev/null +++ b/resources/fake/Pessoa.listarDocentes.json @@ -0,0 +1,35 @@ +{ + "codpes": "7814529", + "tipvin": "SERVIDOR", + "numseqpes": "1", + "codfncetr": "0", + "dtainivin": "2019-08-05 00:00:00", + "tipvinext": "Docente", + "sitatl": "A", + "nompes": "Zorel Vamiri Lunax", + "nomclgund": "Instituto de Ciências Matemáticas e de Computação", + "sglclgund": "ICMC", + "codundclg": "27", + "sglclg": "USP", + "codset": "315", + "nomabvset": "SMA", + "nomset": "Departamento de Matemática Aplicada", + "nomfnc": "Professor Titular", + "codloc": "1", + "nomloc": "Campus USP São Carlos", + "epflgrund": "Av. Trabalhador São-carlense, 400 - São Carlos - SP", + "codema": "zorel.lunax@usp.br", + "staemauol": "S", + "staatzdvg": "S", + "numtelfmt": "(16) 3373-8123", + "numfaxfmt": "", + "nompesfon": "ZOREL VAMIRI LUNAX", + "stadrrusp": "", + "tipdsg": "", + "stauol": "S", + "staldp": "S", + "timestamp": "2026-06-23T10:15:00", + "dtaultalt": "2025-11-17 14:20:00", + "codundfis": "1", + "numseqendusp": "3" +} \ No newline at end of file diff --git a/resources/fake/Pessoa.listarDocentesAposentadosSenior.json b/resources/fake/Pessoa.listarDocentesAposentadosSenior.json new file mode 100644 index 00000000..6eb10ea6 --- /dev/null +++ b/resources/fake/Pessoa.listarDocentesAposentadosSenior.json @@ -0,0 +1,32 @@ +{ + "codpes": 7814529, + "tipvin": "SERVIDOR", + "numseqpes": 1, + "codfncetr": 0, + "dtainivin": "1994-03-14 00:00:00", + "tipvinext": "Docente Aposentado", + "sitatl": "P", + "nompes": "Néria Voxen Talis", + "nomclgund": "Faculdade de Economia, Administração, Contabilidade e Atuária", + "sglclgund": "FEA", + "codundclg": 12, + "sglclg": "", + "codset": 814, + "nomabvset": "EAE", + "nomset": "Economia", + "nomfnc": "Prof Associado", + "codloc": 1, + "nomloc": "São Paulo", + "epflgrund": "Avenida Professor Luciano Gualberto, 908", + "codema": "neria.talis@usp.br", + "staemauol": "", + "staatzdvg": "", + "numtelfmt": "(0xx11)3091-6049 - ramal USP: 916049", + "numfaxfmt": "", + "nompesfon": "NERIA VOXEN TALIS", + "stadrrusp": "", + "tipdsg": "", + "stauol": "S", + "staldp": "S", + "timestamp": "TST20260623B" +} \ No newline at end of file diff --git a/resources/fake/Pessoa.obterCodpesPorEmail.json b/resources/fake/Pessoa.obterCodpesPorEmail.json new file mode 100644 index 00000000..9c67ee89 --- /dev/null +++ b/resources/fake/Pessoa.obterCodpesPorEmail.json @@ -0,0 +1 @@ +"10203040" \ No newline at end of file diff --git a/resources/fake/Pessoa.obterRamalUsp.json b/resources/fake/Pessoa.obterRamalUsp.json new file mode 100644 index 00000000..dc734a3f --- /dev/null +++ b/resources/fake/Pessoa.obterRamalUsp.json @@ -0,0 +1 @@ +"(0xx16)2011-1021" \ No newline at end of file From b411fc2874d10e3d62085eac6cdefb269bc92234 Mon Sep 17 00:00:00 2001 From: Camila Moraes Date: Wed, 24 Jun 2026 16:14:34 -0300 Subject: [PATCH 12/13] =?UTF-8?q?Dados=20fake=20para=20classe=20Pessoa=20m?= =?UTF-8?q?=C3=A9todos=20retornarEmailUspAtivos,=20obterSiglasSetoresAtivo?= =?UTF-8?q?s,=20obterSiglasVinculosAtivos,=20listarFalecidosPorPeriodo=20e?= =?UTF-8?q?=20retornarCursoPorCodpes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/fake/Pessoa.listarFalecidosPorPeriodo.json | 7 +++++++ resources/fake/Pessoa.obterSiglasSetoresAtivos.json | 3 +++ resources/fake/Pessoa.obterSiglasVinculosAtivos.json | 5 +++++ resources/fake/Pessoa.retornarCursoPorCodpes.json | 4 ++++ resources/fake/Pessoa.retornarEmailUsp.json | 1 + 5 files changed, 20 insertions(+) create mode 100644 resources/fake/Pessoa.listarFalecidosPorPeriodo.json create mode 100644 resources/fake/Pessoa.obterSiglasSetoresAtivos.json create mode 100644 resources/fake/Pessoa.obterSiglasVinculosAtivos.json create mode 100644 resources/fake/Pessoa.retornarCursoPorCodpes.json create mode 100644 resources/fake/Pessoa.retornarEmailUsp.json diff --git a/resources/fake/Pessoa.listarFalecidosPorPeriodo.json b/resources/fake/Pessoa.listarFalecidosPorPeriodo.json new file mode 100644 index 00000000..35e59856 --- /dev/null +++ b/resources/fake/Pessoa.listarFalecidosPorPeriodo.json @@ -0,0 +1,7 @@ +{ + "codpes": 8427156, + "nompes": "Elora Venski Harun", + "dtanas": "1963-03-22 00:00:00", + "dtaflc": "2026-03-15 00:00:00", + "sexpes": "F" +} \ No newline at end of file diff --git a/resources/fake/Pessoa.obterSiglasSetoresAtivos.json b/resources/fake/Pessoa.obterSiglasSetoresAtivos.json new file mode 100644 index 00000000..0ed696d3 --- /dev/null +++ b/resources/fake/Pessoa.obterSiglasSetoresAtivos.json @@ -0,0 +1,3 @@ +[ + "ATAD" +] \ No newline at end of file diff --git a/resources/fake/Pessoa.obterSiglasVinculosAtivos.json b/resources/fake/Pessoa.obterSiglasVinculosAtivos.json new file mode 100644 index 00000000..4169dfd9 --- /dev/null +++ b/resources/fake/Pessoa.obterSiglasVinculosAtivos.json @@ -0,0 +1,5 @@ +{ + "0":"DOCENTE", + "1":"POSDOUTOR", + "2":"SERVIDOR" +} \ No newline at end of file diff --git a/resources/fake/Pessoa.retornarCursoPorCodpes.json b/resources/fake/Pessoa.retornarCursoPorCodpes.json new file mode 100644 index 00000000..7e5ca2ef --- /dev/null +++ b/resources/fake/Pessoa.retornarCursoPorCodpes.json @@ -0,0 +1,4 @@ +{ + "codcurgrd": 8040, + "nomcur": "Ciências Sociais" +} \ No newline at end of file diff --git a/resources/fake/Pessoa.retornarEmailUsp.json b/resources/fake/Pessoa.retornarEmailUsp.json new file mode 100644 index 00000000..199d121c --- /dev/null +++ b/resources/fake/Pessoa.retornarEmailUsp.json @@ -0,0 +1 @@ +"selka.norim78@usp.br" \ No newline at end of file From 40e11883c4fe87a75ca07975d4c0b9a9fddef3b5 Mon Sep 17 00:00:00 2001 From: Camila Moraes Date: Thu, 25 Jun 2026 14:59:34 -0300 Subject: [PATCH 13/13] =?UTF-8?q?Dados=20fake=20para=20classe=20Pessoa=20m?= =?UTF-8?q?=C3=A9todos=20listarColegiados,=20listarMaisInformacoesServidor?= =?UTF-8?q?es,=20listarTitularesSuplentesDoColegiado,=20obterComplemento?= =?UTF-8?q?=20e=20retornarNomeColegiado?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/fake/Pessoa.listarColegiados.json | 6 +++ ...essoa.listarMaisInformacoesServidores.json | 30 ++++++++++++++ ...a.listarTitularesSuplentesDoColegiado.json | 20 ++++++++++ resources/fake/Pessoa.obterComplemento.json | 40 +++++++++++++++++++ .../fake/Pessoa.retornarNomeColegiado.json | 1 + 5 files changed, 97 insertions(+) create mode 100644 resources/fake/Pessoa.listarColegiados.json create mode 100644 resources/fake/Pessoa.listarMaisInformacoesServidores.json create mode 100644 resources/fake/Pessoa.listarTitularesSuplentesDoColegiado.json create mode 100644 resources/fake/Pessoa.obterComplemento.json create mode 100644 resources/fake/Pessoa.retornarNomeColegiado.json diff --git a/resources/fake/Pessoa.listarColegiados.json b/resources/fake/Pessoa.listarColegiados.json new file mode 100644 index 00000000..d92fc6ba --- /dev/null +++ b/resources/fake/Pessoa.listarColegiados.json @@ -0,0 +1,6 @@ +{ + "codclg": 666, + "sglclg": "NP", + "nomclg": "Núcleo de Pesquisa", + "tipclg": "Núcleo de Apoio" +} \ No newline at end of file diff --git a/resources/fake/Pessoa.listarMaisInformacoesServidores.json b/resources/fake/Pessoa.listarMaisInformacoesServidores.json new file mode 100644 index 00000000..a33e229a --- /dev/null +++ b/resources/fake/Pessoa.listarMaisInformacoesServidores.json @@ -0,0 +1,30 @@ +{ + "codpes": 9154827, + "nompesttd": "Mirel Zantor Velis", + "sexpes": "F", + "dtanas": "1987-04-22 00:00:00", + "tipvin": "SERVIDOR", + "tipvinext": "Servidor", + "dtainivin": "2014-03-10 00:00:00", + "codset": 604, + "nomabvset": "FSL", + "nomset": "Sociologia", + "nomabvfnc": "Técnico Assunt Adm", + "nomfnc": "Técnico Assunt Adm", + "tipfnc": "Administrativa", + "dtainisitfun": "2025-01-01 00:00:00", + "nomloc": "São Paulo", + "epflgrund": "Rua do Lago, 717", + "numtelfmt": "(0xx11)3091-3703", + "codema": "mirel.velis@usp.br", + "idfpescpq": "3284175602948716", + "nomesc": "Superior completo / Graduação", + "nivesc": 9, + "dscgrufor": "", + "tipcon": "Celetista", + "nomcaa": "Carreira USP 2011", + "nomabvcla": "Técnico 2", + "nivgrupvm": "A", + "tipjor": "40 Horas", + "tipmer": "" +} \ No newline at end of file diff --git a/resources/fake/Pessoa.listarTitularesSuplentesDoColegiado.json b/resources/fake/Pessoa.listarTitularesSuplentesDoColegiado.json new file mode 100644 index 00000000..c331c5a8 --- /dev/null +++ b/resources/fake/Pessoa.listarTitularesSuplentesDoColegiado.json @@ -0,0 +1,20 @@ +[ + { + "titular": 8427156, + "suplente": "", + "tipfncclg": "Coordenador", + "dtainimdt": "2018-08-01 00:00:00", + "dtafimmdt": "2026-06-30 23:59:00", + "nome_titular": "Kevio Zantri Molen", + "nome_suplente": "" + }, + { + "titular": 7318452, + "suplente": "", + "tipfncclg": "Vice-Coordenador", + "dtainimdt": "2018-08-01 00:00:00", + "dtafimmdt": "2026-06-30 23:59:00", + "nome_titular": "Elora Venski Harun", + "nome_suplente": "" + } +] \ No newline at end of file diff --git a/resources/fake/Pessoa.obterComplemento.json b/resources/fake/Pessoa.obterComplemento.json new file mode 100644 index 00000000..ba228597 --- /dev/null +++ b/resources/fake/Pessoa.obterComplemento.json @@ -0,0 +1,40 @@ +{ + "codpes": 84729156, + "nompes": "Selka Norim Vales", + "sexpes": "F", + "dtanas": "2002-08-14 00:00:00", + "nommaepes": "Ylena Tavor Nixen", + "nompaipes": "Daren Voxil Muran", + "tipdocidf": "RG", + "numdocidf": 583927461, + "numdocfmt": "58.392.746-1", + "dtaexdidf": "2016-09-22 00:00:00", + "dtafimvalidf": "", + "sglorgexdidf": "SSP", + "sglest": "SP", + "numcpf": 38194726508, + "numtitelc": 583920174621, + "numsectitelc": 152, + "numzontitelc": 381, + "cidade_titulo_eleitor": "São Carlos", + "estado_titulo_eleitor": "SP", + "numcermil": "", + "sercermil": "", + "codorgcermil": "", + "codrgimil": "", + "epforgcermil": "", + "dtaemicermil": "", + "nomctgcermil": "", + "estciv": "Solteiro", + "nomcjg": "", + "numpss": 928374651, + "dtaexdpss": "2021-03-15 00:00:00", + "dtafimvalpss": "", + "numdoctrb": 8475621, + "serdoctrb": "031", + "sglesttrb": "SP", + "cidade_nascimento": "Ribeirão Preto", + "estado_nascimento": "SP", + "nompas": "Brasil", + "nacpas": "Brasileira" +} \ No newline at end of file diff --git a/resources/fake/Pessoa.retornarNomeColegiado.json b/resources/fake/Pessoa.retornarNomeColegiado.json new file mode 100644 index 00000000..1c584dfe --- /dev/null +++ b/resources/fake/Pessoa.retornarNomeColegiado.json @@ -0,0 +1 @@ +"Comissão Coordenadora do curso de Ciências Sociais" \ No newline at end of file