@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.
@@ -14804,6 +14804,14 @@ interface Link {
14804
14804
  * @maxSize 12
14805
14805
  */
14806
14806
  linkTypes?: LinkTypeWithLiterals[];
14807
+ /**
14808
+ * Allows limiting the link to specific Wix apps, by their app ID, in case of LinkType dynamicPageLink or pageLink
14809
+ * @format GUID
14810
+ * @maxSize 20
14811
+ */
14812
+ appIds?: string[];
14813
+ /** In case of LinkType dynamicPageLink, whether to hide inner routes in the page selection dialog (only top level pages will be selectable) */
14814
+ hideInnerRoute?: boolean | null;
14807
14815
  }
14808
14816
  declare enum LinkType {
14809
14817
  UNKNOWN_LinkType = "UNKNOWN_LinkType",
@@ -15200,6 +15208,8 @@ interface FunctionParameter extends FunctionParameterSelectedDataTypeOneOf {
15200
15208
  textEnum?: TextEnum;
15201
15209
  /** In case of a Change event parameter */
15202
15210
  changeEvent?: ChangeEvent;
15211
+ /** In case of a link */
15212
+ link?: Link;
15203
15213
  /**
15204
15214
  * Exactly one of `data_type` or `dom_event` must be set
15205
15215
  * A data type parameter
@@ -15234,6 +15244,8 @@ interface FunctionParameterSelectedDataTypeOneOf {
15234
15244
  textEnum?: TextEnum;
15235
15245
  /** In case of a Change event parameter */
15236
15246
  changeEvent?: ChangeEvent;
15247
+ /** In case of a link */
15248
+ link?: Link;
15237
15249
  }
15238
15250
  declare enum DomEventType {
15239
15251
  UNKNOWN_DomEventType = "UNKNOWN_DomEventType",
@@ -16597,6 +16609,8 @@ interface DisplayFilters {
16597
16609
  cssCustomProperties?: DisplayFilter;
16598
16610
  /** DisplayFilter for states, defines which states to hide or show, uses the state key in the states map, optional */
16599
16611
  states?: DisplayFilter;
16612
+ /** DisplayFilter for presets, defines which presets to hide or show, uses the preset key in the presets map, optional */
16613
+ presets?: DisplayFilter;
16600
16614
  }
16601
16615
  /**
16602
16616
  * The logic of the display filter is to define the minimal requirement