Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

txai-tipos

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

txai-tipos - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

dist/interfaces/ferramenta.interface.d.ts

2

dist/interfaces/produto.interface.d.ts
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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc