purecloud-platform-client-v2 160.1.0 → 161.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 +117 -96
- package/dist/web-amd/purecloud-platform-client-v2.js +117 -96
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +117 -96
- package/dist/web-cjs/purecloud-platform-client-v2.js +117 -96
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +69 -6
- 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 +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/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/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/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/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 +46 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +2 -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 +3 -2
- 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/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/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 -26
- 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/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
|
@@ -401,7 +401,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
401
401
|
|
|
402
402
|
/**
|
|
403
403
|
* @module purecloud-platform-client-v2/ApiClient
|
|
404
|
-
* @version
|
|
404
|
+
* @version 161.0.0
|
|
405
405
|
*/
|
|
406
406
|
class ApiClient {
|
|
407
407
|
/**
|
|
@@ -1491,7 +1491,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1491
1491
|
/**
|
|
1492
1492
|
* Alerting service.
|
|
1493
1493
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
1494
|
-
* @version
|
|
1494
|
+
* @version 161.0.0
|
|
1495
1495
|
*/
|
|
1496
1496
|
|
|
1497
1497
|
/**
|
|
@@ -1805,7 +1805,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1805
1805
|
/**
|
|
1806
1806
|
* Analytics service.
|
|
1807
1807
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
1808
|
-
* @version
|
|
1808
|
+
* @version 161.0.0
|
|
1809
1809
|
*/
|
|
1810
1810
|
|
|
1811
1811
|
/**
|
|
@@ -3059,7 +3059,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3059
3059
|
/**
|
|
3060
3060
|
* Architect service.
|
|
3061
3061
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
3062
|
-
* @version
|
|
3062
|
+
* @version 161.0.0
|
|
3063
3063
|
*/
|
|
3064
3064
|
|
|
3065
3065
|
/**
|
|
@@ -6107,7 +6107,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6107
6107
|
/**
|
|
6108
6108
|
* Audit service.
|
|
6109
6109
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
6110
|
-
* @version
|
|
6110
|
+
* @version 161.0.0
|
|
6111
6111
|
*/
|
|
6112
6112
|
|
|
6113
6113
|
/**
|
|
@@ -6278,7 +6278,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6278
6278
|
/**
|
|
6279
6279
|
* Authorization service.
|
|
6280
6280
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
6281
|
-
* @version
|
|
6281
|
+
* @version 161.0.0
|
|
6282
6282
|
*/
|
|
6283
6283
|
|
|
6284
6284
|
/**
|
|
@@ -7506,7 +7506,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7506
7506
|
/**
|
|
7507
7507
|
* Billing service.
|
|
7508
7508
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
7509
|
-
* @version
|
|
7509
|
+
* @version 161.0.0
|
|
7510
7510
|
*/
|
|
7511
7511
|
|
|
7512
7512
|
/**
|
|
@@ -7586,7 +7586,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7586
7586
|
/**
|
|
7587
7587
|
* Chat service.
|
|
7588
7588
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
7589
|
-
* @version
|
|
7589
|
+
* @version 161.0.0
|
|
7590
7590
|
*/
|
|
7591
7591
|
|
|
7592
7592
|
/**
|
|
@@ -7677,7 +7677,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7677
7677
|
/**
|
|
7678
7678
|
* Coaching service.
|
|
7679
7679
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
7680
|
-
* @version
|
|
7680
|
+
* @version 161.0.0
|
|
7681
7681
|
*/
|
|
7682
7682
|
|
|
7683
7683
|
/**
|
|
@@ -8254,7 +8254,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
8254
8254
|
/**
|
|
8255
8255
|
* ContentManagement service.
|
|
8256
8256
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
8257
|
-
* @version
|
|
8257
|
+
* @version 161.0.0
|
|
8258
8258
|
*/
|
|
8259
8259
|
|
|
8260
8260
|
/**
|
|
@@ -9394,7 +9394,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
9394
9394
|
/**
|
|
9395
9395
|
* Conversations service.
|
|
9396
9396
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
9397
|
-
* @version
|
|
9397
|
+
* @version 161.0.0
|
|
9398
9398
|
*/
|
|
9399
9399
|
|
|
9400
9400
|
/**
|
|
@@ -15414,7 +15414,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
15414
15414
|
/**
|
|
15415
15415
|
* DataExtensions service.
|
|
15416
15416
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
15417
|
-
* @version
|
|
15417
|
+
* @version 161.0.0
|
|
15418
15418
|
*/
|
|
15419
15419
|
|
|
15420
15420
|
/**
|
|
@@ -15500,7 +15500,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
15500
15500
|
/**
|
|
15501
15501
|
* Downloads service.
|
|
15502
15502
|
* @module purecloud-platform-client-v2/api/DownloadsApi
|
|
15503
|
-
* @version
|
|
15503
|
+
* @version 161.0.0
|
|
15504
15504
|
*/
|
|
15505
15505
|
|
|
15506
15506
|
/**
|
|
@@ -15552,7 +15552,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
15552
15552
|
/**
|
|
15553
15553
|
* Events service.
|
|
15554
15554
|
* @module purecloud-platform-client-v2/api/EventsApi
|
|
15555
|
-
* @version
|
|
15555
|
+
* @version 161.0.0
|
|
15556
15556
|
*/
|
|
15557
15557
|
|
|
15558
15558
|
/**
|
|
@@ -15648,7 +15648,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
15648
15648
|
/**
|
|
15649
15649
|
* ExternalContacts service.
|
|
15650
15650
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
15651
|
-
* @version
|
|
15651
|
+
* @version 161.0.0
|
|
15652
15652
|
*/
|
|
15653
15653
|
|
|
15654
15654
|
/**
|
|
@@ -17606,7 +17606,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17606
17606
|
/**
|
|
17607
17607
|
* Fax service.
|
|
17608
17608
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
17609
|
-
* @version
|
|
17609
|
+
* @version 161.0.0
|
|
17610
17610
|
*/
|
|
17611
17611
|
|
|
17612
17612
|
/**
|
|
@@ -17777,7 +17777,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17777
17777
|
/**
|
|
17778
17778
|
* Flows service.
|
|
17779
17779
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
17780
|
-
* @version
|
|
17780
|
+
* @version 161.0.0
|
|
17781
17781
|
*/
|
|
17782
17782
|
|
|
17783
17783
|
/**
|
|
@@ -17848,7 +17848,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17848
17848
|
/**
|
|
17849
17849
|
* Gamification service.
|
|
17850
17850
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
17851
|
-
* @version
|
|
17851
|
+
* @version 161.0.0
|
|
17852
17852
|
*/
|
|
17853
17853
|
|
|
17854
17854
|
/**
|
|
@@ -19465,7 +19465,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
19465
19465
|
/**
|
|
19466
19466
|
* GeneralDataProtectionRegulation service.
|
|
19467
19467
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
19468
|
-
* @version
|
|
19468
|
+
* @version 161.0.0
|
|
19469
19469
|
*/
|
|
19470
19470
|
|
|
19471
19471
|
/**
|
|
@@ -19595,7 +19595,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
19595
19595
|
/**
|
|
19596
19596
|
* Geolocation service.
|
|
19597
19597
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
19598
|
-
* @version
|
|
19598
|
+
* @version 161.0.0
|
|
19599
19599
|
*/
|
|
19600
19600
|
|
|
19601
19601
|
/**
|
|
@@ -19726,7 +19726,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
19726
19726
|
/**
|
|
19727
19727
|
* Greetings service.
|
|
19728
19728
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
19729
|
-
* @version
|
|
19729
|
+
* @version 161.0.0
|
|
19730
19730
|
*/
|
|
19731
19731
|
|
|
19732
19732
|
/**
|
|
@@ -20181,7 +20181,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
20181
20181
|
/**
|
|
20182
20182
|
* Groups service.
|
|
20183
20183
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
20184
|
-
* @version
|
|
20184
|
+
* @version 161.0.0
|
|
20185
20185
|
*/
|
|
20186
20186
|
|
|
20187
20187
|
/**
|
|
@@ -20587,7 +20587,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
20587
20587
|
/**
|
|
20588
20588
|
* IdentityProvider service.
|
|
20589
20589
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
20590
|
-
* @version
|
|
20590
|
+
* @version 161.0.0
|
|
20591
20591
|
*/
|
|
20592
20592
|
|
|
20593
20593
|
/**
|
|
@@ -21343,7 +21343,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21343
21343
|
/**
|
|
21344
21344
|
* InfrastructureAsCode service.
|
|
21345
21345
|
* @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
21346
|
-
* @version
|
|
21346
|
+
* @version 161.0.0
|
|
21347
21347
|
*/
|
|
21348
21348
|
|
|
21349
21349
|
/**
|
|
@@ -21445,7 +21445,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21445
21445
|
/**
|
|
21446
21446
|
* Integrations service.
|
|
21447
21447
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
21448
|
-
* @version
|
|
21448
|
+
* @version 161.0.0
|
|
21449
21449
|
*/
|
|
21450
21450
|
|
|
21451
21451
|
/**
|
|
@@ -23045,7 +23045,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
23045
23045
|
/**
|
|
23046
23046
|
* Journey service.
|
|
23047
23047
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
23048
|
-
* @version
|
|
23048
|
+
* @version 161.0.0
|
|
23049
23049
|
*/
|
|
23050
23050
|
|
|
23051
23051
|
/**
|
|
@@ -23925,7 +23925,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
23925
23925
|
/**
|
|
23926
23926
|
* Knowledge service.
|
|
23927
23927
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
23928
|
-
* @version
|
|
23928
|
+
* @version 161.0.0
|
|
23929
23929
|
*/
|
|
23930
23930
|
|
|
23931
23931
|
/**
|
|
@@ -26357,7 +26357,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26357
26357
|
/**
|
|
26358
26358
|
* LanguageUnderstanding service.
|
|
26359
26359
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
26360
|
-
* @version
|
|
26360
|
+
* @version 161.0.0
|
|
26361
26361
|
*/
|
|
26362
26362
|
|
|
26363
26363
|
/**
|
|
@@ -27370,7 +27370,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
27370
27370
|
/**
|
|
27371
27371
|
* Languages service.
|
|
27372
27372
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
27373
|
-
* @version
|
|
27373
|
+
* @version 161.0.0
|
|
27374
27374
|
*/
|
|
27375
27375
|
|
|
27376
27376
|
/**
|
|
@@ -27588,7 +27588,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
27588
27588
|
/**
|
|
27589
27589
|
* Learning service.
|
|
27590
27590
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
27591
|
-
* @version
|
|
27591
|
+
* @version 161.0.0
|
|
27592
27592
|
*/
|
|
27593
27593
|
|
|
27594
27594
|
/**
|
|
@@ -28403,7 +28403,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
28403
28403
|
/**
|
|
28404
28404
|
* License service.
|
|
28405
28405
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
28406
|
-
* @version
|
|
28406
|
+
* @version 161.0.0
|
|
28407
28407
|
*/
|
|
28408
28408
|
|
|
28409
28409
|
/**
|
|
@@ -28641,7 +28641,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
28641
28641
|
/**
|
|
28642
28642
|
* Locations service.
|
|
28643
28643
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
28644
|
-
* @version
|
|
28644
|
+
* @version 161.0.0
|
|
28645
28645
|
*/
|
|
28646
28646
|
|
|
28647
28647
|
/**
|
|
@@ -28877,7 +28877,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
28877
28877
|
/**
|
|
28878
28878
|
* Messaging service.
|
|
28879
28879
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
28880
|
-
* @version
|
|
28880
|
+
* @version 161.0.0
|
|
28881
28881
|
*/
|
|
28882
28882
|
|
|
28883
28883
|
/**
|
|
@@ -29028,7 +29028,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
29028
29028
|
/**
|
|
29029
29029
|
* MobileDevices service.
|
|
29030
29030
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
29031
|
-
* @version
|
|
29031
|
+
* @version 161.0.0
|
|
29032
29032
|
*/
|
|
29033
29033
|
|
|
29034
29034
|
/**
|
|
@@ -29179,7 +29179,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
29179
29179
|
/**
|
|
29180
29180
|
* Notifications service.
|
|
29181
29181
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
29182
|
-
* @version
|
|
29182
|
+
* @version 161.0.0
|
|
29183
29183
|
*/
|
|
29184
29184
|
|
|
29185
29185
|
/**
|
|
@@ -29412,7 +29412,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
29412
29412
|
/**
|
|
29413
29413
|
* OAuth service.
|
|
29414
29414
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
29415
|
-
* @version
|
|
29415
|
+
* @version 161.0.0
|
|
29416
29416
|
*/
|
|
29417
29417
|
|
|
29418
29418
|
/**
|
|
@@ -29778,7 +29778,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
29778
29778
|
/**
|
|
29779
29779
|
* Objects service.
|
|
29780
29780
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
29781
|
-
* @version
|
|
29781
|
+
* @version 161.0.0
|
|
29782
29782
|
*/
|
|
29783
29783
|
|
|
29784
29784
|
/**
|
|
@@ -30049,7 +30049,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
30049
30049
|
/**
|
|
30050
30050
|
* Organization service.
|
|
30051
30051
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
30052
|
-
* @version
|
|
30052
|
+
* @version 161.0.0
|
|
30053
30053
|
*/
|
|
30054
30054
|
|
|
30055
30055
|
/**
|
|
@@ -30452,7 +30452,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
30452
30452
|
/**
|
|
30453
30453
|
* OrganizationAuthorization service.
|
|
30454
30454
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
30455
|
-
* @version
|
|
30455
|
+
* @version 161.0.0
|
|
30456
30456
|
*/
|
|
30457
30457
|
|
|
30458
30458
|
/**
|
|
@@ -31747,7 +31747,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
31747
31747
|
/**
|
|
31748
31748
|
* Outbound service.
|
|
31749
31749
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
31750
|
-
* @version
|
|
31750
|
+
* @version 161.0.0
|
|
31751
31751
|
*/
|
|
31752
31752
|
|
|
31753
31753
|
/**
|
|
@@ -35343,7 +35343,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
35343
35343
|
/**
|
|
35344
35344
|
* Presence service.
|
|
35345
35345
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
35346
|
-
* @version
|
|
35346
|
+
* @version 161.0.0
|
|
35347
35347
|
*/
|
|
35348
35348
|
|
|
35349
35349
|
/**
|
|
@@ -35408,6 +35408,26 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
35408
35408
|
);
|
|
35409
35409
|
}
|
|
35410
35410
|
|
|
35411
|
+
/**
|
|
35412
|
+
* Get the presence settings
|
|
35413
|
+
*
|
|
35414
|
+
*/
|
|
35415
|
+
getPresenceSettings() {
|
|
35416
|
+
|
|
35417
|
+
return this.apiClient.callApi(
|
|
35418
|
+
'/api/v2/presence/settings',
|
|
35419
|
+
'GET',
|
|
35420
|
+
{ },
|
|
35421
|
+
{ },
|
|
35422
|
+
{ },
|
|
35423
|
+
{ },
|
|
35424
|
+
null,
|
|
35425
|
+
['PureCloud OAuth'],
|
|
35426
|
+
['application/json'],
|
|
35427
|
+
['application/json']
|
|
35428
|
+
);
|
|
35429
|
+
}
|
|
35430
|
+
|
|
35411
35431
|
/**
|
|
35412
35432
|
* Get a Presence Source
|
|
35413
35433
|
*
|
|
@@ -35728,6 +35748,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
35728
35748
|
);
|
|
35729
35749
|
}
|
|
35730
35750
|
|
|
35751
|
+
/**
|
|
35752
|
+
* Update the presence settings
|
|
35753
|
+
*
|
|
35754
|
+
* @param {Object} body Presence Settings
|
|
35755
|
+
*/
|
|
35756
|
+
putPresenceSettings(body) {
|
|
35757
|
+
// verify the required parameter 'body' is set
|
|
35758
|
+
if (body === undefined || body === null) {
|
|
35759
|
+
throw 'Missing the required parameter "body" when calling putPresenceSettings';
|
|
35760
|
+
}
|
|
35761
|
+
|
|
35762
|
+
return this.apiClient.callApi(
|
|
35763
|
+
'/api/v2/presence/settings',
|
|
35764
|
+
'PUT',
|
|
35765
|
+
{ },
|
|
35766
|
+
{ },
|
|
35767
|
+
{ },
|
|
35768
|
+
{ },
|
|
35769
|
+
body,
|
|
35770
|
+
['PureCloud OAuth'],
|
|
35771
|
+
['application/json'],
|
|
35772
|
+
['application/json']
|
|
35773
|
+
);
|
|
35774
|
+
}
|
|
35775
|
+
|
|
35731
35776
|
/**
|
|
35732
35777
|
* Update a Presence Source
|
|
35733
35778
|
*
|
|
@@ -35849,7 +35894,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
35849
35894
|
/**
|
|
35850
35895
|
* ProcessAutomation service.
|
|
35851
35896
|
* @module purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
35852
|
-
* @version
|
|
35897
|
+
* @version 161.0.0
|
|
35853
35898
|
*/
|
|
35854
35899
|
|
|
35855
35900
|
/**
|
|
@@ -36088,7 +36133,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
36088
36133
|
/**
|
|
36089
36134
|
* Quality service.
|
|
36090
36135
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
36091
|
-
* @version
|
|
36136
|
+
* @version 161.0.0
|
|
36092
36137
|
*/
|
|
36093
36138
|
|
|
36094
36139
|
/**
|
|
@@ -36481,7 +36526,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
36481
36526
|
* @param {Boolean} opts.agentHasRead agent has the evaluation
|
|
36482
36527
|
* @param {Boolean} opts.expandAnswerTotalScores get the total scores for evaluations
|
|
36483
36528
|
* @param {Number} opts.maximum maximum
|
|
36484
|
-
* @param {String} opts.sortOrder sort order options for agentUserId or evaluatorUserId query. Valid options are 'a', 'asc', 'ascending', 'd', 'desc', 'descending'
|
|
36529
|
+
* @param {String} opts.sortOrder sort order options for agentUserId or evaluatorUserId query. Valid options are 'a', 'asc', 'ascending', 'd', 'desc', 'descending'. Sorts by assigned date when evaluatorUserId or agentTeamId are supplied, and by released date for agentUserId
|
|
36485
36530
|
*/
|
|
36486
36531
|
getQualityEvaluationsQuery(opts) {
|
|
36487
36532
|
opts = opts || {};
|
|
@@ -37667,7 +37712,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
37667
37712
|
/**
|
|
37668
37713
|
* Recording service.
|
|
37669
37714
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
37670
|
-
* @version
|
|
37715
|
+
* @version 161.0.0
|
|
37671
37716
|
*/
|
|
37672
37717
|
|
|
37673
37718
|
/**
|
|
@@ -39304,7 +39349,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
39304
39349
|
/**
|
|
39305
39350
|
* ResponseManagement service.
|
|
39306
39351
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
39307
|
-
* @version
|
|
39352
|
+
* @version 161.0.0
|
|
39308
39353
|
*/
|
|
39309
39354
|
|
|
39310
39355
|
/**
|
|
@@ -39788,7 +39833,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
39788
39833
|
/**
|
|
39789
39834
|
* Routing service.
|
|
39790
39835
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
39791
|
-
* @version
|
|
39836
|
+
* @version 161.0.0
|
|
39792
39837
|
*/
|
|
39793
39838
|
|
|
39794
39839
|
/**
|
|
@@ -41727,6 +41772,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
41727
41772
|
* @param {Object} opts.sortBy Sort by (default to name)
|
|
41728
41773
|
* @param {Object} opts.sortOrder Sort order (default to ascending)
|
|
41729
41774
|
* @param {String} opts.name Wrapup code's name ('Sort by' param is ignored unless this field is provided)
|
|
41775
|
+
* @param {Array.<String>} opts.divisionId Filter by division ID(s)
|
|
41730
41776
|
*/
|
|
41731
41777
|
getRoutingWrapupcodes(opts) {
|
|
41732
41778
|
opts = opts || {};
|
|
@@ -41736,7 +41782,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
41736
41782
|
'/api/v2/routing/wrapupcodes',
|
|
41737
41783
|
'GET',
|
|
41738
41784
|
{ },
|
|
41739
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'] },
|
|
41785
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'],'divisionId': this.apiClient.buildCollectionParam(opts['divisionId'], 'multi') },
|
|
41740
41786
|
{ },
|
|
41741
41787
|
{ },
|
|
41742
41788
|
null,
|
|
@@ -43288,7 +43334,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
43288
43334
|
/**
|
|
43289
43335
|
* SCIM service.
|
|
43290
43336
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
43291
|
-
* @version
|
|
43337
|
+
* @version 161.0.0
|
|
43292
43338
|
*/
|
|
43293
43339
|
|
|
43294
43340
|
/**
|
|
@@ -44165,7 +44211,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
44165
44211
|
/**
|
|
44166
44212
|
* Scripts service.
|
|
44167
44213
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
44168
|
-
* @version
|
|
44214
|
+
* @version 161.0.0
|
|
44169
44215
|
*/
|
|
44170
44216
|
|
|
44171
44217
|
/**
|
|
@@ -44584,7 +44630,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
44584
44630
|
/**
|
|
44585
44631
|
* Search service.
|
|
44586
44632
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
44587
|
-
* @version
|
|
44633
|
+
* @version 161.0.0
|
|
44588
44634
|
*/
|
|
44589
44635
|
|
|
44590
44636
|
/**
|
|
@@ -45194,7 +45240,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45194
45240
|
/**
|
|
45195
45241
|
* SpeechTextAnalytics service.
|
|
45196
45242
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
45197
|
-
* @version
|
|
45243
|
+
* @version 161.0.0
|
|
45198
45244
|
*/
|
|
45199
45245
|
|
|
45200
45246
|
/**
|
|
@@ -46123,7 +46169,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46123
46169
|
/**
|
|
46124
46170
|
* Stations service.
|
|
46125
46171
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
46126
|
-
* @version
|
|
46172
|
+
* @version 161.0.0
|
|
46127
46173
|
*/
|
|
46128
46174
|
|
|
46129
46175
|
/**
|
|
@@ -46270,7 +46316,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46270
46316
|
/**
|
|
46271
46317
|
* Suggest service.
|
|
46272
46318
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
46273
|
-
* @version
|
|
46319
|
+
* @version 161.0.0
|
|
46274
46320
|
*/
|
|
46275
46321
|
|
|
46276
46322
|
/**
|
|
@@ -46409,7 +46455,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46409
46455
|
/**
|
|
46410
46456
|
* Teams service.
|
|
46411
46457
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
46412
|
-
* @version
|
|
46458
|
+
* @version 161.0.0
|
|
46413
46459
|
*/
|
|
46414
46460
|
|
|
46415
46461
|
/**
|
|
@@ -46680,7 +46726,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46680
46726
|
/**
|
|
46681
46727
|
* Telephony service.
|
|
46682
46728
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
46683
|
-
* @version
|
|
46729
|
+
* @version 161.0.0
|
|
46684
46730
|
*/
|
|
46685
46731
|
|
|
46686
46732
|
/**
|
|
@@ -46808,7 +46854,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46808
46854
|
/**
|
|
46809
46855
|
* TelephonyProvidersEdge service.
|
|
46810
46856
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
46811
|
-
* @version
|
|
46857
|
+
* @version 161.0.0
|
|
46812
46858
|
*/
|
|
46813
46859
|
|
|
46814
46860
|
/**
|
|
@@ -49831,31 +49877,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
49831
49877
|
);
|
|
49832
49878
|
}
|
|
49833
49879
|
|
|
49834
|
-
/**
|
|
49835
|
-
* Triggers the rebalance operation.
|
|
49836
|
-
*
|
|
49837
|
-
* @param {String} siteId Site ID
|
|
49838
|
-
*/
|
|
49839
|
-
postTelephonyProvidersEdgesSiteRebalance(siteId) {
|
|
49840
|
-
// verify the required parameter 'siteId' is set
|
|
49841
|
-
if (siteId === undefined || siteId === null) {
|
|
49842
|
-
throw 'Missing the required parameter "siteId" when calling postTelephonyProvidersEdgesSiteRebalance';
|
|
49843
|
-
}
|
|
49844
|
-
|
|
49845
|
-
return this.apiClient.callApi(
|
|
49846
|
-
'/api/v2/telephony/providers/edges/sites/{siteId}/rebalance',
|
|
49847
|
-
'POST',
|
|
49848
|
-
{ 'siteId': siteId },
|
|
49849
|
-
{ },
|
|
49850
|
-
{ },
|
|
49851
|
-
{ },
|
|
49852
|
-
null,
|
|
49853
|
-
['PureCloud OAuth'],
|
|
49854
|
-
['application/json'],
|
|
49855
|
-
['application/json']
|
|
49856
|
-
);
|
|
49857
|
-
}
|
|
49858
|
-
|
|
49859
49880
|
/**
|
|
49860
49881
|
* Create a Site.
|
|
49861
49882
|
*
|
|
@@ -50442,7 +50463,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
50442
50463
|
/**
|
|
50443
50464
|
* Textbots service.
|
|
50444
50465
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
50445
|
-
* @version
|
|
50466
|
+
* @version 161.0.0
|
|
50446
50467
|
*/
|
|
50447
50468
|
|
|
50448
50469
|
/**
|
|
@@ -50570,7 +50591,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
50570
50591
|
/**
|
|
50571
50592
|
* Tokens service.
|
|
50572
50593
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
50573
|
-
* @version
|
|
50594
|
+
* @version 161.0.0
|
|
50574
50595
|
*/
|
|
50575
50596
|
|
|
50576
50597
|
/**
|
|
@@ -50676,7 +50697,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
50676
50697
|
/**
|
|
50677
50698
|
* Uploads service.
|
|
50678
50699
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
50679
|
-
* @version
|
|
50700
|
+
* @version 161.0.0
|
|
50680
50701
|
*/
|
|
50681
50702
|
|
|
50682
50703
|
/**
|
|
@@ -50852,7 +50873,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
50852
50873
|
/**
|
|
50853
50874
|
* Usage service.
|
|
50854
50875
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
50855
|
-
* @version
|
|
50876
|
+
* @version 161.0.0
|
|
50856
50877
|
*/
|
|
50857
50878
|
|
|
50858
50879
|
/**
|
|
@@ -50923,7 +50944,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
50923
50944
|
/**
|
|
50924
50945
|
* UserRecordings service.
|
|
50925
50946
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
50926
|
-
* @version
|
|
50947
|
+
* @version 161.0.0
|
|
50927
50948
|
*/
|
|
50928
50949
|
|
|
50929
50950
|
/**
|
|
@@ -51108,7 +51129,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
51108
51129
|
/**
|
|
51109
51130
|
* Users service.
|
|
51110
51131
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
51111
|
-
* @version
|
|
51132
|
+
* @version 161.0.0
|
|
51112
51133
|
*/
|
|
51113
51134
|
|
|
51114
51135
|
/**
|
|
@@ -53496,7 +53517,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
53496
53517
|
/**
|
|
53497
53518
|
* Utilities service.
|
|
53498
53519
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
53499
|
-
* @version
|
|
53520
|
+
* @version 161.0.0
|
|
53500
53521
|
*/
|
|
53501
53522
|
|
|
53502
53523
|
/**
|
|
@@ -53607,7 +53628,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
53607
53628
|
/**
|
|
53608
53629
|
* Voicemail service.
|
|
53609
53630
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
53610
|
-
* @version
|
|
53631
|
+
* @version 161.0.0
|
|
53611
53632
|
*/
|
|
53612
53633
|
|
|
53613
53634
|
/**
|
|
@@ -54274,7 +54295,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
54274
54295
|
/**
|
|
54275
54296
|
* WebChat service.
|
|
54276
54297
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
54277
|
-
* @version
|
|
54298
|
+
* @version 161.0.0
|
|
54278
54299
|
*/
|
|
54279
54300
|
|
|
54280
54301
|
/**
|
|
@@ -54818,7 +54839,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
54818
54839
|
/**
|
|
54819
54840
|
* WebDeployments service.
|
|
54820
54841
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
54821
|
-
* @version
|
|
54842
|
+
* @version 161.0.0
|
|
54822
54843
|
*/
|
|
54823
54844
|
|
|
54824
54845
|
/**
|
|
@@ -55340,7 +55361,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
55340
55361
|
/**
|
|
55341
55362
|
* WebMessaging service.
|
|
55342
55363
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
55343
|
-
* @version
|
|
55364
|
+
* @version 161.0.0
|
|
55344
55365
|
*/
|
|
55345
55366
|
|
|
55346
55367
|
/**
|
|
@@ -55386,7 +55407,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
55386
55407
|
/**
|
|
55387
55408
|
* Widgets service.
|
|
55388
55409
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
55389
|
-
* @version
|
|
55410
|
+
* @version 161.0.0
|
|
55390
55411
|
*/
|
|
55391
55412
|
|
|
55392
55413
|
/**
|
|
@@ -55532,7 +55553,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
55532
55553
|
/**
|
|
55533
55554
|
* WorkforceManagement service.
|
|
55534
55555
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
55535
|
-
* @version
|
|
55556
|
+
* @version 161.0.0
|
|
55536
55557
|
*/
|
|
55537
55558
|
|
|
55538
55559
|
/**
|
|
@@ -60276,7 +60297,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
60276
60297
|
* </pre>
|
|
60277
60298
|
* </p>
|
|
60278
60299
|
* @module purecloud-platform-client-v2/index
|
|
60279
|
-
* @version
|
|
60300
|
+
* @version 161.0.0
|
|
60280
60301
|
*/
|
|
60281
60302
|
class platformClient {
|
|
60282
60303
|
constructor() {
|