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
@@ -399,7 +399,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
399
399
 
400
400
  /**
401
401
  * @module purecloud-platform-client-v2/ApiClient
402
- * @version 190.0.0
402
+ * @version 191.0.0
403
403
  */
404
404
  class ApiClient {
405
405
  /**
@@ -1818,7 +1818,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1818
1818
  /**
1819
1819
  * Alerting service.
1820
1820
  * @module purecloud-platform-client-v2/api/AlertingApi
1821
- * @version 190.0.0
1821
+ * @version 191.0.0
1822
1822
  */
1823
1823
 
1824
1824
  /**
@@ -2479,7 +2479,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2479
2479
  /**
2480
2480
  * Analytics service.
2481
2481
  * @module purecloud-platform-client-v2/api/AnalyticsApi
2482
- * @version 190.0.0
2482
+ * @version 191.0.0
2483
2483
  */
2484
2484
 
2485
2485
  /**
@@ -3229,6 +3229,59 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3229
3229
  );
3230
3230
  }
3231
3231
 
3232
+ /**
3233
+ * Get dashboards summary for a user
3234
+ *
3235
+ * @param {String} userId User ID
3236
+ */
3237
+ getAnalyticsReportingDashboardsUser(userId) {
3238
+ // verify the required parameter 'userId' is set
3239
+ if (userId === undefined || userId === null) {
3240
+ throw 'Missing the required parameter "userId" when calling getAnalyticsReportingDashboardsUser';
3241
+ }
3242
+
3243
+ return this.apiClient.callApi(
3244
+ '/api/v2/analytics/reporting/dashboards/users/{userId}',
3245
+ 'GET',
3246
+ { 'userId': userId },
3247
+ { },
3248
+ { },
3249
+ { },
3250
+ null,
3251
+ ['PureCloud OAuth'],
3252
+ ['application/json'],
3253
+ ['application/json']
3254
+ );
3255
+ }
3256
+
3257
+ /**
3258
+ * Get dashboards summary for users in a org
3259
+ *
3260
+ * @param {Object} opts Optional parameters
3261
+ * @param {String} opts.sortBy (default to asc)
3262
+ * @param {Number} opts.pageNumber (default to 1)
3263
+ * @param {Number} opts.pageSize (default to 25)
3264
+ * @param {Array.<String>} opts.id A list of user IDs to fetch by bulk
3265
+ * @param {Object} opts.state Only list users of this state
3266
+ */
3267
+ getAnalyticsReportingDashboardsUsers(opts) {
3268
+ opts = opts || {};
3269
+
3270
+
3271
+ return this.apiClient.callApi(
3272
+ '/api/v2/analytics/reporting/dashboards/users',
3273
+ 'GET',
3274
+ { },
3275
+ { 'sortBy': opts['sortBy'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'state': opts['state'] },
3276
+ { },
3277
+ { },
3278
+ null,
3279
+ ['PureCloud OAuth'],
3280
+ ['application/json'],
3281
+ ['application/json']
3282
+ );
3283
+ }
3284
+
3232
3285
  /**
3233
3286
  * Get all view export requests for a user
3234
3287
  *
@@ -3504,6 +3557,39 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3504
3557
  );
3505
3558
  }
3506
3559
 
3560
+ /**
3561
+ * Get list of dashboards for an user
3562
+ *
3563
+ * @param {String} userId User ID
3564
+ * @param {Object} opts Optional parameters
3565
+ * @param {String} opts.sortBy (default to asc)
3566
+ * @param {Number} opts.pageNumber (default to 1)
3567
+ * @param {Number} opts.pageSize (default to 50)
3568
+ * @param {Boolean} opts.publicOnly If true, retrieve only public dashboards
3569
+ * @param {Boolean} opts.favoriteOnly If true, retrieve only favorite dashboards
3570
+ */
3571
+ getAnalyticsReportingSettingsUserDashboards(userId, opts) {
3572
+ opts = opts || {};
3573
+
3574
+ // verify the required parameter 'userId' is set
3575
+ if (userId === undefined || userId === null) {
3576
+ throw 'Missing the required parameter "userId" when calling getAnalyticsReportingSettingsUserDashboards';
3577
+ }
3578
+
3579
+ return this.apiClient.callApi(
3580
+ '/api/v2/analytics/reporting/settings/users/{userId}/dashboards',
3581
+ 'GET',
3582
+ { 'userId': userId },
3583
+ { 'sortBy': opts['sortBy'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'publicOnly': opts['publicOnly'],'favoriteOnly': opts['favoriteOnly'] },
3584
+ { },
3585
+ { },
3586
+ null,
3587
+ ['PureCloud OAuth'],
3588
+ ['application/json'],
3589
+ ['application/json']
3590
+ );
3591
+ }
3592
+
3507
3593
  /**
3508
3594
  * Get a list of report time periods.
3509
3595
  *
@@ -4554,6 +4640,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4554
4640
  );
4555
4641
  }
4556
4642
 
4643
+ /**
4644
+ * Bulk delete dashboards owned by other user(s)
4645
+ *
4646
+ * @param {Array.<String>} body List of userIds
4647
+ */
4648
+ postAnalyticsReportingDashboardsUsersBulkRemove(body) {
4649
+ // verify the required parameter 'body' is set
4650
+ if (body === undefined || body === null) {
4651
+ throw 'Missing the required parameter "body" when calling postAnalyticsReportingDashboardsUsersBulkRemove';
4652
+ }
4653
+
4654
+ return this.apiClient.callApi(
4655
+ '/api/v2/analytics/reporting/dashboards/users/bulk/remove',
4656
+ 'POST',
4657
+ { },
4658
+ { },
4659
+ { },
4660
+ { },
4661
+ body,
4662
+ ['PureCloud OAuth'],
4663
+ ['application/json'],
4664
+ ['application/json']
4665
+ );
4666
+ }
4667
+
4557
4668
  /**
4558
4669
  * Generate a view export request
4559
4670
  * This API creates a reporting export but the desired way to export analytics data is to use the analytics query APIs instead
@@ -4631,6 +4742,56 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4631
4742
  );
4632
4743
  }
4633
4744
 
4745
+ /**
4746
+ * Bulk remove dashboard configurations
4747
+ *
4748
+ * @param {Object} body
4749
+ */
4750
+ postAnalyticsReportingSettingsDashboardsBulkRemove(body) {
4751
+ // verify the required parameter 'body' is set
4752
+ if (body === undefined || body === null) {
4753
+ throw 'Missing the required parameter "body" when calling postAnalyticsReportingSettingsDashboardsBulkRemove';
4754
+ }
4755
+
4756
+ return this.apiClient.callApi(
4757
+ '/api/v2/analytics/reporting/settings/dashboards/bulk/remove',
4758
+ 'POST',
4759
+ { },
4760
+ { },
4761
+ { },
4762
+ { },
4763
+ body,
4764
+ ['PureCloud OAuth'],
4765
+ ['application/json'],
4766
+ ['application/json']
4767
+ );
4768
+ }
4769
+
4770
+ /**
4771
+ * Query dashboard configurations
4772
+ *
4773
+ * @param {Object} body
4774
+ */
4775
+ postAnalyticsReportingSettingsDashboardsQuery(body) {
4776
+ // verify the required parameter 'body' is set
4777
+ if (body === undefined || body === null) {
4778
+ throw 'Missing the required parameter "body" when calling postAnalyticsReportingSettingsDashboardsQuery';
4779
+ }
4780
+
4781
+ return this.apiClient.callApi(
4782
+ '/api/v2/analytics/reporting/settings/dashboards/query',
4783
+ 'POST',
4784
+ { },
4785
+ { },
4786
+ { },
4787
+ { },
4788
+ body,
4789
+ ['PureCloud OAuth'],
4790
+ ['application/json'],
4791
+ ['application/json']
4792
+ );
4793
+ }
4794
+
4634
4795
  /**
4635
4796
  * Query for resolution aggregates asynchronously
4636
4797
  *
@@ -5092,7 +5253,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5092
5253
  /**
5093
5254
  * Architect service.
5094
5255
  * @module purecloud-platform-client-v2/api/ArchitectApi
5095
- * @version 190.0.0
5256
+ * @version 191.0.0
5096
5257
  */
5097
5258
 
5098
5259
  /**
@@ -9238,7 +9399,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9238
9399
  /**
9239
9400
  * Audit service.
9240
9401
  * @module purecloud-platform-client-v2/api/AuditApi
9241
- * @version 190.0.0
9402
+ * @version 191.0.0
9242
9403
  */
9243
9404
 
9244
9405
  /**
@@ -9409,7 +9570,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9409
9570
  /**
9410
9571
  * Authorization service.
9411
9572
  * @module purecloud-platform-client-v2/api/AuthorizationApi
9412
- * @version 190.0.0
9573
+ * @version 191.0.0
9413
9574
  */
9414
9575
 
9415
9576
  /**
@@ -10639,7 +10800,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10639
10800
  /**
10640
10801
  * Billing service.
10641
10802
  * @module purecloud-platform-client-v2/api/BillingApi
10642
- * @version 190.0.0
10803
+ * @version 191.0.0
10643
10804
  */
10644
10805
 
10645
10806
  /**
@@ -10719,7 +10880,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10719
10880
  /**
10720
10881
  * CarrierServices service.
10721
10882
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
10722
- * @version 190.0.0
10883
+ * @version 191.0.0
10723
10884
  */
10724
10885
 
10725
10886
  /**
@@ -10789,7 +10950,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10789
10950
  /**
10790
10951
  * Chat service.
10791
10952
  * @module purecloud-platform-client-v2/api/ChatApi
10792
- * @version 190.0.0
10953
+ * @version 191.0.0
10793
10954
  */
10794
10955
 
10795
10956
  /**
@@ -11590,7 +11751,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11590
11751
  /**
11591
11752
  * Coaching service.
11592
11753
  * @module purecloud-platform-client-v2/api/CoachingApi
11593
- * @version 190.0.0
11754
+ * @version 191.0.0
11594
11755
  */
11595
11756
 
11596
11757
  /**
@@ -12167,7 +12328,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12167
12328
  /**
12168
12329
  * ContentManagement service.
12169
12330
  * @module purecloud-platform-client-v2/api/ContentManagementApi
12170
- * @version 190.0.0
12331
+ * @version 191.0.0
12171
12332
  */
12172
12333
 
12173
12334
  /**
@@ -13249,7 +13410,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13249
13410
  /**
13250
13411
  * Conversations service.
13251
13412
  * @module purecloud-platform-client-v2/api/ConversationsApi
13252
- * @version 190.0.0
13413
+ * @version 191.0.0
13253
13414
  */
13254
13415
 
13255
13416
  /**
@@ -15360,6 +15521,26 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15360
15521
  );
15361
15522
  }
15362
15523
 
15524
+ /**
15525
+ * Get a list of Facebook Permissions
15526
+ *
15527
+ */
15528
+ getConversationsMessagingFacebookPermissions() {
15529
+
15530
+ return this.apiClient.callApi(
15531
+ '/api/v2/conversations/messaging/facebook/permissions',
15532
+ 'GET',
15533
+ { },
15534
+ { },
15535
+ { },
15536
+ { },
15537
+ null,
15538
+ ['PureCloud OAuth'],
15539
+ ['application/json'],
15540
+ ['application/json']
15541
+ );
15542
+ }
15543
+
15363
15544
  /**
15364
15545
  * Get a list of Integrations
15365
15546
  *
@@ -20426,7 +20607,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20426
20607
  /**
20427
20608
  * DataExtensions service.
20428
20609
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
20429
- * @version 190.0.0
20610
+ * @version 191.0.0
20430
20611
  */
20431
20612
 
20432
20613
  /**
@@ -20512,7 +20693,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20512
20693
  /**
20513
20694
  * Downloads service.
20514
20695
  * @module purecloud-platform-client-v2/api/DownloadsApi
20515
- * @version 190.0.0
20696
+ * @version 191.0.0
20516
20697
  */
20517
20698
 
20518
20699
  /**
@@ -20564,7 +20745,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20564
20745
  /**
20565
20746
  * Emails service.
20566
20747
  * @module purecloud-platform-client-v2/api/EmailsApi
20567
- * @version 190.0.0
20748
+ * @version 191.0.0
20568
20749
  */
20569
20750
 
20570
20751
  /**
@@ -20629,7 +20810,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20629
20810
  /**
20630
20811
  * Events service.
20631
20812
  * @module purecloud-platform-client-v2/api/EventsApi
20632
- * @version 190.0.0
20813
+ * @version 191.0.0
20633
20814
  */
20634
20815
 
20635
20816
  /**
@@ -20725,7 +20906,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20725
20906
  /**
20726
20907
  * ExternalContacts service.
20727
20908
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
20728
- * @version 190.0.0
20909
+ * @version 191.0.0
20729
20910
  */
20730
20911
 
20731
20912
  /**
@@ -22683,7 +22864,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22683
22864
  /**
22684
22865
  * Fax service.
22685
22866
  * @module purecloud-platform-client-v2/api/FaxApi
22686
- * @version 190.0.0
22867
+ * @version 191.0.0
22687
22868
  */
22688
22869
 
22689
22870
  /**
@@ -22854,7 +23035,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22854
23035
  /**
22855
23036
  * Flows service.
22856
23037
  * @module purecloud-platform-client-v2/api/FlowsApi
22857
- * @version 190.0.0
23038
+ * @version 191.0.0
22858
23039
  */
22859
23040
 
22860
23041
  /**
@@ -23038,7 +23219,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23038
23219
  /**
23039
23220
  * Gamification service.
23040
23221
  * @module purecloud-platform-client-v2/api/GamificationApi
23041
- * @version 190.0.0
23222
+ * @version 191.0.0
23042
23223
  */
23043
23224
 
23044
23225
  /**
@@ -25124,7 +25305,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25124
25305
  /**
25125
25306
  * GeneralDataProtectionRegulation service.
25126
25307
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
25127
- * @version 190.0.0
25308
+ * @version 191.0.0
25128
25309
  */
25129
25310
 
25130
25311
  /**
@@ -25254,7 +25435,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25254
25435
  /**
25255
25436
  * Geolocation service.
25256
25437
  * @module purecloud-platform-client-v2/api/GeolocationApi
25257
- * @version 190.0.0
25438
+ * @version 191.0.0
25258
25439
  */
25259
25440
 
25260
25441
  /**
@@ -25385,7 +25566,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25385
25566
  /**
25386
25567
  * Greetings service.
25387
25568
  * @module purecloud-platform-client-v2/api/GreetingsApi
25388
- * @version 190.0.0
25569
+ * @version 191.0.0
25389
25570
  */
25390
25571
 
25391
25572
  /**
@@ -25840,7 +26021,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25840
26021
  /**
25841
26022
  * Groups service.
25842
26023
  * @module purecloud-platform-client-v2/api/GroupsApi
25843
- * @version 190.0.0
26024
+ * @version 191.0.0
25844
26025
  */
25845
26026
 
25846
26027
  /**
@@ -26359,7 +26540,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26359
26540
  /**
26360
26541
  * IdentityProvider service.
26361
26542
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
26362
- * @version 190.0.0
26543
+ * @version 191.0.0
26363
26544
  */
26364
26545
 
26365
26546
  /**
@@ -27220,7 +27401,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27220
27401
  /**
27221
27402
  * InfrastructureAsCode service.
27222
27403
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
27223
- * @version 190.0.0
27404
+ * @version 191.0.0
27224
27405
  */
27225
27406
 
27226
27407
  /**
@@ -27387,7 +27568,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27387
27568
  /**
27388
27569
  * Integrations service.
27389
27570
  * @module purecloud-platform-client-v2/api/IntegrationsApi
27390
- * @version 190.0.0
27571
+ * @version 191.0.0
27391
27572
  */
27392
27573
 
27393
27574
  /**
@@ -29738,7 +29919,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29738
29919
  /**
29739
29920
  * Journey service.
29740
29921
  * @module purecloud-platform-client-v2/api/JourneyApi
29741
- * @version 190.0.0
29922
+ * @version 191.0.0
29742
29923
  */
29743
29924
 
29744
29925
  /**
@@ -31328,7 +31509,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31328
31509
  /**
31329
31510
  * Knowledge service.
31330
31511
  * @module purecloud-platform-client-v2/api/KnowledgeApi
31331
- * @version 190.0.0
31512
+ * @version 191.0.0
31332
31513
  */
31333
31514
 
31334
31515
  /**
@@ -34571,7 +34752,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34571
34752
  /**
34572
34753
  * LanguageUnderstanding service.
34573
34754
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
34574
- * @version 190.0.0
34755
+ * @version 191.0.0
34575
34756
  */
34576
34757
 
34577
34758
  /**
@@ -35584,7 +35765,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35584
35765
  /**
35585
35766
  * Languages service.
35586
35767
  * @module purecloud-platform-client-v2/api/LanguagesApi
35587
- * @version 190.0.0
35768
+ * @version 191.0.0
35588
35769
  */
35589
35770
 
35590
35771
  /**
@@ -35806,7 +35987,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35806
35987
  /**
35807
35988
  * Learning service.
35808
35989
  * @module purecloud-platform-client-v2/api/LearningApi
35809
- * @version 190.0.0
35990
+ * @version 191.0.0
35810
35991
  */
35811
35992
 
35812
35993
  /**
@@ -36250,7 +36431,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36250
36431
  * @param {String} moduleId Key identifier for the module
36251
36432
  * @param {String} userId Key identifier for the user
36252
36433
  * @param {Object} body The learning request for updating the assignment
36253
- * patchLearningModuleUserAssignments is a preview method and is subject to both breaking and non-breaking changes at any time without notice
36254
36434
  */
36255
36435
  patchLearningModuleUserAssignments(moduleId, userId, body) {
36256
36436
  // verify the required parameter 'moduleId' is set
@@ -36662,7 +36842,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36662
36842
  /**
36663
36843
  * License service.
36664
36844
  * @module purecloud-platform-client-v2/api/LicenseApi
36665
- * @version 190.0.0
36845
+ * @version 191.0.0
36666
36846
  */
36667
36847
 
36668
36848
  /**
@@ -36900,7 +37080,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36900
37080
  /**
36901
37081
  * Locations service.
36902
37082
  * @module purecloud-platform-client-v2/api/LocationsApi
36903
- * @version 190.0.0
37083
+ * @version 191.0.0
36904
37084
  */
36905
37085
 
36906
37086
  /**
@@ -37136,7 +37316,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37136
37316
  /**
37137
37317
  * LogCapture service.
37138
37318
  * @module purecloud-platform-client-v2/api/LogCaptureApi
37139
- * @version 190.0.0
37319
+ * @version 191.0.0
37140
37320
  */
37141
37321
 
37142
37322
  /**
@@ -37336,7 +37516,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37336
37516
  /**
37337
37517
  * Messaging service.
37338
37518
  * @module purecloud-platform-client-v2/api/MessagingApi
37339
- * @version 190.0.0
37519
+ * @version 191.0.0
37340
37520
  */
37341
37521
 
37342
37522
  /**
@@ -37695,7 +37875,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37695
37875
  /**
37696
37876
  * MobileDevices service.
37697
37877
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
37698
- * @version 190.0.0
37878
+ * @version 191.0.0
37699
37879
  */
37700
37880
 
37701
37881
  /**
@@ -37846,7 +38026,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37846
38026
  /**
37847
38027
  * Notifications service.
37848
38028
  * @module purecloud-platform-client-v2/api/NotificationsApi
37849
- * @version 190.0.0
38029
+ * @version 191.0.0
37850
38030
  */
37851
38031
 
37852
38032
  /**
@@ -38079,7 +38259,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38079
38259
  /**
38080
38260
  * OAuth service.
38081
38261
  * @module purecloud-platform-client-v2/api/OAuthApi
38082
- * @version 190.0.0
38262
+ * @version 191.0.0
38083
38263
  */
38084
38264
 
38085
38265
  /**
@@ -38445,7 +38625,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38445
38625
  /**
38446
38626
  * Objects service.
38447
38627
  * @module purecloud-platform-client-v2/api/ObjectsApi
38448
- * @version 190.0.0
38628
+ * @version 191.0.0
38449
38629
  */
38450
38630
 
38451
38631
  /**
@@ -38715,7 +38895,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38715
38895
  /**
38716
38896
  * OperationalEvents service.
38717
38897
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
38718
- * @version 190.0.0
38898
+ * @version 191.0.0
38719
38899
  */
38720
38900
 
38721
38901
  /**
@@ -38781,7 +38961,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38781
38961
  /**
38782
38962
  * Organization service.
38783
38963
  * @module purecloud-platform-client-v2/api/OrganizationApi
38784
- * @version 190.0.0
38964
+ * @version 191.0.0
38785
38965
  */
38786
38966
 
38787
38967
  /**
@@ -39236,7 +39416,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39236
39416
  /**
39237
39417
  * OrganizationAuthorization service.
39238
39418
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
39239
- * @version 190.0.0
39419
+ * @version 191.0.0
39240
39420
  */
39241
39421
 
39242
39422
  /**
@@ -40583,7 +40763,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40583
40763
  /**
40584
40764
  * Outbound service.
40585
40765
  * @module purecloud-platform-client-v2/api/OutboundApi
40586
- * @version 190.0.0
40766
+ * @version 191.0.0
40587
40767
  */
40588
40768
 
40589
40769
  /**
@@ -44824,7 +45004,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44824
45004
  /**
44825
45005
  * Presence service.
44826
45006
  * @module purecloud-platform-client-v2/api/PresenceApi
44827
- * @version 190.0.0
45007
+ * @version 191.0.0
44828
45008
  */
44829
45009
 
44830
45010
  /**
@@ -45568,7 +45748,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45568
45748
  /**
45569
45749
  * ProcessAutomation service.
45570
45750
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
45571
- * @version 190.0.0
45751
+ * @version 191.0.0
45572
45752
  */
45573
45753
 
45574
45754
  /**
@@ -45807,7 +45987,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45807
45987
  /**
45808
45988
  * Quality service.
45809
45989
  * @module purecloud-platform-client-v2/api/QualityApi
45810
- * @version 190.0.0
45990
+ * @version 191.0.0
45811
45991
  */
45812
45992
 
45813
45993
  /**
@@ -47564,7 +47744,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47564
47744
  /**
47565
47745
  * Recording service.
47566
47746
  * @module purecloud-platform-client-v2/api/RecordingApi
47567
- * @version 190.0.0
47747
+ * @version 191.0.0
47568
47748
  */
47569
47749
 
47570
47750
  /**
@@ -48450,10 +48630,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48450
48630
 
48451
48631
  /**
48452
48632
  * Retrieves a paged listing of screen recording sessions
48453
- *
48633
+ * Coming soon: This API is deprecated and will be replaced by /api/v2/recordings/screensessions/details
48454
48634
  * @param {Object} opts Optional parameters
48455
48635
  * @param {Number} opts.pageSize Page size (default to 25)
48456
48636
  * @param {Number} opts.pageNumber Page number (default to 1)
48637
+ * @deprecated
48457
48638
  */
48458
48639
  getRecordingsScreensessions(opts) {
48459
48640
  opts = opts || {};
@@ -49222,7 +49403,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49222
49403
  /**
49223
49404
  * ResponseManagement service.
49224
49405
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
49225
- * @version 190.0.0
49406
+ * @version 191.0.0
49226
49407
  */
49227
49408
 
49228
49409
  /**
@@ -49499,6 +49680,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49499
49680
  );
49500
49681
  }
49501
49682
 
49683
+ /**
49684
+ * Get response libraries.
49685
+ *
49686
+ * @param {Object} body LibraryIDs (max allowed 50)
49687
+ */
49688
+ postResponsemanagementLibrariesBulk(body) {
49689
+ // verify the required parameter 'body' is set
49690
+ if (body === undefined || body === null) {
49691
+ throw 'Missing the required parameter "body" when calling postResponsemanagementLibrariesBulk';
49692
+ }
49693
+
49694
+ return this.apiClient.callApi(
49695
+ '/api/v2/responsemanagement/libraries/bulk',
49696
+ 'POST',
49697
+ { },
49698
+ { },
49699
+ { },
49700
+ { },
49701
+ body,
49702
+ ['PureCloud OAuth'],
49703
+ ['application/json'],
49704
+ ['application/json']
49705
+ );
49706
+ }
49707
+
49502
49708
  /**
49503
49709
  * Search response assets
49504
49710
  *
@@ -49707,7 +49913,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49707
49913
  /**
49708
49914
  * Routing service.
49709
49915
  * @module purecloud-platform-client-v2/api/RoutingApi
49710
- * @version 190.0.0
49916
+ * @version 191.0.0
49711
49917
  */
49712
49918
 
49713
49919
  /**
@@ -53112,6 +53318,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53112
53318
  );
53113
53319
  }
53114
53320
 
53321
+ /**
53322
+ * Provision an alphanumeric number for SMS
53323
+ *
53324
+ * @param {Object} body SmsPhoneNumber
53325
+ * postRoutingSmsPhonenumbersAlphanumeric is a preview method and is subject to both breaking and non-breaking changes at any time without notice
53326
+ */
53327
+ postRoutingSmsPhonenumbersAlphanumeric(body) {
53328
+ // verify the required parameter 'body' is set
53329
+ if (body === undefined || body === null) {
53330
+ throw 'Missing the required parameter "body" when calling postRoutingSmsPhonenumbersAlphanumeric';
53331
+ }
53332
+
53333
+ return this.apiClient.callApi(
53334
+ '/api/v2/routing/sms/phonenumbers/alphanumeric',
53335
+ 'POST',
53336
+ { },
53337
+ { },
53338
+ { },
53339
+ { },
53340
+ body,
53341
+ ['PureCloud OAuth'],
53342
+ ['application/json'],
53343
+ ['application/json']
53344
+ );
53345
+ }
53346
+
53115
53347
  /**
53116
53348
  * Imports a phone number for SMS
53117
53349
  *
@@ -53661,7 +53893,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53661
53893
  /**
53662
53894
  * SCIM service.
53663
53895
  * @module purecloud-platform-client-v2/api/SCIMApi
53664
- * @version 190.0.0
53896
+ * @version 191.0.0
53665
53897
  */
53666
53898
 
53667
53899
  /**
@@ -54538,7 +54770,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54538
54770
  /**
54539
54771
  * ScreenRecording service.
54540
54772
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
54541
- * @version 190.0.0
54773
+ * @version 191.0.0
54542
54774
  */
54543
54775
 
54544
54776
  /**
@@ -54583,7 +54815,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54583
54815
  /**
54584
54816
  * Scripts service.
54585
54817
  * @module purecloud-platform-client-v2/api/ScriptsApi
54586
- * @version 190.0.0
54818
+ * @version 191.0.0
54587
54819
  */
54588
54820
 
54589
54821
  /**
@@ -55027,7 +55259,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55027
55259
  /**
55028
55260
  * Search service.
55029
55261
  * @module purecloud-platform-client-v2/api/SearchApi
55030
- * @version 190.0.0
55262
+ * @version 191.0.0
55031
55263
  */
55032
55264
 
55033
55265
  /**
@@ -55716,7 +55948,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55716
55948
  /**
55717
55949
  * Settings service.
55718
55950
  * @module purecloud-platform-client-v2/api/SettingsApi
55719
- * @version 190.0.0
55951
+ * @version 191.0.0
55720
55952
  */
55721
55953
 
55722
55954
  /**
@@ -55828,7 +56060,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55828
56060
  /**
55829
56061
  * SpeechTextAnalytics service.
55830
56062
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
55831
- * @version 190.0.0
56063
+ * @version 191.0.0
55832
56064
  */
55833
56065
 
55834
56066
  /**
@@ -56942,7 +57174,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56942
57174
  /**
56943
57175
  * Stations service.
56944
57176
  * @module purecloud-platform-client-v2/api/StationsApi
56945
- * @version 190.0.0
57177
+ * @version 191.0.0
56946
57178
  */
56947
57179
 
56948
57180
  /**
@@ -57044,7 +57276,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57044
57276
  /**
57045
57277
  * Suggest service.
57046
57278
  * @module purecloud-platform-client-v2/api/SuggestApi
57047
- * @version 190.0.0
57279
+ * @version 191.0.0
57048
57280
  */
57049
57281
 
57050
57282
  /**
@@ -57183,7 +57415,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57183
57415
  /**
57184
57416
  * TaskManagement service.
57185
57417
  * @module purecloud-platform-client-v2/api/TaskManagementApi
57186
- * @version 190.0.0
57418
+ * @version 191.0.0
57187
57419
  */
57188
57420
 
57189
57421
  /**
@@ -58490,7 +58722,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58490
58722
  /**
58491
58723
  * Teams service.
58492
58724
  * @module purecloud-platform-client-v2/api/TeamsApi
58493
- * @version 190.0.0
58725
+ * @version 191.0.0
58494
58726
  */
58495
58727
 
58496
58728
  /**
@@ -58792,7 +59024,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58792
59024
  /**
58793
59025
  * Telephony service.
58794
59026
  * @module purecloud-platform-client-v2/api/TelephonyApi
58795
- * @version 190.0.0
59027
+ * @version 191.0.0
58796
59028
  */
58797
59029
 
58798
59030
  /**
@@ -58974,7 +59206,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58974
59206
  /**
58975
59207
  * TelephonyProvidersEdge service.
58976
59208
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
58977
- * @version 190.0.0
59209
+ * @version 191.0.0
58978
59210
  */
58979
59211
 
58980
59212
  /**
@@ -62323,7 +62555,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62323
62555
  /**
62324
62556
  * Textbots service.
62325
62557
  * @module purecloud-platform-client-v2/api/TextbotsApi
62326
- * @version 190.0.0
62558
+ * @version 191.0.0
62327
62559
  */
62328
62560
 
62329
62561
  /**
@@ -62451,7 +62683,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62451
62683
  /**
62452
62684
  * Tokens service.
62453
62685
  * @module purecloud-platform-client-v2/api/TokensApi
62454
- * @version 190.0.0
62686
+ * @version 191.0.0
62455
62687
  */
62456
62688
 
62457
62689
  /**
@@ -62605,7 +62837,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62605
62837
  /**
62606
62838
  * Uploads service.
62607
62839
  * @module purecloud-platform-client-v2/api/UploadsApi
62608
- * @version 190.0.0
62840
+ * @version 191.0.0
62609
62841
  */
62610
62842
 
62611
62843
  /**
@@ -62874,7 +63106,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62874
63106
  /**
62875
63107
  * Usage service.
62876
63108
  * @module purecloud-platform-client-v2/api/UsageApi
62877
- * @version 190.0.0
63109
+ * @version 191.0.0
62878
63110
  */
62879
63111
 
62880
63112
  /**
@@ -62974,7 +63206,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62974
63206
  }
62975
63207
 
62976
63208
  /**
62977
- * Get the results of a usage search
63209
+ * Get the results of a usage search. Number of records to be returned is limited to 20,000 results.
62978
63210
  *
62979
63211
  * @param {String} executionId ID of the search execution
62980
63212
  */
@@ -63054,8 +63286,8 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63054
63286
  }
63055
63287
 
63056
63288
  /**
63057
- * Search organization API Usage -
63058
- * After calling this method, you will then need to poll for the query results based on the returned execution Id
63289
+ * Search organization API Usage
63290
+ * 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
63059
63291
  * @param {Object} body SimpleSearch
63060
63292
  */
63061
63293
  postUsageSimplesearch(body) {
@@ -63084,7 +63316,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63084
63316
  /**
63085
63317
  * UserRecordings service.
63086
63318
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
63087
- * @version 190.0.0
63319
+ * @version 191.0.0
63088
63320
  */
63089
63321
 
63090
63322
  /**
@@ -63269,7 +63501,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63269
63501
  /**
63270
63502
  * Users service.
63271
63503
  * @module purecloud-platform-client-v2/api/UsersApi
63272
- * @version 190.0.0
63504
+ * @version 191.0.0
63273
63505
  */
63274
63506
 
63275
63507
  /**
@@ -65920,7 +66152,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65920
66152
  /**
65921
66153
  * Utilities service.
65922
66154
  * @module purecloud-platform-client-v2/api/UtilitiesApi
65923
- * @version 190.0.0
66155
+ * @version 191.0.0
65924
66156
  */
65925
66157
 
65926
66158
  /**
@@ -66031,7 +66263,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66031
66263
  /**
66032
66264
  * Voicemail service.
66033
66265
  * @module purecloud-platform-client-v2/api/VoicemailApi
66034
- * @version 190.0.0
66266
+ * @version 191.0.0
66035
66267
  */
66036
66268
 
66037
66269
  /**
@@ -66698,7 +66930,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66698
66930
  /**
66699
66931
  * WebChat service.
66700
66932
  * @module purecloud-platform-client-v2/api/WebChatApi
66701
- * @version 190.0.0
66933
+ * @version 191.0.0
66702
66934
  */
66703
66935
 
66704
66936
  /**
@@ -67247,7 +67479,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67247
67479
  /**
67248
67480
  * WebDeployments service.
67249
67481
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
67250
- * @version 190.0.0
67482
+ * @version 191.0.0
67251
67483
  */
67252
67484
 
67253
67485
  /**
@@ -67774,7 +68006,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67774
68006
  /**
67775
68007
  * WebMessaging service.
67776
68008
  * @module purecloud-platform-client-v2/api/WebMessagingApi
67777
- * @version 190.0.0
68009
+ * @version 191.0.0
67778
68010
  */
67779
68011
 
67780
68012
  /**
@@ -67820,7 +68052,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67820
68052
  /**
67821
68053
  * Widgets service.
67822
68054
  * @module purecloud-platform-client-v2/api/WidgetsApi
67823
- * @version 190.0.0
68055
+ * @version 191.0.0
67824
68056
  */
67825
68057
 
67826
68058
  /**
@@ -67966,7 +68198,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67966
68198
  /**
67967
68199
  * WorkforceManagement service.
67968
68200
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
67969
- * @version 190.0.0
68201
+ * @version 191.0.0
67970
68202
  */
67971
68203
 
67972
68204
  /**
@@ -73877,7 +74109,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
73877
74109
  * </pre>
73878
74110
  * </p>
73879
74111
  * @module purecloud-platform-client-v2/index
73880
- * @version 190.0.0
74112
+ * @version 191.0.0
73881
74113
  */
73882
74114
  class platformClient {
73883
74115
  constructor() {