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,
@@ -336,9 +336,7 @@ declare const APPEARANCE_COMPONENTS: {
336
336
  DEFAULT: string;
337
337
  VALUES: string[];
338
338
  };
339
- }; /**
340
- * Constante de configuração de aparência dos componentes (themes)
341
- */
339
+ };
342
340
  LIGHTTEXT: {
343
341
  COLOR: {
344
342
  KEY: string;
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdz-enum",
3
- "version": "1.6.83",
3
+ "version": "1.6.84",
4
4
  "description": "Enumerados ModerShop",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -29,4 +29,4 @@
29
29
  "typescript": "^4.4.3"
30
30
  },
31
31
  "dependencies": {}
32
- }
32
+ }