purecloud-platform-client-v2 126.0.0 → 129.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 (72) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +286 -66
  3. package/dist/web-amd/purecloud-platform-client-v2.js +286 -66
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +286 -66
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +286 -66
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +294 -223
  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 +1 -1
  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 +121 -1
  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 +30 -1
  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/MobileDevicesApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/RecordingApi.js +7 -3
  49. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +21 -1
  55. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +21 -1
  59. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +28 -1
  60. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purecloud-platform-client-v2",
3
- "version": "126.0.0",
3
+ "version": "129.0.0",
4
4
  "description": "A JavaScript library to interface with the PureCloud Platform API",
5
5
  "license": "MIT",
6
6
  "main": "dist/node/purecloud-platform-client-v2.js",
@@ -3,7 +3,7 @@ import Configuration from './configuration.js';
3
3
 
4
4
  /**
5
5
  * @module purecloud-platform-client-v2/ApiClient
6
- * @version 126.0.0
6
+ * @version 129.0.0
7
7
  */
8
8
  class ApiClient {
9
9
  /**
@@ -950,7 +950,7 @@ class ApiClient {
950
950
 
951
951
  // set header parameters
952
952
  request.set(that.defaultHeaders).set(that.normalizeParams(headerParams));
953
- //request.set({ 'purecloud-sdk': '126.0.0' });
953
+ //request.set({ 'purecloud-sdk': '129.0.0' });
954
954
 
955
955
  // set request timeout
956
956
  request.timeout(that.timeout);
@@ -5,7 +5,7 @@ class AlertingApi {
5
5
  /**
6
6
  * Alerting service.
7
7
  * @module purecloud-platform-client-v2/api/AlertingApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AnalyticsApi {
5
5
  /**
6
6
  * Analytics service.
7
7
  * @module purecloud-platform-client-v2/api/AnalyticsApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ArchitectApi {
5
5
  /**
6
6
  * Architect service.
7
7
  * @module purecloud-platform-client-v2/api/ArchitectApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AuditApi {
5
5
  /**
6
6
  * Audit service.
7
7
  * @module purecloud-platform-client-v2/api/AuditApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AuthorizationApi {
5
5
  /**
6
6
  * Authorization service.
7
7
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class BillingApi {
5
5
  /**
6
6
  * Billing service.
7
7
  * @module purecloud-platform-client-v2/api/BillingApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ChatApi {
5
5
  /**
6
6
  * Chat service.
7
7
  * @module purecloud-platform-client-v2/api/ChatApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class CoachingApi {
5
5
  /**
6
6
  * Coaching service.
7
7
  * @module purecloud-platform-client-v2/api/CoachingApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ContentManagementApi {
5
5
  /**
6
6
  * ContentManagement service.
7
7
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ConversationsApi {
5
5
  /**
6
6
  * Conversations service.
7
7
  * @module purecloud-platform-client-v2/api/ConversationsApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class DataExtensionsApi {
5
5
  /**
6
6
  * DataExtensions service.
7
7
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ExternalContactsApi {
5
5
  /**
6
6
  * ExternalContacts service.
7
7
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class FaxApi {
5
5
  /**
6
6
  * Fax service.
7
7
  * @module purecloud-platform-client-v2/api/FaxApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class FlowsApi {
5
5
  /**
6
6
  * Flows service.
7
7
  * @module purecloud-platform-client-v2/api/FlowsApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GamificationApi {
5
5
  /**
6
6
  * Gamification service.
7
7
  * @module purecloud-platform-client-v2/api/GamificationApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -273,6 +273,31 @@ class GamificationApi {
273
273
  );
274
274
  }
275
275
 
276
+ /**
277
+ * Members of a given performance profile
278
+ *
279
+ * @param {String} performanceProfileId Performance Profile Id
280
+ */
281
+ getGamificationProfileMembers(performanceProfileId) {
282
+ // verify the required parameter 'performanceProfileId' is set
283
+ if (performanceProfileId === undefined || performanceProfileId === null) {
284
+ throw 'Missing the required parameter "performanceProfileId" when calling getGamificationProfileMembers';
285
+ }
286
+
287
+ return this.apiClient.callApi(
288
+ '/api/v2/gamification/profiles/{performanceProfileId}/members',
289
+ 'GET',
290
+ { 'performanceProfileId': performanceProfileId },
291
+ { },
292
+ { },
293
+ { },
294
+ null,
295
+ ['PureCloud OAuth'],
296
+ ['application/json'],
297
+ ['application/json']
298
+ );
299
+ }
300
+
276
301
  /**
277
302
  * Performance profile gamified metric by id
278
303
  *
@@ -1127,6 +1152,101 @@ class GamificationApi {
1127
1152
  );
1128
1153
  }
1129
1154
 
1155
+ /**
1156
+ * Assign members to a given performance profile
1157
+ *
1158
+ * @param {String} performanceProfileId Performance Profile Id
1159
+ * @param {Object} body assignUsers
1160
+ */
1161
+ postGamificationProfileMembers(performanceProfileId, body) {
1162
+ // verify the required parameter 'performanceProfileId' is set
1163
+ if (performanceProfileId === undefined || performanceProfileId === null) {
1164
+ throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileMembers';
1165
+ }
1166
+ // verify the required parameter 'body' is set
1167
+ if (body === undefined || body === null) {
1168
+ throw 'Missing the required parameter "body" when calling postGamificationProfileMembers';
1169
+ }
1170
+
1171
+ return this.apiClient.callApi(
1172
+ '/api/v2/gamification/profiles/{performanceProfileId}/members',
1173
+ 'POST',
1174
+ { 'performanceProfileId': performanceProfileId },
1175
+ { },
1176
+ { },
1177
+ { },
1178
+ body,
1179
+ ['PureCloud OAuth'],
1180
+ ['application/json'],
1181
+ ['application/json']
1182
+ );
1183
+ }
1184
+
1185
+ /**
1186
+ * Validate member assignment
1187
+ *
1188
+ * @param {String} performanceProfileId Performance Profile Id
1189
+ * @param {Object} body memberAssignments
1190
+ */
1191
+ postGamificationProfileMembersValidate(performanceProfileId, body) {
1192
+ // verify the required parameter 'performanceProfileId' is set
1193
+ if (performanceProfileId === undefined || performanceProfileId === null) {
1194
+ throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileMembersValidate';
1195
+ }
1196
+ // verify the required parameter 'body' is set
1197
+ if (body === undefined || body === null) {
1198
+ throw 'Missing the required parameter "body" when calling postGamificationProfileMembersValidate';
1199
+ }
1200
+
1201
+ return this.apiClient.callApi(
1202
+ '/api/v2/gamification/profiles/{performanceProfileId}/members/validate',
1203
+ 'POST',
1204
+ { 'performanceProfileId': performanceProfileId },
1205
+ { },
1206
+ { },
1207
+ { },
1208
+ body,
1209
+ ['PureCloud OAuth'],
1210
+ ['application/json'],
1211
+ ['application/json']
1212
+ );
1213
+ }
1214
+
1215
+ /**
1216
+ * Creates a linked metric
1217
+ *
1218
+ * @param {String} sourceProfileId Source Performance Profile Id
1219
+ * @param {String} sourceMetricId Source Metric Id
1220
+ * @param {Object} body linkedMetric
1221
+ */
1222
+ postGamificationProfileMetricLink(sourceProfileId, sourceMetricId, body) {
1223
+ // verify the required parameter 'sourceProfileId' is set
1224
+ if (sourceProfileId === undefined || sourceProfileId === null) {
1225
+ throw 'Missing the required parameter "sourceProfileId" when calling postGamificationProfileMetricLink';
1226
+ }
1227
+ // verify the required parameter 'sourceMetricId' is set
1228
+ if (sourceMetricId === undefined || sourceMetricId === null) {
1229
+ throw 'Missing the required parameter "sourceMetricId" when calling postGamificationProfileMetricLink';
1230
+ }
1231
+ // verify the required parameter 'body' is set
1232
+ if (body === undefined || body === null) {
1233
+ throw 'Missing the required parameter "body" when calling postGamificationProfileMetricLink';
1234
+ }
1235
+
1236
+ return this.apiClient.callApi(
1237
+ '/api/v2/gamification/profiles/{sourceProfileId}/metrics/{sourceMetricId}/link',
1238
+ 'POST',
1239
+ { 'sourceProfileId': sourceProfileId,'sourceMetricId': sourceMetricId },
1240
+ { },
1241
+ { },
1242
+ { },
1243
+ body,
1244
+ ['PureCloud OAuth'],
1245
+ ['application/json'],
1246
+ ['application/json']
1247
+ );
1248
+ }
1249
+
1130
1250
  /**
1131
1251
  * Creates a gamified metric with a given metric definition and metric objective under in a performance profile
1132
1252
  *
@@ -5,7 +5,7 @@ class GeneralDataProtectionRegulationApi {
5
5
  /**
6
6
  * GeneralDataProtectionRegulation service.
7
7
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GeolocationApi {
5
5
  /**
6
6
  * Geolocation service.
7
7
  * @module purecloud-platform-client-v2/api/GeolocationApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GreetingsApi {
5
5
  /**
6
6
  * Greetings service.
7
7
  * @module purecloud-platform-client-v2/api/GreetingsApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GroupsApi {
5
5
  /**
6
6
  * Groups service.
7
7
  * @module purecloud-platform-client-v2/api/GroupsApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class IdentityProviderApi {
5
5
  /**
6
6
  * IdentityProvider service.
7
7
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class IntegrationsApi {
5
5
  /**
6
6
  * Integrations service.
7
7
  * @module purecloud-platform-client-v2/api/IntegrationsApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -662,6 +662,35 @@ class IntegrationsApi {
662
662
  );
663
663
  }
664
664
 
665
+ /**
666
+ * UC integration client application configuration.
667
+ * This endpoint returns basic UI configuration data for all Unified Communications integrations client applications enabled for the current organization.
668
+ * @param {Object} opts Optional parameters
669
+ * @param {Number} opts.pageSize The total page size requested (default to 25)
670
+ * @param {Number} opts.pageNumber The page number requested (default to 1)
671
+ * @param {String} opts.sortBy variable name requested to sort by
672
+ * @param {Array.<String>} opts.expand variable name requested by expand list
673
+ * @param {String} opts.nextPage next page token
674
+ * @param {String} opts.previousPage Previous page token
675
+ */
676
+ getIntegrationsClientappsUnifiedcommunications(opts) {
677
+ opts = opts || {};
678
+
679
+
680
+ return this.apiClient.callApi(
681
+ '/api/v2/integrations/clientapps/unifiedcommunications',
682
+ 'GET',
683
+ { },
684
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'] },
685
+ { },
686
+ { },
687
+ null,
688
+ ['PureCloud OAuth'],
689
+ ['application/json'],
690
+ ['application/json']
691
+ );
692
+ }
693
+
665
694
  /**
666
695
  * Get a single credential with sensitive fields redacted
667
696
  *
@@ -5,7 +5,7 @@ class JourneyApi {
5
5
  /**
6
6
  * Journey service.
7
7
  * @module purecloud-platform-client-v2/api/JourneyApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class KnowledgeApi {
5
5
  /**
6
6
  * Knowledge service.
7
7
  * @module purecloud-platform-client-v2/api/KnowledgeApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LanguageUnderstandingApi {
5
5
  /**
6
6
  * LanguageUnderstanding service.
7
7
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LanguagesApi {
5
5
  /**
6
6
  * Languages service.
7
7
  * @module purecloud-platform-client-v2/api/LanguagesApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LearningApi {
5
5
  /**
6
6
  * Learning service.
7
7
  * @module purecloud-platform-client-v2/api/LearningApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LicenseApi {
5
5
  /**
6
6
  * License service.
7
7
  * @module purecloud-platform-client-v2/api/LicenseApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LocationsApi {
5
5
  /**
6
6
  * Locations service.
7
7
  * @module purecloud-platform-client-v2/api/LocationsApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class MobileDevicesApi {
5
5
  /**
6
6
  * MobileDevices service.
7
7
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class NotificationsApi {
5
5
  /**
6
6
  * Notifications service.
7
7
  * @module purecloud-platform-client-v2/api/NotificationsApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class OAuthApi {
5
5
  /**
6
6
  * OAuth service.
7
7
  * @module purecloud-platform-client-v2/api/OAuthApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ObjectsApi {
5
5
  /**
6
6
  * Objects service.
7
7
  * @module purecloud-platform-client-v2/api/ObjectsApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class OrganizationApi {
5
5
  /**
6
6
  * Organization service.
7
7
  * @module purecloud-platform-client-v2/api/OrganizationApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class OrganizationAuthorizationApi {
5
5
  /**
6
6
  * OrganizationAuthorization service.
7
7
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class OutboundApi {
5
5
  /**
6
6
  * Outbound service.
7
7
  * @module purecloud-platform-client-v2/api/OutboundApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class PresenceApi {
5
5
  /**
6
6
  * Presence service.
7
7
  * @module purecloud-platform-client-v2/api/PresenceApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class QualityApi {
5
5
  /**
6
6
  * Quality service.
7
7
  * @module purecloud-platform-client-v2/api/QualityApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class RecordingApi {
5
5
  /**
6
6
  * Recording service.
7
7
  * @module purecloud-platform-client-v2/api/RecordingApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -601,6 +601,8 @@ class RecordingApi {
601
601
  * @param {Object} opts Optional parameters
602
602
  * @param {Number} opts.pageSize Page size. Maximum is 100. (default to 25)
603
603
  * @param {Number} opts.pageNumber Page number (default to 1)
604
+ * @param {Boolean} opts.includeTotal If false, cursor will be used to locate the page instead of pageNumber.
605
+ * @param {String} opts.cursor Indicates where to resume query results (not required for first page)
604
606
  */
605
607
  getRecordingJobFailedrecordings(jobId, opts) {
606
608
  opts = opts || {};
@@ -614,7 +616,7 @@ class RecordingApi {
614
616
  '/api/v2/recording/jobs/{jobId}/failedrecordings',
615
617
  'GET',
616
618
  { 'jobId': jobId },
617
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
619
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'includeTotal': opts['includeTotal'],'cursor': opts['cursor'] },
618
620
  { },
619
621
  { },
620
622
  null,
@@ -634,6 +636,8 @@ class RecordingApi {
634
636
  * @param {Object} opts.state Filter by state
635
637
  * @param {Boolean} opts.showOnlyMyJobs Show only my jobs
636
638
  * @param {Object} opts.jobType Job Type (Can be left empty for both)
639
+ * @param {Boolean} opts.includeTotal If false, cursor will be used to locate the page instead of pageNumber.
640
+ * @param {String} opts.cursor Indicates where to resume query results (not required for first page)
637
641
  */
638
642
  getRecordingJobs(opts) {
639
643
  opts = opts || {};
@@ -643,7 +647,7 @@ class RecordingApi {
643
647
  '/api/v2/recording/jobs',
644
648
  'GET',
645
649
  { },
646
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'state': opts['state'],'showOnlyMyJobs': opts['showOnlyMyJobs'],'jobType': opts['jobType'] },
650
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'state': opts['state'],'showOnlyMyJobs': opts['showOnlyMyJobs'],'jobType': opts['jobType'],'includeTotal': opts['includeTotal'],'cursor': opts['cursor'] },
647
651
  { },
648
652
  { },
649
653
  null,
@@ -5,7 +5,7 @@ class ResponseManagementApi {
5
5
  /**
6
6
  * ResponseManagement service.
7
7
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class RoutingApi {
5
5
  /**
6
6
  * Routing service.
7
7
  * @module purecloud-platform-client-v2/api/RoutingApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class SCIMApi {
5
5
  /**
6
6
  * SCIM service.
7
7
  * @module purecloud-platform-client-v2/api/SCIMApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ScriptsApi {
5
5
  /**
6
6
  * Scripts service.
7
7
  * @module purecloud-platform-client-v2/api/ScriptsApi
8
- * @version 126.0.0
8
+ * @version 129.0.0
9
9
  */
10
10
 
11
11
  /**