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