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
@@ -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 :audio_muted
|
74
76
|
|
75
77
|
attr_accessor :video_muted
|
@@ -136,6 +138,8 @@ module PureCloud
|
|
136
138
|
|
137
139
|
:'peer' => :'peer',
|
138
140
|
|
141
|
+
:'screen_recording_state' => :'screenRecordingState',
|
142
|
+
|
139
143
|
:'audio_muted' => :'audioMuted',
|
140
144
|
|
141
145
|
:'video_muted' => :'videoMuted',
|
@@ -205,6 +209,8 @@ module PureCloud
|
|
205
209
|
|
206
210
|
:'peer' => :'String',
|
207
211
|
|
212
|
+
:'screen_recording_state' => :'String',
|
213
|
+
|
208
214
|
:'audio_muted' => :'BOOLEAN',
|
209
215
|
|
210
216
|
:'video_muted' => :'BOOLEAN',
|
@@ -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?(:'audioMuted')
|
467
482
|
|
468
483
|
|
@@ -657,6 +672,10 @@ module PureCloud
|
|
657
672
|
|
658
673
|
|
659
674
|
|
675
|
+
|
676
|
+
|
677
|
+
|
678
|
+
|
660
679
|
|
661
680
|
|
662
681
|
|
@@ -841,6 +860,11 @@ module PureCloud
|
|
841
860
|
|
842
861
|
|
843
862
|
|
863
|
+
|
864
|
+
|
865
|
+
|
866
|
+
|
867
|
+
|
844
868
|
|
845
869
|
|
846
870
|
|
@@ -878,6 +902,7 @@ module PureCloud
|
|
878
902
|
external_organization == o.external_organization &&
|
879
903
|
wrapup == o.wrapup &&
|
880
904
|
peer == o.peer &&
|
905
|
+
screen_recording_state == o.screen_recording_state &&
|
881
906
|
audio_muted == o.audio_muted &&
|
882
907
|
video_muted == o.video_muted &&
|
883
908
|
sharing_screen == o.sharing_screen &&
|
@@ -894,7 +919,7 @@ module PureCloud
|
|
894
919
|
# Calculates hash code according to all attributes.
|
895
920
|
# @return [Fixnum] Hash code
|
896
921
|
def hash
|
897
|
-
[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, audio_muted, video_muted, sharing_screen, peer_count, context].hash
|
922
|
+
[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, audio_muted, video_muted, sharing_screen, peer_count, context].hash
|
898
923
|
end
|
899
924
|
|
900
925
|
# build the object from hash
|
data/lib/purecloudplatformclientv2/models/video_conversation_notification_video_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 :audio_muted
|
74
76
|
|
75
77
|
attr_accessor :video_muted
|
@@ -136,6 +138,8 @@ module PureCloud
|
|
136
138
|
|
137
139
|
:'peer' => :'peer',
|
138
140
|
|
141
|
+
:'screen_recording_state' => :'screenRecordingState',
|
142
|
+
|
139
143
|
:'audio_muted' => :'audioMuted',
|
140
144
|
|
141
145
|
:'video_muted' => :'videoMuted',
|
@@ -205,6 +209,8 @@ module PureCloud
|
|
205
209
|
|
206
210
|
:'peer' => :'String',
|
207
211
|
|
212
|
+
:'screen_recording_state' => :'String',
|
213
|
+
|
208
214
|
:'audio_muted' => :'BOOLEAN',
|
209
215
|
|
210
216
|
:'video_muted' => :'BOOLEAN',
|
@@ -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?(:'audioMuted')
|
467
482
|
|
468
483
|
|
@@ -657,6 +672,10 @@ module PureCloud
|
|
657
672
|
|
658
673
|
|
659
674
|
|
675
|
+
|
676
|
+
|
677
|
+
|
678
|
+
|
660
679
|
|
661
680
|
|
662
681
|
|
@@ -841,6 +860,11 @@ module PureCloud
|
|
841
860
|
|
842
861
|
|
843
862
|
|
863
|
+
|
864
|
+
|
865
|
+
|
866
|
+
|
867
|
+
|
844
868
|
|
845
869
|
|
846
870
|
|
@@ -878,6 +902,7 @@ module PureCloud
|
|
878
902
|
external_organization == o.external_organization &&
|
879
903
|
wrapup == o.wrapup &&
|
880
904
|
peer == o.peer &&
|
905
|
+
screen_recording_state == o.screen_recording_state &&
|
881
906
|
audio_muted == o.audio_muted &&
|
882
907
|
video_muted == o.video_muted &&
|
883
908
|
sharing_screen == o.sharing_screen &&
|
@@ -894,7 +919,7 @@ module PureCloud
|
|
894
919
|
# Calculates hash code according to all attributes.
|
895
920
|
# @return [Fixnum] Hash code
|
896
921
|
def hash
|
897
|
-
[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, audio_muted, video_muted, sharing_screen, peer_count, context].hash
|
922
|
+
[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, audio_muted, video_muted, sharing_screen, peer_count, context].hash
|
898
923
|
end
|
899
924
|
|
900
925
|
# build the object from hash
|
metadata
CHANGED
@@ -1,213 +1,213 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: purecloudplatformclientv2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 16.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Genesys Developer Evangelists
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-09-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - ~>
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '0.2'
|
20
|
-
- -
|
20
|
+
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 0.2.1
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
|
-
- - ~>
|
27
|
+
- - "~>"
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: '0.2'
|
30
|
-
- -
|
30
|
+
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 0.2.1
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: json
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
|
-
- - ~>
|
37
|
+
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
39
|
version: '1.4'
|
40
|
-
- -
|
40
|
+
- - ">="
|
41
41
|
- !ruby/object:Gem::Version
|
42
42
|
version: 1.4.6
|
43
43
|
type: :runtime
|
44
44
|
prerelease: false
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
|
-
- - ~>
|
47
|
+
- - "~>"
|
48
48
|
- !ruby/object:Gem::Version
|
49
49
|
version: '1.4'
|
50
|
-
- -
|
50
|
+
- - ">="
|
51
51
|
- !ruby/object:Gem::Version
|
52
52
|
version: 1.4.6
|
53
53
|
- !ruby/object:Gem::Dependency
|
54
54
|
name: rest-client
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
56
56
|
requirements:
|
57
|
-
- - ~>
|
57
|
+
- - "~>"
|
58
58
|
- !ruby/object:Gem::Version
|
59
59
|
version: '2.0'
|
60
|
-
- -
|
60
|
+
- - ">="
|
61
61
|
- !ruby/object:Gem::Version
|
62
62
|
version: 2.0.1
|
63
63
|
type: :runtime
|
64
64
|
prerelease: false
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
66
66
|
requirements:
|
67
|
-
- - ~>
|
67
|
+
- - "~>"
|
68
68
|
- !ruby/object:Gem::Version
|
69
69
|
version: '2.0'
|
70
|
-
- -
|
70
|
+
- - ">="
|
71
71
|
- !ruby/object:Gem::Version
|
72
72
|
version: 2.0.1
|
73
73
|
- !ruby/object:Gem::Dependency
|
74
74
|
name: rspec
|
75
75
|
requirement: !ruby/object:Gem::Requirement
|
76
76
|
requirements:
|
77
|
-
- - ~>
|
77
|
+
- - "~>"
|
78
78
|
- !ruby/object:Gem::Version
|
79
79
|
version: '3.2'
|
80
|
-
- -
|
80
|
+
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: 3.2.0
|
83
83
|
type: :development
|
84
84
|
prerelease: false
|
85
85
|
version_requirements: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- - ~>
|
87
|
+
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: '3.2'
|
90
|
-
- -
|
90
|
+
- - ">="
|
91
91
|
- !ruby/object:Gem::Version
|
92
92
|
version: 3.2.0
|
93
93
|
- !ruby/object:Gem::Dependency
|
94
94
|
name: vcr
|
95
95
|
requirement: !ruby/object:Gem::Requirement
|
96
96
|
requirements:
|
97
|
-
- - ~>
|
97
|
+
- - "~>"
|
98
98
|
- !ruby/object:Gem::Version
|
99
99
|
version: '2.9'
|
100
|
-
- -
|
100
|
+
- - ">="
|
101
101
|
- !ruby/object:Gem::Version
|
102
102
|
version: 2.9.3
|
103
103
|
type: :development
|
104
104
|
prerelease: false
|
105
105
|
version_requirements: !ruby/object:Gem::Requirement
|
106
106
|
requirements:
|
107
|
-
- - ~>
|
107
|
+
- - "~>"
|
108
108
|
- !ruby/object:Gem::Version
|
109
109
|
version: '2.9'
|
110
|
-
- -
|
110
|
+
- - ">="
|
111
111
|
- !ruby/object:Gem::Version
|
112
112
|
version: 2.9.3
|
113
113
|
- !ruby/object:Gem::Dependency
|
114
114
|
name: webmock
|
115
115
|
requirement: !ruby/object:Gem::Requirement
|
116
116
|
requirements:
|
117
|
-
- - ~>
|
117
|
+
- - "~>"
|
118
118
|
- !ruby/object:Gem::Version
|
119
119
|
version: '1.6'
|
120
|
-
- -
|
120
|
+
- - ">="
|
121
121
|
- !ruby/object:Gem::Version
|
122
122
|
version: 1.6.2
|
123
123
|
type: :development
|
124
124
|
prerelease: false
|
125
125
|
version_requirements: !ruby/object:Gem::Requirement
|
126
126
|
requirements:
|
127
|
-
- - ~>
|
127
|
+
- - "~>"
|
128
128
|
- !ruby/object:Gem::Version
|
129
129
|
version: '1.6'
|
130
|
-
- -
|
130
|
+
- - ">="
|
131
131
|
- !ruby/object:Gem::Version
|
132
132
|
version: 1.6.2
|
133
133
|
- !ruby/object:Gem::Dependency
|
134
134
|
name: autotest
|
135
135
|
requirement: !ruby/object:Gem::Requirement
|
136
136
|
requirements:
|
137
|
-
- - ~>
|
137
|
+
- - "~>"
|
138
138
|
- !ruby/object:Gem::Version
|
139
139
|
version: '4.4'
|
140
|
-
- -
|
140
|
+
- - ">="
|
141
141
|
- !ruby/object:Gem::Version
|
142
142
|
version: 4.4.6
|
143
143
|
type: :development
|
144
144
|
prerelease: false
|
145
145
|
version_requirements: !ruby/object:Gem::Requirement
|
146
146
|
requirements:
|
147
|
-
- - ~>
|
147
|
+
- - "~>"
|
148
148
|
- !ruby/object:Gem::Version
|
149
149
|
version: '4.4'
|
150
|
-
- -
|
150
|
+
- - ">="
|
151
151
|
- !ruby/object:Gem::Version
|
152
152
|
version: 4.4.6
|
153
153
|
- !ruby/object:Gem::Dependency
|
154
154
|
name: autotest-rails-pure
|
155
155
|
requirement: !ruby/object:Gem::Requirement
|
156
156
|
requirements:
|
157
|
-
- - ~>
|
157
|
+
- - "~>"
|
158
158
|
- !ruby/object:Gem::Version
|
159
159
|
version: '4.1'
|
160
|
-
- -
|
160
|
+
- - ">="
|
161
161
|
- !ruby/object:Gem::Version
|
162
162
|
version: 4.1.2
|
163
163
|
type: :development
|
164
164
|
prerelease: false
|
165
165
|
version_requirements: !ruby/object:Gem::Requirement
|
166
166
|
requirements:
|
167
|
-
- - ~>
|
167
|
+
- - "~>"
|
168
168
|
- !ruby/object:Gem::Version
|
169
169
|
version: '4.1'
|
170
|
-
- -
|
170
|
+
- - ">="
|
171
171
|
- !ruby/object:Gem::Version
|
172
172
|
version: 4.1.2
|
173
173
|
- !ruby/object:Gem::Dependency
|
174
174
|
name: autotest-growl
|
175
175
|
requirement: !ruby/object:Gem::Requirement
|
176
176
|
requirements:
|
177
|
-
- - ~>
|
177
|
+
- - "~>"
|
178
178
|
- !ruby/object:Gem::Version
|
179
179
|
version: '0.2'
|
180
|
-
- -
|
180
|
+
- - ">="
|
181
181
|
- !ruby/object:Gem::Version
|
182
182
|
version: 0.2.16
|
183
183
|
type: :development
|
184
184
|
prerelease: false
|
185
185
|
version_requirements: !ruby/object:Gem::Requirement
|
186
186
|
requirements:
|
187
|
-
- - ~>
|
187
|
+
- - "~>"
|
188
188
|
- !ruby/object:Gem::Version
|
189
189
|
version: '0.2'
|
190
|
-
- -
|
190
|
+
- - ">="
|
191
191
|
- !ruby/object:Gem::Version
|
192
192
|
version: 0.2.16
|
193
193
|
- !ruby/object:Gem::Dependency
|
194
194
|
name: autotest-fsevent
|
195
195
|
requirement: !ruby/object:Gem::Requirement
|
196
196
|
requirements:
|
197
|
-
- - ~>
|
197
|
+
- - "~>"
|
198
198
|
- !ruby/object:Gem::Version
|
199
199
|
version: '0.2'
|
200
|
-
- -
|
200
|
+
- - ">="
|
201
201
|
- !ruby/object:Gem::Version
|
202
202
|
version: 0.2.11
|
203
203
|
type: :development
|
204
204
|
prerelease: false
|
205
205
|
version_requirements: !ruby/object:Gem::Requirement
|
206
206
|
requirements:
|
207
|
-
- - ~>
|
207
|
+
- - "~>"
|
208
208
|
- !ruby/object:Gem::Version
|
209
209
|
version: '0.2'
|
210
|
-
- -
|
210
|
+
- - ">="
|
211
211
|
- !ruby/object:Gem::Version
|
212
212
|
version: 0.2.11
|
213
213
|
description: A Ruby library to interface with the PureCloud Platform API
|
@@ -219,7 +219,15 @@ extra_rdoc_files: []
|
|
219
219
|
files:
|
220
220
|
- README.md
|
221
221
|
- docs/ADFS.md
|
222
|
+
- docs/Action.md
|
223
|
+
- docs/ActionConfig.md
|
224
|
+
- docs/ActionContract.md
|
225
|
+
- docs/ActionContractInput.md
|
226
|
+
- docs/ActionEntityListing.md
|
227
|
+
- docs/ActionInput.md
|
228
|
+
- docs/ActionOutput.md
|
222
229
|
- docs/Actions.md
|
230
|
+
- docs/ActiveAlertCount.md
|
223
231
|
- docs/ActivityCode.md
|
224
232
|
- docs/ActivityCodeContainer.md
|
225
233
|
- docs/AcwSettings.md
|
@@ -378,6 +386,8 @@ files:
|
|
378
386
|
- docs/CampaignSequenceNotificationUriReference.md
|
379
387
|
- docs/CampaignStats.md
|
380
388
|
- docs/CampaignTimeSlot.md
|
389
|
+
- docs/Category.md
|
390
|
+
- docs/CategoryEntityListing.md
|
381
391
|
- docs/Certificate.md
|
382
392
|
- docs/CertificateAuthorityEntityListing.md
|
383
393
|
- docs/CertificateDetails.md
|
@@ -585,6 +595,7 @@ files:
|
|
585
595
|
- docs/DomainRole.md
|
586
596
|
- docs/DomainSchemaReference.md
|
587
597
|
- docs/DownloadResponse.md
|
598
|
+
- docs/DraftValidationResult.md
|
588
599
|
- docs/DurationCondition.md
|
589
600
|
- docs/Edge.md
|
590
601
|
- docs/EdgeAutoUpdateConfig.md
|
@@ -733,6 +744,7 @@ files:
|
|
733
744
|
- docs/InboundRoute.md
|
734
745
|
- docs/InboundRouteEntityListing.md
|
735
746
|
- docs/InitiateScreenRecording.md
|
747
|
+
- docs/IntegrationsApi.md
|
736
748
|
- docs/InteractionStatAlertNotification.md
|
737
749
|
- docs/InteractionStatAlertNotificationNotificationUser.md
|
738
750
|
- docs/InteractionStatRuleNotification.md
|
@@ -809,6 +821,7 @@ files:
|
|
809
821
|
- docs/LockInfo.md
|
810
822
|
- docs/LogicalInterfaceEntityListing.md
|
811
823
|
- docs/ManagementUnit.md
|
824
|
+
- docs/ManagementUnitListing.md
|
812
825
|
- docs/MaxParticipants.md
|
813
826
|
- docs/MediaParticipantRequest.md
|
814
827
|
- docs/MediaPolicies.md
|
@@ -892,6 +905,9 @@ files:
|
|
892
905
|
- docs/PolicyEntityListing.md
|
893
906
|
- docs/PolicyErrorMessage.md
|
894
907
|
- docs/PolicyErrors.md
|
908
|
+
- docs/PostActionInput.md
|
909
|
+
- docs/PostInputContract.md
|
910
|
+
- docs/PostOutputContract.md
|
895
911
|
- docs/PredictionResults.md
|
896
912
|
- docs/PresenceApi.md
|
897
913
|
- docs/PresenceDefinition.md
|
@@ -913,7 +929,7 @@ files:
|
|
913
929
|
- docs/PromptResourceNotificationNotification.md
|
914
930
|
- docs/PropertyIndexRequest.md
|
915
931
|
- docs/ProvisionInfo.md
|
916
|
-
- docs/
|
932
|
+
- docs/PublishDraftInput.md
|
917
933
|
- docs/PureCloud.md
|
918
934
|
- docs/QualifierMappingObservationQueryResponse.md
|
919
935
|
- docs/QualityApi.md
|
@@ -956,10 +972,12 @@ files:
|
|
956
972
|
- docs/ReportRunEntryEntityDomainListing.md
|
957
973
|
- docs/ReportSchedule.md
|
958
974
|
- docs/ReportScheduleEntityListing.md
|
975
|
+
- docs/RequestConfig.md
|
959
976
|
- docs/ResourceConditionNode.md
|
960
977
|
- docs/ResourceConditionValue.md
|
961
978
|
- docs/ResourcePermissionPolicy.md
|
962
979
|
- docs/Response.md
|
980
|
+
- docs/ResponseConfig.md
|
963
981
|
- docs/ResponseEntityList.md
|
964
982
|
- docs/ResponseEntityListing.md
|
965
983
|
- docs/ResponseFilter.md
|
@@ -1078,6 +1096,8 @@ files:
|
|
1078
1096
|
- docs/TagValueEntityListing.md
|
1079
1097
|
- docs/TelephonyProvidersEdgeApi.md
|
1080
1098
|
- docs/TermAttribute.md
|
1099
|
+
- docs/TestExecutionOperationResult.md
|
1100
|
+
- docs/TestExecutionResult.md
|
1081
1101
|
- docs/Ticker.md
|
1082
1102
|
- docs/TimeAllowed.md
|
1083
1103
|
- docs/TimeInterval.md
|
@@ -1121,6 +1141,8 @@ files:
|
|
1121
1141
|
- docs/TwitterId.md
|
1122
1142
|
- docs/UnreadMetric.md
|
1123
1143
|
- docs/UnreadStatus.md
|
1144
|
+
- docs/UpdateActionInput.md
|
1145
|
+
- docs/UpdateDraftInput.md
|
1124
1146
|
- docs/UpdateUser.md
|
1125
1147
|
- docs/UriReference.md
|
1126
1148
|
- docs/Usage.md
|
@@ -1234,6 +1256,7 @@ files:
|
|
1234
1256
|
- lib/purecloudplatformclientv2/api/greetings_api.rb
|
1235
1257
|
- lib/purecloudplatformclientv2/api/groups_api.rb
|
1236
1258
|
- lib/purecloudplatformclientv2/api/identity_provider_api.rb
|
1259
|
+
- lib/purecloudplatformclientv2/api/integrations_api.rb
|
1237
1260
|
- lib/purecloudplatformclientv2/api/languages_api.rb
|
1238
1261
|
- lib/purecloudplatformclientv2/api/license_api.rb
|
1239
1262
|
- lib/purecloudplatformclientv2/api/locations_api.rb
|
@@ -1261,7 +1284,15 @@ files:
|
|
1261
1284
|
- lib/purecloudplatformclientv2/api_client.rb
|
1262
1285
|
- lib/purecloudplatformclientv2/api_error.rb
|
1263
1286
|
- lib/purecloudplatformclientv2/configuration.rb
|
1287
|
+
- lib/purecloudplatformclientv2/models/action.rb
|
1288
|
+
- lib/purecloudplatformclientv2/models/action_config.rb
|
1289
|
+
- lib/purecloudplatformclientv2/models/action_contract.rb
|
1290
|
+
- lib/purecloudplatformclientv2/models/action_contract_input.rb
|
1291
|
+
- lib/purecloudplatformclientv2/models/action_entity_listing.rb
|
1292
|
+
- lib/purecloudplatformclientv2/models/action_input.rb
|
1293
|
+
- lib/purecloudplatformclientv2/models/action_output.rb
|
1264
1294
|
- lib/purecloudplatformclientv2/models/actions.rb
|
1295
|
+
- lib/purecloudplatformclientv2/models/active_alert_count.rb
|
1265
1296
|
- lib/purecloudplatformclientv2/models/activity_code.rb
|
1266
1297
|
- lib/purecloudplatformclientv2/models/activity_code_container.rb
|
1267
1298
|
- lib/purecloudplatformclientv2/models/acw_settings.rb
|
@@ -1416,6 +1447,8 @@ files:
|
|
1416
1447
|
- lib/purecloudplatformclientv2/models/campaign_sequence_notification_uri_reference.rb
|
1417
1448
|
- lib/purecloudplatformclientv2/models/campaign_stats.rb
|
1418
1449
|
- lib/purecloudplatformclientv2/models/campaign_time_slot.rb
|
1450
|
+
- lib/purecloudplatformclientv2/models/category.rb
|
1451
|
+
- lib/purecloudplatformclientv2/models/category_entity_listing.rb
|
1419
1452
|
- lib/purecloudplatformclientv2/models/certificate.rb
|
1420
1453
|
- lib/purecloudplatformclientv2/models/certificate_authority_entity_listing.rb
|
1421
1454
|
- lib/purecloudplatformclientv2/models/certificate_details.rb
|
@@ -1621,6 +1654,7 @@ files:
|
|
1621
1654
|
- lib/purecloudplatformclientv2/models/domain_role.rb
|
1622
1655
|
- lib/purecloudplatformclientv2/models/domain_schema_reference.rb
|
1623
1656
|
- lib/purecloudplatformclientv2/models/download_response.rb
|
1657
|
+
- lib/purecloudplatformclientv2/models/draft_validation_result.rb
|
1624
1658
|
- lib/purecloudplatformclientv2/models/duration_condition.rb
|
1625
1659
|
- lib/purecloudplatformclientv2/models/edge.rb
|
1626
1660
|
- lib/purecloudplatformclientv2/models/edge_auto_update_config.rb
|
@@ -1836,6 +1870,7 @@ files:
|
|
1836
1870
|
- lib/purecloudplatformclientv2/models/lock_info.rb
|
1837
1871
|
- lib/purecloudplatformclientv2/models/logical_interface_entity_listing.rb
|
1838
1872
|
- lib/purecloudplatformclientv2/models/management_unit.rb
|
1873
|
+
- lib/purecloudplatformclientv2/models/management_unit_listing.rb
|
1839
1874
|
- lib/purecloudplatformclientv2/models/max_participants.rb
|
1840
1875
|
- lib/purecloudplatformclientv2/models/media_participant_request.rb
|
1841
1876
|
- lib/purecloudplatformclientv2/models/media_policies.rb
|
@@ -1914,6 +1949,9 @@ files:
|
|
1914
1949
|
- lib/purecloudplatformclientv2/models/policy_entity_listing.rb
|
1915
1950
|
- lib/purecloudplatformclientv2/models/policy_error_message.rb
|
1916
1951
|
- lib/purecloudplatformclientv2/models/policy_errors.rb
|
1952
|
+
- lib/purecloudplatformclientv2/models/post_action_input.rb
|
1953
|
+
- lib/purecloudplatformclientv2/models/post_input_contract.rb
|
1954
|
+
- lib/purecloudplatformclientv2/models/post_output_contract.rb
|
1917
1955
|
- lib/purecloudplatformclientv2/models/prediction_results.rb
|
1918
1956
|
- lib/purecloudplatformclientv2/models/presence_definition.rb
|
1919
1957
|
- lib/purecloudplatformclientv2/models/presence_query_response.rb
|
@@ -1934,7 +1972,7 @@ files:
|
|
1934
1972
|
- lib/purecloudplatformclientv2/models/prompt_resource_notification_notification.rb
|
1935
1973
|
- lib/purecloudplatformclientv2/models/property_index_request.rb
|
1936
1974
|
- lib/purecloudplatformclientv2/models/provision_info.rb
|
1937
|
-
- lib/purecloudplatformclientv2/models/
|
1975
|
+
- lib/purecloudplatformclientv2/models/publish_draft_input.rb
|
1938
1976
|
- lib/purecloudplatformclientv2/models/pure_cloud.rb
|
1939
1977
|
- lib/purecloudplatformclientv2/models/qualifier_mapping_observation_query_response.rb
|
1940
1978
|
- lib/purecloudplatformclientv2/models/quality_audit.rb
|
@@ -1975,10 +2013,12 @@ files:
|
|
1975
2013
|
- lib/purecloudplatformclientv2/models/report_run_entry_entity_domain_listing.rb
|
1976
2014
|
- lib/purecloudplatformclientv2/models/report_schedule.rb
|
1977
2015
|
- lib/purecloudplatformclientv2/models/report_schedule_entity_listing.rb
|
2016
|
+
- lib/purecloudplatformclientv2/models/request_config.rb
|
1978
2017
|
- lib/purecloudplatformclientv2/models/resource_condition_node.rb
|
1979
2018
|
- lib/purecloudplatformclientv2/models/resource_condition_value.rb
|
1980
2019
|
- lib/purecloudplatformclientv2/models/resource_permission_policy.rb
|
1981
2020
|
- lib/purecloudplatformclientv2/models/response.rb
|
2021
|
+
- lib/purecloudplatformclientv2/models/response_config.rb
|
1982
2022
|
- lib/purecloudplatformclientv2/models/response_entity_list.rb
|
1983
2023
|
- lib/purecloudplatformclientv2/models/response_entity_listing.rb
|
1984
2024
|
- lib/purecloudplatformclientv2/models/response_filter.rb
|
@@ -2090,6 +2130,8 @@ files:
|
|
2090
2130
|
- lib/purecloudplatformclientv2/models/tag_value.rb
|
2091
2131
|
- lib/purecloudplatformclientv2/models/tag_value_entity_listing.rb
|
2092
2132
|
- lib/purecloudplatformclientv2/models/term_attribute.rb
|
2133
|
+
- lib/purecloudplatformclientv2/models/test_execution_operation_result.rb
|
2134
|
+
- lib/purecloudplatformclientv2/models/test_execution_result.rb
|
2093
2135
|
- lib/purecloudplatformclientv2/models/ticker.rb
|
2094
2136
|
- lib/purecloudplatformclientv2/models/time_allowed.rb
|
2095
2137
|
- lib/purecloudplatformclientv2/models/time_interval.rb
|
@@ -2132,6 +2174,8 @@ files:
|
|
2132
2174
|
- lib/purecloudplatformclientv2/models/twitter_id.rb
|
2133
2175
|
- lib/purecloudplatformclientv2/models/unread_metric.rb
|
2134
2176
|
- lib/purecloudplatformclientv2/models/unread_status.rb
|
2177
|
+
- lib/purecloudplatformclientv2/models/update_action_input.rb
|
2178
|
+
- lib/purecloudplatformclientv2/models/update_draft_input.rb
|
2135
2179
|
- lib/purecloudplatformclientv2/models/update_user.rb
|
2136
2180
|
- lib/purecloudplatformclientv2/models/uri_reference.rb
|
2137
2181
|
- lib/purecloudplatformclientv2/models/usage.rb
|
@@ -2240,17 +2284,17 @@ require_paths:
|
|
2240
2284
|
- lib
|
2241
2285
|
required_ruby_version: !ruby/object:Gem::Requirement
|
2242
2286
|
requirements:
|
2243
|
-
- -
|
2287
|
+
- - ">="
|
2244
2288
|
- !ruby/object:Gem::Version
|
2245
2289
|
version: '0'
|
2246
2290
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
2247
2291
|
requirements:
|
2248
|
-
- -
|
2292
|
+
- - ">="
|
2249
2293
|
- !ruby/object:Gem::Version
|
2250
2294
|
version: '0'
|
2251
2295
|
requirements: []
|
2252
2296
|
rubyforge_project:
|
2253
|
-
rubygems_version: 2.
|
2297
|
+
rubygems_version: 2.5.1
|
2254
2298
|
signing_key:
|
2255
2299
|
specification_version: 4
|
2256
2300
|
summary: PureCloud Platform API Library
|