New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

quirons-broker

Package Overview
Dependencies
Maintainers
3
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quirons-broker - npm Package Compare versions

Comparing version 0.0.1-alpha.72 to 0.0.1-alpha.73

16

middleware-totvs/index.d.ts

@@ -22,3 +22,3 @@ import * as t from 'io-ts';

registryKey: t.StringC;
returnRetResponse: t.StringC;
returnRetResponse: t.BooleanC;
}>>;

@@ -29,3 +29,3 @@ }>, t.IntersectionC<[t.TypeC<{

uf: t.StringC;
corporateName: t.StringC;
companyName: t.StringC;
countyCode: t.StringC;

@@ -64,3 +64,3 @@ url: t.StringC;

registryKey: t.StringC;
returnRetResponse: t.StringC;
returnRetResponse: t.BooleanC;
}>>;

@@ -71,3 +71,3 @@ }>, t.IntersectionC<[t.TypeC<{

uf: t.StringC;
corporateName: t.StringC;
companyName: t.StringC;
countyCode: t.StringC;

@@ -110,3 +110,3 @@ url: t.StringC;

statusDescription: t.StringC;
streamingErrors: t.ArrayC<t.PartialC<{
streamingErrorDetail: t.ArrayC<t.PartialC<{
streamingErrorCode: t.StringC;

@@ -152,3 +152,3 @@ streamingErrorDetail: t.StringC;

registryKey: t.StringC;
returnRetResponse: t.StringC;
returnRetResponse: t.BooleanC;
}>>;

@@ -159,3 +159,3 @@ }>, t.IntersectionC<[t.TypeC<{

uf: t.StringC;
corporateName: t.StringC;
companyName: t.StringC;
countyCode: t.StringC;

@@ -196,3 +196,3 @@ url: t.StringC;

statusDescription: t.StringC;
streamingErrors: t.ArrayC<t.PartialC<{
streamingErrorDetail: t.ArrayC<t.PartialC<{
streamingErrorCode: t.StringC;

@@ -199,0 +199,0 @@ streamingErrorDetail: t.StringC;

@@ -40,3 +40,3 @@ import * as t from 'io-ts';

registryKey: t.StringC;
returnRetResponse: t.StringC;
returnRetResponse: t.BooleanC;
}>>;

@@ -55,3 +55,3 @@ }>;

statusDescription: t.StringC;
streamingErrors: t.ArrayC<t.PartialC<{
streamingErrorDetail: t.ArrayC<t.PartialC<{
streamingErrorCode: t.StringC;

@@ -69,3 +69,3 @@ streamingErrorDetail: t.StringC;

uf: t.StringC;
corporateName: t.StringC;
companyName: t.StringC;
countyCode: t.StringC;

@@ -72,0 +72,0 @@ url: t.StringC;

@@ -88,3 +88,3 @@ "use strict";

// Define se deverá ser retornado o XML de retorno do RET
returnRetResponse: t.string
returnRetResponse: t.boolean
}))

@@ -113,3 +113,3 @@ });

// Agrupa todos os erros de transmissão retornados do Governo para o TAF. Os erros são listados por streamingErrorCode e streamingErrorDetail.
streamingErrors: t.array(t.partial({
streamingErrorDetail: t.array(t.partial({
// Código do erro retornado pelo Governo para o TAF, após transmissão do registro.

@@ -138,3 +138,3 @@ streamingErrorCode: t.string,

// Nome da Pessoa/ Razão Social da Companhia
corporateName: t.string,
companyName: t.string,
// Código do município conforme tabela do IBGE

@@ -141,0 +141,0 @@ countyCode: t.string,

{
"name": "quirons-broker",
"version": "0.0.1-alpha.72",
"version": "0.0.1-alpha.73",
"description": "A small library to expose the broker types",

@@ -5,0 +5,0 @@ "main": "index.ts",

Sorry, the diff of this file is too big to display

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