openchs-models 1.32.45 → 1.32.46

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/Schema.js CHANGED
@@ -986,12 +986,6 @@ function createRealmConfig() {
986
986
  }
987
987
  });
988
988
  }
989
-
990
- if (oldDB.schemaVersion < 202) {
991
- _lodash.default.forEach(newDB.objects("SubjectType"), stype => {
992
- stype.loadedSince = _EntitySyncStatus.default.REALLY_OLD_DATE.getTime();
993
- });
994
- }
995
989
  }
996
990
  };
997
991
  }
@@ -82,14 +82,6 @@ class SubjectType extends _ReferenceEntity.default {
82
82
  this.that.programEligibilityCheckRule = x;
83
83
  }
84
84
 
85
- get memberAdditionEligibilityCheckRule() {
86
- return this.that.memberAdditionEligibilityCheckRule;
87
- }
88
-
89
- set memberAdditionEligibilityCheckRule(x) {
90
- this.that.memberAdditionEligibilityCheckRule = x;
91
- }
92
-
93
85
  get uniqueName() {
94
86
  return this.that.uniqueName;
95
87
  }
@@ -216,7 +208,6 @@ class SubjectType extends _ReferenceEntity.default {
216
208
  subjectType.type = operationalSubjectType.type;
217
209
  subjectType.subjectSummaryRule = operationalSubjectType.subjectSummaryRule;
218
210
  subjectType.programEligibilityCheckRule = operationalSubjectType.programEligibilityCheckRule;
219
- subjectType.memberAdditionEligibilityCheckRule = operationalSubjectType.memberAdditionEligibilityCheckRule;
220
211
  subjectType.uniqueName = operationalSubjectType.uniqueName;
221
212
  subjectType.allowMiddleName = operationalSubjectType.allowMiddleName;
222
213
  subjectType.lastNameOptional = operationalSubjectType.lastNameOptional;
@@ -244,7 +235,6 @@ class SubjectType extends _ReferenceEntity.default {
244
235
  cloned.type = this.type;
245
236
  cloned.subjectSummaryRule = this.subjectSummaryRule;
246
237
  cloned.programEligibilityCheckRule = this.programEligibilityCheckRule;
247
- cloned.memberAdditionEligibilityCheckRule = this.memberAdditionEligibilityCheckRule;
248
238
  cloned.allowEmptyLocation = this.allowEmptyLocation;
249
239
  cloned.allowMiddleName = this.allowMiddleName;
250
240
  cloned.lastNameOptional = this.lastNameOptional;
@@ -331,10 +321,6 @@ _defineProperty(SubjectType, "schema", {
331
321
  type: 'string',
332
322
  optional: true
333
323
  },
334
- memberAdditionEligibilityCheckRule: {
335
- type: 'string',
336
- optional: true
337
- },
338
324
  uniqueName: {
339
325
  type: 'bool',
340
326
  default: false
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.32.45",
4
+ "version": "1.32.46",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",