purecloud-platform-client-v2 190.0.0 → 192.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 +654 -173
  3. package/dist/web-amd/purecloud-platform-client-v2.js +654 -173
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +419 -288
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +467 -323
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +846 -290
  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 +162 -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 +13 -5
  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 +127 -39
  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 +50 -16
  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 +45 -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 +3 -2
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +22 -1
  40. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -2
  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 +1 -1
  52. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OutboundApi.js +4 -3
  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 +3 -3
  57. package/src/purecloud-platform-client-v2/api/RecordingApi.js +3 -2
  58. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +26 -1
  59. package/src/purecloud-platform-client-v2/api/RoutingApi.js +27 -1
  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 +2 -2
  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 +79 -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 -22
  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 +11 -6
  76. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UsersApi.js +13 -5
  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 +5 -3
  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 +1 -1
  85. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -5,7 +5,7 @@ class ConversationsApi {
5
5
  /**
6
6
  * Conversations service.
7
7
  * @module purecloud-platform-client-v2/api/ConversationsApi
8
- * @version 190.0.0
8
+ * @version 192.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -1380,12 +1380,13 @@ class ConversationsApi {
1380
1380
 
1381
1381
  /**
1382
1382
  * Get the wrap-up for this conversation communication.
1383
- *
1383
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
1384
1384
  * @param {String} conversationId conversationId
1385
1385
  * @param {String} participantId participantId
1386
1386
  * @param {String} communicationId communicationId
1387
1387
  * @param {Object} opts Optional parameters
1388
1388
  * @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
1389
+ * @deprecated
1389
1390
  */
1390
1391
  getConversationsCobrowsesessionParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
1391
1392
  opts = opts || {};
@@ -1419,11 +1420,12 @@ class ConversationsApi {
1419
1420
 
1420
1421
  /**
1421
1422
  * Get the wrap-up for this conversation participant.
1422
- *
1423
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
1423
1424
  * @param {String} conversationId conversationId
1424
1425
  * @param {String} participantId participantId
1425
1426
  * @param {Object} opts Optional parameters
1426
1427
  * @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
1428
+ * @deprecated
1427
1429
  */
1428
1430
  getConversationsCobrowsesessionParticipantWrapup(conversationId, participantId, opts) {
1429
1431
  opts = opts || {};
@@ -1453,9 +1455,10 @@ class ConversationsApi {
1453
1455
 
1454
1456
  /**
1455
1457
  * Get list of wrapup codes for this conversation participant
1456
- *
1458
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
1457
1459
  * @param {String} conversationId conversationId
1458
1460
  * @param {String} participantId participantId
1461
+ * @deprecated
1459
1462
  */
1460
1463
  getConversationsCobrowsesessionParticipantWrapupcodes(conversationId, participantId) {
1461
1464
  // verify the required parameter 'conversationId' is set
@@ -2116,6 +2119,26 @@ class ConversationsApi {
2116
2119
  );
2117
2120
  }
2118
2121
 
2122
+ /**
2123
+ * Get a list of Facebook Permissions
2124
+ *
2125
+ */
2126
+ getConversationsMessagingFacebookPermissions() {
2127
+
2128
+ return this.apiClient.callApi(
2129
+ '/api/v2/conversations/messaging/facebook/permissions',
2130
+ 'GET',
2131
+ { },
2132
+ { },
2133
+ { },
2134
+ { },
2135
+ null,
2136
+ ['PureCloud OAuth'],
2137
+ ['application/json'],
2138
+ ['application/json']
2139
+ );
2140
+ }
2141
+
2119
2142
  /**
2120
2143
  * Get a list of Integrations
2121
2144
  *
@@ -2561,12 +2584,13 @@ class ConversationsApi {
2561
2584
  }
2562
2585
 
2563
2586
  /**
2564
- * Get a list of Messaging Stickers
2565
- *
2587
+ * Get a list of Messaging Stickers (Deprecated)
2588
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-line-third-party-messaging-channel/
2566
2589
  * @param {Object} messengerType Messenger Type
2567
2590
  * @param {Object} opts Optional parameters
2568
2591
  * @param {Number} opts.pageSize Page size (default to 25)
2569
2592
  * @param {Number} opts.pageNumber Page number (default to 1)
2593
+ * @deprecated
2570
2594
  */
2571
2595
  getConversationsMessagingSticker(messengerType, opts) {
2572
2596
  opts = opts || {};
@@ -2682,12 +2706,13 @@ class ConversationsApi {
2682
2706
 
2683
2707
  /**
2684
2708
  * Get the wrap-up for this conversation communication.
2685
- *
2709
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
2686
2710
  * @param {String} conversationId conversationId
2687
2711
  * @param {String} participantId participantId
2688
2712
  * @param {String} communicationId communicationId
2689
2713
  * @param {Object} opts Optional parameters
2690
2714
  * @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
2715
+ * @deprecated
2691
2716
  */
2692
2717
  getConversationsScreenshareParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
2693
2718
  opts = opts || {};
@@ -3491,9 +3516,10 @@ class ConversationsApi {
3491
3516
 
3492
3517
  /**
3493
3518
  * Update a conversation by disconnecting all of the participants
3494
- *
3519
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
3495
3520
  * @param {String} conversationId conversationId
3496
3521
  * @param {Object} body Conversation
3522
+ * @deprecated
3497
3523
  */
3498
3524
  patchConversationsCobrowsesession(conversationId, body) {
3499
3525
  // verify the required parameter 'conversationId' is set
@@ -3521,11 +3547,12 @@ class ConversationsApi {
3521
3547
 
3522
3548
  /**
3523
3549
  * Update conversation participant
3524
- *
3550
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
3525
3551
  * @param {String} conversationId conversationId
3526
3552
  * @param {String} participantId participantId
3527
3553
  * @param {Object} opts Optional parameters
3528
3554
  * @param {Object} opts.body
3555
+ * @deprecated
3529
3556
  */
3530
3557
  patchConversationsCobrowsesessionParticipant(conversationId, participantId, opts) {
3531
3558
  opts = opts || {};
@@ -3555,11 +3582,12 @@ class ConversationsApi {
3555
3582
 
3556
3583
  /**
3557
3584
  * Update the attributes on a conversation participant.
3558
- *
3585
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
3559
3586
  * @param {String} conversationId conversationId
3560
3587
  * @param {String} participantId participantId
3561
3588
  * @param {Object} opts Optional parameters
3562
3589
  * @param {Object} opts.body
3590
+ * @deprecated
3563
3591
  */
3564
3592
  patchConversationsCobrowsesessionParticipantAttributes(conversationId, participantId, opts) {
3565
3593
  opts = opts || {};
@@ -3589,11 +3617,12 @@ class ConversationsApi {
3589
3617
 
3590
3618
  /**
3591
3619
  * Update conversation participant's communication by disconnecting it.
3592
- *
3620
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
3593
3621
  * @param {String} conversationId conversationId
3594
3622
  * @param {String} participantId participantId
3595
3623
  * @param {String} communicationId communicationId
3596
3624
  * @param {Object} body Participant
3625
+ * @deprecated
3597
3626
  */
3598
3627
  patchConversationsCobrowsesessionParticipantCommunication(conversationId, participantId, communicationId, body) {
3599
3628
  // verify the required parameter 'conversationId' is set
@@ -5451,12 +5480,13 @@ class ConversationsApi {
5451
5480
 
5452
5481
  /**
5453
5482
  * Apply wrap-up for this conversation communication
5454
- *
5483
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
5455
5484
  * @param {String} conversationId conversationId
5456
5485
  * @param {String} participantId participantId
5457
5486
  * @param {String} communicationId communicationId
5458
5487
  * @param {Object} opts Optional parameters
5459
5488
  * @param {Object} opts.body Wrap-up
5489
+ * @deprecated
5460
5490
  */
5461
5491
  postConversationsCobrowsesessionParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
5462
5492
  opts = opts || {};
@@ -5490,11 +5520,12 @@ class ConversationsApi {
5490
5520
 
5491
5521
  /**
5492
5522
  * Replace this participant with the specified user and/or address
5493
- *
5523
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
5494
5524
  * @param {String} conversationId conversationId
5495
5525
  * @param {String} participantId participantId
5496
5526
  * @param {Object} opts Optional parameters
5497
5527
  * @param {Object} opts.body
5528
+ * @deprecated
5498
5529
  */
5499
5530
  postConversationsCobrowsesessionParticipantReplace(conversationId, participantId, opts) {
5500
5531
  opts = opts || {};
@@ -6191,8 +6222,9 @@ class ConversationsApi {
6191
6222
 
6192
6223
  /**
6193
6224
  * Send an inbound Open Message
6194
- * Send an inbound message to an Open Messaging integration. In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. This will either generate a new Conversation, or be a part of an existing conversation. See https://developer.genesys.cloud/api/digital/openmessaging/ for example usage.
6225
+ * [This API is deprecated. Instead, use 1. POST /api/v2/conversations/messages/{integrationId}/inbound/open/event, if you want to send an inbound Open Event Message 2. POST /api/v2/conversations/messages/{integrationId}/inbound/open/message, if you want to send an inbound Open Message 3. POST /api/v2/conversations/messages/{integrationId}/inbound/open/receipt, to send an inbound Open Receipt Message] In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. This will either generate a new Conversation, or be a part of an existing conversation. See https://developer.genesys.cloud/api/digital/openmessaging/ for example usage.
6195
6226
  * @param {Object} body NormalizedMessage
6227
+ * @deprecated
6196
6228
  */
6197
6229
  postConversationsMessagesInboundOpen(body) {
6198
6230
  // verify the required parameter 'body' is set
@@ -6469,12 +6501,13 @@ class ConversationsApi {
6469
6501
 
6470
6502
  /**
6471
6503
  * Apply wrap-up for this conversation communication
6472
- *
6504
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
6473
6505
  * @param {String} conversationId conversationId
6474
6506
  * @param {String} participantId participantId
6475
6507
  * @param {String} communicationId communicationId
6476
6508
  * @param {Object} opts Optional parameters
6477
6509
  * @param {Object} opts.body Wrap-up
6510
+ * @deprecated
6478
6511
  */
6479
6512
  postConversationsScreenshareParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
6480
6513
  opts = opts || {};
@@ -7088,9 +7121,10 @@ class ConversationsApi {
7088
7121
 
7089
7122
  /**
7090
7123
  * Update a conversation by setting its recording state
7091
- *
7124
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
7092
7125
  * @param {String} conversationId conversationId
7093
7126
  * @param {Object} body SetRecordingState
7127
+ * @deprecated
7094
7128
  */
7095
7129
  putConversationsScreenshareRecordingstate(conversationId, body) {
7096
7130
  // verify the required parameter 'conversationId' 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 190.0.0
8
+ * @version 192.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 190.0.0
8
+ * @version 192.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 190.0.0
8
+ * @version 192.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 190.0.0
8
+ * @version 192.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 190.0.0
8
+ * @version 192.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 190.0.0
8
+ * @version 192.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -120,6 +120,26 @@ class FaxApi {
120
120
  );
121
121
  }
122
122
 
123
+ /**
124
+ * Get organization config for given organization
125
+ *
126
+ */
127
+ getFaxSettings() {
128
+
129
+ return this.apiClient.callApi(
130
+ '/api/v2/fax/settings',
131
+ 'GET',
132
+ { },
133
+ { },
134
+ { },
135
+ { },
136
+ null,
137
+ ['PureCloud OAuth'],
138
+ ['application/json'],
139
+ ['application/json']
140
+ );
141
+ }
142
+
123
143
  /**
124
144
  * Get fax summary
125
145
  *
@@ -170,6 +190,30 @@ class FaxApi {
170
190
  );
171
191
  }
172
192
 
193
+ /**
194
+ * Update/write organization config for given organization
195
+ *
196
+ * @param {Object} opts Optional parameters
197
+ * @param {Object} opts.body
198
+ */
199
+ putFaxSettings(opts) {
200
+ opts = opts || {};
201
+
202
+
203
+ return this.apiClient.callApi(
204
+ '/api/v2/fax/settings',
205
+ 'PUT',
206
+ { },
207
+ { },
208
+ { },
209
+ { },
210
+ opts['body'],
211
+ ['PureCloud OAuth'],
212
+ ['application/json'],
213
+ ['application/json']
214
+ );
215
+ }
216
+
173
217
  }
174
218
 
175
219
 
@@ -5,7 +5,7 @@ class FlowsApi {
5
5
  /**
6
6
  * Flows service.
7
7
  * @module purecloud-platform-client-v2/api/FlowsApi
8
- * @version 190.0.0
8
+ * @version 192.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 190.0.0
8
+ * @version 192.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 190.0.0
8
+ * @version 192.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 190.0.0
8
+ * @version 192.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 190.0.0
8
+ * @version 192.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 190.0.0
8
+ * @version 192.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 190.0.0
8
+ * @version 192.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 190.0.0
8
+ * @version 192.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 190.0.0
8
+ * @version 192.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -764,7 +764,7 @@ class IntegrationsApi {
764
764
 
765
765
  /**
766
766
  * UC integration client application configuration.
767
- * This endpoint returns basic UI configuration data for all Unified Communications integrations client applications enabled for the current organization.
767
+ * Deprecated: Please use GET /integrations/unifiedcommunications/clientapps instead. This endpoint returns basic UI configuration data for all Unified Communications integrations client applications enabled for the current organization.
768
768
  * @param {Object} opts Optional parameters
769
769
  * @param {Number} opts.pageSize The total page size requested (default to 25)
770
770
  * @param {Number} opts.pageNumber The page number requested (default to 1)
@@ -772,6 +772,7 @@ class IntegrationsApi {
772
772
  * @param {Array.<String>} opts.expand variable name requested by expand list
773
773
  * @param {String} opts.nextPage next page token
774
774
  * @param {String} opts.previousPage Previous page token
775
+ * @deprecated
775
776
  */
776
777
  getIntegrationsClientappsUnifiedcommunications(opts) {
777
778
  opts = opts || {};
@@ -5,7 +5,7 @@ class JourneyApi {
5
5
  /**
6
6
  * Journey service.
7
7
  * @module purecloud-platform-client-v2/api/JourneyApi
8
- * @version 190.0.0
8
+ * @version 192.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class KnowledgeApi {
5
5
  /**
6
6
  * Knowledge service.
7
7
  * @module purecloud-platform-client-v2/api/KnowledgeApi
8
- * @version 190.0.0
8
+ * @version 192.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LanguageUnderstandingApi {
5
5
  /**
6
6
  * LanguageUnderstanding service.
7
7
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
8
- * @version 190.0.0
8
+ * @version 192.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -645,6 +645,27 @@ class LanguageUnderstandingApi {
645
645
  );
646
646
  }
647
647
 
648
+ /**
649
+ * Get Organization Configuration
650
+ *
651
+ * getLanguageunderstandingSettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
652
+ */
653
+ getLanguageunderstandingSettings() {
654
+
655
+ return this.apiClient.callApi(
656
+ '/api/v2/languageunderstanding/settings',
657
+ 'GET',
658
+ { },
659
+ { },
660
+ { },
661
+ { },
662
+ null,
663
+ ['PureCloud OAuth'],
664
+ ['application/json'],
665
+ ['application/json']
666
+ );
667
+ }
668
+
648
669
  /**
649
670
  * Update an NLU Domain.
650
671
  *
@@ -5,7 +5,7 @@ class LanguagesApi {
5
5
  /**
6
6
  * Languages service.
7
7
  * @module purecloud-platform-client-v2/api/LanguagesApi
8
- * @version 190.0.0
8
+ * @version 192.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LearningApi {
5
5
  /**
6
6
  * Learning service.
7
7
  * @module purecloud-platform-client-v2/api/LearningApi
8
- * @version 190.0.0
8
+ * @version 192.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -449,7 +449,6 @@ class LearningApi {
449
449
  * @param {String} moduleId Key identifier for the module
450
450
  * @param {String} userId Key identifier for the user
451
451
  * @param {Object} body The learning request for updating the assignment
452
- * patchLearningModuleUserAssignments is a preview method and is subject to both breaking and non-breaking changes at any time without notice
453
452
  */
454
453
  patchLearningModuleUserAssignments(moduleId, userId, body) {
455
454
  // verify the required parameter 'moduleId' is set
@@ -5,7 +5,7 @@ class LicenseApi {
5
5
  /**
6
6
  * License service.
7
7
  * @module purecloud-platform-client-v2/api/LicenseApi
8
- * @version 190.0.0
8
+ * @version 192.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LocationsApi {
5
5
  /**
6
6
  * Locations service.
7
7
  * @module purecloud-platform-client-v2/api/LocationsApi
8
- * @version 190.0.0
8
+ * @version 192.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LogCaptureApi {
5
5
  /**
6
6
  * LogCapture service.
7
7
  * @module purecloud-platform-client-v2/api/LogCaptureApi
8
- * @version 190.0.0
8
+ * @version 192.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class MessagingApi {
5
5
  /**
6
6
  * Messaging service.
7
7
  * @module purecloud-platform-client-v2/api/MessagingApi
8
- * @version 190.0.0
8
+ * @version 192.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class MobileDevicesApi {
5
5
  /**
6
6
  * MobileDevices service.
7
7
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
8
- * @version 190.0.0
8
+ * @version 192.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class NotificationsApi {
5
5
  /**
6
6
  * Notifications service.
7
7
  * @module purecloud-platform-client-v2/api/NotificationsApi
8
- * @version 190.0.0
8
+ * @version 192.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class OAuthApi {
5
5
  /**
6
6
  * OAuth service.
7
7
  * @module purecloud-platform-client-v2/api/OAuthApi
8
- * @version 190.0.0
8
+ * @version 192.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ObjectsApi {
5
5
  /**
6
6
  * Objects service.
7
7
  * @module purecloud-platform-client-v2/api/ObjectsApi
8
- * @version 190.0.0
8
+ * @version 192.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class OperationalEventsApi {
5
5
  /**
6
6
  * OperationalEvents service.
7
7
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
8
- * @version 190.0.0
8
+ * @version 192.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class OrganizationApi {
5
5
  /**
6
6
  * Organization service.
7
7
  * @module purecloud-platform-client-v2/api/OrganizationApi
8
- * @version 190.0.0
8
+ * @version 192.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class OrganizationAuthorizationApi {
5
5
  /**
6
6
  * OrganizationAuthorization service.
7
7
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
8
- * @version 190.0.0
8
+ * @version 192.0.0
9
9
  */
10
10
 
11
11
  /**