purecloud-platform-client-v2 212.1.0 → 213.1.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 (91) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +150 -103
  3. package/dist/web-amd/purecloud-platform-client-v2.js +150 -103
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +130 -103
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +168 -110
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +281 -229
  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/AgentAssistantsApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +3 -2
  16. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +35 -18
  25. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/GroupsApi.js +2 -2
  39. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/OutboundApi.js +7 -3
  59. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  90. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +26 -1
  91. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -620,7 +620,7 @@ class Configuration {
620
620
 
621
621
  /**
622
622
  * @module purecloud-platform-client-v2/ApiClient
623
- * @version 212.1.0
623
+ * @version 213.1.0
624
624
  */
625
625
  class ApiClient {
626
626
  /**
@@ -2144,7 +2144,7 @@ class AgentAssistantsApi {
2144
2144
  /**
2145
2145
  * AgentAssistants service.
2146
2146
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
2147
- * @version 212.1.0
2147
+ * @version 213.1.0
2148
2148
  */
2149
2149
 
2150
2150
  /**
@@ -2520,7 +2520,7 @@ class AgentCopilotApi {
2520
2520
  /**
2521
2521
  * AgentCopilot service.
2522
2522
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
2523
- * @version 212.1.0
2523
+ * @version 213.1.0
2524
2524
  */
2525
2525
 
2526
2526
  /**
@@ -2596,7 +2596,7 @@ class AgentUIApi {
2596
2596
  /**
2597
2597
  * AgentUI service.
2598
2598
  * @module purecloud-platform-client-v2/api/AgentUIApi
2599
- * @version 212.1.0
2599
+ * @version 213.1.0
2600
2600
  */
2601
2601
 
2602
2602
  /**
@@ -2727,7 +2727,7 @@ class AlertingApi {
2727
2727
  /**
2728
2728
  * Alerting service.
2729
2729
  * @module purecloud-platform-client-v2/api/AlertingApi
2730
- * @version 212.1.0
2730
+ * @version 213.1.0
2731
2731
  */
2732
2732
 
2733
2733
  /**
@@ -3388,7 +3388,7 @@ class AnalyticsApi {
3388
3388
  /**
3389
3389
  * Analytics service.
3390
3390
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3391
- * @version 212.1.0
3391
+ * @version 213.1.0
3392
3392
  */
3393
3393
 
3394
3394
  /**
@@ -4357,6 +4357,7 @@ class AnalyticsApi {
4357
4357
  * @param {Object} dashboardAccessFilter Filter dashboard based on the owner of dashboard
4358
4358
  * @param {Object} opts Optional parameters
4359
4359
  * @param {String} opts.name name of the dashboard
4360
+ * @param {Object} opts.dashboardState List dashboard of given state (default to Active)
4360
4361
  * @param {String} opts.sortBy (default to desc)
4361
4362
  * @param {Number} opts.pageNumber (default to 1)
4362
4363
  * @param {Number} opts.pageSize (default to 9)
@@ -4377,7 +4378,7 @@ class AnalyticsApi {
4377
4378
  '/api/v2/analytics/reporting/settings/dashboards/query',
4378
4379
  'GET',
4379
4380
  { },
4380
- { 'name': opts['name'],'dashboardType': dashboardType,'dashboardAccessFilter': dashboardAccessFilter,'sortBy': opts['sortBy'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'] },
4381
+ { 'name': opts['name'],'dashboardType': dashboardType,'dashboardState': opts['dashboardState'],'dashboardAccessFilter': dashboardAccessFilter,'sortBy': opts['sortBy'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'] },
4381
4382
  { },
4382
4383
  { },
4383
4384
  null,
@@ -6212,7 +6213,7 @@ class ArchitectApi {
6212
6213
  /**
6213
6214
  * Architect service.
6214
6215
  * @module purecloud-platform-client-v2/api/ArchitectApi
6215
- * @version 212.1.0
6216
+ * @version 213.1.0
6216
6217
  */
6217
6218
 
6218
6219
  /**
@@ -10334,7 +10335,7 @@ class AuditApi {
10334
10335
  /**
10335
10336
  * Audit service.
10336
10337
  * @module purecloud-platform-client-v2/api/AuditApi
10337
- * @version 212.1.0
10338
+ * @version 213.1.0
10338
10339
  */
10339
10340
 
10340
10341
  /**
@@ -10535,7 +10536,7 @@ class AuthorizationApi {
10535
10536
  /**
10536
10537
  * Authorization service.
10537
10538
  * @module purecloud-platform-client-v2/api/AuthorizationApi
10538
- * @version 212.1.0
10539
+ * @version 213.1.0
10539
10540
  */
10540
10541
 
10541
10542
  /**
@@ -11818,7 +11819,7 @@ class BillingApi {
11818
11819
  /**
11819
11820
  * Billing service.
11820
11821
  * @module purecloud-platform-client-v2/api/BillingApi
11821
- * @version 212.1.0
11822
+ * @version 213.1.0
11822
11823
  */
11823
11824
 
11824
11825
  /**
@@ -11898,7 +11899,7 @@ class CarrierServicesApi {
11898
11899
  /**
11899
11900
  * CarrierServices service.
11900
11901
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
11901
- * @version 212.1.0
11902
+ * @version 213.1.0
11902
11903
  */
11903
11904
 
11904
11905
  /**
@@ -11968,7 +11969,7 @@ class ChatApi {
11968
11969
  /**
11969
11970
  * Chat service.
11970
11971
  * @module purecloud-platform-client-v2/api/ChatApi
11971
- * @version 212.1.0
11972
+ * @version 213.1.0
11972
11973
  */
11973
11974
 
11974
11975
  /**
@@ -12904,7 +12905,7 @@ class CoachingApi {
12904
12905
  /**
12905
12906
  * Coaching service.
12906
12907
  * @module purecloud-platform-client-v2/api/CoachingApi
12907
- * @version 212.1.0
12908
+ * @version 213.1.0
12908
12909
  */
12909
12910
 
12910
12911
  /**
@@ -13481,7 +13482,7 @@ class ContentManagementApi {
13481
13482
  /**
13482
13483
  * ContentManagement service.
13483
13484
  * @module purecloud-platform-client-v2/api/ContentManagementApi
13484
- * @version 212.1.0
13485
+ * @version 213.1.0
13485
13486
  */
13486
13487
 
13487
13488
  /**
@@ -14562,7 +14563,7 @@ class ConversationsApi {
14562
14563
  /**
14563
14564
  * Conversations service.
14564
14565
  * @module purecloud-platform-client-v2/api/ConversationsApi
14565
- * @version 212.1.0
14566
+ * @version 213.1.0
14566
14567
  */
14567
14568
 
14568
14569
  /**
@@ -15738,8 +15739,9 @@ class ConversationsApi {
15738
15739
 
15739
15740
  /**
15740
15741
  * Get chat conversation
15741
- *
15742
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/.
15742
15743
  * @param {String} conversationId conversationId
15744
+ * @deprecated
15743
15745
  */
15744
15746
  getConversationsChat(conversationId) {
15745
15747
  // verify the required parameter 'conversationId' is set
@@ -15763,9 +15765,10 @@ class ConversationsApi {
15763
15765
 
15764
15766
  /**
15765
15767
  * Get a web chat conversation message
15766
- * The current user must be involved with the conversation to get its messages.
15768
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/. The current user must be involved with the conversation to get its messages.
15767
15769
  * @param {String} conversationId conversationId
15768
15770
  * @param {String} messageId messageId
15771
+ * @deprecated
15769
15772
  */
15770
15773
  getConversationsChatMessage(conversationId, messageId) {
15771
15774
  // verify the required parameter 'conversationId' is set
@@ -15793,13 +15796,14 @@ class ConversationsApi {
15793
15796
 
15794
15797
  /**
15795
15798
  * Get the messages of a chat conversation.
15796
- * The current user must be involved with the conversation to get its messages.
15799
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/. The current user must be involved with the conversation to get its messages.
15797
15800
  * @param {String} conversationId conversationId
15798
15801
  * @param {Object} opts Optional parameters
15799
15802
  * @param {String} opts.after If specified, get the messages chronologically after the id of this message
15800
15803
  * @param {String} opts.before If specified, get the messages chronologically before the id of this message
15801
15804
  * @param {Object} opts.sortOrder Sort order (default to ascending)
15802
15805
  * @param {Number} opts.maxResults Limit the returned number of messages, up to a maximum of 100 (default to 100)
15806
+ * @deprecated
15803
15807
  */
15804
15808
  getConversationsChatMessages(conversationId, opts) {
15805
15809
  opts = opts || {};
@@ -15825,12 +15829,13 @@ class ConversationsApi {
15825
15829
 
15826
15830
  /**
15827
15831
  * Get the wrap-up for this conversation communication.
15828
- *
15832
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/.
15829
15833
  * @param {String} conversationId conversationId
15830
15834
  * @param {String} participantId participantId
15831
15835
  * @param {String} communicationId communicationId
15832
15836
  * @param {Object} opts Optional parameters
15833
15837
  * @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
15838
+ * @deprecated
15834
15839
  */
15835
15840
  getConversationsChatParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
15836
15841
  opts = opts || {};
@@ -15864,11 +15869,12 @@ class ConversationsApi {
15864
15869
 
15865
15870
  /**
15866
15871
  * Get the wrap-up for this conversation participant.
15867
- *
15872
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/.
15868
15873
  * @param {String} conversationId conversationId
15869
15874
  * @param {String} participantId participantId
15870
15875
  * @param {Object} opts Optional parameters
15871
15876
  * @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
15877
+ * @deprecated
15872
15878
  */
15873
15879
  getConversationsChatParticipantWrapup(conversationId, participantId, opts) {
15874
15880
  opts = opts || {};
@@ -15898,9 +15904,10 @@ class ConversationsApi {
15898
15904
 
15899
15905
  /**
15900
15906
  * Get list of wrapup codes for this conversation participant
15901
- *
15907
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/.
15902
15908
  * @param {String} conversationId conversationId
15903
15909
  * @param {String} participantId participantId
15910
+ * @deprecated
15904
15911
  */
15905
15912
  getConversationsChatParticipantWrapupcodes(conversationId, participantId) {
15906
15913
  // verify the required parameter 'conversationId' is set
@@ -15928,7 +15935,8 @@ class ConversationsApi {
15928
15935
 
15929
15936
  /**
15930
15937
  * Get active chat conversations for the logged in user
15931
- *
15938
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/.
15939
+ * @deprecated
15932
15940
  */
15933
15941
  getConversationsChats() {
15934
15942
 
@@ -17850,9 +17858,10 @@ class ConversationsApi {
17850
17858
 
17851
17859
  /**
17852
17860
  * Update a conversation by disconnecting all of the participants
17853
- *
17861
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/.
17854
17862
  * @param {String} conversationId conversationId
17855
17863
  * @param {Object} body Conversation
17864
+ * @deprecated
17856
17865
  */
17857
17866
  patchConversationsChat(conversationId, body) {
17858
17867
  // verify the required parameter 'conversationId' is set
@@ -17880,10 +17889,11 @@ class ConversationsApi {
17880
17889
 
17881
17890
  /**
17882
17891
  * Update conversation participant
17883
- *
17892
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/.
17884
17893
  * @param {String} conversationId conversationId
17885
17894
  * @param {String} participantId participantId
17886
17895
  * @param {Object} body Update request
17896
+ * @deprecated
17887
17897
  */
17888
17898
  patchConversationsChatParticipant(conversationId, participantId, body) {
17889
17899
  // verify the required parameter 'conversationId' is set
@@ -17915,10 +17925,11 @@ class ConversationsApi {
17915
17925
 
17916
17926
  /**
17917
17927
  * Update the attributes on a conversation participant.
17918
- *
17928
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/.
17919
17929
  * @param {String} conversationId conversationId
17920
17930
  * @param {String} participantId participantId
17921
17931
  * @param {Object} body Participant attributes
17932
+ * @deprecated
17922
17933
  */
17923
17934
  patchConversationsChatParticipantAttributes(conversationId, participantId, body) {
17924
17935
  // verify the required parameter 'conversationId' is set
@@ -17950,11 +17961,12 @@ class ConversationsApi {
17950
17961
 
17951
17962
  /**
17952
17963
  * Update conversation participant's communication by disconnecting it.
17953
- *
17964
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/.
17954
17965
  * @param {String} conversationId conversationId
17955
17966
  * @param {String} participantId participantId
17956
17967
  * @param {String} communicationId communicationId
17957
17968
  * @param {Object} body Participant
17969
+ * @deprecated
17958
17970
  */
17959
17971
  patchConversationsChatParticipantCommunication(conversationId, participantId, communicationId, body) {
17960
17972
  // verify the required parameter 'conversationId' is set
@@ -19857,10 +19869,11 @@ class ConversationsApi {
19857
19869
 
19858
19870
  /**
19859
19871
  * Send a message on behalf of a communication in a chat conversation.
19860
- *
19872
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/.
19861
19873
  * @param {String} conversationId conversationId
19862
19874
  * @param {String} communicationId communicationId
19863
19875
  * @param {Object} body Message
19876
+ * @deprecated
19864
19877
  */
19865
19878
  postConversationsChatCommunicationMessages(conversationId, communicationId, body) {
19866
19879
  // verify the required parameter 'conversationId' is set
@@ -19892,9 +19905,10 @@ class ConversationsApi {
19892
19905
 
19893
19906
  /**
19894
19907
  * Send a typing-indicator on behalf of a communication in a chat conversation.
19895
- *
19908
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/.
19896
19909
  * @param {String} conversationId conversationId
19897
19910
  * @param {String} communicationId communicationId
19911
+ * @deprecated
19898
19912
  */
19899
19913
  postConversationsChatCommunicationTyping(conversationId, communicationId) {
19900
19914
  // verify the required parameter 'conversationId' is set
@@ -19922,12 +19936,13 @@ class ConversationsApi {
19922
19936
 
19923
19937
  /**
19924
19938
  * Apply wrap-up for this conversation communication
19925
- *
19939
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/.
19926
19940
  * @param {String} conversationId conversationId
19927
19941
  * @param {String} participantId participantId
19928
19942
  * @param {String} communicationId communicationId
19929
19943
  * @param {Object} opts Optional parameters
19930
19944
  * @param {Object} opts.body Wrap-up
19945
+ * @deprecated
19931
19946
  */
19932
19947
  postConversationsChatParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
19933
19948
  opts = opts || {};
@@ -19961,10 +19976,11 @@ class ConversationsApi {
19961
19976
 
19962
19977
  /**
19963
19978
  * Replace this participant with the specified user and/or address
19964
- *
19979
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/.
19965
19980
  * @param {String} conversationId conversationId
19966
19981
  * @param {String} participantId participantId
19967
19982
  * @param {Object} body Transfer request
19983
+ * @deprecated
19968
19984
  */
19969
19985
  postConversationsChatParticipantReplace(conversationId, participantId, body) {
19970
19986
  // verify the required parameter 'conversationId' is set
@@ -19996,8 +20012,9 @@ class ConversationsApi {
19996
20012
 
19997
20013
  /**
19998
20014
  * Create a web chat conversation
19999
- *
20015
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/.
20000
20016
  * @param {Object} body Create web chat request
20017
+ * @deprecated
20001
20018
  */
20002
20019
  postConversationsChats(body) {
20003
20020
  // verify the required parameter 'body' is set
@@ -21357,9 +21374,10 @@ class ConversationsApi {
21357
21374
 
21358
21375
  /**
21359
21376
  * Update a conversation by setting its recording state
21360
- *
21377
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/.
21361
21378
  * @param {String} conversationId conversationId
21362
21379
  * @param {Object} body SetRecordingState
21380
+ * @deprecated
21363
21381
  */
21364
21382
  putConversationsChatRecordingstate(conversationId, body) {
21365
21383
  // verify the required parameter 'conversationId' is set
@@ -21707,7 +21725,7 @@ class DataExtensionsApi {
21707
21725
  /**
21708
21726
  * DataExtensions service.
21709
21727
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
21710
- * @version 212.1.0
21728
+ * @version 213.1.0
21711
21729
  */
21712
21730
 
21713
21731
  /**
@@ -21793,7 +21811,7 @@ class DataPrivacyApi {
21793
21811
  /**
21794
21812
  * DataPrivacy service.
21795
21813
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
21796
- * @version 212.1.0
21814
+ * @version 213.1.0
21797
21815
  */
21798
21816
 
21799
21817
  /**
@@ -21963,7 +21981,7 @@ class DownloadsApi {
21963
21981
  /**
21964
21982
  * Downloads service.
21965
21983
  * @module purecloud-platform-client-v2/api/DownloadsApi
21966
- * @version 212.1.0
21984
+ * @version 213.1.0
21967
21985
  */
21968
21986
 
21969
21987
  /**
@@ -22015,7 +22033,7 @@ class EmailsApi {
22015
22033
  /**
22016
22034
  * Emails service.
22017
22035
  * @module purecloud-platform-client-v2/api/EmailsApi
22018
- * @version 212.1.0
22036
+ * @version 213.1.0
22019
22037
  */
22020
22038
 
22021
22039
  /**
@@ -22080,7 +22098,7 @@ class EmployeeEngagementApi {
22080
22098
  /**
22081
22099
  * EmployeeEngagement service.
22082
22100
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
22083
- * @version 212.1.0
22101
+ * @version 213.1.0
22084
22102
  */
22085
22103
 
22086
22104
  /**
@@ -22231,7 +22249,7 @@ class EventsApi {
22231
22249
  /**
22232
22250
  * Events service.
22233
22251
  * @module purecloud-platform-client-v2/api/EventsApi
22234
- * @version 212.1.0
22252
+ * @version 213.1.0
22235
22253
  */
22236
22254
 
22237
22255
  /**
@@ -22327,7 +22345,7 @@ class ExternalContactsApi {
22327
22345
  /**
22328
22346
  * ExternalContacts service.
22329
22347
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
22330
- * @version 212.1.0
22348
+ * @version 213.1.0
22331
22349
  */
22332
22350
 
22333
22351
  /**
@@ -24892,7 +24910,7 @@ class FaxApi {
24892
24910
  /**
24893
24911
  * Fax service.
24894
24912
  * @module purecloud-platform-client-v2/api/FaxApi
24895
- * @version 212.1.0
24913
+ * @version 213.1.0
24896
24914
  */
24897
24915
 
24898
24916
  /**
@@ -25107,7 +25125,7 @@ class FlowsApi {
25107
25125
  /**
25108
25126
  * Flows service.
25109
25127
  * @module purecloud-platform-client-v2/api/FlowsApi
25110
- * @version 212.1.0
25128
+ * @version 213.1.0
25111
25129
  */
25112
25130
 
25113
25131
  /**
@@ -25290,7 +25308,7 @@ class GamificationApi {
25290
25308
  /**
25291
25309
  * Gamification service.
25292
25310
  * @module purecloud-platform-client-v2/api/GamificationApi
25293
- * @version 212.1.0
25311
+ * @version 213.1.0
25294
25312
  */
25295
25313
 
25296
25314
  /**
@@ -27432,7 +27450,7 @@ class GeneralDataProtectionRegulationApi {
27432
27450
  /**
27433
27451
  * GeneralDataProtectionRegulation service.
27434
27452
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
27435
- * @version 212.1.0
27453
+ * @version 213.1.0
27436
27454
  */
27437
27455
 
27438
27456
  /**
@@ -27562,7 +27580,7 @@ class GeolocationApi {
27562
27580
  /**
27563
27581
  * Geolocation service.
27564
27582
  * @module purecloud-platform-client-v2/api/GeolocationApi
27565
- * @version 212.1.0
27583
+ * @version 213.1.0
27566
27584
  */
27567
27585
 
27568
27586
  /**
@@ -27693,7 +27711,7 @@ class GreetingsApi {
27693
27711
  /**
27694
27712
  * Greetings service.
27695
27713
  * @module purecloud-platform-client-v2/api/GreetingsApi
27696
- * @version 212.1.0
27714
+ * @version 213.1.0
27697
27715
  */
27698
27716
 
27699
27717
  /**
@@ -28148,7 +28166,7 @@ class GroupsApi {
28148
28166
  /**
28149
28167
  * Groups service.
28150
28168
  * @module purecloud-platform-client-v2/api/GroupsApi
28151
- * @version 212.1.0
28169
+ * @version 213.1.0
28152
28170
  */
28153
28171
 
28154
28172
  /**
@@ -28218,7 +28236,7 @@ class GroupsApi {
28218
28236
  * Remove members
28219
28237
  *
28220
28238
  * @param {String} groupId Group ID
28221
- * @param {String} ids Comma separated list of userIds to remove
28239
+ * @param {String} ids Comma separated list of userIds to remove. A maximum of 50 members are allowed per request.
28222
28240
  */
28223
28241
  deleteGroupMembers(groupId, ids) {
28224
28242
  // verify the required parameter 'groupId' is set
@@ -28667,7 +28685,7 @@ class IdentityProviderApi {
28667
28685
  /**
28668
28686
  * IdentityProvider service.
28669
28687
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
28670
- * @version 212.1.0
28688
+ * @version 213.1.0
28671
28689
  */
28672
28690
 
28673
28691
  /**
@@ -29528,7 +29546,7 @@ class InfrastructureAsCodeApi {
29528
29546
  /**
29529
29547
  * InfrastructureAsCode service.
29530
29548
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
29531
- * @version 212.1.0
29549
+ * @version 213.1.0
29532
29550
  */
29533
29551
 
29534
29552
  /**
@@ -29695,7 +29713,7 @@ class IntegrationsApi {
29695
29713
  /**
29696
29714
  * Integrations service.
29697
29715
  * @module purecloud-platform-client-v2/api/IntegrationsApi
29698
- * @version 212.1.0
29716
+ * @version 213.1.0
29699
29717
  */
29700
29718
 
29701
29719
  /**
@@ -32137,7 +32155,7 @@ class JourneyApi {
32137
32155
  /**
32138
32156
  * Journey service.
32139
32157
  * @module purecloud-platform-client-v2/api/JourneyApi
32140
- * @version 212.1.0
32158
+ * @version 213.1.0
32141
32159
  */
32142
32160
 
32143
32161
  /**
@@ -34102,7 +34120,7 @@ class KnowledgeApi {
34102
34120
  /**
34103
34121
  * Knowledge service.
34104
34122
  * @module purecloud-platform-client-v2/api/KnowledgeApi
34105
- * @version 212.1.0
34123
+ * @version 213.1.0
34106
34124
  */
34107
34125
 
34108
34126
  /**
@@ -37978,7 +37996,7 @@ class LanguageUnderstandingApi {
37978
37996
  /**
37979
37997
  * LanguageUnderstanding service.
37980
37998
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
37981
- * @version 212.1.0
37999
+ * @version 213.1.0
37982
38000
  */
37983
38001
 
37984
38002
  /**
@@ -39011,7 +39029,7 @@ class LanguagesApi {
39011
39029
  /**
39012
39030
  * Languages service.
39013
39031
  * @module purecloud-platform-client-v2/api/LanguagesApi
39014
- * @version 212.1.0
39032
+ * @version 213.1.0
39015
39033
  */
39016
39034
 
39017
39035
  /**
@@ -39233,7 +39251,7 @@ class LearningApi {
39233
39251
  /**
39234
39252
  * Learning service.
39235
39253
  * @module purecloud-platform-client-v2/api/LearningApi
39236
- * @version 212.1.0
39254
+ * @version 213.1.0
39237
39255
  */
39238
39256
 
39239
39257
  /**
@@ -40262,7 +40280,7 @@ class LicenseApi {
40262
40280
  /**
40263
40281
  * License service.
40264
40282
  * @module purecloud-platform-client-v2/api/LicenseApi
40265
- * @version 212.1.0
40283
+ * @version 213.1.0
40266
40284
  */
40267
40285
 
40268
40286
  /**
@@ -40500,7 +40518,7 @@ class LocationsApi {
40500
40518
  /**
40501
40519
  * Locations service.
40502
40520
  * @module purecloud-platform-client-v2/api/LocationsApi
40503
- * @version 212.1.0
40521
+ * @version 213.1.0
40504
40522
  */
40505
40523
 
40506
40524
  /**
@@ -40736,7 +40754,7 @@ class LogCaptureApi {
40736
40754
  /**
40737
40755
  * LogCapture service.
40738
40756
  * @module purecloud-platform-client-v2/api/LogCaptureApi
40739
- * @version 212.1.0
40757
+ * @version 213.1.0
40740
40758
  */
40741
40759
 
40742
40760
  /**
@@ -40936,7 +40954,7 @@ class MessagingApi {
40936
40954
  /**
40937
40955
  * Messaging service.
40938
40956
  * @module purecloud-platform-client-v2/api/MessagingApi
40939
- * @version 212.1.0
40957
+ * @version 213.1.0
40940
40958
  */
40941
40959
 
40942
40960
  /**
@@ -41295,7 +41313,7 @@ class MobileDevicesApi {
41295
41313
  /**
41296
41314
  * MobileDevices service.
41297
41315
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
41298
- * @version 212.1.0
41316
+ * @version 213.1.0
41299
41317
  */
41300
41318
 
41301
41319
  /**
@@ -41446,7 +41464,7 @@ class NotificationsApi {
41446
41464
  /**
41447
41465
  * Notifications service.
41448
41466
  * @module purecloud-platform-client-v2/api/NotificationsApi
41449
- * @version 212.1.0
41467
+ * @version 213.1.0
41450
41468
  */
41451
41469
 
41452
41470
  /**
@@ -41679,7 +41697,7 @@ class OAuthApi {
41679
41697
  /**
41680
41698
  * OAuth service.
41681
41699
  * @module purecloud-platform-client-v2/api/OAuthApi
41682
- * @version 212.1.0
41700
+ * @version 213.1.0
41683
41701
  */
41684
41702
 
41685
41703
  /**
@@ -42045,7 +42063,7 @@ class ObjectsApi {
42045
42063
  /**
42046
42064
  * Objects service.
42047
42065
  * @module purecloud-platform-client-v2/api/ObjectsApi
42048
- * @version 212.1.0
42066
+ * @version 213.1.0
42049
42067
  */
42050
42068
 
42051
42069
  /**
@@ -42315,7 +42333,7 @@ class OperationalEventsApi {
42315
42333
  /**
42316
42334
  * OperationalEvents service.
42317
42335
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
42318
- * @version 212.1.0
42336
+ * @version 213.1.0
42319
42337
  */
42320
42338
 
42321
42339
  /**
@@ -42432,7 +42450,7 @@ class OrganizationApi {
42432
42450
  /**
42433
42451
  * Organization service.
42434
42452
  * @module purecloud-platform-client-v2/api/OrganizationApi
42435
- * @version 212.1.0
42453
+ * @version 213.1.0
42436
42454
  */
42437
42455
 
42438
42456
  /**
@@ -42974,7 +42992,7 @@ class OrganizationAuthorizationApi {
42974
42992
  /**
42975
42993
  * OrganizationAuthorization service.
42976
42994
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
42977
- * @version 212.1.0
42995
+ * @version 213.1.0
42978
42996
  */
42979
42997
 
42980
42998
  /**
@@ -44368,7 +44386,7 @@ class OutboundApi {
44368
44386
  /**
44369
44387
  * Outbound service.
44370
44388
  * @module purecloud-platform-client-v2/api/OutboundApi
44371
- * @version 212.1.0
44389
+ * @version 213.1.0
44372
44390
  */
44373
44391
 
44374
44392
  /**
@@ -46665,6 +46683,8 @@ class OutboundApi {
46665
46683
  * @param {Object} opts.type Campaign Type
46666
46684
  * @param {String} opts.senderSmsPhoneNumber Sender SMS Phone Number
46667
46685
  * @param {Array.<String>} opts.id A list of messaging campaign ids to bulk fetch
46686
+ * @param {String} opts.contentTemplateId Content template ID
46687
+ * @param {Object} opts.campaignStatus Campaign Status
46668
46688
  */
46669
46689
  getOutboundMessagingcampaigns(opts) {
46670
46690
  opts = opts || {};
@@ -46674,7 +46694,7 @@ class OutboundApi {
46674
46694
  '/api/v2/outbound/messagingcampaigns',
46675
46695
  'GET',
46676
46696
  { },
46677
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'],'contactListId': opts['contactListId'],'divisionId': this.apiClient.buildCollectionParam(opts['divisionId'], 'multi'),'type': opts['type'],'senderSmsPhoneNumber': opts['senderSmsPhoneNumber'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi') },
46697
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'],'contactListId': opts['contactListId'],'divisionId': this.apiClient.buildCollectionParam(opts['divisionId'], 'multi'),'type': opts['type'],'senderSmsPhoneNumber': opts['senderSmsPhoneNumber'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'contentTemplateId': opts['contentTemplateId'],'campaignStatus': opts['campaignStatus'] },
46678
46698
  { },
46679
46699
  { },
46680
46700
  null,
@@ -46720,6 +46740,8 @@ class OutboundApi {
46720
46740
  * @param {Object} opts.type Campaign Type
46721
46741
  * @param {Array.<String>} opts.id id
46722
46742
  * @param {String} opts.senderSmsPhoneNumber Sender SMS Phone Number
46743
+ * @param {String} opts.contentTemplateId Content template ID
46744
+ * @param {Object} opts.campaignStatus Campaign Status
46723
46745
  */
46724
46746
  getOutboundMessagingcampaignsDivisionviews(opts) {
46725
46747
  opts = opts || {};
@@ -46729,7 +46751,7 @@ class OutboundApi {
46729
46751
  '/api/v2/outbound/messagingcampaigns/divisionviews',
46730
46752
  'GET',
46731
46753
  { },
46732
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortOrder': opts['sortOrder'],'name': opts['name'],'type': opts['type'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'senderSmsPhoneNumber': opts['senderSmsPhoneNumber'] },
46754
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortOrder': opts['sortOrder'],'name': opts['name'],'type': opts['type'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'senderSmsPhoneNumber': opts['senderSmsPhoneNumber'],'contentTemplateId': opts['contentTemplateId'],'campaignStatus': opts['campaignStatus'] },
46733
46755
  { },
46734
46756
  { },
46735
46757
  null,
@@ -48915,7 +48937,7 @@ class PresenceApi {
48915
48937
  /**
48916
48938
  * Presence service.
48917
48939
  * @module purecloud-platform-client-v2/api/PresenceApi
48918
- * @version 212.1.0
48940
+ * @version 213.1.0
48919
48941
  */
48920
48942
 
48921
48943
  /**
@@ -49659,7 +49681,7 @@ class ProcessAutomationApi {
49659
49681
  /**
49660
49682
  * ProcessAutomation service.
49661
49683
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
49662
- * @version 212.1.0
49684
+ * @version 213.1.0
49663
49685
  */
49664
49686
 
49665
49687
  /**
@@ -49898,7 +49920,7 @@ class QualityApi {
49898
49920
  /**
49899
49921
  * Quality service.
49900
49922
  * @module purecloud-platform-client-v2/api/QualityApi
49901
- * @version 212.1.0
49923
+ * @version 213.1.0
49902
49924
  */
49903
49925
 
49904
49926
  /**
@@ -51686,7 +51708,7 @@ class RecordingApi {
51686
51708
  /**
51687
51709
  * Recording service.
51688
51710
  * @module purecloud-platform-client-v2/api/RecordingApi
51689
- * @version 212.1.0
51711
+ * @version 213.1.0
51690
51712
  */
51691
51713
 
51692
51714
  /**
@@ -53345,7 +53367,7 @@ class ResponseManagementApi {
53345
53367
  /**
53346
53368
  * ResponseManagement service.
53347
53369
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
53348
- * @version 212.1.0
53370
+ * @version 213.1.0
53349
53371
  */
53350
53372
 
53351
53373
  /**
@@ -53855,7 +53877,7 @@ class RoutingApi {
53855
53877
  /**
53856
53878
  * Routing service.
53857
53879
  * @module purecloud-platform-client-v2/api/RoutingApi
53858
- * @version 212.1.0
53880
+ * @version 213.1.0
53859
53881
  */
53860
53882
 
53861
53883
  /**
@@ -58007,7 +58029,7 @@ class SCIMApi {
58007
58029
  /**
58008
58030
  * SCIM service.
58009
58031
  * @module purecloud-platform-client-v2/api/SCIMApi
58010
- * @version 212.1.0
58032
+ * @version 213.1.0
58011
58033
  */
58012
58034
 
58013
58035
  /**
@@ -58884,7 +58906,7 @@ class ScreenRecordingApi {
58884
58906
  /**
58885
58907
  * ScreenRecording service.
58886
58908
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
58887
- * @version 212.1.0
58909
+ * @version 213.1.0
58888
58910
  */
58889
58911
 
58890
58912
  /**
@@ -58929,7 +58951,7 @@ class ScriptsApi {
58929
58951
  /**
58930
58952
  * Scripts service.
58931
58953
  * @module purecloud-platform-client-v2/api/ScriptsApi
58932
- * @version 212.1.0
58954
+ * @version 213.1.0
58933
58955
  */
58934
58956
 
58935
58957
  /**
@@ -59373,7 +59395,7 @@ class SearchApi {
59373
59395
  /**
59374
59396
  * Search service.
59375
59397
  * @module purecloud-platform-client-v2/api/SearchApi
59376
- * @version 212.1.0
59398
+ * @version 213.1.0
59377
59399
  */
59378
59400
 
59379
59401
  /**
@@ -60116,7 +60138,7 @@ class SettingsApi {
60116
60138
  /**
60117
60139
  * Settings service.
60118
60140
  * @module purecloud-platform-client-v2/api/SettingsApi
60119
- * @version 212.1.0
60141
+ * @version 213.1.0
60120
60142
  */
60121
60143
 
60122
60144
  /**
@@ -60336,7 +60358,7 @@ class SocialMediaApi {
60336
60358
  /**
60337
60359
  * SocialMedia service.
60338
60360
  * @module purecloud-platform-client-v2/api/SocialMediaApi
60339
- * @version 212.1.0
60361
+ * @version 213.1.0
60340
60362
  */
60341
60363
 
60342
60364
  /**
@@ -61241,7 +61263,7 @@ class SpeechTextAnalyticsApi {
61241
61263
  /**
61242
61264
  * SpeechTextAnalytics service.
61243
61265
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
61244
- * @version 212.1.0
61266
+ * @version 213.1.0
61245
61267
  */
61246
61268
 
61247
61269
  /**
@@ -62576,7 +62598,7 @@ class StationsApi {
62576
62598
  /**
62577
62599
  * Stations service.
62578
62600
  * @module purecloud-platform-client-v2/api/StationsApi
62579
- * @version 212.1.0
62601
+ * @version 213.1.0
62580
62602
  */
62581
62603
 
62582
62604
  /**
@@ -62678,7 +62700,7 @@ class SuggestApi {
62678
62700
  /**
62679
62701
  * Suggest service.
62680
62702
  * @module purecloud-platform-client-v2/api/SuggestApi
62681
- * @version 212.1.0
62703
+ * @version 213.1.0
62682
62704
  */
62683
62705
 
62684
62706
  /**
@@ -62817,7 +62839,7 @@ class TaskManagementApi {
62817
62839
  /**
62818
62840
  * TaskManagement service.
62819
62841
  * @module purecloud-platform-client-v2/api/TaskManagementApi
62820
- * @version 212.1.0
62842
+ * @version 213.1.0
62821
62843
  */
62822
62844
 
62823
62845
  /**
@@ -64923,7 +64945,7 @@ class TeamsApi {
64923
64945
  /**
64924
64946
  * Teams service.
64925
64947
  * @module purecloud-platform-client-v2/api/TeamsApi
64926
- * @version 212.1.0
64948
+ * @version 213.1.0
64927
64949
  */
64928
64950
 
64929
64951
  /**
@@ -65228,7 +65250,7 @@ class TelephonyApi {
65228
65250
  /**
65229
65251
  * Telephony service.
65230
65252
  * @module purecloud-platform-client-v2/api/TelephonyApi
65231
- * @version 212.1.0
65253
+ * @version 213.1.0
65232
65254
  */
65233
65255
 
65234
65256
  /**
@@ -65410,7 +65432,7 @@ class TelephonyProvidersEdgeApi {
65410
65432
  /**
65411
65433
  * TelephonyProvidersEdge service.
65412
65434
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
65413
- * @version 212.1.0
65435
+ * @version 213.1.0
65414
65436
  */
65415
65437
 
65416
65438
  /**
@@ -68861,7 +68883,7 @@ class TextbotsApi {
68861
68883
  /**
68862
68884
  * Textbots service.
68863
68885
  * @module purecloud-platform-client-v2/api/TextbotsApi
68864
- * @version 212.1.0
68886
+ * @version 213.1.0
68865
68887
  */
68866
68888
 
68867
68889
  /**
@@ -68989,7 +69011,7 @@ class TokensApi {
68989
69011
  /**
68990
69012
  * Tokens service.
68991
69013
  * @module purecloud-platform-client-v2/api/TokensApi
68992
- * @version 212.1.0
69014
+ * @version 213.1.0
68993
69015
  */
68994
69016
 
68995
69017
  /**
@@ -69143,7 +69165,7 @@ class UploadsApi {
69143
69165
  /**
69144
69166
  * Uploads service.
69145
69167
  * @module purecloud-platform-client-v2/api/UploadsApi
69146
- * @version 212.1.0
69168
+ * @version 213.1.0
69147
69169
  */
69148
69170
 
69149
69171
  /**
@@ -69412,7 +69434,7 @@ class UsageApi {
69412
69434
  /**
69413
69435
  * Usage service.
69414
69436
  * @module purecloud-platform-client-v2/api/UsageApi
69415
- * @version 212.1.0
69437
+ * @version 213.1.0
69416
69438
  */
69417
69439
 
69418
69440
  /**
@@ -69627,7 +69649,7 @@ class UserRecordingsApi {
69627
69649
  /**
69628
69650
  * UserRecordings service.
69629
69651
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
69630
- * @version 212.1.0
69652
+ * @version 213.1.0
69631
69653
  */
69632
69654
 
69633
69655
  /**
@@ -69842,7 +69864,7 @@ class UsersApi {
69842
69864
  /**
69843
69865
  * Users service.
69844
69866
  * @module purecloud-platform-client-v2/api/UsersApi
69845
- * @version 212.1.0
69867
+ * @version 213.1.0
69846
69868
  */
69847
69869
 
69848
69870
  /**
@@ -72671,7 +72693,7 @@ class UtilitiesApi {
72671
72693
  /**
72672
72694
  * Utilities service.
72673
72695
  * @module purecloud-platform-client-v2/api/UtilitiesApi
72674
- * @version 212.1.0
72696
+ * @version 213.1.0
72675
72697
  */
72676
72698
 
72677
72699
  /**
@@ -72782,7 +72804,7 @@ class VoicemailApi {
72782
72804
  /**
72783
72805
  * Voicemail service.
72784
72806
  * @module purecloud-platform-client-v2/api/VoicemailApi
72785
- * @version 212.1.0
72807
+ * @version 213.1.0
72786
72808
  */
72787
72809
 
72788
72810
  /**
@@ -73504,7 +73526,7 @@ class WebChatApi {
73504
73526
  /**
73505
73527
  * WebChat service.
73506
73528
  * @module purecloud-platform-client-v2/api/WebChatApi
73507
- * @version 212.1.0
73529
+ * @version 213.1.0
73508
73530
  */
73509
73531
 
73510
73532
  /**
@@ -74055,7 +74077,7 @@ class WebDeploymentsApi {
74055
74077
  /**
74056
74078
  * WebDeployments service.
74057
74079
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
74058
- * @version 212.1.0
74080
+ * @version 213.1.0
74059
74081
  */
74060
74082
 
74061
74083
  /**
@@ -74582,7 +74604,7 @@ class WebMessagingApi {
74582
74604
  /**
74583
74605
  * WebMessaging service.
74584
74606
  * @module purecloud-platform-client-v2/api/WebMessagingApi
74585
- * @version 212.1.0
74607
+ * @version 213.1.0
74586
74608
  */
74587
74609
 
74588
74610
  /**
@@ -74628,7 +74650,7 @@ class WidgetsApi {
74628
74650
  /**
74629
74651
  * Widgets service.
74630
74652
  * @module purecloud-platform-client-v2/api/WidgetsApi
74631
- * @version 212.1.0
74653
+ * @version 213.1.0
74632
74654
  */
74633
74655
 
74634
74656
  /**
@@ -74774,7 +74796,7 @@ class WorkforceManagementApi {
74774
74796
  /**
74775
74797
  * WorkforceManagement service.
74776
74798
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
74777
- * @version 212.1.0
74799
+ * @version 213.1.0
74778
74800
  */
74779
74801
 
74780
74802
  /**
@@ -77338,6 +77360,31 @@ class WorkforceManagementApi {
77338
77360
  );
77339
77361
  }
77340
77362
 
77363
+ /**
77364
+ * Retrieves status of the historical data imports associated with job id
77365
+ *
77366
+ * @param {String} jobId The job Id of the historical data import request
77367
+ */
77368
+ getWorkforcemanagementHistoricaldataImportstatusJobId(jobId) {
77369
+ // verify the required parameter 'jobId' is set
77370
+ if (jobId === undefined || jobId === null) {
77371
+ throw 'Missing the required parameter "jobId" when calling getWorkforcemanagementHistoricaldataImportstatusJobId';
77372
+ }
77373
+
77374
+ return this.apiClient.callApi(
77375
+ '/api/v2/workforcemanagement/historicaldata/importstatus/{jobId}',
77376
+ 'GET',
77377
+ { 'jobId': jobId },
77378
+ { },
77379
+ { },
77380
+ { },
77381
+ null,
77382
+ ['PureCloud OAuth'],
77383
+ ['application/json'],
77384
+ ['application/json']
77385
+ );
77386
+ }
77387
+
77341
77388
  /**
77342
77389
  * Get integrations
77343
77390
  *
@@ -82073,7 +82120,7 @@ class WorkforceManagementApi {
82073
82120
  * </pre>
82074
82121
  * </p>
82075
82122
  * @module purecloud-platform-client-v2/index
82076
- * @version 212.1.0
82123
+ * @version 213.1.0
82077
82124
  */
82078
82125
  class platformClient {
82079
82126
  constructor() {