Skip to content

Commit 6da46b8

Browse files
author
PureCloud Jenkins
committed
0.0.1-UNKNOWN
1 parent 8a64bfc commit 6da46b8

427 files changed

Lines changed: 128490 additions & 2 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: 332 additions & 2 deletions
Large diffs are not rendered by default.

build/.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
*.class
2+
3+
# Mobile Tools for Java (J2ME)
4+
.mtj.tmp/
5+
6+
# Package Files #
7+
*.jar
8+
*.war
9+
*.ear
10+
11+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12+
hs_err_pid*
13+
14+
!platform-client-*.jar

build/.swagger-codegen-ignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Swagger Codegen Ignore
2+
# Generated by swagger-codegen https://github.com/swagger-api/swagger-codegen
3+
4+
# Use this file to prevent files from being overwritten by the generator.
5+
# The patterns follow closely to .gitignore or .dockerignore.
6+
7+
# As an example, the C# client generator defines ApiClient.cs.
8+
# You can make changes and tell Swagger Codgen to ignore just this file by uncommenting the following line:
9+
#ApiClient.cs
10+
11+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
12+
#foo/*/qux
13+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
14+
15+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
16+
#foo/**/qux
17+
# Thsi matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
18+
19+
# You can also negate patterns with an exclamation (!).
20+
# For example, you can ignore all files in a docs folder with the file extension .md:
21+
#docs/*.md
22+
# Then explicitly reverse the ignore rule for a single file:
23+
#!docs/README.md

build/README.md

Lines changed: 332 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: BaseContentAttachment
3+
---
4+
## BaseContentAttachment
5+
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
| ------------ | ------------- | ------------- | ------------- |
11+
| **filename** | <!----><!---->**String**<!----> | | [optional] |
12+
| **fileSize** | <!----><!---->**Double**<!----> | | [optional] |
13+
| **mediaType** | <!----><!---->[**MediaType**](MediaType.html)<!----> | | |
14+
| **mime** | <!----><!---->**String**<!----> | | [optional] |
15+
| **sha256** | <!----><!---->**String**<!----> | | [optional] |
16+
| **text** | <!----><!---->**String**<!----> | | [optional] |
17+
| **url** | <!----><!---->**String**<!----> | | [optional] |
18+
{: class="table table-striped"}
19+
20+
21+

build/docs/BaseMessage.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: BaseMessage
3+
---
4+
## BaseMessage
5+
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
| ------------ | ------------- | ------------- | ------------- |
11+
| **type** | <!----><!---->[**BaseMessageType**](BaseMessageType.html)<!----> | | |
12+
| **_class** | <!----><!---->[**MessageDataType**](MessageDataType.html)<!----> | | |
13+
| **code** | <!----><!---->**Integer**<!----> | | |
14+
| **body** | <!----><!---->**Object**<!----> | | |
15+
{: class="table table-striped"}
16+
17+
18+

build/docs/BaseMessageType.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: BaseMessageType
3+
---
4+
## BaseMessageType
5+
6+
7+
# BaseMessageType
8+
9+
## Enum
10+
11+
12+
* `MESSAGE` (value: `"message"`)
13+
14+
* `RESPONSE` (value: `"response"`)
15+
16+
17+

build/docs/BaseMessagingChannel.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: BaseMessagingChannel
3+
---
4+
## BaseMessagingChannel
5+
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
| ------------ | ------------- | ------------- | ------------- |
11+
| **time** | <!----><!---->**String**<!----> | | [optional] |
12+
| **type** | <!----><!---->[**ChannelType**](ChannelType.html)<!----> | | [optional] |
13+
| **messageId** | <!----><!---->**String**<!----> | | [optional] |
14+
| **from** | <!----><!---->[**BaseMessagingRecipient**](BaseMessagingRecipient.html)<!----> | | [optional] |
15+
| **to** | <!----><!---->[**BaseMessagingRecipient**](BaseMessagingRecipient.html)<!----> | | [optional] |
16+
{: class="table table-striped"}
17+
18+
19+

build/docs/BaseMessagingContent.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: BaseMessagingContent
3+
---
4+
## BaseMessagingContent
5+
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
| ------------ | ------------- | ------------- | ------------- |
11+
| **attachment** | <!----><!---->[**BaseContentAttachment**](BaseContentAttachment.html)<!----> | | [optional] |
12+
| **contentType** | <!----><!---->[**ContentType**](ContentType.html)<!----> | | |
13+
{: class="table table-striped"}
14+
15+
16+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: BaseMessagingRecipient
3+
---
4+
## BaseMessagingRecipient
5+
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
| ------------ | ------------- | ------------- | ------------- |
11+
| **firstName** | <!----><!---->**String**<!----> | | [optional] |
12+
| **lastName** | <!----><!---->**String**<!----> | | [optional] |
13+
| **nickname** | <!----><!---->**String**<!----> | | [optional] |
14+
{: class="table table-striped"}
15+
16+
17+

0 commit comments

Comments
 (0)