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 LogCaptureApi {
5
5
  /**
6
6
  * LogCapture service.
7
7
  * @module purecloud-platform-client-v2/api/LogCaptureApi
8
- * @version 185.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 185.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 185.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 185.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 185.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 185.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 185.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 185.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 185.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 185.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 185.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 185.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 185.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 185.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 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -2195,6 +2195,60 @@ class RoutingApi {
2195
2195
  );
2196
2196
  }
2197
2197
 
2198
+ /**
2199
+ * Get a simplified wrap-up code.
2200
+ *
2201
+ * @param {String} codeId Wrapup Code ID
2202
+ */
2203
+ getRoutingWrapupcodesDivisionview(codeId) {
2204
+ // verify the required parameter 'codeId' is set
2205
+ if (codeId === undefined || codeId === null) {
2206
+ throw 'Missing the required parameter "codeId" when calling getRoutingWrapupcodesDivisionview';
2207
+ }
2208
+
2209
+ return this.apiClient.callApi(
2210
+ '/api/v2/routing/wrapupcodes/divisionviews/{codeId}',
2211
+ 'GET',
2212
+ { 'codeId': codeId },
2213
+ { },
2214
+ { },
2215
+ { },
2216
+ null,
2217
+ ['PureCloud OAuth'],
2218
+ ['application/json'],
2219
+ ['application/json']
2220
+ );
2221
+ }
2222
+
2223
+ /**
2224
+ * Get a paged listing of simplified wrapup code objects, filterable by name, wrapup code ID(s), or division ID(s).
2225
+ * Specifying both name and ID parameters is not supported.
2226
+ * @param {Object} opts Optional parameters
2227
+ * @param {Number} opts.pageSize Page size (default to 25)
2228
+ * @param {Number} opts.pageNumber Page number (default to 1)
2229
+ * @param {String} opts.name Name (trailing asterisks allowed)
2230
+ * @param {Array.<String>} opts.id Wrapup code ID(s)
2231
+ * @param {Array.<String>} opts.divisionId Division ID(s)
2232
+ * @param {Object} opts.includeState Wrapup code state(s) to include
2233
+ */
2234
+ getRoutingWrapupcodesDivisionviews(opts) {
2235
+ opts = opts || {};
2236
+
2237
+
2238
+ return this.apiClient.callApi(
2239
+ '/api/v2/routing/wrapupcodes/divisionviews',
2240
+ 'GET',
2241
+ { },
2242
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'divisionId': this.apiClient.buildCollectionParam(opts['divisionId'], 'multi'),'includeState': opts['includeState'] },
2243
+ { },
2244
+ { },
2245
+ null,
2246
+ ['PureCloud OAuth'],
2247
+ ['application/json'],
2248
+ ['application/json']
2249
+ );
2250
+ }
2251
+
2198
2252
  /**
2199
2253
  * Get queues for user
2200
2254
  *
@@ -2596,6 +2650,31 @@ class RoutingApi {
2596
2650
  );
2597
2651
  }
2598
2652
 
2653
+ /**
2654
+ * Patch Transcription Settings
2655
+ *
2656
+ * @param {Object} body Organization Settings
2657
+ */
2658
+ patchRoutingSettingsTranscription(body) {
2659
+ // verify the required parameter 'body' is set
2660
+ if (body === undefined || body === null) {
2661
+ throw 'Missing the required parameter "body" when calling patchRoutingSettingsTranscription';
2662
+ }
2663
+
2664
+ return this.apiClient.callApi(
2665
+ '/api/v2/routing/settings/transcription',
2666
+ 'PATCH',
2667
+ { },
2668
+ { },
2669
+ { },
2670
+ { },
2671
+ body,
2672
+ ['PureCloud OAuth'],
2673
+ ['application/json'],
2674
+ ['application/json']
2675
+ );
2676
+ }
2677
+
2599
2678
  /**
2600
2679
  * Update skill group definition
2601
2680
  *
@@ -3334,7 +3413,6 @@ class RoutingApi {
3334
3413
  * Imports a phone number for SMS
3335
3414
  *
3336
3415
  * @param {Object} body SmsPhoneNumber
3337
- * postRoutingSmsPhonenumbersImport is a preview method and is subject to both breaking and non-breaking changes at any time without notice
3338
3416
  */
3339
3417
  postRoutingSmsPhonenumbersImport(body) {
3340
3418
  // verify the required parameter 'body' is set
@@ -5,7 +5,7 @@ class SCIMApi {
5
5
  /**
6
6
  * SCIM service.
7
7
  * @module purecloud-platform-client-v2/api/SCIMApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
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 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class SearchApi {
5
5
  /**
6
6
  * Search service.
7
7
  * @module purecloud-platform-client-v2/api/SearchApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class SettingsApi {
5
5
  /**
6
6
  * Settings service.
7
7
  * @module purecloud-platform-client-v2/api/SettingsApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class SpeechTextAnalyticsApi {
5
5
  /**
6
6
  * SpeechTextAnalytics service.
7
7
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class StationsApi {
5
5
  /**
6
6
  * Stations service.
7
7
  * @module purecloud-platform-client-v2/api/StationsApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class SuggestApi {
5
5
  /**
6
6
  * Suggest service.
7
7
  * @module purecloud-platform-client-v2/api/SuggestApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class TaskManagementApi {
5
5
  /**
6
6
  * TaskManagement service.
7
7
  * @module purecloud-platform-client-v2/api/TaskManagementApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class TeamsApi {
5
5
  /**
6
6
  * Teams service.
7
7
  * @module purecloud-platform-client-v2/api/TeamsApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class TelephonyApi {
5
5
  /**
6
6
  * Telephony service.
7
7
  * @module purecloud-platform-client-v2/api/TelephonyApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -44,7 +44,6 @@ class TelephonyApi {
44
44
  * Get a SIP message.
45
45
  * Get the raw form of the SIP message
46
46
  * @param {String} conversationId Conversation id
47
- * getTelephonySipmessagesConversation is a preview method and is subject to both breaking and non-breaking changes at any time without notice
48
47
  */
49
48
  getTelephonySipmessagesConversation(conversationId) {
50
49
  // verify the required parameter 'conversationId' is set
@@ -72,7 +71,6 @@ class TelephonyApi {
72
71
  * @param {String} conversationId Conversation id
73
72
  * @param {Object} opts Optional parameters
74
73
  * @param {Array.<String>} opts.keys comma-separated list of header identifiers to query. e.g. ruri,to,from
75
- * getTelephonySipmessagesConversationHeaders is a preview method and is subject to both breaking and non-breaking changes at any time without notice
76
74
  */
77
75
  getTelephonySipmessagesConversationHeaders(conversationId, opts) {
78
76
  opts = opts || {};
@@ -5,7 +5,7 @@ class TelephonyProvidersEdgeApi {
5
5
  /**
6
6
  * TelephonyProvidersEdge service.
7
7
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -1194,7 +1194,6 @@ class TelephonyProvidersEdgeApi {
1194
1194
  * @param {Array.<String>} opts.id ID of the Extension Pools to filter by.
1195
1195
  * @param {String} opts.name Name of the Extension Pools to filter by.
1196
1196
  * @param {Array.<String>} opts.divisionId List of divisionIds on which to filter.
1197
- * getTelephonyProvidersEdgesExtensionpoolsDivisionviews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
1198
1197
  */
1199
1198
  getTelephonyProvidersEdgesExtensionpoolsDivisionviews(opts) {
1200
1199
  opts = opts || {};
@@ -1966,6 +1965,7 @@ class TelephonyProvidersEdgeApi {
1966
1965
  * @param {String} opts.name Name
1967
1966
  * @param {String} opts.locationId Location Id
1968
1967
  * @param {Boolean} opts.managed Filter by managed
1968
+ * @param {Array.<String>} opts.expand Fields to expand in the response, comma-separated
1969
1969
  */
1970
1970
  getTelephonyProvidersEdgesSites(opts) {
1971
1971
  opts = opts || {};
@@ -1975,7 +1975,7 @@ class TelephonyProvidersEdgeApi {
1975
1975
  '/api/v2/telephony/providers/edges/sites',
1976
1976
  'GET',
1977
1977
  { },
1978
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'],'location.id': opts['locationId'],'managed': opts['managed'] },
1978
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'],'location.id': opts['locationId'],'managed': opts['managed'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
1979
1979
  { },
1980
1980
  { },
1981
1981
  null,
@@ -5,7 +5,7 @@ class TextbotsApi {
5
5
  /**
6
6
  * Textbots service.
7
7
  * @module purecloud-platform-client-v2/api/TextbotsApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class TokensApi {
5
5
  /**
6
6
  * Tokens service.
7
7
  * @module purecloud-platform-client-v2/api/TokensApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class UploadsApi {
5
5
  /**
6
6
  * Uploads service.
7
7
  * @module purecloud-platform-client-v2/api/UploadsApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class UsageApi {
5
5
  /**
6
6
  * Usage service.
7
7
  * @module purecloud-platform-client-v2/api/UsageApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class UserRecordingsApi {
5
5
  /**
6
6
  * UserRecordings service.
7
7
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class UsersApi {
5
5
  /**
6
6
  * Users service.
7
7
  * @module purecloud-platform-client-v2/api/UsersApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class UtilitiesApi {
5
5
  /**
6
6
  * Utilities service.
7
7
  * @module purecloud-platform-client-v2/api/UtilitiesApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class VoicemailApi {
5
5
  /**
6
6
  * Voicemail service.
7
7
  * @module purecloud-platform-client-v2/api/VoicemailApi
8
- * @version 185.0.0
8
+ * @version 186.0.1
9
9
  */
10
10
 
11
11
  /**