purecloud-platform-client-v2 247.0.0 → 248.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/node/purecloud-platform-client-v2.js +134 -103
- package/dist/web-amd/purecloud-platform-client-v2.js +134 -103
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +111 -103
- package/dist/web-cjs/purecloud-platform-client-v2.js +111 -103
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +538 -255
- package/package.json +2 -2
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- 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 +1 -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/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 +11 -11
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +25 -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 +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 +2 -3
- 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 +13 -5
- package/src/purecloud-platform-client-v2/index.js +1 -1
|
@@ -748,7 +748,7 @@ class Configuration {
|
|
|
748
748
|
|
|
749
749
|
/**
|
|
750
750
|
* @module purecloud-platform-client-v2/ApiClient
|
|
751
|
-
* @version
|
|
751
|
+
* @version 248.0.0
|
|
752
752
|
*/
|
|
753
753
|
class ApiClient {
|
|
754
754
|
/**
|
|
@@ -2412,7 +2412,7 @@ class AIStudioApi {
|
|
|
2412
2412
|
/**
|
|
2413
2413
|
* AIStudio service.
|
|
2414
2414
|
* @module purecloud-platform-client-v2/api/AIStudioApi
|
|
2415
|
-
* @version
|
|
2415
|
+
* @version 248.0.0
|
|
2416
2416
|
*/
|
|
2417
2417
|
|
|
2418
2418
|
/**
|
|
@@ -3031,7 +3031,7 @@ class AgentAssistantsApi {
|
|
|
3031
3031
|
/**
|
|
3032
3032
|
* AgentAssistants service.
|
|
3033
3033
|
* @module purecloud-platform-client-v2/api/AgentAssistantsApi
|
|
3034
|
-
* @version
|
|
3034
|
+
* @version 248.0.0
|
|
3035
3035
|
*/
|
|
3036
3036
|
|
|
3037
3037
|
/**
|
|
@@ -3744,7 +3744,7 @@ class AgentCopilotApi {
|
|
|
3744
3744
|
/**
|
|
3745
3745
|
* AgentCopilot service.
|
|
3746
3746
|
* @module purecloud-platform-client-v2/api/AgentCopilotApi
|
|
3747
|
-
* @version
|
|
3747
|
+
* @version 248.0.0
|
|
3748
3748
|
*/
|
|
3749
3749
|
|
|
3750
3750
|
/**
|
|
@@ -3844,7 +3844,7 @@ class AgentUIApi {
|
|
|
3844
3844
|
/**
|
|
3845
3845
|
* AgentUI service.
|
|
3846
3846
|
* @module purecloud-platform-client-v2/api/AgentUIApi
|
|
3847
|
-
* @version
|
|
3847
|
+
* @version 248.0.0
|
|
3848
3848
|
*/
|
|
3849
3849
|
|
|
3850
3850
|
/**
|
|
@@ -3975,7 +3975,7 @@ class AlertingApi {
|
|
|
3975
3975
|
/**
|
|
3976
3976
|
* Alerting service.
|
|
3977
3977
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
3978
|
-
* @version
|
|
3978
|
+
* @version 248.0.0
|
|
3979
3979
|
*/
|
|
3980
3980
|
|
|
3981
3981
|
/**
|
|
@@ -4376,7 +4376,7 @@ class AnalyticsApi {
|
|
|
4376
4376
|
/**
|
|
4377
4377
|
* Analytics service.
|
|
4378
4378
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
4379
|
-
* @version
|
|
4379
|
+
* @version 248.0.0
|
|
4380
4380
|
*/
|
|
4381
4381
|
|
|
4382
4382
|
/**
|
|
@@ -7813,7 +7813,7 @@ class ArchitectApi {
|
|
|
7813
7813
|
/**
|
|
7814
7814
|
* Architect service.
|
|
7815
7815
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
7816
|
-
* @version
|
|
7816
|
+
* @version 248.0.0
|
|
7817
7817
|
*/
|
|
7818
7818
|
|
|
7819
7819
|
/**
|
|
@@ -12108,7 +12108,7 @@ class AssistantCopilotVariationsApi {
|
|
|
12108
12108
|
/**
|
|
12109
12109
|
* AssistantCopilotVariations service.
|
|
12110
12110
|
* @module purecloud-platform-client-v2/api/AssistantCopilotVariationsApi
|
|
12111
|
-
* @version
|
|
12111
|
+
* @version 248.0.0
|
|
12112
12112
|
*/
|
|
12113
12113
|
|
|
12114
12114
|
/**
|
|
@@ -12279,7 +12279,7 @@ class AuditApi {
|
|
|
12279
12279
|
/**
|
|
12280
12280
|
* Audit service.
|
|
12281
12281
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
12282
|
-
* @version
|
|
12282
|
+
* @version 248.0.0
|
|
12283
12283
|
*/
|
|
12284
12284
|
|
|
12285
12285
|
/**
|
|
@@ -12480,7 +12480,7 @@ class AuthorizationApi {
|
|
|
12480
12480
|
/**
|
|
12481
12481
|
* Authorization service.
|
|
12482
12482
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
12483
|
-
* @version
|
|
12483
|
+
* @version 248.0.0
|
|
12484
12484
|
*/
|
|
12485
12485
|
|
|
12486
12486
|
/**
|
|
@@ -14194,7 +14194,7 @@ class BackgroundAssistantApi {
|
|
|
14194
14194
|
/**
|
|
14195
14195
|
* BackgroundAssistant service.
|
|
14196
14196
|
* @module purecloud-platform-client-v2/api/BackgroundAssistantApi
|
|
14197
|
-
* @version
|
|
14197
|
+
* @version 248.0.0
|
|
14198
14198
|
*/
|
|
14199
14199
|
|
|
14200
14200
|
/**
|
|
@@ -14264,7 +14264,7 @@ class BillingApi {
|
|
|
14264
14264
|
/**
|
|
14265
14265
|
* Billing service.
|
|
14266
14266
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
14267
|
-
* @version
|
|
14267
|
+
* @version 248.0.0
|
|
14268
14268
|
*/
|
|
14269
14269
|
|
|
14270
14270
|
/**
|
|
@@ -14520,7 +14520,7 @@ class BusinessRulesApi {
|
|
|
14520
14520
|
/**
|
|
14521
14521
|
* BusinessRules service.
|
|
14522
14522
|
* @module purecloud-platform-client-v2/api/BusinessRulesApi
|
|
14523
|
-
* @version
|
|
14523
|
+
* @version 248.0.0
|
|
14524
14524
|
*/
|
|
14525
14525
|
|
|
14526
14526
|
/**
|
|
@@ -15407,7 +15407,7 @@ class CarrierServicesApi {
|
|
|
15407
15407
|
/**
|
|
15408
15408
|
* CarrierServices service.
|
|
15409
15409
|
* @module purecloud-platform-client-v2/api/CarrierServicesApi
|
|
15410
|
-
* @version
|
|
15410
|
+
* @version 248.0.0
|
|
15411
15411
|
*/
|
|
15412
15412
|
|
|
15413
15413
|
/**
|
|
@@ -15477,7 +15477,7 @@ class ChatApi {
|
|
|
15477
15477
|
/**
|
|
15478
15478
|
* Chat service.
|
|
15479
15479
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
15480
|
-
* @version
|
|
15480
|
+
* @version 248.0.0
|
|
15481
15481
|
*/
|
|
15482
15482
|
|
|
15483
15483
|
/**
|
|
@@ -16458,7 +16458,7 @@ class CoachingApi {
|
|
|
16458
16458
|
/**
|
|
16459
16459
|
* Coaching service.
|
|
16460
16460
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
16461
|
-
* @version
|
|
16461
|
+
* @version 248.0.0
|
|
16462
16462
|
*/
|
|
16463
16463
|
|
|
16464
16464
|
/**
|
|
@@ -17085,7 +17085,7 @@ class ContentManagementApi {
|
|
|
17085
17085
|
/**
|
|
17086
17086
|
* ContentManagement service.
|
|
17087
17087
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
17088
|
-
* @version
|
|
17088
|
+
* @version 248.0.0
|
|
17089
17089
|
*/
|
|
17090
17090
|
|
|
17091
17091
|
/**
|
|
@@ -18166,7 +18166,7 @@ class ConversationsApi {
|
|
|
18166
18166
|
/**
|
|
18167
18167
|
* Conversations service.
|
|
18168
18168
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
18169
|
-
* @version
|
|
18169
|
+
* @version 248.0.0
|
|
18170
18170
|
*/
|
|
18171
18171
|
|
|
18172
18172
|
/**
|
|
@@ -19676,8 +19676,8 @@ class ConversationsApi {
|
|
|
19676
19676
|
}
|
|
19677
19677
|
|
|
19678
19678
|
/**
|
|
19679
|
-
* Get active
|
|
19680
|
-
*
|
|
19679
|
+
* Get the logged-in user's active conversations and their Callback participants state.
|
|
19680
|
+
* This endpoint answers three questions:- Is the user involved in any active conversation? - Does that active conversation include Callbacks? - Is the user directly participating in a Callback within that conversation?
|
|
19681
19681
|
*/
|
|
19682
19682
|
getConversationsCallbacks() {
|
|
19683
19683
|
|
|
@@ -19696,8 +19696,8 @@ class ConversationsApi {
|
|
|
19696
19696
|
}
|
|
19697
19697
|
|
|
19698
19698
|
/**
|
|
19699
|
-
* Get active
|
|
19700
|
-
*
|
|
19699
|
+
* Get the logged-in user's active conversations and their Call participants state.
|
|
19700
|
+
* This endpoint answers three questions:- Is the user involved in any active conversation? - Does that active conversation include Calls? - Is the user directly participating in a Call within that conversation?
|
|
19701
19701
|
*/
|
|
19702
19702
|
getConversationsCalls() {
|
|
19703
19703
|
|
|
@@ -20529,8 +20529,8 @@ class ConversationsApi {
|
|
|
20529
20529
|
}
|
|
20530
20530
|
|
|
20531
20531
|
/**
|
|
20532
|
-
* Get active
|
|
20533
|
-
*
|
|
20532
|
+
* Get the logged-in user's active conversations and their Email participants state.
|
|
20533
|
+
* This endpoint answers three questions:- Is the user involved in any active conversation? - Does that active conversation include Emails? - Is the user directly participating in an Email within that conversation?
|
|
20534
20534
|
*/
|
|
20535
20535
|
getConversationsEmails() {
|
|
20536
20536
|
|
|
@@ -20574,8 +20574,8 @@ class ConversationsApi {
|
|
|
20574
20574
|
}
|
|
20575
20575
|
|
|
20576
20576
|
/**
|
|
20577
|
-
* Get
|
|
20578
|
-
*
|
|
20577
|
+
* Get the logged-in user's active conversations and their InternalMessage participants state.
|
|
20578
|
+
* This endpoint answers three questions:- Is the user involved in any active conversation? - Does that active conversation include InternalMessages? - Is the user directly participating in an InternalMessage within that conversation?
|
|
20579
20579
|
*/
|
|
20580
20580
|
getConversationsInternalmessages() {
|
|
20581
20581
|
|
|
@@ -20901,8 +20901,8 @@ class ConversationsApi {
|
|
|
20901
20901
|
}
|
|
20902
20902
|
|
|
20903
20903
|
/**
|
|
20904
|
-
* Get active
|
|
20905
|
-
*
|
|
20904
|
+
* Get the logged-in user's active conversations and their Message participants state.
|
|
20905
|
+
* This endpoint answers three questions:- Is the user involved in any active conversation? - Does that active conversation include Messages? - Is the user directly participating in a Message within that conversation?
|
|
20906
20906
|
*/
|
|
20907
20907
|
getConversationsMessages() {
|
|
20908
20908
|
|
|
@@ -27783,7 +27783,7 @@ class DataExtensionsApi {
|
|
|
27783
27783
|
/**
|
|
27784
27784
|
* DataExtensions service.
|
|
27785
27785
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
27786
|
-
* @version
|
|
27786
|
+
* @version 248.0.0
|
|
27787
27787
|
*/
|
|
27788
27788
|
|
|
27789
27789
|
/**
|
|
@@ -27869,7 +27869,7 @@ class DataPrivacyApi {
|
|
|
27869
27869
|
/**
|
|
27870
27870
|
* DataPrivacy service.
|
|
27871
27871
|
* @module purecloud-platform-client-v2/api/DataPrivacyApi
|
|
27872
|
-
* @version
|
|
27872
|
+
* @version 248.0.0
|
|
27873
27873
|
*/
|
|
27874
27874
|
|
|
27875
27875
|
/**
|
|
@@ -28039,7 +28039,7 @@ class DownloadsApi {
|
|
|
28039
28039
|
/**
|
|
28040
28040
|
* Downloads service.
|
|
28041
28041
|
* @module purecloud-platform-client-v2/api/DownloadsApi
|
|
28042
|
-
* @version
|
|
28042
|
+
* @version 248.0.0
|
|
28043
28043
|
*/
|
|
28044
28044
|
|
|
28045
28045
|
/**
|
|
@@ -28091,7 +28091,7 @@ class EmailsApi {
|
|
|
28091
28091
|
/**
|
|
28092
28092
|
* Emails service.
|
|
28093
28093
|
* @module purecloud-platform-client-v2/api/EmailsApi
|
|
28094
|
-
* @version
|
|
28094
|
+
* @version 248.0.0
|
|
28095
28095
|
*/
|
|
28096
28096
|
|
|
28097
28097
|
/**
|
|
@@ -28220,7 +28220,7 @@ class EmployeeEngagementApi {
|
|
|
28220
28220
|
/**
|
|
28221
28221
|
* EmployeeEngagement service.
|
|
28222
28222
|
* @module purecloud-platform-client-v2/api/EmployeeEngagementApi
|
|
28223
|
-
* @version
|
|
28223
|
+
* @version 248.0.0
|
|
28224
28224
|
*/
|
|
28225
28225
|
|
|
28226
28226
|
/**
|
|
@@ -28400,7 +28400,7 @@ class EventsApi {
|
|
|
28400
28400
|
/**
|
|
28401
28401
|
* Events service.
|
|
28402
28402
|
* @module purecloud-platform-client-v2/api/EventsApi
|
|
28403
|
-
* @version
|
|
28403
|
+
* @version 248.0.0
|
|
28404
28404
|
*/
|
|
28405
28405
|
|
|
28406
28406
|
/**
|
|
@@ -28496,7 +28496,7 @@ class ExternalContactsApi {
|
|
|
28496
28496
|
/**
|
|
28497
28497
|
* ExternalContacts service.
|
|
28498
28498
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
28499
|
-
* @version
|
|
28499
|
+
* @version 248.0.0
|
|
28500
28500
|
*/
|
|
28501
28501
|
|
|
28502
28502
|
/**
|
|
@@ -31743,7 +31743,7 @@ class FaxApi {
|
|
|
31743
31743
|
/**
|
|
31744
31744
|
* Fax service.
|
|
31745
31745
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
31746
|
-
* @version
|
|
31746
|
+
* @version 248.0.0
|
|
31747
31747
|
*/
|
|
31748
31748
|
|
|
31749
31749
|
/**
|
|
@@ -31958,7 +31958,7 @@ class FlowsApi {
|
|
|
31958
31958
|
/**
|
|
31959
31959
|
* Flows service.
|
|
31960
31960
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
31961
|
-
* @version
|
|
31961
|
+
* @version 248.0.0
|
|
31962
31962
|
*/
|
|
31963
31963
|
|
|
31964
31964
|
/**
|
|
@@ -32167,7 +32167,7 @@ class GamificationApi {
|
|
|
32167
32167
|
/**
|
|
32168
32168
|
* Gamification service.
|
|
32169
32169
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
32170
|
-
* @version
|
|
32170
|
+
* @version 248.0.0
|
|
32171
32171
|
*/
|
|
32172
32172
|
|
|
32173
32173
|
/**
|
|
@@ -34725,7 +34725,7 @@ class GeneralDataProtectionRegulationApi {
|
|
|
34725
34725
|
/**
|
|
34726
34726
|
* GeneralDataProtectionRegulation service.
|
|
34727
34727
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
34728
|
-
* @version
|
|
34728
|
+
* @version 248.0.0
|
|
34729
34729
|
*/
|
|
34730
34730
|
|
|
34731
34731
|
/**
|
|
@@ -34855,7 +34855,7 @@ class GeolocationApi {
|
|
|
34855
34855
|
/**
|
|
34856
34856
|
* Geolocation service.
|
|
34857
34857
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
34858
|
-
* @version
|
|
34858
|
+
* @version 248.0.0
|
|
34859
34859
|
*/
|
|
34860
34860
|
|
|
34861
34861
|
/**
|
|
@@ -34986,7 +34986,7 @@ class GreetingsApi {
|
|
|
34986
34986
|
/**
|
|
34987
34987
|
* Greetings service.
|
|
34988
34988
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
34989
|
-
* @version
|
|
34989
|
+
* @version 248.0.0
|
|
34990
34990
|
*/
|
|
34991
34991
|
|
|
34992
34992
|
/**
|
|
@@ -35528,7 +35528,7 @@ class GroupsApi {
|
|
|
35528
35528
|
/**
|
|
35529
35529
|
* Groups service.
|
|
35530
35530
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
35531
|
-
* @version
|
|
35531
|
+
* @version 248.0.0
|
|
35532
35532
|
*/
|
|
35533
35533
|
|
|
35534
35534
|
/**
|
|
@@ -36047,7 +36047,7 @@ class IdentityProviderApi {
|
|
|
36047
36047
|
/**
|
|
36048
36048
|
* IdentityProvider service.
|
|
36049
36049
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
36050
|
-
* @version
|
|
36050
|
+
* @version 248.0.0
|
|
36051
36051
|
*/
|
|
36052
36052
|
|
|
36053
36053
|
/**
|
|
@@ -36908,7 +36908,7 @@ class InfrastructureAsCodeApi {
|
|
|
36908
36908
|
/**
|
|
36909
36909
|
* InfrastructureAsCode service.
|
|
36910
36910
|
* @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
36911
|
-
* @version
|
|
36911
|
+
* @version 248.0.0
|
|
36912
36912
|
*/
|
|
36913
36913
|
|
|
36914
36914
|
/**
|
|
@@ -37075,7 +37075,7 @@ class IntegrationsApi {
|
|
|
37075
37075
|
/**
|
|
37076
37076
|
* Integrations service.
|
|
37077
37077
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
37078
|
-
* @version
|
|
37078
|
+
* @version 248.0.0
|
|
37079
37079
|
*/
|
|
37080
37080
|
|
|
37081
37081
|
/**
|
|
@@ -39725,7 +39725,7 @@ class IntentsApi {
|
|
|
39725
39725
|
/**
|
|
39726
39726
|
* Intents service.
|
|
39727
39727
|
* @module purecloud-platform-client-v2/api/IntentsApi
|
|
39728
|
-
* @version
|
|
39728
|
+
* @version 248.0.0
|
|
39729
39729
|
*/
|
|
39730
39730
|
|
|
39731
39731
|
/**
|
|
@@ -40192,7 +40192,7 @@ class JourneyApi {
|
|
|
40192
40192
|
/**
|
|
40193
40193
|
* Journey service.
|
|
40194
40194
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
40195
|
-
* @version
|
|
40195
|
+
* @version 248.0.0
|
|
40196
40196
|
*/
|
|
40197
40197
|
|
|
40198
40198
|
/**
|
|
@@ -42289,7 +42289,7 @@ class KnowledgeApi {
|
|
|
42289
42289
|
/**
|
|
42290
42290
|
* Knowledge service.
|
|
42291
42291
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
42292
|
-
* @version
|
|
42292
|
+
* @version 248.0.0
|
|
42293
42293
|
*/
|
|
42294
42294
|
|
|
42295
42295
|
/**
|
|
@@ -45440,6 +45440,30 @@ class KnowledgeApi {
|
|
|
45440
45440
|
);
|
|
45441
45441
|
}
|
|
45442
45442
|
|
|
45443
|
+
/**
|
|
45444
|
+
* Get Knowledge Search
|
|
45445
|
+
*
|
|
45446
|
+
* @param {Object} opts Optional parameters
|
|
45447
|
+
* @param {Object} opts.body
|
|
45448
|
+
*/
|
|
45449
|
+
postKnowledgeSearch(opts) {
|
|
45450
|
+
opts = opts || {};
|
|
45451
|
+
|
|
45452
|
+
|
|
45453
|
+
return this.apiClient.callApi(
|
|
45454
|
+
'/api/v2/knowledge/search',
|
|
45455
|
+
'POST',
|
|
45456
|
+
{ },
|
|
45457
|
+
{ },
|
|
45458
|
+
{ },
|
|
45459
|
+
{ },
|
|
45460
|
+
opts['body'],
|
|
45461
|
+
['PureCloud OAuth'],
|
|
45462
|
+
['application/json'],
|
|
45463
|
+
['application/json']
|
|
45464
|
+
);
|
|
45465
|
+
}
|
|
45466
|
+
|
|
45443
45467
|
/**
|
|
45444
45468
|
* Get Knowledge Search Preview
|
|
45445
45469
|
*
|
|
@@ -45564,7 +45588,7 @@ class LanguageUnderstandingApi {
|
|
|
45564
45588
|
/**
|
|
45565
45589
|
* LanguageUnderstanding service.
|
|
45566
45590
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
45567
|
-
* @version
|
|
45591
|
+
* @version 248.0.0
|
|
45568
45592
|
*/
|
|
45569
45593
|
|
|
45570
45594
|
/**
|
|
@@ -46783,7 +46807,7 @@ class LanguagesApi {
|
|
|
46783
46807
|
/**
|
|
46784
46808
|
* Languages service.
|
|
46785
46809
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
46786
|
-
* @version
|
|
46810
|
+
* @version 248.0.0
|
|
46787
46811
|
*/
|
|
46788
46812
|
|
|
46789
46813
|
/**
|
|
@@ -47005,7 +47029,7 @@ class LearningApi {
|
|
|
47005
47029
|
/**
|
|
47006
47030
|
* Learning service.
|
|
47007
47031
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
47008
|
-
* @version
|
|
47032
|
+
* @version 248.0.0
|
|
47009
47033
|
*/
|
|
47010
47034
|
|
|
47011
47035
|
/**
|
|
@@ -48114,7 +48138,7 @@ class LicenseApi {
|
|
|
48114
48138
|
/**
|
|
48115
48139
|
* License service.
|
|
48116
48140
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
48117
|
-
* @version
|
|
48141
|
+
* @version 248.0.0
|
|
48118
48142
|
*/
|
|
48119
48143
|
|
|
48120
48144
|
/**
|
|
@@ -48352,7 +48376,7 @@ class LocationsApi {
|
|
|
48352
48376
|
/**
|
|
48353
48377
|
* Locations service.
|
|
48354
48378
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
48355
|
-
* @version
|
|
48379
|
+
* @version 248.0.0
|
|
48356
48380
|
*/
|
|
48357
48381
|
|
|
48358
48382
|
/**
|
|
@@ -48588,7 +48612,7 @@ class LogCaptureApi {
|
|
|
48588
48612
|
/**
|
|
48589
48613
|
* LogCapture service.
|
|
48590
48614
|
* @module purecloud-platform-client-v2/api/LogCaptureApi
|
|
48591
|
-
* @version
|
|
48615
|
+
* @version 248.0.0
|
|
48592
48616
|
*/
|
|
48593
48617
|
|
|
48594
48618
|
/**
|
|
@@ -48787,7 +48811,7 @@ class MessagingApi {
|
|
|
48787
48811
|
/**
|
|
48788
48812
|
* Messaging service.
|
|
48789
48813
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
48790
|
-
* @version
|
|
48814
|
+
* @version 248.0.0
|
|
48791
48815
|
*/
|
|
48792
48816
|
|
|
48793
48817
|
/**
|
|
@@ -49146,7 +49170,7 @@ class MobileDevicesApi {
|
|
|
49146
49170
|
/**
|
|
49147
49171
|
* MobileDevices service.
|
|
49148
49172
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
49149
|
-
* @version
|
|
49173
|
+
* @version 248.0.0
|
|
49150
49174
|
*/
|
|
49151
49175
|
|
|
49152
49176
|
/**
|
|
@@ -49297,7 +49321,7 @@ class NotificationsApi {
|
|
|
49297
49321
|
/**
|
|
49298
49322
|
* Notifications service.
|
|
49299
49323
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
49300
|
-
* @version
|
|
49324
|
+
* @version 248.0.0
|
|
49301
49325
|
*/
|
|
49302
49326
|
|
|
49303
49327
|
/**
|
|
@@ -49530,7 +49554,7 @@ class OAuthApi {
|
|
|
49530
49554
|
/**
|
|
49531
49555
|
* OAuth service.
|
|
49532
49556
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
49533
|
-
* @version
|
|
49557
|
+
* @version 248.0.0
|
|
49534
49558
|
*/
|
|
49535
49559
|
|
|
49536
49560
|
/**
|
|
@@ -49896,7 +49920,7 @@ class ObjectsApi {
|
|
|
49896
49920
|
/**
|
|
49897
49921
|
* Objects service.
|
|
49898
49922
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
49899
|
-
* @version
|
|
49923
|
+
* @version 248.0.0
|
|
49900
49924
|
*/
|
|
49901
49925
|
|
|
49902
49926
|
/**
|
|
@@ -50220,7 +50244,7 @@ class OperationalEventsApi {
|
|
|
50220
50244
|
/**
|
|
50221
50245
|
* OperationalEvents service.
|
|
50222
50246
|
* @module purecloud-platform-client-v2/api/OperationalEventsApi
|
|
50223
|
-
* @version
|
|
50247
|
+
* @version 248.0.0
|
|
50224
50248
|
*/
|
|
50225
50249
|
|
|
50226
50250
|
/**
|
|
@@ -50337,7 +50361,7 @@ class OrganizationApi {
|
|
|
50337
50361
|
/**
|
|
50338
50362
|
* Organization service.
|
|
50339
50363
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
50340
|
-
* @version
|
|
50364
|
+
* @version 248.0.0
|
|
50341
50365
|
*/
|
|
50342
50366
|
|
|
50343
50367
|
/**
|
|
@@ -50812,7 +50836,7 @@ class OrganizationAuthorizationApi {
|
|
|
50812
50836
|
/**
|
|
50813
50837
|
* OrganizationAuthorization service.
|
|
50814
50838
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
50815
|
-
* @version
|
|
50839
|
+
* @version 248.0.0
|
|
50816
50840
|
*/
|
|
50817
50841
|
|
|
50818
50842
|
/**
|
|
@@ -52206,7 +52230,7 @@ class OutboundApi {
|
|
|
52206
52230
|
/**
|
|
52207
52231
|
* Outbound service.
|
|
52208
52232
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
52209
|
-
* @version
|
|
52233
|
+
* @version 248.0.0
|
|
52210
52234
|
*/
|
|
52211
52235
|
|
|
52212
52236
|
/**
|
|
@@ -57004,7 +57028,7 @@ class PresenceApi {
|
|
|
57004
57028
|
/**
|
|
57005
57029
|
* Presence service.
|
|
57006
57030
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
57007
|
-
* @version
|
|
57031
|
+
* @version 248.0.0
|
|
57008
57032
|
*/
|
|
57009
57033
|
|
|
57010
57034
|
/**
|
|
@@ -57748,7 +57772,7 @@ class ProcessAutomationApi {
|
|
|
57748
57772
|
/**
|
|
57749
57773
|
* ProcessAutomation service.
|
|
57750
57774
|
* @module purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
57751
|
-
* @version
|
|
57775
|
+
* @version 248.0.0
|
|
57752
57776
|
*/
|
|
57753
57777
|
|
|
57754
57778
|
/**
|
|
@@ -57987,7 +58011,7 @@ class QualityApi {
|
|
|
57987
58011
|
/**
|
|
57988
58012
|
* Quality service.
|
|
57989
58013
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
57990
|
-
* @version
|
|
58014
|
+
* @version 248.0.0
|
|
57991
58015
|
*/
|
|
57992
58016
|
|
|
57993
58017
|
/**
|
|
@@ -60057,7 +60081,7 @@ class RecordingApi {
|
|
|
60057
60081
|
/**
|
|
60058
60082
|
* Recording service.
|
|
60059
60083
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
60060
|
-
* @version
|
|
60084
|
+
* @version 248.0.0
|
|
60061
60085
|
*/
|
|
60062
60086
|
|
|
60063
60087
|
/**
|
|
@@ -61662,7 +61686,7 @@ class ResponseManagementApi {
|
|
|
61662
61686
|
/**
|
|
61663
61687
|
* ResponseManagement service.
|
|
61664
61688
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
61665
|
-
* @version
|
|
61689
|
+
* @version 248.0.0
|
|
61666
61690
|
*/
|
|
61667
61691
|
|
|
61668
61692
|
/**
|
|
@@ -62172,7 +62196,7 @@ class RoutingApi {
|
|
|
62172
62196
|
/**
|
|
62173
62197
|
* Routing service.
|
|
62174
62198
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
62175
|
-
* @version
|
|
62199
|
+
* @version 248.0.0
|
|
62176
62200
|
*/
|
|
62177
62201
|
|
|
62178
62202
|
/**
|
|
@@ -66879,7 +66903,7 @@ class SCIMApi {
|
|
|
66879
66903
|
/**
|
|
66880
66904
|
* SCIM service.
|
|
66881
66905
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
66882
|
-
* @version
|
|
66906
|
+
* @version 248.0.0
|
|
66883
66907
|
*/
|
|
66884
66908
|
|
|
66885
66909
|
/**
|
|
@@ -67756,7 +67780,7 @@ class ScriptsApi {
|
|
|
67756
67780
|
/**
|
|
67757
67781
|
* Scripts service.
|
|
67758
67782
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
67759
|
-
* @version
|
|
67783
|
+
* @version 248.0.0
|
|
67760
67784
|
*/
|
|
67761
67785
|
|
|
67762
67786
|
/**
|
|
@@ -68232,7 +68256,7 @@ class SearchApi {
|
|
|
68232
68256
|
/**
|
|
68233
68257
|
* Search service.
|
|
68234
68258
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
68235
|
-
* @version
|
|
68259
|
+
* @version 248.0.0
|
|
68236
68260
|
*/
|
|
68237
68261
|
|
|
68238
68262
|
/**
|
|
@@ -68945,7 +68969,7 @@ class SettingsApi {
|
|
|
68945
68969
|
/**
|
|
68946
68970
|
* Settings service.
|
|
68947
68971
|
* @module purecloud-platform-client-v2/api/SettingsApi
|
|
68948
|
-
* @version
|
|
68972
|
+
* @version 248.0.0
|
|
68949
68973
|
*/
|
|
68950
68974
|
|
|
68951
68975
|
/**
|
|
@@ -69293,7 +69317,7 @@ class SocialMediaApi {
|
|
|
69293
69317
|
/**
|
|
69294
69318
|
* SocialMedia service.
|
|
69295
69319
|
* @module purecloud-platform-client-v2/api/SocialMediaApi
|
|
69296
|
-
* @version
|
|
69320
|
+
* @version 248.0.0
|
|
69297
69321
|
*/
|
|
69298
69322
|
|
|
69299
69323
|
/**
|
|
@@ -71137,7 +71161,7 @@ class SpeechTextAnalyticsApi {
|
|
|
71137
71161
|
/**
|
|
71138
71162
|
* SpeechTextAnalytics service.
|
|
71139
71163
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
71140
|
-
* @version
|
|
71164
|
+
* @version 248.0.0
|
|
71141
71165
|
*/
|
|
71142
71166
|
|
|
71143
71167
|
/**
|
|
@@ -72813,7 +72837,7 @@ class StationsApi {
|
|
|
72813
72837
|
/**
|
|
72814
72838
|
* Stations service.
|
|
72815
72839
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
72816
|
-
* @version
|
|
72840
|
+
* @version 248.0.0
|
|
72817
72841
|
*/
|
|
72818
72842
|
|
|
72819
72843
|
/**
|
|
@@ -72915,7 +72939,7 @@ class SuggestApi {
|
|
|
72915
72939
|
/**
|
|
72916
72940
|
* Suggest service.
|
|
72917
72941
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
72918
|
-
* @version
|
|
72942
|
+
* @version 248.0.0
|
|
72919
72943
|
*/
|
|
72920
72944
|
|
|
72921
72945
|
/**
|
|
@@ -73054,7 +73078,7 @@ class TaskManagementApi {
|
|
|
73054
73078
|
/**
|
|
73055
73079
|
* TaskManagement service.
|
|
73056
73080
|
* @module purecloud-platform-client-v2/api/TaskManagementApi
|
|
73057
|
-
* @version
|
|
73081
|
+
* @version 248.0.0
|
|
73058
73082
|
*/
|
|
73059
73083
|
|
|
73060
73084
|
/**
|
|
@@ -74936,9 +74960,8 @@ class TaskManagementApi {
|
|
|
74936
74960
|
|
|
74937
74961
|
/**
|
|
74938
74962
|
* Query for workitems
|
|
74939
|
-
* This query requires at least one EQ filter on the workbinId, assigneeId or typeId attributes.
|
|
74963
|
+
* This query requires at least one EQ filter on the workbinId, assigneeId, queueId or typeId attributes. A maximum of three filters are allowed.
|
|
74940
74964
|
* @param {Object} body WorkitemQueryPostRequest
|
|
74941
|
-
* postTaskmanagementWorkitemsQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
74942
74965
|
*/
|
|
74943
74966
|
postTaskmanagementWorkitemsQuery(body) {
|
|
74944
74967
|
// verify the required parameter 'body' is set
|
|
@@ -75216,7 +75239,7 @@ class TeamsApi {
|
|
|
75216
75239
|
/**
|
|
75217
75240
|
* Teams service.
|
|
75218
75241
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
75219
|
-
* @version
|
|
75242
|
+
* @version 248.0.0
|
|
75220
75243
|
*/
|
|
75221
75244
|
|
|
75222
75245
|
/**
|
|
@@ -75521,7 +75544,7 @@ class TelephonyApi {
|
|
|
75521
75544
|
/**
|
|
75522
75545
|
* Telephony service.
|
|
75523
75546
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
75524
|
-
* @version
|
|
75547
|
+
* @version 248.0.0
|
|
75525
75548
|
*/
|
|
75526
75549
|
|
|
75527
75550
|
/**
|
|
@@ -75827,7 +75850,7 @@ class TelephonyProvidersEdgeApi {
|
|
|
75827
75850
|
/**
|
|
75828
75851
|
* TelephonyProvidersEdge service.
|
|
75829
75852
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
75830
|
-
* @version
|
|
75853
|
+
* @version 248.0.0
|
|
75831
75854
|
*/
|
|
75832
75855
|
|
|
75833
75856
|
/**
|
|
@@ -79320,7 +79343,7 @@ class TextbotsApi {
|
|
|
79320
79343
|
/**
|
|
79321
79344
|
* Textbots service.
|
|
79322
79345
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
79323
|
-
* @version
|
|
79346
|
+
* @version 248.0.0
|
|
79324
79347
|
*/
|
|
79325
79348
|
|
|
79326
79349
|
/**
|
|
@@ -79449,7 +79472,7 @@ class TokensApi {
|
|
|
79449
79472
|
/**
|
|
79450
79473
|
* Tokens service.
|
|
79451
79474
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
79452
|
-
* @version
|
|
79475
|
+
* @version 248.0.0
|
|
79453
79476
|
*/
|
|
79454
79477
|
|
|
79455
79478
|
/**
|
|
@@ -79603,7 +79626,7 @@ class UploadsApi {
|
|
|
79603
79626
|
/**
|
|
79604
79627
|
* Uploads service.
|
|
79605
79628
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
79606
|
-
* @version
|
|
79629
|
+
* @version 248.0.0
|
|
79607
79630
|
*/
|
|
79608
79631
|
|
|
79609
79632
|
/**
|
|
@@ -79919,7 +79942,7 @@ class UsageApi {
|
|
|
79919
79942
|
/**
|
|
79920
79943
|
* Usage service.
|
|
79921
79944
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
79922
|
-
* @version
|
|
79945
|
+
* @version 248.0.0
|
|
79923
79946
|
*/
|
|
79924
79947
|
|
|
79925
79948
|
/**
|
|
@@ -80254,7 +80277,7 @@ class UserRecordingsApi {
|
|
|
80254
80277
|
/**
|
|
80255
80278
|
* UserRecordings service.
|
|
80256
80279
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
80257
|
-
* @version
|
|
80280
|
+
* @version 248.0.0
|
|
80258
80281
|
*/
|
|
80259
80282
|
|
|
80260
80283
|
/**
|
|
@@ -80438,7 +80461,7 @@ class UsersApi {
|
|
|
80438
80461
|
/**
|
|
80439
80462
|
* Users service.
|
|
80440
80463
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
80441
|
-
* @version
|
|
80464
|
+
* @version 248.0.0
|
|
80442
80465
|
*/
|
|
80443
80466
|
|
|
80444
80467
|
/**
|
|
@@ -83888,7 +83911,7 @@ class UsersRulesApi {
|
|
|
83888
83911
|
/**
|
|
83889
83912
|
* UsersRules service.
|
|
83890
83913
|
* @module purecloud-platform-client-v2/api/UsersRulesApi
|
|
83891
|
-
* @version
|
|
83914
|
+
* @version 248.0.0
|
|
83892
83915
|
*/
|
|
83893
83916
|
|
|
83894
83917
|
/**
|
|
@@ -84169,7 +84192,7 @@ class UtilitiesApi {
|
|
|
84169
84192
|
/**
|
|
84170
84193
|
* Utilities service.
|
|
84171
84194
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
84172
|
-
* @version
|
|
84195
|
+
* @version 248.0.0
|
|
84173
84196
|
*/
|
|
84174
84197
|
|
|
84175
84198
|
/**
|
|
@@ -84280,7 +84303,7 @@ class VoicemailApi {
|
|
|
84280
84303
|
/**
|
|
84281
84304
|
* Voicemail service.
|
|
84282
84305
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
84283
|
-
* @version
|
|
84306
|
+
* @version 248.0.0
|
|
84284
84307
|
*/
|
|
84285
84308
|
|
|
84286
84309
|
/**
|
|
@@ -85002,7 +85025,7 @@ class WebChatApi {
|
|
|
85002
85025
|
/**
|
|
85003
85026
|
* WebChat service.
|
|
85004
85027
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
85005
|
-
* @version
|
|
85028
|
+
* @version 248.0.0
|
|
85006
85029
|
*/
|
|
85007
85030
|
|
|
85008
85031
|
/**
|
|
@@ -85565,7 +85588,7 @@ class WebDeploymentsApi {
|
|
|
85565
85588
|
/**
|
|
85566
85589
|
* WebDeployments service.
|
|
85567
85590
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
85568
|
-
* @version
|
|
85591
|
+
* @version 248.0.0
|
|
85569
85592
|
*/
|
|
85570
85593
|
|
|
85571
85594
|
/**
|
|
@@ -86159,7 +86182,7 @@ class WebMessagingApi {
|
|
|
86159
86182
|
/**
|
|
86160
86183
|
* WebMessaging service.
|
|
86161
86184
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
86162
|
-
* @version
|
|
86185
|
+
* @version 248.0.0
|
|
86163
86186
|
*/
|
|
86164
86187
|
|
|
86165
86188
|
/**
|
|
@@ -86305,7 +86328,7 @@ class WidgetsApi {
|
|
|
86305
86328
|
/**
|
|
86306
86329
|
* Widgets service.
|
|
86307
86330
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
86308
|
-
* @version
|
|
86331
|
+
* @version 248.0.0
|
|
86309
86332
|
*/
|
|
86310
86333
|
|
|
86311
86334
|
/**
|
|
@@ -86456,7 +86479,7 @@ class WorkforceManagementApi {
|
|
|
86456
86479
|
/**
|
|
86457
86480
|
* WorkforceManagement service.
|
|
86458
86481
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
86459
|
-
* @version
|
|
86482
|
+
* @version 248.0.0
|
|
86460
86483
|
*/
|
|
86461
86484
|
|
|
86462
86485
|
/**
|
|
@@ -87762,8 +87785,12 @@ class WorkforceManagementApi {
|
|
|
87762
87785
|
*
|
|
87763
87786
|
* @param {String} businessUnitId The ID of the business unit
|
|
87764
87787
|
* @param {String} capacityPlanId The ID of the capacity plan
|
|
87788
|
+
* @param {Object} opts Optional parameters
|
|
87789
|
+
* @param {Object} opts.granularity Granularity to access staffing group data, defaults to weekly
|
|
87765
87790
|
*/
|
|
87766
|
-
getWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations(businessUnitId, capacityPlanId) {
|
|
87791
|
+
getWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations(businessUnitId, capacityPlanId, opts) {
|
|
87792
|
+
opts = opts || {};
|
|
87793
|
+
|
|
87767
87794
|
// verify the required parameter 'businessUnitId' is set
|
|
87768
87795
|
if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
|
|
87769
87796
|
throw 'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitCapacityplanStaffinggroupallocations';
|
|
@@ -87777,7 +87804,7 @@ class WorkforceManagementApi {
|
|
|
87777
87804
|
'/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplans/{capacityPlanId}/staffinggroupallocations',
|
|
87778
87805
|
'GET',
|
|
87779
87806
|
{ 'businessUnitId': businessUnitId,'capacityPlanId': capacityPlanId },
|
|
87780
|
-
{
|
|
87807
|
+
{ 'granularity': opts['granularity'] },
|
|
87781
87808
|
{ },
|
|
87782
87809
|
{ },
|
|
87783
87810
|
null,
|
|
@@ -87823,8 +87850,12 @@ class WorkforceManagementApi {
|
|
|
87823
87850
|
* @param {String} businessUnitId
|
|
87824
87851
|
* @param {String} weekDateId weekDateId of forecast, format yyyy-MM-dd. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
|
|
87825
87852
|
* @param {String} forecastId forecastId of forecast
|
|
87853
|
+
* @param {Object} opts Optional parameters
|
|
87854
|
+
* @param {Object} opts.granularity Granularity to access staffing requirements data, defaults to weekly
|
|
87826
87855
|
*/
|
|
87827
|
-
getWorkforcemanagementBusinessunitCapacityplanningLongtermrequirementsAutomaticbestmethodWeekForecast(businessUnitId, weekDateId, forecastId) {
|
|
87856
|
+
getWorkforcemanagementBusinessunitCapacityplanningLongtermrequirementsAutomaticbestmethodWeekForecast(businessUnitId, weekDateId, forecastId, opts) {
|
|
87857
|
+
opts = opts || {};
|
|
87858
|
+
|
|
87828
87859
|
// verify the required parameter 'businessUnitId' is set
|
|
87829
87860
|
if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
|
|
87830
87861
|
throw 'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitCapacityplanningLongtermrequirementsAutomaticbestmethodWeekForecast';
|
|
@@ -87842,7 +87873,7 @@ class WorkforceManagementApi {
|
|
|
87842
87873
|
'/api/v2/workforcemanagement/businessunits/{businessUnitId}/capacityplanning/longtermrequirements/automaticbestmethod/weeks/{weekDateId}/forecasts/{forecastId}',
|
|
87843
87874
|
'GET',
|
|
87844
87875
|
{ 'businessUnitId': businessUnitId,'weekDateId': weekDateId,'forecastId': forecastId },
|
|
87845
|
-
{
|
|
87876
|
+
{ 'granularity': opts['granularity'] },
|
|
87846
87877
|
{ },
|
|
87847
87878
|
{ },
|
|
87848
87879
|
null,
|
|
@@ -94747,7 +94778,7 @@ class WorkforceManagementApi {
|
|
|
94747
94778
|
* </pre>
|
|
94748
94779
|
* </p>
|
|
94749
94780
|
* @module purecloud-platform-client-v2/index
|
|
94750
|
-
* @version
|
|
94781
|
+
* @version 248.0.0
|
|
94751
94782
|
*/
|
|
94752
94783
|
class platformClient {
|
|
94753
94784
|
constructor() {
|