Skip to content

Commit

Permalink
### 1.14.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Jun 20, 2024
1 parent 55d6074 commit 459399c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*Giovanni Troisi*
### **Copyrigth**: *Tiledesk SRL*

### 1.14.0-rc.6
### 1.14.0-rc.5
👉 **added**: error message if token quotes exceeded

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.14.0-rc.5",
"version": "1.14.0-rc.6",
"license": "MIT",
"homepage": "https://www.tiledesk.com",
"repository": {
Expand Down
16 changes: 8 additions & 8 deletions src/app/chatbot-design-studio/utils-variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ export var variableList: Array<{key: string, elements: Array<any>}> = [
{ name: 'strong Authenticated', value: 'strongAuthenticated', description: 'CDSvariablesList.leadAttributesElements.strongAuthenticated.description', src: '', icon:'password'}
]
},
// { key: 'voiceFlow',
// elements: [
// { name: 'voice Language', value: 'voiceLanguage', description: 'CDSvariablesList.voiceFlowElements.voiceLanguage.description', src: '', icon:'language'},
// { name: 'voice Name', value: 'voiceName', description: 'CDSvariablesList.voiceFlowElements.voiceName.description', src: '', icon:'person'},
// { name: 'event', value: 'event', description: 'CDSvariablesList.voiceFlowElements.event.description', src: '', icon:'perm_phone_msg'},
// { name: 'last block', value: 'lastBlock', description: 'CDSvariablesList.voiceFlowElements.lastBlock.description', src: '', icon:'perm_phone_msg'},
// ]
// }
{ key: 'voiceFlow',
elements: [
{ name: 'voice Language', value: 'voiceLanguage', description: 'CDSvariablesList.voiceFlowElements.voiceLanguage.description', src: '', icon:'language'},
{ name: 'voice Name', value: 'voiceName', description: 'CDSvariablesList.voiceFlowElements.voiceName.description', src: '', icon:'person'},
{ name: 'event', value: 'event', description: 'CDSvariablesList.voiceFlowElements.event.description', src: '', icon:'perm_phone_msg'},
{ name: 'last block', value: 'lastBlock', description: 'CDSvariablesList.voiceFlowElements.lastBlock.description', src: '', icon:'perm_phone_msg'},
]
}
]

0 comments on commit 459399c

Please sign in to comment.