purecloud-platform-client-v2 184.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 +68 -2
  2. package/dist/node/purecloud-platform-client-v2.js +1103 -156
  3. package/dist/web-amd/purecloud-platform-client-v2.js +1103 -156
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +349 -140
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +354 -142
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +711 -161
  9. package/package.json +2 -2
  10. package/src/purecloud-platform-client-v2/ApiClient.js +334 -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 +3 -3
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +3 -4
  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 +247 -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 +5 -4
  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 +222 -1
  84. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -5,7 +5,7 @@ class EmailsApi {
5
5
  /**
6
6
  * Emails service.
7
7
  * @module purecloud-platform-client-v2/api/EmailsApi
8
- * @version 184.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 184.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 184.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 184.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 184.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 184.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 184.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 184.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 184.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 184.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 184.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 184.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 184.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 184.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 184.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 184.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 184.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 184.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 184.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 184.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LogCaptureApi {
5
5
  /**
6
6
  * LogCapture service.
7
7
  * @module purecloud-platform-client-v2/api/LogCaptureApi
8
- * @version 184.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -20,6 +20,31 @@ class LogCaptureApi {
20
20
  }
21
21
 
22
22
 
23
+ /**
24
+ * Disable browser log capture for the user
25
+ *
26
+ * @param {String} userId The id of the user to disable browser log capture
27
+ */
28
+ deleteDiagnosticsLogcaptureBrowserUser(userId) {
29
+ // verify the required parameter 'userId' is set
30
+ if (userId === undefined || userId === null) {
31
+ throw 'Missing the required parameter "userId" when calling deleteDiagnosticsLogcaptureBrowserUser';
32
+ }
33
+
34
+ return this.apiClient.callApi(
35
+ '/api/v2/diagnostics/logcapture/browser/users/{userId}',
36
+ 'DELETE',
37
+ { 'userId': userId },
38
+ { },
39
+ { },
40
+ { },
41
+ null,
42
+ ['PureCloud OAuth'],
43
+ ['application/json'],
44
+ ['application/json']
45
+ );
46
+ }
47
+
23
48
  /**
24
49
  * Gets status of async download execution
25
50
  *
@@ -45,6 +70,55 @@ class LogCaptureApi {
45
70
  );
46
71
  }
47
72
 
73
+ /**
74
+ * Get log capture configuration for the user
75
+ *
76
+ * @param {String} userId The id of the user to get browser log capture configuration
77
+ */
78
+ getDiagnosticsLogcaptureBrowserUser(userId) {
79
+ // verify the required parameter 'userId' is set
80
+ if (userId === undefined || userId === null) {
81
+ throw 'Missing the required parameter "userId" when calling getDiagnosticsLogcaptureBrowserUser';
82
+ }
83
+
84
+ return this.apiClient.callApi(
85
+ '/api/v2/diagnostics/logcapture/browser/users/{userId}',
86
+ 'GET',
87
+ { 'userId': userId },
88
+ { },
89
+ { },
90
+ { },
91
+ null,
92
+ ['PureCloud OAuth'],
93
+ ['application/json'],
94
+ ['application/json']
95
+ );
96
+ }
97
+
98
+ /**
99
+ * Get all log capture enabled users for an org
100
+ *
101
+ * @param {Object} opts Optional parameters
102
+ * @param {Boolean} opts.includeExpired Include expired users with log captures still available for search or download (default to false)
103
+ */
104
+ getDiagnosticsLogcaptureBrowserUsers(opts) {
105
+ opts = opts || {};
106
+
107
+
108
+ return this.apiClient.callApi(
109
+ '/api/v2/diagnostics/logcapture/browser/users',
110
+ 'GET',
111
+ { },
112
+ { 'includeExpired': opts['includeExpired'] },
113
+ { },
114
+ { },
115
+ null,
116
+ ['PureCloud OAuth'],
117
+ ['application/json'],
118
+ ['application/json']
119
+ );
120
+ }
121
+
48
122
  /**
49
123
  * Creates an async download execution
50
124
  *
@@ -69,6 +143,62 @@ class LogCaptureApi {
69
143
  );
70
144
  }
71
145
 
146
+ /**
147
+ * Query collected log entries. It returns a limited amount of records, to get all records use download endpoint.
148
+ *
149
+ * @param {Object} opts Optional parameters
150
+ * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
151
+ * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
152
+ * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
153
+ * @param {Object} opts.body
154
+ */
155
+ postDiagnosticsLogcaptureBrowserEntriesQuery(opts) {
156
+ opts = opts || {};
157
+
158
+
159
+ return this.apiClient.callApi(
160
+ '/api/v2/diagnostics/logcapture/browser/entries/query',
161
+ 'POST',
162
+ { },
163
+ { 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'] },
164
+ { },
165
+ { },
166
+ opts['body'],
167
+ ['PureCloud OAuth'],
168
+ ['application/json'],
169
+ ['application/json']
170
+ );
171
+ }
172
+
173
+ /**
174
+ * Enable log capture for a user or update expiration
175
+ *
176
+ * @param {String} userId The id of the user to enable browser log capture
177
+ * @param {Object} opts Optional parameters
178
+ * @param {Object} opts.body
179
+ */
180
+ postDiagnosticsLogcaptureBrowserUser(userId, opts) {
181
+ opts = opts || {};
182
+
183
+ // verify the required parameter 'userId' is set
184
+ if (userId === undefined || userId === null) {
185
+ throw 'Missing the required parameter "userId" when calling postDiagnosticsLogcaptureBrowserUser';
186
+ }
187
+
188
+ return this.apiClient.callApi(
189
+ '/api/v2/diagnostics/logcapture/browser/users/{userId}',
190
+ 'POST',
191
+ { 'userId': userId },
192
+ { },
193
+ { },
194
+ { },
195
+ opts['body'],
196
+ ['PureCloud OAuth'],
197
+ ['application/json'],
198
+ ['application/json']
199
+ );
200
+ }
201
+
72
202
  }
73
203
 
74
204
 
@@ -5,7 +5,7 @@ class MessagingApi {
5
5
  /**
6
6
  * Messaging service.
7
7
  * @module purecloud-platform-client-v2/api/MessagingApi
8
- * @version 184.0.0
8
+ * @version 186.0.1
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 184.0.0
8
+ * @version 186.0.1
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 184.0.0
8
+ * @version 186.0.1
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 184.0.0
8
+ * @version 186.0.1
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 184.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -89,7 +89,6 @@ class ObjectsApi {
89
89
  * @param {String} opts.nextPage next page token
90
90
  * @param {String} opts.previousPage Previous page token
91
91
  * @param {Boolean} opts.objectCount Include the count of objects contained in the division (default to false)
92
- * @param {Array.<String>} opts.id Optionally request specific divisions by their IDs
93
92
  * @param {String} opts.name Search term to filter by division name
94
93
  */
95
94
  getAuthorizationDivisions(opts) {
@@ -100,7 +99,7 @@ class ObjectsApi {
100
99
  '/api/v2/authorization/divisions',
101
100
  'GET',
102
101
  { },
103
- { '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'] },
102
+ { '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'] },
104
103
  { },
105
104
  { },
106
105
  null,
@@ -5,7 +5,7 @@ class OperationalEventsApi {
5
5
  /**
6
6
  * OperationalEvents service.
7
7
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
8
- * @version 184.0.0
8
+ * @version 186.0.1
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 184.0.0
8
+ * @version 186.0.1
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 184.0.0
8
+ * @version 186.0.1
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 184.0.0
8
+ * @version 186.0.1
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 184.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ProcessAutomationApi {
5
5
  /**
6
6
  * ProcessAutomation service.
7
7
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
8
- * @version 184.0.0
8
+ * @version 186.0.1
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 184.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -1598,7 +1598,7 @@ class QualityApi {
1598
1598
 
1599
1599
  /**
1600
1600
  * Update an evaluation
1601
- * The quality:evaluation:edit permission allows modification of most fields, while the quality:evaluation:editScore permission allows an evaluator to change just the question scores, and the quality:evaluation:editAgentSignoff permission allows an agent to change the agent comments and sign off on the evaluation.
1601
+ * The quality:evaluation:edit permission allows modification of most fields, while the quality:evaluation:editScore permission allows an evaluator to change just the question scores, and the quality:evaluation:editAgentSignoff permission allows an agent to change the agent comments and sign off on the evaluation. authorizedActions is not returned for this PUT request, and is only returned for GET requests to this endpoint.
1602
1602
  * @param {String} conversationId conversationId
1603
1603
  * @param {String} evaluationId evaluationId
1604
1604
  * @param {Object} body evaluation
@@ -5,7 +5,7 @@ class RecordingApi {
5
5
  /**
6
6
  * Recording service.
7
7
  * @module purecloud-platform-client-v2/api/RecordingApi
8
- * @version 184.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ResponseManagementApi {
5
5
  /**
6
6
  * ResponseManagement service.
7
7
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
8
- * @version 184.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**