txai-tipos
Advanced tools
Comparing version 1.7.23 to 1.7.24
@@ -5,4 +5,6 @@ import { IModulo } from ".."; | ||
empresaId: number; | ||
empresaNome: string; | ||
planoId: number; | ||
produtoId: number; | ||
produtoNome: string; | ||
valor: string; | ||
@@ -9,0 +11,0 @@ dataContratacao: string; |
export interface IProduto { | ||
id?: number; | ||
nome: string; | ||
nivelDeAcessoId: number; | ||
createdAt?: Date; | ||
updatedAt?: Date; | ||
} |
{ | ||
"name": "txai-tipos", | ||
"version": "1.7.23", | ||
"version": "1.7.24", | ||
"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
8454
254