txai-tipos
Advanced tools
Comparing version 1.1.0 to 1.2.0
export interface IProduto { | ||
id?: number; | ||
permissaoId: number; | ||
nome: string; | ||
nivelAcessoId: number; | ||
createdAt?: Date; | ||
updatedAt?: Date; | ||
} |
@@ -5,10 +5,7 @@ import { IEndereco } from "./endereco.interface"; | ||
nome: string; | ||
cpf: string; | ||
email: string; | ||
senha?: string; | ||
endereco?: IEndereco; | ||
complemento: string; | ||
bairro: string; | ||
cidade: string; | ||
estado: string; | ||
cep: string; | ||
telefone?: string; | ||
telefone: string; | ||
isActive: boolean; | ||
@@ -15,0 +12,0 @@ createdAt?: Date; |
{ | ||
"name": "txai-tipos", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "repository": "git@gitlab.com:SGT_Team/txai-tipos.git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2901
22
98