cecon-interfaces 1.5.28 → 1.5.31

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,3 @@
1
+ export interface IDeviceAppImages {
2
+ header: string;
3
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +1,10 @@
1
1
  import { EDeviceAppMode } from '../enum/device-app-mode.enum';
2
2
  import { EOrderDeliveredBy } from '../enum/order-delivered-by.enum';
3
3
  import { IDeviceAppConfig } from './i-device-app-configs';
4
+ import { IDeviceAppImages } from './i-device-app-images';
4
5
  export interface IDeviceApp {
5
6
  configs: IDeviceAppConfig;
6
7
  defaultDeliveredBy?: EOrderDeliveredBy;
7
8
  mode: EDeviceAppMode;
9
+ pictures: IDeviceAppImages;
8
10
  }
@@ -138,3 +138,4 @@ export { IProductSimple as MobyoIProductSimple } from './product-simple.interfac
138
138
  export { StatisticsProduct as MobyoStatisticsProduct } from './statistics-product.interface';
139
139
  export { IStatistics as MobyoIStatistics } from './statistics.interface';
140
140
  export { TaxConfig as MobyoTaxConfig } from './tax-config.interface';
141
+ export { IDeviceAppImages } from './i-device-app-images';
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.5.28",
3
+ "version": "1.5.31",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,5 +10,7 @@ export declare enum EImageFolder {
10
10
  TOPPINGS = "toppings",
11
11
  SECOES = "secoes",
12
12
  TAA = "taa",
13
+ IN_TAB = "in-tab",
14
+ TOP = "top",
13
15
  DEFAULT = "default"
14
16
  }
@@ -14,5 +14,7 @@ var EImageFolder;
14
14
  EImageFolder["TOPPINGS"] = "toppings";
15
15
  EImageFolder["SECOES"] = "secoes";
16
16
  EImageFolder["TAA"] = "taa";
17
+ EImageFolder["IN_TAB"] = "in-tab";
18
+ EImageFolder["TOP"] = "top";
17
19
  EImageFolder["DEFAULT"] = "default";
18
20
  })(EImageFolder || (exports.EImageFolder = EImageFolder = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.5.28",
3
+ "version": "1.5.31",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",