purecloud-platform-client-v2 207.0.0 → 208.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 +3 -3
- package/dist/node/purecloud-platform-client-v2.js +384 -124
- package/dist/web-amd/purecloud-platform-client-v2.js +384 -124
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +185 -124
- package/dist/web-cjs/purecloud-platform-client-v2.js +202 -127
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +871 -336
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +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/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +3 -8
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +31 -11
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +136 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +5 -3
- 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/LogCaptureApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +12 -12
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +55 -1
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +4 -4
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +55 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +12 -12
- 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
|
@@ -5,7 +5,7 @@ class KnowledgeApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Knowledge service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 208.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -764,6 +764,7 @@ class KnowledgeApi {
|
|
|
764
764
|
* @param {String} knowledgeBaseId Globally unique identifier for a knowledge base.
|
|
765
765
|
* @param {Object} opts Optional parameters
|
|
766
766
|
* @param {Object} opts.documentState The state of the document.
|
|
767
|
+
* @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
|
|
767
768
|
*/
|
|
768
769
|
getKnowledgeKnowledgebaseDocumentVariation(documentVariationId, documentId, knowledgeBaseId, opts) {
|
|
769
770
|
opts = opts || {};
|
|
@@ -785,7 +786,7 @@ class KnowledgeApi {
|
|
|
785
786
|
'/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations/{documentVariationId}',
|
|
786
787
|
'GET',
|
|
787
788
|
{ 'documentVariationId': documentVariationId,'documentId': documentId,'knowledgeBaseId': knowledgeBaseId },
|
|
788
|
-
{ 'documentState': opts['documentState'] },
|
|
789
|
+
{ 'documentState': opts['documentState'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
|
|
789
790
|
{ },
|
|
790
791
|
{ },
|
|
791
792
|
null,
|
|
@@ -805,6 +806,7 @@ class KnowledgeApi {
|
|
|
805
806
|
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
806
807
|
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
807
808
|
* @param {Object} opts.documentState The state of the document.
|
|
809
|
+
* @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
|
|
808
810
|
*/
|
|
809
811
|
getKnowledgeKnowledgebaseDocumentVariations(knowledgeBaseId, documentId, opts) {
|
|
810
812
|
opts = opts || {};
|
|
@@ -822,7 +824,7 @@ class KnowledgeApi {
|
|
|
822
824
|
'/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations',
|
|
823
825
|
'GET',
|
|
824
826
|
{ 'knowledgeBaseId': knowledgeBaseId,'documentId': documentId },
|
|
825
|
-
{ 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'],'documentState': opts['documentState'] },
|
|
827
|
+
{ 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'],'documentState': opts['documentState'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
|
|
826
828
|
{ },
|
|
827
829
|
{ },
|
|
828
830
|
null,
|
|
@@ -5,7 +5,7 @@ class RoutingApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Routing service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 208.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -590,7 +590,7 @@ class RoutingApi {
|
|
|
590
590
|
}
|
|
591
591
|
|
|
592
592
|
/**
|
|
593
|
-
* Remove routing language from user
|
|
593
|
+
* Remove a routing language from a user
|
|
594
594
|
*
|
|
595
595
|
* @param {String} userId User ID
|
|
596
596
|
* @param {String} languageId languageId
|
|
@@ -620,7 +620,7 @@ class RoutingApi {
|
|
|
620
620
|
}
|
|
621
621
|
|
|
622
622
|
/**
|
|
623
|
-
* Remove routing skill from user
|
|
623
|
+
* Remove a routing skill from a user
|
|
624
624
|
*
|
|
625
625
|
* @param {String} userId User ID
|
|
626
626
|
* @param {String} skillId skillId
|
|
@@ -2399,7 +2399,7 @@ class RoutingApi {
|
|
|
2399
2399
|
}
|
|
2400
2400
|
|
|
2401
2401
|
/**
|
|
2402
|
-
* List routing
|
|
2402
|
+
* List routing languages assigned to a user
|
|
2403
2403
|
*
|
|
2404
2404
|
* @param {String} userId User ID
|
|
2405
2405
|
* @param {Object} opts Optional parameters
|
|
@@ -2430,7 +2430,7 @@ class RoutingApi {
|
|
|
2430
2430
|
}
|
|
2431
2431
|
|
|
2432
2432
|
/**
|
|
2433
|
-
* List routing skills
|
|
2433
|
+
* List routing skills assigned to a user
|
|
2434
2434
|
*
|
|
2435
2435
|
* @param {String} userId User ID
|
|
2436
2436
|
* @param {Object} opts Optional parameters
|
|
@@ -2892,7 +2892,7 @@ class RoutingApi {
|
|
|
2892
2892
|
}
|
|
2893
2893
|
|
|
2894
2894
|
/**
|
|
2895
|
-
* Update routing language proficiency
|
|
2895
|
+
* Update an assigned routing language's proficiency
|
|
2896
2896
|
*
|
|
2897
2897
|
* @param {String} userId User ID
|
|
2898
2898
|
* @param {String} languageId languageId
|
|
@@ -2927,7 +2927,7 @@ class RoutingApi {
|
|
|
2927
2927
|
}
|
|
2928
2928
|
|
|
2929
2929
|
/**
|
|
2930
|
-
*
|
|
2930
|
+
* Assign multiple routing languages to a user. Max 50 routing languages in request body
|
|
2931
2931
|
*
|
|
2932
2932
|
* @param {String} userId User ID
|
|
2933
2933
|
* @param {Array.<Object>} body Language
|
|
@@ -2957,7 +2957,7 @@ class RoutingApi {
|
|
|
2957
2957
|
}
|
|
2958
2958
|
|
|
2959
2959
|
/**
|
|
2960
|
-
*
|
|
2960
|
+
* Assign multiple routing skills to a user
|
|
2961
2961
|
*
|
|
2962
2962
|
* @param {String} userId User ID
|
|
2963
2963
|
* @param {Array.<Object>} body Skill
|
|
@@ -3653,7 +3653,7 @@ class RoutingApi {
|
|
|
3653
3653
|
}
|
|
3654
3654
|
|
|
3655
3655
|
/**
|
|
3656
|
-
*
|
|
3656
|
+
* Assign a routing language to a user
|
|
3657
3657
|
*
|
|
3658
3658
|
* @param {String} userId User ID
|
|
3659
3659
|
* @param {Object} body Language
|
|
@@ -3683,7 +3683,7 @@ class RoutingApi {
|
|
|
3683
3683
|
}
|
|
3684
3684
|
|
|
3685
3685
|
/**
|
|
3686
|
-
*
|
|
3686
|
+
* Assign a routing skill to a user
|
|
3687
3687
|
*
|
|
3688
3688
|
* @param {String} userId User ID
|
|
3689
3689
|
* @param {Object} body Skill
|
|
@@ -4083,7 +4083,7 @@ class RoutingApi {
|
|
|
4083
4083
|
}
|
|
4084
4084
|
|
|
4085
4085
|
/**
|
|
4086
|
-
* Update routing skill proficiency
|
|
4086
|
+
* Update an assigned routing skill's proficiency
|
|
4087
4087
|
*
|
|
4088
4088
|
* @param {String} userId User ID
|
|
4089
4089
|
* @param {String} skillId skillId
|
|
@@ -4118,7 +4118,7 @@ class RoutingApi {
|
|
|
4118
4118
|
}
|
|
4119
4119
|
|
|
4120
4120
|
/**
|
|
4121
|
-
*
|
|
4121
|
+
* Assign multiple routing skills to a user, replacing any current assignments
|
|
4122
4122
|
*
|
|
4123
4123
|
* @param {String} userId User ID
|
|
4124
4124
|
* @param {Array.<Object>} body Skill
|
|
@@ -5,7 +5,7 @@ class SearchApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Search service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 208.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -188,6 +188,35 @@ class SearchApi {
|
|
|
188
188
|
);
|
|
189
189
|
}
|
|
190
190
|
|
|
191
|
+
/**
|
|
192
|
+
* Search sites using the q64 value returned from a previous search
|
|
193
|
+
*
|
|
194
|
+
* @param {String} q64 q64
|
|
195
|
+
* @param {Object} opts Optional parameters
|
|
196
|
+
* @param {Array.<String>} opts.expand expand
|
|
197
|
+
*/
|
|
198
|
+
getTelephonyProvidersEdgesSitesSearch(q64, opts) {
|
|
199
|
+
opts = opts || {};
|
|
200
|
+
|
|
201
|
+
// verify the required parameter 'q64' is set
|
|
202
|
+
if (q64 === undefined || q64 === null) {
|
|
203
|
+
throw 'Missing the required parameter "q64" when calling getTelephonyProvidersEdgesSitesSearch';
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
return this.apiClient.callApi(
|
|
207
|
+
'/api/v2/telephony/providers/edges/sites/search',
|
|
208
|
+
'GET',
|
|
209
|
+
{ },
|
|
210
|
+
{ 'q64': q64,'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
|
|
211
|
+
{ },
|
|
212
|
+
{ },
|
|
213
|
+
null,
|
|
214
|
+
['PureCloud OAuth'],
|
|
215
|
+
['application/json'],
|
|
216
|
+
['application/json']
|
|
217
|
+
);
|
|
218
|
+
}
|
|
219
|
+
|
|
191
220
|
/**
|
|
192
221
|
* Search users using the q64 value returned from a previous search
|
|
193
222
|
*
|
|
@@ -561,6 +590,31 @@ class SearchApi {
|
|
|
561
590
|
);
|
|
562
591
|
}
|
|
563
592
|
|
|
593
|
+
/**
|
|
594
|
+
* Search sites
|
|
595
|
+
*
|
|
596
|
+
* @param {Object} body Search request options
|
|
597
|
+
*/
|
|
598
|
+
postTelephonyProvidersEdgesSitesSearch(body) {
|
|
599
|
+
// verify the required parameter 'body' is set
|
|
600
|
+
if (body === undefined || body === null) {
|
|
601
|
+
throw 'Missing the required parameter "body" when calling postTelephonyProvidersEdgesSitesSearch';
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
return this.apiClient.callApi(
|
|
605
|
+
'/api/v2/telephony/providers/edges/sites/search',
|
|
606
|
+
'POST',
|
|
607
|
+
{ },
|
|
608
|
+
{ },
|
|
609
|
+
{ },
|
|
610
|
+
{ },
|
|
611
|
+
body,
|
|
612
|
+
['PureCloud OAuth'],
|
|
613
|
+
['application/json'],
|
|
614
|
+
['application/json']
|
|
615
|
+
);
|
|
616
|
+
}
|
|
617
|
+
|
|
564
618
|
/**
|
|
565
619
|
* Search users
|
|
566
620
|
*
|
|
@@ -5,7 +5,7 @@ class SpeechTextAnalyticsApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* SpeechTextAnalytics service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 208.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -824,13 +824,13 @@ class SpeechTextAnalyticsApi {
|
|
|
824
824
|
}
|
|
825
825
|
|
|
826
826
|
/**
|
|
827
|
-
* Translate
|
|
827
|
+
* Translate a single interaction recording (or an email conversation)
|
|
828
828
|
*
|
|
829
829
|
* @param {String} languageId Target translation language
|
|
830
830
|
* @param {String} conversationId Conversation id
|
|
831
831
|
* @param {Object} opts Optional parameters
|
|
832
|
-
* @param {String} opts.communicationId Communication id associated with the conversation
|
|
833
|
-
* @param {String} opts.recordingId Recording id associated with the communication
|
|
832
|
+
* @param {String} opts.communicationId Communication id associated with the conversation. Please provide a valid communicationId when requesting non-email interactions.
|
|
833
|
+
* @param {String} opts.recordingId Recording id associated with the communication. Please provide a valid recordingId when requesting voice interactions.
|
|
834
834
|
* getSpeechandtextanalyticsTranslationsLanguageConversation is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
835
835
|
*/
|
|
836
836
|
getSpeechandtextanalyticsTranslationsLanguageConversation(languageId, conversationId, opts) {
|
|
@@ -5,7 +5,7 @@ class TelephonyProvidersEdgeApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* TelephonyProvidersEdge service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 208.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -1982,6 +1982,35 @@ class TelephonyProvidersEdgeApi {
|
|
|
1982
1982
|
);
|
|
1983
1983
|
}
|
|
1984
1984
|
|
|
1985
|
+
/**
|
|
1986
|
+
* Search sites using the q64 value returned from a previous search
|
|
1987
|
+
*
|
|
1988
|
+
* @param {String} q64 q64
|
|
1989
|
+
* @param {Object} opts Optional parameters
|
|
1990
|
+
* @param {Array.<String>} opts.expand expand
|
|
1991
|
+
*/
|
|
1992
|
+
getTelephonyProvidersEdgesSitesSearch(q64, opts) {
|
|
1993
|
+
opts = opts || {};
|
|
1994
|
+
|
|
1995
|
+
// verify the required parameter 'q64' is set
|
|
1996
|
+
if (q64 === undefined || q64 === null) {
|
|
1997
|
+
throw 'Missing the required parameter "q64" when calling getTelephonyProvidersEdgesSitesSearch';
|
|
1998
|
+
}
|
|
1999
|
+
|
|
2000
|
+
return this.apiClient.callApi(
|
|
2001
|
+
'/api/v2/telephony/providers/edges/sites/search',
|
|
2002
|
+
'GET',
|
|
2003
|
+
{ },
|
|
2004
|
+
{ 'q64': q64,'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
|
|
2005
|
+
{ },
|
|
2006
|
+
{ },
|
|
2007
|
+
null,
|
|
2008
|
+
['PureCloud OAuth'],
|
|
2009
|
+
['application/json'],
|
|
2010
|
+
['application/json']
|
|
2011
|
+
);
|
|
2012
|
+
}
|
|
2013
|
+
|
|
1985
2014
|
/**
|
|
1986
2015
|
* Get a list of Edge-compatible time zones
|
|
1987
2016
|
*
|
|
@@ -2911,6 +2940,31 @@ class TelephonyProvidersEdgeApi {
|
|
|
2911
2940
|
);
|
|
2912
2941
|
}
|
|
2913
2942
|
|
|
2943
|
+
/**
|
|
2944
|
+
* Search sites
|
|
2945
|
+
*
|
|
2946
|
+
* @param {Object} body Search request options
|
|
2947
|
+
*/
|
|
2948
|
+
postTelephonyProvidersEdgesSitesSearch(body) {
|
|
2949
|
+
// verify the required parameter 'body' is set
|
|
2950
|
+
if (body === undefined || body === null) {
|
|
2951
|
+
throw 'Missing the required parameter "body" when calling postTelephonyProvidersEdgesSitesSearch';
|
|
2952
|
+
}
|
|
2953
|
+
|
|
2954
|
+
return this.apiClient.callApi(
|
|
2955
|
+
'/api/v2/telephony/providers/edges/sites/search',
|
|
2956
|
+
'POST',
|
|
2957
|
+
{ },
|
|
2958
|
+
{ },
|
|
2959
|
+
{ },
|
|
2960
|
+
{ },
|
|
2961
|
+
body,
|
|
2962
|
+
['PureCloud OAuth'],
|
|
2963
|
+
['application/json'],
|
|
2964
|
+
['application/json']
|
|
2965
|
+
);
|
|
2966
|
+
}
|
|
2967
|
+
|
|
2914
2968
|
/**
|
|
2915
2969
|
* Create a Trunk Base Settings object
|
|
2916
2970
|
*
|