purecloud-platform-client-v2 198.0.0 → 200.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 (87) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +388 -91
  3. package/dist/web-amd/purecloud-platform-client-v2.js +388 -91
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +150 -89
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +150 -89
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +82 -23
  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/AgentUIApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuditApi.js +3 -2
  16. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -3
  23. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/JourneyApi.js +10 -3
  40. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/QualityApi.js +8 -8
  59. package/src/purecloud-platform-client-v2/api/RecordingApi.js +3 -2
  60. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/RoutingApi.js +146 -1
  62. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/UsersApi.js +146 -1
  80. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -405,7 +405,7 @@ class Configuration {
405
405
 
406
406
  /**
407
407
  * @module purecloud-platform-client-v2/ApiClient
408
- * @version 198.0.0
408
+ * @version 200.0.0
409
409
  */
410
410
  class ApiClient {
411
411
  /**
@@ -1827,7 +1827,7 @@ class AgentUIApi {
1827
1827
  /**
1828
1828
  * AgentUI service.
1829
1829
  * @module purecloud-platform-client-v2/api/AgentUIApi
1830
- * @version 198.0.0
1830
+ * @version 200.0.0
1831
1831
  */
1832
1832
 
1833
1833
  /**
@@ -1958,7 +1958,7 @@ class AlertingApi {
1958
1958
  /**
1959
1959
  * Alerting service.
1960
1960
  * @module purecloud-platform-client-v2/api/AlertingApi
1961
- * @version 198.0.0
1961
+ * @version 200.0.0
1962
1962
  */
1963
1963
 
1964
1964
  /**
@@ -2619,7 +2619,7 @@ class AnalyticsApi {
2619
2619
  /**
2620
2620
  * Analytics service.
2621
2621
  * @module purecloud-platform-client-v2/api/AnalyticsApi
2622
- * @version 198.0.0
2622
+ * @version 200.0.0
2623
2623
  */
2624
2624
 
2625
2625
  /**
@@ -5231,7 +5231,7 @@ class ArchitectApi {
5231
5231
  /**
5232
5232
  * Architect service.
5233
5233
  * @module purecloud-platform-client-v2/api/ArchitectApi
5234
- * @version 198.0.0
5234
+ * @version 200.0.0
5235
5235
  */
5236
5236
 
5237
5237
  /**
@@ -9377,7 +9377,7 @@ class AuditApi {
9377
9377
  /**
9378
9378
  * Audit service.
9379
9379
  * @module purecloud-platform-client-v2/api/AuditApi
9380
- * @version 198.0.0
9380
+ * @version 200.0.0
9381
9381
  */
9382
9382
 
9383
9383
  /**
@@ -9465,6 +9465,7 @@ class AuditApi {
9465
9465
  * @param {String} opts.cursor Indicates where to resume query results (not required for first page)
9466
9466
  * @param {Number} opts.pageSize Indicates maximum number of results in response. Default page size is 25 results. The maximum page size is 500. (default to 25)
9467
9467
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
9468
+ * @param {Boolean} opts.allowRedirect Result sets with large amounts of data will respond with a download url
9468
9469
  */
9469
9470
  getAuditsQueryTransactionIdResults(transactionId, opts) {
9470
9471
  opts = opts || {};
@@ -9478,7 +9479,7 @@ class AuditApi {
9478
9479
  '/api/v2/audits/query/{transactionId}/results',
9479
9480
  'GET',
9480
9481
  { 'transactionId': transactionId },
9481
- { 'cursor': opts['cursor'],'pageSize': opts['pageSize'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
9482
+ { 'cursor': opts['cursor'],'pageSize': opts['pageSize'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'allowRedirect': opts['allowRedirect'] },
9482
9483
  { },
9483
9484
  { },
9484
9485
  null,
@@ -9577,7 +9578,7 @@ class AuthorizationApi {
9577
9578
  /**
9578
9579
  * Authorization service.
9579
9580
  * @module purecloud-platform-client-v2/api/AuthorizationApi
9580
- * @version 198.0.0
9581
+ * @version 200.0.0
9581
9582
  */
9582
9583
 
9583
9584
  /**
@@ -10815,7 +10816,7 @@ class BillingApi {
10815
10816
  /**
10816
10817
  * Billing service.
10817
10818
  * @module purecloud-platform-client-v2/api/BillingApi
10818
- * @version 198.0.0
10819
+ * @version 200.0.0
10819
10820
  */
10820
10821
 
10821
10822
  /**
@@ -10895,7 +10896,7 @@ class CarrierServicesApi {
10895
10896
  /**
10896
10897
  * CarrierServices service.
10897
10898
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
10898
- * @version 198.0.0
10899
+ * @version 200.0.0
10899
10900
  */
10900
10901
 
10901
10902
  /**
@@ -10965,7 +10966,7 @@ class ChatApi {
10965
10966
  /**
10966
10967
  * Chat service.
10967
10968
  * @module purecloud-platform-client-v2/api/ChatApi
10968
- * @version 198.0.0
10969
+ * @version 200.0.0
10969
10970
  */
10970
10971
 
10971
10972
  /**
@@ -11901,7 +11902,7 @@ class CoachingApi {
11901
11902
  /**
11902
11903
  * Coaching service.
11903
11904
  * @module purecloud-platform-client-v2/api/CoachingApi
11904
- * @version 198.0.0
11905
+ * @version 200.0.0
11905
11906
  */
11906
11907
 
11907
11908
  /**
@@ -12478,7 +12479,7 @@ class ContentManagementApi {
12478
12479
  /**
12479
12480
  * ContentManagement service.
12480
12481
  * @module purecloud-platform-client-v2/api/ContentManagementApi
12481
- * @version 198.0.0
12482
+ * @version 200.0.0
12482
12483
  */
12483
12484
 
12484
12485
  /**
@@ -13560,7 +13561,7 @@ class ConversationsApi {
13560
13561
  /**
13561
13562
  * Conversations service.
13562
13563
  * @module purecloud-platform-client-v2/api/ConversationsApi
13563
- * @version 198.0.0
13564
+ * @version 200.0.0
13564
13565
  */
13565
13566
 
13566
13567
  /**
@@ -17879,7 +17880,6 @@ class ConversationsApi {
17879
17880
  * Barge a conversation creating a barged in conference of connected participants.
17880
17881
  *
17881
17882
  * @param {String} conversationId conversation ID
17882
- * postConversationBarge is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17883
17883
  */
17884
17884
  postConversationBarge(conversationId) {
17885
17885
  // verify the required parameter 'conversationId' is set
@@ -18327,7 +18327,6 @@ class ConversationsApi {
18327
18327
  *
18328
18328
  * @param {String} conversationId conversationId
18329
18329
  * @param {String} participantId participantId
18330
- * postConversationsCallParticipantBarge is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18331
18330
  */
18332
18331
  postConversationsCallParticipantBarge(conversationId, participantId) {
18333
18332
  // verify the required parameter 'conversationId' is set
@@ -20675,7 +20674,7 @@ class DataExtensionsApi {
20675
20674
  /**
20676
20675
  * DataExtensions service.
20677
20676
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
20678
- * @version 198.0.0
20677
+ * @version 200.0.0
20679
20678
  */
20680
20679
 
20681
20680
  /**
@@ -20761,7 +20760,7 @@ class DownloadsApi {
20761
20760
  /**
20762
20761
  * Downloads service.
20763
20762
  * @module purecloud-platform-client-v2/api/DownloadsApi
20764
- * @version 198.0.0
20763
+ * @version 200.0.0
20765
20764
  */
20766
20765
 
20767
20766
  /**
@@ -20813,7 +20812,7 @@ class EmailsApi {
20813
20812
  /**
20814
20813
  * Emails service.
20815
20814
  * @module purecloud-platform-client-v2/api/EmailsApi
20816
- * @version 198.0.0
20815
+ * @version 200.0.0
20817
20816
  */
20818
20817
 
20819
20818
  /**
@@ -20878,7 +20877,7 @@ class EmployeeEngagementApi {
20878
20877
  /**
20879
20878
  * EmployeeEngagement service.
20880
20879
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
20881
- * @version 198.0.0
20880
+ * @version 200.0.0
20882
20881
  */
20883
20882
 
20884
20883
  /**
@@ -21029,7 +21028,7 @@ class EventsApi {
21029
21028
  /**
21030
21029
  * Events service.
21031
21030
  * @module purecloud-platform-client-v2/api/EventsApi
21032
- * @version 198.0.0
21031
+ * @version 200.0.0
21033
21032
  */
21034
21033
 
21035
21034
  /**
@@ -21125,7 +21124,7 @@ class ExternalContactsApi {
21125
21124
  /**
21126
21125
  * ExternalContacts service.
21127
21126
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
21128
- * @version 198.0.0
21127
+ * @version 200.0.0
21129
21128
  */
21130
21129
 
21131
21130
  /**
@@ -23087,7 +23086,7 @@ class FaxApi {
23087
23086
  /**
23088
23087
  * Fax service.
23089
23088
  * @module purecloud-platform-client-v2/api/FaxApi
23090
- * @version 198.0.0
23089
+ * @version 200.0.0
23091
23090
  */
23092
23091
 
23093
23092
  /**
@@ -23302,7 +23301,7 @@ class FlowsApi {
23302
23301
  /**
23303
23302
  * Flows service.
23304
23303
  * @module purecloud-platform-client-v2/api/FlowsApi
23305
- * @version 198.0.0
23304
+ * @version 200.0.0
23306
23305
  */
23307
23306
 
23308
23307
  /**
@@ -23485,7 +23484,7 @@ class GamificationApi {
23485
23484
  /**
23486
23485
  * Gamification service.
23487
23486
  * @module purecloud-platform-client-v2/api/GamificationApi
23488
- * @version 198.0.0
23487
+ * @version 200.0.0
23489
23488
  */
23490
23489
 
23491
23490
  /**
@@ -25571,7 +25570,7 @@ class GeneralDataProtectionRegulationApi {
25571
25570
  /**
25572
25571
  * GeneralDataProtectionRegulation service.
25573
25572
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
25574
- * @version 198.0.0
25573
+ * @version 200.0.0
25575
25574
  */
25576
25575
 
25577
25576
  /**
@@ -25701,7 +25700,7 @@ class GeolocationApi {
25701
25700
  /**
25702
25701
  * Geolocation service.
25703
25702
  * @module purecloud-platform-client-v2/api/GeolocationApi
25704
- * @version 198.0.0
25703
+ * @version 200.0.0
25705
25704
  */
25706
25705
 
25707
25706
  /**
@@ -25832,7 +25831,7 @@ class GreetingsApi {
25832
25831
  /**
25833
25832
  * Greetings service.
25834
25833
  * @module purecloud-platform-client-v2/api/GreetingsApi
25835
- * @version 198.0.0
25834
+ * @version 200.0.0
25836
25835
  */
25837
25836
 
25838
25837
  /**
@@ -26287,7 +26286,7 @@ class GroupsApi {
26287
26286
  /**
26288
26287
  * Groups service.
26289
26288
  * @module purecloud-platform-client-v2/api/GroupsApi
26290
- * @version 198.0.0
26289
+ * @version 200.0.0
26291
26290
  */
26292
26291
 
26293
26292
  /**
@@ -26806,7 +26805,7 @@ class IdentityProviderApi {
26806
26805
  /**
26807
26806
  * IdentityProvider service.
26808
26807
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
26809
- * @version 198.0.0
26808
+ * @version 200.0.0
26810
26809
  */
26811
26810
 
26812
26811
  /**
@@ -27667,7 +27666,7 @@ class InfrastructureAsCodeApi {
27667
27666
  /**
27668
27667
  * InfrastructureAsCode service.
27669
27668
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
27670
- * @version 198.0.0
27669
+ * @version 200.0.0
27671
27670
  */
27672
27671
 
27673
27672
  /**
@@ -27834,7 +27833,7 @@ class IntegrationsApi {
27834
27833
  /**
27835
27834
  * Integrations service.
27836
27835
  * @module purecloud-platform-client-v2/api/IntegrationsApi
27837
- * @version 198.0.0
27836
+ * @version 200.0.0
27838
27837
  */
27839
27838
 
27840
27839
  /**
@@ -30186,7 +30185,7 @@ class JourneyApi {
30186
30185
  /**
30187
30186
  * Journey service.
30188
30187
  * @module purecloud-platform-client-v2/api/JourneyApi
30189
- * @version 198.0.0
30188
+ * @version 200.0.0
30190
30189
  */
30191
30190
 
30192
30191
  /**
@@ -31142,15 +31141,22 @@ class JourneyApi {
31142
31141
  /**
31143
31142
  * Get a list of Journey Views
31144
31143
  *
31144
+ * @param {Object} opts Optional parameters
31145
+ * @param {Number} opts.pageNumber Page number (default to 1)
31146
+ * @param {Number} opts.pageSize Page size (default to 25)
31147
+ * @param {String} opts.nameOrCreatedBy Journey View Name or Created By
31148
+ * @param {Object} opts.expand Parameter to request additional data to return in Journey payload
31145
31149
  * getJourneyViews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
31146
31150
  */
31147
- getJourneyViews() {
31151
+ getJourneyViews(opts) {
31152
+ opts = opts || {};
31153
+
31148
31154
 
31149
31155
  return this.apiClient.callApi(
31150
31156
  '/api/v2/journey/views',
31151
31157
  'GET',
31152
31158
  { },
31153
- { },
31159
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'nameOrCreatedBy': opts['nameOrCreatedBy'],'expand': opts['expand'] },
31154
31160
  { },
31155
31161
  { },
31156
31162
  null,
@@ -31832,7 +31838,7 @@ class KnowledgeApi {
31832
31838
  /**
31833
31839
  * Knowledge service.
31834
31840
  * @module purecloud-platform-client-v2/api/KnowledgeApi
31835
- * @version 198.0.0
31841
+ * @version 200.0.0
31836
31842
  */
31837
31843
 
31838
31844
  /**
@@ -35076,7 +35082,7 @@ class LanguageUnderstandingApi {
35076
35082
  /**
35077
35083
  * LanguageUnderstanding service.
35078
35084
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
35079
- * @version 198.0.0
35085
+ * @version 200.0.0
35080
35086
  */
35081
35087
 
35082
35088
  /**
@@ -36110,7 +36116,7 @@ class LanguagesApi {
36110
36116
  /**
36111
36117
  * Languages service.
36112
36118
  * @module purecloud-platform-client-v2/api/LanguagesApi
36113
- * @version 198.0.0
36119
+ * @version 200.0.0
36114
36120
  */
36115
36121
 
36116
36122
  /**
@@ -36332,7 +36338,7 @@ class LearningApi {
36332
36338
  /**
36333
36339
  * Learning service.
36334
36340
  * @module purecloud-platform-client-v2/api/LearningApi
36335
- * @version 198.0.0
36341
+ * @version 200.0.0
36336
36342
  */
36337
36343
 
36338
36344
  /**
@@ -37361,7 +37367,7 @@ class LicenseApi {
37361
37367
  /**
37362
37368
  * License service.
37363
37369
  * @module purecloud-platform-client-v2/api/LicenseApi
37364
- * @version 198.0.0
37370
+ * @version 200.0.0
37365
37371
  */
37366
37372
 
37367
37373
  /**
@@ -37599,7 +37605,7 @@ class LocationsApi {
37599
37605
  /**
37600
37606
  * Locations service.
37601
37607
  * @module purecloud-platform-client-v2/api/LocationsApi
37602
- * @version 198.0.0
37608
+ * @version 200.0.0
37603
37609
  */
37604
37610
 
37605
37611
  /**
@@ -37835,7 +37841,7 @@ class LogCaptureApi {
37835
37841
  /**
37836
37842
  * LogCapture service.
37837
37843
  * @module purecloud-platform-client-v2/api/LogCaptureApi
37838
- * @version 198.0.0
37844
+ * @version 200.0.0
37839
37845
  */
37840
37846
 
37841
37847
  /**
@@ -38035,7 +38041,7 @@ class MessagingApi {
38035
38041
  /**
38036
38042
  * Messaging service.
38037
38043
  * @module purecloud-platform-client-v2/api/MessagingApi
38038
- * @version 198.0.0
38044
+ * @version 200.0.0
38039
38045
  */
38040
38046
 
38041
38047
  /**
@@ -38394,7 +38400,7 @@ class MobileDevicesApi {
38394
38400
  /**
38395
38401
  * MobileDevices service.
38396
38402
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
38397
- * @version 198.0.0
38403
+ * @version 200.0.0
38398
38404
  */
38399
38405
 
38400
38406
  /**
@@ -38545,7 +38551,7 @@ class NotificationsApi {
38545
38551
  /**
38546
38552
  * Notifications service.
38547
38553
  * @module purecloud-platform-client-v2/api/NotificationsApi
38548
- * @version 198.0.0
38554
+ * @version 200.0.0
38549
38555
  */
38550
38556
 
38551
38557
  /**
@@ -38778,7 +38784,7 @@ class OAuthApi {
38778
38784
  /**
38779
38785
  * OAuth service.
38780
38786
  * @module purecloud-platform-client-v2/api/OAuthApi
38781
- * @version 198.0.0
38787
+ * @version 200.0.0
38782
38788
  */
38783
38789
 
38784
38790
  /**
@@ -39144,7 +39150,7 @@ class ObjectsApi {
39144
39150
  /**
39145
39151
  * Objects service.
39146
39152
  * @module purecloud-platform-client-v2/api/ObjectsApi
39147
- * @version 198.0.0
39153
+ * @version 200.0.0
39148
39154
  */
39149
39155
 
39150
39156
  /**
@@ -39414,7 +39420,7 @@ class OperationalEventsApi {
39414
39420
  /**
39415
39421
  * OperationalEvents service.
39416
39422
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
39417
- * @version 198.0.0
39423
+ * @version 200.0.0
39418
39424
  */
39419
39425
 
39420
39426
  /**
@@ -39480,7 +39486,7 @@ class OrganizationApi {
39480
39486
  /**
39481
39487
  * Organization service.
39482
39488
  * @module purecloud-platform-client-v2/api/OrganizationApi
39483
- * @version 198.0.0
39489
+ * @version 200.0.0
39484
39490
  */
39485
39491
 
39486
39492
  /**
@@ -39955,7 +39961,7 @@ class OrganizationAuthorizationApi {
39955
39961
  /**
39956
39962
  * OrganizationAuthorization service.
39957
39963
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
39958
- * @version 198.0.0
39964
+ * @version 200.0.0
39959
39965
  */
39960
39966
 
39961
39967
  /**
@@ -41302,7 +41308,7 @@ class OutboundApi {
41302
41308
  /**
41303
41309
  * Outbound service.
41304
41310
  * @module purecloud-platform-client-v2/api/OutboundApi
41305
- * @version 198.0.0
41311
+ * @version 200.0.0
41306
41312
  */
41307
41313
 
41308
41314
  /**
@@ -45664,7 +45670,7 @@ class PresenceApi {
45664
45670
  /**
45665
45671
  * Presence service.
45666
45672
  * @module purecloud-platform-client-v2/api/PresenceApi
45667
- * @version 198.0.0
45673
+ * @version 200.0.0
45668
45674
  */
45669
45675
 
45670
45676
  /**
@@ -46408,7 +46414,7 @@ class ProcessAutomationApi {
46408
46414
  /**
46409
46415
  * ProcessAutomation service.
46410
46416
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
46411
- * @version 198.0.0
46417
+ * @version 200.0.0
46412
46418
  */
46413
46419
 
46414
46420
  /**
@@ -46647,7 +46653,7 @@ class QualityApi {
46647
46653
  /**
46648
46654
  * Quality service.
46649
46655
  * @module purecloud-platform-client-v2/api/QualityApi
46650
- * @version 198.0.0
46656
+ * @version 200.0.0
46651
46657
  */
46652
46658
 
46653
46659
  /**
@@ -48337,24 +48343,24 @@ class QualityApi {
48337
48343
  }
48338
48344
 
48339
48345
  /**
48340
- * Update the Predictive Scoring settings of an evaluation form.
48346
+ * Update the AI Scoring settings of an evaluation form.
48341
48347
  *
48342
48348
  * @param {String} formId Form ID
48343
- * @param {Object} body Predictive Scoring Settings
48344
- * putQualityFormsEvaluationPredictivescoringSettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
48349
+ * @param {Object} body AI Scoring Settings
48350
+ * putQualityFormsEvaluationAiscoringSettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
48345
48351
  */
48346
- putQualityFormsEvaluationPredictivescoringSettings(formId, body) {
48352
+ putQualityFormsEvaluationAiscoringSettings(formId, body) {
48347
48353
  // verify the required parameter 'formId' is set
48348
48354
  if (formId === undefined || formId === null) {
48349
- throw 'Missing the required parameter "formId" when calling putQualityFormsEvaluationPredictivescoringSettings';
48355
+ throw 'Missing the required parameter "formId" when calling putQualityFormsEvaluationAiscoringSettings';
48350
48356
  }
48351
48357
  // verify the required parameter 'body' is set
48352
48358
  if (body === undefined || body === null) {
48353
- throw 'Missing the required parameter "body" when calling putQualityFormsEvaluationPredictivescoringSettings';
48359
+ throw 'Missing the required parameter "body" when calling putQualityFormsEvaluationAiscoringSettings';
48354
48360
  }
48355
48361
 
48356
48362
  return this.apiClient.callApi(
48357
- '/api/v2/quality/forms/evaluations/{formId}/predictivescoring/settings',
48363
+ '/api/v2/quality/forms/evaluations/{formId}/aiscoring/settings',
48358
48364
  'PUT',
48359
48365
  { 'formId': formId },
48360
48366
  { },
@@ -48433,7 +48439,7 @@ class RecordingApi {
48433
48439
  /**
48434
48440
  * Recording service.
48435
48441
  * @module purecloud-platform-client-v2/api/RecordingApi
48436
- * @version 198.0.0
48442
+ * @version 200.0.0
48437
48443
  */
48438
48444
 
48439
48445
  /**
@@ -49425,10 +49431,11 @@ class RecordingApi {
49425
49431
 
49426
49432
  /**
49427
49433
  * Update a screen recording session
49428
- *
49434
+ * This API is deprecated and the functionality to stop screen recording will be no longer supported.
49429
49435
  * @param {String} recordingSessionId Screen recording session ID
49430
49436
  * @param {Object} opts Optional parameters
49431
49437
  * @param {Object} opts.body
49438
+ * @deprecated
49432
49439
  */
49433
49440
  patchRecordingsScreensession(recordingSessionId, opts) {
49434
49441
  opts = opts || {};
@@ -50091,7 +50098,7 @@ class ResponseManagementApi {
50091
50098
  /**
50092
50099
  * ResponseManagement service.
50093
50100
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
50094
- * @version 198.0.0
50101
+ * @version 200.0.0
50095
50102
  */
50096
50103
 
50097
50104
  /**
@@ -50601,7 +50608,7 @@ class RoutingApi {
50601
50608
  /**
50602
50609
  * Routing service.
50603
50610
  * @module purecloud-platform-client-v2/api/RoutingApi
50604
- * @version 198.0.0
50611
+ * @version 200.0.0
50605
50612
  */
50606
50613
 
50607
50614
  /**
@@ -50641,6 +50648,26 @@ class RoutingApi {
50641
50648
  );
50642
50649
  }
50643
50650
 
50651
+ /**
50652
+ * Delete the user's Direct Routing Backup settings and revert to the Direct Routing Queue default.
50653
+ *
50654
+ */
50655
+ deleteRoutingDirectroutingbackupSettingsMe() {
50656
+
50657
+ return this.apiClient.callApi(
50658
+ '/api/v2/routing/directroutingbackup/settings/me',
50659
+ 'DELETE',
50660
+ { },
50661
+ { },
50662
+ { },
50663
+ { },
50664
+ null,
50665
+ ['PureCloud OAuth'],
50666
+ ['application/json'],
50667
+ ['application/json']
50668
+ );
50669
+ }
50670
+
50644
50671
  /**
50645
50672
  * Delete a domain
50646
50673
  *
@@ -51011,6 +51038,31 @@ class RoutingApi {
51011
51038
  );
51012
51039
  }
51013
51040
 
51041
+ /**
51042
+ * Delete the user's Direct Routing Backup settings and revert to the Direct Routing Queue default.
51043
+ *
51044
+ * @param {String} userId User ID
51045
+ */
51046
+ deleteRoutingUserDirectroutingbackupSettings(userId) {
51047
+ // verify the required parameter 'userId' is set
51048
+ if (userId === undefined || userId === null) {
51049
+ throw 'Missing the required parameter "userId" when calling deleteRoutingUserDirectroutingbackupSettings';
51050
+ }
51051
+
51052
+ return this.apiClient.callApi(
51053
+ '/api/v2/routing/users/{userId}/directroutingbackup/settings',
51054
+ 'DELETE',
51055
+ { 'userId': userId },
51056
+ { },
51057
+ { },
51058
+ { },
51059
+ null,
51060
+ ['PureCloud OAuth'],
51061
+ ['application/json'],
51062
+ ['application/json']
51063
+ );
51064
+ }
51065
+
51014
51066
  /**
51015
51067
  * Delete the user's max utilization settings and revert to the organization-wide default.
51016
51068
  *
@@ -51322,6 +51374,26 @@ class RoutingApi {
51322
51374
  );
51323
51375
  }
51324
51376
 
51377
+ /**
51378
+ * Get the user's Direct Routing Backup settings.
51379
+ *
51380
+ */
51381
+ getRoutingDirectroutingbackupSettingsMe() {
51382
+
51383
+ return this.apiClient.callApi(
51384
+ '/api/v2/routing/directroutingbackup/settings/me',
51385
+ 'GET',
51386
+ { },
51387
+ { },
51388
+ { },
51389
+ { },
51390
+ null,
51391
+ ['PureCloud OAuth'],
51392
+ ['application/json'],
51393
+ ['application/json']
51394
+ );
51395
+ }
51396
+
51325
51397
  /**
51326
51398
  * Get domain
51327
51399
  *
@@ -52532,6 +52604,31 @@ class RoutingApi {
52532
52604
  );
52533
52605
  }
52534
52606
 
52607
+ /**
52608
+ * Get the user's Direct Routing Backup settings.
52609
+ *
52610
+ * @param {String} userId User ID
52611
+ */
52612
+ getRoutingUserDirectroutingbackupSettings(userId) {
52613
+ // verify the required parameter 'userId' is set
52614
+ if (userId === undefined || userId === null) {
52615
+ throw 'Missing the required parameter "userId" when calling getRoutingUserDirectroutingbackupSettings';
52616
+ }
52617
+
52618
+ return this.apiClient.callApi(
52619
+ '/api/v2/routing/users/{userId}/directroutingbackup/settings',
52620
+ 'GET',
52621
+ { 'userId': userId },
52622
+ { },
52623
+ { },
52624
+ { },
52625
+ null,
52626
+ ['PureCloud OAuth'],
52627
+ ['application/json'],
52628
+ ['application/json']
52629
+ );
52630
+ }
52631
+
52535
52632
  /**
52536
52633
  * Get the user's max utilization settings. If not configured, the organization-wide default is returned.
52537
52634
  *
@@ -54189,6 +54286,31 @@ class RoutingApi {
54189
54286
  );
54190
54287
  }
54191
54288
 
54289
+ /**
54290
+ * Update the user's Direct Routing Backup settings.
54291
+ *
54292
+ * @param {Object} body directRoutingBackup
54293
+ */
54294
+ putRoutingDirectroutingbackupSettingsMe(body) {
54295
+ // verify the required parameter 'body' is set
54296
+ if (body === undefined || body === null) {
54297
+ throw 'Missing the required parameter "body" when calling putRoutingDirectroutingbackupSettingsMe';
54298
+ }
54299
+
54300
+ return this.apiClient.callApi(
54301
+ '/api/v2/routing/directroutingbackup/settings/me',
54302
+ 'PUT',
54303
+ { },
54304
+ { },
54305
+ { },
54306
+ { },
54307
+ body,
54308
+ ['PureCloud OAuth'],
54309
+ ['application/json'],
54310
+ ['application/json']
54311
+ );
54312
+ }
54313
+
54192
54314
  /**
54193
54315
  * Update a route
54194
54316
  *
@@ -54389,6 +54511,36 @@ class RoutingApi {
54389
54511
  );
54390
54512
  }
54391
54513
 
54514
+ /**
54515
+ * Update the user's Direct Routing Backup settings.
54516
+ *
54517
+ * @param {String} userId User ID
54518
+ * @param {Object} body directRoutingBackup
54519
+ */
54520
+ putRoutingUserDirectroutingbackupSettings(userId, body) {
54521
+ // verify the required parameter 'userId' is set
54522
+ if (userId === undefined || userId === null) {
54523
+ throw 'Missing the required parameter "userId" when calling putRoutingUserDirectroutingbackupSettings';
54524
+ }
54525
+ // verify the required parameter 'body' is set
54526
+ if (body === undefined || body === null) {
54527
+ throw 'Missing the required parameter "body" when calling putRoutingUserDirectroutingbackupSettings';
54528
+ }
54529
+
54530
+ return this.apiClient.callApi(
54531
+ '/api/v2/routing/users/{userId}/directroutingbackup/settings',
54532
+ 'PUT',
54533
+ { 'userId': userId },
54534
+ { },
54535
+ { },
54536
+ { },
54537
+ body,
54538
+ ['PureCloud OAuth'],
54539
+ ['application/json'],
54540
+ ['application/json']
54541
+ );
54542
+ }
54543
+
54392
54544
  /**
54393
54545
  * Update the user's max utilization settings. Include only those media types requiring custom configuration.
54394
54546
  *
@@ -54575,7 +54727,7 @@ class SCIMApi {
54575
54727
  /**
54576
54728
  * SCIM service.
54577
54729
  * @module purecloud-platform-client-v2/api/SCIMApi
54578
- * @version 198.0.0
54730
+ * @version 200.0.0
54579
54731
  */
54580
54732
 
54581
54733
  /**
@@ -55452,7 +55604,7 @@ class ScreenRecordingApi {
55452
55604
  /**
55453
55605
  * ScreenRecording service.
55454
55606
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
55455
- * @version 198.0.0
55607
+ * @version 200.0.0
55456
55608
  */
55457
55609
 
55458
55610
  /**
@@ -55497,7 +55649,7 @@ class ScriptsApi {
55497
55649
  /**
55498
55650
  * Scripts service.
55499
55651
  * @module purecloud-platform-client-v2/api/ScriptsApi
55500
- * @version 198.0.0
55652
+ * @version 200.0.0
55501
55653
  */
55502
55654
 
55503
55655
  /**
@@ -55941,7 +56093,7 @@ class SearchApi {
55941
56093
  /**
55942
56094
  * Search service.
55943
56095
  * @module purecloud-platform-client-v2/api/SearchApi
55944
- * @version 198.0.0
56096
+ * @version 200.0.0
55945
56097
  */
55946
56098
 
55947
56099
  /**
@@ -56630,7 +56782,7 @@ class SettingsApi {
56630
56782
  /**
56631
56783
  * Settings service.
56632
56784
  * @module purecloud-platform-client-v2/api/SettingsApi
56633
- * @version 198.0.0
56785
+ * @version 200.0.0
56634
56786
  */
56635
56787
 
56636
56788
  /**
@@ -56852,7 +57004,7 @@ class SpeechTextAnalyticsApi {
56852
57004
  /**
56853
57005
  * SpeechTextAnalytics service.
56854
57006
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
56855
- * @version 198.0.0
57007
+ * @version 200.0.0
56856
57008
  */
56857
57009
 
56858
57010
  /**
@@ -58130,7 +58282,7 @@ class StationsApi {
58130
58282
  /**
58131
58283
  * Stations service.
58132
58284
  * @module purecloud-platform-client-v2/api/StationsApi
58133
- * @version 198.0.0
58285
+ * @version 200.0.0
58134
58286
  */
58135
58287
 
58136
58288
  /**
@@ -58232,7 +58384,7 @@ class SuggestApi {
58232
58384
  /**
58233
58385
  * Suggest service.
58234
58386
  * @module purecloud-platform-client-v2/api/SuggestApi
58235
- * @version 198.0.0
58387
+ * @version 200.0.0
58236
58388
  */
58237
58389
 
58238
58390
  /**
@@ -58371,7 +58523,7 @@ class TaskManagementApi {
58371
58523
  /**
58372
58524
  * TaskManagement service.
58373
58525
  * @module purecloud-platform-client-v2/api/TaskManagementApi
58374
- * @version 198.0.0
58526
+ * @version 200.0.0
58375
58527
  */
58376
58528
 
58377
58529
  /**
@@ -59720,7 +59872,7 @@ class TeamsApi {
59720
59872
  /**
59721
59873
  * Teams service.
59722
59874
  * @module purecloud-platform-client-v2/api/TeamsApi
59723
- * @version 198.0.0
59875
+ * @version 200.0.0
59724
59876
  */
59725
59877
 
59726
59878
  /**
@@ -60021,7 +60173,7 @@ class TelephonyApi {
60021
60173
  /**
60022
60174
  * Telephony service.
60023
60175
  * @module purecloud-platform-client-v2/api/TelephonyApi
60024
- * @version 198.0.0
60176
+ * @version 200.0.0
60025
60177
  */
60026
60178
 
60027
60179
  /**
@@ -60203,7 +60355,7 @@ class TelephonyProvidersEdgeApi {
60203
60355
  /**
60204
60356
  * TelephonyProvidersEdge service.
60205
60357
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
60206
- * @version 198.0.0
60358
+ * @version 200.0.0
60207
60359
  */
60208
60360
 
60209
60361
  /**
@@ -63531,7 +63683,7 @@ class TextbotsApi {
63531
63683
  /**
63532
63684
  * Textbots service.
63533
63685
  * @module purecloud-platform-client-v2/api/TextbotsApi
63534
- * @version 198.0.0
63686
+ * @version 200.0.0
63535
63687
  */
63536
63688
 
63537
63689
  /**
@@ -63659,7 +63811,7 @@ class TokensApi {
63659
63811
  /**
63660
63812
  * Tokens service.
63661
63813
  * @module purecloud-platform-client-v2/api/TokensApi
63662
- * @version 198.0.0
63814
+ * @version 200.0.0
63663
63815
  */
63664
63816
 
63665
63817
  /**
@@ -63813,7 +63965,7 @@ class UploadsApi {
63813
63965
  /**
63814
63966
  * Uploads service.
63815
63967
  * @module purecloud-platform-client-v2/api/UploadsApi
63816
- * @version 198.0.0
63968
+ * @version 200.0.0
63817
63969
  */
63818
63970
 
63819
63971
  /**
@@ -64082,7 +64234,7 @@ class UsageApi {
64082
64234
  /**
64083
64235
  * Usage service.
64084
64236
  * @module purecloud-platform-client-v2/api/UsageApi
64085
- * @version 198.0.0
64237
+ * @version 200.0.0
64086
64238
  */
64087
64239
 
64088
64240
  /**
@@ -64297,7 +64449,7 @@ class UserRecordingsApi {
64297
64449
  /**
64298
64450
  * UserRecordings service.
64299
64451
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
64300
- * @version 198.0.0
64452
+ * @version 200.0.0
64301
64453
  */
64302
64454
 
64303
64455
  /**
@@ -64482,7 +64634,7 @@ class UsersApi {
64482
64634
  /**
64483
64635
  * Users service.
64484
64636
  * @module purecloud-platform-client-v2/api/UsersApi
64485
- * @version 198.0.0
64637
+ * @version 200.0.0
64486
64638
  */
64487
64639
 
64488
64640
  /**
@@ -64557,6 +64709,51 @@ class UsersApi {
64557
64709
  );
64558
64710
  }
64559
64711
 
64712
+ /**
64713
+ * Delete the user's Direct Routing Backup settings and revert to the Direct Routing Queue default.
64714
+ *
64715
+ */
64716
+ deleteRoutingDirectroutingbackupSettingsMe() {
64717
+
64718
+ return this.apiClient.callApi(
64719
+ '/api/v2/routing/directroutingbackup/settings/me',
64720
+ 'DELETE',
64721
+ { },
64722
+ { },
64723
+ { },
64724
+ { },
64725
+ null,
64726
+ ['PureCloud OAuth'],
64727
+ ['application/json'],
64728
+ ['application/json']
64729
+ );
64730
+ }
64731
+
64732
+ /**
64733
+ * Delete the user's Direct Routing Backup settings and revert to the Direct Routing Queue default.
64734
+ *
64735
+ * @param {String} userId User ID
64736
+ */
64737
+ deleteRoutingUserDirectroutingbackupSettings(userId) {
64738
+ // verify the required parameter 'userId' is set
64739
+ if (userId === undefined || userId === null) {
64740
+ throw 'Missing the required parameter "userId" when calling deleteRoutingUserDirectroutingbackupSettings';
64741
+ }
64742
+
64743
+ return this.apiClient.callApi(
64744
+ '/api/v2/routing/users/{userId}/directroutingbackup/settings',
64745
+ 'DELETE',
64746
+ { 'userId': userId },
64747
+ { },
64748
+ { },
64749
+ { },
64750
+ null,
64751
+ ['PureCloud OAuth'],
64752
+ ['application/json'],
64753
+ ['application/json']
64754
+ );
64755
+ }
64756
+
64560
64757
  /**
64561
64758
  * Delete the user's max utilization settings and revert to the organization-wide default.
64562
64759
  *
@@ -65084,6 +65281,51 @@ class UsersApi {
65084
65281
  );
65085
65282
  }
65086
65283
 
65284
+ /**
65285
+ * Get the user's Direct Routing Backup settings.
65286
+ *
65287
+ */
65288
+ getRoutingDirectroutingbackupSettingsMe() {
65289
+
65290
+ return this.apiClient.callApi(
65291
+ '/api/v2/routing/directroutingbackup/settings/me',
65292
+ 'GET',
65293
+ { },
65294
+ { },
65295
+ { },
65296
+ { },
65297
+ null,
65298
+ ['PureCloud OAuth'],
65299
+ ['application/json'],
65300
+ ['application/json']
65301
+ );
65302
+ }
65303
+
65304
+ /**
65305
+ * Get the user's Direct Routing Backup settings.
65306
+ *
65307
+ * @param {String} userId User ID
65308
+ */
65309
+ getRoutingUserDirectroutingbackupSettings(userId) {
65310
+ // verify the required parameter 'userId' is set
65311
+ if (userId === undefined || userId === null) {
65312
+ throw 'Missing the required parameter "userId" when calling getRoutingUserDirectroutingbackupSettings';
65313
+ }
65314
+
65315
+ return this.apiClient.callApi(
65316
+ '/api/v2/routing/users/{userId}/directroutingbackup/settings',
65317
+ 'GET',
65318
+ { 'userId': userId },
65319
+ { },
65320
+ { },
65321
+ { },
65322
+ null,
65323
+ ['PureCloud OAuth'],
65324
+ ['application/json'],
65325
+ ['application/json']
65326
+ );
65327
+ }
65328
+
65087
65329
  /**
65088
65330
  * Get the user's max utilization settings. If not configured, the organization-wide default is returned.
65089
65331
  *
@@ -66764,6 +67006,61 @@ class UsersApi {
66764
67006
  );
66765
67007
  }
66766
67008
 
67009
+ /**
67010
+ * Update the user's Direct Routing Backup settings.
67011
+ *
67012
+ * @param {Object} body directRoutingBackup
67013
+ */
67014
+ putRoutingDirectroutingbackupSettingsMe(body) {
67015
+ // verify the required parameter 'body' is set
67016
+ if (body === undefined || body === null) {
67017
+ throw 'Missing the required parameter "body" when calling putRoutingDirectroutingbackupSettingsMe';
67018
+ }
67019
+
67020
+ return this.apiClient.callApi(
67021
+ '/api/v2/routing/directroutingbackup/settings/me',
67022
+ 'PUT',
67023
+ { },
67024
+ { },
67025
+ { },
67026
+ { },
67027
+ body,
67028
+ ['PureCloud OAuth'],
67029
+ ['application/json'],
67030
+ ['application/json']
67031
+ );
67032
+ }
67033
+
67034
+ /**
67035
+ * Update the user's Direct Routing Backup settings.
67036
+ *
67037
+ * @param {String} userId User ID
67038
+ * @param {Object} body directRoutingBackup
67039
+ */
67040
+ putRoutingUserDirectroutingbackupSettings(userId, body) {
67041
+ // verify the required parameter 'userId' is set
67042
+ if (userId === undefined || userId === null) {
67043
+ throw 'Missing the required parameter "userId" when calling putRoutingUserDirectroutingbackupSettings';
67044
+ }
67045
+ // verify the required parameter 'body' is set
67046
+ if (body === undefined || body === null) {
67047
+ throw 'Missing the required parameter "body" when calling putRoutingUserDirectroutingbackupSettings';
67048
+ }
67049
+
67050
+ return this.apiClient.callApi(
67051
+ '/api/v2/routing/users/{userId}/directroutingbackup/settings',
67052
+ 'PUT',
67053
+ { 'userId': userId },
67054
+ { },
67055
+ { },
67056
+ { },
67057
+ body,
67058
+ ['PureCloud OAuth'],
67059
+ ['application/json'],
67060
+ ['application/json']
67061
+ );
67062
+ }
67063
+
66767
67064
  /**
66768
67065
  * Update the user's max utilization settings. Include only those media types requiring custom configuration.
66769
67066
  *
@@ -67140,7 +67437,7 @@ class UtilitiesApi {
67140
67437
  /**
67141
67438
  * Utilities service.
67142
67439
  * @module purecloud-platform-client-v2/api/UtilitiesApi
67143
- * @version 198.0.0
67440
+ * @version 200.0.0
67144
67441
  */
67145
67442
 
67146
67443
  /**
@@ -67251,7 +67548,7 @@ class VoicemailApi {
67251
67548
  /**
67252
67549
  * Voicemail service.
67253
67550
  * @module purecloud-platform-client-v2/api/VoicemailApi
67254
- * @version 198.0.0
67551
+ * @version 200.0.0
67255
67552
  */
67256
67553
 
67257
67554
  /**
@@ -67918,7 +68215,7 @@ class WebChatApi {
67918
68215
  /**
67919
68216
  * WebChat service.
67920
68217
  * @module purecloud-platform-client-v2/api/WebChatApi
67921
- * @version 198.0.0
68218
+ * @version 200.0.0
67922
68219
  */
67923
68220
 
67924
68221
  /**
@@ -68469,7 +68766,7 @@ class WebDeploymentsApi {
68469
68766
  /**
68470
68767
  * WebDeployments service.
68471
68768
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
68472
- * @version 198.0.0
68769
+ * @version 200.0.0
68473
68770
  */
68474
68771
 
68475
68772
  /**
@@ -68996,7 +69293,7 @@ class WebMessagingApi {
68996
69293
  /**
68997
69294
  * WebMessaging service.
68998
69295
  * @module purecloud-platform-client-v2/api/WebMessagingApi
68999
- * @version 198.0.0
69296
+ * @version 200.0.0
69000
69297
  */
69001
69298
 
69002
69299
  /**
@@ -69042,7 +69339,7 @@ class WidgetsApi {
69042
69339
  /**
69043
69340
  * Widgets service.
69044
69341
  * @module purecloud-platform-client-v2/api/WidgetsApi
69045
- * @version 198.0.0
69342
+ * @version 200.0.0
69046
69343
  */
69047
69344
 
69048
69345
  /**
@@ -69188,7 +69485,7 @@ class WorkforceManagementApi {
69188
69485
  /**
69189
69486
  * WorkforceManagement service.
69190
69487
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
69191
- * @version 198.0.0
69488
+ * @version 200.0.0
69192
69489
  */
69193
69490
 
69194
69491
  /**
@@ -75296,7 +75593,7 @@ class WorkforceManagementApi {
75296
75593
  * </pre>
75297
75594
  * </p>
75298
75595
  * @module purecloud-platform-client-v2/index
75299
- * @version 198.0.0
75596
+ * @version 200.0.0
75300
75597
  */
75301
75598
  class platformClient {
75302
75599
  constructor() {