Skip to content

Commit

Permalink
146.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Jul 16, 2024
1 parent 1eb8bff commit e8e84bb
Show file tree
Hide file tree
Showing 288 changed files with 5,225 additions and 5,206 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 = '12.0'
s.osx.deployment_target = '12.0'
s.swift_version = '5.0'
s.version = '145.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '145.0.0' }
s.version = '146.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '146.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 => '145.0.0'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '146.0.0'
```

Then install your project's dependencies:
Expand Down
18 changes: 14 additions & 4 deletions build/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ docs/AggregateViewData.md
docs/AggregationRange.md
docs/AggregationResult.md
docs/AggregationResultEntry.md
docs/AiAnswer.md
docs/AiScoring.md
docs/AiScoringSetting.md
docs/AiScoringSettings.md
docs/AlertListing.md
docs/AlertNotification.md
docs/AlertRequest.md
Expand Down Expand Up @@ -2777,8 +2781,6 @@ docs/PostOutputContract.md
docs/PostTextMessage.md
docs/PostTextRequest.md
docs/PostTextResponse.md
docs/PredictedAnswer.md
docs/PredictedScoring.md
docs/PredictionResults.md
docs/PredictiveRouting.md
docs/Predictor.md
Expand Down Expand Up @@ -2863,6 +2865,8 @@ docs/QueryTimeOffLimitValuesRequest.md
docs/QueryTimeOffLimitValuesResponse.md
docs/QueryUserStaffingGroupListRequest.md
docs/QueryWaitlistPositionsRequest.md
docs/QuestionGroupSettings.md
docs/QuestionSettings.md
docs/Queue.md
docs/QueueConversationCallEventTopicCallConversation.md
docs/QueueConversationCallEventTopicCallMediaParticipant.md
Expand Down Expand Up @@ -6067,6 +6071,7 @@ docs/postContentmanagementWorkspaceTagvalues-example.txt
docs/postContentmanagementWorkspaceTagvaluesQuery-example.txt
docs/postContentmanagementWorkspaces-example.txt
docs/postConversationAssign-example.txt
docs/postConversationBarge-example.txt
docs/postConversationCobrowse-example.txt
docs/postConversationDisconnect-example.txt
docs/postConversationParticipantCallbacks-example.txt
Expand All @@ -6081,6 +6086,7 @@ docs/postConversationSuggestionEngagement-example.txt
docs/postConversationSuggestionsFeedback-example.txt
docs/postConversationSummaryFeedback-example.txt
docs/postConversationsCall-example.txt
docs/postConversationsCallParticipantBarge-example.txt
docs/postConversationsCallParticipantCoach-example.txt
docs/postConversationsCallParticipantCommunicationWrapup-example.txt
docs/postConversationsCallParticipantConsult-example.txt
Expand Down Expand Up @@ -6993,6 +6999,10 @@ src/Models/AggregateViewData.swift
src/Models/AggregationRange.swift
src/Models/AggregationResult.swift
src/Models/AggregationResultEntry.swift
src/Models/AiAnswer.swift
src/Models/AiScoring.swift
src/Models/AiScoringSetting.swift
src/Models/AiScoringSettings.swift
src/Models/AlertListing.swift
src/Models/AlertNotification.swift
src/Models/AlertRequest.swift
Expand Down Expand Up @@ -9562,8 +9572,6 @@ src/Models/PostOutputContract.swift
src/Models/PostTextMessage.swift
src/Models/PostTextRequest.swift
src/Models/PostTextResponse.swift
src/Models/PredictedAnswer.swift
src/Models/PredictedScoring.swift
src/Models/PredictionResults.swift
src/Models/PredictiveRouting.swift
src/Models/Predictor.swift
Expand Down Expand Up @@ -9642,6 +9650,8 @@ src/Models/QueryTimeOffLimitValuesRequest.swift
src/Models/QueryTimeOffLimitValuesResponse.swift
src/Models/QueryUserStaffingGroupListRequest.swift
src/Models/QueryWaitlistPositionsRequest.swift
src/Models/QuestionGroupSettings.swift
src/Models/QuestionSettings.swift
src/Models/Queue.swift
src/Models/QueueConversationCallEventTopicCallConversation.swift
src/Models/QueueConversationCallEventTopicCallMediaParticipant.swift
Expand Down
31 changes: 31 additions & 0 deletions build/APIData.json
Original file line number Diff line number Diff line change
Expand Up @@ -9607,6 +9607,19 @@
"return": "String",
"example": "import PureCloudPlatformClientV2\n\nPureCloudPlatformClientV2API.basePath = \"\" // expected format: \"https://api.[base path]\"\nPureCloudPlatformClientV2API.accessToken = \"your_access_token\"\n\nlet conversationId: String = \"\" // conversation ID\nlet body: ConversationUser = new ConversationUser(...) // Targeted user\n\n// Attempts to manually assign a specified conversation to a specified user. Ignores bullseye ring, PAR score, skills, and languages.\nPostConversationAssignRequest.postConversationAssign(conversationId: conversationId, body: body) { (response, error) in\n if let error = error {\n dump(error)\n } else if let response = response {\n print(\"PostConversationAssignRequest.postConversationAssign was successful\")\n dump(response)\n }\n}"
},
"postconversationbarge": {
"operationId": "postconversationbarge",
"functionName": "postConversationBarge",
"signature": "postConversationBarge(conversationId)",
"parameters": [
{
"name": "conversationId",
"type": "String",
"required": "true"
}
],
"example": "import PureCloudPlatformClientV2\n\nPureCloudPlatformClientV2API.basePath = \"\" // expected format: \"https://api.[base path]\"\nPureCloudPlatformClientV2API.accessToken = \"your_access_token\"\n\nlet conversationId: String = \"\" // conversation ID\n\n// Barge a conversation creating a barged in conference of connected participants.\nPostConversationBargeRequest.postConversationBarge(conversationId: conversationId) { (error) in\n if let error = error {\n dump(error)\n } else {\n print(\"PostConversationBargeRequest.postConversationBarge was successful\")\n }\n}"
},
"postconversationcobrowse": {
"operationId": "postconversationcobrowse",
"functionName": "postConversationCobrowse",
Expand Down Expand Up @@ -9881,6 +9894,24 @@
"return": "Conversation",
"example": "import PureCloudPlatformClientV2\n\nPureCloudPlatformClientV2API.basePath = \"\" // expected format: \"https://api.[base path]\"\nPureCloudPlatformClientV2API.accessToken = \"your_access_token\"\n\nlet conversationId: String = \"\" // conversationId\nlet body: CallCommand = new CallCommand(...) // Conversation\n\n// Place a new call as part of a callback conversation.\nPostConversationsCallRequest.postConversationsCall(conversationId: conversationId, body: body) { (response, error) in\n if let error = error {\n dump(error)\n } else if let response = response {\n print(\"PostConversationsCallRequest.postConversationsCall was successful\")\n dump(response)\n }\n}"
},
"postconversationscallparticipantbarge": {
"operationId": "postconversationscallparticipantbarge",
"functionName": "postConversationsCallParticipantBarge",
"signature": "postConversationsCallParticipantBarge(conversationId, participantId)",
"parameters": [
{
"name": "conversationId",
"type": "String",
"required": "true"
},
{
"name": "participantId",
"type": "String",
"required": "true"
}
],
"example": "import PureCloudPlatformClientV2\n\nPureCloudPlatformClientV2API.basePath = \"\" // expected format: \"https://api.[base path]\"\nPureCloudPlatformClientV2API.accessToken = \"your_access_token\"\n\nlet conversationId: String = \"\" // conversationId\nlet participantId: String = \"\" // participantId\n\n// Barge a given participant's call creating a barged in conference of connected participants.\nPostConversationsCallParticipantBargeRequest.postConversationsCallParticipantBarge(conversationId: conversationId, participantId: participantId) { (error) in\n if let error = error {\n dump(error)\n } else {\n print(\"PostConversationsCallParticipantBargeRequest.postConversationsCallParticipantBarge was successful\")\n }\n}"
},
"postconversationscallparticipantcoach": {
"operationId": "postconversationscallparticipantcoach",
"functionName": "postConversationsCallParticipantCoach",
Expand Down
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 = '12.0'
s.osx.deployment_target = '12.0'
s.swift_version = '5.0'
s.version = '145.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '145.0.0' }
s.version = '146.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '146.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 => '145.0.0'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '146.0.0'
```

Then install your project's dependencies:
Expand Down
2 changes: 1 addition & 1 deletion build/docs/AcceleratorList.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ title: AcceleratorList
| **pageSize** | **Int** | | [optional] |
| **pageNumber** | **Int** | | [optional] |
| **total** | **Int64** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}

Expand Down
2 changes: 1 addition & 1 deletion build/docs/ActionCertificateListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ title: ActionCertificateListing
| **pageSize** | **Int** | | [optional] |
| **pageNumber** | **Int** | | [optional] |
| **total** | **Int64** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}

Expand Down
2 changes: 1 addition & 1 deletion build/docs/ActionEntityListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ title: ActionEntityListing
| **pageSize** | **Int** | | [optional] |
| **pageNumber** | **Int** | | [optional] |
| **total** | **Int64** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}

Expand Down
2 changes: 1 addition & 1 deletion build/docs/ActionMapListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ title: ActionMapListing
| **pageSize** | **Int** | | [optional] |
| **pageNumber** | **Int** | | [optional] |
| **total** | **Int64** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}

Expand Down
2 changes: 1 addition & 1 deletion build/docs/ActionTargetListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ title: ActionTargetListing
| **pageSize** | **Int** | | [optional] |
| **pageNumber** | **Int** | | [optional] |
| **total** | **Int64** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}

Expand Down
2 changes: 1 addition & 1 deletion build/docs/ActionTemplateListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ title: ActionTemplateListing
| **pageSize** | **Int** | | [optional] |
| **pageNumber** | **Int** | | [optional] |
| **total** | **Int64** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}

Expand Down
2 changes: 1 addition & 1 deletion build/docs/AgentActivityEntityListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ title: AgentActivityEntityListing
| **pageSize** | **Int** | | [optional] |
| **pageNumber** | **Int** | | [optional] |
| **total** | **Int64** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}

Expand Down
8 changes: 4 additions & 4 deletions build/docs/PredictedAnswer.md → build/docs/AiAnswer.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: PredictedAnswer
title: AiAnswer
---
## PredictedAnswer
## AiAnswer

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **answerId** | **String** | The unique identifier of the suggested predicted answer. | [optional] |
| **answerId** | **String** | The unique identifier of the suggested AI answer. | [optional] |
| **explanation** | **String** | An explanation providing the reasoning behind the suggested answer. | [optional] |
| **failureType** | **String** | Describes the type of error associated with the predicted answer. | [optional] |
| **failureType** | **String** | Describes the type of error associated with the AI answer. | [optional] |
{: class="table table-striped"}


4 changes: 2 additions & 2 deletions build/docs/PredictedScoring.md → build/docs/AiScoring.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: PredictedScoring
title: AiScoring
---
## PredictedScoring
## AiScoring

## Properties

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

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **enabled** | **Bool** | True if AI Scoring feature is configured. | [optional] |
{: class="table table-striped"}


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

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **_id** | **String** | The globally unique identifier for the object. | [optional] |
| **questionGroupSettings** | [**[QuestionGroupSettings]**](QuestionGroupSettings.html) | | [optional] |
| **selfUri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}


2 changes: 1 addition & 1 deletion build/docs/AlertListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ title: AlertListing
| **pageSize** | **Int** | | [optional] |
| **pageNumber** | **Int** | | [optional] |
| **total** | **Int64** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}

Expand Down
2 changes: 1 addition & 1 deletion build/docs/AssignedLearningModuleDomainEntityListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ title: AssignedLearningModuleDomainEntityListing
| **pageSize** | **Int** | | [optional] |
| **pageNumber** | **Int** | | [optional] |
| **total** | **Int64** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}

Expand Down
2 changes: 1 addition & 1 deletion build/docs/AttemptLimitsEntityListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ title: AttemptLimitsEntityListing
| **pageSize** | **Int** | | [optional] |
| **pageNumber** | **Int** | | [optional] |
| **total** | **Int64** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}

Expand Down
2 changes: 1 addition & 1 deletion build/docs/AuthzDivisionEntityListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ title: AuthzDivisionEntityListing
| **pageSize** | **Int** | | [optional] |
| **pageNumber** | **Int** | | [optional] |
| **total** | **Int64** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}

Expand Down
2 changes: 1 addition & 1 deletion build/docs/BotConnectorBotSummaryEntityListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ title: BotConnectorBotSummaryEntityListing
| **pageSize** | **Int** | | [optional] |
| **pageNumber** | **Int** | | [optional] |
| **total** | **Int64** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}

Expand Down
2 changes: 1 addition & 1 deletion build/docs/BotConnectorBotVersionSummaryEntityListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ title: BotConnectorBotVersionSummaryEntityListing
| **pageSize** | **Int** | | [optional] |
| **pageNumber** | **Int** | | [optional] |
| **total** | **Int64** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}

Expand Down
Loading

0 comments on commit e8e84bb

Please sign in to comment.