Skip to content

Commit

Permalink
136.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Mar 8, 2024
1 parent a00433c commit 8262ace
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 25 deletions.
4 changes: 2 additions & 2 deletions PureCloudPlatformClientV2.podspec
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 = '136.0.1'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '136.0.1' }
s.version = '136.1.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '136.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
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 => '136.0.1'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '136.1.0'
```

Then install your project's dependencies:
Expand Down
4 changes: 2 additions & 2 deletions build/PureCloudPlatformClientV2.podspec
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 = '136.0.1'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '136.0.1' }
s.version = '136.1.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '136.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 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 => '136.0.1'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '136.1.0'
```

Then install your project's dependencies:
Expand Down
2 changes: 2 additions & 0 deletions build/docs/ContactIdentifier.md
Expand Up @@ -7,9 +7,11 @@ title: ContactIdentifier

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **_id** | **String** | The globally unique identifier for the object. | [optional] |
| **type** | **String** | The type of this identifier | |
| **value** | **String** | The string value of the identifier. Will vary in syntax by type. | |
| **dateCreated** | [**Date**](Date.html) | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z | [optional] |
| **selfUri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}


2 changes: 1 addition & 1 deletion build/docs/index.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 => '136.0.1'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '136.1.0'
```

Then install your project's dependencies:
Expand Down
9 changes: 7 additions & 2 deletions build/docs/releaseNotes.md
@@ -1,12 +1,17 @@
Platform API version: 7854
Platform API version: 7867




# Major Changes (0 changes)


# Minor Changes (0 changes)
# Minor Changes (2 changes)

**ContactIdentifier** (2 changes)

* Optional property id was added
* Optional property selfUri was added


# Point Changes (0 changes)
2 changes: 2 additions & 0 deletions build/src/APIs/ExternalContactsAPI.swift
Expand Up @@ -5044,6 +5044,8 @@ open class ExternalContactsAPI {
- name: PureCloud OAuth
- examples: [{contentType=application/json, example={
"dateCreated" : "2000-01-23T04:56:07.000+00:00",
"selfUri" : "https://openapi-generator.tech",
"id" : "id",
"type" : "SocialLine",
"value" : "value"
}, statusCode=200}]
Expand Down
16 changes: 8 additions & 8 deletions build/src/APIs/LearningAPI.swift
Expand Up @@ -308,9 +308,9 @@ open class LearningAPI {
- type: oauth2
- name: PureCloud OAuth
- examples: [{contentType=application/json, example={
"total" : 2,
"pageCount" : 7,
"pageNumber" : 5,
"total" : 1,
"pageCount" : 5,
"pageNumber" : 6,
"entities" : [ {
"isPassed" : true,
"isManual" : true,
Expand Down Expand Up @@ -357,7 +357,7 @@ open class LearningAPI {
"firstUri" : "https://openapi-generator.tech",
"lastUri" : "https://openapi-generator.tech",
"selfUri" : "https://openapi-generator.tech",
"pageSize" : 5,
"pageSize" : 0,
"nextUri" : "https://openapi-generator.tech",
"previousUri" : "https://openapi-generator.tech"
}, statusCode=200}]
Expand Down Expand Up @@ -521,9 +521,9 @@ open class LearningAPI {
- type: oauth2
- name: PureCloud OAuth
- examples: [{contentType=application/json, example={
"total" : 2,
"pageCount" : 7,
"pageNumber" : 5,
"total" : 1,
"pageCount" : 5,
"pageNumber" : 6,
"entities" : [ {
"isPassed" : true,
"isManual" : true,
Expand Down Expand Up @@ -570,7 +570,7 @@ open class LearningAPI {
"firstUri" : "https://openapi-generator.tech",
"lastUri" : "https://openapi-generator.tech",
"selfUri" : "https://openapi-generator.tech",
"pageSize" : 5,
"pageSize" : 0,
"nextUri" : "https://openapi-generator.tech",
"previousUri" : "https://openapi-generator.tech"
}, statusCode=200}]
Expand Down
20 changes: 19 additions & 1 deletion build/src/Models/PlatformAPIModelsP2.swift
Expand Up @@ -5050,6 +5050,8 @@ public class ContactAddressTypeConditionSettings: Codable {

public class ContactIdentifier: Codable {



public enum ModelType: String, Codable {
case socialLine = "SocialLine"
case socialFacebook = "SocialFacebook"
Expand All @@ -5064,17 +5066,33 @@ public class ContactIdentifier: Codable {





/** The globally unique identifier for the object. */
public var _id: String?
/** The type of this identifier */
public var type: ModelType?
/** The string value of the identifier. Will vary in syntax by type. */
public var value: String?
/** Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z */
public var dateCreated: Date?
/** The URI for this object */
public var selfUri: String?

public init(type: ModelType?, value: String?, dateCreated: Date?) {
public init(_id: String?, type: ModelType?, value: String?, dateCreated: Date?, selfUri: String?) {
self._id = _id
self.type = type
self.value = value
self.dateCreated = dateCreated
self.selfUri = selfUri
}

public enum CodingKeys: String, CodingKey {
case _id = "id"
case type
case value
case dateCreated
case selfUri
}


Expand Down
9 changes: 7 additions & 2 deletions releaseNotes.md
@@ -1,12 +1,17 @@
Platform API version: 7854
Platform API version: 7867




# Major Changes (0 changes)


# Minor Changes (0 changes)
# Minor Changes (2 changes)

**ContactIdentifier** (2 changes)

* Optional property id was added
* Optional property selfUri was added


# Point Changes (0 changes)
2 changes: 1 addition & 1 deletion swagger.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions version.json
@@ -1,9 +1,9 @@
{
"major": 136,
"minor": 0,
"point": 1,
"minor": 1,
"point": 0,
"prerelease": "",
"apiVersion": 0,
"display": "136.0.1",
"displayFull": "136.0.1"
"display": "136.1.0",
"displayFull": "136.1.0"
}

0 comments on commit 8262ace

Please sign in to comment.