Skip to content

Commit

Permalink
### 1.6.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed May 8, 2024
1 parent 7c996cd commit 96b7c09
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 28 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
*Giovanni Troisi*
### **Copyrigth**: *Tiledesk SRL*

### 1.6.0-rc.4
- added: check on PRO action badge. show it depends on current project type and action plan availability
- bug-fixed: if drop an action from an intent to another, connectors are lost

### 1.6.0-rc.3
- added: form-data implementation as a body option in cds-action-web-request-v2

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.6.0-rc.3",
"version": "1.6.0-rc.4",
"license": "MIT",
"homepage": "https://www.tiledesk.com",
"repository": {
Expand Down
46 changes: 20 additions & 26 deletions src/environments/environment.pre.ts
Original file line number Diff line number Diff line change
@@ -1,34 +1,28 @@
export const environment = {
production: false,
t2y12PruGU9wUtEGzBJfolMIgK: 'CHANGEIT',
t2y12PruGU9wUtEGzBJfolMIgK: 'PAY:T-ANA:T-ACT:T-TRI:T-GRO:T-DEP:T-OPH:T-MTL:T-CAR:T-V1L:T-PSA:T-MTT:T-SUP:T-LBS:T-APP:T-DEV:T-NOT:T-IPS:T-ETK:T-RAS:T-PPB:T-PET:T-MTS:T-TIL:T-DGF:T-NAT:F-HPB:T-TOW:T',
VERSION: require('../../package.json').version,
remoteConfig: false,
remoteConfigUrl: './design-studio-config.json',
apiUrl: 'CHANGEIT',
widgetBaseUrl: 'CHANGEIT',
dashboardBaseUrl: 'CHANGEIT',
wsUrl: 'ws://localhost:3000/',
uploadEngine: 'native',
baseImageUrl: 'CHANGEIT',
logLevel: 'error',
storage_prefix: "CHANGEIT",
globalRemoteJSSrc: 'https://support-pre.tiledesk.com/script/segment_script.js, https://support-pre.tiledesk.com/script/custom_script.js',
apiUrl: 'https://tiledesk-server-pre.herokuapp.com/',
widgetBaseUrl: 'https://widget-pre.tiledesk.com/v5/',
dashboardBaseUrl: '/dashboard/',
whatsappApiUrl: "https://tiledesk-whatsapp-connector-dev.glitch.me/",
phoneNumber: "393201352964",
wsUrl: 'wss://tiledesk-server-pre.herokuapp.com/',
uploadEngine: 'firebase',
baseImageUrl: 'https://firebasestorage.googleapis.com/v0/b/',
logLevel: 'debug',
storage_prefix: "cds_sv6",
firebaseConfig: {
apiKey: 'CHANGEIT',
authDomain: 'CHANGEIT',
databaseURL: 'CHANGEIT',
projectId: 'CHANGEIT',
storageBucket: 'CHANGEIT',
messagingSenderId: 'CHANGEIT',
appId: 'CHANGEIT',
vapidKey: 'CHANGEIT'
apiKey: "AIzaSyCoWXHNvP1-qOllCpTshhC6VjPXeRTK0T4",
authDomain: "chat21-pre-01.firebaseapp.com",
databaseURL: "https://chat21-pre-01.firebaseio.com",
projectId: "chat21-pre-01",
storageBucket: "chat21-pre-01.appspot.com",
messagingSenderId: "269505353043",
appId: "1:269505353043:web:b82af070572669e3707da6",
vapidKey: "BOsgS2ADwspKdWAmiFDZXEYqY1HSYADVfJT3j67wsySh3NxaViJqoabPJH8WM02wb5r8cQIm5TgM0UK047Z1D1c"
}
};









0 comments on commit 96b7c09

Please sign in to comment.