mdz-enum 1.1.34 → 1.1.36
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.
|
@@ -5,12 +5,17 @@ export declare const SituacaoPedido: {
|
|
|
5
5
|
NotaPendente: string;
|
|
6
6
|
Faturado: string;
|
|
7
7
|
Pendente: string;
|
|
8
|
-
|
|
8
|
+
EnviadoCliente: string;
|
|
9
|
+
RetornoCliente: string;
|
|
10
|
+
AguardandoConclusao: string;
|
|
11
|
+
Concluida: string;
|
|
12
|
+
description(val: string): "Edição" | "Liberado" | "Cancelado" | "Nota Pendente" | "Faturado" | "Pendente" | "Enviado ao Cliente" | "Retorno do Cliente" | "Aguardando Conclusão" | "Concluída" | "enum not found";
|
|
9
13
|
};
|
|
10
14
|
export declare const OperacaoPedido: {
|
|
11
15
|
Orcamento: string;
|
|
12
16
|
Pedido: string;
|
|
13
|
-
|
|
17
|
+
Consignacao: string;
|
|
18
|
+
description(val: string): "enum not found" | "Orcamento" | "Pedido" | "Consignação";
|
|
14
19
|
};
|
|
15
20
|
export declare const OrigemPedido: {
|
|
16
21
|
Erp: string;
|
|
@@ -69,5 +74,6 @@ export declare const TipoGrupoComissao: {
|
|
|
69
74
|
};
|
|
70
75
|
export declare const MotivoPedido: {
|
|
71
76
|
SemEstoque: string;
|
|
72
|
-
|
|
77
|
+
ausenciaPagamento: string;
|
|
78
|
+
description(val: string): "enum not found" | "Sem Estoque" | "Ausencia de pagamento";
|
|
73
79
|
};
|
package/dist/commercial/index.js
CHANGED
|
@@ -8,6 +8,10 @@ exports.SituacaoPedido = {
|
|
|
8
8
|
NotaPendente: '3',
|
|
9
9
|
Faturado: '4',
|
|
10
10
|
Pendente: '5',
|
|
11
|
+
EnviadoCliente: '6',
|
|
12
|
+
RetornoCliente: '7',
|
|
13
|
+
AguardandoConclusao: '8',
|
|
14
|
+
Concluida: '9',
|
|
11
15
|
description(val) {
|
|
12
16
|
switch (val) {
|
|
13
17
|
case this.Edicao:
|
|
@@ -22,6 +26,14 @@ exports.SituacaoPedido = {
|
|
|
22
26
|
return 'Faturado';
|
|
23
27
|
case this.Pendente:
|
|
24
28
|
return 'Pendente';
|
|
29
|
+
case this.EnviadoCliente:
|
|
30
|
+
return 'Enviado ao Cliente';
|
|
31
|
+
case this.RetornoCliente:
|
|
32
|
+
return 'Retorno do Cliente';
|
|
33
|
+
case this.AguardandoConclusao:
|
|
34
|
+
return 'Aguardando Conclusão';
|
|
35
|
+
case this.Concluida:
|
|
36
|
+
return 'Concluída';
|
|
25
37
|
default:
|
|
26
38
|
return 'enum not found';
|
|
27
39
|
}
|
|
@@ -30,12 +42,15 @@ exports.SituacaoPedido = {
|
|
|
30
42
|
exports.OperacaoPedido = {
|
|
31
43
|
Orcamento: '0',
|
|
32
44
|
Pedido: '1',
|
|
45
|
+
Consignacao: '2',
|
|
33
46
|
description(val) {
|
|
34
47
|
switch (val) {
|
|
35
48
|
case this.Orcamento:
|
|
36
49
|
return 'Orcamento';
|
|
37
50
|
case this.Pedido:
|
|
38
51
|
return 'Pedido';
|
|
52
|
+
case this.Consignacao:
|
|
53
|
+
return 'Consignação';
|
|
39
54
|
default:
|
|
40
55
|
return 'enum not found';
|
|
41
56
|
}
|
|
@@ -199,10 +214,13 @@ exports.TipoGrupoComissao = {
|
|
|
199
214
|
};
|
|
200
215
|
exports.MotivoPedido = {
|
|
201
216
|
SemEstoque: '0',
|
|
217
|
+
ausenciaPagamento: '1',
|
|
202
218
|
description(val) {
|
|
203
219
|
switch (val) {
|
|
204
220
|
case this.SemEstoque:
|
|
205
221
|
return 'Sem Estoque';
|
|
222
|
+
case this.ausenciaPagamento:
|
|
223
|
+
return 'Ausencia de pagamento';
|
|
206
224
|
default:
|
|
207
225
|
return 'enum not found';
|
|
208
226
|
}
|
package/dist/fiscal/index.d.ts
CHANGED
|
@@ -139,7 +139,7 @@ export declare const TipoOperacaoNotaFiscal: {
|
|
|
139
139
|
Consignacao: string;
|
|
140
140
|
Compra: string;
|
|
141
141
|
RetornoConsignacao: string;
|
|
142
|
-
description(val: string): "enum not found" | "Compra" | "Venda" | "Devolução de Compra" | "Devolução de Venda" | "Transferência de Entrada" | "Transferência de Saída" | "Remessa de Entrada" | "Remessa de Saída" | "Demonstração" | "Perdas" | "
|
|
142
|
+
description(val: string): "enum not found" | "Consignação" | "Compra" | "Venda" | "Devolução de Compra" | "Devolução de Venda" | "Transferência de Entrada" | "Transferência de Saída" | "Remessa de Entrada" | "Remessa de Saída" | "Demonstração" | "Perdas" | "Retorno Consignação";
|
|
143
143
|
};
|
|
144
144
|
export declare const OperacaoNotaFiscal: {
|
|
145
145
|
Entrada: string;
|