@wix/auto_sdk_data-extension-schema_schemas 1.0.215 → 1.0.217

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.
@@ -14778,6 +14778,14 @@ interface Link {
14778
14778
  * @maxSize 12
14779
14779
  */
14780
14780
  linkTypes?: LinkTypeWithLiterals[];
14781
+ /**
14782
+ * Allows limiting the link to specific Wix apps, by their app ID, in case of LinkType dynamicPageLink or pageLink
14783
+ * @format GUID
14784
+ * @maxSize 20
14785
+ */
14786
+ appIds?: string[];
14787
+ /** In case of LinkType dynamicPageLink, whether to hide inner routes in the page selection dialog (only top level pages will be selectable) */
14788
+ hideInnerRoute?: boolean | null;
14781
14789
  }
14782
14790
  declare enum LinkType {
14783
14791
  UNKNOWN_LinkType = "UNKNOWN_LinkType",
@@ -15174,6 +15182,8 @@ interface FunctionParameter extends FunctionParameterSelectedDataTypeOneOf {
15174
15182
  textEnum?: TextEnum;
15175
15183
  /** In case of a Change event parameter */
15176
15184
  changeEvent?: ChangeEvent;
15185
+ /** In case of a link */
15186
+ link?: Link;
15177
15187
  /**
15178
15188
  * Exactly one of `data_type` or `dom_event` must be set
15179
15189
  * A data type parameter
@@ -15208,6 +15218,8 @@ interface FunctionParameterSelectedDataTypeOneOf {
15208
15218
  textEnum?: TextEnum;
15209
15219
  /** In case of a Change event parameter */
15210
15220
  changeEvent?: ChangeEvent;
15221
+ /** In case of a link */
15222
+ link?: Link;
15211
15223
  }
15212
15224
  declare enum DomEventType {
15213
15225
  UNKNOWN_DomEventType = "UNKNOWN_DomEventType",
@@ -16571,6 +16583,8 @@ interface DisplayFilters {
16571
16583
  cssCustomProperties?: DisplayFilter;
16572
16584
  /** DisplayFilter for states, defines which states to hide or show, uses the state key in the states map, optional */
16573
16585
  states?: DisplayFilter;
16586
+ /** DisplayFilter for presets, defines which presets to hide or show, uses the preset key in the presets map, optional */
16587
+ presets?: DisplayFilter;
16574
16588
  }
16575
16589
  /**
16576
16590
  * The logic of the display filter is to define the minimal requirement