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
@@ -2265,7 +2265,7 @@ class Configuration {
2265
2265
 
2266
2266
  /**
2267
2267
  * @module purecloud-platform-client-v2/ApiClient
2268
- * @version 135.0.0
2268
+ * @version 136.0.0
2269
2269
  */
2270
2270
  class ApiClient {
2271
2271
  /**
@@ -3205,7 +3205,7 @@ class ApiClient {
3205
3205
 
3206
3206
  // set header parameters
3207
3207
  request.set(that.defaultHeaders).set(that.normalizeParams(headerParams));
3208
- //request.set({ 'purecloud-sdk': '135.0.0' });
3208
+ //request.set({ 'purecloud-sdk': '136.0.0' });
3209
3209
 
3210
3210
  // set request timeout
3211
3211
  request.timeout(that.timeout);
@@ -3305,7 +3305,7 @@ class AlertingApi {
3305
3305
  /**
3306
3306
  * Alerting service.
3307
3307
  * @module purecloud-platform-client-v2/api/AlertingApi
3308
- * @version 135.0.0
3308
+ * @version 136.0.0
3309
3309
  */
3310
3310
 
3311
3311
  /**
@@ -3619,7 +3619,7 @@ class AnalyticsApi {
3619
3619
  /**
3620
3620
  * Analytics service.
3621
3621
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3622
- * @version 135.0.0
3622
+ * @version 136.0.0
3623
3623
  */
3624
3624
 
3625
3625
  /**
@@ -4801,7 +4801,7 @@ class ArchitectApi {
4801
4801
  /**
4802
4802
  * Architect service.
4803
4803
  * @module purecloud-platform-client-v2/api/ArchitectApi
4804
- * @version 135.0.0
4804
+ * @version 136.0.0
4805
4805
  */
4806
4806
 
4807
4807
  /**
@@ -7797,7 +7797,7 @@ class AuditApi {
7797
7797
  /**
7798
7798
  * Audit service.
7799
7799
  * @module purecloud-platform-client-v2/api/AuditApi
7800
- * @version 135.0.0
7800
+ * @version 136.0.0
7801
7801
  */
7802
7802
 
7803
7803
  /**
@@ -7968,7 +7968,7 @@ class AuthorizationApi {
7968
7968
  /**
7969
7969
  * Authorization service.
7970
7970
  * @module purecloud-platform-client-v2/api/AuthorizationApi
7971
- * @version 135.0.0
7971
+ * @version 136.0.0
7972
7972
  */
7973
7973
 
7974
7974
  /**
@@ -9151,7 +9151,7 @@ class BillingApi {
9151
9151
  /**
9152
9152
  * Billing service.
9153
9153
  * @module purecloud-platform-client-v2/api/BillingApi
9154
- * @version 135.0.0
9154
+ * @version 136.0.0
9155
9155
  */
9156
9156
 
9157
9157
  /**
@@ -9231,7 +9231,7 @@ class ChatApi {
9231
9231
  /**
9232
9232
  * Chat service.
9233
9233
  * @module purecloud-platform-client-v2/api/ChatApi
9234
- * @version 135.0.0
9234
+ * @version 136.0.0
9235
9235
  */
9236
9236
 
9237
9237
  /**
@@ -9322,7 +9322,7 @@ class CoachingApi {
9322
9322
  /**
9323
9323
  * Coaching service.
9324
9324
  * @module purecloud-platform-client-v2/api/CoachingApi
9325
- * @version 135.0.0
9325
+ * @version 136.0.0
9326
9326
  */
9327
9327
 
9328
9328
  /**
@@ -9899,7 +9899,7 @@ class ContentManagementApi {
9899
9899
  /**
9900
9900
  * ContentManagement service.
9901
9901
  * @module purecloud-platform-client-v2/api/ContentManagementApi
9902
- * @version 135.0.0
9902
+ * @version 136.0.0
9903
9903
  */
9904
9904
 
9905
9905
  /**
@@ -11039,7 +11039,7 @@ class ConversationsApi {
11039
11039
  /**
11040
11040
  * Conversations service.
11041
11041
  * @module purecloud-platform-client-v2/api/ConversationsApi
11042
- * @version 135.0.0
11042
+ * @version 136.0.0
11043
11043
  */
11044
11044
 
11045
11045
  /**
@@ -14118,8 +14118,8 @@ class ConversationsApi {
14118
14118
  }
14119
14119
 
14120
14120
  /**
14121
- * Update or activate a WhatsApp messaging integration.
14122
- * 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.
14121
+ * Update or activate a WhatsApp messaging integration
14122
+ * 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.
14123
14123
  * @param {String} integrationId Integration ID
14124
14124
  * @param {Object} body WhatsAppIntegrationUpdateRequest
14125
14125
  */
@@ -15703,7 +15703,7 @@ class DataExtensionsApi {
15703
15703
  /**
15704
15704
  * DataExtensions service.
15705
15705
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
15706
- * @version 135.0.0
15706
+ * @version 136.0.0
15707
15707
  */
15708
15708
 
15709
15709
  /**
@@ -15789,7 +15789,7 @@ class ExternalContactsApi {
15789
15789
  /**
15790
15790
  * ExternalContacts service.
15791
15791
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
15792
- * @version 135.0.0
15792
+ * @version 136.0.0
15793
15793
  */
15794
15794
 
15795
15795
  /**
@@ -17532,7 +17532,7 @@ class FaxApi {
17532
17532
  /**
17533
17533
  * Fax service.
17534
17534
  * @module purecloud-platform-client-v2/api/FaxApi
17535
- * @version 135.0.0
17535
+ * @version 136.0.0
17536
17536
  */
17537
17537
 
17538
17538
  /**
@@ -17703,7 +17703,7 @@ class FlowsApi {
17703
17703
  /**
17704
17704
  * Flows service.
17705
17705
  * @module purecloud-platform-client-v2/api/FlowsApi
17706
- * @version 135.0.0
17706
+ * @version 136.0.0
17707
17707
  */
17708
17708
 
17709
17709
  /**
@@ -17774,7 +17774,7 @@ class GamificationApi {
17774
17774
  /**
17775
17775
  * Gamification service.
17776
17776
  * @module purecloud-platform-client-v2/api/GamificationApi
17777
- * @version 135.0.0
17777
+ * @version 136.0.0
17778
17778
  */
17779
17779
 
17780
17780
  /**
@@ -18020,18 +18020,18 @@ class GamificationApi {
18020
18020
  /**
18021
18021
  * Performance profile by id
18022
18022
  *
18023
- * @param {String} performanceProfileId Performance Profile Id
18023
+ * @param {String} profileId performanceProfileId
18024
18024
  */
18025
- getGamificationProfile(performanceProfileId) {
18026
- // verify the required parameter 'performanceProfileId' is set
18027
- if (performanceProfileId === undefined || performanceProfileId === null) {
18028
- throw 'Missing the required parameter "performanceProfileId" when calling getGamificationProfile';
18025
+ getGamificationProfile(profileId) {
18026
+ // verify the required parameter 'profileId' is set
18027
+ if (profileId === undefined || profileId === null) {
18028
+ throw 'Missing the required parameter "profileId" when calling getGamificationProfile';
18029
18029
  }
18030
18030
 
18031
18031
  return this.apiClient.callApi(
18032
- '/api/v2/gamification/profiles/{performanceProfileId}',
18032
+ '/api/v2/gamification/profiles/{profileId}',
18033
18033
  'GET',
18034
- { 'performanceProfileId': performanceProfileId },
18034
+ { 'profileId': profileId },
18035
18035
  { },
18036
18036
  { },
18037
18037
  { },
@@ -18874,18 +18874,18 @@ class GamificationApi {
18874
18874
  /**
18875
18875
  * Activate a performance profile
18876
18876
  *
18877
- * @param {String} performanceProfileId Performance Profile Id
18877
+ * @param {String} profileId performanceProfileId
18878
18878
  */
18879
- postGamificationProfileActivate(performanceProfileId) {
18880
- // verify the required parameter 'performanceProfileId' is set
18881
- if (performanceProfileId === undefined || performanceProfileId === null) {
18882
- throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileActivate';
18879
+ postGamificationProfileActivate(profileId) {
18880
+ // verify the required parameter 'profileId' is set
18881
+ if (profileId === undefined || profileId === null) {
18882
+ throw 'Missing the required parameter "profileId" when calling postGamificationProfileActivate';
18883
18883
  }
18884
18884
 
18885
18885
  return this.apiClient.callApi(
18886
- '/api/v2/gamification/profiles/{performanceProfileId}/activate',
18886
+ '/api/v2/gamification/profiles/{profileId}/activate',
18887
18887
  'POST',
18888
- { 'performanceProfileId': performanceProfileId },
18888
+ { 'profileId': profileId },
18889
18889
  { },
18890
18890
  { },
18891
18891
  { },
@@ -18899,18 +18899,18 @@ class GamificationApi {
18899
18899
  /**
18900
18900
  * Deactivate a performance profile
18901
18901
  *
18902
- * @param {String} performanceProfileId Performance Profile Id
18902
+ * @param {String} profileId performanceProfileId
18903
18903
  */
18904
- postGamificationProfileDeactivate(performanceProfileId) {
18905
- // verify the required parameter 'performanceProfileId' is set
18906
- if (performanceProfileId === undefined || performanceProfileId === null) {
18907
- throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileDeactivate';
18904
+ postGamificationProfileDeactivate(profileId) {
18905
+ // verify the required parameter 'profileId' is set
18906
+ if (profileId === undefined || profileId === null) {
18907
+ throw 'Missing the required parameter "profileId" when calling postGamificationProfileDeactivate';
18908
18908
  }
18909
18909
 
18910
18910
  return this.apiClient.callApi(
18911
- '/api/v2/gamification/profiles/{performanceProfileId}/deactivate',
18911
+ '/api/v2/gamification/profiles/{profileId}/deactivate',
18912
18912
  'POST',
18913
- { 'performanceProfileId': performanceProfileId },
18913
+ { 'profileId': profileId },
18914
18914
  { },
18915
18915
  { },
18916
18916
  { },
@@ -19112,22 +19112,22 @@ class GamificationApi {
19112
19112
  /**
19113
19113
  * Updates a performance profile
19114
19114
  *
19115
- * @param {String} performanceProfileId Performance Profile Id
19115
+ * @param {String} profileId performanceProfileId
19116
19116
  * @param {Object} opts Optional parameters
19117
19117
  * @param {Object} opts.body performanceProfile
19118
19118
  */
19119
- putGamificationProfile(performanceProfileId, opts) {
19119
+ putGamificationProfile(profileId, opts) {
19120
19120
  opts = opts || {};
19121
19121
 
19122
- // verify the required parameter 'performanceProfileId' is set
19123
- if (performanceProfileId === undefined || performanceProfileId === null) {
19124
- throw 'Missing the required parameter "performanceProfileId" when calling putGamificationProfile';
19122
+ // verify the required parameter 'profileId' is set
19123
+ if (profileId === undefined || profileId === null) {
19124
+ throw 'Missing the required parameter "profileId" when calling putGamificationProfile';
19125
19125
  }
19126
19126
 
19127
19127
  return this.apiClient.callApi(
19128
- '/api/v2/gamification/profiles/{performanceProfileId}',
19128
+ '/api/v2/gamification/profiles/{profileId}',
19129
19129
  'PUT',
19130
- { 'performanceProfileId': performanceProfileId },
19130
+ { 'profileId': profileId },
19131
19131
  { },
19132
19132
  { },
19133
19133
  { },
@@ -19204,7 +19204,7 @@ class GeneralDataProtectionRegulationApi {
19204
19204
  /**
19205
19205
  * GeneralDataProtectionRegulation service.
19206
19206
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
19207
- * @version 135.0.0
19207
+ * @version 136.0.0
19208
19208
  */
19209
19209
 
19210
19210
  /**
@@ -19334,7 +19334,7 @@ class GeolocationApi {
19334
19334
  /**
19335
19335
  * Geolocation service.
19336
19336
  * @module purecloud-platform-client-v2/api/GeolocationApi
19337
- * @version 135.0.0
19337
+ * @version 136.0.0
19338
19338
  */
19339
19339
 
19340
19340
  /**
@@ -19465,7 +19465,7 @@ class GreetingsApi {
19465
19465
  /**
19466
19466
  * Greetings service.
19467
19467
  * @module purecloud-platform-client-v2/api/GreetingsApi
19468
- * @version 135.0.0
19468
+ * @version 136.0.0
19469
19469
  */
19470
19470
 
19471
19471
  /**
@@ -19920,7 +19920,7 @@ class GroupsApi {
19920
19920
  /**
19921
19921
  * Groups service.
19922
19922
  * @module purecloud-platform-client-v2/api/GroupsApi
19923
- * @version 135.0.0
19923
+ * @version 136.0.0
19924
19924
  */
19925
19925
 
19926
19926
  /**
@@ -20325,7 +20325,7 @@ class IdentityProviderApi {
20325
20325
  /**
20326
20326
  * IdentityProvider service.
20327
20327
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
20328
- * @version 135.0.0
20328
+ * @version 136.0.0
20329
20329
  */
20330
20330
 
20331
20331
  /**
@@ -21081,7 +21081,7 @@ class IntegrationsApi {
21081
21081
  /**
21082
21082
  * Integrations service.
21083
21083
  * @module purecloud-platform-client-v2/api/IntegrationsApi
21084
- * @version 135.0.0
21084
+ * @version 136.0.0
21085
21085
  */
21086
21086
 
21087
21087
  /**
@@ -21499,9 +21499,10 @@ class IntegrationsApi {
21499
21499
  * @param {String} opts.previousPage Previous page token
21500
21500
  * @param {String} opts.sortBy Root level field name to sort on.
21501
21501
  * @param {Object} opts.sortOrder Direction to sort 'sortBy' field. (default to asc)
21502
- * @param {String} opts.category Filter by category name
21503
- * @param {String} opts.name Filter by action name. Provide full or just the first part of name.
21504
- * @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.
21502
+ * @param {String} opts.category Filter by category name.
21503
+ * @param {String} opts.name Filter by partial or complete action name.
21504
+ * @param {String} opts.ids Filter by action Id. Can be a comma separated list to request multiple actions. Limit of 50 Ids.
21505
+ * @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.
21505
21506
  * @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)
21506
21507
  */
21507
21508
  getIntegrationsActions(opts) {
@@ -21512,7 +21513,7 @@ class IntegrationsApi {
21512
21513
  '/api/v2/integrations/actions',
21513
21514
  'GET',
21514
21515
  { },
21515
- { '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'] },
21516
+ { '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'] },
21516
21517
  { },
21517
21518
  { },
21518
21519
  null,
@@ -21562,9 +21563,10 @@ class IntegrationsApi {
21562
21563
  * @param {String} opts.previousPage Previous page token
21563
21564
  * @param {String} opts.sortBy Root level field name to sort on.
21564
21565
  * @param {Object} opts.sortOrder Direction to sort 'sortBy' field. (default to asc)
21565
- * @param {String} opts.category Filter by category name
21566
- * @param {String} opts.name Filter by action name. Provide full or just the first part of name.
21567
- * @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.
21566
+ * @param {String} opts.category Filter by category name.
21567
+ * @param {String} opts.name Filter by partial or complete action name.
21568
+ * @param {String} opts.ids Filter by action Id. Can be a comma separated list to request multiple actions. Limit of 50 Ids.
21569
+ * @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.
21568
21570
  * @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)
21569
21571
  */
21570
21572
  getIntegrationsActionsDrafts(opts) {
@@ -21575,7 +21577,7 @@ class IntegrationsApi {
21575
21577
  '/api/v2/integrations/actions/drafts',
21576
21578
  'GET',
21577
21579
  { },
21578
- { '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'] },
21580
+ { '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'] },
21579
21581
  { },
21580
21582
  { },
21581
21583
  null,
@@ -22756,7 +22758,7 @@ class JourneyApi {
22756
22758
  /**
22757
22759
  * Journey service.
22758
22760
  * @module purecloud-platform-client-v2/api/JourneyApi
22759
- * @version 135.0.0
22761
+ * @version 136.0.0
22760
22762
  */
22761
22763
 
22762
22764
  /**
@@ -23467,7 +23469,7 @@ class KnowledgeApi {
23467
23469
  /**
23468
23470
  * Knowledge service.
23469
23471
  * @module purecloud-platform-client-v2/api/KnowledgeApi
23470
- * @version 135.0.0
23472
+ * @version 136.0.0
23471
23473
  */
23472
23474
 
23473
23475
  /**
@@ -24367,7 +24369,7 @@ class LanguageUnderstandingApi {
24367
24369
  /**
24368
24370
  * LanguageUnderstanding service.
24369
24371
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
24370
- * @version 135.0.0
24372
+ * @version 136.0.0
24371
24373
  */
24372
24374
 
24373
24375
  /**
@@ -25271,7 +25273,7 @@ class LanguagesApi {
25271
25273
  /**
25272
25274
  * Languages service.
25273
25275
  * @module purecloud-platform-client-v2/api/LanguagesApi
25274
- * @version 135.0.0
25276
+ * @version 136.0.0
25275
25277
  */
25276
25278
 
25277
25279
  /**
@@ -25539,7 +25541,7 @@ class LearningApi {
25539
25541
  /**
25540
25542
  * Learning service.
25541
25543
  * @module purecloud-platform-client-v2/api/LearningApi
25542
- * @version 135.0.0
25544
+ * @version 136.0.0
25543
25545
  */
25544
25546
 
25545
25547
  /**
@@ -26130,7 +26132,7 @@ class LicenseApi {
26130
26132
  /**
26131
26133
  * License service.
26132
26134
  * @module purecloud-platform-client-v2/api/LicenseApi
26133
- * @version 135.0.0
26135
+ * @version 136.0.0
26134
26136
  */
26135
26137
 
26136
26138
  /**
@@ -26368,7 +26370,7 @@ class LocationsApi {
26368
26370
  /**
26369
26371
  * Locations service.
26370
26372
  * @module purecloud-platform-client-v2/api/LocationsApi
26371
- * @version 135.0.0
26373
+ * @version 136.0.0
26372
26374
  */
26373
26375
 
26374
26376
  /**
@@ -26604,7 +26606,7 @@ class MessagingApi {
26604
26606
  /**
26605
26607
  * Messaging service.
26606
26608
  * @module purecloud-platform-client-v2/api/MessagingApi
26607
- * @version 135.0.0
26609
+ * @version 136.0.0
26608
26610
  */
26609
26611
 
26610
26612
  /**
@@ -26755,7 +26757,7 @@ class MobileDevicesApi {
26755
26757
  /**
26756
26758
  * MobileDevices service.
26757
26759
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
26758
- * @version 135.0.0
26760
+ * @version 136.0.0
26759
26761
  */
26760
26762
 
26761
26763
  /**
@@ -26906,7 +26908,7 @@ class NotificationsApi {
26906
26908
  /**
26907
26909
  * Notifications service.
26908
26910
  * @module purecloud-platform-client-v2/api/NotificationsApi
26909
- * @version 135.0.0
26911
+ * @version 136.0.0
26910
26912
  */
26911
26913
 
26912
26914
  /**
@@ -27131,7 +27133,7 @@ class OAuthApi {
27131
27133
  /**
27132
27134
  * OAuth service.
27133
27135
  * @module purecloud-platform-client-v2/api/OAuthApi
27134
- * @version 135.0.0
27136
+ * @version 136.0.0
27135
27137
  */
27136
27138
 
27137
27139
  /**
@@ -27497,7 +27499,7 @@ class ObjectsApi {
27497
27499
  /**
27498
27500
  * Objects service.
27499
27501
  * @module purecloud-platform-client-v2/api/ObjectsApi
27500
- * @version 135.0.0
27502
+ * @version 136.0.0
27501
27503
  */
27502
27504
 
27503
27505
  /**
@@ -27768,7 +27770,7 @@ class OrganizationApi {
27768
27770
  /**
27769
27771
  * Organization service.
27770
27772
  * @module purecloud-platform-client-v2/api/OrganizationApi
27771
- * @version 135.0.0
27773
+ * @version 136.0.0
27772
27774
  */
27773
27775
 
27774
27776
  /**
@@ -28171,7 +28173,7 @@ class OrganizationAuthorizationApi {
28171
28173
  /**
28172
28174
  * OrganizationAuthorization service.
28173
28175
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
28174
- * @version 135.0.0
28176
+ * @version 136.0.0
28175
28177
  */
28176
28178
 
28177
28179
  /**
@@ -29096,7 +29098,7 @@ class OutboundApi {
29096
29098
  /**
29097
29099
  * Outbound service.
29098
29100
  * @module purecloud-platform-client-v2/api/OutboundApi
29099
- * @version 135.0.0
29101
+ * @version 136.0.0
29100
29102
  */
29101
29103
 
29102
29104
  /**
@@ -32151,7 +32153,7 @@ class PresenceApi {
32151
32153
  /**
32152
32154
  * Presence service.
32153
32155
  * @module purecloud-platform-client-v2/api/PresenceApi
32154
- * @version 135.0.0
32156
+ * @version 136.0.0
32155
32157
  */
32156
32158
 
32157
32159
  /**
@@ -32473,7 +32475,7 @@ class QualityApi {
32473
32475
  /**
32474
32476
  * Quality service.
32475
32477
  * @module purecloud-platform-client-v2/api/QualityApi
32476
- * @version 135.0.0
32478
+ * @version 136.0.0
32477
32479
  */
32478
32480
 
32479
32481
  /**
@@ -34051,7 +34053,7 @@ class RecordingApi {
34051
34053
  /**
34052
34054
  * Recording service.
34053
34055
  * @module purecloud-platform-client-v2/api/RecordingApi
34054
- * @version 135.0.0
34056
+ * @version 136.0.0
34055
34057
  */
34056
34058
 
34057
34059
  /**
@@ -34707,6 +34709,51 @@ class RecordingApi {
34707
34709
  );
34708
34710
  }
34709
34711
 
34712
+ /**
34713
+ * Get the encryption key configurations
34714
+ *
34715
+ * @param {String} keyConfigurationId Key Configurations Id
34716
+ */
34717
+ getRecordingKeyconfiguration(keyConfigurationId) {
34718
+ // verify the required parameter 'keyConfigurationId' is set
34719
+ if (keyConfigurationId === undefined || keyConfigurationId === null) {
34720
+ throw 'Missing the required parameter "keyConfigurationId" when calling getRecordingKeyconfiguration';
34721
+ }
34722
+
34723
+ return this.apiClient.callApi(
34724
+ '/api/v2/recording/keyconfigurations/{keyConfigurationId}',
34725
+ 'GET',
34726
+ { 'keyConfigurationId': keyConfigurationId },
34727
+ { },
34728
+ { },
34729
+ { },
34730
+ null,
34731
+ ['PureCloud OAuth'],
34732
+ ['application/json'],
34733
+ ['application/json']
34734
+ );
34735
+ }
34736
+
34737
+ /**
34738
+ * Get a list of key configurations data
34739
+ *
34740
+ */
34741
+ getRecordingKeyconfigurations() {
34742
+
34743
+ return this.apiClient.callApi(
34744
+ '/api/v2/recording/keyconfigurations',
34745
+ 'GET',
34746
+ { },
34747
+ { },
34748
+ { },
34749
+ { },
34750
+ null,
34751
+ ['PureCloud OAuth'],
34752
+ ['application/json'],
34753
+ ['application/json']
34754
+ );
34755
+ }
34756
+
34710
34757
  /**
34711
34758
  * Get the local encryption settings
34712
34759
  *
@@ -35080,8 +35127,8 @@ class RecordingApi {
35080
35127
  }
35081
35128
 
35082
35129
  /**
35083
- * Create a recording bulk job
35084
- *
35130
+ * Create a recording bulk job.
35131
+ * Each organization can run up to a maximum of two concurrent jobs that are either in pending or processing state.
35085
35132
  * @param {Object} body query
35086
35133
  */
35087
35134
  postRecordingJobs(body) {
@@ -35104,6 +35151,56 @@ class RecordingApi {
35104
35151
  );
35105
35152
  }
35106
35153
 
35154
+ /**
35155
+ * Setup configurations for encryption key creation
35156
+ *
35157
+ * @param {Object} body Encryption Configuration
35158
+ */
35159
+ postRecordingKeyconfigurations(body) {
35160
+ // verify the required parameter 'body' is set
35161
+ if (body === undefined || body === null) {
35162
+ throw 'Missing the required parameter "body" when calling postRecordingKeyconfigurations';
35163
+ }
35164
+
35165
+ return this.apiClient.callApi(
35166
+ '/api/v2/recording/keyconfigurations',
35167
+ 'POST',
35168
+ { },
35169
+ { },
35170
+ { },
35171
+ { },
35172
+ body,
35173
+ ['PureCloud OAuth'],
35174
+ ['application/json'],
35175
+ ['application/json']
35176
+ );
35177
+ }
35178
+
35179
+ /**
35180
+ * Validate encryption key configurations without saving it
35181
+ *
35182
+ * @param {Object} body Encryption Configuration
35183
+ */
35184
+ postRecordingKeyconfigurationsValidate(body) {
35185
+ // verify the required parameter 'body' is set
35186
+ if (body === undefined || body === null) {
35187
+ throw 'Missing the required parameter "body" when calling postRecordingKeyconfigurationsValidate';
35188
+ }
35189
+
35190
+ return this.apiClient.callApi(
35191
+ '/api/v2/recording/keyconfigurations/validate',
35192
+ 'POST',
35193
+ { },
35194
+ { },
35195
+ { },
35196
+ { },
35197
+ body,
35198
+ ['PureCloud OAuth'],
35199
+ ['application/json'],
35200
+ ['application/json']
35201
+ );
35202
+ }
35203
+
35107
35204
  /**
35108
35205
  * create a local recording key
35109
35206
  *
@@ -35438,6 +35535,36 @@ class RecordingApi {
35438
35535
  );
35439
35536
  }
35440
35537
 
35538
+ /**
35539
+ * Update the encryption key configurations
35540
+ *
35541
+ * @param {String} keyConfigurationId Key Configurations Id
35542
+ * @param {Object} body Encryption key configuration metadata
35543
+ */
35544
+ putRecordingKeyconfiguration(keyConfigurationId, body) {
35545
+ // verify the required parameter 'keyConfigurationId' is set
35546
+ if (keyConfigurationId === undefined || keyConfigurationId === null) {
35547
+ throw 'Missing the required parameter "keyConfigurationId" when calling putRecordingKeyconfiguration';
35548
+ }
35549
+ // verify the required parameter 'body' is set
35550
+ if (body === undefined || body === null) {
35551
+ throw 'Missing the required parameter "body" when calling putRecordingKeyconfiguration';
35552
+ }
35553
+
35554
+ return this.apiClient.callApi(
35555
+ '/api/v2/recording/keyconfigurations/{keyConfigurationId}',
35556
+ 'PUT',
35557
+ { 'keyConfigurationId': keyConfigurationId },
35558
+ { },
35559
+ { },
35560
+ { },
35561
+ body,
35562
+ ['PureCloud OAuth'],
35563
+ ['application/json'],
35564
+ ['application/json']
35565
+ );
35566
+ }
35567
+
35441
35568
  /**
35442
35569
  * Update the local encryption settings
35443
35570
  *
@@ -35579,7 +35706,7 @@ class ResponseManagementApi {
35579
35706
  /**
35580
35707
  * ResponseManagement service.
35581
35708
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
35582
- * @version 135.0.0
35709
+ * @version 136.0.0
35583
35710
  */
35584
35711
 
35585
35712
  /**
@@ -36063,7 +36190,7 @@ class RoutingApi {
36063
36190
  /**
36064
36191
  * Routing service.
36065
36192
  * @module purecloud-platform-client-v2/api/RoutingApi
36066
- * @version 135.0.0
36193
+ * @version 136.0.0
36067
36194
  */
36068
36195
 
36069
36196
  /**
@@ -36722,14 +36849,18 @@ class RoutingApi {
36722
36849
  /**
36723
36850
  * Get domains
36724
36851
  *
36852
+ * @param {Object} opts Optional parameters
36853
+ * @param {Boolean} opts.excludeStatus Exclude MX record data (default to false)
36725
36854
  */
36726
- getRoutingEmailDomains() {
36855
+ getRoutingEmailDomains(opts) {
36856
+ opts = opts || {};
36857
+
36727
36858
 
36728
36859
  return this.apiClient.callApi(
36729
36860
  '/api/v2/routing/email/domains',
36730
36861
  'GET',
36731
36862
  { },
36732
- { },
36863
+ { 'excludeStatus': opts['excludeStatus'] },
36733
36864
  { },
36734
36865
  { },
36735
36866
  null,
@@ -38986,7 +39117,7 @@ class SCIMApi {
38986
39117
  /**
38987
39118
  * SCIM service.
38988
39119
  * @module purecloud-platform-client-v2/api/SCIMApi
38989
- * @version 135.0.0
39120
+ * @version 136.0.0
38990
39121
  */
38991
39122
 
38992
39123
  /**
@@ -39863,7 +39994,7 @@ class ScriptsApi {
39863
39994
  /**
39864
39995
  * Scripts service.
39865
39996
  * @module purecloud-platform-client-v2/api/ScriptsApi
39866
- * @version 135.0.0
39997
+ * @version 136.0.0
39867
39998
  */
39868
39999
 
39869
40000
  /**
@@ -40282,7 +40413,7 @@ class SearchApi {
40282
40413
  /**
40283
40414
  * Search service.
40284
40415
  * @module purecloud-platform-client-v2/api/SearchApi
40285
- * @version 135.0.0
40416
+ * @version 136.0.0
40286
40417
  */
40287
40418
 
40288
40419
  /**
@@ -40817,7 +40948,7 @@ class SpeechTextAnalyticsApi {
40817
40948
  /**
40818
40949
  * SpeechTextAnalytics service.
40819
40950
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
40820
- * @version 135.0.0
40951
+ * @version 136.0.0
40821
40952
  */
40822
40953
 
40823
40954
  /**
@@ -41670,7 +41801,7 @@ class StationsApi {
41670
41801
  /**
41671
41802
  * Stations service.
41672
41803
  * @module purecloud-platform-client-v2/api/StationsApi
41673
- * @version 135.0.0
41804
+ * @version 136.0.0
41674
41805
  */
41675
41806
 
41676
41807
  /**
@@ -41817,7 +41948,7 @@ class SuggestApi {
41817
41948
  /**
41818
41949
  * Suggest service.
41819
41950
  * @module purecloud-platform-client-v2/api/SuggestApi
41820
- * @version 135.0.0
41951
+ * @version 136.0.0
41821
41952
  */
41822
41953
 
41823
41954
  /**
@@ -41956,7 +42087,7 @@ class TelephonyApi {
41956
42087
  /**
41957
42088
  * Telephony service.
41958
42089
  * @module purecloud-platform-client-v2/api/TelephonyApi
41959
- * @version 135.0.0
42090
+ * @version 136.0.0
41960
42091
  */
41961
42092
 
41962
42093
  /**
@@ -42064,7 +42195,7 @@ class TelephonyProvidersEdgeApi {
42064
42195
  /**
42065
42196
  * TelephonyProvidersEdge service.
42066
42197
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
42067
- * @version 135.0.0
42198
+ * @version 136.0.0
42068
42199
  */
42069
42200
 
42070
42201
  /**
@@ -45697,7 +45828,7 @@ class TextbotsApi {
45697
45828
  /**
45698
45829
  * Textbots service.
45699
45830
  * @module purecloud-platform-client-v2/api/TextbotsApi
45700
- * @version 135.0.0
45831
+ * @version 136.0.0
45701
45832
  */
45702
45833
 
45703
45834
  /**
@@ -45825,7 +45956,7 @@ class TokensApi {
45825
45956
  /**
45826
45957
  * Tokens service.
45827
45958
  * @module purecloud-platform-client-v2/api/TokensApi
45828
- * @version 135.0.0
45959
+ * @version 136.0.0
45829
45960
  */
45830
45961
 
45831
45962
  /**
@@ -45931,7 +46062,7 @@ class UploadsApi {
45931
46062
  /**
45932
46063
  * Uploads service.
45933
46064
  * @module purecloud-platform-client-v2/api/UploadsApi
45934
- * @version 135.0.0
46065
+ * @version 136.0.0
45935
46066
  */
45936
46067
 
45937
46068
  /**
@@ -46082,7 +46213,7 @@ class UsageApi {
46082
46213
  /**
46083
46214
  * Usage service.
46084
46215
  * @module purecloud-platform-client-v2/api/UsageApi
46085
- * @version 135.0.0
46216
+ * @version 136.0.0
46086
46217
  */
46087
46218
 
46088
46219
  /**
@@ -46153,7 +46284,7 @@ class UserRecordingsApi {
46153
46284
  /**
46154
46285
  * UserRecordings service.
46155
46286
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
46156
- * @version 135.0.0
46287
+ * @version 136.0.0
46157
46288
  */
46158
46289
 
46159
46290
  /**
@@ -46337,7 +46468,7 @@ class UsersApi {
46337
46468
  /**
46338
46469
  * Users service.
46339
46470
  * @module purecloud-platform-client-v2/api/UsersApi
46340
- * @version 135.0.0
46471
+ * @version 136.0.0
46341
46472
  */
46342
46473
 
46343
46474
  /**
@@ -48639,7 +48770,7 @@ class UtilitiesApi {
48639
48770
  /**
48640
48771
  * Utilities service.
48641
48772
  * @module purecloud-platform-client-v2/api/UtilitiesApi
48642
- * @version 135.0.0
48773
+ * @version 136.0.0
48643
48774
  */
48644
48775
 
48645
48776
  /**
@@ -48750,7 +48881,7 @@ class VoicemailApi {
48750
48881
  /**
48751
48882
  * Voicemail service.
48752
48883
  * @module purecloud-platform-client-v2/api/VoicemailApi
48753
- * @version 135.0.0
48884
+ * @version 136.0.0
48754
48885
  */
48755
48886
 
48756
48887
  /**
@@ -49417,7 +49548,7 @@ class WebChatApi {
49417
49548
  /**
49418
49549
  * WebChat service.
49419
49550
  * @module purecloud-platform-client-v2/api/WebChatApi
49420
- * @version 135.0.0
49551
+ * @version 136.0.0
49421
49552
  */
49422
49553
 
49423
49554
  /**
@@ -49961,7 +50092,7 @@ class WebDeploymentsApi {
49961
50092
  /**
49962
50093
  * WebDeployments service.
49963
50094
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
49964
- * @version 135.0.0
50095
+ * @version 136.0.0
49965
50096
  */
49966
50097
 
49967
50098
  /**
@@ -50316,7 +50447,7 @@ class WebMessagingApi {
50316
50447
  /**
50317
50448
  * WebMessaging service.
50318
50449
  * @module purecloud-platform-client-v2/api/WebMessagingApi
50319
- * @version 135.0.0
50450
+ * @version 136.0.0
50320
50451
  */
50321
50452
 
50322
50453
  /**
@@ -50362,7 +50493,7 @@ class WidgetsApi {
50362
50493
  /**
50363
50494
  * Widgets service.
50364
50495
  * @module purecloud-platform-client-v2/api/WidgetsApi
50365
- * @version 135.0.0
50496
+ * @version 136.0.0
50366
50497
  */
50367
50498
 
50368
50499
  /**
@@ -50508,7 +50639,7 @@ class WorkforceManagementApi {
50508
50639
  /**
50509
50640
  * WorkforceManagement service.
50510
50641
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
50511
- * @version 135.0.0
50642
+ * @version 136.0.0
50512
50643
  */
50513
50644
 
50514
50645
  /**
@@ -54759,7 +54890,7 @@ class WorkforceManagementApi {
54759
54890
  * </pre>
54760
54891
  * </p>
54761
54892
  * @module purecloud-platform-client-v2/index
54762
- * @version 135.0.0
54893
+ * @version 136.0.0
54763
54894
  */
54764
54895
  class platformClient {
54765
54896
  constructor() {