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
@@ -746,7 +746,7 @@ class Configuration {
746
746
 
747
747
  /**
748
748
  * @module purecloud-platform-client-v2/ApiClient
749
- * @version 225.0.0
749
+ * @version 226.0.0
750
750
  */
751
751
  class ApiClient {
752
752
  /**
@@ -2290,7 +2290,7 @@ class AIStudioApi {
2290
2290
  /**
2291
2291
  * AIStudio service.
2292
2292
  * @module purecloud-platform-client-v2/api/AIStudioApi
2293
- * @version 225.0.0
2293
+ * @version 226.0.0
2294
2294
  */
2295
2295
 
2296
2296
  /**
@@ -2672,7 +2672,7 @@ class AgentAssistantsApi {
2672
2672
  /**
2673
2673
  * AgentAssistants service.
2674
2674
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
2675
- * @version 225.0.0
2675
+ * @version 226.0.0
2676
2676
  */
2677
2677
 
2678
2678
  /**
@@ -3049,7 +3049,7 @@ class AgentCopilotApi {
3049
3049
  /**
3050
3050
  * AgentCopilot service.
3051
3051
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
3052
- * @version 225.0.0
3052
+ * @version 226.0.0
3053
3053
  */
3054
3054
 
3055
3055
  /**
@@ -3125,7 +3125,7 @@ class AgentUIApi {
3125
3125
  /**
3126
3126
  * AgentUI service.
3127
3127
  * @module purecloud-platform-client-v2/api/AgentUIApi
3128
- * @version 225.0.0
3128
+ * @version 226.0.0
3129
3129
  */
3130
3130
 
3131
3131
  /**
@@ -3256,7 +3256,7 @@ class AlertingApi {
3256
3256
  /**
3257
3257
  * Alerting service.
3258
3258
  * @module purecloud-platform-client-v2/api/AlertingApi
3259
- * @version 225.0.0
3259
+ * @version 226.0.0
3260
3260
  */
3261
3261
 
3262
3262
  /**
@@ -3657,7 +3657,7 @@ class AnalyticsApi {
3657
3657
  /**
3658
3658
  * Analytics service.
3659
3659
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3660
- * @version 225.0.0
3660
+ * @version 226.0.0
3661
3661
  */
3662
3662
 
3663
3663
  /**
@@ -6478,7 +6478,7 @@ class ArchitectApi {
6478
6478
  /**
6479
6479
  * Architect service.
6480
6480
  * @module purecloud-platform-client-v2/api/ArchitectApi
6481
- * @version 225.0.0
6481
+ * @version 226.0.0
6482
6482
  */
6483
6483
 
6484
6484
  /**
@@ -10773,7 +10773,7 @@ class AuditApi {
10773
10773
  /**
10774
10774
  * Audit service.
10775
10775
  * @module purecloud-platform-client-v2/api/AuditApi
10776
- * @version 225.0.0
10776
+ * @version 226.0.0
10777
10777
  */
10778
10778
 
10779
10779
  /**
@@ -10974,7 +10974,7 @@ class AuthorizationApi {
10974
10974
  /**
10975
10975
  * Authorization service.
10976
10976
  * @module purecloud-platform-client-v2/api/AuthorizationApi
10977
- * @version 225.0.0
10977
+ * @version 226.0.0
10978
10978
  */
10979
10979
 
10980
10980
  /**
@@ -12689,7 +12689,7 @@ class BillingApi {
12689
12689
  /**
12690
12690
  * Billing service.
12691
12691
  * @module purecloud-platform-client-v2/api/BillingApi
12692
- * @version 225.0.0
12692
+ * @version 226.0.0
12693
12693
  */
12694
12694
 
12695
12695
  /**
@@ -12945,7 +12945,7 @@ class BusinessRulesApi {
12945
12945
  /**
12946
12946
  * BusinessRules service.
12947
12947
  * @module purecloud-platform-client-v2/api/BusinessRulesApi
12948
- * @version 225.0.0
12948
+ * @version 226.0.0
12949
12949
  */
12950
12950
 
12951
12951
  /**
@@ -13903,7 +13903,7 @@ class CarrierServicesApi {
13903
13903
  /**
13904
13904
  * CarrierServices service.
13905
13905
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
13906
- * @version 225.0.0
13906
+ * @version 226.0.0
13907
13907
  */
13908
13908
 
13909
13909
  /**
@@ -13973,7 +13973,7 @@ class ChatApi {
13973
13973
  /**
13974
13974
  * Chat service.
13975
13975
  * @module purecloud-platform-client-v2/api/ChatApi
13976
- * @version 225.0.0
13976
+ * @version 226.0.0
13977
13977
  */
13978
13978
 
13979
13979
  /**
@@ -14906,7 +14906,7 @@ class CoachingApi {
14906
14906
  /**
14907
14907
  * Coaching service.
14908
14908
  * @module purecloud-platform-client-v2/api/CoachingApi
14909
- * @version 225.0.0
14909
+ * @version 226.0.0
14910
14910
  */
14911
14911
 
14912
14912
  /**
@@ -15483,7 +15483,7 @@ class ContentManagementApi {
15483
15483
  /**
15484
15484
  * ContentManagement service.
15485
15485
  * @module purecloud-platform-client-v2/api/ContentManagementApi
15486
- * @version 225.0.0
15486
+ * @version 226.0.0
15487
15487
  */
15488
15488
 
15489
15489
  /**
@@ -16564,7 +16564,7 @@ class ConversationsApi {
16564
16564
  /**
16565
16565
  * Conversations service.
16566
16566
  * @module purecloud-platform-client-v2/api/ConversationsApi
16567
- * @version 225.0.0
16567
+ * @version 226.0.0
16568
16568
  */
16569
16569
 
16570
16570
  /**
@@ -21693,6 +21693,42 @@ class ConversationsApi {
21693
21693
  );
21694
21694
  }
21695
21695
 
21696
+ /**
21697
+ * Replace this participant with the an external contact
21698
+ *
21699
+ * @param {String} conversationId conversation ID
21700
+ * @param {String} participantId participant ID
21701
+ * @param {Object} body Transfer request
21702
+ * postConversationParticipantReplaceContactExternal is a preview method and is subject to both breaking and non-breaking changes at any time without notice
21703
+ */
21704
+ postConversationParticipantReplaceContactExternal(conversationId, participantId, body) {
21705
+ // verify the required parameter 'conversationId' is set
21706
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
21707
+ throw 'Missing the required parameter "conversationId" when calling postConversationParticipantReplaceContactExternal';
21708
+ }
21709
+ // verify the required parameter 'participantId' is set
21710
+ if (participantId === undefined || participantId === null || participantId === '') {
21711
+ throw 'Missing the required parameter "participantId" when calling postConversationParticipantReplaceContactExternal';
21712
+ }
21713
+ // verify the required parameter 'body' is set
21714
+ if (body === undefined || body === null) {
21715
+ throw 'Missing the required parameter "body" when calling postConversationParticipantReplaceContactExternal';
21716
+ }
21717
+
21718
+ return this.apiClient.callApi(
21719
+ '/api/v2/conversations/{conversationId}/participants/{participantId}/replace/contact/external',
21720
+ 'POST',
21721
+ { 'conversationId': conversationId,'participantId': participantId },
21722
+ { },
21723
+ { },
21724
+ { },
21725
+ body,
21726
+ ['PureCloud OAuth'],
21727
+ ['application/json'],
21728
+ ['application/json']
21729
+ );
21730
+ }
21731
+
21696
21732
  /**
21697
21733
  * Replace this participant with the an external contact
21698
21734
  *
@@ -21797,6 +21833,42 @@ class ConversationsApi {
21797
21833
  );
21798
21834
  }
21799
21835
 
21836
+ /**
21837
+ * Replace this participant by another one using the address of the destination.
21838
+ *
21839
+ * @param {String} conversationId conversation ID
21840
+ * @param {String} participantId participant ID
21841
+ * @param {Object} body Transfer request
21842
+ * postConversationParticipantTransfer is a preview method and is subject to both breaking and non-breaking changes at any time without notice
21843
+ */
21844
+ postConversationParticipantTransfer(conversationId, participantId, body) {
21845
+ // verify the required parameter 'conversationId' is set
21846
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
21847
+ throw 'Missing the required parameter "conversationId" when calling postConversationParticipantTransfer';
21848
+ }
21849
+ // verify the required parameter 'participantId' is set
21850
+ if (participantId === undefined || participantId === null || participantId === '') {
21851
+ throw 'Missing the required parameter "participantId" when calling postConversationParticipantTransfer';
21852
+ }
21853
+ // verify the required parameter 'body' is set
21854
+ if (body === undefined || body === null) {
21855
+ throw 'Missing the required parameter "body" when calling postConversationParticipantTransfer';
21856
+ }
21857
+
21858
+ return this.apiClient.callApi(
21859
+ '/api/v2/conversations/{conversationId}/participants/{participantId}/transfer',
21860
+ 'POST',
21861
+ { 'conversationId': conversationId,'participantId': participantId },
21862
+ { },
21863
+ { },
21864
+ { },
21865
+ body,
21866
+ ['PureCloud OAuth'],
21867
+ ['application/json'],
21868
+ ['application/json']
21869
+ );
21870
+ }
21871
+
21800
21872
  /**
21801
21873
  * Save an engagement on the suggestion.
21802
21874
  *
@@ -22096,6 +22168,42 @@ class ConversationsApi {
22096
22168
  );
22097
22169
  }
22098
22170
 
22171
+ /**
22172
+ * Initiate a consult transfer to an external contact
22173
+ *
22174
+ * @param {String} conversationId conversationId
22175
+ * @param {String} participantId participantId
22176
+ * @param {Object} body Destination address and initial speak to
22177
+ * postConversationsCallParticipantConsultContactExternal is a preview method and is subject to both breaking and non-breaking changes at any time without notice
22178
+ */
22179
+ postConversationsCallParticipantConsultContactExternal(conversationId, participantId, body) {
22180
+ // verify the required parameter 'conversationId' is set
22181
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
22182
+ throw 'Missing the required parameter "conversationId" when calling postConversationsCallParticipantConsultContactExternal';
22183
+ }
22184
+ // verify the required parameter 'participantId' is set
22185
+ if (participantId === undefined || participantId === null || participantId === '') {
22186
+ throw 'Missing the required parameter "participantId" when calling postConversationsCallParticipantConsultContactExternal';
22187
+ }
22188
+ // verify the required parameter 'body' is set
22189
+ if (body === undefined || body === null) {
22190
+ throw 'Missing the required parameter "body" when calling postConversationsCallParticipantConsultContactExternal';
22191
+ }
22192
+
22193
+ return this.apiClient.callApi(
22194
+ '/api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult/contact/external',
22195
+ 'POST',
22196
+ { 'conversationId': conversationId,'participantId': participantId },
22197
+ { },
22198
+ { },
22199
+ { },
22200
+ body,
22201
+ ['PureCloud OAuth'],
22202
+ ['application/json'],
22203
+ ['application/json']
22204
+ );
22205
+ }
22206
+
22099
22207
  /**
22100
22208
  * Initiate a consult transfer to an external contact
22101
22209
  *
@@ -22231,6 +22339,42 @@ class ConversationsApi {
22231
22339
  );
22232
22340
  }
22233
22341
 
22342
+ /**
22343
+ * Initiate voice consult transfer
22344
+ *
22345
+ * @param {String} conversationId conversationId
22346
+ * @param {String} participantId participantId
22347
+ * @param {Object} body Destination address and initial speak to
22348
+ * postConversationsCallParticipantVoiceConsult is a preview method and is subject to both breaking and non-breaking changes at any time without notice
22349
+ */
22350
+ postConversationsCallParticipantVoiceConsult(conversationId, participantId, body) {
22351
+ // verify the required parameter 'conversationId' is set
22352
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
22353
+ throw 'Missing the required parameter "conversationId" when calling postConversationsCallParticipantVoiceConsult';
22354
+ }
22355
+ // verify the required parameter 'participantId' is set
22356
+ if (participantId === undefined || participantId === null || participantId === '') {
22357
+ throw 'Missing the required parameter "participantId" when calling postConversationsCallParticipantVoiceConsult';
22358
+ }
22359
+ // verify the required parameter 'body' is set
22360
+ if (body === undefined || body === null) {
22361
+ throw 'Missing the required parameter "body" when calling postConversationsCallParticipantVoiceConsult';
22362
+ }
22363
+
22364
+ return this.apiClient.callApi(
22365
+ '/api/v2/conversations/calls/{conversationId}/participants/{participantId}/voice/consult',
22366
+ 'POST',
22367
+ { 'conversationId': conversationId,'participantId': participantId },
22368
+ { },
22369
+ { },
22370
+ { },
22371
+ body,
22372
+ ['PureCloud OAuth'],
22373
+ ['application/json'],
22374
+ ['application/json']
22375
+ );
22376
+ }
22377
+
22234
22378
  /**
22235
22379
  * Add participants to a conversation
22236
22380
  *
@@ -24632,7 +24776,7 @@ class DataExtensionsApi {
24632
24776
  /**
24633
24777
  * DataExtensions service.
24634
24778
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
24635
- * @version 225.0.0
24779
+ * @version 226.0.0
24636
24780
  */
24637
24781
 
24638
24782
  /**
@@ -24718,7 +24862,7 @@ class DataPrivacyApi {
24718
24862
  /**
24719
24863
  * DataPrivacy service.
24720
24864
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
24721
- * @version 225.0.0
24865
+ * @version 226.0.0
24722
24866
  */
24723
24867
 
24724
24868
  /**
@@ -24888,7 +25032,7 @@ class DownloadsApi {
24888
25032
  /**
24889
25033
  * Downloads service.
24890
25034
  * @module purecloud-platform-client-v2/api/DownloadsApi
24891
- * @version 225.0.0
25035
+ * @version 226.0.0
24892
25036
  */
24893
25037
 
24894
25038
  /**
@@ -24940,7 +25084,7 @@ class EmailsApi {
24940
25084
  /**
24941
25085
  * Emails service.
24942
25086
  * @module purecloud-platform-client-v2/api/EmailsApi
24943
- * @version 225.0.0
25087
+ * @version 226.0.0
24944
25088
  */
24945
25089
 
24946
25090
  /**
@@ -25069,7 +25213,7 @@ class EmployeeEngagementApi {
25069
25213
  /**
25070
25214
  * EmployeeEngagement service.
25071
25215
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
25072
- * @version 225.0.0
25216
+ * @version 226.0.0
25073
25217
  */
25074
25218
 
25075
25219
  /**
@@ -25220,7 +25364,7 @@ class EventsApi {
25220
25364
  /**
25221
25365
  * Events service.
25222
25366
  * @module purecloud-platform-client-v2/api/EventsApi
25223
- * @version 225.0.0
25367
+ * @version 226.0.0
25224
25368
  */
25225
25369
 
25226
25370
  /**
@@ -25316,7 +25460,7 @@ class ExternalContactsApi {
25316
25460
  /**
25317
25461
  * ExternalContacts service.
25318
25462
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
25319
- * @version 225.0.0
25463
+ * @version 226.0.0
25320
25464
  */
25321
25465
 
25322
25466
  /**
@@ -28504,7 +28648,7 @@ class FaxApi {
28504
28648
  /**
28505
28649
  * Fax service.
28506
28650
  * @module purecloud-platform-client-v2/api/FaxApi
28507
- * @version 225.0.0
28651
+ * @version 226.0.0
28508
28652
  */
28509
28653
 
28510
28654
  /**
@@ -28719,7 +28863,7 @@ class FlowsApi {
28719
28863
  /**
28720
28864
  * Flows service.
28721
28865
  * @module purecloud-platform-client-v2/api/FlowsApi
28722
- * @version 225.0.0
28866
+ * @version 226.0.0
28723
28867
  */
28724
28868
 
28725
28869
  /**
@@ -28902,7 +29046,7 @@ class GamificationApi {
28902
29046
  /**
28903
29047
  * Gamification service.
28904
29048
  * @module purecloud-platform-client-v2/api/GamificationApi
28905
- * @version 225.0.0
29049
+ * @version 226.0.0
28906
29050
  */
28907
29051
 
28908
29052
  /**
@@ -31409,7 +31553,7 @@ class GeneralDataProtectionRegulationApi {
31409
31553
  /**
31410
31554
  * GeneralDataProtectionRegulation service.
31411
31555
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
31412
- * @version 225.0.0
31556
+ * @version 226.0.0
31413
31557
  */
31414
31558
 
31415
31559
  /**
@@ -31539,7 +31683,7 @@ class GeolocationApi {
31539
31683
  /**
31540
31684
  * Geolocation service.
31541
31685
  * @module purecloud-platform-client-v2/api/GeolocationApi
31542
- * @version 225.0.0
31686
+ * @version 226.0.0
31543
31687
  */
31544
31688
 
31545
31689
  /**
@@ -31670,7 +31814,7 @@ class GreetingsApi {
31670
31814
  /**
31671
31815
  * Greetings service.
31672
31816
  * @module purecloud-platform-client-v2/api/GreetingsApi
31673
- * @version 225.0.0
31817
+ * @version 226.0.0
31674
31818
  */
31675
31819
 
31676
31820
  /**
@@ -32212,7 +32356,7 @@ class GroupsApi {
32212
32356
  /**
32213
32357
  * Groups service.
32214
32358
  * @module purecloud-platform-client-v2/api/GroupsApi
32215
- * @version 225.0.0
32359
+ * @version 226.0.0
32216
32360
  */
32217
32361
 
32218
32362
  /**
@@ -32731,7 +32875,7 @@ class IdentityProviderApi {
32731
32875
  /**
32732
32876
  * IdentityProvider service.
32733
32877
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
32734
- * @version 225.0.0
32878
+ * @version 226.0.0
32735
32879
  */
32736
32880
 
32737
32881
  /**
@@ -33592,7 +33736,7 @@ class InfrastructureAsCodeApi {
33592
33736
  /**
33593
33737
  * InfrastructureAsCode service.
33594
33738
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
33595
- * @version 225.0.0
33739
+ * @version 226.0.0
33596
33740
  */
33597
33741
 
33598
33742
  /**
@@ -33759,7 +33903,7 @@ class IntegrationsApi {
33759
33903
  /**
33760
33904
  * Integrations service.
33761
33905
  * @module purecloud-platform-client-v2/api/IntegrationsApi
33762
- * @version 225.0.0
33906
+ * @version 226.0.0
33763
33907
  */
33764
33908
 
33765
33909
  /**
@@ -34697,10 +34841,11 @@ class IntegrationsApi {
34697
34841
 
34698
34842
  /**
34699
34843
  * List multiple sets of credentials
34700
- *
34844
+ * This endpoint is deprecated. Please see the Listing API (GET /api/v2/integrations/credentials/listing)
34701
34845
  * @param {Object} opts Optional parameters
34702
34846
  * @param {Number} opts.pageNumber Page number (default to 1)
34703
34847
  * @param {Number} opts.pageSize Page size (default to 25)
34848
+ * @deprecated
34704
34849
  */
34705
34850
  getIntegrationsCredentials(opts) {
34706
34851
  opts = opts || {};
@@ -36403,7 +36548,7 @@ class JourneyApi {
36403
36548
  /**
36404
36549
  * Journey service.
36405
36550
  * @module purecloud-platform-client-v2/api/JourneyApi
36406
- * @version 225.0.0
36551
+ * @version 226.0.0
36407
36552
  */
36408
36553
 
36409
36554
  /**
@@ -38388,7 +38533,7 @@ class KnowledgeApi {
38388
38533
  /**
38389
38534
  * Knowledge service.
38390
38535
  * @module purecloud-platform-client-v2/api/KnowledgeApi
38391
- * @version 225.0.0
38536
+ * @version 226.0.0
38392
38537
  */
38393
38538
 
38394
38539
  /**
@@ -42261,7 +42406,7 @@ class LanguageUnderstandingApi {
42261
42406
  /**
42262
42407
  * LanguageUnderstanding service.
42263
42408
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
42264
- * @version 225.0.0
42409
+ * @version 226.0.0
42265
42410
  */
42266
42411
 
42267
42412
  /**
@@ -43294,7 +43439,7 @@ class LanguagesApi {
43294
43439
  /**
43295
43440
  * Languages service.
43296
43441
  * @module purecloud-platform-client-v2/api/LanguagesApi
43297
- * @version 225.0.0
43442
+ * @version 226.0.0
43298
43443
  */
43299
43444
 
43300
43445
  /**
@@ -43516,7 +43661,7 @@ class LearningApi {
43516
43661
  /**
43517
43662
  * Learning service.
43518
43663
  * @module purecloud-platform-client-v2/api/LearningApi
43519
- * @version 225.0.0
43664
+ * @version 226.0.0
43520
43665
  */
43521
43666
 
43522
43667
  /**
@@ -44545,7 +44690,7 @@ class LicenseApi {
44545
44690
  /**
44546
44691
  * License service.
44547
44692
  * @module purecloud-platform-client-v2/api/LicenseApi
44548
- * @version 225.0.0
44693
+ * @version 226.0.0
44549
44694
  */
44550
44695
 
44551
44696
  /**
@@ -44783,7 +44928,7 @@ class LocationsApi {
44783
44928
  /**
44784
44929
  * Locations service.
44785
44930
  * @module purecloud-platform-client-v2/api/LocationsApi
44786
- * @version 225.0.0
44931
+ * @version 226.0.0
44787
44932
  */
44788
44933
 
44789
44934
  /**
@@ -45019,7 +45164,7 @@ class LogCaptureApi {
45019
45164
  /**
45020
45165
  * LogCapture service.
45021
45166
  * @module purecloud-platform-client-v2/api/LogCaptureApi
45022
- * @version 225.0.0
45167
+ * @version 226.0.0
45023
45168
  */
45024
45169
 
45025
45170
  /**
@@ -45218,7 +45363,7 @@ class MessagingApi {
45218
45363
  /**
45219
45364
  * Messaging service.
45220
45365
  * @module purecloud-platform-client-v2/api/MessagingApi
45221
- * @version 225.0.0
45366
+ * @version 226.0.0
45222
45367
  */
45223
45368
 
45224
45369
  /**
@@ -45577,7 +45722,7 @@ class MobileDevicesApi {
45577
45722
  /**
45578
45723
  * MobileDevices service.
45579
45724
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
45580
- * @version 225.0.0
45725
+ * @version 226.0.0
45581
45726
  */
45582
45727
 
45583
45728
  /**
@@ -45728,7 +45873,7 @@ class NotificationsApi {
45728
45873
  /**
45729
45874
  * Notifications service.
45730
45875
  * @module purecloud-platform-client-v2/api/NotificationsApi
45731
- * @version 225.0.0
45876
+ * @version 226.0.0
45732
45877
  */
45733
45878
 
45734
45879
  /**
@@ -45961,7 +46106,7 @@ class OAuthApi {
45961
46106
  /**
45962
46107
  * OAuth service.
45963
46108
  * @module purecloud-platform-client-v2/api/OAuthApi
45964
- * @version 225.0.0
46109
+ * @version 226.0.0
45965
46110
  */
45966
46111
 
45967
46112
  /**
@@ -46327,7 +46472,7 @@ class ObjectsApi {
46327
46472
  /**
46328
46473
  * Objects service.
46329
46474
  * @module purecloud-platform-client-v2/api/ObjectsApi
46330
- * @version 225.0.0
46475
+ * @version 226.0.0
46331
46476
  */
46332
46477
 
46333
46478
  /**
@@ -46651,7 +46796,7 @@ class OperationalEventsApi {
46651
46796
  /**
46652
46797
  * OperationalEvents service.
46653
46798
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
46654
- * @version 225.0.0
46799
+ * @version 226.0.0
46655
46800
  */
46656
46801
 
46657
46802
  /**
@@ -46768,7 +46913,7 @@ class OrganizationApi {
46768
46913
  /**
46769
46914
  * Organization service.
46770
46915
  * @module purecloud-platform-client-v2/api/OrganizationApi
46771
- * @version 225.0.0
46916
+ * @version 226.0.0
46772
46917
  */
46773
46918
 
46774
46919
  /**
@@ -47243,7 +47388,7 @@ class OrganizationAuthorizationApi {
47243
47388
  /**
47244
47389
  * OrganizationAuthorization service.
47245
47390
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
47246
- * @version 225.0.0
47391
+ * @version 226.0.0
47247
47392
  */
47248
47393
 
47249
47394
  /**
@@ -48637,7 +48782,7 @@ class OutboundApi {
48637
48782
  /**
48638
48783
  * Outbound service.
48639
48784
  * @module purecloud-platform-client-v2/api/OutboundApi
48640
- * @version 225.0.0
48785
+ * @version 226.0.0
48641
48786
  */
48642
48787
 
48643
48788
  /**
@@ -53259,7 +53404,7 @@ class PresenceApi {
53259
53404
  /**
53260
53405
  * Presence service.
53261
53406
  * @module purecloud-platform-client-v2/api/PresenceApi
53262
- * @version 225.0.0
53407
+ * @version 226.0.0
53263
53408
  */
53264
53409
 
53265
53410
  /**
@@ -54003,7 +54148,7 @@ class ProcessAutomationApi {
54003
54148
  /**
54004
54149
  * ProcessAutomation service.
54005
54150
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
54006
- * @version 225.0.0
54151
+ * @version 226.0.0
54007
54152
  */
54008
54153
 
54009
54154
  /**
@@ -54242,7 +54387,7 @@ class QualityApi {
54242
54387
  /**
54243
54388
  * Quality service.
54244
54389
  * @module purecloud-platform-client-v2/api/QualityApi
54245
- * @version 225.0.0
54390
+ * @version 226.0.0
54246
54391
  */
54247
54392
 
54248
54393
  /**
@@ -56029,7 +56174,7 @@ class RecordingApi {
56029
56174
  /**
56030
56175
  * Recording service.
56031
56176
  * @module purecloud-platform-client-v2/api/RecordingApi
56032
- * @version 225.0.0
56177
+ * @version 226.0.0
56033
56178
  */
56034
56179
 
56035
56180
  /**
@@ -57634,7 +57779,7 @@ class ResponseManagementApi {
57634
57779
  /**
57635
57780
  * ResponseManagement service.
57636
57781
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
57637
- * @version 225.0.0
57782
+ * @version 226.0.0
57638
57783
  */
57639
57784
 
57640
57785
  /**
@@ -58144,7 +58289,7 @@ class RoutingApi {
58144
58289
  /**
58145
58290
  * Routing service.
58146
58291
  * @module purecloud-platform-client-v2/api/RoutingApi
58147
- * @version 225.0.0
58292
+ * @version 226.0.0
58148
58293
  */
58149
58294
 
58150
58295
  /**
@@ -59725,6 +59870,7 @@ class RoutingApi {
59725
59870
  * @param {Object} opts Optional parameters
59726
59871
  * @param {Number} opts.pageSize Page size (default to 25)
59727
59872
  * @param {Number} opts.pageNumber Page number (default to 1)
59873
+ * @param {String} opts.name Wrapup code's name (trailing asterisks allowed)
59728
59874
  */
59729
59875
  getRoutingQueueWrapupcodes(queueId, opts) {
59730
59876
  opts = opts || {};
@@ -59738,7 +59884,7 @@ class RoutingApi {
59738
59884
  '/api/v2/routing/queues/{queueId}/wrapupcodes',
59739
59885
  'GET',
59740
59886
  { 'queueId': queueId },
59741
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
59887
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'] },
59742
59888
  { },
59743
59889
  { },
59744
59890
  null,
@@ -62484,7 +62630,7 @@ class SCIMApi {
62484
62630
  /**
62485
62631
  * SCIM service.
62486
62632
  * @module purecloud-platform-client-v2/api/SCIMApi
62487
- * @version 225.0.0
62633
+ * @version 226.0.0
62488
62634
  */
62489
62635
 
62490
62636
  /**
@@ -63361,7 +63507,7 @@ class ScreenRecordingApi {
63361
63507
  /**
63362
63508
  * ScreenRecording service.
63363
63509
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
63364
- * @version 225.0.0
63510
+ * @version 226.0.0
63365
63511
  */
63366
63512
 
63367
63513
  /**
@@ -63406,7 +63552,7 @@ class ScriptsApi {
63406
63552
  /**
63407
63553
  * Scripts service.
63408
63554
  * @module purecloud-platform-client-v2/api/ScriptsApi
63409
- * @version 225.0.0
63555
+ * @version 226.0.0
63410
63556
  */
63411
63557
 
63412
63558
  /**
@@ -63882,7 +64028,7 @@ class SearchApi {
63882
64028
  /**
63883
64029
  * Search service.
63884
64030
  * @module purecloud-platform-client-v2/api/SearchApi
63885
- * @version 225.0.0
64031
+ * @version 226.0.0
63886
64032
  */
63887
64033
 
63888
64034
  /**
@@ -64625,7 +64771,7 @@ class SettingsApi {
64625
64771
  /**
64626
64772
  * Settings service.
64627
64773
  * @module purecloud-platform-client-v2/api/SettingsApi
64628
- * @version 225.0.0
64774
+ * @version 226.0.0
64629
64775
  */
64630
64776
 
64631
64777
  /**
@@ -64973,7 +65119,7 @@ class SocialMediaApi {
64973
65119
  /**
64974
65120
  * SocialMedia service.
64975
65121
  * @module purecloud-platform-client-v2/api/SocialMediaApi
64976
- * @version 225.0.0
65122
+ * @version 226.0.0
64977
65123
  */
64978
65124
 
64979
65125
  /**
@@ -66324,7 +66470,7 @@ class SpeechTextAnalyticsApi {
66324
66470
  /**
66325
66471
  * SpeechTextAnalytics service.
66326
66472
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
66327
- * @version 225.0.0
66473
+ * @version 226.0.0
66328
66474
  */
66329
66475
 
66330
66476
  /**
@@ -67813,7 +67959,7 @@ class StationsApi {
67813
67959
  /**
67814
67960
  * Stations service.
67815
67961
  * @module purecloud-platform-client-v2/api/StationsApi
67816
- * @version 225.0.0
67962
+ * @version 226.0.0
67817
67963
  */
67818
67964
 
67819
67965
  /**
@@ -67915,7 +68061,7 @@ class SuggestApi {
67915
68061
  /**
67916
68062
  * Suggest service.
67917
68063
  * @module purecloud-platform-client-v2/api/SuggestApi
67918
- * @version 225.0.0
68064
+ * @version 226.0.0
67919
68065
  */
67920
68066
 
67921
68067
  /**
@@ -68054,7 +68200,7 @@ class TaskManagementApi {
68054
68200
  /**
68055
68201
  * TaskManagement service.
68056
68202
  * @module purecloud-platform-client-v2/api/TaskManagementApi
68057
- * @version 225.0.0
68203
+ * @version 226.0.0
68058
68204
  */
68059
68205
 
68060
68206
  /**
@@ -70216,7 +70362,7 @@ class TeamsApi {
70216
70362
  /**
70217
70363
  * Teams service.
70218
70364
  * @module purecloud-platform-client-v2/api/TeamsApi
70219
- * @version 225.0.0
70365
+ * @version 226.0.0
70220
70366
  */
70221
70367
 
70222
70368
  /**
@@ -70521,7 +70667,7 @@ class TelephonyApi {
70521
70667
  /**
70522
70668
  * Telephony service.
70523
70669
  * @module purecloud-platform-client-v2/api/TelephonyApi
70524
- * @version 225.0.0
70670
+ * @version 226.0.0
70525
70671
  */
70526
70672
 
70527
70673
  /**
@@ -70703,7 +70849,7 @@ class TelephonyProvidersEdgeApi {
70703
70849
  /**
70704
70850
  * TelephonyProvidersEdge service.
70705
70851
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
70706
- * @version 225.0.0
70852
+ * @version 226.0.0
70707
70853
  */
70708
70854
 
70709
70855
  /**
@@ -74196,7 +74342,7 @@ class TextbotsApi {
74196
74342
  /**
74197
74343
  * Textbots service.
74198
74344
  * @module purecloud-platform-client-v2/api/TextbotsApi
74199
- * @version 225.0.0
74345
+ * @version 226.0.0
74200
74346
  */
74201
74347
 
74202
74348
  /**
@@ -74325,7 +74471,7 @@ class TokensApi {
74325
74471
  /**
74326
74472
  * Tokens service.
74327
74473
  * @module purecloud-platform-client-v2/api/TokensApi
74328
- * @version 225.0.0
74474
+ * @version 226.0.0
74329
74475
  */
74330
74476
 
74331
74477
  /**
@@ -74479,7 +74625,7 @@ class UploadsApi {
74479
74625
  /**
74480
74626
  * Uploads service.
74481
74627
  * @module purecloud-platform-client-v2/api/UploadsApi
74482
- * @version 225.0.0
74628
+ * @version 226.0.0
74483
74629
  */
74484
74630
 
74485
74631
  /**
@@ -74770,7 +74916,7 @@ class UsageApi {
74770
74916
  /**
74771
74917
  * Usage service.
74772
74918
  * @module purecloud-platform-client-v2/api/UsageApi
74773
- * @version 225.0.0
74919
+ * @version 226.0.0
74774
74920
  */
74775
74921
 
74776
74922
  /**
@@ -74985,7 +75131,7 @@ class UserRecordingsApi {
74985
75131
  /**
74986
75132
  * UserRecordings service.
74987
75133
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
74988
- * @version 225.0.0
75134
+ * @version 226.0.0
74989
75135
  */
74990
75136
 
74991
75137
  /**
@@ -75200,7 +75346,7 @@ class UsersApi {
75200
75346
  /**
75201
75347
  * Users service.
75202
75348
  * @module purecloud-platform-client-v2/api/UsersApi
75203
- * @version 225.0.0
75349
+ * @version 226.0.0
75204
75350
  */
75205
75351
 
75206
75352
  /**
@@ -78183,7 +78329,7 @@ class UtilitiesApi {
78183
78329
  /**
78184
78330
  * Utilities service.
78185
78331
  * @module purecloud-platform-client-v2/api/UtilitiesApi
78186
- * @version 225.0.0
78332
+ * @version 226.0.0
78187
78333
  */
78188
78334
 
78189
78335
  /**
@@ -78294,7 +78440,7 @@ class VoicemailApi {
78294
78440
  /**
78295
78441
  * Voicemail service.
78296
78442
  * @module purecloud-platform-client-v2/api/VoicemailApi
78297
- * @version 225.0.0
78443
+ * @version 226.0.0
78298
78444
  */
78299
78445
 
78300
78446
  /**
@@ -79016,7 +79162,7 @@ class WebChatApi {
79016
79162
  /**
79017
79163
  * WebChat service.
79018
79164
  * @module purecloud-platform-client-v2/api/WebChatApi
79019
- * @version 225.0.0
79165
+ * @version 226.0.0
79020
79166
  */
79021
79167
 
79022
79168
  /**
@@ -79576,7 +79722,7 @@ class WebDeploymentsApi {
79576
79722
  /**
79577
79723
  * WebDeployments service.
79578
79724
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
79579
- * @version 225.0.0
79725
+ * @version 226.0.0
79580
79726
  */
79581
79727
 
79582
79728
  /**
@@ -80158,7 +80304,7 @@ class WebMessagingApi {
80158
80304
  /**
80159
80305
  * WebMessaging service.
80160
80306
  * @module purecloud-platform-client-v2/api/WebMessagingApi
80161
- * @version 225.0.0
80307
+ * @version 226.0.0
80162
80308
  */
80163
80309
 
80164
80310
  /**
@@ -80204,7 +80350,7 @@ class WidgetsApi {
80204
80350
  /**
80205
80351
  * Widgets service.
80206
80352
  * @module purecloud-platform-client-v2/api/WidgetsApi
80207
- * @version 225.0.0
80353
+ * @version 226.0.0
80208
80354
  */
80209
80355
 
80210
80356
  /**
@@ -80355,7 +80501,7 @@ class WorkforceManagementApi {
80355
80501
  /**
80356
80502
  * WorkforceManagement service.
80357
80503
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
80358
- * @version 225.0.0
80504
+ * @version 226.0.0
80359
80505
  */
80360
80506
 
80361
80507
  /**
@@ -82925,27 +83071,6 @@ class WorkforceManagementApi {
82925
83071
  );
82926
83072
  }
82927
83073
 
82928
- /**
82929
- * Retrieves delete job status for historical data imports of the organization.
82930
- * Deprecated: Please use GET /workforcemanagement/historicaldata/bulk/remove/jobs instead.
82931
- * @deprecated
82932
- */
82933
- getWorkforcemanagementHistoricaldataDeletejob() {
82934
-
82935
- return this.apiClient.callApi(
82936
- '/api/v2/workforcemanagement/historicaldata/deletejob',
82937
- 'GET',
82938
- { },
82939
- { },
82940
- { },
82941
- { },
82942
- null,
82943
- ['PureCloud OAuth'],
82944
- ['application/json'],
82945
- ['application/json']
82946
- );
82947
- }
82948
-
82949
83074
  /**
82950
83075
  * Retrieves status of the historical data imports of the organization
82951
83076
  *
@@ -86557,27 +86682,6 @@ class WorkforceManagementApi {
86557
86682
  );
86558
86683
  }
86559
86684
 
86560
- /**
86561
- * Delete the entries of the historical data imports in the organization.
86562
- * Deprecated: Please use POST /workforcemanagement/historicaldata/bulk/remove/jobs instead.
86563
- * @deprecated
86564
- */
86565
- postWorkforcemanagementHistoricaldataDeletejob() {
86566
-
86567
- return this.apiClient.callApi(
86568
- '/api/v2/workforcemanagement/historicaldata/deletejob',
86569
- 'POST',
86570
- { },
86571
- { },
86572
- { },
86573
- { },
86574
- null,
86575
- ['PureCloud OAuth'],
86576
- ['application/json'],
86577
- ['application/json']
86578
- );
86579
- }
86580
-
86581
86685
  /**
86582
86686
  * Trigger validation process for historical import
86583
86687
  *
@@ -87854,7 +87958,7 @@ class WorkforceManagementApi {
87854
87958
  * </pre>
87855
87959
  * </p>
87856
87960
  * @module purecloud-platform-client-v2/index
87857
- * @version 225.0.0
87961
+ * @version 226.0.0
87858
87962
  */
87859
87963
  class platformClient {
87860
87964
  constructor() {