purecloud-platform-client-v2 254.0.0 → 255.1.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 +815 -95
- package/dist/web-amd/purecloud-platform-client-v2.js +816 -95
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +285 -94
- package/dist/web-cjs/purecloud-platform-client-v2.js +292 -2913
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +568 -50
- package/package.json +1 -2
- package/src/purecloud-platform-client-v2/ApiClient.js +5 -5
- package/src/purecloud-platform-client-v2/PureCloudRegionHosts.js +1 -0
- package/src/purecloud-platform-client-v2/api/AIStudioApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -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 +1 -1
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +64 -1
- package/src/purecloud-platform-client-v2/api/AssistantCopilotVariationsApi.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/BackgroundAssistantApi.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/CaseManagementApi.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 +1 -1
- 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 +2 -2
- 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/IntentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -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 +1 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SCIMApi.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 +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +2 -2
- 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 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersRulesApi.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 +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +710 -53
- package/src/purecloud-platform-client-v2/index.js +1 -1
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
define(['axios'
|
|
1
|
+
define(['axios'], (function (axios) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
4
4
|
|
|
5
5
|
var axios__default = /*#__PURE__*/_interopDefaultLegacy(axios);
|
|
6
|
-
var qs__default = /*#__PURE__*/_interopDefaultLegacy(qs);
|
|
7
6
|
|
|
8
7
|
var PureCloudRegionHosts = {
|
|
9
8
|
us_east_1: 'mypurecloud.com',
|
|
@@ -23,6 +22,7 @@ define(['axios', 'qs'], (function (axios, qs) { 'use strict';
|
|
|
23
22
|
eu_central_2: 'euc2.pure.cloud',
|
|
24
23
|
mx_central_1: 'mxc1.pure.cloud',
|
|
25
24
|
ap_southeast_1: 'apse1.pure.cloud',
|
|
25
|
+
eusc_de_east_1: 'edee1.eusc-pure.cloud',
|
|
26
26
|
};
|
|
27
27
|
|
|
28
28
|
class AbstractHttpClient {
|
|
@@ -745,7 +745,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
745
745
|
|
|
746
746
|
/**
|
|
747
747
|
* @module purecloud-platform-client-v2/ApiClient
|
|
748
|
-
* @version
|
|
748
|
+
* @version 255.1.0
|
|
749
749
|
*/
|
|
750
750
|
class ApiClient {
|
|
751
751
|
/**
|
|
@@ -1375,11 +1375,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1375
1375
|
var headers = {
|
|
1376
1376
|
'Content-Type': 'application/x-www-form-urlencoded'
|
|
1377
1377
|
};
|
|
1378
|
-
var data =
|
|
1378
|
+
var data = new URLSearchParams({ grant_type: 'authorization_code',
|
|
1379
1379
|
code: authCode,
|
|
1380
1380
|
code_verifier: codeVerifier,
|
|
1381
1381
|
client_id: clientId,
|
|
1382
|
-
redirect_uri: redirectUri });
|
|
1382
|
+
redirect_uri: redirectUri }).toString();
|
|
1383
1383
|
|
|
1384
1384
|
var requestOptions = new HttpRequestOptions(`${loginBasePath}/oauth/token`, `POST`, headers, null, data, this.timeout);
|
|
1385
1385
|
const httpClient = this.getHttpClient();
|
|
@@ -1830,7 +1830,8 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1830
1830
|
'Authorization': 'Basic ' + encodedData,
|
|
1831
1831
|
'Content-Type': 'application/x-www-form-urlencoded'
|
|
1832
1832
|
};
|
|
1833
|
-
var
|
|
1833
|
+
var queryData = new URLSearchParams(data).toString();
|
|
1834
|
+
var requestOptions = new HttpRequestOptions(`${loginBasePath}/oauth/token`, `POST`, headers, null, queryData, this.timeout);
|
|
1834
1835
|
const httpClient = this.getHttpClient();
|
|
1835
1836
|
return httpClient.request(requestOptions);
|
|
1836
1837
|
}
|
|
@@ -2436,7 +2437,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
2436
2437
|
/**
|
|
2437
2438
|
* AIStudio service.
|
|
2438
2439
|
* @module purecloud-platform-client-v2/api/AIStudioApi
|
|
2439
|
-
* @version
|
|
2440
|
+
* @version 255.1.0
|
|
2440
2441
|
*/
|
|
2441
2442
|
|
|
2442
2443
|
/**
|
|
@@ -3151,7 +3152,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3151
3152
|
/**
|
|
3152
3153
|
* AgentAssistants service.
|
|
3153
3154
|
* @module purecloud-platform-client-v2/api/AgentAssistantsApi
|
|
3154
|
-
* @version
|
|
3155
|
+
* @version 255.1.0
|
|
3155
3156
|
*/
|
|
3156
3157
|
|
|
3157
3158
|
/**
|
|
@@ -3956,7 +3957,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3956
3957
|
/**
|
|
3957
3958
|
* AgentCopilot service.
|
|
3958
3959
|
* @module purecloud-platform-client-v2/api/AgentCopilotApi
|
|
3959
|
-
* @version
|
|
3960
|
+
* @version 255.1.0
|
|
3960
3961
|
*/
|
|
3961
3962
|
|
|
3962
3963
|
/**
|
|
@@ -4068,7 +4069,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
4068
4069
|
/**
|
|
4069
4070
|
* AgentUI service.
|
|
4070
4071
|
* @module purecloud-platform-client-v2/api/AgentUIApi
|
|
4071
|
-
* @version
|
|
4072
|
+
* @version 255.1.0
|
|
4072
4073
|
*/
|
|
4073
4074
|
|
|
4074
4075
|
/**
|
|
@@ -4219,7 +4220,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
4219
4220
|
/**
|
|
4220
4221
|
* Alerting service.
|
|
4221
4222
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
4222
|
-
* @version
|
|
4223
|
+
* @version 255.1.0
|
|
4223
4224
|
*/
|
|
4224
4225
|
|
|
4225
4226
|
/**
|
|
@@ -4680,7 +4681,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
4680
4681
|
/**
|
|
4681
4682
|
* Analytics service.
|
|
4682
4683
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
4683
|
-
* @version
|
|
4684
|
+
* @version 255.1.0
|
|
4684
4685
|
*/
|
|
4685
4686
|
|
|
4686
4687
|
/**
|
|
@@ -8905,7 +8906,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
8905
8906
|
/**
|
|
8906
8907
|
* Architect service.
|
|
8907
8908
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
8908
|
-
* @version
|
|
8909
|
+
* @version 255.1.0
|
|
8909
8910
|
*/
|
|
8910
8911
|
|
|
8911
8912
|
/**
|
|
@@ -11934,6 +11935,38 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
11934
11935
|
);
|
|
11935
11936
|
}
|
|
11936
11937
|
|
|
11938
|
+
/**
|
|
11939
|
+
* Fetch Architect Validate Job Status
|
|
11940
|
+
*
|
|
11941
|
+
* @param {String} jobId Job ID
|
|
11942
|
+
* @param {Object} opts Optional parameters
|
|
11943
|
+
* @param {Array.<String>} opts.expand Which fields, if any, to expand.
|
|
11944
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
11945
|
+
* getFlowsValidateJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
11946
|
+
*/
|
|
11947
|
+
getFlowsValidateJob(jobId, opts) {
|
|
11948
|
+
opts = opts || {};
|
|
11949
|
+
|
|
11950
|
+
// verify the required parameter 'jobId' is set
|
|
11951
|
+
if (jobId === undefined || jobId === null || jobId === '') {
|
|
11952
|
+
throw 'Missing the required parameter "jobId" when calling getFlowsValidateJob';
|
|
11953
|
+
}
|
|
11954
|
+
|
|
11955
|
+
return this.apiClient.callApi(
|
|
11956
|
+
'/api/v2/flows/validate/jobs/{jobId}',
|
|
11957
|
+
'GET',
|
|
11958
|
+
{ 'jobId': jobId },
|
|
11959
|
+
{ 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
|
|
11960
|
+
{ },
|
|
11961
|
+
{ },
|
|
11962
|
+
null,
|
|
11963
|
+
['PureCloud OAuth'],
|
|
11964
|
+
['application/json'],
|
|
11965
|
+
['application/json'],
|
|
11966
|
+
opts['customHeaders']
|
|
11967
|
+
);
|
|
11968
|
+
}
|
|
11969
|
+
|
|
11937
11970
|
/**
|
|
11938
11971
|
* Updates a grammar
|
|
11939
11972
|
*
|
|
@@ -13233,6 +13266,37 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13233
13266
|
);
|
|
13234
13267
|
}
|
|
13235
13268
|
|
|
13269
|
+
/**
|
|
13270
|
+
* Register Architect Validate Job
|
|
13271
|
+
*
|
|
13272
|
+
* @param {Object} body
|
|
13273
|
+
* @param {Object} opts Optional parameters
|
|
13274
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
13275
|
+
* postFlowsValidateJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
13276
|
+
*/
|
|
13277
|
+
postFlowsValidateJobs(body, opts) {
|
|
13278
|
+
opts = opts || {};
|
|
13279
|
+
|
|
13280
|
+
// verify the required parameter 'body' is set
|
|
13281
|
+
if (body === undefined || body === null) {
|
|
13282
|
+
throw 'Missing the required parameter "body" when calling postFlowsValidateJobs';
|
|
13283
|
+
}
|
|
13284
|
+
|
|
13285
|
+
return this.apiClient.callApi(
|
|
13286
|
+
'/api/v2/flows/validate/jobs',
|
|
13287
|
+
'POST',
|
|
13288
|
+
{ },
|
|
13289
|
+
{ },
|
|
13290
|
+
{ },
|
|
13291
|
+
{ },
|
|
13292
|
+
body,
|
|
13293
|
+
['PureCloud OAuth'],
|
|
13294
|
+
['application/json'],
|
|
13295
|
+
['application/json'],
|
|
13296
|
+
opts['customHeaders']
|
|
13297
|
+
);
|
|
13298
|
+
}
|
|
13299
|
+
|
|
13236
13300
|
/**
|
|
13237
13301
|
* Updates a emergency group by ID
|
|
13238
13302
|
*
|
|
@@ -13765,7 +13829,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13765
13829
|
/**
|
|
13766
13830
|
* AssistantCopilotVariations service.
|
|
13767
13831
|
* @module purecloud-platform-client-v2/api/AssistantCopilotVariationsApi
|
|
13768
|
-
* @version
|
|
13832
|
+
* @version 255.1.0
|
|
13769
13833
|
*/
|
|
13770
13834
|
|
|
13771
13835
|
/**
|
|
@@ -13961,7 +14025,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13961
14025
|
/**
|
|
13962
14026
|
* Audit service.
|
|
13963
14027
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
13964
|
-
* @version
|
|
14028
|
+
* @version 255.1.0
|
|
13965
14029
|
*/
|
|
13966
14030
|
|
|
13967
14031
|
/**
|
|
@@ -14188,7 +14252,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
14188
14252
|
/**
|
|
14189
14253
|
* Authorization service.
|
|
14190
14254
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
14191
|
-
* @version
|
|
14255
|
+
* @version 255.1.0
|
|
14192
14256
|
*/
|
|
14193
14257
|
|
|
14194
14258
|
/**
|
|
@@ -16113,7 +16177,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
16113
16177
|
/**
|
|
16114
16178
|
* BackgroundAssistant service.
|
|
16115
16179
|
* @module purecloud-platform-client-v2/api/BackgroundAssistantApi
|
|
16116
|
-
* @version
|
|
16180
|
+
* @version 255.1.0
|
|
16117
16181
|
*/
|
|
16118
16182
|
|
|
16119
16183
|
/**
|
|
@@ -16187,7 +16251,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
16187
16251
|
/**
|
|
16188
16252
|
* Billing service.
|
|
16189
16253
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
16190
|
-
* @version
|
|
16254
|
+
* @version 255.1.0
|
|
16191
16255
|
*/
|
|
16192
16256
|
|
|
16193
16257
|
/**
|
|
@@ -16471,7 +16535,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
16471
16535
|
/**
|
|
16472
16536
|
* BusinessRules service.
|
|
16473
16537
|
* @module purecloud-platform-client-v2/api/BusinessRulesApi
|
|
16474
|
-
* @version
|
|
16538
|
+
* @version 255.1.0
|
|
16475
16539
|
*/
|
|
16476
16540
|
|
|
16477
16541
|
/**
|
|
@@ -17919,7 +17983,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17919
17983
|
/**
|
|
17920
17984
|
* CarrierServices service.
|
|
17921
17985
|
* @module purecloud-platform-client-v2/api/CarrierServicesApi
|
|
17922
|
-
* @version
|
|
17986
|
+
* @version 255.1.0
|
|
17923
17987
|
*/
|
|
17924
17988
|
|
|
17925
17989
|
/**
|
|
@@ -17996,7 +18060,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17996
18060
|
/**
|
|
17997
18061
|
* CaseManagement service.
|
|
17998
18062
|
* @module purecloud-platform-client-v2/api/CaseManagementApi
|
|
17999
|
-
* @version
|
|
18063
|
+
* @version 255.1.0
|
|
18000
18064
|
*/
|
|
18001
18065
|
|
|
18002
18066
|
/**
|
|
@@ -19371,7 +19435,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
19371
19435
|
/**
|
|
19372
19436
|
* Chat service.
|
|
19373
19437
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
19374
|
-
* @version
|
|
19438
|
+
* @version 255.1.0
|
|
19375
19439
|
*/
|
|
19376
19440
|
|
|
19377
19441
|
/**
|
|
@@ -20510,7 +20574,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
20510
20574
|
/**
|
|
20511
20575
|
* Coaching service.
|
|
20512
20576
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
20513
|
-
* @version
|
|
20577
|
+
* @version 255.1.0
|
|
20514
20578
|
*/
|
|
20515
20579
|
|
|
20516
20580
|
/**
|
|
@@ -21224,7 +21288,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21224
21288
|
/**
|
|
21225
21289
|
* ContentManagement service.
|
|
21226
21290
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
21227
|
-
* @version
|
|
21291
|
+
* @version 255.1.0
|
|
21228
21292
|
*/
|
|
21229
21293
|
|
|
21230
21294
|
/**
|
|
@@ -22419,7 +22483,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
22419
22483
|
/**
|
|
22420
22484
|
* Conversations service.
|
|
22421
22485
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
22422
|
-
* @version
|
|
22486
|
+
* @version 255.1.0
|
|
22423
22487
|
*/
|
|
22424
22488
|
|
|
22425
22489
|
/**
|
|
@@ -33521,7 +33585,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33521
33585
|
/**
|
|
33522
33586
|
* DataExtensions service.
|
|
33523
33587
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
33524
|
-
* @version
|
|
33588
|
+
* @version 255.1.0
|
|
33525
33589
|
*/
|
|
33526
33590
|
|
|
33527
33591
|
/**
|
|
@@ -33622,7 +33686,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33622
33686
|
/**
|
|
33623
33687
|
* DataPrivacy service.
|
|
33624
33688
|
* @module purecloud-platform-client-v2/api/DataPrivacyApi
|
|
33625
|
-
* @version
|
|
33689
|
+
* @version 255.1.0
|
|
33626
33690
|
*/
|
|
33627
33691
|
|
|
33628
33692
|
/**
|
|
@@ -33819,7 +33883,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33819
33883
|
/**
|
|
33820
33884
|
* Downloads service.
|
|
33821
33885
|
* @module purecloud-platform-client-v2/api/DownloadsApi
|
|
33822
|
-
* @version
|
|
33886
|
+
* @version 255.1.0
|
|
33823
33887
|
*/
|
|
33824
33888
|
|
|
33825
33889
|
/**
|
|
@@ -33873,7 +33937,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33873
33937
|
/**
|
|
33874
33938
|
* Emails service.
|
|
33875
33939
|
* @module purecloud-platform-client-v2/api/EmailsApi
|
|
33876
|
-
* @version
|
|
33940
|
+
* @version 255.1.0
|
|
33877
33941
|
*/
|
|
33878
33942
|
|
|
33879
33943
|
/**
|
|
@@ -34021,7 +34085,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
34021
34085
|
/**
|
|
34022
34086
|
* EmployeeEngagement service.
|
|
34023
34087
|
* @module purecloud-platform-client-v2/api/EmployeeEngagementApi
|
|
34024
|
-
* @version
|
|
34088
|
+
* @version 255.1.0
|
|
34025
34089
|
*/
|
|
34026
34090
|
|
|
34027
34091
|
/**
|
|
@@ -34225,7 +34289,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
34225
34289
|
/**
|
|
34226
34290
|
* Events service.
|
|
34227
34291
|
* @module purecloud-platform-client-v2/api/EventsApi
|
|
34228
|
-
* @version
|
|
34292
|
+
* @version 255.1.0
|
|
34229
34293
|
*/
|
|
34230
34294
|
|
|
34231
34295
|
/**
|
|
@@ -34367,7 +34431,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
34367
34431
|
/**
|
|
34368
34432
|
* ExternalContacts service.
|
|
34369
34433
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
34370
|
-
* @version
|
|
34434
|
+
* @version 255.1.0
|
|
34371
34435
|
*/
|
|
34372
34436
|
|
|
34373
34437
|
/**
|
|
@@ -34981,7 +35045,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
34981
35045
|
}
|
|
34982
35046
|
|
|
34983
35047
|
/**
|
|
34984
|
-
* List exports for organization
|
|
35048
|
+
* List contact exports for organization
|
|
34985
35049
|
*
|
|
34986
35050
|
* @param {Object} opts Optional parameters
|
|
34987
35051
|
* @param {Array.<String>} opts.divisionIds Division IDs of entities
|
|
@@ -38138,7 +38202,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38138
38202
|
/**
|
|
38139
38203
|
* Fax service.
|
|
38140
38204
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
38141
|
-
* @version
|
|
38205
|
+
* @version 255.1.0
|
|
38142
38206
|
*/
|
|
38143
38207
|
|
|
38144
38208
|
/**
|
|
@@ -38387,7 +38451,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38387
38451
|
/**
|
|
38388
38452
|
* Flows service.
|
|
38389
38453
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
38390
|
-
* @version
|
|
38454
|
+
* @version 255.1.0
|
|
38391
38455
|
*/
|
|
38392
38456
|
|
|
38393
38457
|
/**
|
|
@@ -38621,7 +38685,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38621
38685
|
/**
|
|
38622
38686
|
* Gamification service.
|
|
38623
38687
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
38624
|
-
* @version
|
|
38688
|
+
* @version 255.1.0
|
|
38625
38689
|
*/
|
|
38626
38690
|
|
|
38627
38691
|
/**
|
|
@@ -41473,7 +41537,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
41473
41537
|
/**
|
|
41474
41538
|
* GeneralDataProtectionRegulation service.
|
|
41475
41539
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
41476
|
-
* @version
|
|
41540
|
+
* @version 255.1.0
|
|
41477
41541
|
*/
|
|
41478
41542
|
|
|
41479
41543
|
/**
|
|
@@ -41617,7 +41681,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
41617
41681
|
/**
|
|
41618
41682
|
* Geolocation service.
|
|
41619
41683
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
41620
|
-
* @version
|
|
41684
|
+
* @version 255.1.0
|
|
41621
41685
|
*/
|
|
41622
41686
|
|
|
41623
41687
|
/**
|
|
@@ -41768,7 +41832,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
41768
41832
|
/**
|
|
41769
41833
|
* Greetings service.
|
|
41770
41834
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
41771
|
-
* @version
|
|
41835
|
+
* @version 255.1.0
|
|
41772
41836
|
*/
|
|
41773
41837
|
|
|
41774
41838
|
/**
|
|
@@ -42384,7 +42448,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
42384
42448
|
/**
|
|
42385
42449
|
* Groups service.
|
|
42386
42450
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
42387
|
-
* @version
|
|
42451
|
+
* @version 255.1.0
|
|
42388
42452
|
*/
|
|
42389
42453
|
|
|
42390
42454
|
/**
|
|
@@ -42975,7 +43039,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
42975
43039
|
/**
|
|
42976
43040
|
* IdentityProvider service.
|
|
42977
43041
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
42978
|
-
* @version
|
|
43042
|
+
* @version 255.1.0
|
|
42979
43043
|
*/
|
|
42980
43044
|
|
|
42981
43045
|
/**
|
|
@@ -44026,7 +44090,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
44026
44090
|
/**
|
|
44027
44091
|
* InfrastructureAsCode service.
|
|
44028
44092
|
* @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
44029
|
-
* @version
|
|
44093
|
+
* @version 255.1.0
|
|
44030
44094
|
*/
|
|
44031
44095
|
|
|
44032
44096
|
/**
|
|
@@ -44206,7 +44270,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
44206
44270
|
/**
|
|
44207
44271
|
* Integrations service.
|
|
44208
44272
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
44209
|
-
* @version
|
|
44273
|
+
* @version 255.1.0
|
|
44210
44274
|
*/
|
|
44211
44275
|
|
|
44212
44276
|
/**
|
|
@@ -47178,7 +47242,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47178
47242
|
/**
|
|
47179
47243
|
* Intents service.
|
|
47180
47244
|
* @module purecloud-platform-client-v2/api/IntentsApi
|
|
47181
|
-
* @version
|
|
47245
|
+
* @version 255.1.0
|
|
47182
47246
|
*/
|
|
47183
47247
|
|
|
47184
47248
|
/**
|
|
@@ -47710,7 +47774,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47710
47774
|
/**
|
|
47711
47775
|
* Journey service.
|
|
47712
47776
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
47713
|
-
* @version
|
|
47777
|
+
* @version 255.1.0
|
|
47714
47778
|
*/
|
|
47715
47779
|
|
|
47716
47780
|
/**
|
|
@@ -50686,7 +50750,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
50686
50750
|
/**
|
|
50687
50751
|
* Knowledge service.
|
|
50688
50752
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
50689
|
-
* @version
|
|
50753
|
+
* @version 255.1.0
|
|
50690
50754
|
*/
|
|
50691
50755
|
|
|
50692
50756
|
/**
|
|
@@ -54937,7 +55001,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
54937
55001
|
/**
|
|
54938
55002
|
* LanguageUnderstanding service.
|
|
54939
55003
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
54940
|
-
* @version
|
|
55004
|
+
* @version 255.1.0
|
|
54941
55005
|
*/
|
|
54942
55006
|
|
|
54943
55007
|
/**
|
|
@@ -56311,7 +56375,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
56311
56375
|
/**
|
|
56312
56376
|
* Languages service.
|
|
56313
56377
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
56314
|
-
* @version
|
|
56378
|
+
* @version 255.1.0
|
|
56315
56379
|
*/
|
|
56316
56380
|
|
|
56317
56381
|
/**
|
|
@@ -56570,7 +56634,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
56570
56634
|
/**
|
|
56571
56635
|
* Learning service.
|
|
56572
56636
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
56573
|
-
* @version
|
|
56637
|
+
* @version 255.1.0
|
|
56574
56638
|
*/
|
|
56575
56639
|
|
|
56576
56640
|
/**
|
|
@@ -57818,7 +57882,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
57818
57882
|
/**
|
|
57819
57883
|
* License service.
|
|
57820
57884
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
57821
|
-
* @version
|
|
57885
|
+
* @version 255.1.0
|
|
57822
57886
|
*/
|
|
57823
57887
|
|
|
57824
57888
|
/**
|
|
@@ -58116,7 +58180,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
58116
58180
|
/**
|
|
58117
58181
|
* Locations service.
|
|
58118
58182
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
58119
|
-
* @version
|
|
58183
|
+
* @version 255.1.0
|
|
58120
58184
|
*/
|
|
58121
58185
|
|
|
58122
58186
|
/**
|
|
@@ -58383,7 +58447,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
58383
58447
|
/**
|
|
58384
58448
|
* LogCapture service.
|
|
58385
58449
|
* @module purecloud-platform-client-v2/api/LogCaptureApi
|
|
58386
|
-
* @version
|
|
58450
|
+
* @version 255.1.0
|
|
58387
58451
|
*/
|
|
58388
58452
|
|
|
58389
58453
|
/**
|
|
@@ -58605,7 +58669,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
58605
58669
|
/**
|
|
58606
58670
|
* Messaging service.
|
|
58607
58671
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
58608
|
-
* @version
|
|
58672
|
+
* @version 255.1.0
|
|
58609
58673
|
*/
|
|
58610
58674
|
|
|
58611
58675
|
/**
|
|
@@ -59023,7 +59087,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
59023
59087
|
/**
|
|
59024
59088
|
* MobileDevices service.
|
|
59025
59089
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
59026
|
-
* @version
|
|
59090
|
+
* @version 255.1.0
|
|
59027
59091
|
*/
|
|
59028
59092
|
|
|
59029
59093
|
/**
|
|
@@ -59193,7 +59257,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
59193
59257
|
/**
|
|
59194
59258
|
* Notifications service.
|
|
59195
59259
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
59196
|
-
* @version
|
|
59260
|
+
* @version 255.1.0
|
|
59197
59261
|
*/
|
|
59198
59262
|
|
|
59199
59263
|
/**
|
|
@@ -59454,7 +59518,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
59454
59518
|
/**
|
|
59455
59519
|
* OAuth service.
|
|
59456
59520
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
59457
|
-
* @version
|
|
59521
|
+
* @version 255.1.0
|
|
59458
59522
|
*/
|
|
59459
59523
|
|
|
59460
59524
|
/**
|
|
@@ -59870,7 +59934,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
59870
59934
|
/**
|
|
59871
59935
|
* Objects service.
|
|
59872
59936
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
59873
|
-
* @version
|
|
59937
|
+
* @version 255.1.0
|
|
59874
59938
|
*/
|
|
59875
59939
|
|
|
59876
59940
|
/**
|
|
@@ -60234,7 +60298,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
60234
60298
|
/**
|
|
60235
60299
|
* OperationalEvents service.
|
|
60236
60300
|
* @module purecloud-platform-client-v2/api/OperationalEventsApi
|
|
60237
|
-
* @version
|
|
60301
|
+
* @version 255.1.0
|
|
60238
60302
|
*/
|
|
60239
60303
|
|
|
60240
60304
|
/**
|
|
@@ -60365,7 +60429,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
60365
60429
|
/**
|
|
60366
60430
|
* Organization service.
|
|
60367
60431
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
60368
|
-
* @version
|
|
60432
|
+
* @version 255.1.0
|
|
60369
60433
|
*/
|
|
60370
60434
|
|
|
60371
60435
|
/**
|
|
@@ -60926,7 +60990,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
60926
60990
|
/**
|
|
60927
60991
|
* OrganizationAuthorization service.
|
|
60928
60992
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
60929
|
-
* @version
|
|
60993
|
+
* @version 255.1.0
|
|
60930
60994
|
*/
|
|
60931
60995
|
|
|
60932
60996
|
/**
|
|
@@ -62530,7 +62594,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
62530
62594
|
/**
|
|
62531
62595
|
* Outbound service.
|
|
62532
62596
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
62533
|
-
* @version
|
|
62597
|
+
* @version 255.1.0
|
|
62534
62598
|
*/
|
|
62535
62599
|
|
|
62536
62600
|
/**
|
|
@@ -68117,7 +68181,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
68117
68181
|
/**
|
|
68118
68182
|
* Presence service.
|
|
68119
68183
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
68120
|
-
* @version
|
|
68184
|
+
* @version 255.1.0
|
|
68121
68185
|
*/
|
|
68122
68186
|
|
|
68123
68187
|
/**
|
|
@@ -68975,7 +69039,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
68975
69039
|
/**
|
|
68976
69040
|
* ProcessAutomation service.
|
|
68977
69041
|
* @module purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
68978
|
-
* @version
|
|
69042
|
+
* @version 255.1.0
|
|
68979
69043
|
*/
|
|
68980
69044
|
|
|
68981
69045
|
/**
|
|
@@ -69396,7 +69460,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
69396
69460
|
/**
|
|
69397
69461
|
* Quality service.
|
|
69398
69462
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
69399
|
-
* @version
|
|
69463
|
+
* @version 255.1.0
|
|
69400
69464
|
*/
|
|
69401
69465
|
|
|
69402
69466
|
/**
|
|
@@ -71746,7 +71810,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
71746
71810
|
/**
|
|
71747
71811
|
* Recording service.
|
|
71748
71812
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
71749
|
-
* @version
|
|
71813
|
+
* @version 255.1.0
|
|
71750
71814
|
*/
|
|
71751
71815
|
|
|
71752
71816
|
/**
|
|
@@ -73594,7 +73658,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
73594
73658
|
/**
|
|
73595
73659
|
* ResponseManagement service.
|
|
73596
73660
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
73597
|
-
* @version
|
|
73661
|
+
* @version 255.1.0
|
|
73598
73662
|
*/
|
|
73599
73663
|
|
|
73600
73664
|
/**
|
|
@@ -74238,7 +74302,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
74238
74302
|
/**
|
|
74239
74303
|
* Routing service.
|
|
74240
74304
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
74241
|
-
* @version
|
|
74305
|
+
* @version 255.1.0
|
|
74242
74306
|
*/
|
|
74243
74307
|
|
|
74244
74308
|
/**
|
|
@@ -79800,7 +79864,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
79800
79864
|
/**
|
|
79801
79865
|
* SCIM service.
|
|
79802
79866
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
79803
|
-
* @version
|
|
79867
|
+
* @version 255.1.0
|
|
79804
79868
|
*/
|
|
79805
79869
|
|
|
79806
79870
|
/**
|
|
@@ -80761,7 +80825,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
80761
80825
|
/**
|
|
80762
80826
|
* Scripts service.
|
|
80763
80827
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
80764
|
-
* @version
|
|
80828
|
+
* @version 255.1.0
|
|
80765
80829
|
*/
|
|
80766
80830
|
|
|
80767
80831
|
/**
|
|
@@ -81270,7 +81334,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
81270
81334
|
/**
|
|
81271
81335
|
* Search service.
|
|
81272
81336
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
81273
|
-
* @version
|
|
81337
|
+
* @version 255.1.0
|
|
81274
81338
|
*/
|
|
81275
81339
|
|
|
81276
81340
|
/**
|
|
@@ -82086,7 +82150,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
82086
82150
|
/**
|
|
82087
82151
|
* Settings service.
|
|
82088
82152
|
* @module purecloud-platform-client-v2/api/SettingsApi
|
|
82089
|
-
* @version
|
|
82153
|
+
* @version 255.1.0
|
|
82090
82154
|
*/
|
|
82091
82155
|
|
|
82092
82156
|
/**
|
|
@@ -82495,7 +82559,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
82495
82559
|
/**
|
|
82496
82560
|
* SocialMedia service.
|
|
82497
82561
|
* @module purecloud-platform-client-v2/api/SocialMediaApi
|
|
82498
|
-
* @version
|
|
82562
|
+
* @version 255.1.0
|
|
82499
82563
|
*/
|
|
82500
82564
|
|
|
82501
82565
|
/**
|
|
@@ -84480,7 +84544,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
84480
84544
|
/**
|
|
84481
84545
|
* SpeechTextAnalytics service.
|
|
84482
84546
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
84483
|
-
* @version
|
|
84547
|
+
* @version 255.1.0
|
|
84484
84548
|
*/
|
|
84485
84549
|
|
|
84486
84550
|
/**
|
|
@@ -84962,7 +85026,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
84962
85026
|
* @param {String} opts.dialect The key for filter the listing by dialect, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard
|
|
84963
85027
|
* @param {Object} opts.transcriptionEngine Filter by transcription engine, If not provided, all transcription engines will be considered
|
|
84964
85028
|
* @param {String} opts.nextPage The key for listing the next page
|
|
84965
|
-
* @param {Number} opts.pageSize The page size for the listing (default to 500)
|
|
85029
|
+
* @param {Number} opts.pageSize The page size for the listing. Default is 500 per page. Note: organizations may store up to 1000 dictionary terms per dialect; use nextPage to paginate beyond the first page when listing a full dialect vocabulary. (default to 500)
|
|
84966
85030
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
84967
85031
|
*/
|
|
84968
85032
|
getSpeechandtextanalyticsDictionaryfeedback(opts) {
|
|
@@ -86432,7 +86496,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
86432
86496
|
/**
|
|
86433
86497
|
* Stations service.
|
|
86434
86498
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
86435
|
-
* @version
|
|
86499
|
+
* @version 255.1.0
|
|
86436
86500
|
*/
|
|
86437
86501
|
|
|
86438
86502
|
/**
|
|
@@ -86546,7 +86610,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
86546
86610
|
/**
|
|
86547
86611
|
* Suggest service.
|
|
86548
86612
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
86549
|
-
* @version
|
|
86613
|
+
* @version 255.1.0
|
|
86550
86614
|
*/
|
|
86551
86615
|
|
|
86552
86616
|
/**
|
|
@@ -86693,7 +86757,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
86693
86757
|
/**
|
|
86694
86758
|
* TaskManagement service.
|
|
86695
86759
|
* @module purecloud-platform-client-v2/api/TaskManagementApi
|
|
86696
|
-
* @version
|
|
86760
|
+
* @version 255.1.0
|
|
86697
86761
|
*/
|
|
86698
86762
|
|
|
86699
86763
|
/**
|
|
@@ -89189,7 +89253,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
89189
89253
|
/**
|
|
89190
89254
|
* Teams service.
|
|
89191
89255
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
89192
|
-
* @version
|
|
89256
|
+
* @version 255.1.0
|
|
89193
89257
|
*/
|
|
89194
89258
|
|
|
89195
89259
|
/**
|
|
@@ -89532,7 +89596,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
89532
89596
|
/**
|
|
89533
89597
|
* Telephony service.
|
|
89534
89598
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
89535
|
-
* @version
|
|
89599
|
+
* @version 255.1.0
|
|
89536
89600
|
*/
|
|
89537
89601
|
|
|
89538
89602
|
/**
|
|
@@ -90206,7 +90270,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
90206
90270
|
/**
|
|
90207
90271
|
* TelephonyProvidersEdge service.
|
|
90208
90272
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
90209
|
-
* @version
|
|
90273
|
+
* @version 255.1.0
|
|
90210
90274
|
*/
|
|
90211
90275
|
|
|
90212
90276
|
/**
|
|
@@ -94184,7 +94248,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
94184
94248
|
/**
|
|
94185
94249
|
* Textbots service.
|
|
94186
94250
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
94187
|
-
* @version
|
|
94251
|
+
* @version 255.1.0
|
|
94188
94252
|
*/
|
|
94189
94253
|
|
|
94190
94254
|
/**
|
|
@@ -94330,7 +94394,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
94330
94394
|
/**
|
|
94331
94395
|
* Tokens service.
|
|
94332
94396
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
94333
|
-
* @version
|
|
94397
|
+
* @version 255.1.0
|
|
94334
94398
|
*/
|
|
94335
94399
|
|
|
94336
94400
|
/**
|
|
@@ -94508,7 +94572,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
94508
94572
|
/**
|
|
94509
94573
|
* Uploads service.
|
|
94510
94574
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
94511
|
-
* @version
|
|
94575
|
+
* @version 255.1.0
|
|
94512
94576
|
*/
|
|
94513
94577
|
|
|
94514
94578
|
/**
|
|
@@ -94879,7 +94943,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
94879
94943
|
/**
|
|
94880
94944
|
* Usage service.
|
|
94881
94945
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
94882
|
-
* @version
|
|
94946
|
+
* @version 255.1.0
|
|
94883
94947
|
*/
|
|
94884
94948
|
|
|
94885
94949
|
/**
|
|
@@ -95257,7 +95321,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
95257
95321
|
/**
|
|
95258
95322
|
* UserRecordings service.
|
|
95259
95323
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
95260
|
-
* @version
|
|
95324
|
+
* @version 255.1.0
|
|
95261
95325
|
*/
|
|
95262
95326
|
|
|
95263
95327
|
/**
|
|
@@ -95459,7 +95523,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
95459
95523
|
/**
|
|
95460
95524
|
* Users service.
|
|
95461
95525
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
95462
|
-
* @version
|
|
95526
|
+
* @version 255.1.0
|
|
95463
95527
|
*/
|
|
95464
95528
|
|
|
95465
95529
|
/**
|
|
@@ -99474,7 +99538,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
99474
99538
|
/**
|
|
99475
99539
|
* UsersRules service.
|
|
99476
99540
|
* @module purecloud-platform-client-v2/api/UsersRulesApi
|
|
99477
|
-
* @version
|
|
99541
|
+
* @version 255.1.0
|
|
99478
99542
|
*/
|
|
99479
99543
|
|
|
99480
99544
|
/**
|
|
@@ -99791,7 +99855,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
99791
99855
|
/**
|
|
99792
99856
|
* Utilities service.
|
|
99793
99857
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
99794
|
-
* @version
|
|
99858
|
+
* @version 255.1.0
|
|
99795
99859
|
*/
|
|
99796
99860
|
|
|
99797
99861
|
/**
|
|
@@ -99919,7 +99983,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
99919
99983
|
/**
|
|
99920
99984
|
* Voicemail service.
|
|
99921
99985
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
99922
|
-
* @version
|
|
99986
|
+
* @version 255.1.0
|
|
99923
99987
|
*/
|
|
99924
99988
|
|
|
99925
99989
|
/**
|
|
@@ -100749,7 +100813,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
100749
100813
|
/**
|
|
100750
100814
|
* WebChat service.
|
|
100751
100815
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
100752
|
-
* @version
|
|
100816
|
+
* @version 255.1.0
|
|
100753
100817
|
*/
|
|
100754
100818
|
|
|
100755
100819
|
/**
|
|
@@ -101401,7 +101465,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
101401
101465
|
/**
|
|
101402
101466
|
* WebDeployments service.
|
|
101403
101467
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
101404
|
-
* @version
|
|
101468
|
+
* @version 255.1.0
|
|
101405
101469
|
*/
|
|
101406
101470
|
|
|
101407
101471
|
/**
|
|
@@ -102079,7 +102143,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
102079
102143
|
/**
|
|
102080
102144
|
* WebMessaging service.
|
|
102081
102145
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
102082
|
-
* @version
|
|
102146
|
+
* @version 255.1.0
|
|
102083
102147
|
*/
|
|
102084
102148
|
|
|
102085
102149
|
/**
|
|
@@ -102242,7 +102306,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
102242
102306
|
/**
|
|
102243
102307
|
* Widgets service.
|
|
102244
102308
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
102245
|
-
* @version
|
|
102309
|
+
* @version 255.1.0
|
|
102246
102310
|
*/
|
|
102247
102311
|
|
|
102248
102312
|
/**
|
|
@@ -102418,7 +102482,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
102418
102482
|
/**
|
|
102419
102483
|
* WorkforceManagement service.
|
|
102420
102484
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
102421
|
-
* @version
|
|
102485
|
+
* @version 255.1.0
|
|
102422
102486
|
*/
|
|
102423
102487
|
|
|
102424
102488
|
/**
|
|
@@ -102569,6 +102633,81 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
102569
102633
|
);
|
|
102570
102634
|
}
|
|
102571
102635
|
|
|
102636
|
+
/**
|
|
102637
|
+
* Delete a schedule bid
|
|
102638
|
+
*
|
|
102639
|
+
* @param {String} businessUnitId The ID of the business unit
|
|
102640
|
+
* @param {String} bidId The ID of the schedule bid
|
|
102641
|
+
* @param {Object} opts Optional parameters
|
|
102642
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
102643
|
+
*/
|
|
102644
|
+
deleteWorkforcemanagementBusinessunitSchedulebid(businessUnitId, bidId, opts) {
|
|
102645
|
+
opts = opts || {};
|
|
102646
|
+
|
|
102647
|
+
// verify the required parameter 'businessUnitId' is set
|
|
102648
|
+
if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
|
|
102649
|
+
throw 'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitSchedulebid';
|
|
102650
|
+
}
|
|
102651
|
+
// verify the required parameter 'bidId' is set
|
|
102652
|
+
if (bidId === undefined || bidId === null || bidId === '') {
|
|
102653
|
+
throw 'Missing the required parameter "bidId" when calling deleteWorkforcemanagementBusinessunitSchedulebid';
|
|
102654
|
+
}
|
|
102655
|
+
|
|
102656
|
+
return this.apiClient.callApi(
|
|
102657
|
+
'/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}',
|
|
102658
|
+
'DELETE',
|
|
102659
|
+
{ 'businessUnitId': businessUnitId,'bidId': bidId },
|
|
102660
|
+
{ },
|
|
102661
|
+
{ },
|
|
102662
|
+
{ },
|
|
102663
|
+
null,
|
|
102664
|
+
['PureCloud OAuth'],
|
|
102665
|
+
['application/json'],
|
|
102666
|
+
['application/json'],
|
|
102667
|
+
opts['customHeaders']
|
|
102668
|
+
);
|
|
102669
|
+
}
|
|
102670
|
+
|
|
102671
|
+
/**
|
|
102672
|
+
* Delete a schedule bid group by bid group Id
|
|
102673
|
+
*
|
|
102674
|
+
* @param {String} businessUnitId The ID of the business unit
|
|
102675
|
+
* @param {String} bidId The ID of the schedule bid associated with the bid groups
|
|
102676
|
+
* @param {String} bidGroupId Schedule Bid Group id
|
|
102677
|
+
* @param {Object} opts Optional parameters
|
|
102678
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
102679
|
+
*/
|
|
102680
|
+
deleteWorkforcemanagementBusinessunitSchedulebidGroup(businessUnitId, bidId, bidGroupId, opts) {
|
|
102681
|
+
opts = opts || {};
|
|
102682
|
+
|
|
102683
|
+
// verify the required parameter 'businessUnitId' is set
|
|
102684
|
+
if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
|
|
102685
|
+
throw 'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitSchedulebidGroup';
|
|
102686
|
+
}
|
|
102687
|
+
// verify the required parameter 'bidId' is set
|
|
102688
|
+
if (bidId === undefined || bidId === null || bidId === '') {
|
|
102689
|
+
throw 'Missing the required parameter "bidId" when calling deleteWorkforcemanagementBusinessunitSchedulebidGroup';
|
|
102690
|
+
}
|
|
102691
|
+
// verify the required parameter 'bidGroupId' is set
|
|
102692
|
+
if (bidGroupId === undefined || bidGroupId === null || bidGroupId === '') {
|
|
102693
|
+
throw 'Missing the required parameter "bidGroupId" when calling deleteWorkforcemanagementBusinessunitSchedulebidGroup';
|
|
102694
|
+
}
|
|
102695
|
+
|
|
102696
|
+
return this.apiClient.callApi(
|
|
102697
|
+
'/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}/groups/{bidGroupId}',
|
|
102698
|
+
'DELETE',
|
|
102699
|
+
{ 'businessUnitId': businessUnitId,'bidId': bidId,'bidGroupId': bidGroupId },
|
|
102700
|
+
{ },
|
|
102701
|
+
{ },
|
|
102702
|
+
{ },
|
|
102703
|
+
null,
|
|
102704
|
+
['PureCloud OAuth'],
|
|
102705
|
+
['application/json'],
|
|
102706
|
+
['application/json'],
|
|
102707
|
+
opts['customHeaders']
|
|
102708
|
+
);
|
|
102709
|
+
}
|
|
102710
|
+
|
|
102572
102711
|
/**
|
|
102573
102712
|
* Cancel a scheduling run
|
|
102574
102713
|
*
|
|
@@ -104382,6 +104521,188 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
104382
104521
|
);
|
|
104383
104522
|
}
|
|
104384
104523
|
|
|
104524
|
+
/**
|
|
104525
|
+
* Get a schedule bid
|
|
104526
|
+
*
|
|
104527
|
+
* @param {String} businessUnitId The ID of the business unit
|
|
104528
|
+
* @param {String} bidId The ID of the schedule bid
|
|
104529
|
+
* @param {Object} opts Optional parameters
|
|
104530
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
104531
|
+
*/
|
|
104532
|
+
getWorkforcemanagementBusinessunitSchedulebid(businessUnitId, bidId, opts) {
|
|
104533
|
+
opts = opts || {};
|
|
104534
|
+
|
|
104535
|
+
// verify the required parameter 'businessUnitId' is set
|
|
104536
|
+
if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
|
|
104537
|
+
throw 'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitSchedulebid';
|
|
104538
|
+
}
|
|
104539
|
+
// verify the required parameter 'bidId' is set
|
|
104540
|
+
if (bidId === undefined || bidId === null || bidId === '') {
|
|
104541
|
+
throw 'Missing the required parameter "bidId" when calling getWorkforcemanagementBusinessunitSchedulebid';
|
|
104542
|
+
}
|
|
104543
|
+
|
|
104544
|
+
return this.apiClient.callApi(
|
|
104545
|
+
'/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}',
|
|
104546
|
+
'GET',
|
|
104547
|
+
{ 'businessUnitId': businessUnitId,'bidId': bidId },
|
|
104548
|
+
{ },
|
|
104549
|
+
{ },
|
|
104550
|
+
{ },
|
|
104551
|
+
null,
|
|
104552
|
+
['PureCloud OAuth'],
|
|
104553
|
+
['application/json'],
|
|
104554
|
+
['application/json'],
|
|
104555
|
+
opts['customHeaders']
|
|
104556
|
+
);
|
|
104557
|
+
}
|
|
104558
|
+
|
|
104559
|
+
/**
|
|
104560
|
+
* Get a schedule bid group
|
|
104561
|
+
*
|
|
104562
|
+
* @param {String} businessUnitId The ID of the business unit
|
|
104563
|
+
* @param {String} bidId The ID of the schedule bid associated with the bid groups
|
|
104564
|
+
* @param {String} bidGroupId Schedule Bid Group id
|
|
104565
|
+
* @param {Object} opts Optional parameters
|
|
104566
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
104567
|
+
*/
|
|
104568
|
+
getWorkforcemanagementBusinessunitSchedulebidGroup(businessUnitId, bidId, bidGroupId, opts) {
|
|
104569
|
+
opts = opts || {};
|
|
104570
|
+
|
|
104571
|
+
// verify the required parameter 'businessUnitId' is set
|
|
104572
|
+
if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
|
|
104573
|
+
throw 'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitSchedulebidGroup';
|
|
104574
|
+
}
|
|
104575
|
+
// verify the required parameter 'bidId' is set
|
|
104576
|
+
if (bidId === undefined || bidId === null || bidId === '') {
|
|
104577
|
+
throw 'Missing the required parameter "bidId" when calling getWorkforcemanagementBusinessunitSchedulebidGroup';
|
|
104578
|
+
}
|
|
104579
|
+
// verify the required parameter 'bidGroupId' is set
|
|
104580
|
+
if (bidGroupId === undefined || bidGroupId === null || bidGroupId === '') {
|
|
104581
|
+
throw 'Missing the required parameter "bidGroupId" when calling getWorkforcemanagementBusinessunitSchedulebidGroup';
|
|
104582
|
+
}
|
|
104583
|
+
|
|
104584
|
+
return this.apiClient.callApi(
|
|
104585
|
+
'/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}/groups/{bidGroupId}',
|
|
104586
|
+
'GET',
|
|
104587
|
+
{ 'businessUnitId': businessUnitId,'bidId': bidId,'bidGroupId': bidGroupId },
|
|
104588
|
+
{ },
|
|
104589
|
+
{ },
|
|
104590
|
+
{ },
|
|
104591
|
+
null,
|
|
104592
|
+
['PureCloud OAuth'],
|
|
104593
|
+
['application/json'],
|
|
104594
|
+
['application/json'],
|
|
104595
|
+
opts['customHeaders']
|
|
104596
|
+
);
|
|
104597
|
+
}
|
|
104598
|
+
|
|
104599
|
+
/**
|
|
104600
|
+
* Get agents schedule bid preferences for a bid group
|
|
104601
|
+
*
|
|
104602
|
+
* @param {String} businessUnitId The ID of the business unit
|
|
104603
|
+
* @param {String} bidId The ID of the schedule bid associated with the bid groups
|
|
104604
|
+
* @param {String} bidGroupId The ID of the schedule bid group
|
|
104605
|
+
* @param {Object} opts Optional parameters
|
|
104606
|
+
* @param {Boolean} opts.forceDownloadService Force the result of this operation to be sent via download service. For testing/app development purposes
|
|
104607
|
+
* @param {Array.<String>} opts.expand Include to fetch agents' preferences with priorities
|
|
104608
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
104609
|
+
*/
|
|
104610
|
+
getWorkforcemanagementBusinessunitSchedulebidGroupPreferences(businessUnitId, bidId, bidGroupId, opts) {
|
|
104611
|
+
opts = opts || {};
|
|
104612
|
+
|
|
104613
|
+
// verify the required parameter 'businessUnitId' is set
|
|
104614
|
+
if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
|
|
104615
|
+
throw 'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitSchedulebidGroupPreferences';
|
|
104616
|
+
}
|
|
104617
|
+
// verify the required parameter 'bidId' is set
|
|
104618
|
+
if (bidId === undefined || bidId === null || bidId === '') {
|
|
104619
|
+
throw 'Missing the required parameter "bidId" when calling getWorkforcemanagementBusinessunitSchedulebidGroupPreferences';
|
|
104620
|
+
}
|
|
104621
|
+
// verify the required parameter 'bidGroupId' is set
|
|
104622
|
+
if (bidGroupId === undefined || bidGroupId === null || bidGroupId === '') {
|
|
104623
|
+
throw 'Missing the required parameter "bidGroupId" when calling getWorkforcemanagementBusinessunitSchedulebidGroupPreferences';
|
|
104624
|
+
}
|
|
104625
|
+
|
|
104626
|
+
return this.apiClient.callApi(
|
|
104627
|
+
'/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}/groups/{bidGroupId}/preferences',
|
|
104628
|
+
'GET',
|
|
104629
|
+
{ 'businessUnitId': businessUnitId,'bidId': bidId,'bidGroupId': bidGroupId },
|
|
104630
|
+
{ 'forceDownloadService': opts['forceDownloadService'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
|
|
104631
|
+
{ },
|
|
104632
|
+
{ },
|
|
104633
|
+
null,
|
|
104634
|
+
['PureCloud OAuth'],
|
|
104635
|
+
['application/json'],
|
|
104636
|
+
['application/json'],
|
|
104637
|
+
opts['customHeaders']
|
|
104638
|
+
);
|
|
104639
|
+
}
|
|
104640
|
+
|
|
104641
|
+
/**
|
|
104642
|
+
* Get summary of bid groups that belong to a schedule bid
|
|
104643
|
+
*
|
|
104644
|
+
* @param {String} businessUnitId The ID of the business unit
|
|
104645
|
+
* @param {String} bidId The ID of the schedule bid associated with the bid groups
|
|
104646
|
+
* @param {Object} opts Optional parameters
|
|
104647
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
104648
|
+
*/
|
|
104649
|
+
getWorkforcemanagementBusinessunitSchedulebidGroupsSummary(businessUnitId, bidId, opts) {
|
|
104650
|
+
opts = opts || {};
|
|
104651
|
+
|
|
104652
|
+
// verify the required parameter 'businessUnitId' is set
|
|
104653
|
+
if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
|
|
104654
|
+
throw 'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitSchedulebidGroupsSummary';
|
|
104655
|
+
}
|
|
104656
|
+
// verify the required parameter 'bidId' is set
|
|
104657
|
+
if (bidId === undefined || bidId === null || bidId === '') {
|
|
104658
|
+
throw 'Missing the required parameter "bidId" when calling getWorkforcemanagementBusinessunitSchedulebidGroupsSummary';
|
|
104659
|
+
}
|
|
104660
|
+
|
|
104661
|
+
return this.apiClient.callApi(
|
|
104662
|
+
'/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}/groups/summary',
|
|
104663
|
+
'GET',
|
|
104664
|
+
{ 'businessUnitId': businessUnitId,'bidId': bidId },
|
|
104665
|
+
{ },
|
|
104666
|
+
{ },
|
|
104667
|
+
{ },
|
|
104668
|
+
null,
|
|
104669
|
+
['PureCloud OAuth'],
|
|
104670
|
+
['application/json'],
|
|
104671
|
+
['application/json'],
|
|
104672
|
+
opts['customHeaders']
|
|
104673
|
+
);
|
|
104674
|
+
}
|
|
104675
|
+
|
|
104676
|
+
/**
|
|
104677
|
+
* Get list of schedule bids
|
|
104678
|
+
*
|
|
104679
|
+
* @param {String} businessUnitId The ID of the business unit
|
|
104680
|
+
* @param {Object} opts Optional parameters
|
|
104681
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
104682
|
+
*/
|
|
104683
|
+
getWorkforcemanagementBusinessunitSchedulebids(businessUnitId, opts) {
|
|
104684
|
+
opts = opts || {};
|
|
104685
|
+
|
|
104686
|
+
// verify the required parameter 'businessUnitId' is set
|
|
104687
|
+
if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
|
|
104688
|
+
throw 'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitSchedulebids';
|
|
104689
|
+
}
|
|
104690
|
+
|
|
104691
|
+
return this.apiClient.callApi(
|
|
104692
|
+
'/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids',
|
|
104693
|
+
'GET',
|
|
104694
|
+
{ 'businessUnitId': businessUnitId },
|
|
104695
|
+
{ },
|
|
104696
|
+
{ },
|
|
104697
|
+
{ },
|
|
104698
|
+
null,
|
|
104699
|
+
['PureCloud OAuth'],
|
|
104700
|
+
['application/json'],
|
|
104701
|
+
['application/json'],
|
|
104702
|
+
opts['customHeaders']
|
|
104703
|
+
);
|
|
104704
|
+
}
|
|
104705
|
+
|
|
104385
104706
|
/**
|
|
104386
104707
|
* Get scheduler settings for a business unit
|
|
104387
104708
|
*
|
|
@@ -106859,6 +107180,91 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
106859
107180
|
);
|
|
106860
107181
|
}
|
|
106861
107182
|
|
|
107183
|
+
/**
|
|
107184
|
+
* Gets an agent's schedule bidding preference
|
|
107185
|
+
*
|
|
107186
|
+
* @param {String} bidId The ID of the schedule bid
|
|
107187
|
+
* @param {Object} opts Optional parameters
|
|
107188
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
107189
|
+
*/
|
|
107190
|
+
getWorkforcemanagementSchedulebidPreference(bidId, opts) {
|
|
107191
|
+
opts = opts || {};
|
|
107192
|
+
|
|
107193
|
+
// verify the required parameter 'bidId' is set
|
|
107194
|
+
if (bidId === undefined || bidId === null || bidId === '') {
|
|
107195
|
+
throw 'Missing the required parameter "bidId" when calling getWorkforcemanagementSchedulebidPreference';
|
|
107196
|
+
}
|
|
107197
|
+
|
|
107198
|
+
return this.apiClient.callApi(
|
|
107199
|
+
'/api/v2/workforcemanagement/schedulebids/{bidId}/preference',
|
|
107200
|
+
'GET',
|
|
107201
|
+
{ 'bidId': bidId },
|
|
107202
|
+
{ },
|
|
107203
|
+
{ },
|
|
107204
|
+
{ },
|
|
107205
|
+
null,
|
|
107206
|
+
['PureCloud OAuth'],
|
|
107207
|
+
['application/json'],
|
|
107208
|
+
['application/json'],
|
|
107209
|
+
opts['customHeaders']
|
|
107210
|
+
);
|
|
107211
|
+
}
|
|
107212
|
+
|
|
107213
|
+
/**
|
|
107214
|
+
* Gets an agent's schedule sets for a bid
|
|
107215
|
+
*
|
|
107216
|
+
* @param {String} bidId The ID of the schedule bid
|
|
107217
|
+
* @param {Object} opts Optional parameters
|
|
107218
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
107219
|
+
*/
|
|
107220
|
+
getWorkforcemanagementSchedulebidSchedulesets(bidId, opts) {
|
|
107221
|
+
opts = opts || {};
|
|
107222
|
+
|
|
107223
|
+
// verify the required parameter 'bidId' is set
|
|
107224
|
+
if (bidId === undefined || bidId === null || bidId === '') {
|
|
107225
|
+
throw 'Missing the required parameter "bidId" when calling getWorkforcemanagementSchedulebidSchedulesets';
|
|
107226
|
+
}
|
|
107227
|
+
|
|
107228
|
+
return this.apiClient.callApi(
|
|
107229
|
+
'/api/v2/workforcemanagement/schedulebids/{bidId}/schedulesets',
|
|
107230
|
+
'GET',
|
|
107231
|
+
{ 'bidId': bidId },
|
|
107232
|
+
{ },
|
|
107233
|
+
{ },
|
|
107234
|
+
{ },
|
|
107235
|
+
null,
|
|
107236
|
+
['PureCloud OAuth'],
|
|
107237
|
+
['application/json'],
|
|
107238
|
+
['application/json'],
|
|
107239
|
+
opts['customHeaders']
|
|
107240
|
+
);
|
|
107241
|
+
}
|
|
107242
|
+
|
|
107243
|
+
/**
|
|
107244
|
+
* Gets the list of schedule bids that belong to an agent. It will fetch an open bid or upcoming bid or a bid that is closed recently
|
|
107245
|
+
*
|
|
107246
|
+
* @param {Object} opts Optional parameters
|
|
107247
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
107248
|
+
*/
|
|
107249
|
+
getWorkforcemanagementSchedulebids(opts) {
|
|
107250
|
+
opts = opts || {};
|
|
107251
|
+
|
|
107252
|
+
|
|
107253
|
+
return this.apiClient.callApi(
|
|
107254
|
+
'/api/v2/workforcemanagement/schedulebids',
|
|
107255
|
+
'GET',
|
|
107256
|
+
{ },
|
|
107257
|
+
{ },
|
|
107258
|
+
{ },
|
|
107259
|
+
{ },
|
|
107260
|
+
null,
|
|
107261
|
+
['PureCloud OAuth'],
|
|
107262
|
+
['application/json'],
|
|
107263
|
+
['application/json'],
|
|
107264
|
+
opts['customHeaders']
|
|
107265
|
+
);
|
|
107266
|
+
}
|
|
107267
|
+
|
|
106862
107268
|
/**
|
|
106863
107269
|
* Get status of the scheduling job
|
|
106864
107270
|
*
|
|
@@ -107836,6 +108242,136 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
107836
108242
|
);
|
|
107837
108243
|
}
|
|
107838
108244
|
|
|
108245
|
+
/**
|
|
108246
|
+
* Update a schedule bid
|
|
108247
|
+
*
|
|
108248
|
+
* @param {String} businessUnitId The ID of the business unit
|
|
108249
|
+
* @param {String} bidId The ID of the schedule bid
|
|
108250
|
+
* @param {Object} body The schedule bid to be updated
|
|
108251
|
+
* @param {Object} opts Optional parameters
|
|
108252
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
108253
|
+
*/
|
|
108254
|
+
patchWorkforcemanagementBusinessunitSchedulebid(businessUnitId, bidId, body, opts) {
|
|
108255
|
+
opts = opts || {};
|
|
108256
|
+
|
|
108257
|
+
// verify the required parameter 'businessUnitId' is set
|
|
108258
|
+
if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
|
|
108259
|
+
throw 'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitSchedulebid';
|
|
108260
|
+
}
|
|
108261
|
+
// verify the required parameter 'bidId' is set
|
|
108262
|
+
if (bidId === undefined || bidId === null || bidId === '') {
|
|
108263
|
+
throw 'Missing the required parameter "bidId" when calling patchWorkforcemanagementBusinessunitSchedulebid';
|
|
108264
|
+
}
|
|
108265
|
+
// verify the required parameter 'body' is set
|
|
108266
|
+
if (body === undefined || body === null) {
|
|
108267
|
+
throw 'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitSchedulebid';
|
|
108268
|
+
}
|
|
108269
|
+
|
|
108270
|
+
return this.apiClient.callApi(
|
|
108271
|
+
'/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}',
|
|
108272
|
+
'PATCH',
|
|
108273
|
+
{ 'businessUnitId': businessUnitId,'bidId': bidId },
|
|
108274
|
+
{ },
|
|
108275
|
+
{ },
|
|
108276
|
+
{ },
|
|
108277
|
+
body,
|
|
108278
|
+
['PureCloud OAuth'],
|
|
108279
|
+
['application/json'],
|
|
108280
|
+
['application/json'],
|
|
108281
|
+
opts['customHeaders']
|
|
108282
|
+
);
|
|
108283
|
+
}
|
|
108284
|
+
|
|
108285
|
+
/**
|
|
108286
|
+
* Update a schedule bid group by bid group Id
|
|
108287
|
+
*
|
|
108288
|
+
* @param {String} businessUnitId The ID of the business unit
|
|
108289
|
+
* @param {String} bidId The ID of the schedule bid associated with the bid groups
|
|
108290
|
+
* @param {String} bidGroupId Schedule Bid Group id
|
|
108291
|
+
* @param {Object} body body
|
|
108292
|
+
* @param {Object} opts Optional parameters
|
|
108293
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
108294
|
+
*/
|
|
108295
|
+
patchWorkforcemanagementBusinessunitSchedulebidGroup(businessUnitId, bidId, bidGroupId, body, opts) {
|
|
108296
|
+
opts = opts || {};
|
|
108297
|
+
|
|
108298
|
+
// verify the required parameter 'businessUnitId' is set
|
|
108299
|
+
if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
|
|
108300
|
+
throw 'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitSchedulebidGroup';
|
|
108301
|
+
}
|
|
108302
|
+
// verify the required parameter 'bidId' is set
|
|
108303
|
+
if (bidId === undefined || bidId === null || bidId === '') {
|
|
108304
|
+
throw 'Missing the required parameter "bidId" when calling patchWorkforcemanagementBusinessunitSchedulebidGroup';
|
|
108305
|
+
}
|
|
108306
|
+
// verify the required parameter 'bidGroupId' is set
|
|
108307
|
+
if (bidGroupId === undefined || bidGroupId === null || bidGroupId === '') {
|
|
108308
|
+
throw 'Missing the required parameter "bidGroupId" when calling patchWorkforcemanagementBusinessunitSchedulebidGroup';
|
|
108309
|
+
}
|
|
108310
|
+
// verify the required parameter 'body' is set
|
|
108311
|
+
if (body === undefined || body === null) {
|
|
108312
|
+
throw 'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitSchedulebidGroup';
|
|
108313
|
+
}
|
|
108314
|
+
|
|
108315
|
+
return this.apiClient.callApi(
|
|
108316
|
+
'/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}/groups/{bidGroupId}',
|
|
108317
|
+
'PATCH',
|
|
108318
|
+
{ 'businessUnitId': businessUnitId,'bidId': bidId,'bidGroupId': bidGroupId },
|
|
108319
|
+
{ },
|
|
108320
|
+
{ },
|
|
108321
|
+
{ },
|
|
108322
|
+
body,
|
|
108323
|
+
['PureCloud OAuth'],
|
|
108324
|
+
['application/json'],
|
|
108325
|
+
['application/json'],
|
|
108326
|
+
opts['customHeaders']
|
|
108327
|
+
);
|
|
108328
|
+
}
|
|
108329
|
+
|
|
108330
|
+
/**
|
|
108331
|
+
* Overrides the assigned schedule bid for the specified agents
|
|
108332
|
+
*
|
|
108333
|
+
* @param {String} businessUnitId The ID of the business unit
|
|
108334
|
+
* @param {String} bidId The ID of the schedule bid associated with the bid groups
|
|
108335
|
+
* @param {String} bidGroupId The ID of the schedule bid group
|
|
108336
|
+
* @param {Object} body body
|
|
108337
|
+
* @param {Object} opts Optional parameters
|
|
108338
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
108339
|
+
*/
|
|
108340
|
+
patchWorkforcemanagementBusinessunitSchedulebidGroupPreferences(businessUnitId, bidId, bidGroupId, body, opts) {
|
|
108341
|
+
opts = opts || {};
|
|
108342
|
+
|
|
108343
|
+
// verify the required parameter 'businessUnitId' is set
|
|
108344
|
+
if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
|
|
108345
|
+
throw 'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitSchedulebidGroupPreferences';
|
|
108346
|
+
}
|
|
108347
|
+
// verify the required parameter 'bidId' is set
|
|
108348
|
+
if (bidId === undefined || bidId === null || bidId === '') {
|
|
108349
|
+
throw 'Missing the required parameter "bidId" when calling patchWorkforcemanagementBusinessunitSchedulebidGroupPreferences';
|
|
108350
|
+
}
|
|
108351
|
+
// verify the required parameter 'bidGroupId' is set
|
|
108352
|
+
if (bidGroupId === undefined || bidGroupId === null || bidGroupId === '') {
|
|
108353
|
+
throw 'Missing the required parameter "bidGroupId" when calling patchWorkforcemanagementBusinessunitSchedulebidGroupPreferences';
|
|
108354
|
+
}
|
|
108355
|
+
// verify the required parameter 'body' is set
|
|
108356
|
+
if (body === undefined || body === null) {
|
|
108357
|
+
throw 'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitSchedulebidGroupPreferences';
|
|
108358
|
+
}
|
|
108359
|
+
|
|
108360
|
+
return this.apiClient.callApi(
|
|
108361
|
+
'/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}/groups/{bidGroupId}/preferences',
|
|
108362
|
+
'PATCH',
|
|
108363
|
+
{ 'businessUnitId': businessUnitId,'bidId': bidId,'bidGroupId': bidGroupId },
|
|
108364
|
+
{ },
|
|
108365
|
+
{ },
|
|
108366
|
+
{ },
|
|
108367
|
+
body,
|
|
108368
|
+
['PureCloud OAuth'],
|
|
108369
|
+
['application/json'],
|
|
108370
|
+
['application/json'],
|
|
108371
|
+
opts['customHeaders']
|
|
108372
|
+
);
|
|
108373
|
+
}
|
|
108374
|
+
|
|
107839
108375
|
/**
|
|
107840
108376
|
* Update scheduler settings for a business unit
|
|
107841
108377
|
*
|
|
@@ -110157,6 +110693,156 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
110157
110693
|
);
|
|
110158
110694
|
}
|
|
110159
110695
|
|
|
110696
|
+
/**
|
|
110697
|
+
* Copy a schedule bid
|
|
110698
|
+
*
|
|
110699
|
+
* @param {String} businessUnitId The ID of the business unit
|
|
110700
|
+
* @param {String} bidId The ID of the schedule bid to copy
|
|
110701
|
+
* @param {Object} body body
|
|
110702
|
+
* @param {Object} opts Optional parameters
|
|
110703
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
110704
|
+
*/
|
|
110705
|
+
postWorkforcemanagementBusinessunitSchedulebidCopy(businessUnitId, bidId, body, opts) {
|
|
110706
|
+
opts = opts || {};
|
|
110707
|
+
|
|
110708
|
+
// verify the required parameter 'businessUnitId' is set
|
|
110709
|
+
if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
|
|
110710
|
+
throw 'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitSchedulebidCopy';
|
|
110711
|
+
}
|
|
110712
|
+
// verify the required parameter 'bidId' is set
|
|
110713
|
+
if (bidId === undefined || bidId === null || bidId === '') {
|
|
110714
|
+
throw 'Missing the required parameter "bidId" when calling postWorkforcemanagementBusinessunitSchedulebidCopy';
|
|
110715
|
+
}
|
|
110716
|
+
// verify the required parameter 'body' is set
|
|
110717
|
+
if (body === undefined || body === null) {
|
|
110718
|
+
throw 'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitSchedulebidCopy';
|
|
110719
|
+
}
|
|
110720
|
+
|
|
110721
|
+
return this.apiClient.callApi(
|
|
110722
|
+
'/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}/copy',
|
|
110723
|
+
'POST',
|
|
110724
|
+
{ 'businessUnitId': businessUnitId,'bidId': bidId },
|
|
110725
|
+
{ },
|
|
110726
|
+
{ },
|
|
110727
|
+
{ },
|
|
110728
|
+
body,
|
|
110729
|
+
['PureCloud OAuth'],
|
|
110730
|
+
['application/json'],
|
|
110731
|
+
['application/json'],
|
|
110732
|
+
opts['customHeaders']
|
|
110733
|
+
);
|
|
110734
|
+
}
|
|
110735
|
+
|
|
110736
|
+
/**
|
|
110737
|
+
* Add a bid group in a given schedule bid
|
|
110738
|
+
*
|
|
110739
|
+
* @param {String} businessUnitId The ID of the business unit
|
|
110740
|
+
* @param {String} bidId The ID of the schedule bid associated with the bid groups
|
|
110741
|
+
* @param {Object} body body
|
|
110742
|
+
* @param {Object} opts Optional parameters
|
|
110743
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
110744
|
+
*/
|
|
110745
|
+
postWorkforcemanagementBusinessunitSchedulebidGroups(businessUnitId, bidId, body, opts) {
|
|
110746
|
+
opts = opts || {};
|
|
110747
|
+
|
|
110748
|
+
// verify the required parameter 'businessUnitId' is set
|
|
110749
|
+
if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
|
|
110750
|
+
throw 'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitSchedulebidGroups';
|
|
110751
|
+
}
|
|
110752
|
+
// verify the required parameter 'bidId' is set
|
|
110753
|
+
if (bidId === undefined || bidId === null || bidId === '') {
|
|
110754
|
+
throw 'Missing the required parameter "bidId" when calling postWorkforcemanagementBusinessunitSchedulebidGroups';
|
|
110755
|
+
}
|
|
110756
|
+
// verify the required parameter 'body' is set
|
|
110757
|
+
if (body === undefined || body === null) {
|
|
110758
|
+
throw 'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitSchedulebidGroups';
|
|
110759
|
+
}
|
|
110760
|
+
|
|
110761
|
+
return this.apiClient.callApi(
|
|
110762
|
+
'/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}/groups',
|
|
110763
|
+
'POST',
|
|
110764
|
+
{ 'businessUnitId': businessUnitId,'bidId': bidId },
|
|
110765
|
+
{ },
|
|
110766
|
+
{ },
|
|
110767
|
+
{ },
|
|
110768
|
+
body,
|
|
110769
|
+
['PureCloud OAuth'],
|
|
110770
|
+
['application/json'],
|
|
110771
|
+
['application/json'],
|
|
110772
|
+
opts['customHeaders']
|
|
110773
|
+
);
|
|
110774
|
+
}
|
|
110775
|
+
|
|
110776
|
+
/**
|
|
110777
|
+
* Create a new schedule bid
|
|
110778
|
+
*
|
|
110779
|
+
* @param {String} businessUnitId The ID of the business unit
|
|
110780
|
+
* @param {Object} body The schedule bid to be created
|
|
110781
|
+
* @param {Object} opts Optional parameters
|
|
110782
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
110783
|
+
*/
|
|
110784
|
+
postWorkforcemanagementBusinessunitSchedulebids(businessUnitId, body, opts) {
|
|
110785
|
+
opts = opts || {};
|
|
110786
|
+
|
|
110787
|
+
// verify the required parameter 'businessUnitId' is set
|
|
110788
|
+
if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
|
|
110789
|
+
throw 'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitSchedulebids';
|
|
110790
|
+
}
|
|
110791
|
+
// verify the required parameter 'body' is set
|
|
110792
|
+
if (body === undefined || body === null) {
|
|
110793
|
+
throw 'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitSchedulebids';
|
|
110794
|
+
}
|
|
110795
|
+
|
|
110796
|
+
return this.apiClient.callApi(
|
|
110797
|
+
'/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids',
|
|
110798
|
+
'POST',
|
|
110799
|
+
{ 'businessUnitId': businessUnitId },
|
|
110800
|
+
{ },
|
|
110801
|
+
{ },
|
|
110802
|
+
{ },
|
|
110803
|
+
body,
|
|
110804
|
+
['PureCloud OAuth'],
|
|
110805
|
+
['application/json'],
|
|
110806
|
+
['application/json'],
|
|
110807
|
+
opts['customHeaders']
|
|
110808
|
+
);
|
|
110809
|
+
}
|
|
110810
|
+
|
|
110811
|
+
/**
|
|
110812
|
+
* Fetch all the agents with effective schedule set for the given BU
|
|
110813
|
+
*
|
|
110814
|
+
* @param {String} businessUnitId The ID of the business unit
|
|
110815
|
+
* @param {Object} body body
|
|
110816
|
+
* @param {Object} opts Optional parameters
|
|
110817
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
110818
|
+
*/
|
|
110819
|
+
postWorkforcemanagementBusinessunitSchedulebidsEffectiveschedulesets(businessUnitId, body, opts) {
|
|
110820
|
+
opts = opts || {};
|
|
110821
|
+
|
|
110822
|
+
// verify the required parameter 'businessUnitId' is set
|
|
110823
|
+
if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
|
|
110824
|
+
throw 'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitSchedulebidsEffectiveschedulesets';
|
|
110825
|
+
}
|
|
110826
|
+
// verify the required parameter 'body' is set
|
|
110827
|
+
if (body === undefined || body === null) {
|
|
110828
|
+
throw 'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitSchedulebidsEffectiveschedulesets';
|
|
110829
|
+
}
|
|
110830
|
+
|
|
110831
|
+
return this.apiClient.callApi(
|
|
110832
|
+
'/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/effectiveschedulesets',
|
|
110833
|
+
'POST',
|
|
110834
|
+
{ 'businessUnitId': businessUnitId },
|
|
110835
|
+
{ },
|
|
110836
|
+
{ },
|
|
110837
|
+
{ },
|
|
110838
|
+
body,
|
|
110839
|
+
['PureCloud OAuth'],
|
|
110840
|
+
['application/json'],
|
|
110841
|
+
['application/json'],
|
|
110842
|
+
opts['customHeaders']
|
|
110843
|
+
);
|
|
110844
|
+
}
|
|
110845
|
+
|
|
110160
110846
|
/**
|
|
110161
110847
|
* Adds a new service goal template
|
|
110162
110848
|
*
|
|
@@ -113161,6 +113847,41 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
113161
113847
|
);
|
|
113162
113848
|
}
|
|
113163
113849
|
|
|
113850
|
+
/**
|
|
113851
|
+
* Update an agent's schedule set preference
|
|
113852
|
+
*
|
|
113853
|
+
* @param {String} bidId The ID of the schedule bid
|
|
113854
|
+
* @param {Object} body body
|
|
113855
|
+
* @param {Object} opts Optional parameters
|
|
113856
|
+
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
113857
|
+
*/
|
|
113858
|
+
putWorkforcemanagementSchedulebidPreference(bidId, body, opts) {
|
|
113859
|
+
opts = opts || {};
|
|
113860
|
+
|
|
113861
|
+
// verify the required parameter 'bidId' is set
|
|
113862
|
+
if (bidId === undefined || bidId === null || bidId === '') {
|
|
113863
|
+
throw 'Missing the required parameter "bidId" when calling putWorkforcemanagementSchedulebidPreference';
|
|
113864
|
+
}
|
|
113865
|
+
// verify the required parameter 'body' is set
|
|
113866
|
+
if (body === undefined || body === null) {
|
|
113867
|
+
throw 'Missing the required parameter "body" when calling putWorkforcemanagementSchedulebidPreference';
|
|
113868
|
+
}
|
|
113869
|
+
|
|
113870
|
+
return this.apiClient.callApi(
|
|
113871
|
+
'/api/v2/workforcemanagement/schedulebids/{bidId}/preference',
|
|
113872
|
+
'PUT',
|
|
113873
|
+
{ 'bidId': bidId },
|
|
113874
|
+
{ },
|
|
113875
|
+
{ },
|
|
113876
|
+
{ },
|
|
113877
|
+
body,
|
|
113878
|
+
['PureCloud OAuth'],
|
|
113879
|
+
['application/json'],
|
|
113880
|
+
['application/json'],
|
|
113881
|
+
opts['customHeaders']
|
|
113882
|
+
);
|
|
113883
|
+
}
|
|
113884
|
+
|
|
113164
113885
|
}
|
|
113165
113886
|
|
|
113166
113887
|
/**
|
|
@@ -113192,7 +113913,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
113192
113913
|
* </pre>
|
|
113193
113914
|
* </p>
|
|
113194
113915
|
* @module purecloud-platform-client-v2/index
|
|
113195
|
-
* @version
|
|
113916
|
+
* @version 255.1.0
|
|
113196
113917
|
*/
|
|
113197
113918
|
class platformClient {
|
|
113198
113919
|
constructor() {
|