@campxdev/server-shared 1.4.0-alpha.8 → 1.4.0-alpha.9
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/alerting/alerting.module.d.ts +3 -0
- package/dist/alerting/alerting.module.d.ts.map +1 -0
- package/dist/alerting/alerting.module.js +21 -0
- package/dist/alerting/alerting.module.js.map +1 -0
- package/dist/alerting/alerting.service.d.ts +18 -0
- package/dist/alerting/alerting.service.d.ts.map +1 -0
- package/dist/alerting/alerting.service.js +56 -0
- package/dist/alerting/alerting.service.js.map +1 -0
- package/dist/alerting/alerting.service.spec.d.ts +2 -0
- package/dist/alerting/alerting.service.spec.d.ts.map +1 -0
- package/dist/alerting/alerting.service.spec.js +42 -0
- package/dist/alerting/alerting.service.spec.js.map +1 -0
- package/dist/common/interfaces/context.interface.d.ts +1 -0
- package/dist/common/interfaces/context.interface.d.ts.map +1 -1
- package/dist/domain/schemas/admission.schema.d.ts +12 -0
- package/dist/domain/schemas/admission.schema.d.ts.map +1 -1
- package/dist/domain/schemas/admission.schema.js +30 -1
- package/dist/domain/schemas/admission.schema.js.map +1 -1
- package/dist/permissions/app-permissions/enroll-x-permissions.d.ts +6 -0
- package/dist/permissions/app-permissions/enroll-x-permissions.d.ts.map +1 -1
- package/dist/permissions/app-permissions/enroll-x-permissions.js +11 -0
- package/dist/permissions/app-permissions/enroll-x-permissions.js.map +1 -1
- package/dist/permissions/app-permissions/exams-permissions.d.ts +27 -0
- package/dist/permissions/app-permissions/exams-permissions.d.ts.map +1 -1
- package/dist/permissions/app-permissions/exams-permissions.js +42 -0
- package/dist/permissions/app-permissions/exams-permissions.js.map +1 -1
- package/dist/permissions/app-permissions/payments-permissions.d.ts +30 -0
- package/dist/permissions/app-permissions/payments-permissions.d.ts.map +1 -1
- package/dist/permissions/app-permissions/payments-permissions.js +30 -0
- package/dist/permissions/app-permissions/payments-permissions.js.map +1 -1
- package/dist/permissions/app-permissions/square-permissions.d.ts +156 -4
- package/dist/permissions/app-permissions/square-permissions.d.ts.map +1 -1
- package/dist/permissions/app-permissions/square-permissions.js +249 -30
- package/dist/permissions/app-permissions/square-permissions.js.map +1 -1
- package/dist/permissions/permissions.d.ts +438 -8
- package/dist/permissions/permissions.d.ts.map +1 -1
- package/package.json +15 -3
|
@@ -311,6 +311,56 @@ exports.SquarePermission = {
|
|
|
311
311
|
Assigned: 'Assigned',
|
|
312
312
|
},
|
|
313
313
|
},
|
|
314
|
+
student_academic_performance_view: {
|
|
315
|
+
name: 'Student Academic Performance View',
|
|
316
|
+
slug: 'student_academic_performance_view',
|
|
317
|
+
permissions: ['School User', 'Department User', 'All Departments', 'All'],
|
|
318
|
+
permissionObj: {
|
|
319
|
+
All: 'All',
|
|
320
|
+
Department: 'Department',
|
|
321
|
+
Assigned: 'Assigned',
|
|
322
|
+
},
|
|
323
|
+
},
|
|
324
|
+
student_attendance_view: {
|
|
325
|
+
name: 'Student Attendance View',
|
|
326
|
+
slug: 'student_attendance_view',
|
|
327
|
+
permissions: ['School User', 'Department User', 'All Departments', 'All'],
|
|
328
|
+
permissionObj: {
|
|
329
|
+
All: 'All',
|
|
330
|
+
Department: 'Department',
|
|
331
|
+
Assigned: 'Assigned',
|
|
332
|
+
},
|
|
333
|
+
},
|
|
334
|
+
student_payments_view: {
|
|
335
|
+
name: 'Student Payments View',
|
|
336
|
+
slug: 'student_payments_view',
|
|
337
|
+
permissions: ['School User', 'Department User', 'All Departments', 'All'],
|
|
338
|
+
permissionObj: {
|
|
339
|
+
All: 'All',
|
|
340
|
+
Department: 'Department',
|
|
341
|
+
Assigned: 'Assigned',
|
|
342
|
+
},
|
|
343
|
+
},
|
|
344
|
+
student_memos_view: {
|
|
345
|
+
name: 'Student Memos View',
|
|
346
|
+
slug: 'student_memos_view',
|
|
347
|
+
permissions: ['School User', 'Department User', 'All Departments', 'All'],
|
|
348
|
+
permissionObj: {
|
|
349
|
+
All: 'All',
|
|
350
|
+
Department: 'Department',
|
|
351
|
+
Assigned: 'Assigned',
|
|
352
|
+
},
|
|
353
|
+
},
|
|
354
|
+
student_backlogs_view: {
|
|
355
|
+
name: 'Student Backlogs View',
|
|
356
|
+
slug: 'student_backlogs_view',
|
|
357
|
+
permissions: ['School User', 'Department User', 'All Departments', 'All'],
|
|
358
|
+
permissionObj: {
|
|
359
|
+
All: 'All',
|
|
360
|
+
Department: 'Department',
|
|
361
|
+
Assigned: 'Assigned',
|
|
362
|
+
},
|
|
363
|
+
},
|
|
314
364
|
},
|
|
315
365
|
},
|
|
316
366
|
subjects: {
|
|
@@ -560,27 +610,114 @@ exports.SquarePermission = {
|
|
|
560
610
|
application: utils_1.ProfileApplicationType.square,
|
|
561
611
|
},
|
|
562
612
|
PERMISSIONS: {
|
|
563
|
-
|
|
613
|
+
view_mentors: {
|
|
564
614
|
name: 'view',
|
|
565
|
-
slug: '
|
|
615
|
+
slug: 'view_mentors',
|
|
616
|
+
permissions: [],
|
|
617
|
+
permissionObj: {},
|
|
618
|
+
},
|
|
619
|
+
add_mentors: {
|
|
620
|
+
name: 'Add',
|
|
621
|
+
slug: 'add_mentors',
|
|
622
|
+
permissions: [],
|
|
623
|
+
permissionObj: {},
|
|
624
|
+
},
|
|
625
|
+
assign_mentees: {
|
|
626
|
+
name: 'Assign Mentees',
|
|
627
|
+
slug: 'assign_mentees',
|
|
628
|
+
permissions: [],
|
|
629
|
+
permissionObj: {},
|
|
630
|
+
},
|
|
631
|
+
remove_mentees: {
|
|
632
|
+
name: 'Remove Mentees',
|
|
633
|
+
slug: 'remove_mentees',
|
|
634
|
+
permissions: [],
|
|
635
|
+
permissionObj: {},
|
|
636
|
+
},
|
|
637
|
+
view_mentor_report: {
|
|
638
|
+
name: 'View Mentor Report',
|
|
639
|
+
slug: 'view_mentor_report',
|
|
640
|
+
permissions: [],
|
|
641
|
+
permissionObj: {},
|
|
642
|
+
},
|
|
643
|
+
comment_on_mentor_report: {
|
|
644
|
+
name: 'Comment On Mentor Report',
|
|
645
|
+
slug: 'comment_on_mentor_report',
|
|
646
|
+
permissions: [],
|
|
647
|
+
permissionObj: {},
|
|
648
|
+
},
|
|
649
|
+
},
|
|
650
|
+
},
|
|
651
|
+
mentees: {
|
|
652
|
+
GROUP: {
|
|
653
|
+
name: 'Mentees',
|
|
654
|
+
slug: 'mentees',
|
|
655
|
+
application: utils_1.ProfileApplicationType.square,
|
|
656
|
+
},
|
|
657
|
+
PERMISSIONS: {
|
|
658
|
+
view_mentees: {
|
|
659
|
+
name: 'view',
|
|
660
|
+
slug: 'view_mentees',
|
|
661
|
+
permissions: [],
|
|
662
|
+
permissionObj: {},
|
|
663
|
+
},
|
|
664
|
+
create_session: {
|
|
665
|
+
name: 'Create',
|
|
666
|
+
slug: 'create_session',
|
|
667
|
+
permissions: [],
|
|
668
|
+
permissionObj: {},
|
|
669
|
+
},
|
|
670
|
+
view_mentee_report: {
|
|
671
|
+
name: 'View Mentee Report',
|
|
672
|
+
slug: 'view_mentee_report',
|
|
673
|
+
permissions: [],
|
|
674
|
+
permissionObj: {},
|
|
675
|
+
},
|
|
676
|
+
},
|
|
677
|
+
},
|
|
678
|
+
mentor_sessions: {
|
|
679
|
+
GROUP: {
|
|
680
|
+
name: 'Mentor Sessions',
|
|
681
|
+
slug: 'mentor_sessions',
|
|
682
|
+
application: utils_1.ProfileApplicationType.square,
|
|
683
|
+
},
|
|
684
|
+
PERMISSIONS: {
|
|
685
|
+
view_mentor_sessions: {
|
|
686
|
+
name: 'View',
|
|
687
|
+
slug: 'view_mentor_sessions',
|
|
688
|
+
permissions: [],
|
|
689
|
+
permissionObj: {},
|
|
690
|
+
},
|
|
691
|
+
},
|
|
692
|
+
},
|
|
693
|
+
mentor_sessions_comments: {
|
|
694
|
+
GROUP: {
|
|
695
|
+
name: 'Mentor Sessions Comments',
|
|
696
|
+
slug: 'mentor_sessions_comments',
|
|
697
|
+
application: utils_1.ProfileApplicationType.square,
|
|
698
|
+
},
|
|
699
|
+
PERMISSIONS: {
|
|
700
|
+
view_mentor_sessions_comments: {
|
|
701
|
+
name: 'View',
|
|
702
|
+
slug: 'view_mentor_sessions_comments',
|
|
566
703
|
permissions: [],
|
|
567
704
|
permissionObj: {},
|
|
568
705
|
},
|
|
569
|
-
|
|
570
|
-
name: '
|
|
571
|
-
slug: '
|
|
706
|
+
add_mentor_sessions_comments: {
|
|
707
|
+
name: 'Add',
|
|
708
|
+
slug: 'add_mentor_sessions_comments',
|
|
572
709
|
permissions: [],
|
|
573
710
|
permissionObj: {},
|
|
574
711
|
},
|
|
575
|
-
|
|
576
|
-
name: '
|
|
577
|
-
slug: '
|
|
712
|
+
edit_mentor_sessions_comments: {
|
|
713
|
+
name: 'Edit',
|
|
714
|
+
slug: 'edit_mentor_sessions_comments',
|
|
578
715
|
permissions: [],
|
|
579
716
|
permissionObj: {},
|
|
580
717
|
},
|
|
581
|
-
|
|
582
|
-
name: '
|
|
583
|
-
slug: '
|
|
718
|
+
delete_mentor_sessions_comments: {
|
|
719
|
+
name: 'Delete',
|
|
720
|
+
slug: 'delete_mentor_sessions_comments',
|
|
584
721
|
permissions: [],
|
|
585
722
|
permissionObj: {},
|
|
586
723
|
},
|
|
@@ -710,7 +847,7 @@ exports.SquarePermission = {
|
|
|
710
847
|
},
|
|
711
848
|
},
|
|
712
849
|
classroom_subjects_view: {
|
|
713
|
-
name: '
|
|
850
|
+
name: 'Courses View',
|
|
714
851
|
slug: 'classroom_subjects_view',
|
|
715
852
|
permissions: ['All', 'Department User', 'Assigned'],
|
|
716
853
|
permissionObj: {
|
|
@@ -721,7 +858,7 @@ exports.SquarePermission = {
|
|
|
721
858
|
},
|
|
722
859
|
},
|
|
723
860
|
classroom_subject_attendance_edit: {
|
|
724
|
-
name: 'Edit
|
|
861
|
+
name: 'Edit Course Attendance',
|
|
725
862
|
slug: 'classroom_subject_attendance_edit',
|
|
726
863
|
permissions: ['All', 'Department User', 'Assigned'],
|
|
727
864
|
permissionObj: {
|
|
@@ -732,7 +869,7 @@ exports.SquarePermission = {
|
|
|
732
869
|
},
|
|
733
870
|
},
|
|
734
871
|
classroom_subject_assessment_create: {
|
|
735
|
-
name: '
|
|
872
|
+
name: 'Course Assessment Create',
|
|
736
873
|
slug: 'classroom_subject_assessment_create',
|
|
737
874
|
permissions: ['All', 'Department User', 'Assigned'],
|
|
738
875
|
permissionObj: {
|
|
@@ -743,7 +880,7 @@ exports.SquarePermission = {
|
|
|
743
880
|
},
|
|
744
881
|
},
|
|
745
882
|
classroom_subject_assessment_delete: {
|
|
746
|
-
name: '
|
|
883
|
+
name: 'Course Assessment delete',
|
|
747
884
|
slug: 'classroom_subject_assessment_delete',
|
|
748
885
|
permissions: ['All', 'Department User', 'Assigned'],
|
|
749
886
|
permissionObj: {
|
|
@@ -754,7 +891,7 @@ exports.SquarePermission = {
|
|
|
754
891
|
},
|
|
755
892
|
},
|
|
756
893
|
classroom_subject_assessment_link_exam: {
|
|
757
|
-
name: '
|
|
894
|
+
name: 'Course Assessment Link Exam',
|
|
758
895
|
slug: 'classroom_subject_assessment_link_exam',
|
|
759
896
|
permissions: ['All', 'Department User', 'Assigned'],
|
|
760
897
|
permissionObj: {
|
|
@@ -765,7 +902,7 @@ exports.SquarePermission = {
|
|
|
765
902
|
},
|
|
766
903
|
},
|
|
767
904
|
classroom_subject_session_delete: {
|
|
768
|
-
name: 'Delete
|
|
905
|
+
name: 'Delete Course Sessions',
|
|
769
906
|
slug: 'classroom_subject_session_delete',
|
|
770
907
|
permissions: ['All', 'Department User', 'Assigned'],
|
|
771
908
|
permissionObj: {
|
|
@@ -806,6 +943,21 @@ exports.SquarePermission = {
|
|
|
806
943
|
},
|
|
807
944
|
},
|
|
808
945
|
},
|
|
946
|
+
my_subjects: {
|
|
947
|
+
GROUP: {
|
|
948
|
+
name: 'My Courses',
|
|
949
|
+
slug: 'my_subjects',
|
|
950
|
+
application: utils_1.ProfileApplicationType.square,
|
|
951
|
+
},
|
|
952
|
+
PERMISSIONS: {
|
|
953
|
+
view_my_subjects: {
|
|
954
|
+
name: 'View',
|
|
955
|
+
slug: 'view_my_subjects',
|
|
956
|
+
permissions: [],
|
|
957
|
+
permissionObj: {},
|
|
958
|
+
},
|
|
959
|
+
},
|
|
960
|
+
},
|
|
809
961
|
feed: {
|
|
810
962
|
GROUP: {
|
|
811
963
|
name: 'Feed',
|
|
@@ -1970,6 +2122,11 @@ const CourseCoordinator = {
|
|
|
1970
2122
|
.Department_User,
|
|
1971
2123
|
],
|
|
1972
2124
|
},
|
|
2125
|
+
{
|
|
2126
|
+
groupSlug: exports.SquarePermission.my_subjects.GROUP.slug,
|
|
2127
|
+
permissionSlug: exports.SquarePermission.my_subjects.PERMISSIONS.view_my_subjects.slug,
|
|
2128
|
+
permissions: [],
|
|
2129
|
+
},
|
|
1973
2130
|
{
|
|
1974
2131
|
groupSlug: exports.SquarePermission.feed.GROUP.slug,
|
|
1975
2132
|
permissionSlug: exports.SquarePermission.feed.PERMISSIONS.feed_add.slug,
|
|
@@ -2295,13 +2452,23 @@ const Faculty = {
|
|
|
2295
2452
|
permissions: [exports.SquarePermission.students.PERMISSIONS.student_info_view.permissionObj.Assigned],
|
|
2296
2453
|
},
|
|
2297
2454
|
{
|
|
2298
|
-
groupSlug: exports.SquarePermission.
|
|
2299
|
-
permissionSlug: exports.SquarePermission.
|
|
2455
|
+
groupSlug: exports.SquarePermission.mentees.GROUP.slug,
|
|
2456
|
+
permissionSlug: exports.SquarePermission.mentees.PERMISSIONS.view_mentees.slug,
|
|
2300
2457
|
permissions: [],
|
|
2301
2458
|
},
|
|
2302
2459
|
{
|
|
2303
|
-
groupSlug: exports.SquarePermission.
|
|
2304
|
-
permissionSlug: exports.SquarePermission.
|
|
2460
|
+
groupSlug: exports.SquarePermission.mentees.GROUP.slug,
|
|
2461
|
+
permissionSlug: exports.SquarePermission.mentees.PERMISSIONS.view_mentee_report.slug,
|
|
2462
|
+
permissions: [],
|
|
2463
|
+
},
|
|
2464
|
+
{
|
|
2465
|
+
groupSlug: exports.SquarePermission.mentees.PERMISSIONS.create_session.slug,
|
|
2466
|
+
permissionSlug: exports.SquarePermission.mentees.PERMISSIONS.create_session.slug,
|
|
2467
|
+
permissions: [],
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
groupSlug: exports.SquarePermission.mentees.PERMISSIONS.create_session.slug,
|
|
2471
|
+
permissionSlug: exports.SquarePermission.mentors.PERMISSIONS.view_mentor_report.slug,
|
|
2305
2472
|
permissions: [],
|
|
2306
2473
|
},
|
|
2307
2474
|
{
|
|
@@ -2345,12 +2512,9 @@ const Faculty = {
|
|
|
2345
2512
|
],
|
|
2346
2513
|
},
|
|
2347
2514
|
{
|
|
2348
|
-
groupSlug: exports.SquarePermission.
|
|
2349
|
-
permissionSlug: exports.SquarePermission.
|
|
2350
|
-
permissions: [
|
|
2351
|
-
exports.SquarePermission.classroom.PERMISSIONS.classroom_view.permissionObj.Same_Classroom,
|
|
2352
|
-
exports.SquarePermission.classroom.PERMISSIONS.classroom_view.permissionObj.Assigned,
|
|
2353
|
-
],
|
|
2515
|
+
groupSlug: exports.SquarePermission.my_subjects.GROUP.slug,
|
|
2516
|
+
permissionSlug: exports.SquarePermission.my_subjects.PERMISSIONS.view_my_subjects.slug,
|
|
2517
|
+
permissions: [],
|
|
2354
2518
|
},
|
|
2355
2519
|
{
|
|
2356
2520
|
groupSlug: exports.SquarePermission.classroom.GROUP.slug,
|
|
@@ -2477,17 +2641,67 @@ const DepartmentHead = {
|
|
|
2477
2641
|
},
|
|
2478
2642
|
{
|
|
2479
2643
|
groupSlug: exports.SquarePermission.mentors.GROUP.slug,
|
|
2480
|
-
permissionSlug: exports.SquarePermission.mentors.PERMISSIONS.
|
|
2644
|
+
permissionSlug: exports.SquarePermission.mentors.PERMISSIONS.view_mentors.slug,
|
|
2645
|
+
permissions: [],
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
groupSlug: exports.SquarePermission.mentors.GROUP.slug,
|
|
2649
|
+
permissionSlug: exports.SquarePermission.mentors.PERMISSIONS.add_mentors.slug,
|
|
2481
2650
|
permissions: [],
|
|
2482
2651
|
},
|
|
2483
2652
|
{
|
|
2484
2653
|
groupSlug: exports.SquarePermission.mentors.GROUP.slug,
|
|
2485
|
-
permissionSlug: exports.SquarePermission.mentors.PERMISSIONS.
|
|
2654
|
+
permissionSlug: exports.SquarePermission.mentors.PERMISSIONS.assign_mentees.slug,
|
|
2486
2655
|
permissions: [],
|
|
2487
2656
|
},
|
|
2488
2657
|
{
|
|
2489
2658
|
groupSlug: exports.SquarePermission.mentors.GROUP.slug,
|
|
2490
|
-
permissionSlug: exports.SquarePermission.mentors.PERMISSIONS.
|
|
2659
|
+
permissionSlug: exports.SquarePermission.mentors.PERMISSIONS.remove_mentees.slug,
|
|
2660
|
+
permissions: [],
|
|
2661
|
+
},
|
|
2662
|
+
{
|
|
2663
|
+
groupSlug: exports.SquarePermission.mentors.GROUP.slug,
|
|
2664
|
+
permissionSlug: exports.SquarePermission.mentors.PERMISSIONS.view_mentor_report.slug,
|
|
2665
|
+
permissions: [],
|
|
2666
|
+
},
|
|
2667
|
+
{
|
|
2668
|
+
groupSlug: exports.SquarePermission.mentees.GROUP.slug,
|
|
2669
|
+
permissionSlug: exports.SquarePermission.mentors.PERMISSIONS.comment_on_mentor_report.slug,
|
|
2670
|
+
permissions: [],
|
|
2671
|
+
},
|
|
2672
|
+
{
|
|
2673
|
+
groupSlug: exports.SquarePermission.mentees.GROUP.slug,
|
|
2674
|
+
permissionSlug: exports.SquarePermission.mentees.PERMISSIONS.view_mentees.slug,
|
|
2675
|
+
permissions: [],
|
|
2676
|
+
},
|
|
2677
|
+
{
|
|
2678
|
+
groupSlug: exports.SquarePermission.mentees.GROUP.slug,
|
|
2679
|
+
permissionSlug: exports.SquarePermission.mentees.PERMISSIONS.view_mentee_report.slug,
|
|
2680
|
+
permissions: [],
|
|
2681
|
+
},
|
|
2682
|
+
{
|
|
2683
|
+
groupSlug: exports.SquarePermission.mentor_sessions.GROUP.slug,
|
|
2684
|
+
permissionSlug: exports.SquarePermission.mentor_sessions.PERMISSIONS.view_mentor_sessions.slug,
|
|
2685
|
+
permissions: [],
|
|
2686
|
+
},
|
|
2687
|
+
{
|
|
2688
|
+
groupSlug: exports.SquarePermission.mentor_sessions_comments.GROUP.slug,
|
|
2689
|
+
permissionSlug: exports.SquarePermission.mentor_sessions_comments.PERMISSIONS.view_mentor_sessions_comments.slug,
|
|
2690
|
+
permissions: [],
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
groupSlug: exports.SquarePermission.mentor_sessions_comments.GROUP.slug,
|
|
2694
|
+
permissionSlug: exports.SquarePermission.mentor_sessions_comments.PERMISSIONS.add_mentor_sessions_comments.slug,
|
|
2695
|
+
permissions: [],
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
groupSlug: exports.SquarePermission.mentor_sessions_comments.GROUP.slug,
|
|
2699
|
+
permissionSlug: exports.SquarePermission.mentor_sessions_comments.PERMISSIONS.edit_mentor_sessions_comments.slug,
|
|
2700
|
+
permissions: [],
|
|
2701
|
+
},
|
|
2702
|
+
{
|
|
2703
|
+
groupSlug: exports.SquarePermission.mentor_sessions_comments.GROUP.slug,
|
|
2704
|
+
permissionSlug: exports.SquarePermission.mentor_sessions_comments.PERMISSIONS.delete_mentor_sessions_comments.slug,
|
|
2491
2705
|
permissions: [],
|
|
2492
2706
|
},
|
|
2493
2707
|
{
|
|
@@ -2664,6 +2878,11 @@ const DepartmentHead = {
|
|
|
2664
2878
|
exports.SquarePermission.classroom.PERMISSIONS.classroom_view.permissionObj.Same_Classroom,
|
|
2665
2879
|
],
|
|
2666
2880
|
},
|
|
2881
|
+
{
|
|
2882
|
+
groupSlug: exports.SquarePermission.my_subjects.GROUP.slug,
|
|
2883
|
+
permissionSlug: exports.SquarePermission.my_subjects.PERMISSIONS.view_my_subjects.slug,
|
|
2884
|
+
permissions: [],
|
|
2885
|
+
},
|
|
2667
2886
|
{
|
|
2668
2887
|
groupSlug: exports.SquarePermission.classroom.GROUP.slug,
|
|
2669
2888
|
permissionSlug: exports.SquarePermission.classroom.PERMISSIONS.classroom_add.slug,
|