easywork-common-lib 1.0.810 → 1.0.811
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/index.d.ts +9 -10
- package/dist/entities/index.js +9 -10
- package/dist/entities/index.js.map +1 -1
- package/dist/entities/third-party/email-config.entity.d.ts +14 -0
- package/dist/entities/third-party/email-config.entity.js +76 -0
- package/dist/entities/third-party/email-config.entity.js.map +1 -0
- package/dist/entities/third-party/email.entity.d.ts +17 -0
- package/dist/entities/third-party/email.entity.js +79 -0
- package/dist/entities/third-party/email.entity.js.map +1 -0
- package/dist/entities/third-party/google-webhooks-config.entity.d.ts +14 -0
- package/dist/entities/third-party/google-webhooks-config.entity.js +72 -0
- package/dist/entities/third-party/google-webhooks-config.entity.js.map +1 -0
- package/dist/entities/third-party/oauth-v2.entity.d.ts +22 -0
- package/dist/entities/third-party/oauth-v2.entity.js +75 -0
- package/dist/entities/third-party/oauth-v2.entity.js.map +1 -0
- package/dist/entities/third-party/oauth.entity.d.ts +21 -0
- package/dist/entities/third-party/oauth.entity.js +100 -0
- package/dist/entities/third-party/oauth.entity.js.map +1 -0
- package/dist/entities/third-party/service.entity.d.ts +8 -0
- package/dist/entities/third-party/service.entity.js +38 -0
- package/dist/entities/third-party/service.entity.js.map +1 -0
- package/dist/entities/third-party/user-email-relation.entity.d.ts +7 -0
- package/dist/entities/third-party/user-email-relation.entity.js +35 -0
- package/dist/entities/third-party/user-email-relation.entity.js.map +1 -0
- package/dist/entities/tools/calendar/calendar-event-invitations.entity.d.ts +13 -0
- package/dist/entities/tools/calendar/calendar-event-invitations.entity.js +48 -0
- package/dist/entities/tools/calendar/calendar-event-invitations.entity.js.map +1 -0
- package/dist/entities/tools/calendar/calendar-general-config.entity.d.ts +20 -0
- package/dist/entities/tools/calendar/calendar-general-config.entity.js +118 -0
- package/dist/entities/tools/calendar/calendar-general-config.entity.js.map +1 -0
- package/dist/entities/tools/calendar/calendar-list.entity.d.ts +36 -0
- package/dist/entities/tools/calendar/calendar-list.entity.js +109 -0
- package/dist/entities/tools/calendar/calendar-list.entity.js.map +1 -0
- package/dist/entities/tools/calendar/calendar-user-access.entity.d.ts +13 -0
- package/dist/entities/tools/calendar/calendar-user-access.entity.js +46 -0
- package/dist/entities/tools/calendar/calendar-user-access.entity.js.map +1 -0
- package/dist/entities/tools/calendar/event-list-calendars.entity.d.ts +1 -1
- package/dist/entities/tools/calendar/event-list-calendars.entity.js +1 -1
- package/dist/entities/tools/calendar/event-list-calendars.entity.js.map +1 -1
- package/dist/entities/tools/calendar/index.d.ts +4 -0
- package/dist/entities/tools/calendar/index.js +4 -0
- package/dist/entities/tools/calendar/index.js.map +1 -1
- package/dist/entities/user.entity.d.ts +1 -1
- package/dist/entities/user.entity.js +1 -1
- package/dist/entities/user.entity.js.map +1 -1
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service.entity.js","sourceRoot":"","sources":["../../../src/entities/third-party/service.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,mEAA+D;AAC/D,qCAAoD;AACpD,iDAAgD;AAChD,iDAAsC;AAG/B,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,wBAAU;IAE/C,IAAI,CAAS;IAGb,MAAM,CAAoB;IAG1B,KAAK,CAAU;CAChB,CAAA;AATY,8CAAiB;AAE5B;IADC,IAAA,gBAAM,GAAE;;+CACI;AAGb;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,8BAAe,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC;;iDAC/B;AAG1B;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oBAAK,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC;;gDAChC;4BARJ,iBAAiB;IAD7B,IAAA,gBAAM,GAAE;GACI,iBAAiB,CAS7B"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.UserEmailRelation = void 0;
|
|
13
|
+
const base_entity_1 = require("../../common/database/base.entity");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
const user_entity_1 = require("../user.entity");
|
|
16
|
+
const email_entity_1 = require("./email.entity");
|
|
17
|
+
let UserEmailRelation = class UserEmailRelation extends base_entity_1.EntityBase {
|
|
18
|
+
user;
|
|
19
|
+
email;
|
|
20
|
+
};
|
|
21
|
+
exports.UserEmailRelation = UserEmailRelation;
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, typeorm_1.ManyToOne)(() => user_entity_1.User, (user) => user.emailRelations, { onDelete: "CASCADE", onUpdate: "CASCADE" }),
|
|
24
|
+
(0, typeorm_1.JoinColumn)(),
|
|
25
|
+
__metadata("design:type", user_entity_1.User)
|
|
26
|
+
], UserEmailRelation.prototype, "user", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, typeorm_1.ManyToOne)(() => email_entity_1.EmailThirdparty, (email) => email.userRelations, { onDelete: "CASCADE", onUpdate: "CASCADE" }),
|
|
29
|
+
(0, typeorm_1.JoinColumn)(),
|
|
30
|
+
__metadata("design:type", email_entity_1.EmailThirdparty)
|
|
31
|
+
], UserEmailRelation.prototype, "email", void 0);
|
|
32
|
+
exports.UserEmailRelation = UserEmailRelation = __decorate([
|
|
33
|
+
(0, typeorm_1.Entity)()
|
|
34
|
+
], UserEmailRelation);
|
|
35
|
+
//# sourceMappingURL=user-email-relation.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-email-relation.entity.js","sourceRoot":"","sources":["../../../src/entities/third-party/user-email-relation.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,mEAA+D;AAC/D,qCAAwD;AACxD,gDAAsC;AACtC,iDAAiD;AAG1C,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,wBAAU;IAG/C,IAAI,CAAO;IAIX,KAAK,CAAkB;CACxB,CAAA;AARY,8CAAiB;AAG5B;IAFC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,kBAAI,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;IAClG,IAAA,oBAAU,GAAE;8BACP,kBAAI;+CAAC;AAIX;IAFC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,8BAAe,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,aAAa,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;IAC9G,IAAA,oBAAU,GAAE;8BACN,8BAAe;gDAAC;4BAPZ,iBAAiB;IAD7B,IAAA,gBAAM,GAAE;GACI,iBAAiB,CAQ7B"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { BaseEntityOnlyEssential } from '../../../common/database/base.entity';
|
|
2
|
+
import { User } from '../../user.entity';
|
|
3
|
+
import { EventCalendar } from './event.entity';
|
|
4
|
+
export declare enum CalendarEventInvitationStatus {
|
|
5
|
+
ACCEPTED = "accepted",
|
|
6
|
+
REJECTED = "rejected",
|
|
7
|
+
PENDING = "pending"
|
|
8
|
+
}
|
|
9
|
+
export declare class CalendarEventInvitations extends BaseEntityOnlyEssential {
|
|
10
|
+
status: CalendarEventInvitationStatus;
|
|
11
|
+
event: EventCalendar;
|
|
12
|
+
invitedUser: User;
|
|
13
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.CalendarEventInvitations = exports.CalendarEventInvitationStatus = void 0;
|
|
13
|
+
const typeorm_1 = require("typeorm");
|
|
14
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
15
|
+
const base_entity_1 = require("../../../common/database/base.entity");
|
|
16
|
+
const user_entity_1 = require("../../user.entity");
|
|
17
|
+
const event_entity_1 = require("./event.entity");
|
|
18
|
+
var CalendarEventInvitationStatus;
|
|
19
|
+
(function (CalendarEventInvitationStatus) {
|
|
20
|
+
CalendarEventInvitationStatus["ACCEPTED"] = "accepted";
|
|
21
|
+
CalendarEventInvitationStatus["REJECTED"] = "rejected";
|
|
22
|
+
CalendarEventInvitationStatus["PENDING"] = "pending";
|
|
23
|
+
})(CalendarEventInvitationStatus || (exports.CalendarEventInvitationStatus = CalendarEventInvitationStatus = {}));
|
|
24
|
+
let CalendarEventInvitations = class CalendarEventInvitations extends base_entity_1.BaseEntityOnlyEssential {
|
|
25
|
+
status;
|
|
26
|
+
event;
|
|
27
|
+
invitedUser;
|
|
28
|
+
};
|
|
29
|
+
exports.CalendarEventInvitations = CalendarEventInvitations;
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, swagger_1.ApiProperty)({ description: 'Invitation status', required: true }),
|
|
32
|
+
(0, typeorm_1.Column)({ type: 'enum', enum: CalendarEventInvitationStatus, default: CalendarEventInvitationStatus.PENDING }),
|
|
33
|
+
__metadata("design:type", String)
|
|
34
|
+
], CalendarEventInvitations.prototype, "status", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, swagger_1.ApiProperty)({ description: 'Event invited to', required: true }),
|
|
37
|
+
(0, typeorm_1.OneToOne)(() => event_entity_1.EventCalendar, { onDelete: 'CASCADE' }),
|
|
38
|
+
__metadata("design:type", event_entity_1.EventCalendar)
|
|
39
|
+
], CalendarEventInvitations.prototype, "event", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, swagger_1.ApiProperty)({ description: 'Invited user', required: true }),
|
|
42
|
+
(0, typeorm_1.OneToOne)(() => user_entity_1.User, { onDelete: 'CASCADE' }),
|
|
43
|
+
__metadata("design:type", user_entity_1.User)
|
|
44
|
+
], CalendarEventInvitations.prototype, "invitedUser", void 0);
|
|
45
|
+
exports.CalendarEventInvitations = CalendarEventInvitations = __decorate([
|
|
46
|
+
(0, typeorm_1.Entity)()
|
|
47
|
+
], CalendarEventInvitations);
|
|
48
|
+
//# sourceMappingURL=calendar-event-invitations.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-event-invitations.entity.js","sourceRoot":"","sources":["../../../../src/entities/tools/calendar/calendar-event-invitations.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAmD;AACnD,6CAA8C;AAE9C,sEAA+E;AAC/E,mDAAyC;AACzC,iDAA+C;AAE/C,IAAY,6BAIX;AAJD,WAAY,6BAA6B;IACvC,sDAAqB,CAAA;IACrB,sDAAqB,CAAA;IACrB,oDAAmB,CAAA;AACrB,CAAC,EAJW,6BAA6B,6CAA7B,6BAA6B,QAIxC;AAGM,IAAM,wBAAwB,GAA9B,MAAM,wBAAyB,SAAQ,qCAAuB;IAGnE,MAAM,CAAgC;IAItC,KAAK,CAAgB;IAIrB,WAAW,CAAO;CACnB,CAAA;AAZY,4DAAwB;AAGnC;IAFC,IAAA,qBAAW,EAAC,EAAE,WAAW,EAAE,mBAAmB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACjE,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,6BAA6B,EAAE,OAAO,EAAE,6BAA6B,CAAC,OAAO,EAAE,CAAC;;wDACxE;AAItC;IAFC,IAAA,qBAAW,EAAC,EAAE,WAAW,EAAE,kBAAkB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAChE,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,4BAAa,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;8BAChD,4BAAa;uDAAC;AAIrB;IAFC,IAAA,qBAAW,EAAC,EAAE,WAAW,EAAE,cAAc,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC5D,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,kBAAI,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;8BACjC,kBAAI;6DAAC;mCAXP,wBAAwB;IADpC,IAAA,gBAAM,GAAE;GACI,wBAAwB,CAYpC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { BaseEntityOnlyEssential } from '../../../common/database/base.entity';
|
|
2
|
+
import { User } from '../../user.entity';
|
|
3
|
+
export declare class CalendarGeneralConfig extends BaseEntityOnlyEssential {
|
|
4
|
+
timeZone: string;
|
|
5
|
+
calendarIdForInvitation?: string;
|
|
6
|
+
calendarIdForCRM?: string;
|
|
7
|
+
showRejectedEvents: boolean;
|
|
8
|
+
showTasks: boolean;
|
|
9
|
+
synchronizeTasks: boolean;
|
|
10
|
+
doNotInviteIfTimeIsAssigned: boolean;
|
|
11
|
+
showWeekNumber: boolean;
|
|
12
|
+
sendInvitationsByEmail: boolean;
|
|
13
|
+
invitationsByEmailFrom?: string;
|
|
14
|
+
workTimeStart?: string;
|
|
15
|
+
workTimeEnd?: string;
|
|
16
|
+
weekends?: string;
|
|
17
|
+
holidays?: string;
|
|
18
|
+
workingDays?: string;
|
|
19
|
+
user: User;
|
|
20
|
+
}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.CalendarGeneralConfig = void 0;
|
|
13
|
+
const typeorm_1 = require("typeorm");
|
|
14
|
+
const base_entity_1 = require("../../../common/database/base.entity");
|
|
15
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
16
|
+
const user_entity_1 = require("../../user.entity");
|
|
17
|
+
let CalendarGeneralConfig = class CalendarGeneralConfig extends base_entity_1.BaseEntityOnlyEssential {
|
|
18
|
+
timeZone;
|
|
19
|
+
calendarIdForInvitation;
|
|
20
|
+
calendarIdForCRM;
|
|
21
|
+
showRejectedEvents;
|
|
22
|
+
showTasks;
|
|
23
|
+
synchronizeTasks;
|
|
24
|
+
doNotInviteIfTimeIsAssigned;
|
|
25
|
+
showWeekNumber;
|
|
26
|
+
sendInvitationsByEmail;
|
|
27
|
+
invitationsByEmailFrom;
|
|
28
|
+
workTimeStart;
|
|
29
|
+
workTimeEnd;
|
|
30
|
+
weekends;
|
|
31
|
+
holidays;
|
|
32
|
+
workingDays;
|
|
33
|
+
user;
|
|
34
|
+
};
|
|
35
|
+
exports.CalendarGeneralConfig = CalendarGeneralConfig;
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, swagger_1.ApiProperty)({ description: 'General timezone', required: true }),
|
|
38
|
+
(0, typeorm_1.Column)(),
|
|
39
|
+
__metadata("design:type", String)
|
|
40
|
+
], CalendarGeneralConfig.prototype, "timeZone", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
(0, swagger_1.ApiProperty)({ description: 'Selected calendar to send invitations', required: false }),
|
|
43
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
44
|
+
__metadata("design:type", String)
|
|
45
|
+
], CalendarGeneralConfig.prototype, "calendarIdForInvitation", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, swagger_1.ApiProperty)({ description: 'Selected calendar to set CRM integrations', required: false }),
|
|
48
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
49
|
+
__metadata("design:type", String)
|
|
50
|
+
], CalendarGeneralConfig.prototype, "calendarIdForCRM", void 0);
|
|
51
|
+
__decorate([
|
|
52
|
+
(0, swagger_1.ApiProperty)({ description: 'Show rejected events', required: true, default: false }),
|
|
53
|
+
(0, typeorm_1.Column)({ default: false }),
|
|
54
|
+
__metadata("design:type", Boolean)
|
|
55
|
+
], CalendarGeneralConfig.prototype, "showRejectedEvents", void 0);
|
|
56
|
+
__decorate([
|
|
57
|
+
(0, swagger_1.ApiProperty)({ description: 'Show tasks', required: true, default: false }),
|
|
58
|
+
(0, typeorm_1.Column)({ default: false }),
|
|
59
|
+
__metadata("design:type", Boolean)
|
|
60
|
+
], CalendarGeneralConfig.prototype, "showTasks", void 0);
|
|
61
|
+
__decorate([
|
|
62
|
+
(0, swagger_1.ApiProperty)({ description: 'Synchronize calendar with tasks', required: true, default: false }),
|
|
63
|
+
(0, typeorm_1.Column)({ default: false }),
|
|
64
|
+
__metadata("design:type", Boolean)
|
|
65
|
+
], CalendarGeneralConfig.prototype, "synchronizeTasks", void 0);
|
|
66
|
+
__decorate([
|
|
67
|
+
(0, swagger_1.ApiProperty)({ description: "Don't send invitations if time is assigned", required: true, default: false }),
|
|
68
|
+
(0, typeorm_1.Column)({ default: false }),
|
|
69
|
+
__metadata("design:type", Boolean)
|
|
70
|
+
], CalendarGeneralConfig.prototype, "doNotInviteIfTimeIsAssigned", void 0);
|
|
71
|
+
__decorate([
|
|
72
|
+
(0, swagger_1.ApiProperty)({ description: 'Show week number', required: true, default: false }),
|
|
73
|
+
(0, typeorm_1.Column)({ default: false }),
|
|
74
|
+
__metadata("design:type", Boolean)
|
|
75
|
+
], CalendarGeneralConfig.prototype, "showWeekNumber", void 0);
|
|
76
|
+
__decorate([
|
|
77
|
+
(0, swagger_1.ApiProperty)({ description: 'Send invitations by email', required: true, default: false }),
|
|
78
|
+
(0, typeorm_1.Column)({ default: false }),
|
|
79
|
+
__metadata("design:type", Boolean)
|
|
80
|
+
], CalendarGeneralConfig.prototype, "sendInvitationsByEmail", void 0);
|
|
81
|
+
__decorate([
|
|
82
|
+
(0, swagger_1.ApiProperty)({ description: 'Email address from invitation will be sent', required: false }),
|
|
83
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
84
|
+
__metadata("design:type", String)
|
|
85
|
+
], CalendarGeneralConfig.prototype, "invitationsByEmailFrom", void 0);
|
|
86
|
+
__decorate([
|
|
87
|
+
(0, swagger_1.ApiProperty)({ description: 'Work starts at', required: false }),
|
|
88
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
89
|
+
__metadata("design:type", String)
|
|
90
|
+
], CalendarGeneralConfig.prototype, "workTimeStart", void 0);
|
|
91
|
+
__decorate([
|
|
92
|
+
(0, swagger_1.ApiProperty)({ description: 'Work ends at', required: false }),
|
|
93
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
94
|
+
__metadata("design:type", String)
|
|
95
|
+
], CalendarGeneralConfig.prototype, "workTimeEnd", void 0);
|
|
96
|
+
__decorate([
|
|
97
|
+
(0, swagger_1.ApiProperty)({ description: 'Weekends days', required: true }),
|
|
98
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
99
|
+
__metadata("design:type", String)
|
|
100
|
+
], CalendarGeneralConfig.prototype, "weekends", void 0);
|
|
101
|
+
__decorate([
|
|
102
|
+
(0, swagger_1.ApiProperty)({ description: 'Holiday days', required: false }),
|
|
103
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
104
|
+
__metadata("design:type", String)
|
|
105
|
+
], CalendarGeneralConfig.prototype, "holidays", void 0);
|
|
106
|
+
__decorate([
|
|
107
|
+
(0, swagger_1.ApiProperty)({ description: 'Working days', required: false }),
|
|
108
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
109
|
+
__metadata("design:type", String)
|
|
110
|
+
], CalendarGeneralConfig.prototype, "workingDays", void 0);
|
|
111
|
+
__decorate([
|
|
112
|
+
(0, typeorm_1.ManyToOne)(() => user_entity_1.User, { nullable: false, onDelete: 'CASCADE' }),
|
|
113
|
+
__metadata("design:type", user_entity_1.User)
|
|
114
|
+
], CalendarGeneralConfig.prototype, "user", void 0);
|
|
115
|
+
exports.CalendarGeneralConfig = CalendarGeneralConfig = __decorate([
|
|
116
|
+
(0, typeorm_1.Entity)()
|
|
117
|
+
], CalendarGeneralConfig);
|
|
118
|
+
//# sourceMappingURL=calendar-general-config.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-general-config.entity.js","sourceRoot":"","sources":["../../../../src/entities/tools/calendar/calendar-general-config.entity.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { BaseEntityOnlyEssential } from '../../../common/database/base.entity';
|
|
2
|
+
import { OauthV2 } from '../../third-party/oauth-v2.entity';
|
|
3
|
+
import { User } from '../../user.entity';
|
|
4
|
+
export declare enum CalendarProvider {
|
|
5
|
+
GOOGLE = "google",
|
|
6
|
+
ICLOUD = "icloud",
|
|
7
|
+
MICROSOFT = "microsoft"
|
|
8
|
+
}
|
|
9
|
+
export declare class CalendarList extends BaseEntityOnlyEssential {
|
|
10
|
+
calendarId: string;
|
|
11
|
+
name: string;
|
|
12
|
+
description?: string;
|
|
13
|
+
isPrimary: boolean;
|
|
14
|
+
timeZone: string;
|
|
15
|
+
accessRole?: string;
|
|
16
|
+
color?: string;
|
|
17
|
+
selected: boolean;
|
|
18
|
+
defaultReminders?: {
|
|
19
|
+
method: string;
|
|
20
|
+
minutes: number;
|
|
21
|
+
}[];
|
|
22
|
+
conferenceProperties?: {
|
|
23
|
+
allowedConferenceSolutionTypes: string[];
|
|
24
|
+
};
|
|
25
|
+
notificationSettings?: {
|
|
26
|
+
notifications: {
|
|
27
|
+
type: string;
|
|
28
|
+
method: string;
|
|
29
|
+
}[];
|
|
30
|
+
};
|
|
31
|
+
ownerName?: string;
|
|
32
|
+
ownerEmail?: string;
|
|
33
|
+
provider: CalendarProvider;
|
|
34
|
+
oauth: OauthV2;
|
|
35
|
+
user: User;
|
|
36
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.CalendarList = exports.CalendarProvider = void 0;
|
|
13
|
+
const typeorm_1 = require("typeorm");
|
|
14
|
+
const base_entity_1 = require("../../../common/database/base.entity");
|
|
15
|
+
const oauth_v2_entity_1 = require("../../third-party/oauth-v2.entity");
|
|
16
|
+
const user_entity_1 = require("../../user.entity");
|
|
17
|
+
var CalendarProvider;
|
|
18
|
+
(function (CalendarProvider) {
|
|
19
|
+
CalendarProvider["GOOGLE"] = "google";
|
|
20
|
+
CalendarProvider["ICLOUD"] = "icloud";
|
|
21
|
+
CalendarProvider["MICROSOFT"] = "microsoft";
|
|
22
|
+
})(CalendarProvider || (exports.CalendarProvider = CalendarProvider = {}));
|
|
23
|
+
let CalendarList = class CalendarList extends base_entity_1.BaseEntityOnlyEssential {
|
|
24
|
+
calendarId;
|
|
25
|
+
name;
|
|
26
|
+
description;
|
|
27
|
+
isPrimary;
|
|
28
|
+
timeZone;
|
|
29
|
+
accessRole;
|
|
30
|
+
color;
|
|
31
|
+
selected;
|
|
32
|
+
defaultReminders;
|
|
33
|
+
conferenceProperties;
|
|
34
|
+
notificationSettings;
|
|
35
|
+
ownerName;
|
|
36
|
+
ownerEmail;
|
|
37
|
+
provider;
|
|
38
|
+
oauth;
|
|
39
|
+
user;
|
|
40
|
+
};
|
|
41
|
+
exports.CalendarList = CalendarList;
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, typeorm_1.Column)({ type: 'varchar', unique: true }),
|
|
44
|
+
__metadata("design:type", String)
|
|
45
|
+
], CalendarList.prototype, "calendarId", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, typeorm_1.Column)(),
|
|
48
|
+
__metadata("design:type", String)
|
|
49
|
+
], CalendarList.prototype, "name", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
52
|
+
__metadata("design:type", String)
|
|
53
|
+
], CalendarList.prototype, "description", void 0);
|
|
54
|
+
__decorate([
|
|
55
|
+
(0, typeorm_1.Column)({ default: false }),
|
|
56
|
+
__metadata("design:type", Boolean)
|
|
57
|
+
], CalendarList.prototype, "isPrimary", void 0);
|
|
58
|
+
__decorate([
|
|
59
|
+
(0, typeorm_1.Column)(),
|
|
60
|
+
__metadata("design:type", String)
|
|
61
|
+
], CalendarList.prototype, "timeZone", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
64
|
+
__metadata("design:type", String)
|
|
65
|
+
], CalendarList.prototype, "accessRole", void 0);
|
|
66
|
+
__decorate([
|
|
67
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
68
|
+
__metadata("design:type", String)
|
|
69
|
+
], CalendarList.prototype, "color", void 0);
|
|
70
|
+
__decorate([
|
|
71
|
+
(0, typeorm_1.Column)({ default: false }),
|
|
72
|
+
__metadata("design:type", Boolean)
|
|
73
|
+
], CalendarList.prototype, "selected", void 0);
|
|
74
|
+
__decorate([
|
|
75
|
+
(0, typeorm_1.Column)({ type: 'jsonb', nullable: true }),
|
|
76
|
+
__metadata("design:type", Array)
|
|
77
|
+
], CalendarList.prototype, "defaultReminders", void 0);
|
|
78
|
+
__decorate([
|
|
79
|
+
(0, typeorm_1.Column)({ type: 'jsonb', nullable: true }),
|
|
80
|
+
__metadata("design:type", Object)
|
|
81
|
+
], CalendarList.prototype, "conferenceProperties", void 0);
|
|
82
|
+
__decorate([
|
|
83
|
+
(0, typeorm_1.Column)({ type: 'jsonb', nullable: true }),
|
|
84
|
+
__metadata("design:type", Object)
|
|
85
|
+
], CalendarList.prototype, "notificationSettings", void 0);
|
|
86
|
+
__decorate([
|
|
87
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
88
|
+
__metadata("design:type", String)
|
|
89
|
+
], CalendarList.prototype, "ownerName", void 0);
|
|
90
|
+
__decorate([
|
|
91
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
92
|
+
__metadata("design:type", String)
|
|
93
|
+
], CalendarList.prototype, "ownerEmail", void 0);
|
|
94
|
+
__decorate([
|
|
95
|
+
(0, typeorm_1.Column)({ type: 'enum', enum: CalendarProvider }),
|
|
96
|
+
__metadata("design:type", String)
|
|
97
|
+
], CalendarList.prototype, "provider", void 0);
|
|
98
|
+
__decorate([
|
|
99
|
+
(0, typeorm_1.ManyToOne)(() => oauth_v2_entity_1.OauthV2, { nullable: false, onDelete: 'CASCADE' }),
|
|
100
|
+
__metadata("design:type", oauth_v2_entity_1.OauthV2)
|
|
101
|
+
], CalendarList.prototype, "oauth", void 0);
|
|
102
|
+
__decorate([
|
|
103
|
+
(0, typeorm_1.ManyToOne)(() => user_entity_1.User, { nullable: false, onDelete: 'CASCADE' }),
|
|
104
|
+
__metadata("design:type", user_entity_1.User)
|
|
105
|
+
], CalendarList.prototype, "user", void 0);
|
|
106
|
+
exports.CalendarList = CalendarList = __decorate([
|
|
107
|
+
(0, typeorm_1.Entity)()
|
|
108
|
+
], CalendarList);
|
|
109
|
+
//# sourceMappingURL=calendar-list.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-list.entity.js","sourceRoot":"","sources":["../../../../src/entities/tools/calendar/calendar-list.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAoD;AAEpD,sEAA+E;AAC/E,uEAA4D;AAC5D,mDAAyC;AAEzC,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,qCAAiB,CAAA;IACjB,qCAAiB,CAAA;IACjB,2CAAuB,CAAA;AACzB,CAAC,EAJW,gBAAgB,gCAAhB,gBAAgB,QAI3B;AAGM,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,qCAAuB;IAEvD,UAAU,CAAS;IAGnB,IAAI,CAAS;IAGb,WAAW,CAAU;IAGrB,SAAS,CAAU;IAGnB,QAAQ,CAAS;IAGjB,UAAU,CAAU;IAGpB,KAAK,CAAU;IAGf,QAAQ,CAAU;IAGlB,gBAAgB,CAAyC;IAGzD,oBAAoB,CAAgD;IAGpE,oBAAoB,CAAyD;IAI7E,SAAS,CAAU;IAGnB,UAAU,CAAU;IAGpB,QAAQ,CAAmB;IAG3B,KAAK,CAAU;IAGf,IAAI,CAAO;CACZ,CAAA;AAjDY,oCAAY;AAEvB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;gDACvB;AAGnB;IADC,IAAA,gBAAM,GAAE;;0CACI;AAGb;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iDACN;AAGrB;IADC,IAAA,gBAAM,EAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;;+CACR;AAGnB;IADC,IAAA,gBAAM,GAAE;;8CACQ;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDACP;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2CACZ;AAGf;IADC,IAAA,gBAAM,EAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;;8CACT;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sDACe;AAGzD;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0DAC0B;AAGpE;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0DACmC;AAI7E;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+CACR;AAGnB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDACP;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,gBAAgB,EAAE,CAAC;;8CACtB;AAG3B;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,yBAAO,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;8BAC5D,yBAAO;2CAAC;AAGf;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,kBAAI,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;8BAC1D,kBAAI;0CAAC;uBAhDA,YAAY;IADxB,IAAA,gBAAM,GAAE;GACI,YAAY,CAiDxB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { BaseEntityOnlyEssential } from '../../../common/database/base.entity';
|
|
2
|
+
import { User } from 'entities/user.entity';
|
|
3
|
+
export declare enum CalendarUserPermissionAccess {
|
|
4
|
+
ACCESS_DENIED = "access-denied",
|
|
5
|
+
READ_ONLY = "read-only",
|
|
6
|
+
EDIT_CALENDAR_EVENTS = "edit-calendar-events",
|
|
7
|
+
FULL_ACCESS = "full-access"
|
|
8
|
+
}
|
|
9
|
+
export declare class CalendarUserAccess extends BaseEntityOnlyEssential {
|
|
10
|
+
permissions: CalendarUserPermissionAccess;
|
|
11
|
+
calendarOwner: User;
|
|
12
|
+
userInvited: User;
|
|
13
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.CalendarUserAccess = exports.CalendarUserPermissionAccess = void 0;
|
|
13
|
+
const typeorm_1 = require("typeorm");
|
|
14
|
+
const base_entity_1 = require("../../../common/database/base.entity");
|
|
15
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
16
|
+
const user_entity_1 = require("entities/user.entity");
|
|
17
|
+
var CalendarUserPermissionAccess;
|
|
18
|
+
(function (CalendarUserPermissionAccess) {
|
|
19
|
+
CalendarUserPermissionAccess["ACCESS_DENIED"] = "access-denied";
|
|
20
|
+
CalendarUserPermissionAccess["READ_ONLY"] = "read-only";
|
|
21
|
+
CalendarUserPermissionAccess["EDIT_CALENDAR_EVENTS"] = "edit-calendar-events";
|
|
22
|
+
CalendarUserPermissionAccess["FULL_ACCESS"] = "full-access";
|
|
23
|
+
})(CalendarUserPermissionAccess || (exports.CalendarUserPermissionAccess = CalendarUserPermissionAccess = {}));
|
|
24
|
+
let CalendarUserAccess = class CalendarUserAccess extends base_entity_1.BaseEntityOnlyEssential {
|
|
25
|
+
permissions;
|
|
26
|
+
calendarOwner;
|
|
27
|
+
userInvited;
|
|
28
|
+
};
|
|
29
|
+
exports.CalendarUserAccess = CalendarUserAccess;
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, swagger_1.ApiProperty)({ description: 'Permissions granted', required: true }),
|
|
32
|
+
(0, typeorm_1.Column)({ type: 'enum', enum: CalendarUserPermissionAccess }),
|
|
33
|
+
__metadata("design:type", String)
|
|
34
|
+
], CalendarUserAccess.prototype, "permissions", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
(0, typeorm_1.ManyToOne)(() => user_entity_1.User, { nullable: false, onDelete: 'CASCADE' }),
|
|
37
|
+
__metadata("design:type", user_entity_1.User)
|
|
38
|
+
], CalendarUserAccess.prototype, "calendarOwner", void 0);
|
|
39
|
+
__decorate([
|
|
40
|
+
(0, typeorm_1.ManyToOne)(() => user_entity_1.User, { nullable: false, onDelete: 'CASCADE' }),
|
|
41
|
+
__metadata("design:type", user_entity_1.User)
|
|
42
|
+
], CalendarUserAccess.prototype, "userInvited", void 0);
|
|
43
|
+
exports.CalendarUserAccess = CalendarUserAccess = __decorate([
|
|
44
|
+
(0, typeorm_1.Entity)()
|
|
45
|
+
], CalendarUserAccess);
|
|
46
|
+
//# sourceMappingURL=calendar-user-access.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-user-access.entity.js","sourceRoot":"","sources":["../../../../src/entities/tools/calendar/calendar-user-access.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAoD;AAEpD,sEAA+E;AAC/E,6CAA8C;AAC9C,sDAA4C;AAE5C,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACtC,+DAA+B,CAAA;IAC/B,uDAAuB,CAAA;IACvB,6EAA6C,CAAA;IAC7C,2DAA2B,CAAA;AAC7B,CAAC,EALW,4BAA4B,4CAA5B,4BAA4B,QAKvC;AAGM,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,qCAAuB;IAG7D,WAAW,CAA+B;IAG1C,aAAa,CAAO;IAGpB,WAAW,CAAO;CACnB,CAAA;AAVY,gDAAkB;AAG7B;IAFC,IAAA,qBAAW,EAAC,EAAE,WAAW,EAAE,qBAAqB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACnE,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,4BAA4B,EAAE,CAAC;;uDACnB;AAG1C;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,kBAAI,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;8BACjD,kBAAI;yDAAC;AAGpB;IADC,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,kBAAI,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC;8BACnD,kBAAI;uDAAC;6BATP,kBAAkB;IAD9B,IAAA,gBAAM,GAAE;GACI,kBAAkB,CAU9B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EntityBase } from '../../../common/database/base.entity';
|
|
2
|
-
import { Oauth } from '../../
|
|
2
|
+
import { Oauth } from '../../third-party/oauth.entity';
|
|
3
3
|
export declare class EventListCalendars extends EntityBase {
|
|
4
4
|
calendars: object[];
|
|
5
5
|
oAuth: Oauth;
|
|
@@ -11,7 +11,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.EventListCalendars = void 0;
|
|
13
13
|
const base_entity_1 = require("../../../common/database/base.entity");
|
|
14
|
-
const oauth_entity_1 = require("../../
|
|
14
|
+
const oauth_entity_1 = require("../../third-party/oauth.entity");
|
|
15
15
|
const typeorm_1 = require("typeorm");
|
|
16
16
|
let EventListCalendars = class EventListCalendars extends base_entity_1.EntityBase {
|
|
17
17
|
calendars;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event-list-calendars.entity.js","sourceRoot":"","sources":["../../../../src/entities/tools/calendar/event-list-calendars.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,sEAAkE;AAClE,
|
|
1
|
+
{"version":3,"file":"event-list-calendars.entity.js","sourceRoot":"","sources":["../../../../src/entities/tools/calendar/event-list-calendars.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,sEAAkE;AAClE,iEAAuD;AACvD,qCAAmD;AAG5C,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,wBAAU;IAEhD,SAAS,CAAW;IAGpB,KAAK,CAAQ;CACd,CAAA;AANY,gDAAkB;AAE7B;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;;qDACN;AAGpB;IADC,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,oBAAK,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,aAAa,CAAC;8BAC7C,oBAAK;iDAAC;6BALF,kBAAkB;IAD9B,IAAA,gBAAM,GAAE;GACI,kBAAkB,CAM9B"}
|
|
@@ -15,4 +15,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
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);
|
|
18
22
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/entities/tools/calendar/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA+B"}
|
|
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"}
|
|
@@ -2,7 +2,7 @@ import { EntityBase } from '../common/database/base.entity';
|
|
|
2
2
|
import { Profile } from './profile.entity';
|
|
3
3
|
import { Role } from './role.entity';
|
|
4
4
|
import { Tag } from './tag.entity';
|
|
5
|
-
import { UserEmailRelation } from './
|
|
5
|
+
import { UserEmailRelation } from './third-party/user-email-relation.entity';
|
|
6
6
|
import { PushToken } from './notifications/push-token.entity';
|
|
7
7
|
import { Group } from './group.entity';
|
|
8
8
|
import { MenuPermissions } from './menu-permissions.entity';
|
|
@@ -16,7 +16,7 @@ const class_transformer_1 = require("class-transformer");
|
|
|
16
16
|
const profile_entity_1 = require("./profile.entity");
|
|
17
17
|
const role_entity_1 = require("./role.entity");
|
|
18
18
|
const tag_entity_1 = require("./tag.entity");
|
|
19
|
-
const user_email_relation_entity_1 = require("./
|
|
19
|
+
const user_email_relation_entity_1 = require("./third-party/user-email-relation.entity");
|
|
20
20
|
const push_token_entity_1 = require("./notifications/push-token.entity");
|
|
21
21
|
const swagger_1 = require("@nestjs/swagger");
|
|
22
22
|
const group_entity_1 = require("./group.entity");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.entity.js","sourceRoot":"","sources":["../../src/entities/user.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gEAA4D;AAC5D,qCAAiG;AACjG,yDAA4C;AAC5C,qDAA2C;AAC3C,+CAAqC;AACrC,6CAAmC;AACnC,
|
|
1
|
+
{"version":3,"file":"user.entity.js","sourceRoot":"","sources":["../../src/entities/user.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,gEAA4D;AAC5D,qCAAiG;AACjG,yDAA4C;AAC5C,qDAA2C;AAC3C,+CAAqC;AACrC,6CAAmC;AACnC,yFAA6E;AAC7E,yEAA8D;AAC9D,6CAA8C;AAC9C,iDAAuC;AACvC,uEAA4D;AAC5D,mCAAyC;AACzC,2DAAwD;AACxD,iDAAwD;AAGjD,IAAM,IAAI,GAAV,MAAM,IAAK,SAAQ,wBAAU;IAGlC,QAAQ,CAAU;IAIlB,KAAK,CAAU;IAIf,GAAG,CAAU;IAIb,MAAM,CAAU;IAKhB,MAAM,CAAa;IAInB,WAAW,CAAa;IAUxB,IAAI,CAAU;IAUd,eAAe,CAAU;IAQzB,kBAAkB,CAAW;IAQ7B,KAAK,CAAU;IAQf,UAAU,CAAW;IAQrB,SAAS,CAAQ;IASjB,OAAO,CAAU;IAWjB,KAAK,CAAU;IAOf,IAAI,CAAQ;IAOZ,UAAU,CAAc;IAOxB,cAAc,CAAsB;IAWpC,MAAM,CAAW;IASjB,eAAe,CAAkB;IAIjC,GAAG,CAAS;IAWZ,OAAO,CAAW;IAElB,IACI,IAAI;QACN,OAAO,GAAG,IAAI,CAAC,OAAO,EAAE,SAAS,IAAI,EAAE,IAAI,IAAI,CAAC,OAAO,EAAE,QAAQ,IAAI,EAAE,EAAE,CAAC,IAAI,EAAE,CAAC;IACnF,CAAC;IAQD,YAAY,CAAS;IAQrB,cAAc,CAAY;IAQ1B,eAAe,CAAoB;IAGnC,YAAY,CAAS;CACtB,CAAA;AAzLY,oBAAI;AAGf;IAFC,IAAA,qBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,iBAAiB,EAAE,CAAC;IAC7D,IAAA,gBAAM,EAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;sCACP;AAIlB;IAFC,IAAA,qBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,sBAAsB,EAAE,CAAC;IAClE,IAAA,gBAAM,EAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;mCACV;AAIf;IAFC,IAAA,qBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACtE,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iCAC5B;AAIb;IAFC,IAAA,qBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,iBAAiB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7E,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oCACzB;AAKhB;IAFC,IAAA,qBAAW,EAAC,EAAE,IAAI,EAAE,uBAAU,EAAE,WAAW,EAAE,aAAa,EAAE,CAAC;IAC7D,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,uBAAU,EAAE,OAAO,EAAE,uBAAU,CAAC,OAAO,EAAE,CAAC;;oCACrD;AAInB;IAFC,IAAA,qBAAW,EAAC,EAAE,IAAI,EAAE,uBAAU,EAAE,WAAW,EAAE,aAAa,EAAE,CAAC;IAC7D,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,uBAAU,EAAE,OAAO,EAAE,uBAAU,CAAC,OAAO,EAAE,CAAC;;yCAChD;AAUxB;IARC,IAAA,2BAAO,GAAE;IACT,IAAA,qBAAW,EAAC;QACX,IAAI,EAAE,MAAM;QACZ,WAAW,EAAE,eAAe;QAC5B,SAAS,EAAE,IAAI;QACf,QAAQ,EAAE,IAAI;KACf,CAAC;IACD,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kCAC3B;AAUd;IARC,IAAA,2BAAO,GAAE;IACT,IAAA,qBAAW,EAAC;QACX,IAAI,EAAE,MAAM;QACZ,WAAW,EAAE,kCAAkC;QAC/C,QAAQ,EAAE,KAAK;QACf,SAAS,EAAE,IAAI;KAChB,CAAC;IACD,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6CACF;AAQzB;IANC,IAAA,qBAAW,EAAC;QACX,IAAI,EAAE,OAAO;QACb,WAAW,EAAE,sCAAsC;QACnD,OAAO,EAAE,KAAK;KACf,CAAC;IACD,IAAA,gBAAM,EAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;;gDACE;AAQ7B;IANC,IAAA,qBAAW,EAAC;QACX,IAAI,EAAE,MAAM;QACZ,WAAW,EAAE,mBAAmB;QAChC,QAAQ,EAAE,KAAK;KAChB,CAAC;IACD,IAAA,gBAAM,EAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;mCACV;AAQf;IANC,IAAA,qBAAW,EAAC;QACX,IAAI,EAAE,OAAO;QACb,WAAW,EAAE,kBAAkB;QAC/B,OAAO,EAAE,KAAK;KACf,CAAC;IACD,IAAA,gBAAM,EAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;;wCACN;AAQrB;IANC,IAAA,qBAAW,EAAC;QACX,IAAI,EAAE,IAAI;QACV,WAAW,EAAE,sBAAsB;QACnC,QAAQ,EAAE,KAAK;KAChB,CAAC;IACD,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BAClC,IAAI;uCAAC;AASjB;IAPC,IAAA,qBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,wBAAO,EAAE,WAAW,EAAE,cAAc,EAAE,CAAC;IACjE,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,wBAAO,EAAE;QACvB,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;QACnB,KAAK,EAAE,IAAI;KACZ,CAAC;IACD,IAAA,oBAAU,GAAE;8BACJ,wBAAO;qCAAC;AAWjB;IATC,IAAA,qBAAW,EAAC;QACX,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,kBAAI,CAAC;QAClB,WAAW,EAAE,4BAA4B;KAC1C,CAAC;IACD,IAAA,oBAAU,EAAC,GAAG,EAAE,CAAC,kBAAI,EAAE;QACtB,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,IAAA,mBAAS,GAAE;;mCACG;AAOf;IALC,IAAA,qBAAW,EAAC;QACX,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,gBAAG,CAAC;QACjB,WAAW,EAAE,+BAA+B;KAC7C,CAAC;IACD,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,gBAAG,EAAE,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC;;kCAC1B;AAOZ;IALC,IAAA,qBAAW,EAAC;QACX,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,6BAAS,CAAC;QACvB,WAAW,EAAE,sCAAsC;KACpD,CAAC;IACD,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6BAAS,EAAE,SAAS,CAAC,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC;;wCAChC;AAOxB;IALC,IAAA,qBAAW,EAAC;QACX,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,8CAAiB,CAAC;QAC/B,WAAW,EAAE,0CAA0C;KACxD,CAAC;IACD,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,8CAAiB,EAAE,QAAQ,CAAC,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC;;4CAC1B;AAWpC;IATC,IAAA,qBAAW,EAAC;QACX,IAAI,EAAE,GAAG,EAAE,CAAC,CAAC,oBAAK,CAAC;QACnB,WAAW,EAAE,6BAA6B;KAC3C,CAAC;IACD,IAAA,oBAAU,EAAC,GAAG,EAAE,CAAC,oBAAK,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;KACpB,CAAC;IACD,IAAA,mBAAS,GAAE;;oCACK;AASjB;IAPC,IAAA,qBAAW,EAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC,yCAAe,EAAE,WAAW,EAAE,kBAAkB,EAAE,CAAC;IAC7E,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,yCAAe,EAAE;QAC/B,QAAQ,EAAE,SAAS;QACnB,QAAQ,EAAE,SAAS;QACnB,KAAK,EAAE,IAAI;KACZ,CAAC;IACD,IAAA,oBAAU,GAAE;8BACI,yCAAe;6CAAC;AAIjC;IAFC,IAAA,qBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;IAClE,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iCACf;AAWZ;IATC,IAAA,qBAAW,EAAC;QACX,IAAI,EAAE,GAAG,EAAE,CAAC,IAAI;QAChB,WAAW,EAAE,kCAAkC;QAC/C,QAAQ,EAAE,KAAK;KAChB,CAAC;IACD,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,eAAO,EAAE,OAAO,CAAC,EAAE,CAAC,OAAO,CAAC,IAAI,EAAE;QAChD,QAAQ,EAAE,UAAU;QACpB,QAAQ,EAAE,SAAS;KACpB,CAAC;8BACQ,eAAO;qCAAC;AAElB;IAAC,IAAA,qBAAW,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,uBAAuB,EAAE,CAAC;;;gCAGnE;AAQD;IANC,IAAA,qBAAW,EAAC;QACX,IAAI,EAAE,GAAG,EAAE,CAAC,aAAK;QACjB,WAAW,EAAE,gCAAgC;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;IACD,IAAA,kBAAQ,EAAC,GAAG,EAAE,CAAC,aAAK,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC;8BAC5B,aAAK;0CAAC;AAQrB;IANC,IAAA,qBAAW,EAAC;QACX,IAAI,EAAE,GAAG,EAAE,CAAC,qBAAM;QAClB,WAAW,EAAE,iBAAiB;QAC9B,QAAQ,EAAE,KAAK;KAChB,CAAC;IACD,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,qBAAM,EAAE,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,SAAS,CAAC;;4CAC1B;AAQ1B;IANC,IAAA,qBAAW,EAAC;QACX,IAAI,EAAE,GAAG,EAAE,CAAC,6BAAc;QAC1B,WAAW,EAAE,8BAA8B;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;IACD,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6BAAc,EAAE,cAAc,CAAC,EAAE,CAAC,cAAc,CAAC,IAAI,CAAC;;6CACpC;AAGnC;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0CACxB;eAxLV,IAAI;IADhB,IAAA,gBAAM,GAAE;GACI,IAAI,CAyLhB"}
|