txai-tipos
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -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; | ||
} |
{ | ||
"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", |
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
3477
26
120