easywork-common-lib 1.0.827 → 1.0.828
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/entities/helpers/tools/event_crm.entity.d.ts +1 -2
- package/dist/entities/helpers/tools/event_crm.entity.js +2 -3
- package/dist/entities/helpers/tools/event_crm.entity.js.map +1 -1
- package/dist/entities/index.d.ts +0 -5
- package/dist/entities/index.js +0 -5
- package/dist/entities/index.js.map +1 -1
- package/dist/entities/tools/calendar/index.d.ts +5 -0
- package/dist/entities/{helpers/tools2 → tools/calendar}/index.js +5 -2
- package/dist/entities/tools/calendar/index.js.map +1 -0
- package/dist/entities/tools/index.d.ts +1 -0
- package/dist/entities/tools/index.js +1 -0
- package/dist/entities/tools/index.js.map +1 -1
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/entities/helpers/tools2/event_crm.entity.d.ts +0 -23
- package/dist/entities/helpers/tools2/event_crm.entity.js +0 -166
- package/dist/entities/helpers/tools2/event_crm.entity.js.map +0 -1
- package/dist/entities/helpers/tools2/index.d.ts +0 -2
- package/dist/entities/helpers/tools2/index.js.map +0 -1
- package/dist/entities/helpers/tools2/task_crm.entity.d.ts +0 -34
- package/dist/entities/helpers/tools2/task_crm.entity.js +0 -242
- package/dist/entities/helpers/tools2/task_crm.entity.js.map +0 -1
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { BaseEntity } from 'typeorm';
|
|
2
|
-
import { Task } from '../../tools';
|
|
3
|
-
import { EventCalendar } from '../../tools/calendar/event.entity';
|
|
2
|
+
import { Task, EventCalendar } from '../../tools';
|
|
4
3
|
import { EventCRMType } from '../../../common';
|
|
5
4
|
import { Agent, Contact, Lead, Poliza, Receipt } from '../../sales';
|
|
6
5
|
export declare class EventCRM extends BaseEntity {
|
|
@@ -14,7 +14,6 @@ const typeorm_1 = require("typeorm");
|
|
|
14
14
|
const swagger_1 = require("@nestjs/swagger");
|
|
15
15
|
const class_transformer_1 = require("class-transformer");
|
|
16
16
|
const tools_1 = require("../../tools");
|
|
17
|
-
const event_entity_1 = require("../../tools/calendar/event.entity");
|
|
18
17
|
const common_1 = require("../../../common");
|
|
19
18
|
const sales_1 = require("../../sales");
|
|
20
19
|
let EventCRM = class EventCRM extends typeorm_1.BaseEntity {
|
|
@@ -83,12 +82,12 @@ __decorate([
|
|
|
83
82
|
__metadata("design:type", String)
|
|
84
83
|
], EventCRM.prototype, "eventId", void 0);
|
|
85
84
|
__decorate([
|
|
86
|
-
(0, typeorm_1.ManyToOne)(() =>
|
|
85
|
+
(0, typeorm_1.ManyToOne)(() => tools_1.EventCalendar, event => event.crm, {
|
|
87
86
|
onDelete: 'CASCADE',
|
|
88
87
|
onUpdate: 'CASCADE',
|
|
89
88
|
}),
|
|
90
89
|
(0, typeorm_1.JoinColumn)({ name: 'eventId' }),
|
|
91
|
-
__metadata("design:type",
|
|
90
|
+
__metadata("design:type", tools_1.EventCalendar)
|
|
92
91
|
], EventCRM.prototype, "event", void 0);
|
|
93
92
|
__decorate([
|
|
94
93
|
(0, class_transformer_1.Exclude)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event_crm.entity.js","sourceRoot":"","sources":["../../../../src/entities/helpers/tools/event_crm.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAoG;AACpG,6CAA8C;AAC9C,yDAAoD;AAEpD,
|
|
1
|
+
{"version":3,"file":"event_crm.entity.js","sourceRoot":"","sources":["../../../../src/entities/helpers/tools/event_crm.entity.ts"],"names":[],"mappings":"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"}
|
package/dist/entities/index.d.ts
CHANGED
|
@@ -24,11 +24,6 @@ export * from './user-invitations.entity';
|
|
|
24
24
|
export * from './user.entity';
|
|
25
25
|
export * from './capacitation';
|
|
26
26
|
export * from './tools';
|
|
27
|
-
export * from './tools/calendar/calendar-event-invitations.entity';
|
|
28
|
-
export * from './tools/calendar/calendar-general-config.entity';
|
|
29
|
-
export * from './tools/calendar/calendar-list.entity';
|
|
30
|
-
export * from './tools/calendar/calendar-user-access.entity';
|
|
31
|
-
export * from './tools/calendar/event.entity';
|
|
32
27
|
export * from './tools/mail/mailbox-signatures.entity';
|
|
33
28
|
export * from './tools/mail/mailbox-user-access.entity';
|
|
34
29
|
export * from './tools/mail/mailbox.entity';
|
package/dist/entities/index.js
CHANGED
|
@@ -40,11 +40,6 @@ __exportStar(require("./user-invitations.entity"), exports);
|
|
|
40
40
|
__exportStar(require("./user.entity"), exports);
|
|
41
41
|
__exportStar(require("./capacitation"), exports);
|
|
42
42
|
__exportStar(require("./tools"), exports);
|
|
43
|
-
__exportStar(require("./tools/calendar/calendar-event-invitations.entity"), exports);
|
|
44
|
-
__exportStar(require("./tools/calendar/calendar-general-config.entity"), exports);
|
|
45
|
-
__exportStar(require("./tools/calendar/calendar-list.entity"), exports);
|
|
46
|
-
__exportStar(require("./tools/calendar/calendar-user-access.entity"), exports);
|
|
47
|
-
__exportStar(require("./tools/calendar/event.entity"), exports);
|
|
48
43
|
__exportStar(require("./tools/mail/mailbox-signatures.entity"), exports);
|
|
49
44
|
__exportStar(require("./tools/mail/mailbox-user-access.entity"), exports);
|
|
50
45
|
__exportStar(require("./tools/mail/mailbox.entity"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C;AAC/C,oDAAkC;AAClC,0CAAwB;AACxB,+DAA6C;AAC7C,iDAA+B;AAC/B,iDAA+B;AAC/B,uDAAqC;AACrC,yDAAuC;AACvC,2DAAyC;AACzC,mDAAiC;AACjC,4DAA0C;AAC1C,kDAAgC;AAChC,mDAAiC;AACjC,sDAAoC;AACpC,iDAA+B;AAC/B,2CAAyB;AACzB,mDAAiC;AACjC,oDAAkC;AAClC,yDAAuC;AACvC,gDAA8B;AAC9B,0CAAwB;AACxB,+CAA6B;AAC7B,4DAA0C;AAC1C,gDAA8B;AAG9B,iDAA+B;AAG/B,0CAAwB;AAGxB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C;AAC/C,oDAAkC;AAClC,0CAAwB;AACxB,+DAA6C;AAC7C,iDAA+B;AAC/B,iDAA+B;AAC/B,uDAAqC;AACrC,yDAAuC;AACvC,2DAAyC;AACzC,mDAAiC;AACjC,4DAA0C;AAC1C,kDAAgC;AAChC,mDAAiC;AACjC,sDAAoC;AACpC,iDAA+B;AAC/B,2CAAyB;AACzB,mDAAiC;AACjC,oDAAkC;AAClC,yDAAuC;AACvC,gDAA8B;AAC9B,0CAAwB;AACxB,+CAA6B;AAC7B,4DAA0C;AAC1C,gDAA8B;AAG9B,iDAA+B;AAG/B,0CAAwB;AAGxB,yEAAuD;AACvD,0EAAwD;AACxD,8DAA4C;AAG5C,mEAAiD;AACjD,4DAA0C;AAC1C,6EAA2D;AAC3D,+DAA6C;AAC7C,4DAA0C;AAC1C,8DAA4C;AAC5C,0EAAwD;AAGxD,4CAA0B"}
|
|
@@ -14,6 +14,9 @@ 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
|
-
__exportStar(require("./
|
|
18
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./event.entity"), exports);
|
|
18
|
+
__exportStar(require("./calendar-user-access.entity"), exports);
|
|
19
|
+
__exportStar(require("./calendar-event-invitations.entity"), exports);
|
|
20
|
+
__exportStar(require("./calendar-general-config.entity"), exports);
|
|
21
|
+
__exportStar(require("./calendar-list.entity"), exports);
|
|
19
22
|
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/entities/tools/calendar/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA+B;AAC/B,gEAA8C;AAC9C,sEAAoD;AACpD,mEAAiD;AACjD,yDAAuC"}
|
|
@@ -20,4 +20,5 @@ __exportStar(require("./task-list-field"), exports);
|
|
|
20
20
|
__exportStar(require("./task-objection.entity"), exports);
|
|
21
21
|
__exportStar(require("./task-time-track.entity"), exports);
|
|
22
22
|
__exportStar(require("./task.entity"), exports);
|
|
23
|
+
__exportStar(require("./calendar"), exports);
|
|
23
24
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/entities/tools/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,wDAAsC;AACtC,oDAAkC;AAClC,0DAAwC;AACxC,2DAAyC;AACzC,gDAA8B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/entities/tools/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,wDAAsC;AACtC,oDAAkC;AAClC,0DAAwC;AACxC,2DAAyC;AACzC,gDAA8B;AAC9B,6CAA2B"}
|