purecloud-platform-client-v2 199.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 +381 -82
  3. package/dist/web-amd/purecloud-platform-client-v2.js +381 -82
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +144 -81
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +144 -81
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +278 -223
  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 -1
  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 +1 -1
  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 199.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 199.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 199.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 199.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 199.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 199.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 199.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 199.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 199.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 199.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 199.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 199.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 199.0.0
13564
+ * @version 200.0.0
13564
13565
  */
13565
13566
 
13566
13567
  /**
@@ -20673,7 +20674,7 @@ class DataExtensionsApi {
20673
20674
  /**
20674
20675
  * DataExtensions service.
20675
20676
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
20676
- * @version 199.0.0
20677
+ * @version 200.0.0
20677
20678
  */
20678
20679
 
20679
20680
  /**
@@ -20759,7 +20760,7 @@ class DownloadsApi {
20759
20760
  /**
20760
20761
  * Downloads service.
20761
20762
  * @module purecloud-platform-client-v2/api/DownloadsApi
20762
- * @version 199.0.0
20763
+ * @version 200.0.0
20763
20764
  */
20764
20765
 
20765
20766
  /**
@@ -20811,7 +20812,7 @@ class EmailsApi {
20811
20812
  /**
20812
20813
  * Emails service.
20813
20814
  * @module purecloud-platform-client-v2/api/EmailsApi
20814
- * @version 199.0.0
20815
+ * @version 200.0.0
20815
20816
  */
20816
20817
 
20817
20818
  /**
@@ -20876,7 +20877,7 @@ class EmployeeEngagementApi {
20876
20877
  /**
20877
20878
  * EmployeeEngagement service.
20878
20879
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
20879
- * @version 199.0.0
20880
+ * @version 200.0.0
20880
20881
  */
20881
20882
 
20882
20883
  /**
@@ -21027,7 +21028,7 @@ class EventsApi {
21027
21028
  /**
21028
21029
  * Events service.
21029
21030
  * @module purecloud-platform-client-v2/api/EventsApi
21030
- * @version 199.0.0
21031
+ * @version 200.0.0
21031
21032
  */
21032
21033
 
21033
21034
  /**
@@ -21123,7 +21124,7 @@ class ExternalContactsApi {
21123
21124
  /**
21124
21125
  * ExternalContacts service.
21125
21126
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
21126
- * @version 199.0.0
21127
+ * @version 200.0.0
21127
21128
  */
21128
21129
 
21129
21130
  /**
@@ -23085,7 +23086,7 @@ class FaxApi {
23085
23086
  /**
23086
23087
  * Fax service.
23087
23088
  * @module purecloud-platform-client-v2/api/FaxApi
23088
- * @version 199.0.0
23089
+ * @version 200.0.0
23089
23090
  */
23090
23091
 
23091
23092
  /**
@@ -23300,7 +23301,7 @@ class FlowsApi {
23300
23301
  /**
23301
23302
  * Flows service.
23302
23303
  * @module purecloud-platform-client-v2/api/FlowsApi
23303
- * @version 199.0.0
23304
+ * @version 200.0.0
23304
23305
  */
23305
23306
 
23306
23307
  /**
@@ -23483,7 +23484,7 @@ class GamificationApi {
23483
23484
  /**
23484
23485
  * Gamification service.
23485
23486
  * @module purecloud-platform-client-v2/api/GamificationApi
23486
- * @version 199.0.0
23487
+ * @version 200.0.0
23487
23488
  */
23488
23489
 
23489
23490
  /**
@@ -25569,7 +25570,7 @@ class GeneralDataProtectionRegulationApi {
25569
25570
  /**
25570
25571
  * GeneralDataProtectionRegulation service.
25571
25572
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
25572
- * @version 199.0.0
25573
+ * @version 200.0.0
25573
25574
  */
25574
25575
 
25575
25576
  /**
@@ -25699,7 +25700,7 @@ class GeolocationApi {
25699
25700
  /**
25700
25701
  * Geolocation service.
25701
25702
  * @module purecloud-platform-client-v2/api/GeolocationApi
25702
- * @version 199.0.0
25703
+ * @version 200.0.0
25703
25704
  */
25704
25705
 
25705
25706
  /**
@@ -25830,7 +25831,7 @@ class GreetingsApi {
25830
25831
  /**
25831
25832
  * Greetings service.
25832
25833
  * @module purecloud-platform-client-v2/api/GreetingsApi
25833
- * @version 199.0.0
25834
+ * @version 200.0.0
25834
25835
  */
25835
25836
 
25836
25837
  /**
@@ -26285,7 +26286,7 @@ class GroupsApi {
26285
26286
  /**
26286
26287
  * Groups service.
26287
26288
  * @module purecloud-platform-client-v2/api/GroupsApi
26288
- * @version 199.0.0
26289
+ * @version 200.0.0
26289
26290
  */
26290
26291
 
26291
26292
  /**
@@ -26804,7 +26805,7 @@ class IdentityProviderApi {
26804
26805
  /**
26805
26806
  * IdentityProvider service.
26806
26807
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
26807
- * @version 199.0.0
26808
+ * @version 200.0.0
26808
26809
  */
26809
26810
 
26810
26811
  /**
@@ -27665,7 +27666,7 @@ class InfrastructureAsCodeApi {
27665
27666
  /**
27666
27667
  * InfrastructureAsCode service.
27667
27668
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
27668
- * @version 199.0.0
27669
+ * @version 200.0.0
27669
27670
  */
27670
27671
 
27671
27672
  /**
@@ -27832,7 +27833,7 @@ class IntegrationsApi {
27832
27833
  /**
27833
27834
  * Integrations service.
27834
27835
  * @module purecloud-platform-client-v2/api/IntegrationsApi
27835
- * @version 199.0.0
27836
+ * @version 200.0.0
27836
27837
  */
27837
27838
 
27838
27839
  /**
@@ -30184,7 +30185,7 @@ class JourneyApi {
30184
30185
  /**
30185
30186
  * Journey service.
30186
30187
  * @module purecloud-platform-client-v2/api/JourneyApi
30187
- * @version 199.0.0
30188
+ * @version 200.0.0
30188
30189
  */
30189
30190
 
30190
30191
  /**
@@ -31140,15 +31141,22 @@ class JourneyApi {
31140
31141
  /**
31141
31142
  * Get a list of Journey Views
31142
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
31143
31149
  * getJourneyViews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
31144
31150
  */
31145
- getJourneyViews() {
31151
+ getJourneyViews(opts) {
31152
+ opts = opts || {};
31153
+
31146
31154
 
31147
31155
  return this.apiClient.callApi(
31148
31156
  '/api/v2/journey/views',
31149
31157
  'GET',
31150
31158
  { },
31151
- { },
31159
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'nameOrCreatedBy': opts['nameOrCreatedBy'],'expand': opts['expand'] },
31152
31160
  { },
31153
31161
  { },
31154
31162
  null,
@@ -31830,7 +31838,7 @@ class KnowledgeApi {
31830
31838
  /**
31831
31839
  * Knowledge service.
31832
31840
  * @module purecloud-platform-client-v2/api/KnowledgeApi
31833
- * @version 199.0.0
31841
+ * @version 200.0.0
31834
31842
  */
31835
31843
 
31836
31844
  /**
@@ -35074,7 +35082,7 @@ class LanguageUnderstandingApi {
35074
35082
  /**
35075
35083
  * LanguageUnderstanding service.
35076
35084
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
35077
- * @version 199.0.0
35085
+ * @version 200.0.0
35078
35086
  */
35079
35087
 
35080
35088
  /**
@@ -36108,7 +36116,7 @@ class LanguagesApi {
36108
36116
  /**
36109
36117
  * Languages service.
36110
36118
  * @module purecloud-platform-client-v2/api/LanguagesApi
36111
- * @version 199.0.0
36119
+ * @version 200.0.0
36112
36120
  */
36113
36121
 
36114
36122
  /**
@@ -36330,7 +36338,7 @@ class LearningApi {
36330
36338
  /**
36331
36339
  * Learning service.
36332
36340
  * @module purecloud-platform-client-v2/api/LearningApi
36333
- * @version 199.0.0
36341
+ * @version 200.0.0
36334
36342
  */
36335
36343
 
36336
36344
  /**
@@ -37359,7 +37367,7 @@ class LicenseApi {
37359
37367
  /**
37360
37368
  * License service.
37361
37369
  * @module purecloud-platform-client-v2/api/LicenseApi
37362
- * @version 199.0.0
37370
+ * @version 200.0.0
37363
37371
  */
37364
37372
 
37365
37373
  /**
@@ -37597,7 +37605,7 @@ class LocationsApi {
37597
37605
  /**
37598
37606
  * Locations service.
37599
37607
  * @module purecloud-platform-client-v2/api/LocationsApi
37600
- * @version 199.0.0
37608
+ * @version 200.0.0
37601
37609
  */
37602
37610
 
37603
37611
  /**
@@ -37833,7 +37841,7 @@ class LogCaptureApi {
37833
37841
  /**
37834
37842
  * LogCapture service.
37835
37843
  * @module purecloud-platform-client-v2/api/LogCaptureApi
37836
- * @version 199.0.0
37844
+ * @version 200.0.0
37837
37845
  */
37838
37846
 
37839
37847
  /**
@@ -38033,7 +38041,7 @@ class MessagingApi {
38033
38041
  /**
38034
38042
  * Messaging service.
38035
38043
  * @module purecloud-platform-client-v2/api/MessagingApi
38036
- * @version 199.0.0
38044
+ * @version 200.0.0
38037
38045
  */
38038
38046
 
38039
38047
  /**
@@ -38392,7 +38400,7 @@ class MobileDevicesApi {
38392
38400
  /**
38393
38401
  * MobileDevices service.
38394
38402
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
38395
- * @version 199.0.0
38403
+ * @version 200.0.0
38396
38404
  */
38397
38405
 
38398
38406
  /**
@@ -38543,7 +38551,7 @@ class NotificationsApi {
38543
38551
  /**
38544
38552
  * Notifications service.
38545
38553
  * @module purecloud-platform-client-v2/api/NotificationsApi
38546
- * @version 199.0.0
38554
+ * @version 200.0.0
38547
38555
  */
38548
38556
 
38549
38557
  /**
@@ -38776,7 +38784,7 @@ class OAuthApi {
38776
38784
  /**
38777
38785
  * OAuth service.
38778
38786
  * @module purecloud-platform-client-v2/api/OAuthApi
38779
- * @version 199.0.0
38787
+ * @version 200.0.0
38780
38788
  */
38781
38789
 
38782
38790
  /**
@@ -39142,7 +39150,7 @@ class ObjectsApi {
39142
39150
  /**
39143
39151
  * Objects service.
39144
39152
  * @module purecloud-platform-client-v2/api/ObjectsApi
39145
- * @version 199.0.0
39153
+ * @version 200.0.0
39146
39154
  */
39147
39155
 
39148
39156
  /**
@@ -39412,7 +39420,7 @@ class OperationalEventsApi {
39412
39420
  /**
39413
39421
  * OperationalEvents service.
39414
39422
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
39415
- * @version 199.0.0
39423
+ * @version 200.0.0
39416
39424
  */
39417
39425
 
39418
39426
  /**
@@ -39478,7 +39486,7 @@ class OrganizationApi {
39478
39486
  /**
39479
39487
  * Organization service.
39480
39488
  * @module purecloud-platform-client-v2/api/OrganizationApi
39481
- * @version 199.0.0
39489
+ * @version 200.0.0
39482
39490
  */
39483
39491
 
39484
39492
  /**
@@ -39953,7 +39961,7 @@ class OrganizationAuthorizationApi {
39953
39961
  /**
39954
39962
  * OrganizationAuthorization service.
39955
39963
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
39956
- * @version 199.0.0
39964
+ * @version 200.0.0
39957
39965
  */
39958
39966
 
39959
39967
  /**
@@ -41300,7 +41308,7 @@ class OutboundApi {
41300
41308
  /**
41301
41309
  * Outbound service.
41302
41310
  * @module purecloud-platform-client-v2/api/OutboundApi
41303
- * @version 199.0.0
41311
+ * @version 200.0.0
41304
41312
  */
41305
41313
 
41306
41314
  /**
@@ -45662,7 +45670,7 @@ class PresenceApi {
45662
45670
  /**
45663
45671
  * Presence service.
45664
45672
  * @module purecloud-platform-client-v2/api/PresenceApi
45665
- * @version 199.0.0
45673
+ * @version 200.0.0
45666
45674
  */
45667
45675
 
45668
45676
  /**
@@ -46406,7 +46414,7 @@ class ProcessAutomationApi {
46406
46414
  /**
46407
46415
  * ProcessAutomation service.
46408
46416
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
46409
- * @version 199.0.0
46417
+ * @version 200.0.0
46410
46418
  */
46411
46419
 
46412
46420
  /**
@@ -46645,7 +46653,7 @@ class QualityApi {
46645
46653
  /**
46646
46654
  * Quality service.
46647
46655
  * @module purecloud-platform-client-v2/api/QualityApi
46648
- * @version 199.0.0
46656
+ * @version 200.0.0
46649
46657
  */
46650
46658
 
46651
46659
  /**
@@ -48431,7 +48439,7 @@ class RecordingApi {
48431
48439
  /**
48432
48440
  * Recording service.
48433
48441
  * @module purecloud-platform-client-v2/api/RecordingApi
48434
- * @version 199.0.0
48442
+ * @version 200.0.0
48435
48443
  */
48436
48444
 
48437
48445
  /**
@@ -49423,10 +49431,11 @@ class RecordingApi {
49423
49431
 
49424
49432
  /**
49425
49433
  * Update a screen recording session
49426
- *
49434
+ * This API is deprecated and the functionality to stop screen recording will be no longer supported.
49427
49435
  * @param {String} recordingSessionId Screen recording session ID
49428
49436
  * @param {Object} opts Optional parameters
49429
49437
  * @param {Object} opts.body
49438
+ * @deprecated
49430
49439
  */
49431
49440
  patchRecordingsScreensession(recordingSessionId, opts) {
49432
49441
  opts = opts || {};
@@ -50089,7 +50098,7 @@ class ResponseManagementApi {
50089
50098
  /**
50090
50099
  * ResponseManagement service.
50091
50100
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
50092
- * @version 199.0.0
50101
+ * @version 200.0.0
50093
50102
  */
50094
50103
 
50095
50104
  /**
@@ -50599,7 +50608,7 @@ class RoutingApi {
50599
50608
  /**
50600
50609
  * Routing service.
50601
50610
  * @module purecloud-platform-client-v2/api/RoutingApi
50602
- * @version 199.0.0
50611
+ * @version 200.0.0
50603
50612
  */
50604
50613
 
50605
50614
  /**
@@ -50639,6 +50648,26 @@ class RoutingApi {
50639
50648
  );
50640
50649
  }
50641
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
+
50642
50671
  /**
50643
50672
  * Delete a domain
50644
50673
  *
@@ -51009,6 +51038,31 @@ class RoutingApi {
51009
51038
  );
51010
51039
  }
51011
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
+
51012
51066
  /**
51013
51067
  * Delete the user's max utilization settings and revert to the organization-wide default.
51014
51068
  *
@@ -51320,6 +51374,26 @@ class RoutingApi {
51320
51374
  );
51321
51375
  }
51322
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
+
51323
51397
  /**
51324
51398
  * Get domain
51325
51399
  *
@@ -52530,6 +52604,31 @@ class RoutingApi {
52530
52604
  );
52531
52605
  }
52532
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
+
52533
52632
  /**
52534
52633
  * Get the user's max utilization settings. If not configured, the organization-wide default is returned.
52535
52634
  *
@@ -54187,6 +54286,31 @@ class RoutingApi {
54187
54286
  );
54188
54287
  }
54189
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
+
54190
54314
  /**
54191
54315
  * Update a route
54192
54316
  *
@@ -54387,6 +54511,36 @@ class RoutingApi {
54387
54511
  );
54388
54512
  }
54389
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
+
54390
54544
  /**
54391
54545
  * Update the user's max utilization settings. Include only those media types requiring custom configuration.
54392
54546
  *
@@ -54573,7 +54727,7 @@ class SCIMApi {
54573
54727
  /**
54574
54728
  * SCIM service.
54575
54729
  * @module purecloud-platform-client-v2/api/SCIMApi
54576
- * @version 199.0.0
54730
+ * @version 200.0.0
54577
54731
  */
54578
54732
 
54579
54733
  /**
@@ -55450,7 +55604,7 @@ class ScreenRecordingApi {
55450
55604
  /**
55451
55605
  * ScreenRecording service.
55452
55606
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
55453
- * @version 199.0.0
55607
+ * @version 200.0.0
55454
55608
  */
55455
55609
 
55456
55610
  /**
@@ -55495,7 +55649,7 @@ class ScriptsApi {
55495
55649
  /**
55496
55650
  * Scripts service.
55497
55651
  * @module purecloud-platform-client-v2/api/ScriptsApi
55498
- * @version 199.0.0
55652
+ * @version 200.0.0
55499
55653
  */
55500
55654
 
55501
55655
  /**
@@ -55939,7 +56093,7 @@ class SearchApi {
55939
56093
  /**
55940
56094
  * Search service.
55941
56095
  * @module purecloud-platform-client-v2/api/SearchApi
55942
- * @version 199.0.0
56096
+ * @version 200.0.0
55943
56097
  */
55944
56098
 
55945
56099
  /**
@@ -56628,7 +56782,7 @@ class SettingsApi {
56628
56782
  /**
56629
56783
  * Settings service.
56630
56784
  * @module purecloud-platform-client-v2/api/SettingsApi
56631
- * @version 199.0.0
56785
+ * @version 200.0.0
56632
56786
  */
56633
56787
 
56634
56788
  /**
@@ -56850,7 +57004,7 @@ class SpeechTextAnalyticsApi {
56850
57004
  /**
56851
57005
  * SpeechTextAnalytics service.
56852
57006
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
56853
- * @version 199.0.0
57007
+ * @version 200.0.0
56854
57008
  */
56855
57009
 
56856
57010
  /**
@@ -58128,7 +58282,7 @@ class StationsApi {
58128
58282
  /**
58129
58283
  * Stations service.
58130
58284
  * @module purecloud-platform-client-v2/api/StationsApi
58131
- * @version 199.0.0
58285
+ * @version 200.0.0
58132
58286
  */
58133
58287
 
58134
58288
  /**
@@ -58230,7 +58384,7 @@ class SuggestApi {
58230
58384
  /**
58231
58385
  * Suggest service.
58232
58386
  * @module purecloud-platform-client-v2/api/SuggestApi
58233
- * @version 199.0.0
58387
+ * @version 200.0.0
58234
58388
  */
58235
58389
 
58236
58390
  /**
@@ -58369,7 +58523,7 @@ class TaskManagementApi {
58369
58523
  /**
58370
58524
  * TaskManagement service.
58371
58525
  * @module purecloud-platform-client-v2/api/TaskManagementApi
58372
- * @version 199.0.0
58526
+ * @version 200.0.0
58373
58527
  */
58374
58528
 
58375
58529
  /**
@@ -59718,7 +59872,7 @@ class TeamsApi {
59718
59872
  /**
59719
59873
  * Teams service.
59720
59874
  * @module purecloud-platform-client-v2/api/TeamsApi
59721
- * @version 199.0.0
59875
+ * @version 200.0.0
59722
59876
  */
59723
59877
 
59724
59878
  /**
@@ -60019,7 +60173,7 @@ class TelephonyApi {
60019
60173
  /**
60020
60174
  * Telephony service.
60021
60175
  * @module purecloud-platform-client-v2/api/TelephonyApi
60022
- * @version 199.0.0
60176
+ * @version 200.0.0
60023
60177
  */
60024
60178
 
60025
60179
  /**
@@ -60201,7 +60355,7 @@ class TelephonyProvidersEdgeApi {
60201
60355
  /**
60202
60356
  * TelephonyProvidersEdge service.
60203
60357
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
60204
- * @version 199.0.0
60358
+ * @version 200.0.0
60205
60359
  */
60206
60360
 
60207
60361
  /**
@@ -63529,7 +63683,7 @@ class TextbotsApi {
63529
63683
  /**
63530
63684
  * Textbots service.
63531
63685
  * @module purecloud-platform-client-v2/api/TextbotsApi
63532
- * @version 199.0.0
63686
+ * @version 200.0.0
63533
63687
  */
63534
63688
 
63535
63689
  /**
@@ -63657,7 +63811,7 @@ class TokensApi {
63657
63811
  /**
63658
63812
  * Tokens service.
63659
63813
  * @module purecloud-platform-client-v2/api/TokensApi
63660
- * @version 199.0.0
63814
+ * @version 200.0.0
63661
63815
  */
63662
63816
 
63663
63817
  /**
@@ -63811,7 +63965,7 @@ class UploadsApi {
63811
63965
  /**
63812
63966
  * Uploads service.
63813
63967
  * @module purecloud-platform-client-v2/api/UploadsApi
63814
- * @version 199.0.0
63968
+ * @version 200.0.0
63815
63969
  */
63816
63970
 
63817
63971
  /**
@@ -64080,7 +64234,7 @@ class UsageApi {
64080
64234
  /**
64081
64235
  * Usage service.
64082
64236
  * @module purecloud-platform-client-v2/api/UsageApi
64083
- * @version 199.0.0
64237
+ * @version 200.0.0
64084
64238
  */
64085
64239
 
64086
64240
  /**
@@ -64295,7 +64449,7 @@ class UserRecordingsApi {
64295
64449
  /**
64296
64450
  * UserRecordings service.
64297
64451
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
64298
- * @version 199.0.0
64452
+ * @version 200.0.0
64299
64453
  */
64300
64454
 
64301
64455
  /**
@@ -64480,7 +64634,7 @@ class UsersApi {
64480
64634
  /**
64481
64635
  * Users service.
64482
64636
  * @module purecloud-platform-client-v2/api/UsersApi
64483
- * @version 199.0.0
64637
+ * @version 200.0.0
64484
64638
  */
64485
64639
 
64486
64640
  /**
@@ -64555,6 +64709,51 @@ class UsersApi {
64555
64709
  );
64556
64710
  }
64557
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
+
64558
64757
  /**
64559
64758
  * Delete the user's max utilization settings and revert to the organization-wide default.
64560
64759
  *
@@ -65082,6 +65281,51 @@ class UsersApi {
65082
65281
  );
65083
65282
  }
65084
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
+
65085
65329
  /**
65086
65330
  * Get the user's max utilization settings. If not configured, the organization-wide default is returned.
65087
65331
  *
@@ -66762,6 +67006,61 @@ class UsersApi {
66762
67006
  );
66763
67007
  }
66764
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
+
66765
67064
  /**
66766
67065
  * Update the user's max utilization settings. Include only those media types requiring custom configuration.
66767
67066
  *
@@ -67138,7 +67437,7 @@ class UtilitiesApi {
67138
67437
  /**
67139
67438
  * Utilities service.
67140
67439
  * @module purecloud-platform-client-v2/api/UtilitiesApi
67141
- * @version 199.0.0
67440
+ * @version 200.0.0
67142
67441
  */
67143
67442
 
67144
67443
  /**
@@ -67249,7 +67548,7 @@ class VoicemailApi {
67249
67548
  /**
67250
67549
  * Voicemail service.
67251
67550
  * @module purecloud-platform-client-v2/api/VoicemailApi
67252
- * @version 199.0.0
67551
+ * @version 200.0.0
67253
67552
  */
67254
67553
 
67255
67554
  /**
@@ -67916,7 +68215,7 @@ class WebChatApi {
67916
68215
  /**
67917
68216
  * WebChat service.
67918
68217
  * @module purecloud-platform-client-v2/api/WebChatApi
67919
- * @version 199.0.0
68218
+ * @version 200.0.0
67920
68219
  */
67921
68220
 
67922
68221
  /**
@@ -68467,7 +68766,7 @@ class WebDeploymentsApi {
68467
68766
  /**
68468
68767
  * WebDeployments service.
68469
68768
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
68470
- * @version 199.0.0
68769
+ * @version 200.0.0
68471
68770
  */
68472
68771
 
68473
68772
  /**
@@ -68994,7 +69293,7 @@ class WebMessagingApi {
68994
69293
  /**
68995
69294
  * WebMessaging service.
68996
69295
  * @module purecloud-platform-client-v2/api/WebMessagingApi
68997
- * @version 199.0.0
69296
+ * @version 200.0.0
68998
69297
  */
68999
69298
 
69000
69299
  /**
@@ -69040,7 +69339,7 @@ class WidgetsApi {
69040
69339
  /**
69041
69340
  * Widgets service.
69042
69341
  * @module purecloud-platform-client-v2/api/WidgetsApi
69043
- * @version 199.0.0
69342
+ * @version 200.0.0
69044
69343
  */
69045
69344
 
69046
69345
  /**
@@ -69186,7 +69485,7 @@ class WorkforceManagementApi {
69186
69485
  /**
69187
69486
  * WorkforceManagement service.
69188
69487
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
69189
- * @version 199.0.0
69488
+ * @version 200.0.0
69190
69489
  */
69191
69490
 
69192
69491
  /**
@@ -75294,7 +75593,7 @@ class WorkforceManagementApi {
75294
75593
  * </pre>
75295
75594
  * </p>
75296
75595
  * @module purecloud-platform-client-v2/index
75297
- * @version 199.0.0
75596
+ * @version 200.0.0
75298
75597
  */
75299
75598
  class platformClient {
75300
75599
  constructor() {