mdz-enum 1.6.40 → 1.6.42
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.
package/dist/finance/index.d.ts
CHANGED
|
@@ -172,7 +172,7 @@ export declare const TipoConfiguracaoPagamento: {
|
|
|
172
172
|
Destaxa: string;
|
|
173
173
|
QueroQueroPag: string;
|
|
174
174
|
PagBank: string;
|
|
175
|
-
description(val: string): "" | "Elgin" | "Sitef" | "Auttar" | "Destaxa" | "Vero" | "
|
|
175
|
+
description(val: string): "" | "Elgin" | "Sitef" | "Auttar" | "Destaxa" | "Vero" | "ModerBank" | "PagBank";
|
|
176
176
|
};
|
|
177
177
|
export declare const SituacaoTransacaoPagamento: {
|
|
178
178
|
Gerada: string;
|
package/dist/finance/index.js
CHANGED
|
@@ -4,7 +4,7 @@ export declare const TipoIntegracaoPagamento: {
|
|
|
4
4
|
SafeTwoPay: string;
|
|
5
5
|
Interno: string;
|
|
6
6
|
Pagbank: string;
|
|
7
|
-
description(val: string): "enum not found" | "
|
|
7
|
+
description(val: string): "enum not found" | "ModerBank" | "Tuo Bank" | "Safe2Pay" | "Interno" | "Pagbank";
|
|
8
8
|
};
|
|
9
9
|
export declare const TipoPagamentoTuo: {
|
|
10
10
|
Boleto: number;
|
|
@@ -22,6 +22,10 @@ export declare const TipoProcessamentoPlugFourMarket: {
|
|
|
22
22
|
CadastroProduto: number;
|
|
23
23
|
AtualizacaoEstoque: number;
|
|
24
24
|
ReceberPedido: number;
|
|
25
|
+
ConfirmarPedido: number;
|
|
26
|
+
ConfirmarEnvio: number;
|
|
27
|
+
ConfirmarEntrega: number;
|
|
28
|
+
FaturarPedido: number;
|
|
25
29
|
ParearCategorias: number;
|
|
26
|
-
description(val: number): "enum not found" | "Cadastro Produto" | "Atualização Estoque" | "Receber Pedido" | "Parear Categorias";
|
|
30
|
+
description(val: number): "enum not found" | "Cadastro Produto" | "Atualização Estoque" | "Receber Pedido" | "Confirmar Pedido" | "Confirmar Envio" | "Confirmar Entrega" | "Faturar Pedido" | "Parear Categorias";
|
|
27
31
|
};
|
|
@@ -62,6 +62,10 @@ exports.TipoProcessamentoPlugFourMarket = {
|
|
|
62
62
|
CadastroProduto: 1, //Recebe payload unico para ja vincular diretamente ao marketplace
|
|
63
63
|
AtualizacaoEstoque: 2, //Recebe payload unico para atualizar estoque
|
|
64
64
|
ReceberPedido: 4,
|
|
65
|
+
ConfirmarPedido: 5,
|
|
66
|
+
ConfirmarEnvio: 6,
|
|
67
|
+
ConfirmarEntrega: 7,
|
|
68
|
+
FaturarPedido: 8,
|
|
65
69
|
ParearCategorias: 9,
|
|
66
70
|
description(val) {
|
|
67
71
|
switch (val) {
|
|
@@ -71,6 +75,14 @@ exports.TipoProcessamentoPlugFourMarket = {
|
|
|
71
75
|
return 'Atualização Estoque';
|
|
72
76
|
case this.ReceberPedido:
|
|
73
77
|
return 'Receber Pedido';
|
|
78
|
+
case this.ConfirmarPedido:
|
|
79
|
+
return 'Confirmar Pedido';
|
|
80
|
+
case this.ConfirmarEnvio:
|
|
81
|
+
return 'Confirmar Envio';
|
|
82
|
+
case this.ConfirmarEntrega:
|
|
83
|
+
return 'Confirmar Entrega';
|
|
84
|
+
case this.FaturarPedido:
|
|
85
|
+
return 'Faturar Pedido';
|
|
74
86
|
case this.ParearCategorias:
|
|
75
87
|
return 'Parear Categorias';
|
|
76
88
|
default:
|
package/dist/platform/index.d.ts
CHANGED
|
@@ -138,8 +138,9 @@ export declare const Aplicativos: {
|
|
|
138
138
|
GestaoContabil: number;
|
|
139
139
|
NFSeNacional: number;
|
|
140
140
|
Eva: number;
|
|
141
|
+
VeroPOS: number;
|
|
141
142
|
Nuvemshop: number;
|
|
142
|
-
description(val: number): "enum not found" | "TEF" | "Mercado Livre" | "Tray" | "Magazine Luiza" | "Amazon" | "Shopee" | "Marketplace" | "Modershop" | "Modershop Light" | "Modershop PDV" | "Loja Virtual" | "Sped" | "Cake ERP" | "Módulo Ótica" | "Nuvemshop" | "TEF Destaxa" | "Gestão Contábil" | "NFSe (Ambiente Nacional)" | "EVA";
|
|
143
|
+
description(val: number): "enum not found" | "TEF" | "Mercado Livre" | "Tray" | "Magazine Luiza" | "Amazon" | "Shopee" | "Marketplace" | "Modershop" | "Modershop Light" | "Modershop PDV" | "Loja Virtual" | "Sped" | "Cake ERP" | "Módulo Ótica" | "Nuvemshop" | "TEF Destaxa" | "Gestão Contábil" | "NFSe (Ambiente Nacional)" | "EVA" | "Vero POS";
|
|
143
144
|
};
|
|
144
145
|
export declare const IsDemonstracao: {
|
|
145
146
|
Demonstracao: boolean;
|
package/dist/platform/index.js
CHANGED
|
@@ -367,6 +367,7 @@ exports.Aplicativos = {
|
|
|
367
367
|
GestaoContabil: 20,
|
|
368
368
|
NFSeNacional: 21,
|
|
369
369
|
Eva: 22,
|
|
370
|
+
VeroPOS: 22,
|
|
370
371
|
Nuvemshop: 70,
|
|
371
372
|
description(val) {
|
|
372
373
|
switch (val) {
|
|
@@ -408,6 +409,8 @@ exports.Aplicativos = {
|
|
|
408
409
|
return 'NFSe (Ambiente Nacional)';
|
|
409
410
|
case this.Eva:
|
|
410
411
|
return 'EVA';
|
|
412
|
+
case this.VeroPOS:
|
|
413
|
+
return 'Vero POS';
|
|
411
414
|
default:
|
|
412
415
|
return 'enum not found';
|
|
413
416
|
}
|