crisp-api 9.1.0 → 9.2.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 +7 -0
- package/README.md +6 -0
- package/lib/crisp.js +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -3523,6 +3523,12 @@ Available events are listed below:
|
|
|
3523
3523
|
* **Message Notify Unread Received** [`user`, `plugin`]:
|
|
3524
3524
|
* `message:notify:unread:received`
|
|
3525
3525
|
|
|
3526
|
+
* #### **Spam Events**: [Reference](https://docs.crisp.chat/references/rtm-api/v1/#spam-events)
|
|
3527
|
+
* **Spam Message** [`user`]:
|
|
3528
|
+
* `spam:message`
|
|
3529
|
+
* **Spam Decision** [`user`]:
|
|
3530
|
+
* `spam:decision`
|
|
3531
|
+
|
|
3526
3532
|
* #### **People Events**: [Reference](https://docs.crisp.chat/references/rtm-api/v1/#people-events)
|
|
3527
3533
|
* **People Profile Created** [`user`, `plugin`]:
|
|
3528
3534
|
* `people:profile:created`
|
package/lib/crisp.js
CHANGED
package/package.json
CHANGED