purecloud-platform-client-v2 182.1.0 → 183.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 (83) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +191 -113
  3. package/dist/web-amd/purecloud-platform-client-v2.js +191 -113
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +143 -110
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +143 -110
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +294 -214
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +30 -19
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +41 -5
  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/CarrierServicesApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  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 +1 -1
  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 +2 -2
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +4 -8
  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 +39 -2
  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/MessagingApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -6
  54. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/QualityApi.js +7 -4
  56. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -845,7 +845,7 @@ if(env)this.environment=env;else this.environment=this.host?this.host:'mypureclo
845
845
  this.environment=this.environment.replace(/\/+$/,'');// Strip protocol and subdomain
846
846
  if(this.environment.startsWith('https://'))this.environment=this.environment.substring(8);if(this.environment.startsWith('http://'))this.environment=this.environment.substring(7);if(this.environment.startsWith('api.'))this.environment=this.environment.substring(4);this.basePath="https://api.".concat(this.environment);this.authUrl="https://login.".concat(this.environment);}},{key:"getConfigString",value:function getConfigString(section,key){if(this.config._sections[section])return this.config._sections[section][key];}},{key:"getConfigBoolean",value:function getConfigBoolean(section,key){if(this.config._sections[section]&&this.config._sections[section][key]!==undefined){if(typeof this.config._sections[section][key]==='string'){return this.config._sections[section][key]==='true';}else return this.config._sections[section][key];}}},{key:"getConfigInt",value:function getConfigInt(section,key){if(this.config._sections[section]&&this.config._sections[section][key]){if(typeof this.config._sections[section][key]==='string'){return parseInt(this.config._sections[section][key]);}else return this.config._sections[section][key];}}}]);return Configuration;}();/**
847
847
  * @module purecloud-platform-client-v2/ApiClient
848
- * @version 182.1.0
848
+ * @version 183.0.0
849
849
  */var ApiClient=/*#__PURE__*/function(){/**
850
850
  * Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
851
851
  * application to use this class directly - the *Api and model classes provide the public API for the service. The
@@ -1100,7 +1100,7 @@ resolve(data);})["catch"](function(error){var data=error;if(error.response&&erro
1100
1100
  that.config.logger.log('error',error.response.status,httpMethod,url,request.headers,error.response.headers,bodyParam,error.response.data);data=that.returnExtended===true?{status:error.response.status,statusText:error.response.statusText,headers:error.response.headers,body:error.response.data,text:error.response.text,error:error}:error.response.data?error.response.data:error.response.text;}reject(data);});}});}}]);return ApiClient;}();var AlertingApi=/*#__PURE__*/function(){/**
1101
1101
  * Alerting service.
1102
1102
  * @module purecloud-platform-client-v2/api/AlertingApi
1103
- * @version 182.1.0
1103
+ * @version 183.0.0
1104
1104
  */ /**
1105
1105
  * Constructs a new AlertingApi.
1106
1106
  * @alias module:purecloud-platform-client-v2/api/AlertingApi
@@ -1114,13 +1114,15 @@ that.config.logger.log('error',error.response.status,httpMethod,url,request.head
1114
1114
  */_createClass(AlertingApi,[{key:"deleteAlertingAlert",value:function deleteAlertingAlert(alertId){// verify the required parameter 'alertId' is set
1115
1115
  if(alertId===undefined||alertId===null){throw'Missing the required parameter "alertId" when calling deleteAlertingAlert';}return this.apiClient.callApi('/api/v2/alerting/alerts/{alertId}','DELETE',{'alertId':alertId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1116
1116
  * Delete an interaction stats alert
1117
- *
1117
+ * Apps should migrate to use DELETE /api/v2/alerting/alerts/{alertId}.
1118
1118
  * @param {String} alertId Alert ID
1119
+ * @deprecated
1119
1120
  */},{key:"deleteAlertingInteractionstatsAlert",value:function deleteAlertingInteractionstatsAlert(alertId){// verify the required parameter 'alertId' is set
1120
1121
  if(alertId===undefined||alertId===null){throw'Missing the required parameter "alertId" when calling deleteAlertingInteractionstatsAlert';}return this.apiClient.callApi('/api/v2/alerting/interactionstats/alerts/{alertId}','DELETE',{'alertId':alertId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1121
- * Delete an interaction stats rule.
1122
- *
1122
+ * Delete an interaction stats rule
1123
+ * Apps should migrate to use DELETE /api/v2/alerting/rules/{ruleId}.
1123
1124
  * @param {String} ruleId Rule ID
1125
+ * @deprecated
1124
1126
  */},{key:"deleteAlertingInteractionstatsRule",value:function deleteAlertingInteractionstatsRule(ruleId){// verify the required parameter 'ruleId' is set
1125
1127
  if(ruleId===undefined||ruleId===null){throw'Missing the required parameter "ruleId" when calling deleteAlertingInteractionstatsRule';}return this.apiClient.callApi('/api/v2/alerting/interactionstats/rules/{ruleId}','DELETE',{'ruleId':ruleId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1126
1128
  * Delete a rule.
@@ -1133,35 +1135,41 @@ if(ruleId===undefined||ruleId===null){throw'Missing the required parameter "rule
1133
1135
  * @param {String} alertId Alert ID
1134
1136
  */},{key:"getAlertingAlert",value:function getAlertingAlert(alertId){// verify the required parameter 'alertId' is set
1135
1137
  if(alertId===undefined||alertId===null){throw'Missing the required parameter "alertId" when calling getAlertingAlert';}return this.apiClient.callApi('/api/v2/alerting/alerts/{alertId}','GET',{'alertId':alertId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1136
- * Gets active alert count for a user.
1137
- *
1138
+ * Gets active alert count for a user
1139
+ * Apps should migrate to use POST /api/v2/alerting/alerts/query with the queryType set to Count and alertStatus to Active in the request body.
1140
+ * @deprecated
1138
1141
  */},{key:"getAlertingAlertsActive",value:function getAlertingAlertsActive(){return this.apiClient.callApi('/api/v2/alerting/alerts/active','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1139
1142
  * Get an interaction stats alert
1140
- *
1143
+ * Apps should migrate to use GET /api/v2/alerting/alerts/{alertId}.
1141
1144
  * @param {String} alertId Alert ID
1142
1145
  * @param {Object} opts Optional parameters
1143
1146
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
1147
+ * @deprecated
1144
1148
  */},{key:"getAlertingInteractionstatsAlert",value:function getAlertingInteractionstatsAlert(alertId,opts){opts=opts||{};// verify the required parameter 'alertId' is set
1145
1149
  if(alertId===undefined||alertId===null){throw'Missing the required parameter "alertId" when calling getAlertingInteractionstatsAlert';}return this.apiClient.callApi('/api/v2/alerting/interactionstats/alerts/{alertId}','GET',{'alertId':alertId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1146
- * Get interaction stats alert list.
1147
- *
1150
+ * Get interaction stats alert list
1151
+ * Apps should migrate to use POST /api/v2/alerting/alerts/query.
1148
1152
  * @param {Object} opts Optional parameters
1149
1153
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
1154
+ * @deprecated
1150
1155
  */},{key:"getAlertingInteractionstatsAlerts",value:function getAlertingInteractionstatsAlerts(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/alerting/interactionstats/alerts','GET',{},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1151
- * Gets user unread count of interaction stats alerts.
1152
- *
1156
+ * Gets user unread count of interaction stats alerts
1157
+ * Apps should migrate to use POST /api/v2/alerting/alerts/query with the queryType set to Count and viewStatus to Unread in the request body.
1158
+ * @deprecated
1153
1159
  */},{key:"getAlertingInteractionstatsAlertsUnread",value:function getAlertingInteractionstatsAlertsUnread(){return this.apiClient.callApi('/api/v2/alerting/interactionstats/alerts/unread','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1154
- * Get an interaction stats rule.
1155
- *
1160
+ * Get an interaction stats rule
1161
+ * Apps should migrate to use GET /api/v2/alerting/rules/{ruleId}.
1156
1162
  * @param {String} ruleId Rule ID
1157
1163
  * @param {Object} opts Optional parameters
1158
1164
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
1165
+ * @deprecated
1159
1166
  */},{key:"getAlertingInteractionstatsRule",value:function getAlertingInteractionstatsRule(ruleId,opts){opts=opts||{};// verify the required parameter 'ruleId' is set
1160
1167
  if(ruleId===undefined||ruleId===null){throw'Missing the required parameter "ruleId" when calling getAlertingInteractionstatsRule';}return this.apiClient.callApi('/api/v2/alerting/interactionstats/rules/{ruleId}','GET',{'ruleId':ruleId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1161
- * Get an interaction stats rule list.
1162
- *
1168
+ * Get an interaction stats rule list
1169
+ * Apps should migrate to use POST /api/v2/alerting/rules/query.
1163
1170
  * @param {Object} opts Optional parameters
1164
1171
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
1172
+ * @deprecated
1165
1173
  */},{key:"getAlertingInteractionstatsRules",value:function getAlertingInteractionstatsRules(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/alerting/interactionstats/rules','GET',{},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1166
1174
  * Get a rule.
1167
1175
  *
@@ -1190,11 +1198,12 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
1190
1198
  * @param {Object} opts Optional parameters
1191
1199
  * @param {Object} opts.body
1192
1200
  */},{key:"postAlertingAlertsQuery",value:function postAlertingAlertsQuery(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/alerting/alerts/query','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
1193
- * Create an interaction stats rule.
1194
- *
1201
+ * Create an interaction stats rule
1202
+ * Apps should migrate to use POST /api/v2/alerting/rules.
1195
1203
  * @param {Object} body AlertingRule
1196
1204
  * @param {Object} opts Optional parameters
1197
1205
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
1206
+ * @deprecated
1198
1207
  */},{key:"postAlertingInteractionstatsRules",value:function postAlertingInteractionstatsRules(body,opts){opts=opts||{};// verify the required parameter 'body' is set
1199
1208
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAlertingInteractionstatsRules';}return this.apiClient.callApi('/api/v2/alerting/interactionstats/rules','POST',{},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1200
1209
  * Create a Rule.
@@ -1220,20 +1229,22 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
1220
1229
  */},{key:"putAlertingAlert",value:function putAlertingAlert(alertId,opts){opts=opts||{};// verify the required parameter 'alertId' is set
1221
1230
  if(alertId===undefined||alertId===null){throw'Missing the required parameter "alertId" when calling putAlertingAlert';}return this.apiClient.callApi('/api/v2/alerting/alerts/{alertId}','PUT',{'alertId':alertId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
1222
1231
  * Update an interaction stats alert read status
1223
- *
1232
+ * Apps should migrate to use PUT /api/v2/alerting/alerts/{alertId}.
1224
1233
  * @param {String} alertId Alert ID
1225
1234
  * @param {Object} body InteractionStatsAlert
1226
1235
  * @param {Object} opts Optional parameters
1227
1236
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
1237
+ * @deprecated
1228
1238
  */},{key:"putAlertingInteractionstatsAlert",value:function putAlertingInteractionstatsAlert(alertId,body,opts){opts=opts||{};// verify the required parameter 'alertId' is set
1229
1239
  if(alertId===undefined||alertId===null){throw'Missing the required parameter "alertId" when calling putAlertingInteractionstatsAlert';}// verify the required parameter 'body' is set
1230
1240
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAlertingInteractionstatsAlert';}return this.apiClient.callApi('/api/v2/alerting/interactionstats/alerts/{alertId}','PUT',{'alertId':alertId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1231
1241
  * Update an interaction stats rule
1232
- *
1242
+ * Apps should migrate to use PUT /api/v2/alerting/rules/{ruleId}.
1233
1243
  * @param {String} ruleId Rule ID
1234
1244
  * @param {Object} body AlertingRule
1235
1245
  * @param {Object} opts Optional parameters
1236
1246
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
1247
+ * @deprecated
1237
1248
  */},{key:"putAlertingInteractionstatsRule",value:function putAlertingInteractionstatsRule(ruleId,body,opts){opts=opts||{};// verify the required parameter 'ruleId' is set
1238
1249
  if(ruleId===undefined||ruleId===null){throw'Missing the required parameter "ruleId" when calling putAlertingInteractionstatsRule';}// verify the required parameter 'body' is set
1239
1250
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAlertingInteractionstatsRule';}return this.apiClient.callApi('/api/v2/alerting/interactionstats/rules/{ruleId}','PUT',{'ruleId':ruleId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -1246,7 +1257,7 @@ if(ruleId===undefined||ruleId===null){throw'Missing the required parameter "rule
1246
1257
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAlertingRule';}return this.apiClient.callApi('/api/v2/alerting/rules/{ruleId}','PUT',{'ruleId':ruleId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return AlertingApi;}();var AnalyticsApi=/*#__PURE__*/function(){/**
1247
1258
  * Analytics service.
1248
1259
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1249
- * @version 182.1.0
1260
+ * @version 183.0.0
1250
1261
  */ /**
1251
1262
  * Constructs a new AnalyticsApi.
1252
1263
  * @alias module:purecloud-platform-client-v2/api/AnalyticsApi
@@ -1284,7 +1295,7 @@ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId"
1284
1295
  */},{key:"getAnalyticsActionsAggregatesJobResults",value:function getAnalyticsActionsAggregatesJobResults(jobId,opts){opts=opts||{};// verify the required parameter 'jobId' is set
1285
1296
  if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId" when calling getAnalyticsActionsAggregatesJobResults';}return this.apiClient.callApi('/api/v2/analytics/actions/aggregates/jobs/{jobId}/results','GET',{'jobId':jobId},{'cursor':opts['cursor']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1286
1297
  * Get Reporting Turns.
1287
- * Returns the reporting turns grouped by session, in reverse chronological order from the date the session was created, with the reporting turns from the most recent session appearing at the start of the list. For pagination, clients should keep sending requests using the value of nextUri in the response, until its no longer present, only then have all items have been returned. Note: resources returned by this endpoint do not persist indefinitely, as they auto delete after a predefined period.
1298
+ * Returns the reporting turns grouped by session, in reverse chronological order from the date the session was created, with the reporting turns from the most recent session appearing at the start of the list. For pagination, clients should keep sending requests using the value of nextUri in the response, until its no longer present, only then have all items have been returned. Note: resources returned by this endpoint are not persisted indefinitely, as they are deleted after approximately, but not before, 10 days.
1288
1299
  * @param {String} botFlowId ID of the bot flow.
1289
1300
  * @param {Object} opts Optional parameters
1290
1301
  * @param {String} opts.after The cursor that points to the ID of the last item in the list of entities that has been returned.
@@ -1296,6 +1307,17 @@ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId"
1296
1307
  * @param {Object} opts.askActionResults Optional case-insensitive comma separated list of ask action results to filter the reporting turns.
1297
1308
  */},{key:"getAnalyticsBotflowReportingturns",value:function getAnalyticsBotflowReportingturns(botFlowId,opts){opts=opts||{};// verify the required parameter 'botFlowId' is set
1298
1309
  if(botFlowId===undefined||botFlowId===null){throw'Missing the required parameter "botFlowId" when calling getAnalyticsBotflowReportingturns';}return this.apiClient.callApi('/api/v2/analytics/botflows/{botFlowId}/reportingturns','GET',{'botFlowId':botFlowId},{'after':opts['after'],'pageSize':opts['pageSize'],'interval':opts['interval'],'actionId':opts['actionId'],'sessionId':opts['sessionId'],'language':opts['language'],'askActionResults':opts['askActionResults']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1310
+ * Get Bot Flow Sessions.
1311
+ * Returns the bot flow sessions in reverse chronological order from the date they were created. For pagination, clients should keep sending requests using the value of nextUri in the response, until its no longer present, only then have all items have been returned. Note: resources returned by this endpoint are not persisted indefinitely, as they are deleted after approximately, but not before, 10 days.
1312
+ * @param {String} botFlowId ID of the bot flow.
1313
+ * @param {Object} opts Optional parameters
1314
+ * @param {String} opts.after The cursor that points to the ID of the last item in the list of entities that has been returned.
1315
+ * @param {String} opts.pageSize Max number of entities to return. Maximum of 250 (default to 50)
1316
+ * @param {String} opts.interval Date range filter based on the date the individual resources were completed. UTC is the default if no TZ is supplied, however alternate timezones can be used e.g: '2022-11-22T09:11:11.111+08:00/2022-11-30T07:17:44.586-07'. . Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss
1317
+ * @param {Object} opts.botResultCategories Optional case-insensitive comma separated list of Bot Result Categories to filter sessions by.
1318
+ * @param {String} opts.endLanguage Optional case-insensitive language code to filter sessions by the language the sessions ended in.
1319
+ */},{key:"getAnalyticsBotflowSessions",value:function getAnalyticsBotflowSessions(botFlowId,opts){opts=opts||{};// verify the required parameter 'botFlowId' is set
1320
+ if(botFlowId===undefined||botFlowId===null){throw'Missing the required parameter "botFlowId" when calling getAnalyticsBotflowSessions';}return this.apiClient.callApi('/api/v2/analytics/botflows/{botFlowId}/sessions','GET',{'botFlowId':botFlowId},{'after':opts['after'],'pageSize':opts['pageSize'],'interval':opts['interval'],'botResultCategories':opts['botResultCategories'],'endLanguage':opts['endLanguage']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1299
1321
  * Get status for async query for bot aggregates
1300
1322
  *
1301
1323
  * @param {String} jobId jobId
@@ -1697,13 +1719,15 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
1697
1719
  */},{key:"postAnalyticsReportingExports",value:function postAnalyticsReportingExports(body){// verify the required parameter 'body' is set
1698
1720
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsReportingExports';}return this.apiClient.callApi('/api/v2/analytics/reporting/exports','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1699
1721
  * Place a scheduled report immediately into the reporting queue
1700
- *
1722
+ * This route is deprecated, please use POST:api/v2/analytics/reporting/exports/{exportId}/execute instead
1701
1723
  * @param {String} scheduleId Schedule ID
1724
+ * @deprecated
1702
1725
  */},{key:"postAnalyticsReportingScheduleRunreport",value:function postAnalyticsReportingScheduleRunreport(scheduleId){// verify the required parameter 'scheduleId' is set
1703
1726
  if(scheduleId===undefined||scheduleId===null){throw'Missing the required parameter "scheduleId" when calling postAnalyticsReportingScheduleRunreport';}return this.apiClient.callApi('/api/v2/analytics/reporting/schedules/{scheduleId}/runreport','POST',{'scheduleId':scheduleId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1704
1727
  * Create a scheduled report job
1705
- * Create a scheduled report job.
1728
+ * This route is deprecated, please use POST:api/v2/analytics/reporting/exports instead
1706
1729
  * @param {Object} body ReportSchedule
1730
+ * @deprecated
1707
1731
  */},{key:"postAnalyticsReportingSchedules",value:function postAnalyticsReportingSchedules(body){// verify the required parameter 'body' is set
1708
1732
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsReportingSchedules';}return this.apiClient.callApi('/api/v2/analytics/reporting/schedules','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1709
1733
  * Query for resolution aggregates asynchronously
@@ -1805,15 +1829,16 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
1805
1829
  */},{key:"putAnalyticsDataretentionSettings",value:function putAnalyticsDataretentionSettings(body){// verify the required parameter 'body' is set
1806
1830
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAnalyticsDataretentionSettings';}return this.apiClient.callApi('/api/v2/analytics/dataretention/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1807
1831
  * Update a scheduled report job.
1808
- *
1832
+ * This route is deprecated, please use PATCH:api/v2/analytics/reporting/exports/{exportId}/schedule instead
1809
1833
  * @param {String} scheduleId Schedule ID
1810
1834
  * @param {Object} body ReportSchedule
1835
+ * @deprecated
1811
1836
  */},{key:"putAnalyticsReportingSchedule",value:function putAnalyticsReportingSchedule(scheduleId,body){// verify the required parameter 'scheduleId' is set
1812
1837
  if(scheduleId===undefined||scheduleId===null){throw'Missing the required parameter "scheduleId" when calling putAnalyticsReportingSchedule';}// verify the required parameter 'body' is set
1813
1838
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAnalyticsReportingSchedule';}return this.apiClient.callApi('/api/v2/analytics/reporting/schedules/{scheduleId}','PUT',{'scheduleId':scheduleId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return AnalyticsApi;}();var ArchitectApi=/*#__PURE__*/function(){/**
1814
1839
  * Architect service.
1815
1840
  * @module purecloud-platform-client-v2/api/ArchitectApi
1816
- * @version 182.1.0
1841
+ * @version 183.0.0
1817
1842
  */ /**
1818
1843
  * Constructs a new ArchitectApi.
1819
1844
  * @alias module:purecloud-platform-client-v2/api/ArchitectApi
@@ -2845,7 +2870,7 @@ if(milestoneId===undefined||milestoneId===null){throw'Missing the required param
2845
2870
  if(flowOutcomeId===undefined||flowOutcomeId===null){throw'Missing the required parameter "flowOutcomeId" when calling putFlowsOutcome';}return this.apiClient.callApi('/api/v2/flows/outcomes/{flowOutcomeId}','PUT',{'flowOutcomeId':flowOutcomeId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);return ArchitectApi;}();var AuditApi=/*#__PURE__*/function(){/**
2846
2871
  * Audit service.
2847
2872
  * @module purecloud-platform-client-v2/api/AuditApi
2848
- * @version 182.1.0
2873
+ * @version 183.0.0
2849
2874
  */ /**
2850
2875
  * Constructs a new AuditApi.
2851
2876
  * @alias module:purecloud-platform-client-v2/api/AuditApi
@@ -2887,7 +2912,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
2887
2912
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAuditsQueryRealtime';}return this.apiClient.callApi('/api/v2/audits/query/realtime','POST',{},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return AuditApi;}();var AuthorizationApi=/*#__PURE__*/function(){/**
2888
2913
  * Authorization service.
2889
2914
  * @module purecloud-platform-client-v2/api/AuthorizationApi
2890
- * @version 182.1.0
2915
+ * @version 183.0.0
2891
2916
  */ /**
2892
2917
  * Constructs a new AuthorizationApi.
2893
2918
  * @alias module:purecloud-platform-client-v2/api/AuthorizationApi
@@ -3198,7 +3223,7 @@ if(subjectId===undefined||subjectId===null){throw'Missing the required parameter
3198
3223
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserRoles';}return this.apiClient.callApi('/api/v2/users/{subjectId}/roles','PUT',{'subjectId':subjectId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return AuthorizationApi;}();var BillingApi=/*#__PURE__*/function(){/**
3199
3224
  * Billing service.
3200
3225
  * @module purecloud-platform-client-v2/api/BillingApi
3201
- * @version 182.1.0
3226
+ * @version 183.0.0
3202
3227
  */ /**
3203
3228
  * Constructs a new BillingApi.
3204
3229
  * @alias module:purecloud-platform-client-v2/api/BillingApi
@@ -3222,7 +3247,7 @@ if(endDate===undefined||endDate===null){throw'Missing the required parameter "en
3222
3247
  if(trustorOrgId===undefined||trustorOrgId===null){throw'Missing the required parameter "trustorOrgId" when calling getBillingTrusteebillingoverviewTrustorOrgId';}return this.apiClient.callApi('/api/v2/billing/trusteebillingoverview/{trustorOrgId}','GET',{'trustorOrgId':trustorOrgId},{'billingPeriodIndex':opts['billingPeriodIndex']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return BillingApi;}();var CarrierServicesApi=/*#__PURE__*/function(){/**
3223
3248
  * CarrierServices service.
3224
3249
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
3225
- * @version 182.1.0
3250
+ * @version 183.0.0
3226
3251
  */ /**
3227
3252
  * Constructs a new CarrierServicesApi.
3228
3253
  * @alias module:purecloud-platform-client-v2/api/CarrierServicesApi
@@ -3242,7 +3267,7 @@ if(phoneNumber===undefined||phoneNumber===null){throw'Missing the required param
3242
3267
  */},{key:"postCarrierservicesIntegrationsEmergencylocationsMe",value:function postCarrierservicesIntegrationsEmergencylocationsMe(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/carrierservices/integrations/emergencylocations/me','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);return CarrierServicesApi;}();var ChatApi=/*#__PURE__*/function(){/**
3243
3268
  * Chat service.
3244
3269
  * @module purecloud-platform-client-v2/api/ChatApi
3245
- * @version 182.1.0
3270
+ * @version 183.0.0
3246
3271
  */ /**
3247
3272
  * Constructs a new ChatApi.
3248
3273
  * @alias module:purecloud-platform-client-v2/api/ChatApi
@@ -3439,7 +3464,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
3439
3464
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putChatsSettings';}return this.apiClient.callApi('/api/v2/chats/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return ChatApi;}();var CoachingApi=/*#__PURE__*/function(){/**
3440
3465
  * Coaching service.
3441
3466
  * @module purecloud-platform-client-v2/api/CoachingApi
3442
- * @version 182.1.0
3467
+ * @version 183.0.0
3443
3468
  */ /**
3444
3469
  * Constructs a new CoachingApi.
3445
3470
  * @alias module:purecloud-platform-client-v2/api/CoachingApi
@@ -3592,7 +3617,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
3592
3617
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postCoachingScheduleslotsQuery';}return this.apiClient.callApi('/api/v2/coaching/scheduleslots/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return CoachingApi;}();var ContentManagementApi=/*#__PURE__*/function(){/**
3593
3618
  * ContentManagement service.
3594
3619
  * @module purecloud-platform-client-v2/api/ContentManagementApi
3595
- * @version 182.1.0
3620
+ * @version 183.0.0
3596
3621
  */ /**
3597
3622
  * Constructs a new ContentManagementApi.
3598
3623
  * @alias module:purecloud-platform-client-v2/api/ContentManagementApi
@@ -3894,7 +3919,7 @@ if(tagId===undefined||tagId===null){throw'Missing the required parameter "tagId"
3894
3919
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putContentmanagementWorkspaceTagvalue';}return this.apiClient.callApi('/api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId}','PUT',{'workspaceId':workspaceId,'tagId':tagId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return ContentManagementApi;}();var ConversationsApi=/*#__PURE__*/function(){/**
3895
3920
  * Conversations service.
3896
3921
  * @module purecloud-platform-client-v2/api/ConversationsApi
3897
- * @version 182.1.0
3922
+ * @version 183.0.0
3898
3923
  */ /**
3899
3924
  * Constructs a new ConversationsApi.
3900
3925
  * @alias module:purecloud-platform-client-v2/api/ConversationsApi
@@ -5618,7 +5643,7 @@ if(conversationId===undefined||conversationId===null){throw'Missing the required
5618
5643
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putConversationsVideoRecordingstate';}return this.apiClient.callApi('/api/v2/conversations/videos/{conversationId}/recordingstate','PUT',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return ConversationsApi;}();var DataExtensionsApi=/*#__PURE__*/function(){/**
5619
5644
  * DataExtensions service.
5620
5645
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
5621
- * @version 182.1.0
5646
+ * @version 183.0.0
5622
5647
  */ /**
5623
5648
  * Constructs a new DataExtensionsApi.
5624
5649
  * @alias module:purecloud-platform-client-v2/api/DataExtensionsApi
@@ -5639,7 +5664,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
5639
5664
  */},{key:"getDataextensionsLimits",value:function getDataextensionsLimits(){return this.apiClient.callApi('/api/v2/dataextensions/limits','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return DataExtensionsApi;}();var DownloadsApi=/*#__PURE__*/function(){/**
5640
5665
  * Downloads service.
5641
5666
  * @module purecloud-platform-client-v2/api/DownloadsApi
5642
- * @version 182.1.0
5667
+ * @version 183.0.0
5643
5668
  */ /**
5644
5669
  * Constructs a new DownloadsApi.
5645
5670
  * @alias module:purecloud-platform-client-v2/api/DownloadsApi
@@ -5658,7 +5683,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
5658
5683
  if(downloadId===undefined||downloadId===null){throw'Missing the required parameter "downloadId" when calling getDownload';}return this.apiClient.callApi('/api/v2/downloads/{downloadId}','GET',{'downloadId':downloadId},{'contentDisposition':opts['contentDisposition'],'issueRedirect':opts['issueRedirect'],'redirectToAuth':opts['redirectToAuth']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return DownloadsApi;}();var EmailsApi=/*#__PURE__*/function(){/**
5659
5684
  * Emails service.
5660
5685
  * @module purecloud-platform-client-v2/api/EmailsApi
5661
- * @version 182.1.0
5686
+ * @version 183.0.0
5662
5687
  */ /**
5663
5688
  * Constructs a new EmailsApi.
5664
5689
  * @alias module:purecloud-platform-client-v2/api/EmailsApi
@@ -5676,7 +5701,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
5676
5701
  */},{key:"patchEmailsSettings",value:function patchEmailsSettings(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/emails/settings','PATCH',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);return EmailsApi;}();var EventsApi=/*#__PURE__*/function(){/**
5677
5702
  * Events service.
5678
5703
  * @module purecloud-platform-client-v2/api/EventsApi
5679
- * @version 182.1.0
5704
+ * @version 183.0.0
5680
5705
  */ /**
5681
5706
  * Constructs a new EventsApi.
5682
5707
  * @alias module:purecloud-platform-client-v2/api/EventsApi
@@ -5701,7 +5726,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
5701
5726
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postEventsUsersRoutingstatus';}return this.apiClient.callApi('/api/v2/events/users/routingstatus','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return EventsApi;}();var ExternalContactsApi=/*#__PURE__*/function(){/**
5702
5727
  * ExternalContacts service.
5703
5728
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
5704
- * @version 182.1.0
5729
+ * @version 183.0.0
5705
5730
  */ /**
5706
5731
  * Constructs a new ExternalContactsApi.
5707
5732
  * @alias module:purecloud-platform-client-v2/api/ExternalContactsApi
@@ -6156,7 +6181,7 @@ if(relationshipId===undefined||relationshipId===null){throw'Missing the required
6156
6181
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putExternalcontactsRelationship';}return this.apiClient.callApi('/api/v2/externalcontacts/relationships/{relationshipId}','PUT',{'relationshipId':relationshipId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return ExternalContactsApi;}();var FaxApi=/*#__PURE__*/function(){/**
6157
6182
  * Fax service.
6158
6183
  * @module purecloud-platform-client-v2/api/FaxApi
6159
- * @version 182.1.0
6184
+ * @version 183.0.0
6160
6185
  */ /**
6161
6186
  * Constructs a new FaxApi.
6162
6187
  * @alias module:purecloud-platform-client-v2/api/FaxApi
@@ -6197,7 +6222,7 @@ if(documentId===undefined||documentId===null){throw'Missing the required paramet
6197
6222
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putFaxDocument';}return this.apiClient.callApi('/api/v2/fax/documents/{documentId}','PUT',{'documentId':documentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return FaxApi;}();var FlowsApi=/*#__PURE__*/function(){/**
6198
6223
  * Flows service.
6199
6224
  * @module purecloud-platform-client-v2/api/FlowsApi
6200
- * @version 182.1.0
6225
+ * @version 183.0.0
6201
6226
  */ /**
6202
6227
  * Constructs a new FlowsApi.
6203
6228
  * @alias module:purecloud-platform-client-v2/api/FlowsApi
@@ -6246,7 +6271,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
6246
6271
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsFlowsObservationsQuery';}return this.apiClient.callApi('/api/v2/analytics/flows/observations/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return FlowsApi;}();var GamificationApi=/*#__PURE__*/function(){/**
6247
6272
  * Gamification service.
6248
6273
  * @module purecloud-platform-client-v2/api/GamificationApi
6249
- * @version 182.1.0
6274
+ * @version 183.0.0
6250
6275
  */ /**
6251
6276
  * Constructs a new GamificationApi.
6252
6277
  * @alias module:purecloud-platform-client-v2/api/GamificationApi
@@ -6786,7 +6811,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
6786
6811
  if(status===undefined||status===null){throw'Missing the required parameter "status" when calling putGamificationStatus';}return this.apiClient.callApi('/api/v2/gamification/status','PUT',{},{},{},{},status,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return GamificationApi;}();var GeneralDataProtectionRegulationApi=/*#__PURE__*/function(){/**
6787
6812
  * GeneralDataProtectionRegulation service.
6788
6813
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
6789
- * @version 182.1.0
6814
+ * @version 183.0.0
6790
6815
  */ /**
6791
6816
  * Constructs a new GeneralDataProtectionRegulationApi.
6792
6817
  * @alias module:purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
@@ -6821,7 +6846,7 @@ if(searchValue===undefined||searchValue===null){throw'Missing the required param
6821
6846
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postGdprRequests';}return this.apiClient.callApi('/api/v2/gdpr/requests','POST',{},{'deleteConfirmed':opts['deleteConfirmed']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return GeneralDataProtectionRegulationApi;}();var GeolocationApi=/*#__PURE__*/function(){/**
6822
6847
  * Geolocation service.
6823
6848
  * @module purecloud-platform-client-v2/api/GeolocationApi
6824
- * @version 182.1.0
6849
+ * @version 183.0.0
6825
6850
  */ /**
6826
6851
  * Constructs a new GeolocationApi.
6827
6852
  * @alias module:purecloud-platform-client-v2/api/GeolocationApi
@@ -6855,7 +6880,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
6855
6880
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchUserGeolocation';}return this.apiClient.callApi('/api/v2/users/{userId}/geolocations/{clientId}','PATCH',{'userId':userId,'clientId':clientId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return GeolocationApi;}();var GreetingsApi=/*#__PURE__*/function(){/**
6856
6881
  * Greetings service.
6857
6882
  * @module purecloud-platform-client-v2/api/GreetingsApi
6858
- * @version 182.1.0
6883
+ * @version 183.0.0
6859
6884
  */ /**
6860
6885
  * Constructs a new GreetingsApi.
6861
6886
  * @alias module:purecloud-platform-client-v2/api/GreetingsApi
@@ -6962,7 +6987,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
6962
6987
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserGreetingsDefaults';}return this.apiClient.callApi('/api/v2/users/{userId}/greetings/defaults','PUT',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return GreetingsApi;}();var GroupsApi=/*#__PURE__*/function(){/**
6963
6988
  * Groups service.
6964
6989
  * @module purecloud-platform-client-v2/api/GroupsApi
6965
- * @version 182.1.0
6990
+ * @version 183.0.0
6966
6991
  */ /**
6967
6992
  * Constructs a new GroupsApi.
6968
6993
  * @alias module:purecloud-platform-client-v2/api/GroupsApi
@@ -7095,7 +7120,7 @@ if(groupId===undefined||groupId===null){throw'Missing the required parameter "gr
7095
7120
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putGroupDynamicsettings';}return this.apiClient.callApi('/api/v2/groups/{groupId}/dynamicsettings','PUT',{'groupId':groupId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return GroupsApi;}();var IdentityProviderApi=/*#__PURE__*/function(){/**
7096
7121
  * IdentityProvider service.
7097
7122
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
7098
- * @version 182.1.0
7123
+ * @version 183.0.0
7099
7124
  */ /**
7100
7125
  * Constructs a new IdentityProviderApi.
7101
7126
  * @alias module:purecloud-platform-client-v2/api/IdentityProviderApi
@@ -7229,7 +7254,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
7229
7254
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putIdentityprovidersSalesforce';}return this.apiClient.callApi('/api/v2/identityproviders/salesforce','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return IdentityProviderApi;}();var InfrastructureAsCodeApi=/*#__PURE__*/function(){/**
7230
7255
  * InfrastructureAsCode service.
7231
7256
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
7232
- * @version 182.1.0
7257
+ * @version 183.0.0
7233
7258
  */ /**
7234
7259
  * Constructs a new InfrastructureAsCodeApi.
7235
7260
  * @alias module:purecloud-platform-client-v2/api/InfrastructureAsCodeApi
@@ -7283,7 +7308,7 @@ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId"
7283
7308
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postInfrastructureascodeJobs';}return this.apiClient.callApi('/api/v2/infrastructureascode/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return InfrastructureAsCodeApi;}();var IntegrationsApi=/*#__PURE__*/function(){/**
7284
7309
  * Integrations service.
7285
7310
  * @module purecloud-platform-client-v2/api/IntegrationsApi
7286
- * @version 182.1.0
7311
+ * @version 183.0.0
7287
7312
  */ /**
7288
7313
  * Constructs a new IntegrationsApi.
7289
7314
  * @alias module:purecloud-platform-client-v2/api/IntegrationsApi
@@ -7717,7 +7742,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
7717
7742
  */},{key:"postIntegrationsActionTest",value:function postIntegrationsActionTest(actionId,body){// verify the required parameter 'actionId' is set
7718
7743
  if(actionId===undefined||actionId===null){throw'Missing the required parameter "actionId" when calling postIntegrationsActionTest';}// verify the required parameter 'body' is set
7719
7744
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postIntegrationsActionTest';}return this.apiClient.callApi('/api/v2/integrations/actions/{actionId}/test','POST',{'actionId':actionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
7720
- * Create a new Action
7745
+ * Create a new Action. Not supported for 'Function Integration' actions. Function integrations must be created as drafts to allow managing of uploading required ZIP function package before they may be used as a published action.
7721
7746
  *
7722
7747
  * @param {Object} body Input used to create Action.
7723
7748
  */},{key:"postIntegrationsActions",value:function postIntegrationsActions(body){// verify the required parameter 'body' is set
@@ -7804,7 +7829,7 @@ if(ucIntegrationId===undefined||ucIntegrationId===null){throw'Missing the requir
7804
7829
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putIntegrationsUnifiedcommunicationThirdpartypresences';}return this.apiClient.callApi('/api/v2/integrations/unifiedcommunications/{ucIntegrationId}/thirdpartypresences','PUT',{'ucIntegrationId':ucIntegrationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return IntegrationsApi;}();var JourneyApi=/*#__PURE__*/function(){/**
7805
7830
  * Journey service.
7806
7831
  * @module purecloud-platform-client-v2/api/JourneyApi
7807
- * @version 182.1.0
7832
+ * @version 183.0.0
7808
7833
  */ /**
7809
7834
  * Constructs a new JourneyApi.
7810
7835
  * @alias module:purecloud-platform-client-v2/api/JourneyApi
@@ -7920,16 +7945,15 @@ if(actionTemplateId===undefined||actionTemplateId===null){throw'Missing the requ
7920
7945
  *
7921
7946
  * @param {String} deploymentId The ID of the deployment sending the ping.
7922
7947
  * @param {String} customerCookieId ID of the customer associated with the ping.
7923
- * @param {String} sessionId UUID of the customer session. Use the same Session Id for all pings, AppEvents and ActionEvents in the session
7924
7948
  * @param {Object} opts Optional parameters
7925
7949
  * @param {String} opts.dl Document Location: 1) Web Page URL if overridden or URL fragment identifier (window.location.hash). OR 2) Application screen name that the ping request was sent from in the app. e.g. 'home' or 'help. Pings without this parameter will not return actions.
7926
7950
  * @param {String} opts.dt Document Title. A human readable name for the page or screen
7927
7951
  * @param {String} opts.appNamespace Namespace of the application (e.g. com.genesys.bancodinero). Used for domain filtering in application sessions
7952
+ * @param {String} opts.sessionId UUID of the customer session. Use the same Session Id for all pings, AppEvents and ActionEvents in the session
7928
7953
  * @param {Number} opts.sinceLastBeaconMilliseconds How long (milliseconds) since the last app event or beacon was sent. The response may return a pollInternvalMilliseconds to reduce the frequency of pings.
7929
- */},{key:"getJourneyDeploymentCustomerPing",value:function getJourneyDeploymentCustomerPing(deploymentId,customerCookieId,sessionId,opts){opts=opts||{};// verify the required parameter 'deploymentId' is set
7954
+ */},{key:"getJourneyDeploymentCustomerPing",value:function getJourneyDeploymentCustomerPing(deploymentId,customerCookieId,opts){opts=opts||{};// verify the required parameter 'deploymentId' is set
7930
7955
  if(deploymentId===undefined||deploymentId===null){throw'Missing the required parameter "deploymentId" when calling getJourneyDeploymentCustomerPing';}// verify the required parameter 'customerCookieId' is set
7931
- if(customerCookieId===undefined||customerCookieId===null){throw'Missing the required parameter "customerCookieId" when calling getJourneyDeploymentCustomerPing';}// verify the required parameter 'sessionId' is set
7932
- if(sessionId===undefined||sessionId===null){throw'Missing the required parameter "sessionId" when calling getJourneyDeploymentCustomerPing';}return this.apiClient.callApi('/api/v2/journey/deployments/{deploymentId}/customers/{customerCookieId}/ping','GET',{'deploymentId':deploymentId,'customerCookieId':customerCookieId},{'dl':opts['dl'],'dt':opts['dt'],'appNamespace':opts['appNamespace'],'sessionId':sessionId,'sinceLastBeaconMilliseconds':opts['sinceLastBeaconMilliseconds']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
7956
+ if(customerCookieId===undefined||customerCookieId===null){throw'Missing the required parameter "customerCookieId" when calling getJourneyDeploymentCustomerPing';}return this.apiClient.callApi('/api/v2/journey/deployments/{deploymentId}/customers/{customerCookieId}/ping','GET',{'deploymentId':deploymentId,'customerCookieId':customerCookieId},{'dl':opts['dl'],'dt':opts['dt'],'appNamespace':opts['appNamespace'],'sessionId':opts['sessionId'],'sinceLastBeaconMilliseconds':opts['sinceLastBeaconMilliseconds']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
7933
7957
  * Retrieve a single outcome.
7934
7958
  *
7935
7959
  * @param {String} outcomeId ID of the outcome.
@@ -8109,7 +8133,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
8109
8133
  */},{key:"postJourneySegments",value:function postJourneySegments(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/journey/segments','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);return JourneyApi;}();var KnowledgeApi=/*#__PURE__*/function(){/**
8110
8134
  * Knowledge service.
8111
8135
  * @module purecloud-platform-client-v2/api/KnowledgeApi
8112
- * @version 182.1.0
8136
+ * @version 183.0.0
8113
8137
  */ /**
8114
8138
  * Constructs a new KnowledgeApi.
8115
8139
  * @alias module:purecloud-platform-client-v2/api/KnowledgeApi
@@ -8906,7 +8930,7 @@ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the requir
8906
8930
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebases';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return KnowledgeApi;}();var LanguageUnderstandingApi=/*#__PURE__*/function(){/**
8907
8931
  * LanguageUnderstanding service.
8908
8932
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
8909
- * @version 182.1.0
8933
+ * @version 183.0.0
8910
8934
  */ /**
8911
8935
  * Constructs a new LanguageUnderstandingApi.
8912
8936
  * @alias module:purecloud-platform-client-v2/api/LanguageUnderstandingApi
@@ -9162,7 +9186,7 @@ if(domainVersionId===undefined||domainVersionId===null){throw'Missing the requir
9162
9186
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putLanguageunderstandingDomainVersion';}return this.apiClient.callApi('/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}','PUT',{'domainId':domainId,'domainVersionId':domainVersionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return LanguageUnderstandingApi;}();var LanguagesApi=/*#__PURE__*/function(){/**
9163
9187
  * Languages service.
9164
9188
  * @module purecloud-platform-client-v2/api/LanguagesApi
9165
- * @version 182.1.0
9189
+ * @version 183.0.0
9166
9190
  */ /**
9167
9191
  * Constructs a new LanguagesApi.
9168
9192
  * @alias module:purecloud-platform-client-v2/api/LanguagesApi
@@ -9217,7 +9241,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
9217
9241
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postLanguages';}return this.apiClient.callApi('/api/v2/languages','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return LanguagesApi;}();var LearningApi=/*#__PURE__*/function(){/**
9218
9242
  * Learning service.
9219
9243
  * @module purecloud-platform-client-v2/api/LearningApi
9220
- * @version 182.1.0
9244
+ * @version 183.0.0
9221
9245
  */ /**
9222
9246
  * Constructs a new LearningApi.
9223
9247
  * @alias module:purecloud-platform-client-v2/api/LearningApi
@@ -9320,7 +9344,8 @@ if(versionId===undefined||versionId===null){throw'Missing the required parameter
9320
9344
  * @param {Array.<String>} opts.expand Fields to expand in response(case insensitive)
9321
9345
  * @param {Object} opts.isPublished Specifies if only the Unpublished (isPublished is False) or Published (isPublished is True) modules are returned. If isPublished is Any or omitted, both types are returned (default to Any)
9322
9346
  * @param {Array.<String>} opts.statuses Specifies the module statuses to filter by
9323
- */},{key:"getLearningModules",value:function getLearningModules(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/learning/modules','GET',{},{'isArchived':opts['isArchived'],'types':this.apiClient.buildCollectionParam(opts['types'],'multi'),'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortOrder':opts['sortOrder'],'sortBy':opts['sortBy'],'searchTerm':opts['searchTerm'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'isPublished':opts['isPublished'],'statuses':this.apiClient.buildCollectionParam(opts['statuses'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
9347
+ * @param {Array.<String>} opts.externalIds Specifies the module external IDs to filter by. Only one ID is allowed
9348
+ */},{key:"getLearningModules",value:function getLearningModules(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/learning/modules','GET',{},{'isArchived':opts['isArchived'],'types':this.apiClient.buildCollectionParam(opts['types'],'multi'),'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortOrder':opts['sortOrder'],'sortBy':opts['sortBy'],'searchTerm':opts['searchTerm'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'isPublished':opts['isPublished'],'statuses':this.apiClient.buildCollectionParam(opts['statuses'],'multi'),'externalIds':this.apiClient.buildCollectionParam(opts['externalIds'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
9324
9349
  * Get all learning modules of an organization including assignments for a specific user
9325
9350
  *
9326
9351
  * @param {Array.<String>} userIds The IDs of the users to include
@@ -9352,6 +9377,16 @@ if(assignmentId===undefined||assignmentId===null){throw'Missing the required par
9352
9377
  * @param {Object} opts.body The Learning assignment reschedule model
9353
9378
  */},{key:"patchLearningAssignmentReschedule",value:function patchLearningAssignmentReschedule(assignmentId,opts){opts=opts||{};// verify the required parameter 'assignmentId' is set
9354
9379
  if(assignmentId===undefined||assignmentId===null){throw'Missing the required parameter "assignmentId" when calling patchLearningAssignmentReschedule';}return this.apiClient.callApi('/api/v2/learning/assignments/{assignmentId}/reschedule','PATCH',{'assignmentId':assignmentId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
9380
+ * Update an external assignment for a specific user
9381
+ *
9382
+ * @param {String} moduleId Key identifier for the module
9383
+ * @param {String} userId Key identifier for the user
9384
+ * @param {Object} body The learning request for updating the assignment
9385
+ * patchLearningModuleUserAssignments is a preview method and is subject to both breaking and non-breaking changes at any time without notice
9386
+ */},{key:"patchLearningModuleUserAssignments",value:function patchLearningModuleUserAssignments(moduleId,userId,body){// verify the required parameter 'moduleId' is set
9387
+ if(moduleId===undefined||moduleId===null){throw'Missing the required parameter "moduleId" when calling patchLearningModuleUserAssignments';}// verify the required parameter 'userId' is set
9388
+ if(userId===undefined||userId===null){throw'Missing the required parameter "userId" when calling patchLearningModuleUserAssignments';}// verify the required parameter 'body' is set
9389
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchLearningModuleUserAssignments';}return this.apiClient.callApi('/api/v2/learning/modules/{moduleId}/users/{userId}/assignments','PATCH',{'moduleId':moduleId,'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
9355
9390
  * Score learning assessment for preview
9356
9391
  *
9357
9392
  * @param {Object} body Assessment form and answers to score
@@ -9436,7 +9471,7 @@ if(moduleId===undefined||moduleId===null){throw'Missing the required parameter "
9436
9471
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putLearningModuleRule';}return this.apiClient.callApi('/api/v2/learning/modules/{moduleId}/rule','PUT',{'moduleId':moduleId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return LearningApi;}();var LicenseApi=/*#__PURE__*/function(){/**
9437
9472
  * License service.
9438
9473
  * @module purecloud-platform-client-v2/api/LicenseApi
9439
- * @version 182.1.0
9474
+ * @version 183.0.0
9440
9475
  */ /**
9441
9476
  * Constructs a new LicenseApi.
9442
9477
  * @alias module:purecloud-platform-client-v2/api/LicenseApi
@@ -9490,7 +9525,7 @@ if(featureName===undefined||featureName===null){throw'Missing the required param
9490
9525
  */},{key:"postLicenseUsers",value:function postLicenseUsers(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/license/users','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);return LicenseApi;}();var LocationsApi=/*#__PURE__*/function(){/**
9491
9526
  * Locations service.
9492
9527
  * @module purecloud-platform-client-v2/api/LocationsApi
9493
- * @version 182.1.0
9528
+ * @version 183.0.0
9494
9529
  */ /**
9495
9530
  * Constructs a new LocationsApi.
9496
9531
  * @alias module:purecloud-platform-client-v2/api/LocationsApi
@@ -9549,7 +9584,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
9549
9584
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postLocationsSearch';}return this.apiClient.callApi('/api/v2/locations/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return LocationsApi;}();var MessagingApi=/*#__PURE__*/function(){/**
9550
9585
  * Messaging service.
9551
9586
  * @module purecloud-platform-client-v2/api/MessagingApi
9552
- * @version 182.1.0
9587
+ * @version 183.0.0
9553
9588
  */ /**
9554
9589
  * Constructs a new MessagingApi.
9555
9590
  * @alias module:purecloud-platform-client-v2/api/MessagingApi
@@ -9639,7 +9674,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
9639
9674
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putMessagingSettingsDefault';}return this.apiClient.callApi('/api/v2/messaging/settings/default','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return MessagingApi;}();var MobileDevicesApi=/*#__PURE__*/function(){/**
9640
9675
  * MobileDevices service.
9641
9676
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
9642
- * @version 182.1.0
9677
+ * @version 183.0.0
9643
9678
  */ /**
9644
9679
  * Constructs a new MobileDevicesApi.
9645
9680
  * @alias module:purecloud-platform-client-v2/api/MobileDevicesApi
@@ -9678,7 +9713,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
9678
9713
  if(deviceId===undefined||deviceId===null){throw'Missing the required parameter "deviceId" when calling putMobiledevice';}return this.apiClient.callApi('/api/v2/mobiledevices/{deviceId}','PUT',{'deviceId':deviceId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);return MobileDevicesApi;}();var NotificationsApi=/*#__PURE__*/function(){/**
9679
9714
  * Notifications service.
9680
9715
  * @module purecloud-platform-client-v2/api/NotificationsApi
9681
- * @version 182.1.0
9716
+ * @version 183.0.0
9682
9717
  */ /**
9683
9718
  * Constructs a new NotificationsApi.
9684
9719
  * @alias module:purecloud-platform-client-v2/api/NotificationsApi
@@ -9735,7 +9770,7 @@ if(channelId===undefined||channelId===null){throw'Missing the required parameter
9735
9770
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putNotificationsChannelSubscriptions';}return this.apiClient.callApi('/api/v2/notifications/channels/{channelId}/subscriptions','PUT',{'channelId':channelId},{'ignoreErrors':opts['ignoreErrors']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return NotificationsApi;}();var OAuthApi=/*#__PURE__*/function(){/**
9736
9771
  * OAuth service.
9737
9772
  * @module purecloud-platform-client-v2/api/OAuthApi
9738
- * @version 182.1.0
9773
+ * @version 183.0.0
9739
9774
  */ /**
9740
9775
  * Constructs a new OAuthApi.
9741
9776
  * @alias module:purecloud-platform-client-v2/api/OAuthApi
@@ -9820,7 +9855,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
9820
9855
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putOauthClient';}return this.apiClient.callApi('/api/v2/oauth/clients/{clientId}','PUT',{'clientId':clientId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return OAuthApi;}();var ObjectsApi=/*#__PURE__*/function(){/**
9821
9856
  * Objects service.
9822
9857
  * @module purecloud-platform-client-v2/api/ObjectsApi
9823
- * @version 182.1.0
9858
+ * @version 183.0.0
9824
9859
  */ /**
9825
9860
  * Constructs a new ObjectsApi.
9826
9861
  * @alias module:purecloud-platform-client-v2/api/ObjectsApi
@@ -9891,7 +9926,7 @@ if(divisionId===undefined||divisionId===null){throw'Missing the required paramet
9891
9926
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAuthorizationDivision';}return this.apiClient.callApi('/api/v2/authorization/divisions/{divisionId}','PUT',{'divisionId':divisionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return ObjectsApi;}();var OperationalEventsApi=/*#__PURE__*/function(){/**
9892
9927
  * OperationalEvents service.
9893
9928
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
9894
- * @version 182.1.0
9929
+ * @version 183.0.0
9895
9930
  */ /**
9896
9931
  * Constructs a new OperationalEventsApi.
9897
9932
  * @alias module:purecloud-platform-client-v2/api/OperationalEventsApi
@@ -9909,7 +9944,7 @@ if(eventDefinitionId===undefined||eventDefinitionId===null){throw'Missing the re
9909
9944
  */},{key:"getUsageEventsDefinitions",value:function getUsageEventsDefinitions(){return this.apiClient.callApi('/api/v2/usage/events/definitions','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return OperationalEventsApi;}();var OrganizationApi=/*#__PURE__*/function(){/**
9910
9945
  * Organization service.
9911
9946
  * @module purecloud-platform-client-v2/api/OrganizationApi
9912
- * @version 182.1.0
9947
+ * @version 183.0.0
9913
9948
  */ /**
9914
9949
  * Constructs a new OrganizationApi.
9915
9950
  * @alias module:purecloud-platform-client-v2/api/OrganizationApi
@@ -10011,7 +10046,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10011
10046
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putOrganizationsWhitelist';}return this.apiClient.callApi('/api/v2/organizations/whitelist','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return OrganizationApi;}();var OrganizationAuthorizationApi=/*#__PURE__*/function(){/**
10012
10047
  * OrganizationAuthorization service.
10013
10048
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
10014
- * @version 182.1.0
10049
+ * @version 183.0.0
10015
10050
  */ /**
10016
10051
  * Constructs a new OrganizationAuthorizationApi.
10017
10052
  * @alias module:purecloud-platform-client-v2/api/OrganizationAuthorizationApi
@@ -10334,7 +10369,7 @@ if(trustorOrgId===undefined||trustorOrgId===null){throw'Missing the required par
10334
10369
  if(trusteeUserId===undefined||trusteeUserId===null){throw'Missing the required parameter "trusteeUserId" when calling putOrgauthorizationTrustorUser';}return this.apiClient.callApi('/api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId}','PUT',{'trustorOrgId':trustorOrgId,'trusteeUserId':trusteeUserId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return OrganizationAuthorizationApi;}();var OutboundApi=/*#__PURE__*/function(){/**
10335
10370
  * Outbound service.
10336
10371
  * @module purecloud-platform-client-v2/api/OutboundApi
10337
- * @version 182.1.0
10372
+ * @version 183.0.0
10338
10373
  */ /**
10339
10374
  * Constructs a new OutboundApi.
10340
10375
  * @alias module:purecloud-platform-client-v2/api/OutboundApi
@@ -11225,7 +11260,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11225
11260
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putOutboundWrapupcodemappings';}return this.apiClient.callApi('/api/v2/outbound/wrapupcodemappings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return OutboundApi;}();var PresenceApi=/*#__PURE__*/function(){/**
11226
11261
  * Presence service.
11227
11262
  * @module purecloud-platform-client-v2/api/PresenceApi
11228
- * @version 182.1.0
11263
+ * @version 183.0.0
11229
11264
  */ /**
11230
11265
  * Constructs a new PresenceApi.
11231
11266
  * @alias module:purecloud-platform-client-v2/api/PresenceApi
@@ -11236,7 +11271,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11236
11271
  * Delete a Presence Definition
11237
11272
  *
11238
11273
  * @param {String} definitionId Presence Definition ID
11239
- * deletePresenceDefinition is a preview method and is subject to both breaking and non-breaking changes at any time without notice
11240
11274
  */_createClass(PresenceApi,[{key:"deletePresenceDefinition0",value:function deletePresenceDefinition0(definitionId){// verify the required parameter 'definitionId' is set
11241
11275
  if(definitionId===undefined||definitionId===null){throw'Missing the required parameter "definitionId" when calling deletePresenceDefinition0';}return this.apiClient.callApi('/api/v2/presence/definitions/{definitionId}','DELETE',{'definitionId':definitionId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11242
11276
  * Delete a Presence Source
@@ -11254,7 +11288,6 @@ if(presenceId===undefined||presenceId===null){throw'Missing the required paramet
11254
11288
  * @param {String} definitionId Presence Definition ID
11255
11289
  * @param {Object} opts Optional parameters
11256
11290
  * @param {Object} opts.localeCode The locale code to fetch for the presence definition. Use ALL to fetch everything.
11257
- * getPresenceDefinition is a preview method and is subject to both breaking and non-breaking changes at any time without notice
11258
11291
  */},{key:"getPresenceDefinition0",value:function getPresenceDefinition0(definitionId,opts){opts=opts||{};// verify the required parameter 'definitionId' is set
11259
11292
  if(definitionId===undefined||definitionId===null){throw'Missing the required parameter "definitionId" when calling getPresenceDefinition0';}return this.apiClient.callApi('/api/v2/presence/definitions/{definitionId}','GET',{'definitionId':definitionId},{'localeCode':opts['localeCode']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11260
11293
  * Get a list of Presence Definitions
@@ -11263,7 +11296,6 @@ if(definitionId===undefined||definitionId===null){throw'Missing the required par
11263
11296
  * @param {String} opts.deactivated Deactivated query can be TRUE or FALSE (default to false)
11264
11297
  * @param {Array.<String>} opts.divisionId One or more division IDs. If nothing is provided, the definitions associated withthe list of divisions that the user has access to will be returned.
11265
11298
  * @param {Object} opts.localeCode The locale code to fetch for the presence definition. Use ALL to fetch everything.
11266
- * getPresenceDefinitions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
11267
11299
  */},{key:"getPresenceDefinitions0",value:function getPresenceDefinitions0(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/presence/definitions','GET',{},{'deactivated':opts['deactivated'],'divisionId':this.apiClient.buildCollectionParam(opts['divisionId'],'multi'),'localeCode':opts['localeCode']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11268
11300
  * Get the presence settings
11269
11301
  *
@@ -11344,7 +11376,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11344
11376
  * Create a Presence Definition
11345
11377
  *
11346
11378
  * @param {Object} body The Presence Definition to create
11347
- * postPresenceDefinitions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
11348
11379
  */},{key:"postPresenceDefinitions0",value:function postPresenceDefinitions0(body){// verify the required parameter 'body' is set
11349
11380
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postPresenceDefinitions0';}return this.apiClient.callApi('/api/v2/presence/definitions','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11350
11381
  * Create a Presence Source
@@ -11361,7 +11392,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11361
11392
  *
11362
11393
  * @param {String} definitionId Presence Definition ID
11363
11394
  * @param {Object} body The updated Presence Definition
11364
- * putPresenceDefinition is a preview method and is subject to both breaking and non-breaking changes at any time without notice
11365
11395
  */},{key:"putPresenceDefinition0",value:function putPresenceDefinition0(definitionId,body){// verify the required parameter 'definitionId' is set
11366
11396
  if(definitionId===undefined||definitionId===null){throw'Missing the required parameter "definitionId" when calling putPresenceDefinition0';}// verify the required parameter 'body' is set
11367
11397
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putPresenceDefinition0';}return this.apiClient.callApi('/api/v2/presence/definitions/{definitionId}','PUT',{'definitionId':definitionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -11398,7 +11428,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11398
11428
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUsersPresencesBulk';}return this.apiClient.callApi('/api/v2/users/presences/bulk','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return PresenceApi;}();var ProcessAutomationApi=/*#__PURE__*/function(){/**
11399
11429
  * ProcessAutomation service.
11400
11430
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
11401
- * @version 182.1.0
11431
+ * @version 183.0.0
11402
11432
  */ /**
11403
11433
  * Constructs a new ProcessAutomationApi.
11404
11434
  * @alias module:purecloud-platform-client-v2/api/ProcessAutomationApi
@@ -11461,7 +11491,7 @@ if(triggerId===undefined||triggerId===null){throw'Missing the required parameter
11461
11491
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putProcessautomationTrigger';}return this.apiClient.callApi('/api/v2/processautomation/triggers/{triggerId}','PUT',{'triggerId':triggerId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return ProcessAutomationApi;}();var QualityApi=/*#__PURE__*/function(){/**
11462
11492
  * Quality service.
11463
11493
  * @module purecloud-platform-client-v2/api/QualityApi
11464
- * @version 182.1.0
11494
+ * @version 183.0.0
11465
11495
  */ /**
11466
11496
  * Constructs a new QualityApi.
11467
11497
  * @alias module:purecloud-platform-client-v2/api/QualityApi
@@ -11544,8 +11574,9 @@ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId"
11544
11574
  * @param {String} opts.evaluatorUserId user id of the evaluator
11545
11575
  * @param {String} opts.name name
11546
11576
  * @param {String} opts.group group id
11577
+ * @param {String} opts.agentTeamId team id of agents requested
11547
11578
  * @param {String} opts.formContextId shared id between form versions
11548
- */},{key:"getQualityAgentsActivity",value:function getQualityAgentsActivity(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/quality/agents/activity','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'nextPage':opts['nextPage'],'previousPage':opts['previousPage'],'startTime':opts['startTime'],'endTime':opts['endTime'],'agentUserId':this.apiClient.buildCollectionParam(opts['agentUserId'],'multi'),'evaluatorUserId':opts['evaluatorUserId'],'name':opts['name'],'group':opts['group'],'formContextId':opts['formContextId']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11579
+ */},{key:"getQualityAgentsActivity",value:function getQualityAgentsActivity(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/quality/agents/activity','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'nextPage':opts['nextPage'],'previousPage':opts['previousPage'],'startTime':opts['startTime'],'endTime':opts['endTime'],'agentUserId':this.apiClient.buildCollectionParam(opts['agentUserId'],'multi'),'evaluatorUserId':opts['evaluatorUserId'],'name':opts['name'],'group':opts['group'],'agentTeamId':opts['agentTeamId'],'formContextId':opts['formContextId']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11549
11580
  * Get a calibration by id. Requires either calibrator id or conversation id
11550
11581
  *
11551
11582
  * @param {String} calibrationId Calibration ID
@@ -11608,6 +11639,7 @@ if(transactionId===undefined||transactionId===null){throw'Missing the required p
11608
11639
  * @param {String} opts.previousPage Previous page token
11609
11640
  * @param {String} opts.conversationId conversationId specified
11610
11641
  * @param {String} opts.agentUserId user id of the agent
11642
+ * @param {String} opts.agentTeamId team id of the agent
11611
11643
  * @param {String} opts.evaluatorUserId evaluator user id
11612
11644
  * @param {String} opts.assigneeUserId assignee user id
11613
11645
  * @param {String} opts.queueId queue id
@@ -11620,7 +11652,7 @@ if(transactionId===undefined||transactionId===null){throw'Missing the required p
11620
11652
  * @param {Boolean} opts.expandAnswerTotalScores get the total scores for evaluations
11621
11653
  * @param {Number} opts.maximum the maximum number of results to return
11622
11654
  * @param {String} opts.sortOrder NOTE: Does not work when conversationId is supplied.
11623
- */},{key:"getQualityEvaluationsQuery",value:function getQualityEvaluationsQuery(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/quality/evaluations/query','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'nextPage':opts['nextPage'],'previousPage':opts['previousPage'],'conversationId':opts['conversationId'],'agentUserId':opts['agentUserId'],'evaluatorUserId':opts['evaluatorUserId'],'assigneeUserId':opts['assigneeUserId'],'queueId':opts['queueId'],'startTime':opts['startTime'],'endTime':opts['endTime'],'formContextId':opts['formContextId'],'evaluationState':this.apiClient.buildCollectionParam(opts['evaluationState'],'multi'),'isReleased':opts['isReleased'],'agentHasRead':opts['agentHasRead'],'expandAnswerTotalScores':opts['expandAnswerTotalScores'],'maximum':opts['maximum'],'sortOrder':opts['sortOrder']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11655
+ */},{key:"getQualityEvaluationsQuery",value:function getQualityEvaluationsQuery(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/quality/evaluations/query','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'nextPage':opts['nextPage'],'previousPage':opts['previousPage'],'conversationId':opts['conversationId'],'agentUserId':opts['agentUserId'],'agentTeamId':opts['agentTeamId'],'evaluatorUserId':opts['evaluatorUserId'],'assigneeUserId':opts['assigneeUserId'],'queueId':opts['queueId'],'startTime':opts['startTime'],'endTime':opts['endTime'],'formContextId':opts['formContextId'],'evaluationState':this.apiClient.buildCollectionParam(opts['evaluationState'],'multi'),'isReleased':opts['isReleased'],'agentHasRead':opts['agentHasRead'],'expandAnswerTotalScores':opts['expandAnswerTotalScores'],'maximum':opts['maximum'],'sortOrder':opts['sortOrder']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11624
11656
  * Get an evaluator activity
11625
11657
  *
11626
11658
  * @param {Object} opts Optional parameters
@@ -11635,7 +11667,8 @@ if(transactionId===undefined||transactionId===null){throw'Missing the required p
11635
11667
  * @param {String} opts.name Evaluator name
11636
11668
  * @param {Array.<String>} opts.permission permission strings
11637
11669
  * @param {String} opts.group group id
11638
- */},{key:"getQualityEvaluatorsActivity",value:function getQualityEvaluatorsActivity(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/quality/evaluators/activity','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'nextPage':opts['nextPage'],'previousPage':opts['previousPage'],'startTime':opts['startTime'],'endTime':opts['endTime'],'name':opts['name'],'permission':this.apiClient.buildCollectionParam(opts['permission'],'multi'),'group':opts['group']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11670
+ * @param {String} opts.agentTeamId team id of agents to be considered
11671
+ */},{key:"getQualityEvaluatorsActivity",value:function getQualityEvaluatorsActivity(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/quality/evaluators/activity','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'nextPage':opts['nextPage'],'previousPage':opts['previousPage'],'startTime':opts['startTime'],'endTime':opts['endTime'],'name':opts['name'],'permission':this.apiClient.buildCollectionParam(opts['permission'],'multi'),'group':opts['group'],'agentTeamId':opts['agentTeamId']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11639
11672
  * Get an evaluation form
11640
11673
  *
11641
11674
  * @param {String} formId Form ID
@@ -11929,7 +11962,7 @@ if(customerSurveyUrl===undefined||customerSurveyUrl===null){throw'Missing the re
11929
11962
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putQualitySurveysScorable';}return this.apiClient.callApi('/api/v2/quality/surveys/scorable','PUT',{},{'customerSurveyUrl':customerSurveyUrl},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return QualityApi;}();var RecordingApi=/*#__PURE__*/function(){/**
11930
11963
  * Recording service.
11931
11964
  * @module purecloud-platform-client-v2/api/RecordingApi
11932
- * @version 182.1.0
11965
+ * @version 183.0.0
11933
11966
  */ /**
11934
11967
  * Constructs a new RecordingApi.
11935
11968
  * @alias module:purecloud-platform-client-v2/api/RecordingApi
@@ -12336,7 +12369,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12336
12369
  */},{key:"putRecordingsDeletionprotection",value:function putRecordingsDeletionprotection(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/recordings/deletionprotection','PUT',{},{'protect':opts['protect']},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);return RecordingApi;}();var ResponseManagementApi=/*#__PURE__*/function(){/**
12337
12370
  * ResponseManagement service.
12338
12371
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
12339
- * @version 182.1.0
12372
+ * @version 183.0.0
12340
12373
  */ /**
12341
12374
  * Constructs a new ResponseManagementApi.
12342
12375
  * @alias module:purecloud-platform-client-v2/api/ResponseManagementApi
@@ -12452,7 +12485,7 @@ if(responseAssetId===undefined||responseAssetId===null){throw'Missing the requir
12452
12485
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putResponsemanagementResponseasset';}return this.apiClient.callApi('/api/v2/responsemanagement/responseassets/{responseAssetId}','PUT',{'responseAssetId':responseAssetId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return ResponseManagementApi;}();var RoutingApi=/*#__PURE__*/function(){/**
12453
12486
  * Routing service.
12454
12487
  * @module purecloud-platform-client-v2/api/RoutingApi
12455
- * @version 182.1.0
12488
+ * @version 183.0.0
12456
12489
  */ /**
12457
12490
  * Constructs a new RoutingApi.
12458
12491
  * @alias module:purecloud-platform-client-v2/api/RoutingApi
@@ -13358,7 +13391,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
13358
13391
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserRoutingskillsBulk';}return this.apiClient.callApi('/api/v2/users/{userId}/routingskills/bulk','PUT',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return RoutingApi;}();var SCIMApi=/*#__PURE__*/function(){/**
13359
13392
  * SCIM service.
13360
13393
  * @module purecloud-platform-client-v2/api/SCIMApi
13361
- * @version 182.1.0
13394
+ * @version 183.0.0
13362
13395
  */ /**
13363
13396
  * Constructs a new SCIMApi.
13364
13397
  * @alias module:purecloud-platform-client-v2/api/SCIMApi
@@ -13583,7 +13616,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
13583
13616
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putScimV2User';}return this.apiClient.callApi('/api/v2/scim/v2/users/{userId}','PUT',{'userId':userId},{},{'If-Match':opts['ifMatch']},{},body,['PureCloud OAuth'],['application/scim+json','application/json'],['application/scim+json','application/json']);}}]);return SCIMApi;}();var ScriptsApi=/*#__PURE__*/function(){/**
13584
13617
  * Scripts service.
13585
13618
  * @module purecloud-platform-client-v2/api/ScriptsApi
13586
- * @version 182.1.0
13619
+ * @version 183.0.0
13587
13620
  */ /**
13588
13621
  * Constructs a new ScriptsApi.
13589
13622
  * @alias module:purecloud-platform-client-v2/api/ScriptsApi
@@ -13719,7 +13752,7 @@ if(scriptId===undefined||scriptId===null){throw'Missing the required parameter "
13719
13752
  */},{key:"postScriptsPublished",value:function postScriptsPublished(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/scripts/published','POST',{},{'scriptDataVersion':opts['scriptDataVersion']},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);return ScriptsApi;}();var SearchApi=/*#__PURE__*/function(){/**
13720
13753
  * Search service.
13721
13754
  * @module purecloud-platform-client-v2/api/SearchApi
13722
- * @version 182.1.0
13755
+ * @version 183.0.0
13723
13756
  */ /**
13724
13757
  * Constructs a new SearchApi.
13725
13758
  * @alias module:purecloud-platform-client-v2/api/SearchApi
@@ -13879,7 +13912,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
13879
13912
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postVoicemailSearch';}return this.apiClient.callApi('/api/v2/voicemail/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return SearchApi;}();var SettingsApi=/*#__PURE__*/function(){/**
13880
13913
  * Settings service.
13881
13914
  * @module purecloud-platform-client-v2/api/SettingsApi
13882
- * @version 182.1.0
13915
+ * @version 183.0.0
13883
13916
  */ /**
13884
13917
  * Constructs a new SettingsApi.
13885
13918
  * @alias module:purecloud-platform-client-v2/api/SettingsApi
@@ -13897,7 +13930,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
13897
13930
  */},{key:"patchEmailsSettings",value:function patchEmailsSettings(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/emails/settings','PATCH',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);return SettingsApi;}();var SpeechTextAnalyticsApi=/*#__PURE__*/function(){/**
13898
13931
  * SpeechTextAnalytics service.
13899
13932
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
13900
- * @version 182.1.0
13933
+ * @version 183.0.0
13901
13934
  */ /**
13902
13935
  * Constructs a new SpeechTextAnalyticsApi.
13903
13936
  * @alias module:purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
@@ -14140,7 +14173,7 @@ if(topicId===undefined||topicId===null){throw'Missing the required parameter "to
14140
14173
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putSpeechandtextanalyticsTopic';}return this.apiClient.callApi('/api/v2/speechandtextanalytics/topics/{topicId}','PUT',{'topicId':topicId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return SpeechTextAnalyticsApi;}();var StationsApi=/*#__PURE__*/function(){/**
14141
14174
  * Stations service.
14142
14175
  * @module purecloud-platform-client-v2/api/StationsApi
14143
- * @version 182.1.0
14176
+ * @version 183.0.0
14144
14177
  */ /**
14145
14178
  * Constructs a new StationsApi.
14146
14179
  * @alias module:purecloud-platform-client-v2/api/StationsApi
@@ -14172,7 +14205,7 @@ if(stationId===undefined||stationId===null){throw'Missing the required parameter
14172
14205
  */},{key:"getStations",value:function getStations(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/stations','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'name':opts['name'],'userSelectable':opts['userSelectable'],'webRtcUserId':opts['webRtcUserId'],'id':opts['id'],'lineAppearanceId':opts['lineAppearanceId']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return StationsApi;}();var SuggestApi=/*#__PURE__*/function(){/**
14173
14206
  * Suggest service.
14174
14207
  * @module purecloud-platform-client-v2/api/SuggestApi
14175
- * @version 182.1.0
14208
+ * @version 183.0.0
14176
14209
  */ /**
14177
14210
  * Constructs a new SuggestApi.
14178
14211
  * @alias module:purecloud-platform-client-v2/api/SuggestApi
@@ -14212,7 +14245,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14212
14245
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postSearchSuggest';}return this.apiClient.callApi('/api/v2/search/suggest','POST',{},{'profile':opts['profile']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return SuggestApi;}();var TaskManagementApi=/*#__PURE__*/function(){/**
14213
14246
  * TaskManagement service.
14214
14247
  * @module purecloud-platform-client-v2/api/TaskManagementApi
14215
- * @version 182.1.0
14248
+ * @version 183.0.0
14216
14249
  */ /**
14217
14250
  * Constructs a new TaskManagementApi.
14218
14251
  * @alias module:purecloud-platform-client-v2/api/TaskManagementApi
@@ -14554,7 +14587,7 @@ if(schemaId===undefined||schemaId===null){throw'Missing the required parameter "
14554
14587
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putTaskmanagementWorkitemsSchema';}return this.apiClient.callApi('/api/v2/taskmanagement/workitems/schemas/{schemaId}','PUT',{'schemaId':schemaId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return TaskManagementApi;}();var TeamsApi=/*#__PURE__*/function(){/**
14555
14588
  * Teams service.
14556
14589
  * @module purecloud-platform-client-v2/api/TeamsApi
14557
- * @version 182.1.0
14590
+ * @version 183.0.0
14558
14591
  */ /**
14559
14592
  * Constructs a new TeamsApi.
14560
14593
  * @alias module:purecloud-platform-client-v2/api/TeamsApi
@@ -14633,7 +14666,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14633
14666
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postTeamsSearch';}return this.apiClient.callApi('/api/v2/teams/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return TeamsApi;}();var TelephonyApi=/*#__PURE__*/function(){/**
14634
14667
  * Telephony service.
14635
14668
  * @module purecloud-platform-client-v2/api/TelephonyApi
14636
- * @version 182.1.0
14669
+ * @version 183.0.0
14637
14670
  */ /**
14638
14671
  * Constructs a new TelephonyApi.
14639
14672
  * @alias module:purecloud-platform-client-v2/api/TelephonyApi
@@ -14682,7 +14715,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
14682
14715
  if(sIPSearchPublicRequest===undefined||sIPSearchPublicRequest===null){throw'Missing the required parameter "sIPSearchPublicRequest" when calling postTelephonySiptracesDownload';}return this.apiClient.callApi('/api/v2/telephony/siptraces/download','POST',{},{},{},{},sIPSearchPublicRequest,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return TelephonyApi;}();var TelephonyProvidersEdgeApi=/*#__PURE__*/function(){/**
14683
14716
  * TelephonyProvidersEdge service.
14684
14717
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
14685
- * @version 182.1.0
14718
+ * @version 183.0.0
14686
14719
  */ /**
14687
14720
  * Constructs a new TelephonyProvidersEdgeApi.
14688
14721
  * @alias module:purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
@@ -15501,7 +15534,7 @@ if(trunkBaseSettingsId===undefined||trunkBaseSettingsId===null){throw'Missing th
15501
15534
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesTrunkbasesetting';}return this.apiClient.callApi('/api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId}','PUT',{'trunkBaseSettingsId':trunkBaseSettingsId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return TelephonyProvidersEdgeApi;}();var TextbotsApi=/*#__PURE__*/function(){/**
15502
15535
  * Textbots service.
15503
15536
  * @module purecloud-platform-client-v2/api/TextbotsApi
15504
- * @version 182.1.0
15537
+ * @version 183.0.0
15505
15538
  */ /**
15506
15539
  * Constructs a new TextbotsApi.
15507
15540
  * @alias module:purecloud-platform-client-v2/api/TextbotsApi
@@ -15536,7 +15569,7 @@ if(launchRequest===undefined||launchRequest===null){throw'Missing the required p
15536
15569
  if(postTextRequest===undefined||postTextRequest===null){throw'Missing the required parameter "postTextRequest" when calling postTextbotsBotsExecute';}return this.apiClient.callApi('/api/v2/textbots/bots/execute','POST',{},{},{},{},postTextRequest,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return TextbotsApi;}();var TokensApi=/*#__PURE__*/function(){/**
15537
15570
  * Tokens service.
15538
15571
  * @module purecloud-platform-client-v2/api/TokensApi
15539
- * @version 182.1.0
15572
+ * @version 183.0.0
15540
15573
  */ /**
15541
15574
  * Constructs a new TokensApi.
15542
15575
  * @alias module:purecloud-platform-client-v2/api/TokensApi
@@ -15572,7 +15605,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
15572
15605
  */},{key:"putTokensTimeout",value:function putTokensTimeout(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/tokens/timeout','PUT',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);return TokensApi;}();var UploadsApi=/*#__PURE__*/function(){/**
15573
15606
  * Uploads service.
15574
15607
  * @module purecloud-platform-client-v2/api/UploadsApi
15575
- * @version 182.1.0
15608
+ * @version 183.0.0
15576
15609
  */ /**
15577
15610
  * Constructs a new UploadsApi.
15578
15611
  * @alias module:purecloud-platform-client-v2/api/UploadsApi
@@ -15614,7 +15647,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15614
15647
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postUploadsWorkforcemanagementHistoricaldataCsv';}return this.apiClient.callApi('/api/v2/uploads/workforcemanagement/historicaldata/csv','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return UploadsApi;}();var UsageApi=/*#__PURE__*/function(){/**
15615
15648
  * Usage service.
15616
15649
  * @module purecloud-platform-client-v2/api/UsageApi
15617
- * @version 182.1.0
15650
+ * @version 183.0.0
15618
15651
  */ /**
15619
15652
  * Constructs a new UsageApi.
15620
15653
  * @alias module:purecloud-platform-client-v2/api/UsageApi
@@ -15665,7 +15698,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15665
15698
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postUsageSimplesearch';}return this.apiClient.callApi('/api/v2/usage/simplesearch','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return UsageApi;}();var UserRecordingsApi=/*#__PURE__*/function(){/**
15666
15699
  * UserRecordings service.
15667
15700
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
15668
- * @version 182.1.0
15701
+ * @version 183.0.0
15669
15702
  */ /**
15670
15703
  * Constructs a new UserRecordingsApi.
15671
15704
  * @alias module:purecloud-platform-client-v2/api/UserRecordingsApi
@@ -15714,7 +15747,7 @@ if(recordingId===undefined||recordingId===null){throw'Missing the required param
15714
15747
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserrecording';}return this.apiClient.callApi('/api/v2/userrecordings/{recordingId}','PUT',{'recordingId':recordingId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return UserRecordingsApi;}();var UsersApi=/*#__PURE__*/function(){/**
15715
15748
  * Users service.
15716
15749
  * @module purecloud-platform-client-v2/api/UsersApi
15717
- * @version 182.1.0
15750
+ * @version 183.0.0
15718
15751
  */ /**
15719
15752
  * Constructs a new UsersApi.
15720
15753
  * @alias module:purecloud-platform-client-v2/api/UsersApi
@@ -16373,7 +16406,7 @@ if(verifierId===undefined||verifierId===null){throw'Missing the required paramet
16373
16406
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserVerifier';}return this.apiClient.callApi('/api/v2/users/{userId}/verifiers/{verifierId}','PUT',{'userId':userId,'verifierId':verifierId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return UsersApi;}();var UtilitiesApi=/*#__PURE__*/function(){/**
16374
16407
  * Utilities service.
16375
16408
  * @module purecloud-platform-client-v2/api/UtilitiesApi
16376
- * @version 182.1.0
16409
+ * @version 183.0.0
16377
16410
  */ /**
16378
16411
  * Constructs a new UtilitiesApi.
16379
16412
  * @alias module:purecloud-platform-client-v2/api/UtilitiesApi
@@ -16400,7 +16433,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
16400
16433
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postCertificateDetails';}return this.apiClient.callApi('/api/v2/certificate/details','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return UtilitiesApi;}();var VoicemailApi=/*#__PURE__*/function(){/**
16401
16434
  * Voicemail service.
16402
16435
  * @module purecloud-platform-client-v2/api/VoicemailApi
16403
- * @version 182.1.0
16436
+ * @version 183.0.0
16404
16437
  */ /**
16405
16438
  * Constructs a new VoicemailApi.
16406
16439
  * @alias module:purecloud-platform-client-v2/api/VoicemailApi
@@ -16549,7 +16582,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
16549
16582
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putVoicemailUserpolicy';}return this.apiClient.callApi('/api/v2/voicemail/userpolicies/{userId}','PUT',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return VoicemailApi;}();var WebChatApi=/*#__PURE__*/function(){/**
16550
16583
  * WebChat service.
16551
16584
  * @module purecloud-platform-client-v2/api/WebChatApi
16552
- * @version 182.1.0
16585
+ * @version 183.0.0
16553
16586
  */ /**
16554
16587
  * Constructs a new WebChatApi.
16555
16588
  * @alias module:purecloud-platform-client-v2/api/WebChatApi
@@ -16682,7 +16715,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
16682
16715
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putWebchatSettings';}return this.apiClient.callApi('/api/v2/webchat/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return WebChatApi;}();var WebDeploymentsApi=/*#__PURE__*/function(){/**
16683
16716
  * WebDeployments service.
16684
16717
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
16685
- * @version 182.1.0
16718
+ * @version 183.0.0
16686
16719
  */ /**
16687
16720
  * Constructs a new WebDeploymentsApi.
16688
16721
  * @alias module:purecloud-platform-client-v2/api/WebDeploymentsApi
@@ -16803,7 +16836,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
16803
16836
  if(deployment===undefined||deployment===null){throw'Missing the required parameter "deployment" when calling putWebdeploymentsDeployment';}return this.apiClient.callApi('/api/v2/webdeployments/deployments/{deploymentId}','PUT',{'deploymentId':deploymentId},{},{},{},deployment,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return WebDeploymentsApi;}();var WebMessagingApi=/*#__PURE__*/function(){/**
16804
16837
  * WebMessaging service.
16805
16838
  * @module purecloud-platform-client-v2/api/WebMessagingApi
16806
- * @version 182.1.0
16839
+ * @version 183.0.0
16807
16840
  */ /**
16808
16841
  * Constructs a new WebMessagingApi.
16809
16842
  * @alias module:purecloud-platform-client-v2/api/WebMessagingApi
@@ -16819,7 +16852,7 @@ if(deployment===undefined||deployment===null){throw'Missing the required paramet
16819
16852
  */_createClass(WebMessagingApi,[{key:"getWebmessagingMessages",value:function getWebmessagingMessages(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/webmessaging/messages','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return WebMessagingApi;}();var WidgetsApi=/*#__PURE__*/function(){/**
16820
16853
  * Widgets service.
16821
16854
  * @module purecloud-platform-client-v2/api/WidgetsApi
16822
- * @version 182.1.0
16855
+ * @version 183.0.0
16823
16856
  */ /**
16824
16857
  * Constructs a new WidgetsApi.
16825
16858
  * @alias module:purecloud-platform-client-v2/api/WidgetsApi
@@ -16854,7 +16887,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
16854
16887
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putWidgetsDeployment';}return this.apiClient.callApi('/api/v2/widgets/deployments/{deploymentId}','PUT',{'deploymentId':deploymentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return WidgetsApi;}();var WorkforceManagementApi=/*#__PURE__*/function(){/**
16855
16888
  * WorkforceManagement service.
16856
16889
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
16857
- * @version 182.1.0
16890
+ * @version 183.0.0
16858
16891
  */ /**
16859
16892
  * Constructs a new WorkforceManagementApi.
16860
16893
  * @alias module:purecloud-platform-client-v2/api/WorkforceManagementApi
@@ -18145,7 +18178,7 @@ if(timeOffLimitId===undefined||timeOffLimitId===null){throw'Missing the required
18145
18178
  * </pre>
18146
18179
  * </p>
18147
18180
  * @module purecloud-platform-client-v2/index
18148
- * @version 182.1.0
18181
+ * @version 183.0.0
18149
18182
  */var platformClient=/*#__PURE__*/_createClass(function platformClient(){_classCallCheck(this,platformClient);/**
18150
18183
  * The ApiClient constructor.
18151
18184
  * @property {module:purecloud-platform-client-v2/ApiClient}