cecon-interfaces 1.6.53 → 1.6.54

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.53",
3
+ "version": "1.6.54",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -5,7 +5,7 @@ export declare class PayioChefConfigOperationEntity implements IPayioChefConfigO
5
5
  barcodeInitialFlag: string;
6
6
  bipOnPrint: boolean;
7
7
  listItems: string;
8
- message: string[];
8
+ headerMessages: string[];
9
9
  operationMode: EPayioChefOperationMode;
10
10
  orderFormat: string;
11
11
  printFormat: 'simple' | 'tabular';
@@ -19,4 +19,5 @@ export declare class PayioChefConfigOperationEntity implements IPayioChefConfigO
19
19
  tabMode: EPayioChefTabMode;
20
20
  urlLogo: string;
21
21
  constructor(data?: Partial<PayioChefConfigOperationEntity>);
22
+ message: string[];
22
23
  }
@@ -11,7 +11,7 @@ var PayioChefConfigOperationEntity = /** @class */ (function () {
11
11
  this.barcodeInitialFlag = '2';
12
12
  this.bipOnPrint = true;
13
13
  this.listItems = '';
14
- this.message = [];
14
+ this.headerMessages = [];
15
15
  this.operationMode = enums_1.EPayioChefOperationMode.SCALE;
16
16
  this.orderFormat = '';
17
17
  this.printFormat = 'simple';
@@ -5,7 +5,7 @@ export interface IPayioChefConfigOperation {
5
5
  tabMode: EPayioChefTabMode;
6
6
  tabFormat: string;
7
7
  urlLogo: string;
8
- message: string[];
8
+ headerMessages: string[];
9
9
  showOrderNumber: boolean;
10
10
  showNetWeight: boolean;
11
11
  showPricePerKg: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.6.53",
3
+ "version": "1.6.54",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",