mdz-enum 1.5.67 → 1.5.69

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.
@@ -37,11 +37,11 @@ const HOME_PAGE = {
37
37
  DEFAULT: '',
38
38
  },
39
39
  HOME_PAGE_BRANDS_SHAPE: {
40
- KEY: 'home_page_categories_shape',
40
+ KEY: 'home_page_brands_shape',
41
41
  DEFAULT: 'square', // 'square' | 'round'
42
42
  },
43
43
  HOME_PAGE_BRANDS_SIZE: {
44
- KEY: 'home_page_categories_size',
44
+ KEY: 'home_page_brands_size',
45
45
  DEFAULT: 'small', // 'small' | 'medium' | 'large'
46
46
  },
47
47
  /**
@@ -128,7 +128,8 @@ export declare const Aplicativos: {
128
128
  Sped: number;
129
129
  TEF: number;
130
130
  CakeERP: number;
131
- description(val: number): "enum not found" | "Mercado Livre" | "Modershop" | "Modershop Light" | "Modershop PDV" | "Marketplace" | "Loja Virtual" | "Sped" | "TEF" | "Cake ERP";
131
+ Otica: number;
132
+ description(val: number): "enum not found" | "Mercado Livre" | "Modershop" | "Modershop Light" | "Modershop PDV" | "Marketplace" | "Loja Virtual" | "Sped" | "TEF" | "Cake ERP" | "Módulo Ótica";
132
133
  };
133
134
  export declare const IsDemonstracao: {
134
135
  Demonstracao: boolean;
@@ -355,6 +355,7 @@ exports.Aplicativos = {
355
355
  Sped: 8,
356
356
  TEF: 9,
357
357
  CakeERP: 13,
358
+ Otica: 14,
358
359
  description(val) {
359
360
  switch (val) {
360
361
  case this.Modershop:
@@ -375,6 +376,8 @@ exports.Aplicativos = {
375
376
  return 'TEF';
376
377
  case this.CakeERP:
377
378
  return 'Cake ERP';
379
+ case this.Otica:
380
+ return 'Módulo Ótica';
378
381
  default:
379
382
  return 'enum not found';
380
383
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdz-enum",
3
- "version": "1.5.67",
3
+ "version": "1.5.69",
4
4
  "description": "Enumerados ModerShop",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {