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.2.0 to 1.3.0

dist/interfaces/request.interface.d.ts

2

dist/interfaces/modulo.interface.d.ts

@@ -0,6 +1,8 @@

import { IFerramenta } from "./ferramenta.interface";
export interface IModulo {
id: number;
nome: string;
ferramentas: IFerramenta[];
createdAt?: Date;
updatedAt?: Date;
}

@@ -0,6 +1,12 @@

import { IModulo } from "./modulo.interface";
export interface IPlano {
id?: number;
nome: string;
produtoId: number;
isGlobal: boolean;
isActive: boolean;
valor: number;
modulos: IModulo[];
createdAt?: Date;
updatedAt?: Date;
}

2

package.json
{
"name": "txai-tipos",
"version": "1.2.0",
"version": "1.3.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