crisp-api 10.9.1 → 10.9.3

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,18 @@
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
+
10
+ ## v10.9.2
11
+
12
+ ### Changes
13
+
14
+ * Fixed return type for `CrispClient.website.getConversationParticipants` method.
15
+
4
16
  ## v10.9.1
5
17
 
6
18
  ### Changes
package/EXAMPLES.md CHANGED
@@ -2033,6 +2033,8 @@ var inbox = {
2033
2033
  "e5cd7aa6-998f-4b8e-b7c5-3b546af87d15"
2034
2034
  ],
2035
2035
 
2036
+ "operator": "and",
2037
+
2036
2038
  "conditions": [
2037
2039
  {
2038
2040
  "model": "session",
@@ -2083,6 +2085,8 @@ var inbox = {
2083
2085
  "e5cd7aa6-998f-4b8e-b7c5-3b546af87d15"
2084
2086
  ],
2085
2087
 
2088
+ "operator": "and",
2089
+
2086
2090
  "conditions": [
2087
2091
  {
2088
2092
  "model": "session",