@kameleoon/javascript-sdk-core 5.14.3 → 5.14.4

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.
@@ -5240,6 +5240,8 @@ class IntegrityChecker {
5240
5240
  switch (key) {
5241
5241
  case KameleoonData.PageView:
5242
5242
  case KameleoonData.Conversion:
5243
+ case KameleoonData.Personalization:
5244
+ case KameleoonData.TargetedSegment:
5243
5245
  case KameleoonData.CustomData: {
5244
5246
  const hasBadFields = Object.values(data).some((obj) => hasInvalidFields(obj));
5245
5247
  if (hasBadFields) {