-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
PureCloud Jenkins
committed
Mar 8, 2023
1 parent
a26a6b7
commit 7407ff3
Showing
452 changed files
with
5,527 additions
and
2,717 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: AllowedMedia | ||
--- | ||
## AllowedMedia | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ------------ | ------------- | ------------- | ------------- | | ||
| **inbound** | <!----><!---->[**FileUploadMode**](FileUploadMode.html)<!----> | | | | ||
{: class="table table-striped"} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: FileType | ||
--- | ||
## FileType | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ------------ | ------------- | ------------- | ------------- | | ||
| **type** | <!----><!---->**String**<!----> | | | | ||
{: class="table table-striped"} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: FileUploadMode | ||
--- | ||
## FileUploadMode | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ------------ | ------------- | ------------- | ------------- | | ||
| **fileTypes** | <!----><!---->[**List<FileType>**](FileType.html)<!----> | | | | ||
| **maxFileSizeKB** | <!----><!---->**Double**<!----> | | | | ||
{: class="table table-striped"} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,34 @@ | ||
Platform API version: 6333 | ||
Platform API version: 6640 | ||
|
||
|
||
# Major Changes (6 changes) | ||
# Major Changes (1 change) | ||
|
||
**CardAction** (1 change) | ||
**CloseSessionRequest** (1 change) | ||
|
||
* Model CardAction was removed | ||
* Required property closeAllConnections was added | ||
|
||
**ContentCard** (2 changes) | ||
|
||
* Property actions was changed from CardAction[] to array | ||
* Property defaultAction was changed from CardAction to ContentCardAction | ||
# Minor Changes (5 changes) | ||
|
||
**IncomingNormalizedMessage** (1 change) | ||
|
||
* Required property channel was added | ||
|
||
**SendMessageRequest** (1 change) | ||
|
||
* Property attachmentIds was removed | ||
|
||
**SessionResponse** (1 change) | ||
|
||
* Property sessionId was removed | ||
|
||
|
||
# Minor Changes (18 changes) | ||
|
||
**ConfigureSessionRequest** (2 changes) | ||
|
||
* Optional property resumeToken was added | ||
* Optional property startNew was added | ||
|
||
**ContentAttachment** (1 change) | ||
|
||
* Optional property contentSizeBytes was added | ||
|
||
**ContentCardAction** (1 change) | ||
**FileType** (1 change) | ||
|
||
* Model was added | ||
|
||
**ContentQuickReplyV2** (1 change) | ||
**FileUploadMode** (1 change) | ||
|
||
* Model was added | ||
|
||
**ContentText** (1 change) | ||
**AllowedMedia** (1 change) | ||
|
||
* Model was added | ||
|
||
**MessageContent** (2 changes) | ||
|
||
* Optional property quickReplyV2 was added | ||
* Optional property text was added | ||
|
||
**BaseMessagingRecipient** (1 change) | ||
|
||
* Optional property image was added | ||
|
||
**ConfigureAuthenticatedSessionRequest** (2 changes) | ||
|
||
* Optional property resumeToken was added | ||
* Optional property startNew was added | ||
|
||
**SessionResponse** (1 change) | ||
|
||
* Optional property readOnly was added | ||
|
||
**ResumeTokenResponse** (1 change) | ||
|
||
* Model was added | ||
* Optional property allowedMedia was added | ||
|
||
**StructuredMessage** (1 change) | ||
|
||
* Optional property metadata was added | ||
|
||
**CleanMessagingRecipient** (1 change) | ||
|
||
* Optional property image was added | ||
|
||
**CleanMessageContent** (3 changes) | ||
|
||
* Optional property carousel was added | ||
* Optional property text was added | ||
* Optional property quickReplyV2 was added | ||
* Optional property events was added | ||
|
||
|
||
# Point Changes (0 changes) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
props.name=web-messaging-sdk | ||
props.version=8.0.0 | ||
props.version=9.0.0 | ||
props.description=A customer-side development kit for creating custom Genesys Cloud Web Messaging experiences | ||
props.url=https://developer.mypurecloud.com/api/rest/client-libraries/webmessaging-java/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.