Skip to content

Commit

Permalink
105.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Feb 23, 2023
1 parent ee8dc46 commit 7f65f45
Show file tree
Hide file tree
Showing 87 changed files with 41,023 additions and 6,531 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 = '104.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '104.0.0' }
s.version = '105.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '105.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 => '104.0.0'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '105.0.0'
```

Then install your project's dependencies:
Expand Down
22 changes: 22 additions & 0 deletions build/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -1305,6 +1305,7 @@ docs/EvaluationQuestionGroupScore.md
docs/EvaluationQuestionScore.md
docs/EvaluationResponse.md
docs/EvaluationScoringSet.md
docs/EvaluationSource.md
docs/EvaluatorActivity.md
docs/EvaluatorActivityEntityListing.md
docs/EventCoBrowse.md
Expand Down Expand Up @@ -2123,7 +2124,12 @@ docs/OutcomeAchievement.md
docs/OutcomeConfig.md
docs/OutcomeEventScore.md
docs/OutcomeListing.md
docs/OutcomePredictor.md
docs/OutcomePredictorListing.md
docs/OutcomePredictorRequest.md
docs/OutcomeProbabilityCondition.md
docs/OutcomeRef.md
docs/OutcomeRefRequest.md
docs/OutcomeScoresResult.md
docs/OverallBestPoints.md
docs/OverallBestPointsItem.md
Expand Down Expand Up @@ -3039,7 +3045,10 @@ docs/TranscriptionTopicTranscriptWord.md
docs/TranscriptionTopicTranscriptionMessage.md
docs/TranscriptionTopicTranscriptionRequestStatus.md
docs/Transcripts.md
docs/TransferDestination.md
docs/TransferInitiator.md
docs/TransferRequest.md
docs/TransferResponse.md
docs/Trigger.md
docs/TriggerEntityListing.md
docs/TriggerTarget.md
Expand Down Expand Up @@ -3690,6 +3699,7 @@ docs/deleteIntegrationsCredential-example.txt
docs/deleteJourneyActionmap-example.txt
docs/deleteJourneyActiontemplate-example.txt
docs/deleteJourneyOutcome-example.txt
docs/deleteJourneyOutcomesPredictor-example.txt
docs/deleteJourneySegment-example.txt
docs/deleteKnowledgeKnowledgebase-example.txt
docs/deleteKnowledgeKnowledgebaseCategory-example.txt
Expand Down Expand Up @@ -4217,6 +4227,8 @@ docs/getJourneyActiontemplate-example.txt
docs/getJourneyActiontemplates-example.txt
docs/getJourneyOutcome-example.txt
docs/getJourneyOutcomes-example.txt
docs/getJourneyOutcomesPredictor-example.txt
docs/getJourneyOutcomesPredictors-example.txt
docs/getJourneySegment-example.txt
docs/getJourneySegments-example.txt
docs/getJourneySession-example.txt
Expand Down Expand Up @@ -5131,6 +5143,7 @@ docs/postJourneyActionmaps-example.txt
docs/postJourneyActionmapsEstimatesJobs-example.txt
docs/postJourneyActiontemplates-example.txt
docs/postJourneyOutcomes-example.txt
docs/postJourneyOutcomesPredictors-example.txt
docs/postJourneySegments-example.txt
docs/postKnowledgeDocumentuploads-example.txt
docs/postKnowledgeDocumentuploads-example.txt
Expand Down Expand Up @@ -6963,6 +6976,7 @@ src/Models/EvaluationQuestionGroupScore.swift
src/Models/EvaluationQuestionScore.swift
src/Models/EvaluationResponse.swift
src/Models/EvaluationScoringSet.swift
src/Models/EvaluationSource.swift
src/Models/EvaluatorActivity.swift
src/Models/EvaluatorActivityEntityListing.swift
src/Models/EventCoBrowse.swift
Expand Down Expand Up @@ -7731,7 +7745,12 @@ src/Models/OutcomeAchievement.swift
src/Models/OutcomeConfig.swift
src/Models/OutcomeEventScore.swift
src/Models/OutcomeListing.swift
src/Models/OutcomePredictor.swift
src/Models/OutcomePredictorListing.swift
src/Models/OutcomePredictorRequest.swift
src/Models/OutcomeProbabilityCondition.swift
src/Models/OutcomeRef.swift
src/Models/OutcomeRefRequest.swift
src/Models/OutcomeScoresResult.swift
src/Models/OverallBestPoints.swift
src/Models/OverallBestPointsItem.swift
Expand Down Expand Up @@ -8612,7 +8631,10 @@ src/Models/TranscriptionTopicTranscriptWord.swift
src/Models/TranscriptionTopicTranscriptionMessage.swift
src/Models/TranscriptionTopicTranscriptionRequestStatus.swift
src/Models/Transcripts.swift
src/Models/TransferDestination.swift
src/Models/TransferInitiator.swift
src/Models/TransferRequest.swift
src/Models/TransferResponse.swift
src/Models/Trigger.swift
src/Models/TriggerEntityListing.swift
src/Models/TriggerTarget.swift
Expand Down
79 changes: 66 additions & 13 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 = '104.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '104.0.0' }
s.version = '105.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '105.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 => '104.0.0'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '105.0.0'
```

Then install your project's dependencies:
Expand Down
1 change: 1 addition & 0 deletions build/docs/CallConversation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ title: CallConversation
| **name** | **String** | | [optional] |
| **participants** | [**[CallMediaParticipant]**](CallMediaParticipant.html) | The list of participants involved in the conversation. | [optional] |
| **otherMediaUris** | **[String]** | The list of other media channels involved in the conversation. | [optional] |
| **recentTransfers** | [**[TransferResponse]**](TransferResponse.html) | The list of the most recent 20 transfer commands applied to this conversation. | [optional] |
| **recordingState** | **String** | | [optional] |
| **maxParticipants** | **Int** | If this is a conference conversation, then this field indicates the maximum number of participants allowed to participant in the conference. | [optional] |
| **selfUri** | **String** | The URI for this object | [optional] |
Expand Down
1 change: 1 addition & 0 deletions build/docs/CallbackConversation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ title: CallbackConversation
| **name** | **String** | | [optional] |
| **participants** | [**[CallbackMediaParticipant]**](CallbackMediaParticipant.html) | The list of participants involved in the conversation. | [optional] |
| **otherMediaUris** | **[String]** | The list of other media channels involved in the conversation. | [optional] |
| **recentTransfers** | [**[TransferResponse]**](TransferResponse.html) | The list of the most recent 20 transfer commands applied to this conversation. | [optional] |
| **selfUri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}

Expand Down
1 change: 1 addition & 0 deletions build/docs/ChatConversation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ title: ChatConversation
| **name** | **String** | | [optional] |
| **participants** | [**[ChatMediaParticipant]**](ChatMediaParticipant.html) | The list of participants involved in the conversation. | [optional] |
| **otherMediaUris** | **[String]** | The list of other media channels involved in the conversation. | [optional] |
| **recentTransfers** | [**[TransferResponse]**](TransferResponse.html) | The list of the most recent 20 transfer commands applied to this conversation. | [optional] |
| **selfUri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}

Expand Down
1 change: 1 addition & 0 deletions build/docs/CobrowseConversation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ title: CobrowseConversation
| **name** | **String** | | [optional] |
| **participants** | [**[CobrowseMediaParticipant]**](CobrowseMediaParticipant.html) | The list of participants involved in the conversation. | [optional] |
| **otherMediaUris** | **[String]** | The list of other media channels involved in the conversation. | [optional] |
| **recentTransfers** | [**[TransferResponse]**](TransferResponse.html) | The list of the most recent 20 transfer commands applied to this conversation. | [optional] |
| **selfUri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}

Expand Down
1 change: 1 addition & 0 deletions build/docs/Conversation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ title: Conversation
| **recordingState** | **String** | On update, 'paused' initiates a secure pause, 'active' resumes any paused recordings; otherwise indicates state of conversation recording. | [optional] |
| **state** | **String** | The conversation's state | [optional] |
| **divisions** | [**[ConversationDivisionMembership]**](ConversationDivisionMembership.html) | Identifiers of divisions associated with this conversation | [optional] |
| **recentTransfers** | [**[TransferResponse]**](TransferResponse.html) | The list of the most recent 20 transfer commands applied to this conversation. | [optional] |
| **selfUri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}

Expand Down
5 changes: 3 additions & 2 deletions build/docs/ConversationsAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ All URIs are relative to *https://api.mypurecloud.com*
| [**postAnalyticsConversationsDetailsJobs**](ConversationsAPI.html#postAnalyticsConversationsDetailsJobs) | Query for conversation details asynchronously |
| [**postAnalyticsConversationsDetailsQuery**](ConversationsAPI.html#postAnalyticsConversationsDetailsQuery) | Query for conversation details |
| [**postConversationAssign**](ConversationsAPI.html#postConversationAssign) | Attempts to manually assign a specified conversation to a specified user. Ignores bullseye ring, PAR score, skills, and languages. |
| [**postConversationCobrowse**](ConversationsAPI.html#postConversationCobrowse) | Creates a cobrowse session |
| [**postConversationCobrowse**](ConversationsAPI.html#postConversationCobrowse) | Creates a cobrowse session. Requires \"conversation:cobrowse:add\" (for web messaging) or \"conversation:cobrowsevoice:add\" permission. |
| [**postConversationDisconnect**](ConversationsAPI.html#postConversationDisconnect) | Performs a full conversation teardown. Issues disconnect requests for any connected media. Applies a system wrap-up code to any participants that are pending wrap-up. This is not intended to be the normal way of ending interactions but is available in the event of problems with the application to allow a resynchronization of state across all components. It is recommended that users submit a support case if they are relying on this endpoint systematically as there is likely something that needs investigation. |
| [**postConversationParticipantCallbacks**](ConversationsAPI.html#postConversationParticipantCallbacks) | Create a new callback for the specified participant on the conversation. |
| [**postConversationParticipantDigits**](ConversationsAPI.html#postConversationParticipantDigits) | Sends DTMF to the participant |
Expand Down Expand Up @@ -6420,7 +6420,7 @@ ConversationsAPI.postConversationAssign(conversationId: conversationId, body: bo

> [CobrowseWebMessagingSession](CobrowseWebMessagingSession.html) postConversationCobrowse(conversationId)
Creates a cobrowse session
Creates a cobrowse session. Requires \"conversation:cobrowse:add\" (for web messaging) or \"conversation:cobrowsevoice:add\" permission.



Expand All @@ -6429,6 +6429,7 @@ Wraps POST /api/v2/conversations/{conversationId}/cobrowse
Requires ANY permissions:

* conversation:cobrowse:add
* conversation:cobrowseVoice:add

### Example

Expand Down
1 change: 1 addition & 0 deletions build/docs/EmailConversation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ title: EmailConversation
| **name** | **String** | | [optional] |
| **participants** | [**[EmailMediaParticipant]**](EmailMediaParticipant.html) | The list of participants involved in the conversation. | [optional] |
| **otherMediaUris** | **[String]** | The list of other media channels involved in the conversation. | [optional] |
| **recentTransfers** | [**[TransferResponse]**](TransferResponse.html) | The list of the most recent 20 transfer commands applied to this conversation. | [optional] |
| **selfUri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}

Expand Down
3 changes: 2 additions & 1 deletion build/docs/EmailMessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ title: EmailMessage
| **htmlBody** | **String** | The html body of the email message. | [optional] |
| **time** | [**Date**](Date.html) | The time when the message was received or sent. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z | [optional] |
| **historyIncluded** | **Bool** | Indicates whether the history of previous emails of the conversation is included within the email bodies of this message. | [optional] |
| **state** | **String** | | [optional] |
| **state** | **String** | The state of the current draft. | [optional] |
| **draftType** | **String** | The type of draft that need to be treated. | [optional] |
| **emailSizeBytes** | **Int** | Indicates an estimation of the size of the current email as a whole, in its final, ready to be sent form. | [optional] |
| **maxEmailSizeBytes** | **Int** | Indicates the maximum allowed size for an email to be send via SMTP server, based on the email domain configuration | [optional] |
| **selfUri** | **String** | The URI for this object | [optional] |
Expand Down
4 changes: 3 additions & 1 deletion build/docs/Evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ title: Evaluation
| **status** | **String** | | [optional] |
| **answers** | [**EvaluationScoringSet**](EvaluationScoringSet.html) | | [optional] |
| **agentHasRead** | **Bool** | | [optional] |
| **assignee** | [**User**](User.html) | | [optional] |
| **releaseDate** | [**Date**](Date.html) | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z | [optional] |
| **assignedDate** | [**Date**](Date.html) | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z | [optional] |
| **changedDate** | [**Date**](Date.html) | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z | [optional] |
Expand All @@ -30,8 +31,9 @@ title: Evaluation
| **resourceType** | **String** | The type of resource. Only used for email evaluations. Will be null for evaluations on all other resources. | [optional] |
| **redacted** | **Bool** | Is only true when the user making the request does not have sufficient permissions to see evaluation | [optional] |
| **isScoringIndex** | **Bool** | | [optional] |
| **authorizedActions** | **[String]** | List of user authorized actions on evaluation. Possible values: edit, editScore, editAgentSignoff, delete, viewAudit | [optional] |
| **authorizedActions** | **[String]** | List of user authorized actions on evaluation. Possible values: assign, edit, editScore, editAgentSignoff, delete, release, viewAudit | [optional] |
| **hasAssistanceFailed** | **Bool** | Is true when evaluation assistance didn't execute successfully | [optional] |
| **evaluationSource** | [**EvaluationSource**](EvaluationSource.html) | The source that created the evaluation. | [optional] |
| **selfUri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}

Expand Down
4 changes: 3 additions & 1 deletion build/docs/EvaluationResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ title: EvaluationResponse
| **status** | **String** | | [optional] |
| **answers** | [**EvaluationScoringSet**](EvaluationScoringSet.html) | | [optional] |
| **agentHasRead** | **Bool** | | [optional] |
| **assignee** | [**User**](User.html) | | [optional] |
| **releaseDate** | [**Date**](Date.html) | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z | [optional] |
| **assignedDate** | [**Date**](Date.html) | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z | [optional] |
| **changedDate** | [**Date**](Date.html) | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z | [optional] |
Expand All @@ -30,8 +31,9 @@ title: EvaluationResponse
| **resourceType** | **String** | The type of resource. Only used for email evaluations. Will be null for evaluations on all other resources. | [optional] |
| **redacted** | **Bool** | Is only true when the user making the request does not have sufficient permissions to see evaluation | [optional] |
| **isScoringIndex** | **Bool** | | [optional] |
| **authorizedActions** | **[String]** | List of user authorized actions on evaluation. Possible values: edit, editScore, editAgentSignoff, delete, viewAudit | [optional] |
| **authorizedActions** | **[String]** | List of user authorized actions on evaluation. Possible values: assign, edit, editScore, editAgentSignoff, delete, release, viewAudit | [optional] |
| **hasAssistanceFailed** | **Bool** | Is true when evaluation assistance didn't execute successfully | [optional] |
| **evaluationSource** | [**EvaluationSource**](EvaluationSource.html) | The source that created the evaluation. | [optional] |
| **selfUri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}

Expand Down
1 change: 1 addition & 0 deletions build/docs/EvaluationScoringSet.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ title: EvaluationScoringSet
| **questionGroupScores** | [**[EvaluationQuestionGroupScore]**](EvaluationQuestionGroupScore.html) | | [optional] |
| **anyFailedKillQuestions** | **Bool** | Indicates that at least one fatal question was answered without having the highest score available for the question | [optional] |
| **comments** | **String** | Overall comments from the evaluator | [optional] |
| **privateComments** | **String** | Overall private comments from the evaluator | [optional] |
| **agentComments** | **String** | Comments from the agent while reviewing evaluation results | [optional] |
| **transcriptTopics** | [**[TranscriptTopic]**](TranscriptTopic.html) | List of topics found within the conversation's transcripts | [optional] |
{: class="table table-striped"}
Expand Down
16 changes: 16 additions & 0 deletions build/docs/EvaluationSource.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: EvaluationSource
---
## EvaluationSource

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **_id** | **String** | The globally unique identifier for the object. | [optional] |
| **name** | **String** | | [optional] |
| **type** | **String** | Type of the evaluation source. | [optional] |
| **selfUri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}


1 change: 1 addition & 0 deletions build/docs/InboundRoute.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ title: InboundRoute
| **spamFlow** | [**DomainEntityRef**](DomainEntityRef.html) | The flow to use for processing inbound emails that have been marked as spam. | [optional] |
| **signature** | [**Signature**](Signature.html) | The configuration for the canned response signature that will be appended to outbound emails sent via this route | [optional] |
| **historyInclusion** | **String** | The configuration to indicate how the history of a conversation has to be included in a draft | [optional] |
| **allowMultipleActions** | **Bool** | Control if multiple actions are allowed on this route. When true the disconnect has to be done manually. When false a conversation will be disconnected by the system after every action | [optional] |
| **selfUri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}

Expand Down
Loading

0 comments on commit 7f65f45

Please sign in to comment.