purecloudplatformclientv2 51.0.0 → 52.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/AnalyticsEvaluation.md +1 -1
- data/docs/ArchitectApi.md +2 -2
- data/docs/ArrayNode.md +5 -5
- data/docs/Campaign.md +1 -0
- data/docs/CertificateDetails.md +1 -1
- data/docs/ContactList.md +1 -0
- data/docs/DncList.md +1 -0
- data/docs/DncListCreate.md +1 -0
- data/docs/Document.md +1 -1
- data/docs/FaxDocument.md +1 -1
- data/docs/GroupsApi.md +2 -0
- data/docs/JourneyCustomer.md +1 -1
- data/docs/JourneyCustomerSession.md +1 -1
- data/docs/OutboundApi.md +66 -0
- data/docs/TelephonyProvidersEdgeApi.md +0 -339
- data/docs/UsersApi.md +2 -1
- data/lib/purecloudplatformclientv2.rb +0 -1
- data/lib/purecloudplatformclientv2/api/architect_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/groups_api.rb +9 -0
- data/lib/purecloudplatformclientv2/api/outbound_api.rb +65 -0
- data/lib/purecloudplatformclientv2/api/telephony_providers_edge_api.rb +0 -360
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/models/aggregate_metric_data.rb +2 -2
- data/lib/purecloudplatformclientv2/models/analytics_evaluation.rb +13 -13
- data/lib/purecloudplatformclientv2/models/analytics_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/array_node.rb +65 -65
- data/lib/purecloudplatformclientv2/models/campaign.rb +27 -1
- data/lib/purecloudplatformclientv2/models/certificate_details.rb +13 -13
- data/lib/purecloudplatformclientv2/models/contact_list.rb +27 -1
- data/lib/purecloudplatformclientv2/models/dnc_list.rb +27 -1
- data/lib/purecloudplatformclientv2/models/dnc_list_create.rb +27 -1
- data/lib/purecloudplatformclientv2/models/document.rb +12 -12
- data/lib/purecloudplatformclientv2/models/fax_document.rb +12 -12
- data/lib/purecloudplatformclientv2/models/journey_customer.rb +8 -8
- data/lib/purecloudplatformclientv2/models/journey_customer_session.rb +1 -1
- data/lib/purecloudplatformclientv2/models/observation_metric_data.rb +2 -2
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +2 -4
- data/docs/EndpointEntityListing.md +0 -22
- data/lib/purecloudplatformclientv2/models/endpoint_entity_listing.rb +0 -428
@@ -34,10 +34,10 @@ module PureCloud
|
|
34
34
|
# True if the certificate is expired, false otherwise.
|
35
35
|
attr_accessor :expired
|
36
36
|
|
37
|
-
attr_accessor :valid
|
38
|
-
|
39
37
|
attr_accessor :signature_valid
|
40
38
|
|
39
|
+
attr_accessor :valid
|
40
|
+
|
41
41
|
# Attribute mapping from ruby-style variable name to JSON key.
|
42
42
|
def self.attribute_map
|
43
43
|
{
|
@@ -52,9 +52,9 @@ module PureCloud
|
|
52
52
|
|
53
53
|
:'expired' => :'expired',
|
54
54
|
|
55
|
-
:'
|
55
|
+
:'signature_valid' => :'signatureValid',
|
56
56
|
|
57
|
-
:'
|
57
|
+
:'valid' => :'valid'
|
58
58
|
|
59
59
|
}
|
60
60
|
end
|
@@ -73,9 +73,9 @@ module PureCloud
|
|
73
73
|
|
74
74
|
:'expired' => :'BOOLEAN',
|
75
75
|
|
76
|
-
:'
|
76
|
+
:'signature_valid' => :'BOOLEAN',
|
77
77
|
|
78
|
-
:'
|
78
|
+
:'valid' => :'BOOLEAN'
|
79
79
|
|
80
80
|
}
|
81
81
|
end
|
@@ -134,19 +134,19 @@ module PureCloud
|
|
134
134
|
end
|
135
135
|
|
136
136
|
|
137
|
-
if attributes.has_key?(:'
|
137
|
+
if attributes.has_key?(:'signatureValid')
|
138
138
|
|
139
139
|
|
140
|
-
self.
|
140
|
+
self.signature_valid = attributes[:'signatureValid']
|
141
141
|
|
142
142
|
|
143
143
|
end
|
144
144
|
|
145
145
|
|
146
|
-
if attributes.has_key?(:'
|
146
|
+
if attributes.has_key?(:'valid')
|
147
147
|
|
148
148
|
|
149
|
-
self.
|
149
|
+
self.valid = attributes[:'valid']
|
150
150
|
|
151
151
|
|
152
152
|
end
|
@@ -243,8 +243,8 @@ module PureCloud
|
|
243
243
|
expiration_date == o.expiration_date &&
|
244
244
|
issue_date == o.issue_date &&
|
245
245
|
expired == o.expired &&
|
246
|
-
|
247
|
-
|
246
|
+
signature_valid == o.signature_valid &&
|
247
|
+
valid == o.valid
|
248
248
|
end
|
249
249
|
|
250
250
|
# @see the `==` method
|
@@ -256,7 +256,7 @@ module PureCloud
|
|
256
256
|
# Calculates hash code according to all attributes.
|
257
257
|
# @return [Fixnum] Hash code
|
258
258
|
def hash
|
259
|
-
[issuer, subject, expiration_date, issue_date, expired,
|
259
|
+
[issuer, subject, expiration_date, issue_date, expired, signature_valid, valid].hash
|
260
260
|
end
|
261
261
|
|
262
262
|
# build the object from hash
|
@@ -32,6 +32,9 @@ module PureCloud
|
|
32
32
|
# Required for updates, must match the version number of the most recent update
|
33
33
|
attr_accessor :version
|
34
34
|
|
35
|
+
# The division this entity belongs to.
|
36
|
+
attr_accessor :division
|
37
|
+
|
35
38
|
# The names of the contact data columns.
|
36
39
|
attr_accessor :column_names
|
37
40
|
|
@@ -76,6 +79,8 @@ module PureCloud
|
|
76
79
|
|
77
80
|
:'version' => :'version',
|
78
81
|
|
82
|
+
:'division' => :'division',
|
83
|
+
|
79
84
|
:'column_names' => :'columnNames',
|
80
85
|
|
81
86
|
:'phone_columns' => :'phoneColumns',
|
@@ -113,6 +118,8 @@ module PureCloud
|
|
113
118
|
|
114
119
|
:'version' => :'Integer',
|
115
120
|
|
121
|
+
:'division' => :'UriReference',
|
122
|
+
|
116
123
|
:'column_names' => :'Array<String>',
|
117
124
|
|
118
125
|
:'phone_columns' => :'Array<ContactPhoneNumberColumn>',
|
@@ -190,6 +197,15 @@ module PureCloud
|
|
190
197
|
end
|
191
198
|
|
192
199
|
|
200
|
+
if attributes.has_key?(:'division')
|
201
|
+
|
202
|
+
|
203
|
+
self.division = attributes[:'division']
|
204
|
+
|
205
|
+
|
206
|
+
end
|
207
|
+
|
208
|
+
|
193
209
|
if attributes.has_key?(:'columnNames')
|
194
210
|
|
195
211
|
if (value = attributes[:'columnNames']).is_a?(Array)
|
@@ -317,6 +333,10 @@ module PureCloud
|
|
317
333
|
|
318
334
|
|
319
335
|
|
336
|
+
|
337
|
+
|
338
|
+
|
339
|
+
|
320
340
|
|
321
341
|
|
322
342
|
|
@@ -443,6 +463,11 @@ module PureCloud
|
|
443
463
|
|
444
464
|
|
445
465
|
|
466
|
+
|
467
|
+
|
468
|
+
|
469
|
+
|
470
|
+
|
446
471
|
|
447
472
|
|
448
473
|
|
@@ -459,6 +484,7 @@ module PureCloud
|
|
459
484
|
date_created == o.date_created &&
|
460
485
|
date_modified == o.date_modified &&
|
461
486
|
version == o.version &&
|
487
|
+
division == o.division &&
|
462
488
|
column_names == o.column_names &&
|
463
489
|
phone_columns == o.phone_columns &&
|
464
490
|
import_status == o.import_status &&
|
@@ -480,7 +506,7 @@ module PureCloud
|
|
480
506
|
# Calculates hash code according to all attributes.
|
481
507
|
# @return [Fixnum] Hash code
|
482
508
|
def hash
|
483
|
-
[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, self_uri].hash
|
509
|
+
[id, name, date_created, date_modified, version, division, 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, self_uri].hash
|
484
510
|
end
|
485
511
|
|
486
512
|
# build the object from hash
|
@@ -51,6 +51,9 @@ module PureCloud
|
|
51
51
|
# A gryphon license number. Required if the dncSourceType is gryphon.
|
52
52
|
attr_accessor :license_id
|
53
53
|
|
54
|
+
# The division this DncList belongs to.
|
55
|
+
attr_accessor :division
|
56
|
+
|
54
57
|
# The URI for this object
|
55
58
|
attr_accessor :self_uri
|
56
59
|
|
@@ -80,6 +83,8 @@ module PureCloud
|
|
80
83
|
|
81
84
|
:'license_id' => :'licenseId',
|
82
85
|
|
86
|
+
:'division' => :'division',
|
87
|
+
|
83
88
|
:'self_uri' => :'selfUri'
|
84
89
|
|
85
90
|
}
|
@@ -111,6 +116,8 @@ module PureCloud
|
|
111
116
|
|
112
117
|
:'license_id' => :'String',
|
113
118
|
|
119
|
+
:'division' => :'UriReference',
|
120
|
+
|
114
121
|
:'self_uri' => :'String'
|
115
122
|
|
116
123
|
}
|
@@ -226,6 +233,15 @@ module PureCloud
|
|
226
233
|
end
|
227
234
|
|
228
235
|
|
236
|
+
if attributes.has_key?(:'division')
|
237
|
+
|
238
|
+
|
239
|
+
self.division = attributes[:'division']
|
240
|
+
|
241
|
+
|
242
|
+
end
|
243
|
+
|
244
|
+
|
229
245
|
if attributes.has_key?(:'selfUri')
|
230
246
|
|
231
247
|
|
@@ -310,6 +326,10 @@ module PureCloud
|
|
310
326
|
|
311
327
|
|
312
328
|
|
329
|
+
|
330
|
+
|
331
|
+
|
332
|
+
|
313
333
|
|
314
334
|
|
315
335
|
|
@@ -379,6 +399,11 @@ module PureCloud
|
|
379
399
|
|
380
400
|
|
381
401
|
|
402
|
+
|
403
|
+
|
404
|
+
|
405
|
+
|
406
|
+
|
382
407
|
|
383
408
|
|
384
409
|
|
@@ -401,6 +426,7 @@ module PureCloud
|
|
401
426
|
login_id == o.login_id &&
|
402
427
|
dnc_codes == o.dnc_codes &&
|
403
428
|
license_id == o.license_id &&
|
429
|
+
division == o.division &&
|
404
430
|
self_uri == o.self_uri
|
405
431
|
end
|
406
432
|
|
@@ -413,7 +439,7 @@ module PureCloud
|
|
413
439
|
# Calculates hash code according to all attributes.
|
414
440
|
# @return [Fixnum] Hash code
|
415
441
|
def hash
|
416
|
-
[id, name, date_created, date_modified, version, import_status, size, dnc_source_type, login_id, dnc_codes, license_id, self_uri].hash
|
442
|
+
[id, name, date_created, date_modified, version, import_status, size, dnc_source_type, login_id, dnc_codes, license_id, division, self_uri].hash
|
417
443
|
end
|
418
444
|
|
419
445
|
# build the object from hash
|
@@ -51,6 +51,9 @@ module PureCloud
|
|
51
51
|
# A gryphon license number. Required if the dncSourceType is gryphon.
|
52
52
|
attr_accessor :license_id
|
53
53
|
|
54
|
+
# The division this DncList belongs to.
|
55
|
+
attr_accessor :division
|
56
|
+
|
54
57
|
# The URI for this object
|
55
58
|
attr_accessor :self_uri
|
56
59
|
|
@@ -80,6 +83,8 @@ module PureCloud
|
|
80
83
|
|
81
84
|
:'license_id' => :'licenseId',
|
82
85
|
|
86
|
+
:'division' => :'division',
|
87
|
+
|
83
88
|
:'self_uri' => :'selfUri'
|
84
89
|
|
85
90
|
}
|
@@ -111,6 +116,8 @@ module PureCloud
|
|
111
116
|
|
112
117
|
:'license_id' => :'String',
|
113
118
|
|
119
|
+
:'division' => :'UriReference',
|
120
|
+
|
114
121
|
:'self_uri' => :'String'
|
115
122
|
|
116
123
|
}
|
@@ -226,6 +233,15 @@ module PureCloud
|
|
226
233
|
end
|
227
234
|
|
228
235
|
|
236
|
+
if attributes.has_key?(:'division')
|
237
|
+
|
238
|
+
|
239
|
+
self.division = attributes[:'division']
|
240
|
+
|
241
|
+
|
242
|
+
end
|
243
|
+
|
244
|
+
|
229
245
|
if attributes.has_key?(:'selfUri')
|
230
246
|
|
231
247
|
|
@@ -310,6 +326,10 @@ module PureCloud
|
|
310
326
|
|
311
327
|
|
312
328
|
|
329
|
+
|
330
|
+
|
331
|
+
|
332
|
+
|
313
333
|
|
314
334
|
|
315
335
|
|
@@ -379,6 +399,11 @@ module PureCloud
|
|
379
399
|
|
380
400
|
|
381
401
|
|
402
|
+
|
403
|
+
|
404
|
+
|
405
|
+
|
406
|
+
|
382
407
|
|
383
408
|
|
384
409
|
|
@@ -401,6 +426,7 @@ module PureCloud
|
|
401
426
|
login_id == o.login_id &&
|
402
427
|
dnc_codes == o.dnc_codes &&
|
403
428
|
license_id == o.license_id &&
|
429
|
+
division == o.division &&
|
404
430
|
self_uri == o.self_uri
|
405
431
|
end
|
406
432
|
|
@@ -413,7 +439,7 @@ module PureCloud
|
|
413
439
|
# Calculates hash code according to all attributes.
|
414
440
|
# @return [Fixnum] Hash code
|
415
441
|
def hash
|
416
|
-
[id, name, date_created, date_modified, version, import_status, size, dnc_source_type, login_id, dnc_codes, license_id, self_uri].hash
|
442
|
+
[id, name, date_created, date_modified, version, import_status, size, dnc_source_type, login_id, dnc_codes, license_id, division, self_uri].hash
|
417
443
|
end
|
418
444
|
|
419
445
|
# build the object from hash
|
@@ -79,10 +79,10 @@ module PureCloud
|
|
79
79
|
|
80
80
|
attr_accessor :sharing_status
|
81
81
|
|
82
|
-
attr_accessor :sharing_uri
|
83
|
-
|
84
82
|
attr_accessor :download_sharing_uri
|
85
83
|
|
84
|
+
attr_accessor :sharing_uri
|
85
|
+
|
86
86
|
# The URI for this object
|
87
87
|
attr_accessor :self_uri
|
88
88
|
|
@@ -146,10 +146,10 @@ module PureCloud
|
|
146
146
|
|
147
147
|
:'sharing_status' => :'sharingStatus',
|
148
148
|
|
149
|
-
:'sharing_uri' => :'sharingUri',
|
150
|
-
|
151
149
|
:'download_sharing_uri' => :'downloadSharingUri',
|
152
150
|
|
151
|
+
:'sharing_uri' => :'sharingUri',
|
152
|
+
|
153
153
|
:'self_uri' => :'selfUri'
|
154
154
|
|
155
155
|
}
|
@@ -215,10 +215,10 @@ module PureCloud
|
|
215
215
|
|
216
216
|
:'sharing_status' => :'String',
|
217
217
|
|
218
|
-
:'sharing_uri' => :'String',
|
219
|
-
|
220
218
|
:'download_sharing_uri' => :'String',
|
221
219
|
|
220
|
+
:'sharing_uri' => :'String',
|
221
|
+
|
222
222
|
:'self_uri' => :'String'
|
223
223
|
|
224
224
|
}
|
@@ -495,19 +495,19 @@ module PureCloud
|
|
495
495
|
end
|
496
496
|
|
497
497
|
|
498
|
-
if attributes.has_key?(:'
|
498
|
+
if attributes.has_key?(:'downloadSharingUri')
|
499
499
|
|
500
500
|
|
501
|
-
self.
|
501
|
+
self.download_sharing_uri = attributes[:'downloadSharingUri']
|
502
502
|
|
503
503
|
|
504
504
|
end
|
505
505
|
|
506
506
|
|
507
|
-
if attributes.has_key?(:'
|
507
|
+
if attributes.has_key?(:'sharingUri')
|
508
508
|
|
509
509
|
|
510
|
-
self.
|
510
|
+
self.sharing_uri = attributes[:'sharingUri']
|
511
511
|
|
512
512
|
|
513
513
|
end
|
@@ -894,8 +894,8 @@ module PureCloud
|
|
894
894
|
lock_info == o.lock_info &&
|
895
895
|
acl == o.acl &&
|
896
896
|
sharing_status == o.sharing_status &&
|
897
|
-
sharing_uri == o.sharing_uri &&
|
898
897
|
download_sharing_uri == o.download_sharing_uri &&
|
898
|
+
sharing_uri == o.sharing_uri &&
|
899
899
|
self_uri == o.self_uri
|
900
900
|
end
|
901
901
|
|
@@ -908,7 +908,7 @@ module PureCloud
|
|
908
908
|
# Calculates hash code according to all attributes.
|
909
909
|
# @return [Fixnum] Hash code
|
910
910
|
def hash
|
911
|
-
[id, name, change_number, date_created, date_modified, date_uploaded, content_uri, workspace, created_by, uploaded_by, content_type, content_length, system_type, filename, page_count, read, caller_address, receiver_address, tags, tag_values, attributes, thumbnails, upload_status, upload_destination_uri, upload_method, lock_info, acl, sharing_status,
|
911
|
+
[id, name, change_number, date_created, date_modified, date_uploaded, content_uri, workspace, created_by, uploaded_by, content_type, content_length, system_type, filename, page_count, read, caller_address, receiver_address, tags, tag_values, attributes, thumbnails, upload_status, upload_destination_uri, upload_method, lock_info, acl, sharing_status, download_sharing_uri, sharing_uri, self_uri].hash
|
912
912
|
end
|
913
913
|
|
914
914
|
# build the object from hash
|
@@ -51,10 +51,10 @@ module PureCloud
|
|
51
51
|
|
52
52
|
attr_accessor :thumbnails
|
53
53
|
|
54
|
-
attr_accessor :sharing_uri
|
55
|
-
|
56
54
|
attr_accessor :download_sharing_uri
|
57
55
|
|
56
|
+
attr_accessor :sharing_uri
|
57
|
+
|
58
58
|
# The URI for this object
|
59
59
|
attr_accessor :self_uri
|
60
60
|
|
@@ -92,10 +92,10 @@ module PureCloud
|
|
92
92
|
|
93
93
|
:'thumbnails' => :'thumbnails',
|
94
94
|
|
95
|
-
:'sharing_uri' => :'sharingUri',
|
96
|
-
|
97
95
|
:'download_sharing_uri' => :'downloadSharingUri',
|
98
96
|
|
97
|
+
:'sharing_uri' => :'sharingUri',
|
98
|
+
|
99
99
|
:'self_uri' => :'selfUri'
|
100
100
|
|
101
101
|
}
|
@@ -135,10 +135,10 @@ module PureCloud
|
|
135
135
|
|
136
136
|
:'thumbnails' => :'Array<DocumentThumbnail>',
|
137
137
|
|
138
|
-
:'sharing_uri' => :'String',
|
139
|
-
|
140
138
|
:'download_sharing_uri' => :'String',
|
141
139
|
|
140
|
+
:'sharing_uri' => :'String',
|
141
|
+
|
142
142
|
:'self_uri' => :'String'
|
143
143
|
|
144
144
|
}
|
@@ -290,19 +290,19 @@ module PureCloud
|
|
290
290
|
end
|
291
291
|
|
292
292
|
|
293
|
-
if attributes.has_key?(:'
|
293
|
+
if attributes.has_key?(:'downloadSharingUri')
|
294
294
|
|
295
295
|
|
296
|
-
self.
|
296
|
+
self.download_sharing_uri = attributes[:'downloadSharingUri']
|
297
297
|
|
298
298
|
|
299
299
|
end
|
300
300
|
|
301
301
|
|
302
|
-
if attributes.has_key?(:'
|
302
|
+
if attributes.has_key?(:'sharingUri')
|
303
303
|
|
304
304
|
|
305
|
-
self.
|
305
|
+
self.sharing_uri = attributes[:'sharingUri']
|
306
306
|
|
307
307
|
|
308
308
|
end
|
@@ -517,8 +517,8 @@ module PureCloud
|
|
517
517
|
caller_address == o.caller_address &&
|
518
518
|
receiver_address == o.receiver_address &&
|
519
519
|
thumbnails == o.thumbnails &&
|
520
|
-
sharing_uri == o.sharing_uri &&
|
521
520
|
download_sharing_uri == o.download_sharing_uri &&
|
521
|
+
sharing_uri == o.sharing_uri &&
|
522
522
|
self_uri == o.self_uri
|
523
523
|
end
|
524
524
|
|
@@ -531,7 +531,7 @@ module PureCloud
|
|
531
531
|
# Calculates hash code according to all attributes.
|
532
532
|
# @return [Fixnum] Hash code
|
533
533
|
def hash
|
534
|
-
[id, name, date_created, date_modified, content_uri, workspace, created_by, content_type, content_length, filename, read, page_count, caller_address, receiver_address, thumbnails,
|
534
|
+
[id, name, date_created, date_modified, content_uri, workspace, created_by, content_type, content_length, filename, read, page_count, caller_address, receiver_address, thumbnails, download_sharing_uri, sharing_uri, self_uri].hash
|
535
535
|
end
|
536
536
|
|
537
537
|
# build the object from hash
|