Skip to content

Commit

Permalink
106.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Mar 9, 2023
1 parent 7f65f45 commit 7548aa0
Show file tree
Hide file tree
Showing 404 changed files with 8,318 additions and 5,270 deletions.
4 changes: 2 additions & 2 deletions PureCloudPlatformClientV2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.11'
s.swift_version = '5.0'
s.version = '105.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '105.0.0' }
s.version = '106.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '106.0.0' }
s.authors = 'Genesys Developer Evangelists'
s.social_media_url = 'https://twitter.com/PureCloud_Dev'
s.docset_url = 'https://developer.mypurecloud.com/api/rest/client-libraries/ios/'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This package's source is on github at https://github.com/MyPureCloud/platform-cl
Reference the SDK's pod in your project's Podfile:

```
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '105.0.0'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '106.0.0'
```

Then install your project's dependencies:
Expand Down
146 changes: 102 additions & 44 deletions build/.openapi-generator/FILES

Large diffs are not rendered by default.

309 changes: 249 additions & 60 deletions build/APIData.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/PureCloudPlatformClientV2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.11'
s.swift_version = '5.0'
s.version = '105.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '105.0.0' }
s.version = '106.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '106.0.0' }
s.authors = 'Genesys Developer Evangelists'
s.social_media_url = 'https://twitter.com/PureCloud_Dev'
s.docset_url = 'https://developer.mypurecloud.com/api/rest/client-libraries/ios/'
Expand Down
2 changes: 1 addition & 1 deletion build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This package's source is on github at https://github.com/MyPureCloud/platform-cl
Reference the SDK's pod in your project's Podfile:

```
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '105.0.0'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '106.0.0'
```

Then install your project's dependencies:
Expand Down
16 changes: 16 additions & 0 deletions build/docs/AcceleratorInput.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: AcceleratorInput
---
## AcceleratorInput
Identity of a CX infrastructure as code accelerator to be run and its inputs

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **dryRun** | **Bool** | Set this true to test the job without making any changes. Defaults to false. | [optional] |
| **acceleratorId** | **String** | Accelerator ID | |
| **parameters** | [**[AcceleratorParameter]**](AcceleratorParameter.html) | Parameters required for this accelerator | [optional] |
{: class="table table-striped"}


15 changes: 15 additions & 0 deletions build/docs/AcceleratorParameter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: AcceleratorParameter
---
## AcceleratorParameter
Input parameter for a CX infrastructure as code accelerator

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **name** | **String** | Parameter Name | |
| **value** | **String** | Parameter Value | |
{: class="table table-striped"}


1 change: 1 addition & 0 deletions build/docs/ActionConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Defines components of the Action Config.

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **timeoutSeconds** | **Int** | Optional 1-60 second timeout enforced on the execution or test of this action. This setting is invalid for Custom Authentication Actions. | [optional] |
| **request** | [**RequestConfig**](RequestConfig.html) | Configuration of outbound request. | [optional] |
| **response** | [**ResponseConfig**](ResponseConfig.html) | Configuration of response processing. | [optional] |
{: class="table table-striped"}
Expand Down
14 changes: 14 additions & 0 deletions build/docs/AgentPossibleWorkShiftsRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: AgentPossibleWorkShiftsRequest
---
## AgentPossibleWorkShiftsRequest

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **weekStartDate** | [**Date**](Date.html) | Start date of requested effective work plan, day of week will be in line with business unit start day of week. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd | |
| **weekCount** | **Int** | Number of weeks for which to return possible work shifts | |
{: class="table table-striped"}


17 changes: 17 additions & 0 deletions build/docs/AgentPossibleWorkShiftsResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: AgentPossibleWorkShiftsResponse
---
## AgentPossibleWorkShiftsResponse

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **weekStartDate** | [**Date**](Date.html) | Start date of requested effective work plan. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd | [optional] |
| **pattern** | **[Int]** | Each element is the ID of an effective work plan for a specific week | [optional] |
| **weeklyPossibleWorkShifts** | [**[PossibleWorkShiftsForWeek]**](PossibleWorkShiftsForWeek.html) | Each element is a weekly effective work plan that can be used for multiple weeks | [optional] |
| **schedulerIntervalLengthMinutes** | **Int** | Number of minutes in each interval in the intervalScheduleProbabilities | [optional] |
| **timeZone** | **String** | The time zone of the business unit | [optional] |
{: class="table table-striped"}


1 change: 1 addition & 0 deletions build/docs/AppendToDncActionSettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ title: AppendToDncActionSettings
|------------ | ------------- | ------------- | -------------|
| **expire** | **Bool** | Whether to expire the record appended to the DNC list. | |
| **expirationDuration** | **String** | If 'expire' is set to true, how long to keep the record. | [optional] |
| **listType** | **String** | The Dnc List Type to append entries to | [optional] |
{: class="table table-striped"}


1 change: 1 addition & 0 deletions build/docs/AuditTopicAuditLogMessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ title: AuditTopicAuditLogMessage
| **clientId** | [**AuditTopicAddressableEntityRef**](AuditTopicAddressableEntityRef.html) | | [optional] |
| **remoteIp** | **[String]** | | [optional] |
| **serviceName** | **String** | | [optional] |
| **level** | **String** | | [optional] |
| **eventTime** | [**Date**](Date.html) | | [optional] |
| **message** | [**AuditTopicMessageInfo**](AuditTopicMessageInfo.html) | | [optional] |
| **action** | **String** | | [optional] |
Expand Down
2 changes: 2 additions & 0 deletions build/docs/ChannelTopic.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ title: ChannelTopic
|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **_id** | **String** | | [optional] |
| **state** | **String** | | [optional] |
| **rejectionReason** | **String** | | [optional] |
| **selfUri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}

Expand Down
12 changes: 0 additions & 12 deletions build/docs/ConversationCallEventTopicObject.md

This file was deleted.

1 change: 0 additions & 1 deletion build/docs/ConversationCallEventTopicWrapup.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ title: ConversationCallEventTopicWrapup
| **tags** | **[String]** | List of tags selected by the agent to describe the call or disposition. | [optional] |
| **durationSeconds** | **Int** | The length of time in seconds that the agent spent doing after call work., Note, the format of utc-millisec should be ignored, our code generator needs it to generate a Long for us internally | [optional] |
| **endTime** | [**Date**](Date.html) | The timestamp when the wrapup was finished. | [optional] |
| **additionalProperties** | [**[String:JSON]**](JSON.html) | | [optional] |
{: class="table table-striped"}


1 change: 0 additions & 1 deletion build/docs/ConversationCallbackEventTopicDialerPreview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ title: ConversationCallbackEventTopicDialerPreview
| **contactListId** | **String** | The contactList associated with this preview data pop. | [optional] |
| **campaignId** | **String** | The campaignId associated with this preview data pop. | [optional] |
| **phoneNumberColumns** | [**[ConversationCallbackEventTopicPhoneNumberColumn]**](ConversationCallbackEventTopicPhoneNumberColumn.html) | The phone number columns associated with this campaign | [optional] |
| **additionalProperties** | [**[String:JSON]**](JSON.html) | | [optional] |
{: class="table table-striped"}


12 changes: 0 additions & 12 deletions build/docs/ConversationCallbackEventTopicObject.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ title: ConversationCallbackEventTopicPhoneNumberColumn
|------------ | ------------- | ------------- | -------------|
| **columnName** | **String** | | [optional] |
| **type** | **String** | | [optional] |
| **additionalProperties** | [**[String:JSON]**](JSON.html) | | [optional] |
{: class="table table-striped"}


1 change: 0 additions & 1 deletion build/docs/ConversationCallbackEventTopicWrapup.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ title: ConversationCallbackEventTopicWrapup
| **tags** | **[String]** | List of tags selected by the agent to describe the call or disposition. | [optional] |
| **durationSeconds** | **Int** | The length of time in seconds that the agent spent doing after call work., Note, the format of utc-millisec should be ignored, our code generator needs it to generate a Long for us internally | [optional] |
| **endTime** | [**Date**](Date.html) | The timestamp when the wrapup was finished. | [optional] |
| **additionalProperties** | [**[String:JSON]**](JSON.html) | | [optional] |
{: class="table table-striped"}


12 changes: 0 additions & 12 deletions build/docs/ConversationChatEventTopicObject.md

This file was deleted.

1 change: 0 additions & 1 deletion build/docs/ConversationChatEventTopicWrapup.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ title: ConversationChatEventTopicWrapup
| **tags** | **[String]** | List of tags selected by the agent to describe the call or disposition. | [optional] |
| **durationSeconds** | **Int** | The length of time in seconds that the agent spent doing after call work., Note, the format of utc-millisec should be ignored, our code generator needs it to generate a Long for us internally | [optional] |
| **endTime** | [**Date**](Date.html) | The timestamp when the wrapup was finished. | [optional] |
| **additionalProperties** | [**[String:JSON]**](JSON.html) | | [optional] |
{: class="table table-striped"}


12 changes: 0 additions & 12 deletions build/docs/ConversationCobrowseEventTopicObject.md

This file was deleted.

1 change: 0 additions & 1 deletion build/docs/ConversationCobrowseEventTopicWrapup.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ title: ConversationCobrowseEventTopicWrapup
| **tags** | **[String]** | List of tags selected by the agent to describe the call or disposition. | [optional] |
| **durationSeconds** | **Int** | The length of time in seconds that the agent spent doing after call work., Note, the format of utc-millisec should be ignored, our code generator needs it to generate a Long for us internally | [optional] |
| **endTime** | [**Date**](Date.html) | The timestamp when the wrapup was finished. | [optional] |
| **additionalProperties** | [**[String:JSON]**](JSON.html) | | [optional] |
{: class="table table-striped"}


1 change: 0 additions & 1 deletion build/docs/ConversationEmailEventTopicAttachment.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ title: ConversationEmailEventTopicAttachment
| **contentUri** | **String** | The content uri of the attachment. If set, this is commonly a public api download location. | [optional] |
| **contentType** | **String** | The type of file the attachment is. | [optional] |
| **contentLength** | **Int** | The length of the attachment file. | [optional] |
| **additionalProperties** | [**[String:JSON]**](JSON.html) | | [optional] |
{: class="table table-striped"}


12 changes: 0 additions & 12 deletions build/docs/ConversationEmailEventTopicObject.md

This file was deleted.

1 change: 0 additions & 1 deletion build/docs/ConversationEmailEventTopicWrapup.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ title: ConversationEmailEventTopicWrapup
| **tags** | **[String]** | List of tags selected by the agent to describe the call or disposition. | [optional] |
| **durationSeconds** | **Int** | The length of time in seconds that the agent spent doing after call work., Note, the format of utc-millisec should be ignored, our code generator needs it to generate a Long for us internally | [optional] |
| **endTime** | [**Date**](Date.html) | The timestamp when the wrapup was finished. | [optional] |
| **additionalProperties** | [**[String:JSON]**](JSON.html) | | [optional] |
{: class="table table-striped"}


1 change: 0 additions & 1 deletion build/docs/ConversationEventTopicAddress.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Address and name data for a call endpoint.
| **addressNormalized** | **String** | The normalized address. This field is acquired from the Address Normalization Table. The addressRaw could have gone through some transformations, such as only using the numeric portion, before being run through the Address Normalization Table. | [optional] |
| **addressRaw** | **String** | The address as close to the bits on the wire as possible. | [optional] |
| **addressDisplayable** | **String** | The displayable address. This field is acquired from the Address Normalization Table. The addressRaw could have gone through some transformations, such as only using the numeric portion, before being run through the Address Normalization Table. | [optional] |
| **additionalProperties** | [**[String:JSON]**](JSON.html) | | [optional] |
{: class="table table-striped"}


1 change: 0 additions & 1 deletion build/docs/ConversationEventTopicAttachment.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ title: ConversationEventTopicAttachment
| **contentUri** | **String** | The content uri of the attachment. If set, this is commonly a public api download location. | [optional] |
| **contentType** | **String** | The type of file the attachment is. | [optional] |
| **contentLength** | **Int** | The length of the attachment file. | [optional] |
| **additionalProperties** | [**[String:JSON]**](JSON.html) | | [optional] |
{: class="table table-striped"}


1 change: 0 additions & 1 deletion build/docs/ConversationEventTopicCall.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ title: ConversationEventTopicCall
| **afterCallWork** | [**ConversationEventTopicAfterCallWork**](ConversationEventTopicAfterCallWork.html) | | [optional] |
| **afterCallWorkRequired** | **Bool** | Indicates if after-call is required for a communication. Only used when the ACW Setting is Agent Requested. | [optional] |
| **agentAssistantId** | **String** | UUID of virtual agent assistant that provide suggestions to the agent participant during the conversation. | [optional] |
| **additionalProperties** | [**[String:JSON]**](JSON.html) | | [optional] |
{: class="table table-striped"}


1 change: 0 additions & 1 deletion build/docs/ConversationEventTopicCallback.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ title: ConversationEventTopicCallback
| **afterCallWorkRequired** | **Bool** | Indicates if after-call is required for a communication. Only used when the ACW Setting is Agent Requested. | [optional] |
| **callerId** | **String** | The phone number displayed to recipients of the phone call. The value should conform to the E164 format. | [optional] |
| **callerIdName** | **String** | The name displayed to recipients of the phone call. | [optional] |
| **additionalProperties** | [**[String:JSON]**](JSON.html) | | [optional] |
{: class="table table-striped"}


1 change: 0 additions & 1 deletion build/docs/ConversationEventTopicChat.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ title: ConversationEventTopicChat
| **wrapup** | [**ConversationEventTopicWrapup**](ConversationEventTopicWrapup.html) | Call wrap up or disposition data. | [optional] |
| **afterCallWork** | [**ConversationEventTopicAfterCallWork**](ConversationEventTopicAfterCallWork.html) | A communication's after-call work data. | [optional] |
| **afterCallWorkRequired** | **Bool** | Indicates if after-call is required for a communication. Only used when the ACW Setting is Agent Requested. | [optional] |
| **additionalProperties** | [**[String:JSON]**](JSON.html) | | [optional] |
{: class="table table-striped"}


1 change: 0 additions & 1 deletion build/docs/ConversationEventTopicCobrowse.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ title: ConversationEventTopicCobrowse
| **wrapup** | [**ConversationEventTopicWrapup**](ConversationEventTopicWrapup.html) | Call wrap up or disposition data. | [optional] |
| **afterCallWork** | [**ConversationEventTopicAfterCallWork**](ConversationEventTopicAfterCallWork.html) | A communication's after-call work data. | [optional] |
| **afterCallWorkRequired** | **Bool** | Indicates if after-call is required for a communication. Only used when the ACW Setting is Agent Requested. | [optional] |
| **additionalProperties** | [**[String:JSON]**](JSON.html) | | [optional] |
{: class="table table-striped"}


1 change: 1 addition & 0 deletions build/docs/ConversationEventTopicConversation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ title: ConversationEventTopicConversation
| **_id** | **String** | | [optional] |
| **maxParticipants** | **Int** | | [optional] |
| **participants** | [**[ConversationEventTopicParticipant]**](ConversationEventTopicParticipant.html) | | [optional] |
| **recentTransfers** | [**[ConversationEventTopicRecentTransfer]**](ConversationEventTopicRecentTransfer.html) | | [optional] |
| **recordingState** | **String** | | [optional] |
| **address** | **String** | | [optional] |
| **externalTag** | **String** | | [optional] |
Expand Down
15 changes: 15 additions & 0 deletions build/docs/ConversationEventTopicDestination.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: ConversationEventTopicDestination
---
## ConversationEventTopicDestination
Fields identifying the destination of a given conversation command.

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **userId** | **String** | The id of the user if the command destination is a user. | [optional] |
| **address** | **String** | The destination address if the command destination is an endpoint. | [optional] |
{: class="table table-striped"}


1 change: 0 additions & 1 deletion build/docs/ConversationEventTopicDialerPreview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ The preview data to be used when this callback is a Preview.
| **contactListId** | **String** | The contactList associated with this preview data pop. | [optional] |
| **campaignId** | **String** | The campaignId associated with this preview data pop. | [optional] |
| **phoneNumberColumns** | [**[ConversationEventTopicPhoneNumberColumn]**](ConversationEventTopicPhoneNumberColumn.html) | The phone number columns associated with this campaign | [optional] |
| **additionalProperties** | [**[String:JSON]**](JSON.html) | | [optional] |
{: class="table table-striped"}


1 change: 0 additions & 1 deletion build/docs/ConversationEventTopicEmail.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ title: ConversationEventTopicEmail
| **wrapup** | [**ConversationEventTopicWrapup**](ConversationEventTopicWrapup.html) | Call wrap up or disposition data. | [optional] |
| **afterCallWork** | [**ConversationEventTopicAfterCallWork**](ConversationEventTopicAfterCallWork.html) | A communication's after-call work data. | [optional] |
| **afterCallWorkRequired** | **Bool** | Indicates if after-call is required for a communication. Only used when the ACW Setting is Agent Requested. | [optional] |
| **additionalProperties** | [**[String:JSON]**](JSON.html) | | [optional] |
{: class="table table-striped"}


1 change: 0 additions & 1 deletion build/docs/ConversationEventTopicErrorDetails.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Detailed information about an error response.
| **messageParams** | **[String:String]** | Used in conjunction with messageWithParams. These are the template parameters. For instance: UserParam.key = 'username', UserParam.value = 'john.doe' | [optional] |
| **contextId** | **String** | The correlation Id or context Id for this message. If left blank the Public API will look at the HTTP response header 'ININ-Correlation-Id' instead. | [optional] |
| **uri** | **String** | | [optional] |
| **additionalProperties** | [**[String:JSON]**](JSON.html) | | [optional] |
{: class="table table-striped"}


14 changes: 14 additions & 0 deletions build/docs/ConversationEventTopicInitiator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: ConversationEventTopicInitiator
---
## ConversationEventTopicInitiator
Fields identifying the initiator of a given conversation command.

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **userId** | **String** | The id of the user who initiated the command if it was initiated by a user. | [optional] |
{: class="table table-striped"}


1 change: 0 additions & 1 deletion build/docs/ConversationEventTopicMessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ title: ConversationEventTopicMessage
| **afterCallWork** | [**ConversationEventTopicAfterCallWork**](ConversationEventTopicAfterCallWork.html) | A communication's after-call work data. | [optional] |
| **afterCallWorkRequired** | **Bool** | Indicates if after-call is required for a communication. Only used when the ACW Setting is Agent Requested. | [optional] |
| **agentAssistantId** | **String** | UUID of virtual agent assistant that provide suggestions to the agent participant during the conversation. | [optional] |
| **additionalProperties** | [**[String:JSON]**](JSON.html) | | [optional] |
{: class="table table-striped"}


Loading

0 comments on commit 7548aa0

Please sign in to comment.