crisp-api 10.9.2 → 10.10.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
+ ## v10.9.3
5
+
6
+ ### Changes
7
+
8
+ * Made `inbox_id` parameter optional on `CrispClient.website.updateConversationInbox` method.
9
+
4
10
  ## v10.9.2
5
11
 
6
12
  ### Changes
package/EXAMPLES.md CHANGED
@@ -2379,6 +2379,14 @@ CrispClient.website.listCampaignStatistics(websiteID, campaignID, action, pageNu
2379
2379
 
2380
2380
  =========================
2381
2381
 
2382
+ https://docs.crisp.chat/references/rest-api/v1/#get-website-connect-endpoints
2383
+
2384
+ var websiteID = "8c842203-7ed8-4e29-a608-7cf78a7d2fcc";
2385
+
2386
+ CrispClient.website.getConnectEndpoints(websiteID);
2387
+
2388
+ =========================
2389
+
2382
2390
  https://docs.crisp.chat/references/rest-api/v1/#get-connect-account
2383
2391
 
2384
2392
  CrispClient.plugin.getConnectAccount();