purecloud-platform-client-v2 246.0.0 → 247.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/node/purecloud-platform-client-v2.js +271 -88
- package/dist/web-amd/purecloud-platform-client-v2.js +271 -88
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +238 -132
- package/dist/web-cjs/purecloud-platform-client-v2.js +238 -132
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +310 -22
- 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 +1 -1
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +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 +159 -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 +3 -2
- 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 +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +25 -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 +1 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
|
@@ -745,7 +745,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
745
745
|
|
|
746
746
|
/**
|
|
747
747
|
* @module purecloud-platform-client-v2/ApiClient
|
|
748
|
-
* @version
|
|
748
|
+
* @version 247.1.0
|
|
749
749
|
*/
|
|
750
750
|
class ApiClient {
|
|
751
751
|
/**
|
|
@@ -2409,7 +2409,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
2409
2409
|
/**
|
|
2410
2410
|
* AIStudio service.
|
|
2411
2411
|
* @module purecloud-platform-client-v2/api/AIStudioApi
|
|
2412
|
-
* @version
|
|
2412
|
+
* @version 247.1.0
|
|
2413
2413
|
*/
|
|
2414
2414
|
|
|
2415
2415
|
/**
|
|
@@ -3028,7 +3028,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3028
3028
|
/**
|
|
3029
3029
|
* AgentAssistants service.
|
|
3030
3030
|
* @module purecloud-platform-client-v2/api/AgentAssistantsApi
|
|
3031
|
-
* @version
|
|
3031
|
+
* @version 247.1.0
|
|
3032
3032
|
*/
|
|
3033
3033
|
|
|
3034
3034
|
/**
|
|
@@ -3741,7 +3741,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3741
3741
|
/**
|
|
3742
3742
|
* AgentCopilot service.
|
|
3743
3743
|
* @module purecloud-platform-client-v2/api/AgentCopilotApi
|
|
3744
|
-
* @version
|
|
3744
|
+
* @version 247.1.0
|
|
3745
3745
|
*/
|
|
3746
3746
|
|
|
3747
3747
|
/**
|
|
@@ -3841,7 +3841,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3841
3841
|
/**
|
|
3842
3842
|
* AgentUI service.
|
|
3843
3843
|
* @module purecloud-platform-client-v2/api/AgentUIApi
|
|
3844
|
-
* @version
|
|
3844
|
+
* @version 247.1.0
|
|
3845
3845
|
*/
|
|
3846
3846
|
|
|
3847
3847
|
/**
|
|
@@ -3972,7 +3972,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3972
3972
|
/**
|
|
3973
3973
|
* Alerting service.
|
|
3974
3974
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
3975
|
-
* @version
|
|
3975
|
+
* @version 247.1.0
|
|
3976
3976
|
*/
|
|
3977
3977
|
|
|
3978
3978
|
/**
|
|
@@ -4373,7 +4373,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
4373
4373
|
/**
|
|
4374
4374
|
* Analytics service.
|
|
4375
4375
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
4376
|
-
* @version
|
|
4376
|
+
* @version 247.1.0
|
|
4377
4377
|
*/
|
|
4378
4378
|
|
|
4379
4379
|
/**
|
|
@@ -7810,7 +7810,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7810
7810
|
/**
|
|
7811
7811
|
* Architect service.
|
|
7812
7812
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
7813
|
-
* @version
|
|
7813
|
+
* @version 247.1.0
|
|
7814
7814
|
*/
|
|
7815
7815
|
|
|
7816
7816
|
/**
|
|
@@ -12105,7 +12105,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
12105
12105
|
/**
|
|
12106
12106
|
* AssistantCopilotVariations service.
|
|
12107
12107
|
* @module purecloud-platform-client-v2/api/AssistantCopilotVariationsApi
|
|
12108
|
-
* @version
|
|
12108
|
+
* @version 247.1.0
|
|
12109
12109
|
*/
|
|
12110
12110
|
|
|
12111
12111
|
/**
|
|
@@ -12276,7 +12276,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
12276
12276
|
/**
|
|
12277
12277
|
* Audit service.
|
|
12278
12278
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
12279
|
-
* @version
|
|
12279
|
+
* @version 247.1.0
|
|
12280
12280
|
*/
|
|
12281
12281
|
|
|
12282
12282
|
/**
|
|
@@ -12477,7 +12477,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
12477
12477
|
/**
|
|
12478
12478
|
* Authorization service.
|
|
12479
12479
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
12480
|
-
* @version
|
|
12480
|
+
* @version 247.1.0
|
|
12481
12481
|
*/
|
|
12482
12482
|
|
|
12483
12483
|
/**
|
|
@@ -14191,7 +14191,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
14191
14191
|
/**
|
|
14192
14192
|
* BackgroundAssistant service.
|
|
14193
14193
|
* @module purecloud-platform-client-v2/api/BackgroundAssistantApi
|
|
14194
|
-
* @version
|
|
14194
|
+
* @version 247.1.0
|
|
14195
14195
|
*/
|
|
14196
14196
|
|
|
14197
14197
|
/**
|
|
@@ -14261,7 +14261,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
14261
14261
|
/**
|
|
14262
14262
|
* Billing service.
|
|
14263
14263
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
14264
|
-
* @version
|
|
14264
|
+
* @version 247.1.0
|
|
14265
14265
|
*/
|
|
14266
14266
|
|
|
14267
14267
|
/**
|
|
@@ -14517,7 +14517,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
14517
14517
|
/**
|
|
14518
14518
|
* BusinessRules service.
|
|
14519
14519
|
* @module purecloud-platform-client-v2/api/BusinessRulesApi
|
|
14520
|
-
* @version
|
|
14520
|
+
* @version 247.1.0
|
|
14521
14521
|
*/
|
|
14522
14522
|
|
|
14523
14523
|
/**
|
|
@@ -15404,7 +15404,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
15404
15404
|
/**
|
|
15405
15405
|
* CarrierServices service.
|
|
15406
15406
|
* @module purecloud-platform-client-v2/api/CarrierServicesApi
|
|
15407
|
-
* @version
|
|
15407
|
+
* @version 247.1.0
|
|
15408
15408
|
*/
|
|
15409
15409
|
|
|
15410
15410
|
/**
|
|
@@ -15474,7 +15474,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
15474
15474
|
/**
|
|
15475
15475
|
* Chat service.
|
|
15476
15476
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
15477
|
-
* @version
|
|
15477
|
+
* @version 247.1.0
|
|
15478
15478
|
*/
|
|
15479
15479
|
|
|
15480
15480
|
/**
|
|
@@ -16455,7 +16455,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
16455
16455
|
/**
|
|
16456
16456
|
* Coaching service.
|
|
16457
16457
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
16458
|
-
* @version
|
|
16458
|
+
* @version 247.1.0
|
|
16459
16459
|
*/
|
|
16460
16460
|
|
|
16461
16461
|
/**
|
|
@@ -17082,7 +17082,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17082
17082
|
/**
|
|
17083
17083
|
* ContentManagement service.
|
|
17084
17084
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
17085
|
-
* @version
|
|
17085
|
+
* @version 247.1.0
|
|
17086
17086
|
*/
|
|
17087
17087
|
|
|
17088
17088
|
/**
|
|
@@ -18163,7 +18163,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18163
18163
|
/**
|
|
18164
18164
|
* Conversations service.
|
|
18165
18165
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
18166
|
-
* @version
|
|
18166
|
+
* @version 247.1.0
|
|
18167
18167
|
*/
|
|
18168
18168
|
|
|
18169
18169
|
/**
|
|
@@ -27780,7 +27780,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
27780
27780
|
/**
|
|
27781
27781
|
* DataExtensions service.
|
|
27782
27782
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
27783
|
-
* @version
|
|
27783
|
+
* @version 247.1.0
|
|
27784
27784
|
*/
|
|
27785
27785
|
|
|
27786
27786
|
/**
|
|
@@ -27866,7 +27866,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
27866
27866
|
/**
|
|
27867
27867
|
* DataPrivacy service.
|
|
27868
27868
|
* @module purecloud-platform-client-v2/api/DataPrivacyApi
|
|
27869
|
-
* @version
|
|
27869
|
+
* @version 247.1.0
|
|
27870
27870
|
*/
|
|
27871
27871
|
|
|
27872
27872
|
/**
|
|
@@ -28036,7 +28036,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
28036
28036
|
/**
|
|
28037
28037
|
* Downloads service.
|
|
28038
28038
|
* @module purecloud-platform-client-v2/api/DownloadsApi
|
|
28039
|
-
* @version
|
|
28039
|
+
* @version 247.1.0
|
|
28040
28040
|
*/
|
|
28041
28041
|
|
|
28042
28042
|
/**
|
|
@@ -28088,7 +28088,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
28088
28088
|
/**
|
|
28089
28089
|
* Emails service.
|
|
28090
28090
|
* @module purecloud-platform-client-v2/api/EmailsApi
|
|
28091
|
-
* @version
|
|
28091
|
+
* @version 247.1.0
|
|
28092
28092
|
*/
|
|
28093
28093
|
|
|
28094
28094
|
/**
|
|
@@ -28217,7 +28217,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
28217
28217
|
/**
|
|
28218
28218
|
* EmployeeEngagement service.
|
|
28219
28219
|
* @module purecloud-platform-client-v2/api/EmployeeEngagementApi
|
|
28220
|
-
* @version
|
|
28220
|
+
* @version 247.1.0
|
|
28221
28221
|
*/
|
|
28222
28222
|
|
|
28223
28223
|
/**
|
|
@@ -28397,7 +28397,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
28397
28397
|
/**
|
|
28398
28398
|
* Events service.
|
|
28399
28399
|
* @module purecloud-platform-client-v2/api/EventsApi
|
|
28400
|
-
* @version
|
|
28400
|
+
* @version 247.1.0
|
|
28401
28401
|
*/
|
|
28402
28402
|
|
|
28403
28403
|
/**
|
|
@@ -28493,7 +28493,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
28493
28493
|
/**
|
|
28494
28494
|
* ExternalContacts service.
|
|
28495
28495
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
28496
|
-
* @version
|
|
28496
|
+
* @version 247.1.0
|
|
28497
28497
|
*/
|
|
28498
28498
|
|
|
28499
28499
|
/**
|
|
@@ -31740,7 +31740,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
31740
31740
|
/**
|
|
31741
31741
|
* Fax service.
|
|
31742
31742
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
31743
|
-
* @version
|
|
31743
|
+
* @version 247.1.0
|
|
31744
31744
|
*/
|
|
31745
31745
|
|
|
31746
31746
|
/**
|
|
@@ -31955,7 +31955,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
31955
31955
|
/**
|
|
31956
31956
|
* Flows service.
|
|
31957
31957
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
31958
|
-
* @version
|
|
31958
|
+
* @version 247.1.0
|
|
31959
31959
|
*/
|
|
31960
31960
|
|
|
31961
31961
|
/**
|
|
@@ -32164,7 +32164,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
32164
32164
|
/**
|
|
32165
32165
|
* Gamification service.
|
|
32166
32166
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
32167
|
-
* @version
|
|
32167
|
+
* @version 247.1.0
|
|
32168
32168
|
*/
|
|
32169
32169
|
|
|
32170
32170
|
/**
|
|
@@ -34722,7 +34722,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
34722
34722
|
/**
|
|
34723
34723
|
* GeneralDataProtectionRegulation service.
|
|
34724
34724
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
34725
|
-
* @version
|
|
34725
|
+
* @version 247.1.0
|
|
34726
34726
|
*/
|
|
34727
34727
|
|
|
34728
34728
|
/**
|
|
@@ -34852,7 +34852,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
34852
34852
|
/**
|
|
34853
34853
|
* Geolocation service.
|
|
34854
34854
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
34855
|
-
* @version
|
|
34855
|
+
* @version 247.1.0
|
|
34856
34856
|
*/
|
|
34857
34857
|
|
|
34858
34858
|
/**
|
|
@@ -34983,7 +34983,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
34983
34983
|
/**
|
|
34984
34984
|
* Greetings service.
|
|
34985
34985
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
34986
|
-
* @version
|
|
34986
|
+
* @version 247.1.0
|
|
34987
34987
|
*/
|
|
34988
34988
|
|
|
34989
34989
|
/**
|
|
@@ -35525,7 +35525,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
35525
35525
|
/**
|
|
35526
35526
|
* Groups service.
|
|
35527
35527
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
35528
|
-
* @version
|
|
35528
|
+
* @version 247.1.0
|
|
35529
35529
|
*/
|
|
35530
35530
|
|
|
35531
35531
|
/**
|
|
@@ -36044,7 +36044,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
36044
36044
|
/**
|
|
36045
36045
|
* IdentityProvider service.
|
|
36046
36046
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
36047
|
-
* @version
|
|
36047
|
+
* @version 247.1.0
|
|
36048
36048
|
*/
|
|
36049
36049
|
|
|
36050
36050
|
/**
|
|
@@ -36905,7 +36905,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
36905
36905
|
/**
|
|
36906
36906
|
* InfrastructureAsCode service.
|
|
36907
36907
|
* @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
36908
|
-
* @version
|
|
36908
|
+
* @version 247.1.0
|
|
36909
36909
|
*/
|
|
36910
36910
|
|
|
36911
36911
|
/**
|
|
@@ -37072,7 +37072,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
37072
37072
|
/**
|
|
37073
37073
|
* Integrations service.
|
|
37074
37074
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
37075
|
-
* @version
|
|
37075
|
+
* @version 247.1.0
|
|
37076
37076
|
*/
|
|
37077
37077
|
|
|
37078
37078
|
/**
|
|
@@ -39722,7 +39722,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
39722
39722
|
/**
|
|
39723
39723
|
* Intents service.
|
|
39724
39724
|
* @module purecloud-platform-client-v2/api/IntentsApi
|
|
39725
|
-
* @version
|
|
39725
|
+
* @version 247.1.0
|
|
39726
39726
|
*/
|
|
39727
39727
|
|
|
39728
39728
|
/**
|
|
@@ -40189,7 +40189,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
40189
40189
|
/**
|
|
40190
40190
|
* Journey service.
|
|
40191
40191
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
40192
|
-
* @version
|
|
40192
|
+
* @version 247.1.0
|
|
40193
40193
|
*/
|
|
40194
40194
|
|
|
40195
40195
|
/**
|
|
@@ -42286,7 +42286,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
42286
42286
|
/**
|
|
42287
42287
|
* Knowledge service.
|
|
42288
42288
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
42289
|
-
* @version
|
|
42289
|
+
* @version 247.1.0
|
|
42290
42290
|
*/
|
|
42291
42291
|
|
|
42292
42292
|
/**
|
|
@@ -42601,6 +42601,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
42601
42601
|
);
|
|
42602
42602
|
}
|
|
42603
42603
|
|
|
42604
|
+
/**
|
|
42605
|
+
* Delete Knowledge setting.
|
|
42606
|
+
*
|
|
42607
|
+
* @param {String} knowledgeSettingId Knowledge Setting ID.
|
|
42608
|
+
*/
|
|
42609
|
+
deleteKnowledgeSetting(knowledgeSettingId) {
|
|
42610
|
+
// verify the required parameter 'knowledgeSettingId' is set
|
|
42611
|
+
if (knowledgeSettingId === undefined || knowledgeSettingId === null || knowledgeSettingId === '') {
|
|
42612
|
+
throw 'Missing the required parameter "knowledgeSettingId" when calling deleteKnowledgeSetting';
|
|
42613
|
+
}
|
|
42614
|
+
|
|
42615
|
+
return this.apiClient.callApi(
|
|
42616
|
+
'/api/v2/knowledge/settings/{knowledgeSettingId}',
|
|
42617
|
+
'DELETE',
|
|
42618
|
+
{ 'knowledgeSettingId': knowledgeSettingId },
|
|
42619
|
+
{ },
|
|
42620
|
+
{ },
|
|
42621
|
+
{ },
|
|
42622
|
+
null,
|
|
42623
|
+
['PureCloud OAuth'],
|
|
42624
|
+
['application/json'],
|
|
42625
|
+
['application/json']
|
|
42626
|
+
);
|
|
42627
|
+
}
|
|
42628
|
+
|
|
42604
42629
|
/**
|
|
42605
42630
|
* Get categories
|
|
42606
42631
|
*
|
|
@@ -43728,6 +43753,61 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
43728
43753
|
);
|
|
43729
43754
|
}
|
|
43730
43755
|
|
|
43756
|
+
/**
|
|
43757
|
+
* Get Knowledge setting.
|
|
43758
|
+
*
|
|
43759
|
+
* @param {String} knowledgeSettingId Knowledge Setting ID.
|
|
43760
|
+
*/
|
|
43761
|
+
getKnowledgeSetting(knowledgeSettingId) {
|
|
43762
|
+
// verify the required parameter 'knowledgeSettingId' is set
|
|
43763
|
+
if (knowledgeSettingId === undefined || knowledgeSettingId === null || knowledgeSettingId === '') {
|
|
43764
|
+
throw 'Missing the required parameter "knowledgeSettingId" when calling getKnowledgeSetting';
|
|
43765
|
+
}
|
|
43766
|
+
|
|
43767
|
+
return this.apiClient.callApi(
|
|
43768
|
+
'/api/v2/knowledge/settings/{knowledgeSettingId}',
|
|
43769
|
+
'GET',
|
|
43770
|
+
{ 'knowledgeSettingId': knowledgeSettingId },
|
|
43771
|
+
{ },
|
|
43772
|
+
{ },
|
|
43773
|
+
{ },
|
|
43774
|
+
null,
|
|
43775
|
+
['PureCloud OAuth'],
|
|
43776
|
+
['application/json'],
|
|
43777
|
+
['application/json']
|
|
43778
|
+
);
|
|
43779
|
+
}
|
|
43780
|
+
|
|
43781
|
+
/**
|
|
43782
|
+
* Get Knowledge settings.
|
|
43783
|
+
*
|
|
43784
|
+
* @param {Object} opts Optional parameters
|
|
43785
|
+
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
43786
|
+
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
43787
|
+
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
43788
|
+
* @param {String} opts.name Knowledge setting name to search upon.
|
|
43789
|
+
* @param {String} opts.sourceId Source ID to filter knowledge settings by.
|
|
43790
|
+
* @param {Object} opts.sortBy Field to sort the knowledge settings on.
|
|
43791
|
+
* @param {Object} opts.sortOrder Sorting order for knowledge settings.
|
|
43792
|
+
*/
|
|
43793
|
+
getKnowledgeSettings(opts) {
|
|
43794
|
+
opts = opts || {};
|
|
43795
|
+
|
|
43796
|
+
|
|
43797
|
+
return this.apiClient.callApi(
|
|
43798
|
+
'/api/v2/knowledge/settings',
|
|
43799
|
+
'GET',
|
|
43800
|
+
{ },
|
|
43801
|
+
{ 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'],'name': opts['name'],'sourceId': opts['sourceId'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'] },
|
|
43802
|
+
{ },
|
|
43803
|
+
{ },
|
|
43804
|
+
null,
|
|
43805
|
+
['PureCloud OAuth'],
|
|
43806
|
+
['application/json'],
|
|
43807
|
+
['application/json']
|
|
43808
|
+
);
|
|
43809
|
+
}
|
|
43810
|
+
|
|
43731
43811
|
/**
|
|
43732
43812
|
* Update search result.
|
|
43733
43813
|
*
|
|
@@ -44190,6 +44270,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
44190
44270
|
);
|
|
44191
44271
|
}
|
|
44192
44272
|
|
|
44273
|
+
/**
|
|
44274
|
+
* Update Knowledge setting.
|
|
44275
|
+
*
|
|
44276
|
+
* @param {String} knowledgeSettingId Knowledge Setting ID.
|
|
44277
|
+
* @param {Object} body
|
|
44278
|
+
*/
|
|
44279
|
+
patchKnowledgeSetting(knowledgeSettingId, body) {
|
|
44280
|
+
// verify the required parameter 'knowledgeSettingId' is set
|
|
44281
|
+
if (knowledgeSettingId === undefined || knowledgeSettingId === null || knowledgeSettingId === '') {
|
|
44282
|
+
throw 'Missing the required parameter "knowledgeSettingId" when calling patchKnowledgeSetting';
|
|
44283
|
+
}
|
|
44284
|
+
// verify the required parameter 'body' is set
|
|
44285
|
+
if (body === undefined || body === null) {
|
|
44286
|
+
throw 'Missing the required parameter "body" when calling patchKnowledgeSetting';
|
|
44287
|
+
}
|
|
44288
|
+
|
|
44289
|
+
return this.apiClient.callApi(
|
|
44290
|
+
'/api/v2/knowledge/settings/{knowledgeSettingId}',
|
|
44291
|
+
'PATCH',
|
|
44292
|
+
{ 'knowledgeSettingId': knowledgeSettingId },
|
|
44293
|
+
{ },
|
|
44294
|
+
{ },
|
|
44295
|
+
{ },
|
|
44296
|
+
body,
|
|
44297
|
+
['PureCloud OAuth'],
|
|
44298
|
+
['application/json'],
|
|
44299
|
+
['application/json']
|
|
44300
|
+
);
|
|
44301
|
+
}
|
|
44302
|
+
|
|
44193
44303
|
/**
|
|
44194
44304
|
* Creates a presigned URL for uploading a knowledge import file with a set of documents
|
|
44195
44305
|
*
|
|
@@ -45327,6 +45437,54 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45327
45437
|
);
|
|
45328
45438
|
}
|
|
45329
45439
|
|
|
45440
|
+
/**
|
|
45441
|
+
* Get Knowledge Search Preview
|
|
45442
|
+
*
|
|
45443
|
+
* @param {Object} opts Optional parameters
|
|
45444
|
+
* @param {Object} opts.body
|
|
45445
|
+
*/
|
|
45446
|
+
postKnowledgeSearchPreview(opts) {
|
|
45447
|
+
opts = opts || {};
|
|
45448
|
+
|
|
45449
|
+
|
|
45450
|
+
return this.apiClient.callApi(
|
|
45451
|
+
'/api/v2/knowledge/search/preview',
|
|
45452
|
+
'POST',
|
|
45453
|
+
{ },
|
|
45454
|
+
{ },
|
|
45455
|
+
{ },
|
|
45456
|
+
{ },
|
|
45457
|
+
opts['body'],
|
|
45458
|
+
['PureCloud OAuth'],
|
|
45459
|
+
['application/json'],
|
|
45460
|
+
['application/json']
|
|
45461
|
+
);
|
|
45462
|
+
}
|
|
45463
|
+
|
|
45464
|
+
/**
|
|
45465
|
+
* Create Knowledge setting.
|
|
45466
|
+
*
|
|
45467
|
+
* @param {Object} opts Optional parameters
|
|
45468
|
+
* @param {Object} opts.body
|
|
45469
|
+
*/
|
|
45470
|
+
postKnowledgeSettings(opts) {
|
|
45471
|
+
opts = opts || {};
|
|
45472
|
+
|
|
45473
|
+
|
|
45474
|
+
return this.apiClient.callApi(
|
|
45475
|
+
'/api/v2/knowledge/settings',
|
|
45476
|
+
'POST',
|
|
45477
|
+
{ },
|
|
45478
|
+
{ },
|
|
45479
|
+
{ },
|
|
45480
|
+
{ },
|
|
45481
|
+
opts['body'],
|
|
45482
|
+
['PureCloud OAuth'],
|
|
45483
|
+
['application/json'],
|
|
45484
|
+
['application/json']
|
|
45485
|
+
);
|
|
45486
|
+
}
|
|
45487
|
+
|
|
45330
45488
|
/**
|
|
45331
45489
|
* Update Salesforce Knowledge integration source
|
|
45332
45490
|
*
|
|
@@ -45403,7 +45561,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45403
45561
|
/**
|
|
45404
45562
|
* LanguageUnderstanding service.
|
|
45405
45563
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
45406
|
-
* @version
|
|
45564
|
+
* @version 247.1.0
|
|
45407
45565
|
*/
|
|
45408
45566
|
|
|
45409
45567
|
/**
|
|
@@ -46622,7 +46780,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46622
46780
|
/**
|
|
46623
46781
|
* Languages service.
|
|
46624
46782
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
46625
|
-
* @version
|
|
46783
|
+
* @version 247.1.0
|
|
46626
46784
|
*/
|
|
46627
46785
|
|
|
46628
46786
|
/**
|
|
@@ -46844,7 +47002,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46844
47002
|
/**
|
|
46845
47003
|
* Learning service.
|
|
46846
47004
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
46847
|
-
* @version
|
|
47005
|
+
* @version 247.1.0
|
|
46848
47006
|
*/
|
|
46849
47007
|
|
|
46850
47008
|
/**
|
|
@@ -47953,7 +48111,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47953
48111
|
/**
|
|
47954
48112
|
* License service.
|
|
47955
48113
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
47956
|
-
* @version
|
|
48114
|
+
* @version 247.1.0
|
|
47957
48115
|
*/
|
|
47958
48116
|
|
|
47959
48117
|
/**
|
|
@@ -48191,7 +48349,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
48191
48349
|
/**
|
|
48192
48350
|
* Locations service.
|
|
48193
48351
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
48194
|
-
* @version
|
|
48352
|
+
* @version 247.1.0
|
|
48195
48353
|
*/
|
|
48196
48354
|
|
|
48197
48355
|
/**
|
|
@@ -48427,7 +48585,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
48427
48585
|
/**
|
|
48428
48586
|
* LogCapture service.
|
|
48429
48587
|
* @module purecloud-platform-client-v2/api/LogCaptureApi
|
|
48430
|
-
* @version
|
|
48588
|
+
* @version 247.1.0
|
|
48431
48589
|
*/
|
|
48432
48590
|
|
|
48433
48591
|
/**
|
|
@@ -48626,7 +48784,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
48626
48784
|
/**
|
|
48627
48785
|
* Messaging service.
|
|
48628
48786
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
48629
|
-
* @version
|
|
48787
|
+
* @version 247.1.0
|
|
48630
48788
|
*/
|
|
48631
48789
|
|
|
48632
48790
|
/**
|
|
@@ -48985,7 +49143,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
48985
49143
|
/**
|
|
48986
49144
|
* MobileDevices service.
|
|
48987
49145
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
48988
|
-
* @version
|
|
49146
|
+
* @version 247.1.0
|
|
48989
49147
|
*/
|
|
48990
49148
|
|
|
48991
49149
|
/**
|
|
@@ -49136,7 +49294,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
49136
49294
|
/**
|
|
49137
49295
|
* Notifications service.
|
|
49138
49296
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
49139
|
-
* @version
|
|
49297
|
+
* @version 247.1.0
|
|
49140
49298
|
*/
|
|
49141
49299
|
|
|
49142
49300
|
/**
|
|
@@ -49369,7 +49527,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
49369
49527
|
/**
|
|
49370
49528
|
* OAuth service.
|
|
49371
49529
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
49372
|
-
* @version
|
|
49530
|
+
* @version 247.1.0
|
|
49373
49531
|
*/
|
|
49374
49532
|
|
|
49375
49533
|
/**
|
|
@@ -49735,7 +49893,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
49735
49893
|
/**
|
|
49736
49894
|
* Objects service.
|
|
49737
49895
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
49738
|
-
* @version
|
|
49896
|
+
* @version 247.1.0
|
|
49739
49897
|
*/
|
|
49740
49898
|
|
|
49741
49899
|
/**
|
|
@@ -50059,7 +50217,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
50059
50217
|
/**
|
|
50060
50218
|
* OperationalEvents service.
|
|
50061
50219
|
* @module purecloud-platform-client-v2/api/OperationalEventsApi
|
|
50062
|
-
* @version
|
|
50220
|
+
* @version 247.1.0
|
|
50063
50221
|
*/
|
|
50064
50222
|
|
|
50065
50223
|
/**
|
|
@@ -50176,7 +50334,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
50176
50334
|
/**
|
|
50177
50335
|
* Organization service.
|
|
50178
50336
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
50179
|
-
* @version
|
|
50337
|
+
* @version 247.1.0
|
|
50180
50338
|
*/
|
|
50181
50339
|
|
|
50182
50340
|
/**
|
|
@@ -50651,7 +50809,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
50651
50809
|
/**
|
|
50652
50810
|
* OrganizationAuthorization service.
|
|
50653
50811
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
50654
|
-
* @version
|
|
50812
|
+
* @version 247.1.0
|
|
50655
50813
|
*/
|
|
50656
50814
|
|
|
50657
50815
|
/**
|
|
@@ -52045,7 +52203,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
52045
52203
|
/**
|
|
52046
52204
|
* Outbound service.
|
|
52047
52205
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
52048
|
-
* @version
|
|
52206
|
+
* @version 247.1.0
|
|
52049
52207
|
*/
|
|
52050
52208
|
|
|
52051
52209
|
/**
|
|
@@ -56843,7 +57001,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
56843
57001
|
/**
|
|
56844
57002
|
* Presence service.
|
|
56845
57003
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
56846
|
-
* @version
|
|
57004
|
+
* @version 247.1.0
|
|
56847
57005
|
*/
|
|
56848
57006
|
|
|
56849
57007
|
/**
|
|
@@ -57587,7 +57745,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
57587
57745
|
/**
|
|
57588
57746
|
* ProcessAutomation service.
|
|
57589
57747
|
* @module purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
57590
|
-
* @version
|
|
57748
|
+
* @version 247.1.0
|
|
57591
57749
|
*/
|
|
57592
57750
|
|
|
57593
57751
|
/**
|
|
@@ -57826,7 +57984,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
57826
57984
|
/**
|
|
57827
57985
|
* Quality service.
|
|
57828
57986
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
57829
|
-
* @version
|
|
57987
|
+
* @version 247.1.0
|
|
57830
57988
|
*/
|
|
57831
57989
|
|
|
57832
57990
|
/**
|
|
@@ -59274,6 +59432,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
59274
59432
|
* @param {String} conversationId conversationId
|
|
59275
59433
|
* @param {Object} body evaluation
|
|
59276
59434
|
* @param {Object} opts Optional parameters
|
|
59435
|
+
* @param {String} opts.idempotencyKey Idempotency key for request deduplication
|
|
59277
59436
|
* @param {String} opts.expand evaluatorId
|
|
59278
59437
|
*/
|
|
59279
59438
|
postQualityConversationEvaluations(conversationId, body, opts) {
|
|
@@ -59293,7 +59452,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
59293
59452
|
'POST',
|
|
59294
59453
|
{ 'conversationId': conversationId },
|
|
59295
59454
|
{ 'expand': opts['expand'] },
|
|
59296
|
-
{
|
|
59455
|
+
{ 'Idempotency-Key': opts['idempotencyKey'] },
|
|
59297
59456
|
{ },
|
|
59298
59457
|
body,
|
|
59299
59458
|
['PureCloud OAuth'],
|
|
@@ -59895,7 +60054,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
59895
60054
|
/**
|
|
59896
60055
|
* Recording service.
|
|
59897
60056
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
59898
|
-
* @version
|
|
60057
|
+
* @version 247.1.0
|
|
59899
60058
|
*/
|
|
59900
60059
|
|
|
59901
60060
|
/**
|
|
@@ -61500,7 +61659,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
61500
61659
|
/**
|
|
61501
61660
|
* ResponseManagement service.
|
|
61502
61661
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
61503
|
-
* @version
|
|
61662
|
+
* @version 247.1.0
|
|
61504
61663
|
*/
|
|
61505
61664
|
|
|
61506
61665
|
/**
|
|
@@ -62010,7 +62169,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
62010
62169
|
/**
|
|
62011
62170
|
* Routing service.
|
|
62012
62171
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
62013
|
-
* @version
|
|
62172
|
+
* @version 247.1.0
|
|
62014
62173
|
*/
|
|
62015
62174
|
|
|
62016
62175
|
/**
|
|
@@ -66717,7 +66876,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
66717
66876
|
/**
|
|
66718
66877
|
* SCIM service.
|
|
66719
66878
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
66720
|
-
* @version
|
|
66879
|
+
* @version 247.1.0
|
|
66721
66880
|
*/
|
|
66722
66881
|
|
|
66723
66882
|
/**
|
|
@@ -67594,7 +67753,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
67594
67753
|
/**
|
|
67595
67754
|
* Scripts service.
|
|
67596
67755
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
67597
|
-
* @version
|
|
67756
|
+
* @version 247.1.0
|
|
67598
67757
|
*/
|
|
67599
67758
|
|
|
67600
67759
|
/**
|
|
@@ -68070,7 +68229,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
68070
68229
|
/**
|
|
68071
68230
|
* Search service.
|
|
68072
68231
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
68073
|
-
* @version
|
|
68232
|
+
* @version 247.1.0
|
|
68074
68233
|
*/
|
|
68075
68234
|
|
|
68076
68235
|
/**
|
|
@@ -68783,7 +68942,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
68783
68942
|
/**
|
|
68784
68943
|
* Settings service.
|
|
68785
68944
|
* @module purecloud-platform-client-v2/api/SettingsApi
|
|
68786
|
-
* @version
|
|
68945
|
+
* @version 247.1.0
|
|
68787
68946
|
*/
|
|
68788
68947
|
|
|
68789
68948
|
/**
|
|
@@ -69131,7 +69290,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
69131
69290
|
/**
|
|
69132
69291
|
* SocialMedia service.
|
|
69133
69292
|
* @module purecloud-platform-client-v2/api/SocialMediaApi
|
|
69134
|
-
* @version
|
|
69293
|
+
* @version 247.1.0
|
|
69135
69294
|
*/
|
|
69136
69295
|
|
|
69137
69296
|
/**
|
|
@@ -70975,7 +71134,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
70975
71134
|
/**
|
|
70976
71135
|
* SpeechTextAnalytics service.
|
|
70977
71136
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
70978
|
-
* @version
|
|
71137
|
+
* @version 247.1.0
|
|
70979
71138
|
*/
|
|
70980
71139
|
|
|
70981
71140
|
/**
|
|
@@ -72651,7 +72810,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
72651
72810
|
/**
|
|
72652
72811
|
* Stations service.
|
|
72653
72812
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
72654
|
-
* @version
|
|
72813
|
+
* @version 247.1.0
|
|
72655
72814
|
*/
|
|
72656
72815
|
|
|
72657
72816
|
/**
|
|
@@ -72753,7 +72912,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
72753
72912
|
/**
|
|
72754
72913
|
* Suggest service.
|
|
72755
72914
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
72756
|
-
* @version
|
|
72915
|
+
* @version 247.1.0
|
|
72757
72916
|
*/
|
|
72758
72917
|
|
|
72759
72918
|
/**
|
|
@@ -72892,7 +73051,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
72892
73051
|
/**
|
|
72893
73052
|
* TaskManagement service.
|
|
72894
73053
|
* @module purecloud-platform-client-v2/api/TaskManagementApi
|
|
72895
|
-
* @version
|
|
73054
|
+
* @version 247.1.0
|
|
72896
73055
|
*/
|
|
72897
73056
|
|
|
72898
73057
|
/**
|
|
@@ -75054,7 +75213,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
75054
75213
|
/**
|
|
75055
75214
|
* Teams service.
|
|
75056
75215
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
75057
|
-
* @version
|
|
75216
|
+
* @version 247.1.0
|
|
75058
75217
|
*/
|
|
75059
75218
|
|
|
75060
75219
|
/**
|
|
@@ -75359,7 +75518,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
75359
75518
|
/**
|
|
75360
75519
|
* Telephony service.
|
|
75361
75520
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
75362
|
-
* @version
|
|
75521
|
+
* @version 247.1.0
|
|
75363
75522
|
*/
|
|
75364
75523
|
|
|
75365
75524
|
/**
|
|
@@ -75419,6 +75578,30 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
75419
75578
|
);
|
|
75420
75579
|
}
|
|
75421
75580
|
|
|
75581
|
+
/**
|
|
75582
|
+
* Get the concurrent call metrics for a given organization.
|
|
75583
|
+
*
|
|
75584
|
+
* @param {Object} opts Optional parameters
|
|
75585
|
+
* @param {Object} opts.metricType Flag to indicate metric type to fetch. (default to cloud)
|
|
75586
|
+
*/
|
|
75587
|
+
getTelephonyCallsMetrics(opts) {
|
|
75588
|
+
opts = opts || {};
|
|
75589
|
+
|
|
75590
|
+
|
|
75591
|
+
return this.apiClient.callApi(
|
|
75592
|
+
'/api/v2/telephony/calls/metrics',
|
|
75593
|
+
'GET',
|
|
75594
|
+
{ },
|
|
75595
|
+
{ 'metricType': opts['metricType'] },
|
|
75596
|
+
{ },
|
|
75597
|
+
{ },
|
|
75598
|
+
null,
|
|
75599
|
+
['PureCloud OAuth'],
|
|
75600
|
+
['application/json'],
|
|
75601
|
+
['application/json']
|
|
75602
|
+
);
|
|
75603
|
+
}
|
|
75604
|
+
|
|
75422
75605
|
/**
|
|
75423
75606
|
* Retrieve the list of AWS regions media can stream through.
|
|
75424
75607
|
*
|
|
@@ -75641,7 +75824,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
75641
75824
|
/**
|
|
75642
75825
|
* TelephonyProvidersEdge service.
|
|
75643
75826
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
75644
|
-
* @version
|
|
75827
|
+
* @version 247.1.0
|
|
75645
75828
|
*/
|
|
75646
75829
|
|
|
75647
75830
|
/**
|
|
@@ -79134,7 +79317,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
79134
79317
|
/**
|
|
79135
79318
|
* Textbots service.
|
|
79136
79319
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
79137
|
-
* @version
|
|
79320
|
+
* @version 247.1.0
|
|
79138
79321
|
*/
|
|
79139
79322
|
|
|
79140
79323
|
/**
|
|
@@ -79263,7 +79446,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
79263
79446
|
/**
|
|
79264
79447
|
* Tokens service.
|
|
79265
79448
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
79266
|
-
* @version
|
|
79449
|
+
* @version 247.1.0
|
|
79267
79450
|
*/
|
|
79268
79451
|
|
|
79269
79452
|
/**
|
|
@@ -79417,7 +79600,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
79417
79600
|
/**
|
|
79418
79601
|
* Uploads service.
|
|
79419
79602
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
79420
|
-
* @version
|
|
79603
|
+
* @version 247.1.0
|
|
79421
79604
|
*/
|
|
79422
79605
|
|
|
79423
79606
|
/**
|
|
@@ -79733,7 +79916,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
79733
79916
|
/**
|
|
79734
79917
|
* Usage service.
|
|
79735
79918
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
79736
|
-
* @version
|
|
79919
|
+
* @version 247.1.0
|
|
79737
79920
|
*/
|
|
79738
79921
|
|
|
79739
79922
|
/**
|
|
@@ -80068,7 +80251,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
80068
80251
|
/**
|
|
80069
80252
|
* UserRecordings service.
|
|
80070
80253
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
80071
|
-
* @version
|
|
80254
|
+
* @version 247.1.0
|
|
80072
80255
|
*/
|
|
80073
80256
|
|
|
80074
80257
|
/**
|
|
@@ -80252,7 +80435,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
80252
80435
|
/**
|
|
80253
80436
|
* Users service.
|
|
80254
80437
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
80255
|
-
* @version
|
|
80438
|
+
* @version 247.1.0
|
|
80256
80439
|
*/
|
|
80257
80440
|
|
|
80258
80441
|
/**
|
|
@@ -83702,7 +83885,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
83702
83885
|
/**
|
|
83703
83886
|
* UsersRules service.
|
|
83704
83887
|
* @module purecloud-platform-client-v2/api/UsersRulesApi
|
|
83705
|
-
* @version
|
|
83888
|
+
* @version 247.1.0
|
|
83706
83889
|
*/
|
|
83707
83890
|
|
|
83708
83891
|
/**
|
|
@@ -83983,7 +84166,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
83983
84166
|
/**
|
|
83984
84167
|
* Utilities service.
|
|
83985
84168
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
83986
|
-
* @version
|
|
84169
|
+
* @version 247.1.0
|
|
83987
84170
|
*/
|
|
83988
84171
|
|
|
83989
84172
|
/**
|
|
@@ -84094,7 +84277,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
84094
84277
|
/**
|
|
84095
84278
|
* Voicemail service.
|
|
84096
84279
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
84097
|
-
* @version
|
|
84280
|
+
* @version 247.1.0
|
|
84098
84281
|
*/
|
|
84099
84282
|
|
|
84100
84283
|
/**
|
|
@@ -84816,7 +84999,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
84816
84999
|
/**
|
|
84817
85000
|
* WebChat service.
|
|
84818
85001
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
84819
|
-
* @version
|
|
85002
|
+
* @version 247.1.0
|
|
84820
85003
|
*/
|
|
84821
85004
|
|
|
84822
85005
|
/**
|
|
@@ -85379,7 +85562,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
85379
85562
|
/**
|
|
85380
85563
|
* WebDeployments service.
|
|
85381
85564
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
85382
|
-
* @version
|
|
85565
|
+
* @version 247.1.0
|
|
85383
85566
|
*/
|
|
85384
85567
|
|
|
85385
85568
|
/**
|
|
@@ -85973,7 +86156,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
85973
86156
|
/**
|
|
85974
86157
|
* WebMessaging service.
|
|
85975
86158
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
85976
|
-
* @version
|
|
86159
|
+
* @version 247.1.0
|
|
85977
86160
|
*/
|
|
85978
86161
|
|
|
85979
86162
|
/**
|
|
@@ -86119,7 +86302,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
86119
86302
|
/**
|
|
86120
86303
|
* Widgets service.
|
|
86121
86304
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
86122
|
-
* @version
|
|
86305
|
+
* @version 247.1.0
|
|
86123
86306
|
*/
|
|
86124
86307
|
|
|
86125
86308
|
/**
|
|
@@ -86270,7 +86453,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
86270
86453
|
/**
|
|
86271
86454
|
* WorkforceManagement service.
|
|
86272
86455
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
86273
|
-
* @version
|
|
86456
|
+
* @version 247.1.0
|
|
86274
86457
|
*/
|
|
86275
86458
|
|
|
86276
86459
|
/**
|
|
@@ -94561,7 +94744,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
94561
94744
|
* </pre>
|
|
94562
94745
|
* </p>
|
|
94563
94746
|
* @module purecloud-platform-client-v2/index
|
|
94564
|
-
* @version
|
|
94747
|
+
* @version 247.1.0
|
|
94565
94748
|
*/
|
|
94566
94749
|
class platformClient {
|
|
94567
94750
|
constructor() {
|