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.113 to 0.0.1-alpha.114

8

esocial/messages.d.ts

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

export declare type Response = t.TypeOf<typeof Response>;
export declare const ESocialVersion: t.UnionC<[t.LiteralC<"1.0.0">, t.LiteralC<"1.1.0">]>;
export declare const ESocialVersion: t.UnionC<[t.LiteralC<"1.0.0">, t.LiteralC<"1.1.0">, t.LiteralC<"1.2.0">]>;
export declare const ESocialRequest: t.IntersectionC<[t.TypeC<{

@@ -239,2 +239,3 @@ action: t.UnionC<[t.LiteralC<"build">, t.LiteralC<"validate">]>;

tecMedicao: t.StringC;
nrProcJud: t.StringC;
epcEpi: t.IntersectionC<[t.TypeC<{

@@ -378,3 +379,3 @@ utilizEPC: t.UnionC<[t.LiteralC<0>, t.LiteralC<1>, t.LiteralC<2>]>;

}>, t.PartialC<{
version: t.UnionC<[t.LiteralC<"1.0.0">, t.LiteralC<"1.1.0">]>;
version: t.UnionC<[t.LiteralC<"1.0.0">, t.LiteralC<"1.1.0">, t.LiteralC<"1.2.0">]>;
}>]>;

@@ -622,2 +623,3 @@ export declare type ESocialRequest = t.TypeOf<typeof ESocialRequest>;

tecMedicao: t.StringC;
nrProcJud: t.StringC;
epcEpi: t.IntersectionC<[t.TypeC<{

@@ -761,5 +763,5 @@ utilizEPC: t.UnionC<[t.LiteralC<0>, t.LiteralC<1>, t.LiteralC<2>]>;

}>, t.PartialC<{
version: t.UnionC<[t.LiteralC<"1.0.0">, t.LiteralC<"1.1.0">]>;
version: t.UnionC<[t.LiteralC<"1.0.0">, t.LiteralC<"1.1.0">, t.LiteralC<"1.2.0">]>;
}>]>;
}>]>;
export declare type Message = t.TypeOf<typeof Message>;

@@ -41,2 +41,3 @@ "use strict";

t.literal('1.1.0'),
t.literal('1.2.0'),
]);

@@ -43,0 +44,0 @@ exports.ESocialRequest = t.intersection([

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

tecMedicao: t.StringC;
nrProcJud: t.StringC;
epcEpi: t.IntersectionC<[t.TypeC<{

@@ -47,0 +48,0 @@ utilizEPC: t.UnionC<[t.LiteralC<0>, t.LiteralC<1>, t.LiteralC<2>]>;

@@ -181,2 +181,3 @@ "use strict";

tecMedicao: t.string,
nrProcJud: t.string,
/// EPC e EPI

@@ -183,0 +184,0 @@ /// DESCRICAO_COMPLETA:Informações relativas a Equipamentos de Proteção Coletiva - EPC e Equipamentos de Proteção Individual - EPI.

{
"name": "quirons-broker",
"version": "0.0.1-alpha.113",
"version": "0.0.1-alpha.114",
"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