neocatecumenal 2.1.2 → 2.1.3

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.
@@ -5,7 +5,7 @@ import PessoaConjugue from "./PessoaConjugue";
5
5
  import SituacaoReligiosa from "../Configuracao/SituacaoReligiosa";
6
6
  import CarismaVinculado from "../Configuracao/CarismaVinculado";
7
7
  export default interface Pessoa {
8
- id: string;
8
+ id: number;
9
9
  nome: string;
10
10
  conhecidoPor?: string;
11
11
  cpf: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neocatecumenal",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Libs compartilhadas entre app do CNC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -6,7 +6,7 @@ import SituacaoReligiosa from "../Configuracao/SituacaoReligiosa";
6
6
  import CarismaVinculado from "../Configuracao/CarismaVinculado";
7
7
 
8
8
  export default interface Pessoa {
9
- id: string;
9
+ id: number;
10
10
  nome: string;
11
11
  conhecidoPor?: string;
12
12
  cpf: string;