Skip to content

Commit

Permalink
127.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Oct 4, 2023
1 parent bd0f1e6 commit 9247062
Show file tree
Hide file tree
Showing 2,117 changed files with 75,554 additions and 40,925 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 = '127.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '127.0.0' }
s.version = '127.1.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '127.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 => '127.0.0'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '127.1.0'
```

Then install your project's dependencies:
Expand Down
40,749 changes: 0 additions & 40,749 deletions build/APIData.json

This file was deleted.

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 = '10.0'
s.osx.deployment_target = '10.11'
s.swift_version = '5.0'
s.version = '127.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '127.0.0' }
s.version = '127.1.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '127.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
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 => '127.0.0'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '127.1.0'
```

Then install your project's dependencies:
Expand Down
349 changes: 349 additions & 0 deletions build/docs/AlertingAPI.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,349 @@
{
"DELETE /api/v2/alerting/alerts/{alertId}": {
"operationId": "deletealertingalert",
"functionName": "deleteAlertingAlert",
"signature": "deleteAlertingAlert(alertId)",
"parameters": [
{
"name": "alertId",
"type": "String",
"required": "true"
}
]
},
"DELETE /api/v2/alerting/interactionstats/alerts/{alertId}": {
"operationId": "deletealertinginteractionstatsalert",
"functionName": "deleteAlertingInteractionstatsAlert",
"signature": "deleteAlertingInteractionstatsAlert(alertId)",
"parameters": [
{
"name": "alertId",
"type": "String",
"required": "true"
}
]
},
"DELETE /api/v2/alerting/interactionstats/rules/{ruleId}": {
"operationId": "deletealertinginteractionstatsrule",
"functionName": "deleteAlertingInteractionstatsRule",
"signature": "deleteAlertingInteractionstatsRule(ruleId)",
"parameters": [
{
"name": "ruleId",
"type": "String",
"required": "true"
}
]
},
"DELETE /api/v2/alerting/rules/{ruleId}": {
"operationId": "deletealertingrule",
"functionName": "deleteAlertingRule",
"signature": "deleteAlertingRule(ruleId)",
"parameters": [
{
"name": "ruleId",
"type": "String",
"required": "true"
}
]
},
"GET /api/v2/alerting/alerts/{alertId}": {
"operationId": "getalertingalert",
"functionName": "getAlertingAlert",
"signature": "getAlertingAlert(alertId)",
"parameters": [
{
"name": "alertId",
"type": "String",
"required": "true"
}
],
"return": "CommonAlert"
},
"GET /api/v2/alerting/alerts/active": {
"operationId": "getalertingalertsactive",
"functionName": "getAlertingAlertsActive",
"signature": "getAlertingAlertsActive()",

"return": "ActiveAlertCount"
},
"GET /api/v2/alerting/interactionstats/alerts/{alertId}": {
"operationId": "getalertinginteractionstatsalert",
"functionName": "getAlertingInteractionstatsAlert",
"signature": "getAlertingInteractionstatsAlert(alertId, expand)",
"parameters": [
{
"name": "alertId",
"type": "String",
"required": "true"
},
{
"name": "expand",
"type": "[String]",
"required": "false"
}
],
"return": "InteractionStatsAlert"
},
"GET /api/v2/alerting/interactionstats/alerts": {
"operationId": "getalertinginteractionstatsalerts",
"functionName": "getAlertingInteractionstatsAlerts",
"signature": "getAlertingInteractionstatsAlerts(expand)",
"parameters": [
{
"name": "expand",
"type": "[String]",
"required": "false"
}
],
"return": "InteractionStatsAlertContainer"
},
"GET /api/v2/alerting/interactionstats/alerts/unread": {
"operationId": "getalertinginteractionstatsalertsunread",
"functionName": "getAlertingInteractionstatsAlertsUnread",
"signature": "getAlertingInteractionstatsAlertsUnread()",

"return": "UnreadMetric"
},
"GET /api/v2/alerting/interactionstats/rules/{ruleId}": {
"operationId": "getalertinginteractionstatsrule",
"functionName": "getAlertingInteractionstatsRule",
"signature": "getAlertingInteractionstatsRule(ruleId, expand)",
"parameters": [
{
"name": "ruleId",
"type": "String",
"required": "true"
},
{
"name": "expand",
"type": "[String]",
"required": "false"
}
],
"return": "InteractionStatsRule"
},
"GET /api/v2/alerting/interactionstats/rules": {
"operationId": "getalertinginteractionstatsrules",
"functionName": "getAlertingInteractionstatsRules",
"signature": "getAlertingInteractionstatsRules(expand)",
"parameters": [
{
"name": "expand",
"type": "[String]",
"required": "false"
}
],
"return": "InteractionStatsRuleContainer"
},
"GET /api/v2/alerting/rules/{ruleId}": {
"operationId": "getalertingrule",
"functionName": "getAlertingRule",
"signature": "getAlertingRule(ruleId)",
"parameters": [
{
"name": "ruleId",
"type": "String",
"required": "true"
}
],
"return": "CommonRule"
},
"PATCH /api/v2/alerting/alerts/{alertId}": {
"operationId": "patchalertingalert",
"functionName": "patchAlertingAlert",
"signature": "patchAlertingAlert(alertId, body)",
"parameters": [
{
"name": "alertId",
"type": "String",
"required": "true"
},
{
"name": "body",
"type": "AlertRequest",
"required": "false"
}
],
"return": "CommonAlert"
},
"PATCH /api/v2/alerting/alerts/bulk": {
"operationId": "patchalertingalertsbulk",
"functionName": "patchAlertingAlertsBulk",
"signature": "patchAlertingAlertsBulk(body)",
"parameters": [
{
"name": "body",
"type": "CommonAlertBulkUpdateRequest",
"required": "true"
}
],
"return": "BulkResponse"
},
"PATCH /api/v2/alerting/rules/bulk": {
"operationId": "patchalertingrulesbulk",
"functionName": "patchAlertingRulesBulk",
"signature": "patchAlertingRulesBulk(body)",
"parameters": [
{
"name": "body",
"type": "CommonRuleBulkUpdateNotificationsRequest",
"required": "true"
}
],
"return": "BulkResponse"
},
"POST /api/v2/alerting/alerts/query": {
"operationId": "postalertingalertsquery",
"functionName": "postAlertingAlertsQuery",
"signature": "postAlertingAlertsQuery(body)",
"parameters": [
{
"name": "body",
"type": "GetAlertQuery",
"required": "false"
}
],
"return": "AlertListing"
},
"POST /api/v2/alerting/interactionstats/rules": {
"operationId": "postalertinginteractionstatsrules",
"functionName": "postAlertingInteractionstatsRules",
"signature": "postAlertingInteractionstatsRules(body, expand)",
"parameters": [
{
"name": "body",
"type": "InteractionStatsRule",
"required": "true"
},
{
"name": "expand",
"type": "[String]",
"required": "false"
}
],
"return": "InteractionStatsRule"
},
"POST /api/v2/alerting/rules": {
"operationId": "postalertingrules",
"functionName": "postAlertingRules",
"signature": "postAlertingRules(body)",
"parameters": [
{
"name": "body",
"type": "CommonRule",
"required": "true"
}
],
"return": "CommonRule"
},
"POST /api/v2/alerting/rules/bulk/remove": {
"operationId": "postalertingrulesbulkremove",
"functionName": "postAlertingRulesBulkRemove",
"signature": "postAlertingRulesBulkRemove(body)",
"parameters": [
{
"name": "body",
"type": "CommonRuleBulkDeleteRequest",
"required": "true"
}
],
"return": "BulkResponse"
},
"POST /api/v2/alerting/rules/query": {
"operationId": "postalertingrulesquery",
"functionName": "postAlertingRulesQuery",
"signature": "postAlertingRulesQuery(body)",
"parameters": [
{
"name": "body",
"type": "GetRulesQuery",
"required": "false"
}
],
"return": "CommonRuleContainer"
},
"PUT /api/v2/alerting/alerts/{alertId}": {
"operationId": "putalertingalert",
"functionName": "putAlertingAlert",
"signature": "putAlertingAlert(alertId, body)",
"parameters": [
{
"name": "alertId",
"type": "String",
"required": "true"
},
{
"name": "body",
"type": "AlertingUnreadStatus",
"required": "false"
}
],
"return": "UnreadStatus"
},
"PUT /api/v2/alerting/interactionstats/alerts/{alertId}": {
"operationId": "putalertinginteractionstatsalert",
"functionName": "putAlertingInteractionstatsAlert",
"signature": "putAlertingInteractionstatsAlert(alertId, body, expand)",
"parameters": [
{
"name": "alertId",
"type": "String",
"required": "true"
},
{
"name": "body",
"type": "UnreadStatus",
"required": "true"
},
{
"name": "expand",
"type": "[String]",
"required": "false"
}
],
"return": "UnreadStatus"
},
"PUT /api/v2/alerting/interactionstats/rules/{ruleId}": {
"operationId": "putalertinginteractionstatsrule",
"functionName": "putAlertingInteractionstatsRule",
"signature": "putAlertingInteractionstatsRule(ruleId, body, expand)",
"parameters": [
{
"name": "ruleId",
"type": "String",
"required": "true"
},
{
"name": "body",
"type": "InteractionStatsRule",
"required": "true"
},
{
"name": "expand",
"type": "[String]",
"required": "false"
}
],
"return": "InteractionStatsRule"
},
"PUT /api/v2/alerting/rules/{ruleId}": {
"operationId": "putalertingrule",
"functionName": "putAlertingRule",
"signature": "putAlertingRule(ruleId, body)",
"parameters": [
{
"name": "ruleId",
"type": "String",
"required": "true"
},
{
"name": "body",
"type": "ModifiableRuleProperties",
"required": "true"
}
],
"return": "CommonRule"
}

}
Loading

0 comments on commit 9247062

Please sign in to comment.