Skip to content

Commit

Permalink
# 1.24.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Nov 28, 2024
1 parent 087f23e commit ff86223
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
### **Copyrigth**:
*Tiledesk SRL*

# 1.24.0-rc.2
- **added**: voice-twilio action category

# 1.24.0-rc.1
- **added**: add_tags action

Expand Down
4 changes: 2 additions & 2 deletions 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.24.0-rc.1",
"version": "1.24.0-rc.2",
"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 @@ -144,7 +144,7 @@ export const ACTIONS_LIST: {[key: string]: {name: string, category: TYPE_ACTION_
BLIND_TRANSFER: { name: 'CDSActionList.NAME.BlindTransfer', category: TYPE_ACTION_CATEGORY.VOICE, type: TYPE_ACTION_VXML.BLIND_TRANSFER, src:"assets/images/actions-voice/blind_transfer.svg", status: "active", plan: PLAN_NAME.F, doc: "" },
PLAY_PROMPT: { name: 'CDSActionList.NAME.PlayPrompt', category: TYPE_ACTION_CATEGORY.VOICE, type: TYPE_ACTION_VXML.PLAY_PROMPT, src:"assets/images/actions-voice/play_prompt.svg", status: "active", plan: PLAN_NAME.F, doc: "" },
SPEECH_FORM: { name: 'CDSActionList.NAME.SpeechForm', category: TYPE_ACTION_CATEGORY.VOICE, type: TYPE_ACTION_VXML.SPEECH_FORM, src:"assets/images/actions-voice/speech_form.svg", status: "active", plan: PLAN_NAME.F, doc: "" },
AUDIO_RECORD: { name: 'CDSActionList.NAME.AudioRecord', category: TYPE_ACTION_CATEGORY.VOICE, type: TYPE_ACTION_VXML.AUDIO_RECORD, src:"assets/images/actions-voice/audio_record.svg", status: "active", plan: PLAN_NAME.F, doc: "" },
AUDIO_RECORD: { name: 'CDSActionList.NAME.AudioRecord', category: TYPE_ACTION_CATEGORY.VOICE, type: TYPE_ACTION_VXML.AUDIO_RECORD, src:"assets/images/actions-voice/audio_record.svg", status: "inactive", plan: PLAN_NAME.F, doc: "" },

DFTM_FORM_TWILIO: { name: 'CDSActionList.NAME.DTMFForm', category: TYPE_ACTION_CATEGORY['VOICE-TWILIO'], type: TYPE_ACTION_VXML.DTMF_FORM, src:"assets/images/actions-voice/dtmf_form.svg", status: "active", plan: PLAN_NAME.F, doc: "" },
DTMF_MENU_TWILIO: { name: 'CDSActionList.NAME.DTMFMenu', category: TYPE_ACTION_CATEGORY['VOICE-TWILIO'], type: TYPE_ACTION_VXML.DTMF_MENU, src:"assets/images/actions-voice/dtmf_menu.svg", status: "active", plan: PLAN_NAME.F, doc: "" },
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@
"BlindTransfer": "Blind transfer",
"PlayPrompt":"Play prompt",
"SpeechForm":"Speech form",
"AudioRecord":"Audio record",
"SendWhatsapp":"Send Whatsapp"
},
"DOC": {
Expand Down

0 comments on commit ff86223

Please sign in to comment.