purecloud-platform-client-v2 140.0.0 → 140.0.1
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 +82 -79
- package/dist/web-amd/purecloud-platform-client-v2.js +82 -80
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +82 -79
- package/dist/web-cjs/purecloud-platform-client-v2.js +2176 -117
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/package.json +2 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +18 -16
- 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/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/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/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/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/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/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
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ For direct use in a browser script:
|
|
|
27
27
|
|
|
28
28
|
```html
|
|
29
29
|
<!-- Include the CJS SDK -->
|
|
30
|
-
<script src="https://sdk-cdn.mypurecloud.com/javascript/140.0.
|
|
30
|
+
<script src="https://sdk-cdn.mypurecloud.com/javascript/140.0.1/purecloud-platform-client-v2.min.js"></script>
|
|
31
31
|
|
|
32
32
|
<script type="text/javascript">
|
|
33
33
|
// Obtain a reference to the platformClient object
|
|
@@ -44,7 +44,7 @@ For direct use in a browser script:
|
|
|
44
44
|
|
|
45
45
|
<script type="text/javascript">
|
|
46
46
|
// Obtain a reference to the platformClient object
|
|
47
|
-
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/140.0.
|
|
47
|
+
requirejs(['https://sdk-cdn.mypurecloud.com/javascript/amd/140.0.1/purecloud-platform-client-v2.min.js'], (platformClient) => {
|
|
48
48
|
console.log(platformClient);
|
|
49
49
|
});
|
|
50
50
|
</script>
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var axios = require('axios');
|
|
4
|
+
var qs = require('qs');
|
|
4
5
|
|
|
5
6
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
6
7
|
|
|
7
8
|
var axios__default = /*#__PURE__*/_interopDefaultLegacy(axios);
|
|
9
|
+
var qs__default = /*#__PURE__*/_interopDefaultLegacy(qs);
|
|
8
10
|
|
|
9
11
|
var PureCloudRegionHosts = {
|
|
10
12
|
us_east_1: 'mypurecloud.com',
|
|
@@ -399,7 +401,7 @@ class Configuration {
|
|
|
399
401
|
|
|
400
402
|
/**
|
|
401
403
|
* @module purecloud-platform-client-v2/ApiClient
|
|
402
|
-
* @version 140.0.
|
|
404
|
+
* @version 140.0.1
|
|
403
405
|
*/
|
|
404
406
|
class ApiClient {
|
|
405
407
|
/**
|
|
@@ -434,7 +436,7 @@ class ApiClient {
|
|
|
434
436
|
|
|
435
437
|
/**
|
|
436
438
|
* Enumeration of collection format separator strategies.
|
|
437
|
-
* @enum {String}
|
|
439
|
+
* @enum {String}
|
|
438
440
|
* @readonly
|
|
439
441
|
*/
|
|
440
442
|
this.CollectionFormatEnum = {
|
|
@@ -581,7 +583,7 @@ class ApiClient {
|
|
|
581
583
|
// Load current auth data
|
|
582
584
|
const tempState = this.authData.state;
|
|
583
585
|
this.authData = localStorage.getItem(`${this.settingsPrefix}_auth_data`);
|
|
584
|
-
if (!this.authData)
|
|
586
|
+
if (!this.authData)
|
|
585
587
|
this.authData = {};
|
|
586
588
|
else
|
|
587
589
|
this.authData = JSON.parse(this.authData);
|
|
@@ -601,7 +603,7 @@ class ApiClient {
|
|
|
601
603
|
* @description Initiates the implicit grant login flow. Will attempt to load the token from local storage, if enabled.
|
|
602
604
|
* @param {string} clientId - The client ID of an OAuth Implicit Grant client
|
|
603
605
|
* @param {string} redirectUri - The redirect URI of the OAuth Implicit Grant client
|
|
604
|
-
* @param {object} opts - (optional) Additional options
|
|
606
|
+
* @param {object} opts - (optional) Additional options
|
|
605
607
|
* @param {string} opts.state - (optional) An arbitrary string to be passed back with the login response. Used for client apps to associate login responses with a request.
|
|
606
608
|
* @param {string} opts.org - (optional) The organization name that would normally used when specifying an organization name when logging in. This is only used when a provider is also specified.
|
|
607
609
|
* @param {string} opts.provider - (optional) Authentication provider to log in with e.g. okta, adfs, salesforce, onelogin. This is only used when an org is also specified.
|
|
@@ -747,9 +749,9 @@ class ApiClient {
|
|
|
747
749
|
}
|
|
748
750
|
var encodedData = Buffer.from(clientId + ':' + clientSecret).toString('base64');
|
|
749
751
|
var request = this._formAuthRequest(encodedData,
|
|
750
|
-
{ grant_type: 'urn:ietf:params:oauth:grant-type:saml2-bearer'
|
|
751
|
-
|
|
752
|
-
|
|
752
|
+
{ grant_type: 'urn:ietf:params:oauth:grant-type:saml2-bearer',
|
|
753
|
+
orgName: orgName,
|
|
754
|
+
assertion: assertion });
|
|
753
755
|
request.proxy = this.proxy;
|
|
754
756
|
var bodyParam = {
|
|
755
757
|
grant_type: 'urn:ietf:params:oauth:grant-type:saml2-bearer',
|
|
@@ -828,9 +830,9 @@ class ApiClient {
|
|
|
828
830
|
}
|
|
829
831
|
var encodedData = Buffer.from(clientId + ':' + clientSecret).toString('base64');
|
|
830
832
|
var request = this._formAuthRequest(encodedData,
|
|
831
|
-
{ grant_type: 'authorization_code'
|
|
832
|
-
|
|
833
|
-
|
|
833
|
+
{ grant_type: 'authorization_code',
|
|
834
|
+
code: authCode,
|
|
835
|
+
redirect_uri: redirectUri });
|
|
834
836
|
request.proxy = this.proxy;
|
|
835
837
|
var bodyParam = {
|
|
836
838
|
grant_type: 'authorization_code',
|
|
@@ -856,7 +858,7 @@ class ApiClient {
|
|
|
856
858
|
return;
|
|
857
859
|
}
|
|
858
860
|
var encodedData = Buffer.from(clientId + ':' + clientSecret).toString('base64');
|
|
859
|
-
var request = this._formAuthRequest(encodedData, { grant_type: 'refresh_token'
|
|
861
|
+
var request = this._formAuthRequest(encodedData, { grant_type: 'refresh_token' , refresh_token: refreshToken });
|
|
860
862
|
request.proxy = this.proxy;
|
|
861
863
|
var bodyParam = {
|
|
862
864
|
grant_type: 'refresh_token',
|
|
@@ -933,8 +935,9 @@ class ApiClient {
|
|
|
933
935
|
/**
|
|
934
936
|
* @description Utility function to create the request for auth requests
|
|
935
937
|
* @param {string} encodedData - Base64 encoded client and clientSecret pair
|
|
938
|
+
* @param {object} data - data to url form encode
|
|
936
939
|
*/
|
|
937
|
-
_formAuthRequest(encodedData) {
|
|
940
|
+
_formAuthRequest(encodedData, data) {
|
|
938
941
|
var request = axios__default["default"]({
|
|
939
942
|
method: `POST`,
|
|
940
943
|
url: `https://login.${this.config.environment}/oauth/token`,
|
|
@@ -942,7 +945,7 @@ class ApiClient {
|
|
|
942
945
|
'Authorization': 'Basic ' + encodedData,
|
|
943
946
|
'Content-Type': 'application/x-www-form-urlencoded'
|
|
944
947
|
},
|
|
945
|
-
data:
|
|
948
|
+
data: qs__default["default"].stringify(data)
|
|
946
949
|
});
|
|
947
950
|
|
|
948
951
|
return request;
|
|
@@ -1006,7 +1009,7 @@ class ApiClient {
|
|
|
1006
1009
|
}
|
|
1007
1010
|
|
|
1008
1011
|
// Test token
|
|
1009
|
-
this.callApi('/api/v2/tokens/me', 'GET',
|
|
1012
|
+
this.callApi('/api/v2/tokens/me', 'GET',
|
|
1010
1013
|
null, null, null, null, null, ['PureCloud OAuth'], ['application/json'], ['application/json'])
|
|
1011
1014
|
.then(() => {
|
|
1012
1015
|
resolve();
|
|
@@ -1032,7 +1035,7 @@ class ApiClient {
|
|
|
1032
1035
|
const match = hashRegex.exec(h);
|
|
1033
1036
|
if (match) hash[match[1]] = decodeURIComponent(decodeURIComponent(match[2].replace(/\+/g, '%20')));
|
|
1034
1037
|
});
|
|
1035
|
-
|
|
1038
|
+
|
|
1036
1039
|
// Check for error
|
|
1037
1040
|
if (hash.error) {
|
|
1038
1041
|
return hash;
|
|
@@ -1230,7 +1233,7 @@ class ApiClient {
|
|
|
1230
1233
|
/**
|
|
1231
1234
|
* Checks whether the given parameter value represents file-like content.
|
|
1232
1235
|
* @param param The parameter to check.
|
|
1233
|
-
* @returns {Boolean} <code>true</code> if <code>param</code> represents a file.
|
|
1236
|
+
* @returns {Boolean} <code>true</code> if <code>param</code> represents a file.
|
|
1234
1237
|
*/
|
|
1235
1238
|
isFileParam(param) {
|
|
1236
1239
|
// fs.ReadStream in Node.js (but not in runtime like browserify)
|
|
@@ -1477,7 +1480,7 @@ class AlertingApi {
|
|
|
1477
1480
|
/**
|
|
1478
1481
|
* Alerting service.
|
|
1479
1482
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
1480
|
-
* @version 140.0.
|
|
1483
|
+
* @version 140.0.1
|
|
1481
1484
|
*/
|
|
1482
1485
|
|
|
1483
1486
|
/**
|
|
@@ -1791,7 +1794,7 @@ class AnalyticsApi {
|
|
|
1791
1794
|
/**
|
|
1792
1795
|
* Analytics service.
|
|
1793
1796
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
1794
|
-
* @version 140.0.
|
|
1797
|
+
* @version 140.0.1
|
|
1795
1798
|
*/
|
|
1796
1799
|
|
|
1797
1800
|
/**
|
|
@@ -2973,7 +2976,7 @@ class ArchitectApi {
|
|
|
2973
2976
|
/**
|
|
2974
2977
|
* Architect service.
|
|
2975
2978
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
2976
|
-
* @version 140.0.
|
|
2979
|
+
* @version 140.0.1
|
|
2977
2980
|
*/
|
|
2978
2981
|
|
|
2979
2982
|
/**
|
|
@@ -6018,7 +6021,7 @@ class AuditApi {
|
|
|
6018
6021
|
/**
|
|
6019
6022
|
* Audit service.
|
|
6020
6023
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
6021
|
-
* @version 140.0.
|
|
6024
|
+
* @version 140.0.1
|
|
6022
6025
|
*/
|
|
6023
6026
|
|
|
6024
6027
|
/**
|
|
@@ -6189,7 +6192,7 @@ class AuthorizationApi {
|
|
|
6189
6192
|
/**
|
|
6190
6193
|
* Authorization service.
|
|
6191
6194
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
6192
|
-
* @version 140.0.
|
|
6195
|
+
* @version 140.0.1
|
|
6193
6196
|
*/
|
|
6194
6197
|
|
|
6195
6198
|
/**
|
|
@@ -7372,7 +7375,7 @@ class BillingApi {
|
|
|
7372
7375
|
/**
|
|
7373
7376
|
* Billing service.
|
|
7374
7377
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
7375
|
-
* @version 140.0.
|
|
7378
|
+
* @version 140.0.1
|
|
7376
7379
|
*/
|
|
7377
7380
|
|
|
7378
7381
|
/**
|
|
@@ -7452,7 +7455,7 @@ class ChatApi {
|
|
|
7452
7455
|
/**
|
|
7453
7456
|
* Chat service.
|
|
7454
7457
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
7455
|
-
* @version 140.0.
|
|
7458
|
+
* @version 140.0.1
|
|
7456
7459
|
*/
|
|
7457
7460
|
|
|
7458
7461
|
/**
|
|
@@ -7543,7 +7546,7 @@ class CoachingApi {
|
|
|
7543
7546
|
/**
|
|
7544
7547
|
* Coaching service.
|
|
7545
7548
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
7546
|
-
* @version 140.0.
|
|
7549
|
+
* @version 140.0.1
|
|
7547
7550
|
*/
|
|
7548
7551
|
|
|
7549
7552
|
/**
|
|
@@ -8120,7 +8123,7 @@ class ContentManagementApi {
|
|
|
8120
8123
|
/**
|
|
8121
8124
|
* ContentManagement service.
|
|
8122
8125
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
8123
|
-
* @version 140.0.
|
|
8126
|
+
* @version 140.0.1
|
|
8124
8127
|
*/
|
|
8125
8128
|
|
|
8126
8129
|
/**
|
|
@@ -9260,7 +9263,7 @@ class ConversationsApi {
|
|
|
9260
9263
|
/**
|
|
9261
9264
|
* Conversations service.
|
|
9262
9265
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
9263
|
-
* @version 140.0.
|
|
9266
|
+
* @version 140.0.1
|
|
9264
9267
|
*/
|
|
9265
9268
|
|
|
9266
9269
|
/**
|
|
@@ -14194,7 +14197,7 @@ class DataExtensionsApi {
|
|
|
14194
14197
|
/**
|
|
14195
14198
|
* DataExtensions service.
|
|
14196
14199
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
14197
|
-
* @version 140.0.
|
|
14200
|
+
* @version 140.0.1
|
|
14198
14201
|
*/
|
|
14199
14202
|
|
|
14200
14203
|
/**
|
|
@@ -14280,7 +14283,7 @@ class ExternalContactsApi {
|
|
|
14280
14283
|
/**
|
|
14281
14284
|
* ExternalContacts service.
|
|
14282
14285
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
14283
|
-
* @version 140.0.
|
|
14286
|
+
* @version 140.0.1
|
|
14284
14287
|
*/
|
|
14285
14288
|
|
|
14286
14289
|
/**
|
|
@@ -16023,7 +16026,7 @@ class FaxApi {
|
|
|
16023
16026
|
/**
|
|
16024
16027
|
* Fax service.
|
|
16025
16028
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
16026
|
-
* @version 140.0.
|
|
16029
|
+
* @version 140.0.1
|
|
16027
16030
|
*/
|
|
16028
16031
|
|
|
16029
16032
|
/**
|
|
@@ -16194,7 +16197,7 @@ class FlowsApi {
|
|
|
16194
16197
|
/**
|
|
16195
16198
|
* Flows service.
|
|
16196
16199
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
16197
|
-
* @version 140.0.
|
|
16200
|
+
* @version 140.0.1
|
|
16198
16201
|
*/
|
|
16199
16202
|
|
|
16200
16203
|
/**
|
|
@@ -16265,7 +16268,7 @@ class GamificationApi {
|
|
|
16265
16268
|
/**
|
|
16266
16269
|
* Gamification service.
|
|
16267
16270
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
16268
|
-
* @version 140.0.
|
|
16271
|
+
* @version 140.0.1
|
|
16269
16272
|
*/
|
|
16270
16273
|
|
|
16271
16274
|
/**
|
|
@@ -17696,7 +17699,7 @@ class GeneralDataProtectionRegulationApi {
|
|
|
17696
17699
|
/**
|
|
17697
17700
|
* GeneralDataProtectionRegulation service.
|
|
17698
17701
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
17699
|
-
* @version 140.0.
|
|
17702
|
+
* @version 140.0.1
|
|
17700
17703
|
*/
|
|
17701
17704
|
|
|
17702
17705
|
/**
|
|
@@ -17826,7 +17829,7 @@ class GeolocationApi {
|
|
|
17826
17829
|
/**
|
|
17827
17830
|
* Geolocation service.
|
|
17828
17831
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
17829
|
-
* @version 140.0.
|
|
17832
|
+
* @version 140.0.1
|
|
17830
17833
|
*/
|
|
17831
17834
|
|
|
17832
17835
|
/**
|
|
@@ -17957,7 +17960,7 @@ class GreetingsApi {
|
|
|
17957
17960
|
/**
|
|
17958
17961
|
* Greetings service.
|
|
17959
17962
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
17960
|
-
* @version 140.0.
|
|
17963
|
+
* @version 140.0.1
|
|
17961
17964
|
*/
|
|
17962
17965
|
|
|
17963
17966
|
/**
|
|
@@ -18412,7 +18415,7 @@ class GroupsApi {
|
|
|
18412
18415
|
/**
|
|
18413
18416
|
* Groups service.
|
|
18414
18417
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
18415
|
-
* @version 140.0.
|
|
18418
|
+
* @version 140.0.1
|
|
18416
18419
|
*/
|
|
18417
18420
|
|
|
18418
18421
|
/**
|
|
@@ -18817,7 +18820,7 @@ class IdentityProviderApi {
|
|
|
18817
18820
|
/**
|
|
18818
18821
|
* IdentityProvider service.
|
|
18819
18822
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
18820
|
-
* @version 140.0.
|
|
18823
|
+
* @version 140.0.1
|
|
18821
18824
|
*/
|
|
18822
18825
|
|
|
18823
18826
|
/**
|
|
@@ -19573,7 +19576,7 @@ class IntegrationsApi {
|
|
|
19573
19576
|
/**
|
|
19574
19577
|
* Integrations service.
|
|
19575
19578
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
19576
|
-
* @version 140.0.
|
|
19579
|
+
* @version 140.0.1
|
|
19577
19580
|
*/
|
|
19578
19581
|
|
|
19579
19582
|
/**
|
|
@@ -21250,7 +21253,7 @@ class JourneyApi {
|
|
|
21250
21253
|
/**
|
|
21251
21254
|
* Journey service.
|
|
21252
21255
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
21253
|
-
* @version 140.0.
|
|
21256
|
+
* @version 140.0.1
|
|
21254
21257
|
*/
|
|
21255
21258
|
|
|
21256
21259
|
/**
|
|
@@ -21961,7 +21964,7 @@ class KnowledgeApi {
|
|
|
21961
21964
|
/**
|
|
21962
21965
|
* Knowledge service.
|
|
21963
21966
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
21964
|
-
* @version 140.0.
|
|
21967
|
+
* @version 140.0.1
|
|
21965
21968
|
*/
|
|
21966
21969
|
|
|
21967
21970
|
/**
|
|
@@ -22861,7 +22864,7 @@ class LanguageUnderstandingApi {
|
|
|
22861
22864
|
/**
|
|
22862
22865
|
* LanguageUnderstanding service.
|
|
22863
22866
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
22864
|
-
* @version 140.0.
|
|
22867
|
+
* @version 140.0.1
|
|
22865
22868
|
*/
|
|
22866
22869
|
|
|
22867
22870
|
/**
|
|
@@ -23765,7 +23768,7 @@ class LanguagesApi {
|
|
|
23765
23768
|
/**
|
|
23766
23769
|
* Languages service.
|
|
23767
23770
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
23768
|
-
* @version 140.0.
|
|
23771
|
+
* @version 140.0.1
|
|
23769
23772
|
*/
|
|
23770
23773
|
|
|
23771
23774
|
/**
|
|
@@ -24033,7 +24036,7 @@ class LearningApi {
|
|
|
24033
24036
|
/**
|
|
24034
24037
|
* Learning service.
|
|
24035
24038
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
24036
|
-
* @version 140.0.
|
|
24039
|
+
* @version 140.0.1
|
|
24037
24040
|
*/
|
|
24038
24041
|
|
|
24039
24042
|
/**
|
|
@@ -24734,7 +24737,7 @@ class LicenseApi {
|
|
|
24734
24737
|
/**
|
|
24735
24738
|
* License service.
|
|
24736
24739
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
24737
|
-
* @version 140.0.
|
|
24740
|
+
* @version 140.0.1
|
|
24738
24741
|
*/
|
|
24739
24742
|
|
|
24740
24743
|
/**
|
|
@@ -24972,7 +24975,7 @@ class LocationsApi {
|
|
|
24972
24975
|
/**
|
|
24973
24976
|
* Locations service.
|
|
24974
24977
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
24975
|
-
* @version 140.0.
|
|
24978
|
+
* @version 140.0.1
|
|
24976
24979
|
*/
|
|
24977
24980
|
|
|
24978
24981
|
/**
|
|
@@ -25208,7 +25211,7 @@ class MessagingApi {
|
|
|
25208
25211
|
/**
|
|
25209
25212
|
* Messaging service.
|
|
25210
25213
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
25211
|
-
* @version 140.0.
|
|
25214
|
+
* @version 140.0.1
|
|
25212
25215
|
*/
|
|
25213
25216
|
|
|
25214
25217
|
/**
|
|
@@ -25359,7 +25362,7 @@ class MobileDevicesApi {
|
|
|
25359
25362
|
/**
|
|
25360
25363
|
* MobileDevices service.
|
|
25361
25364
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
25362
|
-
* @version 140.0.
|
|
25365
|
+
* @version 140.0.1
|
|
25363
25366
|
*/
|
|
25364
25367
|
|
|
25365
25368
|
/**
|
|
@@ -25510,7 +25513,7 @@ class NotificationsApi {
|
|
|
25510
25513
|
/**
|
|
25511
25514
|
* Notifications service.
|
|
25512
25515
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
25513
|
-
* @version 140.0.
|
|
25516
|
+
* @version 140.0.1
|
|
25514
25517
|
*/
|
|
25515
25518
|
|
|
25516
25519
|
/**
|
|
@@ -25735,7 +25738,7 @@ class OAuthApi {
|
|
|
25735
25738
|
/**
|
|
25736
25739
|
* OAuth service.
|
|
25737
25740
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
25738
|
-
* @version 140.0.
|
|
25741
|
+
* @version 140.0.1
|
|
25739
25742
|
*/
|
|
25740
25743
|
|
|
25741
25744
|
/**
|
|
@@ -26101,7 +26104,7 @@ class ObjectsApi {
|
|
|
26101
26104
|
/**
|
|
26102
26105
|
* Objects service.
|
|
26103
26106
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
26104
|
-
* @version 140.0.
|
|
26107
|
+
* @version 140.0.1
|
|
26105
26108
|
*/
|
|
26106
26109
|
|
|
26107
26110
|
/**
|
|
@@ -26372,7 +26375,7 @@ class OrganizationApi {
|
|
|
26372
26375
|
/**
|
|
26373
26376
|
* Organization service.
|
|
26374
26377
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
26375
|
-
* @version 140.0.
|
|
26378
|
+
* @version 140.0.1
|
|
26376
26379
|
*/
|
|
26377
26380
|
|
|
26378
26381
|
/**
|
|
@@ -26775,7 +26778,7 @@ class OrganizationAuthorizationApi {
|
|
|
26775
26778
|
/**
|
|
26776
26779
|
* OrganizationAuthorization service.
|
|
26777
26780
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
26778
|
-
* @version 140.0.
|
|
26781
|
+
* @version 140.0.1
|
|
26779
26782
|
*/
|
|
26780
26783
|
|
|
26781
26784
|
/**
|
|
@@ -27700,7 +27703,7 @@ class OutboundApi {
|
|
|
27700
27703
|
/**
|
|
27701
27704
|
* Outbound service.
|
|
27702
27705
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
27703
|
-
* @version 140.0.
|
|
27706
|
+
* @version 140.0.1
|
|
27704
27707
|
*/
|
|
27705
27708
|
|
|
27706
27709
|
/**
|
|
@@ -30955,7 +30958,7 @@ class PresenceApi {
|
|
|
30955
30958
|
/**
|
|
30956
30959
|
* Presence service.
|
|
30957
30960
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
30958
|
-
* @version 140.0.
|
|
30961
|
+
* @version 140.0.1
|
|
30959
30962
|
*/
|
|
30960
30963
|
|
|
30961
30964
|
/**
|
|
@@ -31277,7 +31280,7 @@ class QualityApi {
|
|
|
31277
31280
|
/**
|
|
31278
31281
|
* Quality service.
|
|
31279
31282
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
31280
|
-
* @version 140.0.
|
|
31283
|
+
* @version 140.0.1
|
|
31281
31284
|
*/
|
|
31282
31285
|
|
|
31283
31286
|
/**
|
|
@@ -32855,7 +32858,7 @@ class RecordingApi {
|
|
|
32855
32858
|
/**
|
|
32856
32859
|
* Recording service.
|
|
32857
32860
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
32858
|
-
* @version 140.0.
|
|
32861
|
+
* @version 140.0.1
|
|
32859
32862
|
*/
|
|
32860
32863
|
|
|
32861
32864
|
/**
|
|
@@ -34508,7 +34511,7 @@ class ResponseManagementApi {
|
|
|
34508
34511
|
/**
|
|
34509
34512
|
* ResponseManagement service.
|
|
34510
34513
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
34511
|
-
* @version 140.0.
|
|
34514
|
+
* @version 140.0.1
|
|
34512
34515
|
*/
|
|
34513
34516
|
|
|
34514
34517
|
/**
|
|
@@ -34992,7 +34995,7 @@ class RoutingApi {
|
|
|
34992
34995
|
/**
|
|
34993
34996
|
* Routing service.
|
|
34994
34997
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
34995
|
-
* @version 140.0.
|
|
34998
|
+
* @version 140.0.1
|
|
34996
34999
|
*/
|
|
34997
35000
|
|
|
34998
35001
|
/**
|
|
@@ -37911,7 +37914,7 @@ class SCIMApi {
|
|
|
37911
37914
|
/**
|
|
37912
37915
|
* SCIM service.
|
|
37913
37916
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
37914
|
-
* @version 140.0.
|
|
37917
|
+
* @version 140.0.1
|
|
37915
37918
|
*/
|
|
37916
37919
|
|
|
37917
37920
|
/**
|
|
@@ -38788,7 +38791,7 @@ class ScriptsApi {
|
|
|
38788
38791
|
/**
|
|
38789
38792
|
* Scripts service.
|
|
38790
38793
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
38791
|
-
* @version 140.0.
|
|
38794
|
+
* @version 140.0.1
|
|
38792
38795
|
*/
|
|
38793
38796
|
|
|
38794
38797
|
/**
|
|
@@ -39207,7 +39210,7 @@ class SearchApi {
|
|
|
39207
39210
|
/**
|
|
39208
39211
|
* Search service.
|
|
39209
39212
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
39210
|
-
* @version 140.0.
|
|
39213
|
+
* @version 140.0.1
|
|
39211
39214
|
*/
|
|
39212
39215
|
|
|
39213
39216
|
/**
|
|
@@ -39742,7 +39745,7 @@ class SpeechTextAnalyticsApi {
|
|
|
39742
39745
|
/**
|
|
39743
39746
|
* SpeechTextAnalytics service.
|
|
39744
39747
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
39745
|
-
* @version 140.0.
|
|
39748
|
+
* @version 140.0.1
|
|
39746
39749
|
*/
|
|
39747
39750
|
|
|
39748
39751
|
/**
|
|
@@ -40595,7 +40598,7 @@ class StationsApi {
|
|
|
40595
40598
|
/**
|
|
40596
40599
|
* Stations service.
|
|
40597
40600
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
40598
|
-
* @version 140.0.
|
|
40601
|
+
* @version 140.0.1
|
|
40599
40602
|
*/
|
|
40600
40603
|
|
|
40601
40604
|
/**
|
|
@@ -40742,7 +40745,7 @@ class SuggestApi {
|
|
|
40742
40745
|
/**
|
|
40743
40746
|
* Suggest service.
|
|
40744
40747
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
40745
|
-
* @version 140.0.
|
|
40748
|
+
* @version 140.0.1
|
|
40746
40749
|
*/
|
|
40747
40750
|
|
|
40748
40751
|
/**
|
|
@@ -40881,7 +40884,7 @@ class TelephonyApi {
|
|
|
40881
40884
|
/**
|
|
40882
40885
|
* Telephony service.
|
|
40883
40886
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
40884
|
-
* @version 140.0.
|
|
40887
|
+
* @version 140.0.1
|
|
40885
40888
|
*/
|
|
40886
40889
|
|
|
40887
40890
|
/**
|
|
@@ -40989,7 +40992,7 @@ class TelephonyProvidersEdgeApi {
|
|
|
40989
40992
|
/**
|
|
40990
40993
|
* TelephonyProvidersEdge service.
|
|
40991
40994
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
40992
|
-
* @version 140.0.
|
|
40995
|
+
* @version 140.0.1
|
|
40993
40996
|
*/
|
|
40994
40997
|
|
|
40995
40998
|
/**
|
|
@@ -44622,7 +44625,7 @@ class TextbotsApi {
|
|
|
44622
44625
|
/**
|
|
44623
44626
|
* Textbots service.
|
|
44624
44627
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
44625
|
-
* @version 140.0.
|
|
44628
|
+
* @version 140.0.1
|
|
44626
44629
|
*/
|
|
44627
44630
|
|
|
44628
44631
|
/**
|
|
@@ -44750,7 +44753,7 @@ class TokensApi {
|
|
|
44750
44753
|
/**
|
|
44751
44754
|
* Tokens service.
|
|
44752
44755
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
44753
|
-
* @version 140.0.
|
|
44756
|
+
* @version 140.0.1
|
|
44754
44757
|
*/
|
|
44755
44758
|
|
|
44756
44759
|
/**
|
|
@@ -44856,7 +44859,7 @@ class UploadsApi {
|
|
|
44856
44859
|
/**
|
|
44857
44860
|
* Uploads service.
|
|
44858
44861
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
44859
|
-
* @version 140.0.
|
|
44862
|
+
* @version 140.0.1
|
|
44860
44863
|
*/
|
|
44861
44864
|
|
|
44862
44865
|
/**
|
|
@@ -45007,7 +45010,7 @@ class UsageApi {
|
|
|
45007
45010
|
/**
|
|
45008
45011
|
* Usage service.
|
|
45009
45012
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
45010
|
-
* @version 140.0.
|
|
45013
|
+
* @version 140.0.1
|
|
45011
45014
|
*/
|
|
45012
45015
|
|
|
45013
45016
|
/**
|
|
@@ -45078,7 +45081,7 @@ class UserRecordingsApi {
|
|
|
45078
45081
|
/**
|
|
45079
45082
|
* UserRecordings service.
|
|
45080
45083
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
45081
|
-
* @version 140.0.
|
|
45084
|
+
* @version 140.0.1
|
|
45082
45085
|
*/
|
|
45083
45086
|
|
|
45084
45087
|
/**
|
|
@@ -45262,7 +45265,7 @@ class UsersApi {
|
|
|
45262
45265
|
/**
|
|
45263
45266
|
* Users service.
|
|
45264
45267
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
45265
|
-
* @version 140.0.
|
|
45268
|
+
* @version 140.0.1
|
|
45266
45269
|
*/
|
|
45267
45270
|
|
|
45268
45271
|
/**
|
|
@@ -47564,7 +47567,7 @@ class UtilitiesApi {
|
|
|
47564
47567
|
/**
|
|
47565
47568
|
* Utilities service.
|
|
47566
47569
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
47567
|
-
* @version 140.0.
|
|
47570
|
+
* @version 140.0.1
|
|
47568
47571
|
*/
|
|
47569
47572
|
|
|
47570
47573
|
/**
|
|
@@ -47675,7 +47678,7 @@ class VoicemailApi {
|
|
|
47675
47678
|
/**
|
|
47676
47679
|
* Voicemail service.
|
|
47677
47680
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
47678
|
-
* @version 140.0.
|
|
47681
|
+
* @version 140.0.1
|
|
47679
47682
|
*/
|
|
47680
47683
|
|
|
47681
47684
|
/**
|
|
@@ -48342,7 +48345,7 @@ class WebChatApi {
|
|
|
48342
48345
|
/**
|
|
48343
48346
|
* WebChat service.
|
|
48344
48347
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
48345
|
-
* @version 140.0.
|
|
48348
|
+
* @version 140.0.1
|
|
48346
48349
|
*/
|
|
48347
48350
|
|
|
48348
48351
|
/**
|
|
@@ -48886,7 +48889,7 @@ class WebDeploymentsApi {
|
|
|
48886
48889
|
/**
|
|
48887
48890
|
* WebDeployments service.
|
|
48888
48891
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
48889
|
-
* @version 140.0.
|
|
48892
|
+
* @version 140.0.1
|
|
48890
48893
|
*/
|
|
48891
48894
|
|
|
48892
48895
|
/**
|
|
@@ -49241,7 +49244,7 @@ class WebMessagingApi {
|
|
|
49241
49244
|
/**
|
|
49242
49245
|
* WebMessaging service.
|
|
49243
49246
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
49244
|
-
* @version 140.0.
|
|
49247
|
+
* @version 140.0.1
|
|
49245
49248
|
*/
|
|
49246
49249
|
|
|
49247
49250
|
/**
|
|
@@ -49287,7 +49290,7 @@ class WidgetsApi {
|
|
|
49287
49290
|
/**
|
|
49288
49291
|
* Widgets service.
|
|
49289
49292
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
49290
|
-
* @version 140.0.
|
|
49293
|
+
* @version 140.0.1
|
|
49291
49294
|
*/
|
|
49292
49295
|
|
|
49293
49296
|
/**
|
|
@@ -49433,7 +49436,7 @@ class WorkforceManagementApi {
|
|
|
49433
49436
|
/**
|
|
49434
49437
|
* WorkforceManagement service.
|
|
49435
49438
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
49436
|
-
* @version 140.0.
|
|
49439
|
+
* @version 140.0.1
|
|
49437
49440
|
*/
|
|
49438
49441
|
|
|
49439
49442
|
/**
|
|
@@ -53684,7 +53687,7 @@ class WorkforceManagementApi {
|
|
|
53684
53687
|
* </pre>
|
|
53685
53688
|
* </p>
|
|
53686
53689
|
* @module purecloud-platform-client-v2/index
|
|
53687
|
-
* @version 140.0.
|
|
53690
|
+
* @version 140.0.1
|
|
53688
53691
|
*/
|
|
53689
53692
|
class platformClient {
|
|
53690
53693
|
constructor() {
|