@xpert-ai/chatkit-types 0.3.1 → 0.3.3
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/dist/index.d.ts +2 -0
- 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;
|