cecon-interfaces 1.6.53 → 1.6.55
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 +4 -4
- package/dist/esm2022/payio/chef-config/interfaces/i-chef-config-operation.mjs +1 -1
- package/dist/fesm2022/cecon-interfaces.mjs +3 -3
- 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 +1 -1
- package/dist/payio/chef-config/entities/chef-config-operation.entity.js +3 -3
- package/dist/payio/chef-config/interfaces/i-chef-config-operation.d.ts +1 -1
- package/package.json +1 -1
package/dist/package.json
CHANGED
@@ -4,8 +4,8 @@ export declare class PayioChefConfigOperationEntity implements IPayioChefConfigO
|
|
4
4
|
barcodeFormat: EBarcodeFormat;
|
5
5
|
barcodeInitialFlag: string;
|
6
6
|
bipOnPrint: boolean;
|
7
|
+
headerMessages: string[];
|
7
8
|
listItems: string;
|
8
|
-
message: string[];
|
9
9
|
operationMode: EPayioChefOperationMode;
|
10
10
|
orderFormat: string;
|
11
11
|
printFormat: 'simple' | 'tabular';
|
@@ -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 (
|
6
|
+
// #endregion Properties (18)
|
7
7
|
// #region Constructors (1)
|
8
8
|
function PayioChefConfigOperationEntity(data) {
|
9
|
-
// #region Properties (
|
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.headerMessages = [];
|
13
14
|
this.listItems = '';
|
14
|
-
this.message = [];
|
15
15
|
this.operationMode = enums_1.EPayioChefOperationMode.SCALE;
|
16
16
|
this.orderFormat = '';
|
17
17
|
this.printFormat = 'simple';
|