purecloudplatformclientv2 79.0.0 → 80.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.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/docs/ArrayNode.md +2 -2
  4. data/docs/DialerCampaignProgressEventCampaignProgress.md +1 -0
  5. data/docs/JsonNode.md +2 -2
  6. data/docs/ObservationValue.md +1 -0
  7. data/docs/OutboundMessagingMessagingCampaignProgressEventCampaignProgress.md +1 -0
  8. data/docs/ScimV2CreateUser.md +0 -1
  9. data/docs/ScimV2User.md +0 -1
  10. data/docs/WemCoachingAppointmentTopicCoachingAppointmentConversation.md +14 -0
  11. data/docs/WemCoachingAppointmentTopicCoachingAppointmentDocument.md +14 -0
  12. data/docs/WemCoachingAppointmentTopicCoachingAppointmentNotification.md +26 -0
  13. data/docs/WemCoachingAppointmentTopicUserReference.md +13 -0
  14. data/lib/purecloudplatformclientv2.rb +4 -1
  15. data/lib/purecloudplatformclientv2/api_client.rb +1 -1
  16. data/lib/purecloudplatformclientv2/models/array_node.rb +23 -23
  17. data/lib/purecloudplatformclientv2/models/audit_log_message.rb +2 -2
  18. data/lib/purecloudplatformclientv2/models/audit_query_execution_status_response.rb +2 -2
  19. data/lib/purecloudplatformclientv2/models/audit_query_request.rb +2 -2
  20. data/lib/purecloudplatformclientv2/models/campaign.rb +2 -2
  21. data/lib/purecloudplatformclientv2/models/campaign_rule_parameters.rb +2 -2
  22. data/lib/purecloudplatformclientv2/models/dialer_campaign_progress_event_campaign_progress.rb +26 -1
  23. data/lib/purecloudplatformclientv2/models/json_node.rb +23 -23
  24. data/lib/purecloudplatformclientv2/models/observation_value.rb +27 -1
  25. data/lib/purecloudplatformclientv2/models/outbound_messaging_messaging_campaign_progress_event_campaign_progress.rb +26 -1
  26. data/lib/purecloudplatformclientv2/models/reporting_data_export_topic_data_export_notification.rb +2 -2
  27. data/lib/purecloudplatformclientv2/models/scim_v2_create_user.rb +1 -29
  28. data/lib/purecloudplatformclientv2/models/scim_v2_user.rb +1 -29
  29. data/lib/purecloudplatformclientv2/models/{photo.rb → wem_coaching_appointment_topic_coaching_appointment_conversation.rb} +22 -25
  30. data/lib/purecloudplatformclientv2/models/wem_coaching_appointment_topic_coaching_appointment_document.rb +240 -0
  31. data/lib/purecloudplatformclientv2/models/wem_coaching_appointment_topic_coaching_appointment_notification.rb +560 -0
  32. data/lib/purecloudplatformclientv2/models/wem_coaching_appointment_topic_user_reference.rb +201 -0
  33. data/lib/purecloudplatformclientv2/version.rb +1 -1
  34. metadata +10 -4
  35. data/docs/Photo.md +0 -14
@@ -34,12 +34,10 @@ module PureCloud
34
34
 
35
35
  attr_accessor :missing_node
36
36
 
37
- attr_accessor :pojo
37
+ attr_accessor :integral_number
38
38
 
39
39
  attr_accessor :floating_point_number
40
40
 
41
- attr_accessor :integral_number
42
-
43
41
  attr_accessor :short
44
42
 
45
43
  attr_accessor :int
@@ -56,6 +54,8 @@ module PureCloud
56
54
 
57
55
  attr_accessor :binary
58
56
 
57
+ attr_accessor :pojo
58
+
59
59
  attr_accessor :array
60
60
 
61
61
  attr_accessor :null
@@ -80,12 +80,10 @@ module PureCloud
80
80
 
81
81
  :'missing_node' => :'missingNode',
82
82
 
83
- :'pojo' => :'pojo',
83
+ :'integral_number' => :'integralNumber',
84
84
 
85
85
  :'floating_point_number' => :'floatingPointNumber',
86
86
 
87
- :'integral_number' => :'integralNumber',
88
-
89
87
  :'short' => :'short',
90
88
 
91
89
  :'int' => :'int',
@@ -102,6 +100,8 @@ module PureCloud
102
100
 
103
101
  :'binary' => :'binary',
104
102
 
103
+ :'pojo' => :'pojo',
104
+
105
105
  :'array' => :'array',
106
106
 
107
107
  :'null' => :'null'
@@ -129,12 +129,10 @@ module PureCloud
129
129
 
130
130
  :'missing_node' => :'BOOLEAN',
131
131
 
132
- :'pojo' => :'BOOLEAN',
132
+ :'integral_number' => :'BOOLEAN',
133
133
 
134
134
  :'floating_point_number' => :'BOOLEAN',
135
135
 
136
- :'integral_number' => :'BOOLEAN',
137
-
138
136
  :'short' => :'BOOLEAN',
139
137
 
140
138
  :'int' => :'BOOLEAN',
@@ -151,6 +149,8 @@ module PureCloud
151
149
 
152
150
  :'binary' => :'BOOLEAN',
153
151
 
152
+ :'pojo' => :'BOOLEAN',
153
+
154
154
  :'array' => :'BOOLEAN',
155
155
 
156
156
  :'null' => :'BOOLEAN'
@@ -239,10 +239,10 @@ module PureCloud
239
239
  end
240
240
 
241
241
 
242
- if attributes.has_key?(:'pojo')
242
+ if attributes.has_key?(:'integralNumber')
243
243
 
244
244
 
245
- self.pojo = attributes[:'pojo']
245
+ self.integral_number = attributes[:'integralNumber']
246
246
 
247
247
 
248
248
  end
@@ -257,15 +257,6 @@ module PureCloud
257
257
  end
258
258
 
259
259
 
260
- if attributes.has_key?(:'integralNumber')
261
-
262
-
263
- self.integral_number = attributes[:'integralNumber']
264
-
265
-
266
- end
267
-
268
-
269
260
  if attributes.has_key?(:'short')
270
261
 
271
262
 
@@ -338,6 +329,15 @@ module PureCloud
338
329
  end
339
330
 
340
331
 
332
+ if attributes.has_key?(:'pojo')
333
+
334
+
335
+ self.pojo = attributes[:'pojo']
336
+
337
+
338
+ end
339
+
340
+
341
341
  if attributes.has_key?(:'array')
342
342
 
343
343
 
@@ -590,9 +590,8 @@ module PureCloud
590
590
  value_node == o.value_node &&
591
591
  container_node == o.container_node &&
592
592
  missing_node == o.missing_node &&
593
- pojo == o.pojo &&
594
- floating_point_number == o.floating_point_number &&
595
593
  integral_number == o.integral_number &&
594
+ floating_point_number == o.floating_point_number &&
596
595
  short == o.short &&
597
596
  int == o.int &&
598
597
  long == o.long &&
@@ -601,6 +600,7 @@ module PureCloud
601
600
  big_integer == o.big_integer &&
602
601
  textual == o.textual &&
603
602
  binary == o.binary &&
603
+ pojo == o.pojo &&
604
604
  array == o.array &&
605
605
  null == o.null
606
606
  end
@@ -614,7 +614,7 @@ module PureCloud
614
614
  # Calculates hash code according to all attributes.
615
615
  # @return [Fixnum] Hash code
616
616
  def hash
617
- [node_type, float, number, boolean, object, value_node, container_node, missing_node, pojo, floating_point_number, integral_number, short, int, long, double, big_decimal, big_integer, textual, binary, array, null].hash
617
+ [node_type, float, number, boolean, object, value_node, container_node, missing_node, integral_number, floating_point_number, short, int, long, double, big_decimal, big_integer, textual, binary, pojo, array, null].hash
618
618
  end
619
619
 
620
620
  # build the object from hash
@@ -63,6 +63,9 @@ module PureCloud
63
63
  # Dialed number identification service (number dialed by the calling party)
64
64
  attr_accessor :dnis
65
65
 
66
+ # The team Id the user is a member of
67
+ attr_accessor :team_id
68
+
66
69
  attr_accessor :scored_agents
67
70
 
68
71
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -99,6 +102,8 @@ module PureCloud
99
102
 
100
103
  :'dnis' => :'dnis',
101
104
 
105
+ :'team_id' => :'teamId',
106
+
102
107
  :'scored_agents' => :'scoredAgents'
103
108
 
104
109
  }
@@ -138,6 +143,8 @@ module PureCloud
138
143
 
139
144
  :'dnis' => :'String',
140
145
 
146
+ :'team_id' => :'String',
147
+
141
148
  :'scored_agents' => :'Array<AnalyticsScoredAgent>'
142
149
 
143
150
  }
@@ -289,6 +296,15 @@ module PureCloud
289
296
  end
290
297
 
291
298
 
299
+ if attributes.has_key?(:'teamId')
300
+
301
+
302
+ self.team_id = attributes[:'teamId']
303
+
304
+
305
+ end
306
+
307
+
292
308
  if attributes.has_key?(:'scoredAgents')
293
309
 
294
310
  if (value = attributes[:'scoredAgents']).is_a?(Array)
@@ -384,6 +400,10 @@ module PureCloud
384
400
 
385
401
 
386
402
 
403
+
404
+
405
+
406
+
387
407
 
388
408
 
389
409
 
@@ -475,6 +495,11 @@ module PureCloud
475
495
 
476
496
 
477
497
 
498
+
499
+
500
+
501
+
502
+
478
503
 
479
504
 
480
505
 
@@ -501,6 +526,7 @@ module PureCloud
501
526
  address_to == o.address_to &&
502
527
  ani == o.ani &&
503
528
  dnis == o.dnis &&
529
+ team_id == o.team_id &&
504
530
  scored_agents == o.scored_agents
505
531
  end
506
532
 
@@ -513,7 +539,7 @@ module PureCloud
513
539
  # Calculates hash code according to all attributes.
514
540
  # @return [Fixnum] Hash code
515
541
  def hash
516
- [observation_date, conversation_id, session_id, requested_routing_skill_ids, requested_language_id, routing_priority, participant_name, user_id, direction, converted_from, converted_to, address_from, address_to, ani, dnis, scored_agents].hash
542
+ [observation_date, conversation_id, session_id, requested_routing_skill_ids, requested_language_id, routing_priority, participant_name, user_id, direction, converted_from, converted_to, address_from, address_to, ani, dnis, team_id, scored_agents].hash
517
543
  end
518
544
 
519
545
  # build the object from hash
@@ -22,6 +22,8 @@ module PureCloud
22
22
 
23
23
  attr_accessor :number_of_contacts_called
24
24
 
25
+ attr_accessor :number_of_contacts_messaged
26
+
25
27
  attr_accessor :total_number_of_contacts
26
28
 
27
29
  attr_accessor :percentage
@@ -36,6 +38,8 @@ module PureCloud
36
38
 
37
39
  :'number_of_contacts_called' => :'numberOfContactsCalled',
38
40
 
41
+ :'number_of_contacts_messaged' => :'numberOfContactsMessaged',
42
+
39
43
  :'total_number_of_contacts' => :'totalNumberOfContacts',
40
44
 
41
45
  :'percentage' => :'percentage',
@@ -53,6 +57,8 @@ module PureCloud
53
57
 
54
58
  :'number_of_contacts_called' => :'Float',
55
59
 
60
+ :'number_of_contacts_messaged' => :'Float',
61
+
56
62
  :'total_number_of_contacts' => :'Float',
57
63
 
58
64
  :'percentage' => :'Integer',
@@ -89,6 +95,15 @@ module PureCloud
89
95
  end
90
96
 
91
97
 
98
+ if attributes.has_key?(:'numberOfContactsMessaged')
99
+
100
+
101
+ self.number_of_contacts_messaged = attributes[:'numberOfContactsMessaged']
102
+
103
+
104
+ end
105
+
106
+
92
107
  if attributes.has_key?(:'totalNumberOfContacts')
93
108
 
94
109
 
@@ -146,6 +161,10 @@ module PureCloud
146
161
 
147
162
 
148
163
 
164
+
165
+
166
+
167
+
149
168
 
150
169
 
151
170
 
@@ -173,6 +192,11 @@ module PureCloud
173
192
 
174
193
 
175
194
 
195
+
196
+
197
+
198
+
199
+
176
200
 
177
201
 
178
202
 
@@ -186,6 +210,7 @@ module PureCloud
186
210
  self.class == o.class &&
187
211
  campaign == o.campaign &&
188
212
  number_of_contacts_called == o.number_of_contacts_called &&
213
+ number_of_contacts_messaged == o.number_of_contacts_messaged &&
189
214
  total_number_of_contacts == o.total_number_of_contacts &&
190
215
  percentage == o.percentage &&
191
216
  additional_properties == o.additional_properties
@@ -200,7 +225,7 @@ module PureCloud
200
225
  # Calculates hash code according to all attributes.
201
226
  # @return [Fixnum] Hash code
202
227
  def hash
203
- [campaign, number_of_contacts_called, total_number_of_contacts, percentage, additional_properties].hash
228
+ [campaign, number_of_contacts_called, number_of_contacts_messaged, total_number_of_contacts, percentage, additional_properties].hash
204
229
  end
205
230
 
206
231
  # build the object from hash
@@ -262,7 +262,7 @@ module PureCloud
262
262
 
263
263
 
264
264
 
265
- allowed_values = ["FAILED_CONVERTING_EXPORT_JOB", "FAILED_NO_DATA_EXPORT_JOB_FOUND", "FAILED_GETTING_DATA_FROM_SERVICE", "FAILED_GENERATING_TEMP_FILE", "FAILED_SAVING_FILE_TO_S3", "FAILED_NOTIFYING_SKYWALKER_OF_DOWNLOAD", "FAILED_BUILDING_DOWNLOAD_URL_FROM_SKYWALKER_RESPONSE", "EXPORT_TYPE_NOT_IMPLEMENTED", "REACHED_MAXIMUM_ATTEMPT_OF_RETRY", "FAILED_LONG_RUNNING_EXPORT"]
265
+ allowed_values = ["FAILED_CONVERTING_EXPORT_JOB", "FAILED_NO_DATA_EXPORT_JOB_FOUND", "FAILED_GETTING_DATA_FROM_SERVICE", "FAILED_GENERATING_TEMP_FILE", "FAILED_SAVING_FILE_TO_S3", "FAILED_NOTIFYING_SKYWALKER_OF_DOWNLOAD", "FAILED_BUILDING_DOWNLOAD_URL_FROM_SKYWALKER_RESPONSE", "EXPORT_TYPE_NOT_IMPLEMENTED", "REACHED_MAXIMUM_ATTEMPT_OF_RETRY", "FAILED_LONG_RUNNING_EXPORT", "TOO_MANY_REQUESTS_FROM_AN_ORGANIZATION"]
266
266
  if @export_error_messages_type && !allowed_values.include?(@export_error_messages_type)
267
267
  return false
268
268
  end
@@ -349,7 +349,7 @@ module PureCloud
349
349
  # Custom attribute writer method checking allowed values (enum).
350
350
  # @param [Object] export_error_messages_type Object to be assigned
351
351
  def export_error_messages_type=(export_error_messages_type)
352
- allowed_values = ["FAILED_CONVERTING_EXPORT_JOB", "FAILED_NO_DATA_EXPORT_JOB_FOUND", "FAILED_GETTING_DATA_FROM_SERVICE", "FAILED_GENERATING_TEMP_FILE", "FAILED_SAVING_FILE_TO_S3", "FAILED_NOTIFYING_SKYWALKER_OF_DOWNLOAD", "FAILED_BUILDING_DOWNLOAD_URL_FROM_SKYWALKER_RESPONSE", "EXPORT_TYPE_NOT_IMPLEMENTED", "REACHED_MAXIMUM_ATTEMPT_OF_RETRY", "FAILED_LONG_RUNNING_EXPORT"]
352
+ allowed_values = ["FAILED_CONVERTING_EXPORT_JOB", "FAILED_NO_DATA_EXPORT_JOB_FOUND", "FAILED_GETTING_DATA_FROM_SERVICE", "FAILED_GENERATING_TEMP_FILE", "FAILED_SAVING_FILE_TO_S3", "FAILED_NOTIFYING_SKYWALKER_OF_DOWNLOAD", "FAILED_BUILDING_DOWNLOAD_URL_FROM_SKYWALKER_RESPONSE", "EXPORT_TYPE_NOT_IMPLEMENTED", "REACHED_MAXIMUM_ATTEMPT_OF_RETRY", "FAILED_LONG_RUNNING_EXPORT", "TOO_MANY_REQUESTS_FROM_AN_ORGANIZATION"]
353
353
  if export_error_messages_type && !allowed_values.include?(export_error_messages_type)
354
354
  fail ArgumentError, "invalid value for 'export_error_messages_type', must be one of #{allowed_values}."
355
355
  end
@@ -43,9 +43,6 @@ module PureCloud
43
43
  # The list of the user's email addresses.
44
44
  attr_accessor :emails
45
45
 
46
- # The list of the user's photos.
47
- attr_accessor :photos
48
-
49
46
  # The external ID of the user. Set by the provisioning client. \"caseExact\" is set to \"true\". \"mutability\" is set to \"readWrite\".
50
47
  attr_accessor :external_id
51
48
 
@@ -80,8 +77,6 @@ module PureCloud
80
77
 
81
78
  :'emails' => :'emails',
82
79
 
83
- :'photos' => :'photos',
84
-
85
80
  :'external_id' => :'externalId',
86
81
 
87
82
  :'groups' => :'groups',
@@ -115,8 +110,6 @@ module PureCloud
115
110
 
116
111
  :'emails' => :'Array<ScimEmail>',
117
112
 
118
- :'photos' => :'Array<Photo>',
119
-
120
113
  :'external_id' => :'String',
121
114
 
122
115
  :'groups' => :'Array<ScimV2GroupReference>',
@@ -214,17 +207,6 @@ module PureCloud
214
207
 
215
208
 
216
209
 
217
- end
218
-
219
-
220
- if attributes.has_key?(:'photos')
221
-
222
- if (value = attributes[:'photos']).is_a?(Array)
223
- self.photos = value
224
- end
225
-
226
-
227
-
228
210
  end
229
211
 
230
212
 
@@ -349,10 +331,6 @@ module PureCloud
349
331
 
350
332
 
351
333
 
352
-
353
-
354
-
355
-
356
334
 
357
335
 
358
336
 
@@ -420,11 +398,6 @@ module PureCloud
420
398
 
421
399
 
422
400
 
423
-
424
-
425
-
426
-
427
-
428
401
 
429
402
 
430
403
 
@@ -444,7 +417,6 @@ module PureCloud
444
417
  title == o.title &&
445
418
  phone_numbers == o.phone_numbers &&
446
419
  emails == o.emails &&
447
- photos == o.photos &&
448
420
  external_id == o.external_id &&
449
421
  groups == o.groups &&
450
422
  roles == o.roles &&
@@ -461,7 +433,7 @@ module PureCloud
461
433
  # Calculates hash code according to all attributes.
462
434
  # @return [Fixnum] Hash code
463
435
  def hash
464
- [schemas, active, user_name, display_name, password, title, phone_numbers, emails, photos, external_id, groups, roles, urnietfparamsscimschemasextensionenterprise2_0_user, urnietfparamsscimschemasextensiongenesyspurecloud2_0_user].hash
436
+ [schemas, active, user_name, display_name, password, title, phone_numbers, emails, external_id, groups, roles, urnietfparamsscimschemasextensionenterprise2_0_user, urnietfparamsscimschemasextensiongenesyspurecloud2_0_user].hash
465
437
  end
466
438
 
467
439
  # build the object from hash
@@ -46,9 +46,6 @@ module PureCloud
46
46
  # The list of the user's email addresses.
47
47
  attr_accessor :emails
48
48
 
49
- # The list of the user's photos.
50
- attr_accessor :photos
51
-
52
49
  # The external ID of the user. Set by the provisioning client. \"caseExact\" is set to \"true\". \"mutability\" is set to \"readWrite\".
53
50
  attr_accessor :external_id
54
51
 
@@ -88,8 +85,6 @@ module PureCloud
88
85
 
89
86
  :'emails' => :'emails',
90
87
 
91
- :'photos' => :'photos',
92
-
93
88
  :'external_id' => :'externalId',
94
89
 
95
90
  :'groups' => :'groups',
@@ -127,8 +122,6 @@ module PureCloud
127
122
 
128
123
  :'emails' => :'Array<ScimEmail>',
129
124
 
130
- :'photos' => :'Array<Photo>',
131
-
132
125
  :'external_id' => :'String',
133
126
 
134
127
  :'groups' => :'Array<ScimV2GroupReference>',
@@ -237,17 +230,6 @@ module PureCloud
237
230
 
238
231
 
239
232
 
240
- end
241
-
242
-
243
- if attributes.has_key?(:'photos')
244
-
245
- if (value = attributes[:'photos']).is_a?(Array)
246
- self.photos = value
247
- end
248
-
249
-
250
-
251
233
  end
252
234
 
253
235
 
@@ -379,10 +361,6 @@ module PureCloud
379
361
 
380
362
 
381
363
 
382
-
383
-
384
-
385
-
386
364
 
387
365
 
388
366
 
@@ -460,11 +438,6 @@ module PureCloud
460
438
 
461
439
 
462
440
 
463
-
464
-
465
-
466
-
467
-
468
441
 
469
442
 
470
443
 
@@ -485,7 +458,6 @@ module PureCloud
485
458
  title == o.title &&
486
459
  phone_numbers == o.phone_numbers &&
487
460
  emails == o.emails &&
488
- photos == o.photos &&
489
461
  external_id == o.external_id &&
490
462
  groups == o.groups &&
491
463
  roles == o.roles &&
@@ -503,7 +475,7 @@ module PureCloud
503
475
  # Calculates hash code according to all attributes.
504
476
  # @return [Fixnum] Hash code
505
477
  def hash
506
- [id, schemas, active, user_name, display_name, password, title, phone_numbers, emails, photos, external_id, groups, roles, urnietfparamsscimschemasextensionenterprise2_0_user, urnietfparamsscimschemasextensiongenesyspurecloud2_0_user, meta].hash
478
+ [id, schemas, active, user_name, display_name, password, title, phone_numbers, emails, external_id, groups, roles, urnietfparamsscimschemasextensionenterprise2_0_user, urnietfparamsscimschemasextensiongenesyspurecloud2_0_user, meta].hash
507
479
  end
508
480
 
509
481
  # build the object from hash