crisp-api 9.4.0 → 9.5.0
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 +6 -0
- package/LICENSE +1 -1
- package/README.md +4 -2
- package/lib/crisp.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
The Crisp API Node wrapper. Authenticate, send messages, fetch conversations, access your agent accounts from your JavaScript code.
|
|
6
6
|
|
|
7
|
-
Copyright
|
|
7
|
+
Copyright 2024 Crisp IM SAS. See LICENSE for copying information.
|
|
8
8
|
|
|
9
|
-
* **📝 Implements**: [REST API Reference (V1)](https://docs.crisp.chat/references/rest-api/v1/) at revision:
|
|
9
|
+
* **📝 Implements**: [REST API Reference (V1)](https://docs.crisp.chat/references/rest-api/v1/) at revision: 17/10/2024
|
|
10
10
|
* **😘 Maintainers**: [@baptistejamin](https://github.com/baptistejamin), [@eliottvincent](https://github.com/eliottvincent), [@valeriansaliou](https://github.com/valeriansaliou)
|
|
11
11
|
|
|
12
12
|
## Installation
|
|
@@ -3526,6 +3526,8 @@ Available events are listed below:
|
|
|
3526
3526
|
* `message:acknowledge:read:received`
|
|
3527
3527
|
* **Message Acknowledge Delivered** [`user`, `plugin`]:
|
|
3528
3528
|
* `message:acknowledge:delivered`
|
|
3529
|
+
* **Message Acknowledge Ignored** [`user`, `plugin`]:
|
|
3530
|
+
* `message:acknowledge:ignored`
|
|
3529
3531
|
* **Message Notify Unread Send** [`user`, `plugin`]:
|
|
3530
3532
|
* `message:notify:unread:send`
|
|
3531
3533
|
* **Message Notify Unread Received** [`user`, `plugin`]:
|
package/lib/crisp.js
CHANGED
package/package.json
CHANGED