Skip to content

Commit bab569d

Browse files
authored
feat(docs): change current stable version to 3.6 (#1581)
1 parent 56cc2a9 commit bab569d

File tree

38 files changed

+23010
-1656
lines changed

38 files changed

+23010
-1656
lines changed

src/constants/index.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
const VERSIONS_GROUPS = {
22
DEFAULT: {
3-
STABLE_VERSION: "3.5",
4-
LEGACY_VERSIONS: ["3.4"],
5-
DEV_PREVIEW_VERSION: "3.6",
3+
STABLE_VERSION: "3.6",
4+
LEGACY_VERSIONS: ["3.5", "3.4"],
5+
DEV_PREVIEW_VERSION: "3.7",
66
DEPRECATED_VERSIONS: ["3.3"],
7-
ALL_VERSIONS: ["3.6", "3.5", "3.4", "3.3"],
7+
ALL_VERSIONS: ["3.7", "3.6", "3.5", "3.4", "3.3"],
88
},
99
"chat-widget": {
1010
STABLE_VERSION: "4.0",
@@ -14,11 +14,11 @@ const VERSIONS_GROUPS = {
1414
ALL_VERSIONS: ["1.0", "2.0", "3.0", "4.0"],
1515
},
1616
"data-reporting": {
17-
STABLE_VERSION: "3.5",
18-
LEGACY_VERSIONS: ["2.0", "3.4"],
19-
DEV_PREVIEW_VERSION: "3.6",
17+
STABLE_VERSION: "3.6",
18+
LEGACY_VERSIONS: ["3.5", "3.4", "2.0"],
19+
DEV_PREVIEW_VERSION: "3.7",
2020
DEPRECATED_VERSIONS: ["3.3"],
21-
ALL_VERSIONS: ["3.6", "3.5", "3.4", "3.3", "2.0"],
21+
ALL_VERSIONS: ["3.7", "3.6", "3.5", "3.4", "3.3", "2.0"],
2222
},
2323
"customer-accounts-api": {
2424
STABLE_VERSION: "2.0",

src/pages/data-reporting/changelog/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ The developer preview version provides a preview of the upcoming changes to the
1919

2020
</Warning>
2121

22-
## [v3.6] - Developer preview
22+
## [v3.6] - 2025-08-07
2323

24-
- There's a new method, [**Unique Visitors**](/data-reporting/reports-api/v3.6/reports/stats/unique_visitors), which returns the total number of page views and unique visitors during the specified period.
25-
- There's a new method, [**Group Chats Count**](/data-reporting/reports-api/v3.6/#groups), which returns the total number of chats handled by each group during the specified period.
26-
- There's a new method, [**Queued Visitors**](/data-reporting/reports-api/v3.6/#queued_customers), which returns the number of customers who waited in the queue during the specified period.
27-
- There's a new method, [**Queued Visitors Left**](/data-reporting/reports-api/v3.6/#queued_visitors_left), which returns queue records for visitors who left the queue during the specified period.
24+
- There's a new method, [**Unique Visitors**](/data-reporting/reports-api/#unique-visitors), which returns the total number of page views and unique visitors during the specified period.
25+
- There's a new method, [**Group Chats Count**](/data-reporting/reports-api/#group-chats-count), which returns the total number of chats handled by each group during the specified period.
26+
- There's a new method, [**Queued Visitors**](/data-reporting/reports-api/#queued-customers), which returns the number of customers who waited in the queue during the specified period.
27+
- There's a new method, [**Queued Visitors Left**](/data-reporting/reports-api/#queued-visitors-left), which returns queue records for visitors who left the queue during the specified period.
2828

2929
## [v3.5] - 2022-11-23
3030

src/pages/data-reporting/reports-api/index.mdx

Lines changed: 371 additions & 112 deletions
Large diffs are not rendered by default.

src/pages/data-reporting/reports-api/v3.5/index.mdx

Lines changed: 948 additions & 0 deletions
Large diffs are not rendered by default.

src/pages/data-reporting/reports-api/v3.6/index.mdx renamed to src/pages/data-reporting/reports-api/v3.7/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Reports API"
66
tagline: "Access and extract data from Reports."
77
desc: "See how you can access and extract data from Reports with the use of Reports API."
88
versionGroup: "data-reporting"
9-
apiVersion: "3.6"
9+
apiVersion: "3.7"
1010
robots: "noindex"
1111
---
1212

@@ -18,7 +18,7 @@ Reports API allows you to **access** and **extract** all the [Reports](https://w
1818

1919
## Versioning
2020

21-
This document describes the **LiveChat Reports API v3.6**. This is the developer preview version that provides a preview of the upcoming changes to the API. **It's not open to public use.** However, if you want to test some features, contact us at [email protected] or <a href="#open-chat" onClick={openChatWindow}>ask on the chat</a>, and we'll give you access. [Read more about versioning...](/data-reporting/#api-versioning)
21+
This document describes the **LiveChat Reports API v3.7**. This is the developer preview version that provides a preview of the upcoming changes to the API. **It's not open to public use.** However, if you want to test some features, contact us at [email protected] or <a href="#open-chat" onClick={openChatWindow}>ask on the chat</a>, and we'll give you access. [Read more about versioning...](/data-reporting/#api-versioning)
2222

2323
## Authorization
2424

src/pages/management/changelog/index.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ The developer preview version provides a preview of the upcoming changes to the
2020

2121
</Warning>
2222

23-
## [v3.6] - Developer preview
23+
## [v3.6] - 2025-08-07
2424

2525
### Agents
2626

27-
- The `avatar` property in [**Create Agent**](/management/configuration-api/v3.6/#create-agent) was removed. Use [**Update Account Organization Settings**](/authorization/global-accounts-api#tag/AccountOrganizationSettings/paths/~1accounts~1%7Baccount_id%7D~1organization_settings~1%7Borganization_id%7D/patch) to update `avatar`.
28-
- The `name` and `avatar` properties in [**Update Agent**](/management/configuration-api/v3.6/#update-agent) were removed.
27+
- The `avatar` property in [**Create Agent**](/management/configuration-api/#create-agent) was removed. Use [**Update Account Organization Settings**](/authorization/global-accounts-api#tag/AccountOrganizationSettings/paths/~1accounts~1%7Baccount_id%7D~1organization_settings~1%7Borganization_id%7D/patch) to update `avatar`.
28+
- The `name` and `avatar` properties in [**Update Agent**](/management/configuration-api/#update-agent) were removed.
2929
Use [**Update an account**](/authorization/global-accounts-api#tag/Accounts/paths/~1accounts~1%7Baccount_id%7D/patch) to update `name` and [**Update Account Organization Settings**](/authorization/global-accounts-api#tag/AccountOrganizationSettings/paths/~1accounts~1%7Baccount_id%7D~1organization_settings~1%7Borganization_id%7D/patch) to update `avatar`.
3030

3131
### Bots
@@ -35,24 +35,24 @@ Use [**Update an account**](/authorization/global-accounts-api#tag/Accounts/path
3535
### Customer bans
3636

3737
- The customer bans management methods have been added:
38-
- [**List customer bans**](/management/configuration-api/v3.6/#list-customer-bans)
39-
- [**Unban customer**](/management/configuration-api/v3.6/#unban-customer)
38+
- [**List Customer Bans**](/management/configuration-api/#list-customer-bans)
39+
- [**Unban Customer**](/management/configuration-api/#unban-customer)
4040

4141
### Groups
4242

43-
- The "At least one Agent must have the `normal` priority" requirement was removed from the [**Create Group**](/management/configuration-api/v3.6/#create-group) method's `agent_priorities` parameter.
43+
- The "At least one Agent must have the `normal` priority" requirement was removed from the [**Create Group**](/management/configuration-api/#create-group) method's `agent_priorities` parameter.
4444

4545
### Webhooks
4646

4747
- The [**Configuration**](/management/webhooks/v3.6#configuration) webhooks now contain a new `requester` property. The property contains details of who triggered the webhook: `user_id`, `client_id` and `account_id`.
4848
- There are new webhooks:
49-
- [**event_deleted**](/management/webhooks/v3.6/#event_deleted)
49+
- [**event_deleted**](/management/webhooks/#event_deleted)
5050

5151
### Other
5252

5353
- There are new methods:
54-
- [**Reactivate email**](/management/configuration-api/v3.6/#reactivate-email) to reactivate a bounced email address.
55-
- [**Update company details**](/management/configuration-api/v3.6/#update-company-details) to update company details of the license.
54+
- [**Reactivate Email**](/management/configuration-api/#reactivate-email) to reactivate a bounced email address.
55+
- [**Update Company Details**](/management/configuration-api/#update-company-details) to update company details of the license.
5656

5757
## [v3.5] - 2022-11-23
5858

0 commit comments

Comments
 (0)