purecloud 0.38.1 → 0.39.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (147) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/config-ruby.json +1 -1
  4. data/doc_out/AuthorizationApi.html.md +0 -57
  5. data/doc_out/AvailableLanguageList.html.md +13 -0
  6. data/doc_out/BillingContact.html.md +20 -0
  7. data/doc_out/{FlowHistoryResultItemEntityListing.html.md → BillingContactListing.html.md} +3 -3
  8. data/doc_out/CallRecord.html.md +2 -2
  9. data/doc_out/CallableContactsDiagnostic.html.md +3 -3
  10. data/doc_out/CallableTimeSet.html.md +3 -3
  11. data/doc_out/Campaign.html.md +3 -3
  12. data/doc_out/CampaignDiagnostics.html.md +3 -3
  13. data/doc_out/CampaignSchedule.html.md +6 -6
  14. data/doc_out/CampaignSequence.html.md +8 -8
  15. data/doc_out/CampaignStats.html.md +4 -4
  16. data/doc_out/Condition.html.md +7 -7
  17. data/doc_out/ConnectRate.html.md +3 -3
  18. data/doc_out/ContactCallbackRequest.html.md +5 -5
  19. data/doc_out/ContactList.html.md +9 -9
  20. data/doc_out/ContactPhoneNumberColumn.html.md +3 -3
  21. data/doc_out/CreateCallbackCommand.html.md +1 -0
  22. data/doc_out/CreateUser.html.md +1 -1
  23. data/doc_out/CustomerInteractionCenter.html.md +18 -0
  24. data/doc_out/DialerAction.html.md +4 -4
  25. data/doc_out/DialerContact.html.md +5 -5
  26. data/doc_out/DialerRule.html.md +6 -6
  27. data/doc_out/DncList.html.md +6 -7
  28. data/doc_out/ExternalContact.html.md +1 -0
  29. data/doc_out/ExternalDataSource.html.md +14 -0
  30. data/doc_out/ExternalOrganization.html.md +1 -0
  31. data/doc_out/IdentityProviderApi.html.md +1011 -0
  32. data/doc_out/ImportStatus.html.md +5 -5
  33. data/doc_out/InitiateScreenRecording.html.md +15 -0
  34. data/doc_out/JsonNode.html.md +3 -3
  35. data/doc_out/Keyword.html.md +19 -0
  36. data/doc_out/KeywordSet.html.md +21 -0
  37. data/doc_out/KeywordSetEntityListing.html.md +22 -0
  38. data/doc_out/OAuthApi.html.md +45 -886
  39. data/doc_out/OAuthClient.html.md +2 -2
  40. data/doc_out/Okta.html.md +1 -1
  41. data/doc_out/OneLogin.html.md +1 -1
  42. data/doc_out/OrgMediaUtilization.html.md +1 -0
  43. data/doc_out/OutboundApi.html.md +3 -3
  44. data/doc_out/PaymentMethod.html.md +3 -0
  45. data/doc_out/PhoneNumberStatus.html.md +1 -1
  46. data/doc_out/PolicyActions.html.md +1 -0
  47. data/doc_out/PresenceApi.html.md +68 -17
  48. data/doc_out/QualityApi.html.md +361 -0
  49. data/doc_out/QueueUtilizationDiagnostic.html.md +8 -8
  50. data/doc_out/ResponseSet.html.md +3 -3
  51. data/doc_out/RoutingApi.html.md +15 -12
  52. data/doc_out/RoutingSkill.html.md +1 -2
  53. data/doc_out/RuleSet.html.md +6 -6
  54. data/doc_out/Salesforce.html.md +1 -1
  55. data/doc_out/ScheduleInterval.html.md +14 -0
  56. data/doc_out/SequenceSchedule.html.md +6 -6
  57. data/doc_out/Station.html.md +1 -0
  58. data/doc_out/StationsApi.html.md +3 -1
  59. data/doc_out/SupportCredit.html.md +16 -0
  60. data/doc_out/SupportCreditListing.html.md +22 -0
  61. data/doc_out/SystemPresence.html.md +15 -0
  62. data/doc_out/TelephonyProvidersEdgeApi.html.md +112 -1
  63. data/doc_out/TrunkRecordingEnabledCount.html.md +14 -0
  64. data/doc_out/UserImage.html.md +1 -1
  65. data/doc_out/UserMe.html.md +5 -1
  66. data/doc_out/UserRoutingSkill.html.md +2 -2
  67. data/doc_out/UsersApi.html.md +182 -0
  68. data/doc_out/WrapUpCodeMapping.html.md +5 -5
  69. data/doc_out/index.html.md +3 -3
  70. data/lib/purecloud.rb +15 -3
  71. data/lib/purecloud/api/authorization_api.rb +0 -60
  72. data/lib/purecloud/api/identity_provider_api.rb +1072 -0
  73. data/lib/purecloud/api/o_auth_api.rb +26 -906
  74. data/lib/purecloud/api/outbound_api.rb +2 -2
  75. data/lib/purecloud/api/presence_api.rb +67 -12
  76. data/lib/purecloud/api/quality_api.rb +378 -0
  77. data/lib/purecloud/api/routing_api.rb +21 -16
  78. data/lib/purecloud/api/stations_api.rb +3 -0
  79. data/lib/purecloud/api/telephony_providers_edge_api.rb +120 -0
  80. data/lib/purecloud/api/users_api.rb +189 -0
  81. data/lib/purecloud/api_client.rb +1 -1
  82. data/lib/purecloud/models/analytics_session.rb +1 -1
  83. data/lib/purecloud/models/available_language_list.rb +167 -0
  84. data/lib/purecloud/models/billing_contact.rb +237 -0
  85. data/lib/purecloud/models/{flow_history_result_item_entity_listing.rb → billing_contact_listing.rb} +2 -2
  86. data/lib/purecloud/models/call_record.rb +2 -1
  87. data/lib/purecloud/models/callable_contacts_diagnostic.rb +3 -0
  88. data/lib/purecloud/models/callable_time_set.rb +3 -3
  89. data/lib/purecloud/models/campaign.rb +3 -3
  90. data/lib/purecloud/models/campaign_diagnostics.rb +3 -0
  91. data/lib/purecloud/models/campaign_schedule.rb +7 -4
  92. data/lib/purecloud/models/campaign_sequence.rb +8 -3
  93. data/lib/purecloud/models/campaign_stats.rb +4 -0
  94. data/lib/purecloud/models/condition.rb +16 -0
  95. data/lib/purecloud/models/connect_rate.rb +3 -0
  96. data/lib/purecloud/models/contact_callback_request.rb +5 -0
  97. data/lib/purecloud/models/contact_list.rb +9 -3
  98. data/lib/purecloud/models/contact_phone_number_column.rb +3 -0
  99. data/lib/purecloud/models/create_callback_command.rb +12 -1
  100. data/lib/purecloud/models/create_user.rb +1 -0
  101. data/lib/purecloud/models/customer_interaction_center.rb +217 -0
  102. data/lib/purecloud/models/dialer_action.rb +31 -0
  103. data/lib/purecloud/models/dialer_contact.rb +5 -0
  104. data/lib/purecloud/models/dialer_rule.rb +15 -0
  105. data/lib/purecloud/models/dnc_list.rb +7 -14
  106. data/lib/purecloud/models/external_contact.rb +14 -1
  107. data/lib/purecloud/models/external_data_source.rb +176 -0
  108. data/lib/purecloud/models/external_organization.rb +14 -1
  109. data/lib/purecloud/models/import_status.rb +5 -0
  110. data/lib/purecloud/models/initiate_screen_recording.rb +187 -0
  111. data/lib/purecloud/models/json_node.rb +37 -37
  112. data/lib/purecloud/models/keyword.rb +227 -0
  113. data/lib/purecloud/models/keyword_set.rb +253 -0
  114. data/lib/purecloud/models/keyword_set_entity_listing.rb +257 -0
  115. data/lib/purecloud/models/o_auth_client.rb +3 -3
  116. data/lib/purecloud/models/okta.rb +11 -11
  117. data/lib/purecloud/models/one_login.rb +11 -11
  118. data/lib/purecloud/models/org_media_utilization.rb +17 -4
  119. data/lib/purecloud/models/organization_presence.rb +0 -9
  120. data/lib/purecloud/models/payment_method.rb +42 -1
  121. data/lib/purecloud/models/phone_number_status.rb +1 -0
  122. data/lib/purecloud/models/policy_actions.rb +14 -4
  123. data/lib/purecloud/models/queue_utilization_diagnostic.rb +8 -0
  124. data/lib/purecloud/models/response_set.rb +3 -3
  125. data/lib/purecloud/models/routing_skill.rb +2 -12
  126. data/lib/purecloud/models/routing_status.rb +1 -1
  127. data/lib/purecloud/models/rule_set.rb +6 -3
  128. data/lib/purecloud/models/salesforce.rb +11 -11
  129. data/lib/purecloud/models/{campaign_schedule_intervals.rb → schedule_interval.rb} +5 -5
  130. data/lib/purecloud/models/sequence_schedule.rb +7 -4
  131. data/lib/purecloud/models/station.rb +11 -1
  132. data/lib/purecloud/models/support_credit.rb +197 -0
  133. data/lib/purecloud/models/support_credit_listing.rb +257 -0
  134. data/lib/purecloud/models/system_presence.rb +187 -0
  135. data/lib/purecloud/models/trunk_recording_enabled_count.rb +177 -0
  136. data/lib/purecloud/models/user_image.rb +1 -0
  137. data/lib/purecloud/models/user_me.rb +50 -2
  138. data/lib/purecloud/models/user_routing_skill.rb +18 -11
  139. data/lib/purecloud/models/wrap_up_code_mapping.rb +5 -3
  140. data/lib/purecloud/version.rb +1 -1
  141. data/newVersion.md +1 -1
  142. data/swagger.json +1 -1
  143. data/version.json +1 -1
  144. metadata +32 -8
  145. data/doc_out/CampaignScheduleIntervals.html.md +0 -14
  146. data/doc_out/ObjectsApi.html.md +0 -69
  147. data/lib/purecloud/api/objects_api.rb +0 -87
@@ -7,14 +7,14 @@ title: QueueUtilizationDiagnostic
7
7
 
8
8
  |Name | Type | Description | Notes|
9
9
  |------------ | ------------- | ------------- | -------------|
10
- | **queue** | [**UriReference**](UriReference.html) | | [optional] |
11
- | **users_in_queue** | **Integer** | | [optional] |
12
- | **active_users_in_queue** | **Integer** | | [optional] |
13
- | **users_on_queue** | **Integer** | | [optional] |
14
- | **users_not_utilized** | **Integer** | | [optional] |
15
- | **users_on_queue_with_station** | **Integer** | | [optional] |
16
- | **users_on_a_campaign_call** | **Integer** | | [optional] |
17
- | **users_on_a_non_campaign_call** | **Integer** | | [optional] |
10
+ | **queue** | [**UriReference**](UriReference.html) | Identifier of the queue | [optional] |
11
+ | **users_in_queue** | **Integer** | The number of users joined to the queue | [optional] |
12
+ | **active_users_in_queue** | **Integer** | The number of users active on the queue | [optional] |
13
+ | **users_on_queue** | **Integer** | The number of users with a status of on-queue | [optional] |
14
+ | **users_not_utilized** | **Integer** | The number of users in the queue currently not engaged | [optional] |
15
+ | **users_on_queue_with_station** | **Integer** | The number of users in the queue with a station | [optional] |
16
+ | **users_on_a_campaign_call** | **Integer** | The number of users currently engaged in a campaign call | [optional] |
17
+ | **users_on_a_non_campaign_call** | **Integer** | The number of users currently engaged in a communication that is not part of the campaign | [optional] |
18
18
  {: class="table table-striped"}
19
19
 
20
20
 
@@ -9,9 +9,9 @@ title: ResponseSet
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | | [optional] |
12
- | **date_created** | **DateTime** | creation time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
13
- | **date_modified** | **DateTime** | last modified time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
14
- | **version** | **Integer** | required for updates, must match the version number of the most recent update | [optional] |
12
+ | **date_created** | **DateTime** | Creation time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
13
+ | **date_modified** | **DateTime** | Last modified time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
14
+ | **version** | **Integer** | Required for updates, must match the version number of the most recent update | [optional] |
15
15
  | **responses** | [**Hash<String, Reaction>**](Reaction.html) | Map of disposition identifiers to reactions. For example: {\"disposition.classification.callable.person\": {\"reactionType\": \"transfer\"}} | [optional] |
16
16
  | **self_uri** | **String** | The URI for this object | [optional] |
17
17
  {: class="table table-striped"}
@@ -45,7 +45,7 @@ Method | HTTP request | Description
45
45
  |[**post_wrapupcodes**](RoutingApi.html#post_wrapupcodes) | **POST** /api/v2/routing/wrapupcodes | Create a wrap-up code|
46
46
  |[**put_email_domains_domainname_routes_route_id**](RoutingApi.html#put_email_domains_domainname_routes_route_id) | **PUT** /api/v2/routing/email/domains/{domainName}/routes/{routeId} | Update a route|
47
47
  |[**put_queues_queue_id**](RoutingApi.html#put_queues_queue_id) | **PUT** /api/v2/routing/queues/{queueId} | Update a queue|
48
- |[**put_skills_skill_id**](RoutingApi.html#put_skills_skill_id) | **PUT** /api/v2/routing/skills/{skillId} | Update Routing Skill|
48
+ |[**put_user_id_routingskills_skill_id**](RoutingApi.html#put_user_id_routingskills_skill_id) | **PUT** /api/v2/users/{userId}/routingskills/{skillId} | Update routing skill proficiency or state.|
49
49
  |[**put_utilization**](RoutingApi.html#put_utilization) | **PUT** /api/v2/routing/utilization | Update the utilization settings.|
50
50
  |[**put_wrapupcodes_code_id**](RoutingApi.html#put_wrapupcodes_code_id) | **PUT** /api/v2/routing/wrapupcodes/{codeId} | Update wrap-up code|
51
51
  {: class="table table-striped"}
@@ -2209,11 +2209,11 @@ Name | Type | Description | Notes
2209
2209
 
2210
2210
 
2211
2211
 
2212
- <a name="put_skills_skill_id"></a>
2212
+ <a name="put_user_id_routingskills_skill_id"></a>
2213
2213
 
2214
- ## -[**RoutingSkill**](RoutingSkill.html) put_skills_skill_id(skill_id, opts)
2214
+ ## -[**UserRoutingSkill**](UserRoutingSkill.html) put_user_id_routingskills_skill_id(user_id, skill_id, opts)
2215
2215
 
2216
- Update Routing Skill
2216
+ Update routing skill proficiency or state.
2217
2217
 
2218
2218
 
2219
2219
 
@@ -2234,18 +2234,20 @@ end
2234
2234
 
2235
2235
  api_instance = PureCloud::RoutingApi.new
2236
2236
 
2237
- skill_id = "skill_id_example" # String | Skill ID
2237
+ user_id = "user_id_example" # String | User ID
2238
+
2239
+ skill_id = "skill_id_example" # String |
2238
2240
 
2239
2241
  opts = {
2240
- body: PureCloud::RoutingSkill.new # RoutingSkill | Skill
2242
+ body: PureCloud::UserRoutingSkill.new # UserRoutingSkill | Skill
2241
2243
  }
2242
2244
 
2243
2245
  begin
2244
- #Update Routing Skill
2245
- result = api_instance.put_skills_skill_id(skill_id, opts)
2246
+ #Update routing skill proficiency or state.
2247
+ result = api_instance.put_user_id_routingskills_skill_id(user_id, skill_id, opts)
2246
2248
  p result
2247
2249
  rescue PureCloud::ApiError => e
2248
- puts "Exception when calling RoutingApi->put_skills_skill_id: #{e}"
2250
+ puts "Exception when calling RoutingApi->put_user_id_routingskills_skill_id: #{e}"
2249
2251
  end
2250
2252
  ~~~
2251
2253
 
@@ -2253,14 +2255,15 @@ end
2253
2255
 
2254
2256
  Name | Type | Description | Notes
2255
2257
  ------------- | ------------- | ------------- | -------------
2256
- **skill_id** | **String**| Skill ID |
2257
- **body** | [**RoutingSkill**](RoutingSkill.html)| Skill | [optional]
2258
+ **user_id** | **String**| User ID |
2259
+ **skill_id** | **String**| |
2260
+ **body** | [**UserRoutingSkill**](UserRoutingSkill.html)| Skill | [optional]
2258
2261
  {: class="table table-striped"}
2259
2262
 
2260
2263
 
2261
2264
  ### Return type
2262
2265
 
2263
- [**RoutingSkill**](RoutingSkill.html)
2266
+ [**UserRoutingSkill**](UserRoutingSkill.html)
2264
2267
 
2265
2268
  ### HTTP request headers
2266
2269
 
@@ -9,10 +9,9 @@ title: RoutingSkill
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | | [optional] |
12
- | **date_modified** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
12
+ | **date_modified** | **DateTime** | Date last modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
13
13
  | **state** | **String** | The current state for this skill. | [optional] |
14
14
  | **version** | **String** | Required when updating. Version must be the current version. Only the system can assign version. | [optional] |
15
- | **proficiency** | **String** | | [optional] |
16
15
  | **self_uri** | **String** | The URI for this object | [optional] |
17
16
  {: class="table table-striped"}
18
17
 
@@ -9,12 +9,12 @@ title: RuleSet
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | | [optional] |
12
- | **date_created** | **DateTime** | creation time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
13
- | **date_modified** | **DateTime** | last modified time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
14
- | **version** | **Integer** | required for updates, must match the version number of the most recent update | [optional] |
15
- | **contact_list** | [**UriReference**](UriReference.html) | | [optional] |
16
- | **queue** | [**UriReference**](UriReference.html) | | [optional] |
17
- | **rules** | [**Array&lt;DialerRule&gt;**](DialerRule.html) | | [optional] |
12
+ | **date_created** | **DateTime** | Creation time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
13
+ | **date_modified** | **DateTime** | Last modified time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
14
+ | **version** | **Integer** | Required for updates, must match the version number of the most recent update | [optional] |
15
+ | **contact_list** | [**UriReference**](UriReference.html) | The identifier of an example contact list that provides user-interface suggestions for contact-based conditions and actions | [optional] |
16
+ | **queue** | [**UriReference**](UriReference.html) | The identifier of an example queue that provides user-interface suggestions for wrap-up associated conditions | [optional] |
17
+ | **rules** | [**Array&lt;DialerRule&gt;**](DialerRule.html) | The list of rules | [optional] |
18
18
  | **self_uri** | **String** | The URI for this object | [optional] |
19
19
  {: class="table table-striped"}
20
20
 
@@ -10,8 +10,8 @@ title: Salesforce
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | | [optional] |
12
12
  | **certificate** | **String** | | [optional] |
13
- | **issuer_uri** | **String** | | [optional] |
14
13
  | **sso_target_uri** | **String** | | [optional] |
14
+ | **issuer_uri** | **String** | | [optional] |
15
15
  | **self_uri** | **String** | The URI for this object | [optional] |
16
16
  {: class="table table-striped"}
17
17
 
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: ScheduleInterval
3
+ ---
4
+ ## PureCloud::ScheduleInterval
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **start** | **String** | scheduled start time represented as an ISO-8601 string; for example, yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
11
+ | **_end** | **String** | scheduled end time represented as an ISO-8601 string; for example, yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -9,12 +9,12 @@ title: SequenceSchedule
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | | [optional] |
12
- | **date_created** | **DateTime** | creation time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
13
- | **date_modified** | **DateTime** | last modified time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
14
- | **version** | **Integer** | required for updates, must match the version number of the most recent update | [optional] |
15
- | **intervals** | [**Array&lt;CampaignScheduleIntervals&gt;**](CampaignScheduleIntervals.html) | | [optional] |
16
- | **time_zone** | **String** | | [optional] |
17
- | **sequence** | [**UriReference**](UriReference.html) | | [optional] |
12
+ | **date_created** | **DateTime** | Creation time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
13
+ | **date_modified** | **DateTime** | Last modified time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
14
+ | **version** | **Integer** | Required for updates, must match the version number of the most recent update | [optional] |
15
+ | **intervals** | [**Array&lt;ScheduleInterval&gt;**](ScheduleInterval.html) | a list of start and end times | |
16
+ | **time_zone** | **String** | time zone identifier to be applied to the intervals; for example Africa/Abidjan | |
17
+ | **sequence** | [**UriReference**](UriReference.html) | identifier of the sequence to be scheduled | |
18
18
  | **self_uri** | **String** | The URI for this object | [optional] |
19
19
  {: class="table table-striped"}
20
20
 
@@ -15,6 +15,7 @@ title: Station
15
15
  | **primary_edge** | [**UriReference**](UriReference.html) | | [optional] |
16
16
  | **secondary_edge** | [**UriReference**](UriReference.html) | | [optional] |
17
17
  | **type** | **String** | | [optional] |
18
+ | **line_appearance_id** | **String** | | [optional] |
18
19
  | **self_uri** | **String** | The URI for this object | [optional] |
19
20
  {: class="table table-striped"}
20
21
 
@@ -154,7 +154,8 @@ opts = {
154
154
  page_size: 25, # Integer | Page size
155
155
  page_number: 1, # Integer | Page number
156
156
  sort_by: "name", # String | Sort by
157
- name: "name_example" # String | Name
157
+ name: "name_example", # String | Name
158
+ line_appearance_id: "line_appearance_id_example" # String | lineAppearanceId
158
159
  }
159
160
 
160
161
  begin
@@ -174,6 +175,7 @@ Name | Type | Description | Notes
174
175
  **page_number** | **Integer**| Page number | [optional] [default to 1]
175
176
  **sort_by** | **String**| Sort by | [optional] [default to name]
176
177
  **name** | **String**| Name | [optional]
178
+ **line_appearance_id** | **String**| lineAppearanceId | [optional]
177
179
  {: class="table table-striped"}
178
180
 
179
181
 
@@ -0,0 +1,16 @@
1
+ ---
2
+ title: SupportCredit
3
+ ---
4
+ ## PureCloud::SupportCredit
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
+ | **name** | **String** | | [optional] |
12
+ | **quantity** | **Integer** | | [optional] |
13
+ | **self_uri** | **String** | The URI for this object | [optional] |
14
+ {: class="table table-striped"}
15
+
16
+
@@ -0,0 +1,22 @@
1
+ ---
2
+ title: SupportCreditListing
3
+ ---
4
+ ## PureCloud::SupportCreditListing
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **page_size** | **Integer** | | [optional] |
11
+ | **page_number** | **Integer** | | [optional] |
12
+ | **total** | **Integer** | | [optional] |
13
+ | **entities** | [**Array&lt;SupportCredit&gt;**](SupportCredit.html) | | [optional] |
14
+ | **self_uri** | **String** | | [optional] |
15
+ | **first_uri** | **String** | | [optional] |
16
+ | **previous_uri** | **String** | | [optional] |
17
+ | **next_uri** | **String** | | [optional] |
18
+ | **last_uri** | **String** | | [optional] |
19
+ | **page_count** | **Integer** | | [optional] |
20
+ {: class="table table-striped"}
21
+
22
+
@@ -0,0 +1,15 @@
1
+ ---
2
+ title: SystemPresence
3
+ ---
4
+ ## PureCloud::SystemPresence
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
+ | **name** | **String** | | [optional] |
12
+ | **self_uri** | **String** | The URI for this object | [optional] |
13
+ {: class="table table-striped"}
14
+
15
+
@@ -22,6 +22,7 @@ Method | HTTP request | Description
22
22
  |[**delete_providers_edges_sites_site_id**](TelephonyProvidersEdgeApi.html#delete_providers_edges_sites_site_id) | **DELETE** /api/v2/telephony/providers/edges/sites/{siteId} | Delete an ednpoint|
23
23
  |[**delete_providers_edges_trunkbasesettings_trunkbasesettings_id**](TelephonyProvidersEdgeApi.html#delete_providers_edges_trunkbasesettings_trunkbasesettings_id) | **DELETE** /api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId} | Delete a Trunk Base Settings object by ID|
24
24
  |[**get_providers_edges**](TelephonyProvidersEdgeApi.html#get_providers_edges) | **GET** /api/v2/telephony/providers/edges | Get the list of edges.|
25
+ |[**get_providers_edges_availablelanguages**](TelephonyProvidersEdgeApi.html#get_providers_edges_availablelanguages) | **GET** /api/v2/telephony/providers/edges/availablelanguages | Get the list of available languages.|
25
26
  |[**get_providers_edges_certificateauthorities**](TelephonyProvidersEdgeApi.html#get_providers_edges_certificateauthorities) | **GET** /api/v2/telephony/providers/edges/certificateauthorities | Get the list of certificate authorities.|
26
27
  |[**get_providers_edges_certificateauthorities_certificate_id**](TelephonyProvidersEdgeApi.html#get_providers_edges_certificateauthorities_certificate_id) | **GET** /api/v2/telephony/providers/edges/certificateauthorities/{certificateId} | Get a certificate authority.|
27
28
  |[**get_providers_edges_didpools**](TelephonyProvidersEdgeApi.html#get_providers_edges_didpools) | **GET** /api/v2/telephony/providers/edges/didpools | Get a listing of DID Pools|
@@ -73,6 +74,7 @@ Method | HTTP request | Description
73
74
  |[**get_providers_edges_trunkbasesettings_trunkbasesettings_id**](TelephonyProvidersEdgeApi.html#get_providers_edges_trunkbasesettings_trunkbasesettings_id) | **GET** /api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId} | Get a Trunk Base Settings object by ID|
74
75
  |[**get_providers_edges_trunks**](TelephonyProvidersEdgeApi.html#get_providers_edges_trunks) | **GET** /api/v2/telephony/providers/edges/trunks | Get the list of available trunks.|
75
76
  |[**get_providers_edges_trunks_trunk_id**](TelephonyProvidersEdgeApi.html#get_providers_edges_trunks_trunk_id) | **GET** /api/v2/telephony/providers/edges/trunks/{trunkId} | Get a Trunk by ID|
77
+ |[**get_providers_edges_trunkswithrecording**](TelephonyProvidersEdgeApi.html#get_providers_edges_trunkswithrecording) | **GET** /api/v2/telephony/providers/edges/trunkswithrecording | Get Counts of trunks that have recording disabled or enabled|
76
78
  |[**get_schemas_edges_vnext**](TelephonyProvidersEdgeApi.html#get_schemas_edges_vnext) | **GET** /api/v2/configuration/schemas/edges/vnext | Lists available schema categories|
77
79
  |[**get_schemas_edges_vnext_schemacategory**](TelephonyProvidersEdgeApi.html#get_schemas_edges_vnext_schemacategory) | **GET** /api/v2/configuration/schemas/edges/vnext/{schemaCategory} | List schemas of a specific category|
78
80
  |[**get_schemas_edges_vnext_schemacategory_schematype**](TelephonyProvidersEdgeApi.html#get_schemas_edges_vnext_schemacategory_schematype) | **GET** /api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType} | List schemas of a specific category|
@@ -914,6 +916,56 @@ Name | Type | Description | Notes
914
916
 
915
917
 
916
918
 
919
+ <a name="get_providers_edges_availablelanguages"></a>
920
+
921
+ ## -[**AvailableLanguageList**](AvailableLanguageList.html) get_providers_edges_availablelanguages
922
+
923
+ Get the list of available languages.
924
+
925
+
926
+
927
+ ### Example
928
+ ~~~ruby
929
+ # load the gem
930
+ require 'purecloud'
931
+ # setup authorization
932
+ @secret = ENV['PURECLOUD_SECRET']
933
+ @id = ENV['PURECLOUD_CLIENT_ID']
934
+ environment = "mypurecloud.com"
935
+
936
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
937
+
938
+ PureCloud.configure do |config|
939
+ config.access_token = @authToken
940
+ end
941
+
942
+ api_instance = PureCloud::TelephonyProvidersEdgeApi.new
943
+
944
+ begin
945
+ #Get the list of available languages.
946
+ result = api_instance.get_providers_edges_availablelanguages
947
+ p result
948
+ rescue PureCloud::ApiError => e
949
+ puts "Exception when calling TelephonyProvidersEdgeApi->get_providers_edges_availablelanguages: #{e}"
950
+ end
951
+ ~~~
952
+
953
+ ### Parameters
954
+ This endpoint does not need any parameter.
955
+ {: class="table table-striped"}
956
+
957
+
958
+ ### Return type
959
+
960
+ [**AvailableLanguageList**](AvailableLanguageList.html)
961
+
962
+ ### HTTP request headers
963
+
964
+ - **Content-Type**: application/json
965
+ - **Accept**: application/json
966
+
967
+
968
+
917
969
  <a name="get_providers_edges_certificateauthorities"></a>
918
970
 
919
971
  ## -[**CertificateAuthorityEntityListing**](CertificateAuthorityEntityListing.html) get_providers_edges_certificateauthorities
@@ -3586,7 +3638,8 @@ opts = {
3586
3638
  page_number: 1, # Integer | Page number
3587
3639
  page_size: 25, # Integer | Page size
3588
3640
  sort_by: "name", # String | Value by which to sort
3589
- sort_order: "ASC" # String | Sort order
3641
+ sort_order: "ASC", # String | Sort order
3642
+ recording_enabled: true # BOOLEAN | Filter trunks by recording enabled
3590
3643
  }
3591
3644
 
3592
3645
  begin
@@ -3606,6 +3659,7 @@ Name | Type | Description | Notes
3606
3659
  **page_size** | **Integer**| Page size | [optional] [default to 25]
3607
3660
  **sort_by** | **String**| Value by which to sort | [optional] [default to name]
3608
3661
  **sort_order** | **String**| Sort order | [optional] [default to ASC]
3662
+ **recording_enabled** | **BOOLEAN**| Filter trunks by recording enabled | [optional]
3609
3663
  {: class="table table-striped"}
3610
3664
 
3611
3665
 
@@ -3918,6 +3972,63 @@ Name | Type | Description | Notes
3918
3972
 
3919
3973
 
3920
3974
 
3975
+ <a name="get_providers_edges_trunkswithrecording"></a>
3976
+
3977
+ ## -[**TrunkRecordingEnabledCount**](TrunkRecordingEnabledCount.html) get_providers_edges_trunkswithrecording(opts)
3978
+
3979
+ Get Counts of trunks that have recording disabled or enabled
3980
+
3981
+
3982
+
3983
+ ### Example
3984
+ ~~~ruby
3985
+ # load the gem
3986
+ require 'purecloud'
3987
+ # setup authorization
3988
+ @secret = ENV['PURECLOUD_SECRET']
3989
+ @id = ENV['PURECLOUD_CLIENT_ID']
3990
+ environment = "mypurecloud.com"
3991
+
3992
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
3993
+
3994
+ PureCloud.configure do |config|
3995
+ config.access_token = @authToken
3996
+ end
3997
+
3998
+ api_instance = PureCloud::TelephonyProvidersEdgeApi.new
3999
+
4000
+ opts = {
4001
+ trunk_type: "trunk_type_example" # String | The type of this trunk base.
4002
+ }
4003
+
4004
+ begin
4005
+ #Get Counts of trunks that have recording disabled or enabled
4006
+ result = api_instance.get_providers_edges_trunkswithrecording(opts)
4007
+ p result
4008
+ rescue PureCloud::ApiError => e
4009
+ puts "Exception when calling TelephonyProvidersEdgeApi->get_providers_edges_trunkswithrecording: #{e}"
4010
+ end
4011
+ ~~~
4012
+
4013
+ ### Parameters
4014
+
4015
+ Name | Type | Description | Notes
4016
+ ------------- | ------------- | ------------- | -------------
4017
+ **trunk_type** | **String**| The type of this trunk base. | [optional]
4018
+ {: class="table table-striped"}
4019
+
4020
+
4021
+ ### Return type
4022
+
4023
+ [**TrunkRecordingEnabledCount**](TrunkRecordingEnabledCount.html)
4024
+
4025
+ ### HTTP request headers
4026
+
4027
+ - **Content-Type**: application/json
4028
+ - **Accept**: application/json
4029
+
4030
+
4031
+
3921
4032
  <a name="get_schemas_edges_vnext"></a>
3922
4033
 
3923
4034
  ## -[**SchemaCategoryEntityListing**](SchemaCategoryEntityListing.html) get_schemas_edges_vnext(opts)
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: TrunkRecordingEnabledCount
3
+ ---
4
+ ## PureCloud::TrunkRecordingEnabledCount
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **enabled_count** | **Integer** | The amount of trunks that have recording enabled | [optional] |
11
+ | **disabled_count** | **Integer** | The amount of trunks that do not have recording enabled | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -7,7 +7,7 @@ title: UserImage
7
7
 
8
8
  |Name | Type | Description | Notes|
9
9
  |------------ | ------------- | ------------- | -------------|
10
- | **resolution** | **String** | | [optional] |
10
+ | **resolution** | **String** | Height and/or width of image. ex: 640x480 or x128 | [optional] |
11
11
  | **image_uri** | **String** | | [optional] |
12
12
  {: class="table table-striped"}
13
13