purecloudplatformclientv2 15.0.0 → 16.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/Action.md +21 -0
- data/docs/ActionConfig.md +14 -0
- data/docs/ActionContract.md +14 -0
- data/docs/ActionContractInput.md +14 -0
- data/docs/ActionEntityListing.md +22 -0
- data/docs/ActionInput.md +15 -0
- data/docs/ActionOutput.md +18 -0
- data/docs/ActiveAlertCount.md +13 -0
- data/docs/AggregationQuery.md +1 -1
- data/docs/AlertingApi.md +54 -0
- data/docs/ArchitectApi.md +31 -25
- data/docs/CallConversationNotificationCallMediaParticipant.md +1 -0
- data/docs/CallConversationNotificationParticipants.md +1 -0
- data/docs/CallbackConversationNotificationCallbackMediaParticipant.md +1 -0
- data/docs/CallbackConversationNotificationParticipants.md +1 -0
- data/docs/Category.md +13 -0
- data/docs/CategoryEntityListing.md +17 -0
- data/docs/ChatConversationNotificationChatMediaParticipant.md +1 -0
- data/docs/ChatConversationNotificationParticipants.md +1 -0
- data/docs/CobrowseConversationNotificationCobrowseMediaParticipant.md +1 -0
- data/docs/CobrowseConversationNotificationParticipants.md +1 -0
- data/docs/ConversationNotificationCall.md +1 -0
- data/docs/ConversationNotificationCalls.md +1 -0
- data/docs/ConversationNotificationEmail.md +1 -0
- data/docs/ConversationNotificationEmails.md +1 -0
- data/docs/ConversationNotificationParticipant.md +1 -0
- data/docs/ConversationNotificationParticipants.md +1 -0
- data/docs/ConversationsApi.md +3 -3
- data/docs/Document.md +1 -1
- data/docs/DomainOrganizationRole.md +1 -1
- data/docs/DomainOrganizationRoleCreate.md +1 -1
- data/docs/DomainOrganizationRoleUpdate.md +1 -1
- data/docs/DraftValidationResult.md +14 -0
- data/docs/EmailConversationNotificationEmailMediaParticipant.md +2 -0
- data/docs/EmailConversationNotificationParticipants.md +2 -0
- data/docs/FaxDocument.md +1 -1
- data/docs/IntegrationsApi.md +1355 -0
- data/docs/JsonNode.md +4 -4
- data/docs/ManagementUnit.md +1 -1
- data/docs/ManagementUnitListing.md +22 -0
- data/docs/OutboundApi.md +59 -0
- data/docs/PostActionInput.md +18 -0
- data/docs/PostInputContract.md +13 -0
- data/docs/PostOutputContract.md +13 -0
- data/docs/PublishDraftInput.md +13 -0
- data/docs/RecordingApi.md +123 -0
- data/docs/RequestConfig.md +17 -0
- data/docs/ResponseConfig.md +15 -0
- data/docs/ScreenShareConversationNotificationParticipants.md +1 -0
- data/docs/ScreenShareConversationNotificationScreenShareMediaParticipant.md +1 -0
- data/docs/SocialConversationNotificationParticipants.md +1 -0
- data/docs/SocialConversationNotificationSocialMediaParticipant.md +1 -0
- data/docs/TestExecutionOperationResult.md +17 -0
- data/docs/TestExecutionResult.md +16 -0
- data/docs/UpdateActionInput.md +16 -0
- data/docs/UpdateDraftInput.md +18 -0
- data/docs/VideoConversationNotificationParticipants.md +1 -0
- data/docs/VideoConversationNotificationVideoMediaParticipant.md +1 -0
- data/docs/WorkforceManagementApi.md +2 -4
- data/lib/purecloudplatformclientv2.rb +23 -1
- data/lib/purecloudplatformclientv2/api/alerting_api.rb +55 -0
- data/lib/purecloudplatformclientv2/api/architect_api.rb +52 -20
- data/lib/purecloudplatformclientv2/api/conversations_api.rb +2 -2
- data/lib/purecloudplatformclientv2/api/integrations_api.rb +1723 -0
- data/lib/purecloudplatformclientv2/api/outbound_api.rb +65 -0
- data/lib/purecloudplatformclientv2/api/recording_api.rb +140 -0
- data/lib/purecloudplatformclientv2/api/workforce_management_api.rb +3 -12
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/models/action.rb +409 -0
- data/lib/purecloudplatformclientv2/models/action_config.rb +229 -0
- data/lib/purecloudplatformclientv2/models/action_contract.rb +229 -0
- data/lib/purecloudplatformclientv2/models/action_contract_input.rb +239 -0
- data/lib/purecloudplatformclientv2/models/action_entity_listing.rb +428 -0
- data/lib/purecloudplatformclientv2/models/action_input.rb +255 -0
- data/lib/purecloudplatformclientv2/models/action_output.rb +333 -0
- data/lib/purecloudplatformclientv2/models/active_alert_count.rb +202 -0
- data/lib/purecloudplatformclientv2/models/aggregation_query.rb +1 -1
- data/lib/purecloudplatformclientv2/models/call_conversation_notification_call_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/call_conversation_notification_participants.rb +26 -1
- data/lib/purecloudplatformclientv2/models/callback_conversation_notification_callback_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/callback_conversation_notification_participants.rb +26 -1
- data/lib/purecloudplatformclientv2/models/category.rb +203 -0
- data/lib/purecloudplatformclientv2/models/category_entity_listing.rb +303 -0
- data/lib/purecloudplatformclientv2/models/chat_conversation_notification_chat_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/chat_conversation_notification_participants.rb +26 -1
- data/lib/purecloudplatformclientv2/models/cobrowse_conversation_notification_cobrowse_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/cobrowse_conversation_notification_participants.rb +26 -1
- data/lib/purecloudplatformclientv2/models/condition.rb +2 -2
- data/lib/purecloudplatformclientv2/models/conversation_notification_call.rb +26 -1
- data/lib/purecloudplatformclientv2/models/conversation_notification_calls.rb +26 -1
- data/lib/purecloudplatformclientv2/models/conversation_notification_email.rb +26 -1
- data/lib/purecloudplatformclientv2/models/conversation_notification_emails.rb +26 -1
- data/lib/purecloudplatformclientv2/models/conversation_notification_participant.rb +40 -1
- data/lib/purecloudplatformclientv2/models/conversation_notification_participants.rb +40 -1
- data/lib/purecloudplatformclientv2/models/dependency.rb +2 -2
- data/lib/purecloudplatformclientv2/models/dependency_object.rb +2 -2
- data/lib/purecloudplatformclientv2/models/document.rb +12 -12
- data/lib/purecloudplatformclientv2/models/domain_organization_role.rb +12 -12
- data/lib/purecloudplatformclientv2/models/domain_organization_role_create.rb +12 -12
- data/lib/purecloudplatformclientv2/models/domain_organization_role_update.rb +12 -12
- data/lib/purecloudplatformclientv2/models/draft_validation_result.rb +231 -0
- data/lib/purecloudplatformclientv2/models/email_conversation_notification_email_media_participant.rb +54 -4
- data/lib/purecloudplatformclientv2/models/email_conversation_notification_participants.rb +54 -4
- data/lib/purecloudplatformclientv2/models/fax_document.rb +12 -12
- data/lib/purecloudplatformclientv2/models/flow.rb +2 -2
- data/lib/purecloudplatformclientv2/models/interaction_stats_alert.rb +2 -2
- data/lib/purecloudplatformclientv2/models/interaction_stats_rule.rb +2 -2
- data/lib/purecloudplatformclientv2/models/json_node.rb +72 -72
- data/lib/purecloudplatformclientv2/models/management_unit.rb +7 -7
- data/lib/purecloudplatformclientv2/models/management_unit_listing.rb +428 -0
- data/lib/purecloudplatformclientv2/models/post_action_input.rb +358 -0
- data/lib/purecloudplatformclientv2/models/post_input_contract.rb +208 -0
- data/lib/purecloudplatformclientv2/models/post_output_contract.rb +208 -0
- data/lib/purecloudplatformclientv2/models/publish_draft_input.rb +208 -0
- data/lib/purecloudplatformclientv2/models/request_config.rb +309 -0
- data/lib/purecloudplatformclientv2/models/response_config.rb +257 -0
- data/lib/purecloudplatformclientv2/models/screen_share_conversation_notification_participants.rb +26 -1
- data/lib/purecloudplatformclientv2/models/screen_share_conversation_notification_screen_share_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/social_conversation_notification_participants.rb +26 -1
- data/lib/purecloudplatformclientv2/models/social_conversation_notification_social_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/models/test_execution_operation_result.rb +306 -0
- data/lib/purecloudplatformclientv2/models/test_execution_result.rb +282 -0
- data/lib/purecloudplatformclientv2/models/{publish_flow_notification_notification.rb → update_action_input.rb} +35 -26
- data/lib/purecloudplatformclientv2/models/update_draft_input.rb +338 -0
- data/lib/purecloudplatformclientv2/models/video_conversation_notification_participants.rb +26 -1
- data/lib/purecloudplatformclientv2/models/video_conversation_notification_video_media_participant.rb +26 -1
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +91 -47
- data/docs/PublishFlowNotificationNotification.md +0 -16
data/lib/purecloudplatformclientv2/models/chat_conversation_notification_chat_media_participant.rb
CHANGED
@@ -70,6 +70,8 @@ module PureCloud
|
|
70
70
|
|
71
71
|
attr_accessor :peer
|
72
72
|
|
73
|
+
attr_accessor :screen_recording_state
|
74
|
+
|
73
75
|
attr_accessor :room_id
|
74
76
|
|
75
77
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -128,6 +130,8 @@ module PureCloud
|
|
128
130
|
|
129
131
|
:'peer' => :'peer',
|
130
132
|
|
133
|
+
:'screen_recording_state' => :'screenRecordingState',
|
134
|
+
|
131
135
|
:'room_id' => :'roomId'
|
132
136
|
|
133
137
|
}
|
@@ -189,6 +193,8 @@ module PureCloud
|
|
189
193
|
|
190
194
|
:'peer' => :'String',
|
191
195
|
|
196
|
+
:'screen_recording_state' => :'String',
|
197
|
+
|
192
198
|
:'room_id' => :'String'
|
193
199
|
|
194
200
|
}
|
@@ -439,6 +445,15 @@ module PureCloud
|
|
439
445
|
end
|
440
446
|
|
441
447
|
|
448
|
+
if attributes.has_key?(:'screenRecordingState')
|
449
|
+
|
450
|
+
|
451
|
+
self.screen_recording_state = attributes[:'screenRecordingState']
|
452
|
+
|
453
|
+
|
454
|
+
end
|
455
|
+
|
456
|
+
|
442
457
|
if attributes.has_key?(:'roomId')
|
443
458
|
|
444
459
|
|
@@ -581,6 +596,10 @@ module PureCloud
|
|
581
596
|
|
582
597
|
|
583
598
|
|
599
|
+
|
600
|
+
|
601
|
+
|
602
|
+
|
584
603
|
|
585
604
|
|
586
605
|
|
@@ -745,6 +764,11 @@ module PureCloud
|
|
745
764
|
|
746
765
|
|
747
766
|
|
767
|
+
|
768
|
+
|
769
|
+
|
770
|
+
|
771
|
+
|
748
772
|
|
749
773
|
|
750
774
|
|
@@ -782,6 +806,7 @@ module PureCloud
|
|
782
806
|
external_organization == o.external_organization &&
|
783
807
|
wrapup == o.wrapup &&
|
784
808
|
peer == o.peer &&
|
809
|
+
screen_recording_state == o.screen_recording_state &&
|
785
810
|
room_id == o.room_id
|
786
811
|
end
|
787
812
|
|
@@ -794,7 +819,7 @@ module PureCloud
|
|
794
819
|
# Calculates hash code according to all attributes.
|
795
820
|
# @return [Fixnum] Hash code
|
796
821
|
def hash
|
797
|
-
[id, name, address, start_time, connected_time, end_time, start_hold_time, purpose, state, direction, disconnect_type, held, wrapup_required, wrapup_prompt, user, queue, attributes, error_info, script, wrapup_timeout_ms, wrapup_skipped, provider, external_contact, external_organization, wrapup, peer, room_id].hash
|
822
|
+
[id, name, address, start_time, connected_time, end_time, start_hold_time, purpose, state, direction, disconnect_type, held, wrapup_required, wrapup_prompt, user, queue, attributes, error_info, script, wrapup_timeout_ms, wrapup_skipped, provider, external_contact, external_organization, wrapup, peer, screen_recording_state, room_id].hash
|
798
823
|
end
|
799
824
|
|
800
825
|
# build the object from hash
|
@@ -70,6 +70,8 @@ module PureCloud
|
|
70
70
|
|
71
71
|
attr_accessor :peer
|
72
72
|
|
73
|
+
attr_accessor :screen_recording_state
|
74
|
+
|
73
75
|
attr_accessor :room_id
|
74
76
|
|
75
77
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -128,6 +130,8 @@ module PureCloud
|
|
128
130
|
|
129
131
|
:'peer' => :'peer',
|
130
132
|
|
133
|
+
:'screen_recording_state' => :'screenRecordingState',
|
134
|
+
|
131
135
|
:'room_id' => :'roomId'
|
132
136
|
|
133
137
|
}
|
@@ -189,6 +193,8 @@ module PureCloud
|
|
189
193
|
|
190
194
|
:'peer' => :'String',
|
191
195
|
|
196
|
+
:'screen_recording_state' => :'String',
|
197
|
+
|
192
198
|
:'room_id' => :'String'
|
193
199
|
|
194
200
|
}
|
@@ -439,6 +445,15 @@ module PureCloud
|
|
439
445
|
end
|
440
446
|
|
441
447
|
|
448
|
+
if attributes.has_key?(:'screenRecordingState')
|
449
|
+
|
450
|
+
|
451
|
+
self.screen_recording_state = attributes[:'screenRecordingState']
|
452
|
+
|
453
|
+
|
454
|
+
end
|
455
|
+
|
456
|
+
|
442
457
|
if attributes.has_key?(:'roomId')
|
443
458
|
|
444
459
|
|
@@ -581,6 +596,10 @@ module PureCloud
|
|
581
596
|
|
582
597
|
|
583
598
|
|
599
|
+
|
600
|
+
|
601
|
+
|
602
|
+
|
584
603
|
|
585
604
|
|
586
605
|
|
@@ -745,6 +764,11 @@ module PureCloud
|
|
745
764
|
|
746
765
|
|
747
766
|
|
767
|
+
|
768
|
+
|
769
|
+
|
770
|
+
|
771
|
+
|
748
772
|
|
749
773
|
|
750
774
|
|
@@ -782,6 +806,7 @@ module PureCloud
|
|
782
806
|
external_organization == o.external_organization &&
|
783
807
|
wrapup == o.wrapup &&
|
784
808
|
peer == o.peer &&
|
809
|
+
screen_recording_state == o.screen_recording_state &&
|
785
810
|
room_id == o.room_id
|
786
811
|
end
|
787
812
|
|
@@ -794,7 +819,7 @@ module PureCloud
|
|
794
819
|
# Calculates hash code according to all attributes.
|
795
820
|
# @return [Fixnum] Hash code
|
796
821
|
def hash
|
797
|
-
[id, name, address, start_time, connected_time, end_time, start_hold_time, purpose, state, direction, disconnect_type, held, wrapup_required, wrapup_prompt, user, queue, attributes, error_info, script, wrapup_timeout_ms, wrapup_skipped, provider, external_contact, external_organization, wrapup, peer, room_id].hash
|
822
|
+
[id, name, address, start_time, connected_time, end_time, start_hold_time, purpose, state, direction, disconnect_type, held, wrapup_required, wrapup_prompt, user, queue, attributes, error_info, script, wrapup_timeout_ms, wrapup_skipped, provider, external_contact, external_organization, wrapup, peer, screen_recording_state, room_id].hash
|
798
823
|
end
|
799
824
|
|
800
825
|
# build the object from hash
|
@@ -70,6 +70,8 @@ module PureCloud
|
|
70
70
|
|
71
71
|
attr_accessor :peer
|
72
72
|
|
73
|
+
attr_accessor :screen_recording_state
|
74
|
+
|
73
75
|
attr_accessor :cobrowse_session_id
|
74
76
|
|
75
77
|
attr_accessor :cobrowse_role
|
@@ -136,6 +138,8 @@ module PureCloud
|
|
136
138
|
|
137
139
|
:'peer' => :'peer',
|
138
140
|
|
141
|
+
:'screen_recording_state' => :'screenRecordingState',
|
142
|
+
|
139
143
|
:'cobrowse_session_id' => :'cobrowseSessionId',
|
140
144
|
|
141
145
|
:'cobrowse_role' => :'cobrowseRole',
|
@@ -205,6 +209,8 @@ module PureCloud
|
|
205
209
|
|
206
210
|
:'peer' => :'String',
|
207
211
|
|
212
|
+
:'screen_recording_state' => :'String',
|
213
|
+
|
208
214
|
:'cobrowse_session_id' => :'String',
|
209
215
|
|
210
216
|
:'cobrowse_role' => :'String',
|
@@ -463,6 +469,15 @@ module PureCloud
|
|
463
469
|
end
|
464
470
|
|
465
471
|
|
472
|
+
if attributes.has_key?(:'screenRecordingState')
|
473
|
+
|
474
|
+
|
475
|
+
self.screen_recording_state = attributes[:'screenRecordingState']
|
476
|
+
|
477
|
+
|
478
|
+
end
|
479
|
+
|
480
|
+
|
466
481
|
if attributes.has_key?(:'cobrowseSessionId')
|
467
482
|
|
468
483
|
|
@@ -659,6 +674,10 @@ module PureCloud
|
|
659
674
|
|
660
675
|
|
661
676
|
|
677
|
+
|
678
|
+
|
679
|
+
|
680
|
+
|
662
681
|
|
663
682
|
|
664
683
|
|
@@ -843,6 +862,11 @@ module PureCloud
|
|
843
862
|
|
844
863
|
|
845
864
|
|
865
|
+
|
866
|
+
|
867
|
+
|
868
|
+
|
869
|
+
|
846
870
|
|
847
871
|
|
848
872
|
|
@@ -880,6 +904,7 @@ module PureCloud
|
|
880
904
|
external_organization == o.external_organization &&
|
881
905
|
wrapup == o.wrapup &&
|
882
906
|
peer == o.peer &&
|
907
|
+
screen_recording_state == o.screen_recording_state &&
|
883
908
|
cobrowse_session_id == o.cobrowse_session_id &&
|
884
909
|
cobrowse_role == o.cobrowse_role &&
|
885
910
|
viewer_url == o.viewer_url &&
|
@@ -896,7 +921,7 @@ module PureCloud
|
|
896
921
|
# Calculates hash code according to all attributes.
|
897
922
|
# @return [Fixnum] Hash code
|
898
923
|
def hash
|
899
|
-
[id, name, address, start_time, connected_time, end_time, start_hold_time, purpose, state, direction, disconnect_type, held, wrapup_required, wrapup_prompt, user, queue, attributes, error_info, script, wrapup_timeout_ms, wrapup_skipped, provider, external_contact, external_organization, wrapup, peer, cobrowse_session_id, cobrowse_role, viewer_url, provider_event_time, controlling].hash
|
924
|
+
[id, name, address, start_time, connected_time, end_time, start_hold_time, purpose, state, direction, disconnect_type, held, wrapup_required, wrapup_prompt, user, queue, attributes, error_info, script, wrapup_timeout_ms, wrapup_skipped, provider, external_contact, external_organization, wrapup, peer, screen_recording_state, cobrowse_session_id, cobrowse_role, viewer_url, provider_event_time, controlling].hash
|
900
925
|
end
|
901
926
|
|
902
927
|
# build the object from hash
|
data/lib/purecloudplatformclientv2/models/cobrowse_conversation_notification_participants.rb
CHANGED
@@ -70,6 +70,8 @@ module PureCloud
|
|
70
70
|
|
71
71
|
attr_accessor :peer
|
72
72
|
|
73
|
+
attr_accessor :screen_recording_state
|
74
|
+
|
73
75
|
attr_accessor :cobrowse_session_id
|
74
76
|
|
75
77
|
attr_accessor :cobrowse_role
|
@@ -136,6 +138,8 @@ module PureCloud
|
|
136
138
|
|
137
139
|
:'peer' => :'peer',
|
138
140
|
|
141
|
+
:'screen_recording_state' => :'screenRecordingState',
|
142
|
+
|
139
143
|
:'cobrowse_session_id' => :'cobrowseSessionId',
|
140
144
|
|
141
145
|
:'cobrowse_role' => :'cobrowseRole',
|
@@ -205,6 +209,8 @@ module PureCloud
|
|
205
209
|
|
206
210
|
:'peer' => :'String',
|
207
211
|
|
212
|
+
:'screen_recording_state' => :'String',
|
213
|
+
|
208
214
|
:'cobrowse_session_id' => :'String',
|
209
215
|
|
210
216
|
:'cobrowse_role' => :'String',
|
@@ -463,6 +469,15 @@ module PureCloud
|
|
463
469
|
end
|
464
470
|
|
465
471
|
|
472
|
+
if attributes.has_key?(:'screenRecordingState')
|
473
|
+
|
474
|
+
|
475
|
+
self.screen_recording_state = attributes[:'screenRecordingState']
|
476
|
+
|
477
|
+
|
478
|
+
end
|
479
|
+
|
480
|
+
|
466
481
|
if attributes.has_key?(:'cobrowseSessionId')
|
467
482
|
|
468
483
|
|
@@ -659,6 +674,10 @@ module PureCloud
|
|
659
674
|
|
660
675
|
|
661
676
|
|
677
|
+
|
678
|
+
|
679
|
+
|
680
|
+
|
662
681
|
|
663
682
|
|
664
683
|
|
@@ -843,6 +862,11 @@ module PureCloud
|
|
843
862
|
|
844
863
|
|
845
864
|
|
865
|
+
|
866
|
+
|
867
|
+
|
868
|
+
|
869
|
+
|
846
870
|
|
847
871
|
|
848
872
|
|
@@ -880,6 +904,7 @@ module PureCloud
|
|
880
904
|
external_organization == o.external_organization &&
|
881
905
|
wrapup == o.wrapup &&
|
882
906
|
peer == o.peer &&
|
907
|
+
screen_recording_state == o.screen_recording_state &&
|
883
908
|
cobrowse_session_id == o.cobrowse_session_id &&
|
884
909
|
cobrowse_role == o.cobrowse_role &&
|
885
910
|
viewer_url == o.viewer_url &&
|
@@ -896,7 +921,7 @@ module PureCloud
|
|
896
921
|
# Calculates hash code according to all attributes.
|
897
922
|
# @return [Fixnum] Hash code
|
898
923
|
def hash
|
899
|
-
[id, name, address, start_time, connected_time, end_time, start_hold_time, purpose, state, direction, disconnect_type, held, wrapup_required, wrapup_prompt, user, queue, attributes, error_info, script, wrapup_timeout_ms, wrapup_skipped, provider, external_contact, external_organization, wrapup, peer, cobrowse_session_id, cobrowse_role, viewer_url, provider_event_time, controlling].hash
|
924
|
+
[id, name, address, start_time, connected_time, end_time, start_hold_time, purpose, state, direction, disconnect_type, held, wrapup_required, wrapup_prompt, user, queue, attributes, error_info, script, wrapup_timeout_ms, wrapup_skipped, provider, external_contact, external_organization, wrapup, peer, screen_recording_state, cobrowse_session_id, cobrowse_role, viewer_url, provider_event_time, controlling].hash
|
900
925
|
end
|
901
926
|
|
902
927
|
# build the object from hash
|
@@ -234,7 +234,7 @@ module PureCloud
|
|
234
234
|
|
235
235
|
|
236
236
|
|
237
|
-
allowed_values = ["EQUALS", "LESS_THAN", "LESS_THAN_EQUALS", "GREATER_THAN", "GREATER_THAN_EQUALS", "CONTAINS", "BEGINS_WITH", "ENDS_WITH", "BEFORE", "AFTER"]
|
237
|
+
allowed_values = ["EQUALS", "LESS_THAN", "LESS_THAN_EQUALS", "GREATER_THAN", "GREATER_THAN_EQUALS", "CONTAINS", "BEGINS_WITH", "ENDS_WITH", "BEFORE", "AFTER", "IN"]
|
238
238
|
if @operator && !allowed_values.include?(@operator)
|
239
239
|
return false
|
240
240
|
end
|
@@ -308,7 +308,7 @@ module PureCloud
|
|
308
308
|
# Custom attribute writer method checking allowed values (enum).
|
309
309
|
# @param [Object] operator Object to be assigned
|
310
310
|
def operator=(operator)
|
311
|
-
allowed_values = ["EQUALS", "LESS_THAN", "LESS_THAN_EQUALS", "GREATER_THAN", "GREATER_THAN_EQUALS", "CONTAINS", "BEGINS_WITH", "ENDS_WITH", "BEFORE", "AFTER"]
|
311
|
+
allowed_values = ["EQUALS", "LESS_THAN", "LESS_THAN_EQUALS", "GREATER_THAN", "GREATER_THAN_EQUALS", "CONTAINS", "BEGINS_WITH", "ENDS_WITH", "BEFORE", "AFTER", "IN"]
|
312
312
|
if operator && !allowed_values.include?(operator)
|
313
313
|
fail ArgumentError, "invalid value for 'operator', must be one of #{allowed_values}."
|
314
314
|
end
|
@@ -60,6 +60,8 @@ module PureCloud
|
|
60
60
|
|
61
61
|
attr_accessor :fax_status
|
62
62
|
|
63
|
+
attr_accessor :uui_data
|
64
|
+
|
63
65
|
attr_accessor :additional_properties
|
64
66
|
|
65
67
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -108,6 +110,8 @@ module PureCloud
|
|
108
110
|
|
109
111
|
:'fax_status' => :'faxStatus',
|
110
112
|
|
113
|
+
:'uui_data' => :'uuiData',
|
114
|
+
|
111
115
|
:'additional_properties' => :'additionalProperties'
|
112
116
|
|
113
117
|
}
|
@@ -159,6 +163,8 @@ module PureCloud
|
|
159
163
|
|
160
164
|
:'fax_status' => :'ConversationNotificationFaxStatus',
|
161
165
|
|
166
|
+
:'uui_data' => :'String',
|
167
|
+
|
162
168
|
:'additional_properties' => :'Object'
|
163
169
|
|
164
170
|
}
|
@@ -364,6 +370,15 @@ module PureCloud
|
|
364
370
|
end
|
365
371
|
|
366
372
|
|
373
|
+
if attributes.has_key?(:'uuiData')
|
374
|
+
|
375
|
+
|
376
|
+
self.uui_data = attributes[:'uuiData']
|
377
|
+
|
378
|
+
|
379
|
+
end
|
380
|
+
|
381
|
+
|
367
382
|
if attributes.has_key?(:'additionalProperties')
|
368
383
|
|
369
384
|
|
@@ -491,6 +506,10 @@ module PureCloud
|
|
491
506
|
|
492
507
|
|
493
508
|
|
509
|
+
|
510
|
+
|
511
|
+
|
512
|
+
|
494
513
|
|
495
514
|
|
496
515
|
|
@@ -639,6 +658,11 @@ module PureCloud
|
|
639
658
|
|
640
659
|
|
641
660
|
|
661
|
+
|
662
|
+
|
663
|
+
|
664
|
+
|
665
|
+
|
642
666
|
|
643
667
|
|
644
668
|
|
@@ -671,6 +695,7 @@ module PureCloud
|
|
671
695
|
disconnected_time == o.disconnected_time &&
|
672
696
|
disconnect_reasons == o.disconnect_reasons &&
|
673
697
|
fax_status == o.fax_status &&
|
698
|
+
uui_data == o.uui_data &&
|
674
699
|
additional_properties == o.additional_properties
|
675
700
|
end
|
676
701
|
|
@@ -683,7 +708,7 @@ module PureCloud
|
|
683
708
|
# Calculates hash code according to all attributes.
|
684
709
|
# @return [Fixnum] Hash code
|
685
710
|
def hash
|
686
|
-
[id, state, recording, recording_state, muted, confined, held, error_info, disconnect_type, start_hold_time, direction, document_id, _self, other, provider, script_id, peer_id, connected_time, disconnected_time, disconnect_reasons, fax_status, additional_properties].hash
|
711
|
+
[id, state, recording, recording_state, muted, confined, held, error_info, disconnect_type, start_hold_time, direction, document_id, _self, other, provider, script_id, peer_id, connected_time, disconnected_time, disconnect_reasons, fax_status, uui_data, additional_properties].hash
|
687
712
|
end
|
688
713
|
|
689
714
|
# build the object from hash
|
@@ -60,6 +60,8 @@ module PureCloud
|
|
60
60
|
|
61
61
|
attr_accessor :fax_status
|
62
62
|
|
63
|
+
attr_accessor :uui_data
|
64
|
+
|
63
65
|
attr_accessor :additional_properties
|
64
66
|
|
65
67
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -108,6 +110,8 @@ module PureCloud
|
|
108
110
|
|
109
111
|
:'fax_status' => :'faxStatus',
|
110
112
|
|
113
|
+
:'uui_data' => :'uuiData',
|
114
|
+
|
111
115
|
:'additional_properties' => :'additionalProperties'
|
112
116
|
|
113
117
|
}
|
@@ -159,6 +163,8 @@ module PureCloud
|
|
159
163
|
|
160
164
|
:'fax_status' => :'ConversationNotificationFaxStatus',
|
161
165
|
|
166
|
+
:'uui_data' => :'String',
|
167
|
+
|
162
168
|
:'additional_properties' => :'Object'
|
163
169
|
|
164
170
|
}
|
@@ -364,6 +370,15 @@ module PureCloud
|
|
364
370
|
end
|
365
371
|
|
366
372
|
|
373
|
+
if attributes.has_key?(:'uuiData')
|
374
|
+
|
375
|
+
|
376
|
+
self.uui_data = attributes[:'uuiData']
|
377
|
+
|
378
|
+
|
379
|
+
end
|
380
|
+
|
381
|
+
|
367
382
|
if attributes.has_key?(:'additionalProperties')
|
368
383
|
|
369
384
|
|
@@ -491,6 +506,10 @@ module PureCloud
|
|
491
506
|
|
492
507
|
|
493
508
|
|
509
|
+
|
510
|
+
|
511
|
+
|
512
|
+
|
494
513
|
|
495
514
|
|
496
515
|
|
@@ -639,6 +658,11 @@ module PureCloud
|
|
639
658
|
|
640
659
|
|
641
660
|
|
661
|
+
|
662
|
+
|
663
|
+
|
664
|
+
|
665
|
+
|
642
666
|
|
643
667
|
|
644
668
|
|
@@ -671,6 +695,7 @@ module PureCloud
|
|
671
695
|
disconnected_time == o.disconnected_time &&
|
672
696
|
disconnect_reasons == o.disconnect_reasons &&
|
673
697
|
fax_status == o.fax_status &&
|
698
|
+
uui_data == o.uui_data &&
|
674
699
|
additional_properties == o.additional_properties
|
675
700
|
end
|
676
701
|
|
@@ -683,7 +708,7 @@ module PureCloud
|
|
683
708
|
# Calculates hash code according to all attributes.
|
684
709
|
# @return [Fixnum] Hash code
|
685
710
|
def hash
|
686
|
-
[id, state, recording, recording_state, muted, confined, held, error_info, disconnect_type, start_hold_time, direction, document_id, _self, other, provider, script_id, peer_id, connected_time, disconnected_time, disconnect_reasons, fax_status, additional_properties].hash
|
711
|
+
[id, state, recording, recording_state, muted, confined, held, error_info, disconnect_type, start_hold_time, direction, document_id, _self, other, provider, script_id, peer_id, connected_time, disconnected_time, disconnect_reasons, fax_status, uui_data, additional_properties].hash
|
687
712
|
end
|
688
713
|
|
689
714
|
# build the object from hash
|