mdz-enum 1.6.83 → 1.6.84
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.
|
@@ -59,8 +59,8 @@ exports.TipoPagamentoSafeTwoPay = {
|
|
|
59
59
|
},
|
|
60
60
|
};
|
|
61
61
|
exports.TipoProcessamentoPlugFourMarket = {
|
|
62
|
-
CadastroProduto: 1,
|
|
63
|
-
AtualizacaoEstoque: 2,
|
|
62
|
+
CadastroProduto: 1, //Recebe payload unico para ja vincular diretamente ao marketplace
|
|
63
|
+
AtualizacaoEstoque: 2, //Recebe payload unico para atualizar estoque
|
|
64
64
|
ReceberPedido: 4,
|
|
65
65
|
ConfirmarPedido: 5,
|
|
66
66
|
ConfirmarEnvio: 6,
|
|
@@ -30,7 +30,7 @@ const HOME_PAGE = {
|
|
|
30
30
|
},
|
|
31
31
|
HOME_PAGE_CATEGORY_BORDER: {
|
|
32
32
|
KEY: 'home_page_categories_border',
|
|
33
|
-
DEFAULT: 'none',
|
|
33
|
+
DEFAULT: 'none', // 'none' | 'solid'
|
|
34
34
|
VALUES: ['none', 'solid'],
|
|
35
35
|
},
|
|
36
36
|
HOME_PAGE_BRANDS: {
|
|
@@ -51,7 +51,7 @@ const HOME_PAGE = {
|
|
|
51
51
|
},
|
|
52
52
|
HOME_PAGE_BRANDS_BORDER: {
|
|
53
53
|
KEY: 'home_page_brands_border',
|
|
54
|
-
DEFAULT: 'none',
|
|
54
|
+
DEFAULT: 'none', // 'none' | 'solid'
|
|
55
55
|
VALUES: ['none', 'solid'],
|
|
56
56
|
},
|
|
57
57
|
/**
|
package/package.json
CHANGED