Socket
Socket
Sign inDemoInstall

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.7.43 to 1.7.44

2

dist/index.d.ts

@@ -9,3 +9,3 @@ export { IEmpresa } from "./interfaces/empresa.interface";

export { IFerramenta } from "./interfaces/ferramenta.interface";
export { IRequest, IRequestGet, IRequestPost, IRequestPut, IRequestDelete } from "./interfaces/request.interface";
export { IRequest, IRequestTxai, IRequestGet, IRequestPost, IRequestPut, IRequestDelete } from "./interfaces/request.interface";
export { IResponse, IResponseGet, IResponsePost, IResponsePut, IResponseDelete } from "./interfaces/response.interface";

@@ -12,0 +12,0 @@ export { INivelAcesso } from "./interfaces/nivel-acesso.interface";

export interface IRequest {
propriedade: string;
query?: {
empresaId: number;
};
token: string;
}
export interface IRequestTxai extends IRequest {
data: any;
}
export interface IRequestGet extends IRequest {
export interface IRequestGet extends IRequestTxai {
data: {

@@ -8,0 +13,0 @@ "offset": number;

{
"name": "txai-tipos",
"version": "1.7.43",
"version": "1.7.44",
"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