@xpert-ai/chatkit-types 0.3.11 → 0.3.12

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -680,6 +680,7 @@ export declare type ChatKitSlashCommandAction = {
680
680
  type: string;
681
681
  payload?: Record<string, unknown>;
682
682
  };
683
+ runtimeCapabilities?: unknown;
683
684
  } | {
684
685
  type: 'select_capability';
685
686
  capability: ChatKitSlashCommandCapability;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xpert-ai/chatkit-types",
3
- "version": "0.3.11",
3
+ "version": "0.3.12",
4
4
  "description": "Type definitions for the ChatKit.",
5
5
  "sideEffects": false,
6
6
  "type": "module",