@daktela/daktela-connector 1.0.0 → 1.0.1
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/CHANGELOG.md +3 -0
- package/README.md +1 -2
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# Daktela V6 JavaScript Connector
|
|
2
2
|
|
|
3
|
-
Daktela V6 JavaScript Connector is a library that
|
|
4
|
-
Complete documentation of Daktela API is available on following link: https://customer.daktela.com/apihelp/v6/global/general-information.
|
|
3
|
+
Daktela V6 JavaScript Connector is a library that enables your JavaScript application to connect to your [Daktela V6 REST API](https://customer.daktela.com/apihelp/v6/global/general-information). This connector requires you to have the [Daktela Contact Centre](https://daktela.com/) application already purchased, installed, and ready for use. The Daktela Contact Centre is an application enabling all-in-one handling of all customer communication coming through various channels, for example calls, e-mails, web chats, SMS, or social media.
|
|
5
4
|
|
|
6
5
|
## Setup
|
|
7
6
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daktela/daktela-connector",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Daktela's JavaScript SDK",
|
|
5
|
+
"keywords": ["daktela", "omnichannel", "contact center", "communication"],
|
|
5
6
|
"main": "src/index.js",
|
|
6
7
|
"scripts": {
|
|
7
8
|
"test": "jest"
|