@wix/auto_sdk_data-extension-schema_schemas 1.0.177 → 1.0.178

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.
@@ -17838,6 +17838,14 @@ interface Parameter extends ParameterValueDefinitionDetailsOneOf {
17838
17838
  * This drives the 'value_definition_details' oneof.
17839
17839
  */
17840
17840
  definitionMode?: FilterValueDefinitionModeWithLiterals;
17841
+ /**
17842
+ * Maximum number of values allowed when `repeated` is true.
17843
+ * Valid range: [2, 100]. Default (when not set): 20.
17844
+ * Must not be set when `repeated` is false.
17845
+ * @min 2
17846
+ * @max 100
17847
+ */
17848
+ maxNumberOfItems?: number | null;
17841
17849
  }
17842
17850
  /** @oneof */
17843
17851
  interface ParameterValueDefinitionDetailsOneOf {