purecloud-platform-client-v2 218.0.0 → 218.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +346 -96
  3. package/dist/web-amd/purecloud-platform-client-v2.js +346 -96
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +149 -99
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +149 -99
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +216 -7
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -4
  16. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +61 -1
  17. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +36 -1
  25. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/EmailsApi.js +65 -1
  29. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +31 -1
  42. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/PresenceApi.js +11 -11
  60. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/RecordingApi.js +2 -2
  63. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/SettingsApi.js +65 -1
  70. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  90. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  91. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -687,7 +687,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
687
687
 
688
688
  /**
689
689
  * @module purecloud-platform-client-v2/ApiClient
690
- * @version 218.0.0
690
+ * @version 218.1.0
691
691
  */
692
692
  class ApiClient {
693
693
  /**
@@ -2231,7 +2231,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2231
2231
  /**
2232
2232
  * AgentAssistants service.
2233
2233
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
2234
- * @version 218.0.0
2234
+ * @version 218.1.0
2235
2235
  */
2236
2236
 
2237
2237
  /**
@@ -2607,7 +2607,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2607
2607
  /**
2608
2608
  * AgentCopilot service.
2609
2609
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
2610
- * @version 218.0.0
2610
+ * @version 218.1.0
2611
2611
  */
2612
2612
 
2613
2613
  /**
@@ -2683,7 +2683,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2683
2683
  /**
2684
2684
  * AgentUI service.
2685
2685
  * @module purecloud-platform-client-v2/api/AgentUIApi
2686
- * @version 218.0.0
2686
+ * @version 218.1.0
2687
2687
  */
2688
2688
 
2689
2689
  /**
@@ -2814,7 +2814,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2814
2814
  /**
2815
2815
  * Alerting service.
2816
2816
  * @module purecloud-platform-client-v2/api/AlertingApi
2817
- * @version 218.0.0
2817
+ * @version 218.1.0
2818
2818
  */
2819
2819
 
2820
2820
  /**
@@ -3215,7 +3215,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3215
3215
  /**
3216
3216
  * Analytics service.
3217
3217
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3218
- * @version 218.0.0
3218
+ * @version 218.1.0
3219
3219
  */
3220
3220
 
3221
3221
  /**
@@ -3340,7 +3340,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3340
3340
  * Get an agent and their active sessions by user ID
3341
3341
  *
3342
3342
  * @param {String} userId userId
3343
- * getAnalyticsAgentStatus is a preview method and is subject to both breaking and non-breaking changes at any time without notice
3344
3343
  */
3345
3344
  getAnalyticsAgentStatus(userId) {
3346
3345
  // verify the required parameter 'userId' is set
@@ -4792,7 +4791,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4792
4791
  * Count agents by segment type
4793
4792
  *
4794
4793
  * @param {Object} body query
4795
- * postAnalyticsAgentsStatusCounts is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4796
4794
  */
4797
4795
  postAnalyticsAgentsStatusCounts(body) {
4798
4796
  // verify the required parameter 'body' is set
@@ -4818,7 +4816,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4818
4816
  * Retrieve the top 50 agents matching the query filters
4819
4817
  *
4820
4818
  * @param {Object} body query
4821
- * postAnalyticsAgentsStatusQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4822
4819
  */
4823
4820
  postAnalyticsAgentsStatusQuery(body) {
4824
4821
  // verify the required parameter 'body' is set
@@ -6039,7 +6036,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6039
6036
  /**
6040
6037
  * Architect service.
6041
6038
  * @module purecloud-platform-client-v2/api/ArchitectApi
6042
- * @version 218.0.0
6039
+ * @version 218.1.0
6043
6040
  */
6044
6041
 
6045
6042
  /**
@@ -9077,6 +9074,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9077
9074
  );
9078
9075
  }
9079
9076
 
9077
+ /**
9078
+ * Creates a presigned URL for uploading a user prompt file
9079
+ *
9080
+ * @param {String} promptId Prompt ID
9081
+ * @param {String} languageCode Language
9082
+ */
9083
+ postArchitectPromptResourceUploads(promptId, languageCode) {
9084
+ // verify the required parameter 'promptId' is set
9085
+ if (promptId === undefined || promptId === null) {
9086
+ throw 'Missing the required parameter "promptId" when calling postArchitectPromptResourceUploads';
9087
+ }
9088
+ // verify the required parameter 'languageCode' is set
9089
+ if (languageCode === undefined || languageCode === null) {
9090
+ throw 'Missing the required parameter "languageCode" when calling postArchitectPromptResourceUploads';
9091
+ }
9092
+
9093
+ return this.apiClient.callApi(
9094
+ '/api/v2/architect/prompts/{promptId}/resources/{languageCode}/uploads',
9095
+ 'POST',
9096
+ { 'promptId': promptId,'languageCode': languageCode },
9097
+ { },
9098
+ { },
9099
+ { },
9100
+ null,
9101
+ ['PureCloud OAuth'],
9102
+ ['application/json'],
9103
+ ['application/json']
9104
+ );
9105
+ }
9106
+
9080
9107
  /**
9081
9108
  * Create a new user prompt resource
9082
9109
  *
@@ -9207,6 +9234,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9207
9234
  );
9208
9235
  }
9209
9236
 
9237
+ /**
9238
+ * Creates a presigned URL for uploading a system prompt file
9239
+ *
9240
+ * @param {String} promptId Prompt ID
9241
+ * @param {String} languageCode Language
9242
+ */
9243
+ postArchitectSystempromptResourceUploads(promptId, languageCode) {
9244
+ // verify the required parameter 'promptId' is set
9245
+ if (promptId === undefined || promptId === null) {
9246
+ throw 'Missing the required parameter "promptId" when calling postArchitectSystempromptResourceUploads';
9247
+ }
9248
+ // verify the required parameter 'languageCode' is set
9249
+ if (languageCode === undefined || languageCode === null) {
9250
+ throw 'Missing the required parameter "languageCode" when calling postArchitectSystempromptResourceUploads';
9251
+ }
9252
+
9253
+ return this.apiClient.callApi(
9254
+ '/api/v2/architect/systemprompts/{promptId}/resources/{languageCode}/uploads',
9255
+ 'POST',
9256
+ { 'promptId': promptId,'languageCode': languageCode },
9257
+ { },
9258
+ { },
9259
+ { },
9260
+ null,
9261
+ ['PureCloud OAuth'],
9262
+ ['application/json'],
9263
+ ['application/json']
9264
+ );
9265
+ }
9266
+
9210
9267
  /**
9211
9268
  * Create system prompt resource override.
9212
9269
  *
@@ -10272,7 +10329,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10272
10329
  /**
10273
10330
  * Audit service.
10274
10331
  * @module purecloud-platform-client-v2/api/AuditApi
10275
- * @version 218.0.0
10332
+ * @version 218.1.0
10276
10333
  */
10277
10334
 
10278
10335
  /**
@@ -10473,7 +10530,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10473
10530
  /**
10474
10531
  * Authorization service.
10475
10532
  * @module purecloud-platform-client-v2/api/AuthorizationApi
10476
- * @version 218.0.0
10533
+ * @version 218.1.0
10477
10534
  */
10478
10535
 
10479
10536
  /**
@@ -12135,7 +12192,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12135
12192
  /**
12136
12193
  * Billing service.
12137
12194
  * @module purecloud-platform-client-v2/api/BillingApi
12138
- * @version 218.0.0
12195
+ * @version 218.1.0
12139
12196
  */
12140
12197
 
12141
12198
  /**
@@ -12215,7 +12272,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12215
12272
  /**
12216
12273
  * CarrierServices service.
12217
12274
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
12218
- * @version 218.0.0
12275
+ * @version 218.1.0
12219
12276
  */
12220
12277
 
12221
12278
  /**
@@ -12285,7 +12342,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12285
12342
  /**
12286
12343
  * Chat service.
12287
12344
  * @module purecloud-platform-client-v2/api/ChatApi
12288
- * @version 218.0.0
12345
+ * @version 218.1.0
12289
12346
  */
12290
12347
 
12291
12348
  /**
@@ -13214,7 +13271,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13214
13271
  /**
13215
13272
  * Coaching service.
13216
13273
  * @module purecloud-platform-client-v2/api/CoachingApi
13217
- * @version 218.0.0
13274
+ * @version 218.1.0
13218
13275
  */
13219
13276
 
13220
13277
  /**
@@ -13791,7 +13848,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13791
13848
  /**
13792
13849
  * ContentManagement service.
13793
13850
  * @module purecloud-platform-client-v2/api/ContentManagementApi
13794
- * @version 218.0.0
13851
+ * @version 218.1.0
13795
13852
  */
13796
13853
 
13797
13854
  /**
@@ -14872,7 +14929,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14872
14929
  /**
14873
14930
  * Conversations service.
14874
14931
  * @module purecloud-platform-client-v2/api/ConversationsApi
14875
- * @version 218.0.0
14932
+ * @version 218.1.0
14876
14933
  */
14877
14934
 
14878
14935
  /**
@@ -17960,6 +18017,41 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17960
18017
  );
17961
18018
  }
17962
18019
 
18020
+ /**
18021
+ * Update the feedback for the summary.
18022
+ *
18023
+ * @param {String} conversationId Conversation ID
18024
+ * @param {String} summaryId Summary ID
18025
+ * @param {Object} opts Optional parameters
18026
+ * @param {Object} opts.body
18027
+ * patchConversationSummaryFeedback is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18028
+ */
18029
+ patchConversationSummaryFeedback(conversationId, summaryId, opts) {
18030
+ opts = opts || {};
18031
+
18032
+ // verify the required parameter 'conversationId' is set
18033
+ if (conversationId === undefined || conversationId === null) {
18034
+ throw 'Missing the required parameter "conversationId" when calling patchConversationSummaryFeedback';
18035
+ }
18036
+ // verify the required parameter 'summaryId' is set
18037
+ if (summaryId === undefined || summaryId === null) {
18038
+ throw 'Missing the required parameter "summaryId" when calling patchConversationSummaryFeedback';
18039
+ }
18040
+
18041
+ return this.apiClient.callApi(
18042
+ '/api/v2/conversations/{conversationId}/summaries/{summaryId}/feedback',
18043
+ 'PATCH',
18044
+ { 'conversationId': conversationId,'summaryId': summaryId },
18045
+ { },
18046
+ { },
18047
+ { },
18048
+ opts['body'],
18049
+ ['PureCloud OAuth'],
18050
+ ['application/json'],
18051
+ ['application/json']
18052
+ );
18053
+ }
18054
+
17963
18055
  /**
17964
18056
  * Update the utilization label on a conversation. When there is no value provided, the system default label is applied
17965
18057
  *
@@ -22419,7 +22511,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22419
22511
  /**
22420
22512
  * DataExtensions service.
22421
22513
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
22422
- * @version 218.0.0
22514
+ * @version 218.1.0
22423
22515
  */
22424
22516
 
22425
22517
  /**
@@ -22505,7 +22597,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22505
22597
  /**
22506
22598
  * DataPrivacy service.
22507
22599
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
22508
- * @version 218.0.0
22600
+ * @version 218.1.0
22509
22601
  */
22510
22602
 
22511
22603
  /**
@@ -22675,7 +22767,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22675
22767
  /**
22676
22768
  * Downloads service.
22677
22769
  * @module purecloud-platform-client-v2/api/DownloadsApi
22678
- * @version 218.0.0
22770
+ * @version 218.1.0
22679
22771
  */
22680
22772
 
22681
22773
  /**
@@ -22727,7 +22819,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22727
22819
  /**
22728
22820
  * Emails service.
22729
22821
  * @module purecloud-platform-client-v2/api/EmailsApi
22730
- * @version 218.0.0
22822
+ * @version 218.1.0
22731
22823
  */
22732
22824
 
22733
22825
  /**
@@ -22742,6 +22834,26 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22742
22834
  }
22743
22835
 
22744
22836
 
22837
+ /**
22838
+ * Reset email threading settings to default
22839
+ *
22840
+ */
22841
+ deleteEmailsSettingsThreading() {
22842
+
22843
+ return this.apiClient.callApi(
22844
+ '/api/v2/emails/settings/threading',
22845
+ 'DELETE',
22846
+ { },
22847
+ { },
22848
+ { },
22849
+ { },
22850
+ null,
22851
+ ['PureCloud OAuth'],
22852
+ ['application/json'],
22853
+ ['application/json']
22854
+ );
22855
+ }
22856
+
22745
22857
  /**
22746
22858
  * Get email Contact Center settings
22747
22859
  *
@@ -22762,6 +22874,26 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22762
22874
  );
22763
22875
  }
22764
22876
 
22877
+ /**
22878
+ * Get email threading settings
22879
+ *
22880
+ */
22881
+ getEmailsSettingsThreading() {
22882
+
22883
+ return this.apiClient.callApi(
22884
+ '/api/v2/emails/settings/threading',
22885
+ 'GET',
22886
+ { },
22887
+ { },
22888
+ { },
22889
+ { },
22890
+ null,
22891
+ ['PureCloud OAuth'],
22892
+ ['application/json'],
22893
+ ['application/json']
22894
+ );
22895
+ }
22896
+
22765
22897
  /**
22766
22898
  * Patch email Contact Center settings
22767
22899
  *
@@ -22786,13 +22918,37 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22786
22918
  );
22787
22919
  }
22788
22920
 
22921
+ /**
22922
+ * Patch email threading settings
22923
+ *
22924
+ * @param {Object} opts Optional parameters
22925
+ * @param {Object} opts.body
22926
+ */
22927
+ patchEmailsSettingsThreading(opts) {
22928
+ opts = opts || {};
22929
+
22930
+
22931
+ return this.apiClient.callApi(
22932
+ '/api/v2/emails/settings/threading',
22933
+ 'PATCH',
22934
+ { },
22935
+ { },
22936
+ { },
22937
+ { },
22938
+ opts['body'],
22939
+ ['PureCloud OAuth'],
22940
+ ['application/json'],
22941
+ ['application/json']
22942
+ );
22943
+ }
22944
+
22789
22945
  }
22790
22946
 
22791
22947
  class EmployeeEngagementApi {
22792
22948
  /**
22793
22949
  * EmployeeEngagement service.
22794
22950
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
22795
- * @version 218.0.0
22951
+ * @version 218.1.0
22796
22952
  */
22797
22953
 
22798
22954
  /**
@@ -22943,7 +23099,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22943
23099
  /**
22944
23100
  * Events service.
22945
23101
  * @module purecloud-platform-client-v2/api/EventsApi
22946
- * @version 218.0.0
23102
+ * @version 218.1.0
22947
23103
  */
22948
23104
 
22949
23105
  /**
@@ -23039,7 +23195,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23039
23195
  /**
23040
23196
  * ExternalContacts service.
23041
23197
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
23042
- * @version 218.0.0
23198
+ * @version 218.1.0
23043
23199
  */
23044
23200
 
23045
23201
  /**
@@ -25848,7 +26004,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25848
26004
  /**
25849
26005
  * Fax service.
25850
26006
  * @module purecloud-platform-client-v2/api/FaxApi
25851
- * @version 218.0.0
26007
+ * @version 218.1.0
25852
26008
  */
25853
26009
 
25854
26010
  /**
@@ -26063,7 +26219,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26063
26219
  /**
26064
26220
  * Flows service.
26065
26221
  * @module purecloud-platform-client-v2/api/FlowsApi
26066
- * @version 218.0.0
26222
+ * @version 218.1.0
26067
26223
  */
26068
26224
 
26069
26225
  /**
@@ -26246,7 +26402,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26246
26402
  /**
26247
26403
  * Gamification service.
26248
26404
  * @module purecloud-platform-client-v2/api/GamificationApi
26249
- * @version 218.0.0
26405
+ * @version 218.1.0
26250
26406
  */
26251
26407
 
26252
26408
  /**
@@ -28388,7 +28544,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28388
28544
  /**
28389
28545
  * GeneralDataProtectionRegulation service.
28390
28546
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
28391
- * @version 218.0.0
28547
+ * @version 218.1.0
28392
28548
  */
28393
28549
 
28394
28550
  /**
@@ -28518,7 +28674,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28518
28674
  /**
28519
28675
  * Geolocation service.
28520
28676
  * @module purecloud-platform-client-v2/api/GeolocationApi
28521
- * @version 218.0.0
28677
+ * @version 218.1.0
28522
28678
  */
28523
28679
 
28524
28680
  /**
@@ -28649,7 +28805,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28649
28805
  /**
28650
28806
  * Greetings service.
28651
28807
  * @module purecloud-platform-client-v2/api/GreetingsApi
28652
- * @version 218.0.0
28808
+ * @version 218.1.0
28653
28809
  */
28654
28810
 
28655
28811
  /**
@@ -29104,7 +29260,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29104
29260
  /**
29105
29261
  * Groups service.
29106
29262
  * @module purecloud-platform-client-v2/api/GroupsApi
29107
- * @version 218.0.0
29263
+ * @version 218.1.0
29108
29264
  */
29109
29265
 
29110
29266
  /**
@@ -29623,7 +29779,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29623
29779
  /**
29624
29780
  * IdentityProvider service.
29625
29781
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
29626
- * @version 218.0.0
29782
+ * @version 218.1.0
29627
29783
  */
29628
29784
 
29629
29785
  /**
@@ -30484,7 +30640,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30484
30640
  /**
30485
30641
  * InfrastructureAsCode service.
30486
30642
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
30487
- * @version 218.0.0
30643
+ * @version 218.1.0
30488
30644
  */
30489
30645
 
30490
30646
  /**
@@ -30651,7 +30807,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30651
30807
  /**
30652
30808
  * Integrations service.
30653
30809
  * @module purecloud-platform-client-v2/api/IntegrationsApi
30654
- * @version 218.0.0
30810
+ * @version 218.1.0
30655
30811
  */
30656
30812
 
30657
30813
  /**
@@ -32881,6 +33037,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32881
33037
  );
32882
33038
  }
32883
33039
 
33040
+ /**
33041
+ * Invoke Webhook
33042
+ *
33043
+ * @param {String} tokenId The token of the webhook to be invoked
33044
+ * @param {Object.<String, {String: Object}>} body Webhook Invocation Payload
33045
+ */
33046
+ postIntegrationsWebhookEvents(tokenId, body) {
33047
+ // verify the required parameter 'tokenId' is set
33048
+ if (tokenId === undefined || tokenId === null) {
33049
+ throw 'Missing the required parameter "tokenId" when calling postIntegrationsWebhookEvents';
33050
+ }
33051
+ // verify the required parameter 'body' is set
33052
+ if (body === undefined || body === null) {
33053
+ throw 'Missing the required parameter "body" when calling postIntegrationsWebhookEvents';
33054
+ }
33055
+
33056
+ return this.apiClient.callApi(
33057
+ '/api/v2/integrations/webhooks/{tokenId}/events',
33058
+ 'POST',
33059
+ { 'tokenId': tokenId },
33060
+ { },
33061
+ { },
33062
+ { },
33063
+ body,
33064
+ ['PureCloud OAuth'],
33065
+ ['application/json'],
33066
+ ['application/json']
33067
+ );
33068
+ }
33069
+
32884
33070
  /**
32885
33071
  * Update integration configuration.
32886
33072
  *
@@ -33090,7 +33276,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33090
33276
  /**
33091
33277
  * Journey service.
33092
33278
  * @module purecloud-platform-client-v2/api/JourneyApi
33093
- * @version 218.0.0
33279
+ * @version 218.1.0
33094
33280
  */
33095
33281
 
33096
33282
  /**
@@ -35075,7 +35261,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35075
35261
  /**
35076
35262
  * Knowledge service.
35077
35263
  * @module purecloud-platform-client-v2/api/KnowledgeApi
35078
- * @version 218.0.0
35264
+ * @version 218.1.0
35079
35265
  */
35080
35266
 
35081
35267
  /**
@@ -38948,7 +39134,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38948
39134
  /**
38949
39135
  * LanguageUnderstanding service.
38950
39136
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
38951
- * @version 218.0.0
39137
+ * @version 218.1.0
38952
39138
  */
38953
39139
 
38954
39140
  /**
@@ -39981,7 +40167,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39981
40167
  /**
39982
40168
  * Languages service.
39983
40169
  * @module purecloud-platform-client-v2/api/LanguagesApi
39984
- * @version 218.0.0
40170
+ * @version 218.1.0
39985
40171
  */
39986
40172
 
39987
40173
  /**
@@ -40203,7 +40389,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40203
40389
  /**
40204
40390
  * Learning service.
40205
40391
  * @module purecloud-platform-client-v2/api/LearningApi
40206
- * @version 218.0.0
40392
+ * @version 218.1.0
40207
40393
  */
40208
40394
 
40209
40395
  /**
@@ -41232,7 +41418,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41232
41418
  /**
41233
41419
  * License service.
41234
41420
  * @module purecloud-platform-client-v2/api/LicenseApi
41235
- * @version 218.0.0
41421
+ * @version 218.1.0
41236
41422
  */
41237
41423
 
41238
41424
  /**
@@ -41470,7 +41656,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41470
41656
  /**
41471
41657
  * Locations service.
41472
41658
  * @module purecloud-platform-client-v2/api/LocationsApi
41473
- * @version 218.0.0
41659
+ * @version 218.1.0
41474
41660
  */
41475
41661
 
41476
41662
  /**
@@ -41706,7 +41892,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41706
41892
  /**
41707
41893
  * LogCapture service.
41708
41894
  * @module purecloud-platform-client-v2/api/LogCaptureApi
41709
- * @version 218.0.0
41895
+ * @version 218.1.0
41710
41896
  */
41711
41897
 
41712
41898
  /**
@@ -41906,7 +42092,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41906
42092
  /**
41907
42093
  * Messaging service.
41908
42094
  * @module purecloud-platform-client-v2/api/MessagingApi
41909
- * @version 218.0.0
42095
+ * @version 218.1.0
41910
42096
  */
41911
42097
 
41912
42098
  /**
@@ -42265,7 +42451,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42265
42451
  /**
42266
42452
  * MobileDevices service.
42267
42453
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
42268
- * @version 218.0.0
42454
+ * @version 218.1.0
42269
42455
  */
42270
42456
 
42271
42457
  /**
@@ -42416,7 +42602,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42416
42602
  /**
42417
42603
  * Notifications service.
42418
42604
  * @module purecloud-platform-client-v2/api/NotificationsApi
42419
- * @version 218.0.0
42605
+ * @version 218.1.0
42420
42606
  */
42421
42607
 
42422
42608
  /**
@@ -42649,7 +42835,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42649
42835
  /**
42650
42836
  * OAuth service.
42651
42837
  * @module purecloud-platform-client-v2/api/OAuthApi
42652
- * @version 218.0.0
42838
+ * @version 218.1.0
42653
42839
  */
42654
42840
 
42655
42841
  /**
@@ -43015,7 +43201,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43015
43201
  /**
43016
43202
  * Objects service.
43017
43203
  * @module purecloud-platform-client-v2/api/ObjectsApi
43018
- * @version 218.0.0
43204
+ * @version 218.1.0
43019
43205
  */
43020
43206
 
43021
43207
  /**
@@ -43286,7 +43472,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43286
43472
  /**
43287
43473
  * OperationalEvents service.
43288
43474
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
43289
- * @version 218.0.0
43475
+ * @version 218.1.0
43290
43476
  */
43291
43477
 
43292
43478
  /**
@@ -43403,7 +43589,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43403
43589
  /**
43404
43590
  * Organization service.
43405
43591
  * @module purecloud-platform-client-v2/api/OrganizationApi
43406
- * @version 218.0.0
43592
+ * @version 218.1.0
43407
43593
  */
43408
43594
 
43409
43595
  /**
@@ -43878,7 +44064,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43878
44064
  /**
43879
44065
  * OrganizationAuthorization service.
43880
44066
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
43881
- * @version 218.0.0
44067
+ * @version 218.1.0
43882
44068
  */
43883
44069
 
43884
44070
  /**
@@ -45272,7 +45458,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45272
45458
  /**
45273
45459
  * Outbound service.
45274
45460
  * @module purecloud-platform-client-v2/api/OutboundApi
45275
- * @version 218.0.0
45461
+ * @version 218.1.0
45276
45462
  */
45277
45463
 
45278
45464
  /**
@@ -49835,7 +50021,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49835
50021
  /**
49836
50022
  * Presence service.
49837
50023
  * @module purecloud-platform-client-v2/api/PresenceApi
49838
- * @version 218.0.0
50024
+ * @version 218.1.0
49839
50025
  */
49840
50026
 
49841
50027
  /**
@@ -49855,10 +50041,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49855
50041
  *
49856
50042
  * @param {String} definitionId Presence Definition ID
49857
50043
  */
49858
- deletePresenceDefinition0(definitionId) {
50044
+ deleteDivisionBasedPresenceDefinition(definitionId) {
49859
50045
  // verify the required parameter 'definitionId' is set
49860
50046
  if (definitionId === undefined || definitionId === null) {
49861
- throw 'Missing the required parameter "definitionId" when calling deletePresenceDefinition0';
50047
+ throw 'Missing the required parameter "definitionId" when calling deleteDivisionBasedPresenceDefinition';
49862
50048
  }
49863
50049
 
49864
50050
  return this.apiClient.callApi(
@@ -49933,12 +50119,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49933
50119
  * @param {Object} opts Optional parameters
49934
50120
  * @param {Object} opts.localeCode The locale code to fetch for the presence definition. Use ALL to fetch everything.
49935
50121
  */
49936
- getPresenceDefinition0(definitionId, opts) {
50122
+ getDivisionBasedPresenceDefinition(definitionId, opts) {
49937
50123
  opts = opts || {};
49938
50124
 
49939
50125
  // verify the required parameter 'definitionId' is set
49940
50126
  if (definitionId === undefined || definitionId === null) {
49941
- throw 'Missing the required parameter "definitionId" when calling getPresenceDefinition0';
50127
+ throw 'Missing the required parameter "definitionId" when calling getDivisionBasedPresenceDefinition';
49942
50128
  }
49943
50129
 
49944
50130
  return this.apiClient.callApi(
@@ -49963,7 +50149,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49963
50149
  * @param {Array.<String>} opts.divisionId One or more division IDs. If nothing is provided, the definitions associated withthe list of divisions that the user has access to will be returned.
49964
50150
  * @param {Object} opts.localeCode The locale code to fetch for the presence definition. Use ALL to fetch everything.
49965
50151
  */
49966
- getPresenceDefinitions0(opts) {
50152
+ getDivisionBasedPresenceDefinitions(opts) {
49967
50153
  opts = opts || {};
49968
50154
 
49969
50155
 
@@ -50331,10 +50517,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50331
50517
  *
50332
50518
  * @param {Object} body The Presence Definition to create
50333
50519
  */
50334
- postPresenceDefinitions0(body) {
50520
+ postDivisionBasedPresenceDefinitions(body) {
50335
50521
  // verify the required parameter 'body' is set
50336
50522
  if (body === undefined || body === null) {
50337
- throw 'Missing the required parameter "body" when calling postPresenceDefinitions0';
50523
+ throw 'Missing the required parameter "body" when calling postDivisionBasedPresenceDefinitions';
50338
50524
  }
50339
50525
 
50340
50526
  return this.apiClient.callApi(
@@ -50408,14 +50594,14 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50408
50594
  * @param {String} definitionId Presence Definition ID
50409
50595
  * @param {Object} body The updated Presence Definition
50410
50596
  */
50411
- putPresenceDefinition0(definitionId, body) {
50597
+ putDivisionBasedPresenceDefinition(definitionId, body) {
50412
50598
  // verify the required parameter 'definitionId' is set
50413
50599
  if (definitionId === undefined || definitionId === null) {
50414
- throw 'Missing the required parameter "definitionId" when calling putPresenceDefinition0';
50600
+ throw 'Missing the required parameter "definitionId" when calling putDivisionBasedPresenceDefinition';
50415
50601
  }
50416
50602
  // verify the required parameter 'body' is set
50417
50603
  if (body === undefined || body === null) {
50418
- throw 'Missing the required parameter "body" when calling putPresenceDefinition0';
50604
+ throw 'Missing the required parameter "body" when calling putDivisionBasedPresenceDefinition';
50419
50605
  }
50420
50606
 
50421
50607
  return this.apiClient.callApi(
@@ -50579,7 +50765,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50579
50765
  /**
50580
50766
  * ProcessAutomation service.
50581
50767
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
50582
- * @version 218.0.0
50768
+ * @version 218.1.0
50583
50769
  */
50584
50770
 
50585
50771
  /**
@@ -50818,7 +51004,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50818
51004
  /**
50819
51005
  * Quality service.
50820
51006
  * @module purecloud-platform-client-v2/api/QualityApi
50821
- * @version 218.0.0
51007
+ * @version 218.1.0
50822
51008
  */
50823
51009
 
50824
51010
  /**
@@ -52605,7 +52791,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52605
52791
  /**
52606
52792
  * Recording service.
52607
52793
  * @module purecloud-platform-client-v2/api/RecordingApi
52608
- * @version 218.0.0
52794
+ * @version 218.1.0
52609
52795
  */
52610
52796
 
52611
52797
  /**
@@ -52912,7 +53098,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52912
53098
  }
52913
53099
 
52914
53100
  /**
52915
- * Get recording metadata for a conversation. Does not return playable media. Annotations won't be included in the response if either recording:recording:view or recording:annotation:view permission is missing.
53101
+ * Get recording metadata for a conversation. Does not return playable media nor system annotations. Bookmark annotations will be excluded if either recording:recording:view or recording:annotation:view permission is missing.
52916
53102
  *
52917
53103
  * @param {String} conversationId Conversation ID
52918
53104
  */
@@ -54210,7 +54396,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54210
54396
  /**
54211
54397
  * ResponseManagement service.
54212
54398
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
54213
- * @version 218.0.0
54399
+ * @version 218.1.0
54214
54400
  */
54215
54401
 
54216
54402
  /**
@@ -54720,7 +54906,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54720
54906
  /**
54721
54907
  * Routing service.
54722
54908
  * @module purecloud-platform-client-v2/api/RoutingApi
54723
- * @version 218.0.0
54909
+ * @version 218.1.0
54724
54910
  */
54725
54911
 
54726
54912
  /**
@@ -59023,7 +59209,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59023
59209
  /**
59024
59210
  * SCIM service.
59025
59211
  * @module purecloud-platform-client-v2/api/SCIMApi
59026
- * @version 218.0.0
59212
+ * @version 218.1.0
59027
59213
  */
59028
59214
 
59029
59215
  /**
@@ -59900,7 +60086,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59900
60086
  /**
59901
60087
  * ScreenRecording service.
59902
60088
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
59903
- * @version 218.0.0
60089
+ * @version 218.1.0
59904
60090
  */
59905
60091
 
59906
60092
  /**
@@ -59945,7 +60131,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59945
60131
  /**
59946
60132
  * Scripts service.
59947
60133
  * @module purecloud-platform-client-v2/api/ScriptsApi
59948
- * @version 218.0.0
60134
+ * @version 218.1.0
59949
60135
  */
59950
60136
 
59951
60137
  /**
@@ -60389,7 +60575,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60389
60575
  /**
60390
60576
  * Search service.
60391
60577
  * @module purecloud-platform-client-v2/api/SearchApi
60392
- * @version 218.0.0
60578
+ * @version 218.1.0
60393
60579
  */
60394
60580
 
60395
60581
  /**
@@ -61132,7 +61318,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61132
61318
  /**
61133
61319
  * Settings service.
61134
61320
  * @module purecloud-platform-client-v2/api/SettingsApi
61135
- * @version 218.0.0
61321
+ * @version 218.1.0
61136
61322
  */
61137
61323
 
61138
61324
  /**
@@ -61147,6 +61333,26 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61147
61333
  }
61148
61334
 
61149
61335
 
61336
+ /**
61337
+ * Reset email threading settings to default
61338
+ *
61339
+ */
61340
+ deleteEmailsSettingsThreading() {
61341
+
61342
+ return this.apiClient.callApi(
61343
+ '/api/v2/emails/settings/threading',
61344
+ 'DELETE',
61345
+ { },
61346
+ { },
61347
+ { },
61348
+ { },
61349
+ null,
61350
+ ['PureCloud OAuth'],
61351
+ ['application/json'],
61352
+ ['application/json']
61353
+ );
61354
+ }
61355
+
61150
61356
  /**
61151
61357
  * Delete agent auto answer settings
61152
61358
  *
@@ -61192,6 +61398,26 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61192
61398
  );
61193
61399
  }
61194
61400
 
61401
+ /**
61402
+ * Get email threading settings
61403
+ *
61404
+ */
61405
+ getEmailsSettingsThreading() {
61406
+
61407
+ return this.apiClient.callApi(
61408
+ '/api/v2/emails/settings/threading',
61409
+ 'GET',
61410
+ { },
61411
+ { },
61412
+ { },
61413
+ { },
61414
+ null,
61415
+ ['PureCloud OAuth'],
61416
+ ['application/json'],
61417
+ ['application/json']
61418
+ );
61419
+ }
61420
+
61195
61421
  /**
61196
61422
  * Get the execution history enabled setting.
61197
61423
  * Get the execution history enabled setting.
@@ -61261,6 +61487,30 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61261
61487
  );
61262
61488
  }
61263
61489
 
61490
+ /**
61491
+ * Patch email threading settings
61492
+ *
61493
+ * @param {Object} opts Optional parameters
61494
+ * @param {Object} opts.body
61495
+ */
61496
+ patchEmailsSettingsThreading(opts) {
61497
+ opts = opts || {};
61498
+
61499
+
61500
+ return this.apiClient.callApi(
61501
+ '/api/v2/emails/settings/threading',
61502
+ 'PATCH',
61503
+ { },
61504
+ { },
61505
+ { },
61506
+ { },
61507
+ opts['body'],
61508
+ ['PureCloud OAuth'],
61509
+ ['application/json'],
61510
+ ['application/json']
61511
+ );
61512
+ }
61513
+
61264
61514
  /**
61265
61515
  * Edit the execution history on off setting.
61266
61516
  * Edit the execution history on off setting.
@@ -61352,7 +61602,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61352
61602
  /**
61353
61603
  * SocialMedia service.
61354
61604
  * @module purecloud-platform-client-v2/api/SocialMediaApi
61355
- * @version 218.0.0
61605
+ * @version 218.1.0
61356
61606
  */
61357
61607
 
61358
61608
  /**
@@ -62640,7 +62890,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62640
62890
  /**
62641
62891
  * SpeechTextAnalytics service.
62642
62892
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
62643
- * @version 218.0.0
62893
+ * @version 218.1.0
62644
62894
  */
62645
62895
 
62646
62896
  /**
@@ -64081,7 +64331,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64081
64331
  /**
64082
64332
  * Stations service.
64083
64333
  * @module purecloud-platform-client-v2/api/StationsApi
64084
- * @version 218.0.0
64334
+ * @version 218.1.0
64085
64335
  */
64086
64336
 
64087
64337
  /**
@@ -64183,7 +64433,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64183
64433
  /**
64184
64434
  * Suggest service.
64185
64435
  * @module purecloud-platform-client-v2/api/SuggestApi
64186
- * @version 218.0.0
64436
+ * @version 218.1.0
64187
64437
  */
64188
64438
 
64189
64439
  /**
@@ -64322,7 +64572,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64322
64572
  /**
64323
64573
  * TaskManagement service.
64324
64574
  * @module purecloud-platform-client-v2/api/TaskManagementApi
64325
- * @version 218.0.0
64575
+ * @version 218.1.0
64326
64576
  */
64327
64577
 
64328
64578
  /**
@@ -66428,7 +66678,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66428
66678
  /**
66429
66679
  * Teams service.
66430
66680
  * @module purecloud-platform-client-v2/api/TeamsApi
66431
- * @version 218.0.0
66681
+ * @version 218.1.0
66432
66682
  */
66433
66683
 
66434
66684
  /**
@@ -66733,7 +66983,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66733
66983
  /**
66734
66984
  * Telephony service.
66735
66985
  * @module purecloud-platform-client-v2/api/TelephonyApi
66736
- * @version 218.0.0
66986
+ * @version 218.1.0
66737
66987
  */
66738
66988
 
66739
66989
  /**
@@ -66915,7 +67165,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66915
67165
  /**
66916
67166
  * TelephonyProvidersEdge service.
66917
67167
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
66918
- * @version 218.0.0
67168
+ * @version 218.1.0
66919
67169
  */
66920
67170
 
66921
67171
  /**
@@ -70367,7 +70617,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70367
70617
  /**
70368
70618
  * Textbots service.
70369
70619
  * @module purecloud-platform-client-v2/api/TextbotsApi
70370
- * @version 218.0.0
70620
+ * @version 218.1.0
70371
70621
  */
70372
70622
 
70373
70623
  /**
@@ -70495,7 +70745,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70495
70745
  /**
70496
70746
  * Tokens service.
70497
70747
  * @module purecloud-platform-client-v2/api/TokensApi
70498
- * @version 218.0.0
70748
+ * @version 218.1.0
70499
70749
  */
70500
70750
 
70501
70751
  /**
@@ -70649,7 +70899,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70649
70899
  /**
70650
70900
  * Uploads service.
70651
70901
  * @module purecloud-platform-client-v2/api/UploadsApi
70652
- * @version 218.0.0
70902
+ * @version 218.1.0
70653
70903
  */
70654
70904
 
70655
70905
  /**
@@ -70915,7 +71165,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70915
71165
  /**
70916
71166
  * Usage service.
70917
71167
  * @module purecloud-platform-client-v2/api/UsageApi
70918
- * @version 218.0.0
71168
+ * @version 218.1.0
70919
71169
  */
70920
71170
 
70921
71171
  /**
@@ -71130,7 +71380,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
71130
71380
  /**
71131
71381
  * UserRecordings service.
71132
71382
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
71133
- * @version 218.0.0
71383
+ * @version 218.1.0
71134
71384
  */
71135
71385
 
71136
71386
  /**
@@ -71345,7 +71595,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
71345
71595
  /**
71346
71596
  * Users service.
71347
71597
  * @module purecloud-platform-client-v2/api/UsersApi
71348
- * @version 218.0.0
71598
+ * @version 218.1.0
71349
71599
  */
71350
71600
 
71351
71601
  /**
@@ -74298,7 +74548,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
74298
74548
  /**
74299
74549
  * Utilities service.
74300
74550
  * @module purecloud-platform-client-v2/api/UtilitiesApi
74301
- * @version 218.0.0
74551
+ * @version 218.1.0
74302
74552
  */
74303
74553
 
74304
74554
  /**
@@ -74409,7 +74659,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
74409
74659
  /**
74410
74660
  * Voicemail service.
74411
74661
  * @module purecloud-platform-client-v2/api/VoicemailApi
74412
- * @version 218.0.0
74662
+ * @version 218.1.0
74413
74663
  */
74414
74664
 
74415
74665
  /**
@@ -75131,7 +75381,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
75131
75381
  /**
75132
75382
  * WebChat service.
75133
75383
  * @module purecloud-platform-client-v2/api/WebChatApi
75134
- * @version 218.0.0
75384
+ * @version 218.1.0
75135
75385
  */
75136
75386
 
75137
75387
  /**
@@ -75691,7 +75941,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
75691
75941
  /**
75692
75942
  * WebDeployments service.
75693
75943
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
75694
- * @version 218.0.0
75944
+ * @version 218.1.0
75695
75945
  */
75696
75946
 
75697
75947
  /**
@@ -76275,7 +76525,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76275
76525
  /**
76276
76526
  * WebMessaging service.
76277
76527
  * @module purecloud-platform-client-v2/api/WebMessagingApi
76278
- * @version 218.0.0
76528
+ * @version 218.1.0
76279
76529
  */
76280
76530
 
76281
76531
  /**
@@ -76321,7 +76571,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76321
76571
  /**
76322
76572
  * Widgets service.
76323
76573
  * @module purecloud-platform-client-v2/api/WidgetsApi
76324
- * @version 218.0.0
76574
+ * @version 218.1.0
76325
76575
  */
76326
76576
 
76327
76577
  /**
@@ -76472,7 +76722,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76472
76722
  /**
76473
76723
  * WorkforceManagement service.
76474
76724
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
76475
- * @version 218.0.0
76725
+ * @version 218.1.0
76476
76726
  */
76477
76727
 
76478
76728
  /**
@@ -83865,7 +84115,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
83865
84115
  * </pre>
83866
84116
  * </p>
83867
84117
  * @module purecloud-platform-client-v2/index
83868
- * @version 218.0.0
84118
+ * @version 218.1.0
83869
84119
  */
83870
84120
  class platformClient {
83871
84121
  constructor() {