Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Sep 18, 2019
1 parent e06af4d commit fdbd981
Show file tree
Hide file tree
Showing 604 changed files with 8,771 additions and 2,624 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 = '3.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '3.0.0' }
s.version = '4.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '4.0.0' }
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 @@ -11,7 +11,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 => '3.0.0'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '4.0.0'
```

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 = '3.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '3.0.0' }
s.version = '4.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '4.0.0' }
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 @@ -11,7 +11,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 => '3.0.0'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '4.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 @@ -11,8 +11,8 @@ title: ADFS
| **name** | **String** | | [optional] |
| **relyingPartyIdentifier** | **String** | | [optional] |
| **certificate** | **String** | | [optional] |
| **issuerURI** | **String** | | [optional] |
| **ssoTargetURI** | **String** | | [optional] |
| **issuerURI** | **String** | | [optional] |
| **disabled** | **Bool** | | [optional] |
| **selfUri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}
Expand Down
2 changes: 1 addition & 1 deletion build/docs/ActionEntityListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ title: ActionEntityListing
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}

Expand Down
2 changes: 1 addition & 1 deletion build/docs/AgentActivityEntityListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ title: AgentActivityEntityListing
| **firstUri** | **String** | | [optional] |
| **selfUri** | **String** | | [optional] |
| **nextUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **lastUri** | **String** | | [optional] |
| **previousUri** | **String** | | [optional] |
| **pageCount** | **Int** | | [optional] |
{: class="table table-striped"}

Expand Down
13 changes: 0 additions & 13 deletions build/docs/AggregateQueryResponse.md

This file was deleted.

64 changes: 32 additions & 32 deletions build/docs/AnalyticsAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ AnalyticsAPI.postAnalyticsConversationDetailsProperties(conversationId: conversa



> [AggregateQueryResponse](AggregateQueryResponse.html) postAnalyticsConversationsAggregatesQuery(body)
> [ConversationAggregateQueryResponse](ConversationAggregateQueryResponse.html) postAnalyticsConversationsAggregatesQuery(body)
Query for conversation aggregates

Expand All @@ -945,7 +945,7 @@ import PureCloudPlatformClientV2
PureCloudPlatformClientV2API.basePath = "https://api.mypurecloud.com"
PureCloudPlatformClientV2API.accessToken = "cwRto9ScT..."
let body: AggregationQuery = new AggregationQuery(...) // query
let body: ConversationAggregationQuery = new ConversationAggregationQuery(...) // query
// Code example
AnalyticsAPI.postAnalyticsConversationsAggregatesQuery(body: body) { (response, error) in
Expand All @@ -963,13 +963,13 @@ AnalyticsAPI.postAnalyticsConversationsAggregatesQuery(body: body) { (response,

| Name | Type | Description | Notes |
| ------------- | ------------- | ------------- | ------------- |
| **body** | [**AggregationQuery**](AggregationQuery.html)| query | |
| **body** | [**ConversationAggregationQuery**](ConversationAggregationQuery.html)| query | |
{: class="table-striped"}


### Return type

[**AggregateQueryResponse**](AggregateQueryResponse.html)
[**ConversationAggregateQueryResponse**](ConversationAggregateQueryResponse.html)

<a name="postAnalyticsConversationsDetailsJobs"></a>

Expand Down Expand Up @@ -1081,7 +1081,7 @@ AnalyticsAPI.postAnalyticsConversationsDetailsQuery(body: body) { (response, err



> [AggregateQueryResponse](AggregateQueryResponse.html) postAnalyticsEvaluationsAggregatesQuery(body)
> [EvaluationAggregateQueryResponse](EvaluationAggregateQueryResponse.html) postAnalyticsEvaluationsAggregatesQuery(body)
Query for evaluation aggregates

Expand All @@ -1101,7 +1101,7 @@ import PureCloudPlatformClientV2
PureCloudPlatformClientV2API.basePath = "https://api.mypurecloud.com"
PureCloudPlatformClientV2API.accessToken = "cwRto9ScT..."
let body: AggregationQuery = new AggregationQuery(...) // query
let body: EvaluationAggregationQuery = new EvaluationAggregationQuery(...) // query
// Code example
AnalyticsAPI.postAnalyticsEvaluationsAggregatesQuery(body: body) { (response, error) in
Expand All @@ -1119,21 +1119,21 @@ AnalyticsAPI.postAnalyticsEvaluationsAggregatesQuery(body: body) { (response, er

| Name | Type | Description | Notes |
| ------------- | ------------- | ------------- | ------------- |
| **body** | [**AggregationQuery**](AggregationQuery.html)| query | |
| **body** | [**EvaluationAggregationQuery**](EvaluationAggregationQuery.html)| query | |
{: class="table-striped"}


### Return type

[**AggregateQueryResponse**](AggregateQueryResponse.html)
[**EvaluationAggregateQueryResponse**](EvaluationAggregateQueryResponse.html)

<a name="postAnalyticsFlowsAggregatesQuery"></a>

# **postAnalyticsFlowsAggregatesQuery**



> [AggregateQueryResponse](AggregateQueryResponse.html) postAnalyticsFlowsAggregatesQuery(body)
> [FlowAggregateQueryResponse](FlowAggregateQueryResponse.html) postAnalyticsFlowsAggregatesQuery(body)
Query for flow aggregates

Expand All @@ -1153,7 +1153,7 @@ import PureCloudPlatformClientV2
PureCloudPlatformClientV2API.basePath = "https://api.mypurecloud.com"
PureCloudPlatformClientV2API.accessToken = "cwRto9ScT..."
let body: AggregationQuery = new AggregationQuery(...) // query
let body: FlowAggregationQuery = new FlowAggregationQuery(...) // query
// Code example
AnalyticsAPI.postAnalyticsFlowsAggregatesQuery(body: body) { (response, error) in
Expand All @@ -1171,21 +1171,21 @@ AnalyticsAPI.postAnalyticsFlowsAggregatesQuery(body: body) { (response, error) i

| Name | Type | Description | Notes |
| ------------- | ------------- | ------------- | ------------- |
| **body** | [**AggregationQuery**](AggregationQuery.html)| query | |
| **body** | [**FlowAggregationQuery**](FlowAggregationQuery.html)| query | |
{: class="table-striped"}


### Return type

[**AggregateQueryResponse**](AggregateQueryResponse.html)
[**FlowAggregateQueryResponse**](FlowAggregateQueryResponse.html)

<a name="postAnalyticsFlowsObservationsQuery"></a>

# **postAnalyticsFlowsObservationsQuery**



> [QualifierMappingObservationQueryResponse](QualifierMappingObservationQueryResponse.html) postAnalyticsFlowsObservationsQuery(body)
> [FlowObservationQueryResponse](FlowObservationQueryResponse.html) postAnalyticsFlowsObservationsQuery(body)
Query for flow observations

Expand All @@ -1205,7 +1205,7 @@ import PureCloudPlatformClientV2
PureCloudPlatformClientV2API.basePath = "https://api.mypurecloud.com"
PureCloudPlatformClientV2API.accessToken = "cwRto9ScT..."
let body: ObservationQuery = new ObservationQuery(...) // query
let body: FlowObservationQuery = new FlowObservationQuery(...) // query
// Code example
AnalyticsAPI.postAnalyticsFlowsObservationsQuery(body: body) { (response, error) in
Expand All @@ -1223,21 +1223,21 @@ AnalyticsAPI.postAnalyticsFlowsObservationsQuery(body: body) { (response, error)

| Name | Type | Description | Notes |
| ------------- | ------------- | ------------- | ------------- |
| **body** | [**ObservationQuery**](ObservationQuery.html)| query | |
| **body** | [**FlowObservationQuery**](FlowObservationQuery.html)| query | |
{: class="table-striped"}


### Return type

[**QualifierMappingObservationQueryResponse**](QualifierMappingObservationQueryResponse.html)
[**FlowObservationQueryResponse**](FlowObservationQueryResponse.html)

<a name="postAnalyticsQueuesObservationsQuery"></a>

# **postAnalyticsQueuesObservationsQuery**



> [QualifierMappingObservationQueryResponse](QualifierMappingObservationQueryResponse.html) postAnalyticsQueuesObservationsQuery(body)
> [QueueObservationQueryResponse](QueueObservationQueryResponse.html) postAnalyticsQueuesObservationsQuery(body)
Query for queue observations

Expand All @@ -1257,7 +1257,7 @@ import PureCloudPlatformClientV2
PureCloudPlatformClientV2API.basePath = "https://api.mypurecloud.com"
PureCloudPlatformClientV2API.accessToken = "cwRto9ScT..."
let body: ObservationQuery = new ObservationQuery(...) // query
let body: QueueObservationQuery = new QueueObservationQuery(...) // query
// Code example
AnalyticsAPI.postAnalyticsQueuesObservationsQuery(body: body) { (response, error) in
Expand All @@ -1275,13 +1275,13 @@ AnalyticsAPI.postAnalyticsQueuesObservationsQuery(body: body) { (response, error

| Name | Type | Description | Notes |
| ------------- | ------------- | ------------- | ------------- |
| **body** | [**ObservationQuery**](ObservationQuery.html)| query | |
| **body** | [**QueueObservationQuery**](QueueObservationQuery.html)| query | |
{: class="table-striped"}


### Return type

[**QualifierMappingObservationQueryResponse**](QualifierMappingObservationQueryResponse.html)
[**QueueObservationQueryResponse**](QueueObservationQueryResponse.html)

<a name="postAnalyticsReportingExports"></a>

Expand Down Expand Up @@ -1443,7 +1443,7 @@ AnalyticsAPI.postAnalyticsReportingSchedules(body: body) { (response, error) in



> [AggregateQueryResponse](AggregateQueryResponse.html) postAnalyticsSurveysAggregatesQuery(body)
> [SurveyAggregateQueryResponse](SurveyAggregateQueryResponse.html) postAnalyticsSurveysAggregatesQuery(body)
Query for survey aggregates

Expand All @@ -1463,7 +1463,7 @@ import PureCloudPlatformClientV2
PureCloudPlatformClientV2API.basePath = "https://api.mypurecloud.com"
PureCloudPlatformClientV2API.accessToken = "cwRto9ScT..."
let body: AggregationQuery = new AggregationQuery(...) // query
let body: SurveyAggregationQuery = new SurveyAggregationQuery(...) // query
// Code example
AnalyticsAPI.postAnalyticsSurveysAggregatesQuery(body: body) { (response, error) in
Expand All @@ -1481,21 +1481,21 @@ AnalyticsAPI.postAnalyticsSurveysAggregatesQuery(body: body) { (response, error)

| Name | Type | Description | Notes |
| ------------- | ------------- | ------------- | ------------- |
| **body** | [**AggregationQuery**](AggregationQuery.html)| query | |
| **body** | [**SurveyAggregationQuery**](SurveyAggregationQuery.html)| query | |
{: class="table-striped"}


### Return type

[**AggregateQueryResponse**](AggregateQueryResponse.html)
[**SurveyAggregateQueryResponse**](SurveyAggregateQueryResponse.html)

<a name="postAnalyticsUsersAggregatesQuery"></a>

# **postAnalyticsUsersAggregatesQuery**



> [PresenceQueryResponse](PresenceQueryResponse.html) postAnalyticsUsersAggregatesQuery(body)
> [UserAggregateQueryResponse](UserAggregateQueryResponse.html) postAnalyticsUsersAggregatesQuery(body)
Query for user aggregates

Expand All @@ -1515,7 +1515,7 @@ import PureCloudPlatformClientV2
PureCloudPlatformClientV2API.basePath = "https://api.mypurecloud.com"
PureCloudPlatformClientV2API.accessToken = "cwRto9ScT..."
let body: AggregationQuery = new AggregationQuery(...) // query
let body: UserAggregationQuery = new UserAggregationQuery(...) // query
// Code example
AnalyticsAPI.postAnalyticsUsersAggregatesQuery(body: body) { (response, error) in
Expand All @@ -1533,13 +1533,13 @@ AnalyticsAPI.postAnalyticsUsersAggregatesQuery(body: body) { (response, error) i

| Name | Type | Description | Notes |
| ------------- | ------------- | ------------- | ------------- |
| **body** | [**AggregationQuery**](AggregationQuery.html)| query | |
| **body** | [**UserAggregationQuery**](UserAggregationQuery.html)| query | |
{: class="table-striped"}


### Return type

[**PresenceQueryResponse**](PresenceQueryResponse.html)
[**UserAggregateQueryResponse**](UserAggregateQueryResponse.html)

<a name="postAnalyticsUsersDetailsQuery"></a>

Expand Down Expand Up @@ -1599,7 +1599,7 @@ AnalyticsAPI.postAnalyticsUsersDetailsQuery(body: body) { (response, error) in



> [ObservationQueryResponse](ObservationQueryResponse.html) postAnalyticsUsersObservationsQuery(body)
> [UserObservationQueryResponse](UserObservationQueryResponse.html) postAnalyticsUsersObservationsQuery(body)
Query for user observations

Expand All @@ -1619,7 +1619,7 @@ import PureCloudPlatformClientV2
PureCloudPlatformClientV2API.basePath = "https://api.mypurecloud.com"
PureCloudPlatformClientV2API.accessToken = "cwRto9ScT..."
let body: ObservationQuery = new ObservationQuery(...) // query
let body: UserObservationQuery = new UserObservationQuery(...) // query
// Code example
AnalyticsAPI.postAnalyticsUsersObservationsQuery(body: body) { (response, error) in
Expand All @@ -1637,13 +1637,13 @@ AnalyticsAPI.postAnalyticsUsersObservationsQuery(body: body) { (response, error)

| Name | Type | Description | Notes |
| ------------- | ------------- | ------------- | ------------- |
| **body** | [**ObservationQuery**](ObservationQuery.html)| query | |
| **body** | [**UserObservationQuery**](UserObservationQuery.html)| query | |
{: class="table-striped"}


### Return type

[**ObservationQueryResponse**](ObservationQueryResponse.html)
[**UserObservationQueryResponse**](UserObservationQueryResponse.html)

<a name="putAnalyticsReportingSchedule"></a>

Expand Down
1 change: 1 addition & 0 deletions build/docs/AnalyticsParticipant.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ title: AnalyticsParticipant
|------------ | ------------- | ------------- | -------------|
| **participantId** | **String** | Unique identifier for the participant | [optional] |
| **participantName** | **String** | A human readable name identifying the participant | [optional] |
| **attributes** | **[String:String]** | List of attributes associated to this participant | [optional] |
| **userId** | **String** | If a user, then this will be the unique identifier for the user | [optional] |
| **purpose** | **String** | The participant&#39;s purpose | [optional] |
| **externalContactId** | **String** | External Contact Identifier | [optional] |
Expand Down
14 changes: 0 additions & 14 deletions build/docs/AnalyticsQueryClause.md

This file was deleted.

15 changes: 0 additions & 15 deletions build/docs/AnalyticsQueryFilter.md

This file was deleted.

Loading

0 comments on commit fdbd981

Please sign in to comment.