@flusys/nestjs-event-manager 7.1.0 → 8.0.0
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/adapters/event-manager.adapter.d.ts +2 -2
- package/adapters/index.d.ts +1 -1
- package/config/index.d.ts +3 -3
- package/controllers/event.controller.d.ts +3 -3
- package/controllers/index.d.ts +1 -1
- package/docs/event-manager-swagger.config.d.ts +2 -2
- package/docs/index.d.ts +1 -1
- package/dtos/calendar-query.dto.d.ts +1 -1
- package/dtos/event.dto.d.ts +1 -1
- package/dtos/index.d.ts +3 -3
- package/entities/event-with-company.entity.d.ts +1 -1
- package/entities/index.d.ts +8 -8
- package/fesm/477.js +1798 -0
- package/fesm/833.js +840 -0
- package/fesm/adapters/index.js +884 -1
- package/fesm/config/index.js +87 -3
- package/fesm/controllers/index.js +365 -1
- package/fesm/docs/index.js +155 -2
- package/fesm/dtos/index.js +720 -3
- package/fesm/entities/index.js +350 -11
- package/fesm/index.js +121 -9
- package/fesm/interfaces/index.js +16 -2
- package/fesm/modules/index.js +13 -1
- package/fesm/runtime.js +85 -0
- package/fesm/services/index.js +272 -4
- package/index.d.ts +9 -9
- package/interfaces/event-manager-module.interface.d.ts +3 -3
- package/interfaces/event.interface.d.ts +1 -1
- package/interfaces/index.d.ts +2 -2
- package/modules/event-manager.module.d.ts +2 -2
- package/modules/index.d.ts +1 -1
- package/package.json +29 -39
- package/services/event-manager-config.service.d.ts +3 -3
- package/services/event-manager-datasource.provider.d.ts +3 -3
- package/services/event-manager-helper.service.d.ts +3 -3
- package/services/event.service.d.ts +7 -7
- package/services/index.d.ts +4 -4
- package/cjs/adapters/event-manager.adapter.js +0 -65
- package/cjs/adapters/event-manager.adapter.spec.js +0 -104
- package/cjs/adapters/index.js +0 -18
- package/cjs/config/event-actions.js +0 -31
- package/cjs/config/event-manager.constants.js +0 -13
- package/cjs/config/index.js +0 -20
- package/cjs/config/message-keys.js +0 -27
- package/cjs/controllers/event.controller.js +0 -190
- package/cjs/controllers/event.controller.spec.js +0 -156
- package/cjs/controllers/index.js +0 -18
- package/cjs/docs/event-manager-swagger.config.js +0 -125
- package/cjs/docs/event-manager-swagger.config.spec.js +0 -65
- package/cjs/docs/index.js +0 -21
- package/cjs/dtos/calendar-query.dto.js +0 -212
- package/cjs/dtos/event-participant.dto.js +0 -181
- package/cjs/dtos/event.dto.js +0 -343
- package/cjs/dtos/index.js +0 -20
- package/cjs/entities/event-participant.entity.js +0 -89
- package/cjs/entities/event-with-company.entity.js +0 -56
- package/cjs/entities/event.entity.js +0 -156
- package/cjs/entities/index.js +0 -55
- package/cjs/entities/index.spec.js +0 -18
- package/cjs/index.js +0 -27
- package/cjs/interfaces/event-manager-module.interface.js +0 -4
- package/cjs/interfaces/event.interface.js +0 -4
- package/cjs/interfaces/index.js +0 -19
- package/cjs/modules/event-manager.module.js +0 -132
- package/cjs/modules/event-manager.module.spec.js +0 -146
- package/cjs/modules/index.js +0 -18
- package/cjs/services/event-manager-config.service.js +0 -76
- package/cjs/services/event-manager-config.service.spec.js +0 -111
- package/cjs/services/event-manager-datasource.provider.js +0 -84
- package/cjs/services/event-manager-datasource.provider.spec.js +0 -198
- package/cjs/services/event-manager-helper.service.js +0 -235
- package/cjs/services/event-manager-helper.service.spec.js +0 -327
- package/cjs/services/event.service.js +0 -481
- package/cjs/services/event.service.spec.js +0 -929
- package/cjs/services/index.js +0 -21
- package/fesm/adapters/event-manager.adapter.js +0 -55
- package/fesm/adapters/event-manager.adapter.spec.js +0 -100
- package/fesm/config/event-actions.js +0 -10
- package/fesm/config/event-manager.constants.js +0 -3
- package/fesm/config/message-keys.js +0 -9
- package/fesm/controllers/event.controller.js +0 -180
- package/fesm/controllers/event.controller.spec.js +0 -152
- package/fesm/docs/event-manager-swagger.config.js +0 -118
- package/fesm/docs/event-manager-swagger.config.spec.js +0 -61
- package/fesm/dtos/calendar-query.dto.js +0 -194
- package/fesm/dtos/event-participant.dto.js +0 -157
- package/fesm/dtos/event.dto.js +0 -322
- package/fesm/entities/event-participant.entity.js +0 -79
- package/fesm/entities/event-with-company.entity.js +0 -46
- package/fesm/entities/event.entity.js +0 -146
- package/fesm/entities/index.spec.js +0 -14
- package/fesm/interfaces/event-manager-module.interface.js +0 -3
- package/fesm/interfaces/event.interface.js +0 -1
- package/fesm/modules/event-manager.module.js +0 -122
- package/fesm/modules/event-manager.module.spec.js +0 -142
- package/fesm/services/event-manager-config.service.js +0 -66
- package/fesm/services/event-manager-config.service.spec.js +0 -107
- package/fesm/services/event-manager-datasource.provider.js +0 -74
- package/fesm/services/event-manager-datasource.provider.spec.js +0 -194
- package/fesm/services/event-manager-helper.service.js +0 -225
- package/fesm/services/event-manager-helper.service.spec.js +0 -323
- package/fesm/services/event.service.js +0 -471
- package/fesm/services/event.service.spec.js +0 -925
package/fesm/entities/index.js
CHANGED
|
@@ -1,24 +1,363 @@
|
|
|
1
|
+
import * as __rspack_external__flusys_nestjs_shared_393d2cae from "@flusys/nestjs-shared";
|
|
2
|
+
import * as __rspack_external__flusys_nestjs_shared_enums_327421f8 from "@flusys/nestjs-shared/enums";
|
|
3
|
+
import * as __rspack_external_typeorm from "typeorm";
|
|
4
|
+
import * as __rspack_external__flusys_nestjs_shared_entities_420e6d19 from "@flusys/nestjs-shared/entities";
|
|
5
|
+
export const __rspack_esm_id = 604;
|
|
6
|
+
export const __rspack_esm_ids = [604];
|
|
7
|
+
export const __webpack_modules__ = {
|
|
8
|
+
80(__unused_rspack_module, __webpack_exports__, __webpack_require__) {
|
|
9
|
+
|
|
10
|
+
// EXPORTS
|
|
11
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
12
|
+
Jh: () => (/* reexport */ Event),
|
|
13
|
+
_d: () => (/* reexport */ Event),
|
|
14
|
+
Mi: () => (/* binding */ EventManagerCompanyEntities),
|
|
15
|
+
WB: () => (/* binding */ EventManagerCoreEntities),
|
|
16
|
+
ek: () => (/* reexport */ EventParticipant),
|
|
17
|
+
lo: () => (/* reexport */ EventParticipant),
|
|
18
|
+
QO: () => (/* reexport */ EventWithCompany),
|
|
19
|
+
E1: () => (/* binding */ getEventManagerEntitiesByConfig)
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
// EXTERNAL MODULE: external "@flusys/nestjs-shared"
|
|
23
|
+
var nestjs_shared_ = __webpack_require__(422);
|
|
24
|
+
;// CONCATENATED MODULE: external "@flusys/nestjs-shared/entities"
|
|
25
|
+
|
|
26
|
+
// EXTERNAL MODULE: external "@flusys/nestjs-shared/enums"
|
|
27
|
+
var enums_ = __webpack_require__(471);
|
|
28
|
+
// EXTERNAL MODULE: external "typeorm"
|
|
29
|
+
var external_typeorm_ = __webpack_require__(158);
|
|
30
|
+
;// CONCATENATED MODULE: ./projects/nestjs-event-manager/src/entities/event.entity.ts
|
|
31
|
+
function _ts_decorate(decorators, target, key, desc) {
|
|
32
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
33
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") {
|
|
34
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
35
|
+
} else {
|
|
36
|
+
for(var i = decorators.length - 1; i >= 0; i--){
|
|
37
|
+
if (d = decorators[i]) {
|
|
38
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
43
|
+
}
|
|
44
|
+
function _ts_metadata(metadataKey, metadataValue) {
|
|
45
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") {
|
|
46
|
+
return Reflect.metadata(metadataKey, metadataValue);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
class Event extends __rspack_external__flusys_nestjs_shared_entities_420e6d19.Identity {
|
|
54
|
+
title;
|
|
55
|
+
description;
|
|
56
|
+
eventDate;
|
|
57
|
+
startTime;
|
|
58
|
+
endTime;
|
|
59
|
+
isAllDay;
|
|
60
|
+
recurrenceType;
|
|
61
|
+
recurrenceEndDate;
|
|
62
|
+
weekDays;
|
|
63
|
+
color;
|
|
64
|
+
meetingLink;
|
|
65
|
+
isActive;
|
|
66
|
+
}
|
|
67
|
+
_ts_decorate([
|
|
68
|
+
(0,external_typeorm_.Column)({
|
|
69
|
+
type: 'varchar',
|
|
70
|
+
length: 255,
|
|
71
|
+
nullable: false
|
|
72
|
+
}),
|
|
73
|
+
_ts_metadata("design:type", String)
|
|
74
|
+
], Event.prototype, "title", void 0);
|
|
75
|
+
_ts_decorate([
|
|
76
|
+
(0,external_typeorm_.Column)({
|
|
77
|
+
type: 'text',
|
|
78
|
+
nullable: true
|
|
79
|
+
}),
|
|
80
|
+
_ts_metadata("design:type", Object)
|
|
81
|
+
], Event.prototype, "description", void 0);
|
|
82
|
+
_ts_decorate([
|
|
83
|
+
(0,external_typeorm_.Column)({
|
|
84
|
+
name: 'event_date',
|
|
85
|
+
type: 'date',
|
|
86
|
+
nullable: false
|
|
87
|
+
}),
|
|
88
|
+
_ts_metadata("design:type", String)
|
|
89
|
+
], Event.prototype, "eventDate", void 0);
|
|
90
|
+
_ts_decorate([
|
|
91
|
+
(0,external_typeorm_.Column)({
|
|
92
|
+
name: 'start_time',
|
|
93
|
+
type: 'varchar',
|
|
94
|
+
length: 5,
|
|
95
|
+
nullable: false,
|
|
96
|
+
default: '00:00'
|
|
97
|
+
}),
|
|
98
|
+
_ts_metadata("design:type", String)
|
|
99
|
+
], Event.prototype, "startTime", void 0);
|
|
100
|
+
_ts_decorate([
|
|
101
|
+
(0,external_typeorm_.Column)({
|
|
102
|
+
name: 'end_time',
|
|
103
|
+
type: 'varchar',
|
|
104
|
+
length: 5,
|
|
105
|
+
nullable: false,
|
|
106
|
+
default: '23:59'
|
|
107
|
+
}),
|
|
108
|
+
_ts_metadata("design:type", String)
|
|
109
|
+
], Event.prototype, "endTime", void 0);
|
|
110
|
+
_ts_decorate([
|
|
111
|
+
(0,external_typeorm_.Column)({
|
|
112
|
+
name: 'is_all_day',
|
|
113
|
+
type: 'boolean',
|
|
114
|
+
nullable: false,
|
|
115
|
+
default: false
|
|
116
|
+
}),
|
|
117
|
+
_ts_metadata("design:type", Boolean)
|
|
118
|
+
], Event.prototype, "isAllDay", void 0);
|
|
119
|
+
_ts_decorate([
|
|
120
|
+
(0,external_typeorm_.Column)({
|
|
121
|
+
name: 'recurrence_type',
|
|
122
|
+
type: 'varchar',
|
|
123
|
+
length: 20,
|
|
124
|
+
nullable: false,
|
|
125
|
+
default: enums_.RecurrenceType.NONE
|
|
126
|
+
}),
|
|
127
|
+
_ts_metadata("design:type", String)
|
|
128
|
+
], Event.prototype, "recurrenceType", void 0);
|
|
129
|
+
_ts_decorate([
|
|
130
|
+
(0,external_typeorm_.Column)({
|
|
131
|
+
name: 'recurrence_end_date',
|
|
132
|
+
type: 'date',
|
|
133
|
+
nullable: true
|
|
134
|
+
}),
|
|
135
|
+
_ts_metadata("design:type", Object)
|
|
136
|
+
], Event.prototype, "recurrenceEndDate", void 0);
|
|
137
|
+
_ts_decorate([
|
|
138
|
+
(0,external_typeorm_.Column)({
|
|
139
|
+
type: (0,nestjs_shared_.getJsonColumnType)(),
|
|
140
|
+
nullable: true
|
|
141
|
+
}),
|
|
142
|
+
_ts_metadata("design:type", Object)
|
|
143
|
+
], Event.prototype, "weekDays", void 0);
|
|
144
|
+
_ts_decorate([
|
|
145
|
+
(0,external_typeorm_.Column)({
|
|
146
|
+
type: 'varchar',
|
|
147
|
+
length: 7,
|
|
148
|
+
nullable: false,
|
|
149
|
+
default: '#3B82F6'
|
|
150
|
+
}),
|
|
151
|
+
_ts_metadata("design:type", String)
|
|
152
|
+
], Event.prototype, "color", void 0);
|
|
153
|
+
_ts_decorate([
|
|
154
|
+
(0,external_typeorm_.Column)({
|
|
155
|
+
name: 'meeting_link',
|
|
156
|
+
type: 'varchar',
|
|
157
|
+
length: 500,
|
|
158
|
+
nullable: true
|
|
159
|
+
}),
|
|
160
|
+
_ts_metadata("design:type", Object)
|
|
161
|
+
], Event.prototype, "meetingLink", void 0);
|
|
162
|
+
_ts_decorate([
|
|
163
|
+
(0,external_typeorm_.Column)({
|
|
164
|
+
name: 'is_active',
|
|
165
|
+
type: 'boolean',
|
|
166
|
+
nullable: false,
|
|
167
|
+
default: true
|
|
168
|
+
}),
|
|
169
|
+
_ts_metadata("design:type", Boolean)
|
|
170
|
+
], Event.prototype, "isActive", void 0);
|
|
171
|
+
Event = _ts_decorate([
|
|
172
|
+
(0,external_typeorm_.Entity)({
|
|
173
|
+
name: 'event'
|
|
174
|
+
}),
|
|
175
|
+
(0,external_typeorm_.Index)([
|
|
176
|
+
'eventDate'
|
|
177
|
+
]),
|
|
178
|
+
(0,external_typeorm_.Index)([
|
|
179
|
+
'isActive'
|
|
180
|
+
])
|
|
181
|
+
], Event);
|
|
182
|
+
|
|
183
|
+
;// CONCATENATED MODULE: ./projects/nestjs-event-manager/src/entities/event-participant.entity.ts
|
|
184
|
+
function event_participant_entity_ts_decorate(decorators, target, key, desc) {
|
|
185
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
186
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") {
|
|
187
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
188
|
+
} else {
|
|
189
|
+
for(var i = decorators.length - 1; i >= 0; i--){
|
|
190
|
+
if (d = decorators[i]) {
|
|
191
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
196
|
+
}
|
|
197
|
+
function event_participant_entity_ts_metadata(metadataKey, metadataValue) {
|
|
198
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") {
|
|
199
|
+
return Reflect.metadata(metadataKey, metadataValue);
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
class EventParticipant extends __rspack_external__flusys_nestjs_shared_entities_420e6d19.Identity {
|
|
206
|
+
eventId;
|
|
207
|
+
userId;
|
|
208
|
+
status;
|
|
209
|
+
isOrganizer;
|
|
210
|
+
}
|
|
211
|
+
event_participant_entity_ts_decorate([
|
|
212
|
+
(0,external_typeorm_.Index)(),
|
|
213
|
+
(0,external_typeorm_.Column)({
|
|
214
|
+
name: 'event_id',
|
|
215
|
+
type: 'uuid',
|
|
216
|
+
nullable: false
|
|
217
|
+
}),
|
|
218
|
+
event_participant_entity_ts_metadata("design:type", String)
|
|
219
|
+
], EventParticipant.prototype, "eventId", void 0);
|
|
220
|
+
event_participant_entity_ts_decorate([
|
|
221
|
+
(0,external_typeorm_.Column)({
|
|
222
|
+
name: 'user_id',
|
|
223
|
+
type: 'uuid',
|
|
224
|
+
nullable: false
|
|
225
|
+
}),
|
|
226
|
+
event_participant_entity_ts_metadata("design:type", String)
|
|
227
|
+
], EventParticipant.prototype, "userId", void 0);
|
|
228
|
+
event_participant_entity_ts_decorate([
|
|
229
|
+
(0,external_typeorm_.Column)({
|
|
230
|
+
type: 'varchar',
|
|
231
|
+
length: 50,
|
|
232
|
+
nullable: false,
|
|
233
|
+
default: enums_.ParticipantStatus.PENDING
|
|
234
|
+
}),
|
|
235
|
+
event_participant_entity_ts_metadata("design:type", String)
|
|
236
|
+
], EventParticipant.prototype, "status", void 0);
|
|
237
|
+
event_participant_entity_ts_decorate([
|
|
238
|
+
(0,external_typeorm_.Column)({
|
|
239
|
+
name: 'is_organizer',
|
|
240
|
+
type: 'boolean',
|
|
241
|
+
nullable: false,
|
|
242
|
+
default: false
|
|
243
|
+
}),
|
|
244
|
+
event_participant_entity_ts_metadata("design:type", Boolean)
|
|
245
|
+
], EventParticipant.prototype, "isOrganizer", void 0);
|
|
246
|
+
EventParticipant = event_participant_entity_ts_decorate([
|
|
247
|
+
(0,external_typeorm_.Entity)({
|
|
248
|
+
name: 'event_participant'
|
|
249
|
+
}),
|
|
250
|
+
(0,external_typeorm_.Index)([
|
|
251
|
+
'eventId',
|
|
252
|
+
'userId'
|
|
253
|
+
], {
|
|
254
|
+
unique: true
|
|
255
|
+
}),
|
|
256
|
+
(0,external_typeorm_.Index)([
|
|
257
|
+
'userId'
|
|
258
|
+
])
|
|
259
|
+
], EventParticipant);
|
|
260
|
+
|
|
261
|
+
;// CONCATENATED MODULE: ./projects/nestjs-event-manager/src/entities/event-with-company.entity.ts
|
|
262
|
+
function event_with_company_entity_ts_decorate(decorators, target, key, desc) {
|
|
263
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
264
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") {
|
|
265
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
266
|
+
} else {
|
|
267
|
+
for(var i = decorators.length - 1; i >= 0; i--){
|
|
268
|
+
if (d = decorators[i]) {
|
|
269
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
274
|
+
}
|
|
275
|
+
function event_with_company_entity_ts_metadata(metadataKey, metadataValue) {
|
|
276
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") {
|
|
277
|
+
return Reflect.metadata(metadataKey, metadataValue);
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
class EventWithCompany extends Event {
|
|
283
|
+
companyId;
|
|
284
|
+
}
|
|
285
|
+
event_with_company_entity_ts_decorate([
|
|
286
|
+
(0,external_typeorm_.Column)({
|
|
287
|
+
name: 'company_id',
|
|
288
|
+
type: 'uuid',
|
|
289
|
+
nullable: true
|
|
290
|
+
}),
|
|
291
|
+
event_with_company_entity_ts_metadata("design:type", Object)
|
|
292
|
+
], EventWithCompany.prototype, "companyId", void 0);
|
|
293
|
+
EventWithCompany = event_with_company_entity_ts_decorate([
|
|
294
|
+
(0,external_typeorm_.Entity)({
|
|
295
|
+
name: 'event'
|
|
296
|
+
}),
|
|
297
|
+
(0,external_typeorm_.Index)([
|
|
298
|
+
'companyId',
|
|
299
|
+
'isActive'
|
|
300
|
+
])
|
|
301
|
+
], EventWithCompany);
|
|
302
|
+
|
|
303
|
+
;// CONCATENATED MODULE: ./projects/nestjs-event-manager/src/entities/index.ts
|
|
1
304
|
// Entities without company feature
|
|
2
|
-
|
|
3
|
-
|
|
305
|
+
|
|
306
|
+
|
|
4
307
|
// Entities with company feature
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
|
|
9
312
|
// Core entities (no company feature)
|
|
10
|
-
|
|
313
|
+
const EventManagerCoreEntities = [
|
|
11
314
|
Event,
|
|
12
315
|
EventParticipant
|
|
13
316
|
];
|
|
14
317
|
// Company-specific entities (EventParticipant is event-scoped, not company-scoped)
|
|
15
|
-
|
|
318
|
+
const EventManagerCompanyEntities = [
|
|
16
319
|
EventWithCompany,
|
|
17
320
|
EventParticipant
|
|
18
321
|
];
|
|
19
|
-
|
|
322
|
+
function getEventManagerEntitiesByConfig(enableCompanyFeature) {
|
|
20
323
|
return enableCompanyFeature ? EventManagerCompanyEntities : EventManagerCoreEntities;
|
|
21
324
|
}
|
|
22
325
|
// Base type aliases for backwards compatibility with services
|
|
23
|
-
|
|
24
|
-
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
},
|
|
331
|
+
422(module) {
|
|
332
|
+
|
|
333
|
+
module.exports = __rspack_external__flusys_nestjs_shared_393d2cae;
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
},
|
|
337
|
+
471(module) {
|
|
338
|
+
|
|
339
|
+
module.exports = __rspack_external__flusys_nestjs_shared_enums_327421f8;
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
},
|
|
343
|
+
158(module) {
|
|
344
|
+
|
|
345
|
+
module.exports = __rspack_external_typeorm;
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
},
|
|
349
|
+
|
|
350
|
+
};
|
|
351
|
+
import { __webpack_require__ } from '../runtime.js';
|
|
352
|
+
var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); }
|
|
353
|
+
import * as __rspack_chunk_1 from './index.js';
|
|
354
|
+
__webpack_require__.C(__rspack_chunk_1);
|
|
355
|
+
var __webpack_exports__ = __webpack_exec__(80);var __webpack_exports__Event = __webpack_exports__.Jh;
|
|
356
|
+
var __webpack_exports__EventBase = __webpack_exports__._d;
|
|
357
|
+
var __webpack_exports__EventManagerCompanyEntities = __webpack_exports__.Mi;
|
|
358
|
+
var __webpack_exports__EventManagerCoreEntities = __webpack_exports__.WB;
|
|
359
|
+
var __webpack_exports__EventParticipant = __webpack_exports__.ek;
|
|
360
|
+
var __webpack_exports__EventParticipantBase = __webpack_exports__.lo;
|
|
361
|
+
var __webpack_exports__EventWithCompany = __webpack_exports__.QO;
|
|
362
|
+
var __webpack_exports__getEventManagerEntitiesByConfig = __webpack_exports__.E1;
|
|
363
|
+
export { __webpack_exports__Event as Event, __webpack_exports__EventBase as EventBase, __webpack_exports__EventManagerCompanyEntities as EventManagerCompanyEntities, __webpack_exports__EventManagerCoreEntities as EventManagerCoreEntities, __webpack_exports__EventParticipant as EventParticipant, __webpack_exports__EventParticipantBase as EventParticipantBase, __webpack_exports__EventWithCompany as EventWithCompany, __webpack_exports__getEventManagerEntitiesByConfig as getEventManagerEntitiesByConfig };
|
package/fesm/index.js
CHANGED
|
@@ -1,10 +1,122 @@
|
|
|
1
|
+
export const __rspack_esm_id = 410;
|
|
2
|
+
export const __rspack_esm_ids = [410];
|
|
3
|
+
export const __webpack_modules__ = {
|
|
4
|
+
895(__unused_rspack_module, __webpack_exports__, __webpack_require__) {
|
|
5
|
+
/* import */ var _event_actions_js__rspack_import_0 = __webpack_require__(782);
|
|
6
|
+
/* import */ var _event_manager_constants_js__rspack_import_1 = __webpack_require__(890);
|
|
7
|
+
/* import */ var _message_keys_js__rspack_import_2 = __webpack_require__(401);
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
13
|
+
Ch: () => (/* reexport safe */ _message_keys_js__rspack_import_2.C),
|
|
14
|
+
DJ: () => (/* reexport safe */ _event_manager_constants_js__rspack_import_1.D),
|
|
15
|
+
G_: () => (/* reexport safe */ _message_keys_js__rspack_import_2.G),
|
|
16
|
+
i2: () => (/* reexport safe */ _event_actions_js__rspack_import_0.i2),
|
|
17
|
+
sI: () => (/* reexport safe */ _event_actions_js__rspack_import_0.sI),
|
|
18
|
+
vR: () => (/* reexport safe */ _event_actions_js__rspack_import_0.vR)
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
},
|
|
23
|
+
952(__unused_rspack_module, __webpack_exports__, __webpack_require__) {
|
|
24
|
+
/* import */ var _adapters_index_js__rspack_import_0 = __webpack_require__(219);
|
|
25
|
+
/* import */ var _controllers_index_js__rspack_import_1 = __webpack_require__(558);
|
|
26
|
+
/* import */ var _services_index_js__rspack_import_2 = __webpack_require__(965);
|
|
27
|
+
/* import */ var _entities_index_js__rspack_import_3 = __webpack_require__(80);
|
|
28
|
+
/* import */ var _modules_index_js__rspack_import_4 = __webpack_require__(120);
|
|
29
|
+
/* import */ var _config_index_js__rspack_import_5 = __webpack_require__(895);
|
|
30
|
+
/* import */ var _docs_index_js__rspack_import_6 = __webpack_require__(283);
|
|
31
|
+
/* import */ var _dtos_index_js__rspack_import_7 = __webpack_require__(178);
|
|
1
32
|
// Export all event manager module components
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
44
|
+
$V: () => (/* reexport safe */ _adapters_index_js__rspack_import_0.$),
|
|
45
|
+
$_: () => (/* reexport safe */ _services_index_js__rspack_import_2.$_),
|
|
46
|
+
Ch: () => (/* reexport safe */ _config_index_js__rspack_import_5.Ch),
|
|
47
|
+
DJ: () => (/* reexport safe */ _config_index_js__rspack_import_5.DJ),
|
|
48
|
+
E1: () => (/* reexport safe */ _entities_index_js__rspack_import_3.E1),
|
|
49
|
+
G_: () => (/* reexport safe */ _config_index_js__rspack_import_5.G_),
|
|
50
|
+
Jh: () => (/* reexport safe */ _entities_index_js__rspack_import_3.Jh),
|
|
51
|
+
KA: () => (/* reexport safe */ _dtos_index_js__rspack_import_7.KA),
|
|
52
|
+
Mi: () => (/* reexport safe */ _entities_index_js__rspack_import_3.Mi),
|
|
53
|
+
QO: () => (/* reexport safe */ _entities_index_js__rspack_import_3.QO),
|
|
54
|
+
SS: () => (/* reexport safe */ _docs_index_js__rspack_import_6.S),
|
|
55
|
+
US: () => (/* reexport safe */ _services_index_js__rspack_import_2.US),
|
|
56
|
+
Ub: () => (/* reexport safe */ _docs_index_js__rspack_import_6.U),
|
|
57
|
+
WB: () => (/* reexport safe */ _entities_index_js__rspack_import_3.WB),
|
|
58
|
+
Wk: () => (/* reexport safe */ _dtos_index_js__rspack_import_7.Wk),
|
|
59
|
+
XJ: () => (/* reexport safe */ _dtos_index_js__rspack_import_7.XJ),
|
|
60
|
+
XZ: () => (/* reexport safe */ _dtos_index_js__rspack_import_7.XZ),
|
|
61
|
+
_Z: () => (/* reexport safe */ _modules_index_js__rspack_import_4._),
|
|
62
|
+
_d: () => (/* reexport safe */ _entities_index_js__rspack_import_3._d),
|
|
63
|
+
a1: () => (/* reexport safe */ _services_index_js__rspack_import_2.a1),
|
|
64
|
+
dj: () => (/* reexport safe */ _controllers_index_js__rspack_import_1.d),
|
|
65
|
+
ek: () => (/* reexport safe */ _entities_index_js__rspack_import_3.ek),
|
|
66
|
+
hh: () => (/* reexport safe */ _dtos_index_js__rspack_import_7.hh),
|
|
67
|
+
i2: () => (/* reexport safe */ _config_index_js__rspack_import_5.i2),
|
|
68
|
+
it: () => (/* reexport safe */ _dtos_index_js__rspack_import_7.it),
|
|
69
|
+
lo: () => (/* reexport safe */ _entities_index_js__rspack_import_3.lo),
|
|
70
|
+
mF: () => (/* reexport safe */ _dtos_index_js__rspack_import_7.mF),
|
|
71
|
+
nx: () => (/* reexport safe */ _dtos_index_js__rspack_import_7.nx),
|
|
72
|
+
sI: () => (/* reexport safe */ _config_index_js__rspack_import_5.sI),
|
|
73
|
+
vR: () => (/* reexport safe */ _config_index_js__rspack_import_5.vR),
|
|
74
|
+
wJ: () => (/* reexport safe */ _dtos_index_js__rspack_import_7.wJ),
|
|
75
|
+
x_: () => (/* reexport safe */ _services_index_js__rspack_import_2.x_)
|
|
76
|
+
});
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
},
|
|
80
|
+
|
|
81
|
+
};
|
|
82
|
+
import { __webpack_require__ } from './runtime.js';
|
|
83
|
+
var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); }
|
|
84
|
+
import * as __rspack_chunk_1 from './477.js';
|
|
85
|
+
__webpack_require__.C(__rspack_chunk_1);
|
|
86
|
+
import * as __rspack_chunk_2 from './833.js';
|
|
87
|
+
__webpack_require__.C(__rspack_chunk_2);
|
|
88
|
+
import * as __rspack_chunk_3 from './index.js';
|
|
89
|
+
__webpack_require__.C(__rspack_chunk_3);
|
|
90
|
+
var __webpack_exports__ = __webpack_exec__(952);var __webpack_exports__CalendarEventResponseDto = __webpack_exports__.hh;
|
|
91
|
+
var __webpack_exports__CalendarQueryDto = __webpack_exports__.it;
|
|
92
|
+
var __webpack_exports__CreateEventDto = __webpack_exports__.wJ;
|
|
93
|
+
var __webpack_exports__CreateEventParticipantDto = __webpack_exports__.nx;
|
|
94
|
+
var __webpack_exports__EVENT_MANAGER_EVENT_ACTIONS = __webpack_exports__.i2;
|
|
95
|
+
var __webpack_exports__EVENT_MANAGER_EVENT_ENTITIES = __webpack_exports__.sI;
|
|
96
|
+
var __webpack_exports__EVENT_MANAGER_EVENT_MODULE = __webpack_exports__.vR;
|
|
97
|
+
var __webpack_exports__EVENT_MANAGER_MODULE_OPTIONS = __webpack_exports__.DJ;
|
|
98
|
+
var __webpack_exports__EVENT_MESSAGES = __webpack_exports__.G_;
|
|
99
|
+
var __webpack_exports__EVENT_PARTICIPANT_MESSAGES = __webpack_exports__.Ch;
|
|
100
|
+
var __webpack_exports__EVENT_PERMISSIONS = __webpack_exports__.Ub;
|
|
101
|
+
var __webpack_exports__Event = __webpack_exports__.Jh;
|
|
102
|
+
var __webpack_exports__EventBase = __webpack_exports__._d;
|
|
103
|
+
var __webpack_exports__EventController = __webpack_exports__.dj;
|
|
104
|
+
var __webpack_exports__EventManagerAdapter = __webpack_exports__.$V;
|
|
105
|
+
var __webpack_exports__EventManagerCompanyEntities = __webpack_exports__.Mi;
|
|
106
|
+
var __webpack_exports__EventManagerConfigService = __webpack_exports__.$_;
|
|
107
|
+
var __webpack_exports__EventManagerCoreEntities = __webpack_exports__.WB;
|
|
108
|
+
var __webpack_exports__EventManagerDataSourceProvider = __webpack_exports__.a1;
|
|
109
|
+
var __webpack_exports__EventManagerHelperService = __webpack_exports__.x_;
|
|
110
|
+
var __webpack_exports__EventManagerModule = __webpack_exports__._Z;
|
|
111
|
+
var __webpack_exports__EventParticipant = __webpack_exports__.ek;
|
|
112
|
+
var __webpack_exports__EventParticipantBase = __webpack_exports__.lo;
|
|
113
|
+
var __webpack_exports__EventParticipantResponseDto = __webpack_exports__.KA;
|
|
114
|
+
var __webpack_exports__EventResponseDto = __webpack_exports__.XZ;
|
|
115
|
+
var __webpack_exports__EventService = __webpack_exports__.US;
|
|
116
|
+
var __webpack_exports__EventWithCompany = __webpack_exports__.QO;
|
|
117
|
+
var __webpack_exports__UpdateEventDto = __webpack_exports__.XJ;
|
|
118
|
+
var __webpack_exports__UpdateEventParticipantDto = __webpack_exports__.mF;
|
|
119
|
+
var __webpack_exports__UpdateParticipantStatusDto = __webpack_exports__.Wk;
|
|
120
|
+
var __webpack_exports__eventManagerSwaggerConfig = __webpack_exports__.SS;
|
|
121
|
+
var __webpack_exports__getEventManagerEntitiesByConfig = __webpack_exports__.E1;
|
|
122
|
+
export { __webpack_exports__CalendarEventResponseDto as CalendarEventResponseDto, __webpack_exports__CalendarQueryDto as CalendarQueryDto, __webpack_exports__CreateEventDto as CreateEventDto, __webpack_exports__CreateEventParticipantDto as CreateEventParticipantDto, __webpack_exports__EVENT_MANAGER_EVENT_ACTIONS as EVENT_MANAGER_EVENT_ACTIONS, __webpack_exports__EVENT_MANAGER_EVENT_ENTITIES as EVENT_MANAGER_EVENT_ENTITIES, __webpack_exports__EVENT_MANAGER_EVENT_MODULE as EVENT_MANAGER_EVENT_MODULE, __webpack_exports__EVENT_MANAGER_MODULE_OPTIONS as EVENT_MANAGER_MODULE_OPTIONS, __webpack_exports__EVENT_MESSAGES as EVENT_MESSAGES, __webpack_exports__EVENT_PARTICIPANT_MESSAGES as EVENT_PARTICIPANT_MESSAGES, __webpack_exports__EVENT_PERMISSIONS as EVENT_PERMISSIONS, __webpack_exports__Event as Event, __webpack_exports__EventBase as EventBase, __webpack_exports__EventController as EventController, __webpack_exports__EventManagerAdapter as EventManagerAdapter, __webpack_exports__EventManagerCompanyEntities as EventManagerCompanyEntities, __webpack_exports__EventManagerConfigService as EventManagerConfigService, __webpack_exports__EventManagerCoreEntities as EventManagerCoreEntities, __webpack_exports__EventManagerDataSourceProvider as EventManagerDataSourceProvider, __webpack_exports__EventManagerHelperService as EventManagerHelperService, __webpack_exports__EventManagerModule as EventManagerModule, __webpack_exports__EventParticipant as EventParticipant, __webpack_exports__EventParticipantBase as EventParticipantBase, __webpack_exports__EventParticipantResponseDto as EventParticipantResponseDto, __webpack_exports__EventResponseDto as EventResponseDto, __webpack_exports__EventService as EventService, __webpack_exports__EventWithCompany as EventWithCompany, __webpack_exports__UpdateEventDto as UpdateEventDto, __webpack_exports__UpdateEventParticipantDto as UpdateEventParticipantDto, __webpack_exports__UpdateParticipantStatusDto as UpdateParticipantStatusDto, __webpack_exports__eventManagerSwaggerConfig as eventManagerSwaggerConfig, __webpack_exports__getEventManagerEntitiesByConfig as getEventManagerEntitiesByConfig };
|
package/fesm/interfaces/index.js
CHANGED
|
@@ -1,2 +1,16 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export const __rspack_esm_id = 471;
|
|
2
|
+
export const __rspack_esm_ids = [471];
|
|
3
|
+
export const __webpack_modules__ = {
|
|
4
|
+
145() {
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
},
|
|
10
|
+
|
|
11
|
+
};
|
|
12
|
+
import { __webpack_require__ } from '../runtime.js';
|
|
13
|
+
var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); }
|
|
14
|
+
import * as __rspack_chunk_1 from './index.js';
|
|
15
|
+
__webpack_require__.C(__rspack_chunk_1);
|
|
16
|
+
var __webpack_exports__ = __webpack_exec__(145);
|
package/fesm/modules/index.js
CHANGED
|
@@ -1 +1,13 @@
|
|
|
1
|
-
export
|
|
1
|
+
export const __rspack_esm_id = 900;
|
|
2
|
+
export const __rspack_esm_ids = [900];
|
|
3
|
+
export const __webpack_modules__ = {};
|
|
4
|
+
import { __webpack_require__ } from '../runtime.js';
|
|
5
|
+
var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); }
|
|
6
|
+
import * as __rspack_chunk_1 from '../477.js';
|
|
7
|
+
__webpack_require__.C(__rspack_chunk_1);
|
|
8
|
+
import * as __rspack_chunk_2 from '../833.js';
|
|
9
|
+
__webpack_require__.C(__rspack_chunk_2);
|
|
10
|
+
import * as __rspack_chunk_3 from './index.js';
|
|
11
|
+
__webpack_require__.C(__rspack_chunk_3);
|
|
12
|
+
var __webpack_exports__ = __webpack_exec__(120);var __webpack_exports__EventManagerModule = __webpack_exports__._;
|
|
13
|
+
export { __webpack_exports__EventManagerModule as EventManagerModule };
|
package/fesm/runtime.js
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
var __webpack_modules__ = ({});
|
|
2
|
+
// The module cache
|
|
3
|
+
var __webpack_module_cache__ = {};
|
|
4
|
+
|
|
5
|
+
// The require function
|
|
6
|
+
function __webpack_require__(moduleId) {
|
|
7
|
+
|
|
8
|
+
// Check if module is in cache
|
|
9
|
+
var cachedModule = __webpack_module_cache__[moduleId];
|
|
10
|
+
if (cachedModule !== undefined) {
|
|
11
|
+
return cachedModule.exports;
|
|
12
|
+
}
|
|
13
|
+
// Create a new module (and put it into the cache)
|
|
14
|
+
var module = (__webpack_module_cache__[moduleId] = {
|
|
15
|
+
exports: {}
|
|
16
|
+
});
|
|
17
|
+
// Execute the module function
|
|
18
|
+
__webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
19
|
+
|
|
20
|
+
// Return the exports of the module
|
|
21
|
+
return module.exports;
|
|
22
|
+
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
// expose the modules object (__webpack_modules__)
|
|
26
|
+
__webpack_require__.m = __webpack_modules__;
|
|
27
|
+
|
|
28
|
+
// webpack/runtime/define_property_getters
|
|
29
|
+
(() => {
|
|
30
|
+
__webpack_require__.d = (exports, getters, values) => {
|
|
31
|
+
var define = (defs, kind) => {
|
|
32
|
+
for(var key in defs) {
|
|
33
|
+
if(__webpack_require__.o(defs, key) && !__webpack_require__.o(exports, key)) {
|
|
34
|
+
Object.defineProperty(exports, key, { enumerable: true, [kind]: defs[key] });
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
define(getters, "get");
|
|
39
|
+
define(values, "value");
|
|
40
|
+
};
|
|
41
|
+
})();
|
|
42
|
+
// webpack/runtime/export_webpack_require
|
|
43
|
+
var __webpack_require__temp = __webpack_require__;
|
|
44
|
+
export { __webpack_require__temp as __webpack_require__ };
|
|
45
|
+
// webpack/runtime/has_own_property
|
|
46
|
+
(() => {
|
|
47
|
+
__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
48
|
+
})();
|
|
49
|
+
// webpack/runtime/module_chunk_loading
|
|
50
|
+
(() => {
|
|
51
|
+
// no BaseURI
|
|
52
|
+
// object to store loaded and loading chunks
|
|
53
|
+
// undefined = chunk not loaded, null = chunk preloaded/prefetched
|
|
54
|
+
// [resolve, Promise] = chunk loading, 0 = chunk loaded
|
|
55
|
+
var moduleInstalledChunks = {146: 0,};
|
|
56
|
+
var moduleInstallChunk = (data) => {
|
|
57
|
+
var __rspack_esm_ids = data.__rspack_esm_ids;
|
|
58
|
+
var moreModules = data.__webpack_modules__;
|
|
59
|
+
var __rspack_esm_runtime = data.__rspack_esm_runtime;
|
|
60
|
+
// add "modules" to the modules object,
|
|
61
|
+
// then flag all "ids" as loaded and fire callback
|
|
62
|
+
var moduleId, chunkId, i = 0;
|
|
63
|
+
for (moduleId in moreModules) {
|
|
64
|
+
if (__webpack_require__.o(moreModules, moduleId)) {
|
|
65
|
+
__webpack_require__.m[moduleId] = moreModules[moduleId];
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
if (__rspack_esm_runtime) __rspack_esm_runtime(__webpack_require__);
|
|
69
|
+
for (; i < __rspack_esm_ids.length; i++) {
|
|
70
|
+
chunkId = __rspack_esm_ids[i];
|
|
71
|
+
if (__webpack_require__.o(moduleInstalledChunks, chunkId) && moduleInstalledChunks[chunkId]) {
|
|
72
|
+
moduleInstalledChunks[chunkId][0]();
|
|
73
|
+
}
|
|
74
|
+
moduleInstalledChunks[__rspack_esm_ids[i]] = 0;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
};
|
|
78
|
+
// no chunk on demand loading
|
|
79
|
+
|
|
80
|
+
__webpack_require__.C = moduleInstallChunk;
|
|
81
|
+
// no on chunks loaded
|
|
82
|
+
// no HMR
|
|
83
|
+
// no HMR manifest
|
|
84
|
+
|
|
85
|
+
})();
|