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
@@ -393,7 +393,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
393
393
 
394
394
  /**
395
395
  * @module purecloud-platform-client-v2/ApiClient
396
- * @version 135.0.0
396
+ * @version 136.0.0
397
397
  */
398
398
  class ApiClient {
399
399
  /**
@@ -1340,7 +1340,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1340
1340
 
1341
1341
  // set header parameters
1342
1342
  request.set(that.defaultHeaders).set(that.normalizeParams(headerParams));
1343
- //request.set({ 'purecloud-sdk': '135.0.0' });
1343
+ //request.set({ 'purecloud-sdk': '136.0.0' });
1344
1344
 
1345
1345
  // set request timeout
1346
1346
  request.timeout(that.timeout);
@@ -1440,7 +1440,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1440
1440
  /**
1441
1441
  * Alerting service.
1442
1442
  * @module purecloud-platform-client-v2/api/AlertingApi
1443
- * @version 135.0.0
1443
+ * @version 136.0.0
1444
1444
  */
1445
1445
 
1446
1446
  /**
@@ -1754,7 +1754,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1754
1754
  /**
1755
1755
  * Analytics service.
1756
1756
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1757
- * @version 135.0.0
1757
+ * @version 136.0.0
1758
1758
  */
1759
1759
 
1760
1760
  /**
@@ -2936,7 +2936,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2936
2936
  /**
2937
2937
  * Architect service.
2938
2938
  * @module purecloud-platform-client-v2/api/ArchitectApi
2939
- * @version 135.0.0
2939
+ * @version 136.0.0
2940
2940
  */
2941
2941
 
2942
2942
  /**
@@ -5932,7 +5932,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5932
5932
  /**
5933
5933
  * Audit service.
5934
5934
  * @module purecloud-platform-client-v2/api/AuditApi
5935
- * @version 135.0.0
5935
+ * @version 136.0.0
5936
5936
  */
5937
5937
 
5938
5938
  /**
@@ -6103,7 +6103,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6103
6103
  /**
6104
6104
  * Authorization service.
6105
6105
  * @module purecloud-platform-client-v2/api/AuthorizationApi
6106
- * @version 135.0.0
6106
+ * @version 136.0.0
6107
6107
  */
6108
6108
 
6109
6109
  /**
@@ -7286,7 +7286,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7286
7286
  /**
7287
7287
  * Billing service.
7288
7288
  * @module purecloud-platform-client-v2/api/BillingApi
7289
- * @version 135.0.0
7289
+ * @version 136.0.0
7290
7290
  */
7291
7291
 
7292
7292
  /**
@@ -7366,7 +7366,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7366
7366
  /**
7367
7367
  * Chat service.
7368
7368
  * @module purecloud-platform-client-v2/api/ChatApi
7369
- * @version 135.0.0
7369
+ * @version 136.0.0
7370
7370
  */
7371
7371
 
7372
7372
  /**
@@ -7457,7 +7457,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7457
7457
  /**
7458
7458
  * Coaching service.
7459
7459
  * @module purecloud-platform-client-v2/api/CoachingApi
7460
- * @version 135.0.0
7460
+ * @version 136.0.0
7461
7461
  */
7462
7462
 
7463
7463
  /**
@@ -8034,7 +8034,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8034
8034
  /**
8035
8035
  * ContentManagement service.
8036
8036
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8037
- * @version 135.0.0
8037
+ * @version 136.0.0
8038
8038
  */
8039
8039
 
8040
8040
  /**
@@ -9174,7 +9174,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9174
9174
  /**
9175
9175
  * Conversations service.
9176
9176
  * @module purecloud-platform-client-v2/api/ConversationsApi
9177
- * @version 135.0.0
9177
+ * @version 136.0.0
9178
9178
  */
9179
9179
 
9180
9180
  /**
@@ -12253,8 +12253,8 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12253
12253
  }
12254
12254
 
12255
12255
  /**
12256
- * Update or activate a WhatsApp messaging integration.
12257
- * 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.
12256
+ * Update or activate a WhatsApp messaging integration
12257
+ * 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
12258
  * @param {String} integrationId Integration ID
12259
12259
  * @param {Object} body WhatsAppIntegrationUpdateRequest
12260
12260
  */
@@ -13838,7 +13838,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13838
13838
  /**
13839
13839
  * DataExtensions service.
13840
13840
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
13841
- * @version 135.0.0
13841
+ * @version 136.0.0
13842
13842
  */
13843
13843
 
13844
13844
  /**
@@ -13924,7 +13924,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13924
13924
  /**
13925
13925
  * ExternalContacts service.
13926
13926
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
13927
- * @version 135.0.0
13927
+ * @version 136.0.0
13928
13928
  */
13929
13929
 
13930
13930
  /**
@@ -15667,7 +15667,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15667
15667
  /**
15668
15668
  * Fax service.
15669
15669
  * @module purecloud-platform-client-v2/api/FaxApi
15670
- * @version 135.0.0
15670
+ * @version 136.0.0
15671
15671
  */
15672
15672
 
15673
15673
  /**
@@ -15838,7 +15838,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15838
15838
  /**
15839
15839
  * Flows service.
15840
15840
  * @module purecloud-platform-client-v2/api/FlowsApi
15841
- * @version 135.0.0
15841
+ * @version 136.0.0
15842
15842
  */
15843
15843
 
15844
15844
  /**
@@ -15909,7 +15909,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15909
15909
  /**
15910
15910
  * Gamification service.
15911
15911
  * @module purecloud-platform-client-v2/api/GamificationApi
15912
- * @version 135.0.0
15912
+ * @version 136.0.0
15913
15913
  */
15914
15914
 
15915
15915
  /**
@@ -16155,18 +16155,18 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16155
16155
  /**
16156
16156
  * Performance profile by id
16157
16157
  *
16158
- * @param {String} performanceProfileId Performance Profile Id
16158
+ * @param {String} profileId performanceProfileId
16159
16159
  */
16160
- getGamificationProfile(performanceProfileId) {
16161
- // verify the required parameter 'performanceProfileId' is set
16162
- if (performanceProfileId === undefined || performanceProfileId === null) {
16163
- throw 'Missing the required parameter "performanceProfileId" when calling getGamificationProfile';
16160
+ getGamificationProfile(profileId) {
16161
+ // verify the required parameter 'profileId' is set
16162
+ if (profileId === undefined || profileId === null) {
16163
+ throw 'Missing the required parameter "profileId" when calling getGamificationProfile';
16164
16164
  }
16165
16165
 
16166
16166
  return this.apiClient.callApi(
16167
- '/api/v2/gamification/profiles/{performanceProfileId}',
16167
+ '/api/v2/gamification/profiles/{profileId}',
16168
16168
  'GET',
16169
- { 'performanceProfileId': performanceProfileId },
16169
+ { 'profileId': profileId },
16170
16170
  { },
16171
16171
  { },
16172
16172
  { },
@@ -17009,18 +17009,18 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17009
17009
  /**
17010
17010
  * Activate a performance profile
17011
17011
  *
17012
- * @param {String} performanceProfileId Performance Profile Id
17012
+ * @param {String} profileId performanceProfileId
17013
17013
  */
17014
- postGamificationProfileActivate(performanceProfileId) {
17015
- // verify the required parameter 'performanceProfileId' is set
17016
- if (performanceProfileId === undefined || performanceProfileId === null) {
17017
- throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileActivate';
17014
+ postGamificationProfileActivate(profileId) {
17015
+ // verify the required parameter 'profileId' is set
17016
+ if (profileId === undefined || profileId === null) {
17017
+ throw 'Missing the required parameter "profileId" when calling postGamificationProfileActivate';
17018
17018
  }
17019
17019
 
17020
17020
  return this.apiClient.callApi(
17021
- '/api/v2/gamification/profiles/{performanceProfileId}/activate',
17021
+ '/api/v2/gamification/profiles/{profileId}/activate',
17022
17022
  'POST',
17023
- { 'performanceProfileId': performanceProfileId },
17023
+ { 'profileId': profileId },
17024
17024
  { },
17025
17025
  { },
17026
17026
  { },
@@ -17034,18 +17034,18 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17034
17034
  /**
17035
17035
  * Deactivate a performance profile
17036
17036
  *
17037
- * @param {String} performanceProfileId Performance Profile Id
17037
+ * @param {String} profileId performanceProfileId
17038
17038
  */
17039
- postGamificationProfileDeactivate(performanceProfileId) {
17040
- // verify the required parameter 'performanceProfileId' is set
17041
- if (performanceProfileId === undefined || performanceProfileId === null) {
17042
- throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileDeactivate';
17039
+ postGamificationProfileDeactivate(profileId) {
17040
+ // verify the required parameter 'profileId' is set
17041
+ if (profileId === undefined || profileId === null) {
17042
+ throw 'Missing the required parameter "profileId" when calling postGamificationProfileDeactivate';
17043
17043
  }
17044
17044
 
17045
17045
  return this.apiClient.callApi(
17046
- '/api/v2/gamification/profiles/{performanceProfileId}/deactivate',
17046
+ '/api/v2/gamification/profiles/{profileId}/deactivate',
17047
17047
  'POST',
17048
- { 'performanceProfileId': performanceProfileId },
17048
+ { 'profileId': profileId },
17049
17049
  { },
17050
17050
  { },
17051
17051
  { },
@@ -17247,22 +17247,22 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17247
17247
  /**
17248
17248
  * Updates a performance profile
17249
17249
  *
17250
- * @param {String} performanceProfileId Performance Profile Id
17250
+ * @param {String} profileId performanceProfileId
17251
17251
  * @param {Object} opts Optional parameters
17252
17252
  * @param {Object} opts.body performanceProfile
17253
17253
  */
17254
- putGamificationProfile(performanceProfileId, opts) {
17254
+ putGamificationProfile(profileId, opts) {
17255
17255
  opts = opts || {};
17256
17256
 
17257
- // verify the required parameter 'performanceProfileId' is set
17258
- if (performanceProfileId === undefined || performanceProfileId === null) {
17259
- throw 'Missing the required parameter "performanceProfileId" when calling putGamificationProfile';
17257
+ // verify the required parameter 'profileId' is set
17258
+ if (profileId === undefined || profileId === null) {
17259
+ throw 'Missing the required parameter "profileId" when calling putGamificationProfile';
17260
17260
  }
17261
17261
 
17262
17262
  return this.apiClient.callApi(
17263
- '/api/v2/gamification/profiles/{performanceProfileId}',
17263
+ '/api/v2/gamification/profiles/{profileId}',
17264
17264
  'PUT',
17265
- { 'performanceProfileId': performanceProfileId },
17265
+ { 'profileId': profileId },
17266
17266
  { },
17267
17267
  { },
17268
17268
  { },
@@ -17339,7 +17339,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17339
17339
  /**
17340
17340
  * GeneralDataProtectionRegulation service.
17341
17341
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
17342
- * @version 135.0.0
17342
+ * @version 136.0.0
17343
17343
  */
17344
17344
 
17345
17345
  /**
@@ -17469,7 +17469,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17469
17469
  /**
17470
17470
  * Geolocation service.
17471
17471
  * @module purecloud-platform-client-v2/api/GeolocationApi
17472
- * @version 135.0.0
17472
+ * @version 136.0.0
17473
17473
  */
17474
17474
 
17475
17475
  /**
@@ -17600,7 +17600,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17600
17600
  /**
17601
17601
  * Greetings service.
17602
17602
  * @module purecloud-platform-client-v2/api/GreetingsApi
17603
- * @version 135.0.0
17603
+ * @version 136.0.0
17604
17604
  */
17605
17605
 
17606
17606
  /**
@@ -18055,7 +18055,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18055
18055
  /**
18056
18056
  * Groups service.
18057
18057
  * @module purecloud-platform-client-v2/api/GroupsApi
18058
- * @version 135.0.0
18058
+ * @version 136.0.0
18059
18059
  */
18060
18060
 
18061
18061
  /**
@@ -18460,7 +18460,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18460
18460
  /**
18461
18461
  * IdentityProvider service.
18462
18462
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
18463
- * @version 135.0.0
18463
+ * @version 136.0.0
18464
18464
  */
18465
18465
 
18466
18466
  /**
@@ -19216,7 +19216,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19216
19216
  /**
19217
19217
  * Integrations service.
19218
19218
  * @module purecloud-platform-client-v2/api/IntegrationsApi
19219
- * @version 135.0.0
19219
+ * @version 136.0.0
19220
19220
  */
19221
19221
 
19222
19222
  /**
@@ -19634,9 +19634,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19634
19634
  * @param {String} opts.previousPage Previous page token
19635
19635
  * @param {String} opts.sortBy Root level field name to sort on.
19636
19636
  * @param {Object} opts.sortOrder Direction to sort 'sortBy' field. (default to asc)
19637
- * @param {String} opts.category Filter by category name
19638
- * @param {String} opts.name Filter by action name. Provide full or just the first part of name.
19639
- * @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.
19637
+ * @param {String} opts.category Filter by category name.
19638
+ * @param {String} opts.name Filter by partial or complete action name.
19639
+ * @param {String} opts.ids Filter by action Id. Can be a comma separated list to request multiple actions. Limit of 50 Ids.
19640
+ * @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.
19640
19641
  * @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)
19641
19642
  */
19642
19643
  getIntegrationsActions(opts) {
@@ -19647,7 +19648,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19647
19648
  '/api/v2/integrations/actions',
19648
19649
  'GET',
19649
19650
  { },
19650
- { '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'] },
19651
+ { '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'] },
19651
19652
  { },
19652
19653
  { },
19653
19654
  null,
@@ -19697,9 +19698,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19697
19698
  * @param {String} opts.previousPage Previous page token
19698
19699
  * @param {String} opts.sortBy Root level field name to sort on.
19699
19700
  * @param {Object} opts.sortOrder Direction to sort 'sortBy' field. (default to asc)
19700
- * @param {String} opts.category Filter by category name
19701
- * @param {String} opts.name Filter by action name. Provide full or just the first part of name.
19702
- * @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.
19701
+ * @param {String} opts.category Filter by category name.
19702
+ * @param {String} opts.name Filter by partial or complete action name.
19703
+ * @param {String} opts.ids Filter by action Id. Can be a comma separated list to request multiple actions. Limit of 50 Ids.
19704
+ * @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.
19703
19705
  * @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)
19704
19706
  */
19705
19707
  getIntegrationsActionsDrafts(opts) {
@@ -19710,7 +19712,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19710
19712
  '/api/v2/integrations/actions/drafts',
19711
19713
  'GET',
19712
19714
  { },
19713
- { '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'] },
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'],'ids': opts['ids'],'secure': opts['secure'],'includeAuthActions': opts['includeAuthActions'] },
19714
19716
  { },
19715
19717
  { },
19716
19718
  null,
@@ -20891,7 +20893,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20891
20893
  /**
20892
20894
  * Journey service.
20893
20895
  * @module purecloud-platform-client-v2/api/JourneyApi
20894
- * @version 135.0.0
20896
+ * @version 136.0.0
20895
20897
  */
20896
20898
 
20897
20899
  /**
@@ -21602,7 +21604,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21602
21604
  /**
21603
21605
  * Knowledge service.
21604
21606
  * @module purecloud-platform-client-v2/api/KnowledgeApi
21605
- * @version 135.0.0
21607
+ * @version 136.0.0
21606
21608
  */
21607
21609
 
21608
21610
  /**
@@ -22502,7 +22504,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22502
22504
  /**
22503
22505
  * LanguageUnderstanding service.
22504
22506
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
22505
- * @version 135.0.0
22507
+ * @version 136.0.0
22506
22508
  */
22507
22509
 
22508
22510
  /**
@@ -23406,7 +23408,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23406
23408
  /**
23407
23409
  * Languages service.
23408
23410
  * @module purecloud-platform-client-v2/api/LanguagesApi
23409
- * @version 135.0.0
23411
+ * @version 136.0.0
23410
23412
  */
23411
23413
 
23412
23414
  /**
@@ -23674,7 +23676,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23674
23676
  /**
23675
23677
  * Learning service.
23676
23678
  * @module purecloud-platform-client-v2/api/LearningApi
23677
- * @version 135.0.0
23679
+ * @version 136.0.0
23678
23680
  */
23679
23681
 
23680
23682
  /**
@@ -24265,7 +24267,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24265
24267
  /**
24266
24268
  * License service.
24267
24269
  * @module purecloud-platform-client-v2/api/LicenseApi
24268
- * @version 135.0.0
24270
+ * @version 136.0.0
24269
24271
  */
24270
24272
 
24271
24273
  /**
@@ -24503,7 +24505,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24503
24505
  /**
24504
24506
  * Locations service.
24505
24507
  * @module purecloud-platform-client-v2/api/LocationsApi
24506
- * @version 135.0.0
24508
+ * @version 136.0.0
24507
24509
  */
24508
24510
 
24509
24511
  /**
@@ -24739,7 +24741,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24739
24741
  /**
24740
24742
  * Messaging service.
24741
24743
  * @module purecloud-platform-client-v2/api/MessagingApi
24742
- * @version 135.0.0
24744
+ * @version 136.0.0
24743
24745
  */
24744
24746
 
24745
24747
  /**
@@ -24890,7 +24892,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24890
24892
  /**
24891
24893
  * MobileDevices service.
24892
24894
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
24893
- * @version 135.0.0
24895
+ * @version 136.0.0
24894
24896
  */
24895
24897
 
24896
24898
  /**
@@ -25041,7 +25043,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25041
25043
  /**
25042
25044
  * Notifications service.
25043
25045
  * @module purecloud-platform-client-v2/api/NotificationsApi
25044
- * @version 135.0.0
25046
+ * @version 136.0.0
25045
25047
  */
25046
25048
 
25047
25049
  /**
@@ -25266,7 +25268,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25266
25268
  /**
25267
25269
  * OAuth service.
25268
25270
  * @module purecloud-platform-client-v2/api/OAuthApi
25269
- * @version 135.0.0
25271
+ * @version 136.0.0
25270
25272
  */
25271
25273
 
25272
25274
  /**
@@ -25632,7 +25634,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25632
25634
  /**
25633
25635
  * Objects service.
25634
25636
  * @module purecloud-platform-client-v2/api/ObjectsApi
25635
- * @version 135.0.0
25637
+ * @version 136.0.0
25636
25638
  */
25637
25639
 
25638
25640
  /**
@@ -25903,7 +25905,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25903
25905
  /**
25904
25906
  * Organization service.
25905
25907
  * @module purecloud-platform-client-v2/api/OrganizationApi
25906
- * @version 135.0.0
25908
+ * @version 136.0.0
25907
25909
  */
25908
25910
 
25909
25911
  /**
@@ -26306,7 +26308,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26306
26308
  /**
26307
26309
  * OrganizationAuthorization service.
26308
26310
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
26309
- * @version 135.0.0
26311
+ * @version 136.0.0
26310
26312
  */
26311
26313
 
26312
26314
  /**
@@ -27231,7 +27233,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27231
27233
  /**
27232
27234
  * Outbound service.
27233
27235
  * @module purecloud-platform-client-v2/api/OutboundApi
27234
- * @version 135.0.0
27236
+ * @version 136.0.0
27235
27237
  */
27236
27238
 
27237
27239
  /**
@@ -30286,7 +30288,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30286
30288
  /**
30287
30289
  * Presence service.
30288
30290
  * @module purecloud-platform-client-v2/api/PresenceApi
30289
- * @version 135.0.0
30291
+ * @version 136.0.0
30290
30292
  */
30291
30293
 
30292
30294
  /**
@@ -30608,7 +30610,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30608
30610
  /**
30609
30611
  * Quality service.
30610
30612
  * @module purecloud-platform-client-v2/api/QualityApi
30611
- * @version 135.0.0
30613
+ * @version 136.0.0
30612
30614
  */
30613
30615
 
30614
30616
  /**
@@ -32186,7 +32188,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32186
32188
  /**
32187
32189
  * Recording service.
32188
32190
  * @module purecloud-platform-client-v2/api/RecordingApi
32189
- * @version 135.0.0
32191
+ * @version 136.0.0
32190
32192
  */
32191
32193
 
32192
32194
  /**
@@ -32842,6 +32844,51 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32842
32844
  );
32843
32845
  }
32844
32846
 
32847
+ /**
32848
+ * Get the encryption key configurations
32849
+ *
32850
+ * @param {String} keyConfigurationId Key Configurations Id
32851
+ */
32852
+ getRecordingKeyconfiguration(keyConfigurationId) {
32853
+ // verify the required parameter 'keyConfigurationId' is set
32854
+ if (keyConfigurationId === undefined || keyConfigurationId === null) {
32855
+ throw 'Missing the required parameter "keyConfigurationId" when calling getRecordingKeyconfiguration';
32856
+ }
32857
+
32858
+ return this.apiClient.callApi(
32859
+ '/api/v2/recording/keyconfigurations/{keyConfigurationId}',
32860
+ 'GET',
32861
+ { 'keyConfigurationId': keyConfigurationId },
32862
+ { },
32863
+ { },
32864
+ { },
32865
+ null,
32866
+ ['PureCloud OAuth'],
32867
+ ['application/json'],
32868
+ ['application/json']
32869
+ );
32870
+ }
32871
+
32872
+ /**
32873
+ * Get a list of key configurations data
32874
+ *
32875
+ */
32876
+ getRecordingKeyconfigurations() {
32877
+
32878
+ return this.apiClient.callApi(
32879
+ '/api/v2/recording/keyconfigurations',
32880
+ 'GET',
32881
+ { },
32882
+ { },
32883
+ { },
32884
+ { },
32885
+ null,
32886
+ ['PureCloud OAuth'],
32887
+ ['application/json'],
32888
+ ['application/json']
32889
+ );
32890
+ }
32891
+
32845
32892
  /**
32846
32893
  * Get the local encryption settings
32847
32894
  *
@@ -33215,8 +33262,8 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33215
33262
  }
33216
33263
 
33217
33264
  /**
33218
- * Create a recording bulk job
33219
- *
33265
+ * Create a recording bulk job.
33266
+ * Each organization can run up to a maximum of two concurrent jobs that are either in pending or processing state.
33220
33267
  * @param {Object} body query
33221
33268
  */
33222
33269
  postRecordingJobs(body) {
@@ -33239,6 +33286,56 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33239
33286
  );
33240
33287
  }
33241
33288
 
33289
+ /**
33290
+ * Setup configurations for encryption key creation
33291
+ *
33292
+ * @param {Object} body Encryption Configuration
33293
+ */
33294
+ postRecordingKeyconfigurations(body) {
33295
+ // verify the required parameter 'body' is set
33296
+ if (body === undefined || body === null) {
33297
+ throw 'Missing the required parameter "body" when calling postRecordingKeyconfigurations';
33298
+ }
33299
+
33300
+ return this.apiClient.callApi(
33301
+ '/api/v2/recording/keyconfigurations',
33302
+ 'POST',
33303
+ { },
33304
+ { },
33305
+ { },
33306
+ { },
33307
+ body,
33308
+ ['PureCloud OAuth'],
33309
+ ['application/json'],
33310
+ ['application/json']
33311
+ );
33312
+ }
33313
+
33314
+ /**
33315
+ * Validate encryption key configurations without saving it
33316
+ *
33317
+ * @param {Object} body Encryption Configuration
33318
+ */
33319
+ postRecordingKeyconfigurationsValidate(body) {
33320
+ // verify the required parameter 'body' is set
33321
+ if (body === undefined || body === null) {
33322
+ throw 'Missing the required parameter "body" when calling postRecordingKeyconfigurationsValidate';
33323
+ }
33324
+
33325
+ return this.apiClient.callApi(
33326
+ '/api/v2/recording/keyconfigurations/validate',
33327
+ 'POST',
33328
+ { },
33329
+ { },
33330
+ { },
33331
+ { },
33332
+ body,
33333
+ ['PureCloud OAuth'],
33334
+ ['application/json'],
33335
+ ['application/json']
33336
+ );
33337
+ }
33338
+
33242
33339
  /**
33243
33340
  * create a local recording key
33244
33341
  *
@@ -33573,6 +33670,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33573
33670
  );
33574
33671
  }
33575
33672
 
33673
+ /**
33674
+ * Update the encryption key configurations
33675
+ *
33676
+ * @param {String} keyConfigurationId Key Configurations Id
33677
+ * @param {Object} body Encryption key configuration metadata
33678
+ */
33679
+ putRecordingKeyconfiguration(keyConfigurationId, body) {
33680
+ // verify the required parameter 'keyConfigurationId' is set
33681
+ if (keyConfigurationId === undefined || keyConfigurationId === null) {
33682
+ throw 'Missing the required parameter "keyConfigurationId" when calling putRecordingKeyconfiguration';
33683
+ }
33684
+ // verify the required parameter 'body' is set
33685
+ if (body === undefined || body === null) {
33686
+ throw 'Missing the required parameter "body" when calling putRecordingKeyconfiguration';
33687
+ }
33688
+
33689
+ return this.apiClient.callApi(
33690
+ '/api/v2/recording/keyconfigurations/{keyConfigurationId}',
33691
+ 'PUT',
33692
+ { 'keyConfigurationId': keyConfigurationId },
33693
+ { },
33694
+ { },
33695
+ { },
33696
+ body,
33697
+ ['PureCloud OAuth'],
33698
+ ['application/json'],
33699
+ ['application/json']
33700
+ );
33701
+ }
33702
+
33576
33703
  /**
33577
33704
  * Update the local encryption settings
33578
33705
  *
@@ -33714,7 +33841,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33714
33841
  /**
33715
33842
  * ResponseManagement service.
33716
33843
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
33717
- * @version 135.0.0
33844
+ * @version 136.0.0
33718
33845
  */
33719
33846
 
33720
33847
  /**
@@ -34198,7 +34325,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34198
34325
  /**
34199
34326
  * Routing service.
34200
34327
  * @module purecloud-platform-client-v2/api/RoutingApi
34201
- * @version 135.0.0
34328
+ * @version 136.0.0
34202
34329
  */
34203
34330
 
34204
34331
  /**
@@ -34857,14 +34984,18 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34857
34984
  /**
34858
34985
  * Get domains
34859
34986
  *
34987
+ * @param {Object} opts Optional parameters
34988
+ * @param {Boolean} opts.excludeStatus Exclude MX record data (default to false)
34860
34989
  */
34861
- getRoutingEmailDomains() {
34990
+ getRoutingEmailDomains(opts) {
34991
+ opts = opts || {};
34992
+
34862
34993
 
34863
34994
  return this.apiClient.callApi(
34864
34995
  '/api/v2/routing/email/domains',
34865
34996
  'GET',
34866
34997
  { },
34867
- { },
34998
+ { 'excludeStatus': opts['excludeStatus'] },
34868
34999
  { },
34869
35000
  { },
34870
35001
  null,
@@ -37121,7 +37252,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37121
37252
  /**
37122
37253
  * SCIM service.
37123
37254
  * @module purecloud-platform-client-v2/api/SCIMApi
37124
- * @version 135.0.0
37255
+ * @version 136.0.0
37125
37256
  */
37126
37257
 
37127
37258
  /**
@@ -37998,7 +38129,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37998
38129
  /**
37999
38130
  * Scripts service.
38000
38131
  * @module purecloud-platform-client-v2/api/ScriptsApi
38001
- * @version 135.0.0
38132
+ * @version 136.0.0
38002
38133
  */
38003
38134
 
38004
38135
  /**
@@ -38417,7 +38548,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38417
38548
  /**
38418
38549
  * Search service.
38419
38550
  * @module purecloud-platform-client-v2/api/SearchApi
38420
- * @version 135.0.0
38551
+ * @version 136.0.0
38421
38552
  */
38422
38553
 
38423
38554
  /**
@@ -38952,7 +39083,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38952
39083
  /**
38953
39084
  * SpeechTextAnalytics service.
38954
39085
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
38955
- * @version 135.0.0
39086
+ * @version 136.0.0
38956
39087
  */
38957
39088
 
38958
39089
  /**
@@ -39805,7 +39936,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39805
39936
  /**
39806
39937
  * Stations service.
39807
39938
  * @module purecloud-platform-client-v2/api/StationsApi
39808
- * @version 135.0.0
39939
+ * @version 136.0.0
39809
39940
  */
39810
39941
 
39811
39942
  /**
@@ -39952,7 +40083,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39952
40083
  /**
39953
40084
  * Suggest service.
39954
40085
  * @module purecloud-platform-client-v2/api/SuggestApi
39955
- * @version 135.0.0
40086
+ * @version 136.0.0
39956
40087
  */
39957
40088
 
39958
40089
  /**
@@ -40091,7 +40222,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40091
40222
  /**
40092
40223
  * Telephony service.
40093
40224
  * @module purecloud-platform-client-v2/api/TelephonyApi
40094
- * @version 135.0.0
40225
+ * @version 136.0.0
40095
40226
  */
40096
40227
 
40097
40228
  /**
@@ -40199,7 +40330,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40199
40330
  /**
40200
40331
  * TelephonyProvidersEdge service.
40201
40332
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
40202
- * @version 135.0.0
40333
+ * @version 136.0.0
40203
40334
  */
40204
40335
 
40205
40336
  /**
@@ -43832,7 +43963,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43832
43963
  /**
43833
43964
  * Textbots service.
43834
43965
  * @module purecloud-platform-client-v2/api/TextbotsApi
43835
- * @version 135.0.0
43966
+ * @version 136.0.0
43836
43967
  */
43837
43968
 
43838
43969
  /**
@@ -43960,7 +44091,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43960
44091
  /**
43961
44092
  * Tokens service.
43962
44093
  * @module purecloud-platform-client-v2/api/TokensApi
43963
- * @version 135.0.0
44094
+ * @version 136.0.0
43964
44095
  */
43965
44096
 
43966
44097
  /**
@@ -44066,7 +44197,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44066
44197
  /**
44067
44198
  * Uploads service.
44068
44199
  * @module purecloud-platform-client-v2/api/UploadsApi
44069
- * @version 135.0.0
44200
+ * @version 136.0.0
44070
44201
  */
44071
44202
 
44072
44203
  /**
@@ -44217,7 +44348,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44217
44348
  /**
44218
44349
  * Usage service.
44219
44350
  * @module purecloud-platform-client-v2/api/UsageApi
44220
- * @version 135.0.0
44351
+ * @version 136.0.0
44221
44352
  */
44222
44353
 
44223
44354
  /**
@@ -44288,7 +44419,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44288
44419
  /**
44289
44420
  * UserRecordings service.
44290
44421
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
44291
- * @version 135.0.0
44422
+ * @version 136.0.0
44292
44423
  */
44293
44424
 
44294
44425
  /**
@@ -44472,7 +44603,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44472
44603
  /**
44473
44604
  * Users service.
44474
44605
  * @module purecloud-platform-client-v2/api/UsersApi
44475
- * @version 135.0.0
44606
+ * @version 136.0.0
44476
44607
  */
44477
44608
 
44478
44609
  /**
@@ -46774,7 +46905,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46774
46905
  /**
46775
46906
  * Utilities service.
46776
46907
  * @module purecloud-platform-client-v2/api/UtilitiesApi
46777
- * @version 135.0.0
46908
+ * @version 136.0.0
46778
46909
  */
46779
46910
 
46780
46911
  /**
@@ -46885,7 +47016,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46885
47016
  /**
46886
47017
  * Voicemail service.
46887
47018
  * @module purecloud-platform-client-v2/api/VoicemailApi
46888
- * @version 135.0.0
47019
+ * @version 136.0.0
46889
47020
  */
46890
47021
 
46891
47022
  /**
@@ -47552,7 +47683,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47552
47683
  /**
47553
47684
  * WebChat service.
47554
47685
  * @module purecloud-platform-client-v2/api/WebChatApi
47555
- * @version 135.0.0
47686
+ * @version 136.0.0
47556
47687
  */
47557
47688
 
47558
47689
  /**
@@ -48096,7 +48227,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48096
48227
  /**
48097
48228
  * WebDeployments service.
48098
48229
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
48099
- * @version 135.0.0
48230
+ * @version 136.0.0
48100
48231
  */
48101
48232
 
48102
48233
  /**
@@ -48451,7 +48582,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48451
48582
  /**
48452
48583
  * WebMessaging service.
48453
48584
  * @module purecloud-platform-client-v2/api/WebMessagingApi
48454
- * @version 135.0.0
48585
+ * @version 136.0.0
48455
48586
  */
48456
48587
 
48457
48588
  /**
@@ -48497,7 +48628,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48497
48628
  /**
48498
48629
  * Widgets service.
48499
48630
  * @module purecloud-platform-client-v2/api/WidgetsApi
48500
- * @version 135.0.0
48631
+ * @version 136.0.0
48501
48632
  */
48502
48633
 
48503
48634
  /**
@@ -48643,7 +48774,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48643
48774
  /**
48644
48775
  * WorkforceManagement service.
48645
48776
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
48646
- * @version 135.0.0
48777
+ * @version 136.0.0
48647
48778
  */
48648
48779
 
48649
48780
  /**
@@ -52894,7 +53025,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52894
53025
  * </pre>
52895
53026
  * </p>
52896
53027
  * @module purecloud-platform-client-v2/index
52897
- * @version 135.0.0
53028
+ * @version 136.0.0
52898
53029
  */
52899
53030
  class platformClient {
52900
53031
  constructor() {