Skip to content

Commit

Permalink
124.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Sep 5, 2023
1 parent 04ee2b0 commit 8052cde
Show file tree
Hide file tree
Showing 231 changed files with 11,351 additions and 3,294 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 = '123.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '123.0.0' }
s.version = '124.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '124.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 => '123.0.0'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '124.0.0'
```

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

Large diffs are not rendered by default.

590 changes: 561 additions & 29 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 = '123.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '123.0.0' }
s.version = '124.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '124.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 => '123.0.0'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '124.0.0'
```

Then install your project's dependencies:
Expand Down
2 changes: 2 additions & 0 deletions build/docs/AdminTimeOffRequestPatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ title: AdminTimeOffRequestPatch
| **fullDayManagementUnitDates** | **[String]** | A set of dates in yyyy-MM-dd format. Should be interpreted in the management unit's configured time zone. | [optional] |
| **partialDayStartDateTimes** | [**[Date]**](Date.html) | A set of start date-times in ISO-8601 format for partial day requests. | [optional] |
| **dailyDurationMinutes** | **Int** | The daily duration of this time off request in minutes | [optional] |
| **durationMinutes** | **[Int]** | Daily durations for each day of this time off request in minutes | [optional] |
| **payableMinutes** | **[Int]** | Payable minutes for each day of this time off request | [optional] |
| **metadata** | [**WfmVersionedEntityMetadata**](WfmVersionedEntityMetadata.html) | Version metadata for the time off request | |
{: class="table table-striped"}

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

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **agentExternalId** | **String** | The ID of the agent in external system | |
| **integrationId** | **String** | The ID of the integration associated with the agent | |
| **locked** | **Bool** | Whether agentExternalId should be protected from update by automatic processes | |
{: class="table table-striped"}


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

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **agentExternalId** | **String** | ID of the agent in external system | |
| **integration** | [**WfmIntegrationReference**](WfmIntegrationReference.html) | The integration associated with the agent | |
| **locked** | **Bool** | Whether agentExternalId should be protected from update by automatic processes | |
{: class="table table-striped"}


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

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **selectedIntegrationId** | **String** | The ID of the integration selected for the agent. If not set, no integration will be used for the agent | [optional] |
| **associatedIntegrations** | [**[AgentIntegrationAssociationRequest]**](AgentIntegrationAssociationRequest.html) | The list of integrations associated with the agent | |
{: class="table table-striped"}


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

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **agent** | [**UserReference**](UserReference.html) | The user associated with the integrations | |
| **selectedIntegration** | [**WfmIntegrationReference**](WfmIntegrationReference.html) | The integration selected for the agent. If not set, no integration will be used for the agent | [optional] |
| **userSelected** | **Bool** | Whether the integration association has been manually selected | [optional] |
| **associatedIntegrations** | [**[AgentIntegrationAssociationResponse]**](AgentIntegrationAssociationResponse.html) | The list of integrations associated with the agent | |
{: class="table table-striped"}


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

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **entities** | [**[AgentIntegrationsResponse]**](AgentIntegrationsResponse.html) | | [optional] |
{: class="table table-striped"}


6 changes: 4 additions & 2 deletions build/docs/AnalyticsAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ AnalyticsAPI.deleteAnalyticsUsersDetailsJob(jobId: jobId) { (error) in



> [ReportingTurnsResponse](ReportingTurnsResponse.html) getAnalyticsBotflowReportingturns(botFlowId, after, pageSize, actionId, sessionId, language, askActionResults)
> [ReportingTurnsResponse](ReportingTurnsResponse.html) getAnalyticsBotflowReportingturns(botFlowId, after, pageSize, interval, actionId, sessionId, language, askActionResults)
Get Reporting Turns.

Expand All @@ -242,13 +242,14 @@ PureCloudPlatformClientV2API.accessToken = "cwRto9ScT..."
let botFlowId: String = "" // ID of the bot flow.
let after: String = "" // The cursor that points to the ID of the last item in the list of entities that has been returned.
let pageSize: String = "" // Max number of entities to return. Maximum of 250
let interval: String = 2023-07-17T08:15:44.586Z/2023-07-26T09:22:33.111Z // Date range filter based on the date the individual resources were completed. UTC is the default if no TZ is supplied, however alternate timezones can be used e.g: '2022-11-22T09:11:11.111+08:00/2022-11-30T07:17:44.586-07'. . Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss
let actionId: String = "" // Optional action ID to get the reporting turns associated to a particular flow action
let sessionId: String = "" // Optional session ID to get the reporting turns for a particular session. Specifying a session ID alongside an action ID or a language or any ask action results is not allowed.
let language: String = en-us // Optional language code to get the reporting turns for a particular language
let askActionResults: AnalyticsAPI.AskActionResults_getAnalyticsBotflowReportingturns = AnalyticsAPI.AskActionResults_getAnalyticsBotflowReportingturns.enummember // Optional case-insensitive comma separated list of ask action results to filter the reporting turns.
// Code example
AnalyticsAPI.getAnalyticsBotflowReportingturns(botFlowId: botFlowId, after: after, pageSize: pageSize, actionId: actionId, sessionId: sessionId, language: language, askActionResults: askActionResults) { (response, error) in
AnalyticsAPI.getAnalyticsBotflowReportingturns(botFlowId: botFlowId, after: after, pageSize: pageSize, interval: interval, actionId: actionId, sessionId: sessionId, language: language, askActionResults: askActionResults) { (response, error) in
if let error = error {
dump(error)
} else if let response = response {
Expand All @@ -266,6 +267,7 @@ AnalyticsAPI.getAnalyticsBotflowReportingturns(botFlowId: botFlowId, after: afte
| **botFlowId** | **String**| ID of the bot flow. | |
| **after** | **String**| The cursor that points to the ID of the last item in the list of entities that has been returned. | [optional] |
| **pageSize** | **String**| Max number of entities to return. Maximum of 250 | [optional] |
| **interval** | **String**| Date range filter based on the date the individual resources were completed. UTC is the default if no TZ is supplied, however alternate timezones can be used e.g: '2022-11-22T09:11:11.111+08:00/2022-11-30T07:17:44.586-07'. . Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss | [optional] |
| **actionId** | **String**| Optional action ID to get the reporting turns associated to a particular flow action | [optional] |
| **sessionId** | **String**| Optional session ID to get the reporting turns for a particular session. Specifying a session ID alongside an action ID or a language or any ask action results is not allowed. | [optional] |
| **language** | **String**| Optional language code to get the reporting turns for a particular language | [optional] |
Expand Down
2 changes: 1 addition & 1 deletion build/docs/AnalyticsSession.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ title: AnalyticsSession
| **videoAddressSelf** | **String** | Direct Video address | [optional] |
| **videoRoomId** | **String** | A unique identifier for a PureCloud video room | [optional] |
| **waitingInteractionCounts** | **[Int]** | Number of waiting interactions for each predictive routing attempt | [optional] |
| **agentGroups** | [**[AnalyticsAgentGroup]**](AnalyticsAgentGroup.html) | Conditional group routing agent groups | [optional] |
| **proposedAgents** | [**[AnalyticsProposedAgent]**](AnalyticsProposedAgent.html) | Proposed agents | [optional] |
| **agentGroups** | [**[AnalyticsAgentGroup]**](AnalyticsAgentGroup.html) | Conditional group routing agent groups | [optional] |
| **mediaEndpointStats** | [**[AnalyticsMediaEndpointStat]**](AnalyticsMediaEndpointStat.html) | MediaEndpointStats associated with this session | [optional] |
| **flow** | [**AnalyticsFlow**](AnalyticsFlow.html) | IVR flow execution associated with this session | [optional] |
| **metrics** | [**[AnalyticsSessionMetric]**](AnalyticsSessionMetric.html) | List of metrics for this session | [optional] |
Expand Down
Loading

0 comments on commit 8052cde

Please sign in to comment.