cecon-interfaces 1.2.40 → 1.2.42

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,27 @@
1
+ export class EvolutionDatabaseQueueEntity {
2
+ // #region Properties (11)
3
+ active = true;
4
+ baseUrl = '';
5
+ createdAt = Date.now();
6
+ id = '';
7
+ instanceName = '';
8
+ globalApikey = '';
9
+ log = [];
10
+ notified = false;
11
+ notifiedAt = 0;
12
+ phoneNumber = '';
13
+ text = '';
14
+ updatedAt = Date.now();
15
+ // #endregion Properties (11)
16
+ // #region Constructors (1)
17
+ constructor(data) {
18
+ if (data) {
19
+ for (let key in data) {
20
+ if (data.hasOwnProperty(key) && key in this) {
21
+ this[key] = data[key];
22
+ }
23
+ }
24
+ }
25
+ }
26
+ }
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvbHV0aW9uLWRhdGFiYXNlLXF1ZXVlLmVudGl0eS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9ldm9sdXRpb24vZW50aXRpZXMvZXZvbHV0aW9uLWRhdGFiYXNlLXF1ZXVlLmVudGl0eS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxNQUFNLE9BQU8sNEJBQTRCO0lBQ3ZDLDBCQUEwQjtJQUVuQixNQUFNLEdBQVksSUFBSSxDQUFDO0lBQ3ZCLE9BQU8sR0FBVyxFQUFFLENBQUM7SUFDckIsU0FBUyxHQUFXLElBQUksQ0FBQyxHQUFHLEVBQUUsQ0FBQztJQUMvQixFQUFFLEdBQVcsRUFBRSxDQUFDO0lBQ2hCLFlBQVksR0FBVyxFQUFFLENBQUM7SUFDMUIsWUFBWSxHQUFXLEVBQUUsQ0FBQztJQUMxQixHQUFHLEdBQWEsRUFBRSxDQUFDO0lBQ25CLFFBQVEsR0FBWSxLQUFLLENBQUM7SUFDMUIsVUFBVSxHQUFXLENBQUMsQ0FBQztJQUN2QixXQUFXLEdBQVcsRUFBRSxDQUFDO0lBQ3pCLElBQUksR0FBVyxFQUFFLENBQUM7SUFDbEIsU0FBUyxHQUFXLElBQUksQ0FBQyxHQUFHLEVBQUUsQ0FBQztJQUV0Qyw2QkFBNkI7SUFFN0IsMkJBQTJCO0lBRTNCLFlBQVksSUFBNEM7UUFDdEQsSUFBSSxJQUFJLEVBQUU7WUFDUixLQUFLLElBQUksR0FBRyxJQUFJLElBQUksRUFBRTtnQkFDcEIsSUFBSSxJQUFJLENBQUMsY0FBYyxDQUFDLEdBQUcsQ0FBQyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUU7b0JBQzFDLElBQVksQ0FBQyxHQUFHLENBQUMsR0FBSSxJQUFZLENBQUMsR0FBRyxDQUFDLENBQUM7aUJBQ3pDO2FBQ0Y7U0FDRjtJQUNILENBQUM7Q0FDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IElFdm9sdXRpb25EYXRhYmFzZVF1ZXVlIH0gZnJvbSAnLi4vaW50ZXJmYWNlcy9pLWV2b2x1dGlvbi1kYXRhYmFzZS1xdWV1ZSc7XG5cbmV4cG9ydCBjbGFzcyBFdm9sdXRpb25EYXRhYmFzZVF1ZXVlRW50aXR5IGltcGxlbWVudHMgSUV2b2x1dGlvbkRhdGFiYXNlUXVldWUge1xuICAvLyAjcmVnaW9uIFByb3BlcnRpZXMgKDExKVxuXG4gIHB1YmxpYyBhY3RpdmU6IGJvb2xlYW4gPSB0cnVlO1xuICBwdWJsaWMgYmFzZVVybDogc3RyaW5nID0gJyc7XG4gIHB1YmxpYyBjcmVhdGVkQXQ6IG51bWJlciA9IERhdGUubm93KCk7XG4gIHB1YmxpYyBpZDogc3RyaW5nID0gJyc7XG4gIHB1YmxpYyBpbnN0YW5jZU5hbWU6IHN0cmluZyA9ICcnO1xuICBwdWJsaWMgZ2xvYmFsQXBpa2V5OiBzdHJpbmcgPSAnJztcbiAgcHVibGljIGxvZzogc3RyaW5nW10gPSBbXTtcbiAgcHVibGljIG5vdGlmaWVkOiBib29sZWFuID0gZmFsc2U7XG4gIHB1YmxpYyBub3RpZmllZEF0OiBudW1iZXIgPSAwO1xuICBwdWJsaWMgcGhvbmVOdW1iZXI6IHN0cmluZyA9ICcnO1xuICBwdWJsaWMgdGV4dDogc3RyaW5nID0gJyc7XG4gIHB1YmxpYyB1cGRhdGVkQXQ6IG51bWJlciA9IERhdGUubm93KCk7XG5cbiAgLy8gI2VuZHJlZ2lvbiBQcm9wZXJ0aWVzICgxMSlcblxuICAvLyAjcmVnaW9uIENvbnN0cnVjdG9ycyAoMSlcblxuICBjb25zdHJ1Y3RvcihkYXRhPzogUGFydGlhbDxFdm9sdXRpb25EYXRhYmFzZVF1ZXVlRW50aXR5Pikge1xuICAgIGlmIChkYXRhKSB7XG4gICAgICBmb3IgKGxldCBrZXkgaW4gZGF0YSkge1xuICAgICAgICBpZiAoZGF0YS5oYXNPd25Qcm9wZXJ0eShrZXkpICYmIGtleSBpbiB0aGlzKSB7XG4gICAgICAgICAgKHRoaXMgYXMgYW55KVtrZXldID0gKGRhdGEgYXMgYW55KVtrZXldO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG59XG4iXX0=
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZXZvbHV0aW9uL2VudGl0aWVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQzVELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDcEQsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDNUQsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDeEQsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUMxRCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IEV2b2x1dGlvbkNoYXRXb290RW50aXR5IH0gZnJvbSAnLi9jaGF0d29vdC5lbnRpdHknO1xyXG5leHBvcnQgeyBFdm9sdXRpb25FbnRpdHkgfSBmcm9tICcuL2V2b2x1dGlvbi5lbnRpdHknO1xyXG5leHBvcnQgeyBFdm9sdXRpb25IYXNoRW50aXR5IH0gZnJvbSAnLi9oYXNoLmVudGl0eSc7XHJcbmV4cG9ydCB7IEV2b2x1dGlvbkluc3RhbmNlRW50aXR5IH0gZnJvbSAnLi9pbnN0YW5jZS5lbnRpdHknO1xyXG5leHBvcnQgeyBFdm9sdXRpb25RcmNvZGVFbnRpdHkgfSBmcm9tICcuL3FyY29kZS5lbnRpdHknO1xyXG5leHBvcnQgKiBmcm9tICcuL3NlbmQtbWVzc2FnZSc7XHJcbmV4cG9ydCB7IEV2b2x1dGlvblR5cGVCb3RFbnRpdHkgfSBmcm9tICcuL3R5cGVib3QuZW50aXR5JztcclxuZXhwb3J0IHsgRXZvbHV0aW9uV2ViaG9va0VudGl0eSB9IGZyb20gJy4vd2ViaG9vay5lbnRpdHknO1xyXG4iXX0=
10
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZXZvbHV0aW9uL2VudGl0aWVzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQzVELE9BQU8sRUFBRSw0QkFBNEIsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQ2pGLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNyRCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDcEQsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDNUQsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDeEQsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQztBQUMxRCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IEV2b2x1dGlvbkNoYXRXb290RW50aXR5IH0gZnJvbSAnLi9jaGF0d29vdC5lbnRpdHknO1xyXG5leHBvcnQgeyBFdm9sdXRpb25EYXRhYmFzZVF1ZXVlRW50aXR5IH0gZnJvbSAnLi9ldm9sdXRpb24tZGF0YWJhc2UtcXVldWUuZW50aXR5JztcclxuZXhwb3J0IHsgRXZvbHV0aW9uRW50aXR5IH0gZnJvbSAnLi9ldm9sdXRpb24uZW50aXR5JztcclxuZXhwb3J0IHsgRXZvbHV0aW9uSGFzaEVudGl0eSB9IGZyb20gJy4vaGFzaC5lbnRpdHknO1xyXG5leHBvcnQgeyBFdm9sdXRpb25JbnN0YW5jZUVudGl0eSB9IGZyb20gJy4vaW5zdGFuY2UuZW50aXR5JztcclxuZXhwb3J0IHsgRXZvbHV0aW9uUXJjb2RlRW50aXR5IH0gZnJvbSAnLi9xcmNvZGUuZW50aXR5JztcclxuZXhwb3J0ICogZnJvbSAnLi9zZW5kLW1lc3NhZ2UnO1xyXG5leHBvcnQgeyBFdm9sdXRpb25UeXBlQm90RW50aXR5IH0gZnJvbSAnLi90eXBlYm90LmVudGl0eSc7XHJcbmV4cG9ydCB7IEV2b2x1dGlvbldlYmhvb2tFbnRpdHkgfSBmcm9tICcuL3dlYmhvb2suZW50aXR5JztcclxuIl19
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaS1ldm9sdXRpb24tZGF0YWJhc2UtcXVldWUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZXZvbHV0aW9uL2ludGVyZmFjZXMvaS1ldm9sdXRpb24tZGF0YWJhc2UtcXVldWUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgSUV2b2x1dGlvbkRhdGFiYXNlUXVldWUge1xuICAvLyAjcmVnaW9uIFByb3BlcnRpZXMgKDExKVxuXG4gIGFjdGl2ZTogYm9vbGVhbjtcbiAgYmFzZVVybDogc3RyaW5nO1xuICBjcmVhdGVkQXQ6IG51bWJlcjtcbiAgaWQ6IHN0cmluZztcbiAgZ2xvYmFsQXBpa2V5OiBzdHJpbmc7XG4gIGluc3RhbmNlTmFtZTogc3RyaW5nO1xuICBsb2c6IHN0cmluZ1tdO1xuICBub3RpZmllZDogYm9vbGVhbjtcbiAgbm90aWZpZWRBdDogbnVtYmVyO1xuICBwaG9uZU51bWJlcjogc3RyaW5nO1xuICB0ZXh0OiBzdHJpbmc7XG4gIHVwZGF0ZWRBdDogbnVtYmVyO1xuXG4gIC8vICNlbmRyZWdpb24gUHJvcGVydGllcyAoMTEpXG59XG4iXX0=
@@ -1,2 +1,2 @@
1
1
  export * from './send-messages';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZXZvbHV0aW9uL2ludGVyZmFjZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBT0EsY0FBYyxpQkFBaUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IElFdm9sdXRpb25DaGF0V29vdCB9IGZyb20gJy4vaS1jaGF0d29vdCc7XHJcbmV4cG9ydCB7IElFdm9sdXRpb24gfSBmcm9tICcuL2ktZXZvbHV0aW9uJztcclxuZXhwb3J0IHsgSUV2b2x1dGlvbkhhc2ggfSBmcm9tICcuL2ktaGFzaCc7XHJcbmV4cG9ydCB7IElFdm9sdXRpb25JbnN0YW5jZSB9IGZyb20gJy4vaS1pbnN0YW5jZSc7XHJcbmV4cG9ydCB7IElFdm9sdXRpb25RcmNvZGUgfSBmcm9tICcuL2ktcXJjb2RlJztcclxuZXhwb3J0IHsgSUV2b2x1dGlvblR5cGVib3QgfSBmcm9tICcuL2ktdHlwZWJvdCc7XHJcbmV4cG9ydCB7IElFdm9sdXRpb25XZWJob29rIH0gZnJvbSAnLi9pLXdlYmhvb2snO1xyXG5leHBvcnQgKiBmcm9tICcuL3NlbmQtbWVzc2FnZXMnO1xyXG4iXX0=
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvZXZvbHV0aW9uL2ludGVyZmFjZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBUUEsY0FBYyxpQkFBaUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IElFdm9sdXRpb25DaGF0V29vdCB9IGZyb20gJy4vaS1jaGF0d29vdCc7XHJcbmV4cG9ydCB7IElFdm9sdXRpb24gfSBmcm9tICcuL2ktZXZvbHV0aW9uJztcclxuZXhwb3J0IHsgSUV2b2x1dGlvbkRhdGFiYXNlUXVldWUgfSBmcm9tICcuL2ktZXZvbHV0aW9uLWRhdGFiYXNlLXF1ZXVlJztcclxuZXhwb3J0IHsgSUV2b2x1dGlvbkhhc2ggfSBmcm9tICcuL2ktaGFzaCc7XHJcbmV4cG9ydCB7IElFdm9sdXRpb25JbnN0YW5jZSB9IGZyb20gJy4vaS1pbnN0YW5jZSc7XHJcbmV4cG9ydCB7IElFdm9sdXRpb25RcmNvZGUgfSBmcm9tICcuL2ktcXJjb2RlJztcclxuZXhwb3J0IHsgSUV2b2x1dGlvblR5cGVib3QgfSBmcm9tICcuL2ktdHlwZWJvdCc7XHJcbmV4cG9ydCB7IElFdm9sdXRpb25XZWJob29rIH0gZnJvbSAnLi9pLXdlYmhvb2snO1xyXG5leHBvcnQgKiBmcm9tICcuL3NlbmQtbWVzc2FnZXMnO1xyXG4iXX0=
@@ -0,0 +1,16 @@
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
+ globalApikey: string;
9
+ log: string[];
10
+ notified: boolean;
11
+ notifiedAt: number;
12
+ phoneNumber: string;
13
+ text: string;
14
+ updatedAt: number;
15
+ constructor(data?: Partial<EvolutionDatabaseQueueEntity>);
16
+ }
@@ -0,0 +1,31 @@
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.globalApikey = '';
15
+ this.log = [];
16
+ this.notified = false;
17
+ this.notifiedAt = 0;
18
+ this.phoneNumber = '';
19
+ this.text = '';
20
+ this.updatedAt = Date.now();
21
+ if (data) {
22
+ for (var key in data) {
23
+ if (data.hasOwnProperty(key) && key in this) {
24
+ this[key] = data[key];
25
+ }
26
+ }
27
+ }
28
+ }
29
+ return EvolutionDatabaseQueueEntity;
30
+ }());
31
+ 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,14 @@
1
+ export interface IEvolutionDatabaseQueue {
2
+ active: boolean;
3
+ baseUrl: string;
4
+ createdAt: number;
5
+ id: string;
6
+ globalApikey: string;
7
+ instanceName: string;
8
+ log: string[];
9
+ notified: boolean;
10
+ notifiedAt: number;
11
+ phoneNumber: string;
12
+ text: string;
13
+ updatedAt: number;
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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,33 @@ 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
+ globalApikey = '';
786
+ log = [];
787
+ notified = false;
788
+ notifiedAt = 0;
789
+ phoneNumber = '';
790
+ text = '';
791
+ updatedAt = Date.now();
792
+ // #endregion Properties (11)
793
+ // #region Constructors (1)
794
+ constructor(data) {
795
+ if (data) {
796
+ for (let key in data) {
797
+ if (data.hasOwnProperty(key) && key in this) {
798
+ this[key] = data[key];
799
+ }
800
+ }
801
+ }
802
+ }
803
+ }
804
+
778
805
  class EvolutionHashEntity {
779
806
  // #region Properties (1)
780
807
  apikey = '';
@@ -4014,5 +4041,5 @@ class WaServerEntity {
4014
4041
  * Generated bundle index. Do not edit.
4015
4042
  */
4016
4043
 
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 };
4044
+ 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
4045
  //# sourceMappingURL=cecon-interfaces.mjs.map