@wix/auto_sdk_data-extension-schema_schemas 1.0.256 → 1.0.257

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.
@@ -15948,7 +15948,8 @@ interface StateContextItem extends StateContextItemValueOneOf {
15948
15948
  */
15949
15949
  enumValue?: string | null;
15950
15950
  /**
15951
- * Key of the context.items entry this value applies to. Must reference an existing item whose data_type is booleanValue or textEnum
15951
+ * Key of the context.items entry this value applies to. Must reference an existing item whose
15952
+ * data_type is booleanValue or textEnum
15952
15953
  * @maxLength 100
15953
15954
  */
15954
15955
  itemKey?: string | null;