Skip to content

Commit

Permalink
106.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Mar 13, 2023
1 parent 7548aa0 commit 3753fc7
Show file tree
Hide file tree
Showing 19 changed files with 3,186 additions and 549 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 = '106.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '106.0.0' }
s.version = '106.1.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '106.1.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 => '106.0.0'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '106.1.0'
```

Then install your project's dependencies:
Expand Down
24 changes: 24 additions & 0 deletions build/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -2801,6 +2801,7 @@ docs/SetWrapperRoutePathRequest.md
docs/SetWrapperString.md
docs/SetWrapperSyncTimeOffProperty.md
docs/SettingDirection.md
docs/Settings.md
docs/Share.md
docs/ShareEntityListing.md
docs/SharedEntity.md
Expand Down Expand Up @@ -3621,6 +3622,7 @@ docs/WorkdayPointsTrendItem.md
docs/WorkdayValuesMetricItem.md
docs/WorkdayValuesTrend.md
docs/WorkdayValuesTrendItem.md
docs/WorkflowTargetSettings.md
docs/WorkforceManagementAPI.json
docs/WorkforceManagementAPI.md
docs/WorkitemsEventsNotificationCustomAttribute.md
Expand Down Expand Up @@ -4018,9 +4020,11 @@ docs/getConversationRecordings-example.txt
docs/getConversationSecureattributes-example.txt
docs/getConversations-example.txt
docs/getConversationsCall-example.txt
docs/getConversationsCallParticipantCommunicationWrapup-example.txt
docs/getConversationsCallParticipantWrapup-example.txt
docs/getConversationsCallParticipantWrapupcodes-example.txt
docs/getConversationsCallback-example.txt
docs/getConversationsCallbackParticipantCommunicationWrapup-example.txt
docs/getConversationsCallbackParticipantWrapup-example.txt
docs/getConversationsCallbackParticipantWrapupcodes-example.txt
docs/getConversationsCallbacks-example.txt
Expand All @@ -4030,17 +4034,20 @@ docs/getConversationsCallsMaximumconferenceparties-example.txt
docs/getConversationsChat-example.txt
docs/getConversationsChatMessage-example.txt
docs/getConversationsChatMessages-example.txt
docs/getConversationsChatParticipantCommunicationWrapup-example.txt
docs/getConversationsChatParticipantWrapup-example.txt
docs/getConversationsChatParticipantWrapupcodes-example.txt
docs/getConversationsChats-example.txt
docs/getConversationsCobrowsesession-example.txt
docs/getConversationsCobrowsesessionParticipantCommunicationWrapup-example.txt
docs/getConversationsCobrowsesessionParticipantWrapup-example.txt
docs/getConversationsCobrowsesessionParticipantWrapupcodes-example.txt
docs/getConversationsCobrowsesessions-example.txt
docs/getConversationsEmail-example.txt
docs/getConversationsEmailMessage-example.txt
docs/getConversationsEmailMessages-example.txt
docs/getConversationsEmailMessagesDraft-example.txt
docs/getConversationsEmailParticipantCommunicationWrapup-example.txt
docs/getConversationsEmailParticipantWrapup-example.txt
docs/getConversationsEmailParticipantWrapupcodes-example.txt
docs/getConversationsEmailSettings-example.txt
Expand All @@ -4051,6 +4058,7 @@ docs/getConversationsMessage-example.txt
docs/getConversationsMessageCommunicationMessagesMediaMediaId-example.txt
docs/getConversationsMessageDetails-example.txt
docs/getConversationsMessageMessage-example.txt
docs/getConversationsMessageParticipantCommunicationWrapup-example.txt
docs/getConversationsMessageParticipantWrapup-example.txt
docs/getConversationsMessageParticipantWrapupcodes-example.txt
docs/getConversationsMessages-example.txt
Expand All @@ -4071,6 +4079,10 @@ docs/getConversationsMessagingSupportedcontent-example.txt
docs/getConversationsMessagingSupportedcontentDefault-example.txt
docs/getConversationsMessagingSupportedcontentSupportedContentId-example.txt
docs/getConversationsMessagingThreadingtimeline-example.txt
docs/getConversationsScreenshareParticipantCommunicationWrapup-example.txt
docs/getConversationsSettings-example.txt
docs/getConversationsSocialParticipantCommunicationWrapup-example.txt
docs/getConversationsVideoParticipantCommunicationWrapup-example.txt
docs/getDataextensionsCoretype-example.txt
docs/getDataextensionsCoretypes-example.txt
docs/getDataextensionsLimits-example.txt
Expand Down Expand Up @@ -4875,6 +4887,7 @@ docs/patchConversationsMessagingIntegrationsOpenIntegrationId-example.txt
docs/patchConversationsMessagingIntegrationsTwitterIntegrationId-example.txt
docs/patchConversationsMessagingIntegrationsWhatsappIntegrationId-example.txt
docs/patchConversationsMessagingSupportedcontentSupportedContentId-example.txt
docs/patchConversationsSettings-example.txt
docs/patchEmployeeperformanceExternalmetricsDefinition-example.txt
docs/patchExternalcontactsContactIdentifiers-example.txt
docs/patchGeolocationsSettings-example.txt
Expand Down Expand Up @@ -5059,23 +5072,28 @@ docs/postConversationParticipantSecureivrsessions-example.txt
docs/postConversationRecordingAnnotations-example.txt
docs/postConversationsCall-example.txt
docs/postConversationsCallParticipantCoach-example.txt
docs/postConversationsCallParticipantCommunicationWrapup-example.txt
docs/postConversationsCallParticipantConsult-example.txt
docs/postConversationsCallParticipantMonitor-example.txt
docs/postConversationsCallParticipantReplace-example.txt
docs/postConversationsCallParticipants-example.txt
docs/postConversationsCallbackParticipantCommunicationWrapup-example.txt
docs/postConversationsCallbackParticipantReplace-example.txt
docs/postConversationsCallbacks-example.txt
docs/postConversationsCallbacksBulkDisconnect-example.txt
docs/postConversationsCallbacksBulkUpdate-example.txt
docs/postConversationsCalls-example.txt
docs/postConversationsChatCommunicationMessages-example.txt
docs/postConversationsChatCommunicationTyping-example.txt
docs/postConversationsChatParticipantCommunicationWrapup-example.txt
docs/postConversationsChatParticipantReplace-example.txt
docs/postConversationsChats-example.txt
docs/postConversationsCobrowsesessionParticipantCommunicationWrapup-example.txt
docs/postConversationsCobrowsesessionParticipantReplace-example.txt
docs/postConversationsEmailInboundmessages-example.txt
docs/postConversationsEmailMessages-example.txt
docs/postConversationsEmailMessagesDraftAttachmentsCopy-example.txt
docs/postConversationsEmailParticipantCommunicationWrapup-example.txt
docs/postConversationsEmailParticipantReplace-example.txt
docs/postConversationsEmails-example.txt
docs/postConversationsEmailsAgentless-example.txt
Expand All @@ -5086,6 +5104,7 @@ docs/postConversationsMessageCommunicationMessages-example.txt
docs/postConversationsMessageCommunicationMessagesMedia-example.txt
docs/postConversationsMessageCommunicationTyping-example.txt
docs/postConversationsMessageMessagesBulk-example.txt
docs/postConversationsMessageParticipantCommunicationWrapup-example.txt
docs/postConversationsMessageParticipantReplace-example.txt
docs/postConversationsMessages-example.txt
docs/postConversationsMessagesAgentless-example.txt
Expand All @@ -5098,6 +5117,9 @@ docs/postConversationsMessagingIntegrationsWhatsapp-example.txt
docs/postConversationsMessagingSupportedcontent-example.txt
docs/postConversationsParticipantsAttributesSearch-example.txt
docs/postConversationsParticipantsAttributesSearch-example.txt
docs/postConversationsScreenshareParticipantCommunicationWrapup-example.txt
docs/postConversationsSocialParticipantCommunicationWrapup-example.txt
docs/postConversationsVideoParticipantCommunicationWrapup-example.txt
docs/postDocumentationGknSearch-example.txt
docs/postDocumentationSearch-example.txt
docs/postEmployeeperformanceExternalmetricsData-example.txt
Expand Down Expand Up @@ -8437,6 +8459,7 @@ src/Models/SetWrapperRoutePathRequest.swift
src/Models/SetWrapperString.swift
src/Models/SetWrapperSyncTimeOffProperty.swift
src/Models/SettingDirection.swift
src/Models/Settings.swift
src/Models/Share.swift
src/Models/ShareEntityListing.swift
src/Models/SharedEntity.swift
Expand Down Expand Up @@ -9220,6 +9243,7 @@ src/Models/WorkdayPointsTrendItem.swift
src/Models/WorkdayValuesMetricItem.swift
src/Models/WorkdayValuesTrend.swift
src/Models/WorkdayValuesTrendItem.swift
src/Models/WorkflowTargetSettings.swift
src/Models/WorkitemsEventsNotificationCustomAttribute.swift
src/Models/WorkitemsEventsNotificationDelta.swift
src/Models/WorkitemsEventsNotificationWorkitem.swift
Expand Down
Loading

0 comments on commit 3753fc7

Please sign in to comment.