mdz-enum 1.2.99 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -73,7 +73,8 @@ export declare const ParametroEtiquetaProduto: {
73
73
  Pvp: string;
74
74
  Pap: string;
75
75
  Nomel2: string;
76
- description(val: string): "enum not found" | "Sku" | "Descrição" | "Descrição Linha 2" | "Codigo de Barras" | "Marca" | "Variação" | "Preço Varejo" | "Preço Atacado" | "Preço Varejo Promocional" | "Preço Atacado Promocional";
76
+ Gradel2: string;
77
+ description(val: string): "enum not found" | "Sku" | "Descrição" | "Descrição Linha 2" | "Codigo de Barras" | "Marca" | "Variação" | "Preço Varejo" | "Preço Atacado" | "Preço Varejo Promocional" | "Preço Atacado Promocional" | "Descrição Variação Linha 2";
77
78
  };
78
79
  export declare const ModeloPimaco: {
79
80
  M6187: string;
@@ -194,6 +194,7 @@ exports.ParametroEtiquetaProduto = {
194
194
  Pvp: '8',
195
195
  Pap: '9',
196
196
  Nomel2: '10',
197
+ Gradel2: '11',
197
198
  description(val) {
198
199
  switch (val) {
199
200
  case this.Sku:
@@ -216,6 +217,8 @@ exports.ParametroEtiquetaProduto = {
216
217
  return 'Preço Varejo Promocional';
217
218
  case this.Pap:
218
219
  return 'Preço Atacado Promocional';
220
+ case this.Gradel2:
221
+ return 'Descrição Variação Linha 2';
219
222
  default:
220
223
  return 'enum not found';
221
224
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdz-enum",
3
- "version": "1.2.99",
3
+ "version": "1.3.0",
4
4
  "description": "Enumerados Moderniza",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {