purecloud-platform-client-v2 204.0.1 → 204.1.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 +130 -94
  3. package/dist/web-amd/purecloud-platform-client-v2.js +130 -94
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +91 -94
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +91 -94
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +46 -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 +1 -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 +1 -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 +1 -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 +1 -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 +1 -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 +1 -1
  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 204.1.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 204.1.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 204.1.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 204.1.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 204.1.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 204.1.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 204.1.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 204.1.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 204.1.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 204.1.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 204.1.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 204.1.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 204.1.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 204.1.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 204.1.0
9602
9589
  *//**
9603
9590
  * Constructs a new ConversationsApi.
9604
9591
  * @alias module:purecloud-platform-client-v2/api/ConversationsApi
@@ -10280,7 +10267,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10280
10267
  *
10281
10268
  * @param {String} conversationId conversation ID
10282
10269
  * @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
10270
  */},{key:"patchConversationUtilizationlabel",value:function patchConversationUtilizationlabel(conversationId,body){// verify the required parameter 'conversationId' is set
10285
10271
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling patchConversationUtilizationlabel';}// verify the required parameter 'body' is set
10286
10272
  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 +11306,7 @@ if(conversationId===undefined||conversationId===null){throw'Missing the required
11320
11306
  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
11307
  * DataExtensions service.
11322
11308
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
11323
- * @version 204.0.1
11309
+ * @version 204.1.0
11324
11310
  *//**
11325
11311
  * Constructs a new DataExtensionsApi.
11326
11312
  * @alias module:purecloud-platform-client-v2/api/DataExtensionsApi
@@ -11341,7 +11327,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
11341
11327
  */},{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
11328
  * Downloads service.
11343
11329
  * @module purecloud-platform-client-v2/api/DownloadsApi
11344
- * @version 204.0.1
11330
+ * @version 204.1.0
11345
11331
  *//**
11346
11332
  * Constructs a new DownloadsApi.
11347
11333
  * @alias module:purecloud-platform-client-v2/api/DownloadsApi
@@ -11360,7 +11346,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
11360
11346
  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
11347
  * Emails service.
11362
11348
  * @module purecloud-platform-client-v2/api/EmailsApi
11363
- * @version 204.0.1
11349
+ * @version 204.1.0
11364
11350
  *//**
11365
11351
  * Constructs a new EmailsApi.
11366
11352
  * @alias module:purecloud-platform-client-v2/api/EmailsApi
@@ -11378,7 +11364,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
11378
11364
  */},{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
11365
  * EmployeeEngagement service.
11380
11366
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
11381
- * @version 204.0.1
11367
+ * @version 204.1.0
11382
11368
  *//**
11383
11369
  * Constructs a new EmployeeEngagementApi.
11384
11370
  * @alias module:purecloud-platform-client-v2/api/EmployeeEngagementApi
@@ -11416,7 +11402,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11416
11402
  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
11403
  * Events service.
11418
11404
  * @module purecloud-platform-client-v2/api/EventsApi
11419
- * @version 204.0.1
11405
+ * @version 204.1.0
11420
11406
  *//**
11421
11407
  * Constructs a new EventsApi.
11422
11408
  * @alias module:purecloud-platform-client-v2/api/EventsApi
@@ -11441,7 +11427,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11441
11427
  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
11428
  * ExternalContacts service.
11443
11429
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
11444
- * @version 204.0.1
11430
+ * @version 204.1.0
11445
11431
  *//**
11446
11432
  * Constructs a new ExternalContactsApi.
11447
11433
  * @alias module:purecloud-platform-client-v2/api/ExternalContactsApi
@@ -11933,7 +11919,7 @@ if(relationshipId===undefined||relationshipId===null){throw'Missing the required
11933
11919
  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
11920
  * Fax service.
11935
11921
  * @module purecloud-platform-client-v2/api/FaxApi
11936
- * @version 204.0.1
11922
+ * @version 204.1.0
11937
11923
  *//**
11938
11924
  * Constructs a new FaxApi.
11939
11925
  * @alias module:purecloud-platform-client-v2/api/FaxApi
@@ -11982,7 +11968,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11982
11968
  */},{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
11969
  * Flows service.
11984
11970
  * @module purecloud-platform-client-v2/api/FlowsApi
11985
- * @version 204.0.1
11971
+ * @version 204.1.0
11986
11972
  *//**
11987
11973
  * Constructs a new FlowsApi.
11988
11974
  * @alias module:purecloud-platform-client-v2/api/FlowsApi
@@ -12030,7 +12016,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12030
12016
  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
12017
  * Gamification service.
12032
12018
  * @module purecloud-platform-client-v2/api/GamificationApi
12033
- * @version 204.0.1
12019
+ * @version 204.1.0
12034
12020
  *//**
12035
12021
  * Constructs a new GamificationApi.
12036
12022
  * @alias module:purecloud-platform-client-v2/api/GamificationApi
@@ -12570,7 +12556,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12570
12556
  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
12557
  * GeneralDataProtectionRegulation service.
12572
12558
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
12573
- * @version 204.0.1
12559
+ * @version 204.1.0
12574
12560
  *//**
12575
12561
  * Constructs a new GeneralDataProtectionRegulationApi.
12576
12562
  * @alias module:purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
@@ -12605,7 +12591,7 @@ if(searchValue===undefined||searchValue===null){throw'Missing the required param
12605
12591
  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
12592
  * Geolocation service.
12607
12593
  * @module purecloud-platform-client-v2/api/GeolocationApi
12608
- * @version 204.0.1
12594
+ * @version 204.1.0
12609
12595
  *//**
12610
12596
  * Constructs a new GeolocationApi.
12611
12597
  * @alias module:purecloud-platform-client-v2/api/GeolocationApi
@@ -12639,7 +12625,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
12639
12625
  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
12626
  * Greetings service.
12641
12627
  * @module purecloud-platform-client-v2/api/GreetingsApi
12642
- * @version 204.0.1
12628
+ * @version 204.1.0
12643
12629
  *//**
12644
12630
  * Constructs a new GreetingsApi.
12645
12631
  * @alias module:purecloud-platform-client-v2/api/GreetingsApi
@@ -12746,7 +12732,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
12746
12732
  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
12733
  * Groups service.
12748
12734
  * @module purecloud-platform-client-v2/api/GroupsApi
12749
- * @version 204.0.1
12735
+ * @version 204.1.0
12750
12736
  *//**
12751
12737
  * Constructs a new GroupsApi.
12752
12738
  * @alias module:purecloud-platform-client-v2/api/GroupsApi
@@ -12879,7 +12865,7 @@ if(groupId===undefined||groupId===null){throw'Missing the required parameter "gr
12879
12865
  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
12866
  * IdentityProvider service.
12881
12867
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
12882
- * @version 204.0.1
12868
+ * @version 204.1.0
12883
12869
  *//**
12884
12870
  * Constructs a new IdentityProviderApi.
12885
12871
  * @alias module:purecloud-platform-client-v2/api/IdentityProviderApi
@@ -13035,7 +13021,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
13035
13021
  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
13022
  * InfrastructureAsCode service.
13037
13023
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
13038
- * @version 204.0.1
13024
+ * @version 204.1.0
13039
13025
  *//**
13040
13026
  * Constructs a new InfrastructureAsCodeApi.
13041
13027
  * @alias module:purecloud-platform-client-v2/api/InfrastructureAsCodeApi
@@ -13089,7 +13075,7 @@ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId"
13089
13075
  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
13076
  * Integrations service.
13091
13077
  * @module purecloud-platform-client-v2/api/IntegrationsApi
13092
- * @version 204.0.1
13078
+ * @version 204.1.0
13093
13079
  *//**
13094
13080
  * Constructs a new IntegrationsApi.
13095
13081
  * @alias module:purecloud-platform-client-v2/api/IntegrationsApi
@@ -13326,6 +13312,17 @@ if(credentialId===undefined||credentialId===null){throw'Missing the required par
13326
13312
  * List all credential types
13327
13313
  *
13328
13314
  */},{key:"getIntegrationsCredentialsTypes",value:function getIntegrationsCredentialsTypes(){return this.apiClient.callApi('/api/v2/integrations/credentials/types','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13315
+ * Get a list of Audio Connector integrations
13316
+ *
13317
+ * @param {Object} opts Optional parameters
13318
+ * @param {Number} opts.pageNumber Page number (default to 1)
13319
+ * @param {Number} opts.pageSize Page size (default to 25)
13320
+ */},{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']);}/**
13321
+ * Get an Audio Connector integration
13322
+ *
13323
+ * @param {String} integrationId The integration ID
13324
+ */},{key:"getIntegrationsSpeechAudioconnectorIntegrationId",value:function getIntegrationsSpeechAudioconnectorIntegrationId(integrationId){// verify the required parameter 'integrationId' is set
13325
+ 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
13326
  * Get details about a Dialogflow agent
13330
13327
  *
13331
13328
  * @param {String} agentId The agent ID
@@ -13703,7 +13700,7 @@ if(ucIntegrationId===undefined||ucIntegrationId===null){throw'Missing the requir
13703
13700
  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
13701
  * Journey service.
13705
13702
  * @module purecloud-platform-client-v2/api/JourneyApi
13706
- * @version 204.0.1
13703
+ * @version 204.1.0
13707
13704
  *//**
13708
13705
  * Constructs a new JourneyApi.
13709
13706
  * @alias module:purecloud-platform-client-v2/api/JourneyApi
@@ -14102,7 +14099,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14102
14099
  */},{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
14100
  * Knowledge service.
14104
14101
  * @module purecloud-platform-client-v2/api/KnowledgeApi
14105
- * @version 204.0.1
14102
+ * @version 204.1.0
14106
14103
  *//**
14107
14104
  * Constructs a new KnowledgeApi.
14108
14105
  * @alias module:purecloud-platform-client-v2/api/KnowledgeApi
@@ -15048,7 +15045,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15048
15045
  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(){/**
15049
15046
  * LanguageUnderstanding service.
15050
15047
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
15051
- * @version 204.0.1
15048
+ * @version 204.1.0
15052
15049
  *//**
15053
15050
  * Constructs a new LanguageUnderstandingApi.
15054
15051
  * @alias module:purecloud-platform-client-v2/api/LanguageUnderstandingApi
@@ -15308,7 +15305,7 @@ if(domainVersionId===undefined||domainVersionId===null){throw'Missing the requir
15308
15305
  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
15306
  * Languages service.
15310
15307
  * @module purecloud-platform-client-v2/api/LanguagesApi
15311
- * @version 204.0.1
15308
+ * @version 204.1.0
15312
15309
  *//**
15313
15310
  * Constructs a new LanguagesApi.
15314
15311
  * @alias module:purecloud-platform-client-v2/api/LanguagesApi
@@ -15363,7 +15360,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
15363
15360
  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
15361
  * Learning service.
15365
15362
  * @module purecloud-platform-client-v2/api/LearningApi
15366
- * @version 204.0.1
15363
+ * @version 204.1.0
15367
15364
  *//**
15368
15365
  * Constructs a new LearningApi.
15369
15366
  * @alias module:purecloud-platform-client-v2/api/LearningApi
@@ -15634,7 +15631,7 @@ if(moduleId===undefined||moduleId===null){throw'Missing the required parameter "
15634
15631
  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
15632
  * License service.
15636
15633
  * @module purecloud-platform-client-v2/api/LicenseApi
15637
- * @version 204.0.1
15634
+ * @version 204.1.0
15638
15635
  *//**
15639
15636
  * Constructs a new LicenseApi.
15640
15637
  * @alias module:purecloud-platform-client-v2/api/LicenseApi
@@ -15688,7 +15685,7 @@ if(featureName===undefined||featureName===null){throw'Missing the required param
15688
15685
  */},{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
15686
  * Locations service.
15690
15687
  * @module purecloud-platform-client-v2/api/LocationsApi
15691
- * @version 204.0.1
15688
+ * @version 204.1.0
15692
15689
  *//**
15693
15690
  * Constructs a new LocationsApi.
15694
15691
  * @alias module:purecloud-platform-client-v2/api/LocationsApi
@@ -15747,7 +15744,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15747
15744
  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
15745
  * LogCapture service.
15749
15746
  * @module purecloud-platform-client-v2/api/LogCaptureApi
15750
- * @version 204.0.1
15747
+ * @version 204.1.0
15751
15748
  *//**
15752
15749
  * Constructs a new LogCaptureApi.
15753
15750
  * @alias module:purecloud-platform-client-v2/api/LogCaptureApi
@@ -15797,7 +15794,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
15797
15794
  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
15795
  * Messaging service.
15799
15796
  * @module purecloud-platform-client-v2/api/MessagingApi
15800
- * @version 204.0.1
15797
+ * @version 204.1.0
15801
15798
  *//**
15802
15799
  * Constructs a new MessagingApi.
15803
15800
  * @alias module:purecloud-platform-client-v2/api/MessagingApi
@@ -15887,7 +15884,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15887
15884
  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
15885
  * MobileDevices service.
15889
15886
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
15890
- * @version 204.0.1
15887
+ * @version 204.1.0
15891
15888
  *//**
15892
15889
  * Constructs a new MobileDevicesApi.
15893
15890
  * @alias module:purecloud-platform-client-v2/api/MobileDevicesApi
@@ -15926,7 +15923,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15926
15923
  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
15924
  * Notifications service.
15928
15925
  * @module purecloud-platform-client-v2/api/NotificationsApi
15929
- * @version 204.0.1
15926
+ * @version 204.1.0
15930
15927
  *//**
15931
15928
  * Constructs a new NotificationsApi.
15932
15929
  * @alias module:purecloud-platform-client-v2/api/NotificationsApi
@@ -15983,7 +15980,7 @@ if(channelId===undefined||channelId===null){throw'Missing the required parameter
15983
15980
  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
15981
  * OAuth service.
15985
15982
  * @module purecloud-platform-client-v2/api/OAuthApi
15986
- * @version 204.0.1
15983
+ * @version 204.1.0
15987
15984
  *//**
15988
15985
  * Constructs a new OAuthApi.
15989
15986
  * @alias module:purecloud-platform-client-v2/api/OAuthApi
@@ -16068,7 +16065,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
16068
16065
  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
16066
  * Objects service.
16070
16067
  * @module purecloud-platform-client-v2/api/ObjectsApi
16071
- * @version 204.0.1
16068
+ * @version 204.1.0
16072
16069
  *//**
16073
16070
  * Constructs a new ObjectsApi.
16074
16071
  * @alias module:purecloud-platform-client-v2/api/ObjectsApi
@@ -16139,7 +16136,7 @@ if(divisionId===undefined||divisionId===null){throw'Missing the required paramet
16139
16136
  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
16137
  * OperationalEvents service.
16141
16138
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
16142
- * @version 204.0.1
16139
+ * @version 204.1.0
16143
16140
  *//**
16144
16141
  * Constructs a new OperationalEventsApi.
16145
16142
  * @alias module:purecloud-platform-client-v2/api/OperationalEventsApi
@@ -16157,7 +16154,7 @@ if(eventDefinitionId===undefined||eventDefinitionId===null){throw'Missing the re
16157
16154
  */},{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
16155
  * Organization service.
16159
16156
  * @module purecloud-platform-client-v2/api/OrganizationApi
16160
- * @version 204.0.1
16157
+ * @version 204.1.0
16161
16158
  *//**
16162
16159
  * Constructs a new OrganizationApi.
16163
16160
  * @alias module:purecloud-platform-client-v2/api/OrganizationApi
@@ -16282,7 +16279,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
16282
16279
  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
16280
  * OrganizationAuthorization service.
16284
16281
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
16285
- * @version 204.0.1
16282
+ * @version 204.1.0
16286
16283
  *//**
16287
16284
  * Constructs a new OrganizationAuthorizationApi.
16288
16285
  * @alias module:purecloud-platform-client-v2/api/OrganizationAuthorizationApi
@@ -16605,7 +16602,7 @@ if(trustorOrgId===undefined||trustorOrgId===null){throw'Missing the required par
16605
16602
  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
16603
  * Outbound service.
16607
16604
  * @module purecloud-platform-client-v2/api/OutboundApi
16608
- * @version 204.0.1
16605
+ * @version 204.1.0
16609
16606
  *//**
16610
16607
  * Constructs a new OutboundApi.
16611
16608
  * @alias module:purecloud-platform-client-v2/api/OutboundApi
@@ -17684,7 +17681,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
17684
17681
  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
17682
  * Presence service.
17686
17683
  * @module purecloud-platform-client-v2/api/PresenceApi
17687
- * @version 204.0.1
17684
+ * @version 204.1.0
17688
17685
  *//**
17689
17686
  * Constructs a new PresenceApi.
17690
17687
  * @alias module:purecloud-platform-client-v2/api/PresenceApi
@@ -17857,7 +17854,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
17857
17854
  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
17855
  * ProcessAutomation service.
17859
17856
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
17860
- * @version 204.0.1
17857
+ * @version 204.1.0
17861
17858
  *//**
17862
17859
  * Constructs a new ProcessAutomationApi.
17863
17860
  * @alias module:purecloud-platform-client-v2/api/ProcessAutomationApi
@@ -17920,7 +17917,7 @@ if(triggerId===undefined||triggerId===null){throw'Missing the required parameter
17920
17917
  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
17918
  * Quality service.
17922
17919
  * @module purecloud-platform-client-v2/api/QualityApi
17923
- * @version 204.0.1
17920
+ * @version 204.1.0
17924
17921
  *//**
17925
17922
  * Constructs a new QualityApi.
17926
17923
  * @alias module:purecloud-platform-client-v2/api/QualityApi
@@ -18397,7 +18394,7 @@ if(customerSurveyUrl===undefined||customerSurveyUrl===null){throw'Missing the re
18397
18394
  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
18395
  * Recording service.
18399
18396
  * @module purecloud-platform-client-v2/api/RecordingApi
18400
- * @version 204.0.1
18397
+ * @version 204.1.0
18401
18398
  *//**
18402
18399
  * Constructs a new RecordingApi.
18403
18400
  * @alias module:purecloud-platform-client-v2/api/RecordingApi
@@ -18809,7 +18806,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
18809
18806
  */},{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
18807
  * ResponseManagement service.
18811
18808
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
18812
- * @version 204.0.1
18809
+ * @version 204.1.0
18813
18810
  *//**
18814
18811
  * Constructs a new ResponseManagementApi.
18815
18812
  * @alias module:purecloud-platform-client-v2/api/ResponseManagementApi
@@ -18930,7 +18927,7 @@ if(responseAssetId===undefined||responseAssetId===null){throw'Missing the requir
18930
18927
  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
18928
  * Routing service.
18932
18929
  * @module purecloud-platform-client-v2/api/RoutingApi
18933
- * @version 204.0.1
18930
+ * @version 204.1.0
18934
18931
  *//**
18935
18932
  * Constructs a new RoutingApi.
18936
18933
  * @alias module:purecloud-platform-client-v2/api/RoutingApi
@@ -19934,7 +19931,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
19934
19931
  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
19932
  * SCIM service.
19936
19933
  * @module purecloud-platform-client-v2/api/SCIMApi
19937
- * @version 204.0.1
19934
+ * @version 204.1.0
19938
19935
  *//**
19939
19936
  * Constructs a new SCIMApi.
19940
19937
  * @alias module:purecloud-platform-client-v2/api/SCIMApi
@@ -20159,7 +20156,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
20159
20156
  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
20157
  * ScreenRecording service.
20161
20158
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
20162
- * @version 204.0.1
20159
+ * @version 204.1.0
20163
20160
  *//**
20164
20161
  * Constructs a new ScreenRecordingApi.
20165
20162
  * @alias module:purecloud-platform-client-v2/api/ScreenRecordingApi
@@ -20174,7 +20171,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
20174
20171
  */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
20172
  * Scripts service.
20176
20173
  * @module purecloud-platform-client-v2/api/ScriptsApi
20177
- * @version 204.0.1
20174
+ * @version 204.1.0
20178
20175
  *//**
20179
20176
  * Constructs a new ScriptsApi.
20180
20177
  * @alias module:purecloud-platform-client-v2/api/ScriptsApi
@@ -20310,7 +20307,7 @@ if(scriptId===undefined||scriptId===null){throw'Missing the required parameter "
20310
20307
  */},{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
20308
  * Search service.
20312
20309
  * @module purecloud-platform-client-v2/api/SearchApi
20313
- * @version 204.0.1
20310
+ * @version 204.1.0
20314
20311
  *//**
20315
20312
  * Constructs a new SearchApi.
20316
20313
  * @alias module:purecloud-platform-client-v2/api/SearchApi
@@ -20470,7 +20467,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
20470
20467
  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
20468
  * Settings service.
20472
20469
  * @module purecloud-platform-client-v2/api/SettingsApi
20473
- * @version 204.0.1
20470
+ * @version 204.1.0
20474
20471
  *//**
20475
20472
  * Constructs a new SettingsApi.
20476
20473
  * @alias module:purecloud-platform-client-v2/api/SettingsApi
@@ -20520,7 +20517,7 @@ if(agentId===undefined||agentId===null){throw'Missing the required parameter "ag
20520
20517
  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
20518
  * SpeechTextAnalytics service.
20522
20519
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
20523
- * @version 204.0.1
20520
+ * @version 204.1.0
20524
20521
  *//**
20525
20522
  * Constructs a new SpeechTextAnalyticsApi.
20526
20523
  * @alias module:purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
@@ -20804,7 +20801,7 @@ if(topicId===undefined||topicId===null){throw'Missing the required parameter "to
20804
20801
  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
20802
  * Stations service.
20806
20803
  * @module purecloud-platform-client-v2/api/StationsApi
20807
- * @version 204.0.1
20804
+ * @version 204.1.0
20808
20805
  *//**
20809
20806
  * Constructs a new StationsApi.
20810
20807
  * @alias module:purecloud-platform-client-v2/api/StationsApi
@@ -20836,7 +20833,7 @@ if(stationId===undefined||stationId===null){throw'Missing the required parameter
20836
20833
  */},{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
20834
  * Suggest service.
20838
20835
  * @module purecloud-platform-client-v2/api/SuggestApi
20839
- * @version 204.0.1
20836
+ * @version 204.1.0
20840
20837
  *//**
20841
20838
  * Constructs a new SuggestApi.
20842
20839
  * @alias module:purecloud-platform-client-v2/api/SuggestApi
@@ -20876,7 +20873,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
20876
20873
  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
20874
  * TaskManagement service.
20878
20875
  * @module purecloud-platform-client-v2/api/TaskManagementApi
20879
- * @version 204.0.1
20876
+ * @version 204.1.0
20880
20877
  *//**
20881
20878
  * Constructs a new TaskManagementApi.
20882
20879
  * @alias module:purecloud-platform-client-v2/api/TaskManagementApi
@@ -21206,7 +21203,7 @@ if(schemaId===undefined||schemaId===null){throw'Missing the required parameter "
21206
21203
  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
21204
  * Teams service.
21208
21205
  * @module purecloud-platform-client-v2/api/TeamsApi
21209
- * @version 204.0.1
21206
+ * @version 204.1.0
21210
21207
  *//**
21211
21208
  * Constructs a new TeamsApi.
21212
21209
  * @alias module:purecloud-platform-client-v2/api/TeamsApi
@@ -21284,7 +21281,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
21284
21281
  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
21282
  * Telephony service.
21286
21283
  * @module purecloud-platform-client-v2/api/TelephonyApi
21287
- * @version 204.0.1
21284
+ * @version 204.1.0
21288
21285
  *//**
21289
21286
  * Constructs a new TelephonyApi.
21290
21287
  * @alias module:purecloud-platform-client-v2/api/TelephonyApi
@@ -21331,7 +21328,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
21331
21328
  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
21329
  * TelephonyProvidersEdge service.
21333
21330
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
21334
- * @version 204.0.1
21331
+ * @version 204.1.0
21335
21332
  *//**
21336
21333
  * Constructs a new TelephonyProvidersEdgeApi.
21337
21334
  * @alias module:purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
@@ -22141,7 +22138,7 @@ if(trunkBaseSettingsId===undefined||trunkBaseSettingsId===null){throw'Missing th
22141
22138
  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
22139
  * Textbots service.
22143
22140
  * @module purecloud-platform-client-v2/api/TextbotsApi
22144
- * @version 204.0.1
22141
+ * @version 204.1.0
22145
22142
  *//**
22146
22143
  * Constructs a new TextbotsApi.
22147
22144
  * @alias module:purecloud-platform-client-v2/api/TextbotsApi
@@ -22176,7 +22173,7 @@ if(launchRequest===undefined||launchRequest===null){throw'Missing the required p
22176
22173
  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
22174
  * Tokens service.
22178
22175
  * @module purecloud-platform-client-v2/api/TokensApi
22179
- * @version 204.0.1
22176
+ * @version 204.1.0
22180
22177
  *//**
22181
22178
  * Constructs a new TokensApi.
22182
22179
  * @alias module:purecloud-platform-client-v2/api/TokensApi
@@ -22210,7 +22207,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
22210
22207
  */},{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
22208
  * Uploads service.
22212
22209
  * @module purecloud-platform-client-v2/api/UploadsApi
22213
- * @version 204.0.1
22210
+ * @version 204.1.0
22214
22211
  *//**
22215
22212
  * Constructs a new UploadsApi.
22216
22213
  * @alias module:purecloud-platform-client-v2/api/UploadsApi
@@ -22276,7 +22273,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
22276
22273
  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
22274
  * Usage service.
22278
22275
  * @module purecloud-platform-client-v2/api/UsageApi
22279
- * @version 204.0.1
22276
+ * @version 204.1.0
22280
22277
  *//**
22281
22278
  * Constructs a new UsageApi.
22282
22279
  * @alias module:purecloud-platform-client-v2/api/UsageApi
@@ -22330,7 +22327,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
22330
22327
  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
22328
  * UserRecordings service.
22332
22329
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
22333
- * @version 204.0.1
22330
+ * @version 204.1.0
22334
22331
  *//**
22335
22332
  * Constructs a new UserRecordingsApi.
22336
22333
  * @alias module:purecloud-platform-client-v2/api/UserRecordingsApi
@@ -22387,7 +22384,7 @@ if(recordingId===undefined||recordingId===null){throw'Missing the required param
22387
22384
  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
22385
  * Users service.
22389
22386
  * @module purecloud-platform-client-v2/api/UsersApi
22390
- * @version 204.0.1
22387
+ * @version 204.1.0
22391
22388
  *//**
22392
22389
  * Constructs a new UsersApi.
22393
22390
  * @alias module:purecloud-platform-client-v2/api/UsersApi
@@ -23077,7 +23074,7 @@ if(verifierId===undefined||verifierId===null){throw'Missing the required paramet
23077
23074
  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
23075
  * Utilities service.
23079
23076
  * @module purecloud-platform-client-v2/api/UtilitiesApi
23080
- * @version 204.0.1
23077
+ * @version 204.1.0
23081
23078
  *//**
23082
23079
  * Constructs a new UtilitiesApi.
23083
23080
  * @alias module:purecloud-platform-client-v2/api/UtilitiesApi
@@ -23104,7 +23101,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
23104
23101
  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
23102
  * Voicemail service.
23106
23103
  * @module purecloud-platform-client-v2/api/VoicemailApi
23107
- * @version 204.0.1
23104
+ * @version 204.1.0
23108
23105
  *//**
23109
23106
  * Constructs a new VoicemailApi.
23110
23107
  * @alias module:purecloud-platform-client-v2/api/VoicemailApi
@@ -23253,7 +23250,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
23253
23250
  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
23251
  * WebChat service.
23255
23252
  * @module purecloud-platform-client-v2/api/WebChatApi
23256
- * @version 204.0.1
23253
+ * @version 204.1.0
23257
23254
  *//**
23258
23255
  * Constructs a new WebChatApi.
23259
23256
  * @alias module:purecloud-platform-client-v2/api/WebChatApi
@@ -23388,7 +23385,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
23388
23385
  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
23386
  * WebDeployments service.
23390
23387
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
23391
- * @version 204.0.1
23388
+ * @version 204.1.0
23392
23389
  *//**
23393
23390
  * Constructs a new WebDeploymentsApi.
23394
23391
  * @alias module:purecloud-platform-client-v2/api/WebDeploymentsApi
@@ -23509,7 +23506,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
23509
23506
  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
23507
  * WebMessaging service.
23511
23508
  * @module purecloud-platform-client-v2/api/WebMessagingApi
23512
- * @version 204.0.1
23509
+ * @version 204.1.0
23513
23510
  *//**
23514
23511
  * Constructs a new WebMessagingApi.
23515
23512
  * @alias module:purecloud-platform-client-v2/api/WebMessagingApi
@@ -23525,7 +23522,7 @@ if(deployment===undefined||deployment===null){throw'Missing the required paramet
23525
23522
  */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
23523
  * Widgets service.
23527
23524
  * @module purecloud-platform-client-v2/api/WidgetsApi
23528
- * @version 204.0.1
23525
+ * @version 204.1.0
23529
23526
  *//**
23530
23527
  * Constructs a new WidgetsApi.
23531
23528
  * @alias module:purecloud-platform-client-v2/api/WidgetsApi
@@ -23560,7 +23557,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
23560
23557
  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
23558
  * WorkforceManagement service.
23562
23559
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
23563
- * @version 204.0.1
23560
+ * @version 204.1.0
23564
23561
  *//**
23565
23562
  * Constructs a new WorkforceManagementApi.
23566
23563
  * @alias module:purecloud-platform-client-v2/api/WorkforceManagementApi
@@ -25326,7 +25323,7 @@ if(timeOffLimitId===undefined||timeOffLimitId===null){throw'Missing the required
25326
25323
  * </pre>
25327
25324
  * </p>
25328
25325
  * @module purecloud-platform-client-v2/index
25329
- * @version 204.0.1
25326
+ * @version 204.1.0
25330
25327
  */var platformClient=/*#__PURE__*/_createClass(function platformClient(){_classCallCheck(this,platformClient);/**
25331
25328
  * The ApiClient constructor.
25332
25329
  * @property {module:purecloud-platform-client-v2/ApiClient}