@wix/app-extensions 1.0.95 → 1.0.97

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.
@@ -1064,12 +1064,6 @@ interface RealtimePermissionsProviderConfig {
1064
1064
  interface ToolsProviderConfig {
1065
1065
  /** URI where the SPI implementer is deployed */
1066
1066
  baseUri?: SpiBaseUri;
1067
- /**
1068
- * Tools exposed by this provider
1069
- * @minSize 1
1070
- * @maxSize 100
1071
- */
1072
- tools?: ToolConfig[];
1073
1067
  }
1074
1068
  interface ExtensionData {
1075
1069
  compId: string;