purecloud-platform-client-v2 186.0.1 → 187.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 +2 -2
- package/dist/node/purecloud-platform-client-v2.js +717 -168
- package/dist/web-amd/purecloud-platform-client-v2.js +717 -168
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +271 -134
- package/dist/web-cjs/purecloud-platform-client-v2.js +271 -134
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +520 -94
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.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 +25 -7
- 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/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +4 -22
- 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 +38 -3
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.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/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 +106 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +136 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -34
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +63 -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 +186 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +11 -6
- 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/ScreenRecordingApi.js +50 -0
- 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/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 -27
- 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 +32 -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/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 +1 -1
- package/src/purecloud-platform-client-v2/index.js +7 -1
|
@@ -402,7 +402,7 @@ class Configuration {
|
|
|
402
402
|
|
|
403
403
|
/**
|
|
404
404
|
* @module purecloud-platform-client-v2/ApiClient
|
|
405
|
-
* @version
|
|
405
|
+
* @version 187.0.0
|
|
406
406
|
*/
|
|
407
407
|
class ApiClient {
|
|
408
408
|
/**
|
|
@@ -1821,7 +1821,7 @@ class AlertingApi {
|
|
|
1821
1821
|
/**
|
|
1822
1822
|
* Alerting service.
|
|
1823
1823
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
1824
|
-
* @version
|
|
1824
|
+
* @version 187.0.0
|
|
1825
1825
|
*/
|
|
1826
1826
|
|
|
1827
1827
|
/**
|
|
@@ -2482,7 +2482,7 @@ class AnalyticsApi {
|
|
|
2482
2482
|
/**
|
|
2483
2483
|
* Analytics service.
|
|
2484
2484
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
2485
|
-
* @version
|
|
2485
|
+
* @version 187.0.0
|
|
2486
2486
|
*/
|
|
2487
2487
|
|
|
2488
2488
|
/**
|
|
@@ -5072,7 +5072,7 @@ class ArchitectApi {
|
|
|
5072
5072
|
/**
|
|
5073
5073
|
* Architect service.
|
|
5074
5074
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
5075
|
-
* @version
|
|
5075
|
+
* @version 187.0.0
|
|
5076
5076
|
*/
|
|
5077
5077
|
|
|
5078
5078
|
/**
|
|
@@ -6128,8 +6128,14 @@ class ArchitectApi {
|
|
|
6128
6128
|
* Get specified user prompt
|
|
6129
6129
|
*
|
|
6130
6130
|
* @param {String} promptId Prompt ID
|
|
6131
|
+
* @param {Object} opts Optional parameters
|
|
6132
|
+
* @param {Boolean} opts.includeMediaUris Include the media URIs for each resource (default to true)
|
|
6133
|
+
* @param {Boolean} opts.includeResources Include the resources for each system prompt (default to true)
|
|
6134
|
+
* @param {Array.<String>} opts.language Filter the resources down to the provided languages
|
|
6131
6135
|
*/
|
|
6132
|
-
getArchitectPrompt(promptId) {
|
|
6136
|
+
getArchitectPrompt(promptId, opts) {
|
|
6137
|
+
opts = opts || {};
|
|
6138
|
+
|
|
6133
6139
|
// verify the required parameter 'promptId' is set
|
|
6134
6140
|
if (promptId === undefined || promptId === null) {
|
|
6135
6141
|
throw 'Missing the required parameter "promptId" when calling getArchitectPrompt';
|
|
@@ -6139,7 +6145,7 @@ class ArchitectApi {
|
|
|
6139
6145
|
'/api/v2/architect/prompts/{promptId}',
|
|
6140
6146
|
'GET',
|
|
6141
6147
|
{ 'promptId': promptId },
|
|
6142
|
-
{
|
|
6148
|
+
{ 'includeMediaUris': opts['includeMediaUris'],'includeResources': opts['includeResources'],'language': this.apiClient.buildCollectionParam(opts['language'], 'multi') },
|
|
6143
6149
|
{ },
|
|
6144
6150
|
{ },
|
|
6145
6151
|
null,
|
|
@@ -6258,6 +6264,9 @@ class ArchitectApi {
|
|
|
6258
6264
|
* @param {String} opts.nameOrDescription Name or description
|
|
6259
6265
|
* @param {String} opts.sortBy Sort by (default to id)
|
|
6260
6266
|
* @param {String} opts.sortOrder Sort order (default to asc)
|
|
6267
|
+
* @param {Boolean} opts.includeMediaUris Include the media URIs for each resource (default to true)
|
|
6268
|
+
* @param {Boolean} opts.includeResources Include the resources for each system prompt (default to true)
|
|
6269
|
+
* @param {Array.<String>} opts.language Filter the resources down to the provided languages
|
|
6261
6270
|
*/
|
|
6262
6271
|
getArchitectPrompts(opts) {
|
|
6263
6272
|
opts = opts || {};
|
|
@@ -6267,7 +6276,7 @@ class ArchitectApi {
|
|
|
6267
6276
|
'/api/v2/architect/prompts',
|
|
6268
6277
|
'GET',
|
|
6269
6278
|
{ },
|
|
6270
|
-
{ 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'name': this.apiClient.buildCollectionParam(opts['name'], 'multi'),'description': opts['description'],'nameOrDescription': opts['nameOrDescription'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'] },
|
|
6279
|
+
{ 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'name': this.apiClient.buildCollectionParam(opts['name'], 'multi'),'description': opts['description'],'nameOrDescription': opts['nameOrDescription'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'includeMediaUris': opts['includeMediaUris'],'includeResources': opts['includeResources'],'language': this.apiClient.buildCollectionParam(opts['language'], 'multi') },
|
|
6271
6280
|
{ },
|
|
6272
6281
|
{ },
|
|
6273
6282
|
null,
|
|
@@ -6450,8 +6459,14 @@ class ArchitectApi {
|
|
|
6450
6459
|
* Get a system prompt
|
|
6451
6460
|
*
|
|
6452
6461
|
* @param {String} promptId promptId
|
|
6462
|
+
* @param {Object} opts Optional parameters
|
|
6463
|
+
* @param {Boolean} opts.includeMediaUris Include the media URIs for each resource (default to true)
|
|
6464
|
+
* @param {Boolean} opts.includeResources Include the resources for each system prompt (default to true)
|
|
6465
|
+
* @param {Array.<String>} opts.language Filter the resources down to the provided languages
|
|
6453
6466
|
*/
|
|
6454
|
-
getArchitectSystemprompt(promptId) {
|
|
6467
|
+
getArchitectSystemprompt(promptId, opts) {
|
|
6468
|
+
opts = opts || {};
|
|
6469
|
+
|
|
6455
6470
|
// verify the required parameter 'promptId' is set
|
|
6456
6471
|
if (promptId === undefined || promptId === null) {
|
|
6457
6472
|
throw 'Missing the required parameter "promptId" when calling getArchitectSystemprompt';
|
|
@@ -6461,7 +6476,7 @@ class ArchitectApi {
|
|
|
6461
6476
|
'/api/v2/architect/systemprompts/{promptId}',
|
|
6462
6477
|
'GET',
|
|
6463
6478
|
{ 'promptId': promptId },
|
|
6464
|
-
{
|
|
6479
|
+
{ 'includeMediaUris': opts['includeMediaUris'],'includeResources': opts['includeResources'],'language': this.apiClient.buildCollectionParam(opts['language'], 'multi') },
|
|
6465
6480
|
{ },
|
|
6466
6481
|
{ },
|
|
6467
6482
|
null,
|
|
@@ -6582,6 +6597,9 @@ class ArchitectApi {
|
|
|
6582
6597
|
* @param {String} opts.name Name
|
|
6583
6598
|
* @param {String} opts.description Description
|
|
6584
6599
|
* @param {String} opts.nameOrDescription Name or description
|
|
6600
|
+
* @param {Boolean} opts.includeMediaUris Include the media URIs for each resource (default to true)
|
|
6601
|
+
* @param {Boolean} opts.includeResources Include the resources for each system prompt (default to true)
|
|
6602
|
+
* @param {Array.<String>} opts.language Filter the resources down to the provided languages
|
|
6585
6603
|
*/
|
|
6586
6604
|
getArchitectSystemprompts(opts) {
|
|
6587
6605
|
opts = opts || {};
|
|
@@ -6591,7 +6609,7 @@ class ArchitectApi {
|
|
|
6591
6609
|
'/api/v2/architect/systemprompts',
|
|
6592
6610
|
'GET',
|
|
6593
6611
|
{ },
|
|
6594
|
-
{ 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'],'description': opts['description'],'nameOrDescription': opts['nameOrDescription'] },
|
|
6612
|
+
{ 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'],'description': opts['description'],'nameOrDescription': opts['nameOrDescription'],'includeMediaUris': opts['includeMediaUris'],'includeResources': opts['includeResources'],'language': this.apiClient.buildCollectionParam(opts['language'], 'multi') },
|
|
6595
6613
|
{ },
|
|
6596
6614
|
{ },
|
|
6597
6615
|
null,
|
|
@@ -8907,7 +8925,7 @@ class AuditApi {
|
|
|
8907
8925
|
/**
|
|
8908
8926
|
* Audit service.
|
|
8909
8927
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
8910
|
-
* @version
|
|
8928
|
+
* @version 187.0.0
|
|
8911
8929
|
*/
|
|
8912
8930
|
|
|
8913
8931
|
/**
|
|
@@ -9078,7 +9096,7 @@ class AuthorizationApi {
|
|
|
9078
9096
|
/**
|
|
9079
9097
|
* Authorization service.
|
|
9080
9098
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
9081
|
-
* @version
|
|
9099
|
+
* @version 187.0.0
|
|
9082
9100
|
*/
|
|
9083
9101
|
|
|
9084
9102
|
/**
|
|
@@ -10307,7 +10325,7 @@ class BillingApi {
|
|
|
10307
10325
|
/**
|
|
10308
10326
|
* Billing service.
|
|
10309
10327
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
10310
|
-
* @version
|
|
10328
|
+
* @version 187.0.0
|
|
10311
10329
|
*/
|
|
10312
10330
|
|
|
10313
10331
|
/**
|
|
@@ -10387,7 +10405,7 @@ class CarrierServicesApi {
|
|
|
10387
10405
|
/**
|
|
10388
10406
|
* CarrierServices service.
|
|
10389
10407
|
* @module purecloud-platform-client-v2/api/CarrierServicesApi
|
|
10390
|
-
* @version
|
|
10408
|
+
* @version 187.0.0
|
|
10391
10409
|
*/
|
|
10392
10410
|
|
|
10393
10411
|
/**
|
|
@@ -10457,7 +10475,7 @@ class ChatApi {
|
|
|
10457
10475
|
/**
|
|
10458
10476
|
* Chat service.
|
|
10459
10477
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
10460
|
-
* @version
|
|
10478
|
+
* @version 187.0.0
|
|
10461
10479
|
*/
|
|
10462
10480
|
|
|
10463
10481
|
/**
|
|
@@ -10684,12 +10702,6 @@ class ChatApi {
|
|
|
10684
10702
|
*
|
|
10685
10703
|
* @param {String} roomJid roomJid
|
|
10686
10704
|
* @param {Object} opts Optional parameters
|
|
10687
|
-
* @param {Number} opts.pageSize The total page size requested (default to 25)
|
|
10688
|
-
* @param {Number} opts.pageNumber The page number requested (default to 1)
|
|
10689
|
-
* @param {String} opts.sortBy variable name requested to sort by
|
|
10690
|
-
* @param {Array.<String>} opts.expand variable name requested by expand list
|
|
10691
|
-
* @param {String} opts.nextPage next page token
|
|
10692
|
-
* @param {String} opts.previousPage Previous page token
|
|
10693
10705
|
* @param {String} opts.limit The maximum number of messages to retrieve
|
|
10694
10706
|
* @param {String} opts.before The cutoff date for messages to retrieve
|
|
10695
10707
|
* @param {String} opts.after The beginning date for messages to retrieve
|
|
@@ -10707,7 +10719,7 @@ class ChatApi {
|
|
|
10707
10719
|
'/api/v2/chats/rooms/{roomJid}/messages',
|
|
10708
10720
|
'GET',
|
|
10709
10721
|
{ 'roomJid': roomJid },
|
|
10710
|
-
{ '
|
|
10722
|
+
{ 'limit': opts['limit'],'before': opts['before'],'after': opts['after'] },
|
|
10711
10723
|
{ },
|
|
10712
10724
|
{ },
|
|
10713
10725
|
null,
|
|
@@ -10742,12 +10754,6 @@ class ChatApi {
|
|
|
10742
10754
|
*
|
|
10743
10755
|
* @param {String} threadId threadId
|
|
10744
10756
|
* @param {Object} opts Optional parameters
|
|
10745
|
-
* @param {Number} opts.pageSize The total page size requested (default to 25)
|
|
10746
|
-
* @param {Number} opts.pageNumber The page number requested (default to 1)
|
|
10747
|
-
* @param {String} opts.sortBy variable name requested to sort by
|
|
10748
|
-
* @param {Array.<String>} opts.expand variable name requested by expand list
|
|
10749
|
-
* @param {String} opts.nextPage next page token
|
|
10750
|
-
* @param {String} opts.previousPage Previous page token
|
|
10751
10757
|
* @param {String} opts.limit The maximum number of messages to retrieve
|
|
10752
10758
|
* @param {String} opts.before The cutoff date for messages to retrieve
|
|
10753
10759
|
* @param {String} opts.after The beginning date for messages to retrieve
|
|
@@ -10765,7 +10771,7 @@ class ChatApi {
|
|
|
10765
10771
|
'/api/v2/chats/threads/{threadId}/messages',
|
|
10766
10772
|
'GET',
|
|
10767
10773
|
{ 'threadId': threadId },
|
|
10768
|
-
{ '
|
|
10774
|
+
{ 'limit': opts['limit'],'before': opts['before'],'after': opts['after'] },
|
|
10769
10775
|
{ },
|
|
10770
10776
|
{ },
|
|
10771
10777
|
null,
|
|
@@ -10811,12 +10817,6 @@ class ChatApi {
|
|
|
10811
10817
|
*
|
|
10812
10818
|
* @param {String} userId userId
|
|
10813
10819
|
* @param {Object} opts Optional parameters
|
|
10814
|
-
* @param {Number} opts.pageSize The total page size requested (default to 25)
|
|
10815
|
-
* @param {Number} opts.pageNumber The page number requested (default to 1)
|
|
10816
|
-
* @param {String} opts.sortBy variable name requested to sort by
|
|
10817
|
-
* @param {Array.<String>} opts.expand variable name requested by expand list
|
|
10818
|
-
* @param {String} opts.nextPage next page token
|
|
10819
|
-
* @param {String} opts.previousPage Previous page token
|
|
10820
10820
|
* @param {String} opts.limit The maximum number of messages to retrieve
|
|
10821
10821
|
* @param {String} opts.before The cutoff date for messages to retrieve
|
|
10822
10822
|
* @param {String} opts.after The beginning date for messages to retrieve
|
|
@@ -10834,7 +10834,7 @@ class ChatApi {
|
|
|
10834
10834
|
'/api/v2/chats/users/{userId}/messages',
|
|
10835
10835
|
'GET',
|
|
10836
10836
|
{ 'userId': userId },
|
|
10837
|
-
{ '
|
|
10837
|
+
{ 'limit': opts['limit'],'before': opts['before'],'after': opts['after'] },
|
|
10838
10838
|
{ },
|
|
10839
10839
|
{ },
|
|
10840
10840
|
null,
|
|
@@ -11210,7 +11210,7 @@ class CoachingApi {
|
|
|
11210
11210
|
/**
|
|
11211
11211
|
* Coaching service.
|
|
11212
11212
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
11213
|
-
* @version
|
|
11213
|
+
* @version 187.0.0
|
|
11214
11214
|
*/
|
|
11215
11215
|
|
|
11216
11216
|
/**
|
|
@@ -11787,7 +11787,7 @@ class ContentManagementApi {
|
|
|
11787
11787
|
/**
|
|
11788
11788
|
* ContentManagement service.
|
|
11789
11789
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
11790
|
-
* @version
|
|
11790
|
+
* @version 187.0.0
|
|
11791
11791
|
*/
|
|
11792
11792
|
|
|
11793
11793
|
/**
|
|
@@ -12869,7 +12869,7 @@ class ConversationsApi {
|
|
|
12869
12869
|
/**
|
|
12870
12870
|
* Conversations service.
|
|
12871
12871
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
12872
|
-
* @version
|
|
12872
|
+
* @version 187.0.0
|
|
12873
12873
|
*/
|
|
12874
12874
|
|
|
12875
12875
|
/**
|
|
@@ -17572,6 +17572,40 @@ class ConversationsApi {
|
|
|
17572
17572
|
);
|
|
17573
17573
|
}
|
|
17574
17574
|
|
|
17575
|
+
/**
|
|
17576
|
+
* Submit feedback for the summary.
|
|
17577
|
+
*
|
|
17578
|
+
* @param {String} conversationId Conversation ID
|
|
17579
|
+
* @param {String} summaryId Summary ID
|
|
17580
|
+
* @param {Object} opts Optional parameters
|
|
17581
|
+
* @param {Object} opts.body
|
|
17582
|
+
*/
|
|
17583
|
+
postConversationSummaryFeedback(conversationId, summaryId, opts) {
|
|
17584
|
+
opts = opts || {};
|
|
17585
|
+
|
|
17586
|
+
// verify the required parameter 'conversationId' is set
|
|
17587
|
+
if (conversationId === undefined || conversationId === null) {
|
|
17588
|
+
throw 'Missing the required parameter "conversationId" when calling postConversationSummaryFeedback';
|
|
17589
|
+
}
|
|
17590
|
+
// verify the required parameter 'summaryId' is set
|
|
17591
|
+
if (summaryId === undefined || summaryId === null) {
|
|
17592
|
+
throw 'Missing the required parameter "summaryId" when calling postConversationSummaryFeedback';
|
|
17593
|
+
}
|
|
17594
|
+
|
|
17595
|
+
return this.apiClient.callApi(
|
|
17596
|
+
'/api/v2/conversations/{conversationId}/summaries/{summaryId}/feedback',
|
|
17597
|
+
'POST',
|
|
17598
|
+
{ 'conversationId': conversationId,'summaryId': summaryId },
|
|
17599
|
+
{ },
|
|
17600
|
+
{ },
|
|
17601
|
+
{ },
|
|
17602
|
+
opts['body'],
|
|
17603
|
+
['PureCloud OAuth'],
|
|
17604
|
+
['application/json'],
|
|
17605
|
+
['application/json']
|
|
17606
|
+
);
|
|
17607
|
+
}
|
|
17608
|
+
|
|
17575
17609
|
/**
|
|
17576
17610
|
* Place a new call as part of a callback conversation.
|
|
17577
17611
|
*
|
|
@@ -19095,9 +19129,10 @@ class ConversationsApi {
|
|
|
19095
19129
|
}
|
|
19096
19130
|
|
|
19097
19131
|
/**
|
|
19098
|
-
* Create a LINE messenger Integration
|
|
19099
|
-
*
|
|
19132
|
+
* Create a LINE messenger Integration (Deprecated)
|
|
19133
|
+
* This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-line-third-party-messaging-channel/
|
|
19100
19134
|
* @param {Object} body LineIntegrationRequest
|
|
19135
|
+
* @deprecated
|
|
19101
19136
|
*/
|
|
19102
19137
|
postConversationsMessagingIntegrationsLine(body) {
|
|
19103
19138
|
// verify the required parameter 'body' is set
|
|
@@ -20009,7 +20044,7 @@ class DataExtensionsApi {
|
|
|
20009
20044
|
/**
|
|
20010
20045
|
* DataExtensions service.
|
|
20011
20046
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
20012
|
-
* @version
|
|
20047
|
+
* @version 187.0.0
|
|
20013
20048
|
*/
|
|
20014
20049
|
|
|
20015
20050
|
/**
|
|
@@ -20095,7 +20130,7 @@ class DownloadsApi {
|
|
|
20095
20130
|
/**
|
|
20096
20131
|
* Downloads service.
|
|
20097
20132
|
* @module purecloud-platform-client-v2/api/DownloadsApi
|
|
20098
|
-
* @version
|
|
20133
|
+
* @version 187.0.0
|
|
20099
20134
|
*/
|
|
20100
20135
|
|
|
20101
20136
|
/**
|
|
@@ -20147,7 +20182,7 @@ class EmailsApi {
|
|
|
20147
20182
|
/**
|
|
20148
20183
|
* Emails service.
|
|
20149
20184
|
* @module purecloud-platform-client-v2/api/EmailsApi
|
|
20150
|
-
* @version
|
|
20185
|
+
* @version 187.0.0
|
|
20151
20186
|
*/
|
|
20152
20187
|
|
|
20153
20188
|
/**
|
|
@@ -20212,7 +20247,7 @@ class EventsApi {
|
|
|
20212
20247
|
/**
|
|
20213
20248
|
* Events service.
|
|
20214
20249
|
* @module purecloud-platform-client-v2/api/EventsApi
|
|
20215
|
-
* @version
|
|
20250
|
+
* @version 187.0.0
|
|
20216
20251
|
*/
|
|
20217
20252
|
|
|
20218
20253
|
/**
|
|
@@ -20308,7 +20343,7 @@ class ExternalContactsApi {
|
|
|
20308
20343
|
/**
|
|
20309
20344
|
* ExternalContacts service.
|
|
20310
20345
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
20311
|
-
* @version
|
|
20346
|
+
* @version 187.0.0
|
|
20312
20347
|
*/
|
|
20313
20348
|
|
|
20314
20349
|
/**
|
|
@@ -22266,7 +22301,7 @@ class FaxApi {
|
|
|
22266
22301
|
/**
|
|
22267
22302
|
* Fax service.
|
|
22268
22303
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
22269
|
-
* @version
|
|
22304
|
+
* @version 187.0.0
|
|
22270
22305
|
*/
|
|
22271
22306
|
|
|
22272
22307
|
/**
|
|
@@ -22437,7 +22472,7 @@ class FlowsApi {
|
|
|
22437
22472
|
/**
|
|
22438
22473
|
* Flows service.
|
|
22439
22474
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
22440
|
-
* @version
|
|
22475
|
+
* @version 187.0.0
|
|
22441
22476
|
*/
|
|
22442
22477
|
|
|
22443
22478
|
/**
|
|
@@ -22621,7 +22656,7 @@ class GamificationApi {
|
|
|
22621
22656
|
/**
|
|
22622
22657
|
* Gamification service.
|
|
22623
22658
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
22624
|
-
* @version
|
|
22659
|
+
* @version 187.0.0
|
|
22625
22660
|
*/
|
|
22626
22661
|
|
|
22627
22662
|
/**
|
|
@@ -24707,7 +24742,7 @@ class GeneralDataProtectionRegulationApi {
|
|
|
24707
24742
|
/**
|
|
24708
24743
|
* GeneralDataProtectionRegulation service.
|
|
24709
24744
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
24710
|
-
* @version
|
|
24745
|
+
* @version 187.0.0
|
|
24711
24746
|
*/
|
|
24712
24747
|
|
|
24713
24748
|
/**
|
|
@@ -24837,7 +24872,7 @@ class GeolocationApi {
|
|
|
24837
24872
|
/**
|
|
24838
24873
|
* Geolocation service.
|
|
24839
24874
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
24840
|
-
* @version
|
|
24875
|
+
* @version 187.0.0
|
|
24841
24876
|
*/
|
|
24842
24877
|
|
|
24843
24878
|
/**
|
|
@@ -24968,7 +25003,7 @@ class GreetingsApi {
|
|
|
24968
25003
|
/**
|
|
24969
25004
|
* Greetings service.
|
|
24970
25005
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
24971
|
-
* @version
|
|
25006
|
+
* @version 187.0.0
|
|
24972
25007
|
*/
|
|
24973
25008
|
|
|
24974
25009
|
/**
|
|
@@ -25423,7 +25458,7 @@ class GroupsApi {
|
|
|
25423
25458
|
/**
|
|
25424
25459
|
* Groups service.
|
|
25425
25460
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
25426
|
-
* @version
|
|
25461
|
+
* @version 187.0.0
|
|
25427
25462
|
*/
|
|
25428
25463
|
|
|
25429
25464
|
/**
|
|
@@ -25942,7 +25977,7 @@ class IdentityProviderApi {
|
|
|
25942
25977
|
/**
|
|
25943
25978
|
* IdentityProvider service.
|
|
25944
25979
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
25945
|
-
* @version
|
|
25980
|
+
* @version 187.0.0
|
|
25946
25981
|
*/
|
|
25947
25982
|
|
|
25948
25983
|
/**
|
|
@@ -25957,6 +25992,31 @@ class IdentityProviderApi {
|
|
|
25957
25992
|
}
|
|
25958
25993
|
|
|
25959
25994
|
|
|
25995
|
+
/**
|
|
25996
|
+
* Delete Identity Provider
|
|
25997
|
+
*
|
|
25998
|
+
* @param {String} providerId Provider ID
|
|
25999
|
+
*/
|
|
26000
|
+
deleteIdentityprovider(providerId) {
|
|
26001
|
+
// verify the required parameter 'providerId' is set
|
|
26002
|
+
if (providerId === undefined || providerId === null) {
|
|
26003
|
+
throw 'Missing the required parameter "providerId" when calling deleteIdentityprovider';
|
|
26004
|
+
}
|
|
26005
|
+
|
|
26006
|
+
return this.apiClient.callApi(
|
|
26007
|
+
'/api/v2/identityproviders/{providerId}',
|
|
26008
|
+
'DELETE',
|
|
26009
|
+
{ 'providerId': providerId },
|
|
26010
|
+
{ },
|
|
26011
|
+
{ },
|
|
26012
|
+
{ },
|
|
26013
|
+
null,
|
|
26014
|
+
['PureCloud OAuth'],
|
|
26015
|
+
['application/json'],
|
|
26016
|
+
['application/json']
|
|
26017
|
+
);
|
|
26018
|
+
}
|
|
26019
|
+
|
|
25960
26020
|
/**
|
|
25961
26021
|
* Delete ADFS Identity Provider
|
|
25962
26022
|
*
|
|
@@ -26177,6 +26237,31 @@ class IdentityProviderApi {
|
|
|
26177
26237
|
);
|
|
26178
26238
|
}
|
|
26179
26239
|
|
|
26240
|
+
/**
|
|
26241
|
+
* Get Identity Provider
|
|
26242
|
+
*
|
|
26243
|
+
* @param {String} providerId Provider ID
|
|
26244
|
+
*/
|
|
26245
|
+
getIdentityprovider(providerId) {
|
|
26246
|
+
// verify the required parameter 'providerId' is set
|
|
26247
|
+
if (providerId === undefined || providerId === null) {
|
|
26248
|
+
throw 'Missing the required parameter "providerId" when calling getIdentityprovider';
|
|
26249
|
+
}
|
|
26250
|
+
|
|
26251
|
+
return this.apiClient.callApi(
|
|
26252
|
+
'/api/v2/identityproviders/{providerId}',
|
|
26253
|
+
'GET',
|
|
26254
|
+
{ 'providerId': providerId },
|
|
26255
|
+
{ },
|
|
26256
|
+
{ },
|
|
26257
|
+
{ },
|
|
26258
|
+
null,
|
|
26259
|
+
['PureCloud OAuth'],
|
|
26260
|
+
['application/json'],
|
|
26261
|
+
['application/json']
|
|
26262
|
+
);
|
|
26263
|
+
}
|
|
26264
|
+
|
|
26180
26265
|
/**
|
|
26181
26266
|
* The list of identity providers
|
|
26182
26267
|
*
|
|
@@ -26417,6 +26502,61 @@ class IdentityProviderApi {
|
|
|
26417
26502
|
);
|
|
26418
26503
|
}
|
|
26419
26504
|
|
|
26505
|
+
/**
|
|
26506
|
+
* Create Identity Provider
|
|
26507
|
+
*
|
|
26508
|
+
* @param {Object} body Provider
|
|
26509
|
+
*/
|
|
26510
|
+
postIdentityproviders(body) {
|
|
26511
|
+
// verify the required parameter 'body' is set
|
|
26512
|
+
if (body === undefined || body === null) {
|
|
26513
|
+
throw 'Missing the required parameter "body" when calling postIdentityproviders';
|
|
26514
|
+
}
|
|
26515
|
+
|
|
26516
|
+
return this.apiClient.callApi(
|
|
26517
|
+
'/api/v2/identityproviders',
|
|
26518
|
+
'POST',
|
|
26519
|
+
{ },
|
|
26520
|
+
{ },
|
|
26521
|
+
{ },
|
|
26522
|
+
{ },
|
|
26523
|
+
body,
|
|
26524
|
+
['PureCloud OAuth'],
|
|
26525
|
+
['application/json'],
|
|
26526
|
+
['application/json']
|
|
26527
|
+
);
|
|
26528
|
+
}
|
|
26529
|
+
|
|
26530
|
+
/**
|
|
26531
|
+
* Update Identity Provider
|
|
26532
|
+
*
|
|
26533
|
+
* @param {String} providerId Provider ID
|
|
26534
|
+
* @param {Object} body Provider
|
|
26535
|
+
*/
|
|
26536
|
+
putIdentityprovider(providerId, body) {
|
|
26537
|
+
// verify the required parameter 'providerId' is set
|
|
26538
|
+
if (providerId === undefined || providerId === null) {
|
|
26539
|
+
throw 'Missing the required parameter "providerId" when calling putIdentityprovider';
|
|
26540
|
+
}
|
|
26541
|
+
// verify the required parameter 'body' is set
|
|
26542
|
+
if (body === undefined || body === null) {
|
|
26543
|
+
throw 'Missing the required parameter "body" when calling putIdentityprovider';
|
|
26544
|
+
}
|
|
26545
|
+
|
|
26546
|
+
return this.apiClient.callApi(
|
|
26547
|
+
'/api/v2/identityproviders/{providerId}',
|
|
26548
|
+
'PUT',
|
|
26549
|
+
{ 'providerId': providerId },
|
|
26550
|
+
{ },
|
|
26551
|
+
{ },
|
|
26552
|
+
{ },
|
|
26553
|
+
body,
|
|
26554
|
+
['PureCloud OAuth'],
|
|
26555
|
+
['application/json'],
|
|
26556
|
+
['application/json']
|
|
26557
|
+
);
|
|
26558
|
+
}
|
|
26559
|
+
|
|
26420
26560
|
/**
|
|
26421
26561
|
* Update/Create ADFS Identity Provider
|
|
26422
26562
|
*
|
|
@@ -26698,7 +26838,7 @@ class InfrastructureAsCodeApi {
|
|
|
26698
26838
|
/**
|
|
26699
26839
|
* InfrastructureAsCode service.
|
|
26700
26840
|
* @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
26701
|
-
* @version
|
|
26841
|
+
* @version 187.0.0
|
|
26702
26842
|
*/
|
|
26703
26843
|
|
|
26704
26844
|
/**
|
|
@@ -26865,7 +27005,7 @@ class IntegrationsApi {
|
|
|
26865
27005
|
/**
|
|
26866
27006
|
* Integrations service.
|
|
26867
27007
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
26868
|
-
* @version
|
|
27008
|
+
* @version 187.0.0
|
|
26869
27009
|
*/
|
|
26870
27010
|
|
|
26871
27011
|
/**
|
|
@@ -27128,6 +27268,32 @@ class IntegrationsApi {
|
|
|
27128
27268
|
);
|
|
27129
27269
|
}
|
|
27130
27270
|
|
|
27271
|
+
/**
|
|
27272
|
+
* Get draft function settings for Action
|
|
27273
|
+
*
|
|
27274
|
+
* @param {String} actionId actionId
|
|
27275
|
+
* getIntegrationsActionDraftFunction is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
27276
|
+
*/
|
|
27277
|
+
getIntegrationsActionDraftFunction(actionId) {
|
|
27278
|
+
// verify the required parameter 'actionId' is set
|
|
27279
|
+
if (actionId === undefined || actionId === null) {
|
|
27280
|
+
throw 'Missing the required parameter "actionId" when calling getIntegrationsActionDraftFunction';
|
|
27281
|
+
}
|
|
27282
|
+
|
|
27283
|
+
return this.apiClient.callApi(
|
|
27284
|
+
'/api/v2/integrations/actions/{actionId}/draft/function',
|
|
27285
|
+
'GET',
|
|
27286
|
+
{ 'actionId': actionId },
|
|
27287
|
+
{ },
|
|
27288
|
+
{ },
|
|
27289
|
+
{ },
|
|
27290
|
+
null,
|
|
27291
|
+
['PureCloud OAuth'],
|
|
27292
|
+
['application/json'],
|
|
27293
|
+
['application/json']
|
|
27294
|
+
);
|
|
27295
|
+
}
|
|
27296
|
+
|
|
27131
27297
|
/**
|
|
27132
27298
|
* Retrieve schema for a Draft based on filename.
|
|
27133
27299
|
*
|
|
@@ -27213,6 +27379,32 @@ class IntegrationsApi {
|
|
|
27213
27379
|
);
|
|
27214
27380
|
}
|
|
27215
27381
|
|
|
27382
|
+
/**
|
|
27383
|
+
* Get published function settings for Action
|
|
27384
|
+
*
|
|
27385
|
+
* @param {String} actionId actionId
|
|
27386
|
+
* getIntegrationsActionFunction is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
27387
|
+
*/
|
|
27388
|
+
getIntegrationsActionFunction(actionId) {
|
|
27389
|
+
// verify the required parameter 'actionId' is set
|
|
27390
|
+
if (actionId === undefined || actionId === null) {
|
|
27391
|
+
throw 'Missing the required parameter "actionId" when calling getIntegrationsActionFunction';
|
|
27392
|
+
}
|
|
27393
|
+
|
|
27394
|
+
return this.apiClient.callApi(
|
|
27395
|
+
'/api/v2/integrations/actions/{actionId}/function',
|
|
27396
|
+
'GET',
|
|
27397
|
+
{ 'actionId': actionId },
|
|
27398
|
+
{ },
|
|
27399
|
+
{ },
|
|
27400
|
+
{ },
|
|
27401
|
+
null,
|
|
27402
|
+
['PureCloud OAuth'],
|
|
27403
|
+
['application/json'],
|
|
27404
|
+
['application/json']
|
|
27405
|
+
);
|
|
27406
|
+
}
|
|
27407
|
+
|
|
27216
27408
|
/**
|
|
27217
27409
|
* Retrieve schema for an action based on filename.
|
|
27218
27410
|
*
|
|
@@ -27396,6 +27588,27 @@ class IntegrationsApi {
|
|
|
27396
27588
|
);
|
|
27397
27589
|
}
|
|
27398
27590
|
|
|
27591
|
+
/**
|
|
27592
|
+
* Get action function settings for Action
|
|
27593
|
+
*
|
|
27594
|
+
* getIntegrationsActionsFunctionsRuntimes is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
27595
|
+
*/
|
|
27596
|
+
getIntegrationsActionsFunctionsRuntimes() {
|
|
27597
|
+
|
|
27598
|
+
return this.apiClient.callApi(
|
|
27599
|
+
'/api/v2/integrations/actions/functions/runtimes',
|
|
27600
|
+
'GET',
|
|
27601
|
+
{ },
|
|
27602
|
+
{ },
|
|
27603
|
+
{ },
|
|
27604
|
+
{ },
|
|
27605
|
+
null,
|
|
27606
|
+
['PureCloud OAuth'],
|
|
27607
|
+
['application/json'],
|
|
27608
|
+
['application/json']
|
|
27609
|
+
);
|
|
27610
|
+
}
|
|
27611
|
+
|
|
27399
27612
|
/**
|
|
27400
27613
|
* Get a specific botConnector bot, plus versions, for this integration
|
|
27401
27614
|
*
|
|
@@ -28379,6 +28592,37 @@ class IntegrationsApi {
|
|
|
28379
28592
|
);
|
|
28380
28593
|
}
|
|
28381
28594
|
|
|
28595
|
+
/**
|
|
28596
|
+
* Create upload presigned URL for draft function package file.
|
|
28597
|
+
*
|
|
28598
|
+
* @param {String} actionId actionId
|
|
28599
|
+
* @param {Object} body Input used to request URL upload.
|
|
28600
|
+
* postIntegrationsActionDraftFunctionUpload is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
28601
|
+
*/
|
|
28602
|
+
postIntegrationsActionDraftFunctionUpload(actionId, body) {
|
|
28603
|
+
// verify the required parameter 'actionId' is set
|
|
28604
|
+
if (actionId === undefined || actionId === null) {
|
|
28605
|
+
throw 'Missing the required parameter "actionId" when calling postIntegrationsActionDraftFunctionUpload';
|
|
28606
|
+
}
|
|
28607
|
+
// verify the required parameter 'body' is set
|
|
28608
|
+
if (body === undefined || body === null) {
|
|
28609
|
+
throw 'Missing the required parameter "body" when calling postIntegrationsActionDraftFunctionUpload';
|
|
28610
|
+
}
|
|
28611
|
+
|
|
28612
|
+
return this.apiClient.callApi(
|
|
28613
|
+
'/api/v2/integrations/actions/{actionId}/draft/function/upload',
|
|
28614
|
+
'POST',
|
|
28615
|
+
{ 'actionId': actionId },
|
|
28616
|
+
{ },
|
|
28617
|
+
{ },
|
|
28618
|
+
{ },
|
|
28619
|
+
body,
|
|
28620
|
+
['PureCloud OAuth'],
|
|
28621
|
+
['application/json'],
|
|
28622
|
+
['application/json']
|
|
28623
|
+
);
|
|
28624
|
+
}
|
|
28625
|
+
|
|
28382
28626
|
/**
|
|
28383
28627
|
* Publish a Draft and make it the active Action configuration
|
|
28384
28628
|
*
|
|
@@ -28701,6 +28945,37 @@ class IntegrationsApi {
|
|
|
28701
28945
|
);
|
|
28702
28946
|
}
|
|
28703
28947
|
|
|
28948
|
+
/**
|
|
28949
|
+
* Update draft function settings.
|
|
28950
|
+
*
|
|
28951
|
+
* @param {String} actionId actionId
|
|
28952
|
+
* @param {Object} body Input used to update function settings.
|
|
28953
|
+
* putIntegrationsActionDraftFunction is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
28954
|
+
*/
|
|
28955
|
+
putIntegrationsActionDraftFunction(actionId, body) {
|
|
28956
|
+
// verify the required parameter 'actionId' is set
|
|
28957
|
+
if (actionId === undefined || actionId === null) {
|
|
28958
|
+
throw 'Missing the required parameter "actionId" when calling putIntegrationsActionDraftFunction';
|
|
28959
|
+
}
|
|
28960
|
+
// verify the required parameter 'body' is set
|
|
28961
|
+
if (body === undefined || body === null) {
|
|
28962
|
+
throw 'Missing the required parameter "body" when calling putIntegrationsActionDraftFunction';
|
|
28963
|
+
}
|
|
28964
|
+
|
|
28965
|
+
return this.apiClient.callApi(
|
|
28966
|
+
'/api/v2/integrations/actions/{actionId}/draft/function',
|
|
28967
|
+
'PUT',
|
|
28968
|
+
{ 'actionId': actionId },
|
|
28969
|
+
{ },
|
|
28970
|
+
{ },
|
|
28971
|
+
{ },
|
|
28972
|
+
body,
|
|
28973
|
+
['PureCloud OAuth'],
|
|
28974
|
+
['application/json'],
|
|
28975
|
+
['application/json']
|
|
28976
|
+
);
|
|
28977
|
+
}
|
|
28978
|
+
|
|
28704
28979
|
/**
|
|
28705
28980
|
* Set a list of botConnector bots plus versions for this integration
|
|
28706
28981
|
*
|
|
@@ -28852,7 +29127,7 @@ class JourneyApi {
|
|
|
28852
29127
|
/**
|
|
28853
29128
|
* Journey service.
|
|
28854
29129
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
28855
|
-
* @version
|
|
29130
|
+
* @version 187.0.0
|
|
28856
29131
|
*/
|
|
28857
29132
|
|
|
28858
29133
|
/**
|
|
@@ -29619,39 +29894,6 @@ class JourneyApi {
|
|
|
29619
29894
|
);
|
|
29620
29895
|
}
|
|
29621
29896
|
|
|
29622
|
-
/**
|
|
29623
|
-
* Retrieve segment assignments by session ID.
|
|
29624
|
-
*
|
|
29625
|
-
* @param {String} sessionId ID of the session to query for segment assignments.
|
|
29626
|
-
* @param {Object} opts Optional parameters
|
|
29627
|
-
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
29628
|
-
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
29629
|
-
* @param {Object} opts.segmentScope Scope to filter on. If not specified, both session-scoped and customer-scoped assignments are returned.
|
|
29630
|
-
* @param {Object} opts.assignmentState Assignment state to filter on. If not specified, both assigned and unassigned assignments are returned.
|
|
29631
|
-
* getJourneySessionSegments is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
29632
|
-
*/
|
|
29633
|
-
getJourneySessionSegments(sessionId, opts) {
|
|
29634
|
-
opts = opts || {};
|
|
29635
|
-
|
|
29636
|
-
// verify the required parameter 'sessionId' is set
|
|
29637
|
-
if (sessionId === undefined || sessionId === null) {
|
|
29638
|
-
throw 'Missing the required parameter "sessionId" when calling getJourneySessionSegments';
|
|
29639
|
-
}
|
|
29640
|
-
|
|
29641
|
-
return this.apiClient.callApi(
|
|
29642
|
-
'/api/v2/journey/sessions/{sessionId}/segments',
|
|
29643
|
-
'GET',
|
|
29644
|
-
{ 'sessionId': sessionId },
|
|
29645
|
-
{ 'pageSize': opts['pageSize'],'after': opts['after'],'segmentScope': opts['segmentScope'],'assignmentState': opts['assignmentState'] },
|
|
29646
|
-
{ },
|
|
29647
|
-
{ },
|
|
29648
|
-
null,
|
|
29649
|
-
['PureCloud OAuth'],
|
|
29650
|
-
['application/json'],
|
|
29651
|
-
['application/json']
|
|
29652
|
-
);
|
|
29653
|
-
}
|
|
29654
|
-
|
|
29655
29897
|
/**
|
|
29656
29898
|
* Update single action map.
|
|
29657
29899
|
*
|
|
@@ -30083,7 +30325,7 @@ class KnowledgeApi {
|
|
|
30083
30325
|
/**
|
|
30084
30326
|
* Knowledge service.
|
|
30085
30327
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
30086
|
-
* @version
|
|
30328
|
+
* @version 187.0.0
|
|
30087
30329
|
*/
|
|
30088
30330
|
|
|
30089
30331
|
/**
|
|
@@ -31425,6 +31667,68 @@ class KnowledgeApi {
|
|
|
31425
31667
|
);
|
|
31426
31668
|
}
|
|
31427
31669
|
|
|
31670
|
+
/**
|
|
31671
|
+
* Get operations
|
|
31672
|
+
*
|
|
31673
|
+
* @param {String} knowledgeBaseId Knowledge base ID
|
|
31674
|
+
* @param {Object} opts Optional parameters
|
|
31675
|
+
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
31676
|
+
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
31677
|
+
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
31678
|
+
* @param {Array.<String>} opts.userId If specified, retrieves operations associated with user ids, comma separated values expected.
|
|
31679
|
+
* @param {Array.<String>} opts.type If specified, retrieves operations with specified operation type, comma separated values expected.
|
|
31680
|
+
* @param {Array.<String>} opts.status If specified, retrieves operations with specified operation status, comma separated values expected.
|
|
31681
|
+
* @param {String} opts.interval Retrieves the operations modified in specified date and time range. If the after and before cursor parameters are within this interval, it would return valid data, otherwise it throws an error.The dates in the interval are represented in ISO-8601 format: YYYY-MM-DDThh:mm:ssZ/YYYY-MM-DDThh:mm:ssZ
|
|
31682
|
+
* getKnowledgeKnowledgebaseOperations is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
31683
|
+
*/
|
|
31684
|
+
getKnowledgeKnowledgebaseOperations(knowledgeBaseId, opts) {
|
|
31685
|
+
opts = opts || {};
|
|
31686
|
+
|
|
31687
|
+
// verify the required parameter 'knowledgeBaseId' is set
|
|
31688
|
+
if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
|
|
31689
|
+
throw 'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseOperations';
|
|
31690
|
+
}
|
|
31691
|
+
|
|
31692
|
+
return this.apiClient.callApi(
|
|
31693
|
+
'/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/operations',
|
|
31694
|
+
'GET',
|
|
31695
|
+
{ 'knowledgeBaseId': knowledgeBaseId },
|
|
31696
|
+
{ 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'],'userId': this.apiClient.buildCollectionParam(opts['userId'], 'multi'),'type': this.apiClient.buildCollectionParam(opts['type'], 'multi'),'status': this.apiClient.buildCollectionParam(opts['status'], 'multi'),'interval': opts['interval'] },
|
|
31697
|
+
{ },
|
|
31698
|
+
{ },
|
|
31699
|
+
null,
|
|
31700
|
+
['PureCloud OAuth'],
|
|
31701
|
+
['application/json'],
|
|
31702
|
+
['application/json']
|
|
31703
|
+
);
|
|
31704
|
+
}
|
|
31705
|
+
|
|
31706
|
+
/**
|
|
31707
|
+
* Get ids of operation creator users and oauth clients
|
|
31708
|
+
*
|
|
31709
|
+
* @param {String} knowledgeBaseId Knowledge base ID
|
|
31710
|
+
* getKnowledgeKnowledgebaseOperationsUsersQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
31711
|
+
*/
|
|
31712
|
+
getKnowledgeKnowledgebaseOperationsUsersQuery(knowledgeBaseId) {
|
|
31713
|
+
// verify the required parameter 'knowledgeBaseId' is set
|
|
31714
|
+
if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
|
|
31715
|
+
throw 'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseOperationsUsersQuery';
|
|
31716
|
+
}
|
|
31717
|
+
|
|
31718
|
+
return this.apiClient.callApi(
|
|
31719
|
+
'/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/operations/users/query',
|
|
31720
|
+
'GET',
|
|
31721
|
+
{ 'knowledgeBaseId': knowledgeBaseId },
|
|
31722
|
+
{ },
|
|
31723
|
+
{ },
|
|
31724
|
+
{ },
|
|
31725
|
+
null,
|
|
31726
|
+
['PureCloud OAuth'],
|
|
31727
|
+
['application/json'],
|
|
31728
|
+
['application/json']
|
|
31729
|
+
);
|
|
31730
|
+
}
|
|
31731
|
+
|
|
31428
31732
|
/**
|
|
31429
31733
|
* Get knowledge base unanswered group for a particular groupId
|
|
31430
31734
|
*
|
|
@@ -32904,7 +33208,7 @@ class LanguageUnderstandingApi {
|
|
|
32904
33208
|
/**
|
|
32905
33209
|
* LanguageUnderstanding service.
|
|
32906
33210
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
32907
|
-
* @version
|
|
33211
|
+
* @version 187.0.0
|
|
32908
33212
|
*/
|
|
32909
33213
|
|
|
32910
33214
|
/**
|
|
@@ -33917,7 +34221,7 @@ class LanguagesApi {
|
|
|
33917
34221
|
/**
|
|
33918
34222
|
* Languages service.
|
|
33919
34223
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
33920
|
-
* @version
|
|
34224
|
+
* @version 187.0.0
|
|
33921
34225
|
*/
|
|
33922
34226
|
|
|
33923
34227
|
/**
|
|
@@ -34139,7 +34443,7 @@ class LearningApi {
|
|
|
34139
34443
|
/**
|
|
34140
34444
|
* Learning service.
|
|
34141
34445
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
34142
|
-
* @version
|
|
34446
|
+
* @version 187.0.0
|
|
34143
34447
|
*/
|
|
34144
34448
|
|
|
34145
34449
|
/**
|
|
@@ -34995,7 +35299,7 @@ class LicenseApi {
|
|
|
34995
35299
|
/**
|
|
34996
35300
|
* License service.
|
|
34997
35301
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
34998
|
-
* @version
|
|
35302
|
+
* @version 187.0.0
|
|
34999
35303
|
*/
|
|
35000
35304
|
|
|
35001
35305
|
/**
|
|
@@ -35233,7 +35537,7 @@ class LocationsApi {
|
|
|
35233
35537
|
/**
|
|
35234
35538
|
* Locations service.
|
|
35235
35539
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
35236
|
-
* @version
|
|
35540
|
+
* @version 187.0.0
|
|
35237
35541
|
*/
|
|
35238
35542
|
|
|
35239
35543
|
/**
|
|
@@ -35469,7 +35773,7 @@ class LogCaptureApi {
|
|
|
35469
35773
|
/**
|
|
35470
35774
|
* LogCapture service.
|
|
35471
35775
|
* @module purecloud-platform-client-v2/api/LogCaptureApi
|
|
35472
|
-
* @version
|
|
35776
|
+
* @version 187.0.0
|
|
35473
35777
|
*/
|
|
35474
35778
|
|
|
35475
35779
|
/**
|
|
@@ -35669,7 +35973,7 @@ class MessagingApi {
|
|
|
35669
35973
|
/**
|
|
35670
35974
|
* Messaging service.
|
|
35671
35975
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
35672
|
-
* @version
|
|
35976
|
+
* @version 187.0.0
|
|
35673
35977
|
*/
|
|
35674
35978
|
|
|
35675
35979
|
/**
|
|
@@ -36028,7 +36332,7 @@ class MobileDevicesApi {
|
|
|
36028
36332
|
/**
|
|
36029
36333
|
* MobileDevices service.
|
|
36030
36334
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
36031
|
-
* @version
|
|
36335
|
+
* @version 187.0.0
|
|
36032
36336
|
*/
|
|
36033
36337
|
|
|
36034
36338
|
/**
|
|
@@ -36179,7 +36483,7 @@ class NotificationsApi {
|
|
|
36179
36483
|
/**
|
|
36180
36484
|
* Notifications service.
|
|
36181
36485
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
36182
|
-
* @version
|
|
36486
|
+
* @version 187.0.0
|
|
36183
36487
|
*/
|
|
36184
36488
|
|
|
36185
36489
|
/**
|
|
@@ -36412,7 +36716,7 @@ class OAuthApi {
|
|
|
36412
36716
|
/**
|
|
36413
36717
|
* OAuth service.
|
|
36414
36718
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
36415
|
-
* @version
|
|
36719
|
+
* @version 187.0.0
|
|
36416
36720
|
*/
|
|
36417
36721
|
|
|
36418
36722
|
/**
|
|
@@ -36778,7 +37082,7 @@ class ObjectsApi {
|
|
|
36778
37082
|
/**
|
|
36779
37083
|
* Objects service.
|
|
36780
37084
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
36781
|
-
* @version
|
|
37085
|
+
* @version 187.0.0
|
|
36782
37086
|
*/
|
|
36783
37087
|
|
|
36784
37088
|
/**
|
|
@@ -37047,7 +37351,7 @@ class OperationalEventsApi {
|
|
|
37047
37351
|
/**
|
|
37048
37352
|
* OperationalEvents service.
|
|
37049
37353
|
* @module purecloud-platform-client-v2/api/OperationalEventsApi
|
|
37050
|
-
* @version
|
|
37354
|
+
* @version 187.0.0
|
|
37051
37355
|
*/
|
|
37052
37356
|
|
|
37053
37357
|
/**
|
|
@@ -37113,7 +37417,7 @@ class OrganizationApi {
|
|
|
37113
37417
|
/**
|
|
37114
37418
|
* Organization service.
|
|
37115
37419
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
37116
|
-
* @version
|
|
37420
|
+
* @version 187.0.0
|
|
37117
37421
|
*/
|
|
37118
37422
|
|
|
37119
37423
|
/**
|
|
@@ -37568,7 +37872,7 @@ class OrganizationAuthorizationApi {
|
|
|
37568
37872
|
/**
|
|
37569
37873
|
* OrganizationAuthorization service.
|
|
37570
37874
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
37571
|
-
* @version
|
|
37875
|
+
* @version 187.0.0
|
|
37572
37876
|
*/
|
|
37573
37877
|
|
|
37574
37878
|
/**
|
|
@@ -38915,7 +39219,7 @@ class OutboundApi {
|
|
|
38915
39219
|
/**
|
|
38916
39220
|
* Outbound service.
|
|
38917
39221
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
38918
|
-
* @version
|
|
39222
|
+
* @version 187.0.0
|
|
38919
39223
|
*/
|
|
38920
39224
|
|
|
38921
39225
|
/**
|
|
@@ -39402,6 +39706,56 @@ class OutboundApi {
|
|
|
39402
39706
|
);
|
|
39403
39707
|
}
|
|
39404
39708
|
|
|
39709
|
+
/**
|
|
39710
|
+
* Delete File Specification Template
|
|
39711
|
+
*
|
|
39712
|
+
* @param {String} fileSpecificationTemplateId File Specification Template ID
|
|
39713
|
+
*/
|
|
39714
|
+
deleteOutboundFilespecificationtemplate(fileSpecificationTemplateId) {
|
|
39715
|
+
// verify the required parameter 'fileSpecificationTemplateId' is set
|
|
39716
|
+
if (fileSpecificationTemplateId === undefined || fileSpecificationTemplateId === null) {
|
|
39717
|
+
throw 'Missing the required parameter "fileSpecificationTemplateId" when calling deleteOutboundFilespecificationtemplate';
|
|
39718
|
+
}
|
|
39719
|
+
|
|
39720
|
+
return this.apiClient.callApi(
|
|
39721
|
+
'/api/v2/outbound/filespecificationtemplates/{fileSpecificationTemplateId}',
|
|
39722
|
+
'DELETE',
|
|
39723
|
+
{ 'fileSpecificationTemplateId': fileSpecificationTemplateId },
|
|
39724
|
+
{ },
|
|
39725
|
+
{ },
|
|
39726
|
+
{ },
|
|
39727
|
+
null,
|
|
39728
|
+
['PureCloud OAuth'],
|
|
39729
|
+
['application/json'],
|
|
39730
|
+
['application/json']
|
|
39731
|
+
);
|
|
39732
|
+
}
|
|
39733
|
+
|
|
39734
|
+
/**
|
|
39735
|
+
* Delete multiple file specification templates.
|
|
39736
|
+
*
|
|
39737
|
+
* @param {Array.<String>} id File Specification template id(s) to delete
|
|
39738
|
+
*/
|
|
39739
|
+
deleteOutboundFilespecificationtemplatesBulk(id) {
|
|
39740
|
+
// verify the required parameter 'id' is set
|
|
39741
|
+
if (id === undefined || id === null) {
|
|
39742
|
+
throw 'Missing the required parameter "id" when calling deleteOutboundFilespecificationtemplatesBulk';
|
|
39743
|
+
}
|
|
39744
|
+
|
|
39745
|
+
return this.apiClient.callApi(
|
|
39746
|
+
'/api/v2/outbound/filespecificationtemplates/bulk',
|
|
39747
|
+
'DELETE',
|
|
39748
|
+
{ },
|
|
39749
|
+
{ 'id': this.apiClient.buildCollectionParam(id, 'multi') },
|
|
39750
|
+
{ },
|
|
39751
|
+
{ },
|
|
39752
|
+
null,
|
|
39753
|
+
['PureCloud OAuth'],
|
|
39754
|
+
['application/json'],
|
|
39755
|
+
['application/json']
|
|
39756
|
+
);
|
|
39757
|
+
}
|
|
39758
|
+
|
|
39405
39759
|
/**
|
|
39406
39760
|
* Delete Import Template
|
|
39407
39761
|
*
|
|
@@ -40809,6 +41163,61 @@ class OutboundApi {
|
|
|
40809
41163
|
);
|
|
40810
41164
|
}
|
|
40811
41165
|
|
|
41166
|
+
/**
|
|
41167
|
+
* Get File Specification Template
|
|
41168
|
+
*
|
|
41169
|
+
* @param {String} fileSpecificationTemplateId File Specification Template ID
|
|
41170
|
+
*/
|
|
41171
|
+
getOutboundFilespecificationtemplate(fileSpecificationTemplateId) {
|
|
41172
|
+
// verify the required parameter 'fileSpecificationTemplateId' is set
|
|
41173
|
+
if (fileSpecificationTemplateId === undefined || fileSpecificationTemplateId === null) {
|
|
41174
|
+
throw 'Missing the required parameter "fileSpecificationTemplateId" when calling getOutboundFilespecificationtemplate';
|
|
41175
|
+
}
|
|
41176
|
+
|
|
41177
|
+
return this.apiClient.callApi(
|
|
41178
|
+
'/api/v2/outbound/filespecificationtemplates/{fileSpecificationTemplateId}',
|
|
41179
|
+
'GET',
|
|
41180
|
+
{ 'fileSpecificationTemplateId': fileSpecificationTemplateId },
|
|
41181
|
+
{ },
|
|
41182
|
+
{ },
|
|
41183
|
+
{ },
|
|
41184
|
+
null,
|
|
41185
|
+
['PureCloud OAuth'],
|
|
41186
|
+
['application/json'],
|
|
41187
|
+
['application/json']
|
|
41188
|
+
);
|
|
41189
|
+
}
|
|
41190
|
+
|
|
41191
|
+
/**
|
|
41192
|
+
* Query File Specification Templates
|
|
41193
|
+
*
|
|
41194
|
+
* @param {Object} opts Optional parameters
|
|
41195
|
+
* @param {Number} opts.pageSize Page size. The max that will be returned is 100. (default to 25)
|
|
41196
|
+
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
41197
|
+
* @param {Boolean} opts.allowEmptyResult Whether to return an empty page when there are no results for that page (default to false)
|
|
41198
|
+
* @param {Object} opts.filterType Filter type (default to Prefix)
|
|
41199
|
+
* @param {String} opts.name Name
|
|
41200
|
+
* @param {String} opts.sortBy Sort by
|
|
41201
|
+
* @param {Object} opts.sortOrder Sort order (default to a)
|
|
41202
|
+
*/
|
|
41203
|
+
getOutboundFilespecificationtemplates(opts) {
|
|
41204
|
+
opts = opts || {};
|
|
41205
|
+
|
|
41206
|
+
|
|
41207
|
+
return this.apiClient.callApi(
|
|
41208
|
+
'/api/v2/outbound/filespecificationtemplates',
|
|
41209
|
+
'GET',
|
|
41210
|
+
{ },
|
|
41211
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'allowEmptyResult': opts['allowEmptyResult'],'filterType': opts['filterType'],'name': opts['name'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'] },
|
|
41212
|
+
{ },
|
|
41213
|
+
{ },
|
|
41214
|
+
null,
|
|
41215
|
+
['PureCloud OAuth'],
|
|
41216
|
+
['application/json'],
|
|
41217
|
+
['application/json']
|
|
41218
|
+
);
|
|
41219
|
+
}
|
|
41220
|
+
|
|
40812
41221
|
/**
|
|
40813
41222
|
* Get Import Template
|
|
40814
41223
|
*
|
|
@@ -41982,6 +42391,31 @@ class OutboundApi {
|
|
|
41982
42391
|
);
|
|
41983
42392
|
}
|
|
41984
42393
|
|
|
42394
|
+
/**
|
|
42395
|
+
* Get multiple contact list templates
|
|
42396
|
+
*
|
|
42397
|
+
* @param {Object} body contact list templates to get
|
|
42398
|
+
*/
|
|
42399
|
+
postOutboundContactlisttemplatesBulkRetrieve(body) {
|
|
42400
|
+
// verify the required parameter 'body' is set
|
|
42401
|
+
if (body === undefined || body === null) {
|
|
42402
|
+
throw 'Missing the required parameter "body" when calling postOutboundContactlisttemplatesBulkRetrieve';
|
|
42403
|
+
}
|
|
42404
|
+
|
|
42405
|
+
return this.apiClient.callApi(
|
|
42406
|
+
'/api/v2/outbound/contactlisttemplates/bulk/retrieve',
|
|
42407
|
+
'POST',
|
|
42408
|
+
{ },
|
|
42409
|
+
{ },
|
|
42410
|
+
{ },
|
|
42411
|
+
{ },
|
|
42412
|
+
body,
|
|
42413
|
+
['PureCloud OAuth'],
|
|
42414
|
+
['application/json'],
|
|
42415
|
+
['application/json']
|
|
42416
|
+
);
|
|
42417
|
+
}
|
|
42418
|
+
|
|
41985
42419
|
/**
|
|
41986
42420
|
* Add phone numbers to a Dialer DNC list.
|
|
41987
42421
|
*
|
|
@@ -42146,6 +42580,31 @@ class OutboundApi {
|
|
|
42146
42580
|
);
|
|
42147
42581
|
}
|
|
42148
42582
|
|
|
42583
|
+
/**
|
|
42584
|
+
* Create File Specification Template
|
|
42585
|
+
*
|
|
42586
|
+
* @param {Object} body FileSpecificationTemplate
|
|
42587
|
+
*/
|
|
42588
|
+
postOutboundFilespecificationtemplates(body) {
|
|
42589
|
+
// verify the required parameter 'body' is set
|
|
42590
|
+
if (body === undefined || body === null) {
|
|
42591
|
+
throw 'Missing the required parameter "body" when calling postOutboundFilespecificationtemplates';
|
|
42592
|
+
}
|
|
42593
|
+
|
|
42594
|
+
return this.apiClient.callApi(
|
|
42595
|
+
'/api/v2/outbound/filespecificationtemplates',
|
|
42596
|
+
'POST',
|
|
42597
|
+
{ },
|
|
42598
|
+
{ },
|
|
42599
|
+
{ },
|
|
42600
|
+
{ },
|
|
42601
|
+
body,
|
|
42602
|
+
['PureCloud OAuth'],
|
|
42603
|
+
['application/json'],
|
|
42604
|
+
['application/json']
|
|
42605
|
+
);
|
|
42606
|
+
}
|
|
42607
|
+
|
|
42149
42608
|
/**
|
|
42150
42609
|
* Create Import Template
|
|
42151
42610
|
*
|
|
@@ -42666,6 +43125,36 @@ class OutboundApi {
|
|
|
42666
43125
|
);
|
|
42667
43126
|
}
|
|
42668
43127
|
|
|
43128
|
+
/**
|
|
43129
|
+
* Update File Specification Template
|
|
43130
|
+
*
|
|
43131
|
+
* @param {String} fileSpecificationTemplateId File Specification Template ID
|
|
43132
|
+
* @param {Object} body fileSpecificationTemplate
|
|
43133
|
+
*/
|
|
43134
|
+
putOutboundFilespecificationtemplate(fileSpecificationTemplateId, body) {
|
|
43135
|
+
// verify the required parameter 'fileSpecificationTemplateId' is set
|
|
43136
|
+
if (fileSpecificationTemplateId === undefined || fileSpecificationTemplateId === null) {
|
|
43137
|
+
throw 'Missing the required parameter "fileSpecificationTemplateId" when calling putOutboundFilespecificationtemplate';
|
|
43138
|
+
}
|
|
43139
|
+
// verify the required parameter 'body' is set
|
|
43140
|
+
if (body === undefined || body === null) {
|
|
43141
|
+
throw 'Missing the required parameter "body" when calling putOutboundFilespecificationtemplate';
|
|
43142
|
+
}
|
|
43143
|
+
|
|
43144
|
+
return this.apiClient.callApi(
|
|
43145
|
+
'/api/v2/outbound/filespecificationtemplates/{fileSpecificationTemplateId}',
|
|
43146
|
+
'PUT',
|
|
43147
|
+
{ 'fileSpecificationTemplateId': fileSpecificationTemplateId },
|
|
43148
|
+
{ },
|
|
43149
|
+
{ },
|
|
43150
|
+
{ },
|
|
43151
|
+
body,
|
|
43152
|
+
['PureCloud OAuth'],
|
|
43153
|
+
['application/json'],
|
|
43154
|
+
['application/json']
|
|
43155
|
+
);
|
|
43156
|
+
}
|
|
43157
|
+
|
|
42669
43158
|
/**
|
|
42670
43159
|
* Update Import Template
|
|
42671
43160
|
*
|
|
@@ -42937,7 +43426,7 @@ class PresenceApi {
|
|
|
42937
43426
|
/**
|
|
42938
43427
|
* Presence service.
|
|
42939
43428
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
42940
|
-
* @version
|
|
43429
|
+
* @version 187.0.0
|
|
42941
43430
|
*/
|
|
42942
43431
|
|
|
42943
43432
|
/**
|
|
@@ -43003,9 +43492,10 @@ class PresenceApi {
|
|
|
43003
43492
|
}
|
|
43004
43493
|
|
|
43005
43494
|
/**
|
|
43006
|
-
* Delete a Presence Definition
|
|
43495
|
+
* Delete a Presence Definition. Apps should migrate to use DELETE /api/v2/presence/definitions/{definitionId} instead
|
|
43007
43496
|
*
|
|
43008
43497
|
* @param {String} presenceId Organization Presence ID
|
|
43498
|
+
* @deprecated
|
|
43009
43499
|
*/
|
|
43010
43500
|
deletePresencedefinition(presenceId) {
|
|
43011
43501
|
// verify the required parameter 'presenceId' is set
|
|
@@ -43177,11 +43667,12 @@ class PresenceApi {
|
|
|
43177
43667
|
}
|
|
43178
43668
|
|
|
43179
43669
|
/**
|
|
43180
|
-
* Get a Presence Definition
|
|
43670
|
+
* Get a Presence Definition. Apps should migrate to use GET /api/v2/presence/definitions/{definitionId} instead
|
|
43181
43671
|
*
|
|
43182
43672
|
* @param {String} presenceId Organization Presence ID
|
|
43183
43673
|
* @param {Object} opts Optional parameters
|
|
43184
43674
|
* @param {String} opts.localeCode The locale code to fetch for the presence definition. Use ALL to fetch everything.
|
|
43675
|
+
* @deprecated
|
|
43185
43676
|
*/
|
|
43186
43677
|
getPresencedefinition(presenceId, opts) {
|
|
43187
43678
|
opts = opts || {};
|
|
@@ -43206,13 +43697,14 @@ class PresenceApi {
|
|
|
43206
43697
|
}
|
|
43207
43698
|
|
|
43208
43699
|
/**
|
|
43209
|
-
* Get an Organization's list of Presence Definitions
|
|
43700
|
+
* Get an Organization's list of Presence Definitions. Apps should migrate to use GET /api/v2/presence/definitions instead
|
|
43210
43701
|
*
|
|
43211
43702
|
* @param {Object} opts Optional parameters
|
|
43212
43703
|
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
43213
43704
|
* @param {Number} opts.pageSize Page size (default to 25)
|
|
43214
43705
|
* @param {String} opts.deleted Deleted query can be TRUE, FALSE or ALL (default to false)
|
|
43215
43706
|
* @param {String} opts.localeCode The locale code to fetch for each presence definition. Use ALL to fetch everything.
|
|
43707
|
+
* @deprecated
|
|
43216
43708
|
*/
|
|
43217
43709
|
getPresencedefinitions(opts) {
|
|
43218
43710
|
opts = opts || {};
|
|
@@ -43476,9 +43968,10 @@ class PresenceApi {
|
|
|
43476
43968
|
}
|
|
43477
43969
|
|
|
43478
43970
|
/**
|
|
43479
|
-
* Create a Presence Definition
|
|
43971
|
+
* Create a Presence Definition. Apps should migrate to use POST /api/v2/presence/definitions instead
|
|
43480
43972
|
*
|
|
43481
43973
|
* @param {Object} body The Presence Definition to create
|
|
43974
|
+
* @deprecated
|
|
43482
43975
|
*/
|
|
43483
43976
|
postPresencedefinitions(body) {
|
|
43484
43977
|
// verify the required parameter 'body' is set
|
|
@@ -43616,10 +44109,11 @@ class PresenceApi {
|
|
|
43616
44109
|
}
|
|
43617
44110
|
|
|
43618
44111
|
/**
|
|
43619
|
-
* Update a Presence Definition
|
|
44112
|
+
* Update a Presence Definition. Apps should migrate to use PUT /api/v2/presence/definitions/{definitionId} instead)
|
|
43620
44113
|
*
|
|
43621
44114
|
* @param {String} presenceId Organization Presence ID
|
|
43622
44115
|
* @param {Object} body The OrganizationPresence to update
|
|
44116
|
+
* @deprecated
|
|
43623
44117
|
*/
|
|
43624
44118
|
putPresencedefinition(presenceId, body) {
|
|
43625
44119
|
// verify the required parameter 'presenceId' is set
|
|
@@ -43676,7 +44170,7 @@ class ProcessAutomationApi {
|
|
|
43676
44170
|
/**
|
|
43677
44171
|
* ProcessAutomation service.
|
|
43678
44172
|
* @module purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
43679
|
-
* @version
|
|
44173
|
+
* @version 187.0.0
|
|
43680
44174
|
*/
|
|
43681
44175
|
|
|
43682
44176
|
/**
|
|
@@ -43915,7 +44409,7 @@ class QualityApi {
|
|
|
43915
44409
|
/**
|
|
43916
44410
|
* Quality service.
|
|
43917
44411
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
43918
|
-
* @version
|
|
44412
|
+
* @version 187.0.0
|
|
43919
44413
|
*/
|
|
43920
44414
|
|
|
43921
44415
|
/**
|
|
@@ -45672,7 +46166,7 @@ class RecordingApi {
|
|
|
45672
46166
|
/**
|
|
45673
46167
|
* Recording service.
|
|
45674
46168
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
45675
|
-
* @version
|
|
46169
|
+
* @version 187.0.0
|
|
45676
46170
|
*/
|
|
45677
46171
|
|
|
45678
46172
|
/**
|
|
@@ -47309,7 +47803,7 @@ class ResponseManagementApi {
|
|
|
47309
47803
|
/**
|
|
47310
47804
|
* ResponseManagement service.
|
|
47311
47805
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
47312
|
-
* @version
|
|
47806
|
+
* @version 187.0.0
|
|
47313
47807
|
*/
|
|
47314
47808
|
|
|
47315
47809
|
/**
|
|
@@ -47794,7 +48288,7 @@ class RoutingApi {
|
|
|
47794
48288
|
/**
|
|
47795
48289
|
* Routing service.
|
|
47796
48290
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
47797
|
-
* @version
|
|
48291
|
+
* @version 187.0.0
|
|
47798
48292
|
*/
|
|
47799
48293
|
|
|
47800
48294
|
/**
|
|
@@ -51747,7 +52241,7 @@ class SCIMApi {
|
|
|
51747
52241
|
/**
|
|
51748
52242
|
* SCIM service.
|
|
51749
52243
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
51750
|
-
* @version
|
|
52244
|
+
* @version 187.0.0
|
|
51751
52245
|
*/
|
|
51752
52246
|
|
|
51753
52247
|
/**
|
|
@@ -52620,11 +53114,56 @@ class SCIMApi {
|
|
|
52620
53114
|
|
|
52621
53115
|
}
|
|
52622
53116
|
|
|
53117
|
+
class ScreenRecordingApi {
|
|
53118
|
+
/**
|
|
53119
|
+
* ScreenRecording service.
|
|
53120
|
+
* @module purecloud-platform-client-v2/api/ScreenRecordingApi
|
|
53121
|
+
* @version 187.0.0
|
|
53122
|
+
*/
|
|
53123
|
+
|
|
53124
|
+
/**
|
|
53125
|
+
* Constructs a new ScreenRecordingApi.
|
|
53126
|
+
* @alias module:purecloud-platform-client-v2/api/ScreenRecordingApi
|
|
53127
|
+
* @class
|
|
53128
|
+
* @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
|
|
53129
|
+
* default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
|
|
53130
|
+
*/
|
|
53131
|
+
constructor(apiClient) {
|
|
53132
|
+
this.apiClient = apiClient || ApiClient.instance;
|
|
53133
|
+
}
|
|
53134
|
+
|
|
53135
|
+
|
|
53136
|
+
/**
|
|
53137
|
+
* Sign identifying information for screen recording
|
|
53138
|
+
*
|
|
53139
|
+
* @param {Object} opts Optional parameters
|
|
53140
|
+
* @param {Object} opts.body
|
|
53141
|
+
*/
|
|
53142
|
+
postScreenrecordingToken(opts) {
|
|
53143
|
+
opts = opts || {};
|
|
53144
|
+
|
|
53145
|
+
|
|
53146
|
+
return this.apiClient.callApi(
|
|
53147
|
+
'/api/v2/screenrecording/token',
|
|
53148
|
+
'POST',
|
|
53149
|
+
{ },
|
|
53150
|
+
{ },
|
|
53151
|
+
{ },
|
|
53152
|
+
{ },
|
|
53153
|
+
opts['body'],
|
|
53154
|
+
['PureCloud OAuth'],
|
|
53155
|
+
['application/json'],
|
|
53156
|
+
['application/json']
|
|
53157
|
+
);
|
|
53158
|
+
}
|
|
53159
|
+
|
|
53160
|
+
}
|
|
53161
|
+
|
|
52623
53162
|
class ScriptsApi {
|
|
52624
53163
|
/**
|
|
52625
53164
|
* Scripts service.
|
|
52626
53165
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
52627
|
-
* @version
|
|
53166
|
+
* @version 187.0.0
|
|
52628
53167
|
*/
|
|
52629
53168
|
|
|
52630
53169
|
/**
|
|
@@ -53068,7 +53607,7 @@ class SearchApi {
|
|
|
53068
53607
|
/**
|
|
53069
53608
|
* Search service.
|
|
53070
53609
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
53071
|
-
* @version
|
|
53610
|
+
* @version 187.0.0
|
|
53072
53611
|
*/
|
|
53073
53612
|
|
|
53074
53613
|
/**
|
|
@@ -53757,7 +54296,7 @@ class SettingsApi {
|
|
|
53757
54296
|
/**
|
|
53758
54297
|
* Settings service.
|
|
53759
54298
|
* @module purecloud-platform-client-v2/api/SettingsApi
|
|
53760
|
-
* @version
|
|
54299
|
+
* @version 187.0.0
|
|
53761
54300
|
*/
|
|
53762
54301
|
|
|
53763
54302
|
/**
|
|
@@ -53822,7 +54361,7 @@ class SpeechTextAnalyticsApi {
|
|
|
53822
54361
|
/**
|
|
53823
54362
|
* SpeechTextAnalytics service.
|
|
53824
54363
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
53825
|
-
* @version
|
|
54364
|
+
* @version 187.0.0
|
|
53826
54365
|
*/
|
|
53827
54366
|
|
|
53828
54367
|
/**
|
|
@@ -54935,7 +55474,7 @@ class StationsApi {
|
|
|
54935
55474
|
/**
|
|
54936
55475
|
* Stations service.
|
|
54937
55476
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
54938
|
-
* @version
|
|
55477
|
+
* @version 187.0.0
|
|
54939
55478
|
*/
|
|
54940
55479
|
|
|
54941
55480
|
/**
|
|
@@ -55037,7 +55576,7 @@ class SuggestApi {
|
|
|
55037
55576
|
/**
|
|
55038
55577
|
* Suggest service.
|
|
55039
55578
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
55040
|
-
* @version
|
|
55579
|
+
* @version 187.0.0
|
|
55041
55580
|
*/
|
|
55042
55581
|
|
|
55043
55582
|
/**
|
|
@@ -55176,7 +55715,7 @@ class TaskManagementApi {
|
|
|
55176
55715
|
/**
|
|
55177
55716
|
* TaskManagement service.
|
|
55178
55717
|
* @module purecloud-platform-client-v2/api/TaskManagementApi
|
|
55179
|
-
* @version
|
|
55718
|
+
* @version 187.0.0
|
|
55180
55719
|
*/
|
|
55181
55720
|
|
|
55182
55721
|
/**
|
|
@@ -56457,7 +56996,7 @@ class TeamsApi {
|
|
|
56457
56996
|
/**
|
|
56458
56997
|
* Teams service.
|
|
56459
56998
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
56460
|
-
* @version
|
|
56999
|
+
* @version 187.0.0
|
|
56461
57000
|
*/
|
|
56462
57001
|
|
|
56463
57002
|
/**
|
|
@@ -56759,7 +57298,7 @@ class TelephonyApi {
|
|
|
56759
57298
|
/**
|
|
56760
57299
|
* Telephony service.
|
|
56761
57300
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
56762
|
-
* @version
|
|
57301
|
+
* @version 187.0.0
|
|
56763
57302
|
*/
|
|
56764
57303
|
|
|
56765
57304
|
/**
|
|
@@ -56941,7 +57480,7 @@ class TelephonyProvidersEdgeApi {
|
|
|
56941
57480
|
/**
|
|
56942
57481
|
* TelephonyProvidersEdge service.
|
|
56943
57482
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
56944
|
-
* @version
|
|
57483
|
+
* @version 187.0.0
|
|
56945
57484
|
*/
|
|
56946
57485
|
|
|
56947
57486
|
/**
|
|
@@ -58419,32 +58958,6 @@ class TelephonyProvidersEdgeApi {
|
|
|
58419
58958
|
);
|
|
58420
58959
|
}
|
|
58421
58960
|
|
|
58422
|
-
/**
|
|
58423
|
-
* Get outbound route
|
|
58424
|
-
* This route is deprecated, use /telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId} instead.
|
|
58425
|
-
* @param {String} outboundRouteId Outbound route ID
|
|
58426
|
-
* @deprecated
|
|
58427
|
-
*/
|
|
58428
|
-
getTelephonyProvidersEdgesOutboundroute(outboundRouteId) {
|
|
58429
|
-
// verify the required parameter 'outboundRouteId' is set
|
|
58430
|
-
if (outboundRouteId === undefined || outboundRouteId === null) {
|
|
58431
|
-
throw 'Missing the required parameter "outboundRouteId" when calling getTelephonyProvidersEdgesOutboundroute';
|
|
58432
|
-
}
|
|
58433
|
-
|
|
58434
|
-
return this.apiClient.callApi(
|
|
58435
|
-
'/api/v2/telephony/providers/edges/outboundroutes/{outboundRouteId}',
|
|
58436
|
-
'GET',
|
|
58437
|
-
{ 'outboundRouteId': outboundRouteId },
|
|
58438
|
-
{ },
|
|
58439
|
-
{ },
|
|
58440
|
-
{ },
|
|
58441
|
-
null,
|
|
58442
|
-
['PureCloud OAuth'],
|
|
58443
|
-
['application/json'],
|
|
58444
|
-
['application/json']
|
|
58445
|
-
);
|
|
58446
|
-
}
|
|
58447
|
-
|
|
58448
58961
|
/**
|
|
58449
58962
|
* Get outbound routes
|
|
58450
58963
|
*
|
|
@@ -60316,7 +60829,7 @@ class TextbotsApi {
|
|
|
60316
60829
|
/**
|
|
60317
60830
|
* Textbots service.
|
|
60318
60831
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
60319
|
-
* @version
|
|
60832
|
+
* @version 187.0.0
|
|
60320
60833
|
*/
|
|
60321
60834
|
|
|
60322
60835
|
/**
|
|
@@ -60444,7 +60957,7 @@ class TokensApi {
|
|
|
60444
60957
|
/**
|
|
60445
60958
|
* Tokens service.
|
|
60446
60959
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
60447
|
-
* @version
|
|
60960
|
+
* @version 187.0.0
|
|
60448
60961
|
*/
|
|
60449
60962
|
|
|
60450
60963
|
/**
|
|
@@ -60600,7 +61113,7 @@ class UploadsApi {
|
|
|
60600
61113
|
/**
|
|
60601
61114
|
* Uploads service.
|
|
60602
61115
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
60603
|
-
* @version
|
|
61116
|
+
* @version 187.0.0
|
|
60604
61117
|
*/
|
|
60605
61118
|
|
|
60606
61119
|
/**
|
|
@@ -60615,6 +61128,37 @@ class UploadsApi {
|
|
|
60615
61128
|
}
|
|
60616
61129
|
|
|
60617
61130
|
|
|
61131
|
+
/**
|
|
61132
|
+
* Create upload presigned URL for draft function package file.
|
|
61133
|
+
*
|
|
61134
|
+
* @param {String} actionId actionId
|
|
61135
|
+
* @param {Object} body Input used to request URL upload.
|
|
61136
|
+
* postIntegrationsActionDraftFunctionUpload is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
61137
|
+
*/
|
|
61138
|
+
postIntegrationsActionDraftFunctionUpload(actionId, body) {
|
|
61139
|
+
// verify the required parameter 'actionId' is set
|
|
61140
|
+
if (actionId === undefined || actionId === null) {
|
|
61141
|
+
throw 'Missing the required parameter "actionId" when calling postIntegrationsActionDraftFunctionUpload';
|
|
61142
|
+
}
|
|
61143
|
+
// verify the required parameter 'body' is set
|
|
61144
|
+
if (body === undefined || body === null) {
|
|
61145
|
+
throw 'Missing the required parameter "body" when calling postIntegrationsActionDraftFunctionUpload';
|
|
61146
|
+
}
|
|
61147
|
+
|
|
61148
|
+
return this.apiClient.callApi(
|
|
61149
|
+
'/api/v2/integrations/actions/{actionId}/draft/function/upload',
|
|
61150
|
+
'POST',
|
|
61151
|
+
{ 'actionId': actionId },
|
|
61152
|
+
{ },
|
|
61153
|
+
{ },
|
|
61154
|
+
{ },
|
|
61155
|
+
body,
|
|
61156
|
+
['PureCloud OAuth'],
|
|
61157
|
+
['application/json'],
|
|
61158
|
+
['application/json']
|
|
61159
|
+
);
|
|
61160
|
+
}
|
|
61161
|
+
|
|
60618
61162
|
/**
|
|
60619
61163
|
* Creates a presigned URL for uploading a knowledge import file with a set of documents
|
|
60620
61164
|
*
|
|
@@ -60776,7 +61320,7 @@ class UsageApi {
|
|
|
60776
61320
|
/**
|
|
60777
61321
|
* Usage service.
|
|
60778
61322
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
60779
|
-
* @version
|
|
61323
|
+
* @version 187.0.0
|
|
60780
61324
|
*/
|
|
60781
61325
|
|
|
60782
61326
|
/**
|
|
@@ -60986,7 +61530,7 @@ class UserRecordingsApi {
|
|
|
60986
61530
|
/**
|
|
60987
61531
|
* UserRecordings service.
|
|
60988
61532
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
60989
|
-
* @version
|
|
61533
|
+
* @version 187.0.0
|
|
60990
61534
|
*/
|
|
60991
61535
|
|
|
60992
61536
|
/**
|
|
@@ -61171,7 +61715,7 @@ class UsersApi {
|
|
|
61171
61715
|
/**
|
|
61172
61716
|
* Users service.
|
|
61173
61717
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
61174
|
-
* @version
|
|
61718
|
+
* @version 187.0.0
|
|
61175
61719
|
*/
|
|
61176
61720
|
|
|
61177
61721
|
/**
|
|
@@ -63822,7 +64366,7 @@ class UtilitiesApi {
|
|
|
63822
64366
|
/**
|
|
63823
64367
|
* Utilities service.
|
|
63824
64368
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
63825
|
-
* @version
|
|
64369
|
+
* @version 187.0.0
|
|
63826
64370
|
*/
|
|
63827
64371
|
|
|
63828
64372
|
/**
|
|
@@ -63933,7 +64477,7 @@ class VoicemailApi {
|
|
|
63933
64477
|
/**
|
|
63934
64478
|
* Voicemail service.
|
|
63935
64479
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
63936
|
-
* @version
|
|
64480
|
+
* @version 187.0.0
|
|
63937
64481
|
*/
|
|
63938
64482
|
|
|
63939
64483
|
/**
|
|
@@ -64600,7 +65144,7 @@ class WebChatApi {
|
|
|
64600
65144
|
/**
|
|
64601
65145
|
* WebChat service.
|
|
64602
65146
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
64603
|
-
* @version
|
|
65147
|
+
* @version 187.0.0
|
|
64604
65148
|
*/
|
|
64605
65149
|
|
|
64606
65150
|
/**
|
|
@@ -65149,7 +65693,7 @@ class WebDeploymentsApi {
|
|
|
65149
65693
|
/**
|
|
65150
65694
|
* WebDeployments service.
|
|
65151
65695
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
65152
|
-
* @version
|
|
65696
|
+
* @version 187.0.0
|
|
65153
65697
|
*/
|
|
65154
65698
|
|
|
65155
65699
|
/**
|
|
@@ -65676,7 +66220,7 @@ class WebMessagingApi {
|
|
|
65676
66220
|
/**
|
|
65677
66221
|
* WebMessaging service.
|
|
65678
66222
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
65679
|
-
* @version
|
|
66223
|
+
* @version 187.0.0
|
|
65680
66224
|
*/
|
|
65681
66225
|
|
|
65682
66226
|
/**
|
|
@@ -65722,7 +66266,7 @@ class WidgetsApi {
|
|
|
65722
66266
|
/**
|
|
65723
66267
|
* Widgets service.
|
|
65724
66268
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
65725
|
-
* @version
|
|
66269
|
+
* @version 187.0.0
|
|
65726
66270
|
*/
|
|
65727
66271
|
|
|
65728
66272
|
/**
|
|
@@ -65868,7 +66412,7 @@ class WorkforceManagementApi {
|
|
|
65868
66412
|
/**
|
|
65869
66413
|
* WorkforceManagement service.
|
|
65870
66414
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
65871
|
-
* @version
|
|
66415
|
+
* @version 187.0.0
|
|
65872
66416
|
*/
|
|
65873
66417
|
|
|
65874
66418
|
/**
|
|
@@ -71263,7 +71807,7 @@ class WorkforceManagementApi {
|
|
|
71263
71807
|
* </pre>
|
|
71264
71808
|
* </p>
|
|
71265
71809
|
* @module purecloud-platform-client-v2/index
|
|
71266
|
-
* @version
|
|
71810
|
+
* @version 187.0.0
|
|
71267
71811
|
*/
|
|
71268
71812
|
class platformClient {
|
|
71269
71813
|
constructor() {
|
|
@@ -71527,6 +72071,11 @@ class platformClient {
|
|
|
71527
72071
|
* @property {module:purecloud-platform-client-v2/api/SCIMApi}
|
|
71528
72072
|
*/
|
|
71529
72073
|
this.SCIMApi = SCIMApi;
|
|
72074
|
+
/**
|
|
72075
|
+
* The ScreenRecordingApi service constructor.
|
|
72076
|
+
* @property {module:purecloud-platform-client-v2/api/ScreenRecordingApi}
|
|
72077
|
+
*/
|
|
72078
|
+
this.ScreenRecordingApi = ScreenRecordingApi;
|
|
71530
72079
|
/**
|
|
71531
72080
|
* The ScriptsApi service constructor.
|
|
71532
72081
|
* @property {module:purecloud-platform-client-v2/api/ScriptsApi}
|