purecloud-platform-client-v2 190.0.0 → 191.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 (85) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +313 -81
  3. package/dist/web-amd/purecloud-platform-client-v2.js +313 -81
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +293 -239
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +293 -239
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +410 -45
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +162 -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/CarrierServicesApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +21 -1
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -2
  42. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/RecordingApi.js +3 -2
  58. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +26 -1
  59. package/src/purecloud-platform-client-v2/api/RoutingApi.js +27 -1
  60. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UsageApi.js +4 -4
  76. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -402,7 +402,7 @@ class Configuration {
402
402
 
403
403
  /**
404
404
  * @module purecloud-platform-client-v2/ApiClient
405
- * @version 190.0.0
405
+ * @version 191.0.0
406
406
  */
407
407
  class ApiClient {
408
408
  /**
@@ -1821,7 +1821,7 @@ class AlertingApi {
1821
1821
  /**
1822
1822
  * Alerting service.
1823
1823
  * @module purecloud-platform-client-v2/api/AlertingApi
1824
- * @version 190.0.0
1824
+ * @version 191.0.0
1825
1825
  */
1826
1826
 
1827
1827
  /**
@@ -2482,7 +2482,7 @@ class AnalyticsApi {
2482
2482
  /**
2483
2483
  * Analytics service.
2484
2484
  * @module purecloud-platform-client-v2/api/AnalyticsApi
2485
- * @version 190.0.0
2485
+ * @version 191.0.0
2486
2486
  */
2487
2487
 
2488
2488
  /**
@@ -3232,6 +3232,59 @@ class AnalyticsApi {
3232
3232
  );
3233
3233
  }
3234
3234
 
3235
+ /**
3236
+ * Get dashboards summary for a user
3237
+ *
3238
+ * @param {String} userId User ID
3239
+ */
3240
+ getAnalyticsReportingDashboardsUser(userId) {
3241
+ // verify the required parameter 'userId' is set
3242
+ if (userId === undefined || userId === null) {
3243
+ throw 'Missing the required parameter "userId" when calling getAnalyticsReportingDashboardsUser';
3244
+ }
3245
+
3246
+ return this.apiClient.callApi(
3247
+ '/api/v2/analytics/reporting/dashboards/users/{userId}',
3248
+ 'GET',
3249
+ { 'userId': userId },
3250
+ { },
3251
+ { },
3252
+ { },
3253
+ null,
3254
+ ['PureCloud OAuth'],
3255
+ ['application/json'],
3256
+ ['application/json']
3257
+ );
3258
+ }
3259
+
3260
+ /**
3261
+ * Get dashboards summary for users in a org
3262
+ *
3263
+ * @param {Object} opts Optional parameters
3264
+ * @param {String} opts.sortBy (default to asc)
3265
+ * @param {Number} opts.pageNumber (default to 1)
3266
+ * @param {Number} opts.pageSize (default to 25)
3267
+ * @param {Array.<String>} opts.id A list of user IDs to fetch by bulk
3268
+ * @param {Object} opts.state Only list users of this state
3269
+ */
3270
+ getAnalyticsReportingDashboardsUsers(opts) {
3271
+ opts = opts || {};
3272
+
3273
+
3274
+ return this.apiClient.callApi(
3275
+ '/api/v2/analytics/reporting/dashboards/users',
3276
+ 'GET',
3277
+ { },
3278
+ { 'sortBy': opts['sortBy'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'state': opts['state'] },
3279
+ { },
3280
+ { },
3281
+ null,
3282
+ ['PureCloud OAuth'],
3283
+ ['application/json'],
3284
+ ['application/json']
3285
+ );
3286
+ }
3287
+
3235
3288
  /**
3236
3289
  * Get all view export requests for a user
3237
3290
  *
@@ -3507,6 +3560,39 @@ class AnalyticsApi {
3507
3560
  );
3508
3561
  }
3509
3562
 
3563
+ /**
3564
+ * Get list of dashboards for an user
3565
+ *
3566
+ * @param {String} userId User ID
3567
+ * @param {Object} opts Optional parameters
3568
+ * @param {String} opts.sortBy (default to asc)
3569
+ * @param {Number} opts.pageNumber (default to 1)
3570
+ * @param {Number} opts.pageSize (default to 50)
3571
+ * @param {Boolean} opts.publicOnly If true, retrieve only public dashboards
3572
+ * @param {Boolean} opts.favoriteOnly If true, retrieve only favorite dashboards
3573
+ */
3574
+ getAnalyticsReportingSettingsUserDashboards(userId, opts) {
3575
+ opts = opts || {};
3576
+
3577
+ // verify the required parameter 'userId' is set
3578
+ if (userId === undefined || userId === null) {
3579
+ throw 'Missing the required parameter "userId" when calling getAnalyticsReportingSettingsUserDashboards';
3580
+ }
3581
+
3582
+ return this.apiClient.callApi(
3583
+ '/api/v2/analytics/reporting/settings/users/{userId}/dashboards',
3584
+ 'GET',
3585
+ { 'userId': userId },
3586
+ { 'sortBy': opts['sortBy'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'publicOnly': opts['publicOnly'],'favoriteOnly': opts['favoriteOnly'] },
3587
+ { },
3588
+ { },
3589
+ null,
3590
+ ['PureCloud OAuth'],
3591
+ ['application/json'],
3592
+ ['application/json']
3593
+ );
3594
+ }
3595
+
3510
3596
  /**
3511
3597
  * Get a list of report time periods.
3512
3598
  *
@@ -4557,6 +4643,31 @@ class AnalyticsApi {
4557
4643
  );
4558
4644
  }
4559
4645
 
4646
+ /**
4647
+ * Bulk delete dashboards owned by other user(s)
4648
+ *
4649
+ * @param {Array.<String>} body List of userIds
4650
+ */
4651
+ postAnalyticsReportingDashboardsUsersBulkRemove(body) {
4652
+ // verify the required parameter 'body' is set
4653
+ if (body === undefined || body === null) {
4654
+ throw 'Missing the required parameter "body" when calling postAnalyticsReportingDashboardsUsersBulkRemove';
4655
+ }
4656
+
4657
+ return this.apiClient.callApi(
4658
+ '/api/v2/analytics/reporting/dashboards/users/bulk/remove',
4659
+ 'POST',
4660
+ { },
4661
+ { },
4662
+ { },
4663
+ { },
4664
+ body,
4665
+ ['PureCloud OAuth'],
4666
+ ['application/json'],
4667
+ ['application/json']
4668
+ );
4669
+ }
4670
+
4560
4671
  /**
4561
4672
  * Generate a view export request
4562
4673
  * This API creates a reporting export but the desired way to export analytics data is to use the analytics query APIs instead
@@ -4634,6 +4745,56 @@ class AnalyticsApi {
4634
4745
  );
4635
4746
  }
4636
4747
 
4748
+ /**
4749
+ * Bulk remove dashboard configurations
4750
+ *
4751
+ * @param {Object} body
4752
+ */
4753
+ postAnalyticsReportingSettingsDashboardsBulkRemove(body) {
4754
+ // verify the required parameter 'body' is set
4755
+ if (body === undefined || body === null) {
4756
+ throw 'Missing the required parameter "body" when calling postAnalyticsReportingSettingsDashboardsBulkRemove';
4757
+ }
4758
+
4759
+ return this.apiClient.callApi(
4760
+ '/api/v2/analytics/reporting/settings/dashboards/bulk/remove',
4761
+ 'POST',
4762
+ { },
4763
+ { },
4764
+ { },
4765
+ { },
4766
+ body,
4767
+ ['PureCloud OAuth'],
4768
+ ['application/json'],
4769
+ ['application/json']
4770
+ );
4771
+ }
4772
+
4773
+ /**
4774
+ * Query dashboard configurations
4775
+ *
4776
+ * @param {Object} body
4777
+ */
4778
+ postAnalyticsReportingSettingsDashboardsQuery(body) {
4779
+ // verify the required parameter 'body' is set
4780
+ if (body === undefined || body === null) {
4781
+ throw 'Missing the required parameter "body" when calling postAnalyticsReportingSettingsDashboardsQuery';
4782
+ }
4783
+
4784
+ return this.apiClient.callApi(
4785
+ '/api/v2/analytics/reporting/settings/dashboards/query',
4786
+ 'POST',
4787
+ { },
4788
+ { },
4789
+ { },
4790
+ { },
4791
+ body,
4792
+ ['PureCloud OAuth'],
4793
+ ['application/json'],
4794
+ ['application/json']
4795
+ );
4796
+ }
4797
+
4637
4798
  /**
4638
4799
  * Query for resolution aggregates asynchronously
4639
4800
  *
@@ -5095,7 +5256,7 @@ class ArchitectApi {
5095
5256
  /**
5096
5257
  * Architect service.
5097
5258
  * @module purecloud-platform-client-v2/api/ArchitectApi
5098
- * @version 190.0.0
5259
+ * @version 191.0.0
5099
5260
  */
5100
5261
 
5101
5262
  /**
@@ -9241,7 +9402,7 @@ class AuditApi {
9241
9402
  /**
9242
9403
  * Audit service.
9243
9404
  * @module purecloud-platform-client-v2/api/AuditApi
9244
- * @version 190.0.0
9405
+ * @version 191.0.0
9245
9406
  */
9246
9407
 
9247
9408
  /**
@@ -9412,7 +9573,7 @@ class AuthorizationApi {
9412
9573
  /**
9413
9574
  * Authorization service.
9414
9575
  * @module purecloud-platform-client-v2/api/AuthorizationApi
9415
- * @version 190.0.0
9576
+ * @version 191.0.0
9416
9577
  */
9417
9578
 
9418
9579
  /**
@@ -10642,7 +10803,7 @@ class BillingApi {
10642
10803
  /**
10643
10804
  * Billing service.
10644
10805
  * @module purecloud-platform-client-v2/api/BillingApi
10645
- * @version 190.0.0
10806
+ * @version 191.0.0
10646
10807
  */
10647
10808
 
10648
10809
  /**
@@ -10722,7 +10883,7 @@ class CarrierServicesApi {
10722
10883
  /**
10723
10884
  * CarrierServices service.
10724
10885
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
10725
- * @version 190.0.0
10886
+ * @version 191.0.0
10726
10887
  */
10727
10888
 
10728
10889
  /**
@@ -10792,7 +10953,7 @@ class ChatApi {
10792
10953
  /**
10793
10954
  * Chat service.
10794
10955
  * @module purecloud-platform-client-v2/api/ChatApi
10795
- * @version 190.0.0
10956
+ * @version 191.0.0
10796
10957
  */
10797
10958
 
10798
10959
  /**
@@ -11593,7 +11754,7 @@ class CoachingApi {
11593
11754
  /**
11594
11755
  * Coaching service.
11595
11756
  * @module purecloud-platform-client-v2/api/CoachingApi
11596
- * @version 190.0.0
11757
+ * @version 191.0.0
11597
11758
  */
11598
11759
 
11599
11760
  /**
@@ -12170,7 +12331,7 @@ class ContentManagementApi {
12170
12331
  /**
12171
12332
  * ContentManagement service.
12172
12333
  * @module purecloud-platform-client-v2/api/ContentManagementApi
12173
- * @version 190.0.0
12334
+ * @version 191.0.0
12174
12335
  */
12175
12336
 
12176
12337
  /**
@@ -13252,7 +13413,7 @@ class ConversationsApi {
13252
13413
  /**
13253
13414
  * Conversations service.
13254
13415
  * @module purecloud-platform-client-v2/api/ConversationsApi
13255
- * @version 190.0.0
13416
+ * @version 191.0.0
13256
13417
  */
13257
13418
 
13258
13419
  /**
@@ -15363,6 +15524,26 @@ class ConversationsApi {
15363
15524
  );
15364
15525
  }
15365
15526
 
15527
+ /**
15528
+ * Get a list of Facebook Permissions
15529
+ *
15530
+ */
15531
+ getConversationsMessagingFacebookPermissions() {
15532
+
15533
+ return this.apiClient.callApi(
15534
+ '/api/v2/conversations/messaging/facebook/permissions',
15535
+ 'GET',
15536
+ { },
15537
+ { },
15538
+ { },
15539
+ { },
15540
+ null,
15541
+ ['PureCloud OAuth'],
15542
+ ['application/json'],
15543
+ ['application/json']
15544
+ );
15545
+ }
15546
+
15366
15547
  /**
15367
15548
  * Get a list of Integrations
15368
15549
  *
@@ -20429,7 +20610,7 @@ class DataExtensionsApi {
20429
20610
  /**
20430
20611
  * DataExtensions service.
20431
20612
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
20432
- * @version 190.0.0
20613
+ * @version 191.0.0
20433
20614
  */
20434
20615
 
20435
20616
  /**
@@ -20515,7 +20696,7 @@ class DownloadsApi {
20515
20696
  /**
20516
20697
  * Downloads service.
20517
20698
  * @module purecloud-platform-client-v2/api/DownloadsApi
20518
- * @version 190.0.0
20699
+ * @version 191.0.0
20519
20700
  */
20520
20701
 
20521
20702
  /**
@@ -20567,7 +20748,7 @@ class EmailsApi {
20567
20748
  /**
20568
20749
  * Emails service.
20569
20750
  * @module purecloud-platform-client-v2/api/EmailsApi
20570
- * @version 190.0.0
20751
+ * @version 191.0.0
20571
20752
  */
20572
20753
 
20573
20754
  /**
@@ -20632,7 +20813,7 @@ class EventsApi {
20632
20813
  /**
20633
20814
  * Events service.
20634
20815
  * @module purecloud-platform-client-v2/api/EventsApi
20635
- * @version 190.0.0
20816
+ * @version 191.0.0
20636
20817
  */
20637
20818
 
20638
20819
  /**
@@ -20728,7 +20909,7 @@ class ExternalContactsApi {
20728
20909
  /**
20729
20910
  * ExternalContacts service.
20730
20911
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
20731
- * @version 190.0.0
20912
+ * @version 191.0.0
20732
20913
  */
20733
20914
 
20734
20915
  /**
@@ -22686,7 +22867,7 @@ class FaxApi {
22686
22867
  /**
22687
22868
  * Fax service.
22688
22869
  * @module purecloud-platform-client-v2/api/FaxApi
22689
- * @version 190.0.0
22870
+ * @version 191.0.0
22690
22871
  */
22691
22872
 
22692
22873
  /**
@@ -22857,7 +23038,7 @@ class FlowsApi {
22857
23038
  /**
22858
23039
  * Flows service.
22859
23040
  * @module purecloud-platform-client-v2/api/FlowsApi
22860
- * @version 190.0.0
23041
+ * @version 191.0.0
22861
23042
  */
22862
23043
 
22863
23044
  /**
@@ -23041,7 +23222,7 @@ class GamificationApi {
23041
23222
  /**
23042
23223
  * Gamification service.
23043
23224
  * @module purecloud-platform-client-v2/api/GamificationApi
23044
- * @version 190.0.0
23225
+ * @version 191.0.0
23045
23226
  */
23046
23227
 
23047
23228
  /**
@@ -25127,7 +25308,7 @@ class GeneralDataProtectionRegulationApi {
25127
25308
  /**
25128
25309
  * GeneralDataProtectionRegulation service.
25129
25310
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
25130
- * @version 190.0.0
25311
+ * @version 191.0.0
25131
25312
  */
25132
25313
 
25133
25314
  /**
@@ -25257,7 +25438,7 @@ class GeolocationApi {
25257
25438
  /**
25258
25439
  * Geolocation service.
25259
25440
  * @module purecloud-platform-client-v2/api/GeolocationApi
25260
- * @version 190.0.0
25441
+ * @version 191.0.0
25261
25442
  */
25262
25443
 
25263
25444
  /**
@@ -25388,7 +25569,7 @@ class GreetingsApi {
25388
25569
  /**
25389
25570
  * Greetings service.
25390
25571
  * @module purecloud-platform-client-v2/api/GreetingsApi
25391
- * @version 190.0.0
25572
+ * @version 191.0.0
25392
25573
  */
25393
25574
 
25394
25575
  /**
@@ -25843,7 +26024,7 @@ class GroupsApi {
25843
26024
  /**
25844
26025
  * Groups service.
25845
26026
  * @module purecloud-platform-client-v2/api/GroupsApi
25846
- * @version 190.0.0
26027
+ * @version 191.0.0
25847
26028
  */
25848
26029
 
25849
26030
  /**
@@ -26362,7 +26543,7 @@ class IdentityProviderApi {
26362
26543
  /**
26363
26544
  * IdentityProvider service.
26364
26545
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
26365
- * @version 190.0.0
26546
+ * @version 191.0.0
26366
26547
  */
26367
26548
 
26368
26549
  /**
@@ -27223,7 +27404,7 @@ class InfrastructureAsCodeApi {
27223
27404
  /**
27224
27405
  * InfrastructureAsCode service.
27225
27406
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
27226
- * @version 190.0.0
27407
+ * @version 191.0.0
27227
27408
  */
27228
27409
 
27229
27410
  /**
@@ -27390,7 +27571,7 @@ class IntegrationsApi {
27390
27571
  /**
27391
27572
  * Integrations service.
27392
27573
  * @module purecloud-platform-client-v2/api/IntegrationsApi
27393
- * @version 190.0.0
27574
+ * @version 191.0.0
27394
27575
  */
27395
27576
 
27396
27577
  /**
@@ -29741,7 +29922,7 @@ class JourneyApi {
29741
29922
  /**
29742
29923
  * Journey service.
29743
29924
  * @module purecloud-platform-client-v2/api/JourneyApi
29744
- * @version 190.0.0
29925
+ * @version 191.0.0
29745
29926
  */
29746
29927
 
29747
29928
  /**
@@ -31331,7 +31512,7 @@ class KnowledgeApi {
31331
31512
  /**
31332
31513
  * Knowledge service.
31333
31514
  * @module purecloud-platform-client-v2/api/KnowledgeApi
31334
- * @version 190.0.0
31515
+ * @version 191.0.0
31335
31516
  */
31336
31517
 
31337
31518
  /**
@@ -34574,7 +34755,7 @@ class LanguageUnderstandingApi {
34574
34755
  /**
34575
34756
  * LanguageUnderstanding service.
34576
34757
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
34577
- * @version 190.0.0
34758
+ * @version 191.0.0
34578
34759
  */
34579
34760
 
34580
34761
  /**
@@ -35587,7 +35768,7 @@ class LanguagesApi {
35587
35768
  /**
35588
35769
  * Languages service.
35589
35770
  * @module purecloud-platform-client-v2/api/LanguagesApi
35590
- * @version 190.0.0
35771
+ * @version 191.0.0
35591
35772
  */
35592
35773
 
35593
35774
  /**
@@ -35809,7 +35990,7 @@ class LearningApi {
35809
35990
  /**
35810
35991
  * Learning service.
35811
35992
  * @module purecloud-platform-client-v2/api/LearningApi
35812
- * @version 190.0.0
35993
+ * @version 191.0.0
35813
35994
  */
35814
35995
 
35815
35996
  /**
@@ -36253,7 +36434,6 @@ class LearningApi {
36253
36434
  * @param {String} moduleId Key identifier for the module
36254
36435
  * @param {String} userId Key identifier for the user
36255
36436
  * @param {Object} body The learning request for updating the assignment
36256
- * patchLearningModuleUserAssignments is a preview method and is subject to both breaking and non-breaking changes at any time without notice
36257
36437
  */
36258
36438
  patchLearningModuleUserAssignments(moduleId, userId, body) {
36259
36439
  // verify the required parameter 'moduleId' is set
@@ -36665,7 +36845,7 @@ class LicenseApi {
36665
36845
  /**
36666
36846
  * License service.
36667
36847
  * @module purecloud-platform-client-v2/api/LicenseApi
36668
- * @version 190.0.0
36848
+ * @version 191.0.0
36669
36849
  */
36670
36850
 
36671
36851
  /**
@@ -36903,7 +37083,7 @@ class LocationsApi {
36903
37083
  /**
36904
37084
  * Locations service.
36905
37085
  * @module purecloud-platform-client-v2/api/LocationsApi
36906
- * @version 190.0.0
37086
+ * @version 191.0.0
36907
37087
  */
36908
37088
 
36909
37089
  /**
@@ -37139,7 +37319,7 @@ class LogCaptureApi {
37139
37319
  /**
37140
37320
  * LogCapture service.
37141
37321
  * @module purecloud-platform-client-v2/api/LogCaptureApi
37142
- * @version 190.0.0
37322
+ * @version 191.0.0
37143
37323
  */
37144
37324
 
37145
37325
  /**
@@ -37339,7 +37519,7 @@ class MessagingApi {
37339
37519
  /**
37340
37520
  * Messaging service.
37341
37521
  * @module purecloud-platform-client-v2/api/MessagingApi
37342
- * @version 190.0.0
37522
+ * @version 191.0.0
37343
37523
  */
37344
37524
 
37345
37525
  /**
@@ -37698,7 +37878,7 @@ class MobileDevicesApi {
37698
37878
  /**
37699
37879
  * MobileDevices service.
37700
37880
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
37701
- * @version 190.0.0
37881
+ * @version 191.0.0
37702
37882
  */
37703
37883
 
37704
37884
  /**
@@ -37849,7 +38029,7 @@ class NotificationsApi {
37849
38029
  /**
37850
38030
  * Notifications service.
37851
38031
  * @module purecloud-platform-client-v2/api/NotificationsApi
37852
- * @version 190.0.0
38032
+ * @version 191.0.0
37853
38033
  */
37854
38034
 
37855
38035
  /**
@@ -38082,7 +38262,7 @@ class OAuthApi {
38082
38262
  /**
38083
38263
  * OAuth service.
38084
38264
  * @module purecloud-platform-client-v2/api/OAuthApi
38085
- * @version 190.0.0
38265
+ * @version 191.0.0
38086
38266
  */
38087
38267
 
38088
38268
  /**
@@ -38448,7 +38628,7 @@ class ObjectsApi {
38448
38628
  /**
38449
38629
  * Objects service.
38450
38630
  * @module purecloud-platform-client-v2/api/ObjectsApi
38451
- * @version 190.0.0
38631
+ * @version 191.0.0
38452
38632
  */
38453
38633
 
38454
38634
  /**
@@ -38718,7 +38898,7 @@ class OperationalEventsApi {
38718
38898
  /**
38719
38899
  * OperationalEvents service.
38720
38900
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
38721
- * @version 190.0.0
38901
+ * @version 191.0.0
38722
38902
  */
38723
38903
 
38724
38904
  /**
@@ -38784,7 +38964,7 @@ class OrganizationApi {
38784
38964
  /**
38785
38965
  * Organization service.
38786
38966
  * @module purecloud-platform-client-v2/api/OrganizationApi
38787
- * @version 190.0.0
38967
+ * @version 191.0.0
38788
38968
  */
38789
38969
 
38790
38970
  /**
@@ -39239,7 +39419,7 @@ class OrganizationAuthorizationApi {
39239
39419
  /**
39240
39420
  * OrganizationAuthorization service.
39241
39421
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
39242
- * @version 190.0.0
39422
+ * @version 191.0.0
39243
39423
  */
39244
39424
 
39245
39425
  /**
@@ -40586,7 +40766,7 @@ class OutboundApi {
40586
40766
  /**
40587
40767
  * Outbound service.
40588
40768
  * @module purecloud-platform-client-v2/api/OutboundApi
40589
- * @version 190.0.0
40769
+ * @version 191.0.0
40590
40770
  */
40591
40771
 
40592
40772
  /**
@@ -44827,7 +45007,7 @@ class PresenceApi {
44827
45007
  /**
44828
45008
  * Presence service.
44829
45009
  * @module purecloud-platform-client-v2/api/PresenceApi
44830
- * @version 190.0.0
45010
+ * @version 191.0.0
44831
45011
  */
44832
45012
 
44833
45013
  /**
@@ -45571,7 +45751,7 @@ class ProcessAutomationApi {
45571
45751
  /**
45572
45752
  * ProcessAutomation service.
45573
45753
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
45574
- * @version 190.0.0
45754
+ * @version 191.0.0
45575
45755
  */
45576
45756
 
45577
45757
  /**
@@ -45810,7 +45990,7 @@ class QualityApi {
45810
45990
  /**
45811
45991
  * Quality service.
45812
45992
  * @module purecloud-platform-client-v2/api/QualityApi
45813
- * @version 190.0.0
45993
+ * @version 191.0.0
45814
45994
  */
45815
45995
 
45816
45996
  /**
@@ -47567,7 +47747,7 @@ class RecordingApi {
47567
47747
  /**
47568
47748
  * Recording service.
47569
47749
  * @module purecloud-platform-client-v2/api/RecordingApi
47570
- * @version 190.0.0
47750
+ * @version 191.0.0
47571
47751
  */
47572
47752
 
47573
47753
  /**
@@ -48453,10 +48633,11 @@ class RecordingApi {
48453
48633
 
48454
48634
  /**
48455
48635
  * Retrieves a paged listing of screen recording sessions
48456
- *
48636
+ * Coming soon: This API is deprecated and will be replaced by /api/v2/recordings/screensessions/details
48457
48637
  * @param {Object} opts Optional parameters
48458
48638
  * @param {Number} opts.pageSize Page size (default to 25)
48459
48639
  * @param {Number} opts.pageNumber Page number (default to 1)
48640
+ * @deprecated
48460
48641
  */
48461
48642
  getRecordingsScreensessions(opts) {
48462
48643
  opts = opts || {};
@@ -49225,7 +49406,7 @@ class ResponseManagementApi {
49225
49406
  /**
49226
49407
  * ResponseManagement service.
49227
49408
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
49228
- * @version 190.0.0
49409
+ * @version 191.0.0
49229
49410
  */
49230
49411
 
49231
49412
  /**
@@ -49502,6 +49683,31 @@ class ResponseManagementApi {
49502
49683
  );
49503
49684
  }
49504
49685
 
49686
+ /**
49687
+ * Get response libraries.
49688
+ *
49689
+ * @param {Object} body LibraryIDs (max allowed 50)
49690
+ */
49691
+ postResponsemanagementLibrariesBulk(body) {
49692
+ // verify the required parameter 'body' is set
49693
+ if (body === undefined || body === null) {
49694
+ throw 'Missing the required parameter "body" when calling postResponsemanagementLibrariesBulk';
49695
+ }
49696
+
49697
+ return this.apiClient.callApi(
49698
+ '/api/v2/responsemanagement/libraries/bulk',
49699
+ 'POST',
49700
+ { },
49701
+ { },
49702
+ { },
49703
+ { },
49704
+ body,
49705
+ ['PureCloud OAuth'],
49706
+ ['application/json'],
49707
+ ['application/json']
49708
+ );
49709
+ }
49710
+
49505
49711
  /**
49506
49712
  * Search response assets
49507
49713
  *
@@ -49710,7 +49916,7 @@ class RoutingApi {
49710
49916
  /**
49711
49917
  * Routing service.
49712
49918
  * @module purecloud-platform-client-v2/api/RoutingApi
49713
- * @version 190.0.0
49919
+ * @version 191.0.0
49714
49920
  */
49715
49921
 
49716
49922
  /**
@@ -53115,6 +53321,32 @@ class RoutingApi {
53115
53321
  );
53116
53322
  }
53117
53323
 
53324
+ /**
53325
+ * Provision an alphanumeric number for SMS
53326
+ *
53327
+ * @param {Object} body SmsPhoneNumber
53328
+ * postRoutingSmsPhonenumbersAlphanumeric is a preview method and is subject to both breaking and non-breaking changes at any time without notice
53329
+ */
53330
+ postRoutingSmsPhonenumbersAlphanumeric(body) {
53331
+ // verify the required parameter 'body' is set
53332
+ if (body === undefined || body === null) {
53333
+ throw 'Missing the required parameter "body" when calling postRoutingSmsPhonenumbersAlphanumeric';
53334
+ }
53335
+
53336
+ return this.apiClient.callApi(
53337
+ '/api/v2/routing/sms/phonenumbers/alphanumeric',
53338
+ 'POST',
53339
+ { },
53340
+ { },
53341
+ { },
53342
+ { },
53343
+ body,
53344
+ ['PureCloud OAuth'],
53345
+ ['application/json'],
53346
+ ['application/json']
53347
+ );
53348
+ }
53349
+
53118
53350
  /**
53119
53351
  * Imports a phone number for SMS
53120
53352
  *
@@ -53664,7 +53896,7 @@ class SCIMApi {
53664
53896
  /**
53665
53897
  * SCIM service.
53666
53898
  * @module purecloud-platform-client-v2/api/SCIMApi
53667
- * @version 190.0.0
53899
+ * @version 191.0.0
53668
53900
  */
53669
53901
 
53670
53902
  /**
@@ -54541,7 +54773,7 @@ class ScreenRecordingApi {
54541
54773
  /**
54542
54774
  * ScreenRecording service.
54543
54775
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
54544
- * @version 190.0.0
54776
+ * @version 191.0.0
54545
54777
  */
54546
54778
 
54547
54779
  /**
@@ -54586,7 +54818,7 @@ class ScriptsApi {
54586
54818
  /**
54587
54819
  * Scripts service.
54588
54820
  * @module purecloud-platform-client-v2/api/ScriptsApi
54589
- * @version 190.0.0
54821
+ * @version 191.0.0
54590
54822
  */
54591
54823
 
54592
54824
  /**
@@ -55030,7 +55262,7 @@ class SearchApi {
55030
55262
  /**
55031
55263
  * Search service.
55032
55264
  * @module purecloud-platform-client-v2/api/SearchApi
55033
- * @version 190.0.0
55265
+ * @version 191.0.0
55034
55266
  */
55035
55267
 
55036
55268
  /**
@@ -55719,7 +55951,7 @@ class SettingsApi {
55719
55951
  /**
55720
55952
  * Settings service.
55721
55953
  * @module purecloud-platform-client-v2/api/SettingsApi
55722
- * @version 190.0.0
55954
+ * @version 191.0.0
55723
55955
  */
55724
55956
 
55725
55957
  /**
@@ -55831,7 +56063,7 @@ class SpeechTextAnalyticsApi {
55831
56063
  /**
55832
56064
  * SpeechTextAnalytics service.
55833
56065
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
55834
- * @version 190.0.0
56066
+ * @version 191.0.0
55835
56067
  */
55836
56068
 
55837
56069
  /**
@@ -56945,7 +57177,7 @@ class StationsApi {
56945
57177
  /**
56946
57178
  * Stations service.
56947
57179
  * @module purecloud-platform-client-v2/api/StationsApi
56948
- * @version 190.0.0
57180
+ * @version 191.0.0
56949
57181
  */
56950
57182
 
56951
57183
  /**
@@ -57047,7 +57279,7 @@ class SuggestApi {
57047
57279
  /**
57048
57280
  * Suggest service.
57049
57281
  * @module purecloud-platform-client-v2/api/SuggestApi
57050
- * @version 190.0.0
57282
+ * @version 191.0.0
57051
57283
  */
57052
57284
 
57053
57285
  /**
@@ -57186,7 +57418,7 @@ class TaskManagementApi {
57186
57418
  /**
57187
57419
  * TaskManagement service.
57188
57420
  * @module purecloud-platform-client-v2/api/TaskManagementApi
57189
- * @version 190.0.0
57421
+ * @version 191.0.0
57190
57422
  */
57191
57423
 
57192
57424
  /**
@@ -58493,7 +58725,7 @@ class TeamsApi {
58493
58725
  /**
58494
58726
  * Teams service.
58495
58727
  * @module purecloud-platform-client-v2/api/TeamsApi
58496
- * @version 190.0.0
58728
+ * @version 191.0.0
58497
58729
  */
58498
58730
 
58499
58731
  /**
@@ -58795,7 +59027,7 @@ class TelephonyApi {
58795
59027
  /**
58796
59028
  * Telephony service.
58797
59029
  * @module purecloud-platform-client-v2/api/TelephonyApi
58798
- * @version 190.0.0
59030
+ * @version 191.0.0
58799
59031
  */
58800
59032
 
58801
59033
  /**
@@ -58977,7 +59209,7 @@ class TelephonyProvidersEdgeApi {
58977
59209
  /**
58978
59210
  * TelephonyProvidersEdge service.
58979
59211
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
58980
- * @version 190.0.0
59212
+ * @version 191.0.0
58981
59213
  */
58982
59214
 
58983
59215
  /**
@@ -62326,7 +62558,7 @@ class TextbotsApi {
62326
62558
  /**
62327
62559
  * Textbots service.
62328
62560
  * @module purecloud-platform-client-v2/api/TextbotsApi
62329
- * @version 190.0.0
62561
+ * @version 191.0.0
62330
62562
  */
62331
62563
 
62332
62564
  /**
@@ -62454,7 +62686,7 @@ class TokensApi {
62454
62686
  /**
62455
62687
  * Tokens service.
62456
62688
  * @module purecloud-platform-client-v2/api/TokensApi
62457
- * @version 190.0.0
62689
+ * @version 191.0.0
62458
62690
  */
62459
62691
 
62460
62692
  /**
@@ -62608,7 +62840,7 @@ class UploadsApi {
62608
62840
  /**
62609
62841
  * Uploads service.
62610
62842
  * @module purecloud-platform-client-v2/api/UploadsApi
62611
- * @version 190.0.0
62843
+ * @version 191.0.0
62612
62844
  */
62613
62845
 
62614
62846
  /**
@@ -62877,7 +63109,7 @@ class UsageApi {
62877
63109
  /**
62878
63110
  * Usage service.
62879
63111
  * @module purecloud-platform-client-v2/api/UsageApi
62880
- * @version 190.0.0
63112
+ * @version 191.0.0
62881
63113
  */
62882
63114
 
62883
63115
  /**
@@ -62977,7 +63209,7 @@ class UsageApi {
62977
63209
  }
62978
63210
 
62979
63211
  /**
62980
- * Get the results of a usage search
63212
+ * Get the results of a usage search. Number of records to be returned is limited to 20,000 results.
62981
63213
  *
62982
63214
  * @param {String} executionId ID of the search execution
62983
63215
  */
@@ -63057,8 +63289,8 @@ class UsageApi {
63057
63289
  }
63058
63290
 
63059
63291
  /**
63060
- * Search organization API Usage -
63061
- * After calling this method, you will then need to poll for the query results based on the returned execution Id
63292
+ * Search organization API Usage
63293
+ * After calling this method, you will then need to poll for the query results based on the returned execution Id. The number of records is limited to 20,000 results
63062
63294
  * @param {Object} body SimpleSearch
63063
63295
  */
63064
63296
  postUsageSimplesearch(body) {
@@ -63087,7 +63319,7 @@ class UserRecordingsApi {
63087
63319
  /**
63088
63320
  * UserRecordings service.
63089
63321
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
63090
- * @version 190.0.0
63322
+ * @version 191.0.0
63091
63323
  */
63092
63324
 
63093
63325
  /**
@@ -63272,7 +63504,7 @@ class UsersApi {
63272
63504
  /**
63273
63505
  * Users service.
63274
63506
  * @module purecloud-platform-client-v2/api/UsersApi
63275
- * @version 190.0.0
63507
+ * @version 191.0.0
63276
63508
  */
63277
63509
 
63278
63510
  /**
@@ -65923,7 +66155,7 @@ class UtilitiesApi {
65923
66155
  /**
65924
66156
  * Utilities service.
65925
66157
  * @module purecloud-platform-client-v2/api/UtilitiesApi
65926
- * @version 190.0.0
66158
+ * @version 191.0.0
65927
66159
  */
65928
66160
 
65929
66161
  /**
@@ -66034,7 +66266,7 @@ class VoicemailApi {
66034
66266
  /**
66035
66267
  * Voicemail service.
66036
66268
  * @module purecloud-platform-client-v2/api/VoicemailApi
66037
- * @version 190.0.0
66269
+ * @version 191.0.0
66038
66270
  */
66039
66271
 
66040
66272
  /**
@@ -66701,7 +66933,7 @@ class WebChatApi {
66701
66933
  /**
66702
66934
  * WebChat service.
66703
66935
  * @module purecloud-platform-client-v2/api/WebChatApi
66704
- * @version 190.0.0
66936
+ * @version 191.0.0
66705
66937
  */
66706
66938
 
66707
66939
  /**
@@ -67250,7 +67482,7 @@ class WebDeploymentsApi {
67250
67482
  /**
67251
67483
  * WebDeployments service.
67252
67484
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
67253
- * @version 190.0.0
67485
+ * @version 191.0.0
67254
67486
  */
67255
67487
 
67256
67488
  /**
@@ -67777,7 +68009,7 @@ class WebMessagingApi {
67777
68009
  /**
67778
68010
  * WebMessaging service.
67779
68011
  * @module purecloud-platform-client-v2/api/WebMessagingApi
67780
- * @version 190.0.0
68012
+ * @version 191.0.0
67781
68013
  */
67782
68014
 
67783
68015
  /**
@@ -67823,7 +68055,7 @@ class WidgetsApi {
67823
68055
  /**
67824
68056
  * Widgets service.
67825
68057
  * @module purecloud-platform-client-v2/api/WidgetsApi
67826
- * @version 190.0.0
68058
+ * @version 191.0.0
67827
68059
  */
67828
68060
 
67829
68061
  /**
@@ -67969,7 +68201,7 @@ class WorkforceManagementApi {
67969
68201
  /**
67970
68202
  * WorkforceManagement service.
67971
68203
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
67972
- * @version 190.0.0
68204
+ * @version 191.0.0
67973
68205
  */
67974
68206
 
67975
68207
  /**
@@ -73880,7 +74112,7 @@ class WorkforceManagementApi {
73880
74112
  * </pre>
73881
74113
  * </p>
73882
74114
  * @module purecloud-platform-client-v2/index
73883
- * @version 190.0.0
74115
+ * @version 191.0.0
73884
74116
  */
73885
74117
  class platformClient {
73886
74118
  constructor() {