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
@@ -879,7 +879,7 @@ if(env)this.environment=env;else this.environment=this.host?this.host:'mypureclo
879
879
  this.environment=this.environment.replace(/\/+$/,'');// Strip protocol and subdomain
880
880
  if(this.environment.startsWith('https://'))this.environment=this.environment.substring(8);if(this.environment.startsWith('http://'))this.environment=this.environment.substring(7);if(this.environment.startsWith('api.'))this.environment=this.environment.substring(4);this.basePath="https://api.".concat(this.environment);this.authUrl="https://login.".concat(this.environment);}},{key:"getConfigString",value:function getConfigString(section,key){if(this.config._sections[section])return this.config._sections[section][key];}},{key:"getConfigBoolean",value:function getConfigBoolean(section,key){if(this.config._sections[section]&&this.config._sections[section][key]!==undefined){if(typeof this.config._sections[section][key]==='string'){return this.config._sections[section][key]==='true';}else return this.config._sections[section][key];}}},{key:"getConfigInt",value:function getConfigInt(section,key){if(this.config._sections[section]&&this.config._sections[section][key]){if(typeof this.config._sections[section][key]==='string'){return parseInt(this.config._sections[section][key]);}else return this.config._sections[section][key];}}}]);}();/**
881
881
  * @module purecloud-platform-client-v2/ApiClient
882
- * @version 204.0.1
882
+ * @version 204.1.0
883
883
  */var ApiClient=/*#__PURE__*/function(){/**
884
884
  * Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
885
885
  * application to use this class directly - the *Api and model classes provide the public API for the service. The
@@ -1191,7 +1191,7 @@ resolve(data);})["catch"](function(error){var data=error;if(error.response&&erro
1191
1191
  that.config.logger.log('error',error.response.status,httpMethod,url,request.headers,error.response.headers,bodyParam,error.response.data);data=that.returnExtended===true?{status:error.response.status,statusText:error.response.statusText,headers:error.response.headers,body:error.response.data,text:error.response.text,error:error}:error.response.data?error.response.data:error.response.text;}reject(data);});}});}}]);}();var AgentAssistantsApi=/*#__PURE__*/function(){/**
1192
1192
  * AgentAssistants service.
1193
1193
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
1194
- * @version 204.0.1
1194
+ * @version 204.1.0
1195
1195
  *//**
1196
1196
  * Constructs a new AgentAssistantsApi.
1197
1197
  * @alias module:purecloud-platform-client-v2/api/AgentAssistantsApi
@@ -1292,7 +1292,7 @@ if(queueId===undefined||queueId===null){throw'Missing the required parameter "qu
1292
1292
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAssistantQueue';}return this.apiClient.callApi('/api/v2/assistants/{assistantId}/queues/{queueId}','PUT',{'assistantId':assistantId,'queueId':queueId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AgentCopilotApi=/*#__PURE__*/function(){/**
1293
1293
  * AgentCopilot service.
1294
1294
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
1295
- * @version 204.0.1
1295
+ * @version 204.1.0
1296
1296
  *//**
1297
1297
  * Constructs a new AgentCopilotApi.
1298
1298
  * @alias module:purecloud-platform-client-v2/api/AgentCopilotApi
@@ -1314,7 +1314,7 @@ if(assistantId===undefined||assistantId===null){throw'Missing the required param
1314
1314
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAssistantCopilot';}return this.apiClient.callApi('/api/v2/assistants/{assistantId}/copilot','PUT',{'assistantId':assistantId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AgentUIApi=/*#__PURE__*/function(){/**
1315
1315
  * AgentUI service.
1316
1316
  * @module purecloud-platform-client-v2/api/AgentUIApi
1317
- * @version 204.0.1
1317
+ * @version 204.1.0
1318
1318
  *//**
1319
1319
  * Constructs a new AgentUIApi.
1320
1320
  * @alias module:purecloud-platform-client-v2/api/AgentUIApi
@@ -1348,7 +1348,7 @@ if(agentId===undefined||agentId===null){throw'Missing the required parameter "ag
1348
1348
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';}return this.apiClient.callApi('/api/v2/users/agentui/agents/autoanswer/{agentId}/settings','PUT',{'agentId':agentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AlertingApi=/*#__PURE__*/function(){/**
1349
1349
  * Alerting service.
1350
1350
  * @module purecloud-platform-client-v2/api/AlertingApi
1351
- * @version 204.0.1
1351
+ * @version 204.1.0
1352
1352
  *//**
1353
1353
  * Constructs a new AlertingApi.
1354
1354
  * @alias module:purecloud-platform-client-v2/api/AlertingApi
@@ -1505,7 +1505,7 @@ if(ruleId===undefined||ruleId===null){throw'Missing the required parameter "rule
1505
1505
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAlertingRule';}return this.apiClient.callApi('/api/v2/alerting/rules/{ruleId}','PUT',{'ruleId':ruleId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AnalyticsApi=/*#__PURE__*/function(){/**
1506
1506
  * Analytics service.
1507
1507
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1508
- * @version 204.0.1
1508
+ * @version 204.1.0
1509
1509
  *//**
1510
1510
  * Constructs a new AnalyticsApi.
1511
1511
  * @alias module:purecloud-platform-client-v2/api/AnalyticsApi
@@ -2126,7 +2126,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
2126
2126
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAnalyticsDataretentionSettings';}return this.apiClient.callApi('/api/v2/analytics/dataretention/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ArchitectApi=/*#__PURE__*/function(){/**
2127
2127
  * Architect service.
2128
2128
  * @module purecloud-platform-client-v2/api/ArchitectApi
2129
- * @version 204.0.1
2129
+ * @version 204.1.0
2130
2130
  *//**
2131
2131
  * Constructs a new ArchitectApi.
2132
2132
  * @alias module:purecloud-platform-client-v2/api/ArchitectApi
@@ -2142,14 +2142,12 @@ if(emergencyGroupId===undefined||emergencyGroupId===null){throw'Missing the requ
2142
2142
  * Delete a grammar.
2143
2143
  *
2144
2144
  * @param {String} grammarId grammar ID
2145
- * deleteArchitectGrammar is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2146
2145
  */},{key:"deleteArchitectGrammar",value:function deleteArchitectGrammar(grammarId){// verify the required parameter 'grammarId' is set
2147
2146
  if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling deleteArchitectGrammar';}return this.apiClient.callApi('/api/v2/architect/grammars/{grammarId}','DELETE',{'grammarId':grammarId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
2148
2147
  * Delete specified grammar language
2149
2148
  *
2150
2149
  * @param {String} grammarId Grammar ID
2151
2150
  * @param {String} languageCode Language
2152
- * deleteArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2153
2151
  */},{key:"deleteArchitectGrammarLanguage",value:function deleteArchitectGrammarLanguage(grammarId,languageCode){// verify the required parameter 'grammarId' is set
2154
2152
  if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling deleteArchitectGrammarLanguage';}// verify the required parameter 'languageCode' is set
2155
2153
  if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling deleteArchitectGrammarLanguage';}return this.apiClient.callApi('/api/v2/architect/grammars/{grammarId}/languages/{languageCode}','DELETE',{'grammarId':grammarId,'languageCode':languageCode},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -2157,7 +2155,6 @@ if(languageCode===undefined||languageCode===null){throw'Missing the required par
2157
2155
  *
2158
2156
  * @param {String} grammarId Grammar ID
2159
2157
  * @param {String} languageCode Language
2160
- * deleteArchitectGrammarLanguageFilesDtmf is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2161
2158
  */},{key:"deleteArchitectGrammarLanguageFilesDtmf",value:function deleteArchitectGrammarLanguageFilesDtmf(grammarId,languageCode){// verify the required parameter 'grammarId' is set
2162
2159
  if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling deleteArchitectGrammarLanguageFilesDtmf';}// verify the required parameter 'languageCode' is set
2163
2160
  if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling deleteArchitectGrammarLanguageFilesDtmf';}return this.apiClient.callApi('/api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/dtmf','DELETE',{'grammarId':grammarId,'languageCode':languageCode},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -2165,7 +2162,6 @@ if(languageCode===undefined||languageCode===null){throw'Missing the required par
2165
2162
  *
2166
2163
  * @param {String} grammarId Grammar ID
2167
2164
  * @param {String} languageCode Language
2168
- * deleteArchitectGrammarLanguageFilesVoice is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2169
2165
  */},{key:"deleteArchitectGrammarLanguageFilesVoice",value:function deleteArchitectGrammarLanguageFilesVoice(grammarId,languageCode){// verify the required parameter 'grammarId' is set
2170
2166
  if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling deleteArchitectGrammarLanguageFilesVoice';}// verify the required parameter 'languageCode' is set
2171
2167
  if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling deleteArchitectGrammarLanguageFilesVoice';}return this.apiClient.callApi('/api/v2/architect/grammars/{grammarId}/languages/{languageCode}/files/voice','DELETE',{'grammarId':grammarId,'languageCode':languageCode},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -2371,14 +2367,12 @@ if(emergencyGroupId===undefined||emergencyGroupId===null){throw'Missing the requ
2371
2367
  * @param {String} grammarId grammar ID
2372
2368
  * @param {Object} opts Optional parameters
2373
2369
  * @param {Boolean} opts.includeFileUrls Include grammar language file URLs
2374
- * getArchitectGrammar is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2375
2370
  */},{key:"getArchitectGrammar",value:function getArchitectGrammar(grammarId,opts){opts=opts||{};// verify the required parameter 'grammarId' is set
2376
2371
  if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling getArchitectGrammar';}return this.apiClient.callApi('/api/v2/architect/grammars/{grammarId}','GET',{'grammarId':grammarId},{'includeFileUrls':opts['includeFileUrls']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
2377
2372
  * Get a grammar language.
2378
2373
  *
2379
2374
  * @param {String} grammarId Grammar ID
2380
2375
  * @param {String} languageCode Language
2381
- * getArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2382
2376
  */},{key:"getArchitectGrammarLanguage",value:function getArchitectGrammarLanguage(grammarId,languageCode){// verify the required parameter 'grammarId' is set
2383
2377
  if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling getArchitectGrammarLanguage';}// verify the required parameter 'languageCode' is set
2384
2378
  if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling getArchitectGrammarLanguage';}return this.apiClient.callApi('/api/v2/architect/grammars/{grammarId}/languages/{languageCode}','GET',{'grammarId':grammarId,'languageCode':languageCode},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -2394,7 +2388,6 @@ if(languageCode===undefined||languageCode===null){throw'Missing the required par
2394
2388
  * @param {String} opts.description Description
2395
2389
  * @param {String} opts.nameOrDescription Name or description
2396
2390
  * @param {Boolean} opts.includeFileUrls Include grammar language file URLs
2397
- * getArchitectGrammars is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2398
2391
  */},{key:"getArchitectGrammars",value:function getArchitectGrammars(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/architect/grammars','GET',{},{'pageNumber':opts['pageNumber'],'pageSize':opts['pageSize'],'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder'],'id':this.apiClient.buildCollectionParam(opts['id'],'multi'),'name':opts['name'],'description':opts['description'],'nameOrDescription':opts['nameOrDescription'],'includeFileUrls':opts['includeFileUrls']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
2399
2392
  * Get an IVR config.
2400
2393
  *
@@ -2900,7 +2893,6 @@ if(flowOutcomeId===undefined||flowOutcomeId===null){throw'Missing the required p
2900
2893
  * @param {String} grammarId grammar ID
2901
2894
  * @param {Object} opts Optional parameters
2902
2895
  * @param {Object} opts.body
2903
- * patchArchitectGrammar is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2904
2896
  */},{key:"patchArchitectGrammar",value:function patchArchitectGrammar(grammarId,opts){opts=opts||{};// verify the required parameter 'grammarId' is set
2905
2897
  if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling patchArchitectGrammar';}return this.apiClient.callApi('/api/v2/architect/grammars/{grammarId}','PATCH',{'grammarId':grammarId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
2906
2898
  * Updates a grammar language
@@ -2909,7 +2901,6 @@ if(grammarId===undefined||grammarId===null){throw'Missing the required parameter
2909
2901
  * @param {String} languageCode Language
2910
2902
  * @param {Object} opts Optional parameters
2911
2903
  * @param {Object} opts.body
2912
- * patchArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2913
2904
  */},{key:"patchArchitectGrammarLanguage",value:function patchArchitectGrammarLanguage(grammarId,languageCode,opts){opts=opts||{};// verify the required parameter 'grammarId' is set
2914
2905
  if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling patchArchitectGrammarLanguage';}// verify the required parameter 'languageCode' is set
2915
2906
  if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling patchArchitectGrammarLanguage';}return this.apiClient.callApi('/api/v2/architect/grammars/{grammarId}/languages/{languageCode}','PATCH',{'grammarId':grammarId,'languageCode':languageCode},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -2931,7 +2922,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
2931
2922
  * @param {String} grammarId Grammar ID
2932
2923
  * @param {String} languageCode Language
2933
2924
  * @param {Object} body query
2934
- * postArchitectGrammarLanguageFilesDtmf is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2935
2925
  */},{key:"postArchitectGrammarLanguageFilesDtmf",value:function postArchitectGrammarLanguageFilesDtmf(grammarId,languageCode,body){// verify the required parameter 'grammarId' is set
2936
2926
  if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling postArchitectGrammarLanguageFilesDtmf';}// verify the required parameter 'languageCode' is set
2937
2927
  if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling postArchitectGrammarLanguageFilesDtmf';}// verify the required parameter 'body' is set
@@ -2941,7 +2931,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
2941
2931
  * @param {String} grammarId Grammar ID
2942
2932
  * @param {String} languageCode Language
2943
2933
  * @param {Object} body query
2944
- * postArchitectGrammarLanguageFilesVoice is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2945
2934
  */},{key:"postArchitectGrammarLanguageFilesVoice",value:function postArchitectGrammarLanguageFilesVoice(grammarId,languageCode,body){// verify the required parameter 'grammarId' is set
2946
2935
  if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling postArchitectGrammarLanguageFilesVoice';}// verify the required parameter 'languageCode' is set
2947
2936
  if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling postArchitectGrammarLanguageFilesVoice';}// verify the required parameter 'body' is set
@@ -2950,14 +2939,12 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
2950
2939
  *
2951
2940
  * @param {String} grammarId Grammar ID
2952
2941
  * @param {Object} body
2953
- * postArchitectGrammarLanguages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2954
2942
  */},{key:"postArchitectGrammarLanguages",value:function postArchitectGrammarLanguages(grammarId,body){// verify the required parameter 'grammarId' is set
2955
2943
  if(grammarId===undefined||grammarId===null){throw'Missing the required parameter "grammarId" when calling postArchitectGrammarLanguages';}// verify the required parameter 'body' is set
2956
2944
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postArchitectGrammarLanguages';}return this.apiClient.callApi('/api/v2/architect/grammars/{grammarId}/languages','POST',{'grammarId':grammarId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
2957
2945
  * Create a new grammar
2958
2946
  *
2959
2947
  * @param {Object} body
2960
- * postArchitectGrammars is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2961
2948
  */},{key:"postArchitectGrammars",value:function postArchitectGrammars(body){// verify the required parameter 'body' is set
2962
2949
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postArchitectGrammars';}return this.apiClient.callApi('/api/v2/architect/grammars','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
2963
2950
  * Create IVR config.
@@ -3231,7 +3218,7 @@ if(milestoneId===undefined||milestoneId===null){throw'Missing the required param
3231
3218
  if(flowOutcomeId===undefined||flowOutcomeId===null){throw'Missing the required parameter "flowOutcomeId" when calling putFlowsOutcome';}return this.apiClient.callApi('/api/v2/flows/outcomes/{flowOutcomeId}','PUT',{'flowOutcomeId':flowOutcomeId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AuditApi=/*#__PURE__*/function(){/**
3232
3219
  * Audit service.
3233
3220
  * @module purecloud-platform-client-v2/api/AuditApi
3234
- * @version 204.0.1
3221
+ * @version 204.1.0
3235
3222
  *//**
3236
3223
  * Constructs a new AuditApi.
3237
3224
  * @alias module:purecloud-platform-client-v2/api/AuditApi
@@ -3281,7 +3268,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
3281
3268
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAuditsQueryRealtimeRelated';}return this.apiClient.callApi('/api/v2/audits/query/realtime/related','POST',{},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AuthorizationApi=/*#__PURE__*/function(){/**
3282
3269
  * Authorization service.
3283
3270
  * @module purecloud-platform-client-v2/api/AuthorizationApi
3284
- * @version 204.0.1
3271
+ * @version 204.1.0
3285
3272
  *//**
3286
3273
  * Constructs a new AuthorizationApi.
3287
3274
  * @alias module:purecloud-platform-client-v2/api/AuthorizationApi
@@ -3604,7 +3591,7 @@ if(subjectId===undefined||subjectId===null){throw'Missing the required parameter
3604
3591
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserRoles';}return this.apiClient.callApi('/api/v2/users/{subjectId}/roles','PUT',{'subjectId':subjectId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var BillingApi=/*#__PURE__*/function(){/**
3605
3592
  * Billing service.
3606
3593
  * @module purecloud-platform-client-v2/api/BillingApi
3607
- * @version 204.0.1
3594
+ * @version 204.1.0
3608
3595
  *//**
3609
3596
  * Constructs a new BillingApi.
3610
3597
  * @alias module:purecloud-platform-client-v2/api/BillingApi
@@ -3628,7 +3615,7 @@ if(endDate===undefined||endDate===null){throw'Missing the required parameter "en
3628
3615
  if(trustorOrgId===undefined||trustorOrgId===null){throw'Missing the required parameter "trustorOrgId" when calling getBillingTrusteebillingoverviewTrustorOrgId';}return this.apiClient.callApi('/api/v2/billing/trusteebillingoverview/{trustorOrgId}','GET',{'trustorOrgId':trustorOrgId},{'billingPeriodIndex':opts['billingPeriodIndex']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var CarrierServicesApi=/*#__PURE__*/function(){/**
3629
3616
  * CarrierServices service.
3630
3617
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
3631
- * @version 204.0.1
3618
+ * @version 204.1.0
3632
3619
  *//**
3633
3620
  * Constructs a new CarrierServicesApi.
3634
3621
  * @alias module:purecloud-platform-client-v2/api/CarrierServicesApi
@@ -3648,7 +3635,7 @@ if(phoneNumber===undefined||phoneNumber===null){throw'Missing the required param
3648
3635
  */},{key:"postCarrierservicesIntegrationsEmergencylocationsMe",value:function postCarrierservicesIntegrationsEmergencylocationsMe(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/carrierservices/integrations/emergencylocations/me','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ChatApi=/*#__PURE__*/function(){/**
3649
3636
  * Chat service.
3650
3637
  * @module purecloud-platform-client-v2/api/ChatApi
3651
- * @version 204.0.1
3638
+ * @version 204.1.0
3652
3639
  *//**
3653
3640
  * Constructs a new ChatApi.
3654
3641
  * @alias module:purecloud-platform-client-v2/api/ChatApi
@@ -3873,7 +3860,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
3873
3860
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putChatsSettings';}return this.apiClient.callApi('/api/v2/chats/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var CoachingApi=/*#__PURE__*/function(){/**
3874
3861
  * Coaching service.
3875
3862
  * @module purecloud-platform-client-v2/api/CoachingApi
3876
- * @version 204.0.1
3863
+ * @version 204.1.0
3877
3864
  *//**
3878
3865
  * Constructs a new CoachingApi.
3879
3866
  * @alias module:purecloud-platform-client-v2/api/CoachingApi
@@ -4026,7 +4013,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
4026
4013
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postCoachingScheduleslotsQuery';}return this.apiClient.callApi('/api/v2/coaching/scheduleslots/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ContentManagementApi=/*#__PURE__*/function(){/**
4027
4014
  * ContentManagement service.
4028
4015
  * @module purecloud-platform-client-v2/api/ContentManagementApi
4029
- * @version 204.0.1
4016
+ * @version 204.1.0
4030
4017
  *//**
4031
4018
  * Constructs a new ContentManagementApi.
4032
4019
  * @alias module:purecloud-platform-client-v2/api/ContentManagementApi
@@ -4309,7 +4296,7 @@ if(tagId===undefined||tagId===null){throw'Missing the required parameter "tagId"
4309
4296
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putContentmanagementWorkspaceTagvalue';}return this.apiClient.callApi('/api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId}','PUT',{'workspaceId':workspaceId,'tagId':tagId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ConversationsApi=/*#__PURE__*/function(){/**
4310
4297
  * Conversations service.
4311
4298
  * @module purecloud-platform-client-v2/api/ConversationsApi
4312
- * @version 204.0.1
4299
+ * @version 204.1.0
4313
4300
  *//**
4314
4301
  * Constructs a new ConversationsApi.
4315
4302
  * @alias module:purecloud-platform-client-v2/api/ConversationsApi
@@ -4991,7 +4978,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
4991
4978
  *
4992
4979
  * @param {String} conversationId conversation ID
4993
4980
  * @param {Object} body Conversation Utilization Label
4994
- * patchConversationUtilizationlabel is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4995
4981
  */},{key:"patchConversationUtilizationlabel",value:function patchConversationUtilizationlabel(conversationId,body){// verify the required parameter 'conversationId' is set
4996
4982
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling patchConversationUtilizationlabel';}// verify the required parameter 'body' is set
4997
4983
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchConversationUtilizationlabel';}return this.apiClient.callApi('/api/v2/conversations/{conversationId}/utilizationlabel','PATCH',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -6031,7 +6017,7 @@ if(conversationId===undefined||conversationId===null){throw'Missing the required
6031
6017
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putConversationsVideoRecordingstate';}return this.apiClient.callApi('/api/v2/conversations/videos/{conversationId}/recordingstate','PUT',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var DataExtensionsApi=/*#__PURE__*/function(){/**
6032
6018
  * DataExtensions service.
6033
6019
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
6034
- * @version 204.0.1
6020
+ * @version 204.1.0
6035
6021
  *//**
6036
6022
  * Constructs a new DataExtensionsApi.
6037
6023
  * @alias module:purecloud-platform-client-v2/api/DataExtensionsApi
@@ -6052,7 +6038,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
6052
6038
  */},{key:"getDataextensionsLimits",value:function getDataextensionsLimits(){return this.apiClient.callApi('/api/v2/dataextensions/limits','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var DownloadsApi=/*#__PURE__*/function(){/**
6053
6039
  * Downloads service.
6054
6040
  * @module purecloud-platform-client-v2/api/DownloadsApi
6055
- * @version 204.0.1
6041
+ * @version 204.1.0
6056
6042
  *//**
6057
6043
  * Constructs a new DownloadsApi.
6058
6044
  * @alias module:purecloud-platform-client-v2/api/DownloadsApi
@@ -6071,7 +6057,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
6071
6057
  if(downloadId===undefined||downloadId===null){throw'Missing the required parameter "downloadId" when calling getDownload';}return this.apiClient.callApi('/api/v2/downloads/{downloadId}','GET',{'downloadId':downloadId},{'contentDisposition':opts['contentDisposition'],'issueRedirect':opts['issueRedirect'],'redirectToAuth':opts['redirectToAuth']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var EmailsApi=/*#__PURE__*/function(){/**
6072
6058
  * Emails service.
6073
6059
  * @module purecloud-platform-client-v2/api/EmailsApi
6074
- * @version 204.0.1
6060
+ * @version 204.1.0
6075
6061
  *//**
6076
6062
  * Constructs a new EmailsApi.
6077
6063
  * @alias module:purecloud-platform-client-v2/api/EmailsApi
@@ -6089,7 +6075,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
6089
6075
  */},{key:"patchEmailsSettings",value:function patchEmailsSettings(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/emails/settings','PATCH',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var EmployeeEngagementApi=/*#__PURE__*/function(){/**
6090
6076
  * EmployeeEngagement service.
6091
6077
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
6092
- * @version 204.0.1
6078
+ * @version 204.1.0
6093
6079
  *//**
6094
6080
  * Constructs a new EmployeeEngagementApi.
6095
6081
  * @alias module:purecloud-platform-client-v2/api/EmployeeEngagementApi
@@ -6127,7 +6113,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
6127
6113
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postEmployeeengagementRecognitions';}return this.apiClient.callApi('/api/v2/employeeengagement/recognitions','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var EventsApi=/*#__PURE__*/function(){/**
6128
6114
  * Events service.
6129
6115
  * @module purecloud-platform-client-v2/api/EventsApi
6130
- * @version 204.0.1
6116
+ * @version 204.1.0
6131
6117
  *//**
6132
6118
  * Constructs a new EventsApi.
6133
6119
  * @alias module:purecloud-platform-client-v2/api/EventsApi
@@ -6152,7 +6138,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
6152
6138
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postEventsUsersRoutingstatus';}return this.apiClient.callApi('/api/v2/events/users/routingstatus','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ExternalContactsApi=/*#__PURE__*/function(){/**
6153
6139
  * ExternalContacts service.
6154
6140
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
6155
- * @version 204.0.1
6141
+ * @version 204.1.0
6156
6142
  *//**
6157
6143
  * Constructs a new ExternalContactsApi.
6158
6144
  * @alias module:purecloud-platform-client-v2/api/ExternalContactsApi
@@ -6644,7 +6630,7 @@ if(relationshipId===undefined||relationshipId===null){throw'Missing the required
6644
6630
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putExternalcontactsRelationship';}return this.apiClient.callApi('/api/v2/externalcontacts/relationships/{relationshipId}','PUT',{'relationshipId':relationshipId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var FaxApi=/*#__PURE__*/function(){/**
6645
6631
  * Fax service.
6646
6632
  * @module purecloud-platform-client-v2/api/FaxApi
6647
- * @version 204.0.1
6633
+ * @version 204.1.0
6648
6634
  *//**
6649
6635
  * Constructs a new FaxApi.
6650
6636
  * @alias module:purecloud-platform-client-v2/api/FaxApi
@@ -6693,7 +6679,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
6693
6679
  */},{key:"putFaxSettings",value:function putFaxSettings(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/fax/settings','PUT',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var FlowsApi=/*#__PURE__*/function(){/**
6694
6680
  * Flows service.
6695
6681
  * @module purecloud-platform-client-v2/api/FlowsApi
6696
- * @version 204.0.1
6682
+ * @version 204.1.0
6697
6683
  *//**
6698
6684
  * Constructs a new FlowsApi.
6699
6685
  * @alias module:purecloud-platform-client-v2/api/FlowsApi
@@ -6741,7 +6727,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
6741
6727
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsFlowsObservationsQuery';}return this.apiClient.callApi('/api/v2/analytics/flows/observations/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GamificationApi=/*#__PURE__*/function(){/**
6742
6728
  * Gamification service.
6743
6729
  * @module purecloud-platform-client-v2/api/GamificationApi
6744
- * @version 204.0.1
6730
+ * @version 204.1.0
6745
6731
  *//**
6746
6732
  * Constructs a new GamificationApi.
6747
6733
  * @alias module:purecloud-platform-client-v2/api/GamificationApi
@@ -7281,7 +7267,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
7281
7267
  if(status===undefined||status===null){throw'Missing the required parameter "status" when calling putGamificationStatus';}return this.apiClient.callApi('/api/v2/gamification/status','PUT',{},{},{},{},status,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GeneralDataProtectionRegulationApi=/*#__PURE__*/function(){/**
7282
7268
  * GeneralDataProtectionRegulation service.
7283
7269
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
7284
- * @version 204.0.1
7270
+ * @version 204.1.0
7285
7271
  *//**
7286
7272
  * Constructs a new GeneralDataProtectionRegulationApi.
7287
7273
  * @alias module:purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
@@ -7316,7 +7302,7 @@ if(searchValue===undefined||searchValue===null){throw'Missing the required param
7316
7302
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postGdprRequests';}return this.apiClient.callApi('/api/v2/gdpr/requests','POST',{},{'deleteConfirmed':opts['deleteConfirmed']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GeolocationApi=/*#__PURE__*/function(){/**
7317
7303
  * Geolocation service.
7318
7304
  * @module purecloud-platform-client-v2/api/GeolocationApi
7319
- * @version 204.0.1
7305
+ * @version 204.1.0
7320
7306
  *//**
7321
7307
  * Constructs a new GeolocationApi.
7322
7308
  * @alias module:purecloud-platform-client-v2/api/GeolocationApi
@@ -7350,7 +7336,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
7350
7336
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchUserGeolocation';}return this.apiClient.callApi('/api/v2/users/{userId}/geolocations/{clientId}','PATCH',{'userId':userId,'clientId':clientId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GreetingsApi=/*#__PURE__*/function(){/**
7351
7337
  * Greetings service.
7352
7338
  * @module purecloud-platform-client-v2/api/GreetingsApi
7353
- * @version 204.0.1
7339
+ * @version 204.1.0
7354
7340
  *//**
7355
7341
  * Constructs a new GreetingsApi.
7356
7342
  * @alias module:purecloud-platform-client-v2/api/GreetingsApi
@@ -7457,7 +7443,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
7457
7443
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserGreetingsDefaults';}return this.apiClient.callApi('/api/v2/users/{userId}/greetings/defaults','PUT',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GroupsApi=/*#__PURE__*/function(){/**
7458
7444
  * Groups service.
7459
7445
  * @module purecloud-platform-client-v2/api/GroupsApi
7460
- * @version 204.0.1
7446
+ * @version 204.1.0
7461
7447
  *//**
7462
7448
  * Constructs a new GroupsApi.
7463
7449
  * @alias module:purecloud-platform-client-v2/api/GroupsApi
@@ -7590,7 +7576,7 @@ if(groupId===undefined||groupId===null){throw'Missing the required parameter "gr
7590
7576
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putGroupDynamicsettings';}return this.apiClient.callApi('/api/v2/groups/{groupId}/dynamicsettings','PUT',{'groupId':groupId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var IdentityProviderApi=/*#__PURE__*/function(){/**
7591
7577
  * IdentityProvider service.
7592
7578
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
7593
- * @version 204.0.1
7579
+ * @version 204.1.0
7594
7580
  *//**
7595
7581
  * Constructs a new IdentityProviderApi.
7596
7582
  * @alias module:purecloud-platform-client-v2/api/IdentityProviderApi
@@ -7746,7 +7732,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
7746
7732
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putIdentityprovidersSalesforce';}return this.apiClient.callApi('/api/v2/identityproviders/salesforce','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var InfrastructureAsCodeApi=/*#__PURE__*/function(){/**
7747
7733
  * InfrastructureAsCode service.
7748
7734
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
7749
- * @version 204.0.1
7735
+ * @version 204.1.0
7750
7736
  *//**
7751
7737
  * Constructs a new InfrastructureAsCodeApi.
7752
7738
  * @alias module:purecloud-platform-client-v2/api/InfrastructureAsCodeApi
@@ -7800,7 +7786,7 @@ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId"
7800
7786
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postInfrastructureascodeJobs';}return this.apiClient.callApi('/api/v2/infrastructureascode/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var IntegrationsApi=/*#__PURE__*/function(){/**
7801
7787
  * Integrations service.
7802
7788
  * @module purecloud-platform-client-v2/api/IntegrationsApi
7803
- * @version 204.0.1
7789
+ * @version 204.1.0
7804
7790
  *//**
7805
7791
  * Constructs a new IntegrationsApi.
7806
7792
  * @alias module:purecloud-platform-client-v2/api/IntegrationsApi
@@ -8037,6 +8023,17 @@ if(credentialId===undefined||credentialId===null){throw'Missing the required par
8037
8023
  * List all credential types
8038
8024
  *
8039
8025
  */},{key:"getIntegrationsCredentialsTypes",value:function getIntegrationsCredentialsTypes(){return this.apiClient.callApi('/api/v2/integrations/credentials/types','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8026
+ * Get a list of Audio Connector integrations
8027
+ *
8028
+ * @param {Object} opts Optional parameters
8029
+ * @param {Number} opts.pageNumber Page number (default to 1)
8030
+ * @param {Number} opts.pageSize Page size (default to 25)
8031
+ */},{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']);}/**
8032
+ * Get an Audio Connector integration
8033
+ *
8034
+ * @param {String} integrationId The integration ID
8035
+ */},{key:"getIntegrationsSpeechAudioconnectorIntegrationId",value:function getIntegrationsSpeechAudioconnectorIntegrationId(integrationId){// verify the required parameter 'integrationId' is set
8036
+ if(integrationId===undefined||integrationId===null){throw'Missing the required parameter "integrationId" when calling getIntegrationsSpeechAudioconnectorIntegrationId';}return this.apiClient.callApi('/api/v2/integrations/speech/audioconnector/{integrationId}','GET',{'integrationId':integrationId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8040
8037
  * Get details about a Dialogflow agent
8041
8038
  *
8042
8039
  * @param {String} agentId The agent ID
@@ -8414,7 +8411,7 @@ if(ucIntegrationId===undefined||ucIntegrationId===null){throw'Missing the requir
8414
8411
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putIntegrationsUnifiedcommunicationThirdpartypresences';}return this.apiClient.callApi('/api/v2/integrations/unifiedcommunications/{ucIntegrationId}/thirdpartypresences','PUT',{'ucIntegrationId':ucIntegrationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var JourneyApi=/*#__PURE__*/function(){/**
8415
8412
  * Journey service.
8416
8413
  * @module purecloud-platform-client-v2/api/JourneyApi
8417
- * @version 204.0.1
8414
+ * @version 204.1.0
8418
8415
  *//**
8419
8416
  * Constructs a new JourneyApi.
8420
8417
  * @alias module:purecloud-platform-client-v2/api/JourneyApi
@@ -8813,7 +8810,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8813
8810
  */},{key:"postJourneyViewsEncodingsValidate",value:function postJourneyViewsEncodingsValidate(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/journey/views/encodings/validate','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var KnowledgeApi=/*#__PURE__*/function(){/**
8814
8811
  * Knowledge service.
8815
8812
  * @module purecloud-platform-client-v2/api/KnowledgeApi
8816
- * @version 204.0.1
8813
+ * @version 204.1.0
8817
8814
  *//**
8818
8815
  * Constructs a new KnowledgeApi.
8819
8816
  * @alias module:purecloud-platform-client-v2/api/KnowledgeApi
@@ -9759,7 +9756,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
9759
9756
  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(){/**
9760
9757
  * LanguageUnderstanding service.
9761
9758
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
9762
- * @version 204.0.1
9759
+ * @version 204.1.0
9763
9760
  *//**
9764
9761
  * Constructs a new LanguageUnderstandingApi.
9765
9762
  * @alias module:purecloud-platform-client-v2/api/LanguageUnderstandingApi
@@ -10019,7 +10016,7 @@ if(domainVersionId===undefined||domainVersionId===null){throw'Missing the requir
10019
10016
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putLanguageunderstandingDomainVersion';}return this.apiClient.callApi('/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}','PUT',{'domainId':domainId,'domainVersionId':domainVersionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LanguagesApi=/*#__PURE__*/function(){/**
10020
10017
  * Languages service.
10021
10018
  * @module purecloud-platform-client-v2/api/LanguagesApi
10022
- * @version 204.0.1
10019
+ * @version 204.1.0
10023
10020
  *//**
10024
10021
  * Constructs a new LanguagesApi.
10025
10022
  * @alias module:purecloud-platform-client-v2/api/LanguagesApi
@@ -10074,7 +10071,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
10074
10071
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postLanguages';}return this.apiClient.callApi('/api/v2/languages','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LearningApi=/*#__PURE__*/function(){/**
10075
10072
  * Learning service.
10076
10073
  * @module purecloud-platform-client-v2/api/LearningApi
10077
- * @version 204.0.1
10074
+ * @version 204.1.0
10078
10075
  *//**
10079
10076
  * Constructs a new LearningApi.
10080
10077
  * @alias module:purecloud-platform-client-v2/api/LearningApi
@@ -10345,7 +10342,7 @@ if(moduleId===undefined||moduleId===null){throw'Missing the required parameter "
10345
10342
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putLearningModuleRule';}return this.apiClient.callApi('/api/v2/learning/modules/{moduleId}/rule','PUT',{'moduleId':moduleId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LicenseApi=/*#__PURE__*/function(){/**
10346
10343
  * License service.
10347
10344
  * @module purecloud-platform-client-v2/api/LicenseApi
10348
- * @version 204.0.1
10345
+ * @version 204.1.0
10349
10346
  *//**
10350
10347
  * Constructs a new LicenseApi.
10351
10348
  * @alias module:purecloud-platform-client-v2/api/LicenseApi
@@ -10399,7 +10396,7 @@ if(featureName===undefined||featureName===null){throw'Missing the required param
10399
10396
  */},{key:"postLicenseUsers",value:function postLicenseUsers(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/license/users','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LocationsApi=/*#__PURE__*/function(){/**
10400
10397
  * Locations service.
10401
10398
  * @module purecloud-platform-client-v2/api/LocationsApi
10402
- * @version 204.0.1
10399
+ * @version 204.1.0
10403
10400
  *//**
10404
10401
  * Constructs a new LocationsApi.
10405
10402
  * @alias module:purecloud-platform-client-v2/api/LocationsApi
@@ -10458,7 +10455,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10458
10455
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postLocationsSearch';}return this.apiClient.callApi('/api/v2/locations/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LogCaptureApi=/*#__PURE__*/function(){/**
10459
10456
  * LogCapture service.
10460
10457
  * @module purecloud-platform-client-v2/api/LogCaptureApi
10461
- * @version 204.0.1
10458
+ * @version 204.1.0
10462
10459
  *//**
10463
10460
  * Constructs a new LogCaptureApi.
10464
10461
  * @alias module:purecloud-platform-client-v2/api/LogCaptureApi
@@ -10508,7 +10505,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
10508
10505
  if(userId===undefined||userId===null){throw'Missing the required parameter "userId" when calling postDiagnosticsLogcaptureBrowserUser';}return this.apiClient.callApi('/api/v2/diagnostics/logcapture/browser/users/{userId}','POST',{'userId':userId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var MessagingApi=/*#__PURE__*/function(){/**
10509
10506
  * Messaging service.
10510
10507
  * @module purecloud-platform-client-v2/api/MessagingApi
10511
- * @version 204.0.1
10508
+ * @version 204.1.0
10512
10509
  *//**
10513
10510
  * Constructs a new MessagingApi.
10514
10511
  * @alias module:purecloud-platform-client-v2/api/MessagingApi
@@ -10598,7 +10595,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10598
10595
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putMessagingSettingsDefault';}return this.apiClient.callApi('/api/v2/messaging/settings/default','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var MobileDevicesApi=/*#__PURE__*/function(){/**
10599
10596
  * MobileDevices service.
10600
10597
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
10601
- * @version 204.0.1
10598
+ * @version 204.1.0
10602
10599
  *//**
10603
10600
  * Constructs a new MobileDevicesApi.
10604
10601
  * @alias module:purecloud-platform-client-v2/api/MobileDevicesApi
@@ -10637,7 +10634,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10637
10634
  if(deviceId===undefined||deviceId===null){throw'Missing the required parameter "deviceId" when calling putMobiledevice';}return this.apiClient.callApi('/api/v2/mobiledevices/{deviceId}','PUT',{'deviceId':deviceId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var NotificationsApi=/*#__PURE__*/function(){/**
10638
10635
  * Notifications service.
10639
10636
  * @module purecloud-platform-client-v2/api/NotificationsApi
10640
- * @version 204.0.1
10637
+ * @version 204.1.0
10641
10638
  *//**
10642
10639
  * Constructs a new NotificationsApi.
10643
10640
  * @alias module:purecloud-platform-client-v2/api/NotificationsApi
@@ -10694,7 +10691,7 @@ if(channelId===undefined||channelId===null){throw'Missing the required parameter
10694
10691
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putNotificationsChannelSubscriptions';}return this.apiClient.callApi('/api/v2/notifications/channels/{channelId}/subscriptions','PUT',{'channelId':channelId},{'ignoreErrors':opts['ignoreErrors']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OAuthApi=/*#__PURE__*/function(){/**
10695
10692
  * OAuth service.
10696
10693
  * @module purecloud-platform-client-v2/api/OAuthApi
10697
- * @version 204.0.1
10694
+ * @version 204.1.0
10698
10695
  *//**
10699
10696
  * Constructs a new OAuthApi.
10700
10697
  * @alias module:purecloud-platform-client-v2/api/OAuthApi
@@ -10779,7 +10776,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
10779
10776
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putOauthClient';}return this.apiClient.callApi('/api/v2/oauth/clients/{clientId}','PUT',{'clientId':clientId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ObjectsApi=/*#__PURE__*/function(){/**
10780
10777
  * Objects service.
10781
10778
  * @module purecloud-platform-client-v2/api/ObjectsApi
10782
- * @version 204.0.1
10779
+ * @version 204.1.0
10783
10780
  *//**
10784
10781
  * Constructs a new ObjectsApi.
10785
10782
  * @alias module:purecloud-platform-client-v2/api/ObjectsApi
@@ -10850,7 +10847,7 @@ if(divisionId===undefined||divisionId===null){throw'Missing the required paramet
10850
10847
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAuthorizationDivision';}return this.apiClient.callApi('/api/v2/authorization/divisions/{divisionId}','PUT',{'divisionId':divisionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OperationalEventsApi=/*#__PURE__*/function(){/**
10851
10848
  * OperationalEvents service.
10852
10849
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
10853
- * @version 204.0.1
10850
+ * @version 204.1.0
10854
10851
  *//**
10855
10852
  * Constructs a new OperationalEventsApi.
10856
10853
  * @alias module:purecloud-platform-client-v2/api/OperationalEventsApi
@@ -10868,7 +10865,7 @@ if(eventDefinitionId===undefined||eventDefinitionId===null){throw'Missing the re
10868
10865
  */},{key:"getUsageEventsDefinitions",value:function getUsageEventsDefinitions(){return this.apiClient.callApi('/api/v2/usage/events/definitions','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OrganizationApi=/*#__PURE__*/function(){/**
10869
10866
  * Organization service.
10870
10867
  * @module purecloud-platform-client-v2/api/OrganizationApi
10871
- * @version 204.0.1
10868
+ * @version 204.1.0
10872
10869
  *//**
10873
10870
  * Constructs a new OrganizationApi.
10874
10871
  * @alias module:purecloud-platform-client-v2/api/OrganizationApi
@@ -10993,7 +10990,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10993
10990
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putOrganizationsWhitelist';}return this.apiClient.callApi('/api/v2/organizations/whitelist','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OrganizationAuthorizationApi=/*#__PURE__*/function(){/**
10994
10991
  * OrganizationAuthorization service.
10995
10992
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
10996
- * @version 204.0.1
10993
+ * @version 204.1.0
10997
10994
  *//**
10998
10995
  * Constructs a new OrganizationAuthorizationApi.
10999
10996
  * @alias module:purecloud-platform-client-v2/api/OrganizationAuthorizationApi
@@ -11316,7 +11313,7 @@ if(trustorOrgId===undefined||trustorOrgId===null){throw'Missing the required par
11316
11313
  if(trusteeUserId===undefined||trusteeUserId===null){throw'Missing the required parameter "trusteeUserId" when calling putOrgauthorizationTrustorUser';}return this.apiClient.callApi('/api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId}','PUT',{'trustorOrgId':trustorOrgId,'trusteeUserId':trusteeUserId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OutboundApi=/*#__PURE__*/function(){/**
11317
11314
  * Outbound service.
11318
11315
  * @module purecloud-platform-client-v2/api/OutboundApi
11319
- * @version 204.0.1
11316
+ * @version 204.1.0
11320
11317
  *//**
11321
11318
  * Constructs a new OutboundApi.
11322
11319
  * @alias module:purecloud-platform-client-v2/api/OutboundApi
@@ -12395,7 +12392,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12395
12392
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putOutboundWrapupcodemappings';}return this.apiClient.callApi('/api/v2/outbound/wrapupcodemappings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var PresenceApi=/*#__PURE__*/function(){/**
12396
12393
  * Presence service.
12397
12394
  * @module purecloud-platform-client-v2/api/PresenceApi
12398
- * @version 204.0.1
12395
+ * @version 204.1.0
12399
12396
  *//**
12400
12397
  * Constructs a new PresenceApi.
12401
12398
  * @alias module:purecloud-platform-client-v2/api/PresenceApi
@@ -12568,7 +12565,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12568
12565
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUsersPresencesBulk';}return this.apiClient.callApi('/api/v2/users/presences/bulk','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ProcessAutomationApi=/*#__PURE__*/function(){/**
12569
12566
  * ProcessAutomation service.
12570
12567
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
12571
- * @version 204.0.1
12568
+ * @version 204.1.0
12572
12569
  *//**
12573
12570
  * Constructs a new ProcessAutomationApi.
12574
12571
  * @alias module:purecloud-platform-client-v2/api/ProcessAutomationApi
@@ -12631,7 +12628,7 @@ if(triggerId===undefined||triggerId===null){throw'Missing the required parameter
12631
12628
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putProcessautomationTrigger';}return this.apiClient.callApi('/api/v2/processautomation/triggers/{triggerId}','PUT',{'triggerId':triggerId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var QualityApi=/*#__PURE__*/function(){/**
12632
12629
  * Quality service.
12633
12630
  * @module purecloud-platform-client-v2/api/QualityApi
12634
- * @version 204.0.1
12631
+ * @version 204.1.0
12635
12632
  *//**
12636
12633
  * Constructs a new QualityApi.
12637
12634
  * @alias module:purecloud-platform-client-v2/api/QualityApi
@@ -13108,7 +13105,7 @@ if(customerSurveyUrl===undefined||customerSurveyUrl===null){throw'Missing the re
13108
13105
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putQualitySurveysScorable';}return this.apiClient.callApi('/api/v2/quality/surveys/scorable','PUT',{},{'customerSurveyUrl':customerSurveyUrl},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var RecordingApi=/*#__PURE__*/function(){/**
13109
13106
  * Recording service.
13110
13107
  * @module purecloud-platform-client-v2/api/RecordingApi
13111
- * @version 204.0.1
13108
+ * @version 204.1.0
13112
13109
  *//**
13113
13110
  * Constructs a new RecordingApi.
13114
13111
  * @alias module:purecloud-platform-client-v2/api/RecordingApi
@@ -13520,7 +13517,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
13520
13517
  */},{key:"putRecordingsDeletionprotection",value:function putRecordingsDeletionprotection(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/recordings/deletionprotection','PUT',{},{'protect':opts['protect']},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ResponseManagementApi=/*#__PURE__*/function(){/**
13521
13518
  * ResponseManagement service.
13522
13519
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
13523
- * @version 204.0.1
13520
+ * @version 204.1.0
13524
13521
  *//**
13525
13522
  * Constructs a new ResponseManagementApi.
13526
13523
  * @alias module:purecloud-platform-client-v2/api/ResponseManagementApi
@@ -13641,7 +13638,7 @@ if(responseAssetId===undefined||responseAssetId===null){throw'Missing the requir
13641
13638
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putResponsemanagementResponseasset';}return this.apiClient.callApi('/api/v2/responsemanagement/responseassets/{responseAssetId}','PUT',{'responseAssetId':responseAssetId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var RoutingApi=/*#__PURE__*/function(){/**
13642
13639
  * Routing service.
13643
13640
  * @module purecloud-platform-client-v2/api/RoutingApi
13644
- * @version 204.0.1
13641
+ * @version 204.1.0
13645
13642
  *//**
13646
13643
  * Constructs a new RoutingApi.
13647
13644
  * @alias module:purecloud-platform-client-v2/api/RoutingApi
@@ -14645,7 +14642,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
14645
14642
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserRoutingskillsBulk';}return this.apiClient.callApi('/api/v2/users/{userId}/routingskills/bulk','PUT',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SCIMApi=/*#__PURE__*/function(){/**
14646
14643
  * SCIM service.
14647
14644
  * @module purecloud-platform-client-v2/api/SCIMApi
14648
- * @version 204.0.1
14645
+ * @version 204.1.0
14649
14646
  *//**
14650
14647
  * Constructs a new SCIMApi.
14651
14648
  * @alias module:purecloud-platform-client-v2/api/SCIMApi
@@ -14870,7 +14867,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
14870
14867
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putScimV2User';}return this.apiClient.callApi('/api/v2/scim/v2/users/{userId}','PUT',{'userId':userId},{},{'If-Match':opts['ifMatch']},{},body,['PureCloud OAuth'],['application/scim+json','application/json'],['application/scim+json','application/json']);}}]);}();var ScreenRecordingApi=/*#__PURE__*/function(){/**
14871
14868
  * ScreenRecording service.
14872
14869
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
14873
- * @version 204.0.1
14870
+ * @version 204.1.0
14874
14871
  *//**
14875
14872
  * Constructs a new ScreenRecordingApi.
14876
14873
  * @alias module:purecloud-platform-client-v2/api/ScreenRecordingApi
@@ -14885,7 +14882,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14885
14882
  */return _createClass(ScreenRecordingApi,[{key:"postScreenrecordingToken",value:function postScreenrecordingToken(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/screenrecording/token','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ScriptsApi=/*#__PURE__*/function(){/**
14886
14883
  * Scripts service.
14887
14884
  * @module purecloud-platform-client-v2/api/ScriptsApi
14888
- * @version 204.0.1
14885
+ * @version 204.1.0
14889
14886
  *//**
14890
14887
  * Constructs a new ScriptsApi.
14891
14888
  * @alias module:purecloud-platform-client-v2/api/ScriptsApi
@@ -15021,7 +15018,7 @@ if(scriptId===undefined||scriptId===null){throw'Missing the required parameter "
15021
15018
  */},{key:"postScriptsPublished",value:function postScriptsPublished(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/scripts/published','POST',{},{'scriptDataVersion':opts['scriptDataVersion']},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SearchApi=/*#__PURE__*/function(){/**
15022
15019
  * Search service.
15023
15020
  * @module purecloud-platform-client-v2/api/SearchApi
15024
- * @version 204.0.1
15021
+ * @version 204.1.0
15025
15022
  *//**
15026
15023
  * Constructs a new SearchApi.
15027
15024
  * @alias module:purecloud-platform-client-v2/api/SearchApi
@@ -15181,7 +15178,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15181
15178
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postVoicemailSearch';}return this.apiClient.callApi('/api/v2/voicemail/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SettingsApi=/*#__PURE__*/function(){/**
15182
15179
  * Settings service.
15183
15180
  * @module purecloud-platform-client-v2/api/SettingsApi
15184
- * @version 204.0.1
15181
+ * @version 204.1.0
15185
15182
  *//**
15186
15183
  * Constructs a new SettingsApi.
15187
15184
  * @alias module:purecloud-platform-client-v2/api/SettingsApi
@@ -15231,7 +15228,7 @@ if(agentId===undefined||agentId===null){throw'Missing the required parameter "ag
15231
15228
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';}return this.apiClient.callApi('/api/v2/users/agentui/agents/autoanswer/{agentId}/settings','PUT',{'agentId':agentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SpeechTextAnalyticsApi=/*#__PURE__*/function(){/**
15232
15229
  * SpeechTextAnalytics service.
15233
15230
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
15234
- * @version 204.0.1
15231
+ * @version 204.1.0
15235
15232
  *//**
15236
15233
  * Constructs a new SpeechTextAnalyticsApi.
15237
15234
  * @alias module:purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
@@ -15515,7 +15512,7 @@ if(topicId===undefined||topicId===null){throw'Missing the required parameter "to
15515
15512
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putSpeechandtextanalyticsTopic';}return this.apiClient.callApi('/api/v2/speechandtextanalytics/topics/{topicId}','PUT',{'topicId':topicId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var StationsApi=/*#__PURE__*/function(){/**
15516
15513
  * Stations service.
15517
15514
  * @module purecloud-platform-client-v2/api/StationsApi
15518
- * @version 204.0.1
15515
+ * @version 204.1.0
15519
15516
  *//**
15520
15517
  * Constructs a new StationsApi.
15521
15518
  * @alias module:purecloud-platform-client-v2/api/StationsApi
@@ -15547,7 +15544,7 @@ if(stationId===undefined||stationId===null){throw'Missing the required parameter
15547
15544
  */},{key:"getStations",value:function getStations(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/stations','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'name':opts['name'],'userSelectable':opts['userSelectable'],'webRtcUserId':opts['webRtcUserId'],'id':opts['id'],'lineAppearanceId':opts['lineAppearanceId']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SuggestApi=/*#__PURE__*/function(){/**
15548
15545
  * Suggest service.
15549
15546
  * @module purecloud-platform-client-v2/api/SuggestApi
15550
- * @version 204.0.1
15547
+ * @version 204.1.0
15551
15548
  *//**
15552
15549
  * Constructs a new SuggestApi.
15553
15550
  * @alias module:purecloud-platform-client-v2/api/SuggestApi
@@ -15587,7 +15584,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15587
15584
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postSearchSuggest';}return this.apiClient.callApi('/api/v2/search/suggest','POST',{},{'profile':opts['profile']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TaskManagementApi=/*#__PURE__*/function(){/**
15588
15585
  * TaskManagement service.
15589
15586
  * @module purecloud-platform-client-v2/api/TaskManagementApi
15590
- * @version 204.0.1
15587
+ * @version 204.1.0
15591
15588
  *//**
15592
15589
  * Constructs a new TaskManagementApi.
15593
15590
  * @alias module:purecloud-platform-client-v2/api/TaskManagementApi
@@ -15917,7 +15914,7 @@ if(schemaId===undefined||schemaId===null){throw'Missing the required parameter "
15917
15914
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putTaskmanagementWorkitemsSchema';}return this.apiClient.callApi('/api/v2/taskmanagement/workitems/schemas/{schemaId}','PUT',{'schemaId':schemaId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TeamsApi=/*#__PURE__*/function(){/**
15918
15915
  * Teams service.
15919
15916
  * @module purecloud-platform-client-v2/api/TeamsApi
15920
- * @version 204.0.1
15917
+ * @version 204.1.0
15921
15918
  *//**
15922
15919
  * Constructs a new TeamsApi.
15923
15920
  * @alias module:purecloud-platform-client-v2/api/TeamsApi
@@ -15995,7 +15992,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15995
15992
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postTeamsSearch';}return this.apiClient.callApi('/api/v2/teams/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TelephonyApi=/*#__PURE__*/function(){/**
15996
15993
  * Telephony service.
15997
15994
  * @module purecloud-platform-client-v2/api/TelephonyApi
15998
- * @version 204.0.1
15995
+ * @version 204.1.0
15999
15996
  *//**
16000
15997
  * Constructs a new TelephonyApi.
16001
15998
  * @alias module:purecloud-platform-client-v2/api/TelephonyApi
@@ -16042,7 +16039,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
16042
16039
  if(sIPSearchPublicRequest===undefined||sIPSearchPublicRequest===null){throw'Missing the required parameter "sIPSearchPublicRequest" when calling postTelephonySiptracesDownload';}return this.apiClient.callApi('/api/v2/telephony/siptraces/download','POST',{},{},{},{},sIPSearchPublicRequest,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TelephonyProvidersEdgeApi=/*#__PURE__*/function(){/**
16043
16040
  * TelephonyProvidersEdge service.
16044
16041
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
16045
- * @version 204.0.1
16042
+ * @version 204.1.0
16046
16043
  *//**
16047
16044
  * Constructs a new TelephonyProvidersEdgeApi.
16048
16045
  * @alias module:purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
@@ -16852,7 +16849,7 @@ if(trunkBaseSettingsId===undefined||trunkBaseSettingsId===null){throw'Missing th
16852
16849
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesTrunkbasesetting';}return this.apiClient.callApi('/api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId}','PUT',{'trunkBaseSettingsId':trunkBaseSettingsId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TextbotsApi=/*#__PURE__*/function(){/**
16853
16850
  * Textbots service.
16854
16851
  * @module purecloud-platform-client-v2/api/TextbotsApi
16855
- * @version 204.0.1
16852
+ * @version 204.1.0
16856
16853
  *//**
16857
16854
  * Constructs a new TextbotsApi.
16858
16855
  * @alias module:purecloud-platform-client-v2/api/TextbotsApi
@@ -16887,7 +16884,7 @@ if(launchRequest===undefined||launchRequest===null){throw'Missing the required p
16887
16884
  if(postTextRequest===undefined||postTextRequest===null){throw'Missing the required parameter "postTextRequest" when calling postTextbotsBotsExecute';}return this.apiClient.callApi('/api/v2/textbots/bots/execute','POST',{},{},{},{},postTextRequest,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TokensApi=/*#__PURE__*/function(){/**
16888
16885
  * Tokens service.
16889
16886
  * @module purecloud-platform-client-v2/api/TokensApi
16890
- * @version 204.0.1
16887
+ * @version 204.1.0
16891
16888
  *//**
16892
16889
  * Constructs a new TokensApi.
16893
16890
  * @alias module:purecloud-platform-client-v2/api/TokensApi
@@ -16921,7 +16918,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
16921
16918
  */},{key:"putTokensTimeout",value:function putTokensTimeout(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/tokens/timeout','PUT',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UploadsApi=/*#__PURE__*/function(){/**
16922
16919
  * Uploads service.
16923
16920
  * @module purecloud-platform-client-v2/api/UploadsApi
16924
- * @version 204.0.1
16921
+ * @version 204.1.0
16925
16922
  *//**
16926
16923
  * Constructs a new UploadsApi.
16927
16924
  * @alias module:purecloud-platform-client-v2/api/UploadsApi
@@ -16987,7 +16984,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
16987
16984
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postUploadsWorkforcemanagementHistoricaldataCsv';}return this.apiClient.callApi('/api/v2/uploads/workforcemanagement/historicaldata/csv','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UsageApi=/*#__PURE__*/function(){/**
16988
16985
  * Usage service.
16989
16986
  * @module purecloud-platform-client-v2/api/UsageApi
16990
- * @version 204.0.1
16987
+ * @version 204.1.0
16991
16988
  *//**
16992
16989
  * Constructs a new UsageApi.
16993
16990
  * @alias module:purecloud-platform-client-v2/api/UsageApi
@@ -17041,7 +17038,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
17041
17038
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postUsageSimplesearch';}return this.apiClient.callApi('/api/v2/usage/simplesearch','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UserRecordingsApi=/*#__PURE__*/function(){/**
17042
17039
  * UserRecordings service.
17043
17040
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
17044
- * @version 204.0.1
17041
+ * @version 204.1.0
17045
17042
  *//**
17046
17043
  * Constructs a new UserRecordingsApi.
17047
17044
  * @alias module:purecloud-platform-client-v2/api/UserRecordingsApi
@@ -17098,7 +17095,7 @@ if(recordingId===undefined||recordingId===null){throw'Missing the required param
17098
17095
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserrecording';}return this.apiClient.callApi('/api/v2/userrecordings/{recordingId}','PUT',{'recordingId':recordingId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UsersApi=/*#__PURE__*/function(){/**
17099
17096
  * Users service.
17100
17097
  * @module purecloud-platform-client-v2/api/UsersApi
17101
- * @version 204.0.1
17098
+ * @version 204.1.0
17102
17099
  *//**
17103
17100
  * Constructs a new UsersApi.
17104
17101
  * @alias module:purecloud-platform-client-v2/api/UsersApi
@@ -17788,7 +17785,7 @@ if(verifierId===undefined||verifierId===null){throw'Missing the required paramet
17788
17785
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserVerifier';}return this.apiClient.callApi('/api/v2/users/{userId}/verifiers/{verifierId}','PUT',{'userId':userId,'verifierId':verifierId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UtilitiesApi=/*#__PURE__*/function(){/**
17789
17786
  * Utilities service.
17790
17787
  * @module purecloud-platform-client-v2/api/UtilitiesApi
17791
- * @version 204.0.1
17788
+ * @version 204.1.0
17792
17789
  *//**
17793
17790
  * Constructs a new UtilitiesApi.
17794
17791
  * @alias module:purecloud-platform-client-v2/api/UtilitiesApi
@@ -17815,7 +17812,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
17815
17812
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postCertificateDetails';}return this.apiClient.callApi('/api/v2/certificate/details','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var VoicemailApi=/*#__PURE__*/function(){/**
17816
17813
  * Voicemail service.
17817
17814
  * @module purecloud-platform-client-v2/api/VoicemailApi
17818
- * @version 204.0.1
17815
+ * @version 204.1.0
17819
17816
  *//**
17820
17817
  * Constructs a new VoicemailApi.
17821
17818
  * @alias module:purecloud-platform-client-v2/api/VoicemailApi
@@ -17964,7 +17961,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
17964
17961
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putVoicemailUserpolicy';}return this.apiClient.callApi('/api/v2/voicemail/userpolicies/{userId}','PUT',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WebChatApi=/*#__PURE__*/function(){/**
17965
17962
  * WebChat service.
17966
17963
  * @module purecloud-platform-client-v2/api/WebChatApi
17967
- * @version 204.0.1
17964
+ * @version 204.1.0
17968
17965
  *//**
17969
17966
  * Constructs a new WebChatApi.
17970
17967
  * @alias module:purecloud-platform-client-v2/api/WebChatApi
@@ -18099,7 +18096,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
18099
18096
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putWebchatSettings';}return this.apiClient.callApi('/api/v2/webchat/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WebDeploymentsApi=/*#__PURE__*/function(){/**
18100
18097
  * WebDeployments service.
18101
18098
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
18102
- * @version 204.0.1
18099
+ * @version 204.1.0
18103
18100
  *//**
18104
18101
  * Constructs a new WebDeploymentsApi.
18105
18102
  * @alias module:purecloud-platform-client-v2/api/WebDeploymentsApi
@@ -18220,7 +18217,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
18220
18217
  if(deployment===undefined||deployment===null){throw'Missing the required parameter "deployment" when calling putWebdeploymentsDeployment';}return this.apiClient.callApi('/api/v2/webdeployments/deployments/{deploymentId}','PUT',{'deploymentId':deploymentId},{},{},{},deployment,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WebMessagingApi=/*#__PURE__*/function(){/**
18221
18218
  * WebMessaging service.
18222
18219
  * @module purecloud-platform-client-v2/api/WebMessagingApi
18223
- * @version 204.0.1
18220
+ * @version 204.1.0
18224
18221
  *//**
18225
18222
  * Constructs a new WebMessagingApi.
18226
18223
  * @alias module:purecloud-platform-client-v2/api/WebMessagingApi
@@ -18236,7 +18233,7 @@ if(deployment===undefined||deployment===null){throw'Missing the required paramet
18236
18233
  */return _createClass(WebMessagingApi,[{key:"getWebmessagingMessages",value:function getWebmessagingMessages(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/webmessaging/messages','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WidgetsApi=/*#__PURE__*/function(){/**
18237
18234
  * Widgets service.
18238
18235
  * @module purecloud-platform-client-v2/api/WidgetsApi
18239
- * @version 204.0.1
18236
+ * @version 204.1.0
18240
18237
  *//**
18241
18238
  * Constructs a new WidgetsApi.
18242
18239
  * @alias module:purecloud-platform-client-v2/api/WidgetsApi
@@ -18271,7 +18268,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
18271
18268
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putWidgetsDeployment';}return this.apiClient.callApi('/api/v2/widgets/deployments/{deploymentId}','PUT',{'deploymentId':deploymentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WorkforceManagementApi=/*#__PURE__*/function(){/**
18272
18269
  * WorkforceManagement service.
18273
18270
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
18274
- * @version 204.0.1
18271
+ * @version 204.1.0
18275
18272
  *//**
18276
18273
  * Constructs a new WorkforceManagementApi.
18277
18274
  * @alias module:purecloud-platform-client-v2/api/WorkforceManagementApi
@@ -20037,7 +20034,7 @@ if(timeOffLimitId===undefined||timeOffLimitId===null){throw'Missing the required
20037
20034
  * </pre>
20038
20035
  * </p>
20039
20036
  * @module purecloud-platform-client-v2/index
20040
- * @version 204.0.1
20037
+ * @version 204.1.0
20041
20038
  */var platformClient=/*#__PURE__*/_createClass(function platformClient(){_classCallCheck(this,platformClient);/**
20042
20039
  * The ApiClient constructor.
20043
20040
  * @property {module:purecloud-platform-client-v2/ApiClient}