Socket
Socket
Sign inDemoInstall

mdz-enum

Package Overview
Dependencies
0
Maintainers
7
Versions
284
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.70 to 1.2.71

0

dist/checkout/index.d.ts

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

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

@@ -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";

14

dist/fiscal/index.d.ts

@@ -143,3 +143,4 @@ export declare const ICMS_CST: {

RetornoConsignacao: string;
description(val: string): "enum not found" | "Venda" | "Devolução de Compra" | "Devolução de Venda" | "Transferência de Entrada" | "Transferência de Saída" | "Remessa de Entrada" | "Remessa de Saída" | "Demonstração" | "Perdas" | "Consignação" | "Compra" | "Retorno Consignação";
Outros: string;
description(val: string): "enum not found" | "Venda" | "Devolução de Compra" | "Devolução de Venda" | "Transferência de Entrada" | "Transferência de Saída" | "Remessa de Entrada" | "Remessa de Saída" | "Demonstração" | "Perdas" | "Consignação" | "Compra" | "Retorno Consignação" | "Outros";
};

@@ -159,3 +160,4 @@ export declare const TipoNaturezaOperacaoNotaFiscal: {

RetornoConsignacao: string;
description(val: string): "enum not found" | "VENDA DE MERCADORIAS" | "DEVOLUCAO DE MERCADORIAS" | "DEVOLUCAO DE VENDA" | "TRANSFERENCIA DE ENTRADA" | "TRANSFERENCIA DE MERCADORIAS" | "REMESSA DE ENTRADA" | "REMESSA DE MERCADORIAS" | "DEMONSTRACAO" | "PERDAS DE MERCADORIA" | "REMESSA PARA CONSIGNACAO" | "COMPRA DE MERCADORIAS" | "RETORNO DE CONSIGNACAO";
Outros: string;
description(val: string): "enum not found" | "VENDA DE MERCADORIAS" | "DEVOLUCAO DE MERCADORIAS" | "DEVOLUCAO DE VENDA" | "TRANSFERENCIA DE ENTRADA" | "TRANSFERENCIA DE MERCADORIAS" | "REMESSA DE ENTRADA" | "REMESSA DE MERCADORIAS" | "DEMONSTRACAO" | "PERDAS DE MERCADORIA" | "REMESSA PARA CONSIGNACAO" | "COMPRA DE MERCADORIAS" | "RETORNO DE CONSIGNACAO" | "OUTROS";
};

@@ -270,3 +272,3 @@ export declare const OperacaoNotaFiscal: {

OrgaoFomentoDesenvolvimentoAgropecuario: string;
description(val: string): "enum not found" | "Táxi" | "Uso na agropecuária" | "Frotista/Locadora" | "Utilitários e Motocicletas da Amazônia Ocidental e Áreas de Livre Comércio" | "SUFRAMA" | "Venda a Órgão Público" | "Outros" | "Deficiente Condutor" | "Deficiente Não Condutor" | "Órgão de fomento e desenvolvimento agropecuário";
description(val: string): "enum not found" | "Outros" | "Táxi" | "Uso na agropecuária" | "Frotista/Locadora" | "Utilitários e Motocicletas da Amazônia Ocidental e Áreas de Livre Comércio" | "SUFRAMA" | "Venda a Órgão Público" | "Deficiente Condutor" | "Deficiente Não Condutor" | "Órgão de fomento e desenvolvimento agropecuário";
};

@@ -439,2 +441,8 @@ export declare const SituacaoNotaFiscal: {

};
NomeCliente: {
Descricao: string;
Chave: string;
Tipo: string;
Aplicacao: string;
};
};

@@ -441,0 +449,0 @@ export declare const IndicadorOrigemImportacaoCombustivel: {

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

};
// sempre que alterar TipoOperacaoNotaFiscal replicar em TipoNaturezaOperacaoNotaFiscal
exports.TipoOperacaoNotaFiscal = {

@@ -399,2 +400,3 @@ Venda: '0',

RetornoConsignacao: '11',
Outros: '12',
description(val) {

@@ -426,2 +428,4 @@ switch (val) {

return 'Retorno Consignação';
case this.Outros:
return 'Outros';
default:

@@ -445,2 +449,3 @@ return 'enum not found';

RetornoConsignacao: '11',
Outros: '12',
description(val) {

@@ -472,2 +477,4 @@ switch (val) {

return 'RETORNO DE CONSIGNACAO';
case this.Outros:
return 'OUTROS';
default:

@@ -1100,2 +1107,8 @@ return 'enum not found';

},
NomeCliente: {
Descricao: 'Nome Cliente',
Chave: '<nome_cliente>',
Tipo: exports.TipoCampo.Texto,
Aplicacao: exports.OrigemCampo.Cliente,
},
};

@@ -1102,0 +1115,0 @@ exports.IndicadorOrigemImportacaoCombustivel = {

@@ -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.70",
"version": "1.2.71",
"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