cecon-interfaces 1.7.92 → 1.7.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm2022/natipay/orders/entities/order.entity.mjs +5 -4
- package/dist/esm2022/natipay/orders/enums/index.mjs +2 -1
- package/dist/esm2022/natipay/orders/enums/provider.enum.mjs +8 -0
- package/dist/esm2022/natipay/orders/interfaces/i-order.mjs +1 -1
- package/dist/fesm2022/cecon-interfaces.mjs +10 -1
- package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
- package/dist/natipay/orders/entities/order.entity.d.ts +7 -6
- package/dist/natipay/orders/entities/order.entity.js +1 -0
- package/dist/natipay/orders/enums/index.d.ts +1 -0
- package/dist/natipay/orders/enums/index.js +3 -1
- package/dist/natipay/orders/enums/provider.enum.d.ts +5 -0
- package/dist/natipay/orders/enums/provider.enum.js +10 -0
- package/dist/natipay/orders/interfaces/i-order.d.ts +6 -5
- package/dist/package.json +1 -1
- package/package.json +1 -1
@@ -1,6 +1,6 @@
|
|
1
|
-
import { EFrom } from
|
2
|
-
import { OrderTotalEntity } from
|
3
|
-
import { ENatipayOrderStatus, ENatipaySaleChannel } from
|
1
|
+
import { EFrom } from "../../../general";
|
2
|
+
import { OrderTotalEntity } from "../../../order";
|
3
|
+
import { ENatipayOrderStatus, ENatipayProvider, ENatipaySaleChannel } from "../enums";
|
4
4
|
export class NatipayOrderEntity {
|
5
5
|
additionalFees = [];
|
6
6
|
benefits = [];
|
@@ -16,6 +16,7 @@ export class NatipayOrderEntity {
|
|
16
16
|
items = [];
|
17
17
|
mercadoPago = null;
|
18
18
|
payments = null;
|
19
|
+
provider = ENatipayProvider.DEFAULT;
|
19
20
|
reference = '';
|
20
21
|
saleChannel = ENatipaySaleChannel.NATI_PDV;
|
21
22
|
sandbox = false;
|
@@ -34,4 +35,4 @@ export class NatipayOrderEntity {
|
|
34
35
|
}
|
35
36
|
}
|
36
37
|
}
|
37
|
-
//# sourceMappingURL=data:application/json;base64,
|
38
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3JkZXIuZW50aXR5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL25hdGlwYXkvb3JkZXJzL2VudGl0aWVzL29yZGVyLmVudGl0eS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsS0FBSyxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDekMsT0FBTyxFQUEwRixnQkFBZ0IsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzFJLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxnQkFBZ0IsRUFBRSxtQkFBbUIsRUFBRSxNQUFNLFVBQVUsQ0FBQztBQUt0RixNQUFNLE9BQU8sa0JBQWtCO0lBQ3RCLGNBQWMsR0FBMEIsRUFBRSxDQUFDO0lBQzNDLFFBQVEsR0FBcUIsRUFBRSxDQUFDO0lBQ2hDLFlBQVksR0FBOEIsSUFBSSxDQUFDO0lBQy9DLFNBQVMsR0FBVyxFQUFFLENBQUM7SUFDdkIsV0FBVyxHQUFXLEVBQUUsQ0FBQztJQUN6QixTQUFTLEdBQVMsSUFBSSxJQUFJLEVBQUUsQ0FBQztJQUM3QixRQUFRLEdBQTBCLElBQUksQ0FBQztJQUN2QyxTQUFTLEdBQVcsRUFBRSxDQUFDO0lBQ3ZCLElBQUksR0FBVSxLQUFLLENBQUMsT0FBTyxDQUFDO0lBQzVCLEVBQUUsR0FBVyxFQUFFLENBQUM7SUFDaEIsU0FBUyxHQUFrQixJQUFJLENBQUM7SUFDaEMsS0FBSyxHQUE2QixFQUFFLENBQUM7SUFDckMsV0FBVyxHQUFvQyxJQUFJLENBQUM7SUFDcEQsUUFBUSxHQUF5QixJQUFJLENBQUM7SUFDdEMsUUFBUSxHQUFxQixnQkFBZ0IsQ0FBQyxPQUFPLENBQUM7SUFDdEQsU0FBUyxHQUFXLEVBQUUsQ0FBQztJQUN2QixXQUFXLEdBQXdCLG1CQUFtQixDQUFDLFFBQVEsQ0FBQztJQUNoRSxPQUFPLEdBQVksS0FBSyxDQUFDO0lBQ3pCLE1BQU0sR0FBd0IsbUJBQW1CLENBQUMsTUFBTSxDQUFDO0lBQ3pELEtBQUssR0FBcUIsSUFBSSxnQkFBZ0IsRUFBRSxDQUFDO0lBQ2pELGFBQWEsR0FBa0IsSUFBSSxDQUFDO0lBQ3BDLFNBQVMsR0FBUyxJQUFJLElBQUksRUFBRSxDQUFDO0lBQzdCLE9BQU8sR0FBVyxFQUFFLENBQUM7SUFFNUIsWUFBWSxJQUFrQztRQUM1QyxJQUFJLElBQUksRUFBRTtZQUNSLEtBQUssSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFO2dCQUNwQixJQUFJLElBQUksQ0FBQyxjQUFjLENBQUMsR0FBRyxDQUFDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRTtvQkFDMUMsSUFBWSxDQUFDLEdBQUcsQ0FBQyxHQUFJLElBQVksQ0FBQyxHQUFHLENBQUMsQ0FBQztpQkFDekM7YUFDRjtTQUNGO0lBQ0gsQ0FBQztDQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRUZyb20gfSBmcm9tIFwiLi4vLi4vLi4vZ2VuZXJhbFwiO1xyXG5pbXBvcnQgeyBJT3JkZXJBZGRpdGlvbmFsRmVlLCBJT3JkZXJCZW5lZml0cywgSU9yZGVyQ2FuY2VsbGF0aW9uLCBJT3JkZXJDdXN0b21lciwgSU9yZGVyUGF5bWVudCwgT3JkZXJUb3RhbEVudGl0eSB9IGZyb20gXCIuLi8uLi8uLi9vcmRlclwiO1xyXG5pbXBvcnQgeyBFTmF0aXBheU9yZGVyU3RhdHVzLCBFTmF0aXBheVByb3ZpZGVyLCBFTmF0aXBheVNhbGVDaGFubmVsIH0gZnJvbSBcIi4uL2VudW1zXCI7XHJcbmltcG9ydCB7IElOYXRpcGF5T3JkZXIgfSBmcm9tIFwiLi4vaW50ZXJmYWNlcy9pLW9yZGVyXCI7XHJcbmltcG9ydCB7IE5hdGlwYXlPcmRlckl0ZW1FbnRpdHkgfSBmcm9tIFwiLi9pdGVtLmVudGl0eVwiO1xyXG5pbXBvcnQgeyBOYXRpcGF5TWVyY2Fkb1BhZ29FbnRpdHkgfSBmcm9tIFwiLi9tZXJjYWRvLXBhZ28uZW50aXR5XCI7XHJcblxyXG5leHBvcnQgY2xhc3MgTmF0aXBheU9yZGVyRW50aXR5IGltcGxlbWVudHMgSU5hdGlwYXlPcmRlciB7XHJcbiAgcHVibGljIGFkZGl0aW9uYWxGZWVzOiBJT3JkZXJBZGRpdGlvbmFsRmVlW10gPSBbXTtcclxuICBwdWJsaWMgYmVuZWZpdHM6IElPcmRlckJlbmVmaXRzW10gPSBbXTtcclxuICBwdWJsaWMgY2FuY2VsbGF0aW9uOiBJT3JkZXJDYW5jZWxsYXRpb24gfCBudWxsID0gbnVsbDtcclxuICBwdWJsaWMgY29tcGFueUlkOiBzdHJpbmcgPSAnJztcclxuICBwdWJsaWMgY29udGFpbmVySWQ6IHN0cmluZyA9ICcnO1xyXG4gIHB1YmxpYyBjcmVhdGVkQXQ6IERhdGUgPSBuZXcgRGF0ZSgpO1xyXG4gIHB1YmxpYyBjdXN0b21lcjogSU9yZGVyQ3VzdG9tZXIgfCBudWxsID0gbnVsbDtcclxuICBwdWJsaWMgZGlzcGxheUlkOiBzdHJpbmcgPSAnJztcclxuICBwdWJsaWMgZnJvbTogRUZyb20gPSBFRnJvbS5OQVRJUEFZO1xyXG4gIHB1YmxpYyBpZDogc3RyaW5nID0gJyc7XHJcbiAgcHVibGljIGludm9pY2VJZDogc3RyaW5nIHwgbnVsbCA9IG51bGw7XHJcbiAgcHVibGljIGl0ZW1zOiBOYXRpcGF5T3JkZXJJdGVtRW50aXR5W10gPSBbXTtcclxuICBwdWJsaWMgbWVyY2Fkb1BhZ286IE5hdGlwYXlNZXJjYWRvUGFnb0VudGl0eSB8IG51bGwgPSBudWxsO1xyXG4gIHB1YmxpYyBwYXltZW50czogSU9yZGVyUGF5bWVudCB8IG51bGwgPSBudWxsO1xyXG4gIHB1YmxpYyBwcm92aWRlcjogRU5hdGlwYXlQcm92aWRlciA9IEVOYXRpcGF5UHJvdmlkZXIuREVGQVVMVDtcclxuICBwdWJsaWMgcmVmZXJlbmNlOiBzdHJpbmcgPSAnJztcclxuICBwdWJsaWMgc2FsZUNoYW5uZWw6IEVOYXRpcGF5U2FsZUNoYW5uZWwgPSBFTmF0aXBheVNhbGVDaGFubmVsLk5BVElfUERWO1xyXG4gIHB1YmxpYyBzYW5kYm94OiBib29sZWFuID0gZmFsc2U7XHJcbiAgcHVibGljIHN0YXR1czogRU5hdGlwYXlPcmRlclN0YXR1cyA9IEVOYXRpcGF5T3JkZXJTdGF0dXMuUExBQ0VEO1xyXG4gIHB1YmxpYyB0b3RhbDogT3JkZXJUb3RhbEVudGl0eSA9IG5ldyBPcmRlclRvdGFsRW50aXR5KCk7XHJcbiAgcHVibGljIHRyYW5zYWN0aW9uSWQ6IHN0cmluZyB8IG51bGwgPSBudWxsO1xyXG4gIHB1YmxpYyB1cGRhdGVkQXQ6IERhdGUgPSBuZXcgRGF0ZSgpO1xyXG4gIHB1YmxpYyB2ZXJzaW9uOiBzdHJpbmcgPSAnJztcclxuXHJcbiAgY29uc3RydWN0b3IoZGF0YT86IFBhcnRpYWw8TmF0aXBheU9yZGVyRW50aXR5Pikge1xyXG4gICAgaWYgKGRhdGEpIHtcclxuICAgICAgZm9yIChsZXQga2V5IGluIGRhdGEpIHtcclxuICAgICAgICBpZiAoZGF0YS5oYXNPd25Qcm9wZXJ0eShrZXkpICYmIGtleSBpbiB0aGlzKSB7XHJcbiAgICAgICAgICAodGhpcyBhcyBhbnkpW2tleV0gPSAoZGF0YSBhcyBhbnkpW2tleV07XHJcbiAgICAgICAgfVxyXG4gICAgICB9XHJcbiAgICB9XHJcbiAgfVxyXG59XHJcbiJdfQ==
|
@@ -1,4 +1,5 @@
|
|
1
1
|
// index.ts
|
2
2
|
export { ENatipayOrderStatus } from './order-status.enum';
|
3
|
+
export { ENatipayProvider } from './provider.enum';
|
3
4
|
export { ENatipaySaleChannel } from './sale-channel.enum';
|
4
|
-
//# sourceMappingURL=data:application/json;base64,
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvbmF0aXBheS9vcmRlcnMvZW51bXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsV0FBVztBQUVYLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQzFELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQ25ELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHFCQUFxQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gaW5kZXgudHNcclxuXHJcbmV4cG9ydCB7IEVOYXRpcGF5T3JkZXJTdGF0dXMgfSBmcm9tICcuL29yZGVyLXN0YXR1cy5lbnVtJztcclxuZXhwb3J0IHsgRU5hdGlwYXlQcm92aWRlciB9IGZyb20gJy4vcHJvdmlkZXIuZW51bSc7XHJcbmV4cG9ydCB7IEVOYXRpcGF5U2FsZUNoYW5uZWwgfSBmcm9tICcuL3NhbGUtY2hhbm5lbC5lbnVtJztcclxuIl19
|
@@ -0,0 +1,8 @@
|
|
1
|
+
/* eslint-disable @typescript-eslint/naming-convention */
|
2
|
+
export var ENatipayProvider;
|
3
|
+
(function (ENatipayProvider) {
|
4
|
+
ENatipayProvider["MAERCADO_PAGO"] = "MERCADO-PAGO";
|
5
|
+
ENatipayProvider["FIRE_BANK"] = "FIRE-BANK";
|
6
|
+
ENatipayProvider["DEFAULT"] = "DEFAULT";
|
7
|
+
})(ENatipayProvider || (ENatipayProvider = {}));
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvdmlkZXIuZW51bS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9uYXRpcGF5L29yZGVycy9lbnVtcy9wcm92aWRlci5lbnVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLHlEQUF5RDtBQUN6RCxNQUFNLENBQU4sSUFBWSxnQkFJWDtBQUpELFdBQVksZ0JBQWdCO0lBQzFCLGtEQUE4QixDQUFBO0lBQzlCLDJDQUF1QixDQUFBO0lBQ3ZCLHVDQUFtQixDQUFBO0FBQ3JCLENBQUMsRUFKVyxnQkFBZ0IsS0FBaEIsZ0JBQWdCLFFBSTNCIiwic291cmNlc0NvbnRlbnQiOlsiLyogZXNsaW50LWRpc2FibGUgQHR5cGVzY3JpcHQtZXNsaW50L25hbWluZy1jb252ZW50aW9uICovXHJcbmV4cG9ydCBlbnVtIEVOYXRpcGF5UHJvdmlkZXIge1xyXG4gIE1BRVJDQURPX1BBR08gPSAnTUVSQ0FETy1QQUdPJyxcclxuICBGSVJFX0JBTksgPSAnRklSRS1CQU5LJyxcclxuICBERUZBVUxUID0gJ0RFRkFVTFQnLFxyXG59XHJcbiJdfQ==
|
@@ -1,2 +1,2 @@
|
|
1
1
|
export {};
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaS1vcmRlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9uYXRpcGF5L29yZGVycy9pbnRlcmZhY2VzL2ktb3JkZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEVGcm9tIH0gZnJvbSBcIi4uLy4uLy4uL2dlbmVyYWxcIjtcclxuaW1wb3J0IHsgSU9yZGVyQWRkaXRpb25hbEZlZSwgSU9yZGVyQmVuZWZpdHMsIElPcmRlckNhbmNlbGxhdGlvbiwgSU9yZGVyQ3VzdG9tZXIsIElPcmRlclBheW1lbnQsIElPcmRlclRvdGFsIH0gZnJvbSBcIi4uLy4uLy4uL29yZGVyXCI7XHJcbmltcG9ydCB7IEVOYXRpcGF5T3JkZXJTdGF0dXMsIEVOYXRpcGF5UHJvdmlkZXIsIEVOYXRpcGF5U2FsZUNoYW5uZWwgfSBmcm9tIFwiLi4vZW51bXNcIjtcclxuaW1wb3J0IHsgSU5hdGlwYXlPcmRlckl0ZW0gfSBmcm9tIFwiLi9pLWl0ZW1cIjtcclxuaW1wb3J0IHsgSU5hdGlwYXlNZXJjYWRvUGFnbyB9IGZyb20gXCIuL2ktbWVyY2Fkby1wYWdvXCI7XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIElOYXRpcGF5T3JkZXIge1xyXG4gIGFkZGl0aW9uYWxGZWVzOiBJT3JkZXJBZGRpdGlvbmFsRmVlW107XHJcbiAgYmVuZWZpdHM6IElPcmRlckJlbmVmaXRzW107XHJcbiAgY2FuY2VsbGF0aW9uOiBJT3JkZXJDYW5jZWxsYXRpb24gfCBudWxsO1xyXG4gIGNvbXBhbnlJZDogc3RyaW5nO1xyXG4gIGNvbnRhaW5lcklkOiBzdHJpbmc7XHJcbiAgY3JlYXRlZEF0OiBEYXRlO1xyXG4gIGN1c3RvbWVyOiBJT3JkZXJDdXN0b21lciB8IG51bGw7XHJcbiAgZGlzcGxheUlkOiBzdHJpbmc7XHJcbiAgZnJvbTogRUZyb207XHJcbiAgaWQ6IHN0cmluZztcclxuICBpbnZvaWNlSWQ6IHN0cmluZyB8IG51bGw7XHJcbiAgaXRlbXM6IElOYXRpcGF5T3JkZXJJdGVtW107XHJcbiAgbWVyY2Fkb1BhZ286IElOYXRpcGF5TWVyY2Fkb1BhZ28gfCBudWxsO1xyXG4gIHBheW1lbnRzOiBJT3JkZXJQYXltZW50IHwgbnVsbDtcclxuICBwcm92aWRlcjogRU5hdGlwYXlQcm92aWRlcjtcclxuICByZWZlcmVuY2U6IHN0cmluZztcclxuICBzYWxlQ2hhbm5lbDogRU5hdGlwYXlTYWxlQ2hhbm5lbDtcclxuICBzYW5kYm94OiBib29sZWFuO1xyXG4gIHN0YXR1czogRU5hdGlwYXlPcmRlclN0YXR1cztcclxuICB0b3RhbDogSU9yZGVyVG90YWw7XHJcbiAgdHJhbnNhY3Rpb25JZDogc3RyaW5nIHwgbnVsbDtcclxuICB1cGRhdGVkQXQ6IERhdGU7XHJcbiAgdmVyc2lvbjogc3RyaW5nO1xyXG59XHJcbiJdfQ==
|
@@ -6178,6 +6178,14 @@ var ENatipayOrderStatus;
|
|
6178
6178
|
ENatipayOrderStatus["PAID"] = "PAID";
|
6179
6179
|
})(ENatipayOrderStatus || (ENatipayOrderStatus = {}));
|
6180
6180
|
|
6181
|
+
/* eslint-disable @typescript-eslint/naming-convention */
|
6182
|
+
var ENatipayProvider;
|
6183
|
+
(function (ENatipayProvider) {
|
6184
|
+
ENatipayProvider["MAERCADO_PAGO"] = "MERCADO-PAGO";
|
6185
|
+
ENatipayProvider["FIRE_BANK"] = "FIRE-BANK";
|
6186
|
+
ENatipayProvider["DEFAULT"] = "DEFAULT";
|
6187
|
+
})(ENatipayProvider || (ENatipayProvider = {}));
|
6188
|
+
|
6181
6189
|
/* eslint-disable @typescript-eslint/naming-convention */
|
6182
6190
|
var ENatipaySaleChannel;
|
6183
6191
|
(function (ENatipaySaleChannel) {
|
@@ -6213,6 +6221,7 @@ class NatipayOrderEntity {
|
|
6213
6221
|
items = [];
|
6214
6222
|
mercadoPago = null;
|
6215
6223
|
payments = null;
|
6224
|
+
provider = ENatipayProvider.DEFAULT;
|
6216
6225
|
reference = '';
|
6217
6226
|
saleChannel = ENatipaySaleChannel.NATI_PDV;
|
6218
6227
|
sandbox = false;
|
@@ -8336,5 +8345,5 @@ class WithDrawRequestEntity {
|
|
8336
8345
|
* Generated bundle index. Do not edit.
|
8337
8346
|
*/
|
8338
8347
|
|
8339
|
-
export { AccountInformationsEntity, AddressEntity, AppEntity, AppInfoEntity, BaseEntity, BillingEntity, BillingOrderEntity, BillingPaymentEntity, BillingTotalEntity, CampaignRuleEntity, CarouselImageEntity, ClientAplicationCredentialEntity, ClientAplicationEntity, ClientEntity, CompanyContactEntity, CompanyCustomDataEntity, CompanyEntity, CompanyRemoteAccessEntity, CompanySettingsEntity, CompanySettingsWaServerEntity, CompanyTrialPlansUsedEntity, ContainerEntity, CoordsEntity, CustomVariableEntity, CustomerCreditLimitEntity, CustomerEntity, CustomerMemberEntity, CustomerMobyoEntity, DelivererMobyoEntity, DeliveryAreaEntity, DeliveryAreaFixedEntity, DesenfilaConfigEntity, DesenfilaConfigMercadoPagoEntity, DesenfilaContainerOrderEntity, DesenfilaContainerOrderItemEntity, DesenfilaContainerOrderPaymentEntity, DesenfilaContainerOrderPixEntity, DesenfilaEntity, DesenfilaFeeEntity, DesenfilaInfoEntity, DesenfilaMerchantAddressEntity, DesenfilaMerchantEntity, DesenfilaMerchantV2PaymentProviderEntity, DesenfilaTokenEntity, DeveloperAppCredentialsEntity, DeveloperAppEntity, DeveloperAppStatusEnum, DeveloperEntity, DeveloperMemberEntity, DeviceEntity, EAmountMode, EAppCategory, EAppHeaderType, EAppMode, EAppType, EBankSlipStatus, EBarcodeFormat, EBillingStatus, EBooleanString, ECollectionsTypes, ECompanyKeys, ECompanyMessageType, ECustomerInterval, ECustomerStatus, ECustomerType, EPaymentType as EDeprecatedPaymentType, EDeviceAppImages, EDeviceCheckoutImages, EDeviceStatus, EDiscountType, EDocType, EEventMessage, EEvolutionEvent, EEvolutionInstanceType, EEvolutionIntegrationType, EFcmSkill, EFiscalDocModelCode, EFrom, EIFoodCatalogContext, EIFoodDietaryRestrictions, EIFoodSellingOptions, EIFoodServing, EIFoodUnit, EImageFolder, EIndoorMode, EInstallationStatus, EIntDocType, EIntervalType, EInvoiceStatus, EJwtStatus, ELeadOrigin, ELegalEntiy, EMimeTypeFile, EMpStatus, EMpStatusDetail, ENatipayOrderStatus, ENatipaySaleChannel, ENineNineCurrency, ENineNinePackageType, ENineNinePackageWeight, ENineNineVehicleType, EOperationType, EOperator, EOrderDeliveryMode, EOrderExtraInfo, EOrderStatus, EOrderTiming, EOrderType, EOs, EPayioAdminRole, EPayioChefOperationMode, EPayioChefTabMode, EPayioDistributorStatus, EPayioRole, EPaymentChannel, EPaymentMethodId, EPaymentMode, EPaymentProvider, EPaymentStatus, EPaymentType$1 as EPaymentType, EPaymentTypeId, EPayuioAppSlug, EPixKeyType, EPlanFeatureType, EPlanIdentifier, EPlatform, EPubSub, EPubSubTopicType, EReleaseStatus, EResumeIntervalType, EResumeType, ERole, EOperationType as ESponsorIdentifier, ESponsorshipValues, ESubsStatus, ESubscriptionStatus, ETransactionResumesTargetType, ETransactionStatus, ETypeFile, EVoucherRuleType, EVoucherStatus, EVoucherTargetTypes, EWaServerStatus, EWithdrawRequestStatus, EventMessageEntity, EvolutionChatWootEntity, EvolutionDatabaseQueueEntity, EvolutionEntity, EvolutionHashEntity, EvolutionInstanceEntity, EvolutionMessageKeyResponseEntity, EvolutionMessageResponseEntity, EvolutionQrcodeEntity, EvolutionTypeBotEntity, EvolutionWebhookEntity, ExchangeEntity, FcmDataReceivedDesenfilaPaymentEntity, FcmDataRequestItemsEntity, FcmTokenMessageEntity, FeatureEntity, FeeDetailEntity, FeeEntity, FeeFromEntity, FeeSaleChannelEntity, FirebaseQueryEntity, EGtintype as GTINTypeEnum, GeneralResumeTotalEntity, GlobalSettingEntity, GlobalSettingIuguEntity, GlobalSettingMasterEntity, GlobalSettingMercadoPagoEntity, GlobalSettingNatiPayEntity, GlobalSettingTaxesEntity, InfoEntity, InstallationAppEntity, InstallationEntity, InviteEntity, InviteStatusEnum, InvoiceBankSlipEntity, InvoiceCreditCardEntity, InvoiceEntity, InvoiceItemEntity, InvoiceLogEntity, InvoicePayerEntity, InvoicePixEntity, IuguAccountEntity, IuguAutoAdvanceEnum, IuguBankEnum, IuguChargeCreditCardEntity, IuguCustomerEntity, IuguInvoiceBankSlipEntity, IuguInvoiceEntity, IuguInvoiceStatusEnum, IuguPaymentTokenDataEntity, IuguPaymentTokenEntity, LastVerificationRequestDataEntity, LeadEntity, LeadStatusEnum, LogsEntity, MasterEntity, MasterV1Entity, MemberAccessEntity, MemberAccessRoleEntity, MemberAccessRolePermissionEntity, MemberEntity, MemberRulesEnum, MemberTypeEnum, MessagerChannelEntity, MetadataEntity, MobyoApiConfigEntity, ECampaignRuleType as MobyoECampaignRuleType, ECompanyMessageChannel as MobyoECompanyMessageChannel, EDeviceAppMode as MobyoEDeviceAppMode, EDeviceAppStatus as MobyoEDeviceAppStatus, EDeviceCheckoutStatus as MobyoEDeviceCheckoutStatus, EDeviceCustomerName as MobyoEDeviceCustomerName, EDeviceMode as MobyoEDeviceMode, EDeviceScreenMode as MobyoEDeviceScreenMode, EDeviceTefType as MobyoEDeviceTefType, EEngineType as MobyoEEngineType, EIuguInvoicesStatus as MobyoEIuguInvoicesStatus, EMemberRules as MobyoEMemberRules, EOrderCancelReasons as MobyoEOrderCancelReasons, EOrderDeliveredBy as MobyoEOrderDeliveredBy, EOrderOccurrenceType as MobyoEOrderOccurrenceType, EOrderPaymentId as MobyoEOrderPaymentId, EOrderPaymentMethod as MobyoEOrderPaymentMethod, EOrderV3DeliveryMode as MobyoEOrderV3DeliveryMode, EOrderV3SalesChannel as MobyoEOrderV3SalesChannel, EOrderV3Timing as MobyoEOrderV3Timing, EOrderV3Type as MobyoEOrderV3Type, EPreferenceAutoReturn as MobyoEPreferenceAutoReturn, EPreparingStatus as MobyoEPreparingStatus, EProductHighlight as MobyoEProductHighlight, EProductSkillV2 as MobyoEProductSkillV2, EQuestionTypes as MobyoEQuestionTypes, ETopics as MobyoETopics, IEntity as MobyoIEntity, IPaymentMethod as MobyoIPaymentMethod, MobyoInfoEntity, MonitorEntity, MottuAddressEntity, MottuEventDeliveryManEntity, MottuEventEntity, MottuEventRequestedByEntity, MottuOrderDelivererEntity, MottuOrderDeliveryManEntity, MottuOrderEntity, MottuOrderPreviewEntity, MottuOrderStoreEntity, MottuStoreEntity, MottuStoreMatrixEntity, MottuStoreResponsibleEntity, NatiGoEntity, NatiV1CartDesenfilaEntity, NatiV1CartEntity, NatiV1CartItemEntity, NatiV2ValidateCodeEntity, NatiWaEntity, NatiapyAddressEntity, NatipayCompanyEntity, NatipayCompanyExternalFeeEntity, NatipayEntity, NatipayFeeEntity, NatipayJwtPayloadAppEntity, NatipayJwtPayloadDeviceEntity, NatipayJwtPayloadEntity, NatipayJwtPayloadInfoEntity, NatipayJwtPayloadUserEntity, NatipayMemberEntity, NatipayMemberRulesEnum, NatipayMemberTypeEnum, NatipayMercadoPagoEntity, NatipayOrderEntity, NatipayOrderItemEntity, NatipaySponsorEntity, NatipaySponsorFeeEntity, NatipayTokenEntity, NatipayUserEntity, NotificationActionEntity, NotificationActionTypeEnum, NotificationCategoryEnum, NotificationEntity, NotificationPriorityEnum, NotificationStatusEnum, OrderAdditionalFeeEntity, OrderBenefitsEntity, OrderCancellationEntity, OrderCustomerEntity, OrderDeliveryEntity, OrderEntity, OrderItemCompositionEntity, OrderItemEntity, OrderItemOptionEntity, OrderMerchantEntity, OrderPaymentCardEntity, OrderPaymentCashEntity, OrderPaymentEntity, OrderPaymentMethodEntity, OrderPaymentPixEntity, OrderPaymentWalletEntity, OrderScaleEntity, OrderScaleItemEntity, OrderTotalEntity, OrdersCustomerPhoneEntity, OriginEntity, PartnerEntity, PayioActivationKeyEntity, PayioAddressEntity, PayioAdminEntity, PayioAppEntity, PayioChefConfigEntity, PayioChefConfigOperationEntity, PayioChefConfigPrinterEntity, PayioChefConfigScaleEntity, PayioChefConfigTabsEntity, PayioChefConfigWebhookEntity, PayioChefConfigWebhookHeaderEntity, PayioCompanyEntity, PayioCompanyNatipayCredentialEntity, PayioDeviceChefEntity, PayioDeviceEntity, PayioDistributorEntity, PayioDistributorResponsibleEntity, PayioEntitiesEnum, PayioGlobalProductEntity, PayioJwtPayloadAppEntity, PayioJwtPayloadDeviceEntity, PayioJwtPayloadEntity, PayioJwtPayloadInfoEntity, PayioJwtPayloadSubscriptionEntity, PayioJwtPayloadUserEntity, PayioMemberEntity, PayioOrderEntity, PayioOrderIndoorEntity, PayioOrderQueueEntity, PayioOrderQueueStatusEnum, PayioPartnerEntity, PayioPermissionEntity, PayioProductEntity, PayioResumeCompanyEntity, PayioResumeCompanyItemDetailEntity, PayioResumeCompanyItemEntity, PayioResumeQueueActionEnum, PayioResumeQueueEntity, PayioResumeQueueStatusEnum, PayioScheduleDayEntity, PayioScheduleEntity, PayioScheduleProductEntity, PayioScheduleSlotEntity, PayioTabEntity, PayioTokenEntity, PayioUserTypeEnum, PaymentCardEntity, PaymentCashEntity, PaymentEntity, PaymentMethodEntity, PaymentMethodOptionEntity, PaymentPixEntity, PaymentProviderAgentEntity, PaymentProviderEntity, PaymentTokenDataEntity, PaymentTokenEntity, PaymentWalletEntity, PixKeyEntity, PlanEntity, PlanFeatureEntity, PrivacySettingEntity, ProductBrandEntity, ProductCompanyEntity, ProductContainerEntity, ProductGlobalEntity, ProductNcmEntity, PubsubSubscriptionChangeStatusEntity, PurchaseEntity, QueryEntity, RabbitEntity, RatingEntity, RequestedItemDataEntity, RequestedItemsEntity, ResumeChildEntity, ResumeCustomerEntity, ResumeEnginesEntity, ResumeEntity, ResumeItemDetailEntity, ResumeItemEntity, ResumeOrderEntity, ResumeProductEntity, ResumeVoucherEntity, SponsorEntity, SponsorshipValueEntity, SubscriptionBaseEntity, SubscriptionBaseItemEntity, SubscriptionBaseLogEntity, SubscriptionCompanyEntity, SubscriptionCompanyProfileEntity, SubscriptionCustomerEntity, SubscriptionCustomerProfileEntity, TokenEntity, TransactionBalanceEntity, TransactionEntity, TransactionInfoResumeEntity, TransactionPaymentMethodEntity, TransactionResumeEntity, TransactionTotalEntity, TransferRequestEntity, UserEntity, UserTypeEnum, VerifierTokenEntity, VoucherCustomerEntity, VoucherEntity, VoucherSponsorshipEntity, WaServerEntity, WithDrawRequestEntity, factoryEnvelope, factoryEnvelopeArray, factoryEnvelopeArrayPagination };
|
8348
|
+
export { AccountInformationsEntity, AddressEntity, AppEntity, AppInfoEntity, BaseEntity, BillingEntity, BillingOrderEntity, BillingPaymentEntity, BillingTotalEntity, CampaignRuleEntity, CarouselImageEntity, ClientAplicationCredentialEntity, ClientAplicationEntity, ClientEntity, CompanyContactEntity, CompanyCustomDataEntity, CompanyEntity, CompanyRemoteAccessEntity, CompanySettingsEntity, CompanySettingsWaServerEntity, CompanyTrialPlansUsedEntity, ContainerEntity, CoordsEntity, CustomVariableEntity, CustomerCreditLimitEntity, CustomerEntity, CustomerMemberEntity, CustomerMobyoEntity, DelivererMobyoEntity, DeliveryAreaEntity, DeliveryAreaFixedEntity, DesenfilaConfigEntity, DesenfilaConfigMercadoPagoEntity, DesenfilaContainerOrderEntity, DesenfilaContainerOrderItemEntity, DesenfilaContainerOrderPaymentEntity, DesenfilaContainerOrderPixEntity, DesenfilaEntity, DesenfilaFeeEntity, DesenfilaInfoEntity, DesenfilaMerchantAddressEntity, DesenfilaMerchantEntity, DesenfilaMerchantV2PaymentProviderEntity, DesenfilaTokenEntity, DeveloperAppCredentialsEntity, DeveloperAppEntity, DeveloperAppStatusEnum, DeveloperEntity, DeveloperMemberEntity, DeviceEntity, EAmountMode, EAppCategory, EAppHeaderType, EAppMode, EAppType, EBankSlipStatus, EBarcodeFormat, EBillingStatus, EBooleanString, ECollectionsTypes, ECompanyKeys, ECompanyMessageType, ECustomerInterval, ECustomerStatus, ECustomerType, EPaymentType as EDeprecatedPaymentType, EDeviceAppImages, EDeviceCheckoutImages, EDeviceStatus, EDiscountType, EDocType, EEventMessage, EEvolutionEvent, EEvolutionInstanceType, EEvolutionIntegrationType, EFcmSkill, EFiscalDocModelCode, EFrom, EIFoodCatalogContext, EIFoodDietaryRestrictions, EIFoodSellingOptions, EIFoodServing, EIFoodUnit, EImageFolder, EIndoorMode, EInstallationStatus, EIntDocType, EIntervalType, EInvoiceStatus, EJwtStatus, ELeadOrigin, ELegalEntiy, EMimeTypeFile, EMpStatus, EMpStatusDetail, ENatipayOrderStatus, ENatipayProvider, ENatipaySaleChannel, ENineNineCurrency, ENineNinePackageType, ENineNinePackageWeight, ENineNineVehicleType, EOperationType, EOperator, EOrderDeliveryMode, EOrderExtraInfo, EOrderStatus, EOrderTiming, EOrderType, EOs, EPayioAdminRole, EPayioChefOperationMode, EPayioChefTabMode, EPayioDistributorStatus, EPayioRole, EPaymentChannel, EPaymentMethodId, EPaymentMode, EPaymentProvider, EPaymentStatus, EPaymentType$1 as EPaymentType, EPaymentTypeId, EPayuioAppSlug, EPixKeyType, EPlanFeatureType, EPlanIdentifier, EPlatform, EPubSub, EPubSubTopicType, EReleaseStatus, EResumeIntervalType, EResumeType, ERole, EOperationType as ESponsorIdentifier, ESponsorshipValues, ESubsStatus, ESubscriptionStatus, ETransactionResumesTargetType, ETransactionStatus, ETypeFile, EVoucherRuleType, EVoucherStatus, EVoucherTargetTypes, EWaServerStatus, EWithdrawRequestStatus, EventMessageEntity, EvolutionChatWootEntity, EvolutionDatabaseQueueEntity, EvolutionEntity, EvolutionHashEntity, EvolutionInstanceEntity, EvolutionMessageKeyResponseEntity, EvolutionMessageResponseEntity, EvolutionQrcodeEntity, EvolutionTypeBotEntity, EvolutionWebhookEntity, ExchangeEntity, FcmDataReceivedDesenfilaPaymentEntity, FcmDataRequestItemsEntity, FcmTokenMessageEntity, FeatureEntity, FeeDetailEntity, FeeEntity, FeeFromEntity, FeeSaleChannelEntity, FirebaseQueryEntity, EGtintype as GTINTypeEnum, GeneralResumeTotalEntity, GlobalSettingEntity, GlobalSettingIuguEntity, GlobalSettingMasterEntity, GlobalSettingMercadoPagoEntity, GlobalSettingNatiPayEntity, GlobalSettingTaxesEntity, InfoEntity, InstallationAppEntity, InstallationEntity, InviteEntity, InviteStatusEnum, InvoiceBankSlipEntity, InvoiceCreditCardEntity, InvoiceEntity, InvoiceItemEntity, InvoiceLogEntity, InvoicePayerEntity, InvoicePixEntity, IuguAccountEntity, IuguAutoAdvanceEnum, IuguBankEnum, IuguChargeCreditCardEntity, IuguCustomerEntity, IuguInvoiceBankSlipEntity, IuguInvoiceEntity, IuguInvoiceStatusEnum, IuguPaymentTokenDataEntity, IuguPaymentTokenEntity, LastVerificationRequestDataEntity, LeadEntity, LeadStatusEnum, LogsEntity, MasterEntity, MasterV1Entity, MemberAccessEntity, MemberAccessRoleEntity, MemberAccessRolePermissionEntity, MemberEntity, MemberRulesEnum, MemberTypeEnum, MessagerChannelEntity, MetadataEntity, MobyoApiConfigEntity, ECampaignRuleType as MobyoECampaignRuleType, ECompanyMessageChannel as MobyoECompanyMessageChannel, EDeviceAppMode as MobyoEDeviceAppMode, EDeviceAppStatus as MobyoEDeviceAppStatus, EDeviceCheckoutStatus as MobyoEDeviceCheckoutStatus, EDeviceCustomerName as MobyoEDeviceCustomerName, EDeviceMode as MobyoEDeviceMode, EDeviceScreenMode as MobyoEDeviceScreenMode, EDeviceTefType as MobyoEDeviceTefType, EEngineType as MobyoEEngineType, EIuguInvoicesStatus as MobyoEIuguInvoicesStatus, EMemberRules as MobyoEMemberRules, EOrderCancelReasons as MobyoEOrderCancelReasons, EOrderDeliveredBy as MobyoEOrderDeliveredBy, EOrderOccurrenceType as MobyoEOrderOccurrenceType, EOrderPaymentId as MobyoEOrderPaymentId, EOrderPaymentMethod as MobyoEOrderPaymentMethod, EOrderV3DeliveryMode as MobyoEOrderV3DeliveryMode, EOrderV3SalesChannel as MobyoEOrderV3SalesChannel, EOrderV3Timing as MobyoEOrderV3Timing, EOrderV3Type as MobyoEOrderV3Type, EPreferenceAutoReturn as MobyoEPreferenceAutoReturn, EPreparingStatus as MobyoEPreparingStatus, EProductHighlight as MobyoEProductHighlight, EProductSkillV2 as MobyoEProductSkillV2, EQuestionTypes as MobyoEQuestionTypes, ETopics as MobyoETopics, IEntity as MobyoIEntity, IPaymentMethod as MobyoIPaymentMethod, MobyoInfoEntity, MonitorEntity, MottuAddressEntity, MottuEventDeliveryManEntity, MottuEventEntity, MottuEventRequestedByEntity, MottuOrderDelivererEntity, MottuOrderDeliveryManEntity, MottuOrderEntity, MottuOrderPreviewEntity, MottuOrderStoreEntity, MottuStoreEntity, MottuStoreMatrixEntity, MottuStoreResponsibleEntity, NatiGoEntity, NatiV1CartDesenfilaEntity, NatiV1CartEntity, NatiV1CartItemEntity, NatiV2ValidateCodeEntity, NatiWaEntity, NatiapyAddressEntity, NatipayCompanyEntity, NatipayCompanyExternalFeeEntity, NatipayEntity, NatipayFeeEntity, NatipayJwtPayloadAppEntity, NatipayJwtPayloadDeviceEntity, NatipayJwtPayloadEntity, NatipayJwtPayloadInfoEntity, NatipayJwtPayloadUserEntity, NatipayMemberEntity, NatipayMemberRulesEnum, NatipayMemberTypeEnum, NatipayMercadoPagoEntity, NatipayOrderEntity, NatipayOrderItemEntity, NatipaySponsorEntity, NatipaySponsorFeeEntity, NatipayTokenEntity, NatipayUserEntity, NotificationActionEntity, NotificationActionTypeEnum, NotificationCategoryEnum, NotificationEntity, NotificationPriorityEnum, NotificationStatusEnum, OrderAdditionalFeeEntity, OrderBenefitsEntity, OrderCancellationEntity, OrderCustomerEntity, OrderDeliveryEntity, OrderEntity, OrderItemCompositionEntity, OrderItemEntity, OrderItemOptionEntity, OrderMerchantEntity, OrderPaymentCardEntity, OrderPaymentCashEntity, OrderPaymentEntity, OrderPaymentMethodEntity, OrderPaymentPixEntity, OrderPaymentWalletEntity, OrderScaleEntity, OrderScaleItemEntity, OrderTotalEntity, OrdersCustomerPhoneEntity, OriginEntity, PartnerEntity, PayioActivationKeyEntity, PayioAddressEntity, PayioAdminEntity, PayioAppEntity, PayioChefConfigEntity, PayioChefConfigOperationEntity, PayioChefConfigPrinterEntity, PayioChefConfigScaleEntity, PayioChefConfigTabsEntity, PayioChefConfigWebhookEntity, PayioChefConfigWebhookHeaderEntity, PayioCompanyEntity, PayioCompanyNatipayCredentialEntity, PayioDeviceChefEntity, PayioDeviceEntity, PayioDistributorEntity, PayioDistributorResponsibleEntity, PayioEntitiesEnum, PayioGlobalProductEntity, PayioJwtPayloadAppEntity, PayioJwtPayloadDeviceEntity, PayioJwtPayloadEntity, PayioJwtPayloadInfoEntity, PayioJwtPayloadSubscriptionEntity, PayioJwtPayloadUserEntity, PayioMemberEntity, PayioOrderEntity, PayioOrderIndoorEntity, PayioOrderQueueEntity, PayioOrderQueueStatusEnum, PayioPartnerEntity, PayioPermissionEntity, PayioProductEntity, PayioResumeCompanyEntity, PayioResumeCompanyItemDetailEntity, PayioResumeCompanyItemEntity, PayioResumeQueueActionEnum, PayioResumeQueueEntity, PayioResumeQueueStatusEnum, PayioScheduleDayEntity, PayioScheduleEntity, PayioScheduleProductEntity, PayioScheduleSlotEntity, PayioTabEntity, PayioTokenEntity, PayioUserTypeEnum, PaymentCardEntity, PaymentCashEntity, PaymentEntity, PaymentMethodEntity, PaymentMethodOptionEntity, PaymentPixEntity, PaymentProviderAgentEntity, PaymentProviderEntity, PaymentTokenDataEntity, PaymentTokenEntity, PaymentWalletEntity, PixKeyEntity, PlanEntity, PlanFeatureEntity, PrivacySettingEntity, ProductBrandEntity, ProductCompanyEntity, ProductContainerEntity, ProductGlobalEntity, ProductNcmEntity, PubsubSubscriptionChangeStatusEntity, PurchaseEntity, QueryEntity, RabbitEntity, RatingEntity, RequestedItemDataEntity, RequestedItemsEntity, ResumeChildEntity, ResumeCustomerEntity, ResumeEnginesEntity, ResumeEntity, ResumeItemDetailEntity, ResumeItemEntity, ResumeOrderEntity, ResumeProductEntity, ResumeVoucherEntity, SponsorEntity, SponsorshipValueEntity, SubscriptionBaseEntity, SubscriptionBaseItemEntity, SubscriptionBaseLogEntity, SubscriptionCompanyEntity, SubscriptionCompanyProfileEntity, SubscriptionCustomerEntity, SubscriptionCustomerProfileEntity, TokenEntity, TransactionBalanceEntity, TransactionEntity, TransactionInfoResumeEntity, TransactionPaymentMethodEntity, TransactionResumeEntity, TransactionTotalEntity, TransferRequestEntity, UserEntity, UserTypeEnum, VerifierTokenEntity, VoucherCustomerEntity, VoucherEntity, VoucherSponsorshipEntity, WaServerEntity, WithDrawRequestEntity, factoryEnvelope, factoryEnvelopeArray, factoryEnvelopeArrayPagination };
|
8340
8349
|
//# sourceMappingURL=cecon-interfaces.mjs.map
|