@wix/auto_sdk_data-extension-schema_schemas 1.0.242 → 1.0.243

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.
@@ -20098,6 +20098,8 @@ interface EditorContextProvider {
20098
20098
  moduleConfiguration?: EditorContextProviderModuleConfiguration;
20099
20099
  /** Source-navigation actions this provider exposes */
20100
20100
  actions?: ContextActions;
20101
+ /** Display groups for the context provider, used to group data items in the editor for better UX */
20102
+ displayGroups?: Record<string, DisplayGroupItem>;
20101
20103
  }
20102
20104
  interface EditorContextProviderResources {
20103
20105
  /** The ESM bundle for this component in runtime */