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/esm2022/payio/chef-config/entities/chef-config-operation.entity.mjs +3 -2
- package/dist/esm2022/payio/chef-config/interfaces/i-chef-config-operation.mjs +1 -1
- package/dist/fesm2022/cecon-interfaces.mjs +2 -1
- package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
- package/dist/package.json +1 -1
- package/dist/payio/chef-config/entities/chef-config-operation.entity.d.ts +2 -1
- package/dist/payio/chef-config/entities/chef-config-operation.entity.js +1 -1
- package/dist/payio/chef-config/interfaces/i-chef-config-operation.d.ts +1 -1
- package/package.json +1 -1
package/dist/package.json
CHANGED
@@ -5,7 +5,7 @@ export declare class PayioChefConfigOperationEntity implements IPayioChefConfigO
|
|
5
5
|
barcodeInitialFlag: string;
|
6
6
|
bipOnPrint: boolean;
|
7
7
|
listItems: string;
|
8
|
-
|
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.
|
14
|
+
this.headerMessages = [];
|
15
15
|
this.operationMode = enums_1.EPayioChefOperationMode.SCALE;
|
16
16
|
this.orderFormat = '';
|
17
17
|
this.printFormat = 'simple';
|