diff --git a/src/constants/index.js b/src/constants/index.js index ea5647135..9abd58add 100644 --- a/src/constants/index.js +++ b/src/constants/index.js @@ -3,8 +3,8 @@ const VERSIONS_GROUPS = { STABLE_VERSION: "3.6", LEGACY_VERSIONS: ["3.5", "3.4"], DEV_PREVIEW_VERSION: "3.7", - DEPRECATED_VERSIONS: ["3.3"], - ALL_VERSIONS: ["3.7", "3.6", "3.5", "3.4", "3.3"], + DEPRECATED_VERSIONS: [], + ALL_VERSIONS: ["3.7", "3.6", "3.5", "3.4"], }, "chat-widget": { STABLE_VERSION: "4.0", @@ -17,8 +17,8 @@ const VERSIONS_GROUPS = { STABLE_VERSION: "3.6", LEGACY_VERSIONS: ["3.5", "3.4", "2.0"], DEV_PREVIEW_VERSION: "3.7", - DEPRECATED_VERSIONS: ["3.3"], - ALL_VERSIONS: ["3.7", "3.6", "3.5", "3.4", "3.3", "2.0"], + DEPRECATED_VERSIONS: [], + ALL_VERSIONS: ["3.7", "3.6", "3.5", "3.4", "2.0"], }, "customer-accounts-api": { STABLE_VERSION: "2.0", diff --git a/src/pages/data-reporting/reports-api/v3.3/index.mdx b/src/pages/data-reporting/reports-api/v3.3/index.mdx index e5dc401c0..7e9d97360 100644 --- a/src/pages/data-reporting/reports-api/v3.3/index.mdx +++ b/src/pages/data-reporting/reports-api/v3.3/index.mdx @@ -6,7 +6,7 @@ title: "Reports API" tagline: "Access and extract data from Reports." desc: "See how you can access and extract data from Reports with the use of Reports API." versionGroup: "data-reporting" -apiVersion: "3.3" +apiVersion: "" robots: "noindex" --- diff --git a/src/pages/management/configuration-api/v3.3/index.mdx b/src/pages/management/configuration-api/v3.3/index.mdx index 65cc3c925..5134af223 100644 --- a/src/pages/management/configuration-api/v3.3/index.mdx +++ b/src/pages/management/configuration-api/v3.3/index.mdx @@ -6,7 +6,7 @@ title: "Configuration API" subtitle: "Commands & Methods List" tagline: "Set up webhooks, create Bots or properties." desc: "Reach out for the Configuration API to create Bots, webhooks, or properties. Check types of features and available methods." -apiVersion: "3.3" +apiVersion: "" robots: "noindex" --- diff --git a/src/pages/management/webhooks/v3.3/index.mdx b/src/pages/management/webhooks/v3.3/index.mdx index 39efd3276..51ab4571f 100644 --- a/src/pages/management/webhooks/v3.3/index.mdx +++ b/src/pages/management/webhooks/v3.3/index.mdx @@ -5,7 +5,7 @@ subcategory: "webhooks" title: "Webhooks" tagline: "The refrence of LiveChat webhooks." desc: "The refrence of available LiveChat webhooks. Use webhooks to build automated flows in your integrations." -apiVersion: "3.3" +apiVersion: "" robots: "noindex" --- diff --git a/src/pages/messaging/agent-chat-api/v3.3/data-structures/index.mdx b/src/pages/messaging/agent-chat-api/v3.3/data-structures/index.mdx index e8b4fecab..a87e01afe 100644 --- a/src/pages/messaging/agent-chat-api/v3.3/data-structures/index.mdx +++ b/src/pages/messaging/agent-chat-api/v3.3/data-structures/index.mdx @@ -5,7 +5,7 @@ subcategory: "agent-chat-api" title: "Data structures" tagline: "The reference of LiveChat data structures." desc: "The reference of LiveChat data structures. Here, you can review the event and user objects, as well as other common structures." -apiVersion: "3.3" +apiVersion: "" robots: "noindex" --- diff --git a/src/pages/messaging/agent-chat-api/v3.3/index.mdx b/src/pages/messaging/agent-chat-api/v3.3/index.mdx index b8ab4b68b..a501ed7e1 100644 --- a/src/pages/messaging/agent-chat-api/v3.3/index.mdx +++ b/src/pages/messaging/agent-chat-api/v3.3/index.mdx @@ -5,7 +5,7 @@ subcategory: "agent-chat-api" title: "Web API Reference" tagline: "Interact with the chat as an Agent." desc: "Build powerful Text integrations with an open messaging protocol. Use the Agent Chat Web API to send messages and manage access and properties." -apiVersion: "3.3" +apiVersion: "" robots: "noindex" --- diff --git a/src/pages/messaging/agent-chat-api/v3.3/rtm-pushes/index.mdx b/src/pages/messaging/agent-chat-api/v3.3/rtm-pushes/index.mdx index 98524698b..a8e1b8ef0 100644 --- a/src/pages/messaging/agent-chat-api/v3.3/rtm-pushes/index.mdx +++ b/src/pages/messaging/agent-chat-api/v3.3/rtm-pushes/index.mdx @@ -5,7 +5,7 @@ subcategory: "agent-chat-api" title: "RTM pushes" tagline: "The reference of LiveChat RTM API pushes." desc: "This document contains a reference of LiveChat RTM API pushes." -apiVersion: "3.3" +apiVersion: "" robots: "noindex" --- diff --git a/src/pages/messaging/agent-chat-api/v3.3/rtm-reference/index.mdx b/src/pages/messaging/agent-chat-api/v3.3/rtm-reference/index.mdx index 75e1c8400..db7f2b91a 100644 --- a/src/pages/messaging/agent-chat-api/v3.3/rtm-reference/index.mdx +++ b/src/pages/messaging/agent-chat-api/v3.3/rtm-reference/index.mdx @@ -5,7 +5,7 @@ subcategory: "agent-chat-api" title: "RTM API Reference" tagline: "Interact with the chat as an Agent." desc: "Build powerful LiveChat integrations with an open messaging protocol. Use the Agent Chat RTM API to send messages, manage access and properties." -apiVersion: "3.3" +apiVersion: "" robots: "noindex" --- diff --git a/src/pages/messaging/customer-chat-api/v3.3/data-structures/index.mdx b/src/pages/messaging/customer-chat-api/v3.3/data-structures/index.mdx index 87d551e00..25881dbaf 100644 --- a/src/pages/messaging/customer-chat-api/v3.3/data-structures/index.mdx +++ b/src/pages/messaging/customer-chat-api/v3.3/data-structures/index.mdx @@ -5,7 +5,7 @@ subcategory: "customer-chat-api" title: "Data structures" tagline: "The reference of LiveChat data structures." desc: "Check the reference of LiveChat data structures. Here, you can review the event and user objects, as well as other common structures." -apiVersion: "3.3" +apiVersion: "" robots: "noindex" --- diff --git a/src/pages/messaging/customer-chat-api/v3.3/index.mdx b/src/pages/messaging/customer-chat-api/v3.3/index.mdx index be4b7de50..b620ed13f 100644 --- a/src/pages/messaging/customer-chat-api/v3.3/index.mdx +++ b/src/pages/messaging/customer-chat-api/v3.3/index.mdx @@ -5,7 +5,7 @@ subcategory: "customer-chat-api" title: "Web API Reference" tagline: "Interact with the chat as a Customer." desc: "Use the Customer Chat Web API v3.3 to interact as a Customer." -apiVersion: "3.3" +apiVersion: "" robots: "noindex" --- diff --git a/src/pages/messaging/customer-chat-api/v3.3/rtm-pushes/index.mdx b/src/pages/messaging/customer-chat-api/v3.3/rtm-pushes/index.mdx index e9509972d..40d8386d7 100644 --- a/src/pages/messaging/customer-chat-api/v3.3/rtm-pushes/index.mdx +++ b/src/pages/messaging/customer-chat-api/v3.3/rtm-pushes/index.mdx @@ -5,7 +5,7 @@ subcategory: "customer-chat-api" title: "RTM pushes" tagline: "The reference of LiveChat RTM API pushes." desc: "This document contains a reference of LiveChat RTM API pushes." -apiVersion: "3.3" +apiVersion: "" robots: "noindex" --- @@ -506,19 +506,19 @@ Informs that a Customer was disconnected. The payload contains the reason of Cus Based on the received `reason` we suggest a different reaction. -| Type | Notes | Suggested behavior | -| ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------- | -| `access_token_expired` | Access token lifetime has elapsed. | Reconnect and generate a new access token. | -| `connection_evicted` | The Customer Chat API should be available again soon. | Reconnect. | -| `connection_timeout` | Has not received [`ping`](#authentication) from the client for some time, or it's been too long since the connection was authorized. | Reconnect. | -| `internal_error` | Internal error. | Reconnect. | -| `license_not_found` | The license with the specified ID doesn't exist. | Don't reconnect. | -| `license_expired` | The license has expired. | Don't reconnect. | -| `misdirected_connection` **\*\*** | Customer connected to a server in the wrong region. | Don't reconnect. | -| `unsupported_version` | Connecting to an unsupported version of the Customer Chat API. | Don't reconnect. | -| `service_temporarily_unavailable` | The Customer Chat API should be available again soon. | Reconnect. | -| `too_many_connections` | Customer has reached the maximum number of connections. | Don't reconnect. | -| `too_many_unauthorized_connections` | The maximum number of unauthorized connections has been reached. | Reconnect. | +| Type | Notes | Suggested behavior | +| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------ | +| `access_token_expired` | Access token lifetime has elapsed. | Reconnect and generate a new access token. | +| `connection_evicted` | The Customer Chat API should be available again soon. | Reconnect. | +| `connection_timeout` | Has not received [`ping`](#authentication) from the client for some time, or it's been too long since the connection was authorized. | Reconnect. | +| `internal_error` | Internal error. | Reconnect. | +| `license_not_found` | The license with the specified ID doesn't exist. | Don't reconnect. | +| `license_expired` | The license has expired. | Don't reconnect. | +| `misdirected_connection` **\*\*** | Customer connected to a server in the wrong region. | Don't reconnect. | +| `unsupported_version` | Connecting to an unsupported version of the Customer Chat API. | Don't reconnect. | +| `service_temporarily_unavailable` | The Customer Chat API should be available again soon. | Reconnect. | +| `too_many_connections` | Customer has reached the maximum number of connections. | Don't reconnect. | +| `too_many_unauthorized_connections` | The maximum number of unauthorized connections has been reached. | Reconnect. | **\*)** The `customer_temporarily_blocked` reason can also return the correct timeout in an optional data object. With this piece of information, client is able to figure out how much time a customer should wait before attempting to reconnect again. diff --git a/src/pages/messaging/customer-chat-api/v3.3/rtm-reference/index.mdx b/src/pages/messaging/customer-chat-api/v3.3/rtm-reference/index.mdx index 80ac78ed1..4d4a9c245 100644 --- a/src/pages/messaging/customer-chat-api/v3.3/rtm-reference/index.mdx +++ b/src/pages/messaging/customer-chat-api/v3.3/rtm-reference/index.mdx @@ -5,7 +5,7 @@ subcategory: "customer-chat-api" title: "RTM API Reference" tagline: "Interact with the chat as a Customer." desc: "Use the Customer Chat Real-Time Messaging API to interact as a Customer." -apiVersion: "3.3" +apiVersion: "" robots: "noindex" ---