cecon-interfaces 1.2.39 → 1.2.41
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm2022/evolution/entities/evolution-database-queue.entity.mjs +26 -0
- package/dist/esm2022/evolution/entities/index.mjs +2 -1
- package/dist/esm2022/evolution/interfaces/i-evolution-database-queue.mjs +2 -0
- package/dist/esm2022/evolution/interfaces/index.mjs +1 -1
- package/dist/evolution/entities/evolution-database-queue.entity.d.ts +15 -0
- package/dist/evolution/entities/evolution-database-queue.entity.js +30 -0
- package/dist/evolution/entities/index.d.ts +1 -0
- package/dist/evolution/entities/index.js +3 -1
- package/dist/evolution/interfaces/i-evolution-database-queue.d.ts +13 -0
- package/dist/evolution/interfaces/i-evolution-database-queue.js +2 -0
- package/dist/evolution/interfaces/index.d.ts +1 -0
- package/dist/fesm2022/cecon-interfaces.mjs +27 -1
- package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
@@ -0,0 +1,26 @@
|
|
1
|
+
export class EvolutionDatabaseQueueEntity {
|
2
|
+
// #region Properties (11)
|
3
|
+
active = true;
|
4
|
+
baseUrl = '';
|
5
|
+
createdAt = Date.now();
|
6
|
+
id = '';
|
7
|
+
instanceName = '';
|
8
|
+
log = [];
|
9
|
+
notified = false;
|
10
|
+
notifiedAt = 0;
|
11
|
+
phoneNumber = '';
|
12
|
+
text = '';
|
13
|
+
updatedAt = Date.now();
|
14
|
+
// #endregion Properties (11)
|
15
|
+
// #region Constructors (1)
|
16
|
+
constructor(data) {
|
17
|
+
if (data) {
|
18
|
+
for (let key in data) {
|
19
|
+
if (data.hasOwnProperty(key) && key in this) {
|
20
|
+
this[key] = data[key];
|
21
|
+
}
|
22
|
+
}
|
23
|
+
}
|
24
|
+
}
|
25
|
+
}
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvbHV0aW9uLWRhdGFiYXNlLXF1ZXVlLmVudGl0eS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9ldm9sdXRpb24vZW50aXRpZXMvZXZvbHV0aW9uLWRhdGFiYXNlLXF1ZXVlLmVudGl0eS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxNQUFNLE9BQU8sNEJBQTRCO0lBQ3ZDLDBCQUEwQjtJQUVuQixNQUFNLEdBQVksSUFBSSxDQUFDO0lBQ3ZCLE9BQU8sR0FBVyxFQUFFLENBQUM7SUFDckIsU0FBUyxHQUFXLElBQUksQ0FBQyxHQUFHLEVBQUUsQ0FBQztJQUMvQixFQUFFLEdBQVcsRUFBRSxDQUFDO0lBQ2hCLFlBQVksR0FBVyxFQUFFLENBQUM7SUFDMUIsR0FBRyxHQUFhLEVBQUUsQ0FBQztJQUNuQixRQUFRLEdBQVksS0FBSyxDQUFDO0lBQzFCLFVBQVUsR0FBVyxDQUFDLENBQUM7SUFDdkIsV0FBVyxHQUFXLEVBQUUsQ0FBQztJQUN6QixJQUFJLEdBQVcsRUFBRSxDQUFDO0lBQ2xCLFNBQVMsR0FBVyxJQUFJLENBQUMsR0FBRyxFQUFFLENBQUM7SUFFdEMsNkJBQTZCO0lBRTdCLDJCQUEyQjtJQUUzQixZQUFZLElBQTRDO1FBQ3RELElBQUksSUFBSSxFQUFFO1lBQ1IsS0FBSyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUU7Z0JBQ3BCLElBQUksSUFBSSxDQUFDLGNBQWMsQ0FBQyxHQUFHLENBQUMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFO29CQUMxQyxJQUFZLENBQUMsR0FBRyxDQUFDLEdBQUksSUFBWSxDQUFDLEdBQUcsQ0FBQyxDQUFDO2lCQUN6QzthQUNGO1NBQ0Y7SUFDSCxDQUFDO0NBR0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJRXZvbHV0aW9uRGF0YWJhc2VRdWV1ZSB9IGZyb20gJy4uL2ludGVyZmFjZXMvaS1ldm9sdXRpb24tZGF0YWJhc2UtcXVldWUnO1xuXG5leHBvcnQgY2xhc3MgRXZvbHV0aW9uRGF0YWJhc2VRdWV1ZUVudGl0eSBpbXBsZW1lbnRzIElFdm9sdXRpb25EYXRhYmFzZVF1ZXVlIHtcbiAgLy8gI3JlZ2lvbiBQcm9wZXJ0aWVzICgxMSlcblxuICBwdWJsaWMgYWN0aXZlOiBib29sZWFuID0gdHJ1ZTtcbiAgcHVibGljIGJhc2VVcmw6IHN0cmluZyA9ICcnO1xuICBwdWJsaWMgY3JlYXRlZEF0OiBudW1iZXIgPSBEYXRlLm5vdygpO1xuICBwdWJsaWMgaWQ6IHN0cmluZyA9ICcnO1xuICBwdWJsaWMgaW5zdGFuY2VOYW1lOiBzdHJpbmcgPSAnJztcbiAgcHVibGljIGxvZzogc3RyaW5nW10gPSBbXTtcbiAgcHVibGljIG5vdGlmaWVkOiBib29sZWFuID0gZmFsc2U7XG4gIHB1YmxpYyBub3RpZmllZEF0OiBudW1iZXIgPSAwO1xuICBwdWJsaWMgcGhvbmVOdW1iZXI6IHN0cmluZyA9ICcnO1xuICBwdWJsaWMgdGV4dDogc3RyaW5nID0gJyc7XG4gIHB1YmxpYyB1cGRhdGVkQXQ6IG51bWJlciA9IERhdGUubm93KCk7XG5cbiAgLy8gI2VuZHJlZ2lvbiBQcm9wZXJ0aWVzICgxMSlcblxuICAvLyAjcmVnaW9uIENvbnN0cnVjdG9ycyAoMSlcblxuICBjb25zdHJ1Y3RvcihkYXRhPzogUGFydGlhbDxFdm9sdXRpb25EYXRhYmFzZVF1ZXVlRW50aXR5Pikge1xuICAgIGlmIChkYXRhKSB7XG4gICAgICBmb3IgKGxldCBrZXkgaW4gZGF0YSkge1xuICAgICAgICBpZiAoZGF0YS5oYXNPd25Qcm9wZXJ0eShrZXkpICYmIGtleSBpbiB0aGlzKSB7XG4gICAgICAgICAgKHRoaXMgYXMgYW55KVtrZXldID0gKGRhdGEgYXMgYW55KVtrZXldO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgLy8gI2VuZHJlZ2lvbiBDb25zdHJ1Y3RvcnMgKDEpXG59XG4iXX0=
|
@@ -1,4 +1,5 @@
|
|
1
1
|
export { EvolutionChatWootEntity } from './chatwoot.entity';
|
2
|
+
export { EvolutionDatabaseQueueEntity } from './evolution-database-queue.entity';
|
2
3
|
export { EvolutionEntity } from './evolution.entity';
|
3
4
|
export { EvolutionHashEntity } from './hash.entity';
|
4
5
|
export { EvolutionInstanceEntity } from './instance.entity';
|
@@ -6,4 +7,4 @@ export { EvolutionQrcodeEntity } from './qrcode.entity';
|
|
6
7
|
export * from './send-message';
|
7
8
|
export { EvolutionTypeBotEntity } from './typebot.entity';
|
8
9
|
export { EvolutionWebhookEntity } from './webhook.entity';
|
9
|
-
//# sourceMappingURL=data:application/json;base64,
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZXZvbHV0aW9uL2VudGl0aWVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQzVELE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQ2pGLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDcEQsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDNUQsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDeEQsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUMxRCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IEV2b2x1dGlvbkNoYXRXb290RW50aXR5IH0gZnJvbSAnLi9jaGF0d29vdC5lbnRpdHknO1xyXG5leHBvcnQgeyBFdm9sdXRpb25EYXRhYmFzZVF1ZXVlRW50aXR5IH0gZnJvbSAnLi9ldm9sdXRpb24tZGF0YWJhc2UtcXVldWUuZW50aXR5JztcclxuZXhwb3J0IHsgRXZvbHV0aW9uRW50aXR5IH0gZnJvbSAnLi9ldm9sdXRpb24uZW50aXR5JztcclxuZXhwb3J0IHsgRXZvbHV0aW9uSGFzaEVudGl0eSB9IGZyb20gJy4vaGFzaC5lbnRpdHknO1xyXG5leHBvcnQgeyBFdm9sdXRpb25JbnN0YW5jZUVudGl0eSB9IGZyb20gJy4vaW5zdGFuY2UuZW50aXR5JztcclxuZXhwb3J0IHsgRXZvbHV0aW9uUXJjb2RlRW50aXR5IH0gZnJvbSAnLi9xcmNvZGUuZW50aXR5JztcclxuZXhwb3J0ICogZnJvbSAnLi9zZW5kLW1lc3NhZ2UnO1xyXG5leHBvcnQgeyBFdm9sdXRpb25UeXBlQm90RW50aXR5IH0gZnJvbSAnLi90eXBlYm90LmVudGl0eSc7XHJcbmV4cG9ydCB7IEV2b2x1dGlvbldlYmhvb2tFbnRpdHkgfSBmcm9tICcuL3dlYmhvb2suZW50aXR5JztcclxuIl19
|
@@ -0,0 +1,2 @@
|
|
1
|
+
export {};
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaS1ldm9sdXRpb24tZGF0YWJhc2UtcXVldWUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZXZvbHV0aW9uL2ludGVyZmFjZXMvaS1ldm9sdXRpb24tZGF0YWJhc2UtcXVldWUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgSUV2b2x1dGlvbkRhdGFiYXNlUXVldWUge1xuICAvLyAjcmVnaW9uIFByb3BlcnRpZXMgKDExKVxuXG4gIGFjdGl2ZTogYm9vbGVhbjtcbiAgYmFzZVVybDogc3RyaW5nO1xuICBjcmVhdGVkQXQ6IG51bWJlcjtcbiAgaWQ6IHN0cmluZztcbiAgaW5zdGFuY2VOYW1lOiBzdHJpbmc7XG4gIGxvZzogc3RyaW5nW107XG4gIG5vdGlmaWVkOiBib29sZWFuO1xuICBub3RpZmllZEF0OiBudW1iZXI7XG4gIHBob25lTnVtYmVyOiBzdHJpbmc7XG4gIHRleHQ6IHN0cmluZztcbiAgdXBkYXRlZEF0OiBudW1iZXI7XG5cbiAgLy8gI2VuZHJlZ2lvbiBQcm9wZXJ0aWVzICgxMSlcbn1cbiJdfQ==
|
@@ -1,2 +1,2 @@
|
|
1
1
|
export * from './send-messages';
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZXZvbHV0aW9uL2ludGVyZmFjZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBUUEsY0FBYyxpQkFBaUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IElFdm9sdXRpb25DaGF0V29vdCB9IGZyb20gJy4vaS1jaGF0d29vdCc7XHJcbmV4cG9ydCB7IElFdm9sdXRpb24gfSBmcm9tICcuL2ktZXZvbHV0aW9uJztcclxuZXhwb3J0IHsgSUV2b2x1dGlvbkRhdGFiYXNlUXVldWUgfSBmcm9tICcuL2ktZXZvbHV0aW9uLWRhdGFiYXNlLXF1ZXVlJztcclxuZXhwb3J0IHsgSUV2b2x1dGlvbkhhc2ggfSBmcm9tICcuL2ktaGFzaCc7XHJcbmV4cG9ydCB7IElFdm9sdXRpb25JbnN0YW5jZSB9IGZyb20gJy4vaS1pbnN0YW5jZSc7XHJcbmV4cG9ydCB7IElFdm9sdXRpb25RcmNvZGUgfSBmcm9tICcuL2ktcXJjb2RlJztcclxuZXhwb3J0IHsgSUV2b2x1dGlvblR5cGVib3QgfSBmcm9tICcuL2ktdHlwZWJvdCc7XHJcbmV4cG9ydCB7IElFdm9sdXRpb25XZWJob29rIH0gZnJvbSAnLi9pLXdlYmhvb2snO1xyXG5leHBvcnQgKiBmcm9tICcuL3NlbmQtbWVzc2FnZXMnO1xyXG4iXX0=
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { IEvolutionDatabaseQueue } from '../interfaces/i-evolution-database-queue';
|
2
|
+
export declare class EvolutionDatabaseQueueEntity implements IEvolutionDatabaseQueue {
|
3
|
+
active: boolean;
|
4
|
+
baseUrl: string;
|
5
|
+
createdAt: number;
|
6
|
+
id: string;
|
7
|
+
instanceName: string;
|
8
|
+
log: string[];
|
9
|
+
notified: boolean;
|
10
|
+
notifiedAt: number;
|
11
|
+
phoneNumber: string;
|
12
|
+
text: string;
|
13
|
+
updatedAt: number;
|
14
|
+
constructor(data?: Partial<EvolutionDatabaseQueueEntity>);
|
15
|
+
}
|
@@ -0,0 +1,30 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.EvolutionDatabaseQueueEntity = void 0;
|
4
|
+
var EvolutionDatabaseQueueEntity = /** @class */ (function () {
|
5
|
+
// #endregion Properties (11)
|
6
|
+
// #region Constructors (1)
|
7
|
+
function EvolutionDatabaseQueueEntity(data) {
|
8
|
+
// #region Properties (11)
|
9
|
+
this.active = true;
|
10
|
+
this.baseUrl = '';
|
11
|
+
this.createdAt = Date.now();
|
12
|
+
this.id = '';
|
13
|
+
this.instanceName = '';
|
14
|
+
this.log = [];
|
15
|
+
this.notified = false;
|
16
|
+
this.notifiedAt = 0;
|
17
|
+
this.phoneNumber = '';
|
18
|
+
this.text = '';
|
19
|
+
this.updatedAt = Date.now();
|
20
|
+
if (data) {
|
21
|
+
for (var key in data) {
|
22
|
+
if (data.hasOwnProperty(key) && key in this) {
|
23
|
+
this[key] = data[key];
|
24
|
+
}
|
25
|
+
}
|
26
|
+
}
|
27
|
+
}
|
28
|
+
return EvolutionDatabaseQueueEntity;
|
29
|
+
}());
|
30
|
+
exports.EvolutionDatabaseQueueEntity = EvolutionDatabaseQueueEntity;
|
@@ -1,4 +1,5 @@
|
|
1
1
|
export { EvolutionChatWootEntity } from './chatwoot.entity';
|
2
|
+
export { EvolutionDatabaseQueueEntity } from './evolution-database-queue.entity';
|
2
3
|
export { EvolutionEntity } from './evolution.entity';
|
3
4
|
export { EvolutionHashEntity } from './hash.entity';
|
4
5
|
export { EvolutionInstanceEntity } from './instance.entity';
|
@@ -14,9 +14,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
-
exports.EvolutionWebhookEntity = exports.EvolutionTypeBotEntity = exports.EvolutionQrcodeEntity = exports.EvolutionInstanceEntity = exports.EvolutionHashEntity = exports.EvolutionEntity = exports.EvolutionChatWootEntity = void 0;
|
17
|
+
exports.EvolutionWebhookEntity = exports.EvolutionTypeBotEntity = exports.EvolutionQrcodeEntity = exports.EvolutionInstanceEntity = exports.EvolutionHashEntity = exports.EvolutionEntity = exports.EvolutionDatabaseQueueEntity = exports.EvolutionChatWootEntity = void 0;
|
18
18
|
var chatwoot_entity_1 = require("./chatwoot.entity");
|
19
19
|
Object.defineProperty(exports, "EvolutionChatWootEntity", { enumerable: true, get: function () { return chatwoot_entity_1.EvolutionChatWootEntity; } });
|
20
|
+
var evolution_database_queue_entity_1 = require("./evolution-database-queue.entity");
|
21
|
+
Object.defineProperty(exports, "EvolutionDatabaseQueueEntity", { enumerable: true, get: function () { return evolution_database_queue_entity_1.EvolutionDatabaseQueueEntity; } });
|
20
22
|
var evolution_entity_1 = require("./evolution.entity");
|
21
23
|
Object.defineProperty(exports, "EvolutionEntity", { enumerable: true, get: function () { return evolution_entity_1.EvolutionEntity; } });
|
22
24
|
var hash_entity_1 = require("./hash.entity");
|
@@ -0,0 +1,13 @@
|
|
1
|
+
export interface IEvolutionDatabaseQueue {
|
2
|
+
active: boolean;
|
3
|
+
baseUrl: string;
|
4
|
+
createdAt: number;
|
5
|
+
id: string;
|
6
|
+
instanceName: string;
|
7
|
+
log: string[];
|
8
|
+
notified: boolean;
|
9
|
+
notifiedAt: number;
|
10
|
+
phoneNumber: string;
|
11
|
+
text: string;
|
12
|
+
updatedAt: number;
|
13
|
+
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
export { IEvolutionChatWoot } from './i-chatwoot';
|
2
2
|
export { IEvolution } from './i-evolution';
|
3
|
+
export { IEvolutionDatabaseQueue } from './i-evolution-database-queue';
|
3
4
|
export { IEvolutionHash } from './i-hash';
|
4
5
|
export { IEvolutionInstance } from './i-instance';
|
5
6
|
export { IEvolutionQrcode } from './i-qrcode';
|
@@ -775,6 +775,32 @@ class EvolutionChatWootEntity {
|
|
775
775
|
}
|
776
776
|
}
|
777
777
|
|
778
|
+
class EvolutionDatabaseQueueEntity {
|
779
|
+
// #region Properties (11)
|
780
|
+
active = true;
|
781
|
+
baseUrl = '';
|
782
|
+
createdAt = Date.now();
|
783
|
+
id = '';
|
784
|
+
instanceName = '';
|
785
|
+
log = [];
|
786
|
+
notified = false;
|
787
|
+
notifiedAt = 0;
|
788
|
+
phoneNumber = '';
|
789
|
+
text = '';
|
790
|
+
updatedAt = Date.now();
|
791
|
+
// #endregion Properties (11)
|
792
|
+
// #region Constructors (1)
|
793
|
+
constructor(data) {
|
794
|
+
if (data) {
|
795
|
+
for (let key in data) {
|
796
|
+
if (data.hasOwnProperty(key) && key in this) {
|
797
|
+
this[key] = data[key];
|
798
|
+
}
|
799
|
+
}
|
800
|
+
}
|
801
|
+
}
|
802
|
+
}
|
803
|
+
|
778
804
|
class EvolutionHashEntity {
|
779
805
|
// #region Properties (1)
|
780
806
|
apikey = '';
|
@@ -4014,5 +4040,5 @@ class WaServerEntity {
|
|
4014
4040
|
* Generated bundle index. Do not edit.
|
4015
4041
|
*/
|
4016
4042
|
|
4017
|
-
export { AccountInformationsEntity, AddressEntity, AppEntity, AppInfoEntity, BaseEntity, BillingEntity, BillingOrderEntity, BillingPaymentEntity, BillingTotalEntity, CampaignEntity, CarouselImageEntity, ClientAplicationCredentialEntity, ClientAplicationEntity, ClientEntity, CompanyEntity, CompanyTrialPlansUsedEntity, ContainerEntity, CoordsEntity, CustomVariableEntity, CustomerEntity, CustomerMemberEntity, DeliveryAreaEntity, DeliveryAreaFixedEntity, DesenfilaEntity, DeviceEntity, EAppCategory, EAppHeaderType, EAppMode, EAppType, EBankSlipStatus, EBillingStatus, EBooleanString, ECampaignStatus, ECompanyKeys, ECompanyMessageType, ECustomerInterval, ECustomerStatus, ECustomerType, EDiscountType, EDocType, EEvolutionEvent, EEvolutionInstanceType, EFiscalDocModelCode, EInstallationStatus, EIntervalType, EInvoiceStatus, ELeadOrigin, ELegalEntiy, EOrderDeliveryMode, EOrderTiming, EOrderType, EOs, EPaymentChannel, EPaymentMode, EPaymentProvider, EPaymentStatus, EPaymentType, EPlanFeatureType, EPlanIdentifier, EPlatform, EPubSub, EPubSubTopicType, ESponsorshipValues, ESubscriptionStatus, EVoucherStatus, EWaServerStatus, EvolutionChatWootEntity, EvolutionEntity, EvolutionHashEntity, EvolutionInstanceEntity, EvolutionMessageKeyResponseEntity, EvolutionMessageResponseEntity, EvolutionQrcodeEntity, EvolutionTypeBotEntity, EvolutionWebhookEntity, FeatureEntity, EGtintype as GTINTypeEnum, GlobalSettingEntity, GlobalSettingIuguEntity, GlobalSettingMasterEntity, InstallationEntity, InviteEntity, InviteStatusEnum, InvoiceBankSlipEntity, InvoiceCreditCardEntity, InvoiceEntity, InvoiceItemEntity, InvoiceLogEntity, InvoicePayerEntity, InvoicePixEntity, IuguAccountEntity, IuguAutoAdvanceEnum, IuguBankEnum, IuguChargeCreditCardEntity, IuguCustomerEntity, IuguInvoiceBankSlipEntity, IuguInvoiceEntity, IuguInvoiceStatusEnum, IuguPaymentTokenDataEntity, IuguPaymentTokenEntity, LastVerificationRequestDataEntity, LeadEntity, LeadStatusEnum, MemberEntity, MemberRulesEnum, MemberTypeEnum, MessagerChannelEntity, MetadataEntity, MobyoApiConfigEntity, NatiGoEntity, NatiWaEntity, NotificationActionEntity, NotificationActionTypeEnum, NotificationCategoryEnum, NotificationEntity, NotificationPriorityEnum, NotificationStatusEnum, OrderAdditionalFeeEntity, OrderBenefitsEntity, OrderCancellationEntity, OrderCustomerEntity, OrderDeliveryEntity, OrderEntity, OrderItemCompositionEntity, OrderItemEntity, OrderItemOptionEntity, OrderMerchantEntity, OrderPaymentCardEntity, OrderPaymentCashEntity, OrderPaymentEntity, OrderPaymentMethodEntity, OrderPaymentPixEntity, OrderPaymentWalletEntity, OrderScaleEntity, OrderScaleItemEntity, OrderStatusEnum, OrderTotalEntity, OrdersCustomerPhoneEntity, OriginEntity, PartnerEntity, PaymentCardEntity, PaymentCashEntity, PaymentEntity, PaymentMethodEntity, PaymentMethodOptionEntity, PaymentPixEntity, PaymentProviderAgentEntity, PaymentProviderEntity, PaymentTokenDataEntity, PaymentTokenEntity, PaymentWalletEntity, PlanEntity, PlanFeatureEntity, ProductBrandEntity, ProductCompanyEntity, ProductContainerEntity, ProductNcmEntity, ProductGlobalEntity as ProductglobalEntity, PubsubSubscriptionChangeStatusEntity, PurchaseEntity, RabbitEntity, RatingEntity, ResumeCollectionEntity, ResumeDayEntity, ResumeEntity, ResumeHourEntity, ResumeMonthEntity, ResumeTotalEntity, ResumeYearEntity, SponsorshipValueEntity, SubscriptionBaseEntity, SubscriptionBaseItemEntity, SubscriptionBaseLogEntity, SubscriptionCompanyEntity, SubscriptionCompanyProfileEntity, SubscriptionCustomerEntity, SubscriptionCustomerProfileEntity, TokenEntity, VoucherEntity, WaServerEntity };
|
4043
|
+
export { AccountInformationsEntity, AddressEntity, AppEntity, AppInfoEntity, BaseEntity, BillingEntity, BillingOrderEntity, BillingPaymentEntity, BillingTotalEntity, CampaignEntity, CarouselImageEntity, ClientAplicationCredentialEntity, ClientAplicationEntity, ClientEntity, CompanyEntity, CompanyTrialPlansUsedEntity, ContainerEntity, CoordsEntity, CustomVariableEntity, CustomerEntity, CustomerMemberEntity, DeliveryAreaEntity, DeliveryAreaFixedEntity, DesenfilaEntity, DeviceEntity, EAppCategory, EAppHeaderType, EAppMode, EAppType, EBankSlipStatus, EBillingStatus, EBooleanString, ECampaignStatus, ECompanyKeys, ECompanyMessageType, ECustomerInterval, ECustomerStatus, ECustomerType, EDiscountType, EDocType, EEvolutionEvent, EEvolutionInstanceType, EFiscalDocModelCode, EInstallationStatus, EIntervalType, EInvoiceStatus, ELeadOrigin, ELegalEntiy, EOrderDeliveryMode, EOrderTiming, EOrderType, EOs, EPaymentChannel, EPaymentMode, EPaymentProvider, EPaymentStatus, EPaymentType, EPlanFeatureType, EPlanIdentifier, EPlatform, EPubSub, EPubSubTopicType, ESponsorshipValues, ESubscriptionStatus, EVoucherStatus, EWaServerStatus, EvolutionChatWootEntity, EvolutionDatabaseQueueEntity, EvolutionEntity, EvolutionHashEntity, EvolutionInstanceEntity, EvolutionMessageKeyResponseEntity, EvolutionMessageResponseEntity, EvolutionQrcodeEntity, EvolutionTypeBotEntity, EvolutionWebhookEntity, FeatureEntity, EGtintype as GTINTypeEnum, GlobalSettingEntity, GlobalSettingIuguEntity, GlobalSettingMasterEntity, InstallationEntity, InviteEntity, InviteStatusEnum, InvoiceBankSlipEntity, InvoiceCreditCardEntity, InvoiceEntity, InvoiceItemEntity, InvoiceLogEntity, InvoicePayerEntity, InvoicePixEntity, IuguAccountEntity, IuguAutoAdvanceEnum, IuguBankEnum, IuguChargeCreditCardEntity, IuguCustomerEntity, IuguInvoiceBankSlipEntity, IuguInvoiceEntity, IuguInvoiceStatusEnum, IuguPaymentTokenDataEntity, IuguPaymentTokenEntity, LastVerificationRequestDataEntity, LeadEntity, LeadStatusEnum, MemberEntity, MemberRulesEnum, MemberTypeEnum, MessagerChannelEntity, MetadataEntity, MobyoApiConfigEntity, NatiGoEntity, NatiWaEntity, NotificationActionEntity, NotificationActionTypeEnum, NotificationCategoryEnum, NotificationEntity, NotificationPriorityEnum, NotificationStatusEnum, OrderAdditionalFeeEntity, OrderBenefitsEntity, OrderCancellationEntity, OrderCustomerEntity, OrderDeliveryEntity, OrderEntity, OrderItemCompositionEntity, OrderItemEntity, OrderItemOptionEntity, OrderMerchantEntity, OrderPaymentCardEntity, OrderPaymentCashEntity, OrderPaymentEntity, OrderPaymentMethodEntity, OrderPaymentPixEntity, OrderPaymentWalletEntity, OrderScaleEntity, OrderScaleItemEntity, OrderStatusEnum, OrderTotalEntity, OrdersCustomerPhoneEntity, OriginEntity, PartnerEntity, PaymentCardEntity, PaymentCashEntity, PaymentEntity, PaymentMethodEntity, PaymentMethodOptionEntity, PaymentPixEntity, PaymentProviderAgentEntity, PaymentProviderEntity, PaymentTokenDataEntity, PaymentTokenEntity, PaymentWalletEntity, PlanEntity, PlanFeatureEntity, ProductBrandEntity, ProductCompanyEntity, ProductContainerEntity, ProductNcmEntity, ProductGlobalEntity as ProductglobalEntity, PubsubSubscriptionChangeStatusEntity, PurchaseEntity, RabbitEntity, RatingEntity, ResumeCollectionEntity, ResumeDayEntity, ResumeEntity, ResumeHourEntity, ResumeMonthEntity, ResumeTotalEntity, ResumeYearEntity, SponsorshipValueEntity, SubscriptionBaseEntity, SubscriptionBaseItemEntity, SubscriptionBaseLogEntity, SubscriptionCompanyEntity, SubscriptionCompanyProfileEntity, SubscriptionCustomerEntity, SubscriptionCustomerProfileEntity, TokenEntity, VoucherEntity, WaServerEntity };
|
4018
4044
|
//# sourceMappingURL=cecon-interfaces.mjs.map
|