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
@@ -1983,7 +1983,7 @@ function isSlowBuffer (obj) {
1983
1983
 
1984
1984
  /**
1985
1985
  * @module purecloud-platform-client-v2/ApiClient
1986
- * @version 97.0.0
1986
+ * @version 99.0.1
1987
1987
  */
1988
1988
  class ApiClient {
1989
1989
  /**
@@ -2739,7 +2739,7 @@ class ApiClient {
2739
2739
 
2740
2740
  // set header parameters
2741
2741
  request.set(this.defaultHeaders).set(this.normalizeParams(headerParams));
2742
- //request.set({ 'purecloud-sdk': '97.0.0' });
2742
+ //request.set({ 'purecloud-sdk': '99.0.1' });
2743
2743
 
2744
2744
  // set request timeout
2745
2745
  request.timeout(this.timeout);
@@ -2864,7 +2864,7 @@ class AlertingApi {
2864
2864
  /**
2865
2865
  * Alerting service.
2866
2866
  * @module purecloud-platform-client-v2/api/AlertingApi
2867
- * @version 97.0.0
2867
+ * @version 99.0.1
2868
2868
  */
2869
2869
 
2870
2870
  /**
@@ -3178,7 +3178,7 @@ class AnalyticsApi {
3178
3178
  /**
3179
3179
  * Analytics service.
3180
3180
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3181
- * @version 97.0.0
3181
+ * @version 99.0.1
3182
3182
  */
3183
3183
 
3184
3184
  /**
@@ -4258,7 +4258,7 @@ class ArchitectApi {
4258
4258
  /**
4259
4259
  * Architect service.
4260
4260
  * @module purecloud-platform-client-v2/api/ArchitectApi
4261
- * @version 97.0.0
4261
+ * @version 99.0.1
4262
4262
  */
4263
4263
 
4264
4264
  /**
@@ -7096,7 +7096,7 @@ class AuditApi {
7096
7096
  /**
7097
7097
  * Audit service.
7098
7098
  * @module purecloud-platform-client-v2/api/AuditApi
7099
- * @version 97.0.0
7099
+ * @version 99.0.1
7100
7100
  */
7101
7101
 
7102
7102
  /**
@@ -7267,7 +7267,7 @@ class AuthorizationApi {
7267
7267
  /**
7268
7268
  * Authorization service.
7269
7269
  * @module purecloud-platform-client-v2/api/AuthorizationApi
7270
- * @version 97.0.0
7270
+ * @version 99.0.1
7271
7271
  */
7272
7272
 
7273
7273
  /**
@@ -8386,7 +8386,7 @@ class BillingApi {
8386
8386
  /**
8387
8387
  * Billing service.
8388
8388
  * @module purecloud-platform-client-v2/api/BillingApi
8389
- * @version 97.0.0
8389
+ * @version 99.0.1
8390
8390
  */
8391
8391
 
8392
8392
  /**
@@ -8466,7 +8466,7 @@ class CoachingApi {
8466
8466
  /**
8467
8467
  * Coaching service.
8468
8468
  * @module purecloud-platform-client-v2/api/CoachingApi
8469
- * @version 97.0.0
8469
+ * @version 99.0.1
8470
8470
  */
8471
8471
 
8472
8472
  /**
@@ -8986,7 +8986,7 @@ class ContentManagementApi {
8986
8986
  /**
8987
8987
  * ContentManagement service.
8988
8988
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8989
- * @version 97.0.0
8989
+ * @version 99.0.1
8990
8990
  */
8991
8991
 
8992
8992
  /**
@@ -10126,7 +10126,7 @@ class ConversationsApi {
10126
10126
  /**
10127
10127
  * Conversations service.
10128
10128
  * @module purecloud-platform-client-v2/api/ConversationsApi
10129
- * @version 97.0.0
10129
+ * @version 99.0.1
10130
10130
  */
10131
10131
 
10132
10132
  /**
@@ -14184,7 +14184,7 @@ class DataExtensionsApi {
14184
14184
  /**
14185
14185
  * DataExtensions service.
14186
14186
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
14187
- * @version 97.0.0
14187
+ * @version 99.0.1
14188
14188
  */
14189
14189
 
14190
14190
  /**
@@ -14270,7 +14270,7 @@ class ExternalContactsApi {
14270
14270
  /**
14271
14271
  * ExternalContacts service.
14272
14272
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
14273
- * @version 97.0.0
14273
+ * @version 99.0.1
14274
14274
  */
14275
14275
 
14276
14276
  /**
@@ -15613,7 +15613,7 @@ class FaxApi {
15613
15613
  /**
15614
15614
  * Fax service.
15615
15615
  * @module purecloud-platform-client-v2/api/FaxApi
15616
- * @version 97.0.0
15616
+ * @version 99.0.1
15617
15617
  */
15618
15618
 
15619
15619
  /**
@@ -15784,7 +15784,7 @@ class FlowsApi {
15784
15784
  /**
15785
15785
  * Flows service.
15786
15786
  * @module purecloud-platform-client-v2/api/FlowsApi
15787
- * @version 97.0.0
15787
+ * @version 99.0.1
15788
15788
  */
15789
15789
 
15790
15790
  /**
@@ -15855,7 +15855,7 @@ class GeneralDataProtectionRegulationApi {
15855
15855
  /**
15856
15856
  * GeneralDataProtectionRegulation service.
15857
15857
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
15858
- * @version 97.0.0
15858
+ * @version 99.0.1
15859
15859
  */
15860
15860
 
15861
15861
  /**
@@ -15985,7 +15985,7 @@ class GeolocationApi {
15985
15985
  /**
15986
15986
  * Geolocation service.
15987
15987
  * @module purecloud-platform-client-v2/api/GeolocationApi
15988
- * @version 97.0.0
15988
+ * @version 99.0.1
15989
15989
  */
15990
15990
 
15991
15991
  /**
@@ -16116,7 +16116,7 @@ class GreetingsApi {
16116
16116
  /**
16117
16117
  * Greetings service.
16118
16118
  * @module purecloud-platform-client-v2/api/GreetingsApi
16119
- * @version 97.0.0
16119
+ * @version 99.0.1
16120
16120
  */
16121
16121
 
16122
16122
  /**
@@ -16571,7 +16571,7 @@ class GroupsApi {
16571
16571
  /**
16572
16572
  * Groups service.
16573
16573
  * @module purecloud-platform-client-v2/api/GroupsApi
16574
- * @version 97.0.0
16574
+ * @version 99.0.1
16575
16575
  */
16576
16576
 
16577
16577
  /**
@@ -16976,7 +16976,7 @@ class IdentityProviderApi {
16976
16976
  /**
16977
16977
  * IdentityProvider service.
16978
16978
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
16979
- * @version 97.0.0
16979
+ * @version 99.0.1
16980
16980
  */
16981
16981
 
16982
16982
  /**
@@ -17732,7 +17732,7 @@ class IntegrationsApi {
17732
17732
  /**
17733
17733
  * Integrations service.
17734
17734
  * @module purecloud-platform-client-v2/api/IntegrationsApi
17735
- * @version 97.0.0
17735
+ * @version 99.0.1
17736
17736
  */
17737
17737
 
17738
17738
  /**
@@ -19224,7 +19224,7 @@ class JourneyApi {
19224
19224
  /**
19225
19225
  * Journey service.
19226
19226
  * @module purecloud-platform-client-v2/api/JourneyApi
19227
- * @version 97.0.0
19227
+ * @version 99.0.1
19228
19228
  */
19229
19229
 
19230
19230
  /**
@@ -19289,107 +19289,6 @@ class JourneyApi {
19289
19289
  );
19290
19290
  }
19291
19291
 
19292
- /**
19293
- * Retrieve segment assignments by customer ID.
19294
- *
19295
- * @param {String} customerIdType Type of ID used to identify customer (e.g. email, cookie, and phone).
19296
- * @param {String} customerId Primary identifier of the customer to query for segment assignments.
19297
- * @param {Object} opts Optional parameters
19298
- * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
19299
- * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
19300
- * @param {Object} opts.segmentScope Scope to filter on. If not specified, both session-scoped and customer-scoped assignments are returned.
19301
- * @param {Object} opts.assignmentState Assignment state to filter on. If not specified, both assigned and unassigned assignments are returned.
19302
- */
19303
- getJourneyCustomerCustomerIdSegments(customerIdType, customerId, opts) {
19304
- opts = opts || {};
19305
-
19306
- // verify the required parameter 'customerIdType' is set
19307
- if (customerIdType === undefined || customerIdType === null) {
19308
- throw 'Missing the required parameter "customerIdType" when calling getJourneyCustomerCustomerIdSegments';
19309
- }
19310
- // verify the required parameter 'customerId' is set
19311
- if (customerId === undefined || customerId === null) {
19312
- throw 'Missing the required parameter "customerId" when calling getJourneyCustomerCustomerIdSegments';
19313
- }
19314
-
19315
- return this.apiClient.callApi(
19316
- '/api/v2/journey/customers/{customerIdType}/{customerId}/segments',
19317
- 'GET',
19318
- { 'customerIdType': customerIdType,'customerId': customerId },
19319
- { 'pageSize': opts['pageSize'],'after': opts['after'],'segmentScope': opts['segmentScope'],'assignmentState': opts['assignmentState'] },
19320
- { },
19321
- { },
19322
- null,
19323
- ['PureCloud OAuth'],
19324
- ['application/json'],
19325
- ['application/json']
19326
- );
19327
- }
19328
-
19329
- /**
19330
- * Retrieve segment assignments by external contact ID.
19331
- *
19332
- * @param {String} externalContactId ID of the external contact to query for segment assignments.
19333
- * @param {Object} opts Optional parameters
19334
- * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
19335
- * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
19336
- * @param {Object} opts.segmentScope Scope to filter on. If not specified, both session-scoped and customer-scoped assignments are returned.
19337
- * @param {Object} opts.assignmentState Assignment state to filter on. If not specified, both assigned and unassigned assignments are returned.
19338
- */
19339
- getJourneyExternalcontactSegments(externalContactId, opts) {
19340
- opts = opts || {};
19341
-
19342
- // verify the required parameter 'externalContactId' is set
19343
- if (externalContactId === undefined || externalContactId === null) {
19344
- throw 'Missing the required parameter "externalContactId" when calling getJourneyExternalcontactSegments';
19345
- }
19346
-
19347
- return this.apiClient.callApi(
19348
- '/api/v2/journey/externalcontacts/{externalContactId}/segments',
19349
- 'GET',
19350
- { 'externalContactId': externalContactId },
19351
- { 'pageSize': opts['pageSize'],'after': opts['after'],'segmentScope': opts['segmentScope'],'assignmentState': opts['assignmentState'] },
19352
- { },
19353
- { },
19354
- null,
19355
- ['PureCloud OAuth'],
19356
- ['application/json'],
19357
- ['application/json']
19358
- );
19359
- }
19360
-
19361
- /**
19362
- * Retrieve segment assignments by session ID.
19363
- *
19364
- * @param {String} sessionId ID of the session to query for segment assignments.
19365
- * @param {Object} opts Optional parameters
19366
- * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
19367
- * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
19368
- * @param {Object} opts.segmentScope Scope to filter on. If not specified, both session-scoped and customer-scoped assignments are returned.
19369
- * @param {Object} opts.assignmentState Assignment state to filter on. If not specified, both assigned and unassigned assignments are returned.
19370
- */
19371
- getJourneySessionSegments(sessionId, opts) {
19372
- opts = opts || {};
19373
-
19374
- // verify the required parameter 'sessionId' is set
19375
- if (sessionId === undefined || sessionId === null) {
19376
- throw 'Missing the required parameter "sessionId" when calling getJourneySessionSegments';
19377
- }
19378
-
19379
- return this.apiClient.callApi(
19380
- '/api/v2/journey/sessions/{sessionId}/segments',
19381
- 'GET',
19382
- { 'sessionId': sessionId },
19383
- { 'pageSize': opts['pageSize'],'after': opts['after'],'segmentScope': opts['segmentScope'],'assignmentState': opts['assignmentState'] },
19384
- { },
19385
- { },
19386
- null,
19387
- ['PureCloud OAuth'],
19388
- ['application/json'],
19389
- ['application/json']
19390
- );
19391
- }
19392
-
19393
19292
  /**
19394
19293
  * Update a single action target.
19395
19294
  *
@@ -19444,42 +19343,13 @@ class JourneyApi {
19444
19343
  );
19445
19344
  }
19446
19345
 
19447
- /**
19448
- * Assign/Unassign a segment to/from an external contact or, if a segment is already assigned, update the expiry date of the segment assignment.
19449
- *
19450
- * @param {String} externalContactId ID of the external contact to query for segment assignments.
19451
- * @param {Object} opts Optional parameters
19452
- * @param {Array.<Object>} opts.body
19453
- */
19454
- postJourneyExternalcontactSegments(externalContactId, opts) {
19455
- opts = opts || {};
19456
-
19457
- // verify the required parameter 'externalContactId' is set
19458
- if (externalContactId === undefined || externalContactId === null) {
19459
- throw 'Missing the required parameter "externalContactId" when calling postJourneyExternalcontactSegments';
19460
- }
19461
-
19462
- return this.apiClient.callApi(
19463
- '/api/v2/journey/externalcontacts/{externalContactId}/segments',
19464
- 'POST',
19465
- { 'externalContactId': externalContactId },
19466
- { },
19467
- { },
19468
- { },
19469
- opts['body'],
19470
- ['PureCloud OAuth'],
19471
- ['application/json'],
19472
- ['application/json']
19473
- );
19474
- }
19475
-
19476
19346
  }
19477
19347
 
19478
19348
  class KnowledgeApi {
19479
19349
  /**
19480
19350
  * Knowledge service.
19481
19351
  * @module purecloud-platform-client-v2/api/KnowledgeApi
19482
- * @version 97.0.0
19352
+ * @version 99.0.1
19483
19353
  */
19484
19354
 
19485
19355
  /**
@@ -19624,6 +19494,7 @@ class KnowledgeApi {
19624
19494
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
19625
19495
  * @param {String} opts.limit Number of entities to return. Maximum of 200.
19626
19496
  * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
19497
+ * @param {String} opts.name Filter to return the categories that starts with the given category name.
19627
19498
  */
19628
19499
  getKnowledgeKnowledgebaseLanguageCategories(knowledgeBaseId, languageCode, opts) {
19629
19500
  opts = opts || {};
@@ -19641,7 +19512,7 @@ class KnowledgeApi {
19641
19512
  '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/categories',
19642
19513
  'GET',
19643
19514
  { 'knowledgeBaseId': knowledgeBaseId,'languageCode': languageCode },
19644
- { 'before': opts['before'],'after': opts['after'],'limit': opts['limit'],'pageSize': opts['pageSize'] },
19515
+ { 'before': opts['before'],'after': opts['after'],'limit': opts['limit'],'pageSize': opts['pageSize'],'name': opts['name'] },
19645
19516
  { },
19646
19517
  { },
19647
19518
  null,
@@ -19732,6 +19603,7 @@ class KnowledgeApi {
19732
19603
  * @param {String} opts.limit Number of entities to return. Maximum of 200.
19733
19604
  * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
19734
19605
  * @param {String} opts.categories Filter by categories ids, comma separated values expected.
19606
+ * @param {String} opts.title Filter by document title.
19735
19607
  */
19736
19608
  getKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId, languageCode, opts) {
19737
19609
  opts = opts || {};
@@ -19749,7 +19621,7 @@ class KnowledgeApi {
19749
19621
  '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/documents',
19750
19622
  'GET',
19751
19623
  { 'knowledgeBaseId': knowledgeBaseId,'languageCode': languageCode },
19752
- { 'before': opts['before'],'after': opts['after'],'limit': opts['limit'],'pageSize': opts['pageSize'],'categories': opts['categories'] },
19624
+ { 'before': opts['before'],'after': opts['after'],'limit': opts['limit'],'pageSize': opts['pageSize'],'categories': opts['categories'],'title': opts['title'] },
19753
19625
  { },
19754
19626
  { },
19755
19627
  null,
@@ -20200,7 +20072,7 @@ class LanguageUnderstandingApi {
20200
20072
  /**
20201
20073
  * LanguageUnderstanding service.
20202
20074
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
20203
- * @version 97.0.0
20075
+ * @version 99.0.1
20204
20076
  */
20205
20077
 
20206
20078
  /**
@@ -20766,7 +20638,7 @@ class LanguagesApi {
20766
20638
  /**
20767
20639
  * Languages service.
20768
20640
  * @module purecloud-platform-client-v2/api/LanguagesApi
20769
- * @version 97.0.0
20641
+ * @version 99.0.1
20770
20642
  */
20771
20643
 
20772
20644
  /**
@@ -21034,7 +20906,7 @@ class LicenseApi {
21034
20906
  /**
21035
20907
  * License service.
21036
20908
  * @module purecloud-platform-client-v2/api/LicenseApi
21037
- * @version 97.0.0
20909
+ * @version 99.0.1
21038
20910
  */
21039
20911
 
21040
20912
  /**
@@ -21272,7 +21144,7 @@ class LocationsApi {
21272
21144
  /**
21273
21145
  * Locations service.
21274
21146
  * @module purecloud-platform-client-v2/api/LocationsApi
21275
- * @version 97.0.0
21147
+ * @version 99.0.1
21276
21148
  */
21277
21149
 
21278
21150
  /**
@@ -21508,7 +21380,7 @@ class MobileDevicesApi {
21508
21380
  /**
21509
21381
  * MobileDevices service.
21510
21382
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
21511
- * @version 97.0.0
21383
+ * @version 99.0.1
21512
21384
  */
21513
21385
 
21514
21386
  /**
@@ -21659,7 +21531,7 @@ class NotificationsApi {
21659
21531
  /**
21660
21532
  * Notifications service.
21661
21533
  * @module purecloud-platform-client-v2/api/NotificationsApi
21662
- * @version 97.0.0
21534
+ * @version 99.0.1
21663
21535
  */
21664
21536
 
21665
21537
  /**
@@ -21858,7 +21730,7 @@ class OAuthApi {
21858
21730
  /**
21859
21731
  * OAuth service.
21860
21732
  * @module purecloud-platform-client-v2/api/OAuthApi
21861
- * @version 97.0.0
21733
+ * @version 99.0.1
21862
21734
  */
21863
21735
 
21864
21736
  /**
@@ -22216,7 +22088,7 @@ class ObjectsApi {
22216
22088
  /**
22217
22089
  * Objects service.
22218
22090
  * @module purecloud-platform-client-v2/api/ObjectsApi
22219
- * @version 97.0.0
22091
+ * @version 99.0.1
22220
22092
  */
22221
22093
 
22222
22094
  /**
@@ -22457,7 +22329,7 @@ class OrganizationApi {
22457
22329
  /**
22458
22330
  * Organization service.
22459
22331
  * @module purecloud-platform-client-v2/api/OrganizationApi
22460
- * @version 97.0.0
22332
+ * @version 99.0.1
22461
22333
  */
22462
22334
 
22463
22335
  /**
@@ -22712,7 +22584,7 @@ class OrganizationAuthorizationApi {
22712
22584
  /**
22713
22585
  * OrganizationAuthorization service.
22714
22586
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
22715
- * @version 97.0.0
22587
+ * @version 99.0.1
22716
22588
  */
22717
22589
 
22718
22590
  /**
@@ -23422,7 +23294,7 @@ class OutboundApi {
23422
23294
  /**
23423
23295
  * Outbound service.
23424
23296
  * @module purecloud-platform-client-v2/api/OutboundApi
23425
- * @version 97.0.0
23297
+ * @version 99.0.1
23426
23298
  */
23427
23299
 
23428
23300
  /**
@@ -26396,7 +26268,7 @@ class PresenceApi {
26396
26268
  /**
26397
26269
  * Presence service.
26398
26270
  * @module purecloud-platform-client-v2/api/PresenceApi
26399
- * @version 97.0.0
26271
+ * @version 99.0.1
26400
26272
  */
26401
26273
 
26402
26274
  /**
@@ -26743,7 +26615,7 @@ class QualityApi {
26743
26615
  /**
26744
26616
  * Quality service.
26745
26617
  * @module purecloud-platform-client-v2/api/QualityApi
26746
- * @version 97.0.0
26618
+ * @version 99.0.1
26747
26619
  */
26748
26620
 
26749
26621
  /**
@@ -27337,6 +27209,7 @@ class QualityApi {
27337
27209
  * @param {Object} opts Optional parameters
27338
27210
  * @param {Number} opts.pageSize Page size (default to 25)
27339
27211
  * @param {Number} opts.pageNumber Page number (default to 1)
27212
+ * @param {String} opts.sortOrder Sort order (default to asc)
27340
27213
  */
27341
27214
  getQualityFormsEvaluationVersions(formId, opts) {
27342
27215
  opts = opts || {};
@@ -27350,7 +27223,7 @@ class QualityApi {
27350
27223
  '/api/v2/quality/forms/evaluations/{formId}/versions',
27351
27224
  'GET',
27352
27225
  { 'formId': formId },
27353
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
27226
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortOrder': opts['sortOrder'] },
27354
27227
  { },
27355
27228
  { },
27356
27229
  null,
@@ -28440,7 +28313,7 @@ class RecordingApi {
28440
28313
  /**
28441
28314
  * Recording service.
28442
28315
  * @module purecloud-platform-client-v2/api/RecordingApi
28443
- * @version 97.0.0
28316
+ * @version 99.0.1
28444
28317
  */
28445
28318
 
28446
28319
  /**
@@ -29686,7 +29559,7 @@ class ResponseManagementApi {
29686
29559
  /**
29687
29560
  * ResponseManagement service.
29688
29561
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
29689
- * @version 97.0.0
29562
+ * @version 99.0.1
29690
29563
  */
29691
29564
 
29692
29565
  /**
@@ -30011,7 +29884,7 @@ class RoutingApi {
30011
29884
  /**
30012
29885
  * Routing service.
30013
29886
  * @module purecloud-platform-client-v2/api/RoutingApi
30014
- * @version 97.0.0
29887
+ * @version 99.0.1
30015
29888
  */
30016
29889
 
30017
29890
  /**
@@ -31197,6 +31070,7 @@ class RoutingApi {
31197
31070
  * @param {Number} opts.pageSize Page size (default to 25)
31198
31071
  * @param {Number} opts.pageNumber Page number (default to 1)
31199
31072
  * @param {Object} opts.sortBy Sort by (default to name)
31073
+ * @param {Object} opts.sortOrder Sort order (default to ascending)
31200
31074
  * @param {String} opts.name Name
31201
31075
  */
31202
31076
  getRoutingWrapupcodes(opts) {
@@ -31207,7 +31081,7 @@ class RoutingApi {
31207
31081
  '/api/v2/routing/wrapupcodes',
31208
31082
  'GET',
31209
31083
  { },
31210
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'name': opts['name'] },
31084
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'] },
31211
31085
  { },
31212
31086
  { },
31213
31087
  null,
@@ -32309,7 +32183,7 @@ class SCIMApi {
32309
32183
  /**
32310
32184
  * SCIM service.
32311
32185
  * @module purecloud-platform-client-v2/api/SCIMApi
32312
- * @version 97.0.0
32186
+ * @version 99.0.1
32313
32187
  */
32314
32188
 
32315
32189
  /**
@@ -33294,7 +33168,7 @@ class ScriptsApi {
33294
33168
  /**
33295
33169
  * Scripts service.
33296
33170
  * @module purecloud-platform-client-v2/api/ScriptsApi
33297
- * @version 97.0.0
33171
+ * @version 99.0.1
33298
33172
  */
33299
33173
 
33300
33174
  /**
@@ -33647,7 +33521,7 @@ class SearchApi {
33647
33521
  /**
33648
33522
  * Search service.
33649
33523
  * @module purecloud-platform-client-v2/api/SearchApi
33650
- * @version 97.0.0
33524
+ * @version 99.0.1
33651
33525
  */
33652
33526
 
33653
33527
  /**
@@ -34157,7 +34031,7 @@ class SpeechTextAnalyticsApi {
34157
34031
  /**
34158
34032
  * SpeechTextAnalytics service.
34159
34033
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
34160
- * @version 97.0.0
34034
+ * @version 99.0.1
34161
34035
  */
34162
34036
 
34163
34037
  /**
@@ -34233,7 +34107,7 @@ class StationsApi {
34233
34107
  /**
34234
34108
  * Stations service.
34235
34109
  * @module purecloud-platform-client-v2/api/StationsApi
34236
- * @version 97.0.0
34110
+ * @version 99.0.1
34237
34111
  */
34238
34112
 
34239
34113
  /**
@@ -34380,7 +34254,7 @@ class SuggestApi {
34380
34254
  /**
34381
34255
  * Suggest service.
34382
34256
  * @module purecloud-platform-client-v2/api/SuggestApi
34383
- * @version 97.0.0
34257
+ * @version 99.0.1
34384
34258
  */
34385
34259
 
34386
34260
  /**
@@ -34519,7 +34393,7 @@ class TelephonyApi {
34519
34393
  /**
34520
34394
  * Telephony service.
34521
34395
  * @module purecloud-platform-client-v2/api/TelephonyApi
34522
- * @version 97.0.0
34396
+ * @version 99.0.1
34523
34397
  */
34524
34398
 
34525
34399
  /**
@@ -34627,7 +34501,7 @@ class TelephonyProvidersEdgeApi {
34627
34501
  /**
34628
34502
  * TelephonyProvidersEdge service.
34629
34503
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
34630
- * @version 97.0.0
34504
+ * @version 99.0.1
34631
34505
  */
34632
34506
 
34633
34507
  /**
@@ -38204,7 +38078,7 @@ class TextbotsApi {
38204
38078
  /**
38205
38079
  * Textbots service.
38206
38080
  * @module purecloud-platform-client-v2/api/TextbotsApi
38207
- * @version 97.0.0
38081
+ * @version 99.0.1
38208
38082
  */
38209
38083
 
38210
38084
  /**
@@ -38250,7 +38124,7 @@ class TokensApi {
38250
38124
  /**
38251
38125
  * Tokens service.
38252
38126
  * @module purecloud-platform-client-v2/api/TokensApi
38253
- * @version 97.0.0
38127
+ * @version 99.0.1
38254
38128
  */
38255
38129
 
38256
38130
  /**
@@ -38336,7 +38210,7 @@ class UploadsApi {
38336
38210
  /**
38337
38211
  * Uploads service.
38338
38212
  * @module purecloud-platform-client-v2/api/UploadsApi
38339
- * @version 97.0.0
38213
+ * @version 99.0.1
38340
38214
  */
38341
38215
 
38342
38216
  /**
@@ -38382,7 +38256,7 @@ class UsageApi {
38382
38256
  /**
38383
38257
  * Usage service.
38384
38258
  * @module purecloud-platform-client-v2/api/UsageApi
38385
- * @version 97.0.0
38259
+ * @version 99.0.1
38386
38260
  */
38387
38261
 
38388
38262
  /**
@@ -38453,7 +38327,7 @@ class UserRecordingsApi {
38453
38327
  /**
38454
38328
  * UserRecordings service.
38455
38329
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
38456
- * @version 97.0.0
38330
+ * @version 99.0.1
38457
38331
  */
38458
38332
 
38459
38333
  /**
@@ -38637,7 +38511,7 @@ class UsersApi {
38637
38511
  /**
38638
38512
  * Users service.
38639
38513
  * @module purecloud-platform-client-v2/api/UsersApi
38640
- * @version 97.0.0
38514
+ * @version 99.0.1
38641
38515
  */
38642
38516
 
38643
38517
  /**
@@ -39750,7 +39624,7 @@ class UsersApi {
39750
39624
 
39751
39625
  /**
39752
39626
  * Get a Development Activity
39753
- *
39627
+ * 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.
39754
39628
  * @param {String} activityId Specifies the activity ID, maps to either assignment or appointment ID
39755
39629
  * @param {Object} type Specifies the activity type.
39756
39630
  */
@@ -40850,7 +40724,7 @@ class UtilitiesApi {
40850
40724
  /**
40851
40725
  * Utilities service.
40852
40726
  * @module purecloud-platform-client-v2/api/UtilitiesApi
40853
- * @version 97.0.0
40727
+ * @version 99.0.1
40854
40728
  */
40855
40729
 
40856
40730
  /**
@@ -40961,7 +40835,7 @@ class VoicemailApi {
40961
40835
  /**
40962
40836
  * Voicemail service.
40963
40837
  * @module purecloud-platform-client-v2/api/VoicemailApi
40964
- * @version 97.0.0
40838
+ * @version 99.0.1
40965
40839
  */
40966
40840
 
40967
40841
  /**
@@ -41598,7 +41472,7 @@ class WebChatApi {
41598
41472
  /**
41599
41473
  * WebChat service.
41600
41474
  * @module purecloud-platform-client-v2/api/WebChatApi
41601
- * @version 97.0.0
41475
+ * @version 99.0.1
41602
41476
  */
41603
41477
 
41604
41478
  /**
@@ -42142,7 +42016,7 @@ class WidgetsApi {
42142
42016
  /**
42143
42017
  * Widgets service.
42144
42018
  * @module purecloud-platform-client-v2/api/WidgetsApi
42145
- * @version 97.0.0
42019
+ * @version 99.0.1
42146
42020
  */
42147
42021
 
42148
42022
  /**
@@ -42288,7 +42162,7 @@ class WorkforceManagementApi {
42288
42162
  /**
42289
42163
  * WorkforceManagement service.
42290
42164
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
42291
- * @version 97.0.0
42165
+ * @version 99.0.1
42292
42166
  */
42293
42167
 
42294
42168
  /**
@@ -44343,6 +44217,7 @@ class WorkforceManagementApi {
44343
44217
  * @param {String} workPlanId The ID of the work plan to update
44344
44218
  * @param {Object} opts Optional parameters
44345
44219
  * @param {Object} opts.body body
44220
+ * @param {Object} opts.validationMode Allows to update work plan even if validation result is invalid
44346
44221
  */
44347
44222
  patchWorkforcemanagementManagementunitWorkplan(managementUnitId, workPlanId, opts) {
44348
44223
  opts = opts || {};
@@ -44360,7 +44235,7 @@ class WorkforceManagementApi {
44360
44235
  '/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId}',
44361
44236
  'PATCH',
44362
44237
  { 'managementUnitId': managementUnitId,'workPlanId': workPlanId },
44363
- { },
44238
+ { 'validationMode': opts['validationMode'] },
44364
44239
  { },
44365
44240
  { },
44366
44241
  opts['body'],
@@ -45394,6 +45269,7 @@ class WorkforceManagementApi {
45394
45269
  * @param {String} managementUnitId The ID of the management unit, or &#39;mine&#39; for the management unit of the logged-in user.
45395
45270
  * @param {Object} opts Optional parameters
45396
45271
  * @param {Object} opts.body body
45272
+ * @param {Object} opts.validationMode Allows to create work plan even if the validation result is invalid
45397
45273
  */
45398
45274
  postWorkforcemanagementManagementunitWorkplans(managementUnitId, opts) {
45399
45275
  opts = opts || {};
@@ -45407,7 +45283,7 @@ class WorkforceManagementApi {
45407
45283
  '/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans',
45408
45284
  'POST',
45409
45285
  { 'managementUnitId': managementUnitId },
45410
- { },
45286
+ { 'validationMode': opts['validationMode'] },
45411
45287
  { },
45412
45288
  { },
45413
45289
  opts['body'],
@@ -45544,7 +45420,7 @@ class WorkforceManagementApi {
45544
45420
  * </pre>
45545
45421
  * </p>
45546
45422
  * @module purecloud-platform-client-v2/index
45547
- * @version 97.0.0
45423
+ * @version 99.0.1
45548
45424
  */
45549
45425
  class platformClient {
45550
45426
  constructor() {