purecloud-platform-client-v2 207.0.0 → 209.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 +1392 -162
- package/dist/web-amd/purecloud-platform-client-v2.js +1392 -162
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +511 -178
- package/dist/web-cjs/purecloud-platform-client-v2.js +669 -256
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +4261 -3234
- 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 +4 -4
- 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 -2
- 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 +11 -5
- 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 +52 -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 +5 -3
- 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 +40 -36
- 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/SocialMediaApi.js +910 -0
- 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 +7 -7
- package/src/purecloud-platform-client-v2/index.js +7 -1
|
@@ -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 209.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 209.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
|
*
|
|
@@ -5,7 +5,7 @@ class UsersApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Users service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 209.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -176,7 +176,7 @@ class UsersApi {
|
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
/**
|
|
179
|
-
* Remove routing language from user
|
|
179
|
+
* Remove a routing language from a user
|
|
180
180
|
*
|
|
181
181
|
* @param {String} userId User ID
|
|
182
182
|
* @param {String} languageId languageId
|
|
@@ -206,7 +206,7 @@ class UsersApi {
|
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
/**
|
|
209
|
-
* Remove routing skill from user
|
|
209
|
+
* Remove a routing skill from a user
|
|
210
210
|
*
|
|
211
211
|
* @param {String} userId User ID
|
|
212
212
|
* @param {String} skillId skillId
|
|
@@ -1038,7 +1038,7 @@ class UsersApi {
|
|
|
1038
1038
|
}
|
|
1039
1039
|
|
|
1040
1040
|
/**
|
|
1041
|
-
* List routing
|
|
1041
|
+
* List routing languages assigned to a user
|
|
1042
1042
|
*
|
|
1043
1043
|
* @param {String} userId User ID
|
|
1044
1044
|
* @param {Object} opts Optional parameters
|
|
@@ -1069,7 +1069,7 @@ class UsersApi {
|
|
|
1069
1069
|
}
|
|
1070
1070
|
|
|
1071
1071
|
/**
|
|
1072
|
-
* List routing skills
|
|
1072
|
+
* List routing skills assigned to a user
|
|
1073
1073
|
*
|
|
1074
1074
|
* @param {String} userId User ID
|
|
1075
1075
|
* @param {Object} opts Optional parameters
|
|
@@ -1665,7 +1665,7 @@ class UsersApi {
|
|
|
1665
1665
|
}
|
|
1666
1666
|
|
|
1667
1667
|
/**
|
|
1668
|
-
* Update routing language proficiency
|
|
1668
|
+
* Update an assigned routing language's proficiency
|
|
1669
1669
|
*
|
|
1670
1670
|
* @param {String} userId User ID
|
|
1671
1671
|
* @param {String} languageId languageId
|
|
@@ -1700,7 +1700,7 @@ class UsersApi {
|
|
|
1700
1700
|
}
|
|
1701
1701
|
|
|
1702
1702
|
/**
|
|
1703
|
-
*
|
|
1703
|
+
* Assign multiple routing languages to a user. Max 50 routing languages in request body
|
|
1704
1704
|
*
|
|
1705
1705
|
* @param {String} userId User ID
|
|
1706
1706
|
* @param {Array.<Object>} body Language
|
|
@@ -1730,7 +1730,7 @@ class UsersApi {
|
|
|
1730
1730
|
}
|
|
1731
1731
|
|
|
1732
1732
|
/**
|
|
1733
|
-
*
|
|
1733
|
+
* Assign multiple routing skills to a user
|
|
1734
1734
|
*
|
|
1735
1735
|
* @param {String} userId User ID
|
|
1736
1736
|
* @param {Array.<Object>} body Skill
|
|
@@ -2167,7 +2167,7 @@ class UsersApi {
|
|
|
2167
2167
|
}
|
|
2168
2168
|
|
|
2169
2169
|
/**
|
|
2170
|
-
*
|
|
2170
|
+
* Assign a routing language to a user
|
|
2171
2171
|
*
|
|
2172
2172
|
* @param {String} userId User ID
|
|
2173
2173
|
* @param {Object} body Language
|
|
@@ -2197,7 +2197,7 @@ class UsersApi {
|
|
|
2197
2197
|
}
|
|
2198
2198
|
|
|
2199
2199
|
/**
|
|
2200
|
-
*
|
|
2200
|
+
* Assign a routing skill to a user
|
|
2201
2201
|
*
|
|
2202
2202
|
* @param {String} userId User ID
|
|
2203
2203
|
* @param {Object} body Skill
|
|
@@ -2609,7 +2609,7 @@ class UsersApi {
|
|
|
2609
2609
|
}
|
|
2610
2610
|
|
|
2611
2611
|
/**
|
|
2612
|
-
* Update routing skill proficiency
|
|
2612
|
+
* Update an assigned routing skill's proficiency
|
|
2613
2613
|
*
|
|
2614
2614
|
* @param {String} userId User ID
|
|
2615
2615
|
* @param {String} skillId skillId
|
|
@@ -2644,7 +2644,7 @@ class UsersApi {
|
|
|
2644
2644
|
}
|
|
2645
2645
|
|
|
2646
2646
|
/**
|
|
2647
|
-
*
|
|
2647
|
+
* Assign multiple routing skills to a user, replacing any current assignments
|
|
2648
2648
|
*
|
|
2649
2649
|
* @param {String} userId User ID
|
|
2650
2650
|
* @param {Array.<Object>} body Skill
|
|
@@ -5,7 +5,7 @@ class WorkforceManagementApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* WorkforceManagement service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 209.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -3041,7 +3041,7 @@ class WorkforceManagementApi {
|
|
|
3041
3041
|
* Gets all the shift trades for a given week
|
|
3042
3042
|
*
|
|
3043
3043
|
* @param {String} managementUnitId The ID of the management unit, or 'mine' for the management unit of the logged-in user.
|
|
3044
|
-
* @param {String} weekDateId The start date of the
|
|
3044
|
+
* @param {String} weekDateId The start week date of the initiating shift in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
|
|
3045
3045
|
* @param {Object} opts Optional parameters
|
|
3046
3046
|
* @param {Boolean} opts.evaluateMatches Whether to evaluate the matches for violations (default to true)
|
|
3047
3047
|
* @param {Boolean} opts.forceDownloadService Force the result of this operation to be sent via download service. For testing/app development purposes
|
|
@@ -4267,7 +4267,7 @@ class WorkforceManagementApi {
|
|
|
4267
4267
|
* Updates a shift trade. This route can only be called by the initiating agent
|
|
4268
4268
|
*
|
|
4269
4269
|
* @param {String} managementUnitId The ID of the management unit, or 'mine' for the management unit of the logged-in user.
|
|
4270
|
-
* @param {String} weekDateId The start date of the
|
|
4270
|
+
* @param {String} weekDateId The start week date of the initiating shift in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
|
|
4271
4271
|
* @param {String} tradeId The ID of the shift trade to update
|
|
4272
4272
|
* @param {Object} body body
|
|
4273
4273
|
*/
|
|
@@ -6527,7 +6527,7 @@ class WorkforceManagementApi {
|
|
|
6527
6527
|
* Matches a shift trade. This route can only be called by the receiving agent
|
|
6528
6528
|
*
|
|
6529
6529
|
* @param {String} managementUnitId The ID of the management unit, or 'mine' for the management unit of the logged-in user.
|
|
6530
|
-
* @param {String} weekDateId The start date of the
|
|
6530
|
+
* @param {String} weekDateId The start week date of the initiating shift in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
|
|
6531
6531
|
* @param {String} tradeId The ID of the shift trade to update
|
|
6532
6532
|
* @param {Object} body body
|
|
6533
6533
|
*/
|
|
@@ -6567,7 +6567,7 @@ class WorkforceManagementApi {
|
|
|
6567
6567
|
* Adds a shift trade
|
|
6568
6568
|
*
|
|
6569
6569
|
* @param {String} managementUnitId The ID of the management unit, or 'mine' for the management unit of the logged-in user.
|
|
6570
|
-
* @param {String} weekDateId The start date of the
|
|
6570
|
+
* @param {String} weekDateId The start week date of the initiating shift in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
|
|
6571
6571
|
* @param {Object} body body
|
|
6572
6572
|
*/
|
|
6573
6573
|
postWorkforcemanagementManagementunitWeekShifttrades(managementUnitId, weekDateId, body) {
|
|
@@ -6602,7 +6602,7 @@ class WorkforceManagementApi {
|
|
|
6602
6602
|
* Searches for potential shift trade matches for the current agent
|
|
6603
6603
|
*
|
|
6604
6604
|
* @param {String} managementUnitId The ID of the management unit, or 'mine' for the management unit of the logged-in user.
|
|
6605
|
-
* @param {String} weekDateId The start date of the
|
|
6605
|
+
* @param {String} weekDateId The start week date of the initiating shift in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
|
|
6606
6606
|
* @param {Object} body body
|
|
6607
6607
|
* @param {Object} opts Optional parameters
|
|
6608
6608
|
* @param {Boolean} opts.forceDownloadService Force the result of this operation to be sent via download service. For testing/app development purposes
|
|
@@ -6641,7 +6641,7 @@ class WorkforceManagementApi {
|
|
|
6641
6641
|
* Updates the state of a batch of shift trades
|
|
6642
6642
|
* Admin functionality is not supported with "mine".
|
|
6643
6643
|
* @param {String} managementUnitId The ID of the management unit, or 'mine' for the management unit of the logged-in user.
|
|
6644
|
-
* @param {String} weekDateId The start date of the
|
|
6644
|
+
* @param {String} weekDateId The start week date of the initiating shift in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
|
|
6645
6645
|
* @param {Object} body body
|
|
6646
6646
|
* @param {Object} opts Optional parameters
|
|
6647
6647
|
* @param {Boolean} opts.forceAsync Force the result of this operation to be sent asynchronously via notification. For testing/app development purposes
|
|
@@ -59,6 +59,7 @@ import ScreenRecordingApi from './api/ScreenRecordingApi.js';
|
|
|
59
59
|
import ScriptsApi from './api/ScriptsApi.js';
|
|
60
60
|
import SearchApi from './api/SearchApi.js';
|
|
61
61
|
import SettingsApi from './api/SettingsApi.js';
|
|
62
|
+
import SocialMediaApi from './api/SocialMediaApi.js';
|
|
62
63
|
import SpeechTextAnalyticsApi from './api/SpeechTextAnalyticsApi.js';
|
|
63
64
|
import StationsApi from './api/StationsApi.js';
|
|
64
65
|
import SuggestApi from './api/SuggestApi.js';
|
|
@@ -111,7 +112,7 @@ import WorkforceManagementApi from './api/WorkforceManagementApi.js';
|
|
|
111
112
|
* </pre>
|
|
112
113
|
* </p>
|
|
113
114
|
* @module purecloud-platform-client-v2/index
|
|
114
|
-
* @version
|
|
115
|
+
* @version 209.0.0
|
|
115
116
|
*/
|
|
116
117
|
class platformClient {
|
|
117
118
|
constructor() {
|
|
@@ -415,6 +416,11 @@ class platformClient {
|
|
|
415
416
|
* @property {module:purecloud-platform-client-v2/api/SettingsApi}
|
|
416
417
|
*/
|
|
417
418
|
this.SettingsApi = SettingsApi;
|
|
419
|
+
/**
|
|
420
|
+
* The SocialMediaApi service constructor.
|
|
421
|
+
* @property {module:purecloud-platform-client-v2/api/SocialMediaApi}
|
|
422
|
+
*/
|
|
423
|
+
this.SocialMediaApi = SocialMediaApi;
|
|
418
424
|
/**
|
|
419
425
|
* The SpeechTextAnalyticsApi service constructor.
|
|
420
426
|
* @property {module:purecloud-platform-client-v2/api/SpeechTextAnalyticsApi}
|