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.
Files changed (89) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +828 -95
  3. package/dist/web-amd/purecloud-platform-client-v2.js +828 -95
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +273 -96
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +273 -96
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +563 -1
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -14
  17. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +27 -2
  25. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +51 -1
  41. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +516 -1
  43. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OutboundApi.js +31 -1
  58. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +58 -1
  70. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +70 -1
  76. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +2 -2
  86. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -6168,7 +6168,7 @@ if(env)this.environment=env;else this.environment=this.host?this.host:'mypureclo
6168
6168
  this.environment=this.environment.replace(/\/+$/,'');// Strip protocol and subdomain
6169
6169
  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];}}}]);}();/**
6170
6170
  * @module purecloud-platform-client-v2/ApiClient
6171
- * @version 204.0.1
6171
+ * @version 205.0.0
6172
6172
  */var ApiClient=/*#__PURE__*/function(){/**
6173
6173
  * Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
6174
6174
  * application to use this class directly - the *Api and model classes provide the public API for the service. The
@@ -6480,7 +6480,7 @@ resolve(data);})["catch"](function(error){var data=error;if(error.response&&erro
6480
6480
  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(){/**
6481
6481
  * AgentAssistants service.
6482
6482
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
6483
- * @version 204.0.1
6483
+ * @version 205.0.0
6484
6484
  *//**
6485
6485
  * Constructs a new AgentAssistantsApi.
6486
6486
  * @alias module:purecloud-platform-client-v2/api/AgentAssistantsApi
@@ -6581,7 +6581,7 @@ if(queueId===undefined||queueId===null){throw'Missing the required parameter "qu
6581
6581
  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(){/**
6582
6582
  * AgentCopilot service.
6583
6583
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
6584
- * @version 204.0.1
6584
+ * @version 205.0.0
6585
6585
  *//**
6586
6586
  * Constructs a new AgentCopilotApi.
6587
6587
  * @alias module:purecloud-platform-client-v2/api/AgentCopilotApi
@@ -6603,7 +6603,7 @@ if(assistantId===undefined||assistantId===null){throw'Missing the required param
6603
6603
  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(){/**
6604
6604
  * AgentUI service.
6605
6605
  * @module purecloud-platform-client-v2/api/AgentUIApi
6606
- * @version 204.0.1
6606
+ * @version 205.0.0
6607
6607
  *//**
6608
6608
  * Constructs a new AgentUIApi.
6609
6609
  * @alias module:purecloud-platform-client-v2/api/AgentUIApi
@@ -6637,7 +6637,7 @@ if(agentId===undefined||agentId===null){throw'Missing the required parameter "ag
6637
6637
  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(){/**
6638
6638
  * Alerting service.
6639
6639
  * @module purecloud-platform-client-v2/api/AlertingApi
6640
- * @version 204.0.1
6640
+ * @version 205.0.0
6641
6641
  *//**
6642
6642
  * Constructs a new AlertingApi.
6643
6643
  * @alias module:purecloud-platform-client-v2/api/AlertingApi
@@ -6794,7 +6794,7 @@ if(ruleId===undefined||ruleId===null){throw'Missing the required parameter "rule
6794
6794
  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(){/**
6795
6795
  * Analytics service.
6796
6796
  * @module purecloud-platform-client-v2/api/AnalyticsApi
6797
- * @version 204.0.1
6797
+ * @version 205.0.0
6798
6798
  *//**
6799
6799
  * Constructs a new AnalyticsApi.
6800
6800
  * @alias module:purecloud-platform-client-v2/api/AnalyticsApi
@@ -7415,7 +7415,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
7415
7415
  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(){/**
7416
7416
  * Architect service.
7417
7417
  * @module purecloud-platform-client-v2/api/ArchitectApi
7418
- * @version 204.0.1
7418
+ * @version 205.0.0
7419
7419
  *//**
7420
7420
  * Constructs a new ArchitectApi.
7421
7421
  * @alias module:purecloud-platform-client-v2/api/ArchitectApi
@@ -7431,14 +7431,12 @@ if(emergencyGroupId===undefined||emergencyGroupId===null){throw'Missing the requ
7431
7431
  * Delete a grammar.
7432
7432
  *
7433
7433
  * @param {String} grammarId grammar ID
7434
- * deleteArchitectGrammar is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7435
7434
  */},{key:"deleteArchitectGrammar",value:function deleteArchitectGrammar(grammarId){// verify the required parameter 'grammarId' is set
7436
7435
  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']);}/**
7437
7436
  * Delete specified grammar language
7438
7437
  *
7439
7438
  * @param {String} grammarId Grammar ID
7440
7439
  * @param {String} languageCode Language
7441
- * deleteArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7442
7440
  */},{key:"deleteArchitectGrammarLanguage",value:function deleteArchitectGrammarLanguage(grammarId,languageCode){// verify the required parameter 'grammarId' is set
7443
7441
  if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling deleteArchitectGrammarLanguage';}// verify the required parameter 'languageCode' is set
7444
7442
  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']);}/**
@@ -7446,7 +7444,6 @@ if(languageCode===undefined||languageCode===null){throw'Missing the required par
7446
7444
  *
7447
7445
  * @param {String} grammarId Grammar ID
7448
7446
  * @param {String} languageCode Language
7449
- * deleteArchitectGrammarLanguageFilesDtmf is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7450
7447
  */},{key:"deleteArchitectGrammarLanguageFilesDtmf",value:function deleteArchitectGrammarLanguageFilesDtmf(grammarId,languageCode){// verify the required parameter 'grammarId' is set
7451
7448
  if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling deleteArchitectGrammarLanguageFilesDtmf';}// verify the required parameter 'languageCode' is set
7452
7449
  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']);}/**
@@ -7454,7 +7451,6 @@ if(languageCode===undefined||languageCode===null){throw'Missing the required par
7454
7451
  *
7455
7452
  * @param {String} grammarId Grammar ID
7456
7453
  * @param {String} languageCode Language
7457
- * deleteArchitectGrammarLanguageFilesVoice is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7458
7454
  */},{key:"deleteArchitectGrammarLanguageFilesVoice",value:function deleteArchitectGrammarLanguageFilesVoice(grammarId,languageCode){// verify the required parameter 'grammarId' is set
7459
7455
  if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling deleteArchitectGrammarLanguageFilesVoice';}// verify the required parameter 'languageCode' is set
7460
7456
  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']);}/**
@@ -7660,14 +7656,12 @@ if(emergencyGroupId===undefined||emergencyGroupId===null){throw'Missing the requ
7660
7656
  * @param {String} grammarId grammar ID
7661
7657
  * @param {Object} opts Optional parameters
7662
7658
  * @param {Boolean} opts.includeFileUrls Include grammar language file URLs
7663
- * getArchitectGrammar is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7664
7659
  */},{key:"getArchitectGrammar",value:function getArchitectGrammar(grammarId,opts){opts=opts||{};// verify the required parameter 'grammarId' is set
7665
7660
  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']);}/**
7666
7661
  * Get a grammar language.
7667
7662
  *
7668
7663
  * @param {String} grammarId Grammar ID
7669
7664
  * @param {String} languageCode Language
7670
- * getArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7671
7665
  */},{key:"getArchitectGrammarLanguage",value:function getArchitectGrammarLanguage(grammarId,languageCode){// verify the required parameter 'grammarId' is set
7672
7666
  if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling getArchitectGrammarLanguage';}// verify the required parameter 'languageCode' is set
7673
7667
  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']);}/**
@@ -7683,7 +7677,6 @@ if(languageCode===undefined||languageCode===null){throw'Missing the required par
7683
7677
  * @param {String} opts.description Description
7684
7678
  * @param {String} opts.nameOrDescription Name or description
7685
7679
  * @param {Boolean} opts.includeFileUrls Include grammar language file URLs
7686
- * getArchitectGrammars is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7687
7680
  */},{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']);}/**
7688
7681
  * Get an IVR config.
7689
7682
  *
@@ -8189,7 +8182,6 @@ if(flowOutcomeId===undefined||flowOutcomeId===null){throw'Missing the required p
8189
8182
  * @param {String} grammarId grammar ID
8190
8183
  * @param {Object} opts Optional parameters
8191
8184
  * @param {Object} opts.body
8192
- * patchArchitectGrammar is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8193
8185
  */},{key:"patchArchitectGrammar",value:function patchArchitectGrammar(grammarId,opts){opts=opts||{};// verify the required parameter 'grammarId' is set
8194
8186
  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']);}/**
8195
8187
  * Updates a grammar language
@@ -8198,7 +8190,6 @@ if(grammarId===undefined||grammarId===null){throw'Missing the required parameter
8198
8190
  * @param {String} languageCode Language
8199
8191
  * @param {Object} opts Optional parameters
8200
8192
  * @param {Object} opts.body
8201
- * patchArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8202
8193
  */},{key:"patchArchitectGrammarLanguage",value:function patchArchitectGrammarLanguage(grammarId,languageCode,opts){opts=opts||{};// verify the required parameter 'grammarId' is set
8203
8194
  if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling patchArchitectGrammarLanguage';}// verify the required parameter 'languageCode' is set
8204
8195
  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']);}/**
@@ -8220,7 +8211,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8220
8211
  * @param {String} grammarId Grammar ID
8221
8212
  * @param {String} languageCode Language
8222
8213
  * @param {Object} body query
8223
- * postArchitectGrammarLanguageFilesDtmf is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8224
8214
  */},{key:"postArchitectGrammarLanguageFilesDtmf",value:function postArchitectGrammarLanguageFilesDtmf(grammarId,languageCode,body){// verify the required parameter 'grammarId' is set
8225
8215
  if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling postArchitectGrammarLanguageFilesDtmf';}// verify the required parameter 'languageCode' is set
8226
8216
  if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling postArchitectGrammarLanguageFilesDtmf';}// verify the required parameter 'body' is set
@@ -8230,7 +8220,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8230
8220
  * @param {String} grammarId Grammar ID
8231
8221
  * @param {String} languageCode Language
8232
8222
  * @param {Object} body query
8233
- * postArchitectGrammarLanguageFilesVoice is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8234
8223
  */},{key:"postArchitectGrammarLanguageFilesVoice",value:function postArchitectGrammarLanguageFilesVoice(grammarId,languageCode,body){// verify the required parameter 'grammarId' is set
8235
8224
  if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling postArchitectGrammarLanguageFilesVoice';}// verify the required parameter 'languageCode' is set
8236
8225
  if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling postArchitectGrammarLanguageFilesVoice';}// verify the required parameter 'body' is set
@@ -8239,14 +8228,12 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8239
8228
  *
8240
8229
  * @param {String} grammarId Grammar ID
8241
8230
  * @param {Object} body
8242
- * postArchitectGrammarLanguages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8243
8231
  */},{key:"postArchitectGrammarLanguages",value:function postArchitectGrammarLanguages(grammarId,body){// verify the required parameter 'grammarId' is set
8244
8232
  if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling postArchitectGrammarLanguages';}// verify the required parameter 'body' is set
8245
8233
  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']);}/**
8246
8234
  * Create a new grammar
8247
8235
  *
8248
8236
  * @param {Object} body
8249
- * postArchitectGrammars is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8250
8237
  */},{key:"postArchitectGrammars",value:function postArchitectGrammars(body){// verify the required parameter 'body' is set
8251
8238
  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']);}/**
8252
8239
  * Create IVR config.
@@ -8520,7 +8507,7 @@ if(milestoneId===undefined||milestoneId===null){throw'Missing the required param
8520
8507
  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(){/**
8521
8508
  * Audit service.
8522
8509
  * @module purecloud-platform-client-v2/api/AuditApi
8523
- * @version 204.0.1
8510
+ * @version 205.0.0
8524
8511
  *//**
8525
8512
  * Constructs a new AuditApi.
8526
8513
  * @alias module:purecloud-platform-client-v2/api/AuditApi
@@ -8570,7 +8557,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8570
8557
  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(){/**
8571
8558
  * Authorization service.
8572
8559
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8573
- * @version 204.0.1
8560
+ * @version 205.0.0
8574
8561
  *//**
8575
8562
  * Constructs a new AuthorizationApi.
8576
8563
  * @alias module:purecloud-platform-client-v2/api/AuthorizationApi
@@ -8893,7 +8880,7 @@ if(subjectId===undefined||subjectId===null){throw'Missing the required parameter
8893
8880
  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(){/**
8894
8881
  * Billing service.
8895
8882
  * @module purecloud-platform-client-v2/api/BillingApi
8896
- * @version 204.0.1
8883
+ * @version 205.0.0
8897
8884
  *//**
8898
8885
  * Constructs a new BillingApi.
8899
8886
  * @alias module:purecloud-platform-client-v2/api/BillingApi
@@ -8917,7 +8904,7 @@ if(endDate===undefined||endDate===null){throw'Missing the required parameter "en
8917
8904
  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(){/**
8918
8905
  * CarrierServices service.
8919
8906
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
8920
- * @version 204.0.1
8907
+ * @version 205.0.0
8921
8908
  *//**
8922
8909
  * Constructs a new CarrierServicesApi.
8923
8910
  * @alias module:purecloud-platform-client-v2/api/CarrierServicesApi
@@ -8937,7 +8924,7 @@ if(phoneNumber===undefined||phoneNumber===null){throw'Missing the required param
8937
8924
  */},{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(){/**
8938
8925
  * Chat service.
8939
8926
  * @module purecloud-platform-client-v2/api/ChatApi
8940
- * @version 204.0.1
8927
+ * @version 205.0.0
8941
8928
  *//**
8942
8929
  * Constructs a new ChatApi.
8943
8930
  * @alias module:purecloud-platform-client-v2/api/ChatApi
@@ -9162,7 +9149,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
9162
9149
  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(){/**
9163
9150
  * Coaching service.
9164
9151
  * @module purecloud-platform-client-v2/api/CoachingApi
9165
- * @version 204.0.1
9152
+ * @version 205.0.0
9166
9153
  *//**
9167
9154
  * Constructs a new CoachingApi.
9168
9155
  * @alias module:purecloud-platform-client-v2/api/CoachingApi
@@ -9315,7 +9302,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
9315
9302
  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(){/**
9316
9303
  * ContentManagement service.
9317
9304
  * @module purecloud-platform-client-v2/api/ContentManagementApi
9318
- * @version 204.0.1
9305
+ * @version 205.0.0
9319
9306
  *//**
9320
9307
  * Constructs a new ContentManagementApi.
9321
9308
  * @alias module:purecloud-platform-client-v2/api/ContentManagementApi
@@ -9598,7 +9585,7 @@ if(tagId===undefined||tagId===null){throw'Missing the required parameter "tagId"
9598
9585
  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(){/**
9599
9586
  * Conversations service.
9600
9587
  * @module purecloud-platform-client-v2/api/ConversationsApi
9601
- * @version 204.0.1
9588
+ * @version 205.0.0
9602
9589
  *//**
9603
9590
  * Constructs a new ConversationsApi.
9604
9591
  * @alias module:purecloud-platform-client-v2/api/ConversationsApi
@@ -9779,6 +9766,12 @@ if(suggestionId===undefined||suggestionId===null){throw'Missing the required par
9779
9766
  * @param {Object} opts.state Suggestion state to filter Copilot suggestions.
9780
9767
  */},{key:"getConversationSuggestions",value:function getConversationSuggestions(conversationId,opts){opts=opts||{};// verify the required parameter 'conversationId' is set
9781
9768
  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']);}/**
9769
+ * Get the summaries of the conversation.
9770
+ *
9771
+ * @param {String} conversationId Conversation ID
9772
+ * getConversationSummaries is a preview method and is subject to both breaking and non-breaking changes at any time without notice
9773
+ */},{key:"getConversationSummaries",value:function getConversationSummaries(conversationId){// verify the required parameter 'conversationId' is set
9774
+ 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']);}/**
9782
9775
  * Get active conversations for the logged in user
9783
9776
  *
9784
9777
  * @param {Object} opts Optional parameters
@@ -10280,7 +10273,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10280
10273
  *
10281
10274
  * @param {String} conversationId conversation ID
10282
10275
  * @param {Object} body Conversation Utilization Label
10283
- * patchConversationUtilizationlabel is a preview method and is subject to both breaking and non-breaking changes at any time without notice
10284
10276
  */},{key:"patchConversationUtilizationlabel",value:function patchConversationUtilizationlabel(conversationId,body){// verify the required parameter 'conversationId' is set
10285
10277
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling patchConversationUtilizationlabel';}// verify the required parameter 'body' is set
10286
10278
  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']);}/**
@@ -11320,7 +11312,7 @@ if(conversationId===undefined||conversationId===null){throw'Missing the required
11320
11312
  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(){/**
11321
11313
  * DataExtensions service.
11322
11314
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
11323
- * @version 204.0.1
11315
+ * @version 205.0.0
11324
11316
  *//**
11325
11317
  * Constructs a new DataExtensionsApi.
11326
11318
  * @alias module:purecloud-platform-client-v2/api/DataExtensionsApi
@@ -11341,7 +11333,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
11341
11333
  */},{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(){/**
11342
11334
  * Downloads service.
11343
11335
  * @module purecloud-platform-client-v2/api/DownloadsApi
11344
- * @version 204.0.1
11336
+ * @version 205.0.0
11345
11337
  *//**
11346
11338
  * Constructs a new DownloadsApi.
11347
11339
  * @alias module:purecloud-platform-client-v2/api/DownloadsApi
@@ -11360,7 +11352,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
11360
11352
  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(){/**
11361
11353
  * Emails service.
11362
11354
  * @module purecloud-platform-client-v2/api/EmailsApi
11363
- * @version 204.0.1
11355
+ * @version 205.0.0
11364
11356
  *//**
11365
11357
  * Constructs a new EmailsApi.
11366
11358
  * @alias module:purecloud-platform-client-v2/api/EmailsApi
@@ -11378,7 +11370,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
11378
11370
  */},{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(){/**
11379
11371
  * EmployeeEngagement service.
11380
11372
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
11381
- * @version 204.0.1
11373
+ * @version 205.0.0
11382
11374
  *//**
11383
11375
  * Constructs a new EmployeeEngagementApi.
11384
11376
  * @alias module:purecloud-platform-client-v2/api/EmployeeEngagementApi
@@ -11416,7 +11408,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11416
11408
  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(){/**
11417
11409
  * Events service.
11418
11410
  * @module purecloud-platform-client-v2/api/EventsApi
11419
- * @version 204.0.1
11411
+ * @version 205.0.0
11420
11412
  *//**
11421
11413
  * Constructs a new EventsApi.
11422
11414
  * @alias module:purecloud-platform-client-v2/api/EventsApi
@@ -11441,7 +11433,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11441
11433
  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(){/**
11442
11434
  * ExternalContacts service.
11443
11435
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
11444
- * @version 204.0.1
11436
+ * @version 205.0.0
11445
11437
  *//**
11446
11438
  * Constructs a new ExternalContactsApi.
11447
11439
  * @alias module:purecloud-platform-client-v2/api/ExternalContactsApi
@@ -11933,7 +11925,7 @@ if(relationshipId===undefined||relationshipId===null){throw'Missing the required
11933
11925
  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(){/**
11934
11926
  * Fax service.
11935
11927
  * @module purecloud-platform-client-v2/api/FaxApi
11936
- * @version 204.0.1
11928
+ * @version 205.0.0
11937
11929
  *//**
11938
11930
  * Constructs a new FaxApi.
11939
11931
  * @alias module:purecloud-platform-client-v2/api/FaxApi
@@ -11982,7 +11974,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11982
11974
  */},{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(){/**
11983
11975
  * Flows service.
11984
11976
  * @module purecloud-platform-client-v2/api/FlowsApi
11985
- * @version 204.0.1
11977
+ * @version 205.0.0
11986
11978
  *//**
11987
11979
  * Constructs a new FlowsApi.
11988
11980
  * @alias module:purecloud-platform-client-v2/api/FlowsApi
@@ -12030,7 +12022,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12030
12022
  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(){/**
12031
12023
  * Gamification service.
12032
12024
  * @module purecloud-platform-client-v2/api/GamificationApi
12033
- * @version 204.0.1
12025
+ * @version 205.0.0
12034
12026
  *//**
12035
12027
  * Constructs a new GamificationApi.
12036
12028
  * @alias module:purecloud-platform-client-v2/api/GamificationApi
@@ -12570,7 +12562,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12570
12562
  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(){/**
12571
12563
  * GeneralDataProtectionRegulation service.
12572
12564
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
12573
- * @version 204.0.1
12565
+ * @version 205.0.0
12574
12566
  *//**
12575
12567
  * Constructs a new GeneralDataProtectionRegulationApi.
12576
12568
  * @alias module:purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
@@ -12605,7 +12597,7 @@ if(searchValue===undefined||searchValue===null){throw'Missing the required param
12605
12597
  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(){/**
12606
12598
  * Geolocation service.
12607
12599
  * @module purecloud-platform-client-v2/api/GeolocationApi
12608
- * @version 204.0.1
12600
+ * @version 205.0.0
12609
12601
  *//**
12610
12602
  * Constructs a new GeolocationApi.
12611
12603
  * @alias module:purecloud-platform-client-v2/api/GeolocationApi
@@ -12639,7 +12631,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
12639
12631
  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(){/**
12640
12632
  * Greetings service.
12641
12633
  * @module purecloud-platform-client-v2/api/GreetingsApi
12642
- * @version 204.0.1
12634
+ * @version 205.0.0
12643
12635
  *//**
12644
12636
  * Constructs a new GreetingsApi.
12645
12637
  * @alias module:purecloud-platform-client-v2/api/GreetingsApi
@@ -12746,7 +12738,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
12746
12738
  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(){/**
12747
12739
  * Groups service.
12748
12740
  * @module purecloud-platform-client-v2/api/GroupsApi
12749
- * @version 204.0.1
12741
+ * @version 205.0.0
12750
12742
  *//**
12751
12743
  * Constructs a new GroupsApi.
12752
12744
  * @alias module:purecloud-platform-client-v2/api/GroupsApi
@@ -12879,7 +12871,7 @@ if(groupId===undefined||groupId===null){throw'Missing the required parameter "gr
12879
12871
  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(){/**
12880
12872
  * IdentityProvider service.
12881
12873
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
12882
- * @version 204.0.1
12874
+ * @version 205.0.0
12883
12875
  *//**
12884
12876
  * Constructs a new IdentityProviderApi.
12885
12877
  * @alias module:purecloud-platform-client-v2/api/IdentityProviderApi
@@ -13035,7 +13027,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
13035
13027
  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(){/**
13036
13028
  * InfrastructureAsCode service.
13037
13029
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
13038
- * @version 204.0.1
13030
+ * @version 205.0.0
13039
13031
  *//**
13040
13032
  * Constructs a new InfrastructureAsCodeApi.
13041
13033
  * @alias module:purecloud-platform-client-v2/api/InfrastructureAsCodeApi
@@ -13089,7 +13081,7 @@ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId"
13089
13081
  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(){/**
13090
13082
  * Integrations service.
13091
13083
  * @module purecloud-platform-client-v2/api/IntegrationsApi
13092
- * @version 204.0.1
13084
+ * @version 205.0.0
13093
13085
  *//**
13094
13086
  * Constructs a new IntegrationsApi.
13095
13087
  * @alias module:purecloud-platform-client-v2/api/IntegrationsApi
@@ -13326,6 +13318,17 @@ if(credentialId===undefined||credentialId===null){throw'Missing the required par
13326
13318
  * List all credential types
13327
13319
  *
13328
13320
  */},{key:"getIntegrationsCredentialsTypes",value:function getIntegrationsCredentialsTypes(){return this.apiClient.callApi('/api/v2/integrations/credentials/types','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13321
+ * Get a list of Audio Connector integrations
13322
+ *
13323
+ * @param {Object} opts Optional parameters
13324
+ * @param {Number} opts.pageNumber Page number (default to 1)
13325
+ * @param {Number} opts.pageSize Page size (default to 25)
13326
+ */},{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']);}/**
13327
+ * Get an Audio Connector integration
13328
+ *
13329
+ * @param {String} integrationId The integration ID
13330
+ */},{key:"getIntegrationsSpeechAudioconnectorIntegrationId",value:function getIntegrationsSpeechAudioconnectorIntegrationId(integrationId){// verify the required parameter 'integrationId' is set
13331
+ 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']);}/**
13329
13332
  * Get details about a Dialogflow agent
13330
13333
  *
13331
13334
  * @param {String} agentId The agent ID
@@ -13703,7 +13706,7 @@ if(ucIntegrationId===undefined||ucIntegrationId===null){throw'Missing the requir
13703
13706
  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(){/**
13704
13707
  * Journey service.
13705
13708
  * @module purecloud-platform-client-v2/api/JourneyApi
13706
- * @version 204.0.1
13709
+ * @version 205.0.0
13707
13710
  *//**
13708
13711
  * Constructs a new JourneyApi.
13709
13712
  * @alias module:purecloud-platform-client-v2/api/JourneyApi
@@ -14102,7 +14105,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14102
14105
  */},{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(){/**
14103
14106
  * Knowledge service.
14104
14107
  * @module purecloud-platform-client-v2/api/KnowledgeApi
14105
- * @version 204.0.1
14108
+ * @version 205.0.0
14106
14109
  *//**
14107
14110
  * Constructs a new KnowledgeApi.
14108
14111
  * @alias module:purecloud-platform-client-v2/api/KnowledgeApi
@@ -14189,6 +14192,30 @@ if(languageCode===undefined||languageCode===null){throw'Missing the required par
14189
14192
  if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseLanguageDocumentsImport';}// verify the required parameter 'languageCode' is set
14190
14193
  if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling deleteKnowledgeKnowledgebaseLanguageDocumentsImport';}// verify the required parameter 'importId' is set
14191
14194
  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']);}/**
14195
+ * Delete Salesforce Knowledge integration source
14196
+ *
14197
+ * @param {String} knowledgeBaseId Knowledge base ID
14198
+ * @param {String} sourceId Source ID
14199
+ * deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
14200
+ */},{key:"deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId",value:function deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId,sourceId){// verify the required parameter 'knowledgeBaseId' is set
14201
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId';}// verify the required parameter 'sourceId' is set
14202
+ 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']);}/**
14203
+ * Delete ServiceNow Knowledge integration source
14204
+ *
14205
+ * @param {String} knowledgeBaseId Knowledge base ID
14206
+ * @param {String} sourceId Source ID
14207
+ * deleteKnowledgeKnowledgebaseSourcesServicenowSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
14208
+ */},{key:"deleteKnowledgeKnowledgebaseSourcesServicenowSourceId",value:function deleteKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId,sourceId){// verify the required parameter 'knowledgeBaseId' is set
14209
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseSourcesServicenowSourceId';}// verify the required parameter 'sourceId' is set
14210
+ 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']);}/**
14211
+ * Delete synchronization job
14212
+ *
14213
+ * @param {String} knowledgeBaseId Knowledge base ID
14214
+ * @param {String} syncJobId Synchronization job ID
14215
+ * deleteKnowledgeKnowledgebaseSynchronizeJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
14216
+ */},{key:"deleteKnowledgeKnowledgebaseSynchronizeJob",value:function deleteKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId,syncJobId){// verify the required parameter 'knowledgeBaseId' is set
14217
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseSynchronizeJob';}// verify the required parameter 'syncJobId' is set
14218
+ 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']);}/**
14192
14219
  * Get categories
14193
14220
  *
14194
14221
  * @param {String} sessionId Knowledge guest session ID.
@@ -14219,6 +14246,12 @@ if(documentId===undefined||documentId===null){throw'Missing the required paramet
14219
14246
  * @param {Number} opts.pageSize Number of entities to return. Maximum of 200.
14220
14247
  */},{key:"getKnowledgeGuestSessionDocuments",value:function getKnowledgeGuestSessionDocuments(sessionId,opts){opts=opts||{};// verify the required parameter 'sessionId' is set
14221
14248
  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']);}/**
14249
+ * Get sync options available for a knowledge-connect integration
14250
+ *
14251
+ * @param {String} integrationId Integration ID
14252
+ * getKnowledgeIntegrationOptions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
14253
+ */},{key:"getKnowledgeIntegrationOptions",value:function getKnowledgeIntegrationOptions(integrationId){// verify the required parameter 'integrationId' is set
14254
+ 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']);}/**
14222
14255
  * Get knowledge base
14223
14256
  *
14224
14257
  * @param {String} knowledgeBaseId Knowledge base ID
@@ -14535,6 +14568,44 @@ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the requir
14535
14568
  */},{key:"getKnowledgeKnowledgebaseParseJob",value:function getKnowledgeKnowledgebaseParseJob(knowledgeBaseId,parseJobId,opts){opts=opts||{};// verify the required parameter 'knowledgeBaseId' is set
14536
14569
  if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseParseJob';}// verify the required parameter 'parseJobId' is set
14537
14570
  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']);}/**
14571
+ * Get Knowledge integration sources
14572
+ *
14573
+ * @param {String} knowledgeBaseId Knowledge base ID
14574
+ * @param {Object} opts Optional parameters
14575
+ * @param {Object} opts.type If specified, retrieves integration sources with specified integration type.
14576
+ * @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
14577
+ * @param {Array.<String>} opts.ids If specified, retrieves integration sources with specified IDs.
14578
+ * getKnowledgeKnowledgebaseSources is a preview method and is subject to both breaking and non-breaking changes at any time without notice
14579
+ */},{key:"getKnowledgeKnowledgebaseSources",value:function getKnowledgeKnowledgebaseSources(knowledgeBaseId,opts){opts=opts||{};// verify the required parameter 'knowledgeBaseId' is set
14580
+ 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']);}/**
14581
+ * Get Salesforce Knowledge integration source
14582
+ *
14583
+ * @param {String} knowledgeBaseId Knowledge base ID
14584
+ * @param {String} sourceId Source ID
14585
+ * @param {Object} opts Optional parameters
14586
+ * @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
14587
+ * getKnowledgeKnowledgebaseSourcesSalesforceSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
14588
+ */},{key:"getKnowledgeKnowledgebaseSourcesSalesforceSourceId",value:function getKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId,sourceId,opts){opts=opts||{};// verify the required parameter 'knowledgeBaseId' is set
14589
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSourcesSalesforceSourceId';}// verify the required parameter 'sourceId' is set
14590
+ 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']);}/**
14591
+ * Get ServiceNow Knowledge integration source
14592
+ *
14593
+ * @param {String} knowledgeBaseId Knowledge base ID
14594
+ * @param {String} sourceId Source ID
14595
+ * @param {Object} opts Optional parameters
14596
+ * @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
14597
+ * getKnowledgeKnowledgebaseSourcesServicenowSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
14598
+ */},{key:"getKnowledgeKnowledgebaseSourcesServicenowSourceId",value:function getKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId,sourceId,opts){opts=opts||{};// verify the required parameter 'knowledgeBaseId' is set
14599
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSourcesServicenowSourceId';}// verify the required parameter 'sourceId' is set
14600
+ 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']);}/**
14601
+ * Get synchronization job report
14602
+ *
14603
+ * @param {String} knowledgeBaseId Knowledge base ID
14604
+ * @param {String} syncJobId Synchronization job ID
14605
+ * getKnowledgeKnowledgebaseSynchronizeJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
14606
+ */},{key:"getKnowledgeKnowledgebaseSynchronizeJob",value:function getKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId,syncJobId){// verify the required parameter 'knowledgeBaseId' is set
14607
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSynchronizeJob';}// verify the required parameter 'syncJobId' is set
14608
+ 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']);}/**
14538
14609
  * Get knowledge base unanswered group for a particular groupId
14539
14610
  *
14540
14611
  * @param {String} knowledgeBaseId Knowledge base ID
@@ -14728,6 +14799,16 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14728
14799
  if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseParseJob';}// verify the required parameter 'parseJobId' is set
14729
14800
  if(parseJobId===undefined||parseJobId===null){throw'Missing the required parameter "parseJobId" when calling patchKnowledgeKnowledgebaseParseJob';}// verify the required parameter 'body' is set
14730
14801
  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']);}/**
14802
+ * Update synchronization job
14803
+ *
14804
+ * @param {String} knowledgeBaseId Knowledge base ID
14805
+ * @param {String} syncJobId Synchronization job ID
14806
+ * @param {Object} body
14807
+ * patchKnowledgeKnowledgebaseSynchronizeJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
14808
+ */},{key:"patchKnowledgeKnowledgebaseSynchronizeJob",value:function patchKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId,syncJobId,body){// verify the required parameter 'knowledgeBaseId' is set
14809
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseSynchronizeJob';}// verify the required parameter 'syncJobId' is set
14810
+ if(syncJobId===undefined||syncJobId===null){throw'Missing the required parameter "syncJobId" when calling patchKnowledgeKnowledgebaseSynchronizeJob';}// verify the required parameter 'body' is set
14811
+ 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']);}/**
14731
14812
  * Update a Knowledge base unanswered phrase group
14732
14813
  *
14733
14814
  * @param {String} knowledgeBaseId Knowledge base ID
@@ -15033,6 +15114,46 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15033
15114
  * @deprecated
15034
15115
  */},{key:"postKnowledgeKnowledgebaseSearch",value:function postKnowledgeKnowledgebaseSearch(knowledgeBaseId,opts){opts=opts||{};// verify the required parameter 'knowledgeBaseId' is set
15035
15116
  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']);}/**
15117
+ * Create Salesforce Knowledge integration source
15118
+ *
15119
+ * @param {String} knowledgeBaseId Knowledge base ID
15120
+ * @param {Object} body
15121
+ * postKnowledgeKnowledgebaseSourcesSalesforce is a preview method and is subject to both breaking and non-breaking changes at any time without notice
15122
+ */},{key:"postKnowledgeKnowledgebaseSourcesSalesforce",value:function postKnowledgeKnowledgebaseSourcesSalesforce(knowledgeBaseId,body){// verify the required parameter 'knowledgeBaseId' is set
15123
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesSalesforce';}// verify the required parameter 'body' is set
15124
+ 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']);}/**
15125
+ * Start sync on Salesforce Knowledge integration source
15126
+ *
15127
+ * @param {String} knowledgeBaseId Knowledge base ID
15128
+ * @param {String} sourceId Source ID
15129
+ * postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync is a preview method and is subject to both breaking and non-breaking changes at any time without notice
15130
+ */},{key:"postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync",value:function postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync(knowledgeBaseId,sourceId){// verify the required parameter 'knowledgeBaseId' is set
15131
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync';}// verify the required parameter 'sourceId' is set
15132
+ 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']);}/**
15133
+ * Create ServiceNow Knowledge integration source
15134
+ *
15135
+ * @param {String} knowledgeBaseId Knowledge base ID
15136
+ * @param {Object} body
15137
+ * postKnowledgeKnowledgebaseSourcesServicenow is a preview method and is subject to both breaking and non-breaking changes at any time without notice
15138
+ */},{key:"postKnowledgeKnowledgebaseSourcesServicenow",value:function postKnowledgeKnowledgebaseSourcesServicenow(knowledgeBaseId,body){// verify the required parameter 'knowledgeBaseId' is set
15139
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesServicenow';}// verify the required parameter 'body' is set
15140
+ 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']);}/**
15141
+ * Start synchronization on ServiceNow Knowledge integration source
15142
+ *
15143
+ * @param {String} knowledgeBaseId Knowledge base ID
15144
+ * @param {String} sourceId Source ID
15145
+ * postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync is a preview method and is subject to both breaking and non-breaking changes at any time without notice
15146
+ */},{key:"postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync",value:function postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync(knowledgeBaseId,sourceId){// verify the required parameter 'knowledgeBaseId' is set
15147
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync';}// verify the required parameter 'sourceId' is set
15148
+ 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']);}/**
15149
+ * Create synchronization job
15150
+ *
15151
+ * @param {String} knowledgeBaseId Knowledge base ID
15152
+ * @param {Object} body
15153
+ * postKnowledgeKnowledgebaseSynchronizeJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
15154
+ */},{key:"postKnowledgeKnowledgebaseSynchronizeJobs",value:function postKnowledgeKnowledgebaseSynchronizeJobs(knowledgeBaseId,body){// verify the required parameter 'knowledgeBaseId' is set
15155
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSynchronizeJobs';}// verify the required parameter 'body' is set
15156
+ 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']);}/**
15036
15157
  * Create content upload from URL job
15037
15158
  *
15038
15159
  * @param {String} knowledgeBaseId Knowledge base ID
@@ -15045,10 +15166,30 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15045
15166
  *
15046
15167
  * @param {Object} body
15047
15168
  */},{key:"postKnowledgeKnowledgebases",value:function postKnowledgeKnowledgebases(body){// verify the required parameter 'body' is set
15048
- 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']);}}]);}();var LanguageUnderstandingApi=/*#__PURE__*/function(){/**
15169
+ 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']);}/**
15170
+ * Update Salesforce Knowledge integration source
15171
+ *
15172
+ * @param {String} knowledgeBaseId Knowledge base ID
15173
+ * @param {String} sourceId Source ID
15174
+ * @param {Object} body
15175
+ * putKnowledgeKnowledgebaseSourcesSalesforceSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
15176
+ */},{key:"putKnowledgeKnowledgebaseSourcesSalesforceSourceId",value:function putKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId,sourceId,body){// verify the required parameter 'knowledgeBaseId' is set
15177
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling putKnowledgeKnowledgebaseSourcesSalesforceSourceId';}// verify the required parameter 'sourceId' is set
15178
+ if(sourceId===undefined||sourceId===null){throw'Missing the required parameter "sourceId" when calling putKnowledgeKnowledgebaseSourcesSalesforceSourceId';}// verify the required parameter 'body' is set
15179
+ 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']);}/**
15180
+ * Update ServiceNow Knowledge integration source
15181
+ *
15182
+ * @param {String} knowledgeBaseId Knowledge base ID
15183
+ * @param {String} sourceId Source ID
15184
+ * @param {Object} body
15185
+ * putKnowledgeKnowledgebaseSourcesServicenowSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
15186
+ */},{key:"putKnowledgeKnowledgebaseSourcesServicenowSourceId",value:function putKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId,sourceId,body){// verify the required parameter 'knowledgeBaseId' is set
15187
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling putKnowledgeKnowledgebaseSourcesServicenowSourceId';}// verify the required parameter 'sourceId' is set
15188
+ if(sourceId===undefined||sourceId===null){throw'Missing the required parameter "sourceId" when calling putKnowledgeKnowledgebaseSourcesServicenowSourceId';}// verify the required parameter 'body' is set
15189
+ 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(){/**
15049
15190
  * LanguageUnderstanding service.
15050
15191
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
15051
- * @version 204.0.1
15192
+ * @version 205.0.0
15052
15193
  *//**
15053
15194
  * Constructs a new LanguageUnderstandingApi.
15054
15195
  * @alias module:purecloud-platform-client-v2/api/LanguageUnderstandingApi
@@ -15308,7 +15449,7 @@ if(domainVersionId===undefined||domainVersionId===null){throw'Missing the requir
15308
15449
  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(){/**
15309
15450
  * Languages service.
15310
15451
  * @module purecloud-platform-client-v2/api/LanguagesApi
15311
- * @version 204.0.1
15452
+ * @version 205.0.0
15312
15453
  *//**
15313
15454
  * Constructs a new LanguagesApi.
15314
15455
  * @alias module:purecloud-platform-client-v2/api/LanguagesApi
@@ -15363,7 +15504,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
15363
15504
  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(){/**
15364
15505
  * Learning service.
15365
15506
  * @module purecloud-platform-client-v2/api/LearningApi
15366
- * @version 204.0.1
15507
+ * @version 205.0.0
15367
15508
  *//**
15368
15509
  * Constructs a new LearningApi.
15369
15510
  * @alias module:purecloud-platform-client-v2/api/LearningApi
@@ -15634,7 +15775,7 @@ if(moduleId===undefined||moduleId===null){throw'Missing the required parameter "
15634
15775
  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(){/**
15635
15776
  * License service.
15636
15777
  * @module purecloud-platform-client-v2/api/LicenseApi
15637
- * @version 204.0.1
15778
+ * @version 205.0.0
15638
15779
  *//**
15639
15780
  * Constructs a new LicenseApi.
15640
15781
  * @alias module:purecloud-platform-client-v2/api/LicenseApi
@@ -15688,7 +15829,7 @@ if(featureName===undefined||featureName===null){throw'Missing the required param
15688
15829
  */},{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(){/**
15689
15830
  * Locations service.
15690
15831
  * @module purecloud-platform-client-v2/api/LocationsApi
15691
- * @version 204.0.1
15832
+ * @version 205.0.0
15692
15833
  *//**
15693
15834
  * Constructs a new LocationsApi.
15694
15835
  * @alias module:purecloud-platform-client-v2/api/LocationsApi
@@ -15747,7 +15888,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15747
15888
  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(){/**
15748
15889
  * LogCapture service.
15749
15890
  * @module purecloud-platform-client-v2/api/LogCaptureApi
15750
- * @version 204.0.1
15891
+ * @version 205.0.0
15751
15892
  *//**
15752
15893
  * Constructs a new LogCaptureApi.
15753
15894
  * @alias module:purecloud-platform-client-v2/api/LogCaptureApi
@@ -15797,7 +15938,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
15797
15938
  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(){/**
15798
15939
  * Messaging service.
15799
15940
  * @module purecloud-platform-client-v2/api/MessagingApi
15800
- * @version 204.0.1
15941
+ * @version 205.0.0
15801
15942
  *//**
15802
15943
  * Constructs a new MessagingApi.
15803
15944
  * @alias module:purecloud-platform-client-v2/api/MessagingApi
@@ -15887,7 +16028,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15887
16028
  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(){/**
15888
16029
  * MobileDevices service.
15889
16030
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
15890
- * @version 204.0.1
16031
+ * @version 205.0.0
15891
16032
  *//**
15892
16033
  * Constructs a new MobileDevicesApi.
15893
16034
  * @alias module:purecloud-platform-client-v2/api/MobileDevicesApi
@@ -15926,7 +16067,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15926
16067
  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(){/**
15927
16068
  * Notifications service.
15928
16069
  * @module purecloud-platform-client-v2/api/NotificationsApi
15929
- * @version 204.0.1
16070
+ * @version 205.0.0
15930
16071
  *//**
15931
16072
  * Constructs a new NotificationsApi.
15932
16073
  * @alias module:purecloud-platform-client-v2/api/NotificationsApi
@@ -15983,7 +16124,7 @@ if(channelId===undefined||channelId===null){throw'Missing the required parameter
15983
16124
  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(){/**
15984
16125
  * OAuth service.
15985
16126
  * @module purecloud-platform-client-v2/api/OAuthApi
15986
- * @version 204.0.1
16127
+ * @version 205.0.0
15987
16128
  *//**
15988
16129
  * Constructs a new OAuthApi.
15989
16130
  * @alias module:purecloud-platform-client-v2/api/OAuthApi
@@ -16068,7 +16209,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
16068
16209
  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(){/**
16069
16210
  * Objects service.
16070
16211
  * @module purecloud-platform-client-v2/api/ObjectsApi
16071
- * @version 204.0.1
16212
+ * @version 205.0.0
16072
16213
  *//**
16073
16214
  * Constructs a new ObjectsApi.
16074
16215
  * @alias module:purecloud-platform-client-v2/api/ObjectsApi
@@ -16139,7 +16280,7 @@ if(divisionId===undefined||divisionId===null){throw'Missing the required paramet
16139
16280
  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(){/**
16140
16281
  * OperationalEvents service.
16141
16282
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
16142
- * @version 204.0.1
16283
+ * @version 205.0.0
16143
16284
  *//**
16144
16285
  * Constructs a new OperationalEventsApi.
16145
16286
  * @alias module:purecloud-platform-client-v2/api/OperationalEventsApi
@@ -16157,7 +16298,7 @@ if(eventDefinitionId===undefined||eventDefinitionId===null){throw'Missing the re
16157
16298
  */},{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(){/**
16158
16299
  * Organization service.
16159
16300
  * @module purecloud-platform-client-v2/api/OrganizationApi
16160
- * @version 204.0.1
16301
+ * @version 205.0.0
16161
16302
  *//**
16162
16303
  * Constructs a new OrganizationApi.
16163
16304
  * @alias module:purecloud-platform-client-v2/api/OrganizationApi
@@ -16282,7 +16423,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
16282
16423
  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(){/**
16283
16424
  * OrganizationAuthorization service.
16284
16425
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
16285
- * @version 204.0.1
16426
+ * @version 205.0.0
16286
16427
  *//**
16287
16428
  * Constructs a new OrganizationAuthorizationApi.
16288
16429
  * @alias module:purecloud-platform-client-v2/api/OrganizationAuthorizationApi
@@ -16605,7 +16746,7 @@ if(trustorOrgId===undefined||trustorOrgId===null){throw'Missing the required par
16605
16746
  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(){/**
16606
16747
  * Outbound service.
16607
16748
  * @module purecloud-platform-client-v2/api/OutboundApi
16608
- * @version 204.0.1
16749
+ * @version 205.0.0
16609
16750
  *//**
16610
16751
  * Constructs a new OutboundApi.
16611
16752
  * @alias module:purecloud-platform-client-v2/api/OutboundApi
@@ -16858,6 +16999,14 @@ if(campaignId===undefined||campaignId===null){throw'Missing the required paramet
16858
16999
  * @param {String} campaignId Campaign ID
16859
17000
  */},{key:"getOutboundCampaignProgress",value:function getOutboundCampaignProgress(campaignId){// verify the required parameter 'campaignId' is set
16860
17001
  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']);}/**
17002
+ * Get the remaining and total contact count for each skill combination in a skills campaign
17003
+ *
17004
+ * @param {String} campaignId Campaign ID
17005
+ * @param {Object} opts Optional parameters
17006
+ * @param {Number} opts.pageNumber Page number (default to 1)
17007
+ * @param {Number} opts.pageSize Page size (default to 25)
17008
+ */},{key:"getOutboundCampaignSkillcombinations",value:function getOutboundCampaignSkillcombinations(campaignId,opts){opts=opts||{};// verify the required parameter 'campaignId' is set
17009
+ 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']);}/**
16861
17010
  * Get statistics about a Dialer Campaign
16862
17011
  *
16863
17012
  * @param {String} campaignId Campaign ID
@@ -17684,7 +17833,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
17684
17833
  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(){/**
17685
17834
  * Presence service.
17686
17835
  * @module purecloud-platform-client-v2/api/PresenceApi
17687
- * @version 204.0.1
17836
+ * @version 205.0.0
17688
17837
  *//**
17689
17838
  * Constructs a new PresenceApi.
17690
17839
  * @alias module:purecloud-platform-client-v2/api/PresenceApi
@@ -17857,7 +18006,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
17857
18006
  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(){/**
17858
18007
  * ProcessAutomation service.
17859
18008
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
17860
- * @version 204.0.1
18009
+ * @version 205.0.0
17861
18010
  *//**
17862
18011
  * Constructs a new ProcessAutomationApi.
17863
18012
  * @alias module:purecloud-platform-client-v2/api/ProcessAutomationApi
@@ -17920,7 +18069,7 @@ if(triggerId===undefined||triggerId===null){throw'Missing the required parameter
17920
18069
  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(){/**
17921
18070
  * Quality service.
17922
18071
  * @module purecloud-platform-client-v2/api/QualityApi
17923
- * @version 204.0.1
18072
+ * @version 205.0.0
17924
18073
  *//**
17925
18074
  * Constructs a new QualityApi.
17926
18075
  * @alias module:purecloud-platform-client-v2/api/QualityApi
@@ -18397,7 +18546,7 @@ if(customerSurveyUrl===undefined||customerSurveyUrl===null){throw'Missing the re
18397
18546
  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(){/**
18398
18547
  * Recording service.
18399
18548
  * @module purecloud-platform-client-v2/api/RecordingApi
18400
- * @version 204.0.1
18549
+ * @version 205.0.0
18401
18550
  *//**
18402
18551
  * Constructs a new RecordingApi.
18403
18552
  * @alias module:purecloud-platform-client-v2/api/RecordingApi
@@ -18809,7 +18958,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
18809
18958
  */},{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(){/**
18810
18959
  * ResponseManagement service.
18811
18960
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
18812
- * @version 204.0.1
18961
+ * @version 205.0.0
18813
18962
  *//**
18814
18963
  * Constructs a new ResponseManagementApi.
18815
18964
  * @alias module:purecloud-platform-client-v2/api/ResponseManagementApi
@@ -18930,7 +19079,7 @@ if(responseAssetId===undefined||responseAssetId===null){throw'Missing the requir
18930
19079
  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(){/**
18931
19080
  * Routing service.
18932
19081
  * @module purecloud-platform-client-v2/api/RoutingApi
18933
- * @version 204.0.1
19082
+ * @version 205.0.0
18934
19083
  *//**
18935
19084
  * Constructs a new RoutingApi.
18936
19085
  * @alias module:purecloud-platform-client-v2/api/RoutingApi
@@ -19934,7 +20083,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
19934
20083
  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(){/**
19935
20084
  * SCIM service.
19936
20085
  * @module purecloud-platform-client-v2/api/SCIMApi
19937
- * @version 204.0.1
20086
+ * @version 205.0.0
19938
20087
  *//**
19939
20088
  * Constructs a new SCIMApi.
19940
20089
  * @alias module:purecloud-platform-client-v2/api/SCIMApi
@@ -20159,7 +20308,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
20159
20308
  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(){/**
20160
20309
  * ScreenRecording service.
20161
20310
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
20162
- * @version 204.0.1
20311
+ * @version 205.0.0
20163
20312
  *//**
20164
20313
  * Constructs a new ScreenRecordingApi.
20165
20314
  * @alias module:purecloud-platform-client-v2/api/ScreenRecordingApi
@@ -20174,7 +20323,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
20174
20323
  */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(){/**
20175
20324
  * Scripts service.
20176
20325
  * @module purecloud-platform-client-v2/api/ScriptsApi
20177
- * @version 204.0.1
20326
+ * @version 205.0.0
20178
20327
  *//**
20179
20328
  * Constructs a new ScriptsApi.
20180
20329
  * @alias module:purecloud-platform-client-v2/api/ScriptsApi
@@ -20310,7 +20459,7 @@ if(scriptId===undefined||scriptId===null){throw'Missing the required parameter "
20310
20459
  */},{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(){/**
20311
20460
  * Search service.
20312
20461
  * @module purecloud-platform-client-v2/api/SearchApi
20313
- * @version 204.0.1
20462
+ * @version 205.0.0
20314
20463
  *//**
20315
20464
  * Constructs a new SearchApi.
20316
20465
  * @alias module:purecloud-platform-client-v2/api/SearchApi
@@ -20470,7 +20619,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
20470
20619
  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(){/**
20471
20620
  * Settings service.
20472
20621
  * @module purecloud-platform-client-v2/api/SettingsApi
20473
- * @version 204.0.1
20622
+ * @version 205.0.0
20474
20623
  *//**
20475
20624
  * Constructs a new SettingsApi.
20476
20625
  * @alias module:purecloud-platform-client-v2/api/SettingsApi
@@ -20520,7 +20669,7 @@ if(agentId===undefined||agentId===null){throw'Missing the required parameter "ag
20520
20669
  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(){/**
20521
20670
  * SpeechTextAnalytics service.
20522
20671
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
20523
- * @version 204.0.1
20672
+ * @version 205.0.0
20524
20673
  *//**
20525
20674
  * Constructs a new SpeechTextAnalyticsApi.
20526
20675
  * @alias module:purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
@@ -20705,6 +20854,21 @@ if(topicId===undefined||topicId===null){throw'Missing the required parameter "to
20705
20854
  * @param {String} jobId The id of the publish topics job
20706
20855
  */},{key:"getSpeechandtextanalyticsTopicsPublishjob",value:function getSpeechandtextanalyticsTopicsPublishjob(jobId){// verify the required parameter 'jobId' is set
20707
20856
  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']);}/**
20857
+ * Translate all communication(s) for an interaction.
20858
+ *
20859
+ * @param {String} languageId Target translation language
20860
+ * @param {String} conversationId Conversation id
20861
+ * @param {Object} opts Optional parameters
20862
+ * @param {String} opts.communicationId Communication id associated with the conversation
20863
+ * @param {String} opts.recordingId Recording id associated with the communication
20864
+ * getSpeechandtextanalyticsTranslationsLanguageConversation is a preview method and is subject to both breaking and non-breaking changes at any time without notice
20865
+ */},{key:"getSpeechandtextanalyticsTranslationsLanguageConversation",value:function getSpeechandtextanalyticsTranslationsLanguageConversation(languageId,conversationId,opts){opts=opts||{};// verify the required parameter 'languageId' is set
20866
+ if(languageId===undefined||languageId===null){throw'Missing the required parameter "languageId" when calling getSpeechandtextanalyticsTranslationsLanguageConversation';}// verify the required parameter 'conversationId' is set
20867
+ 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']);}/**
20868
+ * Get supported translation languages
20869
+ *
20870
+ * getSpeechandtextanalyticsTranslationsLanguages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
20871
+ */},{key:"getSpeechandtextanalyticsTranslationsLanguages",value:function getSpeechandtextanalyticsTranslationsLanguages(){return this.apiClient.callApi('/api/v2/speechandtextanalytics/translations/languages','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
20708
20872
  * Patch Speech And Text Analytics Settings
20709
20873
  *
20710
20874
  * @param {Object} body Speech And Text Analytics Settings
@@ -20804,7 +20968,7 @@ if(topicId===undefined||topicId===null){throw'Missing the required parameter "to
20804
20968
  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(){/**
20805
20969
  * Stations service.
20806
20970
  * @module purecloud-platform-client-v2/api/StationsApi
20807
- * @version 204.0.1
20971
+ * @version 205.0.0
20808
20972
  *//**
20809
20973
  * Constructs a new StationsApi.
20810
20974
  * @alias module:purecloud-platform-client-v2/api/StationsApi
@@ -20836,7 +21000,7 @@ if(stationId===undefined||stationId===null){throw'Missing the required parameter
20836
21000
  */},{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(){/**
20837
21001
  * Suggest service.
20838
21002
  * @module purecloud-platform-client-v2/api/SuggestApi
20839
- * @version 204.0.1
21003
+ * @version 205.0.0
20840
21004
  *//**
20841
21005
  * Constructs a new SuggestApi.
20842
21006
  * @alias module:purecloud-platform-client-v2/api/SuggestApi
@@ -20876,7 +21040,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
20876
21040
  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(){/**
20877
21041
  * TaskManagement service.
20878
21042
  * @module purecloud-platform-client-v2/api/TaskManagementApi
20879
- * @version 204.0.1
21043
+ * @version 205.0.0
20880
21044
  *//**
20881
21045
  * Constructs a new TaskManagementApi.
20882
21046
  * @alias module:purecloud-platform-client-v2/api/TaskManagementApi
@@ -21206,7 +21370,7 @@ if(schemaId===undefined||schemaId===null){throw'Missing the required parameter "
21206
21370
  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(){/**
21207
21371
  * Teams service.
21208
21372
  * @module purecloud-platform-client-v2/api/TeamsApi
21209
- * @version 204.0.1
21373
+ * @version 205.0.0
21210
21374
  *//**
21211
21375
  * Constructs a new TeamsApi.
21212
21376
  * @alias module:purecloud-platform-client-v2/api/TeamsApi
@@ -21284,7 +21448,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
21284
21448
  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(){/**
21285
21449
  * Telephony service.
21286
21450
  * @module purecloud-platform-client-v2/api/TelephonyApi
21287
- * @version 204.0.1
21451
+ * @version 205.0.0
21288
21452
  *//**
21289
21453
  * Constructs a new TelephonyApi.
21290
21454
  * @alias module:purecloud-platform-client-v2/api/TelephonyApi
@@ -21331,7 +21495,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
21331
21495
  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(){/**
21332
21496
  * TelephonyProvidersEdge service.
21333
21497
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
21334
- * @version 204.0.1
21498
+ * @version 205.0.0
21335
21499
  *//**
21336
21500
  * Constructs a new TelephonyProvidersEdgeApi.
21337
21501
  * @alias module:purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
@@ -21356,6 +21520,9 @@ if(interfaceId===undefined||interfaceId===null){throw'Missing the required param
21356
21520
  * @param {String} edgeId Edge ID
21357
21521
  */},{key:"deleteTelephonyProvidersEdgeSoftwareupdate",value:function deleteTelephonyProvidersEdgeSoftwareupdate(edgeId){// verify the required parameter 'edgeId' is set
21358
21522
  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']);}/**
21523
+ * Deletes alertable presences overrides.
21524
+ *
21525
+ */},{key:"deleteTelephonyProvidersEdgesAlertablepresences",value:function deleteTelephonyProvidersEdgesAlertablepresences(){return this.apiClient.callApi('/api/v2/telephony/providers/edges/alertablepresences','DELETE',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
21359
21526
  * Delete a certificate authority.
21360
21527
  *
21361
21528
  * @param {String} certificateId Certificate ID
@@ -21509,6 +21676,11 @@ if(edgeId===undefined||edgeId===null){throw'Missing the required parameter "edge
21509
21676
  * @param {Boolean} opts.managed Filter by managed
21510
21677
  * @param {Boolean} opts.showCloudMedia True to show the cloud media devices in the result. (default to true)
21511
21678
  */},{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']);}/**
21679
+ * 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.
21680
+ *
21681
+ * @param {Object} opts Optional parameters
21682
+ * @param {Object} opts.type
21683
+ */},{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']);}/**
21512
21684
  * Get the list of certificate authorities.
21513
21685
  *
21514
21686
  */},{key:"getTelephonyProvidersEdgesCertificateauthorities",value:function getTelephonyProvidersEdgesCertificateauthorities(){return this.apiClient.callApi('/api/v2/telephony/providers/edges/certificateauthorities','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -22051,6 +22223,11 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
22051
22223
  if(edgeId===undefined||edgeId===null){throw'Missing the required parameter "edgeId" when calling putTelephonyProvidersEdgeLogicalinterface';}// verify the required parameter 'interfaceId' is set
22052
22224
  if(interfaceId===undefined||interfaceId===null){throw'Missing the required parameter "interfaceId" when calling putTelephonyProvidersEdgeLogicalinterface';}// verify the required parameter 'body' is set
22053
22225
  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']);}/**
22226
+ * Creates or updates alertable presences overrides.
22227
+ *
22228
+ * @param {Object} body Alertable Presences Overrides
22229
+ */},{key:"putTelephonyProvidersEdgesAlertablepresences",value:function putTelephonyProvidersEdgesAlertablepresences(body){// verify the required parameter 'body' is set
22230
+ 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']);}/**
22054
22231
  * Update a certificate authority.
22055
22232
  *
22056
22233
  * @param {String} certificateId Certificate ID
@@ -22141,7 +22318,7 @@ if(trunkBaseSettingsId===undefined||trunkBaseSettingsId===null){throw'Missing th
22141
22318
  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(){/**
22142
22319
  * Textbots service.
22143
22320
  * @module purecloud-platform-client-v2/api/TextbotsApi
22144
- * @version 204.0.1
22321
+ * @version 205.0.0
22145
22322
  *//**
22146
22323
  * Constructs a new TextbotsApi.
22147
22324
  * @alias module:purecloud-platform-client-v2/api/TextbotsApi
@@ -22176,7 +22353,7 @@ if(launchRequest===undefined||launchRequest===null){throw'Missing the required p
22176
22353
  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(){/**
22177
22354
  * Tokens service.
22178
22355
  * @module purecloud-platform-client-v2/api/TokensApi
22179
- * @version 204.0.1
22356
+ * @version 205.0.0
22180
22357
  *//**
22181
22358
  * Constructs a new TokensApi.
22182
22359
  * @alias module:purecloud-platform-client-v2/api/TokensApi
@@ -22210,7 +22387,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
22210
22387
  */},{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(){/**
22211
22388
  * Uploads service.
22212
22389
  * @module purecloud-platform-client-v2/api/UploadsApi
22213
- * @version 204.0.1
22390
+ * @version 205.0.0
22214
22391
  *//**
22215
22392
  * Constructs a new UploadsApi.
22216
22393
  * @alias module:purecloud-platform-client-v2/api/UploadsApi
@@ -22276,7 +22453,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
22276
22453
  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(){/**
22277
22454
  * Usage service.
22278
22455
  * @module purecloud-platform-client-v2/api/UsageApi
22279
- * @version 204.0.1
22456
+ * @version 205.0.0
22280
22457
  *//**
22281
22458
  * Constructs a new UsageApi.
22282
22459
  * @alias module:purecloud-platform-client-v2/api/UsageApi
@@ -22330,7 +22507,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
22330
22507
  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(){/**
22331
22508
  * UserRecordings service.
22332
22509
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
22333
- * @version 204.0.1
22510
+ * @version 205.0.0
22334
22511
  *//**
22335
22512
  * Constructs a new UserRecordingsApi.
22336
22513
  * @alias module:purecloud-platform-client-v2/api/UserRecordingsApi
@@ -22387,7 +22564,7 @@ if(recordingId===undefined||recordingId===null){throw'Missing the required param
22387
22564
  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(){/**
22388
22565
  * Users service.
22389
22566
  * @module purecloud-platform-client-v2/api/UsersApi
22390
- * @version 204.0.1
22567
+ * @version 205.0.0
22391
22568
  *//**
22392
22569
  * Constructs a new UsersApi.
22393
22570
  * @alias module:purecloud-platform-client-v2/api/UsersApi
@@ -23077,7 +23254,7 @@ if(verifierId===undefined||verifierId===null){throw'Missing the required paramet
23077
23254
  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(){/**
23078
23255
  * Utilities service.
23079
23256
  * @module purecloud-platform-client-v2/api/UtilitiesApi
23080
- * @version 204.0.1
23257
+ * @version 205.0.0
23081
23258
  *//**
23082
23259
  * Constructs a new UtilitiesApi.
23083
23260
  * @alias module:purecloud-platform-client-v2/api/UtilitiesApi
@@ -23104,7 +23281,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
23104
23281
  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(){/**
23105
23282
  * Voicemail service.
23106
23283
  * @module purecloud-platform-client-v2/api/VoicemailApi
23107
- * @version 204.0.1
23284
+ * @version 205.0.0
23108
23285
  *//**
23109
23286
  * Constructs a new VoicemailApi.
23110
23287
  * @alias module:purecloud-platform-client-v2/api/VoicemailApi
@@ -23253,7 +23430,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
23253
23430
  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(){/**
23254
23431
  * WebChat service.
23255
23432
  * @module purecloud-platform-client-v2/api/WebChatApi
23256
- * @version 204.0.1
23433
+ * @version 205.0.0
23257
23434
  *//**
23258
23435
  * Constructs a new WebChatApi.
23259
23436
  * @alias module:purecloud-platform-client-v2/api/WebChatApi
@@ -23388,7 +23565,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
23388
23565
  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(){/**
23389
23566
  * WebDeployments service.
23390
23567
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
23391
- * @version 204.0.1
23568
+ * @version 205.0.0
23392
23569
  *//**
23393
23570
  * Constructs a new WebDeploymentsApi.
23394
23571
  * @alias module:purecloud-platform-client-v2/api/WebDeploymentsApi
@@ -23466,7 +23643,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
23466
23643
  * Get deployments
23467
23644
  *
23468
23645
  * @param {Object} opts Optional parameters
23469
- * @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
23646
+ * @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
23470
23647
  */},{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']);}/**
23471
23648
  * Publish the configuration draft and create a new version
23472
23649
  *
@@ -23509,7 +23686,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
23509
23686
  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(){/**
23510
23687
  * WebMessaging service.
23511
23688
  * @module purecloud-platform-client-v2/api/WebMessagingApi
23512
- * @version 204.0.1
23689
+ * @version 205.0.0
23513
23690
  *//**
23514
23691
  * Constructs a new WebMessagingApi.
23515
23692
  * @alias module:purecloud-platform-client-v2/api/WebMessagingApi
@@ -23525,7 +23702,7 @@ if(deployment===undefined||deployment===null){throw'Missing the required paramet
23525
23702
  */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(){/**
23526
23703
  * Widgets service.
23527
23704
  * @module purecloud-platform-client-v2/api/WidgetsApi
23528
- * @version 204.0.1
23705
+ * @version 205.0.0
23529
23706
  *//**
23530
23707
  * Constructs a new WidgetsApi.
23531
23708
  * @alias module:purecloud-platform-client-v2/api/WidgetsApi
@@ -23560,7 +23737,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
23560
23737
  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(){/**
23561
23738
  * WorkforceManagement service.
23562
23739
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
23563
- * @version 204.0.1
23740
+ * @version 205.0.0
23564
23741
  *//**
23565
23742
  * Constructs a new WorkforceManagementApi.
23566
23743
  * @alias module:purecloud-platform-client-v2/api/WorkforceManagementApi
@@ -25326,7 +25503,7 @@ if(timeOffLimitId===undefined||timeOffLimitId===null){throw'Missing the required
25326
25503
  * </pre>
25327
25504
  * </p>
25328
25505
  * @module purecloud-platform-client-v2/index
25329
- * @version 204.0.1
25506
+ * @version 205.0.0
25330
25507
  */var platformClient=/*#__PURE__*/_createClass(function platformClient(){_classCallCheck(this,platformClient);/**
25331
25508
  * The ApiClient constructor.
25332
25509
  * @property {module:purecloud-platform-client-v2/ApiClient}