openchs-models 1.33.47 → 1.33.48
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/EntityMetaData.js +0 -4
- package/package.json +1 -1
package/dist/EntityMetaData.js
CHANGED
|
@@ -549,22 +549,18 @@ const calendar = refData(_Calendar.default, {
|
|
|
549
549
|
syncWeight: 1
|
|
550
550
|
});
|
|
551
551
|
const calendarDateMarker = refData(_CalendarDateMarker.default, {
|
|
552
|
-
parent: calendar,
|
|
553
552
|
syncWeight: 1
|
|
554
553
|
});
|
|
555
554
|
const attendanceType = refData(_AttendanceType.default, {
|
|
556
|
-
parent: subjectType,
|
|
557
555
|
syncWeight: 1
|
|
558
556
|
});
|
|
559
557
|
const session = txData(_Session.default, {
|
|
560
|
-
parent: individual,
|
|
561
558
|
syncWeight: 7,
|
|
562
559
|
privilegeParam: "subjectTypeUuid",
|
|
563
560
|
privilegeEntity: _Privilege.default.privilegeEntityType.subject,
|
|
564
561
|
privilegeName: _Privilege.default.privilegeName.editSubject
|
|
565
562
|
});
|
|
566
563
|
const attendanceRecord = txData(_AttendanceRecord.default, {
|
|
567
|
-
parent: session,
|
|
568
564
|
syncWeight: 8,
|
|
569
565
|
privilegeParam: "subjectTypeUuid",
|
|
570
566
|
privilegeEntity: _Privilege.default.privilegeEntityType.subject,
|