purecloudplatformclientv2 44.0.0 → 45.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/ADFS.md +1 -1
- data/docs/AnalyticsEvaluation.md +1 -1
- data/docs/AnalyticsSurvey.md +2 -1
- data/docs/ArchitectApi.md +52 -127
- data/docs/ContactListDivisionView.md +20 -0
- data/docs/ContactListDivisionViewListing.md +22 -0
- data/docs/ContactListNotification.md +1 -0
- data/docs/ConversationQuery.md +1 -1
- data/docs/CreateOutboundMessagingConversationRequest.md +1 -1
- data/docs/CreateWorkPlan.md +2 -0
- data/docs/CustomerInteractionCenter.md +1 -1
- data/docs/DataExportNotificationNotification.md +1 -0
- data/docs/DncListNotification.md +1 -0
- data/docs/DncListNotificationUriReference.md +14 -0
- data/docs/GSuite.md +1 -1
- data/docs/HelpLink.md +15 -0
- data/docs/IdentityNow.md +1 -1
- data/docs/IntegrationType.md +8 -0
- data/docs/IntradayDataUpdateNotification.md +2 -2
- data/docs/Okta.md +1 -1
- data/docs/OneLogin.md +1 -1
- data/docs/OutboundApi.md +152 -0
- data/docs/PingIdentity.md +1 -1
- data/docs/QualityApi.md +66 -0
- data/docs/ReportingExportJobResponse.md +1 -0
- data/docs/RoutingApi.md +74 -0
- data/docs/Salesforce.md +1 -1
- data/docs/UserScheduleAdherenceUpdateNotification.md +2 -2
- data/docs/WfmAgentScheduleUpdateNotificationNotification.md +18 -0
- data/docs/WfmAgentScheduleUpdateNotificationNotificationActivities.md +18 -0
- data/docs/WfmAgentScheduleUpdateNotificationNotificationFullDayTimeOffMarkers.md +19 -0
- data/docs/WfmAgentScheduleUpdateNotificationNotificationShifts.md +15 -0
- data/docs/WfmAgentScheduleUpdateNotificationNotificationUpdates.md +14 -0
- data/docs/WfmAgentScheduleUpdateNotificationNotificationUserReference.md +13 -0
- data/docs/WfmAgentScheduleUpdateNotificationNotificationWfmAgentScheduleUpdate.md +14 -0
- data/docs/WfmAgentScheduleUpdateNotificationNotificationWfmFullDayTimeOffMarker.md +19 -0
- data/docs/WfmAgentScheduleUpdateNotificationNotificationWfmScheduleActivity.md +18 -0
- data/docs/WfmAgentScheduleUpdateNotificationNotificationWfmScheduleShift.md +15 -0
- data/docs/WfmScheduleNotificationNotification.md +1 -0
- data/docs/WorkPlan.md +2 -0
- data/docs/WorkPlanListItemResponse.md +16 -5
- data/docs/WorkforceManagementApi.md +2 -2
- data/lib/purecloudplatformclientv2.rb +14 -3
- data/lib/purecloudplatformclientv2/api/outbound_api.rb +230 -0
- data/lib/purecloudplatformclientv2/api/quality_api.rb +66 -0
- data/lib/purecloudplatformclientv2/api/routing_api.rb +100 -0
- data/lib/purecloudplatformclientv2/api/workforce_management_api.rb +3 -7
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/models/adfs.rb +12 -12
- data/lib/purecloudplatformclientv2/models/aggregate_metric_data.rb +2 -2
- data/lib/purecloudplatformclientv2/models/analytics_evaluation.rb +2 -2
- data/lib/purecloudplatformclientv2/models/analytics_query_predicate.rb +4 -4
- data/lib/purecloudplatformclientv2/models/analytics_survey.rb +34 -8
- data/lib/purecloudplatformclientv2/models/contact_list_division_view.rb +397 -0
- data/lib/purecloudplatformclientv2/models/contact_list_division_view_listing.rb +428 -0
- data/lib/purecloudplatformclientv2/models/contact_list_notification.rb +26 -1
- data/lib/purecloudplatformclientv2/models/conversation_query.rb +1 -1
- data/lib/purecloudplatformclientv2/models/create_outbound_messaging_conversation_request.rb +1 -1
- data/lib/purecloudplatformclientv2/models/create_work_plan.rb +53 -1
- data/lib/purecloudplatformclientv2/models/customer_interaction_center.rb +12 -12
- data/lib/purecloudplatformclientv2/models/data_export_notification_notification.rb +31 -6
- data/lib/purecloudplatformclientv2/models/dnc_list_notification.rb +26 -1
- data/lib/purecloudplatformclientv2/models/dnc_list_notification_uri_reference.rb +226 -0
- data/lib/purecloudplatformclientv2/models/document_audit.rb +2 -2
- data/lib/purecloudplatformclientv2/models/g_suite.rb +12 -12
- data/lib/purecloudplatformclientv2/models/{intraday_data_update_notification_date_time.rb → help_link.rb} +24 -45
- data/lib/purecloudplatformclientv2/models/identity_now.rb +12 -12
- data/lib/purecloudplatformclientv2/models/integration_type.rb +211 -1
- data/lib/purecloudplatformclientv2/models/intraday_data_update_notification.rb +2 -2
- data/lib/purecloudplatformclientv2/models/message_data.rb +2 -2
- data/lib/purecloudplatformclientv2/models/message_details.rb +2 -2
- data/lib/purecloudplatformclientv2/models/okta.rb +12 -12
- data/lib/purecloudplatformclientv2/models/one_login.rb +12 -12
- data/lib/purecloudplatformclientv2/models/ping_identity.rb +12 -12
- data/lib/purecloudplatformclientv2/models/reporting_export_job_response.rb +34 -3
- data/lib/purecloudplatformclientv2/models/salesforce.rb +12 -12
- data/lib/purecloudplatformclientv2/models/user_schedule_adherence_update_notification.rb +2 -2
- data/lib/purecloudplatformclientv2/models/wfm_agent_schedule_update_notification_notification.rb +332 -0
- data/lib/purecloudplatformclientv2/models/wfm_agent_schedule_update_notification_notification_activities.rb +326 -0
- data/lib/purecloudplatformclientv2/models/wfm_agent_schedule_update_notification_notification_full_day_time_off_markers.rb +351 -0
- data/lib/purecloudplatformclientv2/models/{intraday_data_update_notification_start_date.rb → wfm_agent_schedule_update_notification_notification_shifts.rb} +22 -45
- data/lib/purecloudplatformclientv2/models/wfm_agent_schedule_update_notification_notification_updates.rb +242 -0
- data/lib/purecloudplatformclientv2/models/wfm_agent_schedule_update_notification_notification_user_reference.rb +201 -0
- data/lib/purecloudplatformclientv2/models/wfm_agent_schedule_update_notification_notification_wfm_agent_schedule_update.rb +242 -0
- data/lib/purecloudplatformclientv2/models/wfm_agent_schedule_update_notification_notification_wfm_full_day_time_off_marker.rb +351 -0
- data/lib/purecloudplatformclientv2/models/wfm_agent_schedule_update_notification_notification_wfm_schedule_activity.rb +326 -0
- data/lib/purecloudplatformclientv2/models/{user_schedule_adherence_update_notification_date_time.rb → wfm_agent_schedule_update_notification_notification_wfm_schedule_shift.rb} +22 -45
- data/lib/purecloudplatformclientv2/models/wfm_schedule_notification_notification.rb +28 -3
- data/lib/purecloudplatformclientv2/models/work_plan.rb +53 -1
- data/lib/purecloudplatformclientv2/models/work_plan_list_item_response.rb +313 -18
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +30 -8
- data/docs/IntradayDataUpdateNotificationDateTime.md +0 -16
- data/docs/IntradayDataUpdateNotificationStartDate.md +0 -16
- data/docs/UserScheduleAdherenceUpdateNotificationDateTime.md +0 -16
@@ -46,6 +46,8 @@ module PureCloud
|
|
46
46
|
|
47
47
|
attr_accessor :zip_code_column_name
|
48
48
|
|
49
|
+
attr_accessor :division
|
50
|
+
|
49
51
|
attr_accessor :additional_properties
|
50
52
|
|
51
53
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -80,6 +82,8 @@ module PureCloud
|
|
80
82
|
|
81
83
|
:'zip_code_column_name' => :'zipCodeColumnName',
|
82
84
|
|
85
|
+
:'division' => :'division',
|
86
|
+
|
83
87
|
:'additional_properties' => :'additionalProperties'
|
84
88
|
|
85
89
|
}
|
@@ -117,6 +121,8 @@ module PureCloud
|
|
117
121
|
|
118
122
|
:'zip_code_column_name' => :'String',
|
119
123
|
|
124
|
+
:'division' => :'ContactListNotificationUriReference',
|
125
|
+
|
120
126
|
:'additional_properties' => :'Object'
|
121
127
|
|
122
128
|
}
|
@@ -263,6 +269,15 @@ module PureCloud
|
|
263
269
|
end
|
264
270
|
|
265
271
|
|
272
|
+
if attributes.has_key?(:'division')
|
273
|
+
|
274
|
+
|
275
|
+
self.division = attributes[:'division']
|
276
|
+
|
277
|
+
|
278
|
+
end
|
279
|
+
|
280
|
+
|
266
281
|
if attributes.has_key?(:'additionalProperties')
|
267
282
|
|
268
283
|
|
@@ -342,6 +357,10 @@ module PureCloud
|
|
342
357
|
|
343
358
|
|
344
359
|
|
360
|
+
|
361
|
+
|
362
|
+
|
363
|
+
|
345
364
|
|
346
365
|
|
347
366
|
|
@@ -419,6 +438,11 @@ module PureCloud
|
|
419
438
|
|
420
439
|
|
421
440
|
|
441
|
+
|
442
|
+
|
443
|
+
|
444
|
+
|
445
|
+
|
422
446
|
|
423
447
|
|
424
448
|
|
@@ -444,6 +468,7 @@ module PureCloud
|
|
444
468
|
attempt_limits == o.attempt_limits &&
|
445
469
|
automatic_time_zone_mapping == o.automatic_time_zone_mapping &&
|
446
470
|
zip_code_column_name == o.zip_code_column_name &&
|
471
|
+
division == o.division &&
|
447
472
|
additional_properties == o.additional_properties
|
448
473
|
end
|
449
474
|
|
@@ -456,7 +481,7 @@ module PureCloud
|
|
456
481
|
# Calculates hash code according to all attributes.
|
457
482
|
# @return [Fixnum] Hash code
|
458
483
|
def hash
|
459
|
-
[id, name, date_created, date_modified, version, column_names, phone_columns, import_status, preview_mode_column_name, preview_mode_accepted_values, size, attempt_limits, automatic_time_zone_mapping, zip_code_column_name, additional_properties].hash
|
484
|
+
[id, name, date_created, date_modified, version, column_names, phone_columns, import_status, preview_mode_column_name, preview_mode_accepted_values, size, attempt_limits, automatic_time_zone_mapping, zip_code_column_name, division, additional_properties].hash
|
460
485
|
end
|
461
486
|
|
462
487
|
# build the object from hash
|
@@ -18,7 +18,7 @@ require 'date'
|
|
18
18
|
|
19
19
|
module PureCloud
|
20
20
|
class ConversationQuery
|
21
|
-
# Specifies the date and time range of data being queried. Results will include conversations that started, ended, or
|
21
|
+
# Specifies the date and time range of data being queried. Results will include conversations that both started on a day touched by the interval AND either started, ended, or any activity during the interval. Conversations that started before the earliest day of the interval will not be searched. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss
|
22
22
|
attr_accessor :interval
|
23
23
|
|
24
24
|
# Filters that target conversation-level data
|
@@ -21,7 +21,7 @@ module PureCloud
|
|
21
21
|
# The ID of the queue to be associated with the message. This will determine the fromAddress of the message.
|
22
22
|
attr_accessor :queue_id
|
23
23
|
|
24
|
-
# The messaging address of the recipient of the message.
|
24
|
+
# The messaging address of the recipient of the message. For an SMS messenger type, the phone number address must be in E.164 format. E.g. +13175555555 or +34234234234
|
25
25
|
attr_accessor :to_address
|
26
26
|
|
27
27
|
# The messaging address messenger type.
|
@@ -40,6 +40,12 @@ module PureCloud
|
|
40
40
|
# Maximum weekly paid time in minutes for this work plan. Used if flexibleWeeklyPaidTime == true
|
41
41
|
attr_accessor :weekly_maximum_paid_minutes
|
42
42
|
|
43
|
+
# Whether paid time granularity should be constrained for this workplan
|
44
|
+
attr_accessor :constrain_paid_time_granularity
|
45
|
+
|
46
|
+
# Granularity in minutes allowed for shift paid time in this work plan. Used if constrainPaidTimeGranularity == true
|
47
|
+
attr_accessor :paid_time_granularity_minutes
|
48
|
+
|
43
49
|
# Whether the minimum time between shifts constraint is enabled for this work plan
|
44
50
|
attr_accessor :constrain_minimum_time_between_shifts
|
45
51
|
|
@@ -79,6 +85,10 @@ module PureCloud
|
|
79
85
|
|
80
86
|
:'weekly_maximum_paid_minutes' => :'weeklyMaximumPaidMinutes',
|
81
87
|
|
88
|
+
:'constrain_paid_time_granularity' => :'constrainPaidTimeGranularity',
|
89
|
+
|
90
|
+
:'paid_time_granularity_minutes' => :'paidTimeGranularityMinutes',
|
91
|
+
|
82
92
|
:'constrain_minimum_time_between_shifts' => :'constrainMinimumTimeBetweenShifts',
|
83
93
|
|
84
94
|
:'minimum_time_between_shifts_minutes' => :'minimumTimeBetweenShiftsMinutes',
|
@@ -114,6 +124,10 @@ module PureCloud
|
|
114
124
|
|
115
125
|
:'weekly_maximum_paid_minutes' => :'Integer',
|
116
126
|
|
127
|
+
:'constrain_paid_time_granularity' => :'BOOLEAN',
|
128
|
+
|
129
|
+
:'paid_time_granularity_minutes' => :'Integer',
|
130
|
+
|
117
131
|
:'constrain_minimum_time_between_shifts' => :'BOOLEAN',
|
118
132
|
|
119
133
|
:'minimum_time_between_shifts_minutes' => :'Integer',
|
@@ -203,6 +217,24 @@ module PureCloud
|
|
203
217
|
end
|
204
218
|
|
205
219
|
|
220
|
+
if attributes.has_key?(:'constrainPaidTimeGranularity')
|
221
|
+
|
222
|
+
|
223
|
+
self.constrain_paid_time_granularity = attributes[:'constrainPaidTimeGranularity']
|
224
|
+
|
225
|
+
|
226
|
+
end
|
227
|
+
|
228
|
+
|
229
|
+
if attributes.has_key?(:'paidTimeGranularityMinutes')
|
230
|
+
|
231
|
+
|
232
|
+
self.paid_time_granularity_minutes = attributes[:'paidTimeGranularityMinutes']
|
233
|
+
|
234
|
+
|
235
|
+
end
|
236
|
+
|
237
|
+
|
206
238
|
if attributes.has_key?(:'constrainMinimumTimeBetweenShifts')
|
207
239
|
|
208
240
|
|
@@ -337,6 +369,14 @@ module PureCloud
|
|
337
369
|
|
338
370
|
|
339
371
|
|
372
|
+
|
373
|
+
|
374
|
+
|
375
|
+
|
376
|
+
|
377
|
+
|
378
|
+
|
379
|
+
|
340
380
|
|
341
381
|
|
342
382
|
|
@@ -408,6 +448,16 @@ module PureCloud
|
|
408
448
|
|
409
449
|
|
410
450
|
|
451
|
+
|
452
|
+
|
453
|
+
|
454
|
+
|
455
|
+
|
456
|
+
|
457
|
+
|
458
|
+
|
459
|
+
|
460
|
+
|
411
461
|
|
412
462
|
|
413
463
|
|
@@ -431,6 +481,8 @@ module PureCloud
|
|
431
481
|
weekly_exact_paid_minutes == o.weekly_exact_paid_minutes &&
|
432
482
|
weekly_minimum_paid_minutes == o.weekly_minimum_paid_minutes &&
|
433
483
|
weekly_maximum_paid_minutes == o.weekly_maximum_paid_minutes &&
|
484
|
+
constrain_paid_time_granularity == o.constrain_paid_time_granularity &&
|
485
|
+
paid_time_granularity_minutes == o.paid_time_granularity_minutes &&
|
434
486
|
constrain_minimum_time_between_shifts == o.constrain_minimum_time_between_shifts &&
|
435
487
|
minimum_time_between_shifts_minutes == o.minimum_time_between_shifts_minutes &&
|
436
488
|
maximum_days == o.maximum_days &&
|
@@ -449,7 +501,7 @@ module PureCloud
|
|
449
501
|
# Calculates hash code according to all attributes.
|
450
502
|
# @return [Fixnum] Hash code
|
451
503
|
def hash
|
452
|
-
[name, enabled, constrain_weekly_paid_time, flexible_weekly_paid_time, weekly_exact_paid_minutes, weekly_minimum_paid_minutes, weekly_maximum_paid_minutes, constrain_minimum_time_between_shifts, minimum_time_between_shifts_minutes, maximum_days, optional_days, shift_start_variances, shifts, agents].hash
|
504
|
+
[name, enabled, constrain_weekly_paid_time, flexible_weekly_paid_time, weekly_exact_paid_minutes, weekly_minimum_paid_minutes, weekly_maximum_paid_minutes, constrain_paid_time_granularity, paid_time_granularity_minutes, constrain_minimum_time_between_shifts, minimum_time_between_shifts_minutes, maximum_days, optional_days, shift_start_variances, shifts, agents].hash
|
453
505
|
end
|
454
506
|
|
455
507
|
# build the object from hash
|
@@ -25,10 +25,10 @@ module PureCloud
|
|
25
25
|
|
26
26
|
attr_accessor :certificate
|
27
27
|
|
28
|
-
attr_accessor :issuer_uri
|
29
|
-
|
30
28
|
attr_accessor :sso_target_uri
|
31
29
|
|
30
|
+
attr_accessor :issuer_uri
|
31
|
+
|
32
32
|
attr_accessor :disabled
|
33
33
|
|
34
34
|
# The URI for this object
|
@@ -44,10 +44,10 @@ module PureCloud
|
|
44
44
|
|
45
45
|
:'certificate' => :'certificate',
|
46
46
|
|
47
|
-
:'issuer_uri' => :'issuerURI',
|
48
|
-
|
49
47
|
:'sso_target_uri' => :'ssoTargetURI',
|
50
48
|
|
49
|
+
:'issuer_uri' => :'issuerURI',
|
50
|
+
|
51
51
|
:'disabled' => :'disabled',
|
52
52
|
|
53
53
|
:'self_uri' => :'selfUri'
|
@@ -65,10 +65,10 @@ module PureCloud
|
|
65
65
|
|
66
66
|
:'certificate' => :'String',
|
67
67
|
|
68
|
-
:'issuer_uri' => :'String',
|
69
|
-
|
70
68
|
:'sso_target_uri' => :'String',
|
71
69
|
|
70
|
+
:'issuer_uri' => :'String',
|
71
|
+
|
72
72
|
:'disabled' => :'BOOLEAN',
|
73
73
|
|
74
74
|
:'self_uri' => :'String'
|
@@ -112,19 +112,19 @@ module PureCloud
|
|
112
112
|
end
|
113
113
|
|
114
114
|
|
115
|
-
if attributes.has_key?(:'
|
115
|
+
if attributes.has_key?(:'ssoTargetURI')
|
116
116
|
|
117
117
|
|
118
|
-
self.
|
118
|
+
self.sso_target_uri = attributes[:'ssoTargetURI']
|
119
119
|
|
120
120
|
|
121
121
|
end
|
122
122
|
|
123
123
|
|
124
|
-
if attributes.has_key?(:'
|
124
|
+
if attributes.has_key?(:'issuerURI')
|
125
125
|
|
126
126
|
|
127
|
-
self.
|
127
|
+
self.issuer_uri = attributes[:'issuerURI']
|
128
128
|
|
129
129
|
|
130
130
|
end
|
@@ -237,8 +237,8 @@ module PureCloud
|
|
237
237
|
id == o.id &&
|
238
238
|
name == o.name &&
|
239
239
|
certificate == o.certificate &&
|
240
|
-
issuer_uri == o.issuer_uri &&
|
241
240
|
sso_target_uri == o.sso_target_uri &&
|
241
|
+
issuer_uri == o.issuer_uri &&
|
242
242
|
disabled == o.disabled &&
|
243
243
|
self_uri == o.self_uri
|
244
244
|
end
|
@@ -252,7 +252,7 @@ module PureCloud
|
|
252
252
|
# Calculates hash code according to all attributes.
|
253
253
|
# @return [Fixnum] Hash code
|
254
254
|
def hash
|
255
|
-
[id, name, certificate,
|
255
|
+
[id, name, certificate, sso_target_uri, issuer_uri, disabled, self_uri].hash
|
256
256
|
end
|
257
257
|
|
258
258
|
# build the object from hash
|
@@ -38,6 +38,8 @@ module PureCloud
|
|
38
38
|
|
39
39
|
attr_accessor :modified_date_time
|
40
40
|
|
41
|
+
attr_accessor :percentage_complete
|
42
|
+
|
41
43
|
# Attribute mapping from ruby-style variable name to JSON key.
|
42
44
|
def self.attribute_map
|
43
45
|
{
|
@@ -60,7 +62,9 @@ module PureCloud
|
|
60
62
|
|
61
63
|
:'created_date_time' => :'createdDateTime',
|
62
64
|
|
63
|
-
:'modified_date_time' => :'modifiedDateTime'
|
65
|
+
:'modified_date_time' => :'modifiedDateTime',
|
66
|
+
|
67
|
+
:'percentage_complete' => :'percentageComplete'
|
64
68
|
|
65
69
|
}
|
66
70
|
end
|
@@ -87,7 +91,9 @@ module PureCloud
|
|
87
91
|
|
88
92
|
:'created_date_time' => :'DateTime',
|
89
93
|
|
90
|
-
:'modified_date_time' => :'DateTime'
|
94
|
+
:'modified_date_time' => :'DateTime',
|
95
|
+
|
96
|
+
:'percentage_complete' => :'Float'
|
91
97
|
|
92
98
|
}
|
93
99
|
end
|
@@ -191,6 +197,15 @@ module PureCloud
|
|
191
197
|
end
|
192
198
|
|
193
199
|
|
200
|
+
if attributes.has_key?(:'percentageComplete')
|
201
|
+
|
202
|
+
|
203
|
+
self.percentage_complete = attributes[:'percentageComplete']
|
204
|
+
|
205
|
+
|
206
|
+
end
|
207
|
+
|
208
|
+
|
194
209
|
end
|
195
210
|
|
196
211
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -216,7 +231,7 @@ module PureCloud
|
|
216
231
|
|
217
232
|
|
218
233
|
|
219
|
-
allowed_values = ["SUBMITTED", "RUNNING", "COMPLETED", "FAILED"]
|
234
|
+
allowed_values = ["SUBMITTED", "RUNNING", "CANCELLING", "CANCELLED", "COMPLETED", "FAILED"]
|
220
235
|
if @status && !allowed_values.include?(@status)
|
221
236
|
return false
|
222
237
|
end
|
@@ -266,6 +281,10 @@ module PureCloud
|
|
266
281
|
|
267
282
|
|
268
283
|
|
284
|
+
|
285
|
+
|
286
|
+
|
287
|
+
|
269
288
|
end
|
270
289
|
|
271
290
|
|
@@ -283,7 +302,7 @@ module PureCloud
|
|
283
302
|
# Custom attribute writer method checking allowed values (enum).
|
284
303
|
# @param [Object] status Object to be assigned
|
285
304
|
def status=(status)
|
286
|
-
allowed_values = ["SUBMITTED", "RUNNING", "COMPLETED", "FAILED"]
|
305
|
+
allowed_values = ["SUBMITTED", "RUNNING", "CANCELLING", "CANCELLED", "COMPLETED", "FAILED"]
|
287
306
|
if status && !allowed_values.include?(status)
|
288
307
|
fail ArgumentError, "invalid value for 'status', must be one of #{allowed_values}."
|
289
308
|
end
|
@@ -351,6 +370,11 @@ module PureCloud
|
|
351
370
|
|
352
371
|
|
353
372
|
|
373
|
+
|
374
|
+
|
375
|
+
|
376
|
+
|
377
|
+
|
354
378
|
|
355
379
|
|
356
380
|
|
@@ -369,7 +393,8 @@ module PureCloud
|
|
369
393
|
export_error_messages_type == o.export_error_messages_type &&
|
370
394
|
read == o.read &&
|
371
395
|
created_date_time == o.created_date_time &&
|
372
|
-
modified_date_time == o.modified_date_time
|
396
|
+
modified_date_time == o.modified_date_time &&
|
397
|
+
percentage_complete == o.percentage_complete
|
373
398
|
end
|
374
399
|
|
375
400
|
# @see the `==` method
|
@@ -381,7 +406,7 @@ module PureCloud
|
|
381
406
|
# Calculates hash code according to all attributes.
|
382
407
|
# @return [Fixnum] Hash code
|
383
408
|
def hash
|
384
|
-
[id, name, status, export_format, download_url, view_type, export_error_messages_type, read, created_date_time, modified_date_time].hash
|
409
|
+
[id, name, status, export_format, download_url, view_type, export_error_messages_type, read, created_date_time, modified_date_time, percentage_complete].hash
|
385
410
|
end
|
386
411
|
|
387
412
|
# build the object from hash
|
@@ -40,6 +40,8 @@ module PureCloud
|
|
40
40
|
|
41
41
|
attr_accessor :license_id
|
42
42
|
|
43
|
+
attr_accessor :division
|
44
|
+
|
43
45
|
attr_accessor :additional_properties
|
44
46
|
|
45
47
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -68,6 +70,8 @@ module PureCloud
|
|
68
70
|
|
69
71
|
:'license_id' => :'licenseId',
|
70
72
|
|
73
|
+
:'division' => :'division',
|
74
|
+
|
71
75
|
:'additional_properties' => :'additionalProperties'
|
72
76
|
|
73
77
|
}
|
@@ -99,6 +103,8 @@ module PureCloud
|
|
99
103
|
|
100
104
|
:'license_id' => :'String',
|
101
105
|
|
106
|
+
:'division' => :'DocumentDataV2NotificationCreatedBy',
|
107
|
+
|
102
108
|
:'additional_properties' => :'Object'
|
103
109
|
|
104
110
|
}
|
@@ -214,6 +220,15 @@ module PureCloud
|
|
214
220
|
end
|
215
221
|
|
216
222
|
|
223
|
+
if attributes.has_key?(:'division')
|
224
|
+
|
225
|
+
|
226
|
+
self.division = attributes[:'division']
|
227
|
+
|
228
|
+
|
229
|
+
end
|
230
|
+
|
231
|
+
|
217
232
|
if attributes.has_key?(:'additionalProperties')
|
218
233
|
|
219
234
|
|
@@ -288,6 +303,10 @@ module PureCloud
|
|
288
303
|
|
289
304
|
|
290
305
|
|
306
|
+
|
307
|
+
|
308
|
+
|
309
|
+
|
291
310
|
|
292
311
|
|
293
312
|
|
@@ -357,6 +376,11 @@ module PureCloud
|
|
357
376
|
|
358
377
|
|
359
378
|
|
379
|
+
|
380
|
+
|
381
|
+
|
382
|
+
|
383
|
+
|
360
384
|
|
361
385
|
|
362
386
|
|
@@ -379,6 +403,7 @@ module PureCloud
|
|
379
403
|
login_id == o.login_id &&
|
380
404
|
dnc_codes == o.dnc_codes &&
|
381
405
|
license_id == o.license_id &&
|
406
|
+
division == o.division &&
|
382
407
|
additional_properties == o.additional_properties
|
383
408
|
end
|
384
409
|
|
@@ -391,7 +416,7 @@ module PureCloud
|
|
391
416
|
# Calculates hash code according to all attributes.
|
392
417
|
# @return [Fixnum] Hash code
|
393
418
|
def hash
|
394
|
-
[id, name, date_created, date_modified, version, import_status, size, dnc_source_type, login_id, dnc_codes, license_id, additional_properties].hash
|
419
|
+
[id, name, date_created, date_modified, version, import_status, size, dnc_source_type, login_id, dnc_codes, license_id, division, additional_properties].hash
|
395
420
|
end
|
396
421
|
|
397
422
|
# build the object from hash
|