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
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
define(['axios'], (function (axios) { 'use strict';
|
|
1
|
+
define(['axios', 'qs'], (function (axios, qs) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
4
4
|
|
|
5
5
|
var axios__default = /*#__PURE__*/_interopDefaultLegacy(axios);
|
|
6
|
+
var qs__default = /*#__PURE__*/_interopDefaultLegacy(qs);
|
|
6
7
|
|
|
7
8
|
var PureCloudRegionHosts = {
|
|
8
9
|
us_east_1: 'mypurecloud.com',
|
|
@@ -397,7 +398,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
397
398
|
|
|
398
399
|
/**
|
|
399
400
|
* @module purecloud-platform-client-v2/ApiClient
|
|
400
|
-
* @version 140.0.
|
|
401
|
+
* @version 140.0.1
|
|
401
402
|
*/
|
|
402
403
|
class ApiClient {
|
|
403
404
|
/**
|
|
@@ -432,7 +433,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
432
433
|
|
|
433
434
|
/**
|
|
434
435
|
* Enumeration of collection format separator strategies.
|
|
435
|
-
* @enum {String}
|
|
436
|
+
* @enum {String}
|
|
436
437
|
* @readonly
|
|
437
438
|
*/
|
|
438
439
|
this.CollectionFormatEnum = {
|
|
@@ -579,7 +580,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
579
580
|
// Load current auth data
|
|
580
581
|
const tempState = this.authData.state;
|
|
581
582
|
this.authData = localStorage.getItem(`${this.settingsPrefix}_auth_data`);
|
|
582
|
-
if (!this.authData)
|
|
583
|
+
if (!this.authData)
|
|
583
584
|
this.authData = {};
|
|
584
585
|
else
|
|
585
586
|
this.authData = JSON.parse(this.authData);
|
|
@@ -599,7 +600,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
599
600
|
* @description Initiates the implicit grant login flow. Will attempt to load the token from local storage, if enabled.
|
|
600
601
|
* @param {string} clientId - The client ID of an OAuth Implicit Grant client
|
|
601
602
|
* @param {string} redirectUri - The redirect URI of the OAuth Implicit Grant client
|
|
602
|
-
* @param {object} opts - (optional) Additional options
|
|
603
|
+
* @param {object} opts - (optional) Additional options
|
|
603
604
|
* @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.
|
|
604
605
|
* @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.
|
|
605
606
|
* @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.
|
|
@@ -745,9 +746,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
745
746
|
}
|
|
746
747
|
var encodedData = Buffer.from(clientId + ':' + clientSecret).toString('base64');
|
|
747
748
|
var request = this._formAuthRequest(encodedData,
|
|
748
|
-
{ grant_type: 'urn:ietf:params:oauth:grant-type:saml2-bearer'
|
|
749
|
-
|
|
750
|
-
|
|
749
|
+
{ grant_type: 'urn:ietf:params:oauth:grant-type:saml2-bearer',
|
|
750
|
+
orgName: orgName,
|
|
751
|
+
assertion: assertion });
|
|
751
752
|
request.proxy = this.proxy;
|
|
752
753
|
var bodyParam = {
|
|
753
754
|
grant_type: 'urn:ietf:params:oauth:grant-type:saml2-bearer',
|
|
@@ -826,9 +827,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
826
827
|
}
|
|
827
828
|
var encodedData = Buffer.from(clientId + ':' + clientSecret).toString('base64');
|
|
828
829
|
var request = this._formAuthRequest(encodedData,
|
|
829
|
-
{ grant_type: 'authorization_code'
|
|
830
|
-
|
|
831
|
-
|
|
830
|
+
{ grant_type: 'authorization_code',
|
|
831
|
+
code: authCode,
|
|
832
|
+
redirect_uri: redirectUri });
|
|
832
833
|
request.proxy = this.proxy;
|
|
833
834
|
var bodyParam = {
|
|
834
835
|
grant_type: 'authorization_code',
|
|
@@ -854,7 +855,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
854
855
|
return;
|
|
855
856
|
}
|
|
856
857
|
var encodedData = Buffer.from(clientId + ':' + clientSecret).toString('base64');
|
|
857
|
-
var request = this._formAuthRequest(encodedData, { grant_type: 'refresh_token'
|
|
858
|
+
var request = this._formAuthRequest(encodedData, { grant_type: 'refresh_token' , refresh_token: refreshToken });
|
|
858
859
|
request.proxy = this.proxy;
|
|
859
860
|
var bodyParam = {
|
|
860
861
|
grant_type: 'refresh_token',
|
|
@@ -931,8 +932,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
931
932
|
/**
|
|
932
933
|
* @description Utility function to create the request for auth requests
|
|
933
934
|
* @param {string} encodedData - Base64 encoded client and clientSecret pair
|
|
935
|
+
* @param {object} data - data to url form encode
|
|
934
936
|
*/
|
|
935
|
-
_formAuthRequest(encodedData) {
|
|
937
|
+
_formAuthRequest(encodedData, data) {
|
|
936
938
|
var request = axios__default["default"]({
|
|
937
939
|
method: `POST`,
|
|
938
940
|
url: `https://login.${this.config.environment}/oauth/token`,
|
|
@@ -940,7 +942,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
940
942
|
'Authorization': 'Basic ' + encodedData,
|
|
941
943
|
'Content-Type': 'application/x-www-form-urlencoded'
|
|
942
944
|
},
|
|
943
|
-
data:
|
|
945
|
+
data: qs__default["default"].stringify(data)
|
|
944
946
|
});
|
|
945
947
|
|
|
946
948
|
return request;
|
|
@@ -1004,7 +1006,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1004
1006
|
}
|
|
1005
1007
|
|
|
1006
1008
|
// Test token
|
|
1007
|
-
this.callApi('/api/v2/tokens/me', 'GET',
|
|
1009
|
+
this.callApi('/api/v2/tokens/me', 'GET',
|
|
1008
1010
|
null, null, null, null, null, ['PureCloud OAuth'], ['application/json'], ['application/json'])
|
|
1009
1011
|
.then(() => {
|
|
1010
1012
|
resolve();
|
|
@@ -1030,7 +1032,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1030
1032
|
const match = hashRegex.exec(h);
|
|
1031
1033
|
if (match) hash[match[1]] = decodeURIComponent(decodeURIComponent(match[2].replace(/\+/g, '%20')));
|
|
1032
1034
|
});
|
|
1033
|
-
|
|
1035
|
+
|
|
1034
1036
|
// Check for error
|
|
1035
1037
|
if (hash.error) {
|
|
1036
1038
|
return hash;
|
|
@@ -1228,7 +1230,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1228
1230
|
/**
|
|
1229
1231
|
* Checks whether the given parameter value represents file-like content.
|
|
1230
1232
|
* @param param The parameter to check.
|
|
1231
|
-
* @returns {Boolean} <code>true</code> if <code>param</code> represents a file.
|
|
1233
|
+
* @returns {Boolean} <code>true</code> if <code>param</code> represents a file.
|
|
1232
1234
|
*/
|
|
1233
1235
|
isFileParam(param) {
|
|
1234
1236
|
// fs.ReadStream in Node.js (but not in runtime like browserify)
|
|
@@ -1475,7 +1477,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1475
1477
|
/**
|
|
1476
1478
|
* Alerting service.
|
|
1477
1479
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
1478
|
-
* @version 140.0.
|
|
1480
|
+
* @version 140.0.1
|
|
1479
1481
|
*/
|
|
1480
1482
|
|
|
1481
1483
|
/**
|
|
@@ -1789,7 +1791,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1789
1791
|
/**
|
|
1790
1792
|
* Analytics service.
|
|
1791
1793
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
1792
|
-
* @version 140.0.
|
|
1794
|
+
* @version 140.0.1
|
|
1793
1795
|
*/
|
|
1794
1796
|
|
|
1795
1797
|
/**
|
|
@@ -2971,7 +2973,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
2971
2973
|
/**
|
|
2972
2974
|
* Architect service.
|
|
2973
2975
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
2974
|
-
* @version 140.0.
|
|
2976
|
+
* @version 140.0.1
|
|
2975
2977
|
*/
|
|
2976
2978
|
|
|
2977
2979
|
/**
|
|
@@ -6016,7 +6018,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6016
6018
|
/**
|
|
6017
6019
|
* Audit service.
|
|
6018
6020
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
6019
|
-
* @version 140.0.
|
|
6021
|
+
* @version 140.0.1
|
|
6020
6022
|
*/
|
|
6021
6023
|
|
|
6022
6024
|
/**
|
|
@@ -6187,7 +6189,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6187
6189
|
/**
|
|
6188
6190
|
* Authorization service.
|
|
6189
6191
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
6190
|
-
* @version 140.0.
|
|
6192
|
+
* @version 140.0.1
|
|
6191
6193
|
*/
|
|
6192
6194
|
|
|
6193
6195
|
/**
|
|
@@ -7370,7 +7372,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7370
7372
|
/**
|
|
7371
7373
|
* Billing service.
|
|
7372
7374
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
7373
|
-
* @version 140.0.
|
|
7375
|
+
* @version 140.0.1
|
|
7374
7376
|
*/
|
|
7375
7377
|
|
|
7376
7378
|
/**
|
|
@@ -7450,7 +7452,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7450
7452
|
/**
|
|
7451
7453
|
* Chat service.
|
|
7452
7454
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
7453
|
-
* @version 140.0.
|
|
7455
|
+
* @version 140.0.1
|
|
7454
7456
|
*/
|
|
7455
7457
|
|
|
7456
7458
|
/**
|
|
@@ -7541,7 +7543,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7541
7543
|
/**
|
|
7542
7544
|
* Coaching service.
|
|
7543
7545
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
7544
|
-
* @version 140.0.
|
|
7546
|
+
* @version 140.0.1
|
|
7545
7547
|
*/
|
|
7546
7548
|
|
|
7547
7549
|
/**
|
|
@@ -8118,7 +8120,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
8118
8120
|
/**
|
|
8119
8121
|
* ContentManagement service.
|
|
8120
8122
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
8121
|
-
* @version 140.0.
|
|
8123
|
+
* @version 140.0.1
|
|
8122
8124
|
*/
|
|
8123
8125
|
|
|
8124
8126
|
/**
|
|
@@ -9258,7 +9260,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
9258
9260
|
/**
|
|
9259
9261
|
* Conversations service.
|
|
9260
9262
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
9261
|
-
* @version 140.0.
|
|
9263
|
+
* @version 140.0.1
|
|
9262
9264
|
*/
|
|
9263
9265
|
|
|
9264
9266
|
/**
|
|
@@ -14192,7 +14194,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
14192
14194
|
/**
|
|
14193
14195
|
* DataExtensions service.
|
|
14194
14196
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
14195
|
-
* @version 140.0.
|
|
14197
|
+
* @version 140.0.1
|
|
14196
14198
|
*/
|
|
14197
14199
|
|
|
14198
14200
|
/**
|
|
@@ -14278,7 +14280,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
14278
14280
|
/**
|
|
14279
14281
|
* ExternalContacts service.
|
|
14280
14282
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
14281
|
-
* @version 140.0.
|
|
14283
|
+
* @version 140.0.1
|
|
14282
14284
|
*/
|
|
14283
14285
|
|
|
14284
14286
|
/**
|
|
@@ -16021,7 +16023,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
16021
16023
|
/**
|
|
16022
16024
|
* Fax service.
|
|
16023
16025
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
16024
|
-
* @version 140.0.
|
|
16026
|
+
* @version 140.0.1
|
|
16025
16027
|
*/
|
|
16026
16028
|
|
|
16027
16029
|
/**
|
|
@@ -16192,7 +16194,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
16192
16194
|
/**
|
|
16193
16195
|
* Flows service.
|
|
16194
16196
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
16195
|
-
* @version 140.0.
|
|
16197
|
+
* @version 140.0.1
|
|
16196
16198
|
*/
|
|
16197
16199
|
|
|
16198
16200
|
/**
|
|
@@ -16263,7 +16265,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
16263
16265
|
/**
|
|
16264
16266
|
* Gamification service.
|
|
16265
16267
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
16266
|
-
* @version 140.0.
|
|
16268
|
+
* @version 140.0.1
|
|
16267
16269
|
*/
|
|
16268
16270
|
|
|
16269
16271
|
/**
|
|
@@ -17694,7 +17696,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17694
17696
|
/**
|
|
17695
17697
|
* GeneralDataProtectionRegulation service.
|
|
17696
17698
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
17697
|
-
* @version 140.0.
|
|
17699
|
+
* @version 140.0.1
|
|
17698
17700
|
*/
|
|
17699
17701
|
|
|
17700
17702
|
/**
|
|
@@ -17824,7 +17826,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17824
17826
|
/**
|
|
17825
17827
|
* Geolocation service.
|
|
17826
17828
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
17827
|
-
* @version 140.0.
|
|
17829
|
+
* @version 140.0.1
|
|
17828
17830
|
*/
|
|
17829
17831
|
|
|
17830
17832
|
/**
|
|
@@ -17955,7 +17957,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17955
17957
|
/**
|
|
17956
17958
|
* Greetings service.
|
|
17957
17959
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
17958
|
-
* @version 140.0.
|
|
17960
|
+
* @version 140.0.1
|
|
17959
17961
|
*/
|
|
17960
17962
|
|
|
17961
17963
|
/**
|
|
@@ -18410,7 +18412,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18410
18412
|
/**
|
|
18411
18413
|
* Groups service.
|
|
18412
18414
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
18413
|
-
* @version 140.0.
|
|
18415
|
+
* @version 140.0.1
|
|
18414
18416
|
*/
|
|
18415
18417
|
|
|
18416
18418
|
/**
|
|
@@ -18815,7 +18817,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18815
18817
|
/**
|
|
18816
18818
|
* IdentityProvider service.
|
|
18817
18819
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
18818
|
-
* @version 140.0.
|
|
18820
|
+
* @version 140.0.1
|
|
18819
18821
|
*/
|
|
18820
18822
|
|
|
18821
18823
|
/**
|
|
@@ -19571,7 +19573,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
19571
19573
|
/**
|
|
19572
19574
|
* Integrations service.
|
|
19573
19575
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
19574
|
-
* @version 140.0.
|
|
19576
|
+
* @version 140.0.1
|
|
19575
19577
|
*/
|
|
19576
19578
|
|
|
19577
19579
|
/**
|
|
@@ -21248,7 +21250,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21248
21250
|
/**
|
|
21249
21251
|
* Journey service.
|
|
21250
21252
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
21251
|
-
* @version 140.0.
|
|
21253
|
+
* @version 140.0.1
|
|
21252
21254
|
*/
|
|
21253
21255
|
|
|
21254
21256
|
/**
|
|
@@ -21959,7 +21961,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21959
21961
|
/**
|
|
21960
21962
|
* Knowledge service.
|
|
21961
21963
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
21962
|
-
* @version 140.0.
|
|
21964
|
+
* @version 140.0.1
|
|
21963
21965
|
*/
|
|
21964
21966
|
|
|
21965
21967
|
/**
|
|
@@ -22859,7 +22861,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
22859
22861
|
/**
|
|
22860
22862
|
* LanguageUnderstanding service.
|
|
22861
22863
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
22862
|
-
* @version 140.0.
|
|
22864
|
+
* @version 140.0.1
|
|
22863
22865
|
*/
|
|
22864
22866
|
|
|
22865
22867
|
/**
|
|
@@ -23763,7 +23765,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
23763
23765
|
/**
|
|
23764
23766
|
* Languages service.
|
|
23765
23767
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
23766
|
-
* @version 140.0.
|
|
23768
|
+
* @version 140.0.1
|
|
23767
23769
|
*/
|
|
23768
23770
|
|
|
23769
23771
|
/**
|
|
@@ -24031,7 +24033,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
24031
24033
|
/**
|
|
24032
24034
|
* Learning service.
|
|
24033
24035
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
24034
|
-
* @version 140.0.
|
|
24036
|
+
* @version 140.0.1
|
|
24035
24037
|
*/
|
|
24036
24038
|
|
|
24037
24039
|
/**
|
|
@@ -24732,7 +24734,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
24732
24734
|
/**
|
|
24733
24735
|
* License service.
|
|
24734
24736
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
24735
|
-
* @version 140.0.
|
|
24737
|
+
* @version 140.0.1
|
|
24736
24738
|
*/
|
|
24737
24739
|
|
|
24738
24740
|
/**
|
|
@@ -24970,7 +24972,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
24970
24972
|
/**
|
|
24971
24973
|
* Locations service.
|
|
24972
24974
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
24973
|
-
* @version 140.0.
|
|
24975
|
+
* @version 140.0.1
|
|
24974
24976
|
*/
|
|
24975
24977
|
|
|
24976
24978
|
/**
|
|
@@ -25206,7 +25208,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
25206
25208
|
/**
|
|
25207
25209
|
* Messaging service.
|
|
25208
25210
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
25209
|
-
* @version 140.0.
|
|
25211
|
+
* @version 140.0.1
|
|
25210
25212
|
*/
|
|
25211
25213
|
|
|
25212
25214
|
/**
|
|
@@ -25357,7 +25359,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
25357
25359
|
/**
|
|
25358
25360
|
* MobileDevices service.
|
|
25359
25361
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
25360
|
-
* @version 140.0.
|
|
25362
|
+
* @version 140.0.1
|
|
25361
25363
|
*/
|
|
25362
25364
|
|
|
25363
25365
|
/**
|
|
@@ -25508,7 +25510,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
25508
25510
|
/**
|
|
25509
25511
|
* Notifications service.
|
|
25510
25512
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
25511
|
-
* @version 140.0.
|
|
25513
|
+
* @version 140.0.1
|
|
25512
25514
|
*/
|
|
25513
25515
|
|
|
25514
25516
|
/**
|
|
@@ -25733,7 +25735,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
25733
25735
|
/**
|
|
25734
25736
|
* OAuth service.
|
|
25735
25737
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
25736
|
-
* @version 140.0.
|
|
25738
|
+
* @version 140.0.1
|
|
25737
25739
|
*/
|
|
25738
25740
|
|
|
25739
25741
|
/**
|
|
@@ -26099,7 +26101,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26099
26101
|
/**
|
|
26100
26102
|
* Objects service.
|
|
26101
26103
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
26102
|
-
* @version 140.0.
|
|
26104
|
+
* @version 140.0.1
|
|
26103
26105
|
*/
|
|
26104
26106
|
|
|
26105
26107
|
/**
|
|
@@ -26370,7 +26372,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26370
26372
|
/**
|
|
26371
26373
|
* Organization service.
|
|
26372
26374
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
26373
|
-
* @version 140.0.
|
|
26375
|
+
* @version 140.0.1
|
|
26374
26376
|
*/
|
|
26375
26377
|
|
|
26376
26378
|
/**
|
|
@@ -26773,7 +26775,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26773
26775
|
/**
|
|
26774
26776
|
* OrganizationAuthorization service.
|
|
26775
26777
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
26776
|
-
* @version 140.0.
|
|
26778
|
+
* @version 140.0.1
|
|
26777
26779
|
*/
|
|
26778
26780
|
|
|
26779
26781
|
/**
|
|
@@ -27698,7 +27700,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
27698
27700
|
/**
|
|
27699
27701
|
* Outbound service.
|
|
27700
27702
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
27701
|
-
* @version 140.0.
|
|
27703
|
+
* @version 140.0.1
|
|
27702
27704
|
*/
|
|
27703
27705
|
|
|
27704
27706
|
/**
|
|
@@ -30953,7 +30955,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
30953
30955
|
/**
|
|
30954
30956
|
* Presence service.
|
|
30955
30957
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
30956
|
-
* @version 140.0.
|
|
30958
|
+
* @version 140.0.1
|
|
30957
30959
|
*/
|
|
30958
30960
|
|
|
30959
30961
|
/**
|
|
@@ -31275,7 +31277,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
31275
31277
|
/**
|
|
31276
31278
|
* Quality service.
|
|
31277
31279
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
31278
|
-
* @version 140.0.
|
|
31280
|
+
* @version 140.0.1
|
|
31279
31281
|
*/
|
|
31280
31282
|
|
|
31281
31283
|
/**
|
|
@@ -32853,7 +32855,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
32853
32855
|
/**
|
|
32854
32856
|
* Recording service.
|
|
32855
32857
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
32856
|
-
* @version 140.0.
|
|
32858
|
+
* @version 140.0.1
|
|
32857
32859
|
*/
|
|
32858
32860
|
|
|
32859
32861
|
/**
|
|
@@ -34506,7 +34508,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
34506
34508
|
/**
|
|
34507
34509
|
* ResponseManagement service.
|
|
34508
34510
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
34509
|
-
* @version 140.0.
|
|
34511
|
+
* @version 140.0.1
|
|
34510
34512
|
*/
|
|
34511
34513
|
|
|
34512
34514
|
/**
|
|
@@ -34990,7 +34992,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
34990
34992
|
/**
|
|
34991
34993
|
* Routing service.
|
|
34992
34994
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
34993
|
-
* @version 140.0.
|
|
34995
|
+
* @version 140.0.1
|
|
34994
34996
|
*/
|
|
34995
34997
|
|
|
34996
34998
|
/**
|
|
@@ -37909,7 +37911,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
37909
37911
|
/**
|
|
37910
37912
|
* SCIM service.
|
|
37911
37913
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
37912
|
-
* @version 140.0.
|
|
37914
|
+
* @version 140.0.1
|
|
37913
37915
|
*/
|
|
37914
37916
|
|
|
37915
37917
|
/**
|
|
@@ -38786,7 +38788,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38786
38788
|
/**
|
|
38787
38789
|
* Scripts service.
|
|
38788
38790
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
38789
|
-
* @version 140.0.
|
|
38791
|
+
* @version 140.0.1
|
|
38790
38792
|
*/
|
|
38791
38793
|
|
|
38792
38794
|
/**
|
|
@@ -39205,7 +39207,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
39205
39207
|
/**
|
|
39206
39208
|
* Search service.
|
|
39207
39209
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
39208
|
-
* @version 140.0.
|
|
39210
|
+
* @version 140.0.1
|
|
39209
39211
|
*/
|
|
39210
39212
|
|
|
39211
39213
|
/**
|
|
@@ -39740,7 +39742,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
39740
39742
|
/**
|
|
39741
39743
|
* SpeechTextAnalytics service.
|
|
39742
39744
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
39743
|
-
* @version 140.0.
|
|
39745
|
+
* @version 140.0.1
|
|
39744
39746
|
*/
|
|
39745
39747
|
|
|
39746
39748
|
/**
|
|
@@ -40593,7 +40595,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
40593
40595
|
/**
|
|
40594
40596
|
* Stations service.
|
|
40595
40597
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
40596
|
-
* @version 140.0.
|
|
40598
|
+
* @version 140.0.1
|
|
40597
40599
|
*/
|
|
40598
40600
|
|
|
40599
40601
|
/**
|
|
@@ -40740,7 +40742,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
40740
40742
|
/**
|
|
40741
40743
|
* Suggest service.
|
|
40742
40744
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
40743
|
-
* @version 140.0.
|
|
40745
|
+
* @version 140.0.1
|
|
40744
40746
|
*/
|
|
40745
40747
|
|
|
40746
40748
|
/**
|
|
@@ -40879,7 +40881,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
40879
40881
|
/**
|
|
40880
40882
|
* Telephony service.
|
|
40881
40883
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
40882
|
-
* @version 140.0.
|
|
40884
|
+
* @version 140.0.1
|
|
40883
40885
|
*/
|
|
40884
40886
|
|
|
40885
40887
|
/**
|
|
@@ -40987,7 +40989,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
40987
40989
|
/**
|
|
40988
40990
|
* TelephonyProvidersEdge service.
|
|
40989
40991
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
40990
|
-
* @version 140.0.
|
|
40992
|
+
* @version 140.0.1
|
|
40991
40993
|
*/
|
|
40992
40994
|
|
|
40993
40995
|
/**
|
|
@@ -44620,7 +44622,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
44620
44622
|
/**
|
|
44621
44623
|
* Textbots service.
|
|
44622
44624
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
44623
|
-
* @version 140.0.
|
|
44625
|
+
* @version 140.0.1
|
|
44624
44626
|
*/
|
|
44625
44627
|
|
|
44626
44628
|
/**
|
|
@@ -44748,7 +44750,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
44748
44750
|
/**
|
|
44749
44751
|
* Tokens service.
|
|
44750
44752
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
44751
|
-
* @version 140.0.
|
|
44753
|
+
* @version 140.0.1
|
|
44752
44754
|
*/
|
|
44753
44755
|
|
|
44754
44756
|
/**
|
|
@@ -44854,7 +44856,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
44854
44856
|
/**
|
|
44855
44857
|
* Uploads service.
|
|
44856
44858
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
44857
|
-
* @version 140.0.
|
|
44859
|
+
* @version 140.0.1
|
|
44858
44860
|
*/
|
|
44859
44861
|
|
|
44860
44862
|
/**
|
|
@@ -45005,7 +45007,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45005
45007
|
/**
|
|
45006
45008
|
* Usage service.
|
|
45007
45009
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
45008
|
-
* @version 140.0.
|
|
45010
|
+
* @version 140.0.1
|
|
45009
45011
|
*/
|
|
45010
45012
|
|
|
45011
45013
|
/**
|
|
@@ -45076,7 +45078,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45076
45078
|
/**
|
|
45077
45079
|
* UserRecordings service.
|
|
45078
45080
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
45079
|
-
* @version 140.0.
|
|
45081
|
+
* @version 140.0.1
|
|
45080
45082
|
*/
|
|
45081
45083
|
|
|
45082
45084
|
/**
|
|
@@ -45260,7 +45262,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45260
45262
|
/**
|
|
45261
45263
|
* Users service.
|
|
45262
45264
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
45263
|
-
* @version 140.0.
|
|
45265
|
+
* @version 140.0.1
|
|
45264
45266
|
*/
|
|
45265
45267
|
|
|
45266
45268
|
/**
|
|
@@ -47562,7 +47564,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47562
47564
|
/**
|
|
47563
47565
|
* Utilities service.
|
|
47564
47566
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
47565
|
-
* @version 140.0.
|
|
47567
|
+
* @version 140.0.1
|
|
47566
47568
|
*/
|
|
47567
47569
|
|
|
47568
47570
|
/**
|
|
@@ -47673,7 +47675,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47673
47675
|
/**
|
|
47674
47676
|
* Voicemail service.
|
|
47675
47677
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
47676
|
-
* @version 140.0.
|
|
47678
|
+
* @version 140.0.1
|
|
47677
47679
|
*/
|
|
47678
47680
|
|
|
47679
47681
|
/**
|
|
@@ -48340,7 +48342,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
48340
48342
|
/**
|
|
48341
48343
|
* WebChat service.
|
|
48342
48344
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
48343
|
-
* @version 140.0.
|
|
48345
|
+
* @version 140.0.1
|
|
48344
48346
|
*/
|
|
48345
48347
|
|
|
48346
48348
|
/**
|
|
@@ -48884,7 +48886,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
48884
48886
|
/**
|
|
48885
48887
|
* WebDeployments service.
|
|
48886
48888
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
48887
|
-
* @version 140.0.
|
|
48889
|
+
* @version 140.0.1
|
|
48888
48890
|
*/
|
|
48889
48891
|
|
|
48890
48892
|
/**
|
|
@@ -49239,7 +49241,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
49239
49241
|
/**
|
|
49240
49242
|
* WebMessaging service.
|
|
49241
49243
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
49242
|
-
* @version 140.0.
|
|
49244
|
+
* @version 140.0.1
|
|
49243
49245
|
*/
|
|
49244
49246
|
|
|
49245
49247
|
/**
|
|
@@ -49285,7 +49287,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
49285
49287
|
/**
|
|
49286
49288
|
* Widgets service.
|
|
49287
49289
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
49288
|
-
* @version 140.0.
|
|
49290
|
+
* @version 140.0.1
|
|
49289
49291
|
*/
|
|
49290
49292
|
|
|
49291
49293
|
/**
|
|
@@ -49431,7 +49433,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
49431
49433
|
/**
|
|
49432
49434
|
* WorkforceManagement service.
|
|
49433
49435
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
49434
|
-
* @version 140.0.
|
|
49436
|
+
* @version 140.0.1
|
|
49435
49437
|
*/
|
|
49436
49438
|
|
|
49437
49439
|
/**
|
|
@@ -53682,7 +53684,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
53682
53684
|
* </pre>
|
|
53683
53685
|
* </p>
|
|
53684
53686
|
* @module purecloud-platform-client-v2/index
|
|
53685
|
-
* @version 140.0.
|
|
53687
|
+
* @version 140.0.1
|
|
53686
53688
|
*/
|
|
53687
53689
|
class platformClient {
|
|
53688
53690
|
constructor() {
|