purecloudplatformclientv2 92.0.0 → 93.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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/docs/AnalyticsEvaluation.md +1 -1
- data/docs/AnalyticsSession.md +4 -0
- data/docs/ArchitectApi.md +51 -49
- data/docs/CoachingApi.md +8 -7
- data/docs/CommonCampaign.md +17 -0
- data/docs/CommonCampaignDivisionView.md +17 -0
- data/docs/CommonCampaignDivisionViewEntityListing.md +22 -0
- data/docs/CommonCampaignEntityListing.md +22 -0
- data/docs/ConversationAssociation.md +1 -1
- data/docs/ConversationEventTopicMessage.md +1 -0
- data/docs/ConversationsApi.md +4 -4
- data/docs/ExternalContactsApi.md +4 -4
- data/docs/HistoricalAdherenceActuals.md +15 -0
- data/docs/HistoricalAdherenceDayMetrics.md +23 -0
- data/docs/HistoricalAdherenceExceptionInfo.md +21 -0
- data/docs/HistoricalAdherenceQueryResult.md +21 -0
- data/docs/KnowledgeSearchRequest.md +3 -3
- data/docs/MessagingCampaign.md +28 -0
- data/docs/MessagingCampaignDivisionView.md +16 -0
- data/docs/MessagingCampaignDivisionViewEntityListing.md +22 -0
- data/docs/MessagingCampaignEntityListing.md +22 -0
- data/docs/ObservationValue.md +3 -1
- data/docs/OutboundApi.md +881 -76
- data/docs/QueueConversationEventTopicMessage.md +1 -0
- data/docs/QueueConversationSocialExpressionEventTopicMessage.md +1 -0
- data/docs/QueueConversationVideoEventTopicMessage.md +1 -0
- data/docs/ReportingExportJobRequest.md +2 -0
- data/docs/ReportingExportJobResponse.md +3 -0
- data/docs/SCIMApi.md +96 -108
- data/docs/ScimConfigResourceType.md +1 -1
- data/docs/ScimUserExtensions.md +2 -2
- data/docs/ScimUserRole.md +1 -1
- data/docs/ScimUserRoutingLanguage.md +2 -2
- data/docs/ScimUserRoutingSkill.md +2 -2
- data/docs/ScimV2CreateUser.md +3 -3
- data/docs/ScimV2Group.md +1 -1
- data/docs/ScimV2SchemaAttribute.md +11 -11
- data/docs/ScimV2SchemaDefinition.md +4 -4
- data/docs/ScimV2SchemaListResponse.md +1 -1
- data/docs/ScimV2User.md +4 -4
- data/docs/SmsConfig.md +15 -0
- data/docs/SmsPhoneNumberRef.md +14 -0
- data/docs/UserRoutingLanguage.md +3 -3
- data/docs/UserRoutingLanguagePost.md +1 -1
- data/docs/UserRoutingSkill.md +1 -1
- data/docs/VoicemailUserPolicy.md +1 -0
- data/docs/WfmBusinessUnitReference.md +14 -0
- data/docs/WfmHistoricalAdherenceResponse.md +1 -0
- data/docs/WfmHistoricalAdherenceResultWrapper.md +15 -0
- data/docs/WfmHistoricalDataUploadRequestStatusTopicDateTime.md +16 -0
- data/docs/WfmHistoricalDataUploadRequestStatusTopicHistoricalDataUploadRequestUpdate.md +20 -0
- data/docs/WfmScheduleReference.md +16 -0
- data/lib/purecloudplatformclientv2.rb +19 -0
- data/lib/purecloudplatformclientv2/api/architect_api.rb +15 -6
- data/lib/purecloudplatformclientv2/api/coaching_api.rb +10 -9
- data/lib/purecloudplatformclientv2/api/conversations_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/external_contacts_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/outbound_api.rb +1215 -155
- data/lib/purecloudplatformclientv2/api/scim_api.rb +88 -88
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/models/analytics_evaluation.rb +13 -13
- data/lib/purecloudplatformclientv2/models/analytics_session.rb +124 -4
- data/lib/purecloudplatformclientv2/models/common_campaign.rb +320 -0
- data/lib/purecloudplatformclientv2/models/common_campaign_division_view.rb +320 -0
- data/lib/purecloudplatformclientv2/models/common_campaign_division_view_entity_listing.rb +428 -0
- data/lib/purecloudplatformclientv2/models/common_campaign_entity_listing.rb +428 -0
- data/lib/purecloudplatformclientv2/models/conversation_aggregate_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/conversation_association.rb +1 -1
- data/lib/purecloudplatformclientv2/models/conversation_event_topic_message.rb +26 -1
- data/lib/purecloudplatformclientv2/models/dependency.rb +2 -2
- data/lib/purecloudplatformclientv2/models/dependency_object.rb +2 -2
- data/lib/purecloudplatformclientv2/models/event_message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/flow_aggregate_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/historical_adherence_actuals.rb +268 -0
- data/lib/purecloudplatformclientv2/models/historical_adherence_day_metrics.rb +462 -0
- data/lib/purecloudplatformclientv2/models/historical_adherence_exception_info.rb +466 -0
- data/lib/purecloudplatformclientv2/models/historical_adherence_query_result.rb +430 -0
- data/lib/purecloudplatformclientv2/models/knowledge_search_request.rb +0 -15
- data/lib/purecloudplatformclientv2/models/messaging_campaign.rb +621 -0
- data/lib/purecloudplatformclientv2/models/messaging_campaign_division_view.rb +279 -0
- data/lib/purecloudplatformclientv2/models/messaging_campaign_division_view_entity_listing.rb +428 -0
- data/lib/purecloudplatformclientv2/models/messaging_campaign_entity_listing.rb +428 -0
- data/lib/purecloudplatformclientv2/models/observation_value.rb +70 -2
- data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_message.rb +26 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_message.rb +26 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_message.rb +26 -1
- data/lib/purecloudplatformclientv2/models/reporting_export_job_request.rb +53 -1
- data/lib/purecloudplatformclientv2/models/reporting_export_job_response.rb +78 -1
- data/lib/purecloudplatformclientv2/models/scim_config_resource_type.rb +1 -1
- data/lib/purecloudplatformclientv2/models/scim_user_extensions.rb +3 -3
- data/lib/purecloudplatformclientv2/models/scim_user_role.rb +1 -1
- data/lib/purecloudplatformclientv2/models/scim_user_routing_language.rb +3 -3
- data/lib/purecloudplatformclientv2/models/scim_user_routing_skill.rb +3 -3
- data/lib/purecloudplatformclientv2/models/scim_v2_create_user.rb +3 -2
- data/lib/purecloudplatformclientv2/models/scim_v2_enterprise_user.rb +1 -1
- data/lib/purecloudplatformclientv2/models/scim_v2_group.rb +1 -1
- data/lib/purecloudplatformclientv2/models/scim_v2_schema_attribute.rb +12 -12
- data/lib/purecloudplatformclientv2/models/scim_v2_schema_definition.rb +5 -5
- data/lib/purecloudplatformclientv2/models/scim_v2_schema_list_response.rb +2 -2
- data/lib/purecloudplatformclientv2/models/scim_v2_user.rb +4 -3
- data/lib/purecloudplatformclientv2/models/segment_detail_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/sms_config.rb +269 -0
- data/lib/purecloudplatformclientv2/models/sms_phone_number_ref.rb +232 -0
- data/lib/purecloudplatformclientv2/models/user_routing_language.rb +4 -4
- data/lib/purecloudplatformclientv2/models/user_routing_language_post.rb +1 -1
- data/lib/purecloudplatformclientv2/models/user_routing_skill.rb +1 -1
- data/lib/purecloudplatformclientv2/models/voicemail_user_policy.rb +30 -4
- data/lib/purecloudplatformclientv2/models/wem_coaching_appointment_topic_coaching_appointment_notification.rb +4 -4
- data/lib/purecloudplatformclientv2/models/wfm_business_unit_reference.rb +228 -0
- data/lib/purecloudplatformclientv2/models/wfm_historical_adherence_response.rb +27 -1
- data/lib/purecloudplatformclientv2/models/wfm_historical_adherence_result_wrapper.rb +258 -0
- data/lib/purecloudplatformclientv2/models/wfm_historical_data_upload_request_status_topic_date_time.rb +276 -0
- data/lib/purecloudplatformclientv2/models/wfm_historical_data_upload_request_status_topic_historical_data_upload_request_update.rb +390 -0
- data/lib/purecloudplatformclientv2/models/wfm_schedule_reference.rb +280 -0
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +41 -3
|
@@ -24,6 +24,8 @@ module PureCloud
|
|
|
24
24
|
|
|
25
25
|
attr_accessor :held
|
|
26
26
|
|
|
27
|
+
attr_accessor :error_info
|
|
28
|
+
|
|
27
29
|
attr_accessor :provider
|
|
28
30
|
|
|
29
31
|
attr_accessor :script_id
|
|
@@ -66,6 +68,8 @@ module PureCloud
|
|
|
66
68
|
|
|
67
69
|
:'held' => :'held',
|
|
68
70
|
|
|
71
|
+
:'error_info' => :'errorInfo',
|
|
72
|
+
|
|
69
73
|
:'provider' => :'provider',
|
|
70
74
|
|
|
71
75
|
:'script_id' => :'scriptId',
|
|
@@ -111,6 +115,8 @@ module PureCloud
|
|
|
111
115
|
|
|
112
116
|
:'held' => :'BOOLEAN',
|
|
113
117
|
|
|
118
|
+
:'error_info' => :'QueueConversationEventTopicErrorDetails',
|
|
119
|
+
|
|
114
120
|
:'provider' => :'String',
|
|
115
121
|
|
|
116
122
|
:'script_id' => :'String',
|
|
@@ -182,6 +188,15 @@ module PureCloud
|
|
|
182
188
|
end
|
|
183
189
|
|
|
184
190
|
|
|
191
|
+
if attributes.has_key?(:'errorInfo')
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
self.error_info = attributes[:'errorInfo']
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
|
|
185
200
|
if attributes.has_key?(:'provider')
|
|
186
201
|
|
|
187
202
|
|
|
@@ -369,6 +384,10 @@ module PureCloud
|
|
|
369
384
|
|
|
370
385
|
|
|
371
386
|
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
372
391
|
|
|
373
392
|
|
|
374
393
|
|
|
@@ -471,6 +490,11 @@ module PureCloud
|
|
|
471
490
|
|
|
472
491
|
|
|
473
492
|
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
|
|
474
498
|
|
|
475
499
|
|
|
476
500
|
|
|
@@ -567,6 +591,7 @@ module PureCloud
|
|
|
567
591
|
id == o.id &&
|
|
568
592
|
state == o.state &&
|
|
569
593
|
held == o.held &&
|
|
594
|
+
error_info == o.error_info &&
|
|
570
595
|
provider == o.provider &&
|
|
571
596
|
script_id == o.script_id &&
|
|
572
597
|
peer_id == o.peer_id &&
|
|
@@ -594,7 +619,7 @@ module PureCloud
|
|
|
594
619
|
# Calculates hash code according to all attributes.
|
|
595
620
|
# @return [Fixnum] Hash code
|
|
596
621
|
def hash
|
|
597
|
-
[id, state, held, provider, script_id, peer_id, disconnect_type, start_hold_time, connected_time, disconnected_time, to_address, from_address, messages, messages_transcript_uri, type, recipient_country, recipient_type, wrapup, additional_properties].hash
|
|
622
|
+
[id, state, held, error_info, provider, script_id, peer_id, disconnect_type, start_hold_time, connected_time, disconnected_time, to_address, from_address, messages, messages_transcript_uri, type, recipient_country, recipient_type, wrapup, additional_properties].hash
|
|
598
623
|
end
|
|
599
624
|
|
|
600
625
|
# build the object from hash
|
|
@@ -24,6 +24,8 @@ module PureCloud
|
|
|
24
24
|
|
|
25
25
|
attr_accessor :held
|
|
26
26
|
|
|
27
|
+
attr_accessor :error_info
|
|
28
|
+
|
|
27
29
|
attr_accessor :provider
|
|
28
30
|
|
|
29
31
|
attr_accessor :script_id
|
|
@@ -66,6 +68,8 @@ module PureCloud
|
|
|
66
68
|
|
|
67
69
|
:'held' => :'held',
|
|
68
70
|
|
|
71
|
+
:'error_info' => :'errorInfo',
|
|
72
|
+
|
|
69
73
|
:'provider' => :'provider',
|
|
70
74
|
|
|
71
75
|
:'script_id' => :'scriptId',
|
|
@@ -111,6 +115,8 @@ module PureCloud
|
|
|
111
115
|
|
|
112
116
|
:'held' => :'BOOLEAN',
|
|
113
117
|
|
|
118
|
+
:'error_info' => :'QueueConversationSocialExpressionEventTopicErrorDetails',
|
|
119
|
+
|
|
114
120
|
:'provider' => :'String',
|
|
115
121
|
|
|
116
122
|
:'script_id' => :'String',
|
|
@@ -182,6 +188,15 @@ module PureCloud
|
|
|
182
188
|
end
|
|
183
189
|
|
|
184
190
|
|
|
191
|
+
if attributes.has_key?(:'errorInfo')
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
self.error_info = attributes[:'errorInfo']
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
|
|
185
200
|
if attributes.has_key?(:'provider')
|
|
186
201
|
|
|
187
202
|
|
|
@@ -369,6 +384,10 @@ module PureCloud
|
|
|
369
384
|
|
|
370
385
|
|
|
371
386
|
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
372
391
|
|
|
373
392
|
|
|
374
393
|
|
|
@@ -471,6 +490,11 @@ module PureCloud
|
|
|
471
490
|
|
|
472
491
|
|
|
473
492
|
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
|
|
474
498
|
|
|
475
499
|
|
|
476
500
|
|
|
@@ -567,6 +591,7 @@ module PureCloud
|
|
|
567
591
|
id == o.id &&
|
|
568
592
|
state == o.state &&
|
|
569
593
|
held == o.held &&
|
|
594
|
+
error_info == o.error_info &&
|
|
570
595
|
provider == o.provider &&
|
|
571
596
|
script_id == o.script_id &&
|
|
572
597
|
peer_id == o.peer_id &&
|
|
@@ -594,7 +619,7 @@ module PureCloud
|
|
|
594
619
|
# Calculates hash code according to all attributes.
|
|
595
620
|
# @return [Fixnum] Hash code
|
|
596
621
|
def hash
|
|
597
|
-
[id, state, held, provider, script_id, peer_id, disconnect_type, start_hold_time, connected_time, disconnected_time, to_address, from_address, messages, messages_transcript_uri, type, recipient_country, recipient_type, wrapup, additional_properties].hash
|
|
622
|
+
[id, state, held, error_info, provider, script_id, peer_id, disconnect_type, start_hold_time, connected_time, disconnected_time, to_address, from_address, messages, messages_transcript_uri, type, recipient_country, recipient_type, wrapup, additional_properties].hash
|
|
598
623
|
end
|
|
599
624
|
|
|
600
625
|
# build the object from hash
|
|
@@ -24,6 +24,8 @@ module PureCloud
|
|
|
24
24
|
|
|
25
25
|
attr_accessor :held
|
|
26
26
|
|
|
27
|
+
attr_accessor :error_info
|
|
28
|
+
|
|
27
29
|
attr_accessor :provider
|
|
28
30
|
|
|
29
31
|
attr_accessor :script_id
|
|
@@ -66,6 +68,8 @@ module PureCloud
|
|
|
66
68
|
|
|
67
69
|
:'held' => :'held',
|
|
68
70
|
|
|
71
|
+
:'error_info' => :'errorInfo',
|
|
72
|
+
|
|
69
73
|
:'provider' => :'provider',
|
|
70
74
|
|
|
71
75
|
:'script_id' => :'scriptId',
|
|
@@ -111,6 +115,8 @@ module PureCloud
|
|
|
111
115
|
|
|
112
116
|
:'held' => :'BOOLEAN',
|
|
113
117
|
|
|
118
|
+
:'error_info' => :'QueueConversationVideoEventTopicErrorDetails',
|
|
119
|
+
|
|
114
120
|
:'provider' => :'String',
|
|
115
121
|
|
|
116
122
|
:'script_id' => :'String',
|
|
@@ -182,6 +188,15 @@ module PureCloud
|
|
|
182
188
|
end
|
|
183
189
|
|
|
184
190
|
|
|
191
|
+
if attributes.has_key?(:'errorInfo')
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
self.error_info = attributes[:'errorInfo']
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
|
|
185
200
|
if attributes.has_key?(:'provider')
|
|
186
201
|
|
|
187
202
|
|
|
@@ -369,6 +384,10 @@ module PureCloud
|
|
|
369
384
|
|
|
370
385
|
|
|
371
386
|
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
372
391
|
|
|
373
392
|
|
|
374
393
|
|
|
@@ -471,6 +490,11 @@ module PureCloud
|
|
|
471
490
|
|
|
472
491
|
|
|
473
492
|
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
|
|
474
498
|
|
|
475
499
|
|
|
476
500
|
|
|
@@ -567,6 +591,7 @@ module PureCloud
|
|
|
567
591
|
id == o.id &&
|
|
568
592
|
state == o.state &&
|
|
569
593
|
held == o.held &&
|
|
594
|
+
error_info == o.error_info &&
|
|
570
595
|
provider == o.provider &&
|
|
571
596
|
script_id == o.script_id &&
|
|
572
597
|
peer_id == o.peer_id &&
|
|
@@ -594,7 +619,7 @@ module PureCloud
|
|
|
594
619
|
# Calculates hash code according to all attributes.
|
|
595
620
|
# @return [Fixnum] Hash code
|
|
596
621
|
def hash
|
|
597
|
-
[id, state, held, provider, script_id, peer_id, disconnect_type, start_hold_time, connected_time, disconnected_time, to_address, from_address, messages, messages_transcript_uri, type, recipient_country, recipient_type, wrapup, additional_properties].hash
|
|
622
|
+
[id, state, held, error_info, provider, script_id, peer_id, disconnect_type, start_hold_time, connected_time, disconnected_time, to_address, from_address, messages, messages_transcript_uri, type, recipient_country, recipient_type, wrapup, additional_properties].hash
|
|
598
623
|
end
|
|
599
624
|
|
|
600
625
|
# build the object from hash
|
|
@@ -51,6 +51,12 @@ module PureCloud
|
|
|
51
51
|
# Indicates if filters will be split in aggregate detail exports
|
|
52
52
|
attr_accessor :has_split_filters
|
|
53
53
|
|
|
54
|
+
# Excludes empty rows from the exports
|
|
55
|
+
attr_accessor :exclude_empty_rows
|
|
56
|
+
|
|
57
|
+
# Indicates if media type will be split in aggregate detail exports
|
|
58
|
+
attr_accessor :has_split_by_media
|
|
59
|
+
|
|
54
60
|
# The list of ordered selected columns from the export view by the user
|
|
55
61
|
attr_accessor :selected_columns
|
|
56
62
|
|
|
@@ -86,6 +92,10 @@ module PureCloud
|
|
|
86
92
|
|
|
87
93
|
:'has_split_filters' => :'hasSplitFilters',
|
|
88
94
|
|
|
95
|
+
:'exclude_empty_rows' => :'excludeEmptyRows',
|
|
96
|
+
|
|
97
|
+
:'has_split_by_media' => :'hasSplitByMedia',
|
|
98
|
+
|
|
89
99
|
:'selected_columns' => :'selectedColumns',
|
|
90
100
|
|
|
91
101
|
:'has_custom_participant_attributes' => :'hasCustomParticipantAttributes',
|
|
@@ -121,6 +131,10 @@ module PureCloud
|
|
|
121
131
|
|
|
122
132
|
:'has_split_filters' => :'BOOLEAN',
|
|
123
133
|
|
|
134
|
+
:'exclude_empty_rows' => :'BOOLEAN',
|
|
135
|
+
|
|
136
|
+
:'has_split_by_media' => :'BOOLEAN',
|
|
137
|
+
|
|
124
138
|
:'selected_columns' => :'Array<SelectedColumns>',
|
|
125
139
|
|
|
126
140
|
:'has_custom_participant_attributes' => :'BOOLEAN',
|
|
@@ -238,6 +252,24 @@ module PureCloud
|
|
|
238
252
|
end
|
|
239
253
|
|
|
240
254
|
|
|
255
|
+
if attributes.has_key?(:'excludeEmptyRows')
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
self.exclude_empty_rows = attributes[:'excludeEmptyRows']
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
end
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
if attributes.has_key?(:'hasSplitByMedia')
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
self.has_split_by_media = attributes[:'hasSplitByMedia']
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
end
|
|
271
|
+
|
|
272
|
+
|
|
241
273
|
if attributes.has_key?(:'selectedColumns')
|
|
242
274
|
|
|
243
275
|
if (value = attributes[:'selectedColumns']).is_a?(Array)
|
|
@@ -381,6 +413,14 @@ module PureCloud
|
|
|
381
413
|
|
|
382
414
|
|
|
383
415
|
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
384
424
|
|
|
385
425
|
|
|
386
426
|
|
|
@@ -470,6 +510,16 @@ module PureCloud
|
|
|
470
510
|
|
|
471
511
|
|
|
472
512
|
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
|
|
473
523
|
|
|
474
524
|
|
|
475
525
|
|
|
@@ -497,6 +547,8 @@ module PureCloud
|
|
|
497
547
|
locale == o.locale &&
|
|
498
548
|
has_format_durations == o.has_format_durations &&
|
|
499
549
|
has_split_filters == o.has_split_filters &&
|
|
550
|
+
exclude_empty_rows == o.exclude_empty_rows &&
|
|
551
|
+
has_split_by_media == o.has_split_by_media &&
|
|
500
552
|
selected_columns == o.selected_columns &&
|
|
501
553
|
has_custom_participant_attributes == o.has_custom_participant_attributes &&
|
|
502
554
|
recipient_emails == o.recipient_emails
|
|
@@ -511,7 +563,7 @@ module PureCloud
|
|
|
511
563
|
# Calculates hash code according to all attributes.
|
|
512
564
|
# @return [Fixnum] Hash code
|
|
513
565
|
def hash
|
|
514
|
-
[name, time_zone, export_format, interval, period, view_type, filter, read, locale, has_format_durations, has_split_filters, selected_columns, has_custom_participant_attributes, recipient_emails].hash
|
|
566
|
+
[name, time_zone, export_format, interval, period, view_type, filter, read, locale, has_format_durations, has_split_filters, exclude_empty_rows, has_split_by_media, selected_columns, has_custom_participant_attributes, recipient_emails].hash
|
|
515
567
|
end
|
|
516
568
|
|
|
517
569
|
# build the object from hash
|
|
@@ -71,6 +71,12 @@ module PureCloud
|
|
|
71
71
|
# Indicates if filters will be split in aggregate detail exports
|
|
72
72
|
attr_accessor :has_split_filters
|
|
73
73
|
|
|
74
|
+
# Excludes empty rows from the exports
|
|
75
|
+
attr_accessor :exclude_empty_rows
|
|
76
|
+
|
|
77
|
+
# Indicates if media type will be split in aggregate detail exports
|
|
78
|
+
attr_accessor :has_split_by_media
|
|
79
|
+
|
|
74
80
|
# The list of ordered selected columns from the export view by the user
|
|
75
81
|
attr_accessor :selected_columns
|
|
76
82
|
|
|
@@ -83,6 +89,8 @@ module PureCloud
|
|
|
83
89
|
# The status of individual email addresses as a map
|
|
84
90
|
attr_accessor :email_statuses
|
|
85
91
|
|
|
92
|
+
attr_accessor :enabled
|
|
93
|
+
|
|
86
94
|
# The URI for this object
|
|
87
95
|
attr_accessor :self_uri
|
|
88
96
|
|
|
@@ -126,6 +134,10 @@ module PureCloud
|
|
|
126
134
|
|
|
127
135
|
:'has_split_filters' => :'hasSplitFilters',
|
|
128
136
|
|
|
137
|
+
:'exclude_empty_rows' => :'excludeEmptyRows',
|
|
138
|
+
|
|
139
|
+
:'has_split_by_media' => :'hasSplitByMedia',
|
|
140
|
+
|
|
129
141
|
:'selected_columns' => :'selectedColumns',
|
|
130
142
|
|
|
131
143
|
:'has_custom_participant_attributes' => :'hasCustomParticipantAttributes',
|
|
@@ -134,6 +146,8 @@ module PureCloud
|
|
|
134
146
|
|
|
135
147
|
:'email_statuses' => :'emailStatuses',
|
|
136
148
|
|
|
149
|
+
:'enabled' => :'enabled',
|
|
150
|
+
|
|
137
151
|
:'self_uri' => :'selfUri'
|
|
138
152
|
|
|
139
153
|
}
|
|
@@ -179,6 +193,10 @@ module PureCloud
|
|
|
179
193
|
|
|
180
194
|
:'has_split_filters' => :'BOOLEAN',
|
|
181
195
|
|
|
196
|
+
:'exclude_empty_rows' => :'BOOLEAN',
|
|
197
|
+
|
|
198
|
+
:'has_split_by_media' => :'BOOLEAN',
|
|
199
|
+
|
|
182
200
|
:'selected_columns' => :'Array<SelectedColumns>',
|
|
183
201
|
|
|
184
202
|
:'has_custom_participant_attributes' => :'BOOLEAN',
|
|
@@ -187,6 +205,8 @@ module PureCloud
|
|
|
187
205
|
|
|
188
206
|
:'email_statuses' => :'Hash<String, String>',
|
|
189
207
|
|
|
208
|
+
:'enabled' => :'BOOLEAN',
|
|
209
|
+
|
|
190
210
|
:'self_uri' => :'String'
|
|
191
211
|
|
|
192
212
|
}
|
|
@@ -363,6 +383,24 @@ module PureCloud
|
|
|
363
383
|
end
|
|
364
384
|
|
|
365
385
|
|
|
386
|
+
if attributes.has_key?(:'excludeEmptyRows')
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
self.exclude_empty_rows = attributes[:'excludeEmptyRows']
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
end
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
if attributes.has_key?(:'hasSplitByMedia')
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
self.has_split_by_media = attributes[:'hasSplitByMedia']
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
end
|
|
402
|
+
|
|
403
|
+
|
|
366
404
|
if attributes.has_key?(:'selectedColumns')
|
|
367
405
|
|
|
368
406
|
if (value = attributes[:'selectedColumns']).is_a?(Array)
|
|
@@ -405,6 +443,15 @@ module PureCloud
|
|
|
405
443
|
end
|
|
406
444
|
|
|
407
445
|
|
|
446
|
+
if attributes.has_key?(:'enabled')
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
self.enabled = attributes[:'enabled']
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
end
|
|
453
|
+
|
|
454
|
+
|
|
408
455
|
if attributes.has_key?(:'selfUri')
|
|
409
456
|
|
|
410
457
|
|
|
@@ -588,6 +635,18 @@ module PureCloud
|
|
|
588
635
|
|
|
589
636
|
|
|
590
637
|
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
|
|
591
650
|
|
|
592
651
|
|
|
593
652
|
|
|
@@ -739,6 +798,21 @@ module PureCloud
|
|
|
739
798
|
|
|
740
799
|
|
|
741
800
|
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
|
|
815
|
+
|
|
742
816
|
|
|
743
817
|
|
|
744
818
|
|
|
@@ -778,10 +852,13 @@ module PureCloud
|
|
|
778
852
|
percentage_complete == o.percentage_complete &&
|
|
779
853
|
has_format_durations == o.has_format_durations &&
|
|
780
854
|
has_split_filters == o.has_split_filters &&
|
|
855
|
+
exclude_empty_rows == o.exclude_empty_rows &&
|
|
856
|
+
has_split_by_media == o.has_split_by_media &&
|
|
781
857
|
selected_columns == o.selected_columns &&
|
|
782
858
|
has_custom_participant_attributes == o.has_custom_participant_attributes &&
|
|
783
859
|
recipient_emails == o.recipient_emails &&
|
|
784
860
|
email_statuses == o.email_statuses &&
|
|
861
|
+
enabled == o.enabled &&
|
|
785
862
|
self_uri == o.self_uri
|
|
786
863
|
end
|
|
787
864
|
|
|
@@ -794,7 +871,7 @@ module PureCloud
|
|
|
794
871
|
# Calculates hash code according to all attributes.
|
|
795
872
|
# @return [Fixnum] Hash code
|
|
796
873
|
def hash
|
|
797
|
-
[id, name, status, time_zone, export_format, interval, download_url, view_type, export_error_messages_type, period, filter, read, created_date_time, modified_date_time, locale, percentage_complete, has_format_durations, has_split_filters, selected_columns, has_custom_participant_attributes, recipient_emails, email_statuses, self_uri].hash
|
|
874
|
+
[id, name, status, time_zone, export_format, interval, download_url, view_type, export_error_messages_type, period, filter, read, created_date_time, modified_date_time, locale, percentage_complete, has_format_durations, has_split_filters, exclude_empty_rows, has_split_by_media, selected_columns, has_custom_participant_attributes, recipient_emails, email_statuses, enabled, self_uri].hash
|
|
798
875
|
end
|
|
799
876
|
|
|
800
877
|
# build the object from hash
|