openchs-models 1.30.54 → 1.30.55

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.
@@ -616,7 +616,6 @@ class Individual extends _BaseEntity.default {
616
616
  individual.relationships = this.relationships;
617
617
  individual.groupSubjects = this.groupSubjects;
618
618
  individual.groups = this.groups;
619
- individual.affiliatedGroups = this.affiliatedGroups;
620
619
  individual.encounters = this.encounters;
621
620
  individual.enrolments = this.enrolments;
622
621
  individual.comments = this.comments;
@@ -680,10 +679,6 @@ class Individual extends _BaseEntity.default {
680
679
  }
681
680
  }
682
681
 
683
- addAffiliatedGroups(groupSubjects = []) {
684
- this.affiliatedGroups = groupSubjects;
685
- }
686
-
687
682
  addComment(comment) {
688
683
  if (!_lodash.default.some(this.comments, x => x.uuid === comment.uuid)) {
689
684
  this.comments = _lodash.default.isEmpty(this.comments) ? [] : this.comments;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "openchs-models",
3
3
  "description": "OpenCHS data model to be used by front end clients",
4
- "version": "1.30.54",
4
+ "version": "1.30.55",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",