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
@@ -402,7 +402,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
402
402
 
403
403
  /**
404
404
  * @module purecloud-platform-client-v2/ApiClient
405
- * @version 198.0.0
405
+ * @version 200.0.0
406
406
  */
407
407
  class ApiClient {
408
408
  /**
@@ -1824,7 +1824,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1824
1824
  /**
1825
1825
  * AgentUI service.
1826
1826
  * @module purecloud-platform-client-v2/api/AgentUIApi
1827
- * @version 198.0.0
1827
+ * @version 200.0.0
1828
1828
  */
1829
1829
 
1830
1830
  /**
@@ -1955,7 +1955,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1955
1955
  /**
1956
1956
  * Alerting service.
1957
1957
  * @module purecloud-platform-client-v2/api/AlertingApi
1958
- * @version 198.0.0
1958
+ * @version 200.0.0
1959
1959
  */
1960
1960
 
1961
1961
  /**
@@ -2616,7 +2616,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2616
2616
  /**
2617
2617
  * Analytics service.
2618
2618
  * @module purecloud-platform-client-v2/api/AnalyticsApi
2619
- * @version 198.0.0
2619
+ * @version 200.0.0
2620
2620
  */
2621
2621
 
2622
2622
  /**
@@ -5228,7 +5228,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5228
5228
  /**
5229
5229
  * Architect service.
5230
5230
  * @module purecloud-platform-client-v2/api/ArchitectApi
5231
- * @version 198.0.0
5231
+ * @version 200.0.0
5232
5232
  */
5233
5233
 
5234
5234
  /**
@@ -9374,7 +9374,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9374
9374
  /**
9375
9375
  * Audit service.
9376
9376
  * @module purecloud-platform-client-v2/api/AuditApi
9377
- * @version 198.0.0
9377
+ * @version 200.0.0
9378
9378
  */
9379
9379
 
9380
9380
  /**
@@ -9462,6 +9462,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9462
9462
  * @param {String} opts.cursor Indicates where to resume query results (not required for first page)
9463
9463
  * @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)
9464
9464
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
9465
+ * @param {Boolean} opts.allowRedirect Result sets with large amounts of data will respond with a download url
9465
9466
  */
9466
9467
  getAuditsQueryTransactionIdResults(transactionId, opts) {
9467
9468
  opts = opts || {};
@@ -9475,7 +9476,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9475
9476
  '/api/v2/audits/query/{transactionId}/results',
9476
9477
  'GET',
9477
9478
  { 'transactionId': transactionId },
9478
- { 'cursor': opts['cursor'],'pageSize': opts['pageSize'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
9479
+ { 'cursor': opts['cursor'],'pageSize': opts['pageSize'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'allowRedirect': opts['allowRedirect'] },
9479
9480
  { },
9480
9481
  { },
9481
9482
  null,
@@ -9574,7 +9575,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9574
9575
  /**
9575
9576
  * Authorization service.
9576
9577
  * @module purecloud-platform-client-v2/api/AuthorizationApi
9577
- * @version 198.0.0
9578
+ * @version 200.0.0
9578
9579
  */
9579
9580
 
9580
9581
  /**
@@ -10812,7 +10813,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10812
10813
  /**
10813
10814
  * Billing service.
10814
10815
  * @module purecloud-platform-client-v2/api/BillingApi
10815
- * @version 198.0.0
10816
+ * @version 200.0.0
10816
10817
  */
10817
10818
 
10818
10819
  /**
@@ -10892,7 +10893,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10892
10893
  /**
10893
10894
  * CarrierServices service.
10894
10895
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
10895
- * @version 198.0.0
10896
+ * @version 200.0.0
10896
10897
  */
10897
10898
 
10898
10899
  /**
@@ -10962,7 +10963,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10962
10963
  /**
10963
10964
  * Chat service.
10964
10965
  * @module purecloud-platform-client-v2/api/ChatApi
10965
- * @version 198.0.0
10966
+ * @version 200.0.0
10966
10967
  */
10967
10968
 
10968
10969
  /**
@@ -11898,7 +11899,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11898
11899
  /**
11899
11900
  * Coaching service.
11900
11901
  * @module purecloud-platform-client-v2/api/CoachingApi
11901
- * @version 198.0.0
11902
+ * @version 200.0.0
11902
11903
  */
11903
11904
 
11904
11905
  /**
@@ -12475,7 +12476,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12475
12476
  /**
12476
12477
  * ContentManagement service.
12477
12478
  * @module purecloud-platform-client-v2/api/ContentManagementApi
12478
- * @version 198.0.0
12479
+ * @version 200.0.0
12479
12480
  */
12480
12481
 
12481
12482
  /**
@@ -13557,7 +13558,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13557
13558
  /**
13558
13559
  * Conversations service.
13559
13560
  * @module purecloud-platform-client-v2/api/ConversationsApi
13560
- * @version 198.0.0
13561
+ * @version 200.0.0
13561
13562
  */
13562
13563
 
13563
13564
  /**
@@ -17876,7 +17877,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17876
17877
  * Barge a conversation creating a barged in conference of connected participants.
17877
17878
  *
17878
17879
  * @param {String} conversationId conversation ID
17879
- * postConversationBarge is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17880
17880
  */
17881
17881
  postConversationBarge(conversationId) {
17882
17882
  // verify the required parameter 'conversationId' is set
@@ -18324,7 +18324,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18324
18324
  *
18325
18325
  * @param {String} conversationId conversationId
18326
18326
  * @param {String} participantId participantId
18327
- * postConversationsCallParticipantBarge is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18328
18327
  */
18329
18328
  postConversationsCallParticipantBarge(conversationId, participantId) {
18330
18329
  // verify the required parameter 'conversationId' is set
@@ -20672,7 +20671,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20672
20671
  /**
20673
20672
  * DataExtensions service.
20674
20673
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
20675
- * @version 198.0.0
20674
+ * @version 200.0.0
20676
20675
  */
20677
20676
 
20678
20677
  /**
@@ -20758,7 +20757,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20758
20757
  /**
20759
20758
  * Downloads service.
20760
20759
  * @module purecloud-platform-client-v2/api/DownloadsApi
20761
- * @version 198.0.0
20760
+ * @version 200.0.0
20762
20761
  */
20763
20762
 
20764
20763
  /**
@@ -20810,7 +20809,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20810
20809
  /**
20811
20810
  * Emails service.
20812
20811
  * @module purecloud-platform-client-v2/api/EmailsApi
20813
- * @version 198.0.0
20812
+ * @version 200.0.0
20814
20813
  */
20815
20814
 
20816
20815
  /**
@@ -20875,7 +20874,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20875
20874
  /**
20876
20875
  * EmployeeEngagement service.
20877
20876
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
20878
- * @version 198.0.0
20877
+ * @version 200.0.0
20879
20878
  */
20880
20879
 
20881
20880
  /**
@@ -21026,7 +21025,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21026
21025
  /**
21027
21026
  * Events service.
21028
21027
  * @module purecloud-platform-client-v2/api/EventsApi
21029
- * @version 198.0.0
21028
+ * @version 200.0.0
21030
21029
  */
21031
21030
 
21032
21031
  /**
@@ -21122,7 +21121,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21122
21121
  /**
21123
21122
  * ExternalContacts service.
21124
21123
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
21125
- * @version 198.0.0
21124
+ * @version 200.0.0
21126
21125
  */
21127
21126
 
21128
21127
  /**
@@ -23084,7 +23083,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23084
23083
  /**
23085
23084
  * Fax service.
23086
23085
  * @module purecloud-platform-client-v2/api/FaxApi
23087
- * @version 198.0.0
23086
+ * @version 200.0.0
23088
23087
  */
23089
23088
 
23090
23089
  /**
@@ -23299,7 +23298,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23299
23298
  /**
23300
23299
  * Flows service.
23301
23300
  * @module purecloud-platform-client-v2/api/FlowsApi
23302
- * @version 198.0.0
23301
+ * @version 200.0.0
23303
23302
  */
23304
23303
 
23305
23304
  /**
@@ -23482,7 +23481,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23482
23481
  /**
23483
23482
  * Gamification service.
23484
23483
  * @module purecloud-platform-client-v2/api/GamificationApi
23485
- * @version 198.0.0
23484
+ * @version 200.0.0
23486
23485
  */
23487
23486
 
23488
23487
  /**
@@ -25568,7 +25567,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25568
25567
  /**
25569
25568
  * GeneralDataProtectionRegulation service.
25570
25569
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
25571
- * @version 198.0.0
25570
+ * @version 200.0.0
25572
25571
  */
25573
25572
 
25574
25573
  /**
@@ -25698,7 +25697,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25698
25697
  /**
25699
25698
  * Geolocation service.
25700
25699
  * @module purecloud-platform-client-v2/api/GeolocationApi
25701
- * @version 198.0.0
25700
+ * @version 200.0.0
25702
25701
  */
25703
25702
 
25704
25703
  /**
@@ -25829,7 +25828,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25829
25828
  /**
25830
25829
  * Greetings service.
25831
25830
  * @module purecloud-platform-client-v2/api/GreetingsApi
25832
- * @version 198.0.0
25831
+ * @version 200.0.0
25833
25832
  */
25834
25833
 
25835
25834
  /**
@@ -26284,7 +26283,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26284
26283
  /**
26285
26284
  * Groups service.
26286
26285
  * @module purecloud-platform-client-v2/api/GroupsApi
26287
- * @version 198.0.0
26286
+ * @version 200.0.0
26288
26287
  */
26289
26288
 
26290
26289
  /**
@@ -26803,7 +26802,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26803
26802
  /**
26804
26803
  * IdentityProvider service.
26805
26804
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
26806
- * @version 198.0.0
26805
+ * @version 200.0.0
26807
26806
  */
26808
26807
 
26809
26808
  /**
@@ -27664,7 +27663,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27664
27663
  /**
27665
27664
  * InfrastructureAsCode service.
27666
27665
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
27667
- * @version 198.0.0
27666
+ * @version 200.0.0
27668
27667
  */
27669
27668
 
27670
27669
  /**
@@ -27831,7 +27830,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27831
27830
  /**
27832
27831
  * Integrations service.
27833
27832
  * @module purecloud-platform-client-v2/api/IntegrationsApi
27834
- * @version 198.0.0
27833
+ * @version 200.0.0
27835
27834
  */
27836
27835
 
27837
27836
  /**
@@ -30183,7 +30182,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30183
30182
  /**
30184
30183
  * Journey service.
30185
30184
  * @module purecloud-platform-client-v2/api/JourneyApi
30186
- * @version 198.0.0
30185
+ * @version 200.0.0
30187
30186
  */
30188
30187
 
30189
30188
  /**
@@ -31139,15 +31138,22 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31139
31138
  /**
31140
31139
  * Get a list of Journey Views
31141
31140
  *
31141
+ * @param {Object} opts Optional parameters
31142
+ * @param {Number} opts.pageNumber Page number (default to 1)
31143
+ * @param {Number} opts.pageSize Page size (default to 25)
31144
+ * @param {String} opts.nameOrCreatedBy Journey View Name or Created By
31145
+ * @param {Object} opts.expand Parameter to request additional data to return in Journey payload
31142
31146
  * getJourneyViews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
31143
31147
  */
31144
- getJourneyViews() {
31148
+ getJourneyViews(opts) {
31149
+ opts = opts || {};
31150
+
31145
31151
 
31146
31152
  return this.apiClient.callApi(
31147
31153
  '/api/v2/journey/views',
31148
31154
  'GET',
31149
31155
  { },
31150
- { },
31156
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'nameOrCreatedBy': opts['nameOrCreatedBy'],'expand': opts['expand'] },
31151
31157
  { },
31152
31158
  { },
31153
31159
  null,
@@ -31829,7 +31835,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31829
31835
  /**
31830
31836
  * Knowledge service.
31831
31837
  * @module purecloud-platform-client-v2/api/KnowledgeApi
31832
- * @version 198.0.0
31838
+ * @version 200.0.0
31833
31839
  */
31834
31840
 
31835
31841
  /**
@@ -35073,7 +35079,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35073
35079
  /**
35074
35080
  * LanguageUnderstanding service.
35075
35081
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
35076
- * @version 198.0.0
35082
+ * @version 200.0.0
35077
35083
  */
35078
35084
 
35079
35085
  /**
@@ -36107,7 +36113,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36107
36113
  /**
36108
36114
  * Languages service.
36109
36115
  * @module purecloud-platform-client-v2/api/LanguagesApi
36110
- * @version 198.0.0
36116
+ * @version 200.0.0
36111
36117
  */
36112
36118
 
36113
36119
  /**
@@ -36329,7 +36335,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36329
36335
  /**
36330
36336
  * Learning service.
36331
36337
  * @module purecloud-platform-client-v2/api/LearningApi
36332
- * @version 198.0.0
36338
+ * @version 200.0.0
36333
36339
  */
36334
36340
 
36335
36341
  /**
@@ -37358,7 +37364,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37358
37364
  /**
37359
37365
  * License service.
37360
37366
  * @module purecloud-platform-client-v2/api/LicenseApi
37361
- * @version 198.0.0
37367
+ * @version 200.0.0
37362
37368
  */
37363
37369
 
37364
37370
  /**
@@ -37596,7 +37602,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37596
37602
  /**
37597
37603
  * Locations service.
37598
37604
  * @module purecloud-platform-client-v2/api/LocationsApi
37599
- * @version 198.0.0
37605
+ * @version 200.0.0
37600
37606
  */
37601
37607
 
37602
37608
  /**
@@ -37832,7 +37838,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37832
37838
  /**
37833
37839
  * LogCapture service.
37834
37840
  * @module purecloud-platform-client-v2/api/LogCaptureApi
37835
- * @version 198.0.0
37841
+ * @version 200.0.0
37836
37842
  */
37837
37843
 
37838
37844
  /**
@@ -38032,7 +38038,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38032
38038
  /**
38033
38039
  * Messaging service.
38034
38040
  * @module purecloud-platform-client-v2/api/MessagingApi
38035
- * @version 198.0.0
38041
+ * @version 200.0.0
38036
38042
  */
38037
38043
 
38038
38044
  /**
@@ -38391,7 +38397,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38391
38397
  /**
38392
38398
  * MobileDevices service.
38393
38399
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
38394
- * @version 198.0.0
38400
+ * @version 200.0.0
38395
38401
  */
38396
38402
 
38397
38403
  /**
@@ -38542,7 +38548,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38542
38548
  /**
38543
38549
  * Notifications service.
38544
38550
  * @module purecloud-platform-client-v2/api/NotificationsApi
38545
- * @version 198.0.0
38551
+ * @version 200.0.0
38546
38552
  */
38547
38553
 
38548
38554
  /**
@@ -38775,7 +38781,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38775
38781
  /**
38776
38782
  * OAuth service.
38777
38783
  * @module purecloud-platform-client-v2/api/OAuthApi
38778
- * @version 198.0.0
38784
+ * @version 200.0.0
38779
38785
  */
38780
38786
 
38781
38787
  /**
@@ -39141,7 +39147,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39141
39147
  /**
39142
39148
  * Objects service.
39143
39149
  * @module purecloud-platform-client-v2/api/ObjectsApi
39144
- * @version 198.0.0
39150
+ * @version 200.0.0
39145
39151
  */
39146
39152
 
39147
39153
  /**
@@ -39411,7 +39417,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39411
39417
  /**
39412
39418
  * OperationalEvents service.
39413
39419
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
39414
- * @version 198.0.0
39420
+ * @version 200.0.0
39415
39421
  */
39416
39422
 
39417
39423
  /**
@@ -39477,7 +39483,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39477
39483
  /**
39478
39484
  * Organization service.
39479
39485
  * @module purecloud-platform-client-v2/api/OrganizationApi
39480
- * @version 198.0.0
39486
+ * @version 200.0.0
39481
39487
  */
39482
39488
 
39483
39489
  /**
@@ -39952,7 +39958,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39952
39958
  /**
39953
39959
  * OrganizationAuthorization service.
39954
39960
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
39955
- * @version 198.0.0
39961
+ * @version 200.0.0
39956
39962
  */
39957
39963
 
39958
39964
  /**
@@ -41299,7 +41305,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41299
41305
  /**
41300
41306
  * Outbound service.
41301
41307
  * @module purecloud-platform-client-v2/api/OutboundApi
41302
- * @version 198.0.0
41308
+ * @version 200.0.0
41303
41309
  */
41304
41310
 
41305
41311
  /**
@@ -45661,7 +45667,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45661
45667
  /**
45662
45668
  * Presence service.
45663
45669
  * @module purecloud-platform-client-v2/api/PresenceApi
45664
- * @version 198.0.0
45670
+ * @version 200.0.0
45665
45671
  */
45666
45672
 
45667
45673
  /**
@@ -46405,7 +46411,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46405
46411
  /**
46406
46412
  * ProcessAutomation service.
46407
46413
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
46408
- * @version 198.0.0
46414
+ * @version 200.0.0
46409
46415
  */
46410
46416
 
46411
46417
  /**
@@ -46644,7 +46650,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46644
46650
  /**
46645
46651
  * Quality service.
46646
46652
  * @module purecloud-platform-client-v2/api/QualityApi
46647
- * @version 198.0.0
46653
+ * @version 200.0.0
46648
46654
  */
46649
46655
 
46650
46656
  /**
@@ -48334,24 +48340,24 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48334
48340
  }
48335
48341
 
48336
48342
  /**
48337
- * Update the Predictive Scoring settings of an evaluation form.
48343
+ * Update the AI Scoring settings of an evaluation form.
48338
48344
  *
48339
48345
  * @param {String} formId Form ID
48340
- * @param {Object} body Predictive Scoring Settings
48341
- * putQualityFormsEvaluationPredictivescoringSettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
48346
+ * @param {Object} body AI Scoring Settings
48347
+ * putQualityFormsEvaluationAiscoringSettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
48342
48348
  */
48343
- putQualityFormsEvaluationPredictivescoringSettings(formId, body) {
48349
+ putQualityFormsEvaluationAiscoringSettings(formId, body) {
48344
48350
  // verify the required parameter 'formId' is set
48345
48351
  if (formId === undefined || formId === null) {
48346
- throw 'Missing the required parameter "formId" when calling putQualityFormsEvaluationPredictivescoringSettings';
48352
+ throw 'Missing the required parameter "formId" when calling putQualityFormsEvaluationAiscoringSettings';
48347
48353
  }
48348
48354
  // verify the required parameter 'body' is set
48349
48355
  if (body === undefined || body === null) {
48350
- throw 'Missing the required parameter "body" when calling putQualityFormsEvaluationPredictivescoringSettings';
48356
+ throw 'Missing the required parameter "body" when calling putQualityFormsEvaluationAiscoringSettings';
48351
48357
  }
48352
48358
 
48353
48359
  return this.apiClient.callApi(
48354
- '/api/v2/quality/forms/evaluations/{formId}/predictivescoring/settings',
48360
+ '/api/v2/quality/forms/evaluations/{formId}/aiscoring/settings',
48355
48361
  'PUT',
48356
48362
  { 'formId': formId },
48357
48363
  { },
@@ -48430,7 +48436,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48430
48436
  /**
48431
48437
  * Recording service.
48432
48438
  * @module purecloud-platform-client-v2/api/RecordingApi
48433
- * @version 198.0.0
48439
+ * @version 200.0.0
48434
48440
  */
48435
48441
 
48436
48442
  /**
@@ -49422,10 +49428,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49422
49428
 
49423
49429
  /**
49424
49430
  * Update a screen recording session
49425
- *
49431
+ * This API is deprecated and the functionality to stop screen recording will be no longer supported.
49426
49432
  * @param {String} recordingSessionId Screen recording session ID
49427
49433
  * @param {Object} opts Optional parameters
49428
49434
  * @param {Object} opts.body
49435
+ * @deprecated
49429
49436
  */
49430
49437
  patchRecordingsScreensession(recordingSessionId, opts) {
49431
49438
  opts = opts || {};
@@ -50088,7 +50095,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50088
50095
  /**
50089
50096
  * ResponseManagement service.
50090
50097
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
50091
- * @version 198.0.0
50098
+ * @version 200.0.0
50092
50099
  */
50093
50100
 
50094
50101
  /**
@@ -50598,7 +50605,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50598
50605
  /**
50599
50606
  * Routing service.
50600
50607
  * @module purecloud-platform-client-v2/api/RoutingApi
50601
- * @version 198.0.0
50608
+ * @version 200.0.0
50602
50609
  */
50603
50610
 
50604
50611
  /**
@@ -50638,6 +50645,26 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50638
50645
  );
50639
50646
  }
50640
50647
 
50648
+ /**
50649
+ * Delete the user's Direct Routing Backup settings and revert to the Direct Routing Queue default.
50650
+ *
50651
+ */
50652
+ deleteRoutingDirectroutingbackupSettingsMe() {
50653
+
50654
+ return this.apiClient.callApi(
50655
+ '/api/v2/routing/directroutingbackup/settings/me',
50656
+ 'DELETE',
50657
+ { },
50658
+ { },
50659
+ { },
50660
+ { },
50661
+ null,
50662
+ ['PureCloud OAuth'],
50663
+ ['application/json'],
50664
+ ['application/json']
50665
+ );
50666
+ }
50667
+
50641
50668
  /**
50642
50669
  * Delete a domain
50643
50670
  *
@@ -51008,6 +51035,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51008
51035
  );
51009
51036
  }
51010
51037
 
51038
+ /**
51039
+ * Delete the user's Direct Routing Backup settings and revert to the Direct Routing Queue default.
51040
+ *
51041
+ * @param {String} userId User ID
51042
+ */
51043
+ deleteRoutingUserDirectroutingbackupSettings(userId) {
51044
+ // verify the required parameter 'userId' is set
51045
+ if (userId === undefined || userId === null) {
51046
+ throw 'Missing the required parameter "userId" when calling deleteRoutingUserDirectroutingbackupSettings';
51047
+ }
51048
+
51049
+ return this.apiClient.callApi(
51050
+ '/api/v2/routing/users/{userId}/directroutingbackup/settings',
51051
+ 'DELETE',
51052
+ { 'userId': userId },
51053
+ { },
51054
+ { },
51055
+ { },
51056
+ null,
51057
+ ['PureCloud OAuth'],
51058
+ ['application/json'],
51059
+ ['application/json']
51060
+ );
51061
+ }
51062
+
51011
51063
  /**
51012
51064
  * Delete the user's max utilization settings and revert to the organization-wide default.
51013
51065
  *
@@ -51319,6 +51371,26 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51319
51371
  );
51320
51372
  }
51321
51373
 
51374
+ /**
51375
+ * Get the user's Direct Routing Backup settings.
51376
+ *
51377
+ */
51378
+ getRoutingDirectroutingbackupSettingsMe() {
51379
+
51380
+ return this.apiClient.callApi(
51381
+ '/api/v2/routing/directroutingbackup/settings/me',
51382
+ 'GET',
51383
+ { },
51384
+ { },
51385
+ { },
51386
+ { },
51387
+ null,
51388
+ ['PureCloud OAuth'],
51389
+ ['application/json'],
51390
+ ['application/json']
51391
+ );
51392
+ }
51393
+
51322
51394
  /**
51323
51395
  * Get domain
51324
51396
  *
@@ -52529,6 +52601,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52529
52601
  );
52530
52602
  }
52531
52603
 
52604
+ /**
52605
+ * Get the user's Direct Routing Backup settings.
52606
+ *
52607
+ * @param {String} userId User ID
52608
+ */
52609
+ getRoutingUserDirectroutingbackupSettings(userId) {
52610
+ // verify the required parameter 'userId' is set
52611
+ if (userId === undefined || userId === null) {
52612
+ throw 'Missing the required parameter "userId" when calling getRoutingUserDirectroutingbackupSettings';
52613
+ }
52614
+
52615
+ return this.apiClient.callApi(
52616
+ '/api/v2/routing/users/{userId}/directroutingbackup/settings',
52617
+ 'GET',
52618
+ { 'userId': userId },
52619
+ { },
52620
+ { },
52621
+ { },
52622
+ null,
52623
+ ['PureCloud OAuth'],
52624
+ ['application/json'],
52625
+ ['application/json']
52626
+ );
52627
+ }
52628
+
52532
52629
  /**
52533
52630
  * Get the user's max utilization settings. If not configured, the organization-wide default is returned.
52534
52631
  *
@@ -54186,6 +54283,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54186
54283
  );
54187
54284
  }
54188
54285
 
54286
+ /**
54287
+ * Update the user's Direct Routing Backup settings.
54288
+ *
54289
+ * @param {Object} body directRoutingBackup
54290
+ */
54291
+ putRoutingDirectroutingbackupSettingsMe(body) {
54292
+ // verify the required parameter 'body' is set
54293
+ if (body === undefined || body === null) {
54294
+ throw 'Missing the required parameter "body" when calling putRoutingDirectroutingbackupSettingsMe';
54295
+ }
54296
+
54297
+ return this.apiClient.callApi(
54298
+ '/api/v2/routing/directroutingbackup/settings/me',
54299
+ 'PUT',
54300
+ { },
54301
+ { },
54302
+ { },
54303
+ { },
54304
+ body,
54305
+ ['PureCloud OAuth'],
54306
+ ['application/json'],
54307
+ ['application/json']
54308
+ );
54309
+ }
54310
+
54189
54311
  /**
54190
54312
  * Update a route
54191
54313
  *
@@ -54386,6 +54508,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54386
54508
  );
54387
54509
  }
54388
54510
 
54511
+ /**
54512
+ * Update the user's Direct Routing Backup settings.
54513
+ *
54514
+ * @param {String} userId User ID
54515
+ * @param {Object} body directRoutingBackup
54516
+ */
54517
+ putRoutingUserDirectroutingbackupSettings(userId, body) {
54518
+ // verify the required parameter 'userId' is set
54519
+ if (userId === undefined || userId === null) {
54520
+ throw 'Missing the required parameter "userId" when calling putRoutingUserDirectroutingbackupSettings';
54521
+ }
54522
+ // verify the required parameter 'body' is set
54523
+ if (body === undefined || body === null) {
54524
+ throw 'Missing the required parameter "body" when calling putRoutingUserDirectroutingbackupSettings';
54525
+ }
54526
+
54527
+ return this.apiClient.callApi(
54528
+ '/api/v2/routing/users/{userId}/directroutingbackup/settings',
54529
+ 'PUT',
54530
+ { 'userId': userId },
54531
+ { },
54532
+ { },
54533
+ { },
54534
+ body,
54535
+ ['PureCloud OAuth'],
54536
+ ['application/json'],
54537
+ ['application/json']
54538
+ );
54539
+ }
54540
+
54389
54541
  /**
54390
54542
  * Update the user's max utilization settings. Include only those media types requiring custom configuration.
54391
54543
  *
@@ -54572,7 +54724,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54572
54724
  /**
54573
54725
  * SCIM service.
54574
54726
  * @module purecloud-platform-client-v2/api/SCIMApi
54575
- * @version 198.0.0
54727
+ * @version 200.0.0
54576
54728
  */
54577
54729
 
54578
54730
  /**
@@ -55449,7 +55601,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55449
55601
  /**
55450
55602
  * ScreenRecording service.
55451
55603
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
55452
- * @version 198.0.0
55604
+ * @version 200.0.0
55453
55605
  */
55454
55606
 
55455
55607
  /**
@@ -55494,7 +55646,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55494
55646
  /**
55495
55647
  * Scripts service.
55496
55648
  * @module purecloud-platform-client-v2/api/ScriptsApi
55497
- * @version 198.0.0
55649
+ * @version 200.0.0
55498
55650
  */
55499
55651
 
55500
55652
  /**
@@ -55938,7 +56090,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55938
56090
  /**
55939
56091
  * Search service.
55940
56092
  * @module purecloud-platform-client-v2/api/SearchApi
55941
- * @version 198.0.0
56093
+ * @version 200.0.0
55942
56094
  */
55943
56095
 
55944
56096
  /**
@@ -56627,7 +56779,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56627
56779
  /**
56628
56780
  * Settings service.
56629
56781
  * @module purecloud-platform-client-v2/api/SettingsApi
56630
- * @version 198.0.0
56782
+ * @version 200.0.0
56631
56783
  */
56632
56784
 
56633
56785
  /**
@@ -56849,7 +57001,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56849
57001
  /**
56850
57002
  * SpeechTextAnalytics service.
56851
57003
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
56852
- * @version 198.0.0
57004
+ * @version 200.0.0
56853
57005
  */
56854
57006
 
56855
57007
  /**
@@ -58127,7 +58279,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58127
58279
  /**
58128
58280
  * Stations service.
58129
58281
  * @module purecloud-platform-client-v2/api/StationsApi
58130
- * @version 198.0.0
58282
+ * @version 200.0.0
58131
58283
  */
58132
58284
 
58133
58285
  /**
@@ -58229,7 +58381,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58229
58381
  /**
58230
58382
  * Suggest service.
58231
58383
  * @module purecloud-platform-client-v2/api/SuggestApi
58232
- * @version 198.0.0
58384
+ * @version 200.0.0
58233
58385
  */
58234
58386
 
58235
58387
  /**
@@ -58368,7 +58520,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58368
58520
  /**
58369
58521
  * TaskManagement service.
58370
58522
  * @module purecloud-platform-client-v2/api/TaskManagementApi
58371
- * @version 198.0.0
58523
+ * @version 200.0.0
58372
58524
  */
58373
58525
 
58374
58526
  /**
@@ -59717,7 +59869,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59717
59869
  /**
59718
59870
  * Teams service.
59719
59871
  * @module purecloud-platform-client-v2/api/TeamsApi
59720
- * @version 198.0.0
59872
+ * @version 200.0.0
59721
59873
  */
59722
59874
 
59723
59875
  /**
@@ -60018,7 +60170,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60018
60170
  /**
60019
60171
  * Telephony service.
60020
60172
  * @module purecloud-platform-client-v2/api/TelephonyApi
60021
- * @version 198.0.0
60173
+ * @version 200.0.0
60022
60174
  */
60023
60175
 
60024
60176
  /**
@@ -60200,7 +60352,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60200
60352
  /**
60201
60353
  * TelephonyProvidersEdge service.
60202
60354
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
60203
- * @version 198.0.0
60355
+ * @version 200.0.0
60204
60356
  */
60205
60357
 
60206
60358
  /**
@@ -63528,7 +63680,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63528
63680
  /**
63529
63681
  * Textbots service.
63530
63682
  * @module purecloud-platform-client-v2/api/TextbotsApi
63531
- * @version 198.0.0
63683
+ * @version 200.0.0
63532
63684
  */
63533
63685
 
63534
63686
  /**
@@ -63656,7 +63808,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63656
63808
  /**
63657
63809
  * Tokens service.
63658
63810
  * @module purecloud-platform-client-v2/api/TokensApi
63659
- * @version 198.0.0
63811
+ * @version 200.0.0
63660
63812
  */
63661
63813
 
63662
63814
  /**
@@ -63810,7 +63962,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63810
63962
  /**
63811
63963
  * Uploads service.
63812
63964
  * @module purecloud-platform-client-v2/api/UploadsApi
63813
- * @version 198.0.0
63965
+ * @version 200.0.0
63814
63966
  */
63815
63967
 
63816
63968
  /**
@@ -64079,7 +64231,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64079
64231
  /**
64080
64232
  * Usage service.
64081
64233
  * @module purecloud-platform-client-v2/api/UsageApi
64082
- * @version 198.0.0
64234
+ * @version 200.0.0
64083
64235
  */
64084
64236
 
64085
64237
  /**
@@ -64294,7 +64446,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64294
64446
  /**
64295
64447
  * UserRecordings service.
64296
64448
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
64297
- * @version 198.0.0
64449
+ * @version 200.0.0
64298
64450
  */
64299
64451
 
64300
64452
  /**
@@ -64479,7 +64631,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64479
64631
  /**
64480
64632
  * Users service.
64481
64633
  * @module purecloud-platform-client-v2/api/UsersApi
64482
- * @version 198.0.0
64634
+ * @version 200.0.0
64483
64635
  */
64484
64636
 
64485
64637
  /**
@@ -64554,6 +64706,51 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64554
64706
  );
64555
64707
  }
64556
64708
 
64709
+ /**
64710
+ * Delete the user's Direct Routing Backup settings and revert to the Direct Routing Queue default.
64711
+ *
64712
+ */
64713
+ deleteRoutingDirectroutingbackupSettingsMe() {
64714
+
64715
+ return this.apiClient.callApi(
64716
+ '/api/v2/routing/directroutingbackup/settings/me',
64717
+ 'DELETE',
64718
+ { },
64719
+ { },
64720
+ { },
64721
+ { },
64722
+ null,
64723
+ ['PureCloud OAuth'],
64724
+ ['application/json'],
64725
+ ['application/json']
64726
+ );
64727
+ }
64728
+
64729
+ /**
64730
+ * Delete the user's Direct Routing Backup settings and revert to the Direct Routing Queue default.
64731
+ *
64732
+ * @param {String} userId User ID
64733
+ */
64734
+ deleteRoutingUserDirectroutingbackupSettings(userId) {
64735
+ // verify the required parameter 'userId' is set
64736
+ if (userId === undefined || userId === null) {
64737
+ throw 'Missing the required parameter "userId" when calling deleteRoutingUserDirectroutingbackupSettings';
64738
+ }
64739
+
64740
+ return this.apiClient.callApi(
64741
+ '/api/v2/routing/users/{userId}/directroutingbackup/settings',
64742
+ 'DELETE',
64743
+ { 'userId': userId },
64744
+ { },
64745
+ { },
64746
+ { },
64747
+ null,
64748
+ ['PureCloud OAuth'],
64749
+ ['application/json'],
64750
+ ['application/json']
64751
+ );
64752
+ }
64753
+
64557
64754
  /**
64558
64755
  * Delete the user's max utilization settings and revert to the organization-wide default.
64559
64756
  *
@@ -65081,6 +65278,51 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65081
65278
  );
65082
65279
  }
65083
65280
 
65281
+ /**
65282
+ * Get the user's Direct Routing Backup settings.
65283
+ *
65284
+ */
65285
+ getRoutingDirectroutingbackupSettingsMe() {
65286
+
65287
+ return this.apiClient.callApi(
65288
+ '/api/v2/routing/directroutingbackup/settings/me',
65289
+ 'GET',
65290
+ { },
65291
+ { },
65292
+ { },
65293
+ { },
65294
+ null,
65295
+ ['PureCloud OAuth'],
65296
+ ['application/json'],
65297
+ ['application/json']
65298
+ );
65299
+ }
65300
+
65301
+ /**
65302
+ * Get the user's Direct Routing Backup settings.
65303
+ *
65304
+ * @param {String} userId User ID
65305
+ */
65306
+ getRoutingUserDirectroutingbackupSettings(userId) {
65307
+ // verify the required parameter 'userId' is set
65308
+ if (userId === undefined || userId === null) {
65309
+ throw 'Missing the required parameter "userId" when calling getRoutingUserDirectroutingbackupSettings';
65310
+ }
65311
+
65312
+ return this.apiClient.callApi(
65313
+ '/api/v2/routing/users/{userId}/directroutingbackup/settings',
65314
+ 'GET',
65315
+ { 'userId': userId },
65316
+ { },
65317
+ { },
65318
+ { },
65319
+ null,
65320
+ ['PureCloud OAuth'],
65321
+ ['application/json'],
65322
+ ['application/json']
65323
+ );
65324
+ }
65325
+
65084
65326
  /**
65085
65327
  * Get the user's max utilization settings. If not configured, the organization-wide default is returned.
65086
65328
  *
@@ -66761,6 +67003,61 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66761
67003
  );
66762
67004
  }
66763
67005
 
67006
+ /**
67007
+ * Update the user's Direct Routing Backup settings.
67008
+ *
67009
+ * @param {Object} body directRoutingBackup
67010
+ */
67011
+ putRoutingDirectroutingbackupSettingsMe(body) {
67012
+ // verify the required parameter 'body' is set
67013
+ if (body === undefined || body === null) {
67014
+ throw 'Missing the required parameter "body" when calling putRoutingDirectroutingbackupSettingsMe';
67015
+ }
67016
+
67017
+ return this.apiClient.callApi(
67018
+ '/api/v2/routing/directroutingbackup/settings/me',
67019
+ 'PUT',
67020
+ { },
67021
+ { },
67022
+ { },
67023
+ { },
67024
+ body,
67025
+ ['PureCloud OAuth'],
67026
+ ['application/json'],
67027
+ ['application/json']
67028
+ );
67029
+ }
67030
+
67031
+ /**
67032
+ * Update the user's Direct Routing Backup settings.
67033
+ *
67034
+ * @param {String} userId User ID
67035
+ * @param {Object} body directRoutingBackup
67036
+ */
67037
+ putRoutingUserDirectroutingbackupSettings(userId, body) {
67038
+ // verify the required parameter 'userId' is set
67039
+ if (userId === undefined || userId === null) {
67040
+ throw 'Missing the required parameter "userId" when calling putRoutingUserDirectroutingbackupSettings';
67041
+ }
67042
+ // verify the required parameter 'body' is set
67043
+ if (body === undefined || body === null) {
67044
+ throw 'Missing the required parameter "body" when calling putRoutingUserDirectroutingbackupSettings';
67045
+ }
67046
+
67047
+ return this.apiClient.callApi(
67048
+ '/api/v2/routing/users/{userId}/directroutingbackup/settings',
67049
+ 'PUT',
67050
+ { 'userId': userId },
67051
+ { },
67052
+ { },
67053
+ { },
67054
+ body,
67055
+ ['PureCloud OAuth'],
67056
+ ['application/json'],
67057
+ ['application/json']
67058
+ );
67059
+ }
67060
+
66764
67061
  /**
66765
67062
  * Update the user's max utilization settings. Include only those media types requiring custom configuration.
66766
67063
  *
@@ -67137,7 +67434,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67137
67434
  /**
67138
67435
  * Utilities service.
67139
67436
  * @module purecloud-platform-client-v2/api/UtilitiesApi
67140
- * @version 198.0.0
67437
+ * @version 200.0.0
67141
67438
  */
67142
67439
 
67143
67440
  /**
@@ -67248,7 +67545,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67248
67545
  /**
67249
67546
  * Voicemail service.
67250
67547
  * @module purecloud-platform-client-v2/api/VoicemailApi
67251
- * @version 198.0.0
67548
+ * @version 200.0.0
67252
67549
  */
67253
67550
 
67254
67551
  /**
@@ -67915,7 +68212,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67915
68212
  /**
67916
68213
  * WebChat service.
67917
68214
  * @module purecloud-platform-client-v2/api/WebChatApi
67918
- * @version 198.0.0
68215
+ * @version 200.0.0
67919
68216
  */
67920
68217
 
67921
68218
  /**
@@ -68466,7 +68763,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68466
68763
  /**
68467
68764
  * WebDeployments service.
68468
68765
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
68469
- * @version 198.0.0
68766
+ * @version 200.0.0
68470
68767
  */
68471
68768
 
68472
68769
  /**
@@ -68993,7 +69290,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68993
69290
  /**
68994
69291
  * WebMessaging service.
68995
69292
  * @module purecloud-platform-client-v2/api/WebMessagingApi
68996
- * @version 198.0.0
69293
+ * @version 200.0.0
68997
69294
  */
68998
69295
 
68999
69296
  /**
@@ -69039,7 +69336,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69039
69336
  /**
69040
69337
  * Widgets service.
69041
69338
  * @module purecloud-platform-client-v2/api/WidgetsApi
69042
- * @version 198.0.0
69339
+ * @version 200.0.0
69043
69340
  */
69044
69341
 
69045
69342
  /**
@@ -69185,7 +69482,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69185
69482
  /**
69186
69483
  * WorkforceManagement service.
69187
69484
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
69188
- * @version 198.0.0
69485
+ * @version 200.0.0
69189
69486
  */
69190
69487
 
69191
69488
  /**
@@ -75293,7 +75590,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
75293
75590
  * </pre>
75294
75591
  * </p>
75295
75592
  * @module purecloud-platform-client-v2/index
75296
- * @version 198.0.0
75593
+ * @version 200.0.0
75297
75594
  */
75298
75595
  class platformClient {
75299
75596
  constructor() {