purecloud-platform-client-v2 135.0.0 → 136.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 (73) hide show
  1. package/README.md +32 -29
  2. package/dist/node/purecloud-platform-client-v2.js +238 -107
  3. package/dist/web-amd/purecloud-platform-client-v2.js +238 -107
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +238 -107
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +248 -118
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +368 -227
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +2 -2
  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/ChatApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +3 -3
  21. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/GamificationApi.js +29 -29
  26. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +11 -9
  32. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/RecordingApi.js +128 -3
  50. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/RoutingApi.js +7 -3
  52. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -395,7 +395,7 @@ class Configuration {
395
395
 
396
396
  /**
397
397
  * @module purecloud-platform-client-v2/ApiClient
398
- * @version 135.0.0
398
+ * @version 136.0.0
399
399
  */
400
400
  class ApiClient {
401
401
  /**
@@ -1342,7 +1342,7 @@ class ApiClient {
1342
1342
 
1343
1343
  // set header parameters
1344
1344
  request.set(that.defaultHeaders).set(that.normalizeParams(headerParams));
1345
- //request.set({ 'purecloud-sdk': '135.0.0' });
1345
+ //request.set({ 'purecloud-sdk': '136.0.0' });
1346
1346
 
1347
1347
  // set request timeout
1348
1348
  request.timeout(that.timeout);
@@ -1442,7 +1442,7 @@ class AlertingApi {
1442
1442
  /**
1443
1443
  * Alerting service.
1444
1444
  * @module purecloud-platform-client-v2/api/AlertingApi
1445
- * @version 135.0.0
1445
+ * @version 136.0.0
1446
1446
  */
1447
1447
 
1448
1448
  /**
@@ -1756,7 +1756,7 @@ class AnalyticsApi {
1756
1756
  /**
1757
1757
  * Analytics service.
1758
1758
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1759
- * @version 135.0.0
1759
+ * @version 136.0.0
1760
1760
  */
1761
1761
 
1762
1762
  /**
@@ -2938,7 +2938,7 @@ class ArchitectApi {
2938
2938
  /**
2939
2939
  * Architect service.
2940
2940
  * @module purecloud-platform-client-v2/api/ArchitectApi
2941
- * @version 135.0.0
2941
+ * @version 136.0.0
2942
2942
  */
2943
2943
 
2944
2944
  /**
@@ -5934,7 +5934,7 @@ class AuditApi {
5934
5934
  /**
5935
5935
  * Audit service.
5936
5936
  * @module purecloud-platform-client-v2/api/AuditApi
5937
- * @version 135.0.0
5937
+ * @version 136.0.0
5938
5938
  */
5939
5939
 
5940
5940
  /**
@@ -6105,7 +6105,7 @@ class AuthorizationApi {
6105
6105
  /**
6106
6106
  * Authorization service.
6107
6107
  * @module purecloud-platform-client-v2/api/AuthorizationApi
6108
- * @version 135.0.0
6108
+ * @version 136.0.0
6109
6109
  */
6110
6110
 
6111
6111
  /**
@@ -7288,7 +7288,7 @@ class BillingApi {
7288
7288
  /**
7289
7289
  * Billing service.
7290
7290
  * @module purecloud-platform-client-v2/api/BillingApi
7291
- * @version 135.0.0
7291
+ * @version 136.0.0
7292
7292
  */
7293
7293
 
7294
7294
  /**
@@ -7368,7 +7368,7 @@ class ChatApi {
7368
7368
  /**
7369
7369
  * Chat service.
7370
7370
  * @module purecloud-platform-client-v2/api/ChatApi
7371
- * @version 135.0.0
7371
+ * @version 136.0.0
7372
7372
  */
7373
7373
 
7374
7374
  /**
@@ -7459,7 +7459,7 @@ class CoachingApi {
7459
7459
  /**
7460
7460
  * Coaching service.
7461
7461
  * @module purecloud-platform-client-v2/api/CoachingApi
7462
- * @version 135.0.0
7462
+ * @version 136.0.0
7463
7463
  */
7464
7464
 
7465
7465
  /**
@@ -8036,7 +8036,7 @@ class ContentManagementApi {
8036
8036
  /**
8037
8037
  * ContentManagement service.
8038
8038
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8039
- * @version 135.0.0
8039
+ * @version 136.0.0
8040
8040
  */
8041
8041
 
8042
8042
  /**
@@ -9176,7 +9176,7 @@ class ConversationsApi {
9176
9176
  /**
9177
9177
  * Conversations service.
9178
9178
  * @module purecloud-platform-client-v2/api/ConversationsApi
9179
- * @version 135.0.0
9179
+ * @version 136.0.0
9180
9180
  */
9181
9181
 
9182
9182
  /**
@@ -12255,8 +12255,8 @@ class ConversationsApi {
12255
12255
  }
12256
12256
 
12257
12257
  /**
12258
- * Update or activate a WhatsApp messaging integration.
12259
- * The following steps are required in order to fully activate a Whatsapp Integration: Initially, you will need to get an activation code by sending: an action set to Activate, and an authenticationMethod choosing from Sms or Voice. Finally, once you have been informed of an activation code on selected authenticationMethod, you will need to confirm the code by sending: an action set to Confirm, and the confirmationCode you have received from Whatsapp.
12258
+ * Update or activate a WhatsApp messaging integration
12259
+ * The following steps are required in order to fully activate a WhatsApp Integration: Initially, you will need to get an activation code by sending: an action set to Activate, and an authenticationMethod choosing from Sms or Voice. Finally, once you have been informed of an activation code on selected authenticationMethod, you will need to confirm the code by sending: an action set to Confirm, and the confirmationCode you have received from Whatsapp.
12260
12260
  * @param {String} integrationId Integration ID
12261
12261
  * @param {Object} body WhatsAppIntegrationUpdateRequest
12262
12262
  */
@@ -13840,7 +13840,7 @@ class DataExtensionsApi {
13840
13840
  /**
13841
13841
  * DataExtensions service.
13842
13842
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
13843
- * @version 135.0.0
13843
+ * @version 136.0.0
13844
13844
  */
13845
13845
 
13846
13846
  /**
@@ -13926,7 +13926,7 @@ class ExternalContactsApi {
13926
13926
  /**
13927
13927
  * ExternalContacts service.
13928
13928
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
13929
- * @version 135.0.0
13929
+ * @version 136.0.0
13930
13930
  */
13931
13931
 
13932
13932
  /**
@@ -15669,7 +15669,7 @@ class FaxApi {
15669
15669
  /**
15670
15670
  * Fax service.
15671
15671
  * @module purecloud-platform-client-v2/api/FaxApi
15672
- * @version 135.0.0
15672
+ * @version 136.0.0
15673
15673
  */
15674
15674
 
15675
15675
  /**
@@ -15840,7 +15840,7 @@ class FlowsApi {
15840
15840
  /**
15841
15841
  * Flows service.
15842
15842
  * @module purecloud-platform-client-v2/api/FlowsApi
15843
- * @version 135.0.0
15843
+ * @version 136.0.0
15844
15844
  */
15845
15845
 
15846
15846
  /**
@@ -15911,7 +15911,7 @@ class GamificationApi {
15911
15911
  /**
15912
15912
  * Gamification service.
15913
15913
  * @module purecloud-platform-client-v2/api/GamificationApi
15914
- * @version 135.0.0
15914
+ * @version 136.0.0
15915
15915
  */
15916
15916
 
15917
15917
  /**
@@ -16157,18 +16157,18 @@ class GamificationApi {
16157
16157
  /**
16158
16158
  * Performance profile by id
16159
16159
  *
16160
- * @param {String} performanceProfileId Performance Profile Id
16160
+ * @param {String} profileId performanceProfileId
16161
16161
  */
16162
- getGamificationProfile(performanceProfileId) {
16163
- // verify the required parameter 'performanceProfileId' is set
16164
- if (performanceProfileId === undefined || performanceProfileId === null) {
16165
- throw 'Missing the required parameter "performanceProfileId" when calling getGamificationProfile';
16162
+ getGamificationProfile(profileId) {
16163
+ // verify the required parameter 'profileId' is set
16164
+ if (profileId === undefined || profileId === null) {
16165
+ throw 'Missing the required parameter "profileId" when calling getGamificationProfile';
16166
16166
  }
16167
16167
 
16168
16168
  return this.apiClient.callApi(
16169
- '/api/v2/gamification/profiles/{performanceProfileId}',
16169
+ '/api/v2/gamification/profiles/{profileId}',
16170
16170
  'GET',
16171
- { 'performanceProfileId': performanceProfileId },
16171
+ { 'profileId': profileId },
16172
16172
  { },
16173
16173
  { },
16174
16174
  { },
@@ -17011,18 +17011,18 @@ class GamificationApi {
17011
17011
  /**
17012
17012
  * Activate a performance profile
17013
17013
  *
17014
- * @param {String} performanceProfileId Performance Profile Id
17014
+ * @param {String} profileId performanceProfileId
17015
17015
  */
17016
- postGamificationProfileActivate(performanceProfileId) {
17017
- // verify the required parameter 'performanceProfileId' is set
17018
- if (performanceProfileId === undefined || performanceProfileId === null) {
17019
- throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileActivate';
17016
+ postGamificationProfileActivate(profileId) {
17017
+ // verify the required parameter 'profileId' is set
17018
+ if (profileId === undefined || profileId === null) {
17019
+ throw 'Missing the required parameter "profileId" when calling postGamificationProfileActivate';
17020
17020
  }
17021
17021
 
17022
17022
  return this.apiClient.callApi(
17023
- '/api/v2/gamification/profiles/{performanceProfileId}/activate',
17023
+ '/api/v2/gamification/profiles/{profileId}/activate',
17024
17024
  'POST',
17025
- { 'performanceProfileId': performanceProfileId },
17025
+ { 'profileId': profileId },
17026
17026
  { },
17027
17027
  { },
17028
17028
  { },
@@ -17036,18 +17036,18 @@ class GamificationApi {
17036
17036
  /**
17037
17037
  * Deactivate a performance profile
17038
17038
  *
17039
- * @param {String} performanceProfileId Performance Profile Id
17039
+ * @param {String} profileId performanceProfileId
17040
17040
  */
17041
- postGamificationProfileDeactivate(performanceProfileId) {
17042
- // verify the required parameter 'performanceProfileId' is set
17043
- if (performanceProfileId === undefined || performanceProfileId === null) {
17044
- throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileDeactivate';
17041
+ postGamificationProfileDeactivate(profileId) {
17042
+ // verify the required parameter 'profileId' is set
17043
+ if (profileId === undefined || profileId === null) {
17044
+ throw 'Missing the required parameter "profileId" when calling postGamificationProfileDeactivate';
17045
17045
  }
17046
17046
 
17047
17047
  return this.apiClient.callApi(
17048
- '/api/v2/gamification/profiles/{performanceProfileId}/deactivate',
17048
+ '/api/v2/gamification/profiles/{profileId}/deactivate',
17049
17049
  'POST',
17050
- { 'performanceProfileId': performanceProfileId },
17050
+ { 'profileId': profileId },
17051
17051
  { },
17052
17052
  { },
17053
17053
  { },
@@ -17249,22 +17249,22 @@ class GamificationApi {
17249
17249
  /**
17250
17250
  * Updates a performance profile
17251
17251
  *
17252
- * @param {String} performanceProfileId Performance Profile Id
17252
+ * @param {String} profileId performanceProfileId
17253
17253
  * @param {Object} opts Optional parameters
17254
17254
  * @param {Object} opts.body performanceProfile
17255
17255
  */
17256
- putGamificationProfile(performanceProfileId, opts) {
17256
+ putGamificationProfile(profileId, opts) {
17257
17257
  opts = opts || {};
17258
17258
 
17259
- // verify the required parameter 'performanceProfileId' is set
17260
- if (performanceProfileId === undefined || performanceProfileId === null) {
17261
- throw 'Missing the required parameter "performanceProfileId" when calling putGamificationProfile';
17259
+ // verify the required parameter 'profileId' is set
17260
+ if (profileId === undefined || profileId === null) {
17261
+ throw 'Missing the required parameter "profileId" when calling putGamificationProfile';
17262
17262
  }
17263
17263
 
17264
17264
  return this.apiClient.callApi(
17265
- '/api/v2/gamification/profiles/{performanceProfileId}',
17265
+ '/api/v2/gamification/profiles/{profileId}',
17266
17266
  'PUT',
17267
- { 'performanceProfileId': performanceProfileId },
17267
+ { 'profileId': profileId },
17268
17268
  { },
17269
17269
  { },
17270
17270
  { },
@@ -17341,7 +17341,7 @@ class GeneralDataProtectionRegulationApi {
17341
17341
  /**
17342
17342
  * GeneralDataProtectionRegulation service.
17343
17343
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
17344
- * @version 135.0.0
17344
+ * @version 136.0.0
17345
17345
  */
17346
17346
 
17347
17347
  /**
@@ -17471,7 +17471,7 @@ class GeolocationApi {
17471
17471
  /**
17472
17472
  * Geolocation service.
17473
17473
  * @module purecloud-platform-client-v2/api/GeolocationApi
17474
- * @version 135.0.0
17474
+ * @version 136.0.0
17475
17475
  */
17476
17476
 
17477
17477
  /**
@@ -17602,7 +17602,7 @@ class GreetingsApi {
17602
17602
  /**
17603
17603
  * Greetings service.
17604
17604
  * @module purecloud-platform-client-v2/api/GreetingsApi
17605
- * @version 135.0.0
17605
+ * @version 136.0.0
17606
17606
  */
17607
17607
 
17608
17608
  /**
@@ -18057,7 +18057,7 @@ class GroupsApi {
18057
18057
  /**
18058
18058
  * Groups service.
18059
18059
  * @module purecloud-platform-client-v2/api/GroupsApi
18060
- * @version 135.0.0
18060
+ * @version 136.0.0
18061
18061
  */
18062
18062
 
18063
18063
  /**
@@ -18462,7 +18462,7 @@ class IdentityProviderApi {
18462
18462
  /**
18463
18463
  * IdentityProvider service.
18464
18464
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
18465
- * @version 135.0.0
18465
+ * @version 136.0.0
18466
18466
  */
18467
18467
 
18468
18468
  /**
@@ -19218,7 +19218,7 @@ class IntegrationsApi {
19218
19218
  /**
19219
19219
  * Integrations service.
19220
19220
  * @module purecloud-platform-client-v2/api/IntegrationsApi
19221
- * @version 135.0.0
19221
+ * @version 136.0.0
19222
19222
  */
19223
19223
 
19224
19224
  /**
@@ -19636,9 +19636,10 @@ class IntegrationsApi {
19636
19636
  * @param {String} opts.previousPage Previous page token
19637
19637
  * @param {String} opts.sortBy Root level field name to sort on.
19638
19638
  * @param {Object} opts.sortOrder Direction to sort 'sortBy' field. (default to asc)
19639
- * @param {String} opts.category Filter by category name
19640
- * @param {String} opts.name Filter by action name. Provide full or just the first part of name.
19641
- * @param {Object} opts.secure Filter to only include secure actions. True will only include actions marked secured. False will include only unsecure actions. Do not use filter if you want all Actions.
19639
+ * @param {String} opts.category Filter by category name.
19640
+ * @param {String} opts.name Filter by partial or complete action name.
19641
+ * @param {String} opts.ids Filter by action Id. Can be a comma separated list to request multiple actions. Limit of 50 Ids.
19642
+ * @param {Object} opts.secure Filter based on 'secure' configuration option. True will only return actions marked as secure. False will return only non-secure actions. Do not use filter if you want all Actions.
19642
19643
  * @param {Object} opts.includeAuthActions Whether or not to include authentication actions in the response. These actions are not directly executable. Some integrations create them and will run them as needed to refresh authentication information for other actions. (default to false)
19643
19644
  */
19644
19645
  getIntegrationsActions(opts) {
@@ -19649,7 +19650,7 @@ class IntegrationsApi {
19649
19650
  '/api/v2/integrations/actions',
19650
19651
  'GET',
19651
19652
  { },
19652
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'category': opts['category'],'name': opts['name'],'secure': opts['secure'],'includeAuthActions': opts['includeAuthActions'] },
19653
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'category': opts['category'],'name': opts['name'],'ids': opts['ids'],'secure': opts['secure'],'includeAuthActions': opts['includeAuthActions'] },
19653
19654
  { },
19654
19655
  { },
19655
19656
  null,
@@ -19699,9 +19700,10 @@ class IntegrationsApi {
19699
19700
  * @param {String} opts.previousPage Previous page token
19700
19701
  * @param {String} opts.sortBy Root level field name to sort on.
19701
19702
  * @param {Object} opts.sortOrder Direction to sort 'sortBy' field. (default to asc)
19702
- * @param {String} opts.category Filter by category name
19703
- * @param {String} opts.name Filter by action name. Provide full or just the first part of name.
19704
- * @param {Object} opts.secure Filter to only include secure actions. True will only include actions marked secured. False will include only unsecure actions. Do not use filter if you want all Actions.
19703
+ * @param {String} opts.category Filter by category name.
19704
+ * @param {String} opts.name Filter by partial or complete action name.
19705
+ * @param {String} opts.ids Filter by action Id. Can be a comma separated list to request multiple actions. Limit of 50 Ids.
19706
+ * @param {Object} opts.secure Filter based on 'secure' configuration option. True will only return actions marked as secure. False will return only non-secure actions. Do not use filter if you want all Actions.
19705
19707
  * @param {Object} opts.includeAuthActions Whether or not to include authentication actions in the response. These actions are not directly executable. Some integrations create them and will run them as needed to refresh authentication information for other actions. (default to false)
19706
19708
  */
19707
19709
  getIntegrationsActionsDrafts(opts) {
@@ -19712,7 +19714,7 @@ class IntegrationsApi {
19712
19714
  '/api/v2/integrations/actions/drafts',
19713
19715
  'GET',
19714
19716
  { },
19715
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'category': opts['category'],'name': opts['name'],'secure': opts['secure'],'includeAuthActions': opts['includeAuthActions'] },
19717
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'category': opts['category'],'name': opts['name'],'ids': opts['ids'],'secure': opts['secure'],'includeAuthActions': opts['includeAuthActions'] },
19716
19718
  { },
19717
19719
  { },
19718
19720
  null,
@@ -20893,7 +20895,7 @@ class JourneyApi {
20893
20895
  /**
20894
20896
  * Journey service.
20895
20897
  * @module purecloud-platform-client-v2/api/JourneyApi
20896
- * @version 135.0.0
20898
+ * @version 136.0.0
20897
20899
  */
20898
20900
 
20899
20901
  /**
@@ -21604,7 +21606,7 @@ class KnowledgeApi {
21604
21606
  /**
21605
21607
  * Knowledge service.
21606
21608
  * @module purecloud-platform-client-v2/api/KnowledgeApi
21607
- * @version 135.0.0
21609
+ * @version 136.0.0
21608
21610
  */
21609
21611
 
21610
21612
  /**
@@ -22504,7 +22506,7 @@ class LanguageUnderstandingApi {
22504
22506
  /**
22505
22507
  * LanguageUnderstanding service.
22506
22508
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
22507
- * @version 135.0.0
22509
+ * @version 136.0.0
22508
22510
  */
22509
22511
 
22510
22512
  /**
@@ -23408,7 +23410,7 @@ class LanguagesApi {
23408
23410
  /**
23409
23411
  * Languages service.
23410
23412
  * @module purecloud-platform-client-v2/api/LanguagesApi
23411
- * @version 135.0.0
23413
+ * @version 136.0.0
23412
23414
  */
23413
23415
 
23414
23416
  /**
@@ -23676,7 +23678,7 @@ class LearningApi {
23676
23678
  /**
23677
23679
  * Learning service.
23678
23680
  * @module purecloud-platform-client-v2/api/LearningApi
23679
- * @version 135.0.0
23681
+ * @version 136.0.0
23680
23682
  */
23681
23683
 
23682
23684
  /**
@@ -24267,7 +24269,7 @@ class LicenseApi {
24267
24269
  /**
24268
24270
  * License service.
24269
24271
  * @module purecloud-platform-client-v2/api/LicenseApi
24270
- * @version 135.0.0
24272
+ * @version 136.0.0
24271
24273
  */
24272
24274
 
24273
24275
  /**
@@ -24505,7 +24507,7 @@ class LocationsApi {
24505
24507
  /**
24506
24508
  * Locations service.
24507
24509
  * @module purecloud-platform-client-v2/api/LocationsApi
24508
- * @version 135.0.0
24510
+ * @version 136.0.0
24509
24511
  */
24510
24512
 
24511
24513
  /**
@@ -24741,7 +24743,7 @@ class MessagingApi {
24741
24743
  /**
24742
24744
  * Messaging service.
24743
24745
  * @module purecloud-platform-client-v2/api/MessagingApi
24744
- * @version 135.0.0
24746
+ * @version 136.0.0
24745
24747
  */
24746
24748
 
24747
24749
  /**
@@ -24892,7 +24894,7 @@ class MobileDevicesApi {
24892
24894
  /**
24893
24895
  * MobileDevices service.
24894
24896
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
24895
- * @version 135.0.0
24897
+ * @version 136.0.0
24896
24898
  */
24897
24899
 
24898
24900
  /**
@@ -25043,7 +25045,7 @@ class NotificationsApi {
25043
25045
  /**
25044
25046
  * Notifications service.
25045
25047
  * @module purecloud-platform-client-v2/api/NotificationsApi
25046
- * @version 135.0.0
25048
+ * @version 136.0.0
25047
25049
  */
25048
25050
 
25049
25051
  /**
@@ -25268,7 +25270,7 @@ class OAuthApi {
25268
25270
  /**
25269
25271
  * OAuth service.
25270
25272
  * @module purecloud-platform-client-v2/api/OAuthApi
25271
- * @version 135.0.0
25273
+ * @version 136.0.0
25272
25274
  */
25273
25275
 
25274
25276
  /**
@@ -25634,7 +25636,7 @@ class ObjectsApi {
25634
25636
  /**
25635
25637
  * Objects service.
25636
25638
  * @module purecloud-platform-client-v2/api/ObjectsApi
25637
- * @version 135.0.0
25639
+ * @version 136.0.0
25638
25640
  */
25639
25641
 
25640
25642
  /**
@@ -25905,7 +25907,7 @@ class OrganizationApi {
25905
25907
  /**
25906
25908
  * Organization service.
25907
25909
  * @module purecloud-platform-client-v2/api/OrganizationApi
25908
- * @version 135.0.0
25910
+ * @version 136.0.0
25909
25911
  */
25910
25912
 
25911
25913
  /**
@@ -26308,7 +26310,7 @@ class OrganizationAuthorizationApi {
26308
26310
  /**
26309
26311
  * OrganizationAuthorization service.
26310
26312
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
26311
- * @version 135.0.0
26313
+ * @version 136.0.0
26312
26314
  */
26313
26315
 
26314
26316
  /**
@@ -27233,7 +27235,7 @@ class OutboundApi {
27233
27235
  /**
27234
27236
  * Outbound service.
27235
27237
  * @module purecloud-platform-client-v2/api/OutboundApi
27236
- * @version 135.0.0
27238
+ * @version 136.0.0
27237
27239
  */
27238
27240
 
27239
27241
  /**
@@ -30288,7 +30290,7 @@ class PresenceApi {
30288
30290
  /**
30289
30291
  * Presence service.
30290
30292
  * @module purecloud-platform-client-v2/api/PresenceApi
30291
- * @version 135.0.0
30293
+ * @version 136.0.0
30292
30294
  */
30293
30295
 
30294
30296
  /**
@@ -30610,7 +30612,7 @@ class QualityApi {
30610
30612
  /**
30611
30613
  * Quality service.
30612
30614
  * @module purecloud-platform-client-v2/api/QualityApi
30613
- * @version 135.0.0
30615
+ * @version 136.0.0
30614
30616
  */
30615
30617
 
30616
30618
  /**
@@ -32188,7 +32190,7 @@ class RecordingApi {
32188
32190
  /**
32189
32191
  * Recording service.
32190
32192
  * @module purecloud-platform-client-v2/api/RecordingApi
32191
- * @version 135.0.0
32193
+ * @version 136.0.0
32192
32194
  */
32193
32195
 
32194
32196
  /**
@@ -32844,6 +32846,51 @@ class RecordingApi {
32844
32846
  );
32845
32847
  }
32846
32848
 
32849
+ /**
32850
+ * Get the encryption key configurations
32851
+ *
32852
+ * @param {String} keyConfigurationId Key Configurations Id
32853
+ */
32854
+ getRecordingKeyconfiguration(keyConfigurationId) {
32855
+ // verify the required parameter 'keyConfigurationId' is set
32856
+ if (keyConfigurationId === undefined || keyConfigurationId === null) {
32857
+ throw 'Missing the required parameter "keyConfigurationId" when calling getRecordingKeyconfiguration';
32858
+ }
32859
+
32860
+ return this.apiClient.callApi(
32861
+ '/api/v2/recording/keyconfigurations/{keyConfigurationId}',
32862
+ 'GET',
32863
+ { 'keyConfigurationId': keyConfigurationId },
32864
+ { },
32865
+ { },
32866
+ { },
32867
+ null,
32868
+ ['PureCloud OAuth'],
32869
+ ['application/json'],
32870
+ ['application/json']
32871
+ );
32872
+ }
32873
+
32874
+ /**
32875
+ * Get a list of key configurations data
32876
+ *
32877
+ */
32878
+ getRecordingKeyconfigurations() {
32879
+
32880
+ return this.apiClient.callApi(
32881
+ '/api/v2/recording/keyconfigurations',
32882
+ 'GET',
32883
+ { },
32884
+ { },
32885
+ { },
32886
+ { },
32887
+ null,
32888
+ ['PureCloud OAuth'],
32889
+ ['application/json'],
32890
+ ['application/json']
32891
+ );
32892
+ }
32893
+
32847
32894
  /**
32848
32895
  * Get the local encryption settings
32849
32896
  *
@@ -33217,8 +33264,8 @@ class RecordingApi {
33217
33264
  }
33218
33265
 
33219
33266
  /**
33220
- * Create a recording bulk job
33221
- *
33267
+ * Create a recording bulk job.
33268
+ * Each organization can run up to a maximum of two concurrent jobs that are either in pending or processing state.
33222
33269
  * @param {Object} body query
33223
33270
  */
33224
33271
  postRecordingJobs(body) {
@@ -33241,6 +33288,56 @@ class RecordingApi {
33241
33288
  );
33242
33289
  }
33243
33290
 
33291
+ /**
33292
+ * Setup configurations for encryption key creation
33293
+ *
33294
+ * @param {Object} body Encryption Configuration
33295
+ */
33296
+ postRecordingKeyconfigurations(body) {
33297
+ // verify the required parameter 'body' is set
33298
+ if (body === undefined || body === null) {
33299
+ throw 'Missing the required parameter "body" when calling postRecordingKeyconfigurations';
33300
+ }
33301
+
33302
+ return this.apiClient.callApi(
33303
+ '/api/v2/recording/keyconfigurations',
33304
+ 'POST',
33305
+ { },
33306
+ { },
33307
+ { },
33308
+ { },
33309
+ body,
33310
+ ['PureCloud OAuth'],
33311
+ ['application/json'],
33312
+ ['application/json']
33313
+ );
33314
+ }
33315
+
33316
+ /**
33317
+ * Validate encryption key configurations without saving it
33318
+ *
33319
+ * @param {Object} body Encryption Configuration
33320
+ */
33321
+ postRecordingKeyconfigurationsValidate(body) {
33322
+ // verify the required parameter 'body' is set
33323
+ if (body === undefined || body === null) {
33324
+ throw 'Missing the required parameter "body" when calling postRecordingKeyconfigurationsValidate';
33325
+ }
33326
+
33327
+ return this.apiClient.callApi(
33328
+ '/api/v2/recording/keyconfigurations/validate',
33329
+ 'POST',
33330
+ { },
33331
+ { },
33332
+ { },
33333
+ { },
33334
+ body,
33335
+ ['PureCloud OAuth'],
33336
+ ['application/json'],
33337
+ ['application/json']
33338
+ );
33339
+ }
33340
+
33244
33341
  /**
33245
33342
  * create a local recording key
33246
33343
  *
@@ -33575,6 +33672,36 @@ class RecordingApi {
33575
33672
  );
33576
33673
  }
33577
33674
 
33675
+ /**
33676
+ * Update the encryption key configurations
33677
+ *
33678
+ * @param {String} keyConfigurationId Key Configurations Id
33679
+ * @param {Object} body Encryption key configuration metadata
33680
+ */
33681
+ putRecordingKeyconfiguration(keyConfigurationId, body) {
33682
+ // verify the required parameter 'keyConfigurationId' is set
33683
+ if (keyConfigurationId === undefined || keyConfigurationId === null) {
33684
+ throw 'Missing the required parameter "keyConfigurationId" when calling putRecordingKeyconfiguration';
33685
+ }
33686
+ // verify the required parameter 'body' is set
33687
+ if (body === undefined || body === null) {
33688
+ throw 'Missing the required parameter "body" when calling putRecordingKeyconfiguration';
33689
+ }
33690
+
33691
+ return this.apiClient.callApi(
33692
+ '/api/v2/recording/keyconfigurations/{keyConfigurationId}',
33693
+ 'PUT',
33694
+ { 'keyConfigurationId': keyConfigurationId },
33695
+ { },
33696
+ { },
33697
+ { },
33698
+ body,
33699
+ ['PureCloud OAuth'],
33700
+ ['application/json'],
33701
+ ['application/json']
33702
+ );
33703
+ }
33704
+
33578
33705
  /**
33579
33706
  * Update the local encryption settings
33580
33707
  *
@@ -33716,7 +33843,7 @@ class ResponseManagementApi {
33716
33843
  /**
33717
33844
  * ResponseManagement service.
33718
33845
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
33719
- * @version 135.0.0
33846
+ * @version 136.0.0
33720
33847
  */
33721
33848
 
33722
33849
  /**
@@ -34200,7 +34327,7 @@ class RoutingApi {
34200
34327
  /**
34201
34328
  * Routing service.
34202
34329
  * @module purecloud-platform-client-v2/api/RoutingApi
34203
- * @version 135.0.0
34330
+ * @version 136.0.0
34204
34331
  */
34205
34332
 
34206
34333
  /**
@@ -34859,14 +34986,18 @@ class RoutingApi {
34859
34986
  /**
34860
34987
  * Get domains
34861
34988
  *
34989
+ * @param {Object} opts Optional parameters
34990
+ * @param {Boolean} opts.excludeStatus Exclude MX record data (default to false)
34862
34991
  */
34863
- getRoutingEmailDomains() {
34992
+ getRoutingEmailDomains(opts) {
34993
+ opts = opts || {};
34994
+
34864
34995
 
34865
34996
  return this.apiClient.callApi(
34866
34997
  '/api/v2/routing/email/domains',
34867
34998
  'GET',
34868
34999
  { },
34869
- { },
35000
+ { 'excludeStatus': opts['excludeStatus'] },
34870
35001
  { },
34871
35002
  { },
34872
35003
  null,
@@ -37123,7 +37254,7 @@ class SCIMApi {
37123
37254
  /**
37124
37255
  * SCIM service.
37125
37256
  * @module purecloud-platform-client-v2/api/SCIMApi
37126
- * @version 135.0.0
37257
+ * @version 136.0.0
37127
37258
  */
37128
37259
 
37129
37260
  /**
@@ -38000,7 +38131,7 @@ class ScriptsApi {
38000
38131
  /**
38001
38132
  * Scripts service.
38002
38133
  * @module purecloud-platform-client-v2/api/ScriptsApi
38003
- * @version 135.0.0
38134
+ * @version 136.0.0
38004
38135
  */
38005
38136
 
38006
38137
  /**
@@ -38419,7 +38550,7 @@ class SearchApi {
38419
38550
  /**
38420
38551
  * Search service.
38421
38552
  * @module purecloud-platform-client-v2/api/SearchApi
38422
- * @version 135.0.0
38553
+ * @version 136.0.0
38423
38554
  */
38424
38555
 
38425
38556
  /**
@@ -38954,7 +39085,7 @@ class SpeechTextAnalyticsApi {
38954
39085
  /**
38955
39086
  * SpeechTextAnalytics service.
38956
39087
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
38957
- * @version 135.0.0
39088
+ * @version 136.0.0
38958
39089
  */
38959
39090
 
38960
39091
  /**
@@ -39807,7 +39938,7 @@ class StationsApi {
39807
39938
  /**
39808
39939
  * Stations service.
39809
39940
  * @module purecloud-platform-client-v2/api/StationsApi
39810
- * @version 135.0.0
39941
+ * @version 136.0.0
39811
39942
  */
39812
39943
 
39813
39944
  /**
@@ -39954,7 +40085,7 @@ class SuggestApi {
39954
40085
  /**
39955
40086
  * Suggest service.
39956
40087
  * @module purecloud-platform-client-v2/api/SuggestApi
39957
- * @version 135.0.0
40088
+ * @version 136.0.0
39958
40089
  */
39959
40090
 
39960
40091
  /**
@@ -40093,7 +40224,7 @@ class TelephonyApi {
40093
40224
  /**
40094
40225
  * Telephony service.
40095
40226
  * @module purecloud-platform-client-v2/api/TelephonyApi
40096
- * @version 135.0.0
40227
+ * @version 136.0.0
40097
40228
  */
40098
40229
 
40099
40230
  /**
@@ -40201,7 +40332,7 @@ class TelephonyProvidersEdgeApi {
40201
40332
  /**
40202
40333
  * TelephonyProvidersEdge service.
40203
40334
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
40204
- * @version 135.0.0
40335
+ * @version 136.0.0
40205
40336
  */
40206
40337
 
40207
40338
  /**
@@ -43834,7 +43965,7 @@ class TextbotsApi {
43834
43965
  /**
43835
43966
  * Textbots service.
43836
43967
  * @module purecloud-platform-client-v2/api/TextbotsApi
43837
- * @version 135.0.0
43968
+ * @version 136.0.0
43838
43969
  */
43839
43970
 
43840
43971
  /**
@@ -43962,7 +44093,7 @@ class TokensApi {
43962
44093
  /**
43963
44094
  * Tokens service.
43964
44095
  * @module purecloud-platform-client-v2/api/TokensApi
43965
- * @version 135.0.0
44096
+ * @version 136.0.0
43966
44097
  */
43967
44098
 
43968
44099
  /**
@@ -44068,7 +44199,7 @@ class UploadsApi {
44068
44199
  /**
44069
44200
  * Uploads service.
44070
44201
  * @module purecloud-platform-client-v2/api/UploadsApi
44071
- * @version 135.0.0
44202
+ * @version 136.0.0
44072
44203
  */
44073
44204
 
44074
44205
  /**
@@ -44219,7 +44350,7 @@ class UsageApi {
44219
44350
  /**
44220
44351
  * Usage service.
44221
44352
  * @module purecloud-platform-client-v2/api/UsageApi
44222
- * @version 135.0.0
44353
+ * @version 136.0.0
44223
44354
  */
44224
44355
 
44225
44356
  /**
@@ -44290,7 +44421,7 @@ class UserRecordingsApi {
44290
44421
  /**
44291
44422
  * UserRecordings service.
44292
44423
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
44293
- * @version 135.0.0
44424
+ * @version 136.0.0
44294
44425
  */
44295
44426
 
44296
44427
  /**
@@ -44474,7 +44605,7 @@ class UsersApi {
44474
44605
  /**
44475
44606
  * Users service.
44476
44607
  * @module purecloud-platform-client-v2/api/UsersApi
44477
- * @version 135.0.0
44608
+ * @version 136.0.0
44478
44609
  */
44479
44610
 
44480
44611
  /**
@@ -46776,7 +46907,7 @@ class UtilitiesApi {
46776
46907
  /**
46777
46908
  * Utilities service.
46778
46909
  * @module purecloud-platform-client-v2/api/UtilitiesApi
46779
- * @version 135.0.0
46910
+ * @version 136.0.0
46780
46911
  */
46781
46912
 
46782
46913
  /**
@@ -46887,7 +47018,7 @@ class VoicemailApi {
46887
47018
  /**
46888
47019
  * Voicemail service.
46889
47020
  * @module purecloud-platform-client-v2/api/VoicemailApi
46890
- * @version 135.0.0
47021
+ * @version 136.0.0
46891
47022
  */
46892
47023
 
46893
47024
  /**
@@ -47554,7 +47685,7 @@ class WebChatApi {
47554
47685
  /**
47555
47686
  * WebChat service.
47556
47687
  * @module purecloud-platform-client-v2/api/WebChatApi
47557
- * @version 135.0.0
47688
+ * @version 136.0.0
47558
47689
  */
47559
47690
 
47560
47691
  /**
@@ -48098,7 +48229,7 @@ class WebDeploymentsApi {
48098
48229
  /**
48099
48230
  * WebDeployments service.
48100
48231
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
48101
- * @version 135.0.0
48232
+ * @version 136.0.0
48102
48233
  */
48103
48234
 
48104
48235
  /**
@@ -48453,7 +48584,7 @@ class WebMessagingApi {
48453
48584
  /**
48454
48585
  * WebMessaging service.
48455
48586
  * @module purecloud-platform-client-v2/api/WebMessagingApi
48456
- * @version 135.0.0
48587
+ * @version 136.0.0
48457
48588
  */
48458
48589
 
48459
48590
  /**
@@ -48499,7 +48630,7 @@ class WidgetsApi {
48499
48630
  /**
48500
48631
  * Widgets service.
48501
48632
  * @module purecloud-platform-client-v2/api/WidgetsApi
48502
- * @version 135.0.0
48633
+ * @version 136.0.0
48503
48634
  */
48504
48635
 
48505
48636
  /**
@@ -48645,7 +48776,7 @@ class WorkforceManagementApi {
48645
48776
  /**
48646
48777
  * WorkforceManagement service.
48647
48778
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
48648
- * @version 135.0.0
48779
+ * @version 136.0.0
48649
48780
  */
48650
48781
 
48651
48782
  /**
@@ -52896,7 +53027,7 @@ class WorkforceManagementApi {
52896
53027
  * </pre>
52897
53028
  * </p>
52898
53029
  * @module purecloud-platform-client-v2/index
52899
- * @version 135.0.0
53030
+ * @version 136.0.0
52900
53031
  */
52901
53032
  class platformClient {
52902
53033
  constructor() {