purecloud-platform-client-v2 204.0.1 → 205.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 +828 -95
- package/dist/web-amd/purecloud-platform-client-v2.js +828 -95
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +273 -96
- package/dist/web-cjs/purecloud-platform-client-v2.js +273 -96
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +563 -1
- 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 -14
- 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 +27 -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 +1 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +51 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +516 -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/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 +31 -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 +1 -1
- 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 +1 -1
- package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +58 -1
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/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 +70 -1
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +2 -2
- 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
package/dist/web-cjs/bundle.js
CHANGED
|
@@ -879,7 +879,7 @@ if(env)this.environment=env;else this.environment=this.host?this.host:'mypureclo
|
|
|
879
879
|
this.environment=this.environment.replace(/\/+$/,'');// Strip protocol and subdomain
|
|
880
880
|
if(this.environment.startsWith('https://'))this.environment=this.environment.substring(8);if(this.environment.startsWith('http://'))this.environment=this.environment.substring(7);if(this.environment.startsWith('api.'))this.environment=this.environment.substring(4);this.basePath="https://api.".concat(this.environment);this.authUrl="https://login.".concat(this.environment);}},{key:"getConfigString",value:function getConfigString(section,key){if(this.config._sections[section])return this.config._sections[section][key];}},{key:"getConfigBoolean",value:function getConfigBoolean(section,key){if(this.config._sections[section]&&this.config._sections[section][key]!==undefined){if(typeof this.config._sections[section][key]==='string'){return this.config._sections[section][key]==='true';}else return this.config._sections[section][key];}}},{key:"getConfigInt",value:function getConfigInt(section,key){if(this.config._sections[section]&&this.config._sections[section][key]){if(typeof this.config._sections[section][key]==='string'){return parseInt(this.config._sections[section][key]);}else return this.config._sections[section][key];}}}]);}();/**
|
|
881
881
|
* @module purecloud-platform-client-v2/ApiClient
|
|
882
|
-
* @version
|
|
882
|
+
* @version 205.0.0
|
|
883
883
|
*/var ApiClient=/*#__PURE__*/function(){/**
|
|
884
884
|
* Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
|
|
885
885
|
* application to use this class directly - the *Api and model classes provide the public API for the service. The
|
|
@@ -1191,7 +1191,7 @@ resolve(data);})["catch"](function(error){var data=error;if(error.response&&erro
|
|
|
1191
1191
|
that.config.logger.log('error',error.response.status,httpMethod,url,request.headers,error.response.headers,bodyParam,error.response.data);data=that.returnExtended===true?{status:error.response.status,statusText:error.response.statusText,headers:error.response.headers,body:error.response.data,text:error.response.text,error:error}:error.response.data?error.response.data:error.response.text;}reject(data);});}});}}]);}();var AgentAssistantsApi=/*#__PURE__*/function(){/**
|
|
1192
1192
|
* AgentAssistants service.
|
|
1193
1193
|
* @module purecloud-platform-client-v2/api/AgentAssistantsApi
|
|
1194
|
-
* @version
|
|
1194
|
+
* @version 205.0.0
|
|
1195
1195
|
*//**
|
|
1196
1196
|
* Constructs a new AgentAssistantsApi.
|
|
1197
1197
|
* @alias module:purecloud-platform-client-v2/api/AgentAssistantsApi
|
|
@@ -1292,7 +1292,7 @@ if(queueId===undefined||queueId===null){throw'Missing the required parameter "qu
|
|
|
1292
1292
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAssistantQueue';}return this.apiClient.callApi('/api/v2/assistants/{assistantId}/queues/{queueId}','PUT',{'assistantId':assistantId,'queueId':queueId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AgentCopilotApi=/*#__PURE__*/function(){/**
|
|
1293
1293
|
* AgentCopilot service.
|
|
1294
1294
|
* @module purecloud-platform-client-v2/api/AgentCopilotApi
|
|
1295
|
-
* @version
|
|
1295
|
+
* @version 205.0.0
|
|
1296
1296
|
*//**
|
|
1297
1297
|
* Constructs a new AgentCopilotApi.
|
|
1298
1298
|
* @alias module:purecloud-platform-client-v2/api/AgentCopilotApi
|
|
@@ -1314,7 +1314,7 @@ if(assistantId===undefined||assistantId===null){throw'Missing the required param
|
|
|
1314
1314
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAssistantCopilot';}return this.apiClient.callApi('/api/v2/assistants/{assistantId}/copilot','PUT',{'assistantId':assistantId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AgentUIApi=/*#__PURE__*/function(){/**
|
|
1315
1315
|
* AgentUI service.
|
|
1316
1316
|
* @module purecloud-platform-client-v2/api/AgentUIApi
|
|
1317
|
-
* @version
|
|
1317
|
+
* @version 205.0.0
|
|
1318
1318
|
*//**
|
|
1319
1319
|
* Constructs a new AgentUIApi.
|
|
1320
1320
|
* @alias module:purecloud-platform-client-v2/api/AgentUIApi
|
|
@@ -1348,7 +1348,7 @@ if(agentId===undefined||agentId===null){throw'Missing the required parameter "ag
|
|
|
1348
1348
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';}return this.apiClient.callApi('/api/v2/users/agentui/agents/autoanswer/{agentId}/settings','PUT',{'agentId':agentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AlertingApi=/*#__PURE__*/function(){/**
|
|
1349
1349
|
* Alerting service.
|
|
1350
1350
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
1351
|
-
* @version
|
|
1351
|
+
* @version 205.0.0
|
|
1352
1352
|
*//**
|
|
1353
1353
|
* Constructs a new AlertingApi.
|
|
1354
1354
|
* @alias module:purecloud-platform-client-v2/api/AlertingApi
|
|
@@ -1505,7 +1505,7 @@ if(ruleId===undefined||ruleId===null){throw'Missing the required parameter "rule
|
|
|
1505
1505
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAlertingRule';}return this.apiClient.callApi('/api/v2/alerting/rules/{ruleId}','PUT',{'ruleId':ruleId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AnalyticsApi=/*#__PURE__*/function(){/**
|
|
1506
1506
|
* Analytics service.
|
|
1507
1507
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
1508
|
-
* @version
|
|
1508
|
+
* @version 205.0.0
|
|
1509
1509
|
*//**
|
|
1510
1510
|
* Constructs a new AnalyticsApi.
|
|
1511
1511
|
* @alias module:purecloud-platform-client-v2/api/AnalyticsApi
|
|
@@ -2126,7 +2126,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
2126
2126
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAnalyticsDataretentionSettings';}return this.apiClient.callApi('/api/v2/analytics/dataretention/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ArchitectApi=/*#__PURE__*/function(){/**
|
|
2127
2127
|
* Architect service.
|
|
2128
2128
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
2129
|
-
* @version
|
|
2129
|
+
* @version 205.0.0
|
|
2130
2130
|
*//**
|
|
2131
2131
|
* Constructs a new ArchitectApi.
|
|
2132
2132
|
* @alias module:purecloud-platform-client-v2/api/ArchitectApi
|
|
@@ -2142,14 +2142,12 @@ if(emergencyGroupId===undefined||emergencyGroupId===null){throw'Missing the requ
|
|
|
2142
2142
|
* Delete a grammar.
|
|
2143
2143
|
*
|
|
2144
2144
|
* @param {String} grammarId grammar ID
|
|
2145
|
-
* deleteArchitectGrammar is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2146
2145
|
*/},{key:"deleteArchitectGrammar",value:function deleteArchitectGrammar(grammarId){// verify the required parameter 'grammarId' is set
|
|
2147
2146
|
if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling deleteArchitectGrammar';}return this.apiClient.callApi('/api/v2/architect/grammars/{grammarId}','DELETE',{'grammarId':grammarId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
2148
2147
|
* Delete specified grammar language
|
|
2149
2148
|
*
|
|
2150
2149
|
* @param {String} grammarId Grammar ID
|
|
2151
2150
|
* @param {String} languageCode Language
|
|
2152
|
-
* deleteArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2153
2151
|
*/},{key:"deleteArchitectGrammarLanguage",value:function deleteArchitectGrammarLanguage(grammarId,languageCode){// verify the required parameter 'grammarId' is set
|
|
2154
2152
|
if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling deleteArchitectGrammarLanguage';}// verify the required parameter 'languageCode' is set
|
|
2155
2153
|
if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling deleteArchitectGrammarLanguage';}return this.apiClient.callApi('/api/v2/architect/grammars/{grammarId}/languages/{languageCode}','DELETE',{'grammarId':grammarId,'languageCode':languageCode},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
@@ -2157,7 +2155,6 @@ if(languageCode===undefined||languageCode===null){throw'Missing the required par
|
|
|
2157
2155
|
*
|
|
2158
2156
|
* @param {String} grammarId Grammar ID
|
|
2159
2157
|
* @param {String} languageCode Language
|
|
2160
|
-
* deleteArchitectGrammarLanguageFilesDtmf is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2161
2158
|
*/},{key:"deleteArchitectGrammarLanguageFilesDtmf",value:function deleteArchitectGrammarLanguageFilesDtmf(grammarId,languageCode){// verify the required parameter 'grammarId' is set
|
|
2162
2159
|
if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling deleteArchitectGrammarLanguageFilesDtmf';}// verify the required parameter 'languageCode' is set
|
|
2163
2160
|
if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling deleteArchitectGrammarLanguageFilesDtmf';}return this.apiClient.callApi('/api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/dtmf','DELETE',{'grammarId':grammarId,'languageCode':languageCode},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
@@ -2165,7 +2162,6 @@ if(languageCode===undefined||languageCode===null){throw'Missing the required par
|
|
|
2165
2162
|
*
|
|
2166
2163
|
* @param {String} grammarId Grammar ID
|
|
2167
2164
|
* @param {String} languageCode Language
|
|
2168
|
-
* deleteArchitectGrammarLanguageFilesVoice is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2169
2165
|
*/},{key:"deleteArchitectGrammarLanguageFilesVoice",value:function deleteArchitectGrammarLanguageFilesVoice(grammarId,languageCode){// verify the required parameter 'grammarId' is set
|
|
2170
2166
|
if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling deleteArchitectGrammarLanguageFilesVoice';}// verify the required parameter 'languageCode' is set
|
|
2171
2167
|
if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling deleteArchitectGrammarLanguageFilesVoice';}return this.apiClient.callApi('/api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/voice','DELETE',{'grammarId':grammarId,'languageCode':languageCode},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
@@ -2371,14 +2367,12 @@ if(emergencyGroupId===undefined||emergencyGroupId===null){throw'Missing the requ
|
|
|
2371
2367
|
* @param {String} grammarId grammar ID
|
|
2372
2368
|
* @param {Object} opts Optional parameters
|
|
2373
2369
|
* @param {Boolean} opts.includeFileUrls Include grammar language file URLs
|
|
2374
|
-
* getArchitectGrammar is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2375
2370
|
*/},{key:"getArchitectGrammar",value:function getArchitectGrammar(grammarId,opts){opts=opts||{};// verify the required parameter 'grammarId' is set
|
|
2376
2371
|
if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling getArchitectGrammar';}return this.apiClient.callApi('/api/v2/architect/grammars/{grammarId}','GET',{'grammarId':grammarId},{'includeFileUrls':opts['includeFileUrls']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
2377
2372
|
* Get a grammar language.
|
|
2378
2373
|
*
|
|
2379
2374
|
* @param {String} grammarId Grammar ID
|
|
2380
2375
|
* @param {String} languageCode Language
|
|
2381
|
-
* getArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2382
2376
|
*/},{key:"getArchitectGrammarLanguage",value:function getArchitectGrammarLanguage(grammarId,languageCode){// verify the required parameter 'grammarId' is set
|
|
2383
2377
|
if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling getArchitectGrammarLanguage';}// verify the required parameter 'languageCode' is set
|
|
2384
2378
|
if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling getArchitectGrammarLanguage';}return this.apiClient.callApi('/api/v2/architect/grammars/{grammarId}/languages/{languageCode}','GET',{'grammarId':grammarId,'languageCode':languageCode},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
@@ -2394,7 +2388,6 @@ if(languageCode===undefined||languageCode===null){throw'Missing the required par
|
|
|
2394
2388
|
* @param {String} opts.description Description
|
|
2395
2389
|
* @param {String} opts.nameOrDescription Name or description
|
|
2396
2390
|
* @param {Boolean} opts.includeFileUrls Include grammar language file URLs
|
|
2397
|
-
* getArchitectGrammars is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2398
2391
|
*/},{key:"getArchitectGrammars",value:function getArchitectGrammars(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/architect/grammars','GET',{},{'pageNumber':opts['pageNumber'],'pageSize':opts['pageSize'],'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder'],'id':this.apiClient.buildCollectionParam(opts['id'],'multi'),'name':opts['name'],'description':opts['description'],'nameOrDescription':opts['nameOrDescription'],'includeFileUrls':opts['includeFileUrls']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
2399
2392
|
* Get an IVR config.
|
|
2400
2393
|
*
|
|
@@ -2900,7 +2893,6 @@ if(flowOutcomeId===undefined||flowOutcomeId===null){throw'Missing the required p
|
|
|
2900
2893
|
* @param {String} grammarId grammar ID
|
|
2901
2894
|
* @param {Object} opts Optional parameters
|
|
2902
2895
|
* @param {Object} opts.body
|
|
2903
|
-
* patchArchitectGrammar is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2904
2896
|
*/},{key:"patchArchitectGrammar",value:function patchArchitectGrammar(grammarId,opts){opts=opts||{};// verify the required parameter 'grammarId' is set
|
|
2905
2897
|
if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling patchArchitectGrammar';}return this.apiClient.callApi('/api/v2/architect/grammars/{grammarId}','PATCH',{'grammarId':grammarId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
2906
2898
|
* Updates a grammar language
|
|
@@ -2909,7 +2901,6 @@ if(grammarId===undefined||grammarId===null){throw'Missing the required parameter
|
|
|
2909
2901
|
* @param {String} languageCode Language
|
|
2910
2902
|
* @param {Object} opts Optional parameters
|
|
2911
2903
|
* @param {Object} opts.body
|
|
2912
|
-
* patchArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2913
2904
|
*/},{key:"patchArchitectGrammarLanguage",value:function patchArchitectGrammarLanguage(grammarId,languageCode,opts){opts=opts||{};// verify the required parameter 'grammarId' is set
|
|
2914
2905
|
if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling patchArchitectGrammarLanguage';}// verify the required parameter 'languageCode' is set
|
|
2915
2906
|
if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling patchArchitectGrammarLanguage';}return this.apiClient.callApi('/api/v2/architect/grammars/{grammarId}/languages/{languageCode}','PATCH',{'grammarId':grammarId,'languageCode':languageCode},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
@@ -2931,7 +2922,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
2931
2922
|
* @param {String} grammarId Grammar ID
|
|
2932
2923
|
* @param {String} languageCode Language
|
|
2933
2924
|
* @param {Object} body query
|
|
2934
|
-
* postArchitectGrammarLanguageFilesDtmf is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2935
2925
|
*/},{key:"postArchitectGrammarLanguageFilesDtmf",value:function postArchitectGrammarLanguageFilesDtmf(grammarId,languageCode,body){// verify the required parameter 'grammarId' is set
|
|
2936
2926
|
if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling postArchitectGrammarLanguageFilesDtmf';}// verify the required parameter 'languageCode' is set
|
|
2937
2927
|
if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling postArchitectGrammarLanguageFilesDtmf';}// verify the required parameter 'body' is set
|
|
@@ -2941,7 +2931,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
2941
2931
|
* @param {String} grammarId Grammar ID
|
|
2942
2932
|
* @param {String} languageCode Language
|
|
2943
2933
|
* @param {Object} body query
|
|
2944
|
-
* postArchitectGrammarLanguageFilesVoice is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2945
2934
|
*/},{key:"postArchitectGrammarLanguageFilesVoice",value:function postArchitectGrammarLanguageFilesVoice(grammarId,languageCode,body){// verify the required parameter 'grammarId' is set
|
|
2946
2935
|
if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling postArchitectGrammarLanguageFilesVoice';}// verify the required parameter 'languageCode' is set
|
|
2947
2936
|
if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling postArchitectGrammarLanguageFilesVoice';}// verify the required parameter 'body' is set
|
|
@@ -2950,14 +2939,12 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
2950
2939
|
*
|
|
2951
2940
|
* @param {String} grammarId Grammar ID
|
|
2952
2941
|
* @param {Object} body
|
|
2953
|
-
* postArchitectGrammarLanguages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2954
2942
|
*/},{key:"postArchitectGrammarLanguages",value:function postArchitectGrammarLanguages(grammarId,body){// verify the required parameter 'grammarId' is set
|
|
2955
2943
|
if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling postArchitectGrammarLanguages';}// verify the required parameter 'body' is set
|
|
2956
2944
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postArchitectGrammarLanguages';}return this.apiClient.callApi('/api/v2/architect/grammars/{grammarId}/languages','POST',{'grammarId':grammarId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
2957
2945
|
* Create a new grammar
|
|
2958
2946
|
*
|
|
2959
2947
|
* @param {Object} body
|
|
2960
|
-
* postArchitectGrammars is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2961
2948
|
*/},{key:"postArchitectGrammars",value:function postArchitectGrammars(body){// verify the required parameter 'body' is set
|
|
2962
2949
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postArchitectGrammars';}return this.apiClient.callApi('/api/v2/architect/grammars','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
2963
2950
|
* Create IVR config.
|
|
@@ -3231,7 +3218,7 @@ if(milestoneId===undefined||milestoneId===null){throw'Missing the required param
|
|
|
3231
3218
|
if(flowOutcomeId===undefined||flowOutcomeId===null){throw'Missing the required parameter "flowOutcomeId" when calling putFlowsOutcome';}return this.apiClient.callApi('/api/v2/flows/outcomes/{flowOutcomeId}','PUT',{'flowOutcomeId':flowOutcomeId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AuditApi=/*#__PURE__*/function(){/**
|
|
3232
3219
|
* Audit service.
|
|
3233
3220
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
3234
|
-
* @version
|
|
3221
|
+
* @version 205.0.0
|
|
3235
3222
|
*//**
|
|
3236
3223
|
* Constructs a new AuditApi.
|
|
3237
3224
|
* @alias module:purecloud-platform-client-v2/api/AuditApi
|
|
@@ -3281,7 +3268,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
3281
3268
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAuditsQueryRealtimeRelated';}return this.apiClient.callApi('/api/v2/audits/query/realtime/related','POST',{},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AuthorizationApi=/*#__PURE__*/function(){/**
|
|
3282
3269
|
* Authorization service.
|
|
3283
3270
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
3284
|
-
* @version
|
|
3271
|
+
* @version 205.0.0
|
|
3285
3272
|
*//**
|
|
3286
3273
|
* Constructs a new AuthorizationApi.
|
|
3287
3274
|
* @alias module:purecloud-platform-client-v2/api/AuthorizationApi
|
|
@@ -3604,7 +3591,7 @@ if(subjectId===undefined||subjectId===null){throw'Missing the required parameter
|
|
|
3604
3591
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserRoles';}return this.apiClient.callApi('/api/v2/users/{subjectId}/roles','PUT',{'subjectId':subjectId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var BillingApi=/*#__PURE__*/function(){/**
|
|
3605
3592
|
* Billing service.
|
|
3606
3593
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
3607
|
-
* @version
|
|
3594
|
+
* @version 205.0.0
|
|
3608
3595
|
*//**
|
|
3609
3596
|
* Constructs a new BillingApi.
|
|
3610
3597
|
* @alias module:purecloud-platform-client-v2/api/BillingApi
|
|
@@ -3628,7 +3615,7 @@ if(endDate===undefined||endDate===null){throw'Missing the required parameter "en
|
|
|
3628
3615
|
if(trustorOrgId===undefined||trustorOrgId===null){throw'Missing the required parameter "trustorOrgId" when calling getBillingTrusteebillingoverviewTrustorOrgId';}return this.apiClient.callApi('/api/v2/billing/trusteebillingoverview/{trustorOrgId}','GET',{'trustorOrgId':trustorOrgId},{'billingPeriodIndex':opts['billingPeriodIndex']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var CarrierServicesApi=/*#__PURE__*/function(){/**
|
|
3629
3616
|
* CarrierServices service.
|
|
3630
3617
|
* @module purecloud-platform-client-v2/api/CarrierServicesApi
|
|
3631
|
-
* @version
|
|
3618
|
+
* @version 205.0.0
|
|
3632
3619
|
*//**
|
|
3633
3620
|
* Constructs a new CarrierServicesApi.
|
|
3634
3621
|
* @alias module:purecloud-platform-client-v2/api/CarrierServicesApi
|
|
@@ -3648,7 +3635,7 @@ if(phoneNumber===undefined||phoneNumber===null){throw'Missing the required param
|
|
|
3648
3635
|
*/},{key:"postCarrierservicesIntegrationsEmergencylocationsMe",value:function postCarrierservicesIntegrationsEmergencylocationsMe(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/carrierservices/integrations/emergencylocations/me','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ChatApi=/*#__PURE__*/function(){/**
|
|
3649
3636
|
* Chat service.
|
|
3650
3637
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
3651
|
-
* @version
|
|
3638
|
+
* @version 205.0.0
|
|
3652
3639
|
*//**
|
|
3653
3640
|
* Constructs a new ChatApi.
|
|
3654
3641
|
* @alias module:purecloud-platform-client-v2/api/ChatApi
|
|
@@ -3873,7 +3860,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
3873
3860
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putChatsSettings';}return this.apiClient.callApi('/api/v2/chats/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var CoachingApi=/*#__PURE__*/function(){/**
|
|
3874
3861
|
* Coaching service.
|
|
3875
3862
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
3876
|
-
* @version
|
|
3863
|
+
* @version 205.0.0
|
|
3877
3864
|
*//**
|
|
3878
3865
|
* Constructs a new CoachingApi.
|
|
3879
3866
|
* @alias module:purecloud-platform-client-v2/api/CoachingApi
|
|
@@ -4026,7 +4013,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
4026
4013
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postCoachingScheduleslotsQuery';}return this.apiClient.callApi('/api/v2/coaching/scheduleslots/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ContentManagementApi=/*#__PURE__*/function(){/**
|
|
4027
4014
|
* ContentManagement service.
|
|
4028
4015
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
4029
|
-
* @version
|
|
4016
|
+
* @version 205.0.0
|
|
4030
4017
|
*//**
|
|
4031
4018
|
* Constructs a new ContentManagementApi.
|
|
4032
4019
|
* @alias module:purecloud-platform-client-v2/api/ContentManagementApi
|
|
@@ -4309,7 +4296,7 @@ if(tagId===undefined||tagId===null){throw'Missing the required parameter "tagId"
|
|
|
4309
4296
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putContentmanagementWorkspaceTagvalue';}return this.apiClient.callApi('/api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId}','PUT',{'workspaceId':workspaceId,'tagId':tagId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ConversationsApi=/*#__PURE__*/function(){/**
|
|
4310
4297
|
* Conversations service.
|
|
4311
4298
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
4312
|
-
* @version
|
|
4299
|
+
* @version 205.0.0
|
|
4313
4300
|
*//**
|
|
4314
4301
|
* Constructs a new ConversationsApi.
|
|
4315
4302
|
* @alias module:purecloud-platform-client-v2/api/ConversationsApi
|
|
@@ -4490,6 +4477,12 @@ if(suggestionId===undefined||suggestionId===null){throw'Missing the required par
|
|
|
4490
4477
|
* @param {Object} opts.state Suggestion state to filter Copilot suggestions.
|
|
4491
4478
|
*/},{key:"getConversationSuggestions",value:function getConversationSuggestions(conversationId,opts){opts=opts||{};// verify the required parameter 'conversationId' is set
|
|
4492
4479
|
if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling getConversationSuggestions';}return this.apiClient.callApi('/api/v2/conversations/{conversationId}/suggestions','GET',{'conversationId':conversationId},{'before':opts['before'],'after':opts['after'],'pageSize':opts['pageSize'],'type':opts['type'],'state':opts['state']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
4480
|
+
* Get the summaries of the conversation.
|
|
4481
|
+
*
|
|
4482
|
+
* @param {String} conversationId Conversation ID
|
|
4483
|
+
* getConversationSummaries is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
4484
|
+
*/},{key:"getConversationSummaries",value:function getConversationSummaries(conversationId){// verify the required parameter 'conversationId' is set
|
|
4485
|
+
if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling getConversationSummaries';}return this.apiClient.callApi('/api/v2/conversations/{conversationId}/summaries','GET',{'conversationId':conversationId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
4493
4486
|
* Get active conversations for the logged in user
|
|
4494
4487
|
*
|
|
4495
4488
|
* @param {Object} opts Optional parameters
|
|
@@ -4991,7 +4984,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
4991
4984
|
*
|
|
4992
4985
|
* @param {String} conversationId conversation ID
|
|
4993
4986
|
* @param {Object} body Conversation Utilization Label
|
|
4994
|
-
* patchConversationUtilizationlabel is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
4995
4987
|
*/},{key:"patchConversationUtilizationlabel",value:function patchConversationUtilizationlabel(conversationId,body){// verify the required parameter 'conversationId' is set
|
|
4996
4988
|
if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling patchConversationUtilizationlabel';}// verify the required parameter 'body' is set
|
|
4997
4989
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchConversationUtilizationlabel';}return this.apiClient.callApi('/api/v2/conversations/{conversationId}/utilizationlabel','PATCH',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
@@ -6031,7 +6023,7 @@ if(conversationId===undefined||conversationId===null){throw'Missing the required
|
|
|
6031
6023
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putConversationsVideoRecordingstate';}return this.apiClient.callApi('/api/v2/conversations/videos/{conversationId}/recordingstate','PUT',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var DataExtensionsApi=/*#__PURE__*/function(){/**
|
|
6032
6024
|
* DataExtensions service.
|
|
6033
6025
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
6034
|
-
* @version
|
|
6026
|
+
* @version 205.0.0
|
|
6035
6027
|
*//**
|
|
6036
6028
|
* Constructs a new DataExtensionsApi.
|
|
6037
6029
|
* @alias module:purecloud-platform-client-v2/api/DataExtensionsApi
|
|
@@ -6052,7 +6044,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
|
|
|
6052
6044
|
*/},{key:"getDataextensionsLimits",value:function getDataextensionsLimits(){return this.apiClient.callApi('/api/v2/dataextensions/limits','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var DownloadsApi=/*#__PURE__*/function(){/**
|
|
6053
6045
|
* Downloads service.
|
|
6054
6046
|
* @module purecloud-platform-client-v2/api/DownloadsApi
|
|
6055
|
-
* @version
|
|
6047
|
+
* @version 205.0.0
|
|
6056
6048
|
*//**
|
|
6057
6049
|
* Constructs a new DownloadsApi.
|
|
6058
6050
|
* @alias module:purecloud-platform-client-v2/api/DownloadsApi
|
|
@@ -6071,7 +6063,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
|
|
|
6071
6063
|
if(downloadId===undefined||downloadId===null){throw'Missing the required parameter "downloadId" when calling getDownload';}return this.apiClient.callApi('/api/v2/downloads/{downloadId}','GET',{'downloadId':downloadId},{'contentDisposition':opts['contentDisposition'],'issueRedirect':opts['issueRedirect'],'redirectToAuth':opts['redirectToAuth']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var EmailsApi=/*#__PURE__*/function(){/**
|
|
6072
6064
|
* Emails service.
|
|
6073
6065
|
* @module purecloud-platform-client-v2/api/EmailsApi
|
|
6074
|
-
* @version
|
|
6066
|
+
* @version 205.0.0
|
|
6075
6067
|
*//**
|
|
6076
6068
|
* Constructs a new EmailsApi.
|
|
6077
6069
|
* @alias module:purecloud-platform-client-v2/api/EmailsApi
|
|
@@ -6089,7 +6081,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
|
|
|
6089
6081
|
*/},{key:"patchEmailsSettings",value:function patchEmailsSettings(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/emails/settings','PATCH',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var EmployeeEngagementApi=/*#__PURE__*/function(){/**
|
|
6090
6082
|
* EmployeeEngagement service.
|
|
6091
6083
|
* @module purecloud-platform-client-v2/api/EmployeeEngagementApi
|
|
6092
|
-
* @version
|
|
6084
|
+
* @version 205.0.0
|
|
6093
6085
|
*//**
|
|
6094
6086
|
* Constructs a new EmployeeEngagementApi.
|
|
6095
6087
|
* @alias module:purecloud-platform-client-v2/api/EmployeeEngagementApi
|
|
@@ -6127,7 +6119,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
6127
6119
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postEmployeeengagementRecognitions';}return this.apiClient.callApi('/api/v2/employeeengagement/recognitions','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var EventsApi=/*#__PURE__*/function(){/**
|
|
6128
6120
|
* Events service.
|
|
6129
6121
|
* @module purecloud-platform-client-v2/api/EventsApi
|
|
6130
|
-
* @version
|
|
6122
|
+
* @version 205.0.0
|
|
6131
6123
|
*//**
|
|
6132
6124
|
* Constructs a new EventsApi.
|
|
6133
6125
|
* @alias module:purecloud-platform-client-v2/api/EventsApi
|
|
@@ -6152,7 +6144,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
6152
6144
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postEventsUsersRoutingstatus';}return this.apiClient.callApi('/api/v2/events/users/routingstatus','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ExternalContactsApi=/*#__PURE__*/function(){/**
|
|
6153
6145
|
* ExternalContacts service.
|
|
6154
6146
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
6155
|
-
* @version
|
|
6147
|
+
* @version 205.0.0
|
|
6156
6148
|
*//**
|
|
6157
6149
|
* Constructs a new ExternalContactsApi.
|
|
6158
6150
|
* @alias module:purecloud-platform-client-v2/api/ExternalContactsApi
|
|
@@ -6644,7 +6636,7 @@ if(relationshipId===undefined||relationshipId===null){throw'Missing the required
|
|
|
6644
6636
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putExternalcontactsRelationship';}return this.apiClient.callApi('/api/v2/externalcontacts/relationships/{relationshipId}','PUT',{'relationshipId':relationshipId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var FaxApi=/*#__PURE__*/function(){/**
|
|
6645
6637
|
* Fax service.
|
|
6646
6638
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
6647
|
-
* @version
|
|
6639
|
+
* @version 205.0.0
|
|
6648
6640
|
*//**
|
|
6649
6641
|
* Constructs a new FaxApi.
|
|
6650
6642
|
* @alias module:purecloud-platform-client-v2/api/FaxApi
|
|
@@ -6693,7 +6685,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
6693
6685
|
*/},{key:"putFaxSettings",value:function putFaxSettings(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/fax/settings','PUT',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var FlowsApi=/*#__PURE__*/function(){/**
|
|
6694
6686
|
* Flows service.
|
|
6695
6687
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
6696
|
-
* @version
|
|
6688
|
+
* @version 205.0.0
|
|
6697
6689
|
*//**
|
|
6698
6690
|
* Constructs a new FlowsApi.
|
|
6699
6691
|
* @alias module:purecloud-platform-client-v2/api/FlowsApi
|
|
@@ -6741,7 +6733,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
6741
6733
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsFlowsObservationsQuery';}return this.apiClient.callApi('/api/v2/analytics/flows/observations/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GamificationApi=/*#__PURE__*/function(){/**
|
|
6742
6734
|
* Gamification service.
|
|
6743
6735
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
6744
|
-
* @version
|
|
6736
|
+
* @version 205.0.0
|
|
6745
6737
|
*//**
|
|
6746
6738
|
* Constructs a new GamificationApi.
|
|
6747
6739
|
* @alias module:purecloud-platform-client-v2/api/GamificationApi
|
|
@@ -7281,7 +7273,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
7281
7273
|
if(status===undefined||status===null){throw'Missing the required parameter "status" when calling putGamificationStatus';}return this.apiClient.callApi('/api/v2/gamification/status','PUT',{},{},{},{},status,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GeneralDataProtectionRegulationApi=/*#__PURE__*/function(){/**
|
|
7282
7274
|
* GeneralDataProtectionRegulation service.
|
|
7283
7275
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
7284
|
-
* @version
|
|
7276
|
+
* @version 205.0.0
|
|
7285
7277
|
*//**
|
|
7286
7278
|
* Constructs a new GeneralDataProtectionRegulationApi.
|
|
7287
7279
|
* @alias module:purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
@@ -7316,7 +7308,7 @@ if(searchValue===undefined||searchValue===null){throw'Missing the required param
|
|
|
7316
7308
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postGdprRequests';}return this.apiClient.callApi('/api/v2/gdpr/requests','POST',{},{'deleteConfirmed':opts['deleteConfirmed']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GeolocationApi=/*#__PURE__*/function(){/**
|
|
7317
7309
|
* Geolocation service.
|
|
7318
7310
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
7319
|
-
* @version
|
|
7311
|
+
* @version 205.0.0
|
|
7320
7312
|
*//**
|
|
7321
7313
|
* Constructs a new GeolocationApi.
|
|
7322
7314
|
* @alias module:purecloud-platform-client-v2/api/GeolocationApi
|
|
@@ -7350,7 +7342,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
|
|
|
7350
7342
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchUserGeolocation';}return this.apiClient.callApi('/api/v2/users/{userId}/geolocations/{clientId}','PATCH',{'userId':userId,'clientId':clientId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GreetingsApi=/*#__PURE__*/function(){/**
|
|
7351
7343
|
* Greetings service.
|
|
7352
7344
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
7353
|
-
* @version
|
|
7345
|
+
* @version 205.0.0
|
|
7354
7346
|
*//**
|
|
7355
7347
|
* Constructs a new GreetingsApi.
|
|
7356
7348
|
* @alias module:purecloud-platform-client-v2/api/GreetingsApi
|
|
@@ -7457,7 +7449,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
|
|
|
7457
7449
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserGreetingsDefaults';}return this.apiClient.callApi('/api/v2/users/{userId}/greetings/defaults','PUT',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GroupsApi=/*#__PURE__*/function(){/**
|
|
7458
7450
|
* Groups service.
|
|
7459
7451
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
7460
|
-
* @version
|
|
7452
|
+
* @version 205.0.0
|
|
7461
7453
|
*//**
|
|
7462
7454
|
* Constructs a new GroupsApi.
|
|
7463
7455
|
* @alias module:purecloud-platform-client-v2/api/GroupsApi
|
|
@@ -7590,7 +7582,7 @@ if(groupId===undefined||groupId===null){throw'Missing the required parameter "gr
|
|
|
7590
7582
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putGroupDynamicsettings';}return this.apiClient.callApi('/api/v2/groups/{groupId}/dynamicsettings','PUT',{'groupId':groupId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var IdentityProviderApi=/*#__PURE__*/function(){/**
|
|
7591
7583
|
* IdentityProvider service.
|
|
7592
7584
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
7593
|
-
* @version
|
|
7585
|
+
* @version 205.0.0
|
|
7594
7586
|
*//**
|
|
7595
7587
|
* Constructs a new IdentityProviderApi.
|
|
7596
7588
|
* @alias module:purecloud-platform-client-v2/api/IdentityProviderApi
|
|
@@ -7746,7 +7738,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
7746
7738
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putIdentityprovidersSalesforce';}return this.apiClient.callApi('/api/v2/identityproviders/salesforce','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var InfrastructureAsCodeApi=/*#__PURE__*/function(){/**
|
|
7747
7739
|
* InfrastructureAsCode service.
|
|
7748
7740
|
* @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
7749
|
-
* @version
|
|
7741
|
+
* @version 205.0.0
|
|
7750
7742
|
*//**
|
|
7751
7743
|
* Constructs a new InfrastructureAsCodeApi.
|
|
7752
7744
|
* @alias module:purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
@@ -7800,7 +7792,7 @@ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId"
|
|
|
7800
7792
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postInfrastructureascodeJobs';}return this.apiClient.callApi('/api/v2/infrastructureascode/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var IntegrationsApi=/*#__PURE__*/function(){/**
|
|
7801
7793
|
* Integrations service.
|
|
7802
7794
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
7803
|
-
* @version
|
|
7795
|
+
* @version 205.0.0
|
|
7804
7796
|
*//**
|
|
7805
7797
|
* Constructs a new IntegrationsApi.
|
|
7806
7798
|
* @alias module:purecloud-platform-client-v2/api/IntegrationsApi
|
|
@@ -8037,6 +8029,17 @@ if(credentialId===undefined||credentialId===null){throw'Missing the required par
|
|
|
8037
8029
|
* List all credential types
|
|
8038
8030
|
*
|
|
8039
8031
|
*/},{key:"getIntegrationsCredentialsTypes",value:function getIntegrationsCredentialsTypes(){return this.apiClient.callApi('/api/v2/integrations/credentials/types','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
8032
|
+
* Get a list of Audio Connector integrations
|
|
8033
|
+
*
|
|
8034
|
+
* @param {Object} opts Optional parameters
|
|
8035
|
+
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
8036
|
+
* @param {Number} opts.pageSize Page size (default to 25)
|
|
8037
|
+
*/},{key:"getIntegrationsSpeechAudioconnector",value:function getIntegrationsSpeechAudioconnector(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/integrations/speech/audioconnector','GET',{},{'pageNumber':opts['pageNumber'],'pageSize':opts['pageSize']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
8038
|
+
* Get an Audio Connector integration
|
|
8039
|
+
*
|
|
8040
|
+
* @param {String} integrationId The integration ID
|
|
8041
|
+
*/},{key:"getIntegrationsSpeechAudioconnectorIntegrationId",value:function getIntegrationsSpeechAudioconnectorIntegrationId(integrationId){// verify the required parameter 'integrationId' is set
|
|
8042
|
+
if(integrationId===undefined||integrationId===null){throw'Missing the required parameter "integrationId" when calling getIntegrationsSpeechAudioconnectorIntegrationId';}return this.apiClient.callApi('/api/v2/integrations/speech/audioconnector/{integrationId}','GET',{'integrationId':integrationId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
8040
8043
|
* Get details about a Dialogflow agent
|
|
8041
8044
|
*
|
|
8042
8045
|
* @param {String} agentId The agent ID
|
|
@@ -8414,7 +8417,7 @@ if(ucIntegrationId===undefined||ucIntegrationId===null){throw'Missing the requir
|
|
|
8414
8417
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putIntegrationsUnifiedcommunicationThirdpartypresences';}return this.apiClient.callApi('/api/v2/integrations/unifiedcommunications/{ucIntegrationId}/thirdpartypresences','PUT',{'ucIntegrationId':ucIntegrationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var JourneyApi=/*#__PURE__*/function(){/**
|
|
8415
8418
|
* Journey service.
|
|
8416
8419
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
8417
|
-
* @version
|
|
8420
|
+
* @version 205.0.0
|
|
8418
8421
|
*//**
|
|
8419
8422
|
* Constructs a new JourneyApi.
|
|
8420
8423
|
* @alias module:purecloud-platform-client-v2/api/JourneyApi
|
|
@@ -8813,7 +8816,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
8813
8816
|
*/},{key:"postJourneyViewsEncodingsValidate",value:function postJourneyViewsEncodingsValidate(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/journey/views/encodings/validate','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var KnowledgeApi=/*#__PURE__*/function(){/**
|
|
8814
8817
|
* Knowledge service.
|
|
8815
8818
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
8816
|
-
* @version
|
|
8819
|
+
* @version 205.0.0
|
|
8817
8820
|
*//**
|
|
8818
8821
|
* Constructs a new KnowledgeApi.
|
|
8819
8822
|
* @alias module:purecloud-platform-client-v2/api/KnowledgeApi
|
|
@@ -8900,6 +8903,30 @@ if(languageCode===undefined||languageCode===null){throw'Missing the required par
|
|
|
8900
8903
|
if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseLanguageDocumentsImport';}// verify the required parameter 'languageCode' is set
|
|
8901
8904
|
if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling deleteKnowledgeKnowledgebaseLanguageDocumentsImport';}// verify the required parameter 'importId' is set
|
|
8902
8905
|
if(importId===undefined||importId===null){throw'Missing the required parameter "importId" when calling deleteKnowledgeKnowledgebaseLanguageDocumentsImport';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/documents/imports/{importId}','DELETE',{'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode,'importId':importId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
8906
|
+
* Delete Salesforce Knowledge integration source
|
|
8907
|
+
*
|
|
8908
|
+
* @param {String} knowledgeBaseId Knowledge base ID
|
|
8909
|
+
* @param {String} sourceId Source ID
|
|
8910
|
+
* deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8911
|
+
*/},{key:"deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId",value:function deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId,sourceId){// verify the required parameter 'knowledgeBaseId' is set
|
|
8912
|
+
if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId';}// verify the required parameter 'sourceId' is set
|
|
8913
|
+
if(sourceId===undefined||sourceId===null){throw'Missing the required parameter "sourceId" when calling deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce/{sourceId}','DELETE',{'knowledgeBaseId':knowledgeBaseId,'sourceId':sourceId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
8914
|
+
* Delete ServiceNow Knowledge integration source
|
|
8915
|
+
*
|
|
8916
|
+
* @param {String} knowledgeBaseId Knowledge base ID
|
|
8917
|
+
* @param {String} sourceId Source ID
|
|
8918
|
+
* deleteKnowledgeKnowledgebaseSourcesServicenowSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8919
|
+
*/},{key:"deleteKnowledgeKnowledgebaseSourcesServicenowSourceId",value:function deleteKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId,sourceId){// verify the required parameter 'knowledgeBaseId' is set
|
|
8920
|
+
if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseSourcesServicenowSourceId';}// verify the required parameter 'sourceId' is set
|
|
8921
|
+
if(sourceId===undefined||sourceId===null){throw'Missing the required parameter "sourceId" when calling deleteKnowledgeKnowledgebaseSourcesServicenowSourceId';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}','DELETE',{'knowledgeBaseId':knowledgeBaseId,'sourceId':sourceId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
8922
|
+
* Delete synchronization job
|
|
8923
|
+
*
|
|
8924
|
+
* @param {String} knowledgeBaseId Knowledge base ID
|
|
8925
|
+
* @param {String} syncJobId Synchronization job ID
|
|
8926
|
+
* deleteKnowledgeKnowledgebaseSynchronizeJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8927
|
+
*/},{key:"deleteKnowledgeKnowledgebaseSynchronizeJob",value:function deleteKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId,syncJobId){// verify the required parameter 'knowledgeBaseId' is set
|
|
8928
|
+
if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseSynchronizeJob';}// verify the required parameter 'syncJobId' is set
|
|
8929
|
+
if(syncJobId===undefined||syncJobId===null){throw'Missing the required parameter "syncJobId" when calling deleteKnowledgeKnowledgebaseSynchronizeJob';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/synchronize/jobs/{syncJobId}','DELETE',{'knowledgeBaseId':knowledgeBaseId,'syncJobId':syncJobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
8903
8930
|
* Get categories
|
|
8904
8931
|
*
|
|
8905
8932
|
* @param {String} sessionId Knowledge guest session ID.
|
|
@@ -8930,6 +8957,12 @@ if(documentId===undefined||documentId===null){throw'Missing the required paramet
|
|
|
8930
8957
|
* @param {Number} opts.pageSize Number of entities to return. Maximum of 200.
|
|
8931
8958
|
*/},{key:"getKnowledgeGuestSessionDocuments",value:function getKnowledgeGuestSessionDocuments(sessionId,opts){opts=opts||{};// verify the required parameter 'sessionId' is set
|
|
8932
8959
|
if(sessionId===undefined||sessionId===null){throw'Missing the required parameter "sessionId" when calling getKnowledgeGuestSessionDocuments';}return this.apiClient.callApi('/api/v2/knowledge/guest/sessions/{sessionId}/documents','GET',{'sessionId':sessionId},{'categoryId':this.apiClient.buildCollectionParam(opts['categoryId'],'multi'),'pageSize':opts['pageSize']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
8960
|
+
* Get sync options available for a knowledge-connect integration
|
|
8961
|
+
*
|
|
8962
|
+
* @param {String} integrationId Integration ID
|
|
8963
|
+
* getKnowledgeIntegrationOptions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
8964
|
+
*/},{key:"getKnowledgeIntegrationOptions",value:function getKnowledgeIntegrationOptions(integrationId){// verify the required parameter 'integrationId' is set
|
|
8965
|
+
if(integrationId===undefined||integrationId===null){throw'Missing the required parameter "integrationId" when calling getKnowledgeIntegrationOptions';}return this.apiClient.callApi('/api/v2/knowledge/integrations/{integrationId}/options','GET',{'integrationId':integrationId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
8933
8966
|
* Get knowledge base
|
|
8934
8967
|
*
|
|
8935
8968
|
* @param {String} knowledgeBaseId Knowledge base ID
|
|
@@ -9246,6 +9279,44 @@ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the requir
|
|
|
9246
9279
|
*/},{key:"getKnowledgeKnowledgebaseParseJob",value:function getKnowledgeKnowledgebaseParseJob(knowledgeBaseId,parseJobId,opts){opts=opts||{};// verify the required parameter 'knowledgeBaseId' is set
|
|
9247
9280
|
if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseParseJob';}// verify the required parameter 'parseJobId' is set
|
|
9248
9281
|
if(parseJobId===undefined||parseJobId===null){throw'Missing the required parameter "parseJobId" when calling getKnowledgeKnowledgebaseParseJob';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs/{parseJobId}','GET',{'knowledgeBaseId':knowledgeBaseId,'parseJobId':parseJobId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9282
|
+
* Get Knowledge integration sources
|
|
9283
|
+
*
|
|
9284
|
+
* @param {String} knowledgeBaseId Knowledge base ID
|
|
9285
|
+
* @param {Object} opts Optional parameters
|
|
9286
|
+
* @param {Object} opts.type If specified, retrieves integration sources with specified integration type.
|
|
9287
|
+
* @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
|
|
9288
|
+
* @param {Array.<String>} opts.ids If specified, retrieves integration sources with specified IDs.
|
|
9289
|
+
* getKnowledgeKnowledgebaseSources is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
9290
|
+
*/},{key:"getKnowledgeKnowledgebaseSources",value:function getKnowledgeKnowledgebaseSources(knowledgeBaseId,opts){opts=opts||{};// verify the required parameter 'knowledgeBaseId' is set
|
|
9291
|
+
if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSources';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources','GET',{'knowledgeBaseId':knowledgeBaseId},{'type':opts['type'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'ids':this.apiClient.buildCollectionParam(opts['ids'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9292
|
+
* Get Salesforce Knowledge integration source
|
|
9293
|
+
*
|
|
9294
|
+
* @param {String} knowledgeBaseId Knowledge base ID
|
|
9295
|
+
* @param {String} sourceId Source ID
|
|
9296
|
+
* @param {Object} opts Optional parameters
|
|
9297
|
+
* @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
|
|
9298
|
+
* getKnowledgeKnowledgebaseSourcesSalesforceSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
9299
|
+
*/},{key:"getKnowledgeKnowledgebaseSourcesSalesforceSourceId",value:function getKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId,sourceId,opts){opts=opts||{};// verify the required parameter 'knowledgeBaseId' is set
|
|
9300
|
+
if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSourcesSalesforceSourceId';}// verify the required parameter 'sourceId' is set
|
|
9301
|
+
if(sourceId===undefined||sourceId===null){throw'Missing the required parameter "sourceId" when calling getKnowledgeKnowledgebaseSourcesSalesforceSourceId';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce/{sourceId}','GET',{'knowledgeBaseId':knowledgeBaseId,'sourceId':sourceId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9302
|
+
* Get ServiceNow Knowledge integration source
|
|
9303
|
+
*
|
|
9304
|
+
* @param {String} knowledgeBaseId Knowledge base ID
|
|
9305
|
+
* @param {String} sourceId Source ID
|
|
9306
|
+
* @param {Object} opts Optional parameters
|
|
9307
|
+
* @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
|
|
9308
|
+
* getKnowledgeKnowledgebaseSourcesServicenowSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
9309
|
+
*/},{key:"getKnowledgeKnowledgebaseSourcesServicenowSourceId",value:function getKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId,sourceId,opts){opts=opts||{};// verify the required parameter 'knowledgeBaseId' is set
|
|
9310
|
+
if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSourcesServicenowSourceId';}// verify the required parameter 'sourceId' is set
|
|
9311
|
+
if(sourceId===undefined||sourceId===null){throw'Missing the required parameter "sourceId" when calling getKnowledgeKnowledgebaseSourcesServicenowSourceId';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}','GET',{'knowledgeBaseId':knowledgeBaseId,'sourceId':sourceId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9312
|
+
* Get synchronization job report
|
|
9313
|
+
*
|
|
9314
|
+
* @param {String} knowledgeBaseId Knowledge base ID
|
|
9315
|
+
* @param {String} syncJobId Synchronization job ID
|
|
9316
|
+
* getKnowledgeKnowledgebaseSynchronizeJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
9317
|
+
*/},{key:"getKnowledgeKnowledgebaseSynchronizeJob",value:function getKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId,syncJobId){// verify the required parameter 'knowledgeBaseId' is set
|
|
9318
|
+
if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSynchronizeJob';}// verify the required parameter 'syncJobId' is set
|
|
9319
|
+
if(syncJobId===undefined||syncJobId===null){throw'Missing the required parameter "syncJobId" when calling getKnowledgeKnowledgebaseSynchronizeJob';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/synchronize/jobs/{syncJobId}','GET',{'knowledgeBaseId':knowledgeBaseId,'syncJobId':syncJobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9249
9320
|
* Get knowledge base unanswered group for a particular groupId
|
|
9250
9321
|
*
|
|
9251
9322
|
* @param {String} knowledgeBaseId Knowledge base ID
|
|
@@ -9439,6 +9510,16 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
9439
9510
|
if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseParseJob';}// verify the required parameter 'parseJobId' is set
|
|
9440
9511
|
if(parseJobId===undefined||parseJobId===null){throw'Missing the required parameter "parseJobId" when calling patchKnowledgeKnowledgebaseParseJob';}// verify the required parameter 'body' is set
|
|
9441
9512
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseParseJob';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs/{parseJobId}','PATCH',{'knowledgeBaseId':knowledgeBaseId,'parseJobId':parseJobId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9513
|
+
* Update synchronization job
|
|
9514
|
+
*
|
|
9515
|
+
* @param {String} knowledgeBaseId Knowledge base ID
|
|
9516
|
+
* @param {String} syncJobId Synchronization job ID
|
|
9517
|
+
* @param {Object} body
|
|
9518
|
+
* patchKnowledgeKnowledgebaseSynchronizeJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
9519
|
+
*/},{key:"patchKnowledgeKnowledgebaseSynchronizeJob",value:function patchKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId,syncJobId,body){// verify the required parameter 'knowledgeBaseId' is set
|
|
9520
|
+
if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseSynchronizeJob';}// verify the required parameter 'syncJobId' is set
|
|
9521
|
+
if(syncJobId===undefined||syncJobId===null){throw'Missing the required parameter "syncJobId" when calling patchKnowledgeKnowledgebaseSynchronizeJob';}// verify the required parameter 'body' is set
|
|
9522
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseSynchronizeJob';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/synchronize/jobs/{syncJobId}','PATCH',{'knowledgeBaseId':knowledgeBaseId,'syncJobId':syncJobId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9442
9523
|
* Update a Knowledge base unanswered phrase group
|
|
9443
9524
|
*
|
|
9444
9525
|
* @param {String} knowledgeBaseId Knowledge base ID
|
|
@@ -9744,6 +9825,46 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
9744
9825
|
* @deprecated
|
|
9745
9826
|
*/},{key:"postKnowledgeKnowledgebaseSearch",value:function postKnowledgeKnowledgebaseSearch(knowledgeBaseId,opts){opts=opts||{};// verify the required parameter 'knowledgeBaseId' is set
|
|
9746
9827
|
if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSearch';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/search','POST',{'knowledgeBaseId':knowledgeBaseId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9828
|
+
* Create Salesforce Knowledge integration source
|
|
9829
|
+
*
|
|
9830
|
+
* @param {String} knowledgeBaseId Knowledge base ID
|
|
9831
|
+
* @param {Object} body
|
|
9832
|
+
* postKnowledgeKnowledgebaseSourcesSalesforce is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
9833
|
+
*/},{key:"postKnowledgeKnowledgebaseSourcesSalesforce",value:function postKnowledgeKnowledgebaseSourcesSalesforce(knowledgeBaseId,body){// verify the required parameter 'knowledgeBaseId' is set
|
|
9834
|
+
if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesSalesforce';}// verify the required parameter 'body' is set
|
|
9835
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseSourcesSalesforce';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce','POST',{'knowledgeBaseId':knowledgeBaseId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9836
|
+
* Start sync on Salesforce Knowledge integration source
|
|
9837
|
+
*
|
|
9838
|
+
* @param {String} knowledgeBaseId Knowledge base ID
|
|
9839
|
+
* @param {String} sourceId Source ID
|
|
9840
|
+
* postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
9841
|
+
*/},{key:"postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync",value:function postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync(knowledgeBaseId,sourceId){// verify the required parameter 'knowledgeBaseId' is set
|
|
9842
|
+
if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync';}// verify the required parameter 'sourceId' is set
|
|
9843
|
+
if(sourceId===undefined||sourceId===null){throw'Missing the required parameter "sourceId" when calling postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce/{sourceId}/sync','POST',{'knowledgeBaseId':knowledgeBaseId,'sourceId':sourceId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9844
|
+
* Create ServiceNow Knowledge integration source
|
|
9845
|
+
*
|
|
9846
|
+
* @param {String} knowledgeBaseId Knowledge base ID
|
|
9847
|
+
* @param {Object} body
|
|
9848
|
+
* postKnowledgeKnowledgebaseSourcesServicenow is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
9849
|
+
*/},{key:"postKnowledgeKnowledgebaseSourcesServicenow",value:function postKnowledgeKnowledgebaseSourcesServicenow(knowledgeBaseId,body){// verify the required parameter 'knowledgeBaseId' is set
|
|
9850
|
+
if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesServicenow';}// verify the required parameter 'body' is set
|
|
9851
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseSourcesServicenow';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow','POST',{'knowledgeBaseId':knowledgeBaseId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9852
|
+
* Start synchronization on ServiceNow Knowledge integration source
|
|
9853
|
+
*
|
|
9854
|
+
* @param {String} knowledgeBaseId Knowledge base ID
|
|
9855
|
+
* @param {String} sourceId Source ID
|
|
9856
|
+
* postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
9857
|
+
*/},{key:"postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync",value:function postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync(knowledgeBaseId,sourceId){// verify the required parameter 'knowledgeBaseId' is set
|
|
9858
|
+
if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync';}// verify the required parameter 'sourceId' is set
|
|
9859
|
+
if(sourceId===undefined||sourceId===null){throw'Missing the required parameter "sourceId" when calling postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}/sync','POST',{'knowledgeBaseId':knowledgeBaseId,'sourceId':sourceId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9860
|
+
* Create synchronization job
|
|
9861
|
+
*
|
|
9862
|
+
* @param {String} knowledgeBaseId Knowledge base ID
|
|
9863
|
+
* @param {Object} body
|
|
9864
|
+
* postKnowledgeKnowledgebaseSynchronizeJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
9865
|
+
*/},{key:"postKnowledgeKnowledgebaseSynchronizeJobs",value:function postKnowledgeKnowledgebaseSynchronizeJobs(knowledgeBaseId,body){// verify the required parameter 'knowledgeBaseId' is set
|
|
9866
|
+
if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSynchronizeJobs';}// verify the required parameter 'body' is set
|
|
9867
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseSynchronizeJobs';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/synchronize/jobs','POST',{'knowledgeBaseId':knowledgeBaseId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9747
9868
|
* Create content upload from URL job
|
|
9748
9869
|
*
|
|
9749
9870
|
* @param {String} knowledgeBaseId Knowledge base ID
|
|
@@ -9756,10 +9877,30 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
9756
9877
|
*
|
|
9757
9878
|
* @param {Object} body
|
|
9758
9879
|
*/},{key:"postKnowledgeKnowledgebases",value:function postKnowledgeKnowledgebases(body){// verify the required parameter 'body' is set
|
|
9759
|
-
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebases';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}
|
|
9880
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebases';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9881
|
+
* Update Salesforce Knowledge integration source
|
|
9882
|
+
*
|
|
9883
|
+
* @param {String} knowledgeBaseId Knowledge base ID
|
|
9884
|
+
* @param {String} sourceId Source ID
|
|
9885
|
+
* @param {Object} body
|
|
9886
|
+
* putKnowledgeKnowledgebaseSourcesSalesforceSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
9887
|
+
*/},{key:"putKnowledgeKnowledgebaseSourcesSalesforceSourceId",value:function putKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId,sourceId,body){// verify the required parameter 'knowledgeBaseId' is set
|
|
9888
|
+
if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling putKnowledgeKnowledgebaseSourcesSalesforceSourceId';}// verify the required parameter 'sourceId' is set
|
|
9889
|
+
if(sourceId===undefined||sourceId===null){throw'Missing the required parameter "sourceId" when calling putKnowledgeKnowledgebaseSourcesSalesforceSourceId';}// verify the required parameter 'body' is set
|
|
9890
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putKnowledgeKnowledgebaseSourcesSalesforceSourceId';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce/{sourceId}','PUT',{'knowledgeBaseId':knowledgeBaseId,'sourceId':sourceId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
9891
|
+
* Update ServiceNow Knowledge integration source
|
|
9892
|
+
*
|
|
9893
|
+
* @param {String} knowledgeBaseId Knowledge base ID
|
|
9894
|
+
* @param {String} sourceId Source ID
|
|
9895
|
+
* @param {Object} body
|
|
9896
|
+
* putKnowledgeKnowledgebaseSourcesServicenowSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
9897
|
+
*/},{key:"putKnowledgeKnowledgebaseSourcesServicenowSourceId",value:function putKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId,sourceId,body){// verify the required parameter 'knowledgeBaseId' is set
|
|
9898
|
+
if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling putKnowledgeKnowledgebaseSourcesServicenowSourceId';}// verify the required parameter 'sourceId' is set
|
|
9899
|
+
if(sourceId===undefined||sourceId===null){throw'Missing the required parameter "sourceId" when calling putKnowledgeKnowledgebaseSourcesServicenowSourceId';}// verify the required parameter 'body' is set
|
|
9900
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putKnowledgeKnowledgebaseSourcesServicenowSourceId';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}','PUT',{'knowledgeBaseId':knowledgeBaseId,'sourceId':sourceId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LanguageUnderstandingApi=/*#__PURE__*/function(){/**
|
|
9760
9901
|
* LanguageUnderstanding service.
|
|
9761
9902
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
9762
|
-
* @version
|
|
9903
|
+
* @version 205.0.0
|
|
9763
9904
|
*//**
|
|
9764
9905
|
* Constructs a new LanguageUnderstandingApi.
|
|
9765
9906
|
* @alias module:purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
@@ -10019,7 +10160,7 @@ if(domainVersionId===undefined||domainVersionId===null){throw'Missing the requir
|
|
|
10019
10160
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putLanguageunderstandingDomainVersion';}return this.apiClient.callApi('/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}','PUT',{'domainId':domainId,'domainVersionId':domainVersionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LanguagesApi=/*#__PURE__*/function(){/**
|
|
10020
10161
|
* Languages service.
|
|
10021
10162
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
10022
|
-
* @version
|
|
10163
|
+
* @version 205.0.0
|
|
10023
10164
|
*//**
|
|
10024
10165
|
* Constructs a new LanguagesApi.
|
|
10025
10166
|
* @alias module:purecloud-platform-client-v2/api/LanguagesApi
|
|
@@ -10074,7 +10215,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
|
|
|
10074
10215
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postLanguages';}return this.apiClient.callApi('/api/v2/languages','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LearningApi=/*#__PURE__*/function(){/**
|
|
10075
10216
|
* Learning service.
|
|
10076
10217
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
10077
|
-
* @version
|
|
10218
|
+
* @version 205.0.0
|
|
10078
10219
|
*//**
|
|
10079
10220
|
* Constructs a new LearningApi.
|
|
10080
10221
|
* @alias module:purecloud-platform-client-v2/api/LearningApi
|
|
@@ -10345,7 +10486,7 @@ if(moduleId===undefined||moduleId===null){throw'Missing the required parameter "
|
|
|
10345
10486
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putLearningModuleRule';}return this.apiClient.callApi('/api/v2/learning/modules/{moduleId}/rule','PUT',{'moduleId':moduleId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LicenseApi=/*#__PURE__*/function(){/**
|
|
10346
10487
|
* License service.
|
|
10347
10488
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
10348
|
-
* @version
|
|
10489
|
+
* @version 205.0.0
|
|
10349
10490
|
*//**
|
|
10350
10491
|
* Constructs a new LicenseApi.
|
|
10351
10492
|
* @alias module:purecloud-platform-client-v2/api/LicenseApi
|
|
@@ -10399,7 +10540,7 @@ if(featureName===undefined||featureName===null){throw'Missing the required param
|
|
|
10399
10540
|
*/},{key:"postLicenseUsers",value:function postLicenseUsers(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/license/users','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LocationsApi=/*#__PURE__*/function(){/**
|
|
10400
10541
|
* Locations service.
|
|
10401
10542
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
10402
|
-
* @version
|
|
10543
|
+
* @version 205.0.0
|
|
10403
10544
|
*//**
|
|
10404
10545
|
* Constructs a new LocationsApi.
|
|
10405
10546
|
* @alias module:purecloud-platform-client-v2/api/LocationsApi
|
|
@@ -10458,7 +10599,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
10458
10599
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postLocationsSearch';}return this.apiClient.callApi('/api/v2/locations/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LogCaptureApi=/*#__PURE__*/function(){/**
|
|
10459
10600
|
* LogCapture service.
|
|
10460
10601
|
* @module purecloud-platform-client-v2/api/LogCaptureApi
|
|
10461
|
-
* @version
|
|
10602
|
+
* @version 205.0.0
|
|
10462
10603
|
*//**
|
|
10463
10604
|
* Constructs a new LogCaptureApi.
|
|
10464
10605
|
* @alias module:purecloud-platform-client-v2/api/LogCaptureApi
|
|
@@ -10508,7 +10649,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
|
|
|
10508
10649
|
if(userId===undefined||userId===null){throw'Missing the required parameter "userId" when calling postDiagnosticsLogcaptureBrowserUser';}return this.apiClient.callApi('/api/v2/diagnostics/logcapture/browser/users/{userId}','POST',{'userId':userId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var MessagingApi=/*#__PURE__*/function(){/**
|
|
10509
10650
|
* Messaging service.
|
|
10510
10651
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
10511
|
-
* @version
|
|
10652
|
+
* @version 205.0.0
|
|
10512
10653
|
*//**
|
|
10513
10654
|
* Constructs a new MessagingApi.
|
|
10514
10655
|
* @alias module:purecloud-platform-client-v2/api/MessagingApi
|
|
@@ -10598,7 +10739,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
10598
10739
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putMessagingSettingsDefault';}return this.apiClient.callApi('/api/v2/messaging/settings/default','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var MobileDevicesApi=/*#__PURE__*/function(){/**
|
|
10599
10740
|
* MobileDevices service.
|
|
10600
10741
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
10601
|
-
* @version
|
|
10742
|
+
* @version 205.0.0
|
|
10602
10743
|
*//**
|
|
10603
10744
|
* Constructs a new MobileDevicesApi.
|
|
10604
10745
|
* @alias module:purecloud-platform-client-v2/api/MobileDevicesApi
|
|
@@ -10637,7 +10778,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
10637
10778
|
if(deviceId===undefined||deviceId===null){throw'Missing the required parameter "deviceId" when calling putMobiledevice';}return this.apiClient.callApi('/api/v2/mobiledevices/{deviceId}','PUT',{'deviceId':deviceId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var NotificationsApi=/*#__PURE__*/function(){/**
|
|
10638
10779
|
* Notifications service.
|
|
10639
10780
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
10640
|
-
* @version
|
|
10781
|
+
* @version 205.0.0
|
|
10641
10782
|
*//**
|
|
10642
10783
|
* Constructs a new NotificationsApi.
|
|
10643
10784
|
* @alias module:purecloud-platform-client-v2/api/NotificationsApi
|
|
@@ -10694,7 +10835,7 @@ if(channelId===undefined||channelId===null){throw'Missing the required parameter
|
|
|
10694
10835
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putNotificationsChannelSubscriptions';}return this.apiClient.callApi('/api/v2/notifications/channels/{channelId}/subscriptions','PUT',{'channelId':channelId},{'ignoreErrors':opts['ignoreErrors']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OAuthApi=/*#__PURE__*/function(){/**
|
|
10695
10836
|
* OAuth service.
|
|
10696
10837
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
10697
|
-
* @version
|
|
10838
|
+
* @version 205.0.0
|
|
10698
10839
|
*//**
|
|
10699
10840
|
* Constructs a new OAuthApi.
|
|
10700
10841
|
* @alias module:purecloud-platform-client-v2/api/OAuthApi
|
|
@@ -10779,7 +10920,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
|
|
|
10779
10920
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putOauthClient';}return this.apiClient.callApi('/api/v2/oauth/clients/{clientId}','PUT',{'clientId':clientId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ObjectsApi=/*#__PURE__*/function(){/**
|
|
10780
10921
|
* Objects service.
|
|
10781
10922
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
10782
|
-
* @version
|
|
10923
|
+
* @version 205.0.0
|
|
10783
10924
|
*//**
|
|
10784
10925
|
* Constructs a new ObjectsApi.
|
|
10785
10926
|
* @alias module:purecloud-platform-client-v2/api/ObjectsApi
|
|
@@ -10850,7 +10991,7 @@ if(divisionId===undefined||divisionId===null){throw'Missing the required paramet
|
|
|
10850
10991
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAuthorizationDivision';}return this.apiClient.callApi('/api/v2/authorization/divisions/{divisionId}','PUT',{'divisionId':divisionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OperationalEventsApi=/*#__PURE__*/function(){/**
|
|
10851
10992
|
* OperationalEvents service.
|
|
10852
10993
|
* @module purecloud-platform-client-v2/api/OperationalEventsApi
|
|
10853
|
-
* @version
|
|
10994
|
+
* @version 205.0.0
|
|
10854
10995
|
*//**
|
|
10855
10996
|
* Constructs a new OperationalEventsApi.
|
|
10856
10997
|
* @alias module:purecloud-platform-client-v2/api/OperationalEventsApi
|
|
@@ -10868,7 +11009,7 @@ if(eventDefinitionId===undefined||eventDefinitionId===null){throw'Missing the re
|
|
|
10868
11009
|
*/},{key:"getUsageEventsDefinitions",value:function getUsageEventsDefinitions(){return this.apiClient.callApi('/api/v2/usage/events/definitions','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OrganizationApi=/*#__PURE__*/function(){/**
|
|
10869
11010
|
* Organization service.
|
|
10870
11011
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
10871
|
-
* @version
|
|
11012
|
+
* @version 205.0.0
|
|
10872
11013
|
*//**
|
|
10873
11014
|
* Constructs a new OrganizationApi.
|
|
10874
11015
|
* @alias module:purecloud-platform-client-v2/api/OrganizationApi
|
|
@@ -10993,7 +11134,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
10993
11134
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putOrganizationsWhitelist';}return this.apiClient.callApi('/api/v2/organizations/whitelist','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OrganizationAuthorizationApi=/*#__PURE__*/function(){/**
|
|
10994
11135
|
* OrganizationAuthorization service.
|
|
10995
11136
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
10996
|
-
* @version
|
|
11137
|
+
* @version 205.0.0
|
|
10997
11138
|
*//**
|
|
10998
11139
|
* Constructs a new OrganizationAuthorizationApi.
|
|
10999
11140
|
* @alias module:purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
@@ -11316,7 +11457,7 @@ if(trustorOrgId===undefined||trustorOrgId===null){throw'Missing the required par
|
|
|
11316
11457
|
if(trusteeUserId===undefined||trusteeUserId===null){throw'Missing the required parameter "trusteeUserId" when calling putOrgauthorizationTrustorUser';}return this.apiClient.callApi('/api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId}','PUT',{'trustorOrgId':trustorOrgId,'trusteeUserId':trusteeUserId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OutboundApi=/*#__PURE__*/function(){/**
|
|
11317
11458
|
* Outbound service.
|
|
11318
11459
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
11319
|
-
* @version
|
|
11460
|
+
* @version 205.0.0
|
|
11320
11461
|
*//**
|
|
11321
11462
|
* Constructs a new OutboundApi.
|
|
11322
11463
|
* @alias module:purecloud-platform-client-v2/api/OutboundApi
|
|
@@ -11569,6 +11710,14 @@ if(campaignId===undefined||campaignId===null){throw'Missing the required paramet
|
|
|
11569
11710
|
* @param {String} campaignId Campaign ID
|
|
11570
11711
|
*/},{key:"getOutboundCampaignProgress",value:function getOutboundCampaignProgress(campaignId){// verify the required parameter 'campaignId' is set
|
|
11571
11712
|
if(campaignId===undefined||campaignId===null){throw'Missing the required parameter "campaignId" when calling getOutboundCampaignProgress';}return this.apiClient.callApi('/api/v2/outbound/campaigns/{campaignId}/progress','GET',{'campaignId':campaignId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
11713
|
+
* Get the remaining and total contact count for each skill combination in a skills campaign
|
|
11714
|
+
*
|
|
11715
|
+
* @param {String} campaignId Campaign ID
|
|
11716
|
+
* @param {Object} opts Optional parameters
|
|
11717
|
+
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
11718
|
+
* @param {Number} opts.pageSize Page size (default to 25)
|
|
11719
|
+
*/},{key:"getOutboundCampaignSkillcombinations",value:function getOutboundCampaignSkillcombinations(campaignId,opts){opts=opts||{};// verify the required parameter 'campaignId' is set
|
|
11720
|
+
if(campaignId===undefined||campaignId===null){throw'Missing the required parameter "campaignId" when calling getOutboundCampaignSkillcombinations';}return this.apiClient.callApi('/api/v2/outbound/campaigns/{campaignId}/skillcombinations','GET',{'campaignId':campaignId},{'pageNumber':opts['pageNumber'],'pageSize':opts['pageSize']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
11572
11721
|
* Get statistics about a Dialer Campaign
|
|
11573
11722
|
*
|
|
11574
11723
|
* @param {String} campaignId Campaign ID
|
|
@@ -12395,7 +12544,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
12395
12544
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putOutboundWrapupcodemappings';}return this.apiClient.callApi('/api/v2/outbound/wrapupcodemappings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var PresenceApi=/*#__PURE__*/function(){/**
|
|
12396
12545
|
* Presence service.
|
|
12397
12546
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
12398
|
-
* @version
|
|
12547
|
+
* @version 205.0.0
|
|
12399
12548
|
*//**
|
|
12400
12549
|
* Constructs a new PresenceApi.
|
|
12401
12550
|
* @alias module:purecloud-platform-client-v2/api/PresenceApi
|
|
@@ -12568,7 +12717,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
12568
12717
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUsersPresencesBulk';}return this.apiClient.callApi('/api/v2/users/presences/bulk','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ProcessAutomationApi=/*#__PURE__*/function(){/**
|
|
12569
12718
|
* ProcessAutomation service.
|
|
12570
12719
|
* @module purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
12571
|
-
* @version
|
|
12720
|
+
* @version 205.0.0
|
|
12572
12721
|
*//**
|
|
12573
12722
|
* Constructs a new ProcessAutomationApi.
|
|
12574
12723
|
* @alias module:purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
@@ -12631,7 +12780,7 @@ if(triggerId===undefined||triggerId===null){throw'Missing the required parameter
|
|
|
12631
12780
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putProcessautomationTrigger';}return this.apiClient.callApi('/api/v2/processautomation/triggers/{triggerId}','PUT',{'triggerId':triggerId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var QualityApi=/*#__PURE__*/function(){/**
|
|
12632
12781
|
* Quality service.
|
|
12633
12782
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
12634
|
-
* @version
|
|
12783
|
+
* @version 205.0.0
|
|
12635
12784
|
*//**
|
|
12636
12785
|
* Constructs a new QualityApi.
|
|
12637
12786
|
* @alias module:purecloud-platform-client-v2/api/QualityApi
|
|
@@ -13108,7 +13257,7 @@ if(customerSurveyUrl===undefined||customerSurveyUrl===null){throw'Missing the re
|
|
|
13108
13257
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putQualitySurveysScorable';}return this.apiClient.callApi('/api/v2/quality/surveys/scorable','PUT',{},{'customerSurveyUrl':customerSurveyUrl},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var RecordingApi=/*#__PURE__*/function(){/**
|
|
13109
13258
|
* Recording service.
|
|
13110
13259
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
13111
|
-
* @version
|
|
13260
|
+
* @version 205.0.0
|
|
13112
13261
|
*//**
|
|
13113
13262
|
* Constructs a new RecordingApi.
|
|
13114
13263
|
* @alias module:purecloud-platform-client-v2/api/RecordingApi
|
|
@@ -13520,7 +13669,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
13520
13669
|
*/},{key:"putRecordingsDeletionprotection",value:function putRecordingsDeletionprotection(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/recordings/deletionprotection','PUT',{},{'protect':opts['protect']},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ResponseManagementApi=/*#__PURE__*/function(){/**
|
|
13521
13670
|
* ResponseManagement service.
|
|
13522
13671
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
13523
|
-
* @version
|
|
13672
|
+
* @version 205.0.0
|
|
13524
13673
|
*//**
|
|
13525
13674
|
* Constructs a new ResponseManagementApi.
|
|
13526
13675
|
* @alias module:purecloud-platform-client-v2/api/ResponseManagementApi
|
|
@@ -13641,7 +13790,7 @@ if(responseAssetId===undefined||responseAssetId===null){throw'Missing the requir
|
|
|
13641
13790
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putResponsemanagementResponseasset';}return this.apiClient.callApi('/api/v2/responsemanagement/responseassets/{responseAssetId}','PUT',{'responseAssetId':responseAssetId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var RoutingApi=/*#__PURE__*/function(){/**
|
|
13642
13791
|
* Routing service.
|
|
13643
13792
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
13644
|
-
* @version
|
|
13793
|
+
* @version 205.0.0
|
|
13645
13794
|
*//**
|
|
13646
13795
|
* Constructs a new RoutingApi.
|
|
13647
13796
|
* @alias module:purecloud-platform-client-v2/api/RoutingApi
|
|
@@ -14645,7 +14794,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
|
|
|
14645
14794
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserRoutingskillsBulk';}return this.apiClient.callApi('/api/v2/users/{userId}/routingskills/bulk','PUT',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SCIMApi=/*#__PURE__*/function(){/**
|
|
14646
14795
|
* SCIM service.
|
|
14647
14796
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
14648
|
-
* @version
|
|
14797
|
+
* @version 205.0.0
|
|
14649
14798
|
*//**
|
|
14650
14799
|
* Constructs a new SCIMApi.
|
|
14651
14800
|
* @alias module:purecloud-platform-client-v2/api/SCIMApi
|
|
@@ -14870,7 +15019,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
|
|
|
14870
15019
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putScimV2User';}return this.apiClient.callApi('/api/v2/scim/v2/users/{userId}','PUT',{'userId':userId},{},{'If-Match':opts['ifMatch']},{},body,['PureCloud OAuth'],['application/scim+json','application/json'],['application/scim+json','application/json']);}}]);}();var ScreenRecordingApi=/*#__PURE__*/function(){/**
|
|
14871
15020
|
* ScreenRecording service.
|
|
14872
15021
|
* @module purecloud-platform-client-v2/api/ScreenRecordingApi
|
|
14873
|
-
* @version
|
|
15022
|
+
* @version 205.0.0
|
|
14874
15023
|
*//**
|
|
14875
15024
|
* Constructs a new ScreenRecordingApi.
|
|
14876
15025
|
* @alias module:purecloud-platform-client-v2/api/ScreenRecordingApi
|
|
@@ -14885,7 +15034,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
14885
15034
|
*/return _createClass(ScreenRecordingApi,[{key:"postScreenrecordingToken",value:function postScreenrecordingToken(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/screenrecording/token','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ScriptsApi=/*#__PURE__*/function(){/**
|
|
14886
15035
|
* Scripts service.
|
|
14887
15036
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
14888
|
-
* @version
|
|
15037
|
+
* @version 205.0.0
|
|
14889
15038
|
*//**
|
|
14890
15039
|
* Constructs a new ScriptsApi.
|
|
14891
15040
|
* @alias module:purecloud-platform-client-v2/api/ScriptsApi
|
|
@@ -15021,7 +15170,7 @@ if(scriptId===undefined||scriptId===null){throw'Missing the required parameter "
|
|
|
15021
15170
|
*/},{key:"postScriptsPublished",value:function postScriptsPublished(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/scripts/published','POST',{},{'scriptDataVersion':opts['scriptDataVersion']},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SearchApi=/*#__PURE__*/function(){/**
|
|
15022
15171
|
* Search service.
|
|
15023
15172
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
15024
|
-
* @version
|
|
15173
|
+
* @version 205.0.0
|
|
15025
15174
|
*//**
|
|
15026
15175
|
* Constructs a new SearchApi.
|
|
15027
15176
|
* @alias module:purecloud-platform-client-v2/api/SearchApi
|
|
@@ -15181,7 +15330,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
15181
15330
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postVoicemailSearch';}return this.apiClient.callApi('/api/v2/voicemail/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SettingsApi=/*#__PURE__*/function(){/**
|
|
15182
15331
|
* Settings service.
|
|
15183
15332
|
* @module purecloud-platform-client-v2/api/SettingsApi
|
|
15184
|
-
* @version
|
|
15333
|
+
* @version 205.0.0
|
|
15185
15334
|
*//**
|
|
15186
15335
|
* Constructs a new SettingsApi.
|
|
15187
15336
|
* @alias module:purecloud-platform-client-v2/api/SettingsApi
|
|
@@ -15231,7 +15380,7 @@ if(agentId===undefined||agentId===null){throw'Missing the required parameter "ag
|
|
|
15231
15380
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';}return this.apiClient.callApi('/api/v2/users/agentui/agents/autoanswer/{agentId}/settings','PUT',{'agentId':agentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SpeechTextAnalyticsApi=/*#__PURE__*/function(){/**
|
|
15232
15381
|
* SpeechTextAnalytics service.
|
|
15233
15382
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
15234
|
-
* @version
|
|
15383
|
+
* @version 205.0.0
|
|
15235
15384
|
*//**
|
|
15236
15385
|
* Constructs a new SpeechTextAnalyticsApi.
|
|
15237
15386
|
* @alias module:purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
@@ -15416,6 +15565,21 @@ if(topicId===undefined||topicId===null){throw'Missing the required parameter "to
|
|
|
15416
15565
|
* @param {String} jobId The id of the publish topics job
|
|
15417
15566
|
*/},{key:"getSpeechandtextanalyticsTopicsPublishjob",value:function getSpeechandtextanalyticsTopicsPublishjob(jobId){// verify the required parameter 'jobId' is set
|
|
15418
15567
|
if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId" when calling getSpeechandtextanalyticsTopicsPublishjob';}return this.apiClient.callApi('/api/v2/speechandtextanalytics/topics/publishjobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
15568
|
+
* Translate all communication(s) for an interaction.
|
|
15569
|
+
*
|
|
15570
|
+
* @param {String} languageId Target translation language
|
|
15571
|
+
* @param {String} conversationId Conversation id
|
|
15572
|
+
* @param {Object} opts Optional parameters
|
|
15573
|
+
* @param {String} opts.communicationId Communication id associated with the conversation
|
|
15574
|
+
* @param {String} opts.recordingId Recording id associated with the communication
|
|
15575
|
+
* getSpeechandtextanalyticsTranslationsLanguageConversation is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
15576
|
+
*/},{key:"getSpeechandtextanalyticsTranslationsLanguageConversation",value:function getSpeechandtextanalyticsTranslationsLanguageConversation(languageId,conversationId,opts){opts=opts||{};// verify the required parameter 'languageId' is set
|
|
15577
|
+
if(languageId===undefined||languageId===null){throw'Missing the required parameter "languageId" when calling getSpeechandtextanalyticsTranslationsLanguageConversation';}// verify the required parameter 'conversationId' is set
|
|
15578
|
+
if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsTranslationsLanguageConversation';}return this.apiClient.callApi('/api/v2/speechandtextanalytics/translations/languages/{languageId}/conversations/{conversationId}','GET',{'languageId':languageId,'conversationId':conversationId},{'communicationId':opts['communicationId'],'recordingId':opts['recordingId']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
15579
|
+
* Get supported translation languages
|
|
15580
|
+
*
|
|
15581
|
+
* getSpeechandtextanalyticsTranslationsLanguages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
15582
|
+
*/},{key:"getSpeechandtextanalyticsTranslationsLanguages",value:function getSpeechandtextanalyticsTranslationsLanguages(){return this.apiClient.callApi('/api/v2/speechandtextanalytics/translations/languages','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
15419
15583
|
* Patch Speech And Text Analytics Settings
|
|
15420
15584
|
*
|
|
15421
15585
|
* @param {Object} body Speech And Text Analytics Settings
|
|
@@ -15515,7 +15679,7 @@ if(topicId===undefined||topicId===null){throw'Missing the required parameter "to
|
|
|
15515
15679
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putSpeechandtextanalyticsTopic';}return this.apiClient.callApi('/api/v2/speechandtextanalytics/topics/{topicId}','PUT',{'topicId':topicId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var StationsApi=/*#__PURE__*/function(){/**
|
|
15516
15680
|
* Stations service.
|
|
15517
15681
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
15518
|
-
* @version
|
|
15682
|
+
* @version 205.0.0
|
|
15519
15683
|
*//**
|
|
15520
15684
|
* Constructs a new StationsApi.
|
|
15521
15685
|
* @alias module:purecloud-platform-client-v2/api/StationsApi
|
|
@@ -15547,7 +15711,7 @@ if(stationId===undefined||stationId===null){throw'Missing the required parameter
|
|
|
15547
15711
|
*/},{key:"getStations",value:function getStations(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/stations','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'name':opts['name'],'userSelectable':opts['userSelectable'],'webRtcUserId':opts['webRtcUserId'],'id':opts['id'],'lineAppearanceId':opts['lineAppearanceId']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SuggestApi=/*#__PURE__*/function(){/**
|
|
15548
15712
|
* Suggest service.
|
|
15549
15713
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
15550
|
-
* @version
|
|
15714
|
+
* @version 205.0.0
|
|
15551
15715
|
*//**
|
|
15552
15716
|
* Constructs a new SuggestApi.
|
|
15553
15717
|
* @alias module:purecloud-platform-client-v2/api/SuggestApi
|
|
@@ -15587,7 +15751,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
15587
15751
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postSearchSuggest';}return this.apiClient.callApi('/api/v2/search/suggest','POST',{},{'profile':opts['profile']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TaskManagementApi=/*#__PURE__*/function(){/**
|
|
15588
15752
|
* TaskManagement service.
|
|
15589
15753
|
* @module purecloud-platform-client-v2/api/TaskManagementApi
|
|
15590
|
-
* @version
|
|
15754
|
+
* @version 205.0.0
|
|
15591
15755
|
*//**
|
|
15592
15756
|
* Constructs a new TaskManagementApi.
|
|
15593
15757
|
* @alias module:purecloud-platform-client-v2/api/TaskManagementApi
|
|
@@ -15917,7 +16081,7 @@ if(schemaId===undefined||schemaId===null){throw'Missing the required parameter "
|
|
|
15917
16081
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putTaskmanagementWorkitemsSchema';}return this.apiClient.callApi('/api/v2/taskmanagement/workitems/schemas/{schemaId}','PUT',{'schemaId':schemaId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TeamsApi=/*#__PURE__*/function(){/**
|
|
15918
16082
|
* Teams service.
|
|
15919
16083
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
15920
|
-
* @version
|
|
16084
|
+
* @version 205.0.0
|
|
15921
16085
|
*//**
|
|
15922
16086
|
* Constructs a new TeamsApi.
|
|
15923
16087
|
* @alias module:purecloud-platform-client-v2/api/TeamsApi
|
|
@@ -15995,7 +16159,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
15995
16159
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postTeamsSearch';}return this.apiClient.callApi('/api/v2/teams/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TelephonyApi=/*#__PURE__*/function(){/**
|
|
15996
16160
|
* Telephony service.
|
|
15997
16161
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
15998
|
-
* @version
|
|
16162
|
+
* @version 205.0.0
|
|
15999
16163
|
*//**
|
|
16000
16164
|
* Constructs a new TelephonyApi.
|
|
16001
16165
|
* @alias module:purecloud-platform-client-v2/api/TelephonyApi
|
|
@@ -16042,7 +16206,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
|
|
|
16042
16206
|
if(sIPSearchPublicRequest===undefined||sIPSearchPublicRequest===null){throw'Missing the required parameter "sIPSearchPublicRequest" when calling postTelephonySiptracesDownload';}return this.apiClient.callApi('/api/v2/telephony/siptraces/download','POST',{},{},{},{},sIPSearchPublicRequest,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TelephonyProvidersEdgeApi=/*#__PURE__*/function(){/**
|
|
16043
16207
|
* TelephonyProvidersEdge service.
|
|
16044
16208
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
16045
|
-
* @version
|
|
16209
|
+
* @version 205.0.0
|
|
16046
16210
|
*//**
|
|
16047
16211
|
* Constructs a new TelephonyProvidersEdgeApi.
|
|
16048
16212
|
* @alias module:purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
@@ -16067,6 +16231,9 @@ if(interfaceId===undefined||interfaceId===null){throw'Missing the required param
|
|
|
16067
16231
|
* @param {String} edgeId Edge ID
|
|
16068
16232
|
*/},{key:"deleteTelephonyProvidersEdgeSoftwareupdate",value:function deleteTelephonyProvidersEdgeSoftwareupdate(edgeId){// verify the required parameter 'edgeId' is set
|
|
16069
16233
|
if(edgeId===undefined||edgeId===null){throw'Missing the required parameter "edgeId" when calling deleteTelephonyProvidersEdgeSoftwareupdate';}return this.apiClient.callApi('/api/v2/telephony/providers/edges/{edgeId}/softwareupdate','DELETE',{'edgeId':edgeId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
16234
|
+
* Deletes alertable presences overrides.
|
|
16235
|
+
*
|
|
16236
|
+
*/},{key:"deleteTelephonyProvidersEdgesAlertablepresences",value:function deleteTelephonyProvidersEdgesAlertablepresences(){return this.apiClient.callApi('/api/v2/telephony/providers/edges/alertablepresences','DELETE',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
16070
16237
|
* Delete a certificate authority.
|
|
16071
16238
|
*
|
|
16072
16239
|
* @param {String} certificateId Certificate ID
|
|
@@ -16220,6 +16387,11 @@ if(edgeId===undefined||edgeId===null){throw'Missing the required parameter "edge
|
|
|
16220
16387
|
* @param {Boolean} opts.managed Filter by managed
|
|
16221
16388
|
* @param {Boolean} opts.showCloudMedia True to show the cloud media devices in the result. (default to true)
|
|
16222
16389
|
*/},{key:"getTelephonyProvidersEdges",value:function getTelephonyProvidersEdges(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/telephony/providers/edges','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'name':opts['name'],'site.id':opts['siteId'],'edgeGroup.id':opts['edgeGroupId'],'sortBy':opts['sortBy'],'managed':opts['managed'],'showCloudMedia':opts['showCloudMedia']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
16390
|
+
* Get the list alertable presences. The 'type' query parameter can be used to If there are any overrides, this is the list of overrides; if there are no overrides, it is the default list.
|
|
16391
|
+
*
|
|
16392
|
+
* @param {Object} opts Optional parameters
|
|
16393
|
+
* @param {Object} opts.type
|
|
16394
|
+
*/},{key:"getTelephonyProvidersEdgesAlertablepresences",value:function getTelephonyProvidersEdgesAlertablepresences(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/telephony/providers/edges/alertablepresences','GET',{},{'type':opts['type']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
16223
16395
|
* Get the list of certificate authorities.
|
|
16224
16396
|
*
|
|
16225
16397
|
*/},{key:"getTelephonyProvidersEdgesCertificateauthorities",value:function getTelephonyProvidersEdgesCertificateauthorities(){return this.apiClient.callApi('/api/v2/telephony/providers/edges/certificateauthorities','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
@@ -16762,6 +16934,11 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
16762
16934
|
if(edgeId===undefined||edgeId===null){throw'Missing the required parameter "edgeId" when calling putTelephonyProvidersEdgeLogicalinterface';}// verify the required parameter 'interfaceId' is set
|
|
16763
16935
|
if(interfaceId===undefined||interfaceId===null){throw'Missing the required parameter "interfaceId" when calling putTelephonyProvidersEdgeLogicalinterface';}// verify the required parameter 'body' is set
|
|
16764
16936
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgeLogicalinterface';}return this.apiClient.callApi('/api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces/{interfaceId}','PUT',{'edgeId':edgeId,'interfaceId':interfaceId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
16937
|
+
* Creates or updates alertable presences overrides.
|
|
16938
|
+
*
|
|
16939
|
+
* @param {Object} body Alertable Presences Overrides
|
|
16940
|
+
*/},{key:"putTelephonyProvidersEdgesAlertablepresences",value:function putTelephonyProvidersEdgesAlertablepresences(body){// verify the required parameter 'body' is set
|
|
16941
|
+
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesAlertablepresences';}return this.apiClient.callApi('/api/v2/telephony/providers/edges/alertablepresences','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
16765
16942
|
* Update a certificate authority.
|
|
16766
16943
|
*
|
|
16767
16944
|
* @param {String} certificateId Certificate ID
|
|
@@ -16852,7 +17029,7 @@ if(trunkBaseSettingsId===undefined||trunkBaseSettingsId===null){throw'Missing th
|
|
|
16852
17029
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesTrunkbasesetting';}return this.apiClient.callApi('/api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId}','PUT',{'trunkBaseSettingsId':trunkBaseSettingsId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TextbotsApi=/*#__PURE__*/function(){/**
|
|
16853
17030
|
* Textbots service.
|
|
16854
17031
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
16855
|
-
* @version
|
|
17032
|
+
* @version 205.0.0
|
|
16856
17033
|
*//**
|
|
16857
17034
|
* Constructs a new TextbotsApi.
|
|
16858
17035
|
* @alias module:purecloud-platform-client-v2/api/TextbotsApi
|
|
@@ -16887,7 +17064,7 @@ if(launchRequest===undefined||launchRequest===null){throw'Missing the required p
|
|
|
16887
17064
|
if(postTextRequest===undefined||postTextRequest===null){throw'Missing the required parameter "postTextRequest" when calling postTextbotsBotsExecute';}return this.apiClient.callApi('/api/v2/textbots/bots/execute','POST',{},{},{},{},postTextRequest,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TokensApi=/*#__PURE__*/function(){/**
|
|
16888
17065
|
* Tokens service.
|
|
16889
17066
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
16890
|
-
* @version
|
|
17067
|
+
* @version 205.0.0
|
|
16891
17068
|
*//**
|
|
16892
17069
|
* Constructs a new TokensApi.
|
|
16893
17070
|
* @alias module:purecloud-platform-client-v2/api/TokensApi
|
|
@@ -16921,7 +17098,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
|
|
|
16921
17098
|
*/},{key:"putTokensTimeout",value:function putTokensTimeout(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/tokens/timeout','PUT',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UploadsApi=/*#__PURE__*/function(){/**
|
|
16922
17099
|
* Uploads service.
|
|
16923
17100
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
16924
|
-
* @version
|
|
17101
|
+
* @version 205.0.0
|
|
16925
17102
|
*//**
|
|
16926
17103
|
* Constructs a new UploadsApi.
|
|
16927
17104
|
* @alias module:purecloud-platform-client-v2/api/UploadsApi
|
|
@@ -16987,7 +17164,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
16987
17164
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postUploadsWorkforcemanagementHistoricaldataCsv';}return this.apiClient.callApi('/api/v2/uploads/workforcemanagement/historicaldata/csv','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UsageApi=/*#__PURE__*/function(){/**
|
|
16988
17165
|
* Usage service.
|
|
16989
17166
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
16990
|
-
* @version
|
|
17167
|
+
* @version 205.0.0
|
|
16991
17168
|
*//**
|
|
16992
17169
|
* Constructs a new UsageApi.
|
|
16993
17170
|
* @alias module:purecloud-platform-client-v2/api/UsageApi
|
|
@@ -17041,7 +17218,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
17041
17218
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postUsageSimplesearch';}return this.apiClient.callApi('/api/v2/usage/simplesearch','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UserRecordingsApi=/*#__PURE__*/function(){/**
|
|
17042
17219
|
* UserRecordings service.
|
|
17043
17220
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
17044
|
-
* @version
|
|
17221
|
+
* @version 205.0.0
|
|
17045
17222
|
*//**
|
|
17046
17223
|
* Constructs a new UserRecordingsApi.
|
|
17047
17224
|
* @alias module:purecloud-platform-client-v2/api/UserRecordingsApi
|
|
@@ -17098,7 +17275,7 @@ if(recordingId===undefined||recordingId===null){throw'Missing the required param
|
|
|
17098
17275
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserrecording';}return this.apiClient.callApi('/api/v2/userrecordings/{recordingId}','PUT',{'recordingId':recordingId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UsersApi=/*#__PURE__*/function(){/**
|
|
17099
17276
|
* Users service.
|
|
17100
17277
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
17101
|
-
* @version
|
|
17278
|
+
* @version 205.0.0
|
|
17102
17279
|
*//**
|
|
17103
17280
|
* Constructs a new UsersApi.
|
|
17104
17281
|
* @alias module:purecloud-platform-client-v2/api/UsersApi
|
|
@@ -17788,7 +17965,7 @@ if(verifierId===undefined||verifierId===null){throw'Missing the required paramet
|
|
|
17788
17965
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserVerifier';}return this.apiClient.callApi('/api/v2/users/{userId}/verifiers/{verifierId}','PUT',{'userId':userId,'verifierId':verifierId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UtilitiesApi=/*#__PURE__*/function(){/**
|
|
17789
17966
|
* Utilities service.
|
|
17790
17967
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
17791
|
-
* @version
|
|
17968
|
+
* @version 205.0.0
|
|
17792
17969
|
*//**
|
|
17793
17970
|
* Constructs a new UtilitiesApi.
|
|
17794
17971
|
* @alias module:purecloud-platform-client-v2/api/UtilitiesApi
|
|
@@ -17815,7 +17992,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
17815
17992
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postCertificateDetails';}return this.apiClient.callApi('/api/v2/certificate/details','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var VoicemailApi=/*#__PURE__*/function(){/**
|
|
17816
17993
|
* Voicemail service.
|
|
17817
17994
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
17818
|
-
* @version
|
|
17995
|
+
* @version 205.0.0
|
|
17819
17996
|
*//**
|
|
17820
17997
|
* Constructs a new VoicemailApi.
|
|
17821
17998
|
* @alias module:purecloud-platform-client-v2/api/VoicemailApi
|
|
@@ -17964,7 +18141,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
|
|
|
17964
18141
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putVoicemailUserpolicy';}return this.apiClient.callApi('/api/v2/voicemail/userpolicies/{userId}','PUT',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WebChatApi=/*#__PURE__*/function(){/**
|
|
17965
18142
|
* WebChat service.
|
|
17966
18143
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
17967
|
-
* @version
|
|
18144
|
+
* @version 205.0.0
|
|
17968
18145
|
*//**
|
|
17969
18146
|
* Constructs a new WebChatApi.
|
|
17970
18147
|
* @alias module:purecloud-platform-client-v2/api/WebChatApi
|
|
@@ -18099,7 +18276,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
|
|
|
18099
18276
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putWebchatSettings';}return this.apiClient.callApi('/api/v2/webchat/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WebDeploymentsApi=/*#__PURE__*/function(){/**
|
|
18100
18277
|
* WebDeployments service.
|
|
18101
18278
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
18102
|
-
* @version
|
|
18279
|
+
* @version 205.0.0
|
|
18103
18280
|
*//**
|
|
18104
18281
|
* Constructs a new WebDeploymentsApi.
|
|
18105
18282
|
* @alias module:purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
@@ -18177,7 +18354,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
|
|
|
18177
18354
|
* Get deployments
|
|
18178
18355
|
*
|
|
18179
18356
|
* @param {Object} opts Optional parameters
|
|
18180
|
-
* @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
|
|
18357
|
+
* @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
|
|
18181
18358
|
*/},{key:"getWebdeploymentsDeployments",value:function getWebdeploymentsDeployments(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/webdeployments/deployments','GET',{},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
|
|
18182
18359
|
* Publish the configuration draft and create a new version
|
|
18183
18360
|
*
|
|
@@ -18220,7 +18397,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
|
|
|
18220
18397
|
if(deployment===undefined||deployment===null){throw'Missing the required parameter "deployment" when calling putWebdeploymentsDeployment';}return this.apiClient.callApi('/api/v2/webdeployments/deployments/{deploymentId}','PUT',{'deploymentId':deploymentId},{},{},{},deployment,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WebMessagingApi=/*#__PURE__*/function(){/**
|
|
18221
18398
|
* WebMessaging service.
|
|
18222
18399
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
18223
|
-
* @version
|
|
18400
|
+
* @version 205.0.0
|
|
18224
18401
|
*//**
|
|
18225
18402
|
* Constructs a new WebMessagingApi.
|
|
18226
18403
|
* @alias module:purecloud-platform-client-v2/api/WebMessagingApi
|
|
@@ -18236,7 +18413,7 @@ if(deployment===undefined||deployment===null){throw'Missing the required paramet
|
|
|
18236
18413
|
*/return _createClass(WebMessagingApi,[{key:"getWebmessagingMessages",value:function getWebmessagingMessages(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/webmessaging/messages','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WidgetsApi=/*#__PURE__*/function(){/**
|
|
18237
18414
|
* Widgets service.
|
|
18238
18415
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
18239
|
-
* @version
|
|
18416
|
+
* @version 205.0.0
|
|
18240
18417
|
*//**
|
|
18241
18418
|
* Constructs a new WidgetsApi.
|
|
18242
18419
|
* @alias module:purecloud-platform-client-v2/api/WidgetsApi
|
|
@@ -18271,7 +18448,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
|
|
|
18271
18448
|
if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putWidgetsDeployment';}return this.apiClient.callApi('/api/v2/widgets/deployments/{deploymentId}','PUT',{'deploymentId':deploymentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WorkforceManagementApi=/*#__PURE__*/function(){/**
|
|
18272
18449
|
* WorkforceManagement service.
|
|
18273
18450
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
18274
|
-
* @version
|
|
18451
|
+
* @version 205.0.0
|
|
18275
18452
|
*//**
|
|
18276
18453
|
* Constructs a new WorkforceManagementApi.
|
|
18277
18454
|
* @alias module:purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
@@ -20037,7 +20214,7 @@ if(timeOffLimitId===undefined||timeOffLimitId===null){throw'Missing the required
|
|
|
20037
20214
|
* </pre>
|
|
20038
20215
|
* </p>
|
|
20039
20216
|
* @module purecloud-platform-client-v2/index
|
|
20040
|
-
* @version
|
|
20217
|
+
* @version 205.0.0
|
|
20041
20218
|
*/var platformClient=/*#__PURE__*/_createClass(function platformClient(){_classCallCheck(this,platformClient);/**
|
|
20042
20219
|
* The ApiClient constructor.
|
|
20043
20220
|
* @property {module:purecloud-platform-client-v2/ApiClient}
|