@xpert-ai/chatkit-types 0.3.1 → 0.3.2

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 +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -184,6 +184,8 @@ export declare interface ChatEventEnvelope<T = unknown> {
184
184
  export declare type ChatKitClientSecretObject = {
185
185
  secret: string;
186
186
  organizationId?: string;
187
+ xpertId?: string;
188
+ assistantId?: string;
187
189
  };
188
190
 
189
191
  export declare type ChatKitClientSecretResult = string | ChatKitClientSecretObject;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xpert-ai/chatkit-types",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Type definitions for the ChatKit.",
5
5
  "sideEffects": false,
6
6
  "type": "module",