purecloud-platform-client-v2 185.0.0 → 186.0.1

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 (84) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +377 -152
  3. package/dist/web-amd/purecloud-platform-client-v2.js +377 -152
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +165 -117
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +170 -119
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +154 -128
  9. package/package.json +2 -2
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +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 +2 -3
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +58 -1
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -62
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +7 -7
  27. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +26 -1
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +131 -1
  45. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +2 -3
  50. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/QualityApi.js +2 -2
  57. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/RoutingApi.js +80 -2
  60. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -3
  70. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +3 -3
  71. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -5,7 +5,7 @@ class AnalyticsApi {
5
5
  /**
6
6
  * Analytics service.
7
7
  * @module purecloud-platform-client-v2/api/AnalyticsApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -179,7 +179,6 @@ class AuthorizationApi {
179
179
  * @param {String} opts.nextPage next page token
180
180
  * @param {String} opts.previousPage Previous page token
181
181
  * @param {Boolean} opts.objectCount Include the count of objects contained in the division (default to false)
182
- * @param {Array.<String>} opts.id Optionally request specific divisions by their IDs
183
182
  * @param {String} opts.name Search term to filter by division name
184
183
  */
185
184
  getAuthorizationDivisions(opts) {
@@ -190,7 +189,7 @@ class AuthorizationApi {
190
189
  '/api/v2/authorization/divisions',
191
190
  'GET',
192
191
  { },
193
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'objectCount': opts['objectCount'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'name': opts['name'] },
192
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'objectCount': opts['objectCount'],'name': opts['name'] },
194
193
  { },
195
194
  { },
196
195
  null,
@@ -5,7 +5,7 @@ class BillingApi {
5
5
  /**
6
6
  * Billing service.
7
7
  * @module purecloud-platform-client-v2/api/BillingApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class CarrierServicesApi {
5
5
  /**
6
6
  * CarrierServices service.
7
7
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -392,6 +392,32 @@ class ChatApi {
392
392
  );
393
393
  }
394
394
 
395
+ /**
396
+ * Get a user's chat settings
397
+ *
398
+ * @param {String} userId User ID
399
+ * getChatsUserSettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
400
+ */
401
+ getChatsUserSettings(userId) {
402
+ // verify the required parameter 'userId' is set
403
+ if (userId === undefined || userId === null) {
404
+ throw 'Missing the required parameter "userId" when calling getChatsUserSettings';
405
+ }
406
+
407
+ return this.apiClient.callApi(
408
+ '/api/v2/chats/users/{userId}/settings',
409
+ 'GET',
410
+ { 'userId': userId },
411
+ { },
412
+ { },
413
+ { },
414
+ null,
415
+ ['PureCloud OAuth'],
416
+ ['application/json'],
417
+ ['application/json']
418
+ );
419
+ }
420
+
395
421
  /**
396
422
  * Set properties for a room
397
423
  *
@@ -520,6 +546,37 @@ class ChatApi {
520
546
  );
521
547
  }
522
548
 
549
+ /**
550
+ * Update a user's chat settings
551
+ *
552
+ * @param {String} userId User ID
553
+ * @param {Object} body
554
+ * patchChatsUserSettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
555
+ */
556
+ patchChatsUserSettings(userId, body) {
557
+ // verify the required parameter 'userId' is set
558
+ if (userId === undefined || userId === null) {
559
+ throw 'Missing the required parameter "userId" when calling patchChatsUserSettings';
560
+ }
561
+ // verify the required parameter 'body' is set
562
+ if (body === undefined || body === null) {
563
+ throw 'Missing the required parameter "body" when calling patchChatsUserSettings';
564
+ }
565
+
566
+ return this.apiClient.callApi(
567
+ '/api/v2/chats/users/{userId}/settings',
568
+ 'PATCH',
569
+ { 'userId': userId },
570
+ { },
571
+ { },
572
+ { },
573
+ body,
574
+ ['PureCloud OAuth'],
575
+ ['application/json'],
576
+ ['application/json']
577
+ );
578
+ }
579
+
523
580
  /**
524
581
  * Send a message to a room
525
582
  *
@@ -5,7 +5,7 @@ class CoachingApi {
5
5
  /**
6
6
  * Coaching service.
7
7
  * @module purecloud-platform-client-v2/api/CoachingApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -217,41 +217,6 @@ class ContentManagementApi {
217
217
  );
218
218
  }
219
219
 
220
- /**
221
- * Get a list of audits for a document.
222
- * This api is deprecated, use https://developer.genesys.cloud/platform/audit/ instead.
223
- * @param {String} documentId Document ID
224
- * @param {Object} opts Optional parameters
225
- * @param {Number} opts.pageSize Page size (default to 25)
226
- * @param {Number} opts.pageNumber Page number (default to 1)
227
- * @param {String} opts.transactionFilter Transaction filter
228
- * @param {String} opts.level level (default to USER)
229
- * @param {String} opts.sortBy Sort by
230
- * @param {String} opts.sortOrder Sort order (default to ascending)
231
- * @deprecated
232
- */
233
- getContentmanagementDocumentAudits(documentId, opts) {
234
- opts = opts || {};
235
-
236
- // verify the required parameter 'documentId' is set
237
- if (documentId === undefined || documentId === null) {
238
- throw 'Missing the required parameter "documentId" when calling getContentmanagementDocumentAudits';
239
- }
240
-
241
- return this.apiClient.callApi(
242
- '/api/v2/contentmanagement/documents/{documentId}/audits',
243
- 'GET',
244
- { 'documentId': documentId },
245
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'transactionFilter': opts['transactionFilter'],'level': opts['level'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'] },
246
- { },
247
- { },
248
- null,
249
- ['PureCloud OAuth'],
250
- ['application/json'],
251
- ['application/json']
252
- );
253
- }
254
-
255
220
  /**
256
221
  * Download a document.
257
222
  *
@@ -773,32 +738,6 @@ class ContentManagementApi {
773
738
  );
774
739
  }
775
740
 
776
- /**
777
- * Query audits
778
- * This api is deprecated, use https://developer.genesys.cloud/platform/audit/ instead.
779
- * @param {Object} body Allows for a filtered query returning facet information
780
- * @deprecated
781
- */
782
- postContentmanagementAuditquery(body) {
783
- // verify the required parameter 'body' is set
784
- if (body === undefined || body === null) {
785
- throw 'Missing the required parameter "body" when calling postContentmanagementAuditquery';
786
- }
787
-
788
- return this.apiClient.callApi(
789
- '/api/v2/contentmanagement/auditquery',
790
- 'POST',
791
- { },
792
- { },
793
- { },
794
- { },
795
- body,
796
- ['PureCloud OAuth'],
797
- ['application/json'],
798
- ['application/json']
799
- );
800
- }
801
-
802
741
  /**
803
742
  * Update a document.
804
743
  *
@@ -5,7 +5,7 @@ class ConversationsApi {
5
5
  /**
6
6
  * Conversations service.
7
7
  * @module purecloud-platform-client-v2/api/ConversationsApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class DownloadsApi {
5
5
  /**
6
6
  * Downloads service.
7
7
  * @module purecloud-platform-client-v2/api/DownloadsApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class EmailsApi {
5
5
  /**
6
6
  * Emails service.
7
7
  * @module purecloud-platform-client-v2/api/EmailsApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class EventsApi {
5
5
  /**
6
6
  * Events service.
7
7
  * @module purecloud-platform-client-v2/api/EventsApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -331,7 +331,7 @@ class ExternalContactsApi {
331
331
  * @param {Object} opts Optional parameters
332
332
  * @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
333
333
  * @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
334
- * @param {String} opts.sortOrder Sort order
334
+ * @param {String} opts.sortOrder The Note field to sort by. Any of: [createDate]. Direction: [asc, desc]. e.g. createDate:asc, createDate:desc
335
335
  * @param {Array.<String>} opts.expand which fields, if any, to expand
336
336
  */
337
337
  getExternalcontactsContactNotes(contactId, opts) {
@@ -392,7 +392,7 @@ class ExternalContactsApi {
392
392
  * @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
393
393
  * @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
394
394
  * @param {String} opts.q User supplied search keywords (no special syntax is currently supported)
395
- * @param {String} opts.sortOrder Sort order
395
+ * @param {String} opts.sortOrder The External Contact field to sort by. Any of: [firstName, lastName, middleName, title]. Direction: [asc, desc]. e.g. firstName:asc, title:desc
396
396
  * @param {Array.<String>} opts.expand which fields, if any, to expand
397
397
  */
398
398
  getExternalcontactsContacts(opts) {
@@ -551,7 +551,7 @@ class ExternalContactsApi {
551
551
  * @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
552
552
  * @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
553
553
  * @param {String} opts.q User supplied search keywords (no special syntax is currently supported)
554
- * @param {String} opts.sortOrder Sort order
554
+ * @param {String} opts.sortOrder The External Contact field to sort by. Any of: [firstName, lastName, middleName, title]. Direction: [asc, desc]. e.g. firstName:asc, title:desc
555
555
  * @param {Array.<String>} opts.expand which fields, if any, to expand
556
556
  */
557
557
  getExternalcontactsOrganizationContacts(externalOrganizationId, opts) {
@@ -617,7 +617,7 @@ class ExternalContactsApi {
617
617
  * @param {Object} opts Optional parameters
618
618
  * @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
619
619
  * @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
620
- * @param {String} opts.sortOrder Sort order
620
+ * @param {String} opts.sortOrder The Note field to sort by. Any of: [createDate]. Direction: [asc, desc]. e.g. createDate:asc, createDate:desc
621
621
  * @param {Array.<String>} opts.expand which fields, if any, to expand
622
622
  */
623
623
  getExternalcontactsOrganizationNotes(externalOrganizationId, opts) {
@@ -650,7 +650,7 @@ class ExternalContactsApi {
650
650
  * @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
651
651
  * @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
652
652
  * @param {Object} opts.expand which fields, if any, to expand
653
- * @param {String} opts.sortOrder Sort order
653
+ * @param {String} opts.sortOrder The Relationship field to sort by. Any of: [createDate, relationship]. Direction: [asc, desc]. e.g. createDate:asc, relationship:desc
654
654
  */
655
655
  getExternalcontactsOrganizationRelationships(externalOrganizationId, opts) {
656
656
  opts = opts || {};
@@ -682,7 +682,7 @@ class ExternalContactsApi {
682
682
  * @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
683
683
  * @param {String} opts.q Search query
684
684
  * @param {Array.<String>} opts.trustorId Search for external organizations by trustorIds (limit 25). If supplied, the 'q' parameters is ignored. Items are returned in the order requested
685
- * @param {String} opts.sortOrder Sort order
685
+ * @param {String} opts.sortOrder The Organization field to sort by. Any of: [companyType, industry, name]. Direction: [asc, desc]. e.g. companyType:asc, industry:desc
686
686
  * @param {Array.<String>} opts.expand which fields, if any, to expand
687
687
  * @param {Boolean} opts.includeTrustors (true or false) whether or not to include trustor information embedded in the externalOrganization
688
688
  */
@@ -5,7 +5,7 @@ class FaxApi {
5
5
  /**
6
6
  * Fax service.
7
7
  * @module purecloud-platform-client-v2/api/FaxApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GeneralDataProtectionRegulationApi {
5
5
  /**
6
6
  * GeneralDataProtectionRegulation service.
7
7
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class InfrastructureAsCodeApi {
5
5
  /**
6
6
  * InfrastructureAsCode service.
7
7
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -477,6 +477,31 @@ class IntegrationsApi {
477
477
  );
478
478
  }
479
479
 
480
+ /**
481
+ * Retrieves the available mTLS client certificates in use. This endpoint will return inconsistent results while a certificate rotation is in progress.
482
+ *
483
+ * @param {Object} opts Optional parameters
484
+ * @param {Object} opts.status Indicates the validity of the certificate in question.
485
+ * @param {Object} opts.type Indicates the type of the certificate.
486
+ */
487
+ getIntegrationsActionsCertificates(opts) {
488
+ opts = opts || {};
489
+
490
+
491
+ return this.apiClient.callApi(
492
+ '/api/v2/integrations/actions/certificates',
493
+ 'GET',
494
+ { },
495
+ { 'status': opts['status'],'type': opts['type'] },
496
+ { },
497
+ { },
498
+ null,
499
+ ['PureCloud OAuth'],
500
+ ['application/json'],
501
+ ['application/json']
502
+ );
503
+ }
504
+
480
505
  /**
481
506
  * Retrieves all action drafts associated with the filters passed in via query param.
482
507
  *
@@ -5,7 +5,7 @@ class JourneyApi {
5
5
  /**
6
6
  * Journey service.
7
7
  * @module purecloud-platform-client-v2/api/JourneyApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**