purecloud-platform-client-v2 225.0.0 → 226.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 (93) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +232 -128
  3. package/dist/web-amd/purecloud-platform-client-v2.js +232 -128
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +128 -94
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +128 -94
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +132 -162
  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/AIStudioApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +145 -1
  27. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +3 -2
  44. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/RoutingApi.js +3 -2
  67. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  90. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  91. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  92. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -43
  93. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -743,7 +743,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
743
743
 
744
744
  /**
745
745
  * @module purecloud-platform-client-v2/ApiClient
746
- * @version 225.0.0
746
+ * @version 226.0.0
747
747
  */
748
748
  class ApiClient {
749
749
  /**
@@ -2287,7 +2287,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2287
2287
  /**
2288
2288
  * AIStudio service.
2289
2289
  * @module purecloud-platform-client-v2/api/AIStudioApi
2290
- * @version 225.0.0
2290
+ * @version 226.0.0
2291
2291
  */
2292
2292
 
2293
2293
  /**
@@ -2669,7 +2669,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2669
2669
  /**
2670
2670
  * AgentAssistants service.
2671
2671
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
2672
- * @version 225.0.0
2672
+ * @version 226.0.0
2673
2673
  */
2674
2674
 
2675
2675
  /**
@@ -3046,7 +3046,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3046
3046
  /**
3047
3047
  * AgentCopilot service.
3048
3048
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
3049
- * @version 225.0.0
3049
+ * @version 226.0.0
3050
3050
  */
3051
3051
 
3052
3052
  /**
@@ -3122,7 +3122,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3122
3122
  /**
3123
3123
  * AgentUI service.
3124
3124
  * @module purecloud-platform-client-v2/api/AgentUIApi
3125
- * @version 225.0.0
3125
+ * @version 226.0.0
3126
3126
  */
3127
3127
 
3128
3128
  /**
@@ -3253,7 +3253,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3253
3253
  /**
3254
3254
  * Alerting service.
3255
3255
  * @module purecloud-platform-client-v2/api/AlertingApi
3256
- * @version 225.0.0
3256
+ * @version 226.0.0
3257
3257
  */
3258
3258
 
3259
3259
  /**
@@ -3654,7 +3654,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3654
3654
  /**
3655
3655
  * Analytics service.
3656
3656
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3657
- * @version 225.0.0
3657
+ * @version 226.0.0
3658
3658
  */
3659
3659
 
3660
3660
  /**
@@ -6475,7 +6475,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6475
6475
  /**
6476
6476
  * Architect service.
6477
6477
  * @module purecloud-platform-client-v2/api/ArchitectApi
6478
- * @version 225.0.0
6478
+ * @version 226.0.0
6479
6479
  */
6480
6480
 
6481
6481
  /**
@@ -10770,7 +10770,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10770
10770
  /**
10771
10771
  * Audit service.
10772
10772
  * @module purecloud-platform-client-v2/api/AuditApi
10773
- * @version 225.0.0
10773
+ * @version 226.0.0
10774
10774
  */
10775
10775
 
10776
10776
  /**
@@ -10971,7 +10971,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10971
10971
  /**
10972
10972
  * Authorization service.
10973
10973
  * @module purecloud-platform-client-v2/api/AuthorizationApi
10974
- * @version 225.0.0
10974
+ * @version 226.0.0
10975
10975
  */
10976
10976
 
10977
10977
  /**
@@ -12686,7 +12686,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12686
12686
  /**
12687
12687
  * Billing service.
12688
12688
  * @module purecloud-platform-client-v2/api/BillingApi
12689
- * @version 225.0.0
12689
+ * @version 226.0.0
12690
12690
  */
12691
12691
 
12692
12692
  /**
@@ -12942,7 +12942,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12942
12942
  /**
12943
12943
  * BusinessRules service.
12944
12944
  * @module purecloud-platform-client-v2/api/BusinessRulesApi
12945
- * @version 225.0.0
12945
+ * @version 226.0.0
12946
12946
  */
12947
12947
 
12948
12948
  /**
@@ -13900,7 +13900,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13900
13900
  /**
13901
13901
  * CarrierServices service.
13902
13902
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
13903
- * @version 225.0.0
13903
+ * @version 226.0.0
13904
13904
  */
13905
13905
 
13906
13906
  /**
@@ -13970,7 +13970,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13970
13970
  /**
13971
13971
  * Chat service.
13972
13972
  * @module purecloud-platform-client-v2/api/ChatApi
13973
- * @version 225.0.0
13973
+ * @version 226.0.0
13974
13974
  */
13975
13975
 
13976
13976
  /**
@@ -14903,7 +14903,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14903
14903
  /**
14904
14904
  * Coaching service.
14905
14905
  * @module purecloud-platform-client-v2/api/CoachingApi
14906
- * @version 225.0.0
14906
+ * @version 226.0.0
14907
14907
  */
14908
14908
 
14909
14909
  /**
@@ -15480,7 +15480,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15480
15480
  /**
15481
15481
  * ContentManagement service.
15482
15482
  * @module purecloud-platform-client-v2/api/ContentManagementApi
15483
- * @version 225.0.0
15483
+ * @version 226.0.0
15484
15484
  */
15485
15485
 
15486
15486
  /**
@@ -16561,7 +16561,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16561
16561
  /**
16562
16562
  * Conversations service.
16563
16563
  * @module purecloud-platform-client-v2/api/ConversationsApi
16564
- * @version 225.0.0
16564
+ * @version 226.0.0
16565
16565
  */
16566
16566
 
16567
16567
  /**
@@ -21690,6 +21690,42 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21690
21690
  );
21691
21691
  }
21692
21692
 
21693
+ /**
21694
+ * Replace this participant with the an external contact
21695
+ *
21696
+ * @param {String} conversationId conversation ID
21697
+ * @param {String} participantId participant ID
21698
+ * @param {Object} body Transfer request
21699
+ * postConversationParticipantReplaceContactExternal is a preview method and is subject to both breaking and non-breaking changes at any time without notice
21700
+ */
21701
+ postConversationParticipantReplaceContactExternal(conversationId, participantId, body) {
21702
+ // verify the required parameter 'conversationId' is set
21703
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
21704
+ throw 'Missing the required parameter "conversationId" when calling postConversationParticipantReplaceContactExternal';
21705
+ }
21706
+ // verify the required parameter 'participantId' is set
21707
+ if (participantId === undefined || participantId === null || participantId === '') {
21708
+ throw 'Missing the required parameter "participantId" when calling postConversationParticipantReplaceContactExternal';
21709
+ }
21710
+ // verify the required parameter 'body' is set
21711
+ if (body === undefined || body === null) {
21712
+ throw 'Missing the required parameter "body" when calling postConversationParticipantReplaceContactExternal';
21713
+ }
21714
+
21715
+ return this.apiClient.callApi(
21716
+ '/api/v2/conversations/{conversationId}/participants/{participantId}/replace/contact/external',
21717
+ 'POST',
21718
+ { 'conversationId': conversationId,'participantId': participantId },
21719
+ { },
21720
+ { },
21721
+ { },
21722
+ body,
21723
+ ['PureCloud OAuth'],
21724
+ ['application/json'],
21725
+ ['application/json']
21726
+ );
21727
+ }
21728
+
21693
21729
  /**
21694
21730
  * Replace this participant with the an external contact
21695
21731
  *
@@ -21794,6 +21830,42 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21794
21830
  );
21795
21831
  }
21796
21832
 
21833
+ /**
21834
+ * Replace this participant by another one using the address of the destination.
21835
+ *
21836
+ * @param {String} conversationId conversation ID
21837
+ * @param {String} participantId participant ID
21838
+ * @param {Object} body Transfer request
21839
+ * postConversationParticipantTransfer is a preview method and is subject to both breaking and non-breaking changes at any time without notice
21840
+ */
21841
+ postConversationParticipantTransfer(conversationId, participantId, body) {
21842
+ // verify the required parameter 'conversationId' is set
21843
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
21844
+ throw 'Missing the required parameter "conversationId" when calling postConversationParticipantTransfer';
21845
+ }
21846
+ // verify the required parameter 'participantId' is set
21847
+ if (participantId === undefined || participantId === null || participantId === '') {
21848
+ throw 'Missing the required parameter "participantId" when calling postConversationParticipantTransfer';
21849
+ }
21850
+ // verify the required parameter 'body' is set
21851
+ if (body === undefined || body === null) {
21852
+ throw 'Missing the required parameter "body" when calling postConversationParticipantTransfer';
21853
+ }
21854
+
21855
+ return this.apiClient.callApi(
21856
+ '/api/v2/conversations/{conversationId}/participants/{participantId}/transfer',
21857
+ 'POST',
21858
+ { 'conversationId': conversationId,'participantId': participantId },
21859
+ { },
21860
+ { },
21861
+ { },
21862
+ body,
21863
+ ['PureCloud OAuth'],
21864
+ ['application/json'],
21865
+ ['application/json']
21866
+ );
21867
+ }
21868
+
21797
21869
  /**
21798
21870
  * Save an engagement on the suggestion.
21799
21871
  *
@@ -22093,6 +22165,42 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22093
22165
  );
22094
22166
  }
22095
22167
 
22168
+ /**
22169
+ * Initiate a consult transfer to an external contact
22170
+ *
22171
+ * @param {String} conversationId conversationId
22172
+ * @param {String} participantId participantId
22173
+ * @param {Object} body Destination address and initial speak to
22174
+ * postConversationsCallParticipantConsultContactExternal is a preview method and is subject to both breaking and non-breaking changes at any time without notice
22175
+ */
22176
+ postConversationsCallParticipantConsultContactExternal(conversationId, participantId, body) {
22177
+ // verify the required parameter 'conversationId' is set
22178
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
22179
+ throw 'Missing the required parameter "conversationId" when calling postConversationsCallParticipantConsultContactExternal';
22180
+ }
22181
+ // verify the required parameter 'participantId' is set
22182
+ if (participantId === undefined || participantId === null || participantId === '') {
22183
+ throw 'Missing the required parameter "participantId" when calling postConversationsCallParticipantConsultContactExternal';
22184
+ }
22185
+ // verify the required parameter 'body' is set
22186
+ if (body === undefined || body === null) {
22187
+ throw 'Missing the required parameter "body" when calling postConversationsCallParticipantConsultContactExternal';
22188
+ }
22189
+
22190
+ return this.apiClient.callApi(
22191
+ '/api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult/contact/external',
22192
+ 'POST',
22193
+ { 'conversationId': conversationId,'participantId': participantId },
22194
+ { },
22195
+ { },
22196
+ { },
22197
+ body,
22198
+ ['PureCloud OAuth'],
22199
+ ['application/json'],
22200
+ ['application/json']
22201
+ );
22202
+ }
22203
+
22096
22204
  /**
22097
22205
  * Initiate a consult transfer to an external contact
22098
22206
  *
@@ -22228,6 +22336,42 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22228
22336
  );
22229
22337
  }
22230
22338
 
22339
+ /**
22340
+ * Initiate voice consult transfer
22341
+ *
22342
+ * @param {String} conversationId conversationId
22343
+ * @param {String} participantId participantId
22344
+ * @param {Object} body Destination address and initial speak to
22345
+ * postConversationsCallParticipantVoiceConsult is a preview method and is subject to both breaking and non-breaking changes at any time without notice
22346
+ */
22347
+ postConversationsCallParticipantVoiceConsult(conversationId, participantId, body) {
22348
+ // verify the required parameter 'conversationId' is set
22349
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
22350
+ throw 'Missing the required parameter "conversationId" when calling postConversationsCallParticipantVoiceConsult';
22351
+ }
22352
+ // verify the required parameter 'participantId' is set
22353
+ if (participantId === undefined || participantId === null || participantId === '') {
22354
+ throw 'Missing the required parameter "participantId" when calling postConversationsCallParticipantVoiceConsult';
22355
+ }
22356
+ // verify the required parameter 'body' is set
22357
+ if (body === undefined || body === null) {
22358
+ throw 'Missing the required parameter "body" when calling postConversationsCallParticipantVoiceConsult';
22359
+ }
22360
+
22361
+ return this.apiClient.callApi(
22362
+ '/api/v2/conversations/calls/{conversationId}/participants/{participantId}/voice/consult',
22363
+ 'POST',
22364
+ { 'conversationId': conversationId,'participantId': participantId },
22365
+ { },
22366
+ { },
22367
+ { },
22368
+ body,
22369
+ ['PureCloud OAuth'],
22370
+ ['application/json'],
22371
+ ['application/json']
22372
+ );
22373
+ }
22374
+
22231
22375
  /**
22232
22376
  * Add participants to a conversation
22233
22377
  *
@@ -24629,7 +24773,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24629
24773
  /**
24630
24774
  * DataExtensions service.
24631
24775
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
24632
- * @version 225.0.0
24776
+ * @version 226.0.0
24633
24777
  */
24634
24778
 
24635
24779
  /**
@@ -24715,7 +24859,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24715
24859
  /**
24716
24860
  * DataPrivacy service.
24717
24861
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
24718
- * @version 225.0.0
24862
+ * @version 226.0.0
24719
24863
  */
24720
24864
 
24721
24865
  /**
@@ -24885,7 +25029,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24885
25029
  /**
24886
25030
  * Downloads service.
24887
25031
  * @module purecloud-platform-client-v2/api/DownloadsApi
24888
- * @version 225.0.0
25032
+ * @version 226.0.0
24889
25033
  */
24890
25034
 
24891
25035
  /**
@@ -24937,7 +25081,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24937
25081
  /**
24938
25082
  * Emails service.
24939
25083
  * @module purecloud-platform-client-v2/api/EmailsApi
24940
- * @version 225.0.0
25084
+ * @version 226.0.0
24941
25085
  */
24942
25086
 
24943
25087
  /**
@@ -25066,7 +25210,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25066
25210
  /**
25067
25211
  * EmployeeEngagement service.
25068
25212
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
25069
- * @version 225.0.0
25213
+ * @version 226.0.0
25070
25214
  */
25071
25215
 
25072
25216
  /**
@@ -25217,7 +25361,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25217
25361
  /**
25218
25362
  * Events service.
25219
25363
  * @module purecloud-platform-client-v2/api/EventsApi
25220
- * @version 225.0.0
25364
+ * @version 226.0.0
25221
25365
  */
25222
25366
 
25223
25367
  /**
@@ -25313,7 +25457,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25313
25457
  /**
25314
25458
  * ExternalContacts service.
25315
25459
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
25316
- * @version 225.0.0
25460
+ * @version 226.0.0
25317
25461
  */
25318
25462
 
25319
25463
  /**
@@ -28501,7 +28645,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28501
28645
  /**
28502
28646
  * Fax service.
28503
28647
  * @module purecloud-platform-client-v2/api/FaxApi
28504
- * @version 225.0.0
28648
+ * @version 226.0.0
28505
28649
  */
28506
28650
 
28507
28651
  /**
@@ -28716,7 +28860,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28716
28860
  /**
28717
28861
  * Flows service.
28718
28862
  * @module purecloud-platform-client-v2/api/FlowsApi
28719
- * @version 225.0.0
28863
+ * @version 226.0.0
28720
28864
  */
28721
28865
 
28722
28866
  /**
@@ -28899,7 +29043,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28899
29043
  /**
28900
29044
  * Gamification service.
28901
29045
  * @module purecloud-platform-client-v2/api/GamificationApi
28902
- * @version 225.0.0
29046
+ * @version 226.0.0
28903
29047
  */
28904
29048
 
28905
29049
  /**
@@ -31406,7 +31550,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31406
31550
  /**
31407
31551
  * GeneralDataProtectionRegulation service.
31408
31552
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
31409
- * @version 225.0.0
31553
+ * @version 226.0.0
31410
31554
  */
31411
31555
 
31412
31556
  /**
@@ -31536,7 +31680,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31536
31680
  /**
31537
31681
  * Geolocation service.
31538
31682
  * @module purecloud-platform-client-v2/api/GeolocationApi
31539
- * @version 225.0.0
31683
+ * @version 226.0.0
31540
31684
  */
31541
31685
 
31542
31686
  /**
@@ -31667,7 +31811,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31667
31811
  /**
31668
31812
  * Greetings service.
31669
31813
  * @module purecloud-platform-client-v2/api/GreetingsApi
31670
- * @version 225.0.0
31814
+ * @version 226.0.0
31671
31815
  */
31672
31816
 
31673
31817
  /**
@@ -32209,7 +32353,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32209
32353
  /**
32210
32354
  * Groups service.
32211
32355
  * @module purecloud-platform-client-v2/api/GroupsApi
32212
- * @version 225.0.0
32356
+ * @version 226.0.0
32213
32357
  */
32214
32358
 
32215
32359
  /**
@@ -32728,7 +32872,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32728
32872
  /**
32729
32873
  * IdentityProvider service.
32730
32874
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
32731
- * @version 225.0.0
32875
+ * @version 226.0.0
32732
32876
  */
32733
32877
 
32734
32878
  /**
@@ -33589,7 +33733,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33589
33733
  /**
33590
33734
  * InfrastructureAsCode service.
33591
33735
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
33592
- * @version 225.0.0
33736
+ * @version 226.0.0
33593
33737
  */
33594
33738
 
33595
33739
  /**
@@ -33756,7 +33900,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33756
33900
  /**
33757
33901
  * Integrations service.
33758
33902
  * @module purecloud-platform-client-v2/api/IntegrationsApi
33759
- * @version 225.0.0
33903
+ * @version 226.0.0
33760
33904
  */
33761
33905
 
33762
33906
  /**
@@ -34694,10 +34838,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34694
34838
 
34695
34839
  /**
34696
34840
  * List multiple sets of credentials
34697
- *
34841
+ * This endpoint is deprecated. Please see the Listing API (GET /api/v2/integrations/credentials/listing)
34698
34842
  * @param {Object} opts Optional parameters
34699
34843
  * @param {Number} opts.pageNumber Page number (default to 1)
34700
34844
  * @param {Number} opts.pageSize Page size (default to 25)
34845
+ * @deprecated
34701
34846
  */
34702
34847
  getIntegrationsCredentials(opts) {
34703
34848
  opts = opts || {};
@@ -36400,7 +36545,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36400
36545
  /**
36401
36546
  * Journey service.
36402
36547
  * @module purecloud-platform-client-v2/api/JourneyApi
36403
- * @version 225.0.0
36548
+ * @version 226.0.0
36404
36549
  */
36405
36550
 
36406
36551
  /**
@@ -38385,7 +38530,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38385
38530
  /**
38386
38531
  * Knowledge service.
38387
38532
  * @module purecloud-platform-client-v2/api/KnowledgeApi
38388
- * @version 225.0.0
38533
+ * @version 226.0.0
38389
38534
  */
38390
38535
 
38391
38536
  /**
@@ -42258,7 +42403,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42258
42403
  /**
42259
42404
  * LanguageUnderstanding service.
42260
42405
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
42261
- * @version 225.0.0
42406
+ * @version 226.0.0
42262
42407
  */
42263
42408
 
42264
42409
  /**
@@ -43291,7 +43436,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43291
43436
  /**
43292
43437
  * Languages service.
43293
43438
  * @module purecloud-platform-client-v2/api/LanguagesApi
43294
- * @version 225.0.0
43439
+ * @version 226.0.0
43295
43440
  */
43296
43441
 
43297
43442
  /**
@@ -43513,7 +43658,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43513
43658
  /**
43514
43659
  * Learning service.
43515
43660
  * @module purecloud-platform-client-v2/api/LearningApi
43516
- * @version 225.0.0
43661
+ * @version 226.0.0
43517
43662
  */
43518
43663
 
43519
43664
  /**
@@ -44542,7 +44687,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44542
44687
  /**
44543
44688
  * License service.
44544
44689
  * @module purecloud-platform-client-v2/api/LicenseApi
44545
- * @version 225.0.0
44690
+ * @version 226.0.0
44546
44691
  */
44547
44692
 
44548
44693
  /**
@@ -44780,7 +44925,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44780
44925
  /**
44781
44926
  * Locations service.
44782
44927
  * @module purecloud-platform-client-v2/api/LocationsApi
44783
- * @version 225.0.0
44928
+ * @version 226.0.0
44784
44929
  */
44785
44930
 
44786
44931
  /**
@@ -45016,7 +45161,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45016
45161
  /**
45017
45162
  * LogCapture service.
45018
45163
  * @module purecloud-platform-client-v2/api/LogCaptureApi
45019
- * @version 225.0.0
45164
+ * @version 226.0.0
45020
45165
  */
45021
45166
 
45022
45167
  /**
@@ -45215,7 +45360,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45215
45360
  /**
45216
45361
  * Messaging service.
45217
45362
  * @module purecloud-platform-client-v2/api/MessagingApi
45218
- * @version 225.0.0
45363
+ * @version 226.0.0
45219
45364
  */
45220
45365
 
45221
45366
  /**
@@ -45574,7 +45719,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45574
45719
  /**
45575
45720
  * MobileDevices service.
45576
45721
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
45577
- * @version 225.0.0
45722
+ * @version 226.0.0
45578
45723
  */
45579
45724
 
45580
45725
  /**
@@ -45725,7 +45870,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45725
45870
  /**
45726
45871
  * Notifications service.
45727
45872
  * @module purecloud-platform-client-v2/api/NotificationsApi
45728
- * @version 225.0.0
45873
+ * @version 226.0.0
45729
45874
  */
45730
45875
 
45731
45876
  /**
@@ -45958,7 +46103,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45958
46103
  /**
45959
46104
  * OAuth service.
45960
46105
  * @module purecloud-platform-client-v2/api/OAuthApi
45961
- * @version 225.0.0
46106
+ * @version 226.0.0
45962
46107
  */
45963
46108
 
45964
46109
  /**
@@ -46324,7 +46469,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46324
46469
  /**
46325
46470
  * Objects service.
46326
46471
  * @module purecloud-platform-client-v2/api/ObjectsApi
46327
- * @version 225.0.0
46472
+ * @version 226.0.0
46328
46473
  */
46329
46474
 
46330
46475
  /**
@@ -46648,7 +46793,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46648
46793
  /**
46649
46794
  * OperationalEvents service.
46650
46795
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
46651
- * @version 225.0.0
46796
+ * @version 226.0.0
46652
46797
  */
46653
46798
 
46654
46799
  /**
@@ -46765,7 +46910,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46765
46910
  /**
46766
46911
  * Organization service.
46767
46912
  * @module purecloud-platform-client-v2/api/OrganizationApi
46768
- * @version 225.0.0
46913
+ * @version 226.0.0
46769
46914
  */
46770
46915
 
46771
46916
  /**
@@ -47240,7 +47385,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47240
47385
  /**
47241
47386
  * OrganizationAuthorization service.
47242
47387
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
47243
- * @version 225.0.0
47388
+ * @version 226.0.0
47244
47389
  */
47245
47390
 
47246
47391
  /**
@@ -48634,7 +48779,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48634
48779
  /**
48635
48780
  * Outbound service.
48636
48781
  * @module purecloud-platform-client-v2/api/OutboundApi
48637
- * @version 225.0.0
48782
+ * @version 226.0.0
48638
48783
  */
48639
48784
 
48640
48785
  /**
@@ -53256,7 +53401,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53256
53401
  /**
53257
53402
  * Presence service.
53258
53403
  * @module purecloud-platform-client-v2/api/PresenceApi
53259
- * @version 225.0.0
53404
+ * @version 226.0.0
53260
53405
  */
53261
53406
 
53262
53407
  /**
@@ -54000,7 +54145,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54000
54145
  /**
54001
54146
  * ProcessAutomation service.
54002
54147
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
54003
- * @version 225.0.0
54148
+ * @version 226.0.0
54004
54149
  */
54005
54150
 
54006
54151
  /**
@@ -54239,7 +54384,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54239
54384
  /**
54240
54385
  * Quality service.
54241
54386
  * @module purecloud-platform-client-v2/api/QualityApi
54242
- * @version 225.0.0
54387
+ * @version 226.0.0
54243
54388
  */
54244
54389
 
54245
54390
  /**
@@ -56026,7 +56171,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56026
56171
  /**
56027
56172
  * Recording service.
56028
56173
  * @module purecloud-platform-client-v2/api/RecordingApi
56029
- * @version 225.0.0
56174
+ * @version 226.0.0
56030
56175
  */
56031
56176
 
56032
56177
  /**
@@ -57631,7 +57776,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57631
57776
  /**
57632
57777
  * ResponseManagement service.
57633
57778
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
57634
- * @version 225.0.0
57779
+ * @version 226.0.0
57635
57780
  */
57636
57781
 
57637
57782
  /**
@@ -58141,7 +58286,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58141
58286
  /**
58142
58287
  * Routing service.
58143
58288
  * @module purecloud-platform-client-v2/api/RoutingApi
58144
- * @version 225.0.0
58289
+ * @version 226.0.0
58145
58290
  */
58146
58291
 
58147
58292
  /**
@@ -59722,6 +59867,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59722
59867
  * @param {Object} opts Optional parameters
59723
59868
  * @param {Number} opts.pageSize Page size (default to 25)
59724
59869
  * @param {Number} opts.pageNumber Page number (default to 1)
59870
+ * @param {String} opts.name Wrapup code's name (trailing asterisks allowed)
59725
59871
  */
59726
59872
  getRoutingQueueWrapupcodes(queueId, opts) {
59727
59873
  opts = opts || {};
@@ -59735,7 +59881,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59735
59881
  '/api/v2/routing/queues/{queueId}/wrapupcodes',
59736
59882
  'GET',
59737
59883
  { 'queueId': queueId },
59738
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
59884
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'] },
59739
59885
  { },
59740
59886
  { },
59741
59887
  null,
@@ -62481,7 +62627,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62481
62627
  /**
62482
62628
  * SCIM service.
62483
62629
  * @module purecloud-platform-client-v2/api/SCIMApi
62484
- * @version 225.0.0
62630
+ * @version 226.0.0
62485
62631
  */
62486
62632
 
62487
62633
  /**
@@ -63358,7 +63504,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63358
63504
  /**
63359
63505
  * ScreenRecording service.
63360
63506
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
63361
- * @version 225.0.0
63507
+ * @version 226.0.0
63362
63508
  */
63363
63509
 
63364
63510
  /**
@@ -63403,7 +63549,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63403
63549
  /**
63404
63550
  * Scripts service.
63405
63551
  * @module purecloud-platform-client-v2/api/ScriptsApi
63406
- * @version 225.0.0
63552
+ * @version 226.0.0
63407
63553
  */
63408
63554
 
63409
63555
  /**
@@ -63879,7 +64025,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63879
64025
  /**
63880
64026
  * Search service.
63881
64027
  * @module purecloud-platform-client-v2/api/SearchApi
63882
- * @version 225.0.0
64028
+ * @version 226.0.0
63883
64029
  */
63884
64030
 
63885
64031
  /**
@@ -64622,7 +64768,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64622
64768
  /**
64623
64769
  * Settings service.
64624
64770
  * @module purecloud-platform-client-v2/api/SettingsApi
64625
- * @version 225.0.0
64771
+ * @version 226.0.0
64626
64772
  */
64627
64773
 
64628
64774
  /**
@@ -64970,7 +65116,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64970
65116
  /**
64971
65117
  * SocialMedia service.
64972
65118
  * @module purecloud-platform-client-v2/api/SocialMediaApi
64973
- * @version 225.0.0
65119
+ * @version 226.0.0
64974
65120
  */
64975
65121
 
64976
65122
  /**
@@ -66321,7 +66467,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66321
66467
  /**
66322
66468
  * SpeechTextAnalytics service.
66323
66469
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
66324
- * @version 225.0.0
66470
+ * @version 226.0.0
66325
66471
  */
66326
66472
 
66327
66473
  /**
@@ -67810,7 +67956,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67810
67956
  /**
67811
67957
  * Stations service.
67812
67958
  * @module purecloud-platform-client-v2/api/StationsApi
67813
- * @version 225.0.0
67959
+ * @version 226.0.0
67814
67960
  */
67815
67961
 
67816
67962
  /**
@@ -67912,7 +68058,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67912
68058
  /**
67913
68059
  * Suggest service.
67914
68060
  * @module purecloud-platform-client-v2/api/SuggestApi
67915
- * @version 225.0.0
68061
+ * @version 226.0.0
67916
68062
  */
67917
68063
 
67918
68064
  /**
@@ -68051,7 +68197,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68051
68197
  /**
68052
68198
  * TaskManagement service.
68053
68199
  * @module purecloud-platform-client-v2/api/TaskManagementApi
68054
- * @version 225.0.0
68200
+ * @version 226.0.0
68055
68201
  */
68056
68202
 
68057
68203
  /**
@@ -70213,7 +70359,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70213
70359
  /**
70214
70360
  * Teams service.
70215
70361
  * @module purecloud-platform-client-v2/api/TeamsApi
70216
- * @version 225.0.0
70362
+ * @version 226.0.0
70217
70363
  */
70218
70364
 
70219
70365
  /**
@@ -70518,7 +70664,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70518
70664
  /**
70519
70665
  * Telephony service.
70520
70666
  * @module purecloud-platform-client-v2/api/TelephonyApi
70521
- * @version 225.0.0
70667
+ * @version 226.0.0
70522
70668
  */
70523
70669
 
70524
70670
  /**
@@ -70700,7 +70846,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70700
70846
  /**
70701
70847
  * TelephonyProvidersEdge service.
70702
70848
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
70703
- * @version 225.0.0
70849
+ * @version 226.0.0
70704
70850
  */
70705
70851
 
70706
70852
  /**
@@ -74193,7 +74339,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
74193
74339
  /**
74194
74340
  * Textbots service.
74195
74341
  * @module purecloud-platform-client-v2/api/TextbotsApi
74196
- * @version 225.0.0
74342
+ * @version 226.0.0
74197
74343
  */
74198
74344
 
74199
74345
  /**
@@ -74322,7 +74468,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
74322
74468
  /**
74323
74469
  * Tokens service.
74324
74470
  * @module purecloud-platform-client-v2/api/TokensApi
74325
- * @version 225.0.0
74471
+ * @version 226.0.0
74326
74472
  */
74327
74473
 
74328
74474
  /**
@@ -74476,7 +74622,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
74476
74622
  /**
74477
74623
  * Uploads service.
74478
74624
  * @module purecloud-platform-client-v2/api/UploadsApi
74479
- * @version 225.0.0
74625
+ * @version 226.0.0
74480
74626
  */
74481
74627
 
74482
74628
  /**
@@ -74767,7 +74913,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
74767
74913
  /**
74768
74914
  * Usage service.
74769
74915
  * @module purecloud-platform-client-v2/api/UsageApi
74770
- * @version 225.0.0
74916
+ * @version 226.0.0
74771
74917
  */
74772
74918
 
74773
74919
  /**
@@ -74982,7 +75128,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
74982
75128
  /**
74983
75129
  * UserRecordings service.
74984
75130
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
74985
- * @version 225.0.0
75131
+ * @version 226.0.0
74986
75132
  */
74987
75133
 
74988
75134
  /**
@@ -75197,7 +75343,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
75197
75343
  /**
75198
75344
  * Users service.
75199
75345
  * @module purecloud-platform-client-v2/api/UsersApi
75200
- * @version 225.0.0
75346
+ * @version 226.0.0
75201
75347
  */
75202
75348
 
75203
75349
  /**
@@ -78180,7 +78326,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
78180
78326
  /**
78181
78327
  * Utilities service.
78182
78328
  * @module purecloud-platform-client-v2/api/UtilitiesApi
78183
- * @version 225.0.0
78329
+ * @version 226.0.0
78184
78330
  */
78185
78331
 
78186
78332
  /**
@@ -78291,7 +78437,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
78291
78437
  /**
78292
78438
  * Voicemail service.
78293
78439
  * @module purecloud-platform-client-v2/api/VoicemailApi
78294
- * @version 225.0.0
78440
+ * @version 226.0.0
78295
78441
  */
78296
78442
 
78297
78443
  /**
@@ -79013,7 +79159,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
79013
79159
  /**
79014
79160
  * WebChat service.
79015
79161
  * @module purecloud-platform-client-v2/api/WebChatApi
79016
- * @version 225.0.0
79162
+ * @version 226.0.0
79017
79163
  */
79018
79164
 
79019
79165
  /**
@@ -79573,7 +79719,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
79573
79719
  /**
79574
79720
  * WebDeployments service.
79575
79721
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
79576
- * @version 225.0.0
79722
+ * @version 226.0.0
79577
79723
  */
79578
79724
 
79579
79725
  /**
@@ -80155,7 +80301,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
80155
80301
  /**
80156
80302
  * WebMessaging service.
80157
80303
  * @module purecloud-platform-client-v2/api/WebMessagingApi
80158
- * @version 225.0.0
80304
+ * @version 226.0.0
80159
80305
  */
80160
80306
 
80161
80307
  /**
@@ -80201,7 +80347,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
80201
80347
  /**
80202
80348
  * Widgets service.
80203
80349
  * @module purecloud-platform-client-v2/api/WidgetsApi
80204
- * @version 225.0.0
80350
+ * @version 226.0.0
80205
80351
  */
80206
80352
 
80207
80353
  /**
@@ -80352,7 +80498,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
80352
80498
  /**
80353
80499
  * WorkforceManagement service.
80354
80500
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
80355
- * @version 225.0.0
80501
+ * @version 226.0.0
80356
80502
  */
80357
80503
 
80358
80504
  /**
@@ -82922,27 +83068,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
82922
83068
  );
82923
83069
  }
82924
83070
 
82925
- /**
82926
- * Retrieves delete job status for historical data imports of the organization.
82927
- * Deprecated: Please use GET /workforcemanagement/historicaldata/bulk/remove/jobs instead.
82928
- * @deprecated
82929
- */
82930
- getWorkforcemanagementHistoricaldataDeletejob() {
82931
-
82932
- return this.apiClient.callApi(
82933
- '/api/v2/workforcemanagement/historicaldata/deletejob',
82934
- 'GET',
82935
- { },
82936
- { },
82937
- { },
82938
- { },
82939
- null,
82940
- ['PureCloud OAuth'],
82941
- ['application/json'],
82942
- ['application/json']
82943
- );
82944
- }
82945
-
82946
83071
  /**
82947
83072
  * Retrieves status of the historical data imports of the organization
82948
83073
  *
@@ -86554,27 +86679,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
86554
86679
  );
86555
86680
  }
86556
86681
 
86557
- /**
86558
- * Delete the entries of the historical data imports in the organization.
86559
- * Deprecated: Please use POST /workforcemanagement/historicaldata/bulk/remove/jobs instead.
86560
- * @deprecated
86561
- */
86562
- postWorkforcemanagementHistoricaldataDeletejob() {
86563
-
86564
- return this.apiClient.callApi(
86565
- '/api/v2/workforcemanagement/historicaldata/deletejob',
86566
- 'POST',
86567
- { },
86568
- { },
86569
- { },
86570
- { },
86571
- null,
86572
- ['PureCloud OAuth'],
86573
- ['application/json'],
86574
- ['application/json']
86575
- );
86576
- }
86577
-
86578
86682
  /**
86579
86683
  * Trigger validation process for historical import
86580
86684
  *
@@ -87851,7 +87955,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
87851
87955
  * </pre>
87852
87956
  * </p>
87853
87957
  * @module purecloud-platform-client-v2/index
87854
- * @version 225.0.0
87958
+ * @version 226.0.0
87855
87959
  */
87856
87960
  class platformClient {
87857
87961
  constructor() {