purecloud-platform-client-v2 160.0.0 → 160.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 (78) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +816 -69
  3. package/dist/web-amd/purecloud-platform-client-v2.js +816 -69
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +816 -69
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +1169 -395
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +84 -0
  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/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +789 -42
  21. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -401,7 +401,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
401
401
 
402
402
  /**
403
403
  * @module purecloud-platform-client-v2/ApiClient
404
- * @version 160.0.0
404
+ * @version 160.1.0
405
405
  */
406
406
  class ApiClient {
407
407
  /**
@@ -1491,7 +1491,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1491
1491
  /**
1492
1492
  * Alerting service.
1493
1493
  * @module purecloud-platform-client-v2/api/AlertingApi
1494
- * @version 160.0.0
1494
+ * @version 160.1.0
1495
1495
  */
1496
1496
 
1497
1497
  /**
@@ -1805,7 +1805,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1805
1805
  /**
1806
1806
  * Analytics service.
1807
1807
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1808
- * @version 160.0.0
1808
+ * @version 160.1.0
1809
1809
  */
1810
1810
 
1811
1811
  /**
@@ -3059,7 +3059,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3059
3059
  /**
3060
3060
  * Architect service.
3061
3061
  * @module purecloud-platform-client-v2/api/ArchitectApi
3062
- * @version 160.0.0
3062
+ * @version 160.1.0
3063
3063
  */
3064
3064
 
3065
3065
  /**
@@ -6107,7 +6107,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6107
6107
  /**
6108
6108
  * Audit service.
6109
6109
  * @module purecloud-platform-client-v2/api/AuditApi
6110
- * @version 160.0.0
6110
+ * @version 160.1.0
6111
6111
  */
6112
6112
 
6113
6113
  /**
@@ -6278,7 +6278,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6278
6278
  /**
6279
6279
  * Authorization service.
6280
6280
  * @module purecloud-platform-client-v2/api/AuthorizationApi
6281
- * @version 160.0.0
6281
+ * @version 160.1.0
6282
6282
  */
6283
6283
 
6284
6284
  /**
@@ -7506,7 +7506,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7506
7506
  /**
7507
7507
  * Billing service.
7508
7508
  * @module purecloud-platform-client-v2/api/BillingApi
7509
- * @version 160.0.0
7509
+ * @version 160.1.0
7510
7510
  */
7511
7511
 
7512
7512
  /**
@@ -7586,7 +7586,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7586
7586
  /**
7587
7587
  * Chat service.
7588
7588
  * @module purecloud-platform-client-v2/api/ChatApi
7589
- * @version 160.0.0
7589
+ * @version 160.1.0
7590
7590
  */
7591
7591
 
7592
7592
  /**
@@ -7677,7 +7677,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7677
7677
  /**
7678
7678
  * Coaching service.
7679
7679
  * @module purecloud-platform-client-v2/api/CoachingApi
7680
- * @version 160.0.0
7680
+ * @version 160.1.0
7681
7681
  */
7682
7682
 
7683
7683
  /**
@@ -8254,7 +8254,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8254
8254
  /**
8255
8255
  * ContentManagement service.
8256
8256
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8257
- * @version 160.0.0
8257
+ * @version 160.1.0
8258
8258
  */
8259
8259
 
8260
8260
  /**
@@ -9394,7 +9394,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9394
9394
  /**
9395
9395
  * Conversations service.
9396
9396
  * @module purecloud-platform-client-v2/api/ConversationsApi
9397
- * @version 160.0.0
9397
+ * @version 160.1.0
9398
9398
  */
9399
9399
 
9400
9400
  /**
@@ -10061,6 +10061,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10061
10061
  );
10062
10062
  }
10063
10063
 
10064
+ /**
10065
+ * Get the wrap-up for this conversation communication.
10066
+ *
10067
+ * @param {String} conversationId conversationId
10068
+ * @param {String} participantId participantId
10069
+ * @param {String} communicationId communicationId
10070
+ * @param {Object} opts Optional parameters
10071
+ * @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
10072
+ */
10073
+ getConversationsCallParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
10074
+ opts = opts || {};
10075
+
10076
+ // verify the required parameter 'conversationId' is set
10077
+ if (conversationId === undefined || conversationId === null) {
10078
+ throw 'Missing the required parameter "conversationId" when calling getConversationsCallParticipantCommunicationWrapup';
10079
+ }
10080
+ // verify the required parameter 'participantId' is set
10081
+ if (participantId === undefined || participantId === null) {
10082
+ throw 'Missing the required parameter "participantId" when calling getConversationsCallParticipantCommunicationWrapup';
10083
+ }
10084
+ // verify the required parameter 'communicationId' is set
10085
+ if (communicationId === undefined || communicationId === null) {
10086
+ throw 'Missing the required parameter "communicationId" when calling getConversationsCallParticipantCommunicationWrapup';
10087
+ }
10088
+
10089
+ return this.apiClient.callApi(
10090
+ '/api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
10091
+ 'GET',
10092
+ { 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
10093
+ { 'provisional': opts['provisional'] },
10094
+ { },
10095
+ { },
10096
+ null,
10097
+ ['PureCloud OAuth'],
10098
+ ['application/json'],
10099
+ ['application/json']
10100
+ );
10101
+ }
10102
+
10064
10103
  /**
10065
10104
  * Get the wrap-up for this conversation participant.
10066
10105
  *
@@ -10150,6 +10189,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10150
10189
  );
10151
10190
  }
10152
10191
 
10192
+ /**
10193
+ * Get the wrap-up for this conversation communication.
10194
+ *
10195
+ * @param {String} conversationId conversationId
10196
+ * @param {String} participantId participantId
10197
+ * @param {String} communicationId communicationId
10198
+ * @param {Object} opts Optional parameters
10199
+ * @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
10200
+ */
10201
+ getConversationsCallbackParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
10202
+ opts = opts || {};
10203
+
10204
+ // verify the required parameter 'conversationId' is set
10205
+ if (conversationId === undefined || conversationId === null) {
10206
+ throw 'Missing the required parameter "conversationId" when calling getConversationsCallbackParticipantCommunicationWrapup';
10207
+ }
10208
+ // verify the required parameter 'participantId' is set
10209
+ if (participantId === undefined || participantId === null) {
10210
+ throw 'Missing the required parameter "participantId" when calling getConversationsCallbackParticipantCommunicationWrapup';
10211
+ }
10212
+ // verify the required parameter 'communicationId' is set
10213
+ if (communicationId === undefined || communicationId === null) {
10214
+ throw 'Missing the required parameter "communicationId" when calling getConversationsCallbackParticipantCommunicationWrapup';
10215
+ }
10216
+
10217
+ return this.apiClient.callApi(
10218
+ '/api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
10219
+ 'GET',
10220
+ { 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
10221
+ { 'provisional': opts['provisional'] },
10222
+ { },
10223
+ { },
10224
+ null,
10225
+ ['PureCloud OAuth'],
10226
+ ['application/json'],
10227
+ ['application/json']
10228
+ );
10229
+ }
10230
+
10153
10231
  /**
10154
10232
  * Get the wrap-up for this conversation participant.
10155
10233
  *
@@ -10388,6 +10466,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10388
10466
  );
10389
10467
  }
10390
10468
 
10469
+ /**
10470
+ * Get the wrap-up for this conversation communication.
10471
+ *
10472
+ * @param {String} conversationId conversationId
10473
+ * @param {String} participantId participantId
10474
+ * @param {String} communicationId communicationId
10475
+ * @param {Object} opts Optional parameters
10476
+ * @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
10477
+ */
10478
+ getConversationsChatParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
10479
+ opts = opts || {};
10480
+
10481
+ // verify the required parameter 'conversationId' is set
10482
+ if (conversationId === undefined || conversationId === null) {
10483
+ throw 'Missing the required parameter "conversationId" when calling getConversationsChatParticipantCommunicationWrapup';
10484
+ }
10485
+ // verify the required parameter 'participantId' is set
10486
+ if (participantId === undefined || participantId === null) {
10487
+ throw 'Missing the required parameter "participantId" when calling getConversationsChatParticipantCommunicationWrapup';
10488
+ }
10489
+ // verify the required parameter 'communicationId' is set
10490
+ if (communicationId === undefined || communicationId === null) {
10491
+ throw 'Missing the required parameter "communicationId" when calling getConversationsChatParticipantCommunicationWrapup';
10492
+ }
10493
+
10494
+ return this.apiClient.callApi(
10495
+ '/api/v2/conversations/chats/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
10496
+ 'GET',
10497
+ { 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
10498
+ { 'provisional': opts['provisional'] },
10499
+ { },
10500
+ { },
10501
+ null,
10502
+ ['PureCloud OAuth'],
10503
+ ['application/json'],
10504
+ ['application/json']
10505
+ );
10506
+ }
10507
+
10391
10508
  /**
10392
10509
  * Get the wrap-up for this conversation participant.
10393
10510
  *
@@ -10497,6 +10614,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10497
10614
  );
10498
10615
  }
10499
10616
 
10617
+ /**
10618
+ * Get the wrap-up for this conversation communication.
10619
+ *
10620
+ * @param {String} conversationId conversationId
10621
+ * @param {String} participantId participantId
10622
+ * @param {String} communicationId communicationId
10623
+ * @param {Object} opts Optional parameters
10624
+ * @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
10625
+ */
10626
+ getConversationsCobrowsesessionParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
10627
+ opts = opts || {};
10628
+
10629
+ // verify the required parameter 'conversationId' is set
10630
+ if (conversationId === undefined || conversationId === null) {
10631
+ throw 'Missing the required parameter "conversationId" when calling getConversationsCobrowsesessionParticipantCommunicationWrapup';
10632
+ }
10633
+ // verify the required parameter 'participantId' is set
10634
+ if (participantId === undefined || participantId === null) {
10635
+ throw 'Missing the required parameter "participantId" when calling getConversationsCobrowsesessionParticipantCommunicationWrapup';
10636
+ }
10637
+ // verify the required parameter 'communicationId' is set
10638
+ if (communicationId === undefined || communicationId === null) {
10639
+ throw 'Missing the required parameter "communicationId" when calling getConversationsCobrowsesessionParticipantCommunicationWrapup';
10640
+ }
10641
+
10642
+ return this.apiClient.callApi(
10643
+ '/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
10644
+ 'GET',
10645
+ { 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
10646
+ { 'provisional': opts['provisional'] },
10647
+ { },
10648
+ { },
10649
+ null,
10650
+ ['PureCloud OAuth'],
10651
+ ['application/json'],
10652
+ ['application/json']
10653
+ );
10654
+ }
10655
+
10500
10656
  /**
10501
10657
  * Get the wrap-up for this conversation participant.
10502
10658
  *
@@ -10686,6 +10842,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10686
10842
  );
10687
10843
  }
10688
10844
 
10845
+ /**
10846
+ * Get the wrap-up for this conversation communication.
10847
+ *
10848
+ * @param {String} conversationId conversationId
10849
+ * @param {String} participantId participantId
10850
+ * @param {String} communicationId communicationId
10851
+ * @param {Object} opts Optional parameters
10852
+ * @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
10853
+ */
10854
+ getConversationsEmailParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
10855
+ opts = opts || {};
10856
+
10857
+ // verify the required parameter 'conversationId' is set
10858
+ if (conversationId === undefined || conversationId === null) {
10859
+ throw 'Missing the required parameter "conversationId" when calling getConversationsEmailParticipantCommunicationWrapup';
10860
+ }
10861
+ // verify the required parameter 'participantId' is set
10862
+ if (participantId === undefined || participantId === null) {
10863
+ throw 'Missing the required parameter "participantId" when calling getConversationsEmailParticipantCommunicationWrapup';
10864
+ }
10865
+ // verify the required parameter 'communicationId' is set
10866
+ if (communicationId === undefined || communicationId === null) {
10867
+ throw 'Missing the required parameter "communicationId" when calling getConversationsEmailParticipantCommunicationWrapup';
10868
+ }
10869
+
10870
+ return this.apiClient.callApi(
10871
+ '/api/v2/conversations/emails/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
10872
+ 'GET',
10873
+ { 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
10874
+ { 'provisional': opts['provisional'] },
10875
+ { },
10876
+ { },
10877
+ null,
10878
+ ['PureCloud OAuth'],
10879
+ ['application/json'],
10880
+ ['application/json']
10881
+ );
10882
+ }
10883
+
10689
10884
  /**
10690
10885
  * Get the wrap-up for this conversation participant.
10691
10886
  *
@@ -10963,6 +11158,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10963
11158
  );
10964
11159
  }
10965
11160
 
11161
+ /**
11162
+ * Get the wrap-up for this conversation communication.
11163
+ *
11164
+ * @param {String} conversationId conversationId
11165
+ * @param {String} participantId participantId
11166
+ * @param {String} communicationId communicationId
11167
+ * @param {Object} opts Optional parameters
11168
+ * @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
11169
+ */
11170
+ getConversationsMessageParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
11171
+ opts = opts || {};
11172
+
11173
+ // verify the required parameter 'conversationId' is set
11174
+ if (conversationId === undefined || conversationId === null) {
11175
+ throw 'Missing the required parameter "conversationId" when calling getConversationsMessageParticipantCommunicationWrapup';
11176
+ }
11177
+ // verify the required parameter 'participantId' is set
11178
+ if (participantId === undefined || participantId === null) {
11179
+ throw 'Missing the required parameter "participantId" when calling getConversationsMessageParticipantCommunicationWrapup';
11180
+ }
11181
+ // verify the required parameter 'communicationId' is set
11182
+ if (communicationId === undefined || communicationId === null) {
11183
+ throw 'Missing the required parameter "communicationId" when calling getConversationsMessageParticipantCommunicationWrapup';
11184
+ }
11185
+
11186
+ return this.apiClient.callApi(
11187
+ '/api/v2/conversations/messages/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
11188
+ 'GET',
11189
+ { 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
11190
+ { 'provisional': opts['provisional'] },
11191
+ { },
11192
+ { },
11193
+ null,
11194
+ ['PureCloud OAuth'],
11195
+ ['application/json'],
11196
+ ['application/json']
11197
+ );
11198
+ }
11199
+
10966
11200
  /**
10967
11201
  * Get the wrap-up for this conversation participant.
10968
11202
  *
@@ -11500,6 +11734,143 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11500
11734
  );
11501
11735
  }
11502
11736
 
11737
+ /**
11738
+ * Get the wrap-up for this conversation communication.
11739
+ *
11740
+ * @param {String} conversationId conversationId
11741
+ * @param {String} participantId participantId
11742
+ * @param {String} communicationId communicationId
11743
+ * @param {Object} opts Optional parameters
11744
+ * @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
11745
+ */
11746
+ getConversationsScreenshareParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
11747
+ opts = opts || {};
11748
+
11749
+ // verify the required parameter 'conversationId' is set
11750
+ if (conversationId === undefined || conversationId === null) {
11751
+ throw 'Missing the required parameter "conversationId" when calling getConversationsScreenshareParticipantCommunicationWrapup';
11752
+ }
11753
+ // verify the required parameter 'participantId' is set
11754
+ if (participantId === undefined || participantId === null) {
11755
+ throw 'Missing the required parameter "participantId" when calling getConversationsScreenshareParticipantCommunicationWrapup';
11756
+ }
11757
+ // verify the required parameter 'communicationId' is set
11758
+ if (communicationId === undefined || communicationId === null) {
11759
+ throw 'Missing the required parameter "communicationId" when calling getConversationsScreenshareParticipantCommunicationWrapup';
11760
+ }
11761
+
11762
+ return this.apiClient.callApi(
11763
+ '/api/v2/conversations/screenshares/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
11764
+ 'GET',
11765
+ { 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
11766
+ { 'provisional': opts['provisional'] },
11767
+ { },
11768
+ { },
11769
+ null,
11770
+ ['PureCloud OAuth'],
11771
+ ['application/json'],
11772
+ ['application/json']
11773
+ );
11774
+ }
11775
+
11776
+ /**
11777
+ * Get Settings
11778
+ *
11779
+ */
11780
+ getConversationsSettings() {
11781
+
11782
+ return this.apiClient.callApi(
11783
+ '/api/v2/conversations/settings',
11784
+ 'GET',
11785
+ { },
11786
+ { },
11787
+ { },
11788
+ { },
11789
+ null,
11790
+ ['PureCloud OAuth'],
11791
+ ['application/json'],
11792
+ ['application/json']
11793
+ );
11794
+ }
11795
+
11796
+ /**
11797
+ * Get the wrap-up for this conversation communication.
11798
+ *
11799
+ * @param {String} conversationId conversationId
11800
+ * @param {String} participantId participantId
11801
+ * @param {String} communicationId communicationId
11802
+ * @param {Object} opts Optional parameters
11803
+ * @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
11804
+ */
11805
+ getConversationsSocialParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
11806
+ opts = opts || {};
11807
+
11808
+ // verify the required parameter 'conversationId' is set
11809
+ if (conversationId === undefined || conversationId === null) {
11810
+ throw 'Missing the required parameter "conversationId" when calling getConversationsSocialParticipantCommunicationWrapup';
11811
+ }
11812
+ // verify the required parameter 'participantId' is set
11813
+ if (participantId === undefined || participantId === null) {
11814
+ throw 'Missing the required parameter "participantId" when calling getConversationsSocialParticipantCommunicationWrapup';
11815
+ }
11816
+ // verify the required parameter 'communicationId' is set
11817
+ if (communicationId === undefined || communicationId === null) {
11818
+ throw 'Missing the required parameter "communicationId" when calling getConversationsSocialParticipantCommunicationWrapup';
11819
+ }
11820
+
11821
+ return this.apiClient.callApi(
11822
+ '/api/v2/conversations/socials/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
11823
+ 'GET',
11824
+ { 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
11825
+ { 'provisional': opts['provisional'] },
11826
+ { },
11827
+ { },
11828
+ null,
11829
+ ['PureCloud OAuth'],
11830
+ ['application/json'],
11831
+ ['application/json']
11832
+ );
11833
+ }
11834
+
11835
+ /**
11836
+ * Get the wrap-up for this conversation communication.
11837
+ *
11838
+ * @param {String} conversationId conversationId
11839
+ * @param {String} participantId participantId
11840
+ * @param {String} communicationId communicationId
11841
+ * @param {Object} opts Optional parameters
11842
+ * @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
11843
+ */
11844
+ getConversationsVideoParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
11845
+ opts = opts || {};
11846
+
11847
+ // verify the required parameter 'conversationId' is set
11848
+ if (conversationId === undefined || conversationId === null) {
11849
+ throw 'Missing the required parameter "conversationId" when calling getConversationsVideoParticipantCommunicationWrapup';
11850
+ }
11851
+ // verify the required parameter 'participantId' is set
11852
+ if (participantId === undefined || participantId === null) {
11853
+ throw 'Missing the required parameter "participantId" when calling getConversationsVideoParticipantCommunicationWrapup';
11854
+ }
11855
+ // verify the required parameter 'communicationId' is set
11856
+ if (communicationId === undefined || communicationId === null) {
11857
+ throw 'Missing the required parameter "communicationId" when calling getConversationsVideoParticipantCommunicationWrapup';
11858
+ }
11859
+
11860
+ return this.apiClient.callApi(
11861
+ '/api/v2/conversations/videos/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
11862
+ 'GET',
11863
+ { 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
11864
+ { 'provisional': opts['provisional'] },
11865
+ { },
11866
+ { },
11867
+ null,
11868
+ ['PureCloud OAuth'],
11869
+ ['application/json'],
11870
+ ['application/json']
11871
+ );
11872
+ }
11873
+
11503
11874
  /**
11504
11875
  * Update a participant.
11505
11876
  * Update conversation participant.
@@ -12646,6 +13017,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12646
13017
  );
12647
13018
  }
12648
13019
 
13020
+ /**
13021
+ * Update Settings
13022
+ *
13023
+ * @param {Object} body Settings
13024
+ */
13025
+ patchConversationsSettings(body) {
13026
+ // verify the required parameter 'body' is set
13027
+ if (body === undefined || body === null) {
13028
+ throw 'Missing the required parameter "body" when calling patchConversationsSettings';
13029
+ }
13030
+
13031
+ return this.apiClient.callApi(
13032
+ '/api/v2/conversations/settings',
13033
+ 'PATCH',
13034
+ { },
13035
+ { },
13036
+ { },
13037
+ { },
13038
+ body,
13039
+ ['PureCloud OAuth'],
13040
+ ['application/json'],
13041
+ ['application/json']
13042
+ );
13043
+ }
13044
+
12649
13045
  /**
12650
13046
  * Index conversation properties
12651
13047
  *
@@ -13028,6 +13424,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13028
13424
  );
13029
13425
  }
13030
13426
 
13427
+ /**
13428
+ * Apply wrap-up for this conversation communication
13429
+ *
13430
+ * @param {String} conversationId conversationId
13431
+ * @param {String} participantId participantId
13432
+ * @param {String} communicationId communicationId
13433
+ * @param {Object} opts Optional parameters
13434
+ * @param {Object} opts.body Wrap-up
13435
+ */
13436
+ postConversationsCallParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
13437
+ opts = opts || {};
13438
+
13439
+ // verify the required parameter 'conversationId' is set
13440
+ if (conversationId === undefined || conversationId === null) {
13441
+ throw 'Missing the required parameter "conversationId" when calling postConversationsCallParticipantCommunicationWrapup';
13442
+ }
13443
+ // verify the required parameter 'participantId' is set
13444
+ if (participantId === undefined || participantId === null) {
13445
+ throw 'Missing the required parameter "participantId" when calling postConversationsCallParticipantCommunicationWrapup';
13446
+ }
13447
+ // verify the required parameter 'communicationId' is set
13448
+ if (communicationId === undefined || communicationId === null) {
13449
+ throw 'Missing the required parameter "communicationId" when calling postConversationsCallParticipantCommunicationWrapup';
13450
+ }
13451
+
13452
+ return this.apiClient.callApi(
13453
+ '/api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
13454
+ 'POST',
13455
+ { 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
13456
+ { },
13457
+ { },
13458
+ { },
13459
+ opts['body'],
13460
+ ['PureCloud OAuth'],
13461
+ ['application/json'],
13462
+ ['application/json']
13463
+ );
13464
+ }
13465
+
13031
13466
  /**
13032
13467
  * Initiate and update consult transfer
13033
13468
  *
@@ -13158,6 +13593,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13158
13593
  );
13159
13594
  }
13160
13595
 
13596
+ /**
13597
+ * Apply wrap-up for this conversation communication
13598
+ *
13599
+ * @param {String} conversationId conversationId
13600
+ * @param {String} participantId participantId
13601
+ * @param {String} communicationId communicationId
13602
+ * @param {Object} opts Optional parameters
13603
+ * @param {Object} opts.body Wrap-up
13604
+ */
13605
+ postConversationsCallbackParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
13606
+ opts = opts || {};
13607
+
13608
+ // verify the required parameter 'conversationId' is set
13609
+ if (conversationId === undefined || conversationId === null) {
13610
+ throw 'Missing the required parameter "conversationId" when calling postConversationsCallbackParticipantCommunicationWrapup';
13611
+ }
13612
+ // verify the required parameter 'participantId' is set
13613
+ if (participantId === undefined || participantId === null) {
13614
+ throw 'Missing the required parameter "participantId" when calling postConversationsCallbackParticipantCommunicationWrapup';
13615
+ }
13616
+ // verify the required parameter 'communicationId' is set
13617
+ if (communicationId === undefined || communicationId === null) {
13618
+ throw 'Missing the required parameter "communicationId" when calling postConversationsCallbackParticipantCommunicationWrapup';
13619
+ }
13620
+
13621
+ return this.apiClient.callApi(
13622
+ '/api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
13623
+ 'POST',
13624
+ { 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
13625
+ { },
13626
+ { },
13627
+ { },
13628
+ opts['body'],
13629
+ ['PureCloud OAuth'],
13630
+ ['application/json'],
13631
+ ['application/json']
13632
+ );
13633
+ }
13634
+
13161
13635
  /**
13162
13636
  * Replace this participant with the specified user and/or address
13163
13637
  *
@@ -13358,6 +13832,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13358
13832
  );
13359
13833
  }
13360
13834
 
13835
+ /**
13836
+ * Apply wrap-up for this conversation communication
13837
+ *
13838
+ * @param {String} conversationId conversationId
13839
+ * @param {String} participantId participantId
13840
+ * @param {String} communicationId communicationId
13841
+ * @param {Object} opts Optional parameters
13842
+ * @param {Object} opts.body Wrap-up
13843
+ */
13844
+ postConversationsChatParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
13845
+ opts = opts || {};
13846
+
13847
+ // verify the required parameter 'conversationId' is set
13848
+ if (conversationId === undefined || conversationId === null) {
13849
+ throw 'Missing the required parameter "conversationId" when calling postConversationsChatParticipantCommunicationWrapup';
13850
+ }
13851
+ // verify the required parameter 'participantId' is set
13852
+ if (participantId === undefined || participantId === null) {
13853
+ throw 'Missing the required parameter "participantId" when calling postConversationsChatParticipantCommunicationWrapup';
13854
+ }
13855
+ // verify the required parameter 'communicationId' is set
13856
+ if (communicationId === undefined || communicationId === null) {
13857
+ throw 'Missing the required parameter "communicationId" when calling postConversationsChatParticipantCommunicationWrapup';
13858
+ }
13859
+
13860
+ return this.apiClient.callApi(
13861
+ '/api/v2/conversations/chats/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
13862
+ 'POST',
13863
+ { 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
13864
+ { },
13865
+ { },
13866
+ { },
13867
+ opts['body'],
13868
+ ['PureCloud OAuth'],
13869
+ ['application/json'],
13870
+ ['application/json']
13871
+ );
13872
+ }
13873
+
13361
13874
  /**
13362
13875
  * Replace this participant with the specified user and/or address
13363
13876
  *
@@ -13418,6 +13931,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13418
13931
  );
13419
13932
  }
13420
13933
 
13934
+ /**
13935
+ * Apply wrap-up for this conversation communication
13936
+ *
13937
+ * @param {String} conversationId conversationId
13938
+ * @param {String} participantId participantId
13939
+ * @param {String} communicationId communicationId
13940
+ * @param {Object} opts Optional parameters
13941
+ * @param {Object} opts.body Wrap-up
13942
+ */
13943
+ postConversationsCobrowsesessionParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
13944
+ opts = opts || {};
13945
+
13946
+ // verify the required parameter 'conversationId' is set
13947
+ if (conversationId === undefined || conversationId === null) {
13948
+ throw 'Missing the required parameter "conversationId" when calling postConversationsCobrowsesessionParticipantCommunicationWrapup';
13949
+ }
13950
+ // verify the required parameter 'participantId' is set
13951
+ if (participantId === undefined || participantId === null) {
13952
+ throw 'Missing the required parameter "participantId" when calling postConversationsCobrowsesessionParticipantCommunicationWrapup';
13953
+ }
13954
+ // verify the required parameter 'communicationId' is set
13955
+ if (communicationId === undefined || communicationId === null) {
13956
+ throw 'Missing the required parameter "communicationId" when calling postConversationsCobrowsesessionParticipantCommunicationWrapup';
13957
+ }
13958
+
13959
+ return this.apiClient.callApi(
13960
+ '/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
13961
+ 'POST',
13962
+ { 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
13963
+ { },
13964
+ { },
13965
+ { },
13966
+ opts['body'],
13967
+ ['PureCloud OAuth'],
13968
+ ['application/json'],
13969
+ ['application/json']
13970
+ );
13971
+ }
13972
+
13421
13973
  /**
13422
13974
  * Replace this participant with the specified user and/or address
13423
13975
  *
@@ -13542,6 +14094,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13542
14094
  );
13543
14095
  }
13544
14096
 
14097
+ /**
14098
+ * Apply wrap-up for this conversation communication
14099
+ *
14100
+ * @param {String} conversationId conversationId
14101
+ * @param {String} participantId participantId
14102
+ * @param {String} communicationId communicationId
14103
+ * @param {Object} opts Optional parameters
14104
+ * @param {Object} opts.body Wrap-up
14105
+ */
14106
+ postConversationsEmailParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
14107
+ opts = opts || {};
14108
+
14109
+ // verify the required parameter 'conversationId' is set
14110
+ if (conversationId === undefined || conversationId === null) {
14111
+ throw 'Missing the required parameter "conversationId" when calling postConversationsEmailParticipantCommunicationWrapup';
14112
+ }
14113
+ // verify the required parameter 'participantId' is set
14114
+ if (participantId === undefined || participantId === null) {
14115
+ throw 'Missing the required parameter "participantId" when calling postConversationsEmailParticipantCommunicationWrapup';
14116
+ }
14117
+ // verify the required parameter 'communicationId' is set
14118
+ if (communicationId === undefined || communicationId === null) {
14119
+ throw 'Missing the required parameter "communicationId" when calling postConversationsEmailParticipantCommunicationWrapup';
14120
+ }
14121
+
14122
+ return this.apiClient.callApi(
14123
+ '/api/v2/conversations/emails/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
14124
+ 'POST',
14125
+ { 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
14126
+ { },
14127
+ { },
14128
+ { },
14129
+ opts['body'],
14130
+ ['PureCloud OAuth'],
14131
+ ['application/json'],
14132
+ ['application/json']
14133
+ );
14134
+ }
14135
+
13545
14136
  /**
13546
14137
  * Replace this participant with the specified user and/or address
13547
14138
  *
@@ -13836,6 +14427,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13836
14427
  );
13837
14428
  }
13838
14429
 
14430
+ /**
14431
+ * Apply wrap-up for this conversation communication
14432
+ *
14433
+ * @param {String} conversationId conversationId
14434
+ * @param {String} participantId participantId
14435
+ * @param {String} communicationId communicationId
14436
+ * @param {Object} opts Optional parameters
14437
+ * @param {Object} opts.body Wrap-up
14438
+ */
14439
+ postConversationsMessageParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
14440
+ opts = opts || {};
14441
+
14442
+ // verify the required parameter 'conversationId' is set
14443
+ if (conversationId === undefined || conversationId === null) {
14444
+ throw 'Missing the required parameter "conversationId" when calling postConversationsMessageParticipantCommunicationWrapup';
14445
+ }
14446
+ // verify the required parameter 'participantId' is set
14447
+ if (participantId === undefined || participantId === null) {
14448
+ throw 'Missing the required parameter "participantId" when calling postConversationsMessageParticipantCommunicationWrapup';
14449
+ }
14450
+ // verify the required parameter 'communicationId' is set
14451
+ if (communicationId === undefined || communicationId === null) {
14452
+ throw 'Missing the required parameter "communicationId" when calling postConversationsMessageParticipantCommunicationWrapup';
14453
+ }
14454
+
14455
+ return this.apiClient.callApi(
14456
+ '/api/v2/conversations/messages/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
14457
+ 'POST',
14458
+ { 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
14459
+ { },
14460
+ { },
14461
+ { },
14462
+ opts['body'],
14463
+ ['PureCloud OAuth'],
14464
+ ['application/json'],
14465
+ ['application/json']
14466
+ );
14467
+ }
14468
+
13839
14469
  /**
13840
14470
  * Replace this participant with the specified user and/or address
13841
14471
  *
@@ -14121,6 +14751,123 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14121
14751
  );
14122
14752
  }
14123
14753
 
14754
+ /**
14755
+ * Apply wrap-up for this conversation communication
14756
+ *
14757
+ * @param {String} conversationId conversationId
14758
+ * @param {String} participantId participantId
14759
+ * @param {String} communicationId communicationId
14760
+ * @param {Object} opts Optional parameters
14761
+ * @param {Object} opts.body Wrap-up
14762
+ */
14763
+ postConversationsScreenshareParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
14764
+ opts = opts || {};
14765
+
14766
+ // verify the required parameter 'conversationId' is set
14767
+ if (conversationId === undefined || conversationId === null) {
14768
+ throw 'Missing the required parameter "conversationId" when calling postConversationsScreenshareParticipantCommunicationWrapup';
14769
+ }
14770
+ // verify the required parameter 'participantId' is set
14771
+ if (participantId === undefined || participantId === null) {
14772
+ throw 'Missing the required parameter "participantId" when calling postConversationsScreenshareParticipantCommunicationWrapup';
14773
+ }
14774
+ // verify the required parameter 'communicationId' is set
14775
+ if (communicationId === undefined || communicationId === null) {
14776
+ throw 'Missing the required parameter "communicationId" when calling postConversationsScreenshareParticipantCommunicationWrapup';
14777
+ }
14778
+
14779
+ return this.apiClient.callApi(
14780
+ '/api/v2/conversations/screenshares/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
14781
+ 'POST',
14782
+ { 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
14783
+ { },
14784
+ { },
14785
+ { },
14786
+ opts['body'],
14787
+ ['PureCloud OAuth'],
14788
+ ['application/json'],
14789
+ ['application/json']
14790
+ );
14791
+ }
14792
+
14793
+ /**
14794
+ * Apply wrap-up for this conversation communication
14795
+ *
14796
+ * @param {String} conversationId conversationId
14797
+ * @param {String} participantId participantId
14798
+ * @param {String} communicationId communicationId
14799
+ * @param {Object} opts Optional parameters
14800
+ * @param {Object} opts.body Wrap-up
14801
+ */
14802
+ postConversationsSocialParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
14803
+ opts = opts || {};
14804
+
14805
+ // verify the required parameter 'conversationId' is set
14806
+ if (conversationId === undefined || conversationId === null) {
14807
+ throw 'Missing the required parameter "conversationId" when calling postConversationsSocialParticipantCommunicationWrapup';
14808
+ }
14809
+ // verify the required parameter 'participantId' is set
14810
+ if (participantId === undefined || participantId === null) {
14811
+ throw 'Missing the required parameter "participantId" when calling postConversationsSocialParticipantCommunicationWrapup';
14812
+ }
14813
+ // verify the required parameter 'communicationId' is set
14814
+ if (communicationId === undefined || communicationId === null) {
14815
+ throw 'Missing the required parameter "communicationId" when calling postConversationsSocialParticipantCommunicationWrapup';
14816
+ }
14817
+
14818
+ return this.apiClient.callApi(
14819
+ '/api/v2/conversations/socials/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
14820
+ 'POST',
14821
+ { 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
14822
+ { },
14823
+ { },
14824
+ { },
14825
+ opts['body'],
14826
+ ['PureCloud OAuth'],
14827
+ ['application/json'],
14828
+ ['application/json']
14829
+ );
14830
+ }
14831
+
14832
+ /**
14833
+ * Apply wrap-up for this conversation communication
14834
+ *
14835
+ * @param {String} conversationId conversationId
14836
+ * @param {String} participantId participantId
14837
+ * @param {String} communicationId communicationId
14838
+ * @param {Object} opts Optional parameters
14839
+ * @param {Object} opts.body Wrap-up
14840
+ */
14841
+ postConversationsVideoParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
14842
+ opts = opts || {};
14843
+
14844
+ // verify the required parameter 'conversationId' is set
14845
+ if (conversationId === undefined || conversationId === null) {
14846
+ throw 'Missing the required parameter "conversationId" when calling postConversationsVideoParticipantCommunicationWrapup';
14847
+ }
14848
+ // verify the required parameter 'participantId' is set
14849
+ if (participantId === undefined || participantId === null) {
14850
+ throw 'Missing the required parameter "participantId" when calling postConversationsVideoParticipantCommunicationWrapup';
14851
+ }
14852
+ // verify the required parameter 'communicationId' is set
14853
+ if (communicationId === undefined || communicationId === null) {
14854
+ throw 'Missing the required parameter "communicationId" when calling postConversationsVideoParticipantCommunicationWrapup';
14855
+ }
14856
+
14857
+ return this.apiClient.callApi(
14858
+ '/api/v2/conversations/videos/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
14859
+ 'POST',
14860
+ { 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
14861
+ { },
14862
+ { },
14863
+ { },
14864
+ opts['body'],
14865
+ ['PureCloud OAuth'],
14866
+ ['application/json'],
14867
+ ['application/json']
14868
+ );
14869
+ }
14870
+
14124
14871
  /**
14125
14872
  * Set flagged reason on conversation participant to indicate bad conversation quality.
14126
14873
  *
@@ -14667,7 +15414,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14667
15414
  /**
14668
15415
  * DataExtensions service.
14669
15416
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
14670
- * @version 160.0.0
15417
+ * @version 160.1.0
14671
15418
  */
14672
15419
 
14673
15420
  /**
@@ -14753,7 +15500,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14753
15500
  /**
14754
15501
  * Downloads service.
14755
15502
  * @module purecloud-platform-client-v2/api/DownloadsApi
14756
- * @version 160.0.0
15503
+ * @version 160.1.0
14757
15504
  */
14758
15505
 
14759
15506
  /**
@@ -14805,7 +15552,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14805
15552
  /**
14806
15553
  * Events service.
14807
15554
  * @module purecloud-platform-client-v2/api/EventsApi
14808
- * @version 160.0.0
15555
+ * @version 160.1.0
14809
15556
  */
14810
15557
 
14811
15558
  /**
@@ -14901,7 +15648,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14901
15648
  /**
14902
15649
  * ExternalContacts service.
14903
15650
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
14904
- * @version 160.0.0
15651
+ * @version 160.1.0
14905
15652
  */
14906
15653
 
14907
15654
  /**
@@ -16859,7 +17606,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16859
17606
  /**
16860
17607
  * Fax service.
16861
17608
  * @module purecloud-platform-client-v2/api/FaxApi
16862
- * @version 160.0.0
17609
+ * @version 160.1.0
16863
17610
  */
16864
17611
 
16865
17612
  /**
@@ -17030,7 +17777,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17030
17777
  /**
17031
17778
  * Flows service.
17032
17779
  * @module purecloud-platform-client-v2/api/FlowsApi
17033
- * @version 160.0.0
17780
+ * @version 160.1.0
17034
17781
  */
17035
17782
 
17036
17783
  /**
@@ -17101,7 +17848,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17101
17848
  /**
17102
17849
  * Gamification service.
17103
17850
  * @module purecloud-platform-client-v2/api/GamificationApi
17104
- * @version 160.0.0
17851
+ * @version 160.1.0
17105
17852
  */
17106
17853
 
17107
17854
  /**
@@ -18718,7 +19465,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18718
19465
  /**
18719
19466
  * GeneralDataProtectionRegulation service.
18720
19467
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
18721
- * @version 160.0.0
19468
+ * @version 160.1.0
18722
19469
  */
18723
19470
 
18724
19471
  /**
@@ -18848,7 +19595,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18848
19595
  /**
18849
19596
  * Geolocation service.
18850
19597
  * @module purecloud-platform-client-v2/api/GeolocationApi
18851
- * @version 160.0.0
19598
+ * @version 160.1.0
18852
19599
  */
18853
19600
 
18854
19601
  /**
@@ -18979,7 +19726,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18979
19726
  /**
18980
19727
  * Greetings service.
18981
19728
  * @module purecloud-platform-client-v2/api/GreetingsApi
18982
- * @version 160.0.0
19729
+ * @version 160.1.0
18983
19730
  */
18984
19731
 
18985
19732
  /**
@@ -19434,7 +20181,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19434
20181
  /**
19435
20182
  * Groups service.
19436
20183
  * @module purecloud-platform-client-v2/api/GroupsApi
19437
- * @version 160.0.0
20184
+ * @version 160.1.0
19438
20185
  */
19439
20186
 
19440
20187
  /**
@@ -19840,7 +20587,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19840
20587
  /**
19841
20588
  * IdentityProvider service.
19842
20589
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
19843
- * @version 160.0.0
20590
+ * @version 160.1.0
19844
20591
  */
19845
20592
 
19846
20593
  /**
@@ -20596,7 +21343,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20596
21343
  /**
20597
21344
  * InfrastructureAsCode service.
20598
21345
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
20599
- * @version 160.0.0
21346
+ * @version 160.1.0
20600
21347
  */
20601
21348
 
20602
21349
  /**
@@ -20698,7 +21445,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20698
21445
  /**
20699
21446
  * Integrations service.
20700
21447
  * @module purecloud-platform-client-v2/api/IntegrationsApi
20701
- * @version 160.0.0
21448
+ * @version 160.1.0
20702
21449
  */
20703
21450
 
20704
21451
  /**
@@ -22298,7 +23045,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22298
23045
  /**
22299
23046
  * Journey service.
22300
23047
  * @module purecloud-platform-client-v2/api/JourneyApi
22301
- * @version 160.0.0
23048
+ * @version 160.1.0
22302
23049
  */
22303
23050
 
22304
23051
  /**
@@ -23178,7 +23925,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23178
23925
  /**
23179
23926
  * Knowledge service.
23180
23927
  * @module purecloud-platform-client-v2/api/KnowledgeApi
23181
- * @version 160.0.0
23928
+ * @version 160.1.0
23182
23929
  */
23183
23930
 
23184
23931
  /**
@@ -25610,7 +26357,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25610
26357
  /**
25611
26358
  * LanguageUnderstanding service.
25612
26359
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
25613
- * @version 160.0.0
26360
+ * @version 160.1.0
25614
26361
  */
25615
26362
 
25616
26363
  /**
@@ -26623,7 +27370,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26623
27370
  /**
26624
27371
  * Languages service.
26625
27372
  * @module purecloud-platform-client-v2/api/LanguagesApi
26626
- * @version 160.0.0
27373
+ * @version 160.1.0
26627
27374
  */
26628
27375
 
26629
27376
  /**
@@ -26841,7 +27588,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26841
27588
  /**
26842
27589
  * Learning service.
26843
27590
  * @module purecloud-platform-client-v2/api/LearningApi
26844
- * @version 160.0.0
27591
+ * @version 160.1.0
26845
27592
  */
26846
27593
 
26847
27594
  /**
@@ -27656,7 +28403,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27656
28403
  /**
27657
28404
  * License service.
27658
28405
  * @module purecloud-platform-client-v2/api/LicenseApi
27659
- * @version 160.0.0
28406
+ * @version 160.1.0
27660
28407
  */
27661
28408
 
27662
28409
  /**
@@ -27894,7 +28641,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27894
28641
  /**
27895
28642
  * Locations service.
27896
28643
  * @module purecloud-platform-client-v2/api/LocationsApi
27897
- * @version 160.0.0
28644
+ * @version 160.1.0
27898
28645
  */
27899
28646
 
27900
28647
  /**
@@ -28130,7 +28877,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28130
28877
  /**
28131
28878
  * Messaging service.
28132
28879
  * @module purecloud-platform-client-v2/api/MessagingApi
28133
- * @version 160.0.0
28880
+ * @version 160.1.0
28134
28881
  */
28135
28882
 
28136
28883
  /**
@@ -28281,7 +29028,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28281
29028
  /**
28282
29029
  * MobileDevices service.
28283
29030
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
28284
- * @version 160.0.0
29031
+ * @version 160.1.0
28285
29032
  */
28286
29033
 
28287
29034
  /**
@@ -28432,7 +29179,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28432
29179
  /**
28433
29180
  * Notifications service.
28434
29181
  * @module purecloud-platform-client-v2/api/NotificationsApi
28435
- * @version 160.0.0
29182
+ * @version 160.1.0
28436
29183
  */
28437
29184
 
28438
29185
  /**
@@ -28665,7 +29412,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28665
29412
  /**
28666
29413
  * OAuth service.
28667
29414
  * @module purecloud-platform-client-v2/api/OAuthApi
28668
- * @version 160.0.0
29415
+ * @version 160.1.0
28669
29416
  */
28670
29417
 
28671
29418
  /**
@@ -29031,7 +29778,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29031
29778
  /**
29032
29779
  * Objects service.
29033
29780
  * @module purecloud-platform-client-v2/api/ObjectsApi
29034
- * @version 160.0.0
29781
+ * @version 160.1.0
29035
29782
  */
29036
29783
 
29037
29784
  /**
@@ -29302,7 +30049,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29302
30049
  /**
29303
30050
  * Organization service.
29304
30051
  * @module purecloud-platform-client-v2/api/OrganizationApi
29305
- * @version 160.0.0
30052
+ * @version 160.1.0
29306
30053
  */
29307
30054
 
29308
30055
  /**
@@ -29705,7 +30452,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29705
30452
  /**
29706
30453
  * OrganizationAuthorization service.
29707
30454
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
29708
- * @version 160.0.0
30455
+ * @version 160.1.0
29709
30456
  */
29710
30457
 
29711
30458
  /**
@@ -31000,7 +31747,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31000
31747
  /**
31001
31748
  * Outbound service.
31002
31749
  * @module purecloud-platform-client-v2/api/OutboundApi
31003
- * @version 160.0.0
31750
+ * @version 160.1.0
31004
31751
  */
31005
31752
 
31006
31753
  /**
@@ -34596,7 +35343,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34596
35343
  /**
34597
35344
  * Presence service.
34598
35345
  * @module purecloud-platform-client-v2/api/PresenceApi
34599
- * @version 160.0.0
35346
+ * @version 160.1.0
34600
35347
  */
34601
35348
 
34602
35349
  /**
@@ -35102,7 +35849,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35102
35849
  /**
35103
35850
  * ProcessAutomation service.
35104
35851
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
35105
- * @version 160.0.0
35852
+ * @version 160.1.0
35106
35853
  */
35107
35854
 
35108
35855
  /**
@@ -35341,7 +36088,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35341
36088
  /**
35342
36089
  * Quality service.
35343
36090
  * @module purecloud-platform-client-v2/api/QualityApi
35344
- * @version 160.0.0
36091
+ * @version 160.1.0
35345
36092
  */
35346
36093
 
35347
36094
  /**
@@ -36920,7 +37667,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36920
37667
  /**
36921
37668
  * Recording service.
36922
37669
  * @module purecloud-platform-client-v2/api/RecordingApi
36923
- * @version 160.0.0
37670
+ * @version 160.1.0
36924
37671
  */
36925
37672
 
36926
37673
  /**
@@ -38557,7 +39304,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38557
39304
  /**
38558
39305
  * ResponseManagement service.
38559
39306
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
38560
- * @version 160.0.0
39307
+ * @version 160.1.0
38561
39308
  */
38562
39309
 
38563
39310
  /**
@@ -39041,7 +39788,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39041
39788
  /**
39042
39789
  * Routing service.
39043
39790
  * @module purecloud-platform-client-v2/api/RoutingApi
39044
- * @version 160.0.0
39791
+ * @version 160.1.0
39045
39792
  */
39046
39793
 
39047
39794
  /**
@@ -42541,7 +43288,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42541
43288
  /**
42542
43289
  * SCIM service.
42543
43290
  * @module purecloud-platform-client-v2/api/SCIMApi
42544
- * @version 160.0.0
43291
+ * @version 160.1.0
42545
43292
  */
42546
43293
 
42547
43294
  /**
@@ -43418,7 +44165,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43418
44165
  /**
43419
44166
  * Scripts service.
43420
44167
  * @module purecloud-platform-client-v2/api/ScriptsApi
43421
- * @version 160.0.0
44168
+ * @version 160.1.0
43422
44169
  */
43423
44170
 
43424
44171
  /**
@@ -43837,7 +44584,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43837
44584
  /**
43838
44585
  * Search service.
43839
44586
  * @module purecloud-platform-client-v2/api/SearchApi
43840
- * @version 160.0.0
44587
+ * @version 160.1.0
43841
44588
  */
43842
44589
 
43843
44590
  /**
@@ -44447,7 +45194,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44447
45194
  /**
44448
45195
  * SpeechTextAnalytics service.
44449
45196
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
44450
- * @version 160.0.0
45197
+ * @version 160.1.0
44451
45198
  */
44452
45199
 
44453
45200
  /**
@@ -45376,7 +46123,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45376
46123
  /**
45377
46124
  * Stations service.
45378
46125
  * @module purecloud-platform-client-v2/api/StationsApi
45379
- * @version 160.0.0
46126
+ * @version 160.1.0
45380
46127
  */
45381
46128
 
45382
46129
  /**
@@ -45523,7 +46270,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45523
46270
  /**
45524
46271
  * Suggest service.
45525
46272
  * @module purecloud-platform-client-v2/api/SuggestApi
45526
- * @version 160.0.0
46273
+ * @version 160.1.0
45527
46274
  */
45528
46275
 
45529
46276
  /**
@@ -45662,7 +46409,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45662
46409
  /**
45663
46410
  * Teams service.
45664
46411
  * @module purecloud-platform-client-v2/api/TeamsApi
45665
- * @version 160.0.0
46412
+ * @version 160.1.0
45666
46413
  */
45667
46414
 
45668
46415
  /**
@@ -45933,7 +46680,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45933
46680
  /**
45934
46681
  * Telephony service.
45935
46682
  * @module purecloud-platform-client-v2/api/TelephonyApi
45936
- * @version 160.0.0
46683
+ * @version 160.1.0
45937
46684
  */
45938
46685
 
45939
46686
  /**
@@ -46061,7 +46808,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46061
46808
  /**
46062
46809
  * TelephonyProvidersEdge service.
46063
46810
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
46064
- * @version 160.0.0
46811
+ * @version 160.1.0
46065
46812
  */
46066
46813
 
46067
46814
  /**
@@ -49695,7 +50442,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49695
50442
  /**
49696
50443
  * Textbots service.
49697
50444
  * @module purecloud-platform-client-v2/api/TextbotsApi
49698
- * @version 160.0.0
50445
+ * @version 160.1.0
49699
50446
  */
49700
50447
 
49701
50448
  /**
@@ -49823,7 +50570,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49823
50570
  /**
49824
50571
  * Tokens service.
49825
50572
  * @module purecloud-platform-client-v2/api/TokensApi
49826
- * @version 160.0.0
50573
+ * @version 160.1.0
49827
50574
  */
49828
50575
 
49829
50576
  /**
@@ -49929,7 +50676,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49929
50676
  /**
49930
50677
  * Uploads service.
49931
50678
  * @module purecloud-platform-client-v2/api/UploadsApi
49932
- * @version 160.0.0
50679
+ * @version 160.1.0
49933
50680
  */
49934
50681
 
49935
50682
  /**
@@ -50105,7 +50852,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50105
50852
  /**
50106
50853
  * Usage service.
50107
50854
  * @module purecloud-platform-client-v2/api/UsageApi
50108
- * @version 160.0.0
50855
+ * @version 160.1.0
50109
50856
  */
50110
50857
 
50111
50858
  /**
@@ -50176,7 +50923,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50176
50923
  /**
50177
50924
  * UserRecordings service.
50178
50925
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
50179
- * @version 160.0.0
50926
+ * @version 160.1.0
50180
50927
  */
50181
50928
 
50182
50929
  /**
@@ -50361,7 +51108,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50361
51108
  /**
50362
51109
  * Users service.
50363
51110
  * @module purecloud-platform-client-v2/api/UsersApi
50364
- * @version 160.0.0
51111
+ * @version 160.1.0
50365
51112
  */
50366
51113
 
50367
51114
  /**
@@ -52749,7 +53496,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52749
53496
  /**
52750
53497
  * Utilities service.
52751
53498
  * @module purecloud-platform-client-v2/api/UtilitiesApi
52752
- * @version 160.0.0
53499
+ * @version 160.1.0
52753
53500
  */
52754
53501
 
52755
53502
  /**
@@ -52860,7 +53607,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52860
53607
  /**
52861
53608
  * Voicemail service.
52862
53609
  * @module purecloud-platform-client-v2/api/VoicemailApi
52863
- * @version 160.0.0
53610
+ * @version 160.1.0
52864
53611
  */
52865
53612
 
52866
53613
  /**
@@ -53527,7 +54274,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53527
54274
  /**
53528
54275
  * WebChat service.
53529
54276
  * @module purecloud-platform-client-v2/api/WebChatApi
53530
- * @version 160.0.0
54277
+ * @version 160.1.0
53531
54278
  */
53532
54279
 
53533
54280
  /**
@@ -54071,7 +54818,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54071
54818
  /**
54072
54819
  * WebDeployments service.
54073
54820
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
54074
- * @version 160.0.0
54821
+ * @version 160.1.0
54075
54822
  */
54076
54823
 
54077
54824
  /**
@@ -54593,7 +55340,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54593
55340
  /**
54594
55341
  * WebMessaging service.
54595
55342
  * @module purecloud-platform-client-v2/api/WebMessagingApi
54596
- * @version 160.0.0
55343
+ * @version 160.1.0
54597
55344
  */
54598
55345
 
54599
55346
  /**
@@ -54639,7 +55386,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54639
55386
  /**
54640
55387
  * Widgets service.
54641
55388
  * @module purecloud-platform-client-v2/api/WidgetsApi
54642
- * @version 160.0.0
55389
+ * @version 160.1.0
54643
55390
  */
54644
55391
 
54645
55392
  /**
@@ -54785,7 +55532,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54785
55532
  /**
54786
55533
  * WorkforceManagement service.
54787
55534
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
54788
- * @version 160.0.0
55535
+ * @version 160.1.0
54789
55536
  */
54790
55537
 
54791
55538
  /**
@@ -59529,7 +60276,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59529
60276
  * </pre>
59530
60277
  * </p>
59531
60278
  * @module purecloud-platform-client-v2/index
59532
- * @version 160.0.0
60279
+ * @version 160.1.0
59533
60280
  */
59534
60281
  class platformClient {
59535
60282
  constructor() {