@datatechsolutions/ui 2.11.71 → 2.11.73
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/astrlabe/index.js +150 -150
- package/dist/astrlabe/index.mjs +6 -6
- package/dist/astrlabe/workflow-canvas.js +4 -4
- package/dist/astrlabe/workflow-canvas.mjs +3 -3
- package/dist/{chunk-UOKLJT2P.js → chunk-EBVEKRQB.js} +52 -35
- package/dist/chunk-EBVEKRQB.js.map +1 -0
- package/dist/{chunk-KMJG6A4K.js → chunk-Q5W4CGXP.js} +64 -64
- package/dist/{chunk-KMJG6A4K.js.map → chunk-Q5W4CGXP.js.map} +1 -1
- package/dist/{chunk-TMVBROBQ.mjs → chunk-TP7H2NQN.mjs} +3 -3
- package/dist/{chunk-TMVBROBQ.mjs.map → chunk-TP7H2NQN.mjs.map} +1 -1
- package/dist/{chunk-ULNKKVDK.mjs → chunk-Z47UM6TC.mjs} +52 -35
- package/dist/chunk-Z47UM6TC.mjs.map +1 -0
- package/dist/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +753 -753
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-ULNKKVDK.mjs.map +0 -1
- package/dist/chunk-UOKLJT2P.js.map +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -3510,6 +3510,10 @@ interface DepartmentAssistantFlow {
|
|
|
3510
3510
|
agentAvatars?: Record<string, string>;
|
|
3511
3511
|
/** Optional avatar URLs keyed by workflow node id — shown on agent nodes in the canvas. */
|
|
3512
3512
|
nodeAvatars?: Record<string, string>;
|
|
3513
|
+
/** Avatar of the persona doing the talking in the chat bubble (e.g. Beatriz for vendas). Falls back to a gradient sparkles icon. */
|
|
3514
|
+
assistantAvatar?: string;
|
|
3515
|
+
/** Display name of the persona — shown in the conversation header. Falls back to the department name. */
|
|
3516
|
+
assistantName?: string;
|
|
3513
3517
|
workflow: DepartmentWorkflow;
|
|
3514
3518
|
dashboard: React.ReactNode;
|
|
3515
3519
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -3510,6 +3510,10 @@ interface DepartmentAssistantFlow {
|
|
|
3510
3510
|
agentAvatars?: Record<string, string>;
|
|
3511
3511
|
/** Optional avatar URLs keyed by workflow node id — shown on agent nodes in the canvas. */
|
|
3512
3512
|
nodeAvatars?: Record<string, string>;
|
|
3513
|
+
/** Avatar of the persona doing the talking in the chat bubble (e.g. Beatriz for vendas). Falls back to a gradient sparkles icon. */
|
|
3514
|
+
assistantAvatar?: string;
|
|
3515
|
+
/** Display name of the persona — shown in the conversation header. Falls back to the department name. */
|
|
3516
|
+
assistantName?: string;
|
|
3513
3517
|
workflow: DepartmentWorkflow;
|
|
3514
3518
|
dashboard: React.ReactNode;
|
|
3515
3519
|
}
|