purecloudplatformclientv2 20.0.0 → 21.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/docs/AdherenceSettings.md +18 -0
  4. data/docs/AgentManagementUnitReference.md +14 -0
  5. data/docs/AnalyticsSession.md +1 -0
  6. data/docs/AnalyticsView.md +1 -1
  7. data/docs/ArchitectApi.md +19 -15
  8. data/docs/CallForwarding.md +4 -2
  9. data/docs/CallMediaParticipant.md +1 -0
  10. data/docs/CallRoute.md +14 -0
  11. data/docs/CallTarget.md +14 -0
  12. data/docs/Contact.md +1 -1
  13. data/docs/ConversationNotificationMessage.md +3 -0
  14. data/docs/ConversationNotificationMessageDetails.md +2 -0
  15. data/docs/ConversationNotificationMessages.md +2 -0
  16. data/docs/ConversationNotificationMessages1.md +3 -0
  17. data/docs/ConversationsApi.md +196 -0
  18. data/docs/CreateEmailRequest.md +2 -0
  19. data/docs/CreateQueueRequest.md +2 -0
  20. data/docs/CreateSecureSession.md +16 -0
  21. data/docs/ExternalContact.md +1 -0
  22. data/docs/ImportScriptStatusResponse.md +15 -0
  23. data/docs/InboundRoute.md +1 -0
  24. data/docs/JsonNode.md +1 -1
  25. data/docs/ManagementUnit.md +5 -3
  26. data/docs/ManagementUnitReference.md +14 -0
  27. data/docs/ManagementUnitSettings.md +19 -0
  28. data/docs/Message.md +3 -0
  29. data/docs/MessageConversationNotificationMessageDetails.md +2 -0
  30. data/docs/MessageConversationNotificationMessageMediaParticipant.md +3 -0
  31. data/docs/MessageConversationNotificationMessages.md +2 -0
  32. data/docs/MessageConversationNotificationParticipants.md +3 -0
  33. data/docs/MessageDetails.md +2 -0
  34. data/docs/QualityApi.md +3 -1
  35. data/docs/Queue.md +2 -0
  36. data/docs/SchedulingSettings.md +14 -0
  37. data/docs/ScriptsApi.md +64 -0
  38. data/docs/SecureSession.md +19 -0
  39. data/docs/SecureSessionEntityListing.md +13 -0
  40. data/docs/ShortTermForecastingSettings.md +13 -0
  41. data/docs/SignedData.md +13 -0
  42. data/docs/SignedDataApi.md +73 -0
  43. data/docs/TimeOffRequestSettings.md +15 -0
  44. data/docs/UpdateUser.md +2 -2
  45. data/docs/UserConversationSummaryNotification.md +1 -0
  46. data/docs/UserQueue.md +2 -0
  47. data/docs/UserReference.md +14 -0
  48. data/docs/WorkforceManagementApi.md +61 -0
  49. data/lib/purecloudplatformclientv2.rb +16 -0
  50. data/lib/purecloudplatformclientv2/api/architect_api.rb +24 -6
  51. data/lib/purecloudplatformclientv2/api/conversations_api.rb +243 -0
  52. data/lib/purecloudplatformclientv2/api/quality_api.rb +9 -0
  53. data/lib/purecloudplatformclientv2/api/scripts_api.rb +74 -0
  54. data/lib/purecloudplatformclientv2/api/signed_data_api.rb +90 -0
  55. data/lib/purecloudplatformclientv2/api/workforce_management_api.rb +63 -0
  56. data/lib/purecloudplatformclientv2/api_client.rb +1 -1
  57. data/lib/purecloudplatformclientv2/models/adherence_settings.rb +335 -0
  58. data/lib/purecloudplatformclientv2/models/agent_management_unit_reference.rb +229 -0
  59. data/lib/purecloudplatformclientv2/models/aggregate_metric_data.rb +2 -2
  60. data/lib/purecloudplatformclientv2/models/analytics_conversation_segment.rb +2 -2
  61. data/lib/purecloudplatformclientv2/models/analytics_query_predicate.rb +4 -4
  62. data/lib/purecloudplatformclientv2/models/analytics_session.rb +41 -1
  63. data/lib/purecloudplatformclientv2/models/analytics_view.rb +1 -1
  64. data/lib/purecloudplatformclientv2/models/call_forwarding.rb +71 -1
  65. data/lib/purecloudplatformclientv2/models/call_media_participant.rb +30 -4
  66. data/lib/purecloudplatformclientv2/models/call_route.rb +230 -0
  67. data/lib/purecloudplatformclientv2/models/call_target.rb +242 -0
  68. data/lib/purecloudplatformclientv2/models/contact.rb +1 -1
  69. data/lib/purecloudplatformclientv2/models/conversation_notification_message.rb +90 -1
  70. data/lib/purecloudplatformclientv2/models/conversation_notification_message_details.rb +68 -4
  71. data/lib/purecloudplatformclientv2/models/conversation_notification_messages.rb +68 -4
  72. data/lib/purecloudplatformclientv2/models/conversation_notification_messages_1.rb +90 -1
  73. data/lib/purecloudplatformclientv2/models/create_email_request.rb +56 -4
  74. data/lib/purecloudplatformclientv2/models/create_queue_request.rb +53 -1
  75. data/lib/purecloudplatformclientv2/models/create_secure_session.rb +290 -0
  76. data/lib/purecloudplatformclientv2/models/dependency.rb +2 -2
  77. data/lib/purecloudplatformclientv2/models/dependency_object.rb +2 -2
  78. data/lib/purecloudplatformclientv2/models/event_message.rb +2 -2
  79. data/lib/purecloudplatformclientv2/models/external_contact.rb +26 -1
  80. data/lib/purecloudplatformclientv2/models/import_script_status_response.rb +251 -0
  81. data/lib/purecloudplatformclientv2/models/inbound_route.rb +27 -1
  82. data/lib/purecloudplatformclientv2/models/interaction_stat_alert_notification.rb +2 -2
  83. data/lib/purecloudplatformclientv2/models/interaction_stat_rule_notification.rb +2 -2
  84. data/lib/purecloudplatformclientv2/models/interaction_stats_alert.rb +2 -2
  85. data/lib/purecloudplatformclientv2/models/interaction_stats_rule.rb +2 -2
  86. data/lib/purecloudplatformclientv2/models/intraday_data_group.rb +2 -2
  87. data/lib/purecloudplatformclientv2/models/intraday_data_update_notification_intraday_data_group.rb +2 -2
  88. data/lib/purecloudplatformclientv2/models/intraday_data_update_notification_intraday_data_groupings.rb +2 -2
  89. data/lib/purecloudplatformclientv2/models/json_node.rb +17 -17
  90. data/lib/purecloudplatformclientv2/models/management_unit.rb +59 -7
  91. data/lib/purecloudplatformclientv2/models/management_unit_reference.rb +229 -0
  92. data/lib/purecloudplatformclientv2/models/management_unit_settings.rb +364 -0
  93. data/lib/purecloudplatformclientv2/models/message.rb +93 -1
  94. data/lib/purecloudplatformclientv2/models/message_conversation_notification_message_details.rb +68 -4
  95. data/lib/purecloudplatformclientv2/models/message_conversation_notification_message_media_participant.rb +93 -4
  96. data/lib/purecloudplatformclientv2/models/message_conversation_notification_messages.rb +68 -4
  97. data/lib/purecloudplatformclientv2/models/message_conversation_notification_participants.rb +93 -4
  98. data/lib/purecloudplatformclientv2/models/message_details.rb +67 -1
  99. data/lib/purecloudplatformclientv2/models/participant.rb +2 -2
  100. data/lib/purecloudplatformclientv2/models/participant_basic.rb +2 -2
  101. data/lib/purecloudplatformclientv2/models/queue.rb +53 -1
  102. data/lib/purecloudplatformclientv2/models/scheduling_settings.rb +229 -0
  103. data/lib/purecloudplatformclientv2/models/secure_session.rb +382 -0
  104. data/lib/purecloudplatformclientv2/models/secure_session_entity_listing.rb +203 -0
  105. data/lib/purecloudplatformclientv2/models/short_term_forecasting_settings.rb +203 -0
  106. data/lib/purecloudplatformclientv2/models/signed_data.rb +201 -0
  107. data/lib/purecloudplatformclientv2/models/time_off_request_settings.rb +255 -0
  108. data/lib/purecloudplatformclientv2/models/update_user.rb +2 -1
  109. data/lib/purecloudplatformclientv2/models/user_conversation_summary_notification.rb +26 -1
  110. data/lib/purecloudplatformclientv2/models/user_queue.rb +53 -1
  111. data/lib/purecloudplatformclientv2/models/user_reference.rb +228 -0
  112. data/lib/purecloudplatformclientv2/version.rb +1 -1
  113. metadata +34 -2
@@ -20,6 +20,8 @@ title: CreateEmailRequest
20
20
  | **from_name** | **String** | The name of the sender of the email. | [optional] |
21
21
  | **subject** | **String** | The subject of the email | [optional] |
22
22
  | **direction** | **String** | Specify INBOUND to create an inbound email conversation to route to a queue, or OUTBOUND to send an email on behalf of a queue. | [optional] |
23
+ | **html_body** | **String** | An HTML body content of the email. | [optional] |
24
+ | **text_body** | **String** | A text body content of the email. | [optional] |
23
25
  {: class="table table-striped"}
24
26
 
25
27
 
@@ -23,6 +23,8 @@ title: CreateQueueRequest
23
23
  | **acw_settings** | [**AcwSettings**](AcwSettings.html) | The ACW settings for the queue. | |
24
24
  | **skill_evaluation_method** | **String** | The skill evaluation method to use when routing conversations. | |
25
25
  | **queue_flow** | [**UriReference**](UriReference.html) | The in-queue flow to use for conversations waiting in queue. | [optional] |
26
+ | **whisper** | [**UriReference**](UriReference.html) | The prompt used for whisper audio on the queue, if configured. | [optional] |
27
+ | **auto_answer_only** | **BOOLEAN** | Specifies whether the configured whisper audio should play for all ACD calls, or only for those which are auto-answered. | [optional] |
26
28
  | **calling_party_name** | **String** | The name to use for caller identification for outbound calls from this queue. | [optional] |
27
29
  | **calling_party_number** | **String** | The phone number to use for caller identification for outbound calls from this queue. | [optional] |
28
30
  | **default_scripts** | [**Hash<String, Script>**](Script.html) | The default script Ids for the communication types. | [optional] |
@@ -0,0 +1,16 @@
1
+ ---
2
+ title: CreateSecureSession
3
+ ---
4
+ ## PureCloud::CreateSecureSession
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **source_participant_id** | **String** | requesting participant | [optional] |
11
+ | **flow_id** | **String** | the flow id to execute in the secure session | |
12
+ | **user_data** | **String** | user data for the secure session | |
13
+ | **disconnect** | **BOOLEAN** | if true, disconnect the agent after creating the session | [optional] |
14
+ {: class="table table-striped"}
15
+
16
+
@@ -25,6 +25,7 @@ title: ExternalContact
25
25
  | **modify_date** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
26
26
  | **create_date** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
27
27
  | **external_organization** | [**ExternalOrganization**](ExternalOrganization.html) | | [optional] |
28
+ | **survey_opt_out** | **BOOLEAN** | | [optional] |
28
29
  | **external_data_sources** | [**Array<ExternalDataSource>**](ExternalDataSource.html) | Links to the sources of data (e.g. one source might be a CRM) that contributed data to this record. Read-only, and only populated when requested via expand param. | [optional] |
29
30
  | **self_uri** | **String** | The URI for this object | [optional] |
30
31
  {: class="table table-striped"}
@@ -0,0 +1,15 @@
1
+ ---
2
+ title: ImportScriptStatusResponse
3
+ ---
4
+ ## PureCloud::ImportScriptStatusResponse
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **url** | **String** | | [optional] |
11
+ | **succeeded** | **BOOLEAN** | | [optional] |
12
+ | **message** | **String** | | [optional] |
13
+ {: class="table table-striped"}
14
+
15
+
data/docs/InboundRoute.md CHANGED
@@ -17,6 +17,7 @@ title: InboundRoute
17
17
  | **from_name** | **String** | The sender name to use for outgoing replies. | |
18
18
  | **from_email** | **String** | The sender email to use for outgoing replies. | |
19
19
  | **flow** | [**UriReference**](UriReference.html) | The flow to use for processing the email. | [optional] |
20
+ | **reply_route** | [**UriReference**](UriReference.html) | The route to use for email replies. | [optional] |
20
21
  | **self_uri** | **String** | The URI for this object | [optional] |
21
22
  {: class="table table-striped"}
22
23
 
data/docs/JsonNode.md CHANGED
@@ -14,12 +14,12 @@ title: JsonNode
14
14
  | **object** | **BOOLEAN** | | [optional] |
15
15
  | **boolean** | **BOOLEAN** | | [optional] |
16
16
  | **number** | **BOOLEAN** | | [optional] |
17
+ | **floating_point_number** | **BOOLEAN** | | [optional] |
17
18
  | **value_node** | **BOOLEAN** | | [optional] |
18
19
  | **container_node** | **BOOLEAN** | | [optional] |
19
20
  | **missing_node** | **BOOLEAN** | | [optional] |
20
21
  | **pojo** | **BOOLEAN** | | [optional] |
21
22
  | **integral_number** | **BOOLEAN** | | [optional] |
22
- | **floating_point_number** | **BOOLEAN** | | [optional] |
23
23
  | **short** | **BOOLEAN** | | [optional] |
24
24
  | **int** | **BOOLEAN** | | [optional] |
25
25
  | **long** | **BOOLEAN** | | [optional] |
@@ -9,10 +9,12 @@ title: ManagementUnit
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | | [optional] |
12
- | **start_day_of_week** | **String** | Start day of week for workforce management planning purposes | [optional] |
12
+ | **start_day_of_week** | **String** | Start day of week for scheduling and forecasting purposes | [optional] |
13
13
  | **time_zone** | **String** | The time zone for the management unit in standard Olson Format (See https://en.wikipedia.org/wiki/Tz_database) | [optional] |
14
- | **version** | **Integer** | The version of the underlying ManagementUnit object. Useful for handling eventual consistency issues. User must submit the current version they of the ManagementUnit in any write requests | |
15
- | **date_modified** | **DateTime** | The date and time at which this management unit was last modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
14
+ | **settings** | [**ManagementUnitSettings**](ManagementUnitSettings.html) | The configuration settings for this management unit | [optional] |
15
+ | **version** | **Integer** | The version of the underlying entity | |
16
+ | **date_modified** | **DateTime** | The date and time at which this entity was last modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
17
+ | **modified_by** | [**User**](User.html) | The user who last modified this entity | [optional] |
16
18
  | **self_uri** | **String** | The URI for this object | [optional] |
17
19
  {: class="table table-striped"}
18
20
 
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: ManagementUnitReference
3
+ ---
4
+ ## PureCloud::ManagementUnitReference
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
+ | **self_uri** | **String** | The URI for this object | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,19 @@
1
+ ---
2
+ title: ManagementUnitSettings
3
+ ---
4
+ ## PureCloud::ManagementUnitSettings
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **adherence** | [**AdherenceSettings**](AdherenceSettings.html) | Adherence settings for this management unit | [optional] |
11
+ | **short_term_forecasting** | [**ShortTermForecastingSettings**](ShortTermForecastingSettings.html) | Short term forecasting settings for this management unit | [optional] |
12
+ | **time_off** | [**TimeOffRequestSettings**](TimeOffRequestSettings.html) | Time off request settings for this management unit | [optional] |
13
+ | **scheduling** | [**SchedulingSettings**](SchedulingSettings.html) | Scheduling settings for this management unit | [optional] |
14
+ | **version** | **Integer** | The version of the underlying entity | |
15
+ | **date_modified** | **DateTime** | The date and time at which this entity was last modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
16
+ | **modified_by** | [**User**](User.html) | The user who last modified this entity | [optional] |
17
+ {: class="table table-striped"}
18
+
19
+
data/docs/Message.md CHANGED
@@ -19,6 +19,9 @@ title: Message
19
19
  | **connected_time** | **DateTime** | The timestamp when this communication was connected in the cloud clock. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
20
20
  | **disconnected_time** | **DateTime** | The timestamp when this communication disconnected from the conversation in the provider clock. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
21
21
  | **provider** | **String** | The source provider for the message. | [optional] |
22
+ | **type** | **String** | Indicates the type of message platform from which the message originated. | [optional] |
23
+ | **recipient_country** | **String** | Indicates the country where the recipient is associated in ISO 3166-1 alpha-2 format. | [optional] |
24
+ | **recipient_type** | **String** | The type of the recipient. Eg: Provisioned phoneNumber is the recipient for sms message type. | [optional] |
22
25
  | **script_id** | **String** | The UUID of the script to use. | [optional] |
23
26
  | **peer_id** | **String** | The id of the peer communication corresponding to a matching leg for this communication. | [optional] |
24
27
  | **to_address** | [**Address**](Address.html) | Address and name data for a call endpoint. | [optional] |
@@ -9,6 +9,8 @@ title: MessageConversationNotificationMessageDetails
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **message** | [**MessageConversationNotificationUriReference**](MessageConversationNotificationUriReference.html) | | [optional] |
11
11
  | **message_time** | **DateTime** | | [optional] |
12
+ | **message_segment_count** | **Integer** | | [optional] |
13
+ | **message_status** | **String** | | [optional] |
12
14
  {: class="table table-striped"}
13
15
 
14
16
 
@@ -35,6 +35,9 @@ title: MessageConversationNotificationMessageMediaParticipant
35
35
  | **peer** | **String** | | [optional] |
36
36
  | **screen_recording_state** | **String** | | [optional] |
37
37
  | **messages** | [**Array<MessageConversationNotificationMessages>**](MessageConversationNotificationMessages.html) | | [optional] |
38
+ | **type** | **String** | | [optional] |
39
+ | **recipient_country** | **String** | | [optional] |
40
+ | **recipient_type** | **String** | | [optional] |
38
41
  {: class="table table-striped"}
39
42
 
40
43
 
@@ -9,6 +9,8 @@ title: MessageConversationNotificationMessages
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **message** | [**MessageConversationNotificationUriReference**](MessageConversationNotificationUriReference.html) | | [optional] |
11
11
  | **message_time** | **DateTime** | | [optional] |
12
+ | **message_segment_count** | **Integer** | | [optional] |
13
+ | **message_status** | **String** | | [optional] |
12
14
  {: class="table table-striped"}
13
15
 
14
16
 
@@ -35,6 +35,9 @@ title: MessageConversationNotificationParticipants
35
35
  | **peer** | **String** | | [optional] |
36
36
  | **screen_recording_state** | **String** | | [optional] |
37
37
  | **messages** | [**Array<MessageConversationNotificationMessages>**](MessageConversationNotificationMessages.html) | | [optional] |
38
+ | **type** | **String** | | [optional] |
39
+ | **recipient_country** | **String** | | [optional] |
40
+ | **recipient_type** | **String** | | [optional] |
38
41
  {: class="table table-striped"}
39
42
 
40
43
 
@@ -9,6 +9,8 @@ title: MessageDetails
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **message_id** | **String** | UUID identifying the message media. | [optional] |
11
11
  | **message_uri** | **String** | A URI for this message entity. | [optional] |
12
+ | **message_status** | **String** | Indicates the delivery status of the message. | [optional] |
13
+ | **message_segment_count** | **Integer** | The message segment count, greater than 1 if the message content was split into multiple parts for this message type, e.g. SMS character limits. | [optional] |
12
14
  | **message_time** | **DateTime** | The time when the message was sent or received. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
13
15
  {: class="table table-striped"}
14
16
 
data/docs/QualityApi.md CHANGED
@@ -757,7 +757,8 @@ opts = {
757
757
  is_released: true, # BOOLEAN | the evaluation has been released
758
758
  agent_has_read: true, # BOOLEAN | agent has the evaluation
759
759
  expand_answer_total_scores: true, # BOOLEAN | get the total scores for evaluations
760
- maximum: 56 # Integer | maximum
760
+ maximum: 56, # Integer | maximum
761
+ sort_order: "sort_order_example" # String | sort order options for agentUserId or evaluatorUserId query. Valid options are 'a', 'asc', 'ascending', 'd', 'desc', 'descending'
761
762
  }
762
763
 
763
764
  begin
@@ -790,6 +791,7 @@ Name | Type | Description | Notes
790
791
  **agent_has_read** | **BOOLEAN**| agent has the evaluation | [optional] |
791
792
  **expand_answer_total_scores** | **BOOLEAN**| get the total scores for evaluations | [optional] |
792
793
  **maximum** | **Integer**| maximum | [optional] |
794
+ **sort_order** | **String**| sort order options for agentUserId or evaluatorUserId query. Valid options are 'a', 'asc', 'ascending', 'd', 'desc', 'descending' | [optional] |
793
795
  {: class="table table-striped"}
794
796
 
795
797
 
data/docs/Queue.md CHANGED
@@ -23,6 +23,8 @@ title: Queue
23
23
  | **acw_settings** | [**AcwSettings**](AcwSettings.html) | The ACW settings for the queue. | |
24
24
  | **skill_evaluation_method** | **String** | The skill evaluation method to use when routing conversations. | |
25
25
  | **queue_flow** | [**UriReference**](UriReference.html) | The in-queue flow to use for conversations waiting in queue. | [optional] |
26
+ | **whisper** | [**UriReference**](UriReference.html) | The prompt used for whisper audio on the queue, if configured. | [optional] |
27
+ | **auto_answer_only** | **BOOLEAN** | Specifies whether the configured whisper audio should play for all ACD calls, or only for those which are auto-answered. | [optional] |
26
28
  | **calling_party_name** | **String** | The name to use for caller identification for outbound calls from this queue. | [optional] |
27
29
  | **calling_party_number** | **String** | The phone number to use for caller identification for outbound calls from this queue. | [optional] |
28
30
  | **default_scripts** | [**Hash<String, Script>**](Script.html) | The default script Ids for the communication types. | [optional] |
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: SchedulingSettings
3
+ ---
4
+ ## PureCloud::SchedulingSettings
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **max_occupancy_percent_for_deferred_work** | **Integer** | Max occupancy percent for deferred work | [optional] |
11
+ | **default_shrinkage_percent** | **Float** | Default shrinkage percent for scheduling | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
data/docs/ScriptsApi.md CHANGED
@@ -17,6 +17,7 @@ Method | Description
17
17
  [**get_scripts_published_script_id_page**](ScriptsApi.html#get_scripts_published_script_id_page) | Get the published page.
18
18
  [**get_scripts_published_script_id_pages**](ScriptsApi.html#get_scripts_published_script_id_pages) | Get the list of published pages
19
19
  [**get_scripts_published_script_id_variables**](ScriptsApi.html#get_scripts_published_script_id_variables) | Get the published variables
20
+ [**get_scripts_upload_status**](ScriptsApi.html#get_scripts_upload_status) | Get the upload status of an imported script
20
21
  {: class="table table-striped"}
21
22
 
22
23
  <a name="get_script"></a>
@@ -621,3 +622,66 @@ Name | Type | Description | Notes
621
622
 
622
623
 
623
624
 
625
+ <a name="get_scripts_upload_status"></a>
626
+
627
+ ## -[**ImportScriptStatusResponse**](ImportScriptStatusResponse.html) get_scripts_upload_status(upload_id, opts)
628
+
629
+ Get the upload status of an imported script
630
+
631
+
632
+
633
+ Wraps GET /api/v2/scripts/uploads/{uploadId}/status
634
+
635
+
636
+ ### Example
637
+ ~~~ruby
638
+ # load the gem
639
+ require 'purecloudplatformclientv2'
640
+ # setup authorization
641
+ @secret = ENV['PURECLOUD_SECRET']
642
+ @id = ENV['PURECLOUD_CLIENT_ID']
643
+ environment = "mypurecloud.com"
644
+
645
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
646
+
647
+ PureCloud.configure do |config|
648
+ config.access_token = @authToken
649
+ end
650
+
651
+ api_instance = PureCloud::ScriptsApi.new
652
+
653
+ upload_id = "upload_id_example" # String | Upload ID
654
+
655
+ opts = {
656
+ long_poll: false # BOOLEAN | Enable longPolling endpoint
657
+ }
658
+
659
+ begin
660
+ #Get the upload status of an imported script
661
+ result = api_instance.get_scripts_upload_status(upload_id, opts)
662
+ p result
663
+ rescue PureCloud::ApiError => e
664
+ puts "Exception when calling ScriptsApi->get_scripts_upload_status: #{e}"
665
+ end
666
+ ~~~
667
+
668
+ ### Parameters
669
+
670
+ Name | Type | Description | Notes
671
+ ------------- | ------------- | ------------- | -------------
672
+ **upload_id** | **String**| Upload ID | |
673
+ **long_poll** | **BOOLEAN**| Enable longPolling endpoint | [optional] [default to false] |
674
+ {: class="table table-striped"}
675
+
676
+
677
+ ### Return type
678
+
679
+ [**ImportScriptStatusResponse**](ImportScriptStatusResponse.html)
680
+
681
+ ### HTTP request headers
682
+
683
+ - **Content-Type**: application/json
684
+ - **Accept**: application/json
685
+
686
+
687
+
@@ -0,0 +1,19 @@
1
+ ---
2
+ title: SecureSession
3
+ ---
4
+ ## PureCloud::SecureSession
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
+ | **flow** | [**UriReference**](UriReference.html) | The flow to execute securely | |
12
+ | **user_data** | **String** | Customer-provided data | [optional] |
13
+ | **state** | **String** | The current state of a secure session | |
14
+ | **source_participant_id** | **String** | Unique identifier for the participant initiating the secure session. | [optional] |
15
+ | **disconnect** | **BOOLEAN** | If true, disconnect the agent after creating the session | [optional] |
16
+ | **self_uri** | **String** | The URI for this object | [optional] |
17
+ {: class="table table-striped"}
18
+
19
+
@@ -0,0 +1,13 @@
1
+ ---
2
+ title: SecureSessionEntityListing
3
+ ---
4
+ ## PureCloud::SecureSessionEntityListing
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **entities** | [**Array&lt;SecureSession&gt;**](SecureSession.html) | | [optional] |
11
+ {: class="table table-striped"}
12
+
13
+
@@ -0,0 +1,13 @@
1
+ ---
2
+ title: ShortTermForecastingSettings
3
+ ---
4
+ ## PureCloud::ShortTermForecastingSettings
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **default_history_weeks** | **Integer** | The number of weeks to consider by default when generating a volume forecast | [optional] |
11
+ {: class="table table-striped"}
12
+
13
+
@@ -0,0 +1,13 @@
1
+ ---
2
+ title: SignedData
3
+ ---
4
+ ## PureCloud::SignedData
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **jwt** | **String** | | [optional] |
11
+ {: class="table table-striped"}
12
+
13
+
@@ -0,0 +1,73 @@
1
+ ---
2
+ title: SignedDataApi
3
+ ---
4
+
5
+ ## PureCloud::SignedDataApi
6
+
7
+ All URIs are relative to *https://api.mypurecloud.com*
8
+
9
+ Method | Description
10
+ ------------- | ------------- | -------------
11
+ [**post_signeddata**](SignedDataApi.html#post_signeddata) | Sign identifying information
12
+ {: class="table table-striped"}
13
+
14
+ <a name="post_signeddata"></a>
15
+
16
+ ## -[**SignedData**](SignedData.html) post_signeddata(opts)
17
+
18
+ Sign identifying information
19
+
20
+
21
+
22
+ Wraps POST /api/v2/signeddata
23
+
24
+
25
+ ### Example
26
+ ~~~ruby
27
+ # load the gem
28
+ require 'purecloudplatformclientv2'
29
+ # setup authorization
30
+ @secret = ENV['PURECLOUD_SECRET']
31
+ @id = ENV['PURECLOUD_CLIENT_ID']
32
+ environment = "mypurecloud.com"
33
+
34
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
35
+
36
+ PureCloud.configure do |config|
37
+ config.access_token = @authToken
38
+ end
39
+
40
+ api_instance = PureCloud::SignedDataApi.new
41
+
42
+ opts = {
43
+ body: nil # Object |
44
+ }
45
+
46
+ begin
47
+ #Sign identifying information
48
+ result = api_instance.post_signeddata(opts)
49
+ p result
50
+ rescue PureCloud::ApiError => e
51
+ puts "Exception when calling SignedDataApi->post_signeddata: #{e}"
52
+ end
53
+ ~~~
54
+
55
+ ### Parameters
56
+
57
+ Name | Type | Description | Notes
58
+ ------------- | ------------- | ------------- | -------------
59
+ **body** | **Object**| | [optional] |
60
+ {: class="table table-striped"}
61
+
62
+
63
+ ### Return type
64
+
65
+ [**SignedData**](SignedData.html)
66
+
67
+ ### HTTP request headers
68
+
69
+ - **Content-Type**: application/json
70
+ - **Accept**: application/json
71
+
72
+
73
+