mdz-enum 1.6.65 → 1.6.66

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.
@@ -24,7 +24,8 @@ export declare const AgrupamentoRelatorio: {
24
24
  Validade: string;
25
25
  Objeto: string;
26
26
  Situacao: string;
27
- description(val: string): "Vendedor" | "enum not found" | "Produto" | "Cliente" | "Data" | "Operação" | "Marca" | "Fornecedor" | "Documento" | "Categoria" | "Filial" | "Plano de Contas" | "Centro de Custo" | "Preço" | "Meio de Pagamento" | "Operadora Cartão" | "Coleção" | "Lote" | "Validade" | "Objeto" | "Situação";
27
+ Consignacao: string;
28
+ description(val: string): "Vendedor" | "enum not found" | "Consignação" | "Produto" | "Cliente" | "Data" | "Operação" | "Marca" | "Fornecedor" | "Documento" | "Categoria" | "Filial" | "Plano de Contas" | "Centro de Custo" | "Preço" | "Meio de Pagamento" | "Operadora Cartão" | "Coleção" | "Lote" | "Validade" | "Objeto" | "Situação";
28
29
  };
29
30
  export declare const TipoPosicaoConsignacao: {
30
31
  Posicao: string;
@@ -36,6 +36,7 @@ exports.AgrupamentoRelatorio = {
36
36
  Validade: '18',
37
37
  Objeto: '19',
38
38
  Situacao: '20',
39
+ Consignacao: '21',
39
40
  description(val) {
40
41
  switch (val) {
41
42
  case this.Cliente:
@@ -78,6 +79,8 @@ exports.AgrupamentoRelatorio = {
78
79
  return 'Objeto';
79
80
  case this.Situacao:
80
81
  return 'Situação';
82
+ case this.Consignacao:
83
+ return 'Consignação';
81
84
  default:
82
85
  return 'enum not found';
83
86
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdz-enum",
3
- "version": "1.6.65",
3
+ "version": "1.6.66",
4
4
  "description": "Enumerados ModerShop",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {