mdz-enum 1.1.47 → 1.1.48

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.
@@ -22,5 +22,5 @@ export declare const ModoOperacaoPdv: {
22
22
  Orcamento: string;
23
23
  Devolucao: string;
24
24
  Consignacao: string;
25
- description(val: string): "enum not found" | "Pedido" | "Consignação" | "Venda" | "Orçamento" | "Devolução";
25
+ description(val: string): "enum not found" | "Orçamento" | "Pedido" | "Consignação" | "Venda" | "Devolução";
26
26
  };
@@ -15,7 +15,7 @@ export declare const OperacaoPedido: {
15
15
  Orcamento: string;
16
16
  Pedido: string;
17
17
  Consignacao: string;
18
- description(val: string): "enum not found" | "Orcamento" | "Pedido" | "Consignação";
18
+ description(val: string): "enum not found" | "Orçamento" | "Pedido" | "Consignação";
19
19
  };
20
20
  export declare const OrigemPedido: {
21
21
  Erp: string;
@@ -46,7 +46,7 @@ exports.OperacaoPedido = {
46
46
  description(val) {
47
47
  switch (val) {
48
48
  case this.Orcamento:
49
- return 'Orcamento';
49
+ return 'Orçamento';
50
50
  case this.Pedido:
51
51
  return 'Pedido';
52
52
  case this.Consignacao:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdz-enum",
3
- "version": "1.1.47",
3
+ "version": "1.1.48",
4
4
  "description": "Enumerados Moderniza",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {