Skip to content

Commit 61acf1d

Browse files
author
PureCloud Jenkins
committed
5.0.0
1 parent 34f1149 commit 61acf1d

402 files changed

Lines changed: 7081 additions & 1963 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build/docs/BaseChannelMetadata.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: BaseChannelMetadata
3+
---
4+
## BaseChannelMetadata
5+
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
| ------------ | ------------- | ------------- | ------------- |
11+
| **customAttributes** | <!----><!---->**Map&lt;String, String&gt;**<!----> | | [optional] |
12+
{: class="table table-striped"}
13+
14+
15+

build/docs/BaseMessagingChannel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ title: BaseMessagingChannel
1313
| **messageId** | <!----><!---->**String**<!----> | | [optional] |
1414
| **from** | <!----><!---->[**BaseMessagingRecipient**](BaseMessagingRecipient.html)<!----> | | [optional] |
1515
| **to** | <!----><!---->[**BaseMessagingRecipient**](BaseMessagingRecipient.html)<!----> | | [optional] |
16+
| **metadata** | <!----><!---->[**BaseChannelMetadata**](BaseChannelMetadata.html)<!----> | | [optional] |
1617
{: class="table table-striped"}
1718

1819

build/docs/CleanChannelMetadata.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: CleanChannelMetadata
3+
---
4+
## CleanChannelMetadata
5+
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
| ------------ | ------------- | ------------- | ------------- |
11+
| **customAttributes** | <!----><!---->**Map&lt;String, String&gt;**<!----> | | [optional] |
12+
{: class="table table-striped"}
13+
14+
15+

build/docs/CleanMessagingChannel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ title: CleanMessagingChannel
1313
| **messageId** | <!----><!---->**String**<!----> | | [optional] |
1414
| **from** | <!----><!---->[**CleanMessagingRecipient**](CleanMessagingRecipient.html)<!----> | | [optional] |
1515
| **to** | <!----><!---->[**CleanMessagingRecipient**](CleanMessagingRecipient.html)<!----> | | [optional] |
16+
| **metadata** | <!----><!---->[**CleanChannelMetadata**](CleanChannelMetadata.html)<!----> | | [optional] |
1617
{: class="table table-striped"}
1718

1819

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: ConfigureSessionAuthenticatedRequest
3+
---
4+
## ConfigureSessionAuthenticatedRequest
5+
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
| ------------ | ------------- | ------------- | ------------- |
11+
| **action** | <!----><!---->[**RequestTypeConfigureSessionAuthenticated**](RequestTypeConfigureSessionAuthenticated.html)<!----> | | |
12+
| **deploymentId** | <!----><!---->**String**<!----> | | |
13+
| **token** | <!----><!---->**String**<!----> | | |
14+
| **data** | <!----><!---->[**OAuthParams**](OAuthParams.html)<!----> | | |
15+
{: class="table table-striped"}
16+
17+
18+

build/docs/IncomingNormalizedMessage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ title: IncomingNormalizedMessage
1010
| ------------ | ------------- | ------------- | ------------- |
1111
| **type** | <!----><!---->[**NormalizedType**](NormalizedType.html)<!----> | | |
1212
| **text** | <!----><!---->**String**<!----> | | |
13-
| **content** | <!----><!---->[**List&lt;MessageContent&gt;**](MessageContent.html)<!----> | | |
14-
| **events** | <!----><!---->[**List&lt;MessageEvent&gt;**](MessageEvent.html)<!----> | | |
13+
| **content** | <!----><!---->[**List&lt;MessageContent&gt;**](MessageContent.html)<!----> | | [optional] |
14+
| **events** | <!----><!---->[**List&lt;MessageEvent&gt;**](MessageEvent.html)<!----> | | [optional] |
1515
| **metadata** | <!----><!---->**Map&lt;String, String&gt;**<!----> | | [optional] |
1616
{: class="table table-striped"}
1717

build/docs/LogoutEvent.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: LogoutEvent
3+
---
4+
## LogoutEvent
5+
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
| ------------ | ------------- | ------------- | ------------- |
11+
{: class="table table-striped"}
12+
13+
14+

build/docs/MessageDataType.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ title: MessageDataType
2525

2626
* `CONNECTIONCLOSEDEVENT` (value: `"ConnectionClosedEvent"`)
2727

28+
* `LOGOUTEVENT` (value: `"LogoutEvent"`)
29+
2830
* `SESSIONEXPIREDEVENT` (value: `"SessionExpiredEvent"`)
2931

3032
* `JWTRESPONSE` (value: `"JwtResponse"`)

build/docs/OAuthParams.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: OAuthParams
3+
---
4+
## OAuthParams
5+
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
| ------------ | ------------- | ------------- | ------------- |
11+
| **code** | <!----><!---->**String**<!----> | | |
12+
{: class="table table-striped"}
13+
14+
15+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: RequestTypeConfigureSessionAuthenticated
3+
---
4+
## RequestTypeConfigureSessionAuthenticated
5+
6+
7+
# RequestTypeConfigureSessionAuthenticated
8+
9+
## Enum
10+
11+
12+
* `CONFIGURESESSIONAUTHENTICATED` (value: `"configureSessionAuthenticated"`)
13+
14+
15+

0 commit comments

Comments
 (0)