-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathfeature-dependency-violations.v1.json
More file actions
498 lines (498 loc) · 21.4 KB
/
Copy pathfeature-dependency-violations.v1.json
File metadata and controls
498 lines (498 loc) · 21.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
{
"version": "1.0",
"description": "Machine-readable R0a ledger for the Contact Center feature-dependency architecture contract. `acceptedExternalDependencies` lists direct manifest dependencies from a Contact Center feature onto a feature outside the Contact Center family that are intentional and are not a P0 finding. `knownViolations` lists every currently known P0 architecture-graph finding the R0a contract tests must detect and no others. `acceptedLeafDependencies` lists external feature ids reachable from the Contact Center family through the SignalR, Telephony, Telephony Soft Phone, and Omnichannel Management manifests that are treated as opaque, out-of-scope leaves. `featureDependencyClosures` pins the exact transitive closure computed today from the current manifest declarations for every Contact Center feature; any deliberate change to the manifest graph in R2 must update this file in the same change.",
"acceptedExternalDependencies": [
{
"feature": "CrestApps.OrchardCore.ContactCenter",
"dependsOn": "CrestApps.OrchardCore.Omnichannel.Activities",
"reason": "The headless base feature owns orchestration records that reference the shared omnichannel work-item model, and depends on the headless activity services rather than the administration experience."
},
{
"feature": "CrestApps.OrchardCore.ContactCenter.Admin",
"dependsOn": "CrestApps.OrchardCore.Omnichannel.Managements",
"reason": "The independently selectable administration integration composes Contact Center with the Omnichannel management experience."
},
{
"feature": "CrestApps.OrchardCore.ContactCenter.RealTime",
"dependsOn": "CrestApps.OrchardCore.SignalR",
"reason": "Real-Time intentionally hosts the SignalR hub used by the agent desktop and supervisor dashboard."
},
{
"feature": "CrestApps.OrchardCore.ContactCenter.Voice",
"dependsOn": "CrestApps.OrchardCore.Telephony",
"reason": "Server-side voice orchestration intentionally uses provider-agnostic Telephony services without requiring the soft-phone UI."
},
{
"feature": "CrestApps.OrchardCore.ContactCenter.Voice.SoftPhone",
"dependsOn": "CrestApps.OrchardCore.Telephony.SoftPhone",
"reason": "The independently selectable soft-phone projection integrates Contact Center voice and real-time state with the Telephony widget."
},
{
"feature": "CrestApps.OrchardCore.ContactCenter.AgentDesktop",
"dependsOn": "CrestApps.OrchardCore.Omnichannel.Managements",
"reason": "The independently selectable agent desktop integrates Contact Center work with the Omnichannel management experience."
},
{
"feature": "CrestApps.OrchardCore.ContactCenter.Analytics",
"dependsOn": "CrestApps.OrchardCore.Reports",
"reason": "Analytics intentionally contributes reports to the shared Reports framework."
},
{
"feature": "CrestApps.OrchardCore.ContactCenter.Workflows",
"dependsOn": "OrchardCore.Workflows",
"reason": "The independently selectable workflow bridge contributes a Contact Center domain-event activity to Orchard Core Workflows."
}
],
"knownViolations": [],
"acceptedLeafDependencies": [
"OrchardCore.Users",
"OrchardCore.ContentTypes",
"OrchardCore.Contents",
"OrchardCore.Flows",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Resources",
"CrestApps.OrchardCore.Users",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Reports",
"OrchardCore.Workflows",
"CrestApps.OrchardCore.Omnichannel.Activities"
],
"featureDependencyClosures": {
"CrestApps.OrchardCore.ContactCenter": [
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.Admin": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.Omnichannel.Managements",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.Resources",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.ContentTypes",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.Agents.Admin": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContactCenter.Admin",
"CrestApps.OrchardCore.ContactCenter.Agents",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.Omnichannel.Managements",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.Resources",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.ContentTypes",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.Queues.Admin": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContactCenter.Admin",
"CrestApps.OrchardCore.ContactCenter.Agents",
"CrestApps.OrchardCore.ContactCenter.Availability",
"CrestApps.OrchardCore.ContactCenter.Queues",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.Omnichannel.Managements",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.Resources",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.ContentTypes",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.Dialer.Admin": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContactCenter.Admin",
"CrestApps.OrchardCore.ContactCenter.Agents",
"CrestApps.OrchardCore.ContactCenter.Availability",
"CrestApps.OrchardCore.ContactCenter.Dialer",
"CrestApps.OrchardCore.ContactCenter.Queues",
"CrestApps.OrchardCore.ContactCenter.Routing",
"CrestApps.OrchardCore.ContactCenter.Voice",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.Omnichannel.Managements",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.Resources",
"CrestApps.OrchardCore.SignalR",
"CrestApps.OrchardCore.Telephony",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.ContentTypes",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.Recording.Admin": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContactCenter.Admin",
"CrestApps.OrchardCore.ContactCenter.Agents",
"CrestApps.OrchardCore.ContactCenter.Availability",
"CrestApps.OrchardCore.ContactCenter.Queues",
"CrestApps.OrchardCore.ContactCenter.Recording",
"CrestApps.OrchardCore.ContactCenter.Routing",
"CrestApps.OrchardCore.ContactCenter.Voice",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.Omnichannel.Managements",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.Resources",
"CrestApps.OrchardCore.SignalR",
"CrestApps.OrchardCore.Telephony",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.ContentTypes",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.EntryPoints.Admin": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContactCenter.Admin",
"CrestApps.OrchardCore.ContactCenter.Agents",
"CrestApps.OrchardCore.ContactCenter.Availability",
"CrestApps.OrchardCore.ContactCenter.EntryPoints",
"CrestApps.OrchardCore.ContactCenter.Queues",
"CrestApps.OrchardCore.ContactCenter.Routing",
"CrestApps.OrchardCore.ContactCenter.Voice",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.Omnichannel.Managements",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.Resources",
"CrestApps.OrchardCore.SignalR",
"CrestApps.OrchardCore.Telephony",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.ContentTypes",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.Agents": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.Queues": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContactCenter.Agents",
"CrestApps.OrchardCore.ContactCenter.Availability",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.Availability": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContactCenter.Agents",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.Dialer": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContactCenter.Agents",
"CrestApps.OrchardCore.ContactCenter.Availability",
"CrestApps.OrchardCore.ContactCenter.Queues",
"CrestApps.OrchardCore.ContactCenter.Routing",
"CrestApps.OrchardCore.ContactCenter.Voice",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.SignalR",
"CrestApps.OrchardCore.Telephony",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.Compliance": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContactCenter.Agents",
"CrestApps.OrchardCore.ContactCenter.Availability",
"CrestApps.OrchardCore.ContactCenter.Dialer",
"CrestApps.OrchardCore.ContactCenter.Queues",
"CrestApps.OrchardCore.ContactCenter.Routing",
"CrestApps.OrchardCore.ContactCenter.Voice",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.SignalR",
"CrestApps.OrchardCore.Telephony",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.Dialer.Automated": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContactCenter.Agents",
"CrestApps.OrchardCore.ContactCenter.Availability",
"CrestApps.OrchardCore.ContactCenter.Compliance",
"CrestApps.OrchardCore.ContactCenter.Dialer",
"CrestApps.OrchardCore.ContactCenter.Queues",
"CrestApps.OrchardCore.ContactCenter.Routing",
"CrestApps.OrchardCore.ContactCenter.Voice",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.SignalR",
"CrestApps.OrchardCore.Telephony",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.Voice": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContactCenter.Agents",
"CrestApps.OrchardCore.ContactCenter.Availability",
"CrestApps.OrchardCore.ContactCenter.Queues",
"CrestApps.OrchardCore.ContactCenter.Routing",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.SignalR",
"CrestApps.OrchardCore.Telephony",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.EntryPoints": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContactCenter.Agents",
"CrestApps.OrchardCore.ContactCenter.Availability",
"CrestApps.OrchardCore.ContactCenter.Queues",
"CrestApps.OrchardCore.ContactCenter.Routing",
"CrestApps.OrchardCore.ContactCenter.Voice",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.SignalR",
"CrestApps.OrchardCore.Telephony",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.Voice.Media": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContactCenter.Agents",
"CrestApps.OrchardCore.ContactCenter.Availability",
"CrestApps.OrchardCore.ContactCenter.Queues",
"CrestApps.OrchardCore.ContactCenter.Routing",
"CrestApps.OrchardCore.ContactCenter.Voice",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.SignalR",
"CrestApps.OrchardCore.Telephony",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.Recording": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContactCenter.Agents",
"CrestApps.OrchardCore.ContactCenter.Availability",
"CrestApps.OrchardCore.ContactCenter.Queues",
"CrestApps.OrchardCore.ContactCenter.Routing",
"CrestApps.OrchardCore.ContactCenter.Voice",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.SignalR",
"CrestApps.OrchardCore.Telephony",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.Routing": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContactCenter.Agents",
"CrestApps.OrchardCore.ContactCenter.Availability",
"CrestApps.OrchardCore.ContactCenter.Queues",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.Voice.SoftPhone": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContactCenter.Agents",
"CrestApps.OrchardCore.ContactCenter.Availability",
"CrestApps.OrchardCore.ContactCenter.Queues",
"CrestApps.OrchardCore.ContactCenter.RealTime",
"CrestApps.OrchardCore.ContactCenter.Routing",
"CrestApps.OrchardCore.ContactCenter.Voice",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.SignalR",
"CrestApps.OrchardCore.Telephony",
"CrestApps.OrchardCore.Telephony.SoftPhone",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.AgentDesktop": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContactCenter.Agents",
"CrestApps.OrchardCore.ContactCenter.Availability",
"CrestApps.OrchardCore.ContactCenter.Queues",
"CrestApps.OrchardCore.ContactCenter.RealTime",
"CrestApps.OrchardCore.ContactCenter.Routing",
"CrestApps.OrchardCore.ContactCenter.Voice",
"CrestApps.OrchardCore.ContactCenter.Voice.SoftPhone",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.Omnichannel.Managements",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.Resources",
"CrestApps.OrchardCore.SignalR",
"CrestApps.OrchardCore.Telephony",
"CrestApps.OrchardCore.Telephony.SoftPhone",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.ContentTypes",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.Supervision": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContactCenter.Agents",
"CrestApps.OrchardCore.ContactCenter.Availability",
"CrestApps.OrchardCore.ContactCenter.Queues",
"CrestApps.OrchardCore.ContactCenter.RealTime",
"CrestApps.OrchardCore.ContactCenter.Routing",
"CrestApps.OrchardCore.ContactCenter.Voice",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.SignalR",
"CrestApps.OrchardCore.Telephony",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.RealTime": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContactCenter.Agents",
"CrestApps.OrchardCore.ContactCenter.Availability",
"CrestApps.OrchardCore.ContactCenter.Queues",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.SignalR",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.Analytics": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContactCenter.Agents",
"CrestApps.OrchardCore.ContactCenter.Availability",
"CrestApps.OrchardCore.ContactCenter.Queues",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.Reports",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users"
],
"CrestApps.OrchardCore.ContactCenter.Workflows": [
"CrestApps.OrchardCore.ContactCenter",
"CrestApps.OrchardCore.ContentFields",
"CrestApps.OrchardCore.Omnichannel",
"CrestApps.OrchardCore.Omnichannel.Activities",
"CrestApps.OrchardCore.PhoneNumbers",
"CrestApps.OrchardCore.TimeZones",
"CrestApps.OrchardCore.Users",
"OrchardCore.Contents",
"OrchardCore.Flows",
"OrchardCore.Users",
"OrchardCore.Workflows"
]
}
}