@botpress/sdk 4.8.3 → 4.8.5
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/.turbo/turbo-build.log +4 -4
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +3 -3
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +3 -3
- package/dist/plugin/server/types.d.ts +1 -0
- package/package.json +1 -1
|
@@ -114,6 +114,7 @@ export type CommonHandlerProps<TPlugin extends common.BasePlugin> = {
|
|
|
114
114
|
interfaces: common.PluginInterfaceExtensions<TPlugin>;
|
|
115
115
|
actions: actionProxy.ActionProxy<TPlugin>;
|
|
116
116
|
states: stateProxy.StateProxy<TPlugin>;
|
|
117
|
+
alias?: string;
|
|
117
118
|
/**
|
|
118
119
|
* # EXPERIMENTAL
|
|
119
120
|
* This API is experimental and may change in the future.
|