purecloud-platform-client-v2 229.2.0 → 231.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.
- package/README.md +3 -3
- package/dist/node/purecloud-platform-client-v2.js +1267 -152
- package/dist/web-amd/purecloud-platform-client-v2.js +1267 -152
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +442 -147
- package/dist/web-cjs/purecloud-platform-client-v2.js +442 -147
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +1382 -550
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/PureCloudRegionHosts.js +2 -0
- package/src/purecloud-platform-client-v2/api/AIStudioApi.js +160 -1
- package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +110 -1
- package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +83 -1
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +152 -2
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +28 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +187 -1
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +107 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +4 -4
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +19 -34
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +241 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -32
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +101 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
|
@@ -5,7 +5,7 @@ class QualityApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Quality service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 231.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -1069,6 +1069,59 @@ class QualityApi {
|
|
|
1069
1069
|
);
|
|
1070
1070
|
}
|
|
1071
1071
|
|
|
1072
|
+
/**
|
|
1073
|
+
* Get the most recent published version of an evaluation form across any division.
|
|
1074
|
+
*
|
|
1075
|
+
* @param {String} evaluationFormId Evaluation Form ID
|
|
1076
|
+
* getQualityPublishedformsEvaluationsDivisionview is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1077
|
+
*/
|
|
1078
|
+
getQualityPublishedformsEvaluationsDivisionview(evaluationFormId) {
|
|
1079
|
+
// verify the required parameter 'evaluationFormId' is set
|
|
1080
|
+
if (evaluationFormId === undefined || evaluationFormId === null || evaluationFormId === '') {
|
|
1081
|
+
throw 'Missing the required parameter "evaluationFormId" when calling getQualityPublishedformsEvaluationsDivisionview';
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
return this.apiClient.callApi(
|
|
1085
|
+
'/api/v2/quality/publishedforms/evaluations/divisionviews/{evaluationFormId}',
|
|
1086
|
+
'GET',
|
|
1087
|
+
{ 'evaluationFormId': evaluationFormId },
|
|
1088
|
+
{ },
|
|
1089
|
+
{ },
|
|
1090
|
+
{ },
|
|
1091
|
+
null,
|
|
1092
|
+
['PureCloud OAuth'],
|
|
1093
|
+
['application/json'],
|
|
1094
|
+
['application/json']
|
|
1095
|
+
);
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
/**
|
|
1099
|
+
* Get the published evaluation forms across any division.
|
|
1100
|
+
*
|
|
1101
|
+
* @param {Object} opts Optional parameters
|
|
1102
|
+
* @param {Number} opts.pageSize Page size (default to 25)
|
|
1103
|
+
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
1104
|
+
* @param {String} opts.name Name
|
|
1105
|
+
* getQualityPublishedformsEvaluationsDivisionviews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1106
|
+
*/
|
|
1107
|
+
getQualityPublishedformsEvaluationsDivisionviews(opts) {
|
|
1108
|
+
opts = opts || {};
|
|
1109
|
+
|
|
1110
|
+
|
|
1111
|
+
return this.apiClient.callApi(
|
|
1112
|
+
'/api/v2/quality/publishedforms/evaluations/divisionviews',
|
|
1113
|
+
'GET',
|
|
1114
|
+
{ },
|
|
1115
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'] },
|
|
1116
|
+
{ },
|
|
1117
|
+
{ },
|
|
1118
|
+
null,
|
|
1119
|
+
['PureCloud OAuth'],
|
|
1120
|
+
['application/json'],
|
|
1121
|
+
['application/json']
|
|
1122
|
+
);
|
|
1123
|
+
}
|
|
1124
|
+
|
|
1072
1125
|
/**
|
|
1073
1126
|
* Get the most recent published version of a survey form.
|
|
1074
1127
|
*
|
|
@@ -1121,6 +1174,59 @@ class QualityApi {
|
|
|
1121
1174
|
);
|
|
1122
1175
|
}
|
|
1123
1176
|
|
|
1177
|
+
/**
|
|
1178
|
+
* Get the most recent published version of an enabled survey form across any division.
|
|
1179
|
+
*
|
|
1180
|
+
* @param {String} surveyFormId Survey Form ID
|
|
1181
|
+
* getQualityPublishedformsSurveysDivisionview is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1182
|
+
*/
|
|
1183
|
+
getQualityPublishedformsSurveysDivisionview(surveyFormId) {
|
|
1184
|
+
// verify the required parameter 'surveyFormId' is set
|
|
1185
|
+
if (surveyFormId === undefined || surveyFormId === null || surveyFormId === '') {
|
|
1186
|
+
throw 'Missing the required parameter "surveyFormId" when calling getQualityPublishedformsSurveysDivisionview';
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
return this.apiClient.callApi(
|
|
1190
|
+
'/api/v2/quality/publishedforms/surveys/divisionviews/{surveyFormId}',
|
|
1191
|
+
'GET',
|
|
1192
|
+
{ 'surveyFormId': surveyFormId },
|
|
1193
|
+
{ },
|
|
1194
|
+
{ },
|
|
1195
|
+
{ },
|
|
1196
|
+
null,
|
|
1197
|
+
['PureCloud OAuth'],
|
|
1198
|
+
['application/json'],
|
|
1199
|
+
['application/json']
|
|
1200
|
+
);
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
/**
|
|
1204
|
+
* Get the published and enabled survey forms across any division.
|
|
1205
|
+
*
|
|
1206
|
+
* @param {Object} opts Optional parameters
|
|
1207
|
+
* @param {Number} opts.pageSize Page size (default to 25)
|
|
1208
|
+
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
1209
|
+
* @param {String} opts.name Name
|
|
1210
|
+
* getQualityPublishedformsSurveysDivisionviews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1211
|
+
*/
|
|
1212
|
+
getQualityPublishedformsSurveysDivisionviews(opts) {
|
|
1213
|
+
opts = opts || {};
|
|
1214
|
+
|
|
1215
|
+
|
|
1216
|
+
return this.apiClient.callApi(
|
|
1217
|
+
'/api/v2/quality/publishedforms/surveys/divisionviews',
|
|
1218
|
+
'GET',
|
|
1219
|
+
{ },
|
|
1220
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'] },
|
|
1221
|
+
{ },
|
|
1222
|
+
{ },
|
|
1223
|
+
null,
|
|
1224
|
+
['PureCloud OAuth'],
|
|
1225
|
+
['application/json'],
|
|
1226
|
+
['application/json']
|
|
1227
|
+
);
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1124
1230
|
/**
|
|
1125
1231
|
* Get a survey for a conversation
|
|
1126
1232
|
*
|
|
@@ -5,7 +5,7 @@ class RecordingApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Recording service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 231.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -1058,7 +1058,7 @@ class RecordingApi {
|
|
|
1058
1058
|
|
|
1059
1059
|
/**
|
|
1060
1060
|
* Create a recording bulk job.
|
|
1061
|
-
* Each organization can run up to a maximum of two concurrent jobs that are either in pending or processing state. Furthermore, the recording:recording:viewSensitiveData permission is required to access recordings with PCI DSS and/or PII data when redaction is enabled for their organization. If the requester does not have that permission and includeRecordingsWithSensitiveData is set to true, then their request will be rejected.
|
|
1061
|
+
* Each organization can run up to a maximum of two concurrent jobs that are either in pending or processing state. Furthermore, the recording:recording:viewSensitiveData permission is required to access recordings with PCI DSS and/or PII data when redaction is enabled for their organization. If the requester does not have that permission and includeRecordingsWithSensitiveData is set to true, then their request will be rejected. It is recommended to query over smaller time periods so your request does not time out.
|
|
1062
1062
|
* @param {Object} body query
|
|
1063
1063
|
*/
|
|
1064
1064
|
postRecordingJobs(body) {
|
|
@@ -1441,7 +1441,7 @@ class RecordingApi {
|
|
|
1441
1441
|
|
|
1442
1442
|
/**
|
|
1443
1443
|
* Execute the recording bulk job.
|
|
1444
|
-
* A job must be executed by the same user whom originally created the job. In addition, the user must have permission to update the recordings retention.
|
|
1444
|
+
* Each organization can run up to a maximum of two concurrent jobs that are either in pending or processing state. A job must be executed by the same user whom originally created the job. In addition, the user must have permission to update the recordings retention.
|
|
1445
1445
|
* @param {String} jobId jobId
|
|
1446
1446
|
* @param {Object} body query
|
|
1447
1447
|
*/
|
|
@@ -1501,7 +1501,7 @@ class RecordingApi {
|
|
|
1501
1501
|
|
|
1502
1502
|
/**
|
|
1503
1503
|
* Update a media retention policy
|
|
1504
|
-
* Policy does not work retroactively
|
|
1504
|
+
* Policy does not work retroactively. In the conditions.forUsers section, each user object can include the id field containing the users unique identifier. Example: [{"id":"<userId>"}].
|
|
1505
1505
|
* @param {String} policyId Policy ID
|
|
1506
1506
|
* @param {Object} body Policy
|
|
1507
1507
|
*/
|
|
@@ -5,7 +5,7 @@ class RoutingApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Routing service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 231.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -795,8 +795,12 @@ class RoutingApi {
|
|
|
795
795
|
* Get domain
|
|
796
796
|
*
|
|
797
797
|
* @param {String} domainId domain ID
|
|
798
|
+
* @param {Object} opts Optional parameters
|
|
799
|
+
* @param {Object} opts.expand Expand options. Valid values: settings
|
|
798
800
|
*/
|
|
799
|
-
getRoutingEmailDomain(domainId) {
|
|
801
|
+
getRoutingEmailDomain(domainId, opts) {
|
|
802
|
+
opts = opts || {};
|
|
803
|
+
|
|
800
804
|
// verify the required parameter 'domainId' is set
|
|
801
805
|
if (domainId === undefined || domainId === null || domainId === '') {
|
|
802
806
|
throw 'Missing the required parameter "domainId" when calling getRoutingEmailDomain';
|
|
@@ -806,7 +810,7 @@ class RoutingApi {
|
|
|
806
810
|
'/api/v2/routing/email/domains/{domainId}',
|
|
807
811
|
'GET',
|
|
808
812
|
{ 'domainId': domainId },
|
|
809
|
-
{
|
|
813
|
+
{ 'expand': opts['expand'] },
|
|
810
814
|
{ },
|
|
811
815
|
{ },
|
|
812
816
|
null,
|
|
@@ -920,6 +924,7 @@ class RoutingApi {
|
|
|
920
924
|
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
921
925
|
* @param {Boolean} opts.excludeStatus Exclude MX record data (default to false)
|
|
922
926
|
* @param {String} opts.filter Optional search filter that, if defined, use the **filter** syntax, eg: **mySearchedPattern**. Note that **** is considered no filter.
|
|
927
|
+
* @param {Object} opts.expand Expand options. Valid values: settings
|
|
923
928
|
*/
|
|
924
929
|
getRoutingEmailDomains(opts) {
|
|
925
930
|
opts = opts || {};
|
|
@@ -929,7 +934,7 @@ class RoutingApi {
|
|
|
929
934
|
'/api/v2/routing/email/domains',
|
|
930
935
|
'GET',
|
|
931
936
|
{ },
|
|
932
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'excludeStatus': opts['excludeStatus'],'filter': opts['filter'] },
|
|
937
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'excludeStatus': opts['excludeStatus'],'filter': opts['filter'],'expand': opts['expand'] },
|
|
933
938
|
{ },
|
|
934
939
|
{ },
|
|
935
940
|
null,
|
|
@@ -943,8 +948,12 @@ class RoutingApi {
|
|
|
943
948
|
* Get domain
|
|
944
949
|
*
|
|
945
950
|
* @param {String} domainId domain ID
|
|
951
|
+
* @param {Object} opts Optional parameters
|
|
952
|
+
* @param {Object} opts.expand Expand options. Valid values: settings
|
|
946
953
|
*/
|
|
947
|
-
getRoutingEmailOutboundDomain(domainId) {
|
|
954
|
+
getRoutingEmailOutboundDomain(domainId, opts) {
|
|
955
|
+
opts = opts || {};
|
|
956
|
+
|
|
948
957
|
// verify the required parameter 'domainId' is set
|
|
949
958
|
if (domainId === undefined || domainId === null || domainId === '') {
|
|
950
959
|
throw 'Missing the required parameter "domainId" when calling getRoutingEmailOutboundDomain';
|
|
@@ -954,7 +963,7 @@ class RoutingApi {
|
|
|
954
963
|
'/api/v2/routing/email/outbound/domains/{domainId}',
|
|
955
964
|
'GET',
|
|
956
965
|
{ 'domainId': domainId },
|
|
957
|
-
{
|
|
966
|
+
{ 'expand': opts['expand'] },
|
|
958
967
|
{ },
|
|
959
968
|
{ },
|
|
960
969
|
null,
|
|
@@ -989,31 +998,6 @@ class RoutingApi {
|
|
|
989
998
|
);
|
|
990
999
|
}
|
|
991
1000
|
|
|
992
|
-
/**
|
|
993
|
-
* Search a domain across organizations
|
|
994
|
-
*
|
|
995
|
-
* @param {String} domainId domain ID
|
|
996
|
-
*/
|
|
997
|
-
getRoutingEmailOutboundDomainSearch(domainId) {
|
|
998
|
-
// verify the required parameter 'domainId' is set
|
|
999
|
-
if (domainId === undefined || domainId === null || domainId === '') {
|
|
1000
|
-
throw 'Missing the required parameter "domainId" when calling getRoutingEmailOutboundDomainSearch';
|
|
1001
|
-
}
|
|
1002
|
-
|
|
1003
|
-
return this.apiClient.callApi(
|
|
1004
|
-
'/api/v2/routing/email/outbound/domains/{domainId}/search',
|
|
1005
|
-
'GET',
|
|
1006
|
-
{ 'domainId': domainId },
|
|
1007
|
-
{ },
|
|
1008
|
-
{ },
|
|
1009
|
-
{ },
|
|
1010
|
-
null,
|
|
1011
|
-
['PureCloud OAuth'],
|
|
1012
|
-
['application/json'],
|
|
1013
|
-
['application/json']
|
|
1014
|
-
);
|
|
1015
|
-
}
|
|
1016
|
-
|
|
1017
1001
|
/**
|
|
1018
1002
|
* Get outbound domains
|
|
1019
1003
|
*
|
|
@@ -1021,6 +1005,7 @@ class RoutingApi {
|
|
|
1021
1005
|
* @param {Number} opts.pageSize Page size (default to 25)
|
|
1022
1006
|
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
1023
1007
|
* @param {String} opts.filter Optional search filter that, if defined, use the **filter** syntax, eg: **mySearchedPattern**. Note that **** is considered no filter.
|
|
1008
|
+
* @param {Object} opts.expand Expand options. Valid values: settings
|
|
1024
1009
|
*/
|
|
1025
1010
|
getRoutingEmailOutboundDomains(opts) {
|
|
1026
1011
|
opts = opts || {};
|
|
@@ -1030,7 +1015,7 @@ class RoutingApi {
|
|
|
1030
1015
|
'/api/v2/routing/email/outbound/domains',
|
|
1031
1016
|
'GET',
|
|
1032
1017
|
{ },
|
|
1033
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'filter': opts['filter'] },
|
|
1018
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'filter': opts['filter'],'expand': opts['expand'] },
|
|
1034
1019
|
{ },
|
|
1035
1020
|
{ },
|
|
1036
1021
|
null,
|
|
@@ -3248,8 +3233,8 @@ class RoutingApi {
|
|
|
3248
3233
|
}
|
|
3249
3234
|
|
|
3250
3235
|
/**
|
|
3251
|
-
* Tests the custom SMTP server integration connection set on this domain
|
|
3252
|
-
* The request body is optional. If omitted, this endpoint will just test the connection of the Custom SMTP Server. If the body is specified, there will be an attempt to send an email message to the server.
|
|
3236
|
+
* Tests the custom SMTP server integration connection set on this ACD domain
|
|
3237
|
+
* The request body is optional. If omitted, this endpoint will just test the connection of the Custom SMTP Server used by the ACD domain. If the body is specified, there will be an attempt to send an email message to the server.
|
|
3253
3238
|
* @param {String} domainId domain ID
|
|
3254
3239
|
* @param {Object} opts Optional parameters
|
|
3255
3240
|
* @param {Object} opts.body TestMessage
|