purecloud-platform-client-v2 126.0.0 → 129.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 +286 -66
- package/dist/web-amd/purecloud-platform-client-v2.js +286 -66
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +286 -66
- package/dist/web-cjs/purecloud-platform-client-v2.js +286 -66
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +294 -223
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +2 -2
- 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 +121 -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 +30 -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/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 +7 -3
- 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 +21 -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 +21 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +28 -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
|
@@ -391,7 +391,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
391
391
|
|
|
392
392
|
/**
|
|
393
393
|
* @module purecloud-platform-client-v2/ApiClient
|
|
394
|
-
* @version
|
|
394
|
+
* @version 129.0.0
|
|
395
395
|
*/
|
|
396
396
|
class ApiClient {
|
|
397
397
|
/**
|
|
@@ -1338,7 +1338,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1338
1338
|
|
|
1339
1339
|
// set header parameters
|
|
1340
1340
|
request.set(that.defaultHeaders).set(that.normalizeParams(headerParams));
|
|
1341
|
-
//request.set({ 'purecloud-sdk': '
|
|
1341
|
+
//request.set({ 'purecloud-sdk': '129.0.0' });
|
|
1342
1342
|
|
|
1343
1343
|
// set request timeout
|
|
1344
1344
|
request.timeout(that.timeout);
|
|
@@ -1438,7 +1438,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1438
1438
|
/**
|
|
1439
1439
|
* Alerting service.
|
|
1440
1440
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
1441
|
-
* @version
|
|
1441
|
+
* @version 129.0.0
|
|
1442
1442
|
*/
|
|
1443
1443
|
|
|
1444
1444
|
/**
|
|
@@ -1752,7 +1752,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1752
1752
|
/**
|
|
1753
1753
|
* Analytics service.
|
|
1754
1754
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
1755
|
-
* @version
|
|
1755
|
+
* @version 129.0.0
|
|
1756
1756
|
*/
|
|
1757
1757
|
|
|
1758
1758
|
/**
|
|
@@ -2889,7 +2889,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
2889
2889
|
/**
|
|
2890
2890
|
* Architect service.
|
|
2891
2891
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
2892
|
-
* @version
|
|
2892
|
+
* @version 129.0.0
|
|
2893
2893
|
*/
|
|
2894
2894
|
|
|
2895
2895
|
/**
|
|
@@ -5885,7 +5885,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
5885
5885
|
/**
|
|
5886
5886
|
* Audit service.
|
|
5887
5887
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
5888
|
-
* @version
|
|
5888
|
+
* @version 129.0.0
|
|
5889
5889
|
*/
|
|
5890
5890
|
|
|
5891
5891
|
/**
|
|
@@ -6056,7 +6056,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6056
6056
|
/**
|
|
6057
6057
|
* Authorization service.
|
|
6058
6058
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
6059
|
-
* @version
|
|
6059
|
+
* @version 129.0.0
|
|
6060
6060
|
*/
|
|
6061
6061
|
|
|
6062
6062
|
/**
|
|
@@ -7239,7 +7239,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7239
7239
|
/**
|
|
7240
7240
|
* Billing service.
|
|
7241
7241
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
7242
|
-
* @version
|
|
7242
|
+
* @version 129.0.0
|
|
7243
7243
|
*/
|
|
7244
7244
|
|
|
7245
7245
|
/**
|
|
@@ -7319,7 +7319,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7319
7319
|
/**
|
|
7320
7320
|
* Chat service.
|
|
7321
7321
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
7322
|
-
* @version
|
|
7322
|
+
* @version 129.0.0
|
|
7323
7323
|
*/
|
|
7324
7324
|
|
|
7325
7325
|
/**
|
|
@@ -7410,7 +7410,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7410
7410
|
/**
|
|
7411
7411
|
* Coaching service.
|
|
7412
7412
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
7413
|
-
* @version
|
|
7413
|
+
* @version 129.0.0
|
|
7414
7414
|
*/
|
|
7415
7415
|
|
|
7416
7416
|
/**
|
|
@@ -7985,7 +7985,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7985
7985
|
/**
|
|
7986
7986
|
* ContentManagement service.
|
|
7987
7987
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
7988
|
-
* @version
|
|
7988
|
+
* @version 129.0.0
|
|
7989
7989
|
*/
|
|
7990
7990
|
|
|
7991
7991
|
/**
|
|
@@ -9125,7 +9125,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
9125
9125
|
/**
|
|
9126
9126
|
* Conversations service.
|
|
9127
9127
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
9128
|
-
* @version
|
|
9128
|
+
* @version 129.0.0
|
|
9129
9129
|
*/
|
|
9130
9130
|
|
|
9131
9131
|
/**
|
|
@@ -13514,7 +13514,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13514
13514
|
/**
|
|
13515
13515
|
* DataExtensions service.
|
|
13516
13516
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
13517
|
-
* @version
|
|
13517
|
+
* @version 129.0.0
|
|
13518
13518
|
*/
|
|
13519
13519
|
|
|
13520
13520
|
/**
|
|
@@ -13600,7 +13600,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13600
13600
|
/**
|
|
13601
13601
|
* ExternalContacts service.
|
|
13602
13602
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
13603
|
-
* @version
|
|
13603
|
+
* @version 129.0.0
|
|
13604
13604
|
*/
|
|
13605
13605
|
|
|
13606
13606
|
/**
|
|
@@ -15343,7 +15343,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
15343
15343
|
/**
|
|
15344
15344
|
* Fax service.
|
|
15345
15345
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
15346
|
-
* @version
|
|
15346
|
+
* @version 129.0.0
|
|
15347
15347
|
*/
|
|
15348
15348
|
|
|
15349
15349
|
/**
|
|
@@ -15514,7 +15514,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
15514
15514
|
/**
|
|
15515
15515
|
* Flows service.
|
|
15516
15516
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
15517
|
-
* @version
|
|
15517
|
+
* @version 129.0.0
|
|
15518
15518
|
*/
|
|
15519
15519
|
|
|
15520
15520
|
/**
|
|
@@ -15585,7 +15585,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
15585
15585
|
/**
|
|
15586
15586
|
* Gamification service.
|
|
15587
15587
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
15588
|
-
* @version
|
|
15588
|
+
* @version 129.0.0
|
|
15589
15589
|
*/
|
|
15590
15590
|
|
|
15591
15591
|
/**
|
|
@@ -15853,6 +15853,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
15853
15853
|
);
|
|
15854
15854
|
}
|
|
15855
15855
|
|
|
15856
|
+
/**
|
|
15857
|
+
* Members of a given performance profile
|
|
15858
|
+
*
|
|
15859
|
+
* @param {String} performanceProfileId Performance Profile Id
|
|
15860
|
+
*/
|
|
15861
|
+
getGamificationProfileMembers(performanceProfileId) {
|
|
15862
|
+
// verify the required parameter 'performanceProfileId' is set
|
|
15863
|
+
if (performanceProfileId === undefined || performanceProfileId === null) {
|
|
15864
|
+
throw 'Missing the required parameter "performanceProfileId" when calling getGamificationProfileMembers';
|
|
15865
|
+
}
|
|
15866
|
+
|
|
15867
|
+
return this.apiClient.callApi(
|
|
15868
|
+
'/api/v2/gamification/profiles/{performanceProfileId}/members',
|
|
15869
|
+
'GET',
|
|
15870
|
+
{ 'performanceProfileId': performanceProfileId },
|
|
15871
|
+
{ },
|
|
15872
|
+
{ },
|
|
15873
|
+
{ },
|
|
15874
|
+
null,
|
|
15875
|
+
['PureCloud OAuth'],
|
|
15876
|
+
['application/json'],
|
|
15877
|
+
['application/json']
|
|
15878
|
+
);
|
|
15879
|
+
}
|
|
15880
|
+
|
|
15856
15881
|
/**
|
|
15857
15882
|
* Performance profile gamified metric by id
|
|
15858
15883
|
*
|
|
@@ -16707,6 +16732,101 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
16707
16732
|
);
|
|
16708
16733
|
}
|
|
16709
16734
|
|
|
16735
|
+
/**
|
|
16736
|
+
* Assign members to a given performance profile
|
|
16737
|
+
*
|
|
16738
|
+
* @param {String} performanceProfileId Performance Profile Id
|
|
16739
|
+
* @param {Object} body assignUsers
|
|
16740
|
+
*/
|
|
16741
|
+
postGamificationProfileMembers(performanceProfileId, body) {
|
|
16742
|
+
// verify the required parameter 'performanceProfileId' is set
|
|
16743
|
+
if (performanceProfileId === undefined || performanceProfileId === null) {
|
|
16744
|
+
throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileMembers';
|
|
16745
|
+
}
|
|
16746
|
+
// verify the required parameter 'body' is set
|
|
16747
|
+
if (body === undefined || body === null) {
|
|
16748
|
+
throw 'Missing the required parameter "body" when calling postGamificationProfileMembers';
|
|
16749
|
+
}
|
|
16750
|
+
|
|
16751
|
+
return this.apiClient.callApi(
|
|
16752
|
+
'/api/v2/gamification/profiles/{performanceProfileId}/members',
|
|
16753
|
+
'POST',
|
|
16754
|
+
{ 'performanceProfileId': performanceProfileId },
|
|
16755
|
+
{ },
|
|
16756
|
+
{ },
|
|
16757
|
+
{ },
|
|
16758
|
+
body,
|
|
16759
|
+
['PureCloud OAuth'],
|
|
16760
|
+
['application/json'],
|
|
16761
|
+
['application/json']
|
|
16762
|
+
);
|
|
16763
|
+
}
|
|
16764
|
+
|
|
16765
|
+
/**
|
|
16766
|
+
* Validate member assignment
|
|
16767
|
+
*
|
|
16768
|
+
* @param {String} performanceProfileId Performance Profile Id
|
|
16769
|
+
* @param {Object} body memberAssignments
|
|
16770
|
+
*/
|
|
16771
|
+
postGamificationProfileMembersValidate(performanceProfileId, body) {
|
|
16772
|
+
// verify the required parameter 'performanceProfileId' is set
|
|
16773
|
+
if (performanceProfileId === undefined || performanceProfileId === null) {
|
|
16774
|
+
throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileMembersValidate';
|
|
16775
|
+
}
|
|
16776
|
+
// verify the required parameter 'body' is set
|
|
16777
|
+
if (body === undefined || body === null) {
|
|
16778
|
+
throw 'Missing the required parameter "body" when calling postGamificationProfileMembersValidate';
|
|
16779
|
+
}
|
|
16780
|
+
|
|
16781
|
+
return this.apiClient.callApi(
|
|
16782
|
+
'/api/v2/gamification/profiles/{performanceProfileId}/members/validate',
|
|
16783
|
+
'POST',
|
|
16784
|
+
{ 'performanceProfileId': performanceProfileId },
|
|
16785
|
+
{ },
|
|
16786
|
+
{ },
|
|
16787
|
+
{ },
|
|
16788
|
+
body,
|
|
16789
|
+
['PureCloud OAuth'],
|
|
16790
|
+
['application/json'],
|
|
16791
|
+
['application/json']
|
|
16792
|
+
);
|
|
16793
|
+
}
|
|
16794
|
+
|
|
16795
|
+
/**
|
|
16796
|
+
* Creates a linked metric
|
|
16797
|
+
*
|
|
16798
|
+
* @param {String} sourceProfileId Source Performance Profile Id
|
|
16799
|
+
* @param {String} sourceMetricId Source Metric Id
|
|
16800
|
+
* @param {Object} body linkedMetric
|
|
16801
|
+
*/
|
|
16802
|
+
postGamificationProfileMetricLink(sourceProfileId, sourceMetricId, body) {
|
|
16803
|
+
// verify the required parameter 'sourceProfileId' is set
|
|
16804
|
+
if (sourceProfileId === undefined || sourceProfileId === null) {
|
|
16805
|
+
throw 'Missing the required parameter "sourceProfileId" when calling postGamificationProfileMetricLink';
|
|
16806
|
+
}
|
|
16807
|
+
// verify the required parameter 'sourceMetricId' is set
|
|
16808
|
+
if (sourceMetricId === undefined || sourceMetricId === null) {
|
|
16809
|
+
throw 'Missing the required parameter "sourceMetricId" when calling postGamificationProfileMetricLink';
|
|
16810
|
+
}
|
|
16811
|
+
// verify the required parameter 'body' is set
|
|
16812
|
+
if (body === undefined || body === null) {
|
|
16813
|
+
throw 'Missing the required parameter "body" when calling postGamificationProfileMetricLink';
|
|
16814
|
+
}
|
|
16815
|
+
|
|
16816
|
+
return this.apiClient.callApi(
|
|
16817
|
+
'/api/v2/gamification/profiles/{sourceProfileId}/metrics/{sourceMetricId}/link',
|
|
16818
|
+
'POST',
|
|
16819
|
+
{ 'sourceProfileId': sourceProfileId,'sourceMetricId': sourceMetricId },
|
|
16820
|
+
{ },
|
|
16821
|
+
{ },
|
|
16822
|
+
{ },
|
|
16823
|
+
body,
|
|
16824
|
+
['PureCloud OAuth'],
|
|
16825
|
+
['application/json'],
|
|
16826
|
+
['application/json']
|
|
16827
|
+
);
|
|
16828
|
+
}
|
|
16829
|
+
|
|
16710
16830
|
/**
|
|
16711
16831
|
* Creates a gamified metric with a given metric definition and metric objective under in a performance profile
|
|
16712
16832
|
*
|
|
@@ -16891,7 +17011,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
16891
17011
|
/**
|
|
16892
17012
|
* GeneralDataProtectionRegulation service.
|
|
16893
17013
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
16894
|
-
* @version
|
|
17014
|
+
* @version 129.0.0
|
|
16895
17015
|
*/
|
|
16896
17016
|
|
|
16897
17017
|
/**
|
|
@@ -17021,7 +17141,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17021
17141
|
/**
|
|
17022
17142
|
* Geolocation service.
|
|
17023
17143
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
17024
|
-
* @version
|
|
17144
|
+
* @version 129.0.0
|
|
17025
17145
|
*/
|
|
17026
17146
|
|
|
17027
17147
|
/**
|
|
@@ -17152,7 +17272,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17152
17272
|
/**
|
|
17153
17273
|
* Greetings service.
|
|
17154
17274
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
17155
|
-
* @version
|
|
17275
|
+
* @version 129.0.0
|
|
17156
17276
|
*/
|
|
17157
17277
|
|
|
17158
17278
|
/**
|
|
@@ -17607,7 +17727,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17607
17727
|
/**
|
|
17608
17728
|
* Groups service.
|
|
17609
17729
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
17610
|
-
* @version
|
|
17730
|
+
* @version 129.0.0
|
|
17611
17731
|
*/
|
|
17612
17732
|
|
|
17613
17733
|
/**
|
|
@@ -18012,7 +18132,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18012
18132
|
/**
|
|
18013
18133
|
* IdentityProvider service.
|
|
18014
18134
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
18015
|
-
* @version
|
|
18135
|
+
* @version 129.0.0
|
|
18016
18136
|
*/
|
|
18017
18137
|
|
|
18018
18138
|
/**
|
|
@@ -18768,7 +18888,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18768
18888
|
/**
|
|
18769
18889
|
* Integrations service.
|
|
18770
18890
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
18771
|
-
* @version
|
|
18891
|
+
* @version 129.0.0
|
|
18772
18892
|
*/
|
|
18773
18893
|
|
|
18774
18894
|
/**
|
|
@@ -19425,6 +19545,35 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
19425
19545
|
);
|
|
19426
19546
|
}
|
|
19427
19547
|
|
|
19548
|
+
/**
|
|
19549
|
+
* UC integration client application configuration.
|
|
19550
|
+
* This endpoint returns basic UI configuration data for all Unified Communications integrations client applications enabled for the current organization.
|
|
19551
|
+
* @param {Object} opts Optional parameters
|
|
19552
|
+
* @param {Number} opts.pageSize The total page size requested (default to 25)
|
|
19553
|
+
* @param {Number} opts.pageNumber The page number requested (default to 1)
|
|
19554
|
+
* @param {String} opts.sortBy variable name requested to sort by
|
|
19555
|
+
* @param {Array.<String>} opts.expand variable name requested by expand list
|
|
19556
|
+
* @param {String} opts.nextPage next page token
|
|
19557
|
+
* @param {String} opts.previousPage Previous page token
|
|
19558
|
+
*/
|
|
19559
|
+
getIntegrationsClientappsUnifiedcommunications(opts) {
|
|
19560
|
+
opts = opts || {};
|
|
19561
|
+
|
|
19562
|
+
|
|
19563
|
+
return this.apiClient.callApi(
|
|
19564
|
+
'/api/v2/integrations/clientapps/unifiedcommunications',
|
|
19565
|
+
'GET',
|
|
19566
|
+
{ },
|
|
19567
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'] },
|
|
19568
|
+
{ },
|
|
19569
|
+
{ },
|
|
19570
|
+
null,
|
|
19571
|
+
['PureCloud OAuth'],
|
|
19572
|
+
['application/json'],
|
|
19573
|
+
['application/json']
|
|
19574
|
+
);
|
|
19575
|
+
}
|
|
19576
|
+
|
|
19428
19577
|
/**
|
|
19429
19578
|
* Get a single credential with sensitive fields redacted
|
|
19430
19579
|
*
|
|
@@ -20414,7 +20563,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
20414
20563
|
/**
|
|
20415
20564
|
* Journey service.
|
|
20416
20565
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
20417
|
-
* @version
|
|
20566
|
+
* @version 129.0.0
|
|
20418
20567
|
*/
|
|
20419
20568
|
|
|
20420
20569
|
/**
|
|
@@ -21125,7 +21274,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21125
21274
|
/**
|
|
21126
21275
|
* Knowledge service.
|
|
21127
21276
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
21128
|
-
* @version
|
|
21277
|
+
* @version 129.0.0
|
|
21129
21278
|
*/
|
|
21130
21279
|
|
|
21131
21280
|
/**
|
|
@@ -22025,7 +22174,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
22025
22174
|
/**
|
|
22026
22175
|
* LanguageUnderstanding service.
|
|
22027
22176
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
22028
|
-
* @version
|
|
22177
|
+
* @version 129.0.0
|
|
22029
22178
|
*/
|
|
22030
22179
|
|
|
22031
22180
|
/**
|
|
@@ -22929,7 +23078,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
22929
23078
|
/**
|
|
22930
23079
|
* Languages service.
|
|
22931
23080
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
22932
|
-
* @version
|
|
23081
|
+
* @version 129.0.0
|
|
22933
23082
|
*/
|
|
22934
23083
|
|
|
22935
23084
|
/**
|
|
@@ -23197,7 +23346,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
23197
23346
|
/**
|
|
23198
23347
|
* Learning service.
|
|
23199
23348
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
23200
|
-
* @version
|
|
23349
|
+
* @version 129.0.0
|
|
23201
23350
|
*/
|
|
23202
23351
|
|
|
23203
23352
|
/**
|
|
@@ -23788,7 +23937,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
23788
23937
|
/**
|
|
23789
23938
|
* License service.
|
|
23790
23939
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
23791
|
-
* @version
|
|
23940
|
+
* @version 129.0.0
|
|
23792
23941
|
*/
|
|
23793
23942
|
|
|
23794
23943
|
/**
|
|
@@ -24026,7 +24175,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
24026
24175
|
/**
|
|
24027
24176
|
* Locations service.
|
|
24028
24177
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
24029
|
-
* @version
|
|
24178
|
+
* @version 129.0.0
|
|
24030
24179
|
*/
|
|
24031
24180
|
|
|
24032
24181
|
/**
|
|
@@ -24262,7 +24411,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
24262
24411
|
/**
|
|
24263
24412
|
* MobileDevices service.
|
|
24264
24413
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
24265
|
-
* @version
|
|
24414
|
+
* @version 129.0.0
|
|
24266
24415
|
*/
|
|
24267
24416
|
|
|
24268
24417
|
/**
|
|
@@ -24413,7 +24562,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
24413
24562
|
/**
|
|
24414
24563
|
* Notifications service.
|
|
24415
24564
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
24416
|
-
* @version
|
|
24565
|
+
* @version 129.0.0
|
|
24417
24566
|
*/
|
|
24418
24567
|
|
|
24419
24568
|
/**
|
|
@@ -24638,7 +24787,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
24638
24787
|
/**
|
|
24639
24788
|
* OAuth service.
|
|
24640
24789
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
24641
|
-
* @version
|
|
24790
|
+
* @version 129.0.0
|
|
24642
24791
|
*/
|
|
24643
24792
|
|
|
24644
24793
|
/**
|
|
@@ -24996,7 +25145,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
24996
25145
|
/**
|
|
24997
25146
|
* Objects service.
|
|
24998
25147
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
24999
|
-
* @version
|
|
25148
|
+
* @version 129.0.0
|
|
25000
25149
|
*/
|
|
25001
25150
|
|
|
25002
25151
|
/**
|
|
@@ -25267,7 +25416,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
25267
25416
|
/**
|
|
25268
25417
|
* Organization service.
|
|
25269
25418
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
25270
|
-
* @version
|
|
25419
|
+
* @version 129.0.0
|
|
25271
25420
|
*/
|
|
25272
25421
|
|
|
25273
25422
|
/**
|
|
@@ -25670,7 +25819,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
25670
25819
|
/**
|
|
25671
25820
|
* OrganizationAuthorization service.
|
|
25672
25821
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
25673
|
-
* @version
|
|
25822
|
+
* @version 129.0.0
|
|
25674
25823
|
*/
|
|
25675
25824
|
|
|
25676
25825
|
/**
|
|
@@ -26595,7 +26744,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26595
26744
|
/**
|
|
26596
26745
|
* Outbound service.
|
|
26597
26746
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
26598
|
-
* @version
|
|
26747
|
+
* @version 129.0.0
|
|
26599
26748
|
*/
|
|
26600
26749
|
|
|
26601
26750
|
/**
|
|
@@ -29621,7 +29770,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
29621
29770
|
/**
|
|
29622
29771
|
* Presence service.
|
|
29623
29772
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
29624
|
-
* @version
|
|
29773
|
+
* @version 129.0.0
|
|
29625
29774
|
*/
|
|
29626
29775
|
|
|
29627
29776
|
/**
|
|
@@ -29993,7 +30142,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
29993
30142
|
/**
|
|
29994
30143
|
* Quality service.
|
|
29995
30144
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
29996
|
-
* @version
|
|
30145
|
+
* @version 129.0.0
|
|
29997
30146
|
*/
|
|
29998
30147
|
|
|
29999
30148
|
/**
|
|
@@ -31521,7 +31670,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
31521
31670
|
/**
|
|
31522
31671
|
* Recording service.
|
|
31523
31672
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
31524
|
-
* @version
|
|
31673
|
+
* @version 129.0.0
|
|
31525
31674
|
*/
|
|
31526
31675
|
|
|
31527
31676
|
/**
|
|
@@ -32117,6 +32266,8 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
32117
32266
|
* @param {Object} opts Optional parameters
|
|
32118
32267
|
* @param {Number} opts.pageSize Page size. Maximum is 100. (default to 25)
|
|
32119
32268
|
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
32269
|
+
* @param {Boolean} opts.includeTotal If false, cursor will be used to locate the page instead of pageNumber.
|
|
32270
|
+
* @param {String} opts.cursor Indicates where to resume query results (not required for first page)
|
|
32120
32271
|
*/
|
|
32121
32272
|
getRecordingJobFailedrecordings(jobId, opts) {
|
|
32122
32273
|
opts = opts || {};
|
|
@@ -32130,7 +32281,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
32130
32281
|
'/api/v2/recording/jobs/{jobId}/failedrecordings',
|
|
32131
32282
|
'GET',
|
|
32132
32283
|
{ 'jobId': jobId },
|
|
32133
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
|
|
32284
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'includeTotal': opts['includeTotal'],'cursor': opts['cursor'] },
|
|
32134
32285
|
{ },
|
|
32135
32286
|
{ },
|
|
32136
32287
|
null,
|
|
@@ -32150,6 +32301,8 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
32150
32301
|
* @param {Object} opts.state Filter by state
|
|
32151
32302
|
* @param {Boolean} opts.showOnlyMyJobs Show only my jobs
|
|
32152
32303
|
* @param {Object} opts.jobType Job Type (Can be left empty for both)
|
|
32304
|
+
* @param {Boolean} opts.includeTotal If false, cursor will be used to locate the page instead of pageNumber.
|
|
32305
|
+
* @param {String} opts.cursor Indicates where to resume query results (not required for first page)
|
|
32153
32306
|
*/
|
|
32154
32307
|
getRecordingJobs(opts) {
|
|
32155
32308
|
opts = opts || {};
|
|
@@ -32159,7 +32312,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
32159
32312
|
'/api/v2/recording/jobs',
|
|
32160
32313
|
'GET',
|
|
32161
32314
|
{ },
|
|
32162
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'state': opts['state'],'showOnlyMyJobs': opts['showOnlyMyJobs'],'jobType': opts['jobType'] },
|
|
32315
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'state': opts['state'],'showOnlyMyJobs': opts['showOnlyMyJobs'],'jobType': opts['jobType'],'includeTotal': opts['includeTotal'],'cursor': opts['cursor'] },
|
|
32163
32316
|
{ },
|
|
32164
32317
|
{ },
|
|
32165
32318
|
null,
|
|
@@ -33040,7 +33193,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33040
33193
|
/**
|
|
33041
33194
|
* ResponseManagement service.
|
|
33042
33195
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
33043
|
-
* @version
|
|
33196
|
+
* @version 129.0.0
|
|
33044
33197
|
*/
|
|
33045
33198
|
|
|
33046
33199
|
/**
|
|
@@ -33365,7 +33518,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33365
33518
|
/**
|
|
33366
33519
|
* Routing service.
|
|
33367
33520
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
33368
|
-
* @version
|
|
33521
|
+
* @version 129.0.0
|
|
33369
33522
|
*/
|
|
33370
33523
|
|
|
33371
33524
|
/**
|
|
@@ -36284,7 +36437,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
36284
36437
|
/**
|
|
36285
36438
|
* SCIM service.
|
|
36286
36439
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
36287
|
-
* @version
|
|
36440
|
+
* @version 129.0.0
|
|
36288
36441
|
*/
|
|
36289
36442
|
|
|
36290
36443
|
/**
|
|
@@ -37161,7 +37314,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
37161
37314
|
/**
|
|
37162
37315
|
* Scripts service.
|
|
37163
37316
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
37164
|
-
* @version
|
|
37317
|
+
* @version 129.0.0
|
|
37165
37318
|
*/
|
|
37166
37319
|
|
|
37167
37320
|
/**
|
|
@@ -37514,7 +37667,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
37514
37667
|
/**
|
|
37515
37668
|
* Search service.
|
|
37516
37669
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
37517
|
-
* @version
|
|
37670
|
+
* @version 129.0.0
|
|
37518
37671
|
*/
|
|
37519
37672
|
|
|
37520
37673
|
/**
|
|
@@ -38049,7 +38202,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38049
38202
|
/**
|
|
38050
38203
|
* SpeechTextAnalytics service.
|
|
38051
38204
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
38052
|
-
* @version
|
|
38205
|
+
* @version 129.0.0
|
|
38053
38206
|
*/
|
|
38054
38207
|
|
|
38055
38208
|
/**
|
|
@@ -38413,6 +38566,26 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38413
38566
|
);
|
|
38414
38567
|
}
|
|
38415
38568
|
|
|
38569
|
+
/**
|
|
38570
|
+
* Get the list of Speech & Text Analytics sentiment supported dialects
|
|
38571
|
+
*
|
|
38572
|
+
*/
|
|
38573
|
+
getSpeechandtextanalyticsSentimentDialects() {
|
|
38574
|
+
|
|
38575
|
+
return this.apiClient.callApi(
|
|
38576
|
+
'/api/v2/speechandtextanalytics/sentiment/dialects',
|
|
38577
|
+
'GET',
|
|
38578
|
+
{ },
|
|
38579
|
+
{ },
|
|
38580
|
+
{ },
|
|
38581
|
+
{ },
|
|
38582
|
+
null,
|
|
38583
|
+
['PureCloud OAuth'],
|
|
38584
|
+
['application/json'],
|
|
38585
|
+
['application/json']
|
|
38586
|
+
);
|
|
38587
|
+
}
|
|
38588
|
+
|
|
38416
38589
|
/**
|
|
38417
38590
|
* Get the list of Speech & Text Analytics SentimentFeedback
|
|
38418
38591
|
*
|
|
@@ -38902,7 +39075,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38902
39075
|
/**
|
|
38903
39076
|
* Stations service.
|
|
38904
39077
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
38905
|
-
* @version
|
|
39078
|
+
* @version 129.0.0
|
|
38906
39079
|
*/
|
|
38907
39080
|
|
|
38908
39081
|
/**
|
|
@@ -39049,7 +39222,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
39049
39222
|
/**
|
|
39050
39223
|
* Suggest service.
|
|
39051
39224
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
39052
|
-
* @version
|
|
39225
|
+
* @version 129.0.0
|
|
39053
39226
|
*/
|
|
39054
39227
|
|
|
39055
39228
|
/**
|
|
@@ -39188,7 +39361,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
39188
39361
|
/**
|
|
39189
39362
|
* Telephony service.
|
|
39190
39363
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
39191
|
-
* @version
|
|
39364
|
+
* @version 129.0.0
|
|
39192
39365
|
*/
|
|
39193
39366
|
|
|
39194
39367
|
/**
|
|
@@ -39296,7 +39469,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
39296
39469
|
/**
|
|
39297
39470
|
* TelephonyProvidersEdge service.
|
|
39298
39471
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
39299
|
-
* @version
|
|
39472
|
+
* @version 129.0.0
|
|
39300
39473
|
*/
|
|
39301
39474
|
|
|
39302
39475
|
/**
|
|
@@ -40634,6 +40807,26 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
40634
40807
|
);
|
|
40635
40808
|
}
|
|
40636
40809
|
|
|
40810
|
+
/**
|
|
40811
|
+
* List of edges more than 4 edge versions behind the latest software.
|
|
40812
|
+
*
|
|
40813
|
+
*/
|
|
40814
|
+
getTelephonyProvidersEdgesExpired() {
|
|
40815
|
+
|
|
40816
|
+
return this.apiClient.callApi(
|
|
40817
|
+
'/api/v2/telephony/providers/edges/expired',
|
|
40818
|
+
'GET',
|
|
40819
|
+
{ },
|
|
40820
|
+
{ },
|
|
40821
|
+
{ },
|
|
40822
|
+
{ },
|
|
40823
|
+
null,
|
|
40824
|
+
['PureCloud OAuth'],
|
|
40825
|
+
['application/json'],
|
|
40826
|
+
['application/json']
|
|
40827
|
+
);
|
|
40828
|
+
}
|
|
40829
|
+
|
|
40637
40830
|
/**
|
|
40638
40831
|
* Get an extension by ID.
|
|
40639
40832
|
*
|
|
@@ -42909,7 +43102,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
42909
43102
|
/**
|
|
42910
43103
|
* Textbots service.
|
|
42911
43104
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
42912
|
-
* @version
|
|
43105
|
+
* @version 129.0.0
|
|
42913
43106
|
*/
|
|
42914
43107
|
|
|
42915
43108
|
/**
|
|
@@ -42924,6 +43117,33 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
42924
43117
|
}
|
|
42925
43118
|
|
|
42926
43119
|
|
|
43120
|
+
/**
|
|
43121
|
+
* Find bots using the currently configured friendly name or ID.
|
|
43122
|
+
* The name does allow case-insensitive partial string matches or by IDs (up to 50), but not both at the same time. Optionally you can limit the scope of the search by providing one or more bot types. You can specify the maximum results to return, up to a limit of 100
|
|
43123
|
+
* @param {Object} opts Optional parameters
|
|
43124
|
+
* @param {Array.<String>} opts.botType Bot types
|
|
43125
|
+
* @param {String} opts.botName Bot name
|
|
43126
|
+
* @param {Array.<String>} opts.botId Bot IDs
|
|
43127
|
+
* @param {Number} opts.pageSize The maximum results to return (default to 25)
|
|
43128
|
+
*/
|
|
43129
|
+
getTextbotsBotsSearch(opts) {
|
|
43130
|
+
opts = opts || {};
|
|
43131
|
+
|
|
43132
|
+
|
|
43133
|
+
return this.apiClient.callApi(
|
|
43134
|
+
'/api/v2/textbots/bots/search',
|
|
43135
|
+
'GET',
|
|
43136
|
+
{ },
|
|
43137
|
+
{ 'botType': this.apiClient.buildCollectionParam(opts['botType'], 'multi'),'botName': opts['botName'],'botId': this.apiClient.buildCollectionParam(opts['botId'], 'multi'),'pageSize': opts['pageSize'] },
|
|
43138
|
+
{ },
|
|
43139
|
+
{ },
|
|
43140
|
+
null,
|
|
43141
|
+
['PureCloud OAuth'],
|
|
43142
|
+
['application/json'],
|
|
43143
|
+
['application/json']
|
|
43144
|
+
);
|
|
43145
|
+
}
|
|
43146
|
+
|
|
42927
43147
|
/**
|
|
42928
43148
|
* Issue a bot flow turn event
|
|
42929
43149
|
* Send a turn event to an executing bot flow and produce the next action to take.
|
|
@@ -43010,7 +43230,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
43010
43230
|
/**
|
|
43011
43231
|
* Tokens service.
|
|
43012
43232
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
43013
|
-
* @version
|
|
43233
|
+
* @version 129.0.0
|
|
43014
43234
|
*/
|
|
43015
43235
|
|
|
43016
43236
|
/**
|
|
@@ -43116,7 +43336,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
43116
43336
|
/**
|
|
43117
43337
|
* Uploads service.
|
|
43118
43338
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
43119
|
-
* @version
|
|
43339
|
+
* @version 129.0.0
|
|
43120
43340
|
*/
|
|
43121
43341
|
|
|
43122
43342
|
/**
|
|
@@ -43292,7 +43512,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
43292
43512
|
/**
|
|
43293
43513
|
* Usage service.
|
|
43294
43514
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
43295
|
-
* @version
|
|
43515
|
+
* @version 129.0.0
|
|
43296
43516
|
*/
|
|
43297
43517
|
|
|
43298
43518
|
/**
|
|
@@ -43363,7 +43583,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
43363
43583
|
/**
|
|
43364
43584
|
* UserRecordings service.
|
|
43365
43585
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
43366
|
-
* @version
|
|
43586
|
+
* @version 129.0.0
|
|
43367
43587
|
*/
|
|
43368
43588
|
|
|
43369
43589
|
/**
|
|
@@ -43547,7 +43767,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
43547
43767
|
/**
|
|
43548
43768
|
* Users service.
|
|
43549
43769
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
43550
|
-
* @version
|
|
43770
|
+
* @version 129.0.0
|
|
43551
43771
|
*/
|
|
43552
43772
|
|
|
43553
43773
|
/**
|
|
@@ -45849,7 +46069,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45849
46069
|
/**
|
|
45850
46070
|
* Utilities service.
|
|
45851
46071
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
45852
|
-
* @version
|
|
46072
|
+
* @version 129.0.0
|
|
45853
46073
|
*/
|
|
45854
46074
|
|
|
45855
46075
|
/**
|
|
@@ -45960,7 +46180,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45960
46180
|
/**
|
|
45961
46181
|
* Voicemail service.
|
|
45962
46182
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
45963
|
-
* @version
|
|
46183
|
+
* @version 129.0.0
|
|
45964
46184
|
*/
|
|
45965
46185
|
|
|
45966
46186
|
/**
|
|
@@ -46627,7 +46847,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46627
46847
|
/**
|
|
46628
46848
|
* WebChat service.
|
|
46629
46849
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
46630
|
-
* @version
|
|
46850
|
+
* @version 129.0.0
|
|
46631
46851
|
*/
|
|
46632
46852
|
|
|
46633
46853
|
/**
|
|
@@ -47171,7 +47391,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47171
47391
|
/**
|
|
47172
47392
|
* WebDeployments service.
|
|
47173
47393
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
47174
|
-
* @version
|
|
47394
|
+
* @version 129.0.0
|
|
47175
47395
|
*/
|
|
47176
47396
|
|
|
47177
47397
|
/**
|
|
@@ -47526,7 +47746,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47526
47746
|
/**
|
|
47527
47747
|
* WebMessaging service.
|
|
47528
47748
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
47529
|
-
* @version
|
|
47749
|
+
* @version 129.0.0
|
|
47530
47750
|
*/
|
|
47531
47751
|
|
|
47532
47752
|
/**
|
|
@@ -47572,7 +47792,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47572
47792
|
/**
|
|
47573
47793
|
* Widgets service.
|
|
47574
47794
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
47575
|
-
* @version
|
|
47795
|
+
* @version 129.0.0
|
|
47576
47796
|
*/
|
|
47577
47797
|
|
|
47578
47798
|
/**
|
|
@@ -47718,7 +47938,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47718
47938
|
/**
|
|
47719
47939
|
* WorkforceManagement service.
|
|
47720
47940
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
47721
|
-
* @version
|
|
47941
|
+
* @version 129.0.0
|
|
47722
47942
|
*/
|
|
47723
47943
|
|
|
47724
47944
|
/**
|
|
@@ -51749,7 +51969,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
51749
51969
|
* </pre>
|
|
51750
51970
|
* </p>
|
|
51751
51971
|
* @module purecloud-platform-client-v2/index
|
|
51752
|
-
* @version
|
|
51972
|
+
* @version 129.0.0
|
|
51753
51973
|
*/
|
|
51754
51974
|
class platformClient {
|
|
51755
51975
|
constructor() {
|