@evergis/api 5.0.27 → 5.0.28

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.
@@ -384,7 +384,7 @@ export type CalculatedAttributeConfigurationDc = AttributeConfigurationDc & {
384
384
  /** Attribute configuration type. */
385
385
  attributeConfigurationType?: AttributeConfigurationType;
386
386
  /** String condition. */
387
- stringCondition?: string | null;
387
+ expression?: string | null;
388
388
  aggregation?: AggregationFunction;
389
389
  };
390
390
  /**