Socket
Socket
Sign inDemoInstall

mdz-enum

Package Overview
Dependencies
0
Maintainers
7
Versions
288
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.56 to 1.2.57

3

dist/checkout/index.d.ts

@@ -26,3 +26,4 @@ export declare const TipoItemCheckout: {

Recebimento: string;
description(val: string): "enum not found" | "Orçamento" | "Pedido" | "Consignação" | "Recebimento" | "Venda" | "Devolução";
ValeCredito: string;
description(val: string): "enum not found" | "Orçamento" | "Pedido" | "Consignação" | "Recebimento" | "Venda" | "Devolução" | "Vale Crédito";
};

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

Recebimento: '5',
ValeCredito: '6',
description(val) {

@@ -77,2 +78,4 @@ switch (val) {

return 'Recebimento';
case this.ValeCredito:
return 'Vale Crédito';
default:

@@ -79,0 +82,0 @@ return 'enum not found';

@@ -0,0 +0,0 @@ export declare const SituacaoPedido: {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const TipoSolicitacao: {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const TipoPermissao: {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const MeioPagamento: {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const ICMS_CST: {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const listEnum: (object: any, filters?: never[]) => {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const Situacao: {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export { listEnum, listObjectEnum } from './functions';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const TipoIntegracaoPagamento: {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const TipoProduto: {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const TipoEndereco: {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const SituacaoOrganizacao: {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const TipoRelatorio: {

@@ -0,0 +0,0 @@ "use strict";

{
"name": "mdz-enum",
"version": "1.2.56",
"version": "1.2.57",
"description": "Enumerados Moderniza",

@@ -33,2 +33,1 @@ "main": "dist/index.js",

}
#Enumerados Moderniza
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc