purecloud-platform-client-v2 189.0.0 → 190.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 (85) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +923 -109
  3. package/dist/web-amd/purecloud-platform-client-v2.js +923 -109
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +300 -112
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +385 -144
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +824 -453
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +86 -20
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +13 -8
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +207 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +2 -2
  52. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/RecordingApi.js +22 -1
  58. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/RoutingApi.js +8 -7
  60. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +516 -1
  85. package/src/purecloud-platform-client-v2/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purecloud-platform-client-v2",
3
- "version": "189.0.0",
3
+ "version": "190.0.0",
4
4
  "description": "A JavaScript library to interface with the PureCloud Platform API",
5
5
  "license": "MIT",
6
6
  "main": "dist/node/purecloud-platform-client-v2.js",
@@ -4,7 +4,7 @@ import { default as qs } from 'qs';
4
4
 
5
5
  /**
6
6
  * @module purecloud-platform-client-v2/ApiClient
7
- * @version 189.0.0
7
+ * @version 190.0.0
8
8
  */
9
9
  class ApiClient {
10
10
  /**
@@ -5,7 +5,7 @@ class AlertingApi {
5
5
  /**
6
6
  * Alerting service.
7
7
  * @module purecloud-platform-client-v2/api/AlertingApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AnalyticsApi {
5
5
  /**
6
6
  * Analytics service.
7
7
  * @module purecloud-platform-client-v2/api/AnalyticsApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ArchitectApi {
5
5
  /**
6
6
  * Architect service.
7
7
  * @module purecloud-platform-client-v2/api/ArchitectApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AuditApi {
5
5
  /**
6
6
  * Audit service.
7
7
  * @module purecloud-platform-client-v2/api/AuditApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AuthorizationApi {
5
5
  /**
6
6
  * Authorization service.
7
7
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class BillingApi {
5
5
  /**
6
6
  * Billing service.
7
7
  * @module purecloud-platform-client-v2/api/BillingApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class CarrierServicesApi {
5
5
  /**
6
6
  * CarrierServices service.
7
7
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ChatApi {
5
5
  /**
6
6
  * Chat service.
7
7
  * @module purecloud-platform-client-v2/api/ChatApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -25,7 +25,6 @@ class ChatApi {
25
25
  *
26
26
  * @param {String} roomJid roomId
27
27
  * @param {String} messageId messageId
28
- * deleteChatsRoomMessage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
29
28
  */
30
29
  deleteChatsRoomMessage(roomJid, messageId) {
31
30
  // verify the required parameter 'roomJid' is set
@@ -56,7 +55,6 @@ class ChatApi {
56
55
  *
57
56
  * @param {String} roomJid roomJid
58
57
  * @param {String} userId userId
59
- * deleteChatsRoomParticipant is a preview method and is subject to both breaking and non-breaking changes at any time without notice
60
58
  */
61
59
  deleteChatsRoomParticipant(roomJid, userId) {
62
60
  // verify the required parameter 'roomJid' is set
@@ -87,7 +85,6 @@ class ChatApi {
87
85
  *
88
86
  * @param {String} roomJid roomJid
89
87
  * @param {String} pinnedMessageId pinnedMessageId
90
- * deleteChatsRoomPinnedmessage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
91
88
  */
92
89
  deleteChatsRoomPinnedmessage(roomJid, pinnedMessageId) {
93
90
  // verify the required parameter 'roomJid' is set
@@ -118,7 +115,6 @@ class ChatApi {
118
115
  *
119
116
  * @param {String} userId userId
120
117
  * @param {String} messageId messageId
121
- * deleteChatsUserMessage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
122
118
  */
123
119
  deleteChatsUserMessage(userId, messageId) {
124
120
  // verify the required parameter 'userId' is set
@@ -148,7 +144,6 @@ class ChatApi {
148
144
  * Get a message
149
145
  *
150
146
  * @param {String} messageId messageId
151
- * getChatsMessage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
152
147
  */
153
148
  getChatsMessage(messageId) {
154
149
  // verify the required parameter 'messageId' is set
@@ -174,7 +169,6 @@ class ChatApi {
174
169
  * Get a room
175
170
  *
176
171
  * @param {String} roomJid roomJid
177
- * getChatsRoom is a preview method and is subject to both breaking and non-breaking changes at any time without notice
178
172
  */
179
173
  getChatsRoom(roomJid) {
180
174
  // verify the required parameter 'roomJid' is set
@@ -201,7 +195,6 @@ class ChatApi {
201
195
  *
202
196
  * @param {String} roomJid roomJid
203
197
  * @param {String} messageIds messageIds, comma separated
204
- * getChatsRoomMessage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
205
198
  */
206
199
  getChatsRoomMessage(roomJid, messageIds) {
207
200
  // verify the required parameter 'roomJid' is set
@@ -235,7 +228,6 @@ class ChatApi {
235
228
  * @param {String} opts.limit The maximum number of messages to retrieve
236
229
  * @param {String} opts.before The cutoff date for messages to retrieve
237
230
  * @param {String} opts.after The beginning date for messages to retrieve
238
- * getChatsRoomMessages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
239
231
  */
240
232
  getChatsRoomMessages(roomJid, opts) {
241
233
  opts = opts || {};
@@ -259,6 +251,61 @@ class ChatApi {
259
251
  );
260
252
  }
261
253
 
254
+ /**
255
+ * Get a room participant
256
+ *
257
+ * @param {String} roomJid roomJid
258
+ * @param {String} participantJid participantJid
259
+ */
260
+ getChatsRoomParticipant(roomJid, participantJid) {
261
+ // verify the required parameter 'roomJid' is set
262
+ if (roomJid === undefined || roomJid === null) {
263
+ throw 'Missing the required parameter "roomJid" when calling getChatsRoomParticipant';
264
+ }
265
+ // verify the required parameter 'participantJid' is set
266
+ if (participantJid === undefined || participantJid === null) {
267
+ throw 'Missing the required parameter "participantJid" when calling getChatsRoomParticipant';
268
+ }
269
+
270
+ return this.apiClient.callApi(
271
+ '/api/v2/chats/rooms/{roomJid}/participants/{participantJid}',
272
+ 'GET',
273
+ { 'roomJid': roomJid,'participantJid': participantJid },
274
+ { },
275
+ { },
276
+ { },
277
+ null,
278
+ ['PureCloud OAuth'],
279
+ ['application/json'],
280
+ ['application/json']
281
+ );
282
+ }
283
+
284
+ /**
285
+ * Get room participants in a room
286
+ *
287
+ * @param {String} roomJid roomJid
288
+ */
289
+ getChatsRoomParticipants(roomJid) {
290
+ // verify the required parameter 'roomJid' is set
291
+ if (roomJid === undefined || roomJid === null) {
292
+ throw 'Missing the required parameter "roomJid" when calling getChatsRoomParticipants';
293
+ }
294
+
295
+ return this.apiClient.callApi(
296
+ '/api/v2/chats/rooms/{roomJid}/participants',
297
+ 'GET',
298
+ { 'roomJid': roomJid },
299
+ { },
300
+ { },
301
+ { },
302
+ null,
303
+ ['PureCloud OAuth'],
304
+ ['application/json'],
305
+ ['application/json']
306
+ );
307
+ }
308
+
262
309
  /**
263
310
  * Get Chat Settings.
264
311
  *
@@ -287,7 +334,6 @@ class ChatApi {
287
334
  * @param {String} opts.limit The maximum number of messages to retrieve
288
335
  * @param {String} opts.before The cutoff date for messages to retrieve
289
336
  * @param {String} opts.after The beginning date for messages to retrieve
290
- * getChatsThreadMessages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
291
337
  */
292
338
  getChatsThreadMessages(threadId, opts) {
293
339
  opts = opts || {};
@@ -316,7 +362,6 @@ class ChatApi {
316
362
  *
317
363
  * @param {String} userId userId
318
364
  * @param {String} messageIds messageIds, comma separated
319
- * getChatsUserMessage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
320
365
  */
321
366
  getChatsUserMessage(userId, messageIds) {
322
367
  // verify the required parameter 'userId' is set
@@ -350,7 +395,6 @@ class ChatApi {
350
395
  * @param {String} opts.limit The maximum number of messages to retrieve
351
396
  * @param {String} opts.before The cutoff date for messages to retrieve
352
397
  * @param {String} opts.after The beginning date for messages to retrieve
353
- * getChatsUserMessages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
354
398
  */
355
399
  getChatsUserMessages(userId, opts) {
356
400
  opts = opts || {};
@@ -405,7 +449,6 @@ class ChatApi {
405
449
  *
406
450
  * @param {String} roomJid roomJid
407
451
  * @param {Object} body Room properties
408
- * patchChatsRoom is a preview method and is subject to both breaking and non-breaking changes at any time without notice
409
452
  */
410
453
  patchChatsRoom(roomJid, body) {
411
454
  // verify the required parameter 'roomJid' is set
@@ -437,7 +480,6 @@ class ChatApi {
437
480
  * @param {String} roomJid roomId
438
481
  * @param {String} messageId messageId
439
482
  * @param {Object} body messageBody
440
- * patchChatsRoomMessage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
441
483
  */
442
484
  patchChatsRoomMessage(roomJid, messageId, body) {
443
485
  // verify the required parameter 'roomJid' is set
@@ -498,7 +540,6 @@ class ChatApi {
498
540
  * @param {String} userId userId
499
541
  * @param {String} messageId messageId
500
542
  * @param {Object} body message body
501
- * patchChatsUserMessage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
502
543
  */
503
544
  patchChatsUserMessage(userId, messageId, body) {
504
545
  // verify the required parameter 'userId' is set
@@ -564,7 +605,6 @@ class ChatApi {
564
605
  *
565
606
  * @param {String} roomJid roomId
566
607
  * @param {Object} body messageBody
567
- * postChatsRoomMessages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
568
608
  */
569
609
  postChatsRoomMessages(roomJid, body) {
570
610
  // verify the required parameter 'roomJid' is set
@@ -595,7 +635,6 @@ class ChatApi {
595
635
  *
596
636
  * @param {String} roomJid roomJid
597
637
  * @param {String} userId userId
598
- * postChatsRoomParticipant is a preview method and is subject to both breaking and non-breaking changes at any time without notice
599
638
  */
600
639
  postChatsRoomParticipant(roomJid, userId) {
601
640
  // verify the required parameter 'roomJid' is set
@@ -626,7 +665,6 @@ class ChatApi {
626
665
  *
627
666
  * @param {String} roomJid roomJid
628
667
  * @param {Object} body Pinned Message Ids
629
- * postChatsRoomPinnedmessages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
630
668
  */
631
669
  postChatsRoomPinnedmessages(roomJid, body) {
632
670
  // verify the required parameter 'roomJid' is set
@@ -656,7 +694,6 @@ class ChatApi {
656
694
  * Create an adhoc room
657
695
  *
658
696
  * @param {Object} body Room properties
659
- * postChatsRooms is a preview method and is subject to both breaking and non-breaking changes at any time without notice
660
697
  */
661
698
  postChatsRooms(body) {
662
699
  // verify the required parameter 'body' is set
@@ -683,7 +720,6 @@ class ChatApi {
683
720
  *
684
721
  * @param {String} userId userId
685
722
  * @param {Object} body message body
686
- * postChatsUserMessages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
687
723
  */
688
724
  postChatsUserMessages(userId, body) {
689
725
  // verify the required parameter 'userId' is set
@@ -709,6 +745,36 @@ class ChatApi {
709
745
  );
710
746
  }
711
747
 
748
+ /**
749
+ * Update reactions to a message
750
+ *
751
+ * @param {String} messageId messageId
752
+ * @param {Object} body reactionUpdate
753
+ */
754
+ putChatsMessageReactions(messageId, body) {
755
+ // verify the required parameter 'messageId' is set
756
+ if (messageId === undefined || messageId === null) {
757
+ throw 'Missing the required parameter "messageId" when calling putChatsMessageReactions';
758
+ }
759
+ // verify the required parameter 'body' is set
760
+ if (body === undefined || body === null) {
761
+ throw 'Missing the required parameter "body" when calling putChatsMessageReactions';
762
+ }
763
+
764
+ return this.apiClient.callApi(
765
+ '/api/v2/chats/messages/{messageId}/reactions',
766
+ 'PUT',
767
+ { 'messageId': messageId },
768
+ { },
769
+ { },
770
+ { },
771
+ body,
772
+ ['PureCloud OAuth'],
773
+ ['application/json'],
774
+ ['application/json']
775
+ );
776
+ }
777
+
712
778
  /**
713
779
  * Update Chat Settings.
714
780
  *
@@ -5,7 +5,7 @@ class CoachingApi {
5
5
  /**
6
6
  * Coaching service.
7
7
  * @module purecloud-platform-client-v2/api/CoachingApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ContentManagementApi {
5
5
  /**
6
6
  * ContentManagement service.
7
7
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ConversationsApi {
5
5
  /**
6
6
  * Conversations service.
7
7
  * @module purecloud-platform-client-v2/api/ConversationsApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -298,8 +298,9 @@ class ConversationsApi {
298
298
 
299
299
  /**
300
300
  * Delete a Twitter messaging integration
301
- *
301
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-x-formerly-twitter-third-party-messaging-channel/
302
302
  * @param {String} integrationId Integration ID
303
+ * @deprecated
303
304
  */
304
305
  deleteConversationsMessagingIntegrationsTwitterIntegrationId(integrationId) {
305
306
  // verify the required parameter 'integrationId' is set
@@ -2374,14 +2375,15 @@ class ConversationsApi {
2374
2375
  }
2375
2376
 
2376
2377
  /**
2377
- * Get a list of Twitter Integrations
2378
- *
2378
+ * Get a list of Twitter Integrations (Deprecated)
2379
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-x-formerly-twitter-third-party-messaging-channel/
2379
2380
  * @param {Object} opts Optional parameters
2380
2381
  * @param {Number} opts.pageSize Page size (default to 25)
2381
2382
  * @param {Number} opts.pageNumber Page number (default to 1)
2382
2383
  * @param {Object} opts.expand Expand instructions for the return value.
2383
2384
  * @param {String} opts.supportedContentId Filter integrations returned based on the supported content ID
2384
2385
  * @param {String} opts.messagingSettingId Filter integrations returned based on the setting ID
2386
+ * @deprecated
2385
2387
  */
2386
2388
  getConversationsMessagingIntegrationsTwitter(opts) {
2387
2389
  opts = opts || {};
@@ -2402,11 +2404,12 @@ class ConversationsApi {
2402
2404
  }
2403
2405
 
2404
2406
  /**
2405
- * Get a Twitter messaging integration
2406
- *
2407
+ * Get a Twitter messaging integration (Deprecated)
2408
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-x-formerly-twitter-third-party-messaging-channel/
2407
2409
  * @param {String} integrationId Integration ID
2408
2410
  * @param {Object} opts Optional parameters
2409
2411
  * @param {Object} opts.expand Expand instructions for the return value.
2412
+ * @deprecated
2410
2413
  */
2411
2414
  getConversationsMessagingIntegrationsTwitterIntegrationId(integrationId, opts) {
2412
2415
  opts = opts || {};
@@ -4025,9 +4028,10 @@ class ConversationsApi {
4025
4028
 
4026
4029
  /**
4027
4030
  * Update Twitter messaging integration
4028
- *
4031
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-x-formerly-twitter-third-party-messaging-channel/
4029
4032
  * @param {String} integrationId Integration ID
4030
4033
  * @param {Object} body TwitterIntegrationRequest
4034
+ * @deprecated
4031
4035
  */
4032
4036
  patchConversationsMessagingIntegrationsTwitterIntegrationId(integrationId, body) {
4033
4037
  // verify the required parameter 'integrationId' is set
@@ -6313,8 +6317,9 @@ class ConversationsApi {
6313
6317
 
6314
6318
  /**
6315
6319
  * Create a Twitter Integration
6316
- *
6320
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-x-formerly-twitter-third-party-messaging-channel/
6317
6321
  * @param {Object} body TwitterIntegrationRequest
6322
+ * @deprecated
6318
6323
  */
6319
6324
  postConversationsMessagingIntegrationsTwitter(body) {
6320
6325
  // verify the required parameter 'body' is set
@@ -5,7 +5,7 @@ class DataExtensionsApi {
5
5
  /**
6
6
  * DataExtensions service.
7
7
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class DownloadsApi {
5
5
  /**
6
6
  * Downloads service.
7
7
  * @module purecloud-platform-client-v2/api/DownloadsApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class EmailsApi {
5
5
  /**
6
6
  * Emails service.
7
7
  * @module purecloud-platform-client-v2/api/EmailsApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class EventsApi {
5
5
  /**
6
6
  * Events service.
7
7
  * @module purecloud-platform-client-v2/api/EventsApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ExternalContactsApi {
5
5
  /**
6
6
  * ExternalContacts service.
7
7
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class FaxApi {
5
5
  /**
6
6
  * Fax service.
7
7
  * @module purecloud-platform-client-v2/api/FaxApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class FlowsApi {
5
5
  /**
6
6
  * Flows service.
7
7
  * @module purecloud-platform-client-v2/api/FlowsApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GamificationApi {
5
5
  /**
6
6
  * Gamification service.
7
7
  * @module purecloud-platform-client-v2/api/GamificationApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GeneralDataProtectionRegulationApi {
5
5
  /**
6
6
  * GeneralDataProtectionRegulation service.
7
7
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GeolocationApi {
5
5
  /**
6
6
  * Geolocation service.
7
7
  * @module purecloud-platform-client-v2/api/GeolocationApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GreetingsApi {
5
5
  /**
6
6
  * Greetings service.
7
7
  * @module purecloud-platform-client-v2/api/GreetingsApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GroupsApi {
5
5
  /**
6
6
  * Groups service.
7
7
  * @module purecloud-platform-client-v2/api/GroupsApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class IdentityProviderApi {
5
5
  /**
6
6
  * IdentityProvider service.
7
7
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class InfrastructureAsCodeApi {
5
5
  /**
6
6
  * InfrastructureAsCode service.
7
7
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class IntegrationsApi {
5
5
  /**
6
6
  * Integrations service.
7
7
  * @module purecloud-platform-client-v2/api/IntegrationsApi
8
- * @version 189.0.0
8
+ * @version 190.0.0
9
9
  */
10
10
 
11
11
  /**