Skip to content

Commit 1854012

Browse files
author
PureCloud Jenkins
committed
1.0.0-UNKNOWN
1 parent 6da46b8 commit 1854012

303 files changed

Lines changed: 4354 additions & 10743 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.

README.md

Lines changed: 105 additions & 221 deletions
Large diffs are not rendered by default.

build/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1212
hs_err_pid*
1313

14-
!platform-client-*.jar
14+
!web-messaging-sdk-*.jar

build/README.md

Lines changed: 105 additions & 221 deletions
Large diffs are not rendered by default.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: AttachmentDeletedResponse
3+
---
4+
## AttachmentDeletedResponse
5+
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
| ------------ | ------------- | ------------- | ------------- |
11+
| **attachmentId** | <!----><!---->**String**<!----> | | |
12+
{: class="table table-striped"}
13+
14+
15+

build/docs/BaseContentAttachment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ title: BaseContentAttachment
88

99
| Name | Type | Description | Notes |
1010
| ------------ | ------------- | ------------- | ------------- |
11+
| **id** | <!----><!---->**String**<!----> | | [optional] |
1112
| **filename** | <!----><!---->**String**<!----> | | [optional] |
1213
| **fileSize** | <!----><!---->**Double**<!----> | | [optional] |
1314
| **mediaType** | <!----><!---->[**MediaType**](MediaType.html)<!----> | | |

build/docs/CleanContentAttachment.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ title: CleanContentAttachment
88

99
| Name | Type | Description | Notes |
1010
| ------------ | ------------- | ------------- | ------------- |
11+
| **id** | <!----><!---->**String**<!----> | | [optional] |
1112
| **filename** | <!----><!---->**String**<!----> | | [optional] |
1213
| **fileSize** | <!----><!---->**Double**<!----> | | [optional] |
1314
| **mediaType** | <!----><!---->[**MediaType**](MediaType.html)<!----> | | |
1415
| **mime** | <!----><!---->**String**<!----> | | [optional] |
1516
| **sha256** | <!----><!---->**String**<!----> | | [optional] |
1617
| **text** | <!----><!---->**String**<!----> | | [optional] |
1718
| **url** | <!----><!---->**String**<!----> | | [optional] |
18-
| **id** | <!----><!---->**String**<!----> | | [optional] |
19-
| **fileName** | <!----><!---->**String**<!----> | | [optional] |
2019
{: class="table table-striped"}
2120

2221

build/docs/MessageDataType.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ title: MessageDataType
1717

1818
* `PRESIGNEDURLRESPONSE` (value: `"PresignedUrlResponse"`)
1919

20+
* `ATTACHMENTDELETEDRESPONSE` (value: `"AttachmentDeletedResponse"`)
21+
22+
* `UPLOADFAILUREEVENT` (value: `"UploadFailureEvent"`)
23+
2024
* `UPLOADSUCCESSEVENT` (value: `"UploadSuccessEvent"`)
2125

2226

build/docs/PresignedUrlResponse.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ title: PresignedUrlResponse
1111
| **attachmentId** | <!----><!---->**String**<!----> | | |
1212
| **headers** | <!----><!---->**Map&lt;String, String&gt;**<!----> | | |
1313
| **url** | <!----><!---->**String**<!----> | | |
14+
| **fileName** | <!----><!---->**String**<!----> | | [optional] |
15+
| **fileSize** | <!----><!---->**Double**<!----> | | [optional] |
16+
| **fileType** | <!----><!---->**String**<!----> | | [optional] |
1417
{: class="table table-striped"}
1518

1619

build/docs/RequestType.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ title: RequestType
1515

1616
* `ONGENERATEUPLOADURL` (value: `"onGenerateUploadUrl"`)
1717

18+
* `ONGENERATEDOWNLOADURL` (value: `"onGenerateDownloadUrl"`)
19+
20+
* `DELETEATTACHMENT` (value: `"deleteAttachment"`)
21+
1822
* `ONMESSAGE` (value: `"onMessage"`)
1923

2024
* `CLOSESESSION` (value: `"closeSession"`)

build/docs/SessionResponse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ title: SessionResponse
1010
| ------------ | ------------- | ------------- | ------------- |
1111
| **sessionId** | <!----><!---->**String**<!----> | | [optional] |
1212
| **connected** | <!----><!---->**Boolean**<!----> | | |
13+
| **newSession** | <!----><!---->**Boolean**<!----> | | [optional] |
1314
{: class="table table-striped"}
1415

1516

0 commit comments

Comments
 (0)