@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.
- package/build/cjs/index.d.ts +0 -6
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.d.mts +0 -6
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +10 -26
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +10 -26
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.d.mts
CHANGED
|
@@ -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;
|