@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.
@@ -5269,6 +5269,8 @@ class IntegrityChecker {
5269
5269
  switch (key) {
5270
5270
  case KameleoonData.PageView:
5271
5271
  case KameleoonData.Conversion:
5272
+ case KameleoonData.Personalization:
5273
+ case KameleoonData.TargetedSegment:
5272
5274
  case KameleoonData.CustomData: {
5273
5275
  const hasBadFields = Object.values(data).some((obj) => hasInvalidFields(obj));
5274
5276
  if (hasBadFields) {