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
@@ -690,7 +690,7 @@ class Configuration {
690
690
 
691
691
  /**
692
692
  * @module purecloud-platform-client-v2/ApiClient
693
- * @version 218.0.0
693
+ * @version 218.1.0
694
694
  */
695
695
  class ApiClient {
696
696
  /**
@@ -2234,7 +2234,7 @@ class AgentAssistantsApi {
2234
2234
  /**
2235
2235
  * AgentAssistants service.
2236
2236
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
2237
- * @version 218.0.0
2237
+ * @version 218.1.0
2238
2238
  */
2239
2239
 
2240
2240
  /**
@@ -2610,7 +2610,7 @@ class AgentCopilotApi {
2610
2610
  /**
2611
2611
  * AgentCopilot service.
2612
2612
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
2613
- * @version 218.0.0
2613
+ * @version 218.1.0
2614
2614
  */
2615
2615
 
2616
2616
  /**
@@ -2686,7 +2686,7 @@ class AgentUIApi {
2686
2686
  /**
2687
2687
  * AgentUI service.
2688
2688
  * @module purecloud-platform-client-v2/api/AgentUIApi
2689
- * @version 218.0.0
2689
+ * @version 218.1.0
2690
2690
  */
2691
2691
 
2692
2692
  /**
@@ -2817,7 +2817,7 @@ class AlertingApi {
2817
2817
  /**
2818
2818
  * Alerting service.
2819
2819
  * @module purecloud-platform-client-v2/api/AlertingApi
2820
- * @version 218.0.0
2820
+ * @version 218.1.0
2821
2821
  */
2822
2822
 
2823
2823
  /**
@@ -3218,7 +3218,7 @@ class AnalyticsApi {
3218
3218
  /**
3219
3219
  * Analytics service.
3220
3220
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3221
- * @version 218.0.0
3221
+ * @version 218.1.0
3222
3222
  */
3223
3223
 
3224
3224
  /**
@@ -3343,7 +3343,6 @@ class AnalyticsApi {
3343
3343
  * Get an agent and their active sessions by user ID
3344
3344
  *
3345
3345
  * @param {String} userId userId
3346
- * getAnalyticsAgentStatus is a preview method and is subject to both breaking and non-breaking changes at any time without notice
3347
3346
  */
3348
3347
  getAnalyticsAgentStatus(userId) {
3349
3348
  // verify the required parameter 'userId' is set
@@ -4795,7 +4794,6 @@ class AnalyticsApi {
4795
4794
  * Count agents by segment type
4796
4795
  *
4797
4796
  * @param {Object} body query
4798
- * postAnalyticsAgentsStatusCounts is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4799
4797
  */
4800
4798
  postAnalyticsAgentsStatusCounts(body) {
4801
4799
  // verify the required parameter 'body' is set
@@ -4821,7 +4819,6 @@ class AnalyticsApi {
4821
4819
  * Retrieve the top 50 agents matching the query filters
4822
4820
  *
4823
4821
  * @param {Object} body query
4824
- * postAnalyticsAgentsStatusQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4825
4822
  */
4826
4823
  postAnalyticsAgentsStatusQuery(body) {
4827
4824
  // verify the required parameter 'body' is set
@@ -6042,7 +6039,7 @@ class ArchitectApi {
6042
6039
  /**
6043
6040
  * Architect service.
6044
6041
  * @module purecloud-platform-client-v2/api/ArchitectApi
6045
- * @version 218.0.0
6042
+ * @version 218.1.0
6046
6043
  */
6047
6044
 
6048
6045
  /**
@@ -9080,6 +9077,36 @@ class ArchitectApi {
9080
9077
  );
9081
9078
  }
9082
9079
 
9080
+ /**
9081
+ * Creates a presigned URL for uploading a user prompt file
9082
+ *
9083
+ * @param {String} promptId Prompt ID
9084
+ * @param {String} languageCode Language
9085
+ */
9086
+ postArchitectPromptResourceUploads(promptId, languageCode) {
9087
+ // verify the required parameter 'promptId' is set
9088
+ if (promptId === undefined || promptId === null) {
9089
+ throw 'Missing the required parameter "promptId" when calling postArchitectPromptResourceUploads';
9090
+ }
9091
+ // verify the required parameter 'languageCode' is set
9092
+ if (languageCode === undefined || languageCode === null) {
9093
+ throw 'Missing the required parameter "languageCode" when calling postArchitectPromptResourceUploads';
9094
+ }
9095
+
9096
+ return this.apiClient.callApi(
9097
+ '/api/v2/architect/prompts/{promptId}/resources/{languageCode}/uploads',
9098
+ 'POST',
9099
+ { 'promptId': promptId,'languageCode': languageCode },
9100
+ { },
9101
+ { },
9102
+ { },
9103
+ null,
9104
+ ['PureCloud OAuth'],
9105
+ ['application/json'],
9106
+ ['application/json']
9107
+ );
9108
+ }
9109
+
9083
9110
  /**
9084
9111
  * Create a new user prompt resource
9085
9112
  *
@@ -9210,6 +9237,36 @@ class ArchitectApi {
9210
9237
  );
9211
9238
  }
9212
9239
 
9240
+ /**
9241
+ * Creates a presigned URL for uploading a system prompt file
9242
+ *
9243
+ * @param {String} promptId Prompt ID
9244
+ * @param {String} languageCode Language
9245
+ */
9246
+ postArchitectSystempromptResourceUploads(promptId, languageCode) {
9247
+ // verify the required parameter 'promptId' is set
9248
+ if (promptId === undefined || promptId === null) {
9249
+ throw 'Missing the required parameter "promptId" when calling postArchitectSystempromptResourceUploads';
9250
+ }
9251
+ // verify the required parameter 'languageCode' is set
9252
+ if (languageCode === undefined || languageCode === null) {
9253
+ throw 'Missing the required parameter "languageCode" when calling postArchitectSystempromptResourceUploads';
9254
+ }
9255
+
9256
+ return this.apiClient.callApi(
9257
+ '/api/v2/architect/systemprompts/{promptId}/resources/{languageCode}/uploads',
9258
+ 'POST',
9259
+ { 'promptId': promptId,'languageCode': languageCode },
9260
+ { },
9261
+ { },
9262
+ { },
9263
+ null,
9264
+ ['PureCloud OAuth'],
9265
+ ['application/json'],
9266
+ ['application/json']
9267
+ );
9268
+ }
9269
+
9213
9270
  /**
9214
9271
  * Create system prompt resource override.
9215
9272
  *
@@ -10275,7 +10332,7 @@ class AuditApi {
10275
10332
  /**
10276
10333
  * Audit service.
10277
10334
  * @module purecloud-platform-client-v2/api/AuditApi
10278
- * @version 218.0.0
10335
+ * @version 218.1.0
10279
10336
  */
10280
10337
 
10281
10338
  /**
@@ -10476,7 +10533,7 @@ class AuthorizationApi {
10476
10533
  /**
10477
10534
  * Authorization service.
10478
10535
  * @module purecloud-platform-client-v2/api/AuthorizationApi
10479
- * @version 218.0.0
10536
+ * @version 218.1.0
10480
10537
  */
10481
10538
 
10482
10539
  /**
@@ -12138,7 +12195,7 @@ class BillingApi {
12138
12195
  /**
12139
12196
  * Billing service.
12140
12197
  * @module purecloud-platform-client-v2/api/BillingApi
12141
- * @version 218.0.0
12198
+ * @version 218.1.0
12142
12199
  */
12143
12200
 
12144
12201
  /**
@@ -12218,7 +12275,7 @@ class CarrierServicesApi {
12218
12275
  /**
12219
12276
  * CarrierServices service.
12220
12277
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
12221
- * @version 218.0.0
12278
+ * @version 218.1.0
12222
12279
  */
12223
12280
 
12224
12281
  /**
@@ -12288,7 +12345,7 @@ class ChatApi {
12288
12345
  /**
12289
12346
  * Chat service.
12290
12347
  * @module purecloud-platform-client-v2/api/ChatApi
12291
- * @version 218.0.0
12348
+ * @version 218.1.0
12292
12349
  */
12293
12350
 
12294
12351
  /**
@@ -13217,7 +13274,7 @@ class CoachingApi {
13217
13274
  /**
13218
13275
  * Coaching service.
13219
13276
  * @module purecloud-platform-client-v2/api/CoachingApi
13220
- * @version 218.0.0
13277
+ * @version 218.1.0
13221
13278
  */
13222
13279
 
13223
13280
  /**
@@ -13794,7 +13851,7 @@ class ContentManagementApi {
13794
13851
  /**
13795
13852
  * ContentManagement service.
13796
13853
  * @module purecloud-platform-client-v2/api/ContentManagementApi
13797
- * @version 218.0.0
13854
+ * @version 218.1.0
13798
13855
  */
13799
13856
 
13800
13857
  /**
@@ -14875,7 +14932,7 @@ class ConversationsApi {
14875
14932
  /**
14876
14933
  * Conversations service.
14877
14934
  * @module purecloud-platform-client-v2/api/ConversationsApi
14878
- * @version 218.0.0
14935
+ * @version 218.1.0
14879
14936
  */
14880
14937
 
14881
14938
  /**
@@ -17963,6 +18020,41 @@ class ConversationsApi {
17963
18020
  );
17964
18021
  }
17965
18022
 
18023
+ /**
18024
+ * Update the feedback for the summary.
18025
+ *
18026
+ * @param {String} conversationId Conversation ID
18027
+ * @param {String} summaryId Summary ID
18028
+ * @param {Object} opts Optional parameters
18029
+ * @param {Object} opts.body
18030
+ * patchConversationSummaryFeedback is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18031
+ */
18032
+ patchConversationSummaryFeedback(conversationId, summaryId, opts) {
18033
+ opts = opts || {};
18034
+
18035
+ // verify the required parameter 'conversationId' is set
18036
+ if (conversationId === undefined || conversationId === null) {
18037
+ throw 'Missing the required parameter "conversationId" when calling patchConversationSummaryFeedback';
18038
+ }
18039
+ // verify the required parameter 'summaryId' is set
18040
+ if (summaryId === undefined || summaryId === null) {
18041
+ throw 'Missing the required parameter "summaryId" when calling patchConversationSummaryFeedback';
18042
+ }
18043
+
18044
+ return this.apiClient.callApi(
18045
+ '/api/v2/conversations/{conversationId}/summaries/{summaryId}/feedback',
18046
+ 'PATCH',
18047
+ { 'conversationId': conversationId,'summaryId': summaryId },
18048
+ { },
18049
+ { },
18050
+ { },
18051
+ opts['body'],
18052
+ ['PureCloud OAuth'],
18053
+ ['application/json'],
18054
+ ['application/json']
18055
+ );
18056
+ }
18057
+
17966
18058
  /**
17967
18059
  * Update the utilization label on a conversation. When there is no value provided, the system default label is applied
17968
18060
  *
@@ -22422,7 +22514,7 @@ class DataExtensionsApi {
22422
22514
  /**
22423
22515
  * DataExtensions service.
22424
22516
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
22425
- * @version 218.0.0
22517
+ * @version 218.1.0
22426
22518
  */
22427
22519
 
22428
22520
  /**
@@ -22508,7 +22600,7 @@ class DataPrivacyApi {
22508
22600
  /**
22509
22601
  * DataPrivacy service.
22510
22602
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
22511
- * @version 218.0.0
22603
+ * @version 218.1.0
22512
22604
  */
22513
22605
 
22514
22606
  /**
@@ -22678,7 +22770,7 @@ class DownloadsApi {
22678
22770
  /**
22679
22771
  * Downloads service.
22680
22772
  * @module purecloud-platform-client-v2/api/DownloadsApi
22681
- * @version 218.0.0
22773
+ * @version 218.1.0
22682
22774
  */
22683
22775
 
22684
22776
  /**
@@ -22730,7 +22822,7 @@ class EmailsApi {
22730
22822
  /**
22731
22823
  * Emails service.
22732
22824
  * @module purecloud-platform-client-v2/api/EmailsApi
22733
- * @version 218.0.0
22825
+ * @version 218.1.0
22734
22826
  */
22735
22827
 
22736
22828
  /**
@@ -22745,6 +22837,26 @@ class EmailsApi {
22745
22837
  }
22746
22838
 
22747
22839
 
22840
+ /**
22841
+ * Reset email threading settings to default
22842
+ *
22843
+ */
22844
+ deleteEmailsSettingsThreading() {
22845
+
22846
+ return this.apiClient.callApi(
22847
+ '/api/v2/emails/settings/threading',
22848
+ 'DELETE',
22849
+ { },
22850
+ { },
22851
+ { },
22852
+ { },
22853
+ null,
22854
+ ['PureCloud OAuth'],
22855
+ ['application/json'],
22856
+ ['application/json']
22857
+ );
22858
+ }
22859
+
22748
22860
  /**
22749
22861
  * Get email Contact Center settings
22750
22862
  *
@@ -22765,6 +22877,26 @@ class EmailsApi {
22765
22877
  );
22766
22878
  }
22767
22879
 
22880
+ /**
22881
+ * Get email threading settings
22882
+ *
22883
+ */
22884
+ getEmailsSettingsThreading() {
22885
+
22886
+ return this.apiClient.callApi(
22887
+ '/api/v2/emails/settings/threading',
22888
+ 'GET',
22889
+ { },
22890
+ { },
22891
+ { },
22892
+ { },
22893
+ null,
22894
+ ['PureCloud OAuth'],
22895
+ ['application/json'],
22896
+ ['application/json']
22897
+ );
22898
+ }
22899
+
22768
22900
  /**
22769
22901
  * Patch email Contact Center settings
22770
22902
  *
@@ -22789,13 +22921,37 @@ class EmailsApi {
22789
22921
  );
22790
22922
  }
22791
22923
 
22924
+ /**
22925
+ * Patch email threading settings
22926
+ *
22927
+ * @param {Object} opts Optional parameters
22928
+ * @param {Object} opts.body
22929
+ */
22930
+ patchEmailsSettingsThreading(opts) {
22931
+ opts = opts || {};
22932
+
22933
+
22934
+ return this.apiClient.callApi(
22935
+ '/api/v2/emails/settings/threading',
22936
+ 'PATCH',
22937
+ { },
22938
+ { },
22939
+ { },
22940
+ { },
22941
+ opts['body'],
22942
+ ['PureCloud OAuth'],
22943
+ ['application/json'],
22944
+ ['application/json']
22945
+ );
22946
+ }
22947
+
22792
22948
  }
22793
22949
 
22794
22950
  class EmployeeEngagementApi {
22795
22951
  /**
22796
22952
  * EmployeeEngagement service.
22797
22953
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
22798
- * @version 218.0.0
22954
+ * @version 218.1.0
22799
22955
  */
22800
22956
 
22801
22957
  /**
@@ -22946,7 +23102,7 @@ class EventsApi {
22946
23102
  /**
22947
23103
  * Events service.
22948
23104
  * @module purecloud-platform-client-v2/api/EventsApi
22949
- * @version 218.0.0
23105
+ * @version 218.1.0
22950
23106
  */
22951
23107
 
22952
23108
  /**
@@ -23042,7 +23198,7 @@ class ExternalContactsApi {
23042
23198
  /**
23043
23199
  * ExternalContacts service.
23044
23200
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
23045
- * @version 218.0.0
23201
+ * @version 218.1.0
23046
23202
  */
23047
23203
 
23048
23204
  /**
@@ -25851,7 +26007,7 @@ class FaxApi {
25851
26007
  /**
25852
26008
  * Fax service.
25853
26009
  * @module purecloud-platform-client-v2/api/FaxApi
25854
- * @version 218.0.0
26010
+ * @version 218.1.0
25855
26011
  */
25856
26012
 
25857
26013
  /**
@@ -26066,7 +26222,7 @@ class FlowsApi {
26066
26222
  /**
26067
26223
  * Flows service.
26068
26224
  * @module purecloud-platform-client-v2/api/FlowsApi
26069
- * @version 218.0.0
26225
+ * @version 218.1.0
26070
26226
  */
26071
26227
 
26072
26228
  /**
@@ -26249,7 +26405,7 @@ class GamificationApi {
26249
26405
  /**
26250
26406
  * Gamification service.
26251
26407
  * @module purecloud-platform-client-v2/api/GamificationApi
26252
- * @version 218.0.0
26408
+ * @version 218.1.0
26253
26409
  */
26254
26410
 
26255
26411
  /**
@@ -28391,7 +28547,7 @@ class GeneralDataProtectionRegulationApi {
28391
28547
  /**
28392
28548
  * GeneralDataProtectionRegulation service.
28393
28549
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
28394
- * @version 218.0.0
28550
+ * @version 218.1.0
28395
28551
  */
28396
28552
 
28397
28553
  /**
@@ -28521,7 +28677,7 @@ class GeolocationApi {
28521
28677
  /**
28522
28678
  * Geolocation service.
28523
28679
  * @module purecloud-platform-client-v2/api/GeolocationApi
28524
- * @version 218.0.0
28680
+ * @version 218.1.0
28525
28681
  */
28526
28682
 
28527
28683
  /**
@@ -28652,7 +28808,7 @@ class GreetingsApi {
28652
28808
  /**
28653
28809
  * Greetings service.
28654
28810
  * @module purecloud-platform-client-v2/api/GreetingsApi
28655
- * @version 218.0.0
28811
+ * @version 218.1.0
28656
28812
  */
28657
28813
 
28658
28814
  /**
@@ -29107,7 +29263,7 @@ class GroupsApi {
29107
29263
  /**
29108
29264
  * Groups service.
29109
29265
  * @module purecloud-platform-client-v2/api/GroupsApi
29110
- * @version 218.0.0
29266
+ * @version 218.1.0
29111
29267
  */
29112
29268
 
29113
29269
  /**
@@ -29626,7 +29782,7 @@ class IdentityProviderApi {
29626
29782
  /**
29627
29783
  * IdentityProvider service.
29628
29784
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
29629
- * @version 218.0.0
29785
+ * @version 218.1.0
29630
29786
  */
29631
29787
 
29632
29788
  /**
@@ -30487,7 +30643,7 @@ class InfrastructureAsCodeApi {
30487
30643
  /**
30488
30644
  * InfrastructureAsCode service.
30489
30645
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
30490
- * @version 218.0.0
30646
+ * @version 218.1.0
30491
30647
  */
30492
30648
 
30493
30649
  /**
@@ -30654,7 +30810,7 @@ class IntegrationsApi {
30654
30810
  /**
30655
30811
  * Integrations service.
30656
30812
  * @module purecloud-platform-client-v2/api/IntegrationsApi
30657
- * @version 218.0.0
30813
+ * @version 218.1.0
30658
30814
  */
30659
30815
 
30660
30816
  /**
@@ -32884,6 +33040,36 @@ class IntegrationsApi {
32884
33040
  );
32885
33041
  }
32886
33042
 
33043
+ /**
33044
+ * Invoke Webhook
33045
+ *
33046
+ * @param {String} tokenId The token of the webhook to be invoked
33047
+ * @param {Object.<String, {String: Object}>} body Webhook Invocation Payload
33048
+ */
33049
+ postIntegrationsWebhookEvents(tokenId, body) {
33050
+ // verify the required parameter 'tokenId' is set
33051
+ if (tokenId === undefined || tokenId === null) {
33052
+ throw 'Missing the required parameter "tokenId" when calling postIntegrationsWebhookEvents';
33053
+ }
33054
+ // verify the required parameter 'body' is set
33055
+ if (body === undefined || body === null) {
33056
+ throw 'Missing the required parameter "body" when calling postIntegrationsWebhookEvents';
33057
+ }
33058
+
33059
+ return this.apiClient.callApi(
33060
+ '/api/v2/integrations/webhooks/{tokenId}/events',
33061
+ 'POST',
33062
+ { 'tokenId': tokenId },
33063
+ { },
33064
+ { },
33065
+ { },
33066
+ body,
33067
+ ['PureCloud OAuth'],
33068
+ ['application/json'],
33069
+ ['application/json']
33070
+ );
33071
+ }
33072
+
32887
33073
  /**
32888
33074
  * Update integration configuration.
32889
33075
  *
@@ -33093,7 +33279,7 @@ class JourneyApi {
33093
33279
  /**
33094
33280
  * Journey service.
33095
33281
  * @module purecloud-platform-client-v2/api/JourneyApi
33096
- * @version 218.0.0
33282
+ * @version 218.1.0
33097
33283
  */
33098
33284
 
33099
33285
  /**
@@ -35078,7 +35264,7 @@ class KnowledgeApi {
35078
35264
  /**
35079
35265
  * Knowledge service.
35080
35266
  * @module purecloud-platform-client-v2/api/KnowledgeApi
35081
- * @version 218.0.0
35267
+ * @version 218.1.0
35082
35268
  */
35083
35269
 
35084
35270
  /**
@@ -38951,7 +39137,7 @@ class LanguageUnderstandingApi {
38951
39137
  /**
38952
39138
  * LanguageUnderstanding service.
38953
39139
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
38954
- * @version 218.0.0
39140
+ * @version 218.1.0
38955
39141
  */
38956
39142
 
38957
39143
  /**
@@ -39984,7 +40170,7 @@ class LanguagesApi {
39984
40170
  /**
39985
40171
  * Languages service.
39986
40172
  * @module purecloud-platform-client-v2/api/LanguagesApi
39987
- * @version 218.0.0
40173
+ * @version 218.1.0
39988
40174
  */
39989
40175
 
39990
40176
  /**
@@ -40206,7 +40392,7 @@ class LearningApi {
40206
40392
  /**
40207
40393
  * Learning service.
40208
40394
  * @module purecloud-platform-client-v2/api/LearningApi
40209
- * @version 218.0.0
40395
+ * @version 218.1.0
40210
40396
  */
40211
40397
 
40212
40398
  /**
@@ -41235,7 +41421,7 @@ class LicenseApi {
41235
41421
  /**
41236
41422
  * License service.
41237
41423
  * @module purecloud-platform-client-v2/api/LicenseApi
41238
- * @version 218.0.0
41424
+ * @version 218.1.0
41239
41425
  */
41240
41426
 
41241
41427
  /**
@@ -41473,7 +41659,7 @@ class LocationsApi {
41473
41659
  /**
41474
41660
  * Locations service.
41475
41661
  * @module purecloud-platform-client-v2/api/LocationsApi
41476
- * @version 218.0.0
41662
+ * @version 218.1.0
41477
41663
  */
41478
41664
 
41479
41665
  /**
@@ -41709,7 +41895,7 @@ class LogCaptureApi {
41709
41895
  /**
41710
41896
  * LogCapture service.
41711
41897
  * @module purecloud-platform-client-v2/api/LogCaptureApi
41712
- * @version 218.0.0
41898
+ * @version 218.1.0
41713
41899
  */
41714
41900
 
41715
41901
  /**
@@ -41909,7 +42095,7 @@ class MessagingApi {
41909
42095
  /**
41910
42096
  * Messaging service.
41911
42097
  * @module purecloud-platform-client-v2/api/MessagingApi
41912
- * @version 218.0.0
42098
+ * @version 218.1.0
41913
42099
  */
41914
42100
 
41915
42101
  /**
@@ -42268,7 +42454,7 @@ class MobileDevicesApi {
42268
42454
  /**
42269
42455
  * MobileDevices service.
42270
42456
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
42271
- * @version 218.0.0
42457
+ * @version 218.1.0
42272
42458
  */
42273
42459
 
42274
42460
  /**
@@ -42419,7 +42605,7 @@ class NotificationsApi {
42419
42605
  /**
42420
42606
  * Notifications service.
42421
42607
  * @module purecloud-platform-client-v2/api/NotificationsApi
42422
- * @version 218.0.0
42608
+ * @version 218.1.0
42423
42609
  */
42424
42610
 
42425
42611
  /**
@@ -42652,7 +42838,7 @@ class OAuthApi {
42652
42838
  /**
42653
42839
  * OAuth service.
42654
42840
  * @module purecloud-platform-client-v2/api/OAuthApi
42655
- * @version 218.0.0
42841
+ * @version 218.1.0
42656
42842
  */
42657
42843
 
42658
42844
  /**
@@ -43018,7 +43204,7 @@ class ObjectsApi {
43018
43204
  /**
43019
43205
  * Objects service.
43020
43206
  * @module purecloud-platform-client-v2/api/ObjectsApi
43021
- * @version 218.0.0
43207
+ * @version 218.1.0
43022
43208
  */
43023
43209
 
43024
43210
  /**
@@ -43289,7 +43475,7 @@ class OperationalEventsApi {
43289
43475
  /**
43290
43476
  * OperationalEvents service.
43291
43477
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
43292
- * @version 218.0.0
43478
+ * @version 218.1.0
43293
43479
  */
43294
43480
 
43295
43481
  /**
@@ -43406,7 +43592,7 @@ class OrganizationApi {
43406
43592
  /**
43407
43593
  * Organization service.
43408
43594
  * @module purecloud-platform-client-v2/api/OrganizationApi
43409
- * @version 218.0.0
43595
+ * @version 218.1.0
43410
43596
  */
43411
43597
 
43412
43598
  /**
@@ -43881,7 +44067,7 @@ class OrganizationAuthorizationApi {
43881
44067
  /**
43882
44068
  * OrganizationAuthorization service.
43883
44069
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
43884
- * @version 218.0.0
44070
+ * @version 218.1.0
43885
44071
  */
43886
44072
 
43887
44073
  /**
@@ -45275,7 +45461,7 @@ class OutboundApi {
45275
45461
  /**
45276
45462
  * Outbound service.
45277
45463
  * @module purecloud-platform-client-v2/api/OutboundApi
45278
- * @version 218.0.0
45464
+ * @version 218.1.0
45279
45465
  */
45280
45466
 
45281
45467
  /**
@@ -49838,7 +50024,7 @@ class PresenceApi {
49838
50024
  /**
49839
50025
  * Presence service.
49840
50026
  * @module purecloud-platform-client-v2/api/PresenceApi
49841
- * @version 218.0.0
50027
+ * @version 218.1.0
49842
50028
  */
49843
50029
 
49844
50030
  /**
@@ -49858,10 +50044,10 @@ class PresenceApi {
49858
50044
  *
49859
50045
  * @param {String} definitionId Presence Definition ID
49860
50046
  */
49861
- deletePresenceDefinition0(definitionId) {
50047
+ deleteDivisionBasedPresenceDefinition(definitionId) {
49862
50048
  // verify the required parameter 'definitionId' is set
49863
50049
  if (definitionId === undefined || definitionId === null) {
49864
- throw 'Missing the required parameter "definitionId" when calling deletePresenceDefinition0';
50050
+ throw 'Missing the required parameter "definitionId" when calling deleteDivisionBasedPresenceDefinition';
49865
50051
  }
49866
50052
 
49867
50053
  return this.apiClient.callApi(
@@ -49936,12 +50122,12 @@ class PresenceApi {
49936
50122
  * @param {Object} opts Optional parameters
49937
50123
  * @param {Object} opts.localeCode The locale code to fetch for the presence definition. Use ALL to fetch everything.
49938
50124
  */
49939
- getPresenceDefinition0(definitionId, opts) {
50125
+ getDivisionBasedPresenceDefinition(definitionId, opts) {
49940
50126
  opts = opts || {};
49941
50127
 
49942
50128
  // verify the required parameter 'definitionId' is set
49943
50129
  if (definitionId === undefined || definitionId === null) {
49944
- throw 'Missing the required parameter "definitionId" when calling getPresenceDefinition0';
50130
+ throw 'Missing the required parameter "definitionId" when calling getDivisionBasedPresenceDefinition';
49945
50131
  }
49946
50132
 
49947
50133
  return this.apiClient.callApi(
@@ -49966,7 +50152,7 @@ class PresenceApi {
49966
50152
  * @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.
49967
50153
  * @param {Object} opts.localeCode The locale code to fetch for the presence definition. Use ALL to fetch everything.
49968
50154
  */
49969
- getPresenceDefinitions0(opts) {
50155
+ getDivisionBasedPresenceDefinitions(opts) {
49970
50156
  opts = opts || {};
49971
50157
 
49972
50158
 
@@ -50334,10 +50520,10 @@ class PresenceApi {
50334
50520
  *
50335
50521
  * @param {Object} body The Presence Definition to create
50336
50522
  */
50337
- postPresenceDefinitions0(body) {
50523
+ postDivisionBasedPresenceDefinitions(body) {
50338
50524
  // verify the required parameter 'body' is set
50339
50525
  if (body === undefined || body === null) {
50340
- throw 'Missing the required parameter "body" when calling postPresenceDefinitions0';
50526
+ throw 'Missing the required parameter "body" when calling postDivisionBasedPresenceDefinitions';
50341
50527
  }
50342
50528
 
50343
50529
  return this.apiClient.callApi(
@@ -50411,14 +50597,14 @@ class PresenceApi {
50411
50597
  * @param {String} definitionId Presence Definition ID
50412
50598
  * @param {Object} body The updated Presence Definition
50413
50599
  */
50414
- putPresenceDefinition0(definitionId, body) {
50600
+ putDivisionBasedPresenceDefinition(definitionId, body) {
50415
50601
  // verify the required parameter 'definitionId' is set
50416
50602
  if (definitionId === undefined || definitionId === null) {
50417
- throw 'Missing the required parameter "definitionId" when calling putPresenceDefinition0';
50603
+ throw 'Missing the required parameter "definitionId" when calling putDivisionBasedPresenceDefinition';
50418
50604
  }
50419
50605
  // verify the required parameter 'body' is set
50420
50606
  if (body === undefined || body === null) {
50421
- throw 'Missing the required parameter "body" when calling putPresenceDefinition0';
50607
+ throw 'Missing the required parameter "body" when calling putDivisionBasedPresenceDefinition';
50422
50608
  }
50423
50609
 
50424
50610
  return this.apiClient.callApi(
@@ -50582,7 +50768,7 @@ class ProcessAutomationApi {
50582
50768
  /**
50583
50769
  * ProcessAutomation service.
50584
50770
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
50585
- * @version 218.0.0
50771
+ * @version 218.1.0
50586
50772
  */
50587
50773
 
50588
50774
  /**
@@ -50821,7 +51007,7 @@ class QualityApi {
50821
51007
  /**
50822
51008
  * Quality service.
50823
51009
  * @module purecloud-platform-client-v2/api/QualityApi
50824
- * @version 218.0.0
51010
+ * @version 218.1.0
50825
51011
  */
50826
51012
 
50827
51013
  /**
@@ -52608,7 +52794,7 @@ class RecordingApi {
52608
52794
  /**
52609
52795
  * Recording service.
52610
52796
  * @module purecloud-platform-client-v2/api/RecordingApi
52611
- * @version 218.0.0
52797
+ * @version 218.1.0
52612
52798
  */
52613
52799
 
52614
52800
  /**
@@ -52915,7 +53101,7 @@ class RecordingApi {
52915
53101
  }
52916
53102
 
52917
53103
  /**
52918
- * 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.
53104
+ * 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.
52919
53105
  *
52920
53106
  * @param {String} conversationId Conversation ID
52921
53107
  */
@@ -54213,7 +54399,7 @@ class ResponseManagementApi {
54213
54399
  /**
54214
54400
  * ResponseManagement service.
54215
54401
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
54216
- * @version 218.0.0
54402
+ * @version 218.1.0
54217
54403
  */
54218
54404
 
54219
54405
  /**
@@ -54723,7 +54909,7 @@ class RoutingApi {
54723
54909
  /**
54724
54910
  * Routing service.
54725
54911
  * @module purecloud-platform-client-v2/api/RoutingApi
54726
- * @version 218.0.0
54912
+ * @version 218.1.0
54727
54913
  */
54728
54914
 
54729
54915
  /**
@@ -59026,7 +59212,7 @@ class SCIMApi {
59026
59212
  /**
59027
59213
  * SCIM service.
59028
59214
  * @module purecloud-platform-client-v2/api/SCIMApi
59029
- * @version 218.0.0
59215
+ * @version 218.1.0
59030
59216
  */
59031
59217
 
59032
59218
  /**
@@ -59903,7 +60089,7 @@ class ScreenRecordingApi {
59903
60089
  /**
59904
60090
  * ScreenRecording service.
59905
60091
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
59906
- * @version 218.0.0
60092
+ * @version 218.1.0
59907
60093
  */
59908
60094
 
59909
60095
  /**
@@ -59948,7 +60134,7 @@ class ScriptsApi {
59948
60134
  /**
59949
60135
  * Scripts service.
59950
60136
  * @module purecloud-platform-client-v2/api/ScriptsApi
59951
- * @version 218.0.0
60137
+ * @version 218.1.0
59952
60138
  */
59953
60139
 
59954
60140
  /**
@@ -60392,7 +60578,7 @@ class SearchApi {
60392
60578
  /**
60393
60579
  * Search service.
60394
60580
  * @module purecloud-platform-client-v2/api/SearchApi
60395
- * @version 218.0.0
60581
+ * @version 218.1.0
60396
60582
  */
60397
60583
 
60398
60584
  /**
@@ -61135,7 +61321,7 @@ class SettingsApi {
61135
61321
  /**
61136
61322
  * Settings service.
61137
61323
  * @module purecloud-platform-client-v2/api/SettingsApi
61138
- * @version 218.0.0
61324
+ * @version 218.1.0
61139
61325
  */
61140
61326
 
61141
61327
  /**
@@ -61150,6 +61336,26 @@ class SettingsApi {
61150
61336
  }
61151
61337
 
61152
61338
 
61339
+ /**
61340
+ * Reset email threading settings to default
61341
+ *
61342
+ */
61343
+ deleteEmailsSettingsThreading() {
61344
+
61345
+ return this.apiClient.callApi(
61346
+ '/api/v2/emails/settings/threading',
61347
+ 'DELETE',
61348
+ { },
61349
+ { },
61350
+ { },
61351
+ { },
61352
+ null,
61353
+ ['PureCloud OAuth'],
61354
+ ['application/json'],
61355
+ ['application/json']
61356
+ );
61357
+ }
61358
+
61153
61359
  /**
61154
61360
  * Delete agent auto answer settings
61155
61361
  *
@@ -61195,6 +61401,26 @@ class SettingsApi {
61195
61401
  );
61196
61402
  }
61197
61403
 
61404
+ /**
61405
+ * Get email threading settings
61406
+ *
61407
+ */
61408
+ getEmailsSettingsThreading() {
61409
+
61410
+ return this.apiClient.callApi(
61411
+ '/api/v2/emails/settings/threading',
61412
+ 'GET',
61413
+ { },
61414
+ { },
61415
+ { },
61416
+ { },
61417
+ null,
61418
+ ['PureCloud OAuth'],
61419
+ ['application/json'],
61420
+ ['application/json']
61421
+ );
61422
+ }
61423
+
61198
61424
  /**
61199
61425
  * Get the execution history enabled setting.
61200
61426
  * Get the execution history enabled setting.
@@ -61264,6 +61490,30 @@ class SettingsApi {
61264
61490
  );
61265
61491
  }
61266
61492
 
61493
+ /**
61494
+ * Patch email threading settings
61495
+ *
61496
+ * @param {Object} opts Optional parameters
61497
+ * @param {Object} opts.body
61498
+ */
61499
+ patchEmailsSettingsThreading(opts) {
61500
+ opts = opts || {};
61501
+
61502
+
61503
+ return this.apiClient.callApi(
61504
+ '/api/v2/emails/settings/threading',
61505
+ 'PATCH',
61506
+ { },
61507
+ { },
61508
+ { },
61509
+ { },
61510
+ opts['body'],
61511
+ ['PureCloud OAuth'],
61512
+ ['application/json'],
61513
+ ['application/json']
61514
+ );
61515
+ }
61516
+
61267
61517
  /**
61268
61518
  * Edit the execution history on off setting.
61269
61519
  * Edit the execution history on off setting.
@@ -61355,7 +61605,7 @@ class SocialMediaApi {
61355
61605
  /**
61356
61606
  * SocialMedia service.
61357
61607
  * @module purecloud-platform-client-v2/api/SocialMediaApi
61358
- * @version 218.0.0
61608
+ * @version 218.1.0
61359
61609
  */
61360
61610
 
61361
61611
  /**
@@ -62643,7 +62893,7 @@ class SpeechTextAnalyticsApi {
62643
62893
  /**
62644
62894
  * SpeechTextAnalytics service.
62645
62895
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
62646
- * @version 218.0.0
62896
+ * @version 218.1.0
62647
62897
  */
62648
62898
 
62649
62899
  /**
@@ -64084,7 +64334,7 @@ class StationsApi {
64084
64334
  /**
64085
64335
  * Stations service.
64086
64336
  * @module purecloud-platform-client-v2/api/StationsApi
64087
- * @version 218.0.0
64337
+ * @version 218.1.0
64088
64338
  */
64089
64339
 
64090
64340
  /**
@@ -64186,7 +64436,7 @@ class SuggestApi {
64186
64436
  /**
64187
64437
  * Suggest service.
64188
64438
  * @module purecloud-platform-client-v2/api/SuggestApi
64189
- * @version 218.0.0
64439
+ * @version 218.1.0
64190
64440
  */
64191
64441
 
64192
64442
  /**
@@ -64325,7 +64575,7 @@ class TaskManagementApi {
64325
64575
  /**
64326
64576
  * TaskManagement service.
64327
64577
  * @module purecloud-platform-client-v2/api/TaskManagementApi
64328
- * @version 218.0.0
64578
+ * @version 218.1.0
64329
64579
  */
64330
64580
 
64331
64581
  /**
@@ -66431,7 +66681,7 @@ class TeamsApi {
66431
66681
  /**
66432
66682
  * Teams service.
66433
66683
  * @module purecloud-platform-client-v2/api/TeamsApi
66434
- * @version 218.0.0
66684
+ * @version 218.1.0
66435
66685
  */
66436
66686
 
66437
66687
  /**
@@ -66736,7 +66986,7 @@ class TelephonyApi {
66736
66986
  /**
66737
66987
  * Telephony service.
66738
66988
  * @module purecloud-platform-client-v2/api/TelephonyApi
66739
- * @version 218.0.0
66989
+ * @version 218.1.0
66740
66990
  */
66741
66991
 
66742
66992
  /**
@@ -66918,7 +67168,7 @@ class TelephonyProvidersEdgeApi {
66918
67168
  /**
66919
67169
  * TelephonyProvidersEdge service.
66920
67170
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
66921
- * @version 218.0.0
67171
+ * @version 218.1.0
66922
67172
  */
66923
67173
 
66924
67174
  /**
@@ -70370,7 +70620,7 @@ class TextbotsApi {
70370
70620
  /**
70371
70621
  * Textbots service.
70372
70622
  * @module purecloud-platform-client-v2/api/TextbotsApi
70373
- * @version 218.0.0
70623
+ * @version 218.1.0
70374
70624
  */
70375
70625
 
70376
70626
  /**
@@ -70498,7 +70748,7 @@ class TokensApi {
70498
70748
  /**
70499
70749
  * Tokens service.
70500
70750
  * @module purecloud-platform-client-v2/api/TokensApi
70501
- * @version 218.0.0
70751
+ * @version 218.1.0
70502
70752
  */
70503
70753
 
70504
70754
  /**
@@ -70652,7 +70902,7 @@ class UploadsApi {
70652
70902
  /**
70653
70903
  * Uploads service.
70654
70904
  * @module purecloud-platform-client-v2/api/UploadsApi
70655
- * @version 218.0.0
70905
+ * @version 218.1.0
70656
70906
  */
70657
70907
 
70658
70908
  /**
@@ -70918,7 +71168,7 @@ class UsageApi {
70918
71168
  /**
70919
71169
  * Usage service.
70920
71170
  * @module purecloud-platform-client-v2/api/UsageApi
70921
- * @version 218.0.0
71171
+ * @version 218.1.0
70922
71172
  */
70923
71173
 
70924
71174
  /**
@@ -71133,7 +71383,7 @@ class UserRecordingsApi {
71133
71383
  /**
71134
71384
  * UserRecordings service.
71135
71385
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
71136
- * @version 218.0.0
71386
+ * @version 218.1.0
71137
71387
  */
71138
71388
 
71139
71389
  /**
@@ -71348,7 +71598,7 @@ class UsersApi {
71348
71598
  /**
71349
71599
  * Users service.
71350
71600
  * @module purecloud-platform-client-v2/api/UsersApi
71351
- * @version 218.0.0
71601
+ * @version 218.1.0
71352
71602
  */
71353
71603
 
71354
71604
  /**
@@ -74301,7 +74551,7 @@ class UtilitiesApi {
74301
74551
  /**
74302
74552
  * Utilities service.
74303
74553
  * @module purecloud-platform-client-v2/api/UtilitiesApi
74304
- * @version 218.0.0
74554
+ * @version 218.1.0
74305
74555
  */
74306
74556
 
74307
74557
  /**
@@ -74412,7 +74662,7 @@ class VoicemailApi {
74412
74662
  /**
74413
74663
  * Voicemail service.
74414
74664
  * @module purecloud-platform-client-v2/api/VoicemailApi
74415
- * @version 218.0.0
74665
+ * @version 218.1.0
74416
74666
  */
74417
74667
 
74418
74668
  /**
@@ -75134,7 +75384,7 @@ class WebChatApi {
75134
75384
  /**
75135
75385
  * WebChat service.
75136
75386
  * @module purecloud-platform-client-v2/api/WebChatApi
75137
- * @version 218.0.0
75387
+ * @version 218.1.0
75138
75388
  */
75139
75389
 
75140
75390
  /**
@@ -75694,7 +75944,7 @@ class WebDeploymentsApi {
75694
75944
  /**
75695
75945
  * WebDeployments service.
75696
75946
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
75697
- * @version 218.0.0
75947
+ * @version 218.1.0
75698
75948
  */
75699
75949
 
75700
75950
  /**
@@ -76278,7 +76528,7 @@ class WebMessagingApi {
76278
76528
  /**
76279
76529
  * WebMessaging service.
76280
76530
  * @module purecloud-platform-client-v2/api/WebMessagingApi
76281
- * @version 218.0.0
76531
+ * @version 218.1.0
76282
76532
  */
76283
76533
 
76284
76534
  /**
@@ -76324,7 +76574,7 @@ class WidgetsApi {
76324
76574
  /**
76325
76575
  * Widgets service.
76326
76576
  * @module purecloud-platform-client-v2/api/WidgetsApi
76327
- * @version 218.0.0
76577
+ * @version 218.1.0
76328
76578
  */
76329
76579
 
76330
76580
  /**
@@ -76475,7 +76725,7 @@ class WorkforceManagementApi {
76475
76725
  /**
76476
76726
  * WorkforceManagement service.
76477
76727
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
76478
- * @version 218.0.0
76728
+ * @version 218.1.0
76479
76729
  */
76480
76730
 
76481
76731
  /**
@@ -83868,7 +84118,7 @@ class WorkforceManagementApi {
83868
84118
  * </pre>
83869
84119
  * </p>
83870
84120
  * @module purecloud-platform-client-v2/index
83871
- * @version 218.0.0
84121
+ * @version 218.1.0
83872
84122
  */
83873
84123
  class platformClient {
83874
84124
  constructor() {