@deepdesk/deepdesk-sdk 10.10.3-beta.2 → 10.10.3-beta.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.cjs.js +2 -2
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.js +2 -2
- package/dist/index.iife.js +10 -10
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1211,6 +1211,8 @@ declare class DeepdeskAPI {
|
|
|
1211
1211
|
}>, options?: {
|
|
1212
1212
|
model?: string;
|
|
1213
1213
|
promptInstruction?: string;
|
|
1214
|
+
agentId?: string;
|
|
1215
|
+
externalConversationId?: string;
|
|
1214
1216
|
}): Promise<string>;
|
|
1215
1217
|
/**
|
|
1216
1218
|
* Get a temporary exchange / login token
|
package/dist/index.d.ts
CHANGED
|
@@ -1211,6 +1211,8 @@ declare class DeepdeskAPI {
|
|
|
1211
1211
|
}>, options?: {
|
|
1212
1212
|
model?: string;
|
|
1213
1213
|
promptInstruction?: string;
|
|
1214
|
+
agentId?: string;
|
|
1215
|
+
externalConversationId?: string;
|
|
1214
1216
|
}): Promise<string>;
|
|
1215
1217
|
/**
|
|
1216
1218
|
* Get a temporary exchange / login token
|