mdz-enum 1.2.1 → 1.2.2

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.
@@ -141,7 +141,7 @@ export declare const SituacaoEtiqueta: {
141
141
  };
142
142
  export declare const MotivoDevolucao: {
143
143
  ProdutoAmassadoOuViolado: string;
144
- NãoReconheçoRstaCompra: string;
144
+ NaoReconheçoEstaCompra: string;
145
145
  MeArrependiDaCompra: string;
146
146
  ProdutoDiferente: string;
147
147
  ProdutoComDefeito: string;
@@ -406,7 +406,7 @@ exports.SituacaoEtiqueta = {
406
406
  };
407
407
  exports.MotivoDevolucao = {
408
408
  ProdutoAmassadoOuViolado: '0',
409
- NãoReconheçoRstaCompra: '1',
409
+ NaoReconheçoEstaCompra: '1',
410
410
  MeArrependiDaCompra: '2',
411
411
  ProdutoDiferente: '3',
412
412
  ProdutoComDefeito: '4',
@@ -414,7 +414,7 @@ exports.MotivoDevolucao = {
414
414
  switch (val) {
415
415
  case this.ProdutoAmassadoOuViolado:
416
416
  return 'Pedido amassado ou violado';
417
- case this.NãoReconheçoRstaCompra:
417
+ case this.NaoReconheçoEstaCompra:
418
418
  return 'Não reconheço está compra';
419
419
  case this.MeArrependiDaCompra:
420
420
  return 'Me arrependi da compra';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdz-enum",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Enumerados Moderniza",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {