Skip to content

Commit

Permalink
134.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Feb 1, 2024
1 parent 0ce95cc commit c0ad4ad
Show file tree
Hide file tree
Showing 170 changed files with 8,185 additions and 452 deletions.
4 changes: 2 additions & 2 deletions PureCloudPlatformClientV2.podspec
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 = '133.0.1'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '133.0.1' }
s.version = '134.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '134.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
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 => '133.0.1'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '134.0.0'
```

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

Large diffs are not rendered by default.

352 changes: 313 additions & 39 deletions build/APIData.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/PureCloudPlatformClientV2.podspec
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 = '133.0.1'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '133.0.1' }
s.version = '134.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '134.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
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 => '133.0.1'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '134.0.0'
```

Then install your project's dependencies:
Expand Down
2 changes: 1 addition & 1 deletion build/docs/AnalyticsSession.md
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] |
| **proposedAgents** | [**[AnalyticsProposedAgent]**](AnalyticsProposedAgent.html) | Proposed agents | [optional] |
| **agentGroups** | [**[AnalyticsAgentGroup]**](AnalyticsAgentGroup.html) | Conditional group routing agent groups | [optional] |
| **proposedAgents** | [**[AnalyticsProposedAgent]**](AnalyticsProposedAgent.html) | Proposed agents | [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
40 changes: 32 additions & 8 deletions build/docs/ArchitectAPI.md
Expand Up @@ -1761,7 +1761,7 @@ ArchitectAPI.getArchitectIvrsDivisionviews(pageNumber: pageNumber, pageSize: pag



> [Prompt](Prompt.html) getArchitectPrompt(promptId)
> [Prompt](Prompt.html) getArchitectPrompt(promptId, includeMediaUris, includeResources, language)
Get specified user prompt

Expand All @@ -1782,9 +1782,12 @@ PureCloudPlatformClientV2API.basePath = "https://api.mypurecloud.com"
PureCloudPlatformClientV2API.accessToken = "cwRto9ScT..."
let promptId: String = "" // Prompt ID
let includeMediaUris: Bool = true // Include the media URIs for each resource
let includeResources: Bool = true // Include the resources for each system prompt
let language: [String] = [""] // Filter the resources down to the provided languages
// Code example
ArchitectAPI.getArchitectPrompt(promptId: promptId) { (response, error) in
ArchitectAPI.getArchitectPrompt(promptId: promptId, includeMediaUris: includeMediaUris, includeResources: includeResources, language: language) { (response, error) in
if let error = error {
dump(error)
} else if let response = response {
Expand All @@ -1800,6 +1803,9 @@ ArchitectAPI.getArchitectPrompt(promptId: promptId) { (response, error) in
| Name | Type | Description | Notes |
| ------------- | ------------- | ------------- | ------------- |
| **promptId** | **String**| Prompt ID | |
| **includeMediaUris** | **Bool**| Include the media URIs for each resource | [optional] |
| **includeResources** | **Bool**| Include the resources for each system prompt | [optional] |
| **language** | [**[String]**](String.html)| Filter the resources down to the provided languages | [optional] |
{: class="table-striped"}


Expand Down Expand Up @@ -1989,7 +1995,7 @@ ArchitectAPI.getArchitectPromptResources(promptId: promptId, pageNumber: pageNum



> [PromptEntityListing](PromptEntityListing.html) getArchitectPrompts(pageNumber, pageSize, name, _description, nameOrDescription, sortBy, sortOrder)
> [PromptEntityListing](PromptEntityListing.html) getArchitectPrompts(pageNumber, pageSize, name, _description, nameOrDescription, sortBy, sortOrder, includeMediaUris, includeResources, language)
Get a pageable list of user prompts

Expand Down Expand Up @@ -2018,9 +2024,12 @@ let _description: String = "" // Description
let nameOrDescription: String = "" // Name or description
let sortBy: String = "" // Sort by
let sortOrder: String = "" // Sort order
let includeMediaUris: Bool = true // Include the media URIs for each resource
let includeResources: Bool = true // Include the resources for each system prompt
let language: [String] = [""] // Filter the resources down to the provided languages
// Code example
ArchitectAPI.getArchitectPrompts(pageNumber: pageNumber, pageSize: pageSize, name: name, _description: _description, nameOrDescription: nameOrDescription, sortBy: sortBy, sortOrder: sortOrder) { (response, error) in
ArchitectAPI.getArchitectPrompts(pageNumber: pageNumber, pageSize: pageSize, name: name, _description: _description, nameOrDescription: nameOrDescription, sortBy: sortBy, sortOrder: sortOrder, includeMediaUris: includeMediaUris, includeResources: includeResources, language: language) { (response, error) in
if let error = error {
dump(error)
} else if let response = response {
Expand All @@ -2042,6 +2051,9 @@ ArchitectAPI.getArchitectPrompts(pageNumber: pageNumber, pageSize: pageSize, nam
| **nameOrDescription** | **String**| Name or description | [optional] |
| **sortBy** | **String**| Sort by | [optional] |
| **sortOrder** | **String**| Sort order | [optional] |
| **includeMediaUris** | **Bool**| Include the media URIs for each resource | [optional] |
| **includeResources** | **Bool**| Include the resources for each system prompt | [optional] |
| **language** | [**[String]**](String.html)| Filter the resources down to the provided languages | [optional] |
{: class="table-striped"}


Expand Down Expand Up @@ -2413,7 +2425,7 @@ ArchitectAPI.getArchitectSchedulesDivisionviews(pageNumber: pageNumber, pageSize



> [SystemPrompt](SystemPrompt.html) getArchitectSystemprompt(promptId)
> [SystemPrompt](SystemPrompt.html) getArchitectSystemprompt(promptId, includeMediaUris, includeResources, language)
Get a system prompt

Expand All @@ -2434,9 +2446,12 @@ PureCloudPlatformClientV2API.basePath = "https://api.mypurecloud.com"
PureCloudPlatformClientV2API.accessToken = "cwRto9ScT..."
let promptId: String = "" // promptId
let includeMediaUris: Bool = true // Include the media URIs for each resource
let includeResources: Bool = true // Include the resources for each system prompt
let language: [String] = [""] // Filter the resources down to the provided languages
// Code example
ArchitectAPI.getArchitectSystemprompt(promptId: promptId) { (response, error) in
ArchitectAPI.getArchitectSystemprompt(promptId: promptId, includeMediaUris: includeMediaUris, includeResources: includeResources, language: language) { (response, error) in
if let error = error {
dump(error)
} else if let response = response {
Expand All @@ -2452,6 +2467,9 @@ ArchitectAPI.getArchitectSystemprompt(promptId: promptId) { (response, error) in
| Name | Type | Description | Notes |
| ------------- | ------------- | ------------- | ------------- |
| **promptId** | **String**| promptId | |
| **includeMediaUris** | **Bool**| Include the media URIs for each resource | [optional] |
| **includeResources** | **Bool**| Include the resources for each system prompt | [optional] |
| **language** | [**[String]**](String.html)| Filter the resources down to the provided languages | [optional] |
{: class="table-striped"}


Expand Down Expand Up @@ -2643,7 +2661,7 @@ ArchitectAPI.getArchitectSystempromptResources(promptId: promptId, pageNumber: p



> [SystemPromptEntityListing](SystemPromptEntityListing.html) getArchitectSystemprompts(pageNumber, pageSize, sortBy, sortOrder, name, _description, nameOrDescription)
> [SystemPromptEntityListing](SystemPromptEntityListing.html) getArchitectSystemprompts(pageNumber, pageSize, sortBy, sortOrder, name, _description, nameOrDescription, includeMediaUris, includeResources, language)
Get System Prompts

Expand All @@ -2670,9 +2688,12 @@ let sortOrder: String = "" // Sort order
let name: String = "" // Name
let _description: String = "" // Description
let nameOrDescription: String = "" // Name or description
let includeMediaUris: Bool = true // Include the media URIs for each resource
let includeResources: Bool = true // Include the resources for each system prompt
let language: [String] = [""] // Filter the resources down to the provided languages
// Code example
ArchitectAPI.getArchitectSystemprompts(pageNumber: pageNumber, pageSize: pageSize, sortBy: sortBy, sortOrder: sortOrder, name: name, _description: _description, nameOrDescription: nameOrDescription) { (response, error) in
ArchitectAPI.getArchitectSystemprompts(pageNumber: pageNumber, pageSize: pageSize, sortBy: sortBy, sortOrder: sortOrder, name: name, _description: _description, nameOrDescription: nameOrDescription, includeMediaUris: includeMediaUris, includeResources: includeResources, language: language) { (response, error) in
if let error = error {
dump(error)
} else if let response = response {
Expand All @@ -2694,6 +2715,9 @@ ArchitectAPI.getArchitectSystemprompts(pageNumber: pageNumber, pageSize: pageSiz
| **name** | **String**| Name | [optional] |
| **_description** | **String**| Description | [optional] |
| **nameOrDescription** | **String**| Name or description | [optional] |
| **includeMediaUris** | **Bool**| Include the media URIs for each resource | [optional] |
| **includeResources** | **Bool**| Include the resources for each system prompt | [optional] |
| **language** | [**[String]**](String.html)| Filter the resources down to the provided languages | [optional] |
{: class="table-striped"}


Expand Down
1 change: 1 addition & 0 deletions build/docs/AuthenticationSettings.md
Expand Up @@ -10,6 +10,7 @@ Settings for authenticated webdeployments.
|------------ | ------------- | ------------- | -------------|
| **enabled** | **Bool** | Indicate if these auth is required for this deployment. If, for example, this flag is set to true then webmessaging sessions can not send messages unless the end-user is authenticated. | |
| **integrationId** | **String** | The integration identifier which contains the auth settings required on the deployment. | |
| **allowSessionUpgrade** | **Bool** | Allow end-users to upgrade an anonymous session to authenticated conversation. | [optional] |
{: class="table table-striped"}


36 changes: 18 additions & 18 deletions build/docs/BatchConversationEventRequest.md
Expand Up @@ -8,24 +8,24 @@ A maximum of 100 events are allowed per request

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **endTransferEvents** | [**[EndTransferEvent]**](EndTransferEvent.html) | EndTransfer events for this batch | [optional] |
| **phoneTransferEvents** | [**[PhoneTransferEvent]**](PhoneTransferEvent.html) | PhoneTransfer events for this batch | [optional] |
| **progressTransferEvents** | [**[ProgressTransferEvent]**](ProgressTransferEvent.html) | ProgressTransfer events for this batch | [optional] |
| **routingTransferEvents** | [**[RoutingTransferEvent]**](RoutingTransferEvent.html) | RoutingTransfer events for this batch | [optional] |
| **userTransferEvents** | [**[UserTransferEvent]**](UserTransferEvent.html) | UserTransfer events for this batch | [optional] |
| **communicationAnsweredEvents** | [**[CommunicationAnsweredEvent]**](CommunicationAnsweredEvent.html) | CommunicationAnswered events for this batch | [optional] |
| **communicationDispositionAppliedEvents** | [**[CommunicationDispositionAppliedEvent]**](CommunicationDispositionAppliedEvent.html) | CommunicationDispositionApplied events for this batch | [optional] |
| **holdUpdatedEvents** | [**[HoldUpdatedEvent]**](HoldUpdatedEvent.html) | HoldUpdated events for this batch | [optional] |
| **externalEstablishedEvents** | [**[ExternalEstablishedEvent]**](ExternalEstablishedEvent.html) | ExternalEstablished events for this batch | [optional] |
| **ivrEstablishedEvents** | [**[IvrEstablishedEvent]**](IvrEstablishedEvent.html) | IvrEstablished events for this batch | [optional] |
| **phoneEstablishedEvents** | [**[PhoneEstablishedEvent]**](PhoneEstablishedEvent.html) | PhoneEstablished events for this batch | [optional] |
| **routingEstablishedEvents** | [**[RoutingEstablishedEvent]**](RoutingEstablishedEvent.html) | RoutingEstablished events for this batch | [optional] |
| **userEstablishedEvents** | [**[UserEstablishedEvent]**](UserEstablishedEvent.html) | UserEstablished events for this batch | [optional] |
| **audioUpdatedEvents** | [**[AudioUpdatedEvent]**](AudioUpdatedEvent.html) | AudioUpdated events for this batch | [optional] |
| **communicationEndedEvents** | [**[CommunicationEndedEvent]**](CommunicationEndedEvent.html) | CommunicationEnded events for this batch | [optional] |
| **consultTransferEvents** | [**[ConsultTransferEvent]**](ConsultTransferEvent.html) | ConsultTransfer events for this batch | [optional] |
| **progressConsultTransferEvents** | [**[ProgressConsultTransferEvent]**](ProgressConsultTransferEvent.html) | ProgressConsultTransfer events for this batch | [optional] |
| **endConsultTransferEvents** | [**[EndConsultTransferEvent]**](EndConsultTransferEvent.html) | EndConsultTransfer events for this batch | [optional] |
| **endTransferEvents** | [**[EndTransferEvent]**](EndTransferEvent.html) | Voice - EndTransfer events for this batch | [optional] |
| **phoneTransferEvents** | [**[PhoneTransferEvent]**](PhoneTransferEvent.html) | Voice - PhoneTransfer events for this batch | [optional] |
| **progressTransferEvents** | [**[ProgressTransferEvent]**](ProgressTransferEvent.html) | Voice - ProgressTransfer events for this batch | [optional] |
| **routingTransferEvents** | [**[RoutingTransferEvent]**](RoutingTransferEvent.html) | Voice - RoutingTransfer events for this batch | [optional] |
| **userTransferEvents** | [**[UserTransferEvent]**](UserTransferEvent.html) | Voice - UserTransfer events for this batch | [optional] |
| **communicationAnsweredEvents** | [**[CommunicationAnsweredEvent]**](CommunicationAnsweredEvent.html) | Voice - CommunicationAnswered events for this batch | [optional] |
| **communicationDispositionAppliedEvents** | [**[CommunicationDispositionAppliedEvent]**](CommunicationDispositionAppliedEvent.html) | Voice - CommunicationDispositionApplied events for this batch | [optional] |
| **holdUpdatedEvents** | [**[HoldUpdatedEvent]**](HoldUpdatedEvent.html) | Voice - HoldUpdated events for this batch | [optional] |
| **externalEstablishedEvents** | [**[ExternalEstablishedEvent]**](ExternalEstablishedEvent.html) | Voice - ExternalEstablished events for this batch | [optional] |
| **ivrEstablishedEvents** | [**[IvrEstablishedEvent]**](IvrEstablishedEvent.html) | Voice - IvrEstablished events for this batch | [optional] |
| **phoneEstablishedEvents** | [**[PhoneEstablishedEvent]**](PhoneEstablishedEvent.html) | Voice - PhoneEstablished events for this batch | [optional] |
| **routingEstablishedEvents** | [**[RoutingEstablishedEvent]**](RoutingEstablishedEvent.html) | Voice - RoutingEstablished events for this batch | [optional] |
| **userEstablishedEvents** | [**[UserEstablishedEvent]**](UserEstablishedEvent.html) | Voice - UserEstablished events for this batch | [optional] |
| **audioUpdatedEvents** | [**[AudioUpdatedEvent]**](AudioUpdatedEvent.html) | Voice - AudioUpdated events for this batch | [optional] |
| **communicationEndedEvents** | [**[CommunicationEndedEvent]**](CommunicationEndedEvent.html) | Voice - CommunicationEnded events for this batch | [optional] |
| **consultTransferEvents** | [**[ConsultTransferEvent]**](ConsultTransferEvent.html) | Voice - ConsultTransfer events for this batch | [optional] |
| **progressConsultTransferEvents** | [**[ProgressConsultTransferEvent]**](ProgressConsultTransferEvent.html) | Voice - ProgressConsultTransfer events for this batch | [optional] |
| **endConsultTransferEvents** | [**[EndConsultTransferEvent]**](EndConsultTransferEvent.html) | Voice - EndConsultTransfer events for this batch | [optional] |
{: class="table table-striped"}


16 changes: 16 additions & 0 deletions build/docs/Column.md
@@ -0,0 +1,16 @@
---
title: Column
---
## Column

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **columnName** | **String** | Column name. Mandatory for Fixed position/length file format. | [optional] |
| **columnNumber** | **Int** | 0 based column number in delimited file format | [optional] |
| **startPosition** | **Int** | Zero-based position of the first column's character. Mandatory for Fixed position/length file format. | [optional] |
| **length** | **Int** | Column width. Mandatory for Fixed position/length file format. | [optional] |
{: class="table table-striped"}


13 changes: 13 additions & 0 deletions build/docs/ContactListTemplateBulkRetrieveBody.md
@@ -0,0 +1,13 @@
---
title: ContactListTemplateBulkRetrieveBody
---
## ContactListTemplateBulkRetrieveBody

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **ids** | **[String]** | The IDs of the Contact List Templates to retrieve. | |
{: class="table table-striped"}


0 comments on commit c0ad4ad

Please sign in to comment.