purecloud-platform-client-v2 97.0.0 → 99.0.1

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 (67) hide show
  1. package/README.md +3 -2
  2. package/dist/node/purecloud-platform-client-v2.js +72 -196
  3. package/dist/web-amd/purecloud-platform-client-v2.js +72 -196
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +72 -196
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +73 -199
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +264 -278
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +2 -2
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -131
  31. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +5 -3
  32. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/QualityApi.js +3 -2
  45. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/RoutingApi.js +3 -2
  48. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/UsersApi.js +2 -2
  62. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +5 -3
  67. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -128,9 +128,7 @@ function fromByteArray (uint8) {
128
128
 
129
129
  // go through the array every three bytes, we'll deal with trailing stuff later
130
130
  for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) {
131
- parts.push(encodeChunk(
132
- uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength)
133
- ))
131
+ parts.push(encodeChunk(uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength)))
134
132
  }
135
133
 
136
134
  // pad the end with zeros, but make sure to not forget the extra bytes
@@ -6054,7 +6052,7 @@ function isSlowBuffer (obj) {
6054
6052
 
6055
6053
  /**
6056
6054
  * @module purecloud-platform-client-v2/ApiClient
6057
- * @version 97.0.0
6055
+ * @version 99.0.1
6058
6056
  */
6059
6057
  class ApiClient {
6060
6058
  /**
@@ -6810,7 +6808,7 @@ class ApiClient {
6810
6808
 
6811
6809
  // set header parameters
6812
6810
  request.set(this.defaultHeaders).set(this.normalizeParams(headerParams));
6813
- //request.set({ 'purecloud-sdk': '97.0.0' });
6811
+ //request.set({ 'purecloud-sdk': '99.0.1' });
6814
6812
 
6815
6813
  // set request timeout
6816
6814
  request.timeout(this.timeout);
@@ -6935,7 +6933,7 @@ class AlertingApi {
6935
6933
  /**
6936
6934
  * Alerting service.
6937
6935
  * @module purecloud-platform-client-v2/api/AlertingApi
6938
- * @version 97.0.0
6936
+ * @version 99.0.1
6939
6937
  */
6940
6938
 
6941
6939
  /**
@@ -7249,7 +7247,7 @@ class AnalyticsApi {
7249
7247
  /**
7250
7248
  * Analytics service.
7251
7249
  * @module purecloud-platform-client-v2/api/AnalyticsApi
7252
- * @version 97.0.0
7250
+ * @version 99.0.1
7253
7251
  */
7254
7252
 
7255
7253
  /**
@@ -8329,7 +8327,7 @@ class ArchitectApi {
8329
8327
  /**
8330
8328
  * Architect service.
8331
8329
  * @module purecloud-platform-client-v2/api/ArchitectApi
8332
- * @version 97.0.0
8330
+ * @version 99.0.1
8333
8331
  */
8334
8332
 
8335
8333
  /**
@@ -11167,7 +11165,7 @@ class AuditApi {
11167
11165
  /**
11168
11166
  * Audit service.
11169
11167
  * @module purecloud-platform-client-v2/api/AuditApi
11170
- * @version 97.0.0
11168
+ * @version 99.0.1
11171
11169
  */
11172
11170
 
11173
11171
  /**
@@ -11338,7 +11336,7 @@ class AuthorizationApi {
11338
11336
  /**
11339
11337
  * Authorization service.
11340
11338
  * @module purecloud-platform-client-v2/api/AuthorizationApi
11341
- * @version 97.0.0
11339
+ * @version 99.0.1
11342
11340
  */
11343
11341
 
11344
11342
  /**
@@ -12457,7 +12455,7 @@ class BillingApi {
12457
12455
  /**
12458
12456
  * Billing service.
12459
12457
  * @module purecloud-platform-client-v2/api/BillingApi
12460
- * @version 97.0.0
12458
+ * @version 99.0.1
12461
12459
  */
12462
12460
 
12463
12461
  /**
@@ -12537,7 +12535,7 @@ class CoachingApi {
12537
12535
  /**
12538
12536
  * Coaching service.
12539
12537
  * @module purecloud-platform-client-v2/api/CoachingApi
12540
- * @version 97.0.0
12538
+ * @version 99.0.1
12541
12539
  */
12542
12540
 
12543
12541
  /**
@@ -13057,7 +13055,7 @@ class ContentManagementApi {
13057
13055
  /**
13058
13056
  * ContentManagement service.
13059
13057
  * @module purecloud-platform-client-v2/api/ContentManagementApi
13060
- * @version 97.0.0
13058
+ * @version 99.0.1
13061
13059
  */
13062
13060
 
13063
13061
  /**
@@ -14197,7 +14195,7 @@ class ConversationsApi {
14197
14195
  /**
14198
14196
  * Conversations service.
14199
14197
  * @module purecloud-platform-client-v2/api/ConversationsApi
14200
- * @version 97.0.0
14198
+ * @version 99.0.1
14201
14199
  */
14202
14200
 
14203
14201
  /**
@@ -18255,7 +18253,7 @@ class DataExtensionsApi {
18255
18253
  /**
18256
18254
  * DataExtensions service.
18257
18255
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
18258
- * @version 97.0.0
18256
+ * @version 99.0.1
18259
18257
  */
18260
18258
 
18261
18259
  /**
@@ -18341,7 +18339,7 @@ class ExternalContactsApi {
18341
18339
  /**
18342
18340
  * ExternalContacts service.
18343
18341
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
18344
- * @version 97.0.0
18342
+ * @version 99.0.1
18345
18343
  */
18346
18344
 
18347
18345
  /**
@@ -19684,7 +19682,7 @@ class FaxApi {
19684
19682
  /**
19685
19683
  * Fax service.
19686
19684
  * @module purecloud-platform-client-v2/api/FaxApi
19687
- * @version 97.0.0
19685
+ * @version 99.0.1
19688
19686
  */
19689
19687
 
19690
19688
  /**
@@ -19855,7 +19853,7 @@ class FlowsApi {
19855
19853
  /**
19856
19854
  * Flows service.
19857
19855
  * @module purecloud-platform-client-v2/api/FlowsApi
19858
- * @version 97.0.0
19856
+ * @version 99.0.1
19859
19857
  */
19860
19858
 
19861
19859
  /**
@@ -19926,7 +19924,7 @@ class GeneralDataProtectionRegulationApi {
19926
19924
  /**
19927
19925
  * GeneralDataProtectionRegulation service.
19928
19926
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
19929
- * @version 97.0.0
19927
+ * @version 99.0.1
19930
19928
  */
19931
19929
 
19932
19930
  /**
@@ -20056,7 +20054,7 @@ class GeolocationApi {
20056
20054
  /**
20057
20055
  * Geolocation service.
20058
20056
  * @module purecloud-platform-client-v2/api/GeolocationApi
20059
- * @version 97.0.0
20057
+ * @version 99.0.1
20060
20058
  */
20061
20059
 
20062
20060
  /**
@@ -20187,7 +20185,7 @@ class GreetingsApi {
20187
20185
  /**
20188
20186
  * Greetings service.
20189
20187
  * @module purecloud-platform-client-v2/api/GreetingsApi
20190
- * @version 97.0.0
20188
+ * @version 99.0.1
20191
20189
  */
20192
20190
 
20193
20191
  /**
@@ -20642,7 +20640,7 @@ class GroupsApi {
20642
20640
  /**
20643
20641
  * Groups service.
20644
20642
  * @module purecloud-platform-client-v2/api/GroupsApi
20645
- * @version 97.0.0
20643
+ * @version 99.0.1
20646
20644
  */
20647
20645
 
20648
20646
  /**
@@ -21047,7 +21045,7 @@ class IdentityProviderApi {
21047
21045
  /**
21048
21046
  * IdentityProvider service.
21049
21047
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
21050
- * @version 97.0.0
21048
+ * @version 99.0.1
21051
21049
  */
21052
21050
 
21053
21051
  /**
@@ -21803,7 +21801,7 @@ class IntegrationsApi {
21803
21801
  /**
21804
21802
  * Integrations service.
21805
21803
  * @module purecloud-platform-client-v2/api/IntegrationsApi
21806
- * @version 97.0.0
21804
+ * @version 99.0.1
21807
21805
  */
21808
21806
 
21809
21807
  /**
@@ -23295,7 +23293,7 @@ class JourneyApi {
23295
23293
  /**
23296
23294
  * Journey service.
23297
23295
  * @module purecloud-platform-client-v2/api/JourneyApi
23298
- * @version 97.0.0
23296
+ * @version 99.0.1
23299
23297
  */
23300
23298
 
23301
23299
  /**
@@ -23360,107 +23358,6 @@ class JourneyApi {
23360
23358
  );
23361
23359
  }
23362
23360
 
23363
- /**
23364
- * Retrieve segment assignments by customer ID.
23365
- *
23366
- * @param {String} customerIdType Type of ID used to identify customer (e.g. email, cookie, and phone).
23367
- * @param {String} customerId Primary identifier of the customer to query for segment assignments.
23368
- * @param {Object} opts Optional parameters
23369
- * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
23370
- * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
23371
- * @param {Object} opts.segmentScope Scope to filter on. If not specified, both session-scoped and customer-scoped assignments are returned.
23372
- * @param {Object} opts.assignmentState Assignment state to filter on. If not specified, both assigned and unassigned assignments are returned.
23373
- */
23374
- getJourneyCustomerCustomerIdSegments(customerIdType, customerId, opts) {
23375
- opts = opts || {};
23376
-
23377
- // verify the required parameter 'customerIdType' is set
23378
- if (customerIdType === undefined || customerIdType === null) {
23379
- throw 'Missing the required parameter "customerIdType" when calling getJourneyCustomerCustomerIdSegments';
23380
- }
23381
- // verify the required parameter 'customerId' is set
23382
- if (customerId === undefined || customerId === null) {
23383
- throw 'Missing the required parameter "customerId" when calling getJourneyCustomerCustomerIdSegments';
23384
- }
23385
-
23386
- return this.apiClient.callApi(
23387
- '/api/v2/journey/customers/{customerIdType}/{customerId}/segments',
23388
- 'GET',
23389
- { 'customerIdType': customerIdType,'customerId': customerId },
23390
- { 'pageSize': opts['pageSize'],'after': opts['after'],'segmentScope': opts['segmentScope'],'assignmentState': opts['assignmentState'] },
23391
- { },
23392
- { },
23393
- null,
23394
- ['PureCloud OAuth'],
23395
- ['application/json'],
23396
- ['application/json']
23397
- );
23398
- }
23399
-
23400
- /**
23401
- * Retrieve segment assignments by external contact ID.
23402
- *
23403
- * @param {String} externalContactId ID of the external contact to query for segment assignments.
23404
- * @param {Object} opts Optional parameters
23405
- * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
23406
- * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
23407
- * @param {Object} opts.segmentScope Scope to filter on. If not specified, both session-scoped and customer-scoped assignments are returned.
23408
- * @param {Object} opts.assignmentState Assignment state to filter on. If not specified, both assigned and unassigned assignments are returned.
23409
- */
23410
- getJourneyExternalcontactSegments(externalContactId, opts) {
23411
- opts = opts || {};
23412
-
23413
- // verify the required parameter 'externalContactId' is set
23414
- if (externalContactId === undefined || externalContactId === null) {
23415
- throw 'Missing the required parameter "externalContactId" when calling getJourneyExternalcontactSegments';
23416
- }
23417
-
23418
- return this.apiClient.callApi(
23419
- '/api/v2/journey/externalcontacts/{externalContactId}/segments',
23420
- 'GET',
23421
- { 'externalContactId': externalContactId },
23422
- { 'pageSize': opts['pageSize'],'after': opts['after'],'segmentScope': opts['segmentScope'],'assignmentState': opts['assignmentState'] },
23423
- { },
23424
- { },
23425
- null,
23426
- ['PureCloud OAuth'],
23427
- ['application/json'],
23428
- ['application/json']
23429
- );
23430
- }
23431
-
23432
- /**
23433
- * Retrieve segment assignments by session ID.
23434
- *
23435
- * @param {String} sessionId ID of the session to query for segment assignments.
23436
- * @param {Object} opts Optional parameters
23437
- * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
23438
- * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
23439
- * @param {Object} opts.segmentScope Scope to filter on. If not specified, both session-scoped and customer-scoped assignments are returned.
23440
- * @param {Object} opts.assignmentState Assignment state to filter on. If not specified, both assigned and unassigned assignments are returned.
23441
- */
23442
- getJourneySessionSegments(sessionId, opts) {
23443
- opts = opts || {};
23444
-
23445
- // verify the required parameter 'sessionId' is set
23446
- if (sessionId === undefined || sessionId === null) {
23447
- throw 'Missing the required parameter "sessionId" when calling getJourneySessionSegments';
23448
- }
23449
-
23450
- return this.apiClient.callApi(
23451
- '/api/v2/journey/sessions/{sessionId}/segments',
23452
- 'GET',
23453
- { 'sessionId': sessionId },
23454
- { 'pageSize': opts['pageSize'],'after': opts['after'],'segmentScope': opts['segmentScope'],'assignmentState': opts['assignmentState'] },
23455
- { },
23456
- { },
23457
- null,
23458
- ['PureCloud OAuth'],
23459
- ['application/json'],
23460
- ['application/json']
23461
- );
23462
- }
23463
-
23464
23361
  /**
23465
23362
  * Update a single action target.
23466
23363
  *
@@ -23515,42 +23412,13 @@ class JourneyApi {
23515
23412
  );
23516
23413
  }
23517
23414
 
23518
- /**
23519
- * Assign/Unassign a segment to/from an external contact or, if a segment is already assigned, update the expiry date of the segment assignment.
23520
- *
23521
- * @param {String} externalContactId ID of the external contact to query for segment assignments.
23522
- * @param {Object} opts Optional parameters
23523
- * @param {Array.<Object>} opts.body
23524
- */
23525
- postJourneyExternalcontactSegments(externalContactId, opts) {
23526
- opts = opts || {};
23527
-
23528
- // verify the required parameter 'externalContactId' is set
23529
- if (externalContactId === undefined || externalContactId === null) {
23530
- throw 'Missing the required parameter "externalContactId" when calling postJourneyExternalcontactSegments';
23531
- }
23532
-
23533
- return this.apiClient.callApi(
23534
- '/api/v2/journey/externalcontacts/{externalContactId}/segments',
23535
- 'POST',
23536
- { 'externalContactId': externalContactId },
23537
- { },
23538
- { },
23539
- { },
23540
- opts['body'],
23541
- ['PureCloud OAuth'],
23542
- ['application/json'],
23543
- ['application/json']
23544
- );
23545
- }
23546
-
23547
23415
  }
23548
23416
 
23549
23417
  class KnowledgeApi {
23550
23418
  /**
23551
23419
  * Knowledge service.
23552
23420
  * @module purecloud-platform-client-v2/api/KnowledgeApi
23553
- * @version 97.0.0
23421
+ * @version 99.0.1
23554
23422
  */
23555
23423
 
23556
23424
  /**
@@ -23695,6 +23563,7 @@ class KnowledgeApi {
23695
23563
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
23696
23564
  * @param {String} opts.limit Number of entities to return. Maximum of 200.
23697
23565
  * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
23566
+ * @param {String} opts.name Filter to return the categories that starts with the given category name.
23698
23567
  */
23699
23568
  getKnowledgeKnowledgebaseLanguageCategories(knowledgeBaseId, languageCode, opts) {
23700
23569
  opts = opts || {};
@@ -23712,7 +23581,7 @@ class KnowledgeApi {
23712
23581
  '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/categories',
23713
23582
  'GET',
23714
23583
  { 'knowledgeBaseId': knowledgeBaseId,'languageCode': languageCode },
23715
- { 'before': opts['before'],'after': opts['after'],'limit': opts['limit'],'pageSize': opts['pageSize'] },
23584
+ { 'before': opts['before'],'after': opts['after'],'limit': opts['limit'],'pageSize': opts['pageSize'],'name': opts['name'] },
23716
23585
  { },
23717
23586
  { },
23718
23587
  null,
@@ -23803,6 +23672,7 @@ class KnowledgeApi {
23803
23672
  * @param {String} opts.limit Number of entities to return. Maximum of 200.
23804
23673
  * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
23805
23674
  * @param {String} opts.categories Filter by categories ids, comma separated values expected.
23675
+ * @param {String} opts.title Filter by document title.
23806
23676
  */
23807
23677
  getKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId, languageCode, opts) {
23808
23678
  opts = opts || {};
@@ -23820,7 +23690,7 @@ class KnowledgeApi {
23820
23690
  '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/documents',
23821
23691
  'GET',
23822
23692
  { 'knowledgeBaseId': knowledgeBaseId,'languageCode': languageCode },
23823
- { 'before': opts['before'],'after': opts['after'],'limit': opts['limit'],'pageSize': opts['pageSize'],'categories': opts['categories'] },
23693
+ { 'before': opts['before'],'after': opts['after'],'limit': opts['limit'],'pageSize': opts['pageSize'],'categories': opts['categories'],'title': opts['title'] },
23824
23694
  { },
23825
23695
  { },
23826
23696
  null,
@@ -24271,7 +24141,7 @@ class LanguageUnderstandingApi {
24271
24141
  /**
24272
24142
  * LanguageUnderstanding service.
24273
24143
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
24274
- * @version 97.0.0
24144
+ * @version 99.0.1
24275
24145
  */
24276
24146
 
24277
24147
  /**
@@ -24837,7 +24707,7 @@ class LanguagesApi {
24837
24707
  /**
24838
24708
  * Languages service.
24839
24709
  * @module purecloud-platform-client-v2/api/LanguagesApi
24840
- * @version 97.0.0
24710
+ * @version 99.0.1
24841
24711
  */
24842
24712
 
24843
24713
  /**
@@ -25105,7 +24975,7 @@ class LicenseApi {
25105
24975
  /**
25106
24976
  * License service.
25107
24977
  * @module purecloud-platform-client-v2/api/LicenseApi
25108
- * @version 97.0.0
24978
+ * @version 99.0.1
25109
24979
  */
25110
24980
 
25111
24981
  /**
@@ -25343,7 +25213,7 @@ class LocationsApi {
25343
25213
  /**
25344
25214
  * Locations service.
25345
25215
  * @module purecloud-platform-client-v2/api/LocationsApi
25346
- * @version 97.0.0
25216
+ * @version 99.0.1
25347
25217
  */
25348
25218
 
25349
25219
  /**
@@ -25579,7 +25449,7 @@ class MobileDevicesApi {
25579
25449
  /**
25580
25450
  * MobileDevices service.
25581
25451
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
25582
- * @version 97.0.0
25452
+ * @version 99.0.1
25583
25453
  */
25584
25454
 
25585
25455
  /**
@@ -25730,7 +25600,7 @@ class NotificationsApi {
25730
25600
  /**
25731
25601
  * Notifications service.
25732
25602
  * @module purecloud-platform-client-v2/api/NotificationsApi
25733
- * @version 97.0.0
25603
+ * @version 99.0.1
25734
25604
  */
25735
25605
 
25736
25606
  /**
@@ -25929,7 +25799,7 @@ class OAuthApi {
25929
25799
  /**
25930
25800
  * OAuth service.
25931
25801
  * @module purecloud-platform-client-v2/api/OAuthApi
25932
- * @version 97.0.0
25802
+ * @version 99.0.1
25933
25803
  */
25934
25804
 
25935
25805
  /**
@@ -26287,7 +26157,7 @@ class ObjectsApi {
26287
26157
  /**
26288
26158
  * Objects service.
26289
26159
  * @module purecloud-platform-client-v2/api/ObjectsApi
26290
- * @version 97.0.0
26160
+ * @version 99.0.1
26291
26161
  */
26292
26162
 
26293
26163
  /**
@@ -26528,7 +26398,7 @@ class OrganizationApi {
26528
26398
  /**
26529
26399
  * Organization service.
26530
26400
  * @module purecloud-platform-client-v2/api/OrganizationApi
26531
- * @version 97.0.0
26401
+ * @version 99.0.1
26532
26402
  */
26533
26403
 
26534
26404
  /**
@@ -26783,7 +26653,7 @@ class OrganizationAuthorizationApi {
26783
26653
  /**
26784
26654
  * OrganizationAuthorization service.
26785
26655
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
26786
- * @version 97.0.0
26656
+ * @version 99.0.1
26787
26657
  */
26788
26658
 
26789
26659
  /**
@@ -27493,7 +27363,7 @@ class OutboundApi {
27493
27363
  /**
27494
27364
  * Outbound service.
27495
27365
  * @module purecloud-platform-client-v2/api/OutboundApi
27496
- * @version 97.0.0
27366
+ * @version 99.0.1
27497
27367
  */
27498
27368
 
27499
27369
  /**
@@ -30467,7 +30337,7 @@ class PresenceApi {
30467
30337
  /**
30468
30338
  * Presence service.
30469
30339
  * @module purecloud-platform-client-v2/api/PresenceApi
30470
- * @version 97.0.0
30340
+ * @version 99.0.1
30471
30341
  */
30472
30342
 
30473
30343
  /**
@@ -30814,7 +30684,7 @@ class QualityApi {
30814
30684
  /**
30815
30685
  * Quality service.
30816
30686
  * @module purecloud-platform-client-v2/api/QualityApi
30817
- * @version 97.0.0
30687
+ * @version 99.0.1
30818
30688
  */
30819
30689
 
30820
30690
  /**
@@ -31408,6 +31278,7 @@ class QualityApi {
31408
31278
  * @param {Object} opts Optional parameters
31409
31279
  * @param {Number} opts.pageSize Page size (default to 25)
31410
31280
  * @param {Number} opts.pageNumber Page number (default to 1)
31281
+ * @param {String} opts.sortOrder Sort order (default to asc)
31411
31282
  */
31412
31283
  getQualityFormsEvaluationVersions(formId, opts) {
31413
31284
  opts = opts || {};
@@ -31421,7 +31292,7 @@ class QualityApi {
31421
31292
  '/api/v2/quality/forms/evaluations/{formId}/versions',
31422
31293
  'GET',
31423
31294
  { 'formId': formId },
31424
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
31295
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortOrder': opts['sortOrder'] },
31425
31296
  { },
31426
31297
  { },
31427
31298
  null,
@@ -32511,7 +32382,7 @@ class RecordingApi {
32511
32382
  /**
32512
32383
  * Recording service.
32513
32384
  * @module purecloud-platform-client-v2/api/RecordingApi
32514
- * @version 97.0.0
32385
+ * @version 99.0.1
32515
32386
  */
32516
32387
 
32517
32388
  /**
@@ -33757,7 +33628,7 @@ class ResponseManagementApi {
33757
33628
  /**
33758
33629
  * ResponseManagement service.
33759
33630
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
33760
- * @version 97.0.0
33631
+ * @version 99.0.1
33761
33632
  */
33762
33633
 
33763
33634
  /**
@@ -34082,7 +33953,7 @@ class RoutingApi {
34082
33953
  /**
34083
33954
  * Routing service.
34084
33955
  * @module purecloud-platform-client-v2/api/RoutingApi
34085
- * @version 97.0.0
33956
+ * @version 99.0.1
34086
33957
  */
34087
33958
 
34088
33959
  /**
@@ -35268,6 +35139,7 @@ class RoutingApi {
35268
35139
  * @param {Number} opts.pageSize Page size (default to 25)
35269
35140
  * @param {Number} opts.pageNumber Page number (default to 1)
35270
35141
  * @param {Object} opts.sortBy Sort by (default to name)
35142
+ * @param {Object} opts.sortOrder Sort order (default to ascending)
35271
35143
  * @param {String} opts.name Name
35272
35144
  */
35273
35145
  getRoutingWrapupcodes(opts) {
@@ -35278,7 +35150,7 @@ class RoutingApi {
35278
35150
  '/api/v2/routing/wrapupcodes',
35279
35151
  'GET',
35280
35152
  { },
35281
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'name': opts['name'] },
35153
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'] },
35282
35154
  { },
35283
35155
  { },
35284
35156
  null,
@@ -36380,7 +36252,7 @@ class SCIMApi {
36380
36252
  /**
36381
36253
  * SCIM service.
36382
36254
  * @module purecloud-platform-client-v2/api/SCIMApi
36383
- * @version 97.0.0
36255
+ * @version 99.0.1
36384
36256
  */
36385
36257
 
36386
36258
  /**
@@ -37365,7 +37237,7 @@ class ScriptsApi {
37365
37237
  /**
37366
37238
  * Scripts service.
37367
37239
  * @module purecloud-platform-client-v2/api/ScriptsApi
37368
- * @version 97.0.0
37240
+ * @version 99.0.1
37369
37241
  */
37370
37242
 
37371
37243
  /**
@@ -37718,7 +37590,7 @@ class SearchApi {
37718
37590
  /**
37719
37591
  * Search service.
37720
37592
  * @module purecloud-platform-client-v2/api/SearchApi
37721
- * @version 97.0.0
37593
+ * @version 99.0.1
37722
37594
  */
37723
37595
 
37724
37596
  /**
@@ -38228,7 +38100,7 @@ class SpeechTextAnalyticsApi {
38228
38100
  /**
38229
38101
  * SpeechTextAnalytics service.
38230
38102
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
38231
- * @version 97.0.0
38103
+ * @version 99.0.1
38232
38104
  */
38233
38105
 
38234
38106
  /**
@@ -38304,7 +38176,7 @@ class StationsApi {
38304
38176
  /**
38305
38177
  * Stations service.
38306
38178
  * @module purecloud-platform-client-v2/api/StationsApi
38307
- * @version 97.0.0
38179
+ * @version 99.0.1
38308
38180
  */
38309
38181
 
38310
38182
  /**
@@ -38451,7 +38323,7 @@ class SuggestApi {
38451
38323
  /**
38452
38324
  * Suggest service.
38453
38325
  * @module purecloud-platform-client-v2/api/SuggestApi
38454
- * @version 97.0.0
38326
+ * @version 99.0.1
38455
38327
  */
38456
38328
 
38457
38329
  /**
@@ -38590,7 +38462,7 @@ class TelephonyApi {
38590
38462
  /**
38591
38463
  * Telephony service.
38592
38464
  * @module purecloud-platform-client-v2/api/TelephonyApi
38593
- * @version 97.0.0
38465
+ * @version 99.0.1
38594
38466
  */
38595
38467
 
38596
38468
  /**
@@ -38698,7 +38570,7 @@ class TelephonyProvidersEdgeApi {
38698
38570
  /**
38699
38571
  * TelephonyProvidersEdge service.
38700
38572
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
38701
- * @version 97.0.0
38573
+ * @version 99.0.1
38702
38574
  */
38703
38575
 
38704
38576
  /**
@@ -42275,7 +42147,7 @@ class TextbotsApi {
42275
42147
  /**
42276
42148
  * Textbots service.
42277
42149
  * @module purecloud-platform-client-v2/api/TextbotsApi
42278
- * @version 97.0.0
42150
+ * @version 99.0.1
42279
42151
  */
42280
42152
 
42281
42153
  /**
@@ -42321,7 +42193,7 @@ class TokensApi {
42321
42193
  /**
42322
42194
  * Tokens service.
42323
42195
  * @module purecloud-platform-client-v2/api/TokensApi
42324
- * @version 97.0.0
42196
+ * @version 99.0.1
42325
42197
  */
42326
42198
 
42327
42199
  /**
@@ -42407,7 +42279,7 @@ class UploadsApi {
42407
42279
  /**
42408
42280
  * Uploads service.
42409
42281
  * @module purecloud-platform-client-v2/api/UploadsApi
42410
- * @version 97.0.0
42282
+ * @version 99.0.1
42411
42283
  */
42412
42284
 
42413
42285
  /**
@@ -42453,7 +42325,7 @@ class UsageApi {
42453
42325
  /**
42454
42326
  * Usage service.
42455
42327
  * @module purecloud-platform-client-v2/api/UsageApi
42456
- * @version 97.0.0
42328
+ * @version 99.0.1
42457
42329
  */
42458
42330
 
42459
42331
  /**
@@ -42524,7 +42396,7 @@ class UserRecordingsApi {
42524
42396
  /**
42525
42397
  * UserRecordings service.
42526
42398
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
42527
- * @version 97.0.0
42399
+ * @version 99.0.1
42528
42400
  */
42529
42401
 
42530
42402
  /**
@@ -42708,7 +42580,7 @@ class UsersApi {
42708
42580
  /**
42709
42581
  * Users service.
42710
42582
  * @module purecloud-platform-client-v2/api/UsersApi
42711
- * @version 97.0.0
42583
+ * @version 99.0.1
42712
42584
  */
42713
42585
 
42714
42586
  /**
@@ -43821,7 +43693,7 @@ class UsersApi {
43821
43693
 
43822
43694
  /**
43823
43695
  * Get a Development Activity
43824
- *
43696
+ * Permission not required if you are the attendee, creator or facilitator of the coaching appointment or you are the assigned user of the learning assignment.
43825
43697
  * @param {String} activityId Specifies the activity ID, maps to either assignment or appointment ID
43826
43698
  * @param {Object} type Specifies the activity type.
43827
43699
  */
@@ -44921,7 +44793,7 @@ class UtilitiesApi {
44921
44793
  /**
44922
44794
  * Utilities service.
44923
44795
  * @module purecloud-platform-client-v2/api/UtilitiesApi
44924
- * @version 97.0.0
44796
+ * @version 99.0.1
44925
44797
  */
44926
44798
 
44927
44799
  /**
@@ -45032,7 +44904,7 @@ class VoicemailApi {
45032
44904
  /**
45033
44905
  * Voicemail service.
45034
44906
  * @module purecloud-platform-client-v2/api/VoicemailApi
45035
- * @version 97.0.0
44907
+ * @version 99.0.1
45036
44908
  */
45037
44909
 
45038
44910
  /**
@@ -45669,7 +45541,7 @@ class WebChatApi {
45669
45541
  /**
45670
45542
  * WebChat service.
45671
45543
  * @module purecloud-platform-client-v2/api/WebChatApi
45672
- * @version 97.0.0
45544
+ * @version 99.0.1
45673
45545
  */
45674
45546
 
45675
45547
  /**
@@ -46213,7 +46085,7 @@ class WidgetsApi {
46213
46085
  /**
46214
46086
  * Widgets service.
46215
46087
  * @module purecloud-platform-client-v2/api/WidgetsApi
46216
- * @version 97.0.0
46088
+ * @version 99.0.1
46217
46089
  */
46218
46090
 
46219
46091
  /**
@@ -46359,7 +46231,7 @@ class WorkforceManagementApi {
46359
46231
  /**
46360
46232
  * WorkforceManagement service.
46361
46233
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
46362
- * @version 97.0.0
46234
+ * @version 99.0.1
46363
46235
  */
46364
46236
 
46365
46237
  /**
@@ -48414,6 +48286,7 @@ class WorkforceManagementApi {
48414
48286
  * @param {String} workPlanId The ID of the work plan to update
48415
48287
  * @param {Object} opts Optional parameters
48416
48288
  * @param {Object} opts.body body
48289
+ * @param {Object} opts.validationMode Allows to update work plan even if validation result is invalid
48417
48290
  */
48418
48291
  patchWorkforcemanagementManagementunitWorkplan(managementUnitId, workPlanId, opts) {
48419
48292
  opts = opts || {};
@@ -48431,7 +48304,7 @@ class WorkforceManagementApi {
48431
48304
  '/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId}',
48432
48305
  'PATCH',
48433
48306
  { 'managementUnitId': managementUnitId,'workPlanId': workPlanId },
48434
- { },
48307
+ { 'validationMode': opts['validationMode'] },
48435
48308
  { },
48436
48309
  { },
48437
48310
  opts['body'],
@@ -49465,6 +49338,7 @@ class WorkforceManagementApi {
49465
49338
  * @param {String} managementUnitId The ID of the management unit, or &#39;mine&#39; for the management unit of the logged-in user.
49466
49339
  * @param {Object} opts Optional parameters
49467
49340
  * @param {Object} opts.body body
49341
+ * @param {Object} opts.validationMode Allows to create work plan even if the validation result is invalid
49468
49342
  */
49469
49343
  postWorkforcemanagementManagementunitWorkplans(managementUnitId, opts) {
49470
49344
  opts = opts || {};
@@ -49478,7 +49352,7 @@ class WorkforceManagementApi {
49478
49352
  '/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans',
49479
49353
  'POST',
49480
49354
  { 'managementUnitId': managementUnitId },
49481
- { },
49355
+ { 'validationMode': opts['validationMode'] },
49482
49356
  { },
49483
49357
  { },
49484
49358
  opts['body'],
@@ -49615,7 +49489,7 @@ class WorkforceManagementApi {
49615
49489
  * </pre>
49616
49490
  * </p>
49617
49491
  * @module purecloud-platform-client-v2/index
49618
- * @version 97.0.0
49492
+ * @version 99.0.1
49619
49493
  */
49620
49494
  class platformClient {
49621
49495
  constructor() {