@wix/auto_sdk_data-extension-schema_schemas 1.0.149 → 1.0.151

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.
@@ -17478,7 +17478,7 @@ interface ProviderConfigMessage {
17478
17478
  * Can be used in conjunction with ListFilteringCapabilities.
17479
17479
  * When a provider first integrates with segments, we allow to pass empty filtering_capabilities, and to gradually add capabilities.
17480
17480
  * a provider with 0 capabilities will not be shown in the UI.
17481
- * @maxSize 20
17481
+ * @maxSize 50
17482
17482
  */
17483
17483
  filteringCapabilities?: FilteringCapability[];
17484
17484
  /**
@@ -18484,6 +18484,16 @@ interface EditorContextProvider {
18484
18484
  data?: Record<string, DataItem>;
18485
18485
  /** Allows overriding the default settings actions for the data of this component */
18486
18486
  settings?: Action;
18487
+ /**
18488
+ * Human friendly name of the context provider for human readability
18489
+ * @maxLength 50
18490
+ */
18491
+ displayName?: string | null;
18492
+ /**
18493
+ * The public description of the context provider
18494
+ * @maxLength 300
18495
+ */
18496
+ description?: string | null;
18487
18497
  }
18488
18498
  interface EditorContextProviderResources {
18489
18499
  /** The ESM bundle for this component in runtime */