Skip to content

Commit

Permalink
### 1.19.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Jul 31, 2024
1 parent 33baffb commit 9dfc339
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
*Giovanni Troisi*
### **Copyrigth**: *Tiledesk SRL*

### 1.19.0-rc.1
👉 **added**: tooltip element while hovering on menu action list

### 1.18.2-rc.3
👉 **added**: usage info into cds-action-gpt-task-v2 and cds-action-askkb-v2 actions
👉 **added**: variable to system-contenxt field into cds-action-gpt-task-v2 and cds-action-askkb-v2 actions
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiledesk/cds",
"author": "Tiledesk SRL",
"version": "1.18.2-rc.3",
"version": "1.19.0-rc.1",
"license": "MIT",
"homepage": "https://www.tiledesk.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/app/chatbot-design-studio/utils-actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export function getKeyByValue(value, keys) {

export const ACTIONS_LIST: {[key: string]: {name: string, category: TYPE_ACTION_CATEGORY, type: TYPE_ACTION | TYPE_ACTION_VXML, src: string, status: 'active' | 'inactive' | 'beta', plan?: PLAN_NAME, badge?: string, doc?: string, disabled?: boolean}}= {
REPLY : { name: 'CDSActionList.NAME.Reply', category: TYPE_ACTION_CATEGORY.MOST_USED, type: TYPE_ACTION.REPLY, src:"assets/images/actions/reply.svg", status: "active" , doc: "CDSActionList.DOC.Reply", },
REPLYV2 : { name: 'CDSActionList.NAME.ReplyV2', category: TYPE_ACTION_CATEGORY.MOST_USED, type: TYPE_ACTION.REPLYV2, src:"assets/images/actions/reply_v2.svg", status: "beta" , badge: 'NEW', doc: "CDSActionList.DOC.ReplyV2", },
REPLYV2 : { name: 'CDSActionList.NAME.ReplyV2', category: TYPE_ACTION_CATEGORY.MOST_USED, type: TYPE_ACTION.REPLYV2, src:"assets/images/actions/reply_v2.svg", status: "active" , doc: "CDSActionList.DOC.ReplyV2", },
RANDOM_REPLY : { name: 'CDSActionList.NAME.RandomReply', category: TYPE_ACTION_CATEGORY.MOST_USED, type: TYPE_ACTION.RANDOM_REPLY, src:"assets/images/actions/random_reply.svg", status: "active", doc: "CDSActionList.DOC.RandomReply" },
AGENT : { name: 'CDSActionList.NAME.AgentHandoff', category: TYPE_ACTION_CATEGORY.MOST_USED, type: TYPE_ACTION.AGENT, src:"assets/images/actions/agent_handoff.svg", status: "active", doc: "CDSActionList.DOC.AgentHandoff" },
CLOSE : { name: 'CDSActionList.NAME.Close', category: TYPE_ACTION_CATEGORY.MOST_USED, type: TYPE_ACTION.CLOSE, src:"assets/images/actions/close.svg", status: "active", doc: "CDSActionList.DOC.Close" },
Expand Down

0 comments on commit 9dfc339

Please sign in to comment.