crisp-api 9.12.1 → 9.13.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/README.md +4 -0
- package/lib/crisp.js +3 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -3651,6 +3651,10 @@ Available events are listed below:
|
|
|
3651
3651
|
* **Call Request Rejected** [`user`, `plugin`]:
|
|
3652
3652
|
* `call:request:rejected`
|
|
3653
3653
|
|
|
3654
|
+
* #### **Identity Events**: [Reference](https://docs.crisp.chat/references/rtm-api/v1/#identity-events)
|
|
3655
|
+
* **Identity Verify Request** [`plugin`]:
|
|
3656
|
+
* `identity:verify:request`
|
|
3657
|
+
|
|
3654
3658
|
* #### **Widget Events**: [Reference](https://docs.crisp.chat/references/rtm-api/v1/#widget-events)
|
|
3655
3659
|
* **Widget Action Processed** [`user`]:
|
|
3656
3660
|
* `widget:action:processed`
|
package/lib/crisp.js
CHANGED
package/package.json
CHANGED