purecloud-platform-client-v2 229.2.0 → 230.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +381 -112
  3. package/dist/web-amd/purecloud-platform-client-v2.js +381 -112
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +161 -93
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +161 -93
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +425 -287
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AIStudioApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +110 -1
  13. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +86 -1
  27. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/RecordingApi.js +2 -2
  65. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/RoutingApi.js +3 -28
  67. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  90. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +101 -1
  91. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  92. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  93. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -746,7 +746,7 @@ class Configuration {
746
746
 
747
747
  /**
748
748
  * @module purecloud-platform-client-v2/ApiClient
749
- * @version 229.2.0
749
+ * @version 230.0.0
750
750
  */
751
751
  class ApiClient {
752
752
  /**
@@ -2290,7 +2290,7 @@ class AIStudioApi {
2290
2290
  /**
2291
2291
  * AIStudio service.
2292
2292
  * @module purecloud-platform-client-v2/api/AIStudioApi
2293
- * @version 229.2.0
2293
+ * @version 230.0.0
2294
2294
  */
2295
2295
 
2296
2296
  /**
@@ -2703,7 +2703,7 @@ class AgentAssistantsApi {
2703
2703
  /**
2704
2704
  * AgentAssistants service.
2705
2705
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
2706
- * @version 229.2.0
2706
+ * @version 230.0.0
2707
2707
  */
2708
2708
 
2709
2709
  /**
@@ -3014,6 +3014,115 @@ class AgentAssistantsApi {
3014
3014
  );
3015
3015
  }
3016
3016
 
3017
+ /**
3018
+ * Bulk add users to assistant-queue (requires manual assignment mode).
3019
+ *
3020
+ * @param {String} assistantId Assistant ID
3021
+ * @param {String} queueId Queue ID
3022
+ * @param {Object} body
3023
+ */
3024
+ postAssistantQueueUsersBulkAdd(assistantId, queueId, body) {
3025
+ // verify the required parameter 'assistantId' is set
3026
+ if (assistantId === undefined || assistantId === null || assistantId === '') {
3027
+ throw 'Missing the required parameter "assistantId" when calling postAssistantQueueUsersBulkAdd';
3028
+ }
3029
+ // verify the required parameter 'queueId' is set
3030
+ if (queueId === undefined || queueId === null || queueId === '') {
3031
+ throw 'Missing the required parameter "queueId" when calling postAssistantQueueUsersBulkAdd';
3032
+ }
3033
+ // verify the required parameter 'body' is set
3034
+ if (body === undefined || body === null) {
3035
+ throw 'Missing the required parameter "body" when calling postAssistantQueueUsersBulkAdd';
3036
+ }
3037
+
3038
+ return this.apiClient.callApi(
3039
+ '/api/v2/assistants/{assistantId}/queues/{queueId}/users/bulk/add',
3040
+ 'POST',
3041
+ { 'assistantId': assistantId,'queueId': queueId },
3042
+ { },
3043
+ { },
3044
+ { },
3045
+ body,
3046
+ ['PureCloud OAuth'],
3047
+ ['application/json'],
3048
+ ['application/json']
3049
+ );
3050
+ }
3051
+
3052
+ /**
3053
+ * Bulk remove users from assistant-queue (requires manual assignment mode).
3054
+ *
3055
+ * @param {String} assistantId Assistant ID
3056
+ * @param {String} queueId Queue ID
3057
+ * @param {Object} body
3058
+ */
3059
+ postAssistantQueueUsersBulkRemove(assistantId, queueId, body) {
3060
+ // verify the required parameter 'assistantId' is set
3061
+ if (assistantId === undefined || assistantId === null || assistantId === '') {
3062
+ throw 'Missing the required parameter "assistantId" when calling postAssistantQueueUsersBulkRemove';
3063
+ }
3064
+ // verify the required parameter 'queueId' is set
3065
+ if (queueId === undefined || queueId === null || queueId === '') {
3066
+ throw 'Missing the required parameter "queueId" when calling postAssistantQueueUsersBulkRemove';
3067
+ }
3068
+ // verify the required parameter 'body' is set
3069
+ if (body === undefined || body === null) {
3070
+ throw 'Missing the required parameter "body" when calling postAssistantQueueUsersBulkRemove';
3071
+ }
3072
+
3073
+ return this.apiClient.callApi(
3074
+ '/api/v2/assistants/{assistantId}/queues/{queueId}/users/bulk/remove',
3075
+ 'POST',
3076
+ { 'assistantId': assistantId,'queueId': queueId },
3077
+ { },
3078
+ { },
3079
+ { },
3080
+ body,
3081
+ ['PureCloud OAuth'],
3082
+ ['application/json'],
3083
+ ['application/json']
3084
+ );
3085
+ }
3086
+
3087
+ /**
3088
+ * Query for users in the assistant-queue (requires manual assignment mode).
3089
+ *
3090
+ * @param {String} assistantId Assistant ID
3091
+ * @param {String} queueId Queue ID
3092
+ * @param {Object} body
3093
+ * @param {Object} opts Optional parameters
3094
+ * @param {Array.<String>} opts.expand Which fields, if any, to expand with.
3095
+ */
3096
+ postAssistantQueueUsersQuery(assistantId, queueId, body, opts) {
3097
+ opts = opts || {};
3098
+
3099
+ // verify the required parameter 'assistantId' is set
3100
+ if (assistantId === undefined || assistantId === null || assistantId === '') {
3101
+ throw 'Missing the required parameter "assistantId" when calling postAssistantQueueUsersQuery';
3102
+ }
3103
+ // verify the required parameter 'queueId' is set
3104
+ if (queueId === undefined || queueId === null || queueId === '') {
3105
+ throw 'Missing the required parameter "queueId" when calling postAssistantQueueUsersQuery';
3106
+ }
3107
+ // verify the required parameter 'body' is set
3108
+ if (body === undefined || body === null) {
3109
+ throw 'Missing the required parameter "body" when calling postAssistantQueueUsersQuery';
3110
+ }
3111
+
3112
+ return this.apiClient.callApi(
3113
+ '/api/v2/assistants/{assistantId}/queues/{queueId}/users/query',
3114
+ 'POST',
3115
+ { 'assistantId': assistantId,'queueId': queueId },
3116
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
3117
+ { },
3118
+ { },
3119
+ body,
3120
+ ['PureCloud OAuth'],
3121
+ ['application/json'],
3122
+ ['application/json']
3123
+ );
3124
+ }
3125
+
3017
3126
  /**
3018
3127
  * Create an Assistant.
3019
3128
  *
@@ -3080,7 +3189,7 @@ class AgentCopilotApi {
3080
3189
  /**
3081
3190
  * AgentCopilot service.
3082
3191
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
3083
- * @version 229.2.0
3192
+ * @version 230.0.0
3084
3193
  */
3085
3194
 
3086
3195
  /**
@@ -3156,7 +3265,7 @@ class AgentUIApi {
3156
3265
  /**
3157
3266
  * AgentUI service.
3158
3267
  * @module purecloud-platform-client-v2/api/AgentUIApi
3159
- * @version 229.2.0
3268
+ * @version 230.0.0
3160
3269
  */
3161
3270
 
3162
3271
  /**
@@ -3287,7 +3396,7 @@ class AlertingApi {
3287
3396
  /**
3288
3397
  * Alerting service.
3289
3398
  * @module purecloud-platform-client-v2/api/AlertingApi
3290
- * @version 229.2.0
3399
+ * @version 230.0.0
3291
3400
  */
3292
3401
 
3293
3402
  /**
@@ -3688,7 +3797,7 @@ class AnalyticsApi {
3688
3797
  /**
3689
3798
  * Analytics service.
3690
3799
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3691
- * @version 229.2.0
3800
+ * @version 230.0.0
3692
3801
  */
3693
3802
 
3694
3803
  /**
@@ -6874,7 +6983,7 @@ class ArchitectApi {
6874
6983
  /**
6875
6984
  * Architect service.
6876
6985
  * @module purecloud-platform-client-v2/api/ArchitectApi
6877
- * @version 229.2.0
6986
+ * @version 230.0.0
6878
6987
  */
6879
6988
 
6880
6989
  /**
@@ -11169,7 +11278,7 @@ class AuditApi {
11169
11278
  /**
11170
11279
  * Audit service.
11171
11280
  * @module purecloud-platform-client-v2/api/AuditApi
11172
- * @version 229.2.0
11281
+ * @version 230.0.0
11173
11282
  */
11174
11283
 
11175
11284
  /**
@@ -11370,7 +11479,7 @@ class AuthorizationApi {
11370
11479
  /**
11371
11480
  * Authorization service.
11372
11481
  * @module purecloud-platform-client-v2/api/AuthorizationApi
11373
- * @version 229.2.0
11482
+ * @version 230.0.0
11374
11483
  */
11375
11484
 
11376
11485
  /**
@@ -13085,7 +13194,7 @@ class BillingApi {
13085
13194
  /**
13086
13195
  * Billing service.
13087
13196
  * @module purecloud-platform-client-v2/api/BillingApi
13088
- * @version 229.2.0
13197
+ * @version 230.0.0
13089
13198
  */
13090
13199
 
13091
13200
  /**
@@ -13341,7 +13450,7 @@ class BusinessRulesApi {
13341
13450
  /**
13342
13451
  * BusinessRules service.
13343
13452
  * @module purecloud-platform-client-v2/api/BusinessRulesApi
13344
- * @version 229.2.0
13453
+ * @version 230.0.0
13345
13454
  */
13346
13455
 
13347
13456
  /**
@@ -14257,7 +14366,7 @@ class CarrierServicesApi {
14257
14366
  /**
14258
14367
  * CarrierServices service.
14259
14368
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
14260
- * @version 229.2.0
14369
+ * @version 230.0.0
14261
14370
  */
14262
14371
 
14263
14372
  /**
@@ -14327,7 +14436,7 @@ class ChatApi {
14327
14436
  /**
14328
14437
  * Chat service.
14329
14438
  * @module purecloud-platform-client-v2/api/ChatApi
14330
- * @version 229.2.0
14439
+ * @version 230.0.0
14331
14440
  */
14332
14441
 
14333
14442
  /**
@@ -15308,7 +15417,7 @@ class CoachingApi {
15308
15417
  /**
15309
15418
  * Coaching service.
15310
15419
  * @module purecloud-platform-client-v2/api/CoachingApi
15311
- * @version 229.2.0
15420
+ * @version 230.0.0
15312
15421
  */
15313
15422
 
15314
15423
  /**
@@ -15885,7 +15994,7 @@ class ContentManagementApi {
15885
15994
  /**
15886
15995
  * ContentManagement service.
15887
15996
  * @module purecloud-platform-client-v2/api/ContentManagementApi
15888
- * @version 229.2.0
15997
+ * @version 230.0.0
15889
15998
  */
15890
15999
 
15891
16000
  /**
@@ -16966,7 +17075,7 @@ class ConversationsApi {
16966
17075
  /**
16967
17076
  * Conversations service.
16968
17077
  * @module purecloud-platform-client-v2/api/ConversationsApi
16969
- * @version 229.2.0
17078
+ * @version 230.0.0
16970
17079
  */
16971
17080
 
16972
17081
  /**
@@ -17032,6 +17141,31 @@ class ConversationsApi {
17032
17141
  );
17033
17142
  }
17034
17143
 
17144
+ /**
17145
+ * Update a conversation by disconnecting all of the participants
17146
+ *
17147
+ * @param {String} conversationId conversation ID
17148
+ */
17149
+ deleteConversation(conversationId) {
17150
+ // verify the required parameter 'conversationId' is set
17151
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
17152
+ throw 'Missing the required parameter "conversationId" when calling deleteConversation';
17153
+ }
17154
+
17155
+ return this.apiClient.callApi(
17156
+ '/api/v2/conversations/{conversationId}',
17157
+ 'DELETE',
17158
+ { 'conversationId': conversationId },
17159
+ { },
17160
+ { },
17161
+ { },
17162
+ null,
17163
+ ['PureCloud OAuth'],
17164
+ ['application/json'],
17165
+ ['application/json']
17166
+ );
17167
+ }
17168
+
17035
17169
  /**
17036
17170
  * Delete a code used to add a communication to this participant
17037
17171
  *
@@ -20242,6 +20376,36 @@ class ConversationsApi {
20242
20376
  );
20243
20377
  }
20244
20378
 
20379
+ /**
20380
+ * Update a conversation by setting its recording state
20381
+ *
20382
+ * @param {String} conversationId conversation ID
20383
+ * @param {Object} body SetRecordingState
20384
+ */
20385
+ patchConversationRecordingstate(conversationId, body) {
20386
+ // verify the required parameter 'conversationId' is set
20387
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
20388
+ throw 'Missing the required parameter "conversationId" when calling patchConversationRecordingstate';
20389
+ }
20390
+ // verify the required parameter 'body' is set
20391
+ if (body === undefined || body === null) {
20392
+ throw 'Missing the required parameter "body" when calling patchConversationRecordingstate';
20393
+ }
20394
+
20395
+ return this.apiClient.callApi(
20396
+ '/api/v2/conversations/{conversationId}/recordingstate',
20397
+ 'PATCH',
20398
+ { 'conversationId': conversationId },
20399
+ { },
20400
+ { },
20401
+ { },
20402
+ body,
20403
+ ['PureCloud OAuth'],
20404
+ ['application/json'],
20405
+ ['application/json']
20406
+ );
20407
+ }
20408
+
20245
20409
  /**
20246
20410
  * Update the secure attributes on a conversation.
20247
20411
  *
@@ -20440,6 +20604,36 @@ class ConversationsApi {
20440
20604
  );
20441
20605
  }
20442
20606
 
20607
+ /**
20608
+ * Update a conversation by merging in other conversations to create a conference
20609
+ *
20610
+ * @param {String} conversationId conversationId
20611
+ * @param {Object} body UpdateConferenceRequest
20612
+ */
20613
+ patchConversationsCallConference(conversationId, body) {
20614
+ // verify the required parameter 'conversationId' is set
20615
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
20616
+ throw 'Missing the required parameter "conversationId" when calling patchConversationsCallConference';
20617
+ }
20618
+ // verify the required parameter 'body' is set
20619
+ if (body === undefined || body === null) {
20620
+ throw 'Missing the required parameter "body" when calling patchConversationsCallConference';
20621
+ }
20622
+
20623
+ return this.apiClient.callApi(
20624
+ '/api/v2/conversations/calls/{conversationId}/conference',
20625
+ 'PATCH',
20626
+ { 'conversationId': conversationId },
20627
+ { },
20628
+ { },
20629
+ { },
20630
+ body,
20631
+ ['PureCloud OAuth'],
20632
+ ['application/json'],
20633
+ ['application/json']
20634
+ );
20635
+ }
20636
+
20443
20637
  /**
20444
20638
  * Update conversation participant
20445
20639
  *
@@ -25204,7 +25398,7 @@ class DataExtensionsApi {
25204
25398
  /**
25205
25399
  * DataExtensions service.
25206
25400
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
25207
- * @version 229.2.0
25401
+ * @version 230.0.0
25208
25402
  */
25209
25403
 
25210
25404
  /**
@@ -25290,7 +25484,7 @@ class DataPrivacyApi {
25290
25484
  /**
25291
25485
  * DataPrivacy service.
25292
25486
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
25293
- * @version 229.2.0
25487
+ * @version 230.0.0
25294
25488
  */
25295
25489
 
25296
25490
  /**
@@ -25460,7 +25654,7 @@ class DownloadsApi {
25460
25654
  /**
25461
25655
  * Downloads service.
25462
25656
  * @module purecloud-platform-client-v2/api/DownloadsApi
25463
- * @version 229.2.0
25657
+ * @version 230.0.0
25464
25658
  */
25465
25659
 
25466
25660
  /**
@@ -25512,7 +25706,7 @@ class EmailsApi {
25512
25706
  /**
25513
25707
  * Emails service.
25514
25708
  * @module purecloud-platform-client-v2/api/EmailsApi
25515
- * @version 229.2.0
25709
+ * @version 230.0.0
25516
25710
  */
25517
25711
 
25518
25712
  /**
@@ -25641,7 +25835,7 @@ class EmployeeEngagementApi {
25641
25835
  /**
25642
25836
  * EmployeeEngagement service.
25643
25837
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
25644
- * @version 229.2.0
25838
+ * @version 230.0.0
25645
25839
  */
25646
25840
 
25647
25841
  /**
@@ -25792,7 +25986,7 @@ class EventsApi {
25792
25986
  /**
25793
25987
  * Events service.
25794
25988
  * @module purecloud-platform-client-v2/api/EventsApi
25795
- * @version 229.2.0
25989
+ * @version 230.0.0
25796
25990
  */
25797
25991
 
25798
25992
  /**
@@ -25888,7 +26082,7 @@ class ExternalContactsApi {
25888
26082
  /**
25889
26083
  * ExternalContacts service.
25890
26084
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
25891
- * @version 229.2.0
26085
+ * @version 230.0.0
25892
26086
  */
25893
26087
 
25894
26088
  /**
@@ -29135,7 +29329,7 @@ class FaxApi {
29135
29329
  /**
29136
29330
  * Fax service.
29137
29331
  * @module purecloud-platform-client-v2/api/FaxApi
29138
- * @version 229.2.0
29332
+ * @version 230.0.0
29139
29333
  */
29140
29334
 
29141
29335
  /**
@@ -29350,7 +29544,7 @@ class FlowsApi {
29350
29544
  /**
29351
29545
  * Flows service.
29352
29546
  * @module purecloud-platform-client-v2/api/FlowsApi
29353
- * @version 229.2.0
29547
+ * @version 230.0.0
29354
29548
  */
29355
29549
 
29356
29550
  /**
@@ -29559,7 +29753,7 @@ class GamificationApi {
29559
29753
  /**
29560
29754
  * Gamification service.
29561
29755
  * @module purecloud-platform-client-v2/api/GamificationApi
29562
- * @version 229.2.0
29756
+ * @version 230.0.0
29563
29757
  */
29564
29758
 
29565
29759
  /**
@@ -32066,7 +32260,7 @@ class GeneralDataProtectionRegulationApi {
32066
32260
  /**
32067
32261
  * GeneralDataProtectionRegulation service.
32068
32262
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
32069
- * @version 229.2.0
32263
+ * @version 230.0.0
32070
32264
  */
32071
32265
 
32072
32266
  /**
@@ -32196,7 +32390,7 @@ class GeolocationApi {
32196
32390
  /**
32197
32391
  * Geolocation service.
32198
32392
  * @module purecloud-platform-client-v2/api/GeolocationApi
32199
- * @version 229.2.0
32393
+ * @version 230.0.0
32200
32394
  */
32201
32395
 
32202
32396
  /**
@@ -32327,7 +32521,7 @@ class GreetingsApi {
32327
32521
  /**
32328
32522
  * Greetings service.
32329
32523
  * @module purecloud-platform-client-v2/api/GreetingsApi
32330
- * @version 229.2.0
32524
+ * @version 230.0.0
32331
32525
  */
32332
32526
 
32333
32527
  /**
@@ -32869,7 +33063,7 @@ class GroupsApi {
32869
33063
  /**
32870
33064
  * Groups service.
32871
33065
  * @module purecloud-platform-client-v2/api/GroupsApi
32872
- * @version 229.2.0
33066
+ * @version 230.0.0
32873
33067
  */
32874
33068
 
32875
33069
  /**
@@ -33388,7 +33582,7 @@ class IdentityProviderApi {
33388
33582
  /**
33389
33583
  * IdentityProvider service.
33390
33584
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
33391
- * @version 229.2.0
33585
+ * @version 230.0.0
33392
33586
  */
33393
33587
 
33394
33588
  /**
@@ -34249,7 +34443,7 @@ class InfrastructureAsCodeApi {
34249
34443
  /**
34250
34444
  * InfrastructureAsCode service.
34251
34445
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
34252
- * @version 229.2.0
34446
+ * @version 230.0.0
34253
34447
  */
34254
34448
 
34255
34449
  /**
@@ -34416,7 +34610,7 @@ class IntegrationsApi {
34416
34610
  /**
34417
34611
  * Integrations service.
34418
34612
  * @module purecloud-platform-client-v2/api/IntegrationsApi
34419
- * @version 229.2.0
34613
+ * @version 230.0.0
34420
34614
  */
34421
34615
 
34422
34616
  /**
@@ -37061,7 +37255,7 @@ class JourneyApi {
37061
37255
  /**
37062
37256
  * Journey service.
37063
37257
  * @module purecloud-platform-client-v2/api/JourneyApi
37064
- * @version 229.2.0
37258
+ * @version 230.0.0
37065
37259
  */
37066
37260
 
37067
37261
  /**
@@ -39131,7 +39325,7 @@ class KnowledgeApi {
39131
39325
  /**
39132
39326
  * Knowledge service.
39133
39327
  * @module purecloud-platform-client-v2/api/KnowledgeApi
39134
- * @version 229.2.0
39328
+ * @version 230.0.0
39135
39329
  */
39136
39330
 
39137
39331
  /**
@@ -43033,7 +43227,7 @@ class LanguageUnderstandingApi {
43033
43227
  /**
43034
43228
  * LanguageUnderstanding service.
43035
43229
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
43036
- * @version 229.2.0
43230
+ * @version 230.0.0
43037
43231
  */
43038
43232
 
43039
43233
  /**
@@ -44066,7 +44260,7 @@ class LanguagesApi {
44066
44260
  /**
44067
44261
  * Languages service.
44068
44262
  * @module purecloud-platform-client-v2/api/LanguagesApi
44069
- * @version 229.2.0
44263
+ * @version 230.0.0
44070
44264
  */
44071
44265
 
44072
44266
  /**
@@ -44288,7 +44482,7 @@ class LearningApi {
44288
44482
  /**
44289
44483
  * Learning service.
44290
44484
  * @module purecloud-platform-client-v2/api/LearningApi
44291
- * @version 229.2.0
44485
+ * @version 230.0.0
44292
44486
  */
44293
44487
 
44294
44488
  /**
@@ -45317,7 +45511,7 @@ class LicenseApi {
45317
45511
  /**
45318
45512
  * License service.
45319
45513
  * @module purecloud-platform-client-v2/api/LicenseApi
45320
- * @version 229.2.0
45514
+ * @version 230.0.0
45321
45515
  */
45322
45516
 
45323
45517
  /**
@@ -45555,7 +45749,7 @@ class LocationsApi {
45555
45749
  /**
45556
45750
  * Locations service.
45557
45751
  * @module purecloud-platform-client-v2/api/LocationsApi
45558
- * @version 229.2.0
45752
+ * @version 230.0.0
45559
45753
  */
45560
45754
 
45561
45755
  /**
@@ -45791,7 +45985,7 @@ class LogCaptureApi {
45791
45985
  /**
45792
45986
  * LogCapture service.
45793
45987
  * @module purecloud-platform-client-v2/api/LogCaptureApi
45794
- * @version 229.2.0
45988
+ * @version 230.0.0
45795
45989
  */
45796
45990
 
45797
45991
  /**
@@ -45990,7 +46184,7 @@ class MessagingApi {
45990
46184
  /**
45991
46185
  * Messaging service.
45992
46186
  * @module purecloud-platform-client-v2/api/MessagingApi
45993
- * @version 229.2.0
46187
+ * @version 230.0.0
45994
46188
  */
45995
46189
 
45996
46190
  /**
@@ -46349,7 +46543,7 @@ class MobileDevicesApi {
46349
46543
  /**
46350
46544
  * MobileDevices service.
46351
46545
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
46352
- * @version 229.2.0
46546
+ * @version 230.0.0
46353
46547
  */
46354
46548
 
46355
46549
  /**
@@ -46500,7 +46694,7 @@ class NotificationsApi {
46500
46694
  /**
46501
46695
  * Notifications service.
46502
46696
  * @module purecloud-platform-client-v2/api/NotificationsApi
46503
- * @version 229.2.0
46697
+ * @version 230.0.0
46504
46698
  */
46505
46699
 
46506
46700
  /**
@@ -46733,7 +46927,7 @@ class OAuthApi {
46733
46927
  /**
46734
46928
  * OAuth service.
46735
46929
  * @module purecloud-platform-client-v2/api/OAuthApi
46736
- * @version 229.2.0
46930
+ * @version 230.0.0
46737
46931
  */
46738
46932
 
46739
46933
  /**
@@ -47099,7 +47293,7 @@ class ObjectsApi {
47099
47293
  /**
47100
47294
  * Objects service.
47101
47295
  * @module purecloud-platform-client-v2/api/ObjectsApi
47102
- * @version 229.2.0
47296
+ * @version 230.0.0
47103
47297
  */
47104
47298
 
47105
47299
  /**
@@ -47423,7 +47617,7 @@ class OperationalEventsApi {
47423
47617
  /**
47424
47618
  * OperationalEvents service.
47425
47619
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
47426
- * @version 229.2.0
47620
+ * @version 230.0.0
47427
47621
  */
47428
47622
 
47429
47623
  /**
@@ -47540,7 +47734,7 @@ class OrganizationApi {
47540
47734
  /**
47541
47735
  * Organization service.
47542
47736
  * @module purecloud-platform-client-v2/api/OrganizationApi
47543
- * @version 229.2.0
47737
+ * @version 230.0.0
47544
47738
  */
47545
47739
 
47546
47740
  /**
@@ -48015,7 +48209,7 @@ class OrganizationAuthorizationApi {
48015
48209
  /**
48016
48210
  * OrganizationAuthorization service.
48017
48211
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
48018
- * @version 229.2.0
48212
+ * @version 230.0.0
48019
48213
  */
48020
48214
 
48021
48215
  /**
@@ -49409,7 +49603,7 @@ class OutboundApi {
49409
49603
  /**
49410
49604
  * Outbound service.
49411
49605
  * @module purecloud-platform-client-v2/api/OutboundApi
49412
- * @version 229.2.0
49606
+ * @version 230.0.0
49413
49607
  */
49414
49608
 
49415
49609
  /**
@@ -54131,7 +54325,7 @@ class PresenceApi {
54131
54325
  /**
54132
54326
  * Presence service.
54133
54327
  * @module purecloud-platform-client-v2/api/PresenceApi
54134
- * @version 229.2.0
54328
+ * @version 230.0.0
54135
54329
  */
54136
54330
 
54137
54331
  /**
@@ -54875,7 +55069,7 @@ class ProcessAutomationApi {
54875
55069
  /**
54876
55070
  * ProcessAutomation service.
54877
55071
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
54878
- * @version 229.2.0
55072
+ * @version 230.0.0
54879
55073
  */
54880
55074
 
54881
55075
  /**
@@ -55114,7 +55308,7 @@ class QualityApi {
55114
55308
  /**
55115
55309
  * Quality service.
55116
55310
  * @module purecloud-platform-client-v2/api/QualityApi
55117
- * @version 229.2.0
55311
+ * @version 230.0.0
55118
55312
  */
55119
55313
 
55120
55314
  /**
@@ -56953,7 +57147,7 @@ class RecordingApi {
56953
57147
  /**
56954
57148
  * Recording service.
56955
57149
  * @module purecloud-platform-client-v2/api/RecordingApi
56956
- * @version 229.2.0
57150
+ * @version 230.0.0
56957
57151
  */
56958
57152
 
56959
57153
  /**
@@ -58006,7 +58200,7 @@ class RecordingApi {
58006
58200
 
58007
58201
  /**
58008
58202
  * Create a recording bulk job.
58009
- * Each organization can run up to a maximum of two concurrent jobs that are either in pending or processing state. Furthermore, the recording:recording:viewSensitiveData permission is required to access recordings with PCI DSS and/or PII data when redaction is enabled for their organization. If the requester does not have that permission and includeRecordingsWithSensitiveData is set to true, then their request will be rejected.
58203
+ * Each organization can run up to a maximum of two concurrent jobs that are either in pending or processing state. Furthermore, the recording:recording:viewSensitiveData permission is required to access recordings with PCI DSS and/or PII data when redaction is enabled for their organization. If the requester does not have that permission and includeRecordingsWithSensitiveData is set to true, then their request will be rejected. It is recommended to query over smaller time periods so your request does not time out.
58010
58204
  * @param {Object} body query
58011
58205
  */
58012
58206
  postRecordingJobs(body) {
@@ -58558,7 +58752,7 @@ class ResponseManagementApi {
58558
58752
  /**
58559
58753
  * ResponseManagement service.
58560
58754
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
58561
- * @version 229.2.0
58755
+ * @version 230.0.0
58562
58756
  */
58563
58757
 
58564
58758
  /**
@@ -59068,7 +59262,7 @@ class RoutingApi {
59068
59262
  /**
59069
59263
  * Routing service.
59070
59264
  * @module purecloud-platform-client-v2/api/RoutingApi
59071
- * @version 229.2.0
59265
+ * @version 230.0.0
59072
59266
  */
59073
59267
 
59074
59268
  /**
@@ -60052,31 +60246,6 @@ class RoutingApi {
60052
60246
  );
60053
60247
  }
60054
60248
 
60055
- /**
60056
- * Search a domain across organizations
60057
- *
60058
- * @param {String} domainId domain ID
60059
- */
60060
- getRoutingEmailOutboundDomainSearch(domainId) {
60061
- // verify the required parameter 'domainId' is set
60062
- if (domainId === undefined || domainId === null || domainId === '') {
60063
- throw 'Missing the required parameter "domainId" when calling getRoutingEmailOutboundDomainSearch';
60064
- }
60065
-
60066
- return this.apiClient.callApi(
60067
- '/api/v2/routing/email/outbound/domains/{domainId}/search',
60068
- 'GET',
60069
- { 'domainId': domainId },
60070
- { },
60071
- { },
60072
- { },
60073
- null,
60074
- ['PureCloud OAuth'],
60075
- ['application/json'],
60076
- ['application/json']
60077
- );
60078
- }
60079
-
60080
60249
  /**
60081
60250
  * Get outbound domains
60082
60251
  *
@@ -62311,8 +62480,8 @@ class RoutingApi {
62311
62480
  }
62312
62481
 
62313
62482
  /**
62314
- * Tests the custom SMTP server integration connection set on this domain
62315
- * The request body is optional. If omitted, this endpoint will just test the connection of the Custom SMTP Server. If the body is specified, there will be an attempt to send an email message to the server.
62483
+ * Tests the custom SMTP server integration connection set on this ACD domain
62484
+ * The request body is optional. If omitted, this endpoint will just test the connection of the Custom SMTP Server used by the ACD domain. If the body is specified, there will be an attempt to send an email message to the server.
62316
62485
  * @param {String} domainId domain ID
62317
62486
  * @param {Object} opts Optional parameters
62318
62487
  * @param {Object} opts.body TestMessage
@@ -63409,7 +63578,7 @@ class SCIMApi {
63409
63578
  /**
63410
63579
  * SCIM service.
63411
63580
  * @module purecloud-platform-client-v2/api/SCIMApi
63412
- * @version 229.2.0
63581
+ * @version 230.0.0
63413
63582
  */
63414
63583
 
63415
63584
  /**
@@ -64286,7 +64455,7 @@ class ScreenRecordingApi {
64286
64455
  /**
64287
64456
  * ScreenRecording service.
64288
64457
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
64289
- * @version 229.2.0
64458
+ * @version 230.0.0
64290
64459
  */
64291
64460
 
64292
64461
  /**
@@ -64331,7 +64500,7 @@ class ScriptsApi {
64331
64500
  /**
64332
64501
  * Scripts service.
64333
64502
  * @module purecloud-platform-client-v2/api/ScriptsApi
64334
- * @version 229.2.0
64503
+ * @version 230.0.0
64335
64504
  */
64336
64505
 
64337
64506
  /**
@@ -64807,7 +64976,7 @@ class SearchApi {
64807
64976
  /**
64808
64977
  * Search service.
64809
64978
  * @module purecloud-platform-client-v2/api/SearchApi
64810
- * @version 229.2.0
64979
+ * @version 230.0.0
64811
64980
  */
64812
64981
 
64813
64982
  /**
@@ -65525,7 +65694,7 @@ class SettingsApi {
65525
65694
  /**
65526
65695
  * Settings service.
65527
65696
  * @module purecloud-platform-client-v2/api/SettingsApi
65528
- * @version 229.2.0
65697
+ * @version 230.0.0
65529
65698
  */
65530
65699
 
65531
65700
  /**
@@ -65873,7 +66042,7 @@ class SocialMediaApi {
65873
66042
  /**
65874
66043
  * SocialMedia service.
65875
66044
  * @module purecloud-platform-client-v2/api/SocialMediaApi
65876
- * @version 229.2.0
66045
+ * @version 230.0.0
65877
66046
  */
65878
66047
 
65879
66048
  /**
@@ -67224,7 +67393,7 @@ class SpeechTextAnalyticsApi {
67224
67393
  /**
67225
67394
  * SpeechTextAnalytics service.
67226
67395
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
67227
- * @version 229.2.0
67396
+ * @version 230.0.0
67228
67397
  */
67229
67398
 
67230
67399
  /**
@@ -68870,7 +69039,7 @@ class StationsApi {
68870
69039
  /**
68871
69040
  * Stations service.
68872
69041
  * @module purecloud-platform-client-v2/api/StationsApi
68873
- * @version 229.2.0
69042
+ * @version 230.0.0
68874
69043
  */
68875
69044
 
68876
69045
  /**
@@ -68972,7 +69141,7 @@ class SuggestApi {
68972
69141
  /**
68973
69142
  * Suggest service.
68974
69143
  * @module purecloud-platform-client-v2/api/SuggestApi
68975
- * @version 229.2.0
69144
+ * @version 230.0.0
68976
69145
  */
68977
69146
 
68978
69147
  /**
@@ -69111,7 +69280,7 @@ class TaskManagementApi {
69111
69280
  /**
69112
69281
  * TaskManagement service.
69113
69282
  * @module purecloud-platform-client-v2/api/TaskManagementApi
69114
- * @version 229.2.0
69283
+ * @version 230.0.0
69115
69284
  */
69116
69285
 
69117
69286
  /**
@@ -71273,7 +71442,7 @@ class TeamsApi {
71273
71442
  /**
71274
71443
  * Teams service.
71275
71444
  * @module purecloud-platform-client-v2/api/TeamsApi
71276
- * @version 229.2.0
71445
+ * @version 230.0.0
71277
71446
  */
71278
71447
 
71279
71448
  /**
@@ -71578,7 +71747,7 @@ class TelephonyApi {
71578
71747
  /**
71579
71748
  * Telephony service.
71580
71749
  * @module purecloud-platform-client-v2/api/TelephonyApi
71581
- * @version 229.2.0
71750
+ * @version 230.0.0
71582
71751
  */
71583
71752
 
71584
71753
  /**
@@ -71864,7 +72033,7 @@ class TelephonyProvidersEdgeApi {
71864
72033
  /**
71865
72034
  * TelephonyProvidersEdge service.
71866
72035
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
71867
- * @version 229.2.0
72036
+ * @version 230.0.0
71868
72037
  */
71869
72038
 
71870
72039
  /**
@@ -75357,7 +75526,7 @@ class TextbotsApi {
75357
75526
  /**
75358
75527
  * Textbots service.
75359
75528
  * @module purecloud-platform-client-v2/api/TextbotsApi
75360
- * @version 229.2.0
75529
+ * @version 230.0.0
75361
75530
  */
75362
75531
 
75363
75532
  /**
@@ -75486,7 +75655,7 @@ class TokensApi {
75486
75655
  /**
75487
75656
  * Tokens service.
75488
75657
  * @module purecloud-platform-client-v2/api/TokensApi
75489
- * @version 229.2.0
75658
+ * @version 230.0.0
75490
75659
  */
75491
75660
 
75492
75661
  /**
@@ -75640,7 +75809,7 @@ class UploadsApi {
75640
75809
  /**
75641
75810
  * Uploads service.
75642
75811
  * @module purecloud-platform-client-v2/api/UploadsApi
75643
- * @version 229.2.0
75812
+ * @version 230.0.0
75644
75813
  */
75645
75814
 
75646
75815
  /**
@@ -75931,7 +76100,7 @@ class UsageApi {
75931
76100
  /**
75932
76101
  * Usage service.
75933
76102
  * @module purecloud-platform-client-v2/api/UsageApi
75934
- * @version 229.2.0
76103
+ * @version 230.0.0
75935
76104
  */
75936
76105
 
75937
76106
  /**
@@ -76266,7 +76435,7 @@ class UserRecordingsApi {
76266
76435
  /**
76267
76436
  * UserRecordings service.
76268
76437
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
76269
- * @version 229.2.0
76438
+ * @version 230.0.0
76270
76439
  */
76271
76440
 
76272
76441
  /**
@@ -76481,7 +76650,7 @@ class UsersApi {
76481
76650
  /**
76482
76651
  * Users service.
76483
76652
  * @module purecloud-platform-client-v2/api/UsersApi
76484
- * @version 229.2.0
76653
+ * @version 230.0.0
76485
76654
  */
76486
76655
 
76487
76656
  /**
@@ -79490,7 +79659,7 @@ class UtilitiesApi {
79490
79659
  /**
79491
79660
  * Utilities service.
79492
79661
  * @module purecloud-platform-client-v2/api/UtilitiesApi
79493
- * @version 229.2.0
79662
+ * @version 230.0.0
79494
79663
  */
79495
79664
 
79496
79665
  /**
@@ -79601,7 +79770,7 @@ class VoicemailApi {
79601
79770
  /**
79602
79771
  * Voicemail service.
79603
79772
  * @module purecloud-platform-client-v2/api/VoicemailApi
79604
- * @version 229.2.0
79773
+ * @version 230.0.0
79605
79774
  */
79606
79775
 
79607
79776
  /**
@@ -80323,7 +80492,7 @@ class WebChatApi {
80323
80492
  /**
80324
80493
  * WebChat service.
80325
80494
  * @module purecloud-platform-client-v2/api/WebChatApi
80326
- * @version 229.2.0
80495
+ * @version 230.0.0
80327
80496
  */
80328
80497
 
80329
80498
  /**
@@ -80883,7 +81052,7 @@ class WebDeploymentsApi {
80883
81052
  /**
80884
81053
  * WebDeployments service.
80885
81054
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
80886
- * @version 229.2.0
81055
+ * @version 230.0.0
80887
81056
  */
80888
81057
 
80889
81058
  /**
@@ -81465,7 +81634,7 @@ class WebMessagingApi {
81465
81634
  /**
81466
81635
  * WebMessaging service.
81467
81636
  * @module purecloud-platform-client-v2/api/WebMessagingApi
81468
- * @version 229.2.0
81637
+ * @version 230.0.0
81469
81638
  */
81470
81639
 
81471
81640
  /**
@@ -81480,6 +81649,36 @@ class WebMessagingApi {
81480
81649
  }
81481
81650
 
81482
81651
 
81652
+ /**
81653
+ * Delete device information
81654
+ *
81655
+ * @param {String} deploymentId WebMessaging deployment id
81656
+ * @param {String} tokenId Device token id or cookie id
81657
+ */
81658
+ deleteWebmessagingDeploymentPushdevice(deploymentId, tokenId) {
81659
+ // verify the required parameter 'deploymentId' is set
81660
+ if (deploymentId === undefined || deploymentId === null || deploymentId === '') {
81661
+ throw 'Missing the required parameter "deploymentId" when calling deleteWebmessagingDeploymentPushdevice';
81662
+ }
81663
+ // verify the required parameter 'tokenId' is set
81664
+ if (tokenId === undefined || tokenId === null || tokenId === '') {
81665
+ throw 'Missing the required parameter "tokenId" when calling deleteWebmessagingDeploymentPushdevice';
81666
+ }
81667
+
81668
+ return this.apiClient.callApi(
81669
+ '/api/v2/webmessaging/deployments/{deploymentId}/pushdevices/{tokenId}',
81670
+ 'DELETE',
81671
+ { 'deploymentId': deploymentId,'tokenId': tokenId },
81672
+ { },
81673
+ { },
81674
+ { },
81675
+ null,
81676
+ ['PureCloud OAuth'],
81677
+ ['application/json'],
81678
+ ['application/json']
81679
+ );
81680
+ }
81681
+
81483
81682
  /**
81484
81683
  * Get the messages for a web messaging session.
81485
81684
  *
@@ -81505,13 +81704,83 @@ class WebMessagingApi {
81505
81704
  );
81506
81705
  }
81507
81706
 
81707
+ /**
81708
+ * Edit device information
81709
+ *
81710
+ * @param {String} deploymentId WebMessaging deployment id
81711
+ * @param {String} tokenId Device token id or cookie id
81712
+ * @param {Object} body Request body
81713
+ */
81714
+ patchWebmessagingDeploymentPushdevice(deploymentId, tokenId, body) {
81715
+ // verify the required parameter 'deploymentId' is set
81716
+ if (deploymentId === undefined || deploymentId === null || deploymentId === '') {
81717
+ throw 'Missing the required parameter "deploymentId" when calling patchWebmessagingDeploymentPushdevice';
81718
+ }
81719
+ // verify the required parameter 'tokenId' is set
81720
+ if (tokenId === undefined || tokenId === null || tokenId === '') {
81721
+ throw 'Missing the required parameter "tokenId" when calling patchWebmessagingDeploymentPushdevice';
81722
+ }
81723
+ // verify the required parameter 'body' is set
81724
+ if (body === undefined || body === null) {
81725
+ throw 'Missing the required parameter "body" when calling patchWebmessagingDeploymentPushdevice';
81726
+ }
81727
+
81728
+ return this.apiClient.callApi(
81729
+ '/api/v2/webmessaging/deployments/{deploymentId}/pushdevices/{tokenId}',
81730
+ 'PATCH',
81731
+ { 'deploymentId': deploymentId,'tokenId': tokenId },
81732
+ { },
81733
+ { },
81734
+ { },
81735
+ body,
81736
+ ['PureCloud OAuth'],
81737
+ ['application/json'],
81738
+ ['application/json']
81739
+ );
81740
+ }
81741
+
81742
+ /**
81743
+ * Add a new device information
81744
+ *
81745
+ * @param {String} deploymentId WebMessaging deployment id
81746
+ * @param {String} tokenId Device token id or cookie id
81747
+ * @param {Object} body Request body
81748
+ */
81749
+ postWebmessagingDeploymentPushdevice(deploymentId, tokenId, body) {
81750
+ // verify the required parameter 'deploymentId' is set
81751
+ if (deploymentId === undefined || deploymentId === null || deploymentId === '') {
81752
+ throw 'Missing the required parameter "deploymentId" when calling postWebmessagingDeploymentPushdevice';
81753
+ }
81754
+ // verify the required parameter 'tokenId' is set
81755
+ if (tokenId === undefined || tokenId === null || tokenId === '') {
81756
+ throw 'Missing the required parameter "tokenId" when calling postWebmessagingDeploymentPushdevice';
81757
+ }
81758
+ // verify the required parameter 'body' is set
81759
+ if (body === undefined || body === null) {
81760
+ throw 'Missing the required parameter "body" when calling postWebmessagingDeploymentPushdevice';
81761
+ }
81762
+
81763
+ return this.apiClient.callApi(
81764
+ '/api/v2/webmessaging/deployments/{deploymentId}/pushdevices/{tokenId}',
81765
+ 'POST',
81766
+ { 'deploymentId': deploymentId,'tokenId': tokenId },
81767
+ { },
81768
+ { },
81769
+ { },
81770
+ body,
81771
+ ['PureCloud OAuth'],
81772
+ ['application/json'],
81773
+ ['application/json']
81774
+ );
81775
+ }
81776
+
81508
81777
  }
81509
81778
 
81510
81779
  class WidgetsApi {
81511
81780
  /**
81512
81781
  * Widgets service.
81513
81782
  * @module purecloud-platform-client-v2/api/WidgetsApi
81514
- * @version 229.2.0
81783
+ * @version 230.0.0
81515
81784
  */
81516
81785
 
81517
81786
  /**
@@ -81662,7 +81931,7 @@ class WorkforceManagementApi {
81662
81931
  /**
81663
81932
  * WorkforceManagement service.
81664
81933
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
81665
- * @version 229.2.0
81934
+ * @version 230.0.0
81666
81935
  */
81667
81936
 
81668
81937
  /**
@@ -89632,7 +89901,7 @@ class WorkforceManagementApi {
89632
89901
  * </pre>
89633
89902
  * </p>
89634
89903
  * @module purecloud-platform-client-v2/index
89635
- * @version 229.2.0
89904
+ * @version 230.0.0
89636
89905
  */
89637
89906
  class platformClient {
89638
89907
  constructor() {