Skip to content

Commit

Permalink
51.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Feb 2, 2021
1 parent a5bd925 commit 8edb895
Show file tree
Hide file tree
Showing 617 changed files with 8,046 additions and 2,159 deletions.
4 changes: 2 additions & 2 deletions PureCloudPlatformClientV2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,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 = '50.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '50.0.0' }
s.version = '51.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '51.0.0' }
s.authors = 'Genesys Developer Evangelists'
s.social_media_url = 'https://twitter.com/PureCloud_Dev'
s.license = 'MIT'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ The iOS SDK is compatible with Swift 5 and does not require any external depende
## Install using CocoaPods

This package's source is on github at https://github.com/MyPureCloud/platform-client-sdk-ios.
[![Release Notes Badge](https://developer.mypurecloud.com/images/sdk-release-notes.png)](releaseNotes.md))
[![Release Notes Badge](https://developer.mypurecloud.com/images/sdk-release-notes.png)](https://github.com/MyPureCloud/platform-client-sdk-ios/blob/master/releaseNotes.md))

Reference the SDK's pod in your project's Podfile:

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

Then install your project's dependencies:
Expand Down
4 changes: 2 additions & 2 deletions build/PureCloudPlatformClientV2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,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 = '50.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '50.0.0' }
s.version = '51.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '51.0.0' }
s.authors = 'Genesys Developer Evangelists'
s.social_media_url = 'https://twitter.com/PureCloud_Dev'
s.license = 'MIT'
Expand Down
4 changes: 2 additions & 2 deletions build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ The iOS SDK is compatible with Swift 5 and does not require any external depende
## Install using CocoaPods

This package's source is on github at https://github.com/MyPureCloud/platform-client-sdk-ios.
[![Release Notes Badge](https://developer.mypurecloud.com/images/sdk-release-notes.png)](releaseNotes.md))
[![Release Notes Badge](https://developer.mypurecloud.com/images/sdk-release-notes.png)](https://github.com/MyPureCloud/platform-client-sdk-ios/blob/master/releaseNotes.md))

Reference the SDK's pod in your project's Podfile:

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

Then install your project's dependencies:
Expand Down
7 changes: 4 additions & 3 deletions build/docs/ADFS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ title: ADFS
|------------ | ------------- | ------------- | -------------|
| **_id** | **String** | The globally unique identifier for the object. | [optional] |
| **name** | **String** | | [optional] |
| **relyingPartyIdentifier** | **String** | | [optional] |
| **certificate** | **String** | | [optional] |
| **disabled** | **Bool** | | [optional] |
| **issuerURI** | **String** | | [optional] |
| **ssoTargetURI** | **String** | | [optional] |
| **disabled** | **Bool** | | [optional] |
| **certificate** | **String** | | [optional] |
| **certificates** | **[String]** | | [optional] |
| **relyingPartyIdentifier** | **String** | | [optional] |
| **selfUri** | **String** | The URI for this object | [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 @@ -13,8 +13,8 @@ title: ActionEntityListing
| **total** | **Int64** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **lastUri** | **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 @@ -13,8 +13,8 @@ title: ActionTargetListing
| **total** | **Int64** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **lastUri** | **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 @@ -13,8 +13,8 @@ title: AgentActivityEntityListing
| **total** | **Int64** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}
Expand Down
1 change: 1 addition & 0 deletions build/docs/AnalyticsConversation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ title: AnalyticsConversation
| **originatingDirection** | **String** | The original direction of the conversation | [optional] |
| **evaluations** | [**[AnalyticsEvaluation]**](AnalyticsEvaluation.html) | Evaluations tied to this conversation | [optional] |
| **surveys** | [**[AnalyticsSurvey]**](AnalyticsSurvey.html) | Surveys tied to this conversation | [optional] |
| **resolutions** | [**[AnalyticsResolution]**](AnalyticsResolution.html) | Resolutions tied to this conversation | [optional] |
| **divisionIds** | **[String]** | Identifiers of divisions associated with this conversation | [optional] |
| **participants** | [**[AnalyticsParticipant]**](AnalyticsParticipant.html) | Participants in the conversation | [optional] |
{: class="table table-striped"}
Expand Down
1 change: 1 addition & 0 deletions build/docs/AnalyticsConversationWithoutAttributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ title: AnalyticsConversationWithoutAttributes
| **originatingDirection** | **String** | The original direction of the conversation | [optional] |
| **evaluations** | [**[AnalyticsEvaluation]**](AnalyticsEvaluation.html) | Evaluations tied to this conversation | [optional] |
| **surveys** | [**[AnalyticsSurvey]**](AnalyticsSurvey.html) | Surveys tied to this conversation | [optional] |
| **resolutions** | [**[AnalyticsResolution]**](AnalyticsResolution.html) | Resolutions tied to this conversation | [optional] |
| **divisionIds** | **[String]** | Identifiers of divisions associated with this conversation | [optional] |
| **participants** | [**[AnalyticsParticipantWithoutAttributes]**](AnalyticsParticipantWithoutAttributes.html) | Participants in the conversation | [optional] |
{: class="table table-striped"}
Expand Down
15 changes: 15 additions & 0 deletions build/docs/AnalyticsResolution.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: AnalyticsResolution
---
## AnalyticsResolution

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **queueId** | **String** | The ID of the last queue on which the conversation was handled. | [optional] |
| **userId** | **String** | The ID of the last user who handled the conversation. | [optional] |
| **getnNextContactAvoided** | **Int64** | The number of interactions for which next contact was avoided. | [optional] |
{: class="table table-striped"}


1 change: 1 addition & 0 deletions build/docs/AsyncConversationQuery.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ title: AsyncConversationQuery
| **evaluationFilters** | [**[EvaluationDetailQueryFilter]**](EvaluationDetailQueryFilter.html) | Filters that target evaluations | [optional] |
| **mediaEndpointStatFilters** | [**[MediaEndpointStatDetailQueryFilter]**](MediaEndpointStatDetailQueryFilter.html) | Filters that target mediaEndpointStats | [optional] |
| **surveyFilters** | [**[SurveyDetailQueryFilter]**](SurveyDetailQueryFilter.html) | Filters that target surveys | [optional] |
| **resolutionFilters** | [**[ResolutionDetailQueryFilter]**](ResolutionDetailQueryFilter.html) | Filters that target resolutions | [optional] |
| **order** | **String** | Sort the result set in ascending/descending order. Default is ascending | [optional] |
| **orderBy** | **String** | Specify which data element within the result set to use for sorting. The options to use as a basis for sorting the results: conversationStart, segmentStart, and segmentEnd. If not specified, the default is conversationStart | [optional] |
| **interval** | **String** | Specifies the date and time range of data being queried. Results will include all conversations that had activity during the interval. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss | |
Expand Down
2 changes: 1 addition & 1 deletion build/docs/AttemptLimitsEntityListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ title: AttemptLimitsEntityListing
| **total** | **Int64** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}
Expand Down
4 changes: 2 additions & 2 deletions build/docs/AuditAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All URIs are relative to *https://api.mypurecloud.com*

| Method | Description |
| ------------- | ------------- |
| [**getAuditsQueryRealtimeServicemapping**](AuditAPI.html#getAuditsQueryRealtimeServicemapping) | Get service mapping information used in audits. |
| [**getAuditsQueryRealtimeServicemapping**](AuditAPI.html#getAuditsQueryRealtimeServicemapping) | Get service mapping information used in realtime audits. |
| [**getAuditsQueryServicemapping**](AuditAPI.html#getAuditsQueryServicemapping) | Get service mapping information used in audits. |
| [**getAuditsQueryTransactionId**](AuditAPI.html#getAuditsQueryTransactionId) | Get status of audit query execution |
| [**getAuditsQueryTransactionIdResults**](AuditAPI.html#getAuditsQueryTransactionIdResults) | Get results of audit query |
Expand All @@ -23,7 +23,7 @@ All URIs are relative to *https://api.mypurecloud.com*

> [AuditQueryServiceMapping](AuditQueryServiceMapping.html) getAuditsQueryRealtimeServicemapping()
Get service mapping information used in audits.
Get service mapping information used in realtime audits.



Expand Down
2 changes: 1 addition & 1 deletion build/docs/AuthzDivisionEntityListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ title: AuthzDivisionEntityListing
| **total** | **Int64** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}
Expand Down
2 changes: 1 addition & 1 deletion build/docs/CalibrationEntityListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ title: CalibrationEntityListing
| **total** | **Int64** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}
Expand Down
2 changes: 1 addition & 1 deletion build/docs/CallConversationEntityListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ title: CallConversationEntityListing
| **total** | **Int64** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}
Expand Down
2 changes: 1 addition & 1 deletion build/docs/CallHistoryConversationEntityListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ title: CallHistoryConversationEntityListing
| **total** | **Int64** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}
Expand Down
2 changes: 1 addition & 1 deletion build/docs/CallableTimeSetEntityListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ title: CallableTimeSetEntityListing
| **total** | **Int64** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}
Expand Down
2 changes: 1 addition & 1 deletion build/docs/CallbackConversationEntityListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ title: CallbackConversationEntityListing
| **total** | **Int64** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}
Expand Down
2 changes: 1 addition & 1 deletion build/docs/CampaignDivisionViewListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ title: CampaignDivisionViewListing
| **total** | **Int64** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}
Expand Down
2 changes: 1 addition & 1 deletion build/docs/CampaignEntityListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ title: CampaignEntityListing
| **total** | **Int64** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}
Expand Down
2 changes: 1 addition & 1 deletion build/docs/CampaignRuleEntityListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ title: CampaignRuleEntityListing
| **total** | **Int64** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}
Expand Down
2 changes: 1 addition & 1 deletion build/docs/CampaignSequenceEntityListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ title: CampaignSequenceEntityListing
| **total** | **Int64** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}
Expand Down
2 changes: 1 addition & 1 deletion build/docs/CertificateAuthorityEntityListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ title: CertificateAuthorityEntityListing
| **total** | **Int64** | | [optional] |
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}
Expand Down
Loading

0 comments on commit 8edb895

Please sign in to comment.