purecloudplatformclientv2 95.0.0 → 96.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/docs/AnalyticsProposedAgent.md +14 -0
- data/docs/AnalyticsSession.md +2 -0
- data/docs/ArrayNode.md +4 -4
- data/docs/AuditApi.md +60 -0
- data/docs/BuAgentSchedulesQueryResponse.md +1 -0
- data/docs/CoachingApi.md +80 -2
- data/docs/CoachingAppointmentAggregateRequest.md +16 -0
- data/docs/CoachingAppointmentAggregateResponse.md +13 -0
- data/docs/CoachingAppointmentResponse.md +1 -0
- data/docs/ConversationMetrics.md +15 -0
- data/docs/ExternalOrganizationTrustorLink.md +1 -2
- data/docs/GenericSAML.md +1 -1
- data/docs/JsonNode.md +4 -4
- data/docs/OAuthClient.md +1 -0
- data/docs/OAuthClientListing.md +1 -0
- data/docs/OAuthClientRequest.md +1 -0
- data/docs/OrgOAuthClient.md +1 -0
- data/docs/Permissions.md +0 -2
- data/docs/QueryRequestClause.md +14 -0
- data/docs/QueryRequestFilter.md +14 -0
- data/docs/QueryRequestPredicate.md +14 -0
- data/docs/QueryResponseData.md +14 -0
- data/docs/QueryResponseGroupedData.md +14 -0
- data/docs/QueryResponseMetric.md +14 -0
- data/docs/QueryResponseStats.md +13 -0
- data/docs/ReportingDataExportTopicDataExportNotification.md +1 -0
- data/docs/ReportingExportJobResponse.md +1 -0
- data/docs/RoutingApi.md +1 -1
- data/docs/SearchApi.md +2 -1
- data/docs/SpeechTextAnalyticsApi.md +66 -0
- data/docs/StatEventFlowOutcomeTopicDatum.md +14 -0
- data/docs/StatEventFlowOutcomeTopicMetric.md +15 -0
- data/docs/StatEventFlowOutcomeTopicStatsNotification.md +14 -0
- data/docs/StatEventFlowTopicDatum.md +14 -0
- data/docs/StatEventFlowTopicMetric.md +15 -0
- data/docs/StatEventFlowTopicStatsNotification.md +14 -0
- data/docs/StatEventWrapUpCodeTopicDatum.md +14 -0
- data/docs/StatEventWrapUpCodeTopicMetric.md +15 -0
- data/docs/StatEventWrapUpCodeTopicStatsNotification.md +14 -0
- data/docs/UserScheduleAdherence.md +1 -0
- data/docs/UserSearchRequest.md +1 -0
- data/docs/UsersApi.md +2 -1
- data/docs/WemCoachingAppointmentTopicCoachingAppointmentNotification.md +1 -0
- data/docs/WfmBusinessUnitReference.md +1 -1
- data/docs/WfmScheduleReference.md +3 -3
- data/docs/WfmUserScheduleAdherenceUpdatedMuTopicUriReference.md +14 -0
- data/docs/WfmUserScheduleAdherenceUpdatedMuTopicUserScheduleAdherenceUpdate.md +1 -0
- data/docs/WfmUserScheduleAdherenceUpdatedTeamTopicQueueReference.md +13 -0
- data/docs/WfmUserScheduleAdherenceUpdatedTeamTopicUriReference.md +14 -0
- data/docs/WfmUserScheduleAdherenceUpdatedTeamTopicUserReference.md +13 -0
- data/docs/WfmUserScheduleAdherenceUpdatedTeamTopicUserScheduleAdherenceUpdate.md +28 -0
- data/docs/WfmUserScheduleAdherenceUpdatedTopicUriReference.md +14 -0
- data/docs/WfmUserScheduleAdherenceUpdatedTopicUserScheduleAdherenceUpdate.md +1 -0
- data/lib/purecloudplatformclientv2.rb +26 -0
- data/lib/purecloudplatformclientv2/api/audit_api.rb +55 -0
- data/lib/purecloudplatformclientv2/api/coaching_api.rb +127 -0
- data/lib/purecloudplatformclientv2/api/routing_api.rb +2 -2
- data/lib/purecloudplatformclientv2/api/speech_text_analytics_api.rb +65 -0
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/models/acw_settings.rb +2 -2
- data/lib/purecloudplatformclientv2/models/analytics_proposed_agent.rb +228 -0
- data/lib/purecloudplatformclientv2/models/analytics_session.rb +58 -4
- data/lib/purecloudplatformclientv2/models/array_node.rb +54 -54
- data/lib/purecloudplatformclientv2/models/audit_log_message.rb +6 -6
- data/lib/purecloudplatformclientv2/models/audit_query_entity.rb +2 -2
- data/lib/purecloudplatformclientv2/models/audit_query_execution_status_response.rb +2 -2
- data/lib/purecloudplatformclientv2/models/audit_query_request.rb +2 -2
- data/lib/purecloudplatformclientv2/models/audit_query_service.rb +2 -2
- data/lib/purecloudplatformclientv2/models/audit_realtime_query_request.rb +2 -2
- data/lib/purecloudplatformclientv2/models/bu_agent_schedules_query_response.rb +30 -4
- data/lib/purecloudplatformclientv2/models/coaching_appointment_aggregate_request.rb +294 -0
- data/lib/purecloudplatformclientv2/models/coaching_appointment_aggregate_response.rb +204 -0
- data/lib/purecloudplatformclientv2/models/coaching_appointment_response.rb +27 -1
- data/lib/purecloudplatformclientv2/models/conversation_aggregate_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/conversation_event_topic_message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/conversation_message_event_topic_message_media_participant.rb +2 -2
- data/lib/purecloudplatformclientv2/models/conversation_metrics.rb +254 -0
- data/lib/purecloudplatformclientv2/models/create_outbound_messaging_conversation_request.rb +2 -2
- data/lib/purecloudplatformclientv2/models/event_message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/external_organization_trustor_link.rb +8 -34
- data/lib/purecloudplatformclientv2/models/flow_aggregate_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/generic_saml.rb +12 -12
- data/lib/purecloudplatformclientv2/models/ip_address_range.rb +2 -2
- data/lib/purecloudplatformclientv2/models/journey_aggregate_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/json_node.rb +54 -54
- data/lib/purecloudplatformclientv2/models/message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/message_data.rb +2 -2
- data/lib/purecloudplatformclientv2/models/message_media_participant.rb +2 -2
- data/lib/purecloudplatformclientv2/models/messaging_integration.rb +2 -2
- data/lib/purecloudplatformclientv2/models/messaging_sticker.rb +2 -2
- data/lib/purecloudplatformclientv2/models/o_auth_client.rb +27 -1
- data/lib/purecloudplatformclientv2/models/o_auth_client_listing.rb +27 -1
- data/lib/purecloudplatformclientv2/models/o_auth_client_request.rb +30 -4
- data/lib/purecloudplatformclientv2/models/org_o_auth_client.rb +27 -1
- data/lib/purecloudplatformclientv2/models/participant.rb +2 -2
- data/lib/purecloudplatformclientv2/models/participant_basic.rb +2 -2
- data/lib/purecloudplatformclientv2/models/permissions.rb +1 -52
- data/lib/purecloudplatformclientv2/models/query_request_clause.rb +254 -0
- data/lib/purecloudplatformclientv2/models/query_request_filter.rb +254 -0
- data/lib/purecloudplatformclientv2/models/query_request_predicate.rb +252 -0
- data/lib/purecloudplatformclientv2/models/query_response_data.rb +230 -0
- data/lib/purecloudplatformclientv2/models/query_response_grouped_data.rb +232 -0
- data/lib/purecloudplatformclientv2/models/query_response_metric.rb +242 -0
- data/lib/purecloudplatformclientv2/models/query_response_stats.rb +202 -0
- data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/queue_conversation_message_event_topic_message_media_participant.rb +2 -2
- data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/recipient.rb +2 -2
- data/lib/purecloudplatformclientv2/models/reporting_data_export_topic_data_export_notification.rb +26 -1
- data/lib/purecloudplatformclientv2/models/reporting_export_job_response.rb +32 -1
- data/lib/purecloudplatformclientv2/models/segment_detail_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/send_agentless_outbound_message_request.rb +2 -2
- data/lib/purecloudplatformclientv2/models/send_agentless_outbound_message_response.rb +2 -2
- data/lib/purecloudplatformclientv2/models/stat_event_flow_outcome_topic_datum.rb +228 -0
- data/lib/purecloudplatformclientv2/models/stat_event_flow_outcome_topic_metric.rb +253 -0
- data/lib/purecloudplatformclientv2/models/stat_event_flow_outcome_topic_stats_notification.rb +230 -0
- data/lib/purecloudplatformclientv2/models/stat_event_flow_topic_datum.rb +228 -0
- data/lib/purecloudplatformclientv2/models/stat_event_flow_topic_metric.rb +253 -0
- data/lib/purecloudplatformclientv2/models/stat_event_flow_topic_stats_notification.rb +230 -0
- data/lib/purecloudplatformclientv2/models/stat_event_wrap_up_code_topic_datum.rb +228 -0
- data/lib/purecloudplatformclientv2/models/stat_event_wrap_up_code_topic_metric.rb +253 -0
- data/lib/purecloudplatformclientv2/models/stat_event_wrap_up_code_topic_stats_notification.rb +230 -0
- data/lib/purecloudplatformclientv2/models/user_schedule_adherence.rb +27 -1
- data/lib/purecloudplatformclientv2/models/user_search_request.rb +30 -4
- data/lib/purecloudplatformclientv2/models/wem_coaching_appointment_topic_coaching_appointment_notification.rb +29 -4
- data/lib/purecloudplatformclientv2/models/wfm_business_unit_reference.rb +6 -1
- data/lib/purecloudplatformclientv2/models/wfm_schedule_reference.rb +16 -1
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_mu_topic_uri_reference.rb +226 -0
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_mu_topic_user_schedule_adherence_update.rb +26 -1
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_queue_reference.rb +201 -0
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_uri_reference.rb +226 -0
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_user_reference.rb +201 -0
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_user_schedule_adherence_update.rb +606 -0
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_topic_uri_reference.rb +226 -0
- data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_topic_user_schedule_adherence_update.rb +26 -1
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +55 -3
data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_topic_uri_reference.rb
ADDED
@@ -0,0 +1,226 @@
|
|
1
|
+
=begin
|
2
|
+
PureCloud Platform API
|
3
|
+
|
4
|
+
With the PureCloud Platform API, you can control all aspects of your PureCloud environment. With the APIs you can access the system configuration, manage conversations and more.
|
5
|
+
|
6
|
+
OpenAPI spec version: v2
|
7
|
+
Contact: DeveloperEvangelists@genesys.com
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
|
10
|
+
License: UNLICENSED
|
11
|
+
https://help.mypurecloud.com/articles/terms-and-conditions/
|
12
|
+
|
13
|
+
Terms of Service: https://help.mypurecloud.com/articles/terms-and-conditions/
|
14
|
+
|
15
|
+
=end
|
16
|
+
|
17
|
+
require 'date'
|
18
|
+
|
19
|
+
module PureCloud
|
20
|
+
class WfmUserScheduleAdherenceUpdatedTopicUriReference
|
21
|
+
attr_accessor :id
|
22
|
+
|
23
|
+
attr_accessor :name
|
24
|
+
|
25
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
26
|
+
def self.attribute_map
|
27
|
+
{
|
28
|
+
|
29
|
+
:'id' => :'id',
|
30
|
+
|
31
|
+
:'name' => :'name'
|
32
|
+
|
33
|
+
}
|
34
|
+
end
|
35
|
+
|
36
|
+
# Attribute type mapping.
|
37
|
+
def self.swagger_types
|
38
|
+
{
|
39
|
+
|
40
|
+
:'id' => :'String',
|
41
|
+
|
42
|
+
:'name' => :'String'
|
43
|
+
|
44
|
+
}
|
45
|
+
end
|
46
|
+
|
47
|
+
# Initializes the object
|
48
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
49
|
+
def initialize(attributes = {})
|
50
|
+
return unless attributes.is_a?(Hash)
|
51
|
+
|
52
|
+
# convert string to symbol for hash key
|
53
|
+
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
54
|
+
|
55
|
+
|
56
|
+
if attributes.has_key?(:'id')
|
57
|
+
|
58
|
+
|
59
|
+
self.id = attributes[:'id']
|
60
|
+
|
61
|
+
|
62
|
+
end
|
63
|
+
|
64
|
+
|
65
|
+
if attributes.has_key?(:'name')
|
66
|
+
|
67
|
+
|
68
|
+
self.name = attributes[:'name']
|
69
|
+
|
70
|
+
|
71
|
+
end
|
72
|
+
|
73
|
+
|
74
|
+
end
|
75
|
+
|
76
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
77
|
+
# @return Array for valid properies with the reasons
|
78
|
+
def list_invalid_properties
|
79
|
+
invalid_properties = Array.new
|
80
|
+
|
81
|
+
|
82
|
+
return invalid_properties
|
83
|
+
end
|
84
|
+
|
85
|
+
# Check to see if the all the properties in the model are valid
|
86
|
+
# @return true if the model is valid
|
87
|
+
def valid?
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
end
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
# Checks equality by comparing each attribute.
|
111
|
+
# @param [Object] Object to be compared
|
112
|
+
def ==(o)
|
113
|
+
return true if self.equal?(o)
|
114
|
+
self.class == o.class &&
|
115
|
+
id == o.id &&
|
116
|
+
name == o.name
|
117
|
+
end
|
118
|
+
|
119
|
+
# @see the `==` method
|
120
|
+
# @param [Object] Object to be compared
|
121
|
+
def eql?(o)
|
122
|
+
self == o
|
123
|
+
end
|
124
|
+
|
125
|
+
# Calculates hash code according to all attributes.
|
126
|
+
# @return [Fixnum] Hash code
|
127
|
+
def hash
|
128
|
+
[id, name].hash
|
129
|
+
end
|
130
|
+
|
131
|
+
# build the object from hash
|
132
|
+
def build_from_hash(attributes)
|
133
|
+
return nil unless attributes.is_a?(Hash)
|
134
|
+
self.class.swagger_types.each_pair do |key, type|
|
135
|
+
if type =~ /^Array<(.*)>/i
|
136
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
137
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
138
|
+
else
|
139
|
+
#TODO show warning in debug mode
|
140
|
+
end
|
141
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
142
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
143
|
+
else
|
144
|
+
# data not found in attributes(hash), not an issue as the data can be optional
|
145
|
+
end
|
146
|
+
end
|
147
|
+
|
148
|
+
self
|
149
|
+
end
|
150
|
+
|
151
|
+
def _deserialize(type, value)
|
152
|
+
case type.to_sym
|
153
|
+
when :DateTime
|
154
|
+
DateTime.parse(value)
|
155
|
+
when :Date
|
156
|
+
Date.parse(value)
|
157
|
+
when :String
|
158
|
+
value.to_s
|
159
|
+
when :Integer
|
160
|
+
value.to_i
|
161
|
+
when :Float
|
162
|
+
value.to_f
|
163
|
+
when :BOOLEAN
|
164
|
+
if value.to_s =~ /^(true|t|yes|y|1)$/i
|
165
|
+
true
|
166
|
+
else
|
167
|
+
false
|
168
|
+
end
|
169
|
+
when :Object
|
170
|
+
# generic object (usually a Hash), return directly
|
171
|
+
value
|
172
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
173
|
+
inner_type = Regexp.last_match[:inner_type]
|
174
|
+
value.map { |v| _deserialize(inner_type, v) }
|
175
|
+
when /\AHash<(?<k_type>.+), (?<v_type>.+)>\z/
|
176
|
+
k_type = Regexp.last_match[:k_type]
|
177
|
+
v_type = Regexp.last_match[:v_type]
|
178
|
+
{}.tap do |hash|
|
179
|
+
value.each do |k, v|
|
180
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
181
|
+
end
|
182
|
+
end
|
183
|
+
else # model
|
184
|
+
_model = Object.const_get("PureCloud").const_get(type).new
|
185
|
+
_model.build_from_hash(value)
|
186
|
+
end
|
187
|
+
end
|
188
|
+
|
189
|
+
def to_s
|
190
|
+
to_hash.to_s
|
191
|
+
end
|
192
|
+
|
193
|
+
# to_body is an alias to to_body (backward compatibility))
|
194
|
+
def to_body
|
195
|
+
to_hash
|
196
|
+
end
|
197
|
+
|
198
|
+
# return the object in the form of hash
|
199
|
+
def to_hash
|
200
|
+
hash = {}
|
201
|
+
self.class.attribute_map.each_pair do |attr, param|
|
202
|
+
value = self.send(attr)
|
203
|
+
next if value.nil?
|
204
|
+
hash[param] = _to_hash(value)
|
205
|
+
end
|
206
|
+
hash
|
207
|
+
end
|
208
|
+
|
209
|
+
# Method to output non-array value in the form of hash
|
210
|
+
# For object, use to_hash. Otherwise, just return the value
|
211
|
+
def _to_hash(value)
|
212
|
+
if value.is_a?(Array)
|
213
|
+
value.compact.map{ |v| _to_hash(v) }
|
214
|
+
elsif value.is_a?(Hash)
|
215
|
+
{}.tap do |hash|
|
216
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
217
|
+
end
|
218
|
+
elsif value.respond_to? :to_hash
|
219
|
+
value.to_hash
|
220
|
+
else
|
221
|
+
value
|
222
|
+
end
|
223
|
+
end
|
224
|
+
|
225
|
+
end
|
226
|
+
end
|
@@ -22,6 +22,8 @@ module PureCloud
|
|
22
22
|
|
23
23
|
attr_accessor :management_unit_id
|
24
24
|
|
25
|
+
attr_accessor :team
|
26
|
+
|
25
27
|
attr_accessor :scheduled_activity_category
|
26
28
|
|
27
29
|
attr_accessor :system_presence
|
@@ -56,6 +58,8 @@ module PureCloud
|
|
56
58
|
|
57
59
|
:'management_unit_id' => :'managementUnitId',
|
58
60
|
|
61
|
+
:'team' => :'team',
|
62
|
+
|
59
63
|
:'scheduled_activity_category' => :'scheduledActivityCategory',
|
60
64
|
|
61
65
|
:'system_presence' => :'systemPresence',
|
@@ -93,6 +97,8 @@ module PureCloud
|
|
93
97
|
|
94
98
|
:'management_unit_id' => :'String',
|
95
99
|
|
100
|
+
:'team' => :'WfmUserScheduleAdherenceUpdatedTopicUriReference',
|
101
|
+
|
96
102
|
:'scheduled_activity_category' => :'String',
|
97
103
|
|
98
104
|
:'system_presence' => :'String',
|
@@ -149,6 +155,15 @@ module PureCloud
|
|
149
155
|
end
|
150
156
|
|
151
157
|
|
158
|
+
if attributes.has_key?(:'team')
|
159
|
+
|
160
|
+
|
161
|
+
self.team = attributes[:'team']
|
162
|
+
|
163
|
+
|
164
|
+
end
|
165
|
+
|
166
|
+
|
152
167
|
if attributes.has_key?(:'scheduledActivityCategory')
|
153
168
|
|
154
169
|
|
@@ -300,6 +315,10 @@ module PureCloud
|
|
300
315
|
|
301
316
|
|
302
317
|
|
318
|
+
|
319
|
+
|
320
|
+
|
321
|
+
|
303
322
|
|
304
323
|
|
305
324
|
|
@@ -376,6 +395,11 @@ module PureCloud
|
|
376
395
|
|
377
396
|
|
378
397
|
|
398
|
+
|
399
|
+
|
400
|
+
|
401
|
+
|
402
|
+
|
379
403
|
|
380
404
|
|
381
405
|
|
@@ -456,6 +480,7 @@ module PureCloud
|
|
456
480
|
self.class == o.class &&
|
457
481
|
user == o.user &&
|
458
482
|
management_unit_id == o.management_unit_id &&
|
483
|
+
team == o.team &&
|
459
484
|
scheduled_activity_category == o.scheduled_activity_category &&
|
460
485
|
system_presence == o.system_presence &&
|
461
486
|
organization_secondary_presence_id == o.organization_secondary_presence_id &&
|
@@ -480,7 +505,7 @@ module PureCloud
|
|
480
505
|
# Calculates hash code according to all attributes.
|
481
506
|
# @return [Fixnum] Hash code
|
482
507
|
def hash
|
483
|
-
[user, management_unit_id, scheduled_activity_category, system_presence, organization_secondary_presence_id, routing_status, actual_activity_category, is_out_of_office, adherence_state, impact, adherence_change_time, presence_update_time, active_queues, active_queues_modified_time, removed_from_management_unit].hash
|
508
|
+
[user, management_unit_id, team, scheduled_activity_category, system_presence, organization_secondary_presence_id, routing_status, actual_activity_category, is_out_of_office, adherence_state, impact, adherence_change_time, presence_update_time, active_queues, active_queues_modified_time, removed_from_management_unit].hash
|
484
509
|
end
|
485
510
|
|
486
511
|
# build the object from hash
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: purecloudplatformclientv2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 96.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: 2020-
|
11
|
+
date: 2020-09-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -276,6 +276,7 @@ files:
|
|
276
276
|
- docs/AnalyticsParticipant.md
|
277
277
|
- docs/AnalyticsParticipantWithoutAttributes.md
|
278
278
|
- docs/AnalyticsProperty.md
|
279
|
+
- docs/AnalyticsProposedAgent.md
|
279
280
|
- docs/AnalyticsQueryAggregation.md
|
280
281
|
- docs/AnalyticsRoutingStatusRecord.md
|
281
282
|
- docs/AnalyticsScoredAgent.md
|
@@ -530,6 +531,8 @@ files:
|
|
530
531
|
- docs/CoachingAnnotationCreateRequest.md
|
531
532
|
- docs/CoachingAnnotationList.md
|
532
533
|
- docs/CoachingApi.md
|
534
|
+
- docs/CoachingAppointmentAggregateRequest.md
|
535
|
+
- docs/CoachingAppointmentAggregateResponse.md
|
533
536
|
- docs/CoachingAppointmentReference.md
|
534
537
|
- docs/CoachingAppointmentResponse.md
|
535
538
|
- docs/CoachingAppointmentResponseList.md
|
@@ -732,6 +735,7 @@ files:
|
|
732
735
|
- docs/ConversationMessageEventTopicScoredAgent.md
|
733
736
|
- docs/ConversationMessageEventTopicUriReference.md
|
734
737
|
- docs/ConversationMessageEventTopicWrapup.md
|
738
|
+
- docs/ConversationMetrics.md
|
735
739
|
- docs/ConversationProperties.md
|
736
740
|
- docs/ConversationQuery.md
|
737
741
|
- docs/ConversationReference.md
|
@@ -1541,6 +1545,13 @@ files:
|
|
1541
1545
|
- docs/QueryDivision.md
|
1542
1546
|
- docs/QueryFacetInfo.md
|
1543
1547
|
- docs/QueryRequest.md
|
1548
|
+
- docs/QueryRequestClause.md
|
1549
|
+
- docs/QueryRequestFilter.md
|
1550
|
+
- docs/QueryRequestPredicate.md
|
1551
|
+
- docs/QueryResponseData.md
|
1552
|
+
- docs/QueryResponseGroupedData.md
|
1553
|
+
- docs/QueryResponseMetric.md
|
1554
|
+
- docs/QueryResponseStats.md
|
1544
1555
|
- docs/QueryResult.md
|
1545
1556
|
- docs/QueryResults.md
|
1546
1557
|
- docs/Queue.md
|
@@ -1965,12 +1976,21 @@ files:
|
|
1965
1976
|
- docs/StatEventCampaignTopicDatum.md
|
1966
1977
|
- docs/StatEventCampaignTopicMetric.md
|
1967
1978
|
- docs/StatEventCampaignTopicStatsNotification.md
|
1979
|
+
- docs/StatEventFlowOutcomeTopicDatum.md
|
1980
|
+
- docs/StatEventFlowOutcomeTopicMetric.md
|
1981
|
+
- docs/StatEventFlowOutcomeTopicStatsNotification.md
|
1982
|
+
- docs/StatEventFlowTopicDatum.md
|
1983
|
+
- docs/StatEventFlowTopicMetric.md
|
1984
|
+
- docs/StatEventFlowTopicStatsNotification.md
|
1968
1985
|
- docs/StatEventQueueTopicDatum.md
|
1969
1986
|
- docs/StatEventQueueTopicMetric.md
|
1970
1987
|
- docs/StatEventQueueTopicStatsNotification.md
|
1971
1988
|
- docs/StatEventUserTopicDatum.md
|
1972
1989
|
- docs/StatEventUserTopicMetric.md
|
1973
1990
|
- docs/StatEventUserTopicStatsNotification.md
|
1991
|
+
- docs/StatEventWrapUpCodeTopicDatum.md
|
1992
|
+
- docs/StatEventWrapUpCodeTopicMetric.md
|
1993
|
+
- docs/StatEventWrapUpCodeTopicStatsNotification.md
|
1974
1994
|
- docs/Station.md
|
1975
1995
|
- docs/StationEntityListing.md
|
1976
1996
|
- docs/StationSettings.md
|
@@ -2334,9 +2354,15 @@ files:
|
|
2334
2354
|
- docs/WfmUserNotificationTopicUserReference.md
|
2335
2355
|
- docs/WfmUserNotificationTopicWfmUserNotification.md
|
2336
2356
|
- docs/WfmUserScheduleAdherenceUpdatedMuTopicQueueReference.md
|
2357
|
+
- docs/WfmUserScheduleAdherenceUpdatedMuTopicUriReference.md
|
2337
2358
|
- docs/WfmUserScheduleAdherenceUpdatedMuTopicUserReference.md
|
2338
2359
|
- docs/WfmUserScheduleAdherenceUpdatedMuTopicUserScheduleAdherenceUpdate.md
|
2360
|
+
- docs/WfmUserScheduleAdherenceUpdatedTeamTopicQueueReference.md
|
2361
|
+
- docs/WfmUserScheduleAdherenceUpdatedTeamTopicUriReference.md
|
2362
|
+
- docs/WfmUserScheduleAdherenceUpdatedTeamTopicUserReference.md
|
2363
|
+
- docs/WfmUserScheduleAdherenceUpdatedTeamTopicUserScheduleAdherenceUpdate.md
|
2339
2364
|
- docs/WfmUserScheduleAdherenceUpdatedTopicQueueReference.md
|
2365
|
+
- docs/WfmUserScheduleAdherenceUpdatedTopicUriReference.md
|
2340
2366
|
- docs/WfmUserScheduleAdherenceUpdatedTopicUserReference.md
|
2341
2367
|
- docs/WfmUserScheduleAdherenceUpdatedTopicUserScheduleAdherenceUpdate.md
|
2342
2368
|
- docs/WfmVersionedEntityMetadata.md
|
@@ -2492,6 +2518,7 @@ files:
|
|
2492
2518
|
- lib/purecloudplatformclientv2/models/analytics_participant.rb
|
2493
2519
|
- lib/purecloudplatformclientv2/models/analytics_participant_without_attributes.rb
|
2494
2520
|
- lib/purecloudplatformclientv2/models/analytics_property.rb
|
2521
|
+
- lib/purecloudplatformclientv2/models/analytics_proposed_agent.rb
|
2495
2522
|
- lib/purecloudplatformclientv2/models/analytics_query_aggregation.rb
|
2496
2523
|
- lib/purecloudplatformclientv2/models/analytics_routing_status_record.rb
|
2497
2524
|
- lib/purecloudplatformclientv2/models/analytics_scored_agent.rb
|
@@ -2741,6 +2768,8 @@ files:
|
|
2741
2768
|
- lib/purecloudplatformclientv2/models/coaching_annotation.rb
|
2742
2769
|
- lib/purecloudplatformclientv2/models/coaching_annotation_create_request.rb
|
2743
2770
|
- lib/purecloudplatformclientv2/models/coaching_annotation_list.rb
|
2771
|
+
- lib/purecloudplatformclientv2/models/coaching_appointment_aggregate_request.rb
|
2772
|
+
- lib/purecloudplatformclientv2/models/coaching_appointment_aggregate_response.rb
|
2744
2773
|
- lib/purecloudplatformclientv2/models/coaching_appointment_reference.rb
|
2745
2774
|
- lib/purecloudplatformclientv2/models/coaching_appointment_response.rb
|
2746
2775
|
- lib/purecloudplatformclientv2/models/coaching_appointment_response_list.rb
|
@@ -2942,6 +2971,7 @@ files:
|
|
2942
2971
|
- lib/purecloudplatformclientv2/models/conversation_message_event_topic_scored_agent.rb
|
2943
2972
|
- lib/purecloudplatformclientv2/models/conversation_message_event_topic_uri_reference.rb
|
2944
2973
|
- lib/purecloudplatformclientv2/models/conversation_message_event_topic_wrapup.rb
|
2974
|
+
- lib/purecloudplatformclientv2/models/conversation_metrics.rb
|
2945
2975
|
- lib/purecloudplatformclientv2/models/conversation_properties.rb
|
2946
2976
|
- lib/purecloudplatformclientv2/models/conversation_query.rb
|
2947
2977
|
- lib/purecloudplatformclientv2/models/conversation_reference.rb
|
@@ -3725,6 +3755,13 @@ files:
|
|
3725
3755
|
- lib/purecloudplatformclientv2/models/query_division.rb
|
3726
3756
|
- lib/purecloudplatformclientv2/models/query_facet_info.rb
|
3727
3757
|
- lib/purecloudplatformclientv2/models/query_request.rb
|
3758
|
+
- lib/purecloudplatformclientv2/models/query_request_clause.rb
|
3759
|
+
- lib/purecloudplatformclientv2/models/query_request_filter.rb
|
3760
|
+
- lib/purecloudplatformclientv2/models/query_request_predicate.rb
|
3761
|
+
- lib/purecloudplatformclientv2/models/query_response_data.rb
|
3762
|
+
- lib/purecloudplatformclientv2/models/query_response_grouped_data.rb
|
3763
|
+
- lib/purecloudplatformclientv2/models/query_response_metric.rb
|
3764
|
+
- lib/purecloudplatformclientv2/models/query_response_stats.rb
|
3728
3765
|
- lib/purecloudplatformclientv2/models/query_result.rb
|
3729
3766
|
- lib/purecloudplatformclientv2/models/query_results.rb
|
3730
3767
|
- lib/purecloudplatformclientv2/models/queue.rb
|
@@ -4142,12 +4179,21 @@ files:
|
|
4142
4179
|
- lib/purecloudplatformclientv2/models/stat_event_campaign_topic_datum.rb
|
4143
4180
|
- lib/purecloudplatformclientv2/models/stat_event_campaign_topic_metric.rb
|
4144
4181
|
- lib/purecloudplatformclientv2/models/stat_event_campaign_topic_stats_notification.rb
|
4182
|
+
- lib/purecloudplatformclientv2/models/stat_event_flow_outcome_topic_datum.rb
|
4183
|
+
- lib/purecloudplatformclientv2/models/stat_event_flow_outcome_topic_metric.rb
|
4184
|
+
- lib/purecloudplatformclientv2/models/stat_event_flow_outcome_topic_stats_notification.rb
|
4185
|
+
- lib/purecloudplatformclientv2/models/stat_event_flow_topic_datum.rb
|
4186
|
+
- lib/purecloudplatformclientv2/models/stat_event_flow_topic_metric.rb
|
4187
|
+
- lib/purecloudplatformclientv2/models/stat_event_flow_topic_stats_notification.rb
|
4145
4188
|
- lib/purecloudplatformclientv2/models/stat_event_queue_topic_datum.rb
|
4146
4189
|
- lib/purecloudplatformclientv2/models/stat_event_queue_topic_metric.rb
|
4147
4190
|
- lib/purecloudplatformclientv2/models/stat_event_queue_topic_stats_notification.rb
|
4148
4191
|
- lib/purecloudplatformclientv2/models/stat_event_user_topic_datum.rb
|
4149
4192
|
- lib/purecloudplatformclientv2/models/stat_event_user_topic_metric.rb
|
4150
4193
|
- lib/purecloudplatformclientv2/models/stat_event_user_topic_stats_notification.rb
|
4194
|
+
- lib/purecloudplatformclientv2/models/stat_event_wrap_up_code_topic_datum.rb
|
4195
|
+
- lib/purecloudplatformclientv2/models/stat_event_wrap_up_code_topic_metric.rb
|
4196
|
+
- lib/purecloudplatformclientv2/models/stat_event_wrap_up_code_topic_stats_notification.rb
|
4151
4197
|
- lib/purecloudplatformclientv2/models/station.rb
|
4152
4198
|
- lib/purecloudplatformclientv2/models/station_entity_listing.rb
|
4153
4199
|
- lib/purecloudplatformclientv2/models/station_settings.rb
|
@@ -4498,9 +4544,15 @@ files:
|
|
4498
4544
|
- lib/purecloudplatformclientv2/models/wfm_user_notification_topic_user_reference.rb
|
4499
4545
|
- lib/purecloudplatformclientv2/models/wfm_user_notification_topic_wfm_user_notification.rb
|
4500
4546
|
- lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_mu_topic_queue_reference.rb
|
4547
|
+
- lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_mu_topic_uri_reference.rb
|
4501
4548
|
- lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_mu_topic_user_reference.rb
|
4502
4549
|
- lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_mu_topic_user_schedule_adherence_update.rb
|
4550
|
+
- lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_queue_reference.rb
|
4551
|
+
- lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_uri_reference.rb
|
4552
|
+
- lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_user_reference.rb
|
4553
|
+
- lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_user_schedule_adherence_update.rb
|
4503
4554
|
- lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_topic_queue_reference.rb
|
4555
|
+
- lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_topic_uri_reference.rb
|
4504
4556
|
- lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_topic_user_reference.rb
|
4505
4557
|
- lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_topic_user_schedule_adherence_update.rb
|
4506
4558
|
- lib/purecloudplatformclientv2/models/wfm_versioned_entity_metadata.rb
|
@@ -4562,7 +4614,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
4562
4614
|
version: '0'
|
4563
4615
|
requirements: []
|
4564
4616
|
rubyforge_project:
|
4565
|
-
rubygems_version: 2.6.14.
|
4617
|
+
rubygems_version: 2.6.14.4
|
4566
4618
|
signing_key:
|
4567
4619
|
specification_version: 4
|
4568
4620
|
summary: PureCloud Platform API Library
|