cecon-interfaces 1.6.54 → 1.6.55

Sign up to get free protection for your applications and to get access to all the features.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.54",
3
+ "version": "1.6.55",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -4,8 +4,8 @@ export declare class PayioChefConfigOperationEntity implements IPayioChefConfigO
4
4
  barcodeFormat: EBarcodeFormat;
5
5
  barcodeInitialFlag: string;
6
6
  bipOnPrint: boolean;
7
- listItems: string;
8
7
  headerMessages: string[];
8
+ listItems: string;
9
9
  operationMode: EPayioChefOperationMode;
10
10
  orderFormat: string;
11
11
  printFormat: 'simple' | 'tabular';
@@ -19,5 +19,4 @@ export declare class PayioChefConfigOperationEntity implements IPayioChefConfigO
19
19
  tabMode: EPayioChefTabMode;
20
20
  urlLogo: string;
21
21
  constructor(data?: Partial<PayioChefConfigOperationEntity>);
22
- message: string[];
23
22
  }
@@ -3,15 +3,15 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PayioChefConfigOperationEntity = void 0;
4
4
  var enums_1 = require("../enums");
5
5
  var PayioChefConfigOperationEntity = /** @class */ (function () {
6
- // #endregion Properties (17)
6
+ // #endregion Properties (18)
7
7
  // #region Constructors (1)
8
8
  function PayioChefConfigOperationEntity(data) {
9
- // #region Properties (17)
9
+ // #region Properties (18)
10
10
  this.barcodeFormat = enums_1.EBarcodeFormat.CODE_6_PRICE_6;
11
11
  this.barcodeInitialFlag = '2';
12
12
  this.bipOnPrint = true;
13
- this.listItems = '';
14
13
  this.headerMessages = [];
14
+ this.listItems = '';
15
15
  this.operationMode = enums_1.EPayioChefOperationMode.SCALE;
16
16
  this.orderFormat = '';
17
17
  this.printFormat = 'simple';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.54",
3
+ "version": "1.6.55",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",