Skip to content

Commit

Permalink
46.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Dec 7, 2020
1 parent 379a8ea commit ae81a07
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 174 deletions.
4 changes: 2 additions & 2 deletions PureCloudPlatformClientV2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,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 = '46.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '46.0.0' }
s.version = '46.0.1'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '46.0.1' }
s.authors = 'Genesys Developer Evangelists'
s.social_media_url = 'https://twitter.com/PureCloud_Dev'
s.license = 'MIT'
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 => '46.0.0'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '46.0.1'
```

Then install your project's dependencies:
Expand Down
4 changes: 2 additions & 2 deletions build/PureCloudPlatformClientV2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,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 = '46.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '46.0.0' }
s.version = '46.0.1'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '46.0.1' }
s.authors = 'Genesys Developer Evangelists'
s.social_media_url = 'https://twitter.com/PureCloud_Dev'
s.license = 'MIT'
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 => '46.0.0'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '46.0.1'
```

Then install your project's dependencies:
Expand Down
2 changes: 1 addition & 1 deletion build/docs/index.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 => '46.0.0'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '46.0.1'
```

Then install your project's dependencies:
Expand Down
85 changes: 3 additions & 82 deletions build/docs/releaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,89 +1,10 @@
Platform API version: 4364


# Major Changes (8 changes)
# Major Changes (0 changes)

**GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/categories** (1 change)

* Parameter name was added
# Minor Changes (0 changes)

**GET /api/v2/routing/wrapupcodes** (1 change)

* Parameter sortOrder was added

**GET /api/v2/coaching/appointments/{appointmentId}/statuses** (1 change)

* Response 200 type was changed from CoachingAppointmentStatusDtoList to CoachingAppointmentStatusResponseList

**PATCH /api/v2/coaching/appointments/{appointmentId}/status** (1 change)

* Response 200 type was changed from CoachingAppointmentStatusDto to CoachingAppointmentStatusResponse

**CoachingAppointmentStatusDto** (1 change)

* Model CoachingAppointmentStatusDto was removed

**CoachingAppointmentStatusDtoList** (1 change)

* Model CoachingAppointmentStatusDtoList was removed

**UpdateCoachingAppointmentRequest** (1 change)

* Enum value InvalidSchedule was removed from property status

**EntityListing** (1 change)

* Property entities was changed from object[] to DataTableImportJob[]


# Minor Changes (13 changes)

**EntityListing** (4 changes)

* Optional property pageSize was added
* Optional property pageNumber was added
* Optional property total was added
* Optional property pageCount was added

**UploadUrlResponse** (1 change)

* Optional property uploadKey was added

**ActionTarget** (1 change)

* Optional property shortAbandonThreshold was added

**OAuthScopeListing** (1 change)

* Optional property total was added

**PatchActionTarget** (1 change)

* Optional property shortAbandonThreshold was added

**OAuthAuthorizationListing** (1 change)

* Optional property total was added

**UserSearchRequest** (1 change)

* Enum value RingCentral was added to property integrationPresenceSource

**CoachingAppointmentStatusResponse** (1 change)

* Model was added

**CoachingAppointmentStatusResponseList** (1 change)

* Model was added

**CoachingAppointmentStatusRequest** (1 change)

* Model was added


# Point Changes (1 change)

**GET /api/v2/users/development/activities/{activityId}** (1 change)

* Description was changed
# Point Changes (0 changes)
85 changes: 3 additions & 82 deletions releaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,89 +1,10 @@
Platform API version: 4364


# Major Changes (8 changes)
# Major Changes (0 changes)

**GET /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/categories** (1 change)

* Parameter name was added
# Minor Changes (0 changes)

**GET /api/v2/routing/wrapupcodes** (1 change)

* Parameter sortOrder was added

**GET /api/v2/coaching/appointments/{appointmentId}/statuses** (1 change)

* Response 200 type was changed from CoachingAppointmentStatusDtoList to CoachingAppointmentStatusResponseList

**PATCH /api/v2/coaching/appointments/{appointmentId}/status** (1 change)

* Response 200 type was changed from CoachingAppointmentStatusDto to CoachingAppointmentStatusResponse

**CoachingAppointmentStatusDto** (1 change)

* Model CoachingAppointmentStatusDto was removed

**CoachingAppointmentStatusDtoList** (1 change)

* Model CoachingAppointmentStatusDtoList was removed

**UpdateCoachingAppointmentRequest** (1 change)

* Enum value InvalidSchedule was removed from property status

**EntityListing** (1 change)

* Property entities was changed from object[] to DataTableImportJob[]


# Minor Changes (13 changes)

**EntityListing** (4 changes)

* Optional property pageSize was added
* Optional property pageNumber was added
* Optional property total was added
* Optional property pageCount was added

**UploadUrlResponse** (1 change)

* Optional property uploadKey was added

**ActionTarget** (1 change)

* Optional property shortAbandonThreshold was added

**OAuthScopeListing** (1 change)

* Optional property total was added

**PatchActionTarget** (1 change)

* Optional property shortAbandonThreshold was added

**OAuthAuthorizationListing** (1 change)

* Optional property total was added

**UserSearchRequest** (1 change)

* Enum value RingCentral was added to property integrationPresenceSource

**CoachingAppointmentStatusResponse** (1 change)

* Model was added

**CoachingAppointmentStatusResponseList** (1 change)

* Model was added

**CoachingAppointmentStatusRequest** (1 change)

* Model was added


# Point Changes (1 change)

**GET /api/v2/users/development/activities/{activityId}** (1 change)

* Description was changed
# Point Changes (0 changes)
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"major": 46,
"minor": 0,
"point": 0,
"point": 1,
"prerelease": "",
"apiVersion": 0,
"display": "46.0.0",
"displayFull": "46.0.0"
"display": "46.0.1",
"displayFull": "46.0.1"
}

0 comments on commit ae81a07

Please sign in to comment.