purecloud-platform-client-v2 179.3.0 → 180.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 +136 -79
- package/dist/web-amd/purecloud-platform-client-v2.js +136 -79
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +136 -79
- package/dist/web-cjs/purecloud-platform-client-v2.js +180 -91
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +39 -16
- 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/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +8 -7
- 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/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +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 +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/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 +57 -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/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
|
@@ -399,7 +399,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
399
399
|
|
|
400
400
|
/**
|
|
401
401
|
* @module purecloud-platform-client-v2/ApiClient
|
|
402
|
-
* @version
|
|
402
|
+
* @version 180.0.0
|
|
403
403
|
*/
|
|
404
404
|
class ApiClient {
|
|
405
405
|
/**
|
|
@@ -1485,7 +1485,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1485
1485
|
/**
|
|
1486
1486
|
* Alerting service.
|
|
1487
1487
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
1488
|
-
* @version
|
|
1488
|
+
* @version 180.0.0
|
|
1489
1489
|
*/
|
|
1490
1490
|
|
|
1491
1491
|
/**
|
|
@@ -2135,7 +2135,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
2135
2135
|
/**
|
|
2136
2136
|
* Analytics service.
|
|
2137
2137
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
2138
|
-
* @version
|
|
2138
|
+
* @version 180.0.0
|
|
2139
2139
|
*/
|
|
2140
2140
|
|
|
2141
2141
|
/**
|
|
@@ -4581,7 +4581,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
4581
4581
|
/**
|
|
4582
4582
|
* Architect service.
|
|
4583
4583
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
4584
|
-
* @version
|
|
4584
|
+
* @version 180.0.0
|
|
4585
4585
|
*/
|
|
4586
4586
|
|
|
4587
4587
|
/**
|
|
@@ -8416,7 +8416,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
8416
8416
|
/**
|
|
8417
8417
|
* Audit service.
|
|
8418
8418
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
8419
|
-
* @version
|
|
8419
|
+
* @version 180.0.0
|
|
8420
8420
|
*/
|
|
8421
8421
|
|
|
8422
8422
|
/**
|
|
@@ -8587,7 +8587,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
8587
8587
|
/**
|
|
8588
8588
|
* Authorization service.
|
|
8589
8589
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
8590
|
-
* @version
|
|
8590
|
+
* @version 180.0.0
|
|
8591
8591
|
*/
|
|
8592
8592
|
|
|
8593
8593
|
/**
|
|
@@ -9818,7 +9818,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
9818
9818
|
/**
|
|
9819
9819
|
* Billing service.
|
|
9820
9820
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
9821
|
-
* @version
|
|
9821
|
+
* @version 180.0.0
|
|
9822
9822
|
*/
|
|
9823
9823
|
|
|
9824
9824
|
/**
|
|
@@ -9898,7 +9898,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
9898
9898
|
/**
|
|
9899
9899
|
* CarrierServices service.
|
|
9900
9900
|
* @module purecloud-platform-client-v2/api/CarrierServicesApi
|
|
9901
|
-
* @version
|
|
9901
|
+
* @version 180.0.0
|
|
9902
9902
|
*/
|
|
9903
9903
|
|
|
9904
9904
|
/**
|
|
@@ -9968,7 +9968,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
9968
9968
|
/**
|
|
9969
9969
|
* Chat service.
|
|
9970
9970
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
9971
|
-
* @version
|
|
9971
|
+
* @version 180.0.0
|
|
9972
9972
|
*/
|
|
9973
9973
|
|
|
9974
9974
|
/**
|
|
@@ -10626,13 +10626,14 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
10626
10626
|
/**
|
|
10627
10627
|
* Create an adhoc room
|
|
10628
10628
|
*
|
|
10629
|
-
* @param {Object}
|
|
10630
|
-
* @param {Object} opts.body Room properties
|
|
10629
|
+
* @param {Object} body Room properties
|
|
10631
10630
|
* postChatsRooms is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
10632
10631
|
*/
|
|
10633
|
-
postChatsRooms(
|
|
10634
|
-
|
|
10635
|
-
|
|
10632
|
+
postChatsRooms(body) {
|
|
10633
|
+
// verify the required parameter 'body' is set
|
|
10634
|
+
if (body === undefined || body === null) {
|
|
10635
|
+
throw 'Missing the required parameter "body" when calling postChatsRooms';
|
|
10636
|
+
}
|
|
10636
10637
|
|
|
10637
10638
|
return this.apiClient.callApi(
|
|
10638
10639
|
'/api/v2/chats/rooms',
|
|
@@ -10641,7 +10642,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
10641
10642
|
{ },
|
|
10642
10643
|
{ },
|
|
10643
10644
|
{ },
|
|
10644
|
-
|
|
10645
|
+
body,
|
|
10645
10646
|
['PureCloud OAuth'],
|
|
10646
10647
|
['application/json'],
|
|
10647
10648
|
['application/json']
|
|
@@ -10736,7 +10737,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
10736
10737
|
/**
|
|
10737
10738
|
* Coaching service.
|
|
10738
10739
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
10739
|
-
* @version
|
|
10740
|
+
* @version 180.0.0
|
|
10740
10741
|
*/
|
|
10741
10742
|
|
|
10742
10743
|
/**
|
|
@@ -11313,7 +11314,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
11313
11314
|
/**
|
|
11314
11315
|
* ContentManagement service.
|
|
11315
11316
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
11316
|
-
* @version
|
|
11317
|
+
* @version 180.0.0
|
|
11317
11318
|
*/
|
|
11318
11319
|
|
|
11319
11320
|
/**
|
|
@@ -12456,7 +12457,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
12456
12457
|
/**
|
|
12457
12458
|
* Conversations service.
|
|
12458
12459
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
12459
|
-
* @version
|
|
12460
|
+
* @version 180.0.0
|
|
12460
12461
|
*/
|
|
12461
12462
|
|
|
12462
12463
|
/**
|
|
@@ -19540,7 +19541,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
19540
19541
|
/**
|
|
19541
19542
|
* DataExtensions service.
|
|
19542
19543
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
19543
|
-
* @version
|
|
19544
|
+
* @version 180.0.0
|
|
19544
19545
|
*/
|
|
19545
19546
|
|
|
19546
19547
|
/**
|
|
@@ -19626,7 +19627,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
19626
19627
|
/**
|
|
19627
19628
|
* Downloads service.
|
|
19628
19629
|
* @module purecloud-platform-client-v2/api/DownloadsApi
|
|
19629
|
-
* @version
|
|
19630
|
+
* @version 180.0.0
|
|
19630
19631
|
*/
|
|
19631
19632
|
|
|
19632
19633
|
/**
|
|
@@ -19678,7 +19679,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
19678
19679
|
/**
|
|
19679
19680
|
* Emails service.
|
|
19680
19681
|
* @module purecloud-platform-client-v2/api/EmailsApi
|
|
19681
|
-
* @version
|
|
19682
|
+
* @version 180.0.0
|
|
19682
19683
|
*/
|
|
19683
19684
|
|
|
19684
19685
|
/**
|
|
@@ -19743,7 +19744,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
19743
19744
|
/**
|
|
19744
19745
|
* Events service.
|
|
19745
19746
|
* @module purecloud-platform-client-v2/api/EventsApi
|
|
19746
|
-
* @version
|
|
19747
|
+
* @version 180.0.0
|
|
19747
19748
|
*/
|
|
19748
19749
|
|
|
19749
19750
|
/**
|
|
@@ -19839,7 +19840,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
19839
19840
|
/**
|
|
19840
19841
|
* ExternalContacts service.
|
|
19841
19842
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
19842
|
-
* @version
|
|
19843
|
+
* @version 180.0.0
|
|
19843
19844
|
*/
|
|
19844
19845
|
|
|
19845
19846
|
/**
|
|
@@ -21797,7 +21798,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21797
21798
|
/**
|
|
21798
21799
|
* Fax service.
|
|
21799
21800
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
21800
|
-
* @version
|
|
21801
|
+
* @version 180.0.0
|
|
21801
21802
|
*/
|
|
21802
21803
|
|
|
21803
21804
|
/**
|
|
@@ -21968,7 +21969,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21968
21969
|
/**
|
|
21969
21970
|
* Flows service.
|
|
21970
21971
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
21971
|
-
* @version
|
|
21972
|
+
* @version 180.0.0
|
|
21972
21973
|
*/
|
|
21973
21974
|
|
|
21974
21975
|
/**
|
|
@@ -22152,7 +22153,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
22152
22153
|
/**
|
|
22153
22154
|
* Gamification service.
|
|
22154
22155
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
22155
|
-
* @version
|
|
22156
|
+
* @version 180.0.0
|
|
22156
22157
|
*/
|
|
22157
22158
|
|
|
22158
22159
|
/**
|
|
@@ -24238,7 +24239,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
24238
24239
|
/**
|
|
24239
24240
|
* GeneralDataProtectionRegulation service.
|
|
24240
24241
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
24241
|
-
* @version
|
|
24242
|
+
* @version 180.0.0
|
|
24242
24243
|
*/
|
|
24243
24244
|
|
|
24244
24245
|
/**
|
|
@@ -24368,7 +24369,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
24368
24369
|
/**
|
|
24369
24370
|
* Geolocation service.
|
|
24370
24371
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
24371
|
-
* @version
|
|
24372
|
+
* @version 180.0.0
|
|
24372
24373
|
*/
|
|
24373
24374
|
|
|
24374
24375
|
/**
|
|
@@ -24499,7 +24500,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
24499
24500
|
/**
|
|
24500
24501
|
* Greetings service.
|
|
24501
24502
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
24502
|
-
* @version
|
|
24503
|
+
* @version 180.0.0
|
|
24503
24504
|
*/
|
|
24504
24505
|
|
|
24505
24506
|
/**
|
|
@@ -24954,7 +24955,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
24954
24955
|
/**
|
|
24955
24956
|
* Groups service.
|
|
24956
24957
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
24957
|
-
* @version
|
|
24958
|
+
* @version 180.0.0
|
|
24958
24959
|
*/
|
|
24959
24960
|
|
|
24960
24961
|
/**
|
|
@@ -25473,7 +25474,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
25473
25474
|
/**
|
|
25474
25475
|
* IdentityProvider service.
|
|
25475
25476
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
25476
|
-
* @version
|
|
25477
|
+
* @version 180.0.0
|
|
25477
25478
|
*/
|
|
25478
25479
|
|
|
25479
25480
|
/**
|
|
@@ -26229,7 +26230,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26229
26230
|
/**
|
|
26230
26231
|
* InfrastructureAsCode service.
|
|
26231
26232
|
* @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
26232
|
-
* @version
|
|
26233
|
+
* @version 180.0.0
|
|
26233
26234
|
*/
|
|
26234
26235
|
|
|
26235
26236
|
/**
|
|
@@ -26396,7 +26397,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26396
26397
|
/**
|
|
26397
26398
|
* Integrations service.
|
|
26398
26399
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
26399
|
-
* @version
|
|
26400
|
+
* @version 180.0.0
|
|
26400
26401
|
*/
|
|
26401
26402
|
|
|
26402
26403
|
/**
|
|
@@ -28358,7 +28359,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
28358
28359
|
/**
|
|
28359
28360
|
* Journey service.
|
|
28360
28361
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
28361
|
-
* @version
|
|
28362
|
+
* @version 180.0.0
|
|
28362
28363
|
*/
|
|
28363
28364
|
|
|
28364
28365
|
/**
|
|
@@ -29522,7 +29523,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
29522
29523
|
/**
|
|
29523
29524
|
* Knowledge service.
|
|
29524
29525
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
29525
|
-
* @version
|
|
29526
|
+
* @version 180.0.0
|
|
29526
29527
|
*/
|
|
29527
29528
|
|
|
29528
29529
|
/**
|
|
@@ -32343,7 +32344,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
32343
32344
|
/**
|
|
32344
32345
|
* LanguageUnderstanding service.
|
|
32345
32346
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
32346
|
-
* @version
|
|
32347
|
+
* @version 180.0.0
|
|
32347
32348
|
*/
|
|
32348
32349
|
|
|
32349
32350
|
/**
|
|
@@ -33356,7 +33357,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33356
33357
|
/**
|
|
33357
33358
|
* Languages service.
|
|
33358
33359
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
33359
|
-
* @version
|
|
33360
|
+
* @version 180.0.0
|
|
33360
33361
|
*/
|
|
33361
33362
|
|
|
33362
33363
|
/**
|
|
@@ -33578,7 +33579,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33578
33579
|
/**
|
|
33579
33580
|
* Learning service.
|
|
33580
33581
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
33581
|
-
* @version
|
|
33582
|
+
* @version 180.0.0
|
|
33582
33583
|
*/
|
|
33583
33584
|
|
|
33584
33585
|
/**
|
|
@@ -34397,7 +34398,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
34397
34398
|
/**
|
|
34398
34399
|
* License service.
|
|
34399
34400
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
34400
|
-
* @version
|
|
34401
|
+
* @version 180.0.0
|
|
34401
34402
|
*/
|
|
34402
34403
|
|
|
34403
34404
|
/**
|
|
@@ -34635,7 +34636,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
34635
34636
|
/**
|
|
34636
34637
|
* Locations service.
|
|
34637
34638
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
34638
|
-
* @version
|
|
34639
|
+
* @version 180.0.0
|
|
34639
34640
|
*/
|
|
34640
34641
|
|
|
34641
34642
|
/**
|
|
@@ -34871,7 +34872,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
34871
34872
|
/**
|
|
34872
34873
|
* Messaging service.
|
|
34873
34874
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
34874
|
-
* @version
|
|
34875
|
+
* @version 180.0.0
|
|
34875
34876
|
*/
|
|
34876
34877
|
|
|
34877
34878
|
/**
|
|
@@ -35230,7 +35231,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
35230
35231
|
/**
|
|
35231
35232
|
* MobileDevices service.
|
|
35232
35233
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
35233
|
-
* @version
|
|
35234
|
+
* @version 180.0.0
|
|
35234
35235
|
*/
|
|
35235
35236
|
|
|
35236
35237
|
/**
|
|
@@ -35381,7 +35382,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
35381
35382
|
/**
|
|
35382
35383
|
* Notifications service.
|
|
35383
35384
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
35384
|
-
* @version
|
|
35385
|
+
* @version 180.0.0
|
|
35385
35386
|
*/
|
|
35386
35387
|
|
|
35387
35388
|
/**
|
|
@@ -35614,7 +35615,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
35614
35615
|
/**
|
|
35615
35616
|
* OAuth service.
|
|
35616
35617
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
35617
|
-
* @version
|
|
35618
|
+
* @version 180.0.0
|
|
35618
35619
|
*/
|
|
35619
35620
|
|
|
35620
35621
|
/**
|
|
@@ -35980,7 +35981,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
35980
35981
|
/**
|
|
35981
35982
|
* Objects service.
|
|
35982
35983
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
35983
|
-
* @version
|
|
35984
|
+
* @version 180.0.0
|
|
35984
35985
|
*/
|
|
35985
35986
|
|
|
35986
35987
|
/**
|
|
@@ -36251,7 +36252,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
36251
36252
|
/**
|
|
36252
36253
|
* Organization service.
|
|
36253
36254
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
36254
|
-
* @version
|
|
36255
|
+
* @version 180.0.0
|
|
36255
36256
|
*/
|
|
36256
36257
|
|
|
36257
36258
|
/**
|
|
@@ -36706,7 +36707,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
36706
36707
|
/**
|
|
36707
36708
|
* OrganizationAuthorization service.
|
|
36708
36709
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
36709
|
-
* @version
|
|
36710
|
+
* @version 180.0.0
|
|
36710
36711
|
*/
|
|
36711
36712
|
|
|
36712
36713
|
/**
|
|
@@ -38053,7 +38054,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38053
38054
|
/**
|
|
38054
38055
|
* Outbound service.
|
|
38055
38056
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
38056
|
-
* @version
|
|
38057
|
+
* @version 180.0.0
|
|
38057
38058
|
*/
|
|
38058
38059
|
|
|
38059
38060
|
/**
|
|
@@ -41675,7 +41676,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
41675
41676
|
/**
|
|
41676
41677
|
* Presence service.
|
|
41677
41678
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
41678
|
-
* @version
|
|
41679
|
+
* @version 180.0.0
|
|
41679
41680
|
*/
|
|
41680
41681
|
|
|
41681
41682
|
/**
|
|
@@ -42414,7 +42415,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
42414
42415
|
/**
|
|
42415
42416
|
* ProcessAutomation service.
|
|
42416
42417
|
* @module purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
42417
|
-
* @version
|
|
42418
|
+
* @version 180.0.0
|
|
42418
42419
|
*/
|
|
42419
42420
|
|
|
42420
42421
|
/**
|
|
@@ -42653,7 +42654,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
42653
42654
|
/**
|
|
42654
42655
|
* Quality service.
|
|
42655
42656
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
42656
|
-
* @version
|
|
42657
|
+
* @version 180.0.0
|
|
42657
42658
|
*/
|
|
42658
42659
|
|
|
42659
42660
|
/**
|
|
@@ -44407,7 +44408,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
44407
44408
|
/**
|
|
44408
44409
|
* Recording service.
|
|
44409
44410
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
44410
|
-
* @version
|
|
44411
|
+
* @version 180.0.0
|
|
44411
44412
|
*/
|
|
44412
44413
|
|
|
44413
44414
|
/**
|
|
@@ -46044,7 +46045,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46044
46045
|
/**
|
|
46045
46046
|
* ResponseManagement service.
|
|
46046
46047
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
46047
|
-
* @version
|
|
46048
|
+
* @version 180.0.0
|
|
46048
46049
|
*/
|
|
46049
46050
|
|
|
46050
46051
|
/**
|
|
@@ -46529,7 +46530,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46529
46530
|
/**
|
|
46530
46531
|
* Routing service.
|
|
46531
46532
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
46532
|
-
* @version
|
|
46533
|
+
* @version 180.0.0
|
|
46533
46534
|
*/
|
|
46534
46535
|
|
|
46535
46536
|
/**
|
|
@@ -50237,7 +50238,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
50237
50238
|
/**
|
|
50238
50239
|
* SCIM service.
|
|
50239
50240
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
50240
|
-
* @version
|
|
50241
|
+
* @version 180.0.0
|
|
50241
50242
|
*/
|
|
50242
50243
|
|
|
50243
50244
|
/**
|
|
@@ -51114,7 +51115,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
51114
51115
|
/**
|
|
51115
51116
|
* Scripts service.
|
|
51116
51117
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
51117
|
-
* @version
|
|
51118
|
+
* @version 180.0.0
|
|
51118
51119
|
*/
|
|
51119
51120
|
|
|
51120
51121
|
/**
|
|
@@ -51558,7 +51559,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
51558
51559
|
/**
|
|
51559
51560
|
* Search service.
|
|
51560
51561
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
51561
|
-
* @version
|
|
51562
|
+
* @version 180.0.0
|
|
51562
51563
|
*/
|
|
51563
51564
|
|
|
51564
51565
|
/**
|
|
@@ -52247,7 +52248,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
52247
52248
|
/**
|
|
52248
52249
|
* Settings service.
|
|
52249
52250
|
* @module purecloud-platform-client-v2/api/SettingsApi
|
|
52250
|
-
* @version
|
|
52251
|
+
* @version 180.0.0
|
|
52251
52252
|
*/
|
|
52252
52253
|
|
|
52253
52254
|
/**
|
|
@@ -52312,7 +52313,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
52312
52313
|
/**
|
|
52313
52314
|
* SpeechTextAnalytics service.
|
|
52314
52315
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
52315
|
-
* @version
|
|
52316
|
+
* @version 180.0.0
|
|
52316
52317
|
*/
|
|
52317
52318
|
|
|
52318
52319
|
/**
|
|
@@ -53425,7 +53426,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
53425
53426
|
/**
|
|
53426
53427
|
* Stations service.
|
|
53427
53428
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
53428
|
-
* @version
|
|
53429
|
+
* @version 180.0.0
|
|
53429
53430
|
*/
|
|
53430
53431
|
|
|
53431
53432
|
/**
|
|
@@ -53527,7 +53528,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
53527
53528
|
/**
|
|
53528
53529
|
* Suggest service.
|
|
53529
53530
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
53530
|
-
* @version
|
|
53531
|
+
* @version 180.0.0
|
|
53531
53532
|
*/
|
|
53532
53533
|
|
|
53533
53534
|
/**
|
|
@@ -53666,7 +53667,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
53666
53667
|
/**
|
|
53667
53668
|
* TaskManagement service.
|
|
53668
53669
|
* @module purecloud-platform-client-v2/api/TaskManagementApi
|
|
53669
|
-
* @version
|
|
53670
|
+
* @version 180.0.0
|
|
53670
53671
|
*/
|
|
53671
53672
|
|
|
53672
53673
|
/**
|
|
@@ -54947,7 +54948,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
54947
54948
|
/**
|
|
54948
54949
|
* Teams service.
|
|
54949
54950
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
54950
|
-
* @version
|
|
54951
|
+
* @version 180.0.0
|
|
54951
54952
|
*/
|
|
54952
54953
|
|
|
54953
54954
|
/**
|
|
@@ -55249,7 +55250,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
55249
55250
|
/**
|
|
55250
55251
|
* Telephony service.
|
|
55251
55252
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
55252
|
-
* @version
|
|
55253
|
+
* @version 180.0.0
|
|
55253
55254
|
*/
|
|
55254
55255
|
|
|
55255
55256
|
/**
|
|
@@ -55284,6 +55285,62 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
55284
55285
|
);
|
|
55285
55286
|
}
|
|
55286
55287
|
|
|
55288
|
+
/**
|
|
55289
|
+
* Get a SIP message.
|
|
55290
|
+
* Get the raw form of the SIP message
|
|
55291
|
+
* @param {String} conversationId Conversation id
|
|
55292
|
+
* getTelephonySipmessagesConversation is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
55293
|
+
*/
|
|
55294
|
+
getTelephonySipmessagesConversation(conversationId) {
|
|
55295
|
+
// verify the required parameter 'conversationId' is set
|
|
55296
|
+
if (conversationId === undefined || conversationId === null) {
|
|
55297
|
+
throw 'Missing the required parameter "conversationId" when calling getTelephonySipmessagesConversation';
|
|
55298
|
+
}
|
|
55299
|
+
|
|
55300
|
+
return this.apiClient.callApi(
|
|
55301
|
+
'/api/v2/telephony/sipmessages/conversations/{conversationId}',
|
|
55302
|
+
'GET',
|
|
55303
|
+
{ 'conversationId': conversationId },
|
|
55304
|
+
{ },
|
|
55305
|
+
{ },
|
|
55306
|
+
{ },
|
|
55307
|
+
null,
|
|
55308
|
+
['PureCloud OAuth'],
|
|
55309
|
+
['application/json'],
|
|
55310
|
+
['application/json']
|
|
55311
|
+
);
|
|
55312
|
+
}
|
|
55313
|
+
|
|
55314
|
+
/**
|
|
55315
|
+
* Get SIP headers.
|
|
55316
|
+
* Get parsed SIP headers. Returns specific headers if key query parameters are added.
|
|
55317
|
+
* @param {String} conversationId Conversation id
|
|
55318
|
+
* @param {Object} opts Optional parameters
|
|
55319
|
+
* @param {Array.<String>} opts.keys comma-separated list of header identifiers to query. e.g. ruri,to,from
|
|
55320
|
+
* getTelephonySipmessagesConversationHeaders is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
55321
|
+
*/
|
|
55322
|
+
getTelephonySipmessagesConversationHeaders(conversationId, opts) {
|
|
55323
|
+
opts = opts || {};
|
|
55324
|
+
|
|
55325
|
+
// verify the required parameter 'conversationId' is set
|
|
55326
|
+
if (conversationId === undefined || conversationId === null) {
|
|
55327
|
+
throw 'Missing the required parameter "conversationId" when calling getTelephonySipmessagesConversationHeaders';
|
|
55328
|
+
}
|
|
55329
|
+
|
|
55330
|
+
return this.apiClient.callApi(
|
|
55331
|
+
'/api/v2/telephony/sipmessages/conversations/{conversationId}/headers',
|
|
55332
|
+
'GET',
|
|
55333
|
+
{ 'conversationId': conversationId },
|
|
55334
|
+
{ 'keys': this.apiClient.buildCollectionParam(opts['keys'], 'multi') },
|
|
55335
|
+
{ },
|
|
55336
|
+
{ },
|
|
55337
|
+
null,
|
|
55338
|
+
['PureCloud OAuth'],
|
|
55339
|
+
['application/json'],
|
|
55340
|
+
['application/json']
|
|
55341
|
+
);
|
|
55342
|
+
}
|
|
55343
|
+
|
|
55287
55344
|
/**
|
|
55288
55345
|
* Fetch SIP metadata
|
|
55289
55346
|
* Fetch SIP metadata that matches a given parameter. If exactMatch is passed as a parameter only sip records that have exactly that value will be returned. For example, some records contain conversationId but not all relevant records for that call may contain the conversationId so only a partial view of the call will be reflected
|
|
@@ -55377,7 +55434,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
55377
55434
|
/**
|
|
55378
55435
|
* TelephonyProvidersEdge service.
|
|
55379
55436
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
55380
|
-
* @version
|
|
55437
|
+
* @version 180.0.0
|
|
55381
55438
|
*/
|
|
55382
55439
|
|
|
55383
55440
|
/**
|
|
@@ -58666,7 +58723,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
58666
58723
|
/**
|
|
58667
58724
|
* Textbots service.
|
|
58668
58725
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
58669
|
-
* @version
|
|
58726
|
+
* @version 180.0.0
|
|
58670
58727
|
*/
|
|
58671
58728
|
|
|
58672
58729
|
/**
|
|
@@ -58794,7 +58851,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
58794
58851
|
/**
|
|
58795
58852
|
* Tokens service.
|
|
58796
58853
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
58797
|
-
* @version
|
|
58854
|
+
* @version 180.0.0
|
|
58798
58855
|
*/
|
|
58799
58856
|
|
|
58800
58857
|
/**
|
|
@@ -58950,7 +59007,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
58950
59007
|
/**
|
|
58951
59008
|
* Uploads service.
|
|
58952
59009
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
58953
|
-
* @version
|
|
59010
|
+
* @version 180.0.0
|
|
58954
59011
|
*/
|
|
58955
59012
|
|
|
58956
59013
|
/**
|
|
@@ -59126,7 +59183,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
59126
59183
|
/**
|
|
59127
59184
|
* Usage service.
|
|
59128
59185
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
59129
|
-
* @version
|
|
59186
|
+
* @version 180.0.0
|
|
59130
59187
|
*/
|
|
59131
59188
|
|
|
59132
59189
|
/**
|
|
@@ -59336,7 +59393,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
59336
59393
|
/**
|
|
59337
59394
|
* UserRecordings service.
|
|
59338
59395
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
59339
|
-
* @version
|
|
59396
|
+
* @version 180.0.0
|
|
59340
59397
|
*/
|
|
59341
59398
|
|
|
59342
59399
|
/**
|
|
@@ -59521,7 +59578,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
59521
59578
|
/**
|
|
59522
59579
|
* Users service.
|
|
59523
59580
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
59524
|
-
* @version
|
|
59581
|
+
* @version 180.0.0
|
|
59525
59582
|
*/
|
|
59526
59583
|
|
|
59527
59584
|
/**
|
|
@@ -62082,7 +62139,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
62082
62139
|
/**
|
|
62083
62140
|
* Utilities service.
|
|
62084
62141
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
62085
|
-
* @version
|
|
62142
|
+
* @version 180.0.0
|
|
62086
62143
|
*/
|
|
62087
62144
|
|
|
62088
62145
|
/**
|
|
@@ -62193,7 +62250,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
62193
62250
|
/**
|
|
62194
62251
|
* Voicemail service.
|
|
62195
62252
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
62196
|
-
* @version
|
|
62253
|
+
* @version 180.0.0
|
|
62197
62254
|
*/
|
|
62198
62255
|
|
|
62199
62256
|
/**
|
|
@@ -62860,7 +62917,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
62860
62917
|
/**
|
|
62861
62918
|
* WebChat service.
|
|
62862
62919
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
62863
|
-
* @version
|
|
62920
|
+
* @version 180.0.0
|
|
62864
62921
|
*/
|
|
62865
62922
|
|
|
62866
62923
|
/**
|
|
@@ -63409,7 +63466,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
63409
63466
|
/**
|
|
63410
63467
|
* WebDeployments service.
|
|
63411
63468
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
63412
|
-
* @version
|
|
63469
|
+
* @version 180.0.0
|
|
63413
63470
|
*/
|
|
63414
63471
|
|
|
63415
63472
|
/**
|
|
@@ -63936,7 +63993,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
63936
63993
|
/**
|
|
63937
63994
|
* WebMessaging service.
|
|
63938
63995
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
63939
|
-
* @version
|
|
63996
|
+
* @version 180.0.0
|
|
63940
63997
|
*/
|
|
63941
63998
|
|
|
63942
63999
|
/**
|
|
@@ -63982,7 +64039,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
63982
64039
|
/**
|
|
63983
64040
|
* Widgets service.
|
|
63984
64041
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
63985
|
-
* @version
|
|
64042
|
+
* @version 180.0.0
|
|
63986
64043
|
*/
|
|
63987
64044
|
|
|
63988
64045
|
/**
|
|
@@ -64128,7 +64185,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
64128
64185
|
/**
|
|
64129
64186
|
* WorkforceManagement service.
|
|
64130
64187
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
64131
|
-
* @version
|
|
64188
|
+
* @version 180.0.0
|
|
64132
64189
|
*/
|
|
64133
64190
|
|
|
64134
64191
|
/**
|
|
@@ -69292,7 +69349,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
69292
69349
|
* </pre>
|
|
69293
69350
|
* </p>
|
|
69294
69351
|
* @module purecloud-platform-client-v2/index
|
|
69295
|
-
* @version
|
|
69352
|
+
* @version 180.0.0
|
|
69296
69353
|
*/
|
|
69297
69354
|
class platformClient {
|
|
69298
69355
|
constructor() {
|