purecloud-platform-client-v2 217.0.0 → 218.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 (91) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +805 -195
  3. package/dist/web-amd/purecloud-platform-client-v2.js +805 -195
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +275 -152
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +275 -152
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +606 -72
  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 -1
  16. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -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 -4
  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 +214 -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 +1 -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 +77 -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 +1 -1
  42. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -6
  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 -70
  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 +1 -1
  60. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -2
  62. package/src/purecloud-platform-client-v2/api/RecordingApi.js +3 -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 +1 -1
  70. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +403 -20
  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 +3 -2
  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 +19 -10
  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 +11 -6
  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 217.0.0
693
+ * @version 218.0.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 217.0.0
2237
+ * @version 218.0.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 217.0.0
2613
+ * @version 218.0.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 217.0.0
2689
+ * @version 218.0.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 217.0.0
2820
+ * @version 218.0.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 217.0.0
3221
+ * @version 218.0.0
3222
3222
  */
3223
3223
 
3224
3224
  /**
@@ -6042,7 +6042,7 @@ class ArchitectApi {
6042
6042
  /**
6043
6043
  * Architect service.
6044
6044
  * @module purecloud-platform-client-v2/api/ArchitectApi
6045
- * @version 217.0.0
6045
+ * @version 218.0.0
6046
6046
  */
6047
6047
 
6048
6048
  /**
@@ -10275,7 +10275,7 @@ class AuditApi {
10275
10275
  /**
10276
10276
  * Audit service.
10277
10277
  * @module purecloud-platform-client-v2/api/AuditApi
10278
- * @version 217.0.0
10278
+ * @version 218.0.0
10279
10279
  */
10280
10280
 
10281
10281
  /**
@@ -10476,7 +10476,7 @@ class AuthorizationApi {
10476
10476
  /**
10477
10477
  * Authorization service.
10478
10478
  * @module purecloud-platform-client-v2/api/AuthorizationApi
10479
- * @version 217.0.0
10479
+ * @version 218.0.0
10480
10480
  */
10481
10481
 
10482
10482
  /**
@@ -12138,7 +12138,7 @@ class BillingApi {
12138
12138
  /**
12139
12139
  * Billing service.
12140
12140
  * @module purecloud-platform-client-v2/api/BillingApi
12141
- * @version 217.0.0
12141
+ * @version 218.0.0
12142
12142
  */
12143
12143
 
12144
12144
  /**
@@ -12218,7 +12218,7 @@ class CarrierServicesApi {
12218
12218
  /**
12219
12219
  * CarrierServices service.
12220
12220
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
12221
- * @version 217.0.0
12221
+ * @version 218.0.0
12222
12222
  */
12223
12223
 
12224
12224
  /**
@@ -12288,7 +12288,7 @@ class ChatApi {
12288
12288
  /**
12289
12289
  * Chat service.
12290
12290
  * @module purecloud-platform-client-v2/api/ChatApi
12291
- * @version 217.0.0
12291
+ * @version 218.0.0
12292
12292
  */
12293
12293
 
12294
12294
  /**
@@ -12428,7 +12428,6 @@ class ChatApi {
12428
12428
  *
12429
12429
  * @param {String} userId userId
12430
12430
  * @param {String} pinnedMessageId pinnedMessageId
12431
- * deleteChatsUserMessagesPin is a preview method and is subject to both breaking and non-breaking changes at any time without notice
12432
12431
  */
12433
12432
  deleteChatsUserMessagesPin(userId, pinnedMessageId) {
12434
12433
  // verify the required parameter 'userId' is set
@@ -12675,7 +12674,6 @@ class ChatApi {
12675
12674
  * Get information for a 1on1
12676
12675
  *
12677
12676
  * @param {String} userId userId
12678
- * getChatsUser is a preview method and is subject to both breaking and non-breaking changes at any time without notice
12679
12677
  */
12680
12678
  getChatsUser(userId) {
12681
12679
  // verify the required parameter 'userId' is set
@@ -13133,7 +13131,6 @@ class ChatApi {
13133
13131
  *
13134
13132
  * @param {String} userId userId
13135
13133
  * @param {Object} body Pinned Message Ids
13136
- * postChatsUserMessagesPins is a preview method and is subject to both breaking and non-breaking changes at any time without notice
13137
13134
  */
13138
13135
  postChatsUserMessagesPins(userId, body) {
13139
13136
  // verify the required parameter 'userId' is set
@@ -13220,7 +13217,7 @@ class CoachingApi {
13220
13217
  /**
13221
13218
  * Coaching service.
13222
13219
  * @module purecloud-platform-client-v2/api/CoachingApi
13223
- * @version 217.0.0
13220
+ * @version 218.0.0
13224
13221
  */
13225
13222
 
13226
13223
  /**
@@ -13797,7 +13794,7 @@ class ContentManagementApi {
13797
13794
  /**
13798
13795
  * ContentManagement service.
13799
13796
  * @module purecloud-platform-client-v2/api/ContentManagementApi
13800
- * @version 217.0.0
13797
+ * @version 218.0.0
13801
13798
  */
13802
13799
 
13803
13800
  /**
@@ -14878,7 +14875,7 @@ class ConversationsApi {
14878
14875
  /**
14879
14876
  * Conversations service.
14880
14877
  * @module purecloud-platform-client-v2/api/ConversationsApi
14881
- * @version 217.0.0
14878
+ * @version 218.0.0
14882
14879
  */
14883
14880
 
14884
14881
  /**
@@ -15143,6 +15140,31 @@ class ConversationsApi {
15143
15140
  );
15144
15141
  }
15145
15142
 
15143
+ /**
15144
+ * Delete Twitter messaging integration
15145
+ *
15146
+ * @param {String} integrationId Integration ID
15147
+ */
15148
+ deleteConversationsMessagingIntegrationsTwitterIntegrationId(integrationId) {
15149
+ // verify the required parameter 'integrationId' is set
15150
+ if (integrationId === undefined || integrationId === null) {
15151
+ throw 'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsTwitterIntegrationId';
15152
+ }
15153
+
15154
+ return this.apiClient.callApi(
15155
+ '/api/v2/conversations/messaging/integrations/twitter/{integrationId}',
15156
+ 'DELETE',
15157
+ { 'integrationId': integrationId },
15158
+ { },
15159
+ { },
15160
+ { },
15161
+ null,
15162
+ ['PureCloud OAuth'],
15163
+ ['application/json'],
15164
+ ['application/json']
15165
+ );
15166
+ }
15167
+
15146
15168
  /**
15147
15169
  * Delete a WhatsApp messaging integration
15148
15170
  *
@@ -17133,6 +17155,31 @@ class ConversationsApi {
17133
17155
  );
17134
17156
  }
17135
17157
 
17158
+ /**
17159
+ * Get twitter oauth settings to patch an integration
17160
+ *
17161
+ * @param {String} integrationId Integration Id of an existing integration that needs to be patched with new oauth settings
17162
+ */
17163
+ getConversationsMessagingIntegrationTwitterOauthSettings(integrationId) {
17164
+ // verify the required parameter 'integrationId' is set
17165
+ if (integrationId === undefined || integrationId === null) {
17166
+ throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationTwitterOauthSettings';
17167
+ }
17168
+
17169
+ return this.apiClient.callApi(
17170
+ '/api/v2/conversations/messaging/integrations/{integrationId}/twitter/oauth/settings',
17171
+ 'GET',
17172
+ { 'integrationId': integrationId },
17173
+ { },
17174
+ { },
17175
+ { },
17176
+ null,
17177
+ ['PureCloud OAuth'],
17178
+ ['application/json'],
17179
+ ['application/json']
17180
+ );
17181
+ }
17182
+
17136
17183
  /**
17137
17184
  * Get a list of Integrations
17138
17185
  *
@@ -17332,6 +17379,83 @@ class ConversationsApi {
17332
17379
  );
17333
17380
  }
17334
17381
 
17382
+ /**
17383
+ * Get a list of Twitter Integrations
17384
+ *
17385
+ * @param {Object} opts Optional parameters
17386
+ * @param {Number} opts.pageSize Page size (default to 25)
17387
+ * @param {Number} opts.pageNumber Page number (default to 1)
17388
+ * @param {Object} opts.expand Expand instructions for the return value.
17389
+ * @param {String} opts.supportedContentId Filter integrations returned based on the supported content ID
17390
+ * @param {String} opts.messagingSettingId Filter integrations returned based on the setting ID
17391
+ */
17392
+ getConversationsMessagingIntegrationsTwitter(opts) {
17393
+ opts = opts || {};
17394
+
17395
+
17396
+ return this.apiClient.callApi(
17397
+ '/api/v2/conversations/messaging/integrations/twitter',
17398
+ 'GET',
17399
+ { },
17400
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'expand': opts['expand'],'supportedContent.id': opts['supportedContentId'],'messagingSetting.id': opts['messagingSettingId'] },
17401
+ { },
17402
+ { },
17403
+ null,
17404
+ ['PureCloud OAuth'],
17405
+ ['application/json'],
17406
+ ['application/json']
17407
+ );
17408
+ }
17409
+
17410
+ /**
17411
+ * Get Twitter messaging integration
17412
+ *
17413
+ * @param {String} integrationId Integration ID
17414
+ * @param {Object} opts Optional parameters
17415
+ * @param {Object} opts.expand Expand instructions for the return value.
17416
+ */
17417
+ getConversationsMessagingIntegrationsTwitterIntegrationId(integrationId, opts) {
17418
+ opts = opts || {};
17419
+
17420
+ // verify the required parameter 'integrationId' is set
17421
+ if (integrationId === undefined || integrationId === null) {
17422
+ throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsTwitterIntegrationId';
17423
+ }
17424
+
17425
+ return this.apiClient.callApi(
17426
+ '/api/v2/conversations/messaging/integrations/twitter/{integrationId}',
17427
+ 'GET',
17428
+ { 'integrationId': integrationId },
17429
+ { 'expand': opts['expand'] },
17430
+ { },
17431
+ { },
17432
+ null,
17433
+ ['PureCloud OAuth'],
17434
+ ['application/json'],
17435
+ ['application/json']
17436
+ );
17437
+ }
17438
+
17439
+ /**
17440
+ * Get twitter oauth settings
17441
+ *
17442
+ */
17443
+ getConversationsMessagingIntegrationsTwitterOauthSettings() {
17444
+
17445
+ return this.apiClient.callApi(
17446
+ '/api/v2/conversations/messaging/integrations/twitter/oauth/settings',
17447
+ 'GET',
17448
+ { },
17449
+ { },
17450
+ { },
17451
+ { },
17452
+ null,
17453
+ ['PureCloud OAuth'],
17454
+ ['application/json'],
17455
+ ['application/json']
17456
+ );
17457
+ }
17458
+
17335
17459
  /**
17336
17460
  * Get a list of WhatsApp Integrations
17337
17461
  *
@@ -18969,6 +19093,36 @@ class ConversationsApi {
18969
19093
  );
18970
19094
  }
18971
19095
 
19096
+ /**
19097
+ * Update a Twitter messaging integration
19098
+ *
19099
+ * @param {String} integrationId Integration ID
19100
+ * @param {Object} body TwitterIntegrationUpdateRequest
19101
+ */
19102
+ patchConversationsMessagingIntegrationsTwitterIntegrationId(integrationId, body) {
19103
+ // verify the required parameter 'integrationId' is set
19104
+ if (integrationId === undefined || integrationId === null) {
19105
+ throw 'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsTwitterIntegrationId';
19106
+ }
19107
+ // verify the required parameter 'body' is set
19108
+ if (body === undefined || body === null) {
19109
+ throw 'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsTwitterIntegrationId';
19110
+ }
19111
+
19112
+ return this.apiClient.callApi(
19113
+ '/api/v2/conversations/messaging/integrations/twitter/{integrationId}',
19114
+ 'PATCH',
19115
+ { 'integrationId': integrationId },
19116
+ { },
19117
+ { },
19118
+ { },
19119
+ body,
19120
+ ['PureCloud OAuth'],
19121
+ ['application/json'],
19122
+ ['application/json']
19123
+ );
19124
+ }
19125
+
18972
19126
  /**
18973
19127
  * Activate a WhatsApp messaging integration created using the WhatsApp embedded signup flow
18974
19128
  * Please specify the phone number to associate with this WhatsApp integration from the list of available phone numbers returned to you in the POST call to create the integration. You can then run a GET on the integration to check if its status has been updated to Active
@@ -21305,6 +21459,31 @@ class ConversationsApi {
21305
21459
  );
21306
21460
  }
21307
21461
 
21462
+ /**
21463
+ * Create Twitter Integration
21464
+ *
21465
+ * @param {Object} body TwitterIntegrationRequest
21466
+ */
21467
+ postConversationsMessagingIntegrationsTwitter(body) {
21468
+ // verify the required parameter 'body' is set
21469
+ if (body === undefined || body === null) {
21470
+ throw 'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsTwitter';
21471
+ }
21472
+
21473
+ return this.apiClient.callApi(
21474
+ '/api/v2/conversations/messaging/integrations/twitter',
21475
+ 'POST',
21476
+ { },
21477
+ { },
21478
+ { },
21479
+ { },
21480
+ body,
21481
+ ['PureCloud OAuth'],
21482
+ ['application/json'],
21483
+ ['application/json']
21484
+ );
21485
+ }
21486
+
21308
21487
  /**
21309
21488
  * [This API is deprecated. Use POST /api/v2/conversations/messaging/integrations/whatsapp/embeddedsignup instead] Create a WhatsApp Integration
21310
21489
  * [This API is deprecated. Use POST /api/v2/conversations/messaging/integrations/whatsapp/embeddedsignup instead] You must be approved by WhatsApp to use this feature. Your approved e164-formatted phone number and valid WhatsApp certificate for your number are required. Your WhatsApp certificate must have valid base64 encoding. Please paste carefully and do not add any leading or trailing spaces. Do not alter any characters. An integration must be activated within 7 days of certificate generation. If you cannot complete the addition and activation of the number within 7 days, please obtain a new certificate before creating the integration. Integrations created with an invalid number or certificate may immediately incur additional integration fees. Please carefully enter your number and certificate as described.
@@ -21510,6 +21689,37 @@ class ConversationsApi {
21510
21689
  );
21511
21690
  }
21512
21691
 
21692
+ /**
21693
+ * Create an Agent-Type video conference and assign an agent to it
21694
+ *
21695
+ * @param {String} conversationId conversationId
21696
+ * @param {String} communicationId communicationId
21697
+ * postConversationsVideoAgentconferenceCommunication is a preview method and is subject to both breaking and non-breaking changes at any time without notice
21698
+ */
21699
+ postConversationsVideoAgentconferenceCommunication(conversationId, communicationId) {
21700
+ // verify the required parameter 'conversationId' is set
21701
+ if (conversationId === undefined || conversationId === null) {
21702
+ throw 'Missing the required parameter "conversationId" when calling postConversationsVideoAgentconferenceCommunication';
21703
+ }
21704
+ // verify the required parameter 'communicationId' is set
21705
+ if (communicationId === undefined || communicationId === null) {
21706
+ throw 'Missing the required parameter "communicationId" when calling postConversationsVideoAgentconferenceCommunication';
21707
+ }
21708
+
21709
+ return this.apiClient.callApi(
21710
+ '/api/v2/conversations/videos/{conversationId}/agentconference/communications/{communicationId}',
21711
+ 'POST',
21712
+ { 'conversationId': conversationId,'communicationId': communicationId },
21713
+ { },
21714
+ { },
21715
+ { },
21716
+ null,
21717
+ ['PureCloud OAuth'],
21718
+ ['application/json'],
21719
+ ['application/json']
21720
+ );
21721
+ }
21722
+
21513
21723
  /**
21514
21724
  * Apply wrap-up for this conversation communication
21515
21725
  *
@@ -22212,7 +22422,7 @@ class DataExtensionsApi {
22212
22422
  /**
22213
22423
  * DataExtensions service.
22214
22424
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
22215
- * @version 217.0.0
22425
+ * @version 218.0.0
22216
22426
  */
22217
22427
 
22218
22428
  /**
@@ -22298,7 +22508,7 @@ class DataPrivacyApi {
22298
22508
  /**
22299
22509
  * DataPrivacy service.
22300
22510
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
22301
- * @version 217.0.0
22511
+ * @version 218.0.0
22302
22512
  */
22303
22513
 
22304
22514
  /**
@@ -22468,7 +22678,7 @@ class DownloadsApi {
22468
22678
  /**
22469
22679
  * Downloads service.
22470
22680
  * @module purecloud-platform-client-v2/api/DownloadsApi
22471
- * @version 217.0.0
22681
+ * @version 218.0.0
22472
22682
  */
22473
22683
 
22474
22684
  /**
@@ -22520,7 +22730,7 @@ class EmailsApi {
22520
22730
  /**
22521
22731
  * Emails service.
22522
22732
  * @module purecloud-platform-client-v2/api/EmailsApi
22523
- * @version 217.0.0
22733
+ * @version 218.0.0
22524
22734
  */
22525
22735
 
22526
22736
  /**
@@ -22585,7 +22795,7 @@ class EmployeeEngagementApi {
22585
22795
  /**
22586
22796
  * EmployeeEngagement service.
22587
22797
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
22588
- * @version 217.0.0
22798
+ * @version 218.0.0
22589
22799
  */
22590
22800
 
22591
22801
  /**
@@ -22736,7 +22946,7 @@ class EventsApi {
22736
22946
  /**
22737
22947
  * Events service.
22738
22948
  * @module purecloud-platform-client-v2/api/EventsApi
22739
- * @version 217.0.0
22949
+ * @version 218.0.0
22740
22950
  */
22741
22951
 
22742
22952
  /**
@@ -22832,7 +23042,7 @@ class ExternalContactsApi {
22832
23042
  /**
22833
23043
  * ExternalContacts service.
22834
23044
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
22835
- * @version 217.0.0
23045
+ * @version 218.0.0
22836
23046
  */
22837
23047
 
22838
23048
  /**
@@ -23316,6 +23526,57 @@ class ExternalContactsApi {
23316
23526
  );
23317
23527
  }
23318
23528
 
23529
+ /**
23530
+ * Get export for exportId
23531
+ *
23532
+ * @param {String} exportId Export id
23533
+ */
23534
+ getExternalcontactsContactsExport(exportId) {
23535
+ // verify the required parameter 'exportId' is set
23536
+ if (exportId === undefined || exportId === null) {
23537
+ throw 'Missing the required parameter "exportId" when calling getExternalcontactsContactsExport';
23538
+ }
23539
+
23540
+ return this.apiClient.callApi(
23541
+ '/api/v2/externalcontacts/contacts/exports/{exportId}',
23542
+ 'GET',
23543
+ { 'exportId': exportId },
23544
+ { },
23545
+ { },
23546
+ { },
23547
+ null,
23548
+ ['PureCloud OAuth'],
23549
+ ['application/json'],
23550
+ ['application/json']
23551
+ );
23552
+ }
23553
+
23554
+ /**
23555
+ * List exports for organization
23556
+ *
23557
+ * @param {Object} opts Optional parameters
23558
+ * @param {Array.<String>} opts.divisionIds Division IDs of entities
23559
+ * @param {String} opts.after The cursor that points to the end of the set of entities
23560
+ * @param {Number} opts.pageSize Number of entities to return
23561
+ */
23562
+ getExternalcontactsContactsExports(opts) {
23563
+ opts = opts || {};
23564
+
23565
+
23566
+ return this.apiClient.callApi(
23567
+ '/api/v2/externalcontacts/contacts/exports',
23568
+ 'GET',
23569
+ { },
23570
+ { 'divisionIds': this.apiClient.buildCollectionParam(opts['divisionIds'], 'multi'),'after': opts['after'],'pageSize': opts['pageSize'] },
23571
+ { },
23572
+ { },
23573
+ null,
23574
+ ['PureCloud OAuth'],
23575
+ ['application/json'],
23576
+ ['application/json']
23577
+ );
23578
+ }
23579
+
23319
23580
  /**
23320
23581
  * Get a schema
23321
23582
  *
@@ -24824,6 +25085,31 @@ class ExternalContactsApi {
24824
25085
  );
24825
25086
  }
24826
25087
 
25088
+ /**
25089
+ * Create bulk export
25090
+ *
25091
+ * @param {Object} body Export
25092
+ */
25093
+ postExternalcontactsContactsExports(body) {
25094
+ // verify the required parameter 'body' is set
25095
+ if (body === undefined || body === null) {
25096
+ throw 'Missing the required parameter "body" when calling postExternalcontactsContactsExports';
25097
+ }
25098
+
25099
+ return this.apiClient.callApi(
25100
+ '/api/v2/externalcontacts/contacts/exports',
25101
+ 'POST',
25102
+ { },
25103
+ { },
25104
+ { },
25105
+ { },
25106
+ body,
25107
+ ['PureCloud OAuth'],
25108
+ ['application/json'],
25109
+ ['application/json']
25110
+ );
25111
+ }
25112
+
24827
25113
  /**
24828
25114
  * Create a schema
24829
25115
  *
@@ -25565,7 +25851,7 @@ class FaxApi {
25565
25851
  /**
25566
25852
  * Fax service.
25567
25853
  * @module purecloud-platform-client-v2/api/FaxApi
25568
- * @version 217.0.0
25854
+ * @version 218.0.0
25569
25855
  */
25570
25856
 
25571
25857
  /**
@@ -25780,7 +26066,7 @@ class FlowsApi {
25780
26066
  /**
25781
26067
  * Flows service.
25782
26068
  * @module purecloud-platform-client-v2/api/FlowsApi
25783
- * @version 217.0.0
26069
+ * @version 218.0.0
25784
26070
  */
25785
26071
 
25786
26072
  /**
@@ -25963,7 +26249,7 @@ class GamificationApi {
25963
26249
  /**
25964
26250
  * Gamification service.
25965
26251
  * @module purecloud-platform-client-v2/api/GamificationApi
25966
- * @version 217.0.0
26252
+ * @version 218.0.0
25967
26253
  */
25968
26254
 
25969
26255
  /**
@@ -28105,7 +28391,7 @@ class GeneralDataProtectionRegulationApi {
28105
28391
  /**
28106
28392
  * GeneralDataProtectionRegulation service.
28107
28393
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
28108
- * @version 217.0.0
28394
+ * @version 218.0.0
28109
28395
  */
28110
28396
 
28111
28397
  /**
@@ -28235,7 +28521,7 @@ class GeolocationApi {
28235
28521
  /**
28236
28522
  * Geolocation service.
28237
28523
  * @module purecloud-platform-client-v2/api/GeolocationApi
28238
- * @version 217.0.0
28524
+ * @version 218.0.0
28239
28525
  */
28240
28526
 
28241
28527
  /**
@@ -28366,7 +28652,7 @@ class GreetingsApi {
28366
28652
  /**
28367
28653
  * Greetings service.
28368
28654
  * @module purecloud-platform-client-v2/api/GreetingsApi
28369
- * @version 217.0.0
28655
+ * @version 218.0.0
28370
28656
  */
28371
28657
 
28372
28658
  /**
@@ -28821,7 +29107,7 @@ class GroupsApi {
28821
29107
  /**
28822
29108
  * Groups service.
28823
29109
  * @module purecloud-platform-client-v2/api/GroupsApi
28824
- * @version 217.0.0
29110
+ * @version 218.0.0
28825
29111
  */
28826
29112
 
28827
29113
  /**
@@ -29340,7 +29626,7 @@ class IdentityProviderApi {
29340
29626
  /**
29341
29627
  * IdentityProvider service.
29342
29628
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
29343
- * @version 217.0.0
29629
+ * @version 218.0.0
29344
29630
  */
29345
29631
 
29346
29632
  /**
@@ -30201,7 +30487,7 @@ class InfrastructureAsCodeApi {
30201
30487
  /**
30202
30488
  * InfrastructureAsCode service.
30203
30489
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
30204
- * @version 217.0.0
30490
+ * @version 218.0.0
30205
30491
  */
30206
30492
 
30207
30493
  /**
@@ -30368,7 +30654,7 @@ class IntegrationsApi {
30368
30654
  /**
30369
30655
  * Integrations service.
30370
30656
  * @module purecloud-platform-client-v2/api/IntegrationsApi
30371
- * @version 217.0.0
30657
+ * @version 218.0.0
30372
30658
  */
30373
30659
 
30374
30660
  /**
@@ -32807,7 +33093,7 @@ class JourneyApi {
32807
33093
  /**
32808
33094
  * Journey service.
32809
33095
  * @module purecloud-platform-client-v2/api/JourneyApi
32810
- * @version 217.0.0
33096
+ * @version 218.0.0
32811
33097
  */
32812
33098
 
32813
33099
  /**
@@ -34792,7 +35078,7 @@ class KnowledgeApi {
34792
35078
  /**
34793
35079
  * Knowledge service.
34794
35080
  * @module purecloud-platform-client-v2/api/KnowledgeApi
34795
- * @version 217.0.0
35081
+ * @version 218.0.0
34796
35082
  */
34797
35083
 
34798
35084
  /**
@@ -36067,7 +36353,6 @@ class KnowledgeApi {
36067
36353
  * @param {Object} languageCode Language code, format: iso2-LOCALE
36068
36354
  * @param {String} uploadId UploadId
36069
36355
  * @deprecated
36070
- * getKnowledgeKnowledgebaseLanguageDocumentUpload is a preview method and is subject to both breaking and non-breaking changes at any time without notice
36071
36356
  */
36072
36357
  getKnowledgeKnowledgebaseLanguageDocumentUpload(documentId, knowledgeBaseId, languageCode, uploadId) {
36073
36358
  // verify the required parameter 'documentId' is set
@@ -37773,7 +38058,6 @@ class KnowledgeApi {
37773
38058
  *
37774
38059
  * @param {String} knowledgeBaseId Knowledge base ID
37775
38060
  * @param {Object} body
37776
- * postKnowledgeKnowledgebaseDocumentsBulkRemove is a preview method and is subject to both breaking and non-breaking changes at any time without notice
37777
38061
  */
37778
38062
  postKnowledgeKnowledgebaseDocumentsBulkRemove(knowledgeBaseId, body) {
37779
38063
  // verify the required parameter 'knowledgeBaseId' is set
@@ -37804,7 +38088,6 @@ class KnowledgeApi {
37804
38088
  *
37805
38089
  * @param {String} knowledgeBaseId Knowledge base ID
37806
38090
  * @param {Object} body
37807
- * postKnowledgeKnowledgebaseDocumentsBulkUpdate is a preview method and is subject to both breaking and non-breaking changes at any time without notice
37808
38091
  */
37809
38092
  postKnowledgeKnowledgebaseDocumentsBulkUpdate(knowledgeBaseId, body) {
37810
38093
  // verify the required parameter 'knowledgeBaseId' is set
@@ -37953,7 +38236,6 @@ class KnowledgeApi {
37953
38236
  *
37954
38237
  * @param {String} knowledgeBaseId Knowledge base ID
37955
38238
  * @param {Object} body
37956
- * postKnowledgeKnowledgebaseDocumentsVersionsBulkAdd is a preview method and is subject to both breaking and non-breaking changes at any time without notice
37957
38239
  */
37958
38240
  postKnowledgeKnowledgebaseDocumentsVersionsBulkAdd(knowledgeBaseId, body) {
37959
38241
  // verify the required parameter 'knowledgeBaseId' is set
@@ -38113,7 +38395,6 @@ class KnowledgeApi {
38113
38395
  * @param {Object} languageCode Language code, format: iso2-LOCALE
38114
38396
  * @param {Object} body
38115
38397
  * @deprecated
38116
- * postKnowledgeKnowledgebaseLanguageDocumentUploads is a preview method and is subject to both breaking and non-breaking changes at any time without notice
38117
38398
  */
38118
38399
  postKnowledgeKnowledgebaseLanguageDocumentUploads(documentId, knowledgeBaseId, languageCode, body) {
38119
38400
  // verify the required parameter 'documentId' is set
@@ -38670,7 +38951,7 @@ class LanguageUnderstandingApi {
38670
38951
  /**
38671
38952
  * LanguageUnderstanding service.
38672
38953
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
38673
- * @version 217.0.0
38954
+ * @version 218.0.0
38674
38955
  */
38675
38956
 
38676
38957
  /**
@@ -39703,7 +39984,7 @@ class LanguagesApi {
39703
39984
  /**
39704
39985
  * Languages service.
39705
39986
  * @module purecloud-platform-client-v2/api/LanguagesApi
39706
- * @version 217.0.0
39987
+ * @version 218.0.0
39707
39988
  */
39708
39989
 
39709
39990
  /**
@@ -39925,7 +40206,7 @@ class LearningApi {
39925
40206
  /**
39926
40207
  * Learning service.
39927
40208
  * @module purecloud-platform-client-v2/api/LearningApi
39928
- * @version 217.0.0
40209
+ * @version 218.0.0
39929
40210
  */
39930
40211
 
39931
40212
  /**
@@ -40954,7 +41235,7 @@ class LicenseApi {
40954
41235
  /**
40955
41236
  * License service.
40956
41237
  * @module purecloud-platform-client-v2/api/LicenseApi
40957
- * @version 217.0.0
41238
+ * @version 218.0.0
40958
41239
  */
40959
41240
 
40960
41241
  /**
@@ -41192,7 +41473,7 @@ class LocationsApi {
41192
41473
  /**
41193
41474
  * Locations service.
41194
41475
  * @module purecloud-platform-client-v2/api/LocationsApi
41195
- * @version 217.0.0
41476
+ * @version 218.0.0
41196
41477
  */
41197
41478
 
41198
41479
  /**
@@ -41428,7 +41709,7 @@ class LogCaptureApi {
41428
41709
  /**
41429
41710
  * LogCapture service.
41430
41711
  * @module purecloud-platform-client-v2/api/LogCaptureApi
41431
- * @version 217.0.0
41712
+ * @version 218.0.0
41432
41713
  */
41433
41714
 
41434
41715
  /**
@@ -41628,7 +41909,7 @@ class MessagingApi {
41628
41909
  /**
41629
41910
  * Messaging service.
41630
41911
  * @module purecloud-platform-client-v2/api/MessagingApi
41631
- * @version 217.0.0
41912
+ * @version 218.0.0
41632
41913
  */
41633
41914
 
41634
41915
  /**
@@ -41987,7 +42268,7 @@ class MobileDevicesApi {
41987
42268
  /**
41988
42269
  * MobileDevices service.
41989
42270
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
41990
- * @version 217.0.0
42271
+ * @version 218.0.0
41991
42272
  */
41992
42273
 
41993
42274
  /**
@@ -42138,7 +42419,7 @@ class NotificationsApi {
42138
42419
  /**
42139
42420
  * Notifications service.
42140
42421
  * @module purecloud-platform-client-v2/api/NotificationsApi
42141
- * @version 217.0.0
42422
+ * @version 218.0.0
42142
42423
  */
42143
42424
 
42144
42425
  /**
@@ -42371,7 +42652,7 @@ class OAuthApi {
42371
42652
  /**
42372
42653
  * OAuth service.
42373
42654
  * @module purecloud-platform-client-v2/api/OAuthApi
42374
- * @version 217.0.0
42655
+ * @version 218.0.0
42375
42656
  */
42376
42657
 
42377
42658
  /**
@@ -42737,7 +43018,7 @@ class ObjectsApi {
42737
43018
  /**
42738
43019
  * Objects service.
42739
43020
  * @module purecloud-platform-client-v2/api/ObjectsApi
42740
- * @version 217.0.0
43021
+ * @version 218.0.0
42741
43022
  */
42742
43023
 
42743
43024
  /**
@@ -43008,7 +43289,7 @@ class OperationalEventsApi {
43008
43289
  /**
43009
43290
  * OperationalEvents service.
43010
43291
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
43011
- * @version 217.0.0
43292
+ * @version 218.0.0
43012
43293
  */
43013
43294
 
43014
43295
  /**
@@ -43125,7 +43406,7 @@ class OrganizationApi {
43125
43406
  /**
43126
43407
  * Organization service.
43127
43408
  * @module purecloud-platform-client-v2/api/OrganizationApi
43128
- * @version 217.0.0
43409
+ * @version 218.0.0
43129
43410
  */
43130
43411
 
43131
43412
  /**
@@ -43346,38 +43627,6 @@ class OrganizationApi {
43346
43627
  );
43347
43628
  }
43348
43629
 
43349
- /**
43350
- * Get estimated limit counts for a namespace. This is not a source of truth for limit values but a record of estimates to facilitate limit threshold tracking.
43351
- * See https://developer.genesys.cloud/organization/organization/limits#available-limits for limits that are trackable (Operational Events Enabled).
43352
- * @param {String} namespaceName The namespace to get
43353
- * @param {Object} opts Optional parameters
43354
- * @param {String} opts.cursor Cursor provided when retrieving the last page
43355
- * @param {String} opts.entityId entity id of the count
43356
- * @param {String} opts.userId userid of the count
43357
- * @deprecated
43358
- */
43359
- getOrganizationsLimitsNamespaceCounts(namespaceName, opts) {
43360
- opts = opts || {};
43361
-
43362
- // verify the required parameter 'namespaceName' is set
43363
- if (namespaceName === undefined || namespaceName === null) {
43364
- throw 'Missing the required parameter "namespaceName" when calling getOrganizationsLimitsNamespaceCounts';
43365
- }
43366
-
43367
- return this.apiClient.callApi(
43368
- '/api/v2/organizations/limits/namespaces/{namespaceName}/counts',
43369
- 'GET',
43370
- { 'namespaceName': namespaceName },
43371
- { 'cursor': opts['cursor'],'entityId': opts['entityId'],'userId': opts['userId'] },
43372
- { },
43373
- { },
43374
- null,
43375
- ['PureCloud OAuth'],
43376
- ['application/json'],
43377
- ['application/json']
43378
- );
43379
- }
43380
-
43381
43630
  /**
43382
43631
  * Get the default limits in a namespace for an organization
43383
43632
  *
@@ -43403,43 +43652,6 @@ class OrganizationApi {
43403
43652
  );
43404
43653
  }
43405
43654
 
43406
- /**
43407
- * Get estimated limit counts for a namespace and limit name. This is not a source of truth for limit values but a record of estimates to facilitate limit threshold tracking.
43408
- * See https://developer.genesys.cloud/organization/organization/limits#available-limits for limits that are trackable (Operational Events Enabled).
43409
- * @param {String} namespaceName The namespace to get
43410
- * @param {String} limitName The limit to get
43411
- * @param {Object} opts Optional parameters
43412
- * @param {String} opts.entityId entity id of the count
43413
- * @param {String} opts.userId userid of the count
43414
- * @param {String} opts.cursor Cursor provided when retrieving the last page
43415
- * @deprecated
43416
- */
43417
- getOrganizationsLimitsNamespaceLimitCounts(namespaceName, limitName, opts) {
43418
- opts = opts || {};
43419
-
43420
- // verify the required parameter 'namespaceName' is set
43421
- if (namespaceName === undefined || namespaceName === null) {
43422
- throw 'Missing the required parameter "namespaceName" when calling getOrganizationsLimitsNamespaceLimitCounts';
43423
- }
43424
- // verify the required parameter 'limitName' is set
43425
- if (limitName === undefined || limitName === null) {
43426
- throw 'Missing the required parameter "limitName" when calling getOrganizationsLimitsNamespaceLimitCounts';
43427
- }
43428
-
43429
- return this.apiClient.callApi(
43430
- '/api/v2/organizations/limits/namespaces/{namespaceName}/limits/{limitName}/counts',
43431
- 'GET',
43432
- { 'namespaceName': namespaceName,'limitName': limitName },
43433
- { 'entityId': opts['entityId'],'userId': opts['userId'],'cursor': opts['cursor'] },
43434
- { },
43435
- { },
43436
- null,
43437
- ['PureCloud OAuth'],
43438
- ['application/json'],
43439
- ['application/json']
43440
- );
43441
- }
43442
-
43443
43655
  /**
43444
43656
  * Get the available limit namespaces
43445
43657
  *
@@ -43669,7 +43881,7 @@ class OrganizationAuthorizationApi {
43669
43881
  /**
43670
43882
  * OrganizationAuthorization service.
43671
43883
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
43672
- * @version 217.0.0
43884
+ * @version 218.0.0
43673
43885
  */
43674
43886
 
43675
43887
  /**
@@ -45063,7 +45275,7 @@ class OutboundApi {
45063
45275
  /**
45064
45276
  * Outbound service.
45065
45277
  * @module purecloud-platform-client-v2/api/OutboundApi
45066
- * @version 217.0.0
45278
+ * @version 218.0.0
45067
45279
  */
45068
45280
 
45069
45281
  /**
@@ -49626,7 +49838,7 @@ class PresenceApi {
49626
49838
  /**
49627
49839
  * Presence service.
49628
49840
  * @module purecloud-platform-client-v2/api/PresenceApi
49629
- * @version 217.0.0
49841
+ * @version 218.0.0
49630
49842
  */
49631
49843
 
49632
49844
  /**
@@ -50370,7 +50582,7 @@ class ProcessAutomationApi {
50370
50582
  /**
50371
50583
  * ProcessAutomation service.
50372
50584
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
50373
- * @version 217.0.0
50585
+ * @version 218.0.0
50374
50586
  */
50375
50587
 
50376
50588
  /**
@@ -50609,7 +50821,7 @@ class QualityApi {
50609
50821
  /**
50610
50822
  * Quality service.
50611
50823
  * @module purecloud-platform-client-v2/api/QualityApi
50612
- * @version 217.0.0
50824
+ * @version 218.0.0
50613
50825
  */
50614
50826
 
50615
50827
  /**
@@ -52305,7 +52517,6 @@ class QualityApi {
52305
52517
  *
52306
52518
  * @param {String} formId Form ID
52307
52519
  * @param {Object} body AI Scoring Settings
52308
- * putQualityFormsEvaluationAiscoringSettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
52309
52520
  */
52310
52521
  putQualityFormsEvaluationAiscoringSettings(formId, body) {
52311
52522
  // verify the required parameter 'formId' is set
@@ -52397,7 +52608,7 @@ class RecordingApi {
52397
52608
  /**
52398
52609
  * Recording service.
52399
52610
  * @module purecloud-platform-client-v2/api/RecordingApi
52400
- * @version 217.0.0
52611
+ * @version 218.0.0
52401
52612
  */
52402
52613
 
52403
52614
  /**
@@ -52767,6 +52978,7 @@ class RecordingApi {
52767
52978
  * @param {Object} opts.formatId The desired media format. Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3,NONE. (default to WEBM)
52768
52979
  * @param {Array.<String>} opts.mediaFormats All acceptable media formats. Overrides formatId. Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3.
52769
52980
  * @param {String} opts.locale The locale used for redacting sensitive information in requested files, as an ISO 639-1 code
52981
+ * @param {Boolean} opts.includePauseAnnotationsForScreenRecordings Include applicable Secure Pause annotations from all audio recordings to all screen recordings (default to false)
52770
52982
  */
52771
52983
  getConversationRecordings(conversationId, opts) {
52772
52984
  opts = opts || {};
@@ -52780,7 +52992,7 @@ class RecordingApi {
52780
52992
  '/api/v2/conversations/{conversationId}/recordings',
52781
52993
  'GET',
52782
52994
  { 'conversationId': conversationId },
52783
- { 'maxWaitMs': opts['maxWaitMs'],'formatId': opts['formatId'],'mediaFormats': this.apiClient.buildCollectionParam(opts['mediaFormats'], 'multi'),'locale': opts['locale'] },
52995
+ { 'maxWaitMs': opts['maxWaitMs'],'formatId': opts['formatId'],'mediaFormats': this.apiClient.buildCollectionParam(opts['mediaFormats'], 'multi'),'locale': opts['locale'],'includePauseAnnotationsForScreenRecordings': opts['includePauseAnnotationsForScreenRecordings'] },
52784
52996
  { },
52785
52997
  { },
52786
52998
  null,
@@ -54001,7 +54213,7 @@ class ResponseManagementApi {
54001
54213
  /**
54002
54214
  * ResponseManagement service.
54003
54215
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
54004
- * @version 217.0.0
54216
+ * @version 218.0.0
54005
54217
  */
54006
54218
 
54007
54219
  /**
@@ -54511,7 +54723,7 @@ class RoutingApi {
54511
54723
  /**
54512
54724
  * Routing service.
54513
54725
  * @module purecloud-platform-client-v2/api/RoutingApi
54514
- * @version 217.0.0
54726
+ * @version 218.0.0
54515
54727
  */
54516
54728
 
54517
54729
  /**
@@ -58814,7 +59026,7 @@ class SCIMApi {
58814
59026
  /**
58815
59027
  * SCIM service.
58816
59028
  * @module purecloud-platform-client-v2/api/SCIMApi
58817
- * @version 217.0.0
59029
+ * @version 218.0.0
58818
59030
  */
58819
59031
 
58820
59032
  /**
@@ -59691,7 +59903,7 @@ class ScreenRecordingApi {
59691
59903
  /**
59692
59904
  * ScreenRecording service.
59693
59905
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
59694
- * @version 217.0.0
59906
+ * @version 218.0.0
59695
59907
  */
59696
59908
 
59697
59909
  /**
@@ -59736,7 +59948,7 @@ class ScriptsApi {
59736
59948
  /**
59737
59949
  * Scripts service.
59738
59950
  * @module purecloud-platform-client-v2/api/ScriptsApi
59739
- * @version 217.0.0
59951
+ * @version 218.0.0
59740
59952
  */
59741
59953
 
59742
59954
  /**
@@ -60180,7 +60392,7 @@ class SearchApi {
60180
60392
  /**
60181
60393
  * Search service.
60182
60394
  * @module purecloud-platform-client-v2/api/SearchApi
60183
- * @version 217.0.0
60395
+ * @version 218.0.0
60184
60396
  */
60185
60397
 
60186
60398
  /**
@@ -60923,7 +61135,7 @@ class SettingsApi {
60923
61135
  /**
60924
61136
  * Settings service.
60925
61137
  * @module purecloud-platform-client-v2/api/SettingsApi
60926
- * @version 217.0.0
61138
+ * @version 218.0.0
60927
61139
  */
60928
61140
 
60929
61141
  /**
@@ -61143,7 +61355,7 @@ class SocialMediaApi {
61143
61355
  /**
61144
61356
  * SocialMedia service.
61145
61357
  * @module purecloud-platform-client-v2/api/SocialMediaApi
61146
- * @version 217.0.0
61358
+ * @version 218.0.0
61147
61359
  */
61148
61360
 
61149
61361
  /**
@@ -61158,13 +61370,63 @@ class SocialMediaApi {
61158
61370
  }
61159
61371
 
61160
61372
 
61373
+ /**
61374
+ * Delete an escalation rule.
61375
+ *
61376
+ * @param {String} escalationRuleId escalationRuleId
61377
+ */
61378
+ deleteSocialmediaEscalationrule(escalationRuleId) {
61379
+ // verify the required parameter 'escalationRuleId' is set
61380
+ if (escalationRuleId === undefined || escalationRuleId === null) {
61381
+ throw 'Missing the required parameter "escalationRuleId" when calling deleteSocialmediaEscalationrule';
61382
+ }
61383
+
61384
+ return this.apiClient.callApi(
61385
+ '/api/v2/socialmedia/escalationrules/{escalationRuleId}',
61386
+ 'DELETE',
61387
+ { 'escalationRuleId': escalationRuleId },
61388
+ { },
61389
+ { },
61390
+ { },
61391
+ null,
61392
+ ['PureCloud OAuth'],
61393
+ ['application/json'],
61394
+ ['application/json']
61395
+ );
61396
+ }
61397
+
61398
+ /**
61399
+ * Delete a social media message.
61400
+ *
61401
+ * @param {String} messageId messageId
61402
+ * deleteSocialmediaMessage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61403
+ */
61404
+ deleteSocialmediaMessage(messageId) {
61405
+ // verify the required parameter 'messageId' is set
61406
+ if (messageId === undefined || messageId === null) {
61407
+ throw 'Missing the required parameter "messageId" when calling deleteSocialmediaMessage';
61408
+ }
61409
+
61410
+ return this.apiClient.callApi(
61411
+ '/api/v2/socialmedia/messages/{messageId}',
61412
+ 'DELETE',
61413
+ { 'messageId': messageId },
61414
+ { },
61415
+ { },
61416
+ { },
61417
+ null,
61418
+ ['PureCloud OAuth'],
61419
+ ['application/json'],
61420
+ ['application/json']
61421
+ );
61422
+ }
61423
+
61161
61424
  /**
61162
61425
  * Delete a social topic.
61163
61426
  *
61164
61427
  * @param {String} topicId topicId
61165
61428
  * @param {Object} opts Optional parameters
61166
61429
  * @param {Boolean} opts.hardDelete Determines whether a Social topic should be soft-deleted or hard-deleted (permanently removed). Set to false (soft-delete) by default.
61167
- * deleteSocialmediaTopic is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61168
61430
  */
61169
61431
  deleteSocialmediaTopic(topicId, opts) {
61170
61432
  opts = opts || {};
@@ -61195,7 +61457,6 @@ class SocialMediaApi {
61195
61457
  * @param {String} facebookIngestionRuleId facebookIngestionRuleId
61196
61458
  * @param {Object} opts Optional parameters
61197
61459
  * @param {Boolean} opts.hardDelete Determines whether a Facebook data ingestion rule should be soft-deleted (have it's state set to deleted) or hard-deleted (permanently removed). Set to false (soft-delete) by default. (default to false)
61198
- * deleteSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61199
61460
  */
61200
61461
  deleteSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(topicId, facebookIngestionRuleId, opts) {
61201
61462
  opts = opts || {};
@@ -61265,7 +61526,6 @@ class SocialMediaApi {
61265
61526
  * @param {String} twitterIngestionRuleId twitterIngestionRuleId
61266
61527
  * @param {Object} opts Optional parameters
61267
61528
  * @param {Boolean} opts.hardDelete Determines whether a X (formally Twitter) data ingestion rule should be soft-deleted (have it's state set to deleted) or hard-deleted (permanently removed). Set to false (soft-delete) by default. (default to false)
61268
- * deleteSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61269
61529
  */
61270
61530
  deleteSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId(topicId, twitterIngestionRuleId, opts) {
61271
61531
  opts = opts || {};
@@ -61293,13 +61553,175 @@ class SocialMediaApi {
61293
61553
  );
61294
61554
  }
61295
61555
 
61556
+ /**
61557
+ * Get status for async query for social media aggregates
61558
+ *
61559
+ * @param {String} jobId jobId
61560
+ */
61561
+ getSocialmediaAnalyticsAggregatesJob(jobId) {
61562
+ // verify the required parameter 'jobId' is set
61563
+ if (jobId === undefined || jobId === null) {
61564
+ throw 'Missing the required parameter "jobId" when calling getSocialmediaAnalyticsAggregatesJob';
61565
+ }
61566
+
61567
+ return this.apiClient.callApi(
61568
+ '/api/v2/socialmedia/analytics/aggregates/jobs/{jobId}',
61569
+ 'GET',
61570
+ { 'jobId': jobId },
61571
+ { },
61572
+ { },
61573
+ { },
61574
+ null,
61575
+ ['PureCloud OAuth'],
61576
+ ['application/json'],
61577
+ ['application/json']
61578
+ );
61579
+ }
61580
+
61581
+ /**
61582
+ * Fetch a page of results for an async social media query
61583
+ *
61584
+ * @param {String} jobId jobId
61585
+ * @param {Object} opts Optional parameters
61586
+ * @param {String} opts.cursor Cursor token to retrieve next page
61587
+ */
61588
+ getSocialmediaAnalyticsAggregatesJobResults(jobId, opts) {
61589
+ opts = opts || {};
61590
+
61591
+ // verify the required parameter 'jobId' is set
61592
+ if (jobId === undefined || jobId === null) {
61593
+ throw 'Missing the required parameter "jobId" when calling getSocialmediaAnalyticsAggregatesJobResults';
61594
+ }
61595
+
61596
+ return this.apiClient.callApi(
61597
+ '/api/v2/socialmedia/analytics/aggregates/jobs/{jobId}/results',
61598
+ 'GET',
61599
+ { 'jobId': jobId },
61600
+ { 'cursor': opts['cursor'] },
61601
+ { },
61602
+ { },
61603
+ null,
61604
+ ['PureCloud OAuth'],
61605
+ ['application/json'],
61606
+ ['application/json']
61607
+ );
61608
+ }
61609
+
61610
+ /**
61611
+ * Get status for async query for social media messages job
61612
+ *
61613
+ * @param {String} jobId jobId
61614
+ */
61615
+ getSocialmediaAnalyticsMessagesJob(jobId) {
61616
+ // verify the required parameter 'jobId' is set
61617
+ if (jobId === undefined || jobId === null) {
61618
+ throw 'Missing the required parameter "jobId" when calling getSocialmediaAnalyticsMessagesJob';
61619
+ }
61620
+
61621
+ return this.apiClient.callApi(
61622
+ '/api/v2/socialmedia/analytics/messages/jobs/{jobId}',
61623
+ 'GET',
61624
+ { 'jobId': jobId },
61625
+ { },
61626
+ { },
61627
+ { },
61628
+ null,
61629
+ ['PureCloud OAuth'],
61630
+ ['application/json'],
61631
+ ['application/json']
61632
+ );
61633
+ }
61634
+
61635
+ /**
61636
+ * Fetch a page of results for an async social media messages query
61637
+ *
61638
+ * @param {String} jobId jobId
61639
+ * @param {Object} opts Optional parameters
61640
+ * @param {String} opts.cursor Cursor token to retrieve next page
61641
+ */
61642
+ getSocialmediaAnalyticsMessagesJobResults(jobId, opts) {
61643
+ opts = opts || {};
61644
+
61645
+ // verify the required parameter 'jobId' is set
61646
+ if (jobId === undefined || jobId === null) {
61647
+ throw 'Missing the required parameter "jobId" when calling getSocialmediaAnalyticsMessagesJobResults';
61648
+ }
61649
+
61650
+ return this.apiClient.callApi(
61651
+ '/api/v2/socialmedia/analytics/messages/jobs/{jobId}/results',
61652
+ 'GET',
61653
+ { 'jobId': jobId },
61654
+ { 'cursor': opts['cursor'] },
61655
+ { },
61656
+ { },
61657
+ null,
61658
+ ['PureCloud OAuth'],
61659
+ ['application/json'],
61660
+ ['application/json']
61661
+ );
61662
+ }
61663
+
61664
+ /**
61665
+ * Get a single escalation rule.
61666
+ *
61667
+ * @param {String} escalationRuleId escalationRuleId
61668
+ */
61669
+ getSocialmediaEscalationrule(escalationRuleId) {
61670
+ // verify the required parameter 'escalationRuleId' is set
61671
+ if (escalationRuleId === undefined || escalationRuleId === null) {
61672
+ throw 'Missing the required parameter "escalationRuleId" when calling getSocialmediaEscalationrule';
61673
+ }
61674
+
61675
+ return this.apiClient.callApi(
61676
+ '/api/v2/socialmedia/escalationrules/{escalationRuleId}',
61677
+ 'GET',
61678
+ { 'escalationRuleId': escalationRuleId },
61679
+ { },
61680
+ { },
61681
+ { },
61682
+ null,
61683
+ ['PureCloud OAuth'],
61684
+ ['application/json'],
61685
+ ['application/json']
61686
+ );
61687
+ }
61688
+
61689
+ /**
61690
+ * Retrieve all escalation rules for a division.
61691
+ *
61692
+ * @param {String} divisionId One division ID
61693
+ * @param {Object} opts Optional parameters
61694
+ * @param {Number} opts.pageNumber Page number (default to 1)
61695
+ * @param {Number} opts.pageSize Page size (default to 25)
61696
+ */
61697
+ getSocialmediaEscalationrules(divisionId, opts) {
61698
+ opts = opts || {};
61699
+
61700
+ // verify the required parameter 'divisionId' is set
61701
+ if (divisionId === undefined || divisionId === null) {
61702
+ throw 'Missing the required parameter "divisionId" when calling getSocialmediaEscalationrules';
61703
+ }
61704
+
61705
+ return this.apiClient.callApi(
61706
+ '/api/v2/socialmedia/escalationrules',
61707
+ 'GET',
61708
+ { },
61709
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'divisionId': divisionId },
61710
+ { },
61711
+ { },
61712
+ null,
61713
+ ['PureCloud OAuth'],
61714
+ ['application/json'],
61715
+ ['application/json']
61716
+ );
61717
+ }
61718
+
61296
61719
  /**
61297
61720
  * Get a single social topic.
61298
61721
  *
61299
61722
  * @param {String} topicId topicId
61300
61723
  * @param {Object} opts Optional parameters
61301
61724
  * @param {Boolean} opts.includeDeleted Determines whether to include soft-deleted items in the result.
61302
- * getSocialmediaTopic is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61303
61725
  */
61304
61726
  getSocialmediaTopic(topicId, opts) {
61305
61727
  opts = opts || {};
@@ -61323,6 +61745,37 @@ class SocialMediaApi {
61323
61745
  );
61324
61746
  }
61325
61747
 
61748
+ /**
61749
+ * Retrieve all social topic data ingestion rules with pagination.
61750
+ *
61751
+ * @param {String} topicId topicId
61752
+ * @param {Object} opts Optional parameters
61753
+ * @param {Number} opts.pageNumber Page number (default to 1)
61754
+ * @param {Number} opts.pageSize Page size (default to 25)
61755
+ * @param {Boolean} opts.includeDeleted Determines whether to include soft-deleted items in the result.
61756
+ */
61757
+ getSocialmediaTopicDataingestionrules(topicId, opts) {
61758
+ opts = opts || {};
61759
+
61760
+ // verify the required parameter 'topicId' is set
61761
+ if (topicId === undefined || topicId === null) {
61762
+ throw 'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrules';
61763
+ }
61764
+
61765
+ return this.apiClient.callApi(
61766
+ '/api/v2/socialmedia/topics/{topicId}/dataingestionrules',
61767
+ 'GET',
61768
+ { 'topicId': topicId },
61769
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'includeDeleted': opts['includeDeleted'] },
61770
+ { },
61771
+ { },
61772
+ null,
61773
+ ['PureCloud OAuth'],
61774
+ ['application/json'],
61775
+ ['application/json']
61776
+ );
61777
+ }
61778
+
61326
61779
  /**
61327
61780
  * Get a single Facebook data ingestion rule.
61328
61781
  *
@@ -61330,7 +61783,6 @@ class SocialMediaApi {
61330
61783
  * @param {String} facebookIngestionRuleId facebookIngestionRuleId
61331
61784
  * @param {Object} opts Optional parameters
61332
61785
  * @param {Boolean} opts.includeDeleted Determines whether to include soft-deleted items in the result.
61333
- * getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61334
61786
  */
61335
61787
  getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(topicId, facebookIngestionRuleId, opts) {
61336
61788
  opts = opts || {};
@@ -61366,7 +61818,6 @@ class SocialMediaApi {
61366
61818
  * @param {String} dataIngestionRuleVersion version
61367
61819
  * @param {Object} opts Optional parameters
61368
61820
  * @param {Boolean} opts.includeDeleted Determines whether to include soft-deleted item in the result.
61369
- * getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61370
61821
  */
61371
61822
  getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersion(topicId, facebookIngestionRuleId, dataIngestionRuleVersion, opts) {
61372
61823
  opts = opts || {};
@@ -61407,7 +61858,6 @@ class SocialMediaApi {
61407
61858
  * @param {Number} opts.pageNumber Page number (default to 1)
61408
61859
  * @param {Number} opts.pageSize Page size (default to 25)
61409
61860
  * @param {Boolean} opts.includeDeleted Determines whether to include soft-deleted items in the result.
61410
- * getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61411
61861
  */
61412
61862
  getSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleIdVersions(topicId, facebookIngestionRuleId, opts) {
61413
61863
  opts = opts || {};
@@ -61554,7 +62004,6 @@ class SocialMediaApi {
61554
62004
  * @param {String} twitterIngestionRuleId twitterIngestionRuleId
61555
62005
  * @param {Object} opts Optional parameters
61556
62006
  * @param {Boolean} opts.includeDeleted Determines whether to include soft-deleted items in the result.
61557
- * getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61558
62007
  */
61559
62008
  getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId(topicId, twitterIngestionRuleId, opts) {
61560
62009
  opts = opts || {};
@@ -61590,7 +62039,6 @@ class SocialMediaApi {
61590
62039
  * @param {String} dataIngestionRuleVersion version
61591
62040
  * @param {Object} opts Optional parameters
61592
62041
  * @param {Boolean} opts.includeDeleted Determines whether to include soft-deleted item in the result.
61593
- * getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61594
62042
  */
61595
62043
  getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdVersion(topicId, twitterIngestionRuleId, dataIngestionRuleVersion, opts) {
61596
62044
  opts = opts || {};
@@ -61631,7 +62079,6 @@ class SocialMediaApi {
61631
62079
  * @param {Number} opts.pageNumber Page number (default to 1)
61632
62080
  * @param {Number} opts.pageSize Page size (default to 25)
61633
62081
  * @param {Boolean} opts.includeDeleted Determines whether to include soft-deleted items in the result.
61634
- * getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdVersions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61635
62082
  */
61636
62083
  getSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleIdVersions(topicId, twitterIngestionRuleId, opts) {
61637
62084
  opts = opts || {};
@@ -61667,7 +62114,6 @@ class SocialMediaApi {
61667
62114
  * @param {Number} opts.pageSize Page size (default to 25)
61668
62115
  * @param {Array.<String>} opts.divisionIds One or more division IDs. If nothing is provided, the social topics associated withthe list of divisions that the user has access to will be returned.
61669
62116
  * @param {Boolean} opts.includeDeleted Determines whether to include soft-deleted items in the result.
61670
- * getSocialmediaTopics is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61671
62117
  */
61672
62118
  getSocialmediaTopics(opts) {
61673
62119
  opts = opts || {};
@@ -61693,7 +62139,6 @@ class SocialMediaApi {
61693
62139
  * @param {String} topicId topicId
61694
62140
  * @param {Object} opts Optional parameters
61695
62141
  * @param {Object} opts.body
61696
- * patchSocialmediaTopic is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61697
62142
  */
61698
62143
  patchSocialmediaTopic(topicId, opts) {
61699
62144
  opts = opts || {};
@@ -61724,7 +62169,6 @@ class SocialMediaApi {
61724
62169
  * @param {String} facebookIngestionRuleId facebookIngestionRuleId
61725
62170
  * @param {Object} opts Optional parameters
61726
62171
  * @param {Object} opts.body
61727
- * patchSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61728
62172
  */
61729
62173
  patchSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(topicId, facebookIngestionRuleId, opts) {
61730
62174
  opts = opts || {};
@@ -61794,7 +62238,6 @@ class SocialMediaApi {
61794
62238
  * @param {String} twitterIngestionRuleId twitterIngestionRuleId
61795
62239
  * @param {Object} opts Optional parameters
61796
62240
  * @param {Object} opts.body
61797
- * patchSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61798
62241
  */
61799
62242
  patchSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId(topicId, twitterIngestionRuleId, opts) {
61800
62243
  opts = opts || {};
@@ -61822,13 +62265,115 @@ class SocialMediaApi {
61822
62265
  );
61823
62266
  }
61824
62267
 
62268
+ /**
62269
+ * Query for social media aggregates asynchronously
62270
+ *
62271
+ * @param {Object} body query
62272
+ */
62273
+ postSocialmediaAnalyticsAggregatesJobs(body) {
62274
+ // verify the required parameter 'body' is set
62275
+ if (body === undefined || body === null) {
62276
+ throw 'Missing the required parameter "body" when calling postSocialmediaAnalyticsAggregatesJobs';
62277
+ }
62278
+
62279
+ return this.apiClient.callApi(
62280
+ '/api/v2/socialmedia/analytics/aggregates/jobs',
62281
+ 'POST',
62282
+ { },
62283
+ { },
62284
+ { },
62285
+ { },
62286
+ body,
62287
+ ['PureCloud OAuth'],
62288
+ ['application/json'],
62289
+ ['application/json']
62290
+ );
62291
+ }
62292
+
62293
+ /**
62294
+ * Query for social media messages asynchronously
62295
+ *
62296
+ * @param {Object} body query
62297
+ */
62298
+ postSocialmediaAnalyticsMessagesJobs(body) {
62299
+ // verify the required parameter 'body' is set
62300
+ if (body === undefined || body === null) {
62301
+ throw 'Missing the required parameter "body" when calling postSocialmediaAnalyticsMessagesJobs';
62302
+ }
62303
+
62304
+ return this.apiClient.callApi(
62305
+ '/api/v2/socialmedia/analytics/messages/jobs',
62306
+ 'POST',
62307
+ { },
62308
+ { },
62309
+ { },
62310
+ { },
62311
+ body,
62312
+ ['PureCloud OAuth'],
62313
+ ['application/json'],
62314
+ ['application/json']
62315
+ );
62316
+ }
62317
+
62318
+ /**
62319
+ * Create an escalation rule.
62320
+ *
62321
+ * @param {Object} opts Optional parameters
62322
+ * @param {Object} opts.body
62323
+ */
62324
+ postSocialmediaEscalationrules(opts) {
62325
+ opts = opts || {};
62326
+
62327
+
62328
+ return this.apiClient.callApi(
62329
+ '/api/v2/socialmedia/escalationrules',
62330
+ 'POST',
62331
+ { },
62332
+ { },
62333
+ { },
62334
+ { },
62335
+ opts['body'],
62336
+ ['PureCloud OAuth'],
62337
+ ['application/json'],
62338
+ ['application/json']
62339
+ );
62340
+ }
62341
+
62342
+ /**
62343
+ * Escalate message to a conversation manually
62344
+ *
62345
+ * @param {String} divisionId One division ID
62346
+ * @param {Object} opts Optional parameters
62347
+ * @param {Object} opts.body
62348
+ */
62349
+ postSocialmediaEscalationsMessages(divisionId, opts) {
62350
+ opts = opts || {};
62351
+
62352
+ // verify the required parameter 'divisionId' is set
62353
+ if (divisionId === undefined || divisionId === null) {
62354
+ throw 'Missing the required parameter "divisionId" when calling postSocialmediaEscalationsMessages';
62355
+ }
62356
+
62357
+ return this.apiClient.callApi(
62358
+ '/api/v2/socialmedia/escalations/messages',
62359
+ 'POST',
62360
+ { },
62361
+ { 'divisionId': divisionId },
62362
+ { },
62363
+ { },
62364
+ opts['body'],
62365
+ ['PureCloud OAuth'],
62366
+ ['application/json'],
62367
+ ['application/json']
62368
+ );
62369
+ }
62370
+
61825
62371
  /**
61826
62372
  * Create an Facebook data ingestion rule.
61827
62373
  *
61828
62374
  * @param {String} topicId topicId
61829
62375
  * @param {Object} opts Optional parameters
61830
62376
  * @param {Object} opts.body
61831
- * postSocialmediaTopicDataingestionrulesFacebook is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61832
62377
  */
61833
62378
  postSocialmediaTopicDataingestionrulesFacebook(topicId, opts) {
61834
62379
  opts = opts || {};
@@ -61888,7 +62433,6 @@ class SocialMediaApi {
61888
62433
  * @param {String} topicId topicId
61889
62434
  * @param {Object} opts Optional parameters
61890
62435
  * @param {Object} opts.body
61891
- * postSocialmediaTopicDataingestionrulesTwitter is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61892
62436
  */
61893
62437
  postSocialmediaTopicDataingestionrulesTwitter(topicId, opts) {
61894
62438
  opts = opts || {};
@@ -61917,7 +62461,6 @@ class SocialMediaApi {
61917
62461
  *
61918
62462
  * @param {Object} opts Optional parameters
61919
62463
  * @param {Object} opts.body
61920
- * postSocialmediaTopics is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61921
62464
  */
61922
62465
  postSocialmediaTopics(opts) {
61923
62466
  opts = opts || {};
@@ -61937,6 +62480,60 @@ class SocialMediaApi {
61937
62480
  );
61938
62481
  }
61939
62482
 
62483
+ /**
62484
+ * Retrieves historical tweet count for search terms, optional countries list and the current limit and usage for the organization.
62485
+ *
62486
+ * @param {Object} body TwitterDataHistoricalTweetRequest
62487
+ */
62488
+ postSocialmediaTwitterHistoricalTweets(body) {
62489
+ // verify the required parameter 'body' is set
62490
+ if (body === undefined || body === null) {
62491
+ throw 'Missing the required parameter "body" when calling postSocialmediaTwitterHistoricalTweets';
62492
+ }
62493
+
62494
+ return this.apiClient.callApi(
62495
+ '/api/v2/socialmedia/twitter/historical/tweets',
62496
+ 'POST',
62497
+ { },
62498
+ { },
62499
+ { },
62500
+ { },
62501
+ body,
62502
+ ['PureCloud OAuth'],
62503
+ ['application/json'],
62504
+ ['application/json']
62505
+ );
62506
+ }
62507
+
62508
+ /**
62509
+ * Update the escalation rule.
62510
+ *
62511
+ * @param {String} escalationRuleId escalationRuleId
62512
+ * @param {Object} opts Optional parameters
62513
+ * @param {Object} opts.body
62514
+ */
62515
+ putSocialmediaEscalationrule(escalationRuleId, opts) {
62516
+ opts = opts || {};
62517
+
62518
+ // verify the required parameter 'escalationRuleId' is set
62519
+ if (escalationRuleId === undefined || escalationRuleId === null) {
62520
+ throw 'Missing the required parameter "escalationRuleId" when calling putSocialmediaEscalationrule';
62521
+ }
62522
+
62523
+ return this.apiClient.callApi(
62524
+ '/api/v2/socialmedia/escalationrules/{escalationRuleId}',
62525
+ 'PUT',
62526
+ { 'escalationRuleId': escalationRuleId },
62527
+ { },
62528
+ { },
62529
+ { },
62530
+ opts['body'],
62531
+ ['PureCloud OAuth'],
62532
+ ['application/json'],
62533
+ ['application/json']
62534
+ );
62535
+ }
62536
+
61940
62537
  /**
61941
62538
  * Update the Facebook data ingestion rule.
61942
62539
  *
@@ -61944,7 +62541,6 @@ class SocialMediaApi {
61944
62541
  * @param {String} facebookIngestionRuleId facebookIngestionRuleId
61945
62542
  * @param {Object} opts Optional parameters
61946
62543
  * @param {Object} opts.body
61947
- * putSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61948
62544
  */
61949
62545
  putSocialmediaTopicDataingestionrulesFacebookFacebookIngestionRuleId(topicId, facebookIngestionRuleId, opts) {
61950
62546
  opts = opts || {};
@@ -62014,7 +62610,6 @@ class SocialMediaApi {
62014
62610
  * @param {String} twitterIngestionRuleId twitterIngestionRuleId
62015
62611
  * @param {Object} opts Optional parameters
62016
62612
  * @param {Object} opts.body
62017
- * putSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
62018
62613
  */
62019
62614
  putSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId(topicId, twitterIngestionRuleId, opts) {
62020
62615
  opts = opts || {};
@@ -62048,7 +62643,7 @@ class SpeechTextAnalyticsApi {
62048
62643
  /**
62049
62644
  * SpeechTextAnalytics service.
62050
62645
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
62051
- * @version 217.0.0
62646
+ * @version 218.0.0
62052
62647
  */
62053
62648
 
62054
62649
  /**
@@ -63489,7 +64084,7 @@ class StationsApi {
63489
64084
  /**
63490
64085
  * Stations service.
63491
64086
  * @module purecloud-platform-client-v2/api/StationsApi
63492
- * @version 217.0.0
64087
+ * @version 218.0.0
63493
64088
  */
63494
64089
 
63495
64090
  /**
@@ -63591,7 +64186,7 @@ class SuggestApi {
63591
64186
  /**
63592
64187
  * Suggest service.
63593
64188
  * @module purecloud-platform-client-v2/api/SuggestApi
63594
- * @version 217.0.0
64189
+ * @version 218.0.0
63595
64190
  */
63596
64191
 
63597
64192
  /**
@@ -63730,7 +64325,7 @@ class TaskManagementApi {
63730
64325
  /**
63731
64326
  * TaskManagement service.
63732
64327
  * @module purecloud-platform-client-v2/api/TaskManagementApi
63733
- * @version 217.0.0
64328
+ * @version 218.0.0
63734
64329
  */
63735
64330
 
63736
64331
  /**
@@ -65836,7 +66431,7 @@ class TeamsApi {
65836
66431
  /**
65837
66432
  * Teams service.
65838
66433
  * @module purecloud-platform-client-v2/api/TeamsApi
65839
- * @version 217.0.0
66434
+ * @version 218.0.0
65840
66435
  */
65841
66436
 
65842
66437
  /**
@@ -66141,7 +66736,7 @@ class TelephonyApi {
66141
66736
  /**
66142
66737
  * Telephony service.
66143
66738
  * @module purecloud-platform-client-v2/api/TelephonyApi
66144
- * @version 217.0.0
66739
+ * @version 218.0.0
66145
66740
  */
66146
66741
 
66147
66742
  /**
@@ -66323,7 +66918,7 @@ class TelephonyProvidersEdgeApi {
66323
66918
  /**
66324
66919
  * TelephonyProvidersEdge service.
66325
66920
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
66326
- * @version 217.0.0
66921
+ * @version 218.0.0
66327
66922
  */
66328
66923
 
66329
66924
  /**
@@ -67505,6 +68100,7 @@ class TelephonyProvidersEdgeApi {
67505
68100
  * @param {Number} opts.pageNumber Page number (default to 1)
67506
68101
  * @param {String} opts.sortBy Sort by
67507
68102
  * @param {String} opts._number Deprecated, filtering by number not supported
68103
+ * @param {Array.<String>} opts.divisionId List of divisionIds on which to filter.
67508
68104
  */
67509
68105
  getTelephonyProvidersEdgesExtensionpools(opts) {
67510
68106
  opts = opts || {};
@@ -67514,7 +68110,7 @@ class TelephonyProvidersEdgeApi {
67514
68110
  '/api/v2/telephony/providers/edges/extensionpools',
67515
68111
  'GET',
67516
68112
  { },
67517
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'number': opts['_number'] },
68113
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'number': opts['_number'],'divisionId': this.apiClient.buildCollectionParam(opts['divisionId'], 'multi') },
67518
68114
  { },
67519
68115
  { },
67520
68116
  null,
@@ -69774,7 +70370,7 @@ class TextbotsApi {
69774
70370
  /**
69775
70371
  * Textbots service.
69776
70372
  * @module purecloud-platform-client-v2/api/TextbotsApi
69777
- * @version 217.0.0
70373
+ * @version 218.0.0
69778
70374
  */
69779
70375
 
69780
70376
  /**
@@ -69902,7 +70498,7 @@ class TokensApi {
69902
70498
  /**
69903
70499
  * Tokens service.
69904
70500
  * @module purecloud-platform-client-v2/api/TokensApi
69905
- * @version 217.0.0
70501
+ * @version 218.0.0
69906
70502
  */
69907
70503
 
69908
70504
  /**
@@ -70056,7 +70652,7 @@ class UploadsApi {
70056
70652
  /**
70057
70653
  * Uploads service.
70058
70654
  * @module purecloud-platform-client-v2/api/UploadsApi
70059
- * @version 217.0.0
70655
+ * @version 218.0.0
70060
70656
  */
70061
70657
 
70062
70658
  /**
@@ -70322,7 +70918,7 @@ class UsageApi {
70322
70918
  /**
70323
70919
  * Usage service.
70324
70920
  * @module purecloud-platform-client-v2/api/UsageApi
70325
- * @version 217.0.0
70921
+ * @version 218.0.0
70326
70922
  */
70327
70923
 
70328
70924
  /**
@@ -70537,7 +71133,7 @@ class UserRecordingsApi {
70537
71133
  /**
70538
71134
  * UserRecordings service.
70539
71135
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
70540
- * @version 217.0.0
71136
+ * @version 218.0.0
70541
71137
  */
70542
71138
 
70543
71139
  /**
@@ -70752,7 +71348,7 @@ class UsersApi {
70752
71348
  /**
70753
71349
  * Users service.
70754
71350
  * @module purecloud-platform-client-v2/api/UsersApi
70755
- * @version 217.0.0
71351
+ * @version 218.0.0
70756
71352
  */
70757
71353
 
70758
71354
  /**
@@ -73705,7 +74301,7 @@ class UtilitiesApi {
73705
74301
  /**
73706
74302
  * Utilities service.
73707
74303
  * @module purecloud-platform-client-v2/api/UtilitiesApi
73708
- * @version 217.0.0
74304
+ * @version 218.0.0
73709
74305
  */
73710
74306
 
73711
74307
  /**
@@ -73816,7 +74412,7 @@ class VoicemailApi {
73816
74412
  /**
73817
74413
  * Voicemail service.
73818
74414
  * @module purecloud-platform-client-v2/api/VoicemailApi
73819
- * @version 217.0.0
74415
+ * @version 218.0.0
73820
74416
  */
73821
74417
 
73822
74418
  /**
@@ -74538,7 +75134,7 @@ class WebChatApi {
74538
75134
  /**
74539
75135
  * WebChat service.
74540
75136
  * @module purecloud-platform-client-v2/api/WebChatApi
74541
- * @version 217.0.0
75137
+ * @version 218.0.0
74542
75138
  */
74543
75139
 
74544
75140
  /**
@@ -74581,9 +75177,10 @@ class WebChatApi {
74581
75177
 
74582
75178
  /**
74583
75179
  * Remove a member from a chat conversation
74584
- *
75180
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/
74585
75181
  * @param {String} conversationId conversationId
74586
75182
  * @param {String} memberId memberId
75183
+ * @deprecated
74587
75184
  */
74588
75185
  deleteWebchatGuestConversationMember(conversationId, memberId) {
74589
75186
  // verify the required parameter 'conversationId' is set
@@ -74709,8 +75306,9 @@ class WebChatApi {
74709
75306
 
74710
75307
  /**
74711
75308
  * Get all media requests to the guest in the conversation
74712
- *
75309
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/
74713
75310
  * @param {String} conversationId conversationId
75311
+ * @deprecated
74714
75312
  */
74715
75313
  getWebchatGuestConversationMediarequests(conversationId) {
74716
75314
  // verify the required parameter 'conversationId' is set
@@ -74734,9 +75332,10 @@ class WebChatApi {
74734
75332
 
74735
75333
  /**
74736
75334
  * Get a web chat conversation member
74737
- *
75335
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/
74738
75336
  * @param {String} conversationId conversationId
74739
75337
  * @param {String} memberId memberId
75338
+ * @deprecated
74740
75339
  */
74741
75340
  getWebchatGuestConversationMember(conversationId, memberId) {
74742
75341
  // verify the required parameter 'conversationId' is set
@@ -74764,12 +75363,13 @@ class WebChatApi {
74764
75363
 
74765
75364
  /**
74766
75365
  * Get the members of a chat conversation.
74767
- *
75366
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/
74768
75367
  * @param {String} conversationId conversationId
74769
75368
  * @param {Object} opts Optional parameters
74770
75369
  * @param {Number} opts.pageSize The number of entries to return per page, or omitted for the default. (default to 25)
74771
75370
  * @param {Number} opts.pageNumber The page number to return, or omitted for the first page. (default to 1)
74772
75371
  * @param {Boolean} opts.excludeDisconnectedMembers If true, the results will not contain members who have a DISCONNECTED state. (default to false)
75372
+ * @deprecated
74773
75373
  */
74774
75374
  getWebchatGuestConversationMembers(conversationId, opts) {
74775
75375
  opts = opts || {};
@@ -74795,9 +75395,10 @@ class WebChatApi {
74795
75395
 
74796
75396
  /**
74797
75397
  * Get a web chat conversation message
74798
- *
75398
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/
74799
75399
  * @param {String} conversationId conversationId
74800
75400
  * @param {String} messageId messageId
75401
+ * @deprecated
74801
75402
  */
74802
75403
  getWebchatGuestConversationMessage(conversationId, messageId) {
74803
75404
  // verify the required parameter 'conversationId' is set
@@ -74825,13 +75426,14 @@ class WebChatApi {
74825
75426
 
74826
75427
  /**
74827
75428
  * Get the messages of a chat conversation.
74828
- *
75429
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/
74829
75430
  * @param {String} conversationId conversationId
74830
75431
  * @param {Object} opts Optional parameters
74831
75432
  * @param {String} opts.after If available, get the messages chronologically after the id of this message
74832
75433
  * @param {String} opts.before If available, get the messages chronologically before the id of this message
74833
75434
  * @param {Object} opts.sortOrder Sort order (default to ascending)
74834
75435
  * @param {Number} opts.maxResults Limit the returned number of messages, up to a maximum of 100 (default to 100)
75436
+ * @deprecated
74835
75437
  */
74836
75438
  getWebchatGuestConversationMessages(conversationId, opts) {
74837
75439
  opts = opts || {};
@@ -74939,10 +75541,11 @@ class WebChatApi {
74939
75541
 
74940
75542
  /**
74941
75543
  * Send a message in a chat conversation.
74942
- *
75544
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/
74943
75545
  * @param {String} conversationId conversationId
74944
75546
  * @param {String} memberId memberId
74945
75547
  * @param {Object} body Message
75548
+ * @deprecated
74946
75549
  */
74947
75550
  postWebchatGuestConversationMemberMessages(conversationId, memberId, body) {
74948
75551
  // verify the required parameter 'conversationId' is set
@@ -74974,9 +75577,10 @@ class WebChatApi {
74974
75577
 
74975
75578
  /**
74976
75579
  * Send a typing-indicator in a chat conversation.
74977
- *
75580
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/
74978
75581
  * @param {String} conversationId conversationId
74979
75582
  * @param {String} memberId memberId
75583
+ * @deprecated
74980
75584
  */
74981
75585
  postWebchatGuestConversationMemberTyping(conversationId, memberId) {
74982
75586
  // verify the required parameter 'conversationId' is set
@@ -75004,8 +75608,9 @@ class WebChatApi {
75004
75608
 
75005
75609
  /**
75006
75610
  * Create an ACD chat conversation from an external customer.
75007
- * This endpoint will create a new ACD Chat conversation under the specified Chat Deployment. The conversation will begin with a guest member in it (with a role=CUSTOMER) according to the customer information that is supplied. If the guest member is authenticated, the memberAuthToken field should include his JWT as generated by the POST /api/v2/signeddata resource; if the guest member is anonymous (and the Deployment permits it) this field can be omitted. The returned data includes the IDs of the conversation created, along with a newly-create JWT token that you can supply to all future endpoints as authentication to perform operations against that conversation. After successfully creating a conversation, you should connect a websocket to the event stream named in the eventStreamUri field of the response; the conversation is not routed until the event stream is attached.
75611
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/. This endpoint will create a new ACD Chat conversation under the specified Chat Deployment. The conversation will begin with a guest member in it (with a role=CUSTOMER) according to the customer information that is supplied. If the guest member is authenticated, the memberAuthToken field should include his JWT as generated by the POST /api/v2/signeddata resource; if the guest member is anonymous (and the Deployment permits it) this field can be omitted. The returned data includes the IDs of the conversation created, along with a newly-create JWT token that you can supply to all future endpoints as authentication to perform operations against that conversation. After successfully creating a conversation, you should connect a websocket to the event stream named in the eventStreamUri field of the response; the conversation is not routed until the event stream is attached.
75008
75612
  * @param {Object} body CreateConversationRequest
75613
+ * @deprecated
75009
75614
  */
75010
75615
  postWebchatGuestConversations(body) {
75011
75616
  // verify the required parameter 'body' is set
@@ -75089,7 +75694,7 @@ class WebDeploymentsApi {
75089
75694
  /**
75090
75695
  * WebDeployments service.
75091
75696
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
75092
- * @version 217.0.0
75697
+ * @version 218.0.0
75093
75698
  */
75094
75699
 
75095
75700
  /**
@@ -75673,7 +76278,7 @@ class WebMessagingApi {
75673
76278
  /**
75674
76279
  * WebMessaging service.
75675
76280
  * @module purecloud-platform-client-v2/api/WebMessagingApi
75676
- * @version 217.0.0
76281
+ * @version 218.0.0
75677
76282
  */
75678
76283
 
75679
76284
  /**
@@ -75719,7 +76324,7 @@ class WidgetsApi {
75719
76324
  /**
75720
76325
  * Widgets service.
75721
76326
  * @module purecloud-platform-client-v2/api/WidgetsApi
75722
- * @version 217.0.0
76327
+ * @version 218.0.0
75723
76328
  */
75724
76329
 
75725
76330
  /**
@@ -75736,8 +76341,9 @@ class WidgetsApi {
75736
76341
 
75737
76342
  /**
75738
76343
  * Delete a Widget deployment
75739
- *
76344
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/.
75740
76345
  * @param {String} deploymentId Widget Config Id
76346
+ * @deprecated
75741
76347
  */
75742
76348
  deleteWidgetsDeployment(deploymentId) {
75743
76349
  // verify the required parameter 'deploymentId' is set
@@ -75761,8 +76367,9 @@ class WidgetsApi {
75761
76367
 
75762
76368
  /**
75763
76369
  * Get a Widget deployment
75764
- *
76370
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/.
75765
76371
  * @param {String} deploymentId Widget Config Id
76372
+ * @deprecated
75766
76373
  */
75767
76374
  getWidgetsDeployment(deploymentId) {
75768
76375
  // verify the required parameter 'deploymentId' is set
@@ -75786,7 +76393,8 @@ class WidgetsApi {
75786
76393
 
75787
76394
  /**
75788
76395
  * List Widget deployments
75789
- *
76396
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/.
76397
+ * @deprecated
75790
76398
  */
75791
76399
  getWidgetsDeployments() {
75792
76400
 
@@ -75806,8 +76414,9 @@ class WidgetsApi {
75806
76414
 
75807
76415
  /**
75808
76416
  * Create Widget deployment
75809
- *
76417
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/.
75810
76418
  * @param {Object} body Deployment
76419
+ * @deprecated
75811
76420
  */
75812
76421
  postWidgetsDeployments(body) {
75813
76422
  // verify the required parameter 'body' is set
@@ -75831,9 +76440,10 @@ class WidgetsApi {
75831
76440
 
75832
76441
  /**
75833
76442
  * Update a Widget deployment
75834
- *
76443
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-removal-of-acd-web-chat-version-2/.
75835
76444
  * @param {String} deploymentId Widget Config Id
75836
76445
  * @param {Object} body Deployment
76446
+ * @deprecated
75837
76447
  */
75838
76448
  putWidgetsDeployment(deploymentId, body) {
75839
76449
  // verify the required parameter 'deploymentId' is set
@@ -75865,7 +76475,7 @@ class WorkforceManagementApi {
75865
76475
  /**
75866
76476
  * WorkforceManagement service.
75867
76477
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
75868
- * @version 217.0.0
76478
+ * @version 218.0.0
75869
76479
  */
75870
76480
 
75871
76481
  /**
@@ -83258,7 +83868,7 @@ class WorkforceManagementApi {
83258
83868
  * </pre>
83259
83869
  * </p>
83260
83870
  * @module purecloud-platform-client-v2/index
83261
- * @version 217.0.0
83871
+ * @version 218.0.0
83262
83872
  */
83263
83873
  class platformClient {
83264
83874
  constructor() {