Comparing version 1.5.4 to 1.5.5
@@ -234,3 +234,4 @@ export declare const ICMS_CST: { | ||
RegimeNormal: string; | ||
description(val: string): "enum not found" | "Simples Nacional" | "Simples Nacional, excesso sublimite de receita bruta" | "Regime Normal"; | ||
MEI: string; | ||
description(val: string): "enum not found" | "Simples Nacional" | "Simples Nacional, excesso sublimite de receita bruta" | "Regime Normal" | "MEI"; | ||
}; | ||
@@ -237,0 +238,0 @@ export declare const IndicadorIEDestinatario: { |
@@ -691,2 +691,3 @@ "use strict"; | ||
RegimeNormal: '3', | ||
MEI: '4', | ||
description(val) { | ||
@@ -700,2 +701,4 @@ switch (val) { | ||
return 'Regime Normal'; | ||
case this.MEI: | ||
return 'MEI'; | ||
default: | ||
@@ -702,0 +705,0 @@ return 'enum not found'; |
{ | ||
"name": "mdz-enum", | ||
"version": "1.5.4", | ||
"version": "1.5.5", | ||
"description": "Enumerados ModerShop", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
276280
7587