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 CHANGED
@@ -1,6 +1,12 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ ## v9.13.0
5
+
6
+ ### New Features
7
+
8
+ * Added support for the `identity:verify:request` RTM API event.
9
+
4
10
  ## v9.12.1
5
11
 
6
12
  ### New Features
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
@@ -125,6 +125,9 @@ Crisp.DEFAULT_RTM_EVENTS = [
125
125
  "call:request:initiated",
126
126
  "call:request:rejected",
127
127
 
128
+ // Identity Events
129
+ "identity:verify:request",
130
+
128
131
  // Status Events
129
132
  "status:health:changed",
130
133
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "crisp-api",
3
3
  "description": "Crisp API wrapper for Node - official, maintained by Crisp",
4
- "version": "9.12.1",
4
+ "version": "9.13.0",
5
5
  "homepage": "https://github.com/crisp-im/node-crisp-api",
6
6
  "license": "MIT",
7
7
  "author": {