purecloud-platform-client-v2 127.0.0 → 131.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 -8
- package/dist/node/purecloud-platform-client-v2.js +610 -97
- package/dist/web-amd/purecloud-platform-client-v2.js +610 -97
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +610 -97
- package/dist/web-cjs/purecloud-platform-client-v2.js +610 -97
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +475 -219
- 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 +5 -3
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +176 -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/MessagingApi.js +156 -0
- 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 +8 -8
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +8 -4
- 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 -21
- 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 +2 -2
- 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 +7 -1
|
@@ -393,7 +393,7 @@ class Configuration {
|
|
|
393
393
|
|
|
394
394
|
/**
|
|
395
395
|
* @module purecloud-platform-client-v2/ApiClient
|
|
396
|
-
* @version
|
|
396
|
+
* @version 131.0.0
|
|
397
397
|
*/
|
|
398
398
|
class ApiClient {
|
|
399
399
|
/**
|
|
@@ -1340,7 +1340,7 @@ class ApiClient {
|
|
|
1340
1340
|
|
|
1341
1341
|
// set header parameters
|
|
1342
1342
|
request.set(that.defaultHeaders).set(that.normalizeParams(headerParams));
|
|
1343
|
-
//request.set({ 'purecloud-sdk': '
|
|
1343
|
+
//request.set({ 'purecloud-sdk': '131.0.0' });
|
|
1344
1344
|
|
|
1345
1345
|
// set request timeout
|
|
1346
1346
|
request.timeout(that.timeout);
|
|
@@ -1440,7 +1440,7 @@ class AlertingApi {
|
|
|
1440
1440
|
/**
|
|
1441
1441
|
* Alerting service.
|
|
1442
1442
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
1443
|
-
* @version
|
|
1443
|
+
* @version 131.0.0
|
|
1444
1444
|
*/
|
|
1445
1445
|
|
|
1446
1446
|
/**
|
|
@@ -1754,7 +1754,7 @@ class AnalyticsApi {
|
|
|
1754
1754
|
/**
|
|
1755
1755
|
* Analytics service.
|
|
1756
1756
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
1757
|
-
* @version
|
|
1757
|
+
* @version 131.0.0
|
|
1758
1758
|
*/
|
|
1759
1759
|
|
|
1760
1760
|
/**
|
|
@@ -2891,7 +2891,7 @@ class ArchitectApi {
|
|
|
2891
2891
|
/**
|
|
2892
2892
|
* Architect service.
|
|
2893
2893
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
2894
|
-
* @version
|
|
2894
|
+
* @version 131.0.0
|
|
2895
2895
|
*/
|
|
2896
2896
|
|
|
2897
2897
|
/**
|
|
@@ -5887,7 +5887,7 @@ class AuditApi {
|
|
|
5887
5887
|
/**
|
|
5888
5888
|
* Audit service.
|
|
5889
5889
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
5890
|
-
* @version
|
|
5890
|
+
* @version 131.0.0
|
|
5891
5891
|
*/
|
|
5892
5892
|
|
|
5893
5893
|
/**
|
|
@@ -6058,7 +6058,7 @@ class AuthorizationApi {
|
|
|
6058
6058
|
/**
|
|
6059
6059
|
* Authorization service.
|
|
6060
6060
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
6061
|
-
* @version
|
|
6061
|
+
* @version 131.0.0
|
|
6062
6062
|
*/
|
|
6063
6063
|
|
|
6064
6064
|
/**
|
|
@@ -7241,7 +7241,7 @@ class BillingApi {
|
|
|
7241
7241
|
/**
|
|
7242
7242
|
* Billing service.
|
|
7243
7243
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
7244
|
-
* @version
|
|
7244
|
+
* @version 131.0.0
|
|
7245
7245
|
*/
|
|
7246
7246
|
|
|
7247
7247
|
/**
|
|
@@ -7321,7 +7321,7 @@ class ChatApi {
|
|
|
7321
7321
|
/**
|
|
7322
7322
|
* Chat service.
|
|
7323
7323
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
7324
|
-
* @version
|
|
7324
|
+
* @version 131.0.0
|
|
7325
7325
|
*/
|
|
7326
7326
|
|
|
7327
7327
|
/**
|
|
@@ -7412,7 +7412,7 @@ class CoachingApi {
|
|
|
7412
7412
|
/**
|
|
7413
7413
|
* Coaching service.
|
|
7414
7414
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
7415
|
-
* @version
|
|
7415
|
+
* @version 131.0.0
|
|
7416
7416
|
*/
|
|
7417
7417
|
|
|
7418
7418
|
/**
|
|
@@ -7611,6 +7611,7 @@ class CoachingApi {
|
|
|
7611
7611
|
* @param {Array.<String>} opts.relationships Relationships to filter by
|
|
7612
7612
|
* @param {String} opts.completionInterval Appointment completion start and end to filter by. End date is not inclusive. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss
|
|
7613
7613
|
* @param {Object} opts.overdue Overdue status to filter by
|
|
7614
|
+
* @param {Object} opts.intervalCondition Filter condition for interval
|
|
7614
7615
|
*/
|
|
7615
7616
|
getCoachingAppointments(userIds, opts) {
|
|
7616
7617
|
opts = opts || {};
|
|
@@ -7624,7 +7625,7 @@ class CoachingApi {
|
|
|
7624
7625
|
'/api/v2/coaching/appointments',
|
|
7625
7626
|
'GET',
|
|
7626
7627
|
{ },
|
|
7627
|
-
{ 'userIds': this.apiClient.buildCollectionParam(userIds, 'multi'),'interval': opts['interval'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'statuses': this.apiClient.buildCollectionParam(opts['statuses'], 'multi'),'facilitatorIds': this.apiClient.buildCollectionParam(opts['facilitatorIds'], 'multi'),'sortOrder': opts['sortOrder'],'relationships': this.apiClient.buildCollectionParam(opts['relationships'], 'multi'),'completionInterval': opts['completionInterval'],'overdue': opts['overdue'] },
|
|
7628
|
+
{ 'userIds': this.apiClient.buildCollectionParam(userIds, 'multi'),'interval': opts['interval'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'statuses': this.apiClient.buildCollectionParam(opts['statuses'], 'multi'),'facilitatorIds': this.apiClient.buildCollectionParam(opts['facilitatorIds'], 'multi'),'sortOrder': opts['sortOrder'],'relationships': this.apiClient.buildCollectionParam(opts['relationships'], 'multi'),'completionInterval': opts['completionInterval'],'overdue': opts['overdue'],'intervalCondition': opts['intervalCondition'] },
|
|
7628
7629
|
{ },
|
|
7629
7630
|
{ },
|
|
7630
7631
|
null,
|
|
@@ -7647,6 +7648,7 @@ class CoachingApi {
|
|
|
7647
7648
|
* @param {Array.<String>} opts.relationships Relationships to filter by
|
|
7648
7649
|
* @param {String} opts.completionInterval Appointment completion start and end to filter by. End date is not inclusive. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss
|
|
7649
7650
|
* @param {Object} opts.overdue Overdue status to filter by
|
|
7651
|
+
* @param {Object} opts.intervalCondition Filter condition for interval
|
|
7650
7652
|
*/
|
|
7651
7653
|
getCoachingAppointmentsMe(opts) {
|
|
7652
7654
|
opts = opts || {};
|
|
@@ -7656,7 +7658,7 @@ class CoachingApi {
|
|
|
7656
7658
|
'/api/v2/coaching/appointments/me',
|
|
7657
7659
|
'GET',
|
|
7658
7660
|
{ },
|
|
7659
|
-
{ 'interval': opts['interval'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'statuses': this.apiClient.buildCollectionParam(opts['statuses'], 'multi'),'facilitatorIds': this.apiClient.buildCollectionParam(opts['facilitatorIds'], 'multi'),'sortOrder': opts['sortOrder'],'relationships': this.apiClient.buildCollectionParam(opts['relationships'], 'multi'),'completionInterval': opts['completionInterval'],'overdue': opts['overdue'] },
|
|
7661
|
+
{ 'interval': opts['interval'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'statuses': this.apiClient.buildCollectionParam(opts['statuses'], 'multi'),'facilitatorIds': this.apiClient.buildCollectionParam(opts['facilitatorIds'], 'multi'),'sortOrder': opts['sortOrder'],'relationships': this.apiClient.buildCollectionParam(opts['relationships'], 'multi'),'completionInterval': opts['completionInterval'],'overdue': opts['overdue'],'intervalCondition': opts['intervalCondition'] },
|
|
7660
7662
|
{ },
|
|
7661
7663
|
{ },
|
|
7662
7664
|
null,
|
|
@@ -7987,7 +7989,7 @@ class ContentManagementApi {
|
|
|
7987
7989
|
/**
|
|
7988
7990
|
* ContentManagement service.
|
|
7989
7991
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
7990
|
-
* @version
|
|
7992
|
+
* @version 131.0.0
|
|
7991
7993
|
*/
|
|
7992
7994
|
|
|
7993
7995
|
/**
|
|
@@ -9127,7 +9129,7 @@ class ConversationsApi {
|
|
|
9127
9129
|
/**
|
|
9128
9130
|
* Conversations service.
|
|
9129
9131
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
9130
|
-
* @version
|
|
9132
|
+
* @version 131.0.0
|
|
9131
9133
|
*/
|
|
9132
9134
|
|
|
9133
9135
|
/**
|
|
@@ -9417,6 +9419,31 @@ class ConversationsApi {
|
|
|
9417
9419
|
);
|
|
9418
9420
|
}
|
|
9419
9421
|
|
|
9422
|
+
/**
|
|
9423
|
+
* Delete a supported content profile
|
|
9424
|
+
*
|
|
9425
|
+
* @param {String} supportedContentId Supported Content ID
|
|
9426
|
+
*/
|
|
9427
|
+
deleteConversationsMessagingSupportedcontentSupportedContentId(supportedContentId) {
|
|
9428
|
+
// verify the required parameter 'supportedContentId' is set
|
|
9429
|
+
if (supportedContentId === undefined || supportedContentId === null) {
|
|
9430
|
+
throw 'Missing the required parameter "supportedContentId" when calling deleteConversationsMessagingSupportedcontentSupportedContentId';
|
|
9431
|
+
}
|
|
9432
|
+
|
|
9433
|
+
return this.apiClient.callApi(
|
|
9434
|
+
'/api/v2/conversations/messaging/supportedcontent/{supportedContentId}',
|
|
9435
|
+
'DELETE',
|
|
9436
|
+
{ 'supportedContentId': supportedContentId },
|
|
9437
|
+
{ },
|
|
9438
|
+
{ },
|
|
9439
|
+
{ },
|
|
9440
|
+
null,
|
|
9441
|
+
['PureCloud OAuth'],
|
|
9442
|
+
['application/json'],
|
|
9443
|
+
['application/json']
|
|
9444
|
+
);
|
|
9445
|
+
}
|
|
9446
|
+
|
|
9420
9447
|
/**
|
|
9421
9448
|
* Get a conversation by id
|
|
9422
9449
|
*
|
|
@@ -11009,6 +11036,76 @@ class ConversationsApi {
|
|
|
11009
11036
|
);
|
|
11010
11037
|
}
|
|
11011
11038
|
|
|
11039
|
+
/**
|
|
11040
|
+
* Get a list of Supported Content profiles
|
|
11041
|
+
*
|
|
11042
|
+
* @param {Object} opts Optional parameters
|
|
11043
|
+
* @param {Number} opts.pageSize Page size (default to 25)
|
|
11044
|
+
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
11045
|
+
*/
|
|
11046
|
+
getConversationsMessagingSupportedcontent(opts) {
|
|
11047
|
+
opts = opts || {};
|
|
11048
|
+
|
|
11049
|
+
|
|
11050
|
+
return this.apiClient.callApi(
|
|
11051
|
+
'/api/v2/conversations/messaging/supportedcontent',
|
|
11052
|
+
'GET',
|
|
11053
|
+
{ },
|
|
11054
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
|
|
11055
|
+
{ },
|
|
11056
|
+
{ },
|
|
11057
|
+
null,
|
|
11058
|
+
['PureCloud OAuth'],
|
|
11059
|
+
['application/json'],
|
|
11060
|
+
['application/json']
|
|
11061
|
+
);
|
|
11062
|
+
}
|
|
11063
|
+
|
|
11064
|
+
/**
|
|
11065
|
+
* Get the organization's default supported content profile that will be used as the default when creating an integration.
|
|
11066
|
+
* When an integration is created a supported content ID may be assigned to it. If the supported content ID is not supplied, the default supported content profile will be assigned to it.
|
|
11067
|
+
*/
|
|
11068
|
+
getConversationsMessagingSupportedcontentDefault() {
|
|
11069
|
+
|
|
11070
|
+
return this.apiClient.callApi(
|
|
11071
|
+
'/api/v2/conversations/messaging/supportedcontent/default',
|
|
11072
|
+
'GET',
|
|
11073
|
+
{ },
|
|
11074
|
+
{ },
|
|
11075
|
+
{ },
|
|
11076
|
+
{ },
|
|
11077
|
+
null,
|
|
11078
|
+
['PureCloud OAuth'],
|
|
11079
|
+
['application/json'],
|
|
11080
|
+
['application/json']
|
|
11081
|
+
);
|
|
11082
|
+
}
|
|
11083
|
+
|
|
11084
|
+
/**
|
|
11085
|
+
* Get a supported content profile
|
|
11086
|
+
*
|
|
11087
|
+
* @param {String} supportedContentId Supported Content ID
|
|
11088
|
+
*/
|
|
11089
|
+
getConversationsMessagingSupportedcontentSupportedContentId(supportedContentId) {
|
|
11090
|
+
// verify the required parameter 'supportedContentId' is set
|
|
11091
|
+
if (supportedContentId === undefined || supportedContentId === null) {
|
|
11092
|
+
throw 'Missing the required parameter "supportedContentId" when calling getConversationsMessagingSupportedcontentSupportedContentId';
|
|
11093
|
+
}
|
|
11094
|
+
|
|
11095
|
+
return this.apiClient.callApi(
|
|
11096
|
+
'/api/v2/conversations/messaging/supportedcontent/{supportedContentId}',
|
|
11097
|
+
'GET',
|
|
11098
|
+
{ 'supportedContentId': supportedContentId },
|
|
11099
|
+
{ },
|
|
11100
|
+
{ },
|
|
11101
|
+
{ },
|
|
11102
|
+
null,
|
|
11103
|
+
['PureCloud OAuth'],
|
|
11104
|
+
['application/json'],
|
|
11105
|
+
['application/json']
|
|
11106
|
+
);
|
|
11107
|
+
}
|
|
11108
|
+
|
|
11012
11109
|
/**
|
|
11013
11110
|
* Get conversation threading window timeline for each messaging type
|
|
11014
11111
|
* Conversation messaging threading timeline is a setting defined for each messenger type in your organization. This setting will dictate whether a new message is added to the most recent existing conversation, or creates a new Conversation. If the existing Conversation is still in a connected state the threading timeline setting will never play a role. After the conversation is disconnected, if an inbound message is received or an outbound message is sent after the setting for threading timeline expires, a new conversation is created.
|
|
@@ -12090,6 +12187,36 @@ class ConversationsApi {
|
|
|
12090
12187
|
);
|
|
12091
12188
|
}
|
|
12092
12189
|
|
|
12190
|
+
/**
|
|
12191
|
+
* Update a supported content profile
|
|
12192
|
+
*
|
|
12193
|
+
* @param {String} supportedContentId Supported Content ID
|
|
12194
|
+
* @param {Object} body SupportedContent
|
|
12195
|
+
*/
|
|
12196
|
+
patchConversationsMessagingSupportedcontentSupportedContentId(supportedContentId, body) {
|
|
12197
|
+
// verify the required parameter 'supportedContentId' is set
|
|
12198
|
+
if (supportedContentId === undefined || supportedContentId === null) {
|
|
12199
|
+
throw 'Missing the required parameter "supportedContentId" when calling patchConversationsMessagingSupportedcontentSupportedContentId';
|
|
12200
|
+
}
|
|
12201
|
+
// verify the required parameter 'body' is set
|
|
12202
|
+
if (body === undefined || body === null) {
|
|
12203
|
+
throw 'Missing the required parameter "body" when calling patchConversationsMessagingSupportedcontentSupportedContentId';
|
|
12204
|
+
}
|
|
12205
|
+
|
|
12206
|
+
return this.apiClient.callApi(
|
|
12207
|
+
'/api/v2/conversations/messaging/supportedcontent/{supportedContentId}',
|
|
12208
|
+
'PATCH',
|
|
12209
|
+
{ 'supportedContentId': supportedContentId },
|
|
12210
|
+
{ },
|
|
12211
|
+
{ },
|
|
12212
|
+
{ },
|
|
12213
|
+
body,
|
|
12214
|
+
['PureCloud OAuth'],
|
|
12215
|
+
['application/json'],
|
|
12216
|
+
['application/json']
|
|
12217
|
+
);
|
|
12218
|
+
}
|
|
12219
|
+
|
|
12093
12220
|
/**
|
|
12094
12221
|
* Index conversation properties
|
|
12095
12222
|
*
|
|
@@ -13325,6 +13452,31 @@ class ConversationsApi {
|
|
|
13325
13452
|
);
|
|
13326
13453
|
}
|
|
13327
13454
|
|
|
13455
|
+
/**
|
|
13456
|
+
* Create a Supported Content profile
|
|
13457
|
+
*
|
|
13458
|
+
* @param {Object} body SupportedContent
|
|
13459
|
+
*/
|
|
13460
|
+
postConversationsMessagingSupportedcontent(body) {
|
|
13461
|
+
// verify the required parameter 'body' is set
|
|
13462
|
+
if (body === undefined || body === null) {
|
|
13463
|
+
throw 'Missing the required parameter "body" when calling postConversationsMessagingSupportedcontent';
|
|
13464
|
+
}
|
|
13465
|
+
|
|
13466
|
+
return this.apiClient.callApi(
|
|
13467
|
+
'/api/v2/conversations/messaging/supportedcontent',
|
|
13468
|
+
'POST',
|
|
13469
|
+
{ },
|
|
13470
|
+
{ },
|
|
13471
|
+
{ },
|
|
13472
|
+
{ },
|
|
13473
|
+
body,
|
|
13474
|
+
['PureCloud OAuth'],
|
|
13475
|
+
['application/json'],
|
|
13476
|
+
['application/json']
|
|
13477
|
+
);
|
|
13478
|
+
}
|
|
13479
|
+
|
|
13328
13480
|
/**
|
|
13329
13481
|
* Set flagged reason on conversation participant to indicate bad conversation quality.
|
|
13330
13482
|
*
|
|
@@ -13485,6 +13637,31 @@ class ConversationsApi {
|
|
|
13485
13637
|
);
|
|
13486
13638
|
}
|
|
13487
13639
|
|
|
13640
|
+
/**
|
|
13641
|
+
* Set the organization's default supported content profile that may be assigned to an integration when it is created.
|
|
13642
|
+
* When an integration is created a supported content ID may be assigned to it. If the supported content ID is not supplied, the default supported content profile will be assigned to it.
|
|
13643
|
+
* @param {Object} body SupportedContent
|
|
13644
|
+
*/
|
|
13645
|
+
putConversationsMessagingSupportedcontentDefault(body) {
|
|
13646
|
+
// verify the required parameter 'body' is set
|
|
13647
|
+
if (body === undefined || body === null) {
|
|
13648
|
+
throw 'Missing the required parameter "body" when calling putConversationsMessagingSupportedcontentDefault';
|
|
13649
|
+
}
|
|
13650
|
+
|
|
13651
|
+
return this.apiClient.callApi(
|
|
13652
|
+
'/api/v2/conversations/messaging/supportedcontent/default',
|
|
13653
|
+
'PUT',
|
|
13654
|
+
{ },
|
|
13655
|
+
{ },
|
|
13656
|
+
{ },
|
|
13657
|
+
{ },
|
|
13658
|
+
body,
|
|
13659
|
+
['PureCloud OAuth'],
|
|
13660
|
+
['application/json'],
|
|
13661
|
+
['application/json']
|
|
13662
|
+
);
|
|
13663
|
+
}
|
|
13664
|
+
|
|
13488
13665
|
/**
|
|
13489
13666
|
* Update conversation threading window timeline for each messaging type
|
|
13490
13667
|
* PUT Conversation messaging threading timeline is intended to set the conversation threading settings for ALL messengerTypes. If you omit a messengerType in the request body then the setting for that messengerType will use the platform default value. The PUT replaces the existing setting(s) that were previously set for each messengerType.
|
|
@@ -13516,7 +13693,7 @@ class DataExtensionsApi {
|
|
|
13516
13693
|
/**
|
|
13517
13694
|
* DataExtensions service.
|
|
13518
13695
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
13519
|
-
* @version
|
|
13696
|
+
* @version 131.0.0
|
|
13520
13697
|
*/
|
|
13521
13698
|
|
|
13522
13699
|
/**
|
|
@@ -13602,7 +13779,7 @@ class ExternalContactsApi {
|
|
|
13602
13779
|
/**
|
|
13603
13780
|
* ExternalContacts service.
|
|
13604
13781
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
13605
|
-
* @version
|
|
13782
|
+
* @version 131.0.0
|
|
13606
13783
|
*/
|
|
13607
13784
|
|
|
13608
13785
|
/**
|
|
@@ -15345,7 +15522,7 @@ class FaxApi {
|
|
|
15345
15522
|
/**
|
|
15346
15523
|
* Fax service.
|
|
15347
15524
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
15348
|
-
* @version
|
|
15525
|
+
* @version 131.0.0
|
|
15349
15526
|
*/
|
|
15350
15527
|
|
|
15351
15528
|
/**
|
|
@@ -15516,7 +15693,7 @@ class FlowsApi {
|
|
|
15516
15693
|
/**
|
|
15517
15694
|
* Flows service.
|
|
15518
15695
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
15519
|
-
* @version
|
|
15696
|
+
* @version 131.0.0
|
|
15520
15697
|
*/
|
|
15521
15698
|
|
|
15522
15699
|
/**
|
|
@@ -15587,7 +15764,7 @@ class GamificationApi {
|
|
|
15587
15764
|
/**
|
|
15588
15765
|
* Gamification service.
|
|
15589
15766
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
15590
|
-
* @version
|
|
15767
|
+
* @version 131.0.0
|
|
15591
15768
|
*/
|
|
15592
15769
|
|
|
15593
15770
|
/**
|
|
@@ -15855,6 +16032,31 @@ class GamificationApi {
|
|
|
15855
16032
|
);
|
|
15856
16033
|
}
|
|
15857
16034
|
|
|
16035
|
+
/**
|
|
16036
|
+
* Members of a given performance profile
|
|
16037
|
+
*
|
|
16038
|
+
* @param {String} performanceProfileId Performance Profile Id
|
|
16039
|
+
*/
|
|
16040
|
+
getGamificationProfileMembers(performanceProfileId) {
|
|
16041
|
+
// verify the required parameter 'performanceProfileId' is set
|
|
16042
|
+
if (performanceProfileId === undefined || performanceProfileId === null) {
|
|
16043
|
+
throw 'Missing the required parameter "performanceProfileId" when calling getGamificationProfileMembers';
|
|
16044
|
+
}
|
|
16045
|
+
|
|
16046
|
+
return this.apiClient.callApi(
|
|
16047
|
+
'/api/v2/gamification/profiles/{performanceProfileId}/members',
|
|
16048
|
+
'GET',
|
|
16049
|
+
{ 'performanceProfileId': performanceProfileId },
|
|
16050
|
+
{ },
|
|
16051
|
+
{ },
|
|
16052
|
+
{ },
|
|
16053
|
+
null,
|
|
16054
|
+
['PureCloud OAuth'],
|
|
16055
|
+
['application/json'],
|
|
16056
|
+
['application/json']
|
|
16057
|
+
);
|
|
16058
|
+
}
|
|
16059
|
+
|
|
15858
16060
|
/**
|
|
15859
16061
|
* Performance profile gamified metric by id
|
|
15860
16062
|
*
|
|
@@ -16709,6 +16911,101 @@ class GamificationApi {
|
|
|
16709
16911
|
);
|
|
16710
16912
|
}
|
|
16711
16913
|
|
|
16914
|
+
/**
|
|
16915
|
+
* Assign members to a given performance profile
|
|
16916
|
+
*
|
|
16917
|
+
* @param {String} performanceProfileId Performance Profile Id
|
|
16918
|
+
* @param {Object} body assignUsers
|
|
16919
|
+
*/
|
|
16920
|
+
postGamificationProfileMembers(performanceProfileId, body) {
|
|
16921
|
+
// verify the required parameter 'performanceProfileId' is set
|
|
16922
|
+
if (performanceProfileId === undefined || performanceProfileId === null) {
|
|
16923
|
+
throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileMembers';
|
|
16924
|
+
}
|
|
16925
|
+
// verify the required parameter 'body' is set
|
|
16926
|
+
if (body === undefined || body === null) {
|
|
16927
|
+
throw 'Missing the required parameter "body" when calling postGamificationProfileMembers';
|
|
16928
|
+
}
|
|
16929
|
+
|
|
16930
|
+
return this.apiClient.callApi(
|
|
16931
|
+
'/api/v2/gamification/profiles/{performanceProfileId}/members',
|
|
16932
|
+
'POST',
|
|
16933
|
+
{ 'performanceProfileId': performanceProfileId },
|
|
16934
|
+
{ },
|
|
16935
|
+
{ },
|
|
16936
|
+
{ },
|
|
16937
|
+
body,
|
|
16938
|
+
['PureCloud OAuth'],
|
|
16939
|
+
['application/json'],
|
|
16940
|
+
['application/json']
|
|
16941
|
+
);
|
|
16942
|
+
}
|
|
16943
|
+
|
|
16944
|
+
/**
|
|
16945
|
+
* Validate member assignment
|
|
16946
|
+
*
|
|
16947
|
+
* @param {String} performanceProfileId Performance Profile Id
|
|
16948
|
+
* @param {Object} body memberAssignments
|
|
16949
|
+
*/
|
|
16950
|
+
postGamificationProfileMembersValidate(performanceProfileId, body) {
|
|
16951
|
+
// verify the required parameter 'performanceProfileId' is set
|
|
16952
|
+
if (performanceProfileId === undefined || performanceProfileId === null) {
|
|
16953
|
+
throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileMembersValidate';
|
|
16954
|
+
}
|
|
16955
|
+
// verify the required parameter 'body' is set
|
|
16956
|
+
if (body === undefined || body === null) {
|
|
16957
|
+
throw 'Missing the required parameter "body" when calling postGamificationProfileMembersValidate';
|
|
16958
|
+
}
|
|
16959
|
+
|
|
16960
|
+
return this.apiClient.callApi(
|
|
16961
|
+
'/api/v2/gamification/profiles/{performanceProfileId}/members/validate',
|
|
16962
|
+
'POST',
|
|
16963
|
+
{ 'performanceProfileId': performanceProfileId },
|
|
16964
|
+
{ },
|
|
16965
|
+
{ },
|
|
16966
|
+
{ },
|
|
16967
|
+
body,
|
|
16968
|
+
['PureCloud OAuth'],
|
|
16969
|
+
['application/json'],
|
|
16970
|
+
['application/json']
|
|
16971
|
+
);
|
|
16972
|
+
}
|
|
16973
|
+
|
|
16974
|
+
/**
|
|
16975
|
+
* Creates a linked metric
|
|
16976
|
+
*
|
|
16977
|
+
* @param {String} sourceProfileId Source Performance Profile Id
|
|
16978
|
+
* @param {String} sourceMetricId Source Metric Id
|
|
16979
|
+
* @param {Object} body linkedMetric
|
|
16980
|
+
*/
|
|
16981
|
+
postGamificationProfileMetricLink(sourceProfileId, sourceMetricId, body) {
|
|
16982
|
+
// verify the required parameter 'sourceProfileId' is set
|
|
16983
|
+
if (sourceProfileId === undefined || sourceProfileId === null) {
|
|
16984
|
+
throw 'Missing the required parameter "sourceProfileId" when calling postGamificationProfileMetricLink';
|
|
16985
|
+
}
|
|
16986
|
+
// verify the required parameter 'sourceMetricId' is set
|
|
16987
|
+
if (sourceMetricId === undefined || sourceMetricId === null) {
|
|
16988
|
+
throw 'Missing the required parameter "sourceMetricId" when calling postGamificationProfileMetricLink';
|
|
16989
|
+
}
|
|
16990
|
+
// verify the required parameter 'body' is set
|
|
16991
|
+
if (body === undefined || body === null) {
|
|
16992
|
+
throw 'Missing the required parameter "body" when calling postGamificationProfileMetricLink';
|
|
16993
|
+
}
|
|
16994
|
+
|
|
16995
|
+
return this.apiClient.callApi(
|
|
16996
|
+
'/api/v2/gamification/profiles/{sourceProfileId}/metrics/{sourceMetricId}/link',
|
|
16997
|
+
'POST',
|
|
16998
|
+
{ 'sourceProfileId': sourceProfileId,'sourceMetricId': sourceMetricId },
|
|
16999
|
+
{ },
|
|
17000
|
+
{ },
|
|
17001
|
+
{ },
|
|
17002
|
+
body,
|
|
17003
|
+
['PureCloud OAuth'],
|
|
17004
|
+
['application/json'],
|
|
17005
|
+
['application/json']
|
|
17006
|
+
);
|
|
17007
|
+
}
|
|
17008
|
+
|
|
16712
17009
|
/**
|
|
16713
17010
|
* Creates a gamified metric with a given metric definition and metric objective under in a performance profile
|
|
16714
17011
|
*
|
|
@@ -16893,7 +17190,7 @@ class GeneralDataProtectionRegulationApi {
|
|
|
16893
17190
|
/**
|
|
16894
17191
|
* GeneralDataProtectionRegulation service.
|
|
16895
17192
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
16896
|
-
* @version
|
|
17193
|
+
* @version 131.0.0
|
|
16897
17194
|
*/
|
|
16898
17195
|
|
|
16899
17196
|
/**
|
|
@@ -17023,7 +17320,7 @@ class GeolocationApi {
|
|
|
17023
17320
|
/**
|
|
17024
17321
|
* Geolocation service.
|
|
17025
17322
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
17026
|
-
* @version
|
|
17323
|
+
* @version 131.0.0
|
|
17027
17324
|
*/
|
|
17028
17325
|
|
|
17029
17326
|
/**
|
|
@@ -17154,7 +17451,7 @@ class GreetingsApi {
|
|
|
17154
17451
|
/**
|
|
17155
17452
|
* Greetings service.
|
|
17156
17453
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
17157
|
-
* @version
|
|
17454
|
+
* @version 131.0.0
|
|
17158
17455
|
*/
|
|
17159
17456
|
|
|
17160
17457
|
/**
|
|
@@ -17609,7 +17906,7 @@ class GroupsApi {
|
|
|
17609
17906
|
/**
|
|
17610
17907
|
* Groups service.
|
|
17611
17908
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
17612
|
-
* @version
|
|
17909
|
+
* @version 131.0.0
|
|
17613
17910
|
*/
|
|
17614
17911
|
|
|
17615
17912
|
/**
|
|
@@ -18014,7 +18311,7 @@ class IdentityProviderApi {
|
|
|
18014
18311
|
/**
|
|
18015
18312
|
* IdentityProvider service.
|
|
18016
18313
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
18017
|
-
* @version
|
|
18314
|
+
* @version 131.0.0
|
|
18018
18315
|
*/
|
|
18019
18316
|
|
|
18020
18317
|
/**
|
|
@@ -18770,7 +19067,7 @@ class IntegrationsApi {
|
|
|
18770
19067
|
/**
|
|
18771
19068
|
* Integrations service.
|
|
18772
19069
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
18773
|
-
* @version
|
|
19070
|
+
* @version 131.0.0
|
|
18774
19071
|
*/
|
|
18775
19072
|
|
|
18776
19073
|
/**
|
|
@@ -19427,6 +19724,35 @@ class IntegrationsApi {
|
|
|
19427
19724
|
);
|
|
19428
19725
|
}
|
|
19429
19726
|
|
|
19727
|
+
/**
|
|
19728
|
+
* UC integration client application configuration.
|
|
19729
|
+
* This endpoint returns basic UI configuration data for all Unified Communications integrations client applications enabled for the current organization.
|
|
19730
|
+
* @param {Object} opts Optional parameters
|
|
19731
|
+
* @param {Number} opts.pageSize The total page size requested (default to 25)
|
|
19732
|
+
* @param {Number} opts.pageNumber The page number requested (default to 1)
|
|
19733
|
+
* @param {String} opts.sortBy variable name requested to sort by
|
|
19734
|
+
* @param {Array.<String>} opts.expand variable name requested by expand list
|
|
19735
|
+
* @param {String} opts.nextPage next page token
|
|
19736
|
+
* @param {String} opts.previousPage Previous page token
|
|
19737
|
+
*/
|
|
19738
|
+
getIntegrationsClientappsUnifiedcommunications(opts) {
|
|
19739
|
+
opts = opts || {};
|
|
19740
|
+
|
|
19741
|
+
|
|
19742
|
+
return this.apiClient.callApi(
|
|
19743
|
+
'/api/v2/integrations/clientapps/unifiedcommunications',
|
|
19744
|
+
'GET',
|
|
19745
|
+
{ },
|
|
19746
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'] },
|
|
19747
|
+
{ },
|
|
19748
|
+
{ },
|
|
19749
|
+
null,
|
|
19750
|
+
['PureCloud OAuth'],
|
|
19751
|
+
['application/json'],
|
|
19752
|
+
['application/json']
|
|
19753
|
+
);
|
|
19754
|
+
}
|
|
19755
|
+
|
|
19430
19756
|
/**
|
|
19431
19757
|
* Get a single credential with sensitive fields redacted
|
|
19432
19758
|
*
|
|
@@ -20416,7 +20742,7 @@ class JourneyApi {
|
|
|
20416
20742
|
/**
|
|
20417
20743
|
* Journey service.
|
|
20418
20744
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
20419
|
-
* @version
|
|
20745
|
+
* @version 131.0.0
|
|
20420
20746
|
*/
|
|
20421
20747
|
|
|
20422
20748
|
/**
|
|
@@ -21127,7 +21453,7 @@ class KnowledgeApi {
|
|
|
21127
21453
|
/**
|
|
21128
21454
|
* Knowledge service.
|
|
21129
21455
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
21130
|
-
* @version
|
|
21456
|
+
* @version 131.0.0
|
|
21131
21457
|
*/
|
|
21132
21458
|
|
|
21133
21459
|
/**
|
|
@@ -22027,7 +22353,7 @@ class LanguageUnderstandingApi {
|
|
|
22027
22353
|
/**
|
|
22028
22354
|
* LanguageUnderstanding service.
|
|
22029
22355
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
22030
|
-
* @version
|
|
22356
|
+
* @version 131.0.0
|
|
22031
22357
|
*/
|
|
22032
22358
|
|
|
22033
22359
|
/**
|
|
@@ -22931,7 +23257,7 @@ class LanguagesApi {
|
|
|
22931
23257
|
/**
|
|
22932
23258
|
* Languages service.
|
|
22933
23259
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
22934
|
-
* @version
|
|
23260
|
+
* @version 131.0.0
|
|
22935
23261
|
*/
|
|
22936
23262
|
|
|
22937
23263
|
/**
|
|
@@ -23199,7 +23525,7 @@ class LearningApi {
|
|
|
23199
23525
|
/**
|
|
23200
23526
|
* Learning service.
|
|
23201
23527
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
23202
|
-
* @version
|
|
23528
|
+
* @version 131.0.0
|
|
23203
23529
|
*/
|
|
23204
23530
|
|
|
23205
23531
|
/**
|
|
@@ -23790,7 +24116,7 @@ class LicenseApi {
|
|
|
23790
24116
|
/**
|
|
23791
24117
|
* License service.
|
|
23792
24118
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
23793
|
-
* @version
|
|
24119
|
+
* @version 131.0.0
|
|
23794
24120
|
*/
|
|
23795
24121
|
|
|
23796
24122
|
/**
|
|
@@ -24028,7 +24354,7 @@ class LocationsApi {
|
|
|
24028
24354
|
/**
|
|
24029
24355
|
* Locations service.
|
|
24030
24356
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
24031
|
-
* @version
|
|
24357
|
+
* @version 131.0.0
|
|
24032
24358
|
*/
|
|
24033
24359
|
|
|
24034
24360
|
/**
|
|
@@ -24260,11 +24586,162 @@ class LocationsApi {
|
|
|
24260
24586
|
|
|
24261
24587
|
}
|
|
24262
24588
|
|
|
24589
|
+
class MessagingApi {
|
|
24590
|
+
/**
|
|
24591
|
+
* Messaging service.
|
|
24592
|
+
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
24593
|
+
* @version 131.0.0
|
|
24594
|
+
*/
|
|
24595
|
+
|
|
24596
|
+
/**
|
|
24597
|
+
* Constructs a new MessagingApi.
|
|
24598
|
+
* @alias module:purecloud-platform-client-v2/api/MessagingApi
|
|
24599
|
+
* @class
|
|
24600
|
+
* @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
|
|
24601
|
+
* default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
|
|
24602
|
+
*/
|
|
24603
|
+
constructor(apiClient) {
|
|
24604
|
+
this.apiClient = apiClient || ApiClient.instance;
|
|
24605
|
+
}
|
|
24606
|
+
|
|
24607
|
+
|
|
24608
|
+
/**
|
|
24609
|
+
* Delete a supported content profile
|
|
24610
|
+
*
|
|
24611
|
+
* @param {String} supportedContentId Supported Content ID
|
|
24612
|
+
*/
|
|
24613
|
+
deleteMessagingSupportedcontentSupportedContentId(supportedContentId) {
|
|
24614
|
+
// verify the required parameter 'supportedContentId' is set
|
|
24615
|
+
if (supportedContentId === undefined || supportedContentId === null) {
|
|
24616
|
+
throw 'Missing the required parameter "supportedContentId" when calling deleteMessagingSupportedcontentSupportedContentId';
|
|
24617
|
+
}
|
|
24618
|
+
|
|
24619
|
+
return this.apiClient.callApi(
|
|
24620
|
+
'/api/v2/messaging/supportedcontent/{supportedContentId}',
|
|
24621
|
+
'DELETE',
|
|
24622
|
+
{ 'supportedContentId': supportedContentId },
|
|
24623
|
+
{ },
|
|
24624
|
+
{ },
|
|
24625
|
+
{ },
|
|
24626
|
+
null,
|
|
24627
|
+
['PureCloud OAuth'],
|
|
24628
|
+
['application/json'],
|
|
24629
|
+
['application/json']
|
|
24630
|
+
);
|
|
24631
|
+
}
|
|
24632
|
+
|
|
24633
|
+
/**
|
|
24634
|
+
* Get a list of Supported Content profiles
|
|
24635
|
+
*
|
|
24636
|
+
* @param {Object} opts Optional parameters
|
|
24637
|
+
* @param {Number} opts.pageSize Page size (default to 25)
|
|
24638
|
+
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
24639
|
+
*/
|
|
24640
|
+
getMessagingSupportedcontent(opts) {
|
|
24641
|
+
opts = opts || {};
|
|
24642
|
+
|
|
24643
|
+
|
|
24644
|
+
return this.apiClient.callApi(
|
|
24645
|
+
'/api/v2/messaging/supportedcontent',
|
|
24646
|
+
'GET',
|
|
24647
|
+
{ },
|
|
24648
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
|
|
24649
|
+
{ },
|
|
24650
|
+
{ },
|
|
24651
|
+
null,
|
|
24652
|
+
['PureCloud OAuth'],
|
|
24653
|
+
['application/json'],
|
|
24654
|
+
['application/json']
|
|
24655
|
+
);
|
|
24656
|
+
}
|
|
24657
|
+
|
|
24658
|
+
/**
|
|
24659
|
+
* Get a supported content profile
|
|
24660
|
+
*
|
|
24661
|
+
* @param {String} supportedContentId Supported Content ID
|
|
24662
|
+
*/
|
|
24663
|
+
getMessagingSupportedcontentSupportedContentId(supportedContentId) {
|
|
24664
|
+
// verify the required parameter 'supportedContentId' is set
|
|
24665
|
+
if (supportedContentId === undefined || supportedContentId === null) {
|
|
24666
|
+
throw 'Missing the required parameter "supportedContentId" when calling getMessagingSupportedcontentSupportedContentId';
|
|
24667
|
+
}
|
|
24668
|
+
|
|
24669
|
+
return this.apiClient.callApi(
|
|
24670
|
+
'/api/v2/messaging/supportedcontent/{supportedContentId}',
|
|
24671
|
+
'GET',
|
|
24672
|
+
{ 'supportedContentId': supportedContentId },
|
|
24673
|
+
{ },
|
|
24674
|
+
{ },
|
|
24675
|
+
{ },
|
|
24676
|
+
null,
|
|
24677
|
+
['PureCloud OAuth'],
|
|
24678
|
+
['application/json'],
|
|
24679
|
+
['application/json']
|
|
24680
|
+
);
|
|
24681
|
+
}
|
|
24682
|
+
|
|
24683
|
+
/**
|
|
24684
|
+
* Update a supported content profile
|
|
24685
|
+
*
|
|
24686
|
+
* @param {String} supportedContentId Supported Content ID
|
|
24687
|
+
* @param {Object} body SupportedContent
|
|
24688
|
+
*/
|
|
24689
|
+
patchMessagingSupportedcontentSupportedContentId(supportedContentId, body) {
|
|
24690
|
+
// verify the required parameter 'supportedContentId' is set
|
|
24691
|
+
if (supportedContentId === undefined || supportedContentId === null) {
|
|
24692
|
+
throw 'Missing the required parameter "supportedContentId" when calling patchMessagingSupportedcontentSupportedContentId';
|
|
24693
|
+
}
|
|
24694
|
+
// verify the required parameter 'body' is set
|
|
24695
|
+
if (body === undefined || body === null) {
|
|
24696
|
+
throw 'Missing the required parameter "body" when calling patchMessagingSupportedcontentSupportedContentId';
|
|
24697
|
+
}
|
|
24698
|
+
|
|
24699
|
+
return this.apiClient.callApi(
|
|
24700
|
+
'/api/v2/messaging/supportedcontent/{supportedContentId}',
|
|
24701
|
+
'PATCH',
|
|
24702
|
+
{ 'supportedContentId': supportedContentId },
|
|
24703
|
+
{ },
|
|
24704
|
+
{ },
|
|
24705
|
+
{ },
|
|
24706
|
+
body,
|
|
24707
|
+
['PureCloud OAuth'],
|
|
24708
|
+
['application/json'],
|
|
24709
|
+
['application/json']
|
|
24710
|
+
);
|
|
24711
|
+
}
|
|
24712
|
+
|
|
24713
|
+
/**
|
|
24714
|
+
* Create a Supported Content profile
|
|
24715
|
+
*
|
|
24716
|
+
* @param {Object} body SupportedContent
|
|
24717
|
+
*/
|
|
24718
|
+
postMessagingSupportedcontent(body) {
|
|
24719
|
+
// verify the required parameter 'body' is set
|
|
24720
|
+
if (body === undefined || body === null) {
|
|
24721
|
+
throw 'Missing the required parameter "body" when calling postMessagingSupportedcontent';
|
|
24722
|
+
}
|
|
24723
|
+
|
|
24724
|
+
return this.apiClient.callApi(
|
|
24725
|
+
'/api/v2/messaging/supportedcontent',
|
|
24726
|
+
'POST',
|
|
24727
|
+
{ },
|
|
24728
|
+
{ },
|
|
24729
|
+
{ },
|
|
24730
|
+
{ },
|
|
24731
|
+
body,
|
|
24732
|
+
['PureCloud OAuth'],
|
|
24733
|
+
['application/json'],
|
|
24734
|
+
['application/json']
|
|
24735
|
+
);
|
|
24736
|
+
}
|
|
24737
|
+
|
|
24738
|
+
}
|
|
24739
|
+
|
|
24263
24740
|
class MobileDevicesApi {
|
|
24264
24741
|
/**
|
|
24265
24742
|
* MobileDevices service.
|
|
24266
24743
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
24267
|
-
* @version
|
|
24744
|
+
* @version 131.0.0
|
|
24268
24745
|
*/
|
|
24269
24746
|
|
|
24270
24747
|
/**
|
|
@@ -24415,7 +24892,7 @@ class NotificationsApi {
|
|
|
24415
24892
|
/**
|
|
24416
24893
|
* Notifications service.
|
|
24417
24894
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
24418
|
-
* @version
|
|
24895
|
+
* @version 131.0.0
|
|
24419
24896
|
*/
|
|
24420
24897
|
|
|
24421
24898
|
/**
|
|
@@ -24640,7 +25117,7 @@ class OAuthApi {
|
|
|
24640
25117
|
/**
|
|
24641
25118
|
* OAuth service.
|
|
24642
25119
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
24643
|
-
* @version
|
|
25120
|
+
* @version 131.0.0
|
|
24644
25121
|
*/
|
|
24645
25122
|
|
|
24646
25123
|
/**
|
|
@@ -24998,7 +25475,7 @@ class ObjectsApi {
|
|
|
24998
25475
|
/**
|
|
24999
25476
|
* Objects service.
|
|
25000
25477
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
25001
|
-
* @version
|
|
25478
|
+
* @version 131.0.0
|
|
25002
25479
|
*/
|
|
25003
25480
|
|
|
25004
25481
|
/**
|
|
@@ -25269,7 +25746,7 @@ class OrganizationApi {
|
|
|
25269
25746
|
/**
|
|
25270
25747
|
* Organization service.
|
|
25271
25748
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
25272
|
-
* @version
|
|
25749
|
+
* @version 131.0.0
|
|
25273
25750
|
*/
|
|
25274
25751
|
|
|
25275
25752
|
/**
|
|
@@ -25672,7 +26149,7 @@ class OrganizationAuthorizationApi {
|
|
|
25672
26149
|
/**
|
|
25673
26150
|
* OrganizationAuthorization service.
|
|
25674
26151
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
25675
|
-
* @version
|
|
26152
|
+
* @version 131.0.0
|
|
25676
26153
|
*/
|
|
25677
26154
|
|
|
25678
26155
|
/**
|
|
@@ -26597,7 +27074,7 @@ class OutboundApi {
|
|
|
26597
27074
|
/**
|
|
26598
27075
|
* Outbound service.
|
|
26599
27076
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
26600
|
-
* @version
|
|
27077
|
+
* @version 131.0.0
|
|
26601
27078
|
*/
|
|
26602
27079
|
|
|
26603
27080
|
/**
|
|
@@ -29623,7 +30100,7 @@ class PresenceApi {
|
|
|
29623
30100
|
/**
|
|
29624
30101
|
* Presence service.
|
|
29625
30102
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
29626
|
-
* @version
|
|
30103
|
+
* @version 131.0.0
|
|
29627
30104
|
*/
|
|
29628
30105
|
|
|
29629
30106
|
/**
|
|
@@ -29995,7 +30472,7 @@ class QualityApi {
|
|
|
29995
30472
|
/**
|
|
29996
30473
|
* Quality service.
|
|
29997
30474
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
29998
|
-
* @version
|
|
30475
|
+
* @version 131.0.0
|
|
29999
30476
|
*/
|
|
30000
30477
|
|
|
30001
30478
|
/**
|
|
@@ -31523,7 +32000,7 @@ class RecordingApi {
|
|
|
31523
32000
|
/**
|
|
31524
32001
|
* Recording service.
|
|
31525
32002
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
31526
|
-
* @version
|
|
32003
|
+
* @version 131.0.0
|
|
31527
32004
|
*/
|
|
31528
32005
|
|
|
31529
32006
|
/**
|
|
@@ -31729,11 +32206,11 @@ class RecordingApi {
|
|
|
31729
32206
|
* @param {String} conversationId Conversation ID
|
|
31730
32207
|
* @param {String} recordingId Recording ID
|
|
31731
32208
|
* @param {Object} opts Optional parameters
|
|
31732
|
-
* @param {Object} opts.formatId The desired media format. (default to WEBM)
|
|
31733
|
-
* @param {Object} opts.emailFormatId The desired media format when downloading an email recording. (default to EML)
|
|
31734
|
-
* @param {Object} opts.chatFormatId The desired media format when downloading a chat recording. (default to ZIP)
|
|
31735
|
-
* @param {Object} opts.messageFormatId The desired media format when downloading a message recording. (default to ZIP)
|
|
31736
|
-
* @param {Boolean} opts.download requesting a download format of the recording (default to false)
|
|
32209
|
+
* @param {Object} opts.formatId The desired media format. Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3,NONE (default to WEBM)
|
|
32210
|
+
* @param {Object} opts.emailFormatId The desired media format when downloading an email recording. Valid values:EML,NONE (default to EML)
|
|
32211
|
+
* @param {Object} opts.chatFormatId The desired media format when downloading a chat recording. Valid values:ZIP,NONE (default to ZIP)
|
|
32212
|
+
* @param {Object} opts.messageFormatId The desired media format when downloading a message recording. Valid values:ZIP,NONE (default to ZIP)
|
|
32213
|
+
* @param {Boolean} opts.download requesting a download format of the recording. Valid values:true,false (default to false)
|
|
31737
32214
|
* @param {String} opts.fileName the name of the downloaded fileName
|
|
31738
32215
|
* @param {String} opts.locale The locale for the requested file when downloading, as an ISO 639-1 code
|
|
31739
32216
|
*/
|
|
@@ -31829,7 +32306,7 @@ class RecordingApi {
|
|
|
31829
32306
|
}
|
|
31830
32307
|
|
|
31831
32308
|
/**
|
|
31832
|
-
* Get recording metadata for a conversation. Does not return playable media.
|
|
32309
|
+
* Get recording metadata for a conversation. Does not return playable media. Annotations won't be included in the response if recording:recording:view permission is missing.
|
|
31833
32310
|
*
|
|
31834
32311
|
* @param {String} conversationId Conversation ID
|
|
31835
32312
|
*/
|
|
@@ -31889,7 +32366,7 @@ class RecordingApi {
|
|
|
31889
32366
|
* @param {String} conversationId Conversation ID
|
|
31890
32367
|
* @param {Object} opts Optional parameters
|
|
31891
32368
|
* @param {Number} opts.maxWaitMs The maximum number of milliseconds to wait for the recording to be ready. Must be a positive value. (default to 5000)
|
|
31892
|
-
* @param {Object} opts.formatId The desired media format (default to WEBM)
|
|
32369
|
+
* @param {Object} opts.formatId The desired media format . Valid values:WAV,WEBM,WAV_ULAW,OGG_VORBIS,OGG_OPUS,MP3,NONE. (default to WEBM)
|
|
31893
32370
|
*/
|
|
31894
32371
|
getConversationRecordings(conversationId, opts) {
|
|
31895
32372
|
opts = opts || {};
|
|
@@ -33046,7 +33523,7 @@ class ResponseManagementApi {
|
|
|
33046
33523
|
/**
|
|
33047
33524
|
* ResponseManagement service.
|
|
33048
33525
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
33049
|
-
* @version
|
|
33526
|
+
* @version 131.0.0
|
|
33050
33527
|
*/
|
|
33051
33528
|
|
|
33052
33529
|
/**
|
|
@@ -33371,7 +33848,7 @@ class RoutingApi {
|
|
|
33371
33848
|
/**
|
|
33372
33849
|
* Routing service.
|
|
33373
33850
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
33374
|
-
* @version
|
|
33851
|
+
* @version 131.0.0
|
|
33375
33852
|
*/
|
|
33376
33853
|
|
|
33377
33854
|
/**
|
|
@@ -34809,10 +35286,14 @@ class RoutingApi {
|
|
|
34809
35286
|
*
|
|
34810
35287
|
* @param {Object} opts Optional parameters
|
|
34811
35288
|
* @param {String} opts.phoneNumber Filter on phone number address. Allowable characters are the digits '0-9' and the wild card character '\\*'. If just digits are present, a contains search is done on the address pattern. For example, '317' could be matched anywhere in the address. An '\\*' will match multiple digits. For example, to match a specific area code within the US a pattern like '1317*' could be used.
|
|
34812
|
-
* @param {
|
|
34813
|
-
* @param {
|
|
35289
|
+
* @param {Array.<String>} opts.phoneNumberType Filter on phone number type
|
|
35290
|
+
* @param {Array.<String>} opts.phoneNumberStatus Filter on phone number status
|
|
35291
|
+
* @param {Array.<String>} opts.countryCode Filter on country code
|
|
34814
35292
|
* @param {Number} opts.pageSize Page size (default to 25)
|
|
34815
35293
|
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
35294
|
+
* @param {Object} opts.sortBy Optional field to sort results
|
|
35295
|
+
* @param {Object} opts.sortOrder Sort order
|
|
35296
|
+
* @param {String} opts.language A language tag (which is sometimes referred to as a \"locale identifier\") to use to localize country field and sort operations (default to en-US)
|
|
34816
35297
|
*/
|
|
34817
35298
|
getRoutingSmsPhonenumbers(opts) {
|
|
34818
35299
|
opts = opts || {};
|
|
@@ -34822,7 +35303,7 @@ class RoutingApi {
|
|
|
34822
35303
|
'/api/v2/routing/sms/phonenumbers',
|
|
34823
35304
|
'GET',
|
|
34824
35305
|
{ },
|
|
34825
|
-
{ 'phoneNumber': opts['phoneNumber'],'phoneNumberType': opts['phoneNumberType'],'phoneNumberStatus': opts['phoneNumberStatus'],'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
|
|
35306
|
+
{ 'phoneNumber': opts['phoneNumber'],'phoneNumberType': this.apiClient.buildCollectionParam(opts['phoneNumberType'], 'multi'),'phoneNumberStatus': this.apiClient.buildCollectionParam(opts['phoneNumberStatus'], 'multi'),'countryCode': this.apiClient.buildCollectionParam(opts['countryCode'], 'multi'),'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'language': opts['language'] },
|
|
34826
35307
|
{ },
|
|
34827
35308
|
{ },
|
|
34828
35309
|
null,
|
|
@@ -36290,7 +36771,7 @@ class SCIMApi {
|
|
|
36290
36771
|
/**
|
|
36291
36772
|
* SCIM service.
|
|
36292
36773
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
36293
|
-
* @version
|
|
36774
|
+
* @version 131.0.0
|
|
36294
36775
|
*/
|
|
36295
36776
|
|
|
36296
36777
|
/**
|
|
@@ -37167,7 +37648,7 @@ class ScriptsApi {
|
|
|
37167
37648
|
/**
|
|
37168
37649
|
* Scripts service.
|
|
37169
37650
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
37170
|
-
* @version
|
|
37651
|
+
* @version 131.0.0
|
|
37171
37652
|
*/
|
|
37172
37653
|
|
|
37173
37654
|
/**
|
|
@@ -37520,7 +38001,7 @@ class SearchApi {
|
|
|
37520
38001
|
/**
|
|
37521
38002
|
* Search service.
|
|
37522
38003
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
37523
|
-
* @version
|
|
38004
|
+
* @version 131.0.0
|
|
37524
38005
|
*/
|
|
37525
38006
|
|
|
37526
38007
|
/**
|
|
@@ -38055,7 +38536,7 @@ class SpeechTextAnalyticsApi {
|
|
|
38055
38536
|
/**
|
|
38056
38537
|
* SpeechTextAnalytics service.
|
|
38057
38538
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
38058
|
-
* @version
|
|
38539
|
+
* @version 131.0.0
|
|
38059
38540
|
*/
|
|
38060
38541
|
|
|
38061
38542
|
/**
|
|
@@ -38224,26 +38705,6 @@ class SpeechTextAnalyticsApi {
|
|
|
38224
38705
|
);
|
|
38225
38706
|
}
|
|
38226
38707
|
|
|
38227
|
-
/**
|
|
38228
|
-
* Get list of supported Speech & Text Analytics dialects
|
|
38229
|
-
* This api has been deprecated. Use api/v2/topics/dialects instead
|
|
38230
|
-
*/
|
|
38231
|
-
getSpeechandtextanalyticsDialects() {
|
|
38232
|
-
|
|
38233
|
-
return this.apiClient.callApi(
|
|
38234
|
-
'/api/v2/speechandtextanalytics/dialects',
|
|
38235
|
-
'GET',
|
|
38236
|
-
{ },
|
|
38237
|
-
{ },
|
|
38238
|
-
{ },
|
|
38239
|
-
{ },
|
|
38240
|
-
null,
|
|
38241
|
-
['PureCloud OAuth'],
|
|
38242
|
-
['application/json'],
|
|
38243
|
-
['application/json']
|
|
38244
|
-
);
|
|
38245
|
-
}
|
|
38246
|
-
|
|
38247
38708
|
/**
|
|
38248
38709
|
* Get a Speech & Text Analytics program by id
|
|
38249
38710
|
*
|
|
@@ -38928,7 +39389,7 @@ class StationsApi {
|
|
|
38928
39389
|
/**
|
|
38929
39390
|
* Stations service.
|
|
38930
39391
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
38931
|
-
* @version
|
|
39392
|
+
* @version 131.0.0
|
|
38932
39393
|
*/
|
|
38933
39394
|
|
|
38934
39395
|
/**
|
|
@@ -39075,7 +39536,7 @@ class SuggestApi {
|
|
|
39075
39536
|
/**
|
|
39076
39537
|
* Suggest service.
|
|
39077
39538
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
39078
|
-
* @version
|
|
39539
|
+
* @version 131.0.0
|
|
39079
39540
|
*/
|
|
39080
39541
|
|
|
39081
39542
|
/**
|
|
@@ -39214,7 +39675,7 @@ class TelephonyApi {
|
|
|
39214
39675
|
/**
|
|
39215
39676
|
* Telephony service.
|
|
39216
39677
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
39217
|
-
* @version
|
|
39678
|
+
* @version 131.0.0
|
|
39218
39679
|
*/
|
|
39219
39680
|
|
|
39220
39681
|
/**
|
|
@@ -39322,7 +39783,7 @@ class TelephonyProvidersEdgeApi {
|
|
|
39322
39783
|
/**
|
|
39323
39784
|
* TelephonyProvidersEdge service.
|
|
39324
39785
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
39325
|
-
* @version
|
|
39786
|
+
* @version 131.0.0
|
|
39326
39787
|
*/
|
|
39327
39788
|
|
|
39328
39789
|
/**
|
|
@@ -40660,6 +41121,26 @@ class TelephonyProvidersEdgeApi {
|
|
|
40660
41121
|
);
|
|
40661
41122
|
}
|
|
40662
41123
|
|
|
41124
|
+
/**
|
|
41125
|
+
* List of edges more than 4 edge versions behind the latest software.
|
|
41126
|
+
*
|
|
41127
|
+
*/
|
|
41128
|
+
getTelephonyProvidersEdgesExpired() {
|
|
41129
|
+
|
|
41130
|
+
return this.apiClient.callApi(
|
|
41131
|
+
'/api/v2/telephony/providers/edges/expired',
|
|
41132
|
+
'GET',
|
|
41133
|
+
{ },
|
|
41134
|
+
{ },
|
|
41135
|
+
{ },
|
|
41136
|
+
{ },
|
|
41137
|
+
null,
|
|
41138
|
+
['PureCloud OAuth'],
|
|
41139
|
+
['application/json'],
|
|
41140
|
+
['application/json']
|
|
41141
|
+
);
|
|
41142
|
+
}
|
|
41143
|
+
|
|
40663
41144
|
/**
|
|
40664
41145
|
* Get an extension by ID.
|
|
40665
41146
|
*
|
|
@@ -42935,7 +43416,7 @@ class TextbotsApi {
|
|
|
42935
43416
|
/**
|
|
42936
43417
|
* Textbots service.
|
|
42937
43418
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
42938
|
-
* @version
|
|
43419
|
+
* @version 131.0.0
|
|
42939
43420
|
*/
|
|
42940
43421
|
|
|
42941
43422
|
/**
|
|
@@ -42950,6 +43431,33 @@ class TextbotsApi {
|
|
|
42950
43431
|
}
|
|
42951
43432
|
|
|
42952
43433
|
|
|
43434
|
+
/**
|
|
43435
|
+
* Find bots using the currently configured friendly name or ID.
|
|
43436
|
+
* 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
|
|
43437
|
+
* @param {Object} opts Optional parameters
|
|
43438
|
+
* @param {Array.<String>} opts.botType Bot types
|
|
43439
|
+
* @param {String} opts.botName Bot name
|
|
43440
|
+
* @param {Array.<String>} opts.botId Bot IDs
|
|
43441
|
+
* @param {Number} opts.pageSize The maximum results to return (default to 25)
|
|
43442
|
+
*/
|
|
43443
|
+
getTextbotsBotsSearch(opts) {
|
|
43444
|
+
opts = opts || {};
|
|
43445
|
+
|
|
43446
|
+
|
|
43447
|
+
return this.apiClient.callApi(
|
|
43448
|
+
'/api/v2/textbots/bots/search',
|
|
43449
|
+
'GET',
|
|
43450
|
+
{ },
|
|
43451
|
+
{ 'botType': this.apiClient.buildCollectionParam(opts['botType'], 'multi'),'botName': opts['botName'],'botId': this.apiClient.buildCollectionParam(opts['botId'], 'multi'),'pageSize': opts['pageSize'] },
|
|
43452
|
+
{ },
|
|
43453
|
+
{ },
|
|
43454
|
+
null,
|
|
43455
|
+
['PureCloud OAuth'],
|
|
43456
|
+
['application/json'],
|
|
43457
|
+
['application/json']
|
|
43458
|
+
);
|
|
43459
|
+
}
|
|
43460
|
+
|
|
42953
43461
|
/**
|
|
42954
43462
|
* Issue a bot flow turn event
|
|
42955
43463
|
* Send a turn event to an executing bot flow and produce the next action to take.
|
|
@@ -43036,7 +43544,7 @@ class TokensApi {
|
|
|
43036
43544
|
/**
|
|
43037
43545
|
* Tokens service.
|
|
43038
43546
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
43039
|
-
* @version
|
|
43547
|
+
* @version 131.0.0
|
|
43040
43548
|
*/
|
|
43041
43549
|
|
|
43042
43550
|
/**
|
|
@@ -43142,7 +43650,7 @@ class UploadsApi {
|
|
|
43142
43650
|
/**
|
|
43143
43651
|
* Uploads service.
|
|
43144
43652
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
43145
|
-
* @version
|
|
43653
|
+
* @version 131.0.0
|
|
43146
43654
|
*/
|
|
43147
43655
|
|
|
43148
43656
|
/**
|
|
@@ -43318,7 +43826,7 @@ class UsageApi {
|
|
|
43318
43826
|
/**
|
|
43319
43827
|
* Usage service.
|
|
43320
43828
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
43321
|
-
* @version
|
|
43829
|
+
* @version 131.0.0
|
|
43322
43830
|
*/
|
|
43323
43831
|
|
|
43324
43832
|
/**
|
|
@@ -43389,7 +43897,7 @@ class UserRecordingsApi {
|
|
|
43389
43897
|
/**
|
|
43390
43898
|
* UserRecordings service.
|
|
43391
43899
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
43392
|
-
* @version
|
|
43900
|
+
* @version 131.0.0
|
|
43393
43901
|
*/
|
|
43394
43902
|
|
|
43395
43903
|
/**
|
|
@@ -43573,7 +44081,7 @@ class UsersApi {
|
|
|
43573
44081
|
/**
|
|
43574
44082
|
* Users service.
|
|
43575
44083
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
43576
|
-
* @version
|
|
44084
|
+
* @version 131.0.0
|
|
43577
44085
|
*/
|
|
43578
44086
|
|
|
43579
44087
|
/**
|
|
@@ -45875,7 +46383,7 @@ class UtilitiesApi {
|
|
|
45875
46383
|
/**
|
|
45876
46384
|
* Utilities service.
|
|
45877
46385
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
45878
|
-
* @version
|
|
46386
|
+
* @version 131.0.0
|
|
45879
46387
|
*/
|
|
45880
46388
|
|
|
45881
46389
|
/**
|
|
@@ -45911,7 +46419,7 @@ class UtilitiesApi {
|
|
|
45911
46419
|
}
|
|
45912
46420
|
|
|
45913
46421
|
/**
|
|
45914
|
-
* Get public ip address ranges for
|
|
46422
|
+
* Get public ip address ranges for Genesys Cloud
|
|
45915
46423
|
*
|
|
45916
46424
|
*/
|
|
45917
46425
|
getIpranges() {
|
|
@@ -45986,7 +46494,7 @@ class VoicemailApi {
|
|
|
45986
46494
|
/**
|
|
45987
46495
|
* Voicemail service.
|
|
45988
46496
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
45989
|
-
* @version
|
|
46497
|
+
* @version 131.0.0
|
|
45990
46498
|
*/
|
|
45991
46499
|
|
|
45992
46500
|
/**
|
|
@@ -46653,7 +47161,7 @@ class WebChatApi {
|
|
|
46653
47161
|
/**
|
|
46654
47162
|
* WebChat service.
|
|
46655
47163
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
46656
|
-
* @version
|
|
47164
|
+
* @version 131.0.0
|
|
46657
47165
|
*/
|
|
46658
47166
|
|
|
46659
47167
|
/**
|
|
@@ -47197,7 +47705,7 @@ class WebDeploymentsApi {
|
|
|
47197
47705
|
/**
|
|
47198
47706
|
* WebDeployments service.
|
|
47199
47707
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
47200
|
-
* @version
|
|
47708
|
+
* @version 131.0.0
|
|
47201
47709
|
*/
|
|
47202
47710
|
|
|
47203
47711
|
/**
|
|
@@ -47552,7 +48060,7 @@ class WebMessagingApi {
|
|
|
47552
48060
|
/**
|
|
47553
48061
|
* WebMessaging service.
|
|
47554
48062
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
47555
|
-
* @version
|
|
48063
|
+
* @version 131.0.0
|
|
47556
48064
|
*/
|
|
47557
48065
|
|
|
47558
48066
|
/**
|
|
@@ -47598,7 +48106,7 @@ class WidgetsApi {
|
|
|
47598
48106
|
/**
|
|
47599
48107
|
* Widgets service.
|
|
47600
48108
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
47601
|
-
* @version
|
|
48109
|
+
* @version 131.0.0
|
|
47602
48110
|
*/
|
|
47603
48111
|
|
|
47604
48112
|
/**
|
|
@@ -47744,7 +48252,7 @@ class WorkforceManagementApi {
|
|
|
47744
48252
|
/**
|
|
47745
48253
|
* WorkforceManagement service.
|
|
47746
48254
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
47747
|
-
* @version
|
|
48255
|
+
* @version 131.0.0
|
|
47748
48256
|
*/
|
|
47749
48257
|
|
|
47750
48258
|
/**
|
|
@@ -51775,7 +52283,7 @@ class WorkforceManagementApi {
|
|
|
51775
52283
|
* </pre>
|
|
51776
52284
|
* </p>
|
|
51777
52285
|
* @module purecloud-platform-client-v2/index
|
|
51778
|
-
* @version
|
|
52286
|
+
* @version 131.0.0
|
|
51779
52287
|
*/
|
|
51780
52288
|
class platformClient {
|
|
51781
52289
|
constructor() {
|
|
@@ -51929,6 +52437,11 @@ class platformClient {
|
|
|
51929
52437
|
* @property {module:purecloud-platform-client-v2/api/LocationsApi}
|
|
51930
52438
|
*/
|
|
51931
52439
|
this.LocationsApi = LocationsApi;
|
|
52440
|
+
/**
|
|
52441
|
+
* The MessagingApi service constructor.
|
|
52442
|
+
* @property {module:purecloud-platform-client-v2/api/MessagingApi}
|
|
52443
|
+
*/
|
|
52444
|
+
this.MessagingApi = MessagingApi;
|
|
51932
52445
|
/**
|
|
51933
52446
|
* The MobileDevicesApi service constructor.
|
|
51934
52447
|
* @property {module:purecloud-platform-client-v2/api/MobileDevicesApi}
|