Skip to content

Commit

Permalink
156.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Nov 12, 2024
1 parent e71bd5f commit 7b234a1
Show file tree
Hide file tree
Showing 4,914 changed files with 28,477 additions and 32,769 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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 = '155.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '155.0.0' }
s.version = '156.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '156.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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The iOS SDK is compatible with Swift 5 and does not require any external dependencies. Documentation can be found at https://mypurecloud.github.io/platform-client-sdk-ios/.

Documentation version PureCloudPlatformClientV2@155.0.0
Documentation version PureCloudPlatformClientV2@156.0.0

## Install using CocoaPods

Expand All @@ -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 => '155.0.0'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '156.0.0'
```

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

Large diffs are not rendered by default.

297 changes: 270 additions & 27 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 = '12.0'
s.osx.deployment_target = '12.0'
s.swift_version = '5.0'
s.version = '155.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '155.0.0' }
s.version = '156.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '156.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
4 changes: 2 additions & 2 deletions build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The iOS SDK is compatible with Swift 5 and does not require any external dependencies. Documentation can be found at https://mypurecloud.github.io/platform-client-sdk-ios/.

Documentation version PureCloudPlatformClientV2@155.0.0
Documentation version PureCloudPlatformClientV2@156.0.0

## Install using CocoaPods

Expand All @@ -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 => '155.0.0'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '156.0.0'
```

Then install your project's dependencies:
Expand Down
2 changes: 1 addition & 1 deletion build/docs/ADFS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/AcceleratorInput.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Identity of a CX infrastructure as code accelerator to be run and its inputs



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
4 changes: 2 additions & 2 deletions build/docs/AcceleratorList.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
| **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] |



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/AcceleratorMetadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Metadata for a CX infrastructure as code accelerator



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/AcceleratorParameter.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Input parameter for a CX infrastructure as code accelerator



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/AcceleratorSpecification.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Metadata for a CX infrastructure as code accelerator



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/AcdEndDetailEventTopicAcdEndEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/AcdStartDetailEventTopicAcdStartEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/AchievedOutcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/AcknowledgeScreenRecordingRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/Action.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionAggregateDataContainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionAggregateQueryClause.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionAggregateQueryFilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionAggregateQueryPredicate.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionAggregateQueryResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionAggregationQuery.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionAggregationView.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Details for an mTLS certificate



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
4 changes: 2 additions & 2 deletions build/docs/ActionCertificateListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
| **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] |



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Defines components of the Action Config.



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionContract.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ This resource contains all of the schemas needed to define the inputs and output



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionContractInput.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Contract definition.



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
4 changes: 2 additions & 2 deletions build/docs/ActionEntityListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
| **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] |



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionEventActionMap.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionEventRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionInput.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Input requirements of Action.



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionMap.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionMapAction.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionMapActionTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionMapEstimateOutcomeCriteria.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionMapEstimateRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionMapEstimateResult.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
4 changes: 2 additions & 2 deletions build/docs/ActionMapListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
| **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] |



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionMapScheduleGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionMapScheduleGroups.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionOutput.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Output definition of Action.



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionProperties.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionSurvey.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionTarget.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
4 changes: 2 additions & 2 deletions build/docs/ActionTargetListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
| **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] |



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActionTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
4 changes: 2 additions & 2 deletions build/docs/ActionTemplateListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
| **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] |



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/Actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/Activation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActiveAlertCount.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
2 changes: 1 addition & 1 deletion build/docs/ActivityCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@



_PureCloudPlatformClientV2@155.0.0_
_PureCloudPlatformClientV2@156.0.0_
Loading

0 comments on commit 7b234a1

Please sign in to comment.