purecloud-platform-client-v2 253.0.0 → 255.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +1886 -311
  3. package/dist/web-amd/purecloud-platform-client-v2.js +1887 -311
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +635 -310
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +642 -3129
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +1030 -65
  9. package/package.json +1 -2
  10. package/src/purecloud-platform-client-v2/ApiClient.js +5 -5
  11. package/src/purecloud-platform-client-v2/PureCloudRegionHosts.js +1 -0
  12. package/src/purecloud-platform-client-v2/api/AIStudioApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -62
  18. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +64 -1
  19. package/src/purecloud-platform-client-v2/api/AssistantCopilotVariationsApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/BackgroundAssistantApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +435 -1
  25. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/CaseManagementApi.js +207 -125
  27. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +2 -6
  31. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +2 -2
  38. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -5
  40. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/IntentsApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -5
  50. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -9
  69. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/RoutingApi.js +155 -3
  72. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +2 -2
  78. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +268 -1
  83. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -5
  90. package/src/purecloud-platform-client-v2/api/UsersRulesApi.js +1 -1
  91. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  92. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  93. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  94. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  95. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  96. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  97. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +719 -57
  98. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -1,9 +1,8 @@
1
- define(['axios', 'qs'], (function (axios, qs) { 'use strict';
1
+ define(['axios'], (function (axios) { 'use strict';
2
2
 
3
3
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
4
4
 
5
5
  var axios__default = /*#__PURE__*/_interopDefaultLegacy(axios);
6
- var qs__default = /*#__PURE__*/_interopDefaultLegacy(qs);
7
6
 
8
7
  var PureCloudRegionHosts = {
9
8
  us_east_1: 'mypurecloud.com',
@@ -23,6 +22,7 @@ define(['axios', 'qs'], (function (axios, qs) { 'use strict';
23
22
  eu_central_2: 'euc2.pure.cloud',
24
23
  mx_central_1: 'mxc1.pure.cloud',
25
24
  ap_southeast_1: 'apse1.pure.cloud',
25
+ eusc_de_east_1: 'edee1.eusc-pure.cloud',
26
26
  };
27
27
 
28
28
  class AbstractHttpClient {
@@ -745,7 +745,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
745
745
 
746
746
  /**
747
747
  * @module purecloud-platform-client-v2/ApiClient
748
- * @version 253.0.0
748
+ * @version 255.0.0
749
749
  */
750
750
  class ApiClient {
751
751
  /**
@@ -1375,11 +1375,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1375
1375
  var headers = {
1376
1376
  'Content-Type': 'application/x-www-form-urlencoded'
1377
1377
  };
1378
- var data = qs__default["default"].stringify({ grant_type: 'authorization_code',
1378
+ var data = new URLSearchParams({ grant_type: 'authorization_code',
1379
1379
  code: authCode,
1380
1380
  code_verifier: codeVerifier,
1381
1381
  client_id: clientId,
1382
- redirect_uri: redirectUri });
1382
+ redirect_uri: redirectUri }).toString();
1383
1383
 
1384
1384
  var requestOptions = new HttpRequestOptions(`${loginBasePath}/oauth/token`, `POST`, headers, null, data, this.timeout);
1385
1385
  const httpClient = this.getHttpClient();
@@ -1830,7 +1830,8 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1830
1830
  'Authorization': 'Basic ' + encodedData,
1831
1831
  'Content-Type': 'application/x-www-form-urlencoded'
1832
1832
  };
1833
- var requestOptions = new HttpRequestOptions(`${loginBasePath}/oauth/token`, `POST`, headers, null, qs__default["default"].stringify(data), this.timeout);
1833
+ var queryData = new URLSearchParams(data).toString();
1834
+ var requestOptions = new HttpRequestOptions(`${loginBasePath}/oauth/token`, `POST`, headers, null, queryData, this.timeout);
1834
1835
  const httpClient = this.getHttpClient();
1835
1836
  return httpClient.request(requestOptions);
1836
1837
  }
@@ -2436,7 +2437,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2436
2437
  /**
2437
2438
  * AIStudio service.
2438
2439
  * @module purecloud-platform-client-v2/api/AIStudioApi
2439
- * @version 253.0.0
2440
+ * @version 255.0.0
2440
2441
  */
2441
2442
 
2442
2443
  /**
@@ -3151,7 +3152,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3151
3152
  /**
3152
3153
  * AgentAssistants service.
3153
3154
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
3154
- * @version 253.0.0
3155
+ * @version 255.0.0
3155
3156
  */
3156
3157
 
3157
3158
  /**
@@ -3956,7 +3957,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3956
3957
  /**
3957
3958
  * AgentCopilot service.
3958
3959
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
3959
- * @version 253.0.0
3960
+ * @version 255.0.0
3960
3961
  */
3961
3962
 
3962
3963
  /**
@@ -4068,7 +4069,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4068
4069
  /**
4069
4070
  * AgentUI service.
4070
4071
  * @module purecloud-platform-client-v2/api/AgentUIApi
4071
- * @version 253.0.0
4072
+ * @version 255.0.0
4072
4073
  */
4073
4074
 
4074
4075
  /**
@@ -4219,7 +4220,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4219
4220
  /**
4220
4221
  * Alerting service.
4221
4222
  * @module purecloud-platform-client-v2/api/AlertingApi
4222
- * @version 253.0.0
4223
+ * @version 255.0.0
4223
4224
  */
4224
4225
 
4225
4226
  /**
@@ -4680,7 +4681,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4680
4681
  /**
4681
4682
  * Analytics service.
4682
4683
  * @module purecloud-platform-client-v2/api/AnalyticsApi
4683
- * @version 253.0.0
4684
+ * @version 255.0.0
4684
4685
  */
4685
4686
 
4686
4687
  /**
@@ -4701,7 +4702,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4701
4702
  * @param {String} jobId jobId
4702
4703
  * @param {Object} opts Optional parameters
4703
4704
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
4704
- * deleteAnalyticsActionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4705
4705
  */
4706
4706
  deleteAnalyticsActionsAggregatesJob(jobId, opts) {
4707
4707
  opts = opts || {};
@@ -4794,7 +4794,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4794
4794
  * @param {String} jobId jobId
4795
4795
  * @param {Object} opts Optional parameters
4796
4796
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
4797
- * deleteAnalyticsBotsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4798
4797
  */
4799
4798
  deleteAnalyticsBotsAggregatesJob(jobId, opts) {
4800
4799
  opts = opts || {};
@@ -4825,7 +4824,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4825
4824
  * @param {String} jobId jobId
4826
4825
  * @param {Object} opts Optional parameters
4827
4826
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
4828
- * deleteAnalyticsCasemanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4829
4827
  */
4830
4828
  deleteAnalyticsCasemanagementAggregatesJob(jobId, opts) {
4831
4829
  opts = opts || {};
@@ -4856,7 +4854,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4856
4854
  * @param {String} jobId jobId
4857
4855
  * @param {Object} opts Optional parameters
4858
4856
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
4859
- * deleteAnalyticsConversationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4860
4857
  */
4861
4858
  deleteAnalyticsConversationsAggregatesJob(jobId, opts) {
4862
4859
  opts = opts || {};
@@ -4948,7 +4945,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4948
4945
  * @param {String} jobId jobId
4949
4946
  * @param {Object} opts Optional parameters
4950
4947
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
4951
- * deleteAnalyticsEvaluationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4952
4948
  */
4953
4949
  deleteAnalyticsEvaluationsAggregatesJob(jobId, opts) {
4954
4950
  opts = opts || {};
@@ -4979,7 +4975,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4979
4975
  * @param {String} jobId jobId
4980
4976
  * @param {Object} opts Optional parameters
4981
4977
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
4982
- * deleteAnalyticsFlowexecutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4983
4978
  */
4984
4979
  deleteAnalyticsFlowexecutionsAggregatesJob(jobId, opts) {
4985
4980
  opts = opts || {};
@@ -5010,7 +5005,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5010
5005
  * @param {String} jobId jobId
5011
5006
  * @param {Object} opts Optional parameters
5012
5007
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
5013
- * deleteAnalyticsFlowsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5014
5008
  */
5015
5009
  deleteAnalyticsFlowsAggregatesJob(jobId, opts) {
5016
5010
  opts = opts || {};
@@ -5041,7 +5035,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5041
5035
  * @param {String} jobId jobId
5042
5036
  * @param {Object} opts Optional parameters
5043
5037
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
5044
- * deleteAnalyticsJourneysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5045
5038
  */
5046
5039
  deleteAnalyticsJourneysAggregatesJob(jobId, opts) {
5047
5040
  opts = opts || {};
@@ -5072,7 +5065,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5072
5065
  * @param {String} jobId jobId
5073
5066
  * @param {Object} opts Optional parameters
5074
5067
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
5075
- * deleteAnalyticsKnowledgeAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5076
5068
  */
5077
5069
  deleteAnalyticsKnowledgeAggregatesJob(jobId, opts) {
5078
5070
  opts = opts || {};
@@ -5103,7 +5095,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5103
5095
  * @param {String} jobId jobId
5104
5096
  * @param {Object} opts Optional parameters
5105
5097
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
5106
- * deleteAnalyticsResolutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5107
5098
  */
5108
5099
  deleteAnalyticsResolutionsAggregatesJob(jobId, opts) {
5109
5100
  opts = opts || {};
@@ -5134,7 +5125,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5134
5125
  * @param {String} jobId jobId
5135
5126
  * @param {Object} opts Optional parameters
5136
5127
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
5137
- * deleteAnalyticsSummariesAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5138
5128
  */
5139
5129
  deleteAnalyticsSummariesAggregatesJob(jobId, opts) {
5140
5130
  opts = opts || {};
@@ -5165,7 +5155,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5165
5155
  * @param {String} jobId jobId
5166
5156
  * @param {Object} opts Optional parameters
5167
5157
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
5168
- * deleteAnalyticsSurveysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5169
5158
  */
5170
5159
  deleteAnalyticsSurveysAggregatesJob(jobId, opts) {
5171
5160
  opts = opts || {};
@@ -5196,7 +5185,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5196
5185
  * @param {String} jobId jobId
5197
5186
  * @param {Object} opts Optional parameters
5198
5187
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
5199
- * deleteAnalyticsTaskmanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5200
5188
  */
5201
5189
  deleteAnalyticsTaskmanagementAggregatesJob(jobId, opts) {
5202
5190
  opts = opts || {};
@@ -5227,7 +5215,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5227
5215
  * @param {String} jobId jobId
5228
5216
  * @param {Object} opts Optional parameters
5229
5217
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
5230
- * deleteAnalyticsTranscriptsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5231
5218
  */
5232
5219
  deleteAnalyticsTranscriptsAggregatesJob(jobId, opts) {
5233
5220
  opts = opts || {};
@@ -5258,7 +5245,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5258
5245
  * @param {String} jobId jobId
5259
5246
  * @param {Object} opts Optional parameters
5260
5247
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
5261
- * deleteAnalyticsUsersAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5262
5248
  */
5263
5249
  deleteAnalyticsUsersAggregatesJob(jobId, opts) {
5264
5250
  opts = opts || {};
@@ -5319,7 +5305,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5319
5305
  * @param {String} jobId jobId
5320
5306
  * @param {Object} opts Optional parameters
5321
5307
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
5322
- * getAnalyticsActionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5323
5308
  */
5324
5309
  getAnalyticsActionsAggregatesJob(jobId, opts) {
5325
5310
  opts = opts || {};
@@ -5351,7 +5336,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5351
5336
  * @param {Object} opts Optional parameters
5352
5337
  * @param {String} opts.cursor Cursor token to retrieve next page
5353
5338
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
5354
- * getAnalyticsActionsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5355
5339
  */
5356
5340
  getAnalyticsActionsAggregatesJobResults(jobId, opts) {
5357
5341
  opts = opts || {};
@@ -5648,7 +5632,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5648
5632
  * @param {String} jobId jobId
5649
5633
  * @param {Object} opts Optional parameters
5650
5634
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
5651
- * getAnalyticsBotsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5652
5635
  */
5653
5636
  getAnalyticsBotsAggregatesJob(jobId, opts) {
5654
5637
  opts = opts || {};
@@ -5680,7 +5663,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5680
5663
  * @param {Object} opts Optional parameters
5681
5664
  * @param {String} opts.cursor Cursor token to retrieve next page
5682
5665
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
5683
- * getAnalyticsBotsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5684
5666
  */
5685
5667
  getAnalyticsBotsAggregatesJobResults(jobId, opts) {
5686
5668
  opts = opts || {};
@@ -5711,7 +5693,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5711
5693
  * @param {String} jobId jobId
5712
5694
  * @param {Object} opts Optional parameters
5713
5695
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
5714
- * getAnalyticsCasemanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5715
5696
  */
5716
5697
  getAnalyticsCasemanagementAggregatesJob(jobId, opts) {
5717
5698
  opts = opts || {};
@@ -5743,7 +5724,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5743
5724
  * @param {Object} opts Optional parameters
5744
5725
  * @param {String} opts.cursor Cursor token to retrieve next page
5745
5726
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
5746
- * getAnalyticsCasemanagementAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5747
5727
  */
5748
5728
  getAnalyticsCasemanagementAggregatesJobResults(jobId, opts) {
5749
5729
  opts = opts || {};
@@ -5804,7 +5784,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5804
5784
  * @param {String} jobId jobId
5805
5785
  * @param {Object} opts Optional parameters
5806
5786
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
5807
- * getAnalyticsConversationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5808
5787
  */
5809
5788
  getAnalyticsConversationsAggregatesJob(jobId, opts) {
5810
5789
  opts = opts || {};
@@ -5836,7 +5815,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5836
5815
  * @param {Object} opts Optional parameters
5837
5816
  * @param {String} opts.cursor Cursor token to retrieve next page
5838
5817
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
5839
- * getAnalyticsConversationsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5840
5818
  */
5841
5819
  getAnalyticsConversationsAggregatesJobResults(jobId, opts) {
5842
5820
  opts = opts || {};
@@ -6131,7 +6109,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6131
6109
  * @param {String} jobId jobId
6132
6110
  * @param {Object} opts Optional parameters
6133
6111
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
6134
- * getAnalyticsEvaluationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6135
6112
  */
6136
6113
  getAnalyticsEvaluationsAggregatesJob(jobId, opts) {
6137
6114
  opts = opts || {};
@@ -6163,7 +6140,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6163
6140
  * @param {Object} opts Optional parameters
6164
6141
  * @param {String} opts.cursor Cursor token to retrieve next page
6165
6142
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
6166
- * getAnalyticsEvaluationsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6167
6143
  */
6168
6144
  getAnalyticsEvaluationsAggregatesJobResults(jobId, opts) {
6169
6145
  opts = opts || {};
@@ -6194,7 +6170,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6194
6170
  * @param {String} jobId jobId
6195
6171
  * @param {Object} opts Optional parameters
6196
6172
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
6197
- * getAnalyticsFlowexecutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6198
6173
  */
6199
6174
  getAnalyticsFlowexecutionsAggregatesJob(jobId, opts) {
6200
6175
  opts = opts || {};
@@ -6226,7 +6201,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6226
6201
  * @param {Object} opts Optional parameters
6227
6202
  * @param {String} opts.cursor Cursor token to retrieve next page
6228
6203
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
6229
- * getAnalyticsFlowexecutionsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6230
6204
  */
6231
6205
  getAnalyticsFlowexecutionsAggregatesJobResults(jobId, opts) {
6232
6206
  opts = opts || {};
@@ -6257,7 +6231,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6257
6231
  * @param {String} jobId jobId
6258
6232
  * @param {Object} opts Optional parameters
6259
6233
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
6260
- * getAnalyticsFlowsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6261
6234
  */
6262
6235
  getAnalyticsFlowsAggregatesJob(jobId, opts) {
6263
6236
  opts = opts || {};
@@ -6289,7 +6262,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6289
6262
  * @param {Object} opts Optional parameters
6290
6263
  * @param {String} opts.cursor Cursor token to retrieve next page
6291
6264
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
6292
- * getAnalyticsFlowsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6293
6265
  */
6294
6266
  getAnalyticsFlowsAggregatesJobResults(jobId, opts) {
6295
6267
  opts = opts || {};
@@ -6320,7 +6292,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6320
6292
  * @param {String} jobId jobId
6321
6293
  * @param {Object} opts Optional parameters
6322
6294
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
6323
- * getAnalyticsJourneysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6324
6295
  */
6325
6296
  getAnalyticsJourneysAggregatesJob(jobId, opts) {
6326
6297
  opts = opts || {};
@@ -6352,7 +6323,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6352
6323
  * @param {Object} opts Optional parameters
6353
6324
  * @param {String} opts.cursor Cursor token to retrieve next page
6354
6325
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
6355
- * getAnalyticsJourneysAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6356
6326
  */
6357
6327
  getAnalyticsJourneysAggregatesJobResults(jobId, opts) {
6358
6328
  opts = opts || {};
@@ -6383,7 +6353,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6383
6353
  * @param {String} jobId jobId
6384
6354
  * @param {Object} opts Optional parameters
6385
6355
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
6386
- * getAnalyticsKnowledgeAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6387
6356
  */
6388
6357
  getAnalyticsKnowledgeAggregatesJob(jobId, opts) {
6389
6358
  opts = opts || {};
@@ -6415,7 +6384,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6415
6384
  * @param {Object} opts Optional parameters
6416
6385
  * @param {String} opts.cursor Cursor token to retrieve next page
6417
6386
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
6418
- * getAnalyticsKnowledgeAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6419
6387
  */
6420
6388
  getAnalyticsKnowledgeAggregatesJobResults(jobId, opts) {
6421
6389
  opts = opts || {};
@@ -6661,7 +6629,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6661
6629
  * @param {String} jobId jobId
6662
6630
  * @param {Object} opts Optional parameters
6663
6631
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
6664
- * getAnalyticsResolutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6665
6632
  */
6666
6633
  getAnalyticsResolutionsAggregatesJob(jobId, opts) {
6667
6634
  opts = opts || {};
@@ -6693,7 +6660,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6693
6660
  * @param {Object} opts Optional parameters
6694
6661
  * @param {String} opts.cursor Cursor token to retrieve next page
6695
6662
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
6696
- * getAnalyticsResolutionsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6697
6663
  */
6698
6664
  getAnalyticsResolutionsAggregatesJobResults(jobId, opts) {
6699
6665
  opts = opts || {};
@@ -6724,7 +6690,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6724
6690
  * @param {String} jobId jobId
6725
6691
  * @param {Object} opts Optional parameters
6726
6692
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
6727
- * getAnalyticsSummariesAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6728
6693
  */
6729
6694
  getAnalyticsSummariesAggregatesJob(jobId, opts) {
6730
6695
  opts = opts || {};
@@ -6756,7 +6721,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6756
6721
  * @param {Object} opts Optional parameters
6757
6722
  * @param {String} opts.cursor Cursor token to retrieve next page
6758
6723
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
6759
- * getAnalyticsSummariesAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6760
6724
  */
6761
6725
  getAnalyticsSummariesAggregatesJobResults(jobId, opts) {
6762
6726
  opts = opts || {};
@@ -6787,7 +6751,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6787
6751
  * @param {String} jobId jobId
6788
6752
  * @param {Object} opts Optional parameters
6789
6753
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
6790
- * getAnalyticsSurveysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6791
6754
  */
6792
6755
  getAnalyticsSurveysAggregatesJob(jobId, opts) {
6793
6756
  opts = opts || {};
@@ -6819,7 +6782,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6819
6782
  * @param {Object} opts Optional parameters
6820
6783
  * @param {String} opts.cursor Cursor token to retrieve next page
6821
6784
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
6822
- * getAnalyticsSurveysAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6823
6785
  */
6824
6786
  getAnalyticsSurveysAggregatesJobResults(jobId, opts) {
6825
6787
  opts = opts || {};
@@ -6850,7 +6812,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6850
6812
  * @param {String} jobId jobId
6851
6813
  * @param {Object} opts Optional parameters
6852
6814
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
6853
- * getAnalyticsTaskmanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6854
6815
  */
6855
6816
  getAnalyticsTaskmanagementAggregatesJob(jobId, opts) {
6856
6817
  opts = opts || {};
@@ -6882,7 +6843,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6882
6843
  * @param {Object} opts Optional parameters
6883
6844
  * @param {String} opts.cursor Cursor token to retrieve next page
6884
6845
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
6885
- * getAnalyticsTaskmanagementAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6886
6846
  */
6887
6847
  getAnalyticsTaskmanagementAggregatesJobResults(jobId, opts) {
6888
6848
  opts = opts || {};
@@ -6913,7 +6873,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6913
6873
  * @param {String} jobId jobId
6914
6874
  * @param {Object} opts Optional parameters
6915
6875
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
6916
- * getAnalyticsTranscriptsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6917
6876
  */
6918
6877
  getAnalyticsTranscriptsAggregatesJob(jobId, opts) {
6919
6878
  opts = opts || {};
@@ -6945,7 +6904,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6945
6904
  * @param {Object} opts Optional parameters
6946
6905
  * @param {String} opts.cursor Cursor token to retrieve next page
6947
6906
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
6948
- * getAnalyticsTranscriptsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6949
6907
  */
6950
6908
  getAnalyticsTranscriptsAggregatesJobResults(jobId, opts) {
6951
6909
  opts = opts || {};
@@ -6976,7 +6934,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6976
6934
  * @param {String} jobId jobId
6977
6935
  * @param {Object} opts Optional parameters
6978
6936
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
6979
- * getAnalyticsUsersAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6980
6937
  */
6981
6938
  getAnalyticsUsersAggregatesJob(jobId, opts) {
6982
6939
  opts = opts || {};
@@ -7008,7 +6965,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7008
6965
  * @param {Object} opts Optional parameters
7009
6966
  * @param {String} opts.cursor Cursor token to retrieve next page
7010
6967
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
7011
- * getAnalyticsUsersAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7012
6968
  */
7013
6969
  getAnalyticsUsersAggregatesJobResults(jobId, opts) {
7014
6970
  opts = opts || {};
@@ -7156,7 +7112,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7156
7112
  * @param {Object} body query
7157
7113
  * @param {Object} opts Optional parameters
7158
7114
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
7159
- * postAnalyticsActionsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7160
7115
  */
7161
7116
  postAnalyticsActionsAggregatesJobs(body, opts) {
7162
7117
  opts = opts || {};
@@ -7401,7 +7356,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7401
7356
  * @param {Object} body query
7402
7357
  * @param {Object} opts Optional parameters
7403
7358
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
7404
- * postAnalyticsBotsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7405
7359
  */
7406
7360
  postAnalyticsBotsAggregatesJobs(body, opts) {
7407
7361
  opts = opts || {};
@@ -7462,7 +7416,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7462
7416
  * @param {Object} body query
7463
7417
  * @param {Object} opts Optional parameters
7464
7418
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
7465
- * postAnalyticsCasemanagementAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7466
7419
  */
7467
7420
  postAnalyticsCasemanagementAggregatesJobs(body, opts) {
7468
7421
  opts = opts || {};
@@ -7493,7 +7446,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7493
7446
  * @param {Object} body query
7494
7447
  * @param {Object} opts Optional parameters
7495
7448
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
7496
- * postAnalyticsCasemanagementAggregatesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7497
7449
  */
7498
7450
  postAnalyticsCasemanagementAggregatesQuery(body, opts) {
7499
7451
  opts = opts || {};
@@ -7591,7 +7543,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7591
7543
  * @param {Object} body query
7592
7544
  * @param {Object} opts Optional parameters
7593
7545
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
7594
- * postAnalyticsConversationsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7595
7546
  */
7596
7547
  postAnalyticsConversationsAggregatesJobs(body, opts) {
7597
7548
  opts = opts || {};
@@ -7805,7 +7756,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7805
7756
  * @param {Object} body query
7806
7757
  * @param {Object} opts Optional parameters
7807
7758
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
7808
- * postAnalyticsEvaluationsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7809
7759
  */
7810
7760
  postAnalyticsEvaluationsAggregatesJobs(body, opts) {
7811
7761
  opts = opts || {};
@@ -7866,7 +7816,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7866
7816
  * @param {Object} body query
7867
7817
  * @param {Object} opts Optional parameters
7868
7818
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
7869
- * postAnalyticsFlowexecutionsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7870
7819
  */
7871
7820
  postAnalyticsFlowexecutionsAggregatesJobs(body, opts) {
7872
7821
  opts = opts || {};
@@ -7959,7 +7908,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7959
7908
  * @param {Object} body query
7960
7909
  * @param {Object} opts Optional parameters
7961
7910
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
7962
- * postAnalyticsFlowsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7963
7911
  */
7964
7912
  postAnalyticsFlowsAggregatesJobs(body, opts) {
7965
7913
  opts = opts || {};
@@ -8050,7 +7998,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8050
7998
  * @param {Object} body query
8051
7999
  * @param {Object} opts Optional parameters
8052
8000
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
8053
- * postAnalyticsJourneysAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8054
8001
  */
8055
8002
  postAnalyticsJourneysAggregatesJobs(body, opts) {
8056
8003
  opts = opts || {};
@@ -8111,7 +8058,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8111
8058
  * @param {Object} body query
8112
8059
  * @param {Object} opts Optional parameters
8113
8060
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
8114
- * postAnalyticsKnowledgeAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8115
8061
  */
8116
8062
  postAnalyticsKnowledgeAggregatesJobs(body, opts) {
8117
8063
  opts = opts || {};
@@ -8352,7 +8298,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8352
8298
  * @param {Object} body query
8353
8299
  * @param {Object} opts Optional parameters
8354
8300
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
8355
- * postAnalyticsResolutionsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8356
8301
  */
8357
8302
  postAnalyticsResolutionsAggregatesJobs(body, opts) {
8358
8303
  opts = opts || {};
@@ -8445,7 +8390,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8445
8390
  * @param {Object} body query
8446
8391
  * @param {Object} opts Optional parameters
8447
8392
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
8448
- * postAnalyticsSummariesAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8449
8393
  */
8450
8394
  postAnalyticsSummariesAggregatesJobs(body, opts) {
8451
8395
  opts = opts || {};
@@ -8506,7 +8450,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8506
8450
  * @param {Object} body query
8507
8451
  * @param {Object} opts Optional parameters
8508
8452
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
8509
- * postAnalyticsSurveysAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8510
8453
  */
8511
8454
  postAnalyticsSurveysAggregatesJobs(body, opts) {
8512
8455
  opts = opts || {};
@@ -8567,7 +8510,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8567
8510
  * @param {Object} body query
8568
8511
  * @param {Object} opts Optional parameters
8569
8512
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
8570
- * postAnalyticsTaskmanagementAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8571
8513
  */
8572
8514
  postAnalyticsTaskmanagementAggregatesJobs(body, opts) {
8573
8515
  opts = opts || {};
@@ -8692,7 +8634,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8692
8634
  * @param {Object} body query
8693
8635
  * @param {Object} opts Optional parameters
8694
8636
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
8695
- * postAnalyticsTranscriptsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8696
8637
  */
8697
8638
  postAnalyticsTranscriptsAggregatesJobs(body, opts) {
8698
8639
  opts = opts || {};
@@ -8785,7 +8726,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8785
8726
  * @param {Object} body query
8786
8727
  * @param {Object} opts Optional parameters
8787
8728
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
8788
- * postAnalyticsUsersAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8789
8729
  */
8790
8730
  postAnalyticsUsersAggregatesJobs(body, opts) {
8791
8731
  opts = opts || {};
@@ -8966,7 +8906,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8966
8906
  /**
8967
8907
  * Architect service.
8968
8908
  * @module purecloud-platform-client-v2/api/ArchitectApi
8969
- * @version 253.0.0
8909
+ * @version 255.0.0
8970
8910
  */
8971
8911
 
8972
8912
  /**
@@ -11995,6 +11935,38 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11995
11935
  );
11996
11936
  }
11997
11937
 
11938
+ /**
11939
+ * Fetch Architect Validate Job Status
11940
+ *
11941
+ * @param {String} jobId Job ID
11942
+ * @param {Object} opts Optional parameters
11943
+ * @param {Array.<String>} opts.expand Which fields, if any, to expand.
11944
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
11945
+ * getFlowsValidateJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
11946
+ */
11947
+ getFlowsValidateJob(jobId, opts) {
11948
+ opts = opts || {};
11949
+
11950
+ // verify the required parameter 'jobId' is set
11951
+ if (jobId === undefined || jobId === null || jobId === '') {
11952
+ throw 'Missing the required parameter "jobId" when calling getFlowsValidateJob';
11953
+ }
11954
+
11955
+ return this.apiClient.callApi(
11956
+ '/api/v2/flows/validate/jobs/{jobId}',
11957
+ 'GET',
11958
+ { 'jobId': jobId },
11959
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
11960
+ { },
11961
+ { },
11962
+ null,
11963
+ ['PureCloud OAuth'],
11964
+ ['application/json'],
11965
+ ['application/json'],
11966
+ opts['customHeaders']
11967
+ );
11968
+ }
11969
+
11998
11970
  /**
11999
11971
  * Updates a grammar
12000
11972
  *
@@ -13294,6 +13266,37 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13294
13266
  );
13295
13267
  }
13296
13268
 
13269
+ /**
13270
+ * Register Architect Validate Job
13271
+ *
13272
+ * @param {Object} body
13273
+ * @param {Object} opts Optional parameters
13274
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
13275
+ * postFlowsValidateJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
13276
+ */
13277
+ postFlowsValidateJobs(body, opts) {
13278
+ opts = opts || {};
13279
+
13280
+ // verify the required parameter 'body' is set
13281
+ if (body === undefined || body === null) {
13282
+ throw 'Missing the required parameter "body" when calling postFlowsValidateJobs';
13283
+ }
13284
+
13285
+ return this.apiClient.callApi(
13286
+ '/api/v2/flows/validate/jobs',
13287
+ 'POST',
13288
+ { },
13289
+ { },
13290
+ { },
13291
+ { },
13292
+ body,
13293
+ ['PureCloud OAuth'],
13294
+ ['application/json'],
13295
+ ['application/json'],
13296
+ opts['customHeaders']
13297
+ );
13298
+ }
13299
+
13297
13300
  /**
13298
13301
  * Updates a emergency group by ID
13299
13302
  *
@@ -13826,7 +13829,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13826
13829
  /**
13827
13830
  * AssistantCopilotVariations service.
13828
13831
  * @module purecloud-platform-client-v2/api/AssistantCopilotVariationsApi
13829
- * @version 253.0.0
13832
+ * @version 255.0.0
13830
13833
  */
13831
13834
 
13832
13835
  /**
@@ -14022,7 +14025,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14022
14025
  /**
14023
14026
  * Audit service.
14024
14027
  * @module purecloud-platform-client-v2/api/AuditApi
14025
- * @version 253.0.0
14028
+ * @version 255.0.0
14026
14029
  */
14027
14030
 
14028
14031
  /**
@@ -14249,7 +14252,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14249
14252
  /**
14250
14253
  * Authorization service.
14251
14254
  * @module purecloud-platform-client-v2/api/AuthorizationApi
14252
- * @version 253.0.0
14255
+ * @version 255.0.0
14253
14256
  */
14254
14257
 
14255
14258
  /**
@@ -16174,7 +16177,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16174
16177
  /**
16175
16178
  * BackgroundAssistant service.
16176
16179
  * @module purecloud-platform-client-v2/api/BackgroundAssistantApi
16177
- * @version 253.0.0
16180
+ * @version 255.0.0
16178
16181
  */
16179
16182
 
16180
16183
  /**
@@ -16248,7 +16251,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16248
16251
  /**
16249
16252
  * Billing service.
16250
16253
  * @module purecloud-platform-client-v2/api/BillingApi
16251
- * @version 253.0.0
16254
+ * @version 255.0.0
16252
16255
  */
16253
16256
 
16254
16257
  /**
@@ -16532,7 +16535,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16532
16535
  /**
16533
16536
  * BusinessRules service.
16534
16537
  * @module purecloud-platform-client-v2/api/BusinessRulesApi
16535
- * @version 253.0.0
16538
+ * @version 255.0.0
16536
16539
  */
16537
16540
 
16538
16541
  /**
@@ -16578,6 +16581,76 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16578
16581
  );
16579
16582
  }
16580
16583
 
16584
+ /**
16585
+ * Delete an export job for a decision table
16586
+ *
16587
+ * @param {String} tableId Table ID
16588
+ * @param {String} exportJobId Export Job ID
16589
+ * @param {Object} opts Optional parameters
16590
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
16591
+ */
16592
+ deleteBusinessrulesDecisiontableExport(tableId, exportJobId, opts) {
16593
+ opts = opts || {};
16594
+
16595
+ // verify the required parameter 'tableId' is set
16596
+ if (tableId === undefined || tableId === null || tableId === '') {
16597
+ throw 'Missing the required parameter "tableId" when calling deleteBusinessrulesDecisiontableExport';
16598
+ }
16599
+ // verify the required parameter 'exportJobId' is set
16600
+ if (exportJobId === undefined || exportJobId === null || exportJobId === '') {
16601
+ throw 'Missing the required parameter "exportJobId" when calling deleteBusinessrulesDecisiontableExport';
16602
+ }
16603
+
16604
+ return this.apiClient.callApi(
16605
+ '/api/v2/businessrules/decisiontables/{tableId}/exports/{exportJobId}',
16606
+ 'DELETE',
16607
+ { 'tableId': tableId,'exportJobId': exportJobId },
16608
+ { },
16609
+ { },
16610
+ { },
16611
+ null,
16612
+ ['PureCloud OAuth'],
16613
+ ['application/json'],
16614
+ ['application/json'],
16615
+ opts['customHeaders']
16616
+ );
16617
+ }
16618
+
16619
+ /**
16620
+ * Delete decision table row import job
16621
+ *
16622
+ * @param {String} tableId Table ID
16623
+ * @param {String} importJobId Import job ID
16624
+ * @param {Object} opts Optional parameters
16625
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
16626
+ */
16627
+ deleteBusinessrulesDecisiontableImport(tableId, importJobId, opts) {
16628
+ opts = opts || {};
16629
+
16630
+ // verify the required parameter 'tableId' is set
16631
+ if (tableId === undefined || tableId === null || tableId === '') {
16632
+ throw 'Missing the required parameter "tableId" when calling deleteBusinessrulesDecisiontableImport';
16633
+ }
16634
+ // verify the required parameter 'importJobId' is set
16635
+ if (importJobId === undefined || importJobId === null || importJobId === '') {
16636
+ throw 'Missing the required parameter "importJobId" when calling deleteBusinessrulesDecisiontableImport';
16637
+ }
16638
+
16639
+ return this.apiClient.callApi(
16640
+ '/api/v2/businessrules/decisiontables/{tableId}/imports/{importJobId}',
16641
+ 'DELETE',
16642
+ { 'tableId': tableId,'importJobId': importJobId },
16643
+ { },
16644
+ { },
16645
+ { },
16646
+ null,
16647
+ ['PureCloud OAuth'],
16648
+ ['application/json'],
16649
+ ['application/json'],
16650
+ opts['customHeaders']
16651
+ );
16652
+ }
16653
+
16581
16654
  /**
16582
16655
  * Delete a decision table version
16583
16656
  *
@@ -16713,6 +16786,140 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16713
16786
  );
16714
16787
  }
16715
16788
 
16789
+ /**
16790
+ * Get an export job for a decision table
16791
+ *
16792
+ * @param {String} tableId Table ID
16793
+ * @param {String} exportJobId Export Job ID
16794
+ * @param {Object} opts Optional parameters
16795
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
16796
+ */
16797
+ getBusinessrulesDecisiontableExport(tableId, exportJobId, opts) {
16798
+ opts = opts || {};
16799
+
16800
+ // verify the required parameter 'tableId' is set
16801
+ if (tableId === undefined || tableId === null || tableId === '') {
16802
+ throw 'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableExport';
16803
+ }
16804
+ // verify the required parameter 'exportJobId' is set
16805
+ if (exportJobId === undefined || exportJobId === null || exportJobId === '') {
16806
+ throw 'Missing the required parameter "exportJobId" when calling getBusinessrulesDecisiontableExport';
16807
+ }
16808
+
16809
+ return this.apiClient.callApi(
16810
+ '/api/v2/businessrules/decisiontables/{tableId}/exports/{exportJobId}',
16811
+ 'GET',
16812
+ { 'tableId': tableId,'exportJobId': exportJobId },
16813
+ { },
16814
+ { },
16815
+ { },
16816
+ null,
16817
+ ['PureCloud OAuth'],
16818
+ ['application/json'],
16819
+ ['application/json'],
16820
+ opts['customHeaders']
16821
+ );
16822
+ }
16823
+
16824
+ /**
16825
+ * List export jobs for a decision table
16826
+ *
16827
+ * @param {String} tableId Table ID
16828
+ * @param {Object} opts Optional parameters
16829
+ * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
16830
+ * @param {String} opts.pageSize Number of entities to return. Maximum of 100.
16831
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
16832
+ */
16833
+ getBusinessrulesDecisiontableExports(tableId, opts) {
16834
+ opts = opts || {};
16835
+
16836
+ // verify the required parameter 'tableId' is set
16837
+ if (tableId === undefined || tableId === null || tableId === '') {
16838
+ throw 'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableExports';
16839
+ }
16840
+
16841
+ return this.apiClient.callApi(
16842
+ '/api/v2/businessrules/decisiontables/{tableId}/exports',
16843
+ 'GET',
16844
+ { 'tableId': tableId },
16845
+ { 'after': opts['after'],'pageSize': opts['pageSize'] },
16846
+ { },
16847
+ { },
16848
+ null,
16849
+ ['PureCloud OAuth'],
16850
+ ['application/json'],
16851
+ ['application/json'],
16852
+ opts['customHeaders']
16853
+ );
16854
+ }
16855
+
16856
+ /**
16857
+ * Get decision table row import job
16858
+ *
16859
+ * @param {String} tableId Table ID
16860
+ * @param {String} importJobId Import job ID
16861
+ * @param {Object} opts Optional parameters
16862
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
16863
+ */
16864
+ getBusinessrulesDecisiontableImport(tableId, importJobId, opts) {
16865
+ opts = opts || {};
16866
+
16867
+ // verify the required parameter 'tableId' is set
16868
+ if (tableId === undefined || tableId === null || tableId === '') {
16869
+ throw 'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableImport';
16870
+ }
16871
+ // verify the required parameter 'importJobId' is set
16872
+ if (importJobId === undefined || importJobId === null || importJobId === '') {
16873
+ throw 'Missing the required parameter "importJobId" when calling getBusinessrulesDecisiontableImport';
16874
+ }
16875
+
16876
+ return this.apiClient.callApi(
16877
+ '/api/v2/businessrules/decisiontables/{tableId}/imports/{importJobId}',
16878
+ 'GET',
16879
+ { 'tableId': tableId,'importJobId': importJobId },
16880
+ { },
16881
+ { },
16882
+ { },
16883
+ null,
16884
+ ['PureCloud OAuth'],
16885
+ ['application/json'],
16886
+ ['application/json'],
16887
+ opts['customHeaders']
16888
+ );
16889
+ }
16890
+
16891
+ /**
16892
+ * List decision table row import jobs
16893
+ *
16894
+ * @param {String} tableId Table ID
16895
+ * @param {Object} opts Optional parameters
16896
+ * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
16897
+ * @param {String} opts.pageSize Number of entities to return. Maximum of 100.
16898
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
16899
+ */
16900
+ getBusinessrulesDecisiontableImports(tableId, opts) {
16901
+ opts = opts || {};
16902
+
16903
+ // verify the required parameter 'tableId' is set
16904
+ if (tableId === undefined || tableId === null || tableId === '') {
16905
+ throw 'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableImports';
16906
+ }
16907
+
16908
+ return this.apiClient.callApi(
16909
+ '/api/v2/businessrules/decisiontables/{tableId}/imports',
16910
+ 'GET',
16911
+ { 'tableId': tableId },
16912
+ { 'after': opts['after'],'pageSize': opts['pageSize'] },
16913
+ { },
16914
+ { },
16915
+ null,
16916
+ ['PureCloud OAuth'],
16917
+ ['application/json'],
16918
+ ['application/json'],
16919
+ opts['customHeaders']
16920
+ );
16921
+ }
16922
+
16716
16923
  /**
16717
16924
  * Get a decision table version
16718
16925
  *
@@ -17063,6 +17270,46 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17063
17270
  );
17064
17271
  }
17065
17272
 
17273
+ /**
17274
+ * Update decision table row import job
17275
+ *
17276
+ * @param {String} tableId Table ID
17277
+ * @param {String} importJobId Import job ID
17278
+ * @param {Object} body Import job update request
17279
+ * @param {Object} opts Optional parameters
17280
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
17281
+ */
17282
+ patchBusinessrulesDecisiontableImport(tableId, importJobId, body, opts) {
17283
+ opts = opts || {};
17284
+
17285
+ // verify the required parameter 'tableId' is set
17286
+ if (tableId === undefined || tableId === null || tableId === '') {
17287
+ throw 'Missing the required parameter "tableId" when calling patchBusinessrulesDecisiontableImport';
17288
+ }
17289
+ // verify the required parameter 'importJobId' is set
17290
+ if (importJobId === undefined || importJobId === null || importJobId === '') {
17291
+ throw 'Missing the required parameter "importJobId" when calling patchBusinessrulesDecisiontableImport';
17292
+ }
17293
+ // verify the required parameter 'body' is set
17294
+ if (body === undefined || body === null) {
17295
+ throw 'Missing the required parameter "body" when calling patchBusinessrulesDecisiontableImport';
17296
+ }
17297
+
17298
+ return this.apiClient.callApi(
17299
+ '/api/v2/businessrules/decisiontables/{tableId}/imports/{importJobId}',
17300
+ 'PATCH',
17301
+ { 'tableId': tableId,'importJobId': importJobId },
17302
+ { },
17303
+ { },
17304
+ { },
17305
+ body,
17306
+ ['PureCloud OAuth'],
17307
+ ['application/json'],
17308
+ ['application/json'],
17309
+ opts['customHeaders']
17310
+ );
17311
+ }
17312
+
17066
17313
  /**
17067
17314
  * Update a decision table version
17068
17315
  *
@@ -17138,6 +17385,76 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17138
17385
  );
17139
17386
  }
17140
17387
 
17388
+ /**
17389
+ * Create an export job for a decision table version
17390
+ *
17391
+ * @param {String} tableId Table ID
17392
+ * @param {Object} body Export job request
17393
+ * @param {Object} opts Optional parameters
17394
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
17395
+ */
17396
+ postBusinessrulesDecisiontableExports(tableId, body, opts) {
17397
+ opts = opts || {};
17398
+
17399
+ // verify the required parameter 'tableId' is set
17400
+ if (tableId === undefined || tableId === null || tableId === '') {
17401
+ throw 'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableExports';
17402
+ }
17403
+ // verify the required parameter 'body' is set
17404
+ if (body === undefined || body === null) {
17405
+ throw 'Missing the required parameter "body" when calling postBusinessrulesDecisiontableExports';
17406
+ }
17407
+
17408
+ return this.apiClient.callApi(
17409
+ '/api/v2/businessrules/decisiontables/{tableId}/exports',
17410
+ 'POST',
17411
+ { 'tableId': tableId },
17412
+ { },
17413
+ { },
17414
+ { },
17415
+ body,
17416
+ ['PureCloud OAuth'],
17417
+ ['application/json'],
17418
+ ['application/json'],
17419
+ opts['customHeaders']
17420
+ );
17421
+ }
17422
+
17423
+ /**
17424
+ * Create a decision table row import job
17425
+ *
17426
+ * @param {String} tableId Table ID
17427
+ * @param {Object} body Import job create request
17428
+ * @param {Object} opts Optional parameters
17429
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
17430
+ */
17431
+ postBusinessrulesDecisiontableImports(tableId, body, opts) {
17432
+ opts = opts || {};
17433
+
17434
+ // verify the required parameter 'tableId' is set
17435
+ if (tableId === undefined || tableId === null || tableId === '') {
17436
+ throw 'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableImports';
17437
+ }
17438
+ // verify the required parameter 'body' is set
17439
+ if (body === undefined || body === null) {
17440
+ throw 'Missing the required parameter "body" when calling postBusinessrulesDecisiontableImports';
17441
+ }
17442
+
17443
+ return this.apiClient.callApi(
17444
+ '/api/v2/businessrules/decisiontables/{tableId}/imports',
17445
+ 'POST',
17446
+ { 'tableId': tableId },
17447
+ { },
17448
+ { },
17449
+ { },
17450
+ body,
17451
+ ['PureCloud OAuth'],
17452
+ ['application/json'],
17453
+ ['application/json'],
17454
+ opts['customHeaders']
17455
+ );
17456
+ }
17457
+
17141
17458
  /**
17142
17459
  * Copy a decision table version
17143
17460
  *
@@ -17258,6 +17575,126 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17258
17575
  );
17259
17576
  }
17260
17577
 
17578
+ /**
17579
+ * Bulk add decision table rows
17580
+ * Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queues division. Future platform objects will require their associated permissions in the relevant divisions when the table or row contains references to them.
17581
+ * @param {String} tableId Table ID
17582
+ * @param {Number} tableVersion Table Version
17583
+ * @param {Object} body Bulk add decision table rows request
17584
+ * @param {Object} opts Optional parameters
17585
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
17586
+ */
17587
+ postBusinessrulesDecisiontableVersionRowsBulkAdd(tableId, tableVersion, body, opts) {
17588
+ opts = opts || {};
17589
+
17590
+ // verify the required parameter 'tableId' is set
17591
+ if (tableId === undefined || tableId === null || tableId === '') {
17592
+ throw 'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionRowsBulkAdd';
17593
+ }
17594
+ // verify the required parameter 'tableVersion' is set
17595
+ if (tableVersion === undefined || tableVersion === null) {
17596
+ throw 'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionRowsBulkAdd';
17597
+ }
17598
+ // verify the required parameter 'body' is set
17599
+ if (body === undefined || body === null) {
17600
+ throw 'Missing the required parameter "body" when calling postBusinessrulesDecisiontableVersionRowsBulkAdd';
17601
+ }
17602
+
17603
+ return this.apiClient.callApi(
17604
+ '/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/bulk/add',
17605
+ 'POST',
17606
+ { 'tableId': tableId,'tableVersion': tableVersion },
17607
+ { },
17608
+ { },
17609
+ { },
17610
+ body,
17611
+ ['PureCloud OAuth'],
17612
+ ['application/json'],
17613
+ ['application/json'],
17614
+ opts['customHeaders']
17615
+ );
17616
+ }
17617
+
17618
+ /**
17619
+ * Bulk delete decision table rows
17620
+ * Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queues division. Future platform objects will require their associated permissions in the relevant divisions when the table or row contains references to them.
17621
+ * @param {String} tableId Table ID
17622
+ * @param {Number} tableVersion Table Version
17623
+ * @param {Object} body
17624
+ * @param {Object} opts Optional parameters
17625
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
17626
+ */
17627
+ postBusinessrulesDecisiontableVersionRowsBulkRemove(tableId, tableVersion, body, opts) {
17628
+ opts = opts || {};
17629
+
17630
+ // verify the required parameter 'tableId' is set
17631
+ if (tableId === undefined || tableId === null || tableId === '') {
17632
+ throw 'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionRowsBulkRemove';
17633
+ }
17634
+ // verify the required parameter 'tableVersion' is set
17635
+ if (tableVersion === undefined || tableVersion === null) {
17636
+ throw 'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionRowsBulkRemove';
17637
+ }
17638
+ // verify the required parameter 'body' is set
17639
+ if (body === undefined || body === null) {
17640
+ throw 'Missing the required parameter "body" when calling postBusinessrulesDecisiontableVersionRowsBulkRemove';
17641
+ }
17642
+
17643
+ return this.apiClient.callApi(
17644
+ '/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/bulk/remove',
17645
+ 'POST',
17646
+ { 'tableId': tableId,'tableVersion': tableVersion },
17647
+ { },
17648
+ { },
17649
+ { },
17650
+ body,
17651
+ ['PureCloud OAuth'],
17652
+ ['application/json'],
17653
+ ['application/json'],
17654
+ opts['customHeaders']
17655
+ );
17656
+ }
17657
+
17658
+ /**
17659
+ * Bulk update decision table rows
17660
+ * Required permissions depend on table content: if the table or row contains queue references, routing:queue:view is required in each queues division. Future platform objects will require their associated permissions in the relevant divisions when the table or row contains references to them.
17661
+ * @param {String} tableId Table ID
17662
+ * @param {Number} tableVersion Table Version
17663
+ * @param {Object} body Bulk update decision table rows request
17664
+ * @param {Object} opts Optional parameters
17665
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
17666
+ */
17667
+ postBusinessrulesDecisiontableVersionRowsBulkUpdate(tableId, tableVersion, body, opts) {
17668
+ opts = opts || {};
17669
+
17670
+ // verify the required parameter 'tableId' is set
17671
+ if (tableId === undefined || tableId === null || tableId === '') {
17672
+ throw 'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionRowsBulkUpdate';
17673
+ }
17674
+ // verify the required parameter 'tableVersion' is set
17675
+ if (tableVersion === undefined || tableVersion === null) {
17676
+ throw 'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionRowsBulkUpdate';
17677
+ }
17678
+ // verify the required parameter 'body' is set
17679
+ if (body === undefined || body === null) {
17680
+ throw 'Missing the required parameter "body" when calling postBusinessrulesDecisiontableVersionRowsBulkUpdate';
17681
+ }
17682
+
17683
+ return this.apiClient.callApi(
17684
+ '/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows/bulk/update',
17685
+ 'POST',
17686
+ { 'tableId': tableId,'tableVersion': tableVersion },
17687
+ { },
17688
+ { },
17689
+ { },
17690
+ body,
17691
+ ['PureCloud OAuth'],
17692
+ ['application/json'],
17693
+ ['application/json'],
17694
+ opts['customHeaders']
17695
+ );
17696
+ }
17697
+
17261
17698
  /**
17262
17699
  * Search for decision table rows
17263
17700
  *
@@ -17546,7 +17983,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17546
17983
  /**
17547
17984
  * CarrierServices service.
17548
17985
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
17549
- * @version 253.0.0
17986
+ * @version 255.0.0
17550
17987
  */
17551
17988
 
17552
17989
  /**
@@ -17623,7 +18060,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17623
18060
  /**
17624
18061
  * CaseManagement service.
17625
18062
  * @module purecloud-platform-client-v2/api/CaseManagementApi
17626
- * @version 253.0.0
18063
+ * @version 255.0.0
17627
18064
  */
17628
18065
 
17629
18066
  /**
@@ -17641,10 +18078,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17641
18078
  /**
17642
18079
  * Delete a Case.
17643
18080
  *
17644
- * @param {String} caseId Case ID
18081
+ * @param {String} caseId Case identifier.
17645
18082
  * @param {Object} opts Optional parameters
17646
18083
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
17647
- * deleteCasemanagementCase is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17648
18084
  */
17649
18085
  deleteCasemanagementCase(caseId, opts) {
17650
18086
  opts = opts || {};
@@ -17672,10 +18108,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17672
18108
  /**
17673
18109
  * Delete a Caseplan.
17674
18110
  *
17675
- * @param {String} caseplanId Caseplan ID
18111
+ * @param {String} caseplanId Caseplan identifier.
17676
18112
  * @param {Object} opts Optional parameters
17677
18113
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
17678
- * deleteCasemanagementCaseplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17679
18114
  */
17680
18115
  deleteCasemanagementCaseplan(caseplanId, opts) {
17681
18116
  opts = opts || {};
@@ -17700,14 +18135,48 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17700
18135
  );
17701
18136
  }
17702
18137
 
18138
+ /**
18139
+ * Remove a data schema from a draft Caseplan.
18140
+ *
18141
+ * @param {String} caseplanId Caseplan identifier.
18142
+ * @param {String} schemaKeyName Schema key (for example default).
18143
+ * @param {Object} opts Optional parameters
18144
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18145
+ */
18146
+ deleteCasemanagementCaseplanDataschema(caseplanId, schemaKeyName, opts) {
18147
+ opts = opts || {};
18148
+
18149
+ // verify the required parameter 'caseplanId' is set
18150
+ if (caseplanId === undefined || caseplanId === null || caseplanId === '') {
18151
+ throw 'Missing the required parameter "caseplanId" when calling deleteCasemanagementCaseplanDataschema';
18152
+ }
18153
+ // verify the required parameter 'schemaKeyName' is set
18154
+ if (schemaKeyName === undefined || schemaKeyName === null || schemaKeyName === '') {
18155
+ throw 'Missing the required parameter "schemaKeyName" when calling deleteCasemanagementCaseplanDataschema';
18156
+ }
18157
+
18158
+ return this.apiClient.callApi(
18159
+ '/api/v2/casemanagement/caseplans/{caseplanId}/dataschemas/{schemaKeyName}',
18160
+ 'DELETE',
18161
+ { 'caseplanId': caseplanId,'schemaKeyName': schemaKeyName },
18162
+ { },
18163
+ { },
18164
+ { },
18165
+ null,
18166
+ ['PureCloud OAuth'],
18167
+ ['application/json'],
18168
+ ['application/json'],
18169
+ opts['customHeaders']
18170
+ );
18171
+ }
18172
+
17703
18173
  /**
17704
18174
  * Get a Case.
17705
18175
  *
17706
- * @param {String} caseId Case ID
18176
+ * @param {String} caseId Case identifier.
17707
18177
  * @param {Object} opts Optional parameters
17708
- * @param {Object} opts.expands Which fields to expand.
18178
+ * @param {Object} opts.expands Fields to expand.
17709
18179
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
17710
- * getCasemanagementCase is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17711
18180
  */
17712
18181
  getCasemanagementCase(caseId, opts) {
17713
18182
  opts = opts || {};
@@ -17735,11 +18204,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17735
18204
  /**
17736
18205
  * Get a Case Association.
17737
18206
  *
17738
- * @param {String} caseId Case ID
17739
- * @param {String} associationId Case Association ID
18207
+ * @param {String} caseId Case identifier.
18208
+ * @param {String} associationId Case association identifier.
17740
18209
  * @param {Object} opts Optional parameters
17741
18210
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
17742
- * getCasemanagementCaseAssociation is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17743
18211
  */
17744
18212
  getCasemanagementCaseAssociation(caseId, associationId, opts) {
17745
18213
  opts = opts || {};
@@ -17769,15 +18237,14 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17769
18237
  }
17770
18238
 
17771
18239
  /**
17772
- * Get a list of case associations for a provided case.
18240
+ * Get a list of Case associations for the Case.
17773
18241
  *
17774
- * @param {String} caseId Case ID.
18242
+ * @param {String} caseId Case identifier.
17775
18243
  * @param {Object} opts Optional parameters
17776
18244
  * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
17777
18245
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
17778
18246
  * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
17779
18247
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
17780
- * getCasemanagementCaseAssociations is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17781
18248
  */
17782
18249
  getCasemanagementCaseAssociations(caseId, opts) {
17783
18250
  opts = opts || {};
@@ -17805,11 +18272,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17805
18272
  /**
17806
18273
  * Get a Stage.
17807
18274
  *
17808
- * @param {String} caseId Case ID
17809
- * @param {String} stageId Stage ID
18275
+ * @param {String} caseId Case identifier.
18276
+ * @param {String} stageId Stage identifier.
17810
18277
  * @param {Object} opts Optional parameters
17811
18278
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
17812
- * getCasemanagementCaseStage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17813
18279
  */
17814
18280
  getCasemanagementCaseStage(caseId, stageId, opts) {
17815
18281
  opts = opts || {};
@@ -17841,12 +18307,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17841
18307
  /**
17842
18308
  * Get a Step.
17843
18309
  *
17844
- * @param {String} caseId Case ID
17845
- * @param {String} stageId Stage ID
17846
- * @param {String} stepId Step ID
18310
+ * @param {String} caseId Case identifier.
18311
+ * @param {String} stageId Stage identifier.
18312
+ * @param {String} stepId Step identifier.
17847
18313
  * @param {Object} opts Optional parameters
17848
18314
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
17849
- * getCasemanagementCaseStageStep is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17850
18315
  */
17851
18316
  getCasemanagementCaseStageStep(caseId, stageId, stepId, opts) {
17852
18317
  opts = opts || {};
@@ -17882,14 +18347,13 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17882
18347
  /**
17883
18348
  * Get a list of Steps.
17884
18349
  *
17885
- * @param {String} caseId Case ID
17886
- * @param {String} stageId Stage ID
18350
+ * @param {String} caseId Case identifier.
18351
+ * @param {String} stageId Stage identifier.
17887
18352
  * @param {Object} opts Optional parameters
17888
18353
  * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
17889
18354
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
17890
18355
  * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
17891
18356
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
17892
- * getCasemanagementCaseStageSteps is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17893
18357
  */
17894
18358
  getCasemanagementCaseStageSteps(caseId, stageId, opts) {
17895
18359
  opts = opts || {};
@@ -17921,13 +18385,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17921
18385
  /**
17922
18386
  * Get a list of Stages.
17923
18387
  *
17924
- * @param {String} caseId Case ID
18388
+ * @param {String} caseId Case identifier.
17925
18389
  * @param {Object} opts Optional parameters
17926
18390
  * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
17927
18391
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
17928
18392
  * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
17929
18393
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
17930
- * getCasemanagementCaseStages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17931
18394
  */
17932
18395
  getCasemanagementCaseStages(caseId, opts) {
17933
18396
  opts = opts || {};
@@ -17955,11 +18418,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17955
18418
  /**
17956
18419
  * Get a Terminate Job for a Case.
17957
18420
  *
17958
- * @param {String} caseId Case ID
17959
- * @param {String} jobId Job ID
18421
+ * @param {String} caseId Case identifier.
18422
+ * @param {String} jobId Terminate Job identifier.
17960
18423
  * @param {Object} opts Optional parameters
17961
18424
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
17962
- * getCasemanagementCaseTerminateJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17963
18425
  */
17964
18426
  getCasemanagementCaseTerminateJob(caseId, jobId, opts) {
17965
18427
  opts = opts || {};
@@ -17991,10 +18453,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17991
18453
  /**
17992
18454
  * Get a Caseplan.
17993
18455
  *
17994
- * @param {String} caseplanId Caseplan ID
18456
+ * @param {String} caseplanId Caseplan identifier.
17995
18457
  * @param {Object} opts Optional parameters
17996
18458
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
17997
- * getCasemanagementCaseplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17998
18459
  */
17999
18460
  getCasemanagementCaseplan(caseplanId, opts) {
18000
18461
  opts = opts || {};
@@ -18022,11 +18483,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18022
18483
  /**
18023
18484
  * Get a Caseplan version.
18024
18485
  *
18025
- * @param {String} caseplanId Caseplan ID
18026
- * @param {String} versionId Version of the caseplan
18486
+ * @param {String} caseplanId Caseplan identifier.
18487
+ * @param {String} versionId Caseplan version identifier.
18027
18488
  * @param {Object} opts Optional parameters
18028
18489
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18029
- * getCasemanagementCaseplanVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18030
18490
  */
18031
18491
  getCasemanagementCaseplanVersion(caseplanId, versionId, opts) {
18032
18492
  opts = opts || {};
@@ -18056,13 +18516,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18056
18516
  }
18057
18517
 
18058
18518
  /**
18059
- * Get the dataSchemas for a caseplan version.
18519
+ * Get the data schemas for a Caseplan version.
18060
18520
  *
18061
- * @param {String} caseplanId Caseplan ID
18062
- * @param {String} versionId Version of the caseplan
18521
+ * @param {String} caseplanId Caseplan identifier.
18522
+ * @param {String} versionId Caseplan version identifier.
18063
18523
  * @param {Object} opts Optional parameters
18064
18524
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18065
- * getCasemanagementCaseplanVersionDataschemas is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18066
18525
  */
18067
18526
  getCasemanagementCaseplanVersionDataschemas(caseplanId, versionId, opts) {
18068
18527
  opts = opts || {};
@@ -18094,11 +18553,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18094
18553
  /**
18095
18554
  * Get the intake settings for a Caseplan version.
18096
18555
  *
18097
- * @param {String} caseplanId Caseplan ID
18098
- * @param {String} versionId Version of the caseplan
18556
+ * @param {String} caseplanId Caseplan identifier.
18557
+ * @param {String} versionId Caseplan version identifier.
18099
18558
  * @param {Object} opts Optional parameters
18100
18559
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18101
- * getCasemanagementCaseplanVersionIntakesettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18102
18560
  */
18103
18561
  getCasemanagementCaseplanVersionIntakesettings(caseplanId, versionId, opts) {
18104
18562
  opts = opts || {};
@@ -18130,13 +18588,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18130
18588
  /**
18131
18589
  * Get a Stageplan.
18132
18590
  *
18133
- * @param {String} caseplanId Caseplan ID
18134
- * @param {String} versionId Version ID
18135
- * @param {String} stageplanId Stageplan ID
18591
+ * @param {String} caseplanId Caseplan identifier.
18592
+ * @param {String} versionId Caseplan version identifier.
18593
+ * @param {String} stageplanId Stageplan identifier.
18136
18594
  * @param {Object} opts Optional parameters
18137
- * @param {Array.<String>} opts.expands Which fields to expand.
18595
+ * @param {Array.<String>} opts.expands Fields to expand.
18138
18596
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18139
- * getCasemanagementCaseplanVersionStageplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18140
18597
  */
18141
18598
  getCasemanagementCaseplanVersionStageplan(caseplanId, versionId, stageplanId, opts) {
18142
18599
  opts = opts || {};
@@ -18172,14 +18629,13 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18172
18629
  /**
18173
18630
  * Get a Stepplan.
18174
18631
  *
18175
- * @param {String} caseplanId Caseplan ID
18176
- * @param {String} versionId Version ID
18177
- * @param {String} stageplanId Stageplan ID
18178
- * @param {String} stepplanId Stepplan ID
18632
+ * @param {String} caseplanId Caseplan identifier.
18633
+ * @param {String} versionId Caseplan version identifier.
18634
+ * @param {String} stageplanId Stageplan identifier.
18635
+ * @param {String} stepplanId Stepplan identifier.
18179
18636
  * @param {Object} opts Optional parameters
18180
- * @param {Array.<String>} opts.expands Which fields to expand.
18637
+ * @param {Array.<String>} opts.expands Fields to expand.
18181
18638
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18182
- * getCasemanagementCaseplanVersionStageplanStepplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18183
18639
  */
18184
18640
  getCasemanagementCaseplanVersionStageplanStepplan(caseplanId, versionId, stageplanId, stepplanId, opts) {
18185
18641
  opts = opts || {};
@@ -18219,16 +18675,15 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18219
18675
  /**
18220
18676
  * Get a list of Stepplans.
18221
18677
  *
18222
- * @param {String} caseplanId Caseplan ID
18223
- * @param {String} versionId Version ID
18224
- * @param {String} stageplanId Stageplan ID
18678
+ * @param {String} caseplanId Caseplan identifier.
18679
+ * @param {String} versionId Caseplan version identifier.
18680
+ * @param {String} stageplanId Stageplan identifier.
18225
18681
  * @param {Object} opts Optional parameters
18226
18682
  * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
18227
18683
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
18228
18684
  * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
18229
- * @param {Array.<String>} opts.expands Which fields to expand.
18685
+ * @param {Array.<String>} opts.expands Fields to expand.
18230
18686
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18231
- * getCasemanagementCaseplanVersionStageplanStepplans is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18232
18687
  */
18233
18688
  getCasemanagementCaseplanVersionStageplanStepplans(caseplanId, versionId, stageplanId, opts) {
18234
18689
  opts = opts || {};
@@ -18264,15 +18719,14 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18264
18719
  /**
18265
18720
  * Get a list of Stageplans.
18266
18721
  *
18267
- * @param {String} caseplanId Caseplan ID
18268
- * @param {String} versionId Version ID
18722
+ * @param {String} caseplanId Caseplan identifier.
18723
+ * @param {String} versionId Caseplan version identifier.
18269
18724
  * @param {Object} opts Optional parameters
18270
18725
  * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
18271
18726
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
18272
18727
  * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
18273
- * @param {Array.<String>} opts.expands Which fields to expand.
18728
+ * @param {Array.<String>} opts.expands Fields to expand.
18274
18729
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18275
- * getCasemanagementCaseplanVersionStageplans is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18276
18730
  */
18277
18731
  getCasemanagementCaseplanVersionStageplans(caseplanId, versionId, opts) {
18278
18732
  opts = opts || {};
@@ -18305,12 +18759,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18305
18759
  * Get a list of Caseplans.
18306
18760
  *
18307
18761
  * @param {Object} opts Optional parameters
18308
- * @param {String} opts.after The cursor that points to the end of the set of caseplans that has been returned.
18309
- * @param {Number} opts.pageSize Number of caseplans to return. Maximum of 200.
18310
- * @param {String} opts.customerIntentId Filter by Customer Intent.
18311
- * @param {String} opts.divisionIds Filter by Divisions.
18762
+ * @param {String} opts.after Cursor that points to the end of the previously returned set of Caseplans.
18763
+ * @param {Number} opts.pageSize Number of Caseplans to return. Maximum is 200.
18764
+ * @param {String} opts.customerIntentId Filter by customer intent.
18765
+ * @param {String} opts.divisionIds Filter by divisions.
18312
18766
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18313
- * getCasemanagementCaseplans is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18314
18767
  */
18315
18768
  getCasemanagementCaseplans(opts) {
18316
18769
  opts = opts || {};
@@ -18332,16 +18785,15 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18332
18785
  }
18333
18786
 
18334
18787
  /**
18335
- * Get a list of cases for provided external contact id.
18788
+ * Get a list of Cases for an External Contact.
18336
18789
  *
18337
- * @param {String} externalContactId External Contact ID
18790
+ * @param {String} externalContactId External contact identifier.
18338
18791
  * @param {Object} opts Optional parameters
18339
- * @param {String} opts.after The cursor that points to the end of the set of cases that has been returned.
18340
- * @param {Number} opts.pageSize Number of cases to return. Maximum of 200.
18341
- * @param {String} opts.divisionIds Filter by Divisions
18342
- * @param {Array.<String>} opts.expands Which fields to expand.
18792
+ * @param {String} opts.after Cursor pointing to the end of the previously returned page of Cases.
18793
+ * @param {Number} opts.pageSize Number of Cases to return (maximum 200).
18794
+ * @param {String} opts.divisionIds Filter by divisions.
18795
+ * @param {Array.<String>} opts.expands Fields to expand.
18343
18796
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18344
- * getCasemanagementCasesExternalcontact is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18345
18797
  */
18346
18798
  getCasemanagementCasesExternalcontact(externalContactId, opts) {
18347
18799
  opts = opts || {};
@@ -18369,11 +18821,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18369
18821
  /**
18370
18822
  * Get a Case by reference.
18371
18823
  *
18372
- * @param {String} referenceId Reference
18824
+ * @param {String} referenceId Case reference.
18373
18825
  * @param {Object} opts Optional parameters
18374
- * @param {Object} opts.expands Which fields to expand.
18826
+ * @param {Object} opts.expands Fields to expand.
18375
18827
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18376
- * getCasemanagementCasesReference is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18377
18828
  */
18378
18829
  getCasemanagementCasesReference(referenceId, opts) {
18379
18830
  opts = opts || {};
@@ -18399,13 +18850,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18399
18850
  }
18400
18851
 
18401
18852
  /**
18402
- * Update date due of a Case.
18853
+ * Update the due date of a Case.
18403
18854
  *
18404
- * @param {String} caseId Case ID
18405
- * @param {Object} body Date due
18855
+ * @param {String} caseId Case identifier.
18856
+ * @param {Object} body Due date update.
18406
18857
  * @param {Object} opts Optional parameters
18407
18858
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18408
- * patchCasemanagementCaseDatedue is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18409
18859
  */
18410
18860
  patchCasemanagementCaseDatedue(caseId, body, opts) {
18411
18861
  opts = opts || {};
@@ -18437,11 +18887,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18437
18887
  /**
18438
18888
  * Update priority of a Case.
18439
18889
  *
18440
- * @param {String} caseId Case ID
18441
- * @param {Object} body Priority
18890
+ * @param {String} caseId Case identifier.
18891
+ * @param {Object} body Priority update.
18442
18892
  * @param {Object} opts Optional parameters
18443
18893
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18444
- * patchCasemanagementCasePriority is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18445
18894
  */
18446
18895
  patchCasemanagementCasePriority(caseId, body, opts) {
18447
18896
  opts = opts || {};
@@ -18473,11 +18922,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18473
18922
  /**
18474
18923
  * Update summary of a Case.
18475
18924
  *
18476
- * @param {String} caseId Case ID
18477
- * @param {Object} body Summary
18925
+ * @param {String} caseId Case identifier.
18926
+ * @param {Object} body Summary update.
18478
18927
  * @param {Object} opts Optional parameters
18479
18928
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18480
- * patchCasemanagementCaseSummary is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18481
18929
  */
18482
18930
  patchCasemanagementCaseSummary(caseId, body, opts) {
18483
18931
  opts = opts || {};
@@ -18509,11 +18957,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18509
18957
  /**
18510
18958
  * Update the attributes of a Caseplan.
18511
18959
  *
18512
- * @param {String} caseplanId Caseplan ID
18513
- * @param {Object} body Caseplan
18960
+ * @param {String} caseplanId Caseplan identifier.
18961
+ * @param {Object} body Caseplan update.
18514
18962
  * @param {Object} opts Optional parameters
18515
18963
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18516
- * patchCasemanagementCaseplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18517
18964
  */
18518
18965
  patchCasemanagementCaseplan(caseplanId, body, opts) {
18519
18966
  opts = opts || {};
@@ -18545,12 +18992,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18545
18992
  /**
18546
18993
  * Update the attributes of a Stageplan.
18547
18994
  *
18548
- * @param {String} caseplanId Caseplan ID
18549
- * @param {String} stageplanId Stageplan ID
18550
- * @param {Object} body Stageplan
18995
+ * @param {String} caseplanId Caseplan identifier.
18996
+ * @param {String} stageplanId Stageplan identifier.
18997
+ * @param {Object} body Stageplan update.
18551
18998
  * @param {Object} opts Optional parameters
18552
18999
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18553
- * patchCasemanagementCaseplanStageplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18554
19000
  */
18555
19001
  patchCasemanagementCaseplanStageplan(caseplanId, stageplanId, body, opts) {
18556
19002
  opts = opts || {};
@@ -18586,13 +19032,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18586
19032
  /**
18587
19033
  * Update the attributes of a Stepplan.
18588
19034
  *
18589
- * @param {String} caseplanId Caseplan ID
18590
- * @param {String} stageplanId Stageplan ID
18591
- * @param {String} stepplanId Stepplan ID
18592
- * @param {Object} body Stepplan
19035
+ * @param {String} caseplanId Caseplan identifier.
19036
+ * @param {String} stageplanId Stageplan identifier.
19037
+ * @param {String} stepplanId Stepplan identifier.
19038
+ * @param {Object} body Stepplan update.
18593
19039
  * @param {Object} opts Optional parameters
18594
19040
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18595
- * patchCasemanagementCaseplanStageplanStepplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18596
19041
  */
18597
19042
  patchCasemanagementCaseplanStageplanStepplan(caseplanId, stageplanId, stepplanId, body, opts) {
18598
19043
  opts = opts || {};
@@ -18630,21 +19075,24 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18630
19075
  }
18631
19076
 
18632
19077
  /**
18633
- * Create a case association.
19078
+ * Create a Case association.
18634
19079
  *
18635
- * @param {String} caseId Case ID.
19080
+ * @param {String} caseId Case identifier.
19081
+ * @param {Object} body Case association create request.
18636
19082
  * @param {Object} opts Optional parameters
18637
- * @param {Object} opts.body Case Association
18638
19083
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18639
- * postCasemanagementCaseAssociations is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18640
19084
  */
18641
- postCasemanagementCaseAssociations(caseId, opts) {
19085
+ postCasemanagementCaseAssociations(caseId, body, opts) {
18642
19086
  opts = opts || {};
18643
19087
 
18644
19088
  // verify the required parameter 'caseId' is set
18645
19089
  if (caseId === undefined || caseId === null || caseId === '') {
18646
19090
  throw 'Missing the required parameter "caseId" when calling postCasemanagementCaseAssociations';
18647
19091
  }
19092
+ // verify the required parameter 'body' is set
19093
+ if (body === undefined || body === null) {
19094
+ throw 'Missing the required parameter "body" when calling postCasemanagementCaseAssociations';
19095
+ }
18648
19096
 
18649
19097
  return this.apiClient.callApi(
18650
19098
  '/api/v2/casemanagement/cases/{caseId}/associations',
@@ -18653,7 +19101,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18653
19101
  { },
18654
19102
  { },
18655
19103
  { },
18656
- opts['body'],
19104
+ body,
18657
19105
  ['PureCloud OAuth'],
18658
19106
  ['application/json'],
18659
19107
  ['application/json'],
@@ -18664,10 +19112,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18664
19112
  /**
18665
19113
  * Create a Terminate Job for a Case.
18666
19114
  *
18667
- * @param {String} caseId Case ID
19115
+ * @param {String} caseId Case identifier.
18668
19116
  * @param {Object} opts Optional parameters
18669
19117
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18670
- * postCasemanagementCaseTerminateJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18671
19118
  */
18672
19119
  postCasemanagementCaseTerminateJobs(caseId, opts) {
18673
19120
  opts = opts || {};
@@ -18692,13 +19139,47 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18692
19139
  );
18693
19140
  }
18694
19141
 
19142
+ /**
19143
+ * Add a data schema to a draft Caseplan.
19144
+ *
19145
+ * @param {String} caseplanId Caseplan identifier.
19146
+ * @param {Object} body Data schema reference.
19147
+ * @param {Object} opts Optional parameters
19148
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
19149
+ */
19150
+ postCasemanagementCaseplanDataschemas(caseplanId, body, opts) {
19151
+ opts = opts || {};
19152
+
19153
+ // verify the required parameter 'caseplanId' is set
19154
+ if (caseplanId === undefined || caseplanId === null || caseplanId === '') {
19155
+ throw 'Missing the required parameter "caseplanId" when calling postCasemanagementCaseplanDataschemas';
19156
+ }
19157
+ // verify the required parameter 'body' is set
19158
+ if (body === undefined || body === null) {
19159
+ throw 'Missing the required parameter "body" when calling postCasemanagementCaseplanDataschemas';
19160
+ }
19161
+
19162
+ return this.apiClient.callApi(
19163
+ '/api/v2/casemanagement/caseplans/{caseplanId}/dataschemas',
19164
+ 'POST',
19165
+ { 'caseplanId': caseplanId },
19166
+ { },
19167
+ { },
19168
+ { },
19169
+ body,
19170
+ ['PureCloud OAuth'],
19171
+ ['application/json'],
19172
+ ['application/json'],
19173
+ opts['customHeaders']
19174
+ );
19175
+ }
19176
+
18695
19177
  /**
18696
19178
  * Publish Caseplan.
18697
19179
  *
18698
- * @param {String} caseplanId Caseplan ID
19180
+ * @param {String} caseplanId Caseplan identifier.
18699
19181
  * @param {Object} opts Optional parameters
18700
19182
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18701
- * postCasemanagementCaseplanPublish is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18702
19183
  */
18703
19184
  postCasemanagementCaseplanPublish(caseplanId, opts) {
18704
19185
  opts = opts || {};
@@ -18726,10 +19207,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18726
19207
  /**
18727
19208
  * Create Caseplan version.
18728
19209
  *
18729
- * @param {String} caseplanId Caseplan ID
19210
+ * @param {String} caseplanId Caseplan identifier.
18730
19211
  * @param {Object} opts Optional parameters
18731
19212
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18732
- * postCasemanagementCaseplanVersions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18733
19213
  */
18734
19214
  postCasemanagementCaseplanVersions(caseplanId, opts) {
18735
19215
  opts = opts || {};
@@ -18757,10 +19237,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18757
19237
  /**
18758
19238
  * Create a Caseplan.
18759
19239
  *
18760
- * @param {Object} body Caseplan
19240
+ * @param {Object} body Caseplan create request.
18761
19241
  * @param {Object} opts Optional parameters
18762
19242
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18763
- * postCasemanagementCaseplans is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18764
19243
  */
18765
19244
  postCasemanagementCaseplans(body, opts) {
18766
19245
  opts = opts || {};
@@ -18786,12 +19265,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18786
19265
  }
18787
19266
 
18788
19267
  /**
18789
- * Query for caseplans
19268
+ * Query for Caseplans.
18790
19269
  *
18791
- * @param {Object} body CaseplanQueryRequest
19270
+ * @param {Object} body Caseplan query request.
18792
19271
  * @param {Object} opts Optional parameters
18793
19272
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18794
- * postCasemanagementCaseplansQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18795
19273
  */
18796
19274
  postCasemanagementCaseplansQuery(body, opts) {
18797
19275
  opts = opts || {};
@@ -18819,10 +19297,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18819
19297
  /**
18820
19298
  * Create a Case.
18821
19299
  *
18822
- * @param {Object} body Case
19300
+ * @param {Object} body Case create request.
18823
19301
  * @param {Object} opts Optional parameters
18824
19302
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18825
- * postCasemanagementCases is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18826
19303
  */
18827
19304
  postCasemanagementCases(body, opts) {
18828
19305
  opts = opts || {};
@@ -18848,16 +19325,19 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18848
19325
  }
18849
19326
 
18850
19327
  /**
18851
- * Query for case associations
19328
+ * Query for Case associations by interaction.
18852
19329
  *
19330
+ * @param {Object} body Case association query request.
18853
19331
  * @param {Object} opts Optional parameters
18854
- * @param {Object} opts.body Case Association
18855
19332
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18856
- * postCasemanagementCasesAssociationsQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18857
19333
  */
18858
- postCasemanagementCasesAssociationsQuery(opts) {
19334
+ postCasemanagementCasesAssociationsQuery(body, opts) {
18859
19335
  opts = opts || {};
18860
19336
 
19337
+ // verify the required parameter 'body' is set
19338
+ if (body === undefined || body === null) {
19339
+ throw 'Missing the required parameter "body" when calling postCasemanagementCasesAssociationsQuery';
19340
+ }
18861
19341
 
18862
19342
  return this.apiClient.callApi(
18863
19343
  '/api/v2/casemanagement/cases/associations/query',
@@ -18866,7 +19346,47 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18866
19346
  { },
18867
19347
  { },
18868
19348
  { },
18869
- opts['body'],
19349
+ body,
19350
+ ['PureCloud OAuth'],
19351
+ ['application/json'],
19352
+ ['application/json'],
19353
+ opts['customHeaders']
19354
+ );
19355
+ }
19356
+
19357
+ /**
19358
+ * Update a data schema on a draft Caseplan.
19359
+ *
19360
+ * @param {String} caseplanId Caseplan identifier.
19361
+ * @param {String} schemaKeyName Schema key (for example default).
19362
+ * @param {Object} body Data schema reference.
19363
+ * @param {Object} opts Optional parameters
19364
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
19365
+ */
19366
+ putCasemanagementCaseplanDataschema(caseplanId, schemaKeyName, body, opts) {
19367
+ opts = opts || {};
19368
+
19369
+ // verify the required parameter 'caseplanId' is set
19370
+ if (caseplanId === undefined || caseplanId === null || caseplanId === '') {
19371
+ throw 'Missing the required parameter "caseplanId" when calling putCasemanagementCaseplanDataschema';
19372
+ }
19373
+ // verify the required parameter 'schemaKeyName' is set
19374
+ if (schemaKeyName === undefined || schemaKeyName === null || schemaKeyName === '') {
19375
+ throw 'Missing the required parameter "schemaKeyName" when calling putCasemanagementCaseplanDataschema';
19376
+ }
19377
+ // verify the required parameter 'body' is set
19378
+ if (body === undefined || body === null) {
19379
+ throw 'Missing the required parameter "body" when calling putCasemanagementCaseplanDataschema';
19380
+ }
19381
+
19382
+ return this.apiClient.callApi(
19383
+ '/api/v2/casemanagement/caseplans/{caseplanId}/dataschemas/{schemaKeyName}',
19384
+ 'PUT',
19385
+ { 'caseplanId': caseplanId,'schemaKeyName': schemaKeyName },
19386
+ { },
19387
+ { },
19388
+ { },
19389
+ body,
18870
19390
  ['PureCloud OAuth'],
18871
19391
  ['application/json'],
18872
19392
  ['application/json'],
@@ -18877,11 +19397,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18877
19397
  /**
18878
19398
  * Update the intake settings for a Caseplan.
18879
19399
  *
18880
- * @param {String} caseplanId Caseplan ID
18881
- * @param {Object} body Intake Settings
19400
+ * @param {String} caseplanId Caseplan identifier.
19401
+ * @param {Object} body Intake settings update.
18882
19402
  * @param {Object} opts Optional parameters
18883
19403
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
18884
- * putCasemanagementCaseplanIntakesettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18885
19404
  */
18886
19405
  putCasemanagementCaseplanIntakesettings(caseplanId, body, opts) {
18887
19406
  opts = opts || {};
@@ -18916,7 +19435,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18916
19435
  /**
18917
19436
  * Chat service.
18918
19437
  * @module purecloud-platform-client-v2/api/ChatApi
18919
- * @version 253.0.0
19438
+ * @version 255.0.0
18920
19439
  */
18921
19440
 
18922
19441
  /**
@@ -20055,7 +20574,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20055
20574
  /**
20056
20575
  * Coaching service.
20057
20576
  * @module purecloud-platform-client-v2/api/CoachingApi
20058
- * @version 253.0.0
20577
+ * @version 255.0.0
20059
20578
  */
20060
20579
 
20061
20580
  /**
@@ -20769,7 +21288,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20769
21288
  /**
20770
21289
  * ContentManagement service.
20771
21290
  * @module purecloud-platform-client-v2/api/ContentManagementApi
20772
- * @version 253.0.0
21291
+ * @version 255.0.0
20773
21292
  */
20774
21293
 
20775
21294
  /**
@@ -21964,7 +22483,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21964
22483
  /**
21965
22484
  * Conversations service.
21966
22485
  * @module purecloud-platform-client-v2/api/ConversationsApi
21967
- * @version 253.0.0
22486
+ * @version 255.0.0
21968
22487
  */
21969
22488
 
21970
22489
  /**
@@ -21985,7 +22504,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21985
22504
  * @param {String} jobId jobId
21986
22505
  * @param {Object} opts Optional parameters
21987
22506
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
21988
- * deleteAnalyticsConversationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
21989
22507
  */
21990
22508
  deleteAnalyticsConversationsAggregatesJob(jobId, opts) {
21991
22509
  opts = opts || {};
@@ -22652,7 +23170,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22652
23170
  * @param {String} jobId jobId
22653
23171
  * @param {Object} opts Optional parameters
22654
23172
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
22655
- * getAnalyticsConversationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
22656
23173
  */
22657
23174
  getAnalyticsConversationsAggregatesJob(jobId, opts) {
22658
23175
  opts = opts || {};
@@ -22684,7 +23201,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22684
23201
  * @param {Object} opts Optional parameters
22685
23202
  * @param {String} opts.cursor Cursor token to retrieve next page
22686
23203
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
22687
- * getAnalyticsConversationsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
22688
23204
  */
22689
23205
  getAnalyticsConversationsAggregatesJobResults(jobId, opts) {
22690
23206
  opts = opts || {};
@@ -28531,7 +29047,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28531
29047
  * @param {Object} body query
28532
29048
  * @param {Object} opts Optional parameters
28533
29049
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
28534
- * postAnalyticsConversationsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
28535
29050
  */
28536
29051
  postAnalyticsConversationsAggregatesJobs(body, opts) {
28537
29052
  opts = opts || {};
@@ -31516,7 +32031,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31516
32031
 
31517
32032
  /**
31518
32033
  * Send an agentless outbound message
31519
- * Send an agentless (api participant) outbound message using a client credential grant. In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. If there is already a connected conversation between the fromAddress and toAddress specified, the useExistingActiveConversation param can be used to barge in to the ongoing conversation.
32034
+ * Send an agentless (api participant) outbound message using a client credential grant. In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. If there is already a connected conversation between the fromAddress and recipient specified, the useExistingActiveConversation param can be used to barge in to the ongoing conversation.
31520
32035
  * @param {Object} body Create agentless outbound messaging request
31521
32036
  * @param {Object} opts Optional parameters
31522
32037
  * @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, messagingTemplate) (default to false)
@@ -33070,7 +33585,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33070
33585
  /**
33071
33586
  * DataExtensions service.
33072
33587
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
33073
- * @version 253.0.0
33588
+ * @version 255.0.0
33074
33589
  */
33075
33590
 
33076
33591
  /**
@@ -33171,7 +33686,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33171
33686
  /**
33172
33687
  * DataPrivacy service.
33173
33688
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
33174
- * @version 253.0.0
33689
+ * @version 255.0.0
33175
33690
  */
33176
33691
 
33177
33692
  /**
@@ -33368,7 +33883,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33368
33883
  /**
33369
33884
  * Downloads service.
33370
33885
  * @module purecloud-platform-client-v2/api/DownloadsApi
33371
- * @version 253.0.0
33886
+ * @version 255.0.0
33372
33887
  */
33373
33888
 
33374
33889
  /**
@@ -33422,7 +33937,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33422
33937
  /**
33423
33938
  * Emails service.
33424
33939
  * @module purecloud-platform-client-v2/api/EmailsApi
33425
- * @version 253.0.0
33940
+ * @version 255.0.0
33426
33941
  */
33427
33942
 
33428
33943
  /**
@@ -33570,7 +34085,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33570
34085
  /**
33571
34086
  * EmployeeEngagement service.
33572
34087
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
33573
- * @version 253.0.0
34088
+ * @version 255.0.0
33574
34089
  */
33575
34090
 
33576
34091
  /**
@@ -33774,7 +34289,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33774
34289
  /**
33775
34290
  * Events service.
33776
34291
  * @module purecloud-platform-client-v2/api/EventsApi
33777
- * @version 253.0.0
34292
+ * @version 255.0.0
33778
34293
  */
33779
34294
 
33780
34295
  /**
@@ -33916,7 +34431,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33916
34431
  /**
33917
34432
  * ExternalContacts service.
33918
34433
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
33919
- * @version 253.0.0
34434
+ * @version 255.0.0
33920
34435
  */
33921
34436
 
33922
34437
  /**
@@ -34530,7 +35045,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34530
35045
  }
34531
35046
 
34532
35047
  /**
34533
- * List exports for organization
35048
+ * List contact exports for organization
34534
35049
  *
34535
35050
  * @param {Object} opts Optional parameters
34536
35051
  * @param {Array.<String>} opts.divisionIds Division IDs of entities
@@ -37687,7 +38202,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37687
38202
  /**
37688
38203
  * Fax service.
37689
38204
  * @module purecloud-platform-client-v2/api/FaxApi
37690
- * @version 253.0.0
38205
+ * @version 255.0.0
37691
38206
  */
37692
38207
 
37693
38208
  /**
@@ -37936,7 +38451,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37936
38451
  /**
37937
38452
  * Flows service.
37938
38453
  * @module purecloud-platform-client-v2/api/FlowsApi
37939
- * @version 253.0.0
38454
+ * @version 255.0.0
37940
38455
  */
37941
38456
 
37942
38457
  /**
@@ -37957,7 +38472,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37957
38472
  * @param {String} jobId jobId
37958
38473
  * @param {Object} opts Optional parameters
37959
38474
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
37960
- * deleteAnalyticsFlowsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
37961
38475
  */
37962
38476
  deleteAnalyticsFlowsAggregatesJob(jobId, opts) {
37963
38477
  opts = opts || {};
@@ -37988,7 +38502,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37988
38502
  * @param {String} jobId jobId
37989
38503
  * @param {Object} opts Optional parameters
37990
38504
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
37991
- * getAnalyticsFlowsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
37992
38505
  */
37993
38506
  getAnalyticsFlowsAggregatesJob(jobId, opts) {
37994
38507
  opts = opts || {};
@@ -38020,7 +38533,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38020
38533
  * @param {Object} opts Optional parameters
38021
38534
  * @param {String} opts.cursor Cursor token to retrieve next page
38022
38535
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
38023
- * getAnalyticsFlowsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
38024
38536
  */
38025
38537
  getAnalyticsFlowsAggregatesJobResults(jobId, opts) {
38026
38538
  opts = opts || {};
@@ -38083,7 +38595,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38083
38595
  * @param {Object} body query
38084
38596
  * @param {Object} opts Optional parameters
38085
38597
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
38086
- * postAnalyticsFlowsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
38087
38598
  */
38088
38599
  postAnalyticsFlowsAggregatesJobs(body, opts) {
38089
38600
  opts = opts || {};
@@ -38174,7 +38685,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38174
38685
  /**
38175
38686
  * Gamification service.
38176
38687
  * @module purecloud-platform-client-v2/api/GamificationApi
38177
- * @version 253.0.0
38688
+ * @version 255.0.0
38178
38689
  */
38179
38690
 
38180
38691
  /**
@@ -41026,7 +41537,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41026
41537
  /**
41027
41538
  * GeneralDataProtectionRegulation service.
41028
41539
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
41029
- * @version 253.0.0
41540
+ * @version 255.0.0
41030
41541
  */
41031
41542
 
41032
41543
  /**
@@ -41170,7 +41681,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41170
41681
  /**
41171
41682
  * Geolocation service.
41172
41683
  * @module purecloud-platform-client-v2/api/GeolocationApi
41173
- * @version 253.0.0
41684
+ * @version 255.0.0
41174
41685
  */
41175
41686
 
41176
41687
  /**
@@ -41321,7 +41832,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41321
41832
  /**
41322
41833
  * Greetings service.
41323
41834
  * @module purecloud-platform-client-v2/api/GreetingsApi
41324
- * @version 253.0.0
41835
+ * @version 255.0.0
41325
41836
  */
41326
41837
 
41327
41838
  /**
@@ -41937,7 +42448,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41937
42448
  /**
41938
42449
  * Groups service.
41939
42450
  * @module purecloud-platform-client-v2/api/GroupsApi
41940
- * @version 253.0.0
42451
+ * @version 255.0.0
41941
42452
  */
41942
42453
 
41943
42454
  /**
@@ -42528,7 +43039,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42528
43039
  /**
42529
43040
  * IdentityProvider service.
42530
43041
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
42531
- * @version 253.0.0
43042
+ * @version 255.0.0
42532
43043
  */
42533
43044
 
42534
43045
  /**
@@ -43579,7 +44090,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43579
44090
  /**
43580
44091
  * InfrastructureAsCode service.
43581
44092
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
43582
- * @version 253.0.0
44093
+ * @version 255.0.0
43583
44094
  */
43584
44095
 
43585
44096
  /**
@@ -43759,7 +44270,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43759
44270
  /**
43760
44271
  * Integrations service.
43761
44272
  * @module purecloud-platform-client-v2/api/IntegrationsApi
43762
- * @version 253.0.0
44273
+ * @version 255.0.0
43763
44274
  */
43764
44275
 
43765
44276
  /**
@@ -46731,7 +47242,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46731
47242
  /**
46732
47243
  * Intents service.
46733
47244
  * @module purecloud-platform-client-v2/api/IntentsApi
46734
- * @version 253.0.0
47245
+ * @version 255.0.0
46735
47246
  */
46736
47247
 
46737
47248
  /**
@@ -47263,7 +47774,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47263
47774
  /**
47264
47775
  * Journey service.
47265
47776
  * @module purecloud-platform-client-v2/api/JourneyApi
47266
- * @version 253.0.0
47777
+ * @version 255.0.0
47267
47778
  */
47268
47779
 
47269
47780
  /**
@@ -47284,7 +47795,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47284
47795
  * @param {String} jobId jobId
47285
47796
  * @param {Object} opts Optional parameters
47286
47797
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
47287
- * deleteAnalyticsJourneysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
47288
47798
  */
47289
47799
  deleteAnalyticsJourneysAggregatesJob(jobId, opts) {
47290
47800
  opts = opts || {};
@@ -47588,7 +48098,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47588
48098
  * @param {String} jobId jobId
47589
48099
  * @param {Object} opts Optional parameters
47590
48100
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
47591
- * getAnalyticsJourneysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
47592
48101
  */
47593
48102
  getAnalyticsJourneysAggregatesJob(jobId, opts) {
47594
48103
  opts = opts || {};
@@ -47620,7 +48129,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47620
48129
  * @param {Object} opts Optional parameters
47621
48130
  * @param {String} opts.cursor Cursor token to retrieve next page
47622
48131
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
47623
- * getAnalyticsJourneysAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
47624
48132
  */
47625
48133
  getAnalyticsJourneysAggregatesJobResults(jobId, opts) {
47626
48134
  opts = opts || {};
@@ -49417,7 +49925,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49417
49925
  * @param {Object} body query
49418
49926
  * @param {Object} opts Optional parameters
49419
49927
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
49420
- * postAnalyticsJourneysAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
49421
49928
  */
49422
49929
  postAnalyticsJourneysAggregatesJobs(body, opts) {
49423
49930
  opts = opts || {};
@@ -50243,7 +50750,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50243
50750
  /**
50244
50751
  * Knowledge service.
50245
50752
  * @module purecloud-platform-client-v2/api/KnowledgeApi
50246
- * @version 253.0.0
50753
+ * @version 255.0.0
50247
50754
  */
50248
50755
 
50249
50756
  /**
@@ -54494,7 +55001,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54494
55001
  /**
54495
55002
  * LanguageUnderstanding service.
54496
55003
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
54497
- * @version 253.0.0
55004
+ * @version 255.0.0
54498
55005
  */
54499
55006
 
54500
55007
  /**
@@ -55868,7 +56375,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55868
56375
  /**
55869
56376
  * Languages service.
55870
56377
  * @module purecloud-platform-client-v2/api/LanguagesApi
55871
- * @version 253.0.0
56378
+ * @version 255.0.0
55872
56379
  */
55873
56380
 
55874
56381
  /**
@@ -56127,7 +56634,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56127
56634
  /**
56128
56635
  * Learning service.
56129
56636
  * @module purecloud-platform-client-v2/api/LearningApi
56130
- * @version 253.0.0
56637
+ * @version 255.0.0
56131
56638
  */
56132
56639
 
56133
56640
  /**
@@ -57375,7 +57882,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57375
57882
  /**
57376
57883
  * License service.
57377
57884
  * @module purecloud-platform-client-v2/api/LicenseApi
57378
- * @version 253.0.0
57885
+ * @version 255.0.0
57379
57886
  */
57380
57887
 
57381
57888
  /**
@@ -57673,7 +58180,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57673
58180
  /**
57674
58181
  * Locations service.
57675
58182
  * @module purecloud-platform-client-v2/api/LocationsApi
57676
- * @version 253.0.0
58183
+ * @version 255.0.0
57677
58184
  */
57678
58185
 
57679
58186
  /**
@@ -57940,7 +58447,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57940
58447
  /**
57941
58448
  * LogCapture service.
57942
58449
  * @module purecloud-platform-client-v2/api/LogCaptureApi
57943
- * @version 253.0.0
58450
+ * @version 255.0.0
57944
58451
  */
57945
58452
 
57946
58453
  /**
@@ -58162,7 +58669,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58162
58669
  /**
58163
58670
  * Messaging service.
58164
58671
  * @module purecloud-platform-client-v2/api/MessagingApi
58165
- * @version 253.0.0
58672
+ * @version 255.0.0
58166
58673
  */
58167
58674
 
58168
58675
  /**
@@ -58580,7 +59087,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58580
59087
  /**
58581
59088
  * MobileDevices service.
58582
59089
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
58583
- * @version 253.0.0
59090
+ * @version 255.0.0
58584
59091
  */
58585
59092
 
58586
59093
  /**
@@ -58750,7 +59257,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58750
59257
  /**
58751
59258
  * Notifications service.
58752
59259
  * @module purecloud-platform-client-v2/api/NotificationsApi
58753
- * @version 253.0.0
59260
+ * @version 255.0.0
58754
59261
  */
58755
59262
 
58756
59263
  /**
@@ -59011,7 +59518,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59011
59518
  /**
59012
59519
  * OAuth service.
59013
59520
  * @module purecloud-platform-client-v2/api/OAuthApi
59014
- * @version 253.0.0
59521
+ * @version 255.0.0
59015
59522
  */
59016
59523
 
59017
59524
  /**
@@ -59427,7 +59934,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59427
59934
  /**
59428
59935
  * Objects service.
59429
59936
  * @module purecloud-platform-client-v2/api/ObjectsApi
59430
- * @version 253.0.0
59937
+ * @version 255.0.0
59431
59938
  */
59432
59939
 
59433
59940
  /**
@@ -59791,7 +60298,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59791
60298
  /**
59792
60299
  * OperationalEvents service.
59793
60300
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
59794
- * @version 253.0.0
60301
+ * @version 255.0.0
59795
60302
  */
59796
60303
 
59797
60304
  /**
@@ -59922,7 +60429,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59922
60429
  /**
59923
60430
  * Organization service.
59924
60431
  * @module purecloud-platform-client-v2/api/OrganizationApi
59925
- * @version 253.0.0
60432
+ * @version 255.0.0
59926
60433
  */
59927
60434
 
59928
60435
  /**
@@ -60483,7 +60990,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60483
60990
  /**
60484
60991
  * OrganizationAuthorization service.
60485
60992
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
60486
- * @version 253.0.0
60993
+ * @version 255.0.0
60487
60994
  */
60488
60995
 
60489
60996
  /**
@@ -62087,7 +62594,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62087
62594
  /**
62088
62595
  * Outbound service.
62089
62596
  * @module purecloud-platform-client-v2/api/OutboundApi
62090
- * @version 253.0.0
62597
+ * @version 255.0.0
62091
62598
  */
62092
62599
 
62093
62600
  /**
@@ -67674,7 +68181,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67674
68181
  /**
67675
68182
  * Presence service.
67676
68183
  * @module purecloud-platform-client-v2/api/PresenceApi
67677
- * @version 253.0.0
68184
+ * @version 255.0.0
67678
68185
  */
67679
68186
 
67680
68187
  /**
@@ -68532,7 +69039,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68532
69039
  /**
68533
69040
  * ProcessAutomation service.
68534
69041
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
68535
- * @version 253.0.0
69042
+ * @version 255.0.0
68536
69043
  */
68537
69044
 
68538
69045
  /**
@@ -68953,7 +69460,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68953
69460
  /**
68954
69461
  * Quality service.
68955
69462
  * @module purecloud-platform-client-v2/api/QualityApi
68956
- * @version 253.0.0
69463
+ * @version 255.0.0
68957
69464
  */
68958
69465
 
68959
69466
  /**
@@ -68974,7 +69481,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68974
69481
  * @param {String} jobId jobId
68975
69482
  * @param {Object} opts Optional parameters
68976
69483
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
68977
- * deleteAnalyticsEvaluationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
68978
69484
  */
68979
69485
  deleteAnalyticsEvaluationsAggregatesJob(jobId, opts) {
68980
69486
  opts = opts || {};
@@ -69005,7 +69511,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69005
69511
  * @param {String} jobId jobId
69006
69512
  * @param {Object} opts Optional parameters
69007
69513
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
69008
- * deleteAnalyticsSurveysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
69009
69514
  */
69010
69515
  deleteAnalyticsSurveysAggregatesJob(jobId, opts) {
69011
69516
  opts = opts || {};
@@ -69233,7 +69738,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69233
69738
  * @param {String} jobId jobId
69234
69739
  * @param {Object} opts Optional parameters
69235
69740
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
69236
- * getAnalyticsEvaluationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
69237
69741
  */
69238
69742
  getAnalyticsEvaluationsAggregatesJob(jobId, opts) {
69239
69743
  opts = opts || {};
@@ -69265,7 +69769,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69265
69769
  * @param {Object} opts Optional parameters
69266
69770
  * @param {String} opts.cursor Cursor token to retrieve next page
69267
69771
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
69268
- * getAnalyticsEvaluationsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
69269
69772
  */
69270
69773
  getAnalyticsEvaluationsAggregatesJobResults(jobId, opts) {
69271
69774
  opts = opts || {};
@@ -69296,7 +69799,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69296
69799
  * @param {String} jobId jobId
69297
69800
  * @param {Object} opts Optional parameters
69298
69801
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
69299
- * getAnalyticsSurveysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
69300
69802
  */
69301
69803
  getAnalyticsSurveysAggregatesJob(jobId, opts) {
69302
69804
  opts = opts || {};
@@ -69328,7 +69830,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69328
69830
  * @param {Object} opts Optional parameters
69329
69831
  * @param {String} opts.cursor Cursor token to retrieve next page
69330
69832
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
69331
- * getAnalyticsSurveysAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
69332
69833
  */
69333
69834
  getAnalyticsSurveysAggregatesJobResults(jobId, opts) {
69334
69835
  opts = opts || {};
@@ -70432,7 +70933,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70432
70933
  * @param {Object} body query
70433
70934
  * @param {Object} opts Optional parameters
70434
70935
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
70435
- * postAnalyticsEvaluationsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
70436
70936
  */
70437
70937
  postAnalyticsEvaluationsAggregatesJobs(body, opts) {
70438
70938
  opts = opts || {};
@@ -70493,7 +70993,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70493
70993
  * @param {Object} body query
70494
70994
  * @param {Object} opts Optional parameters
70495
70995
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
70496
- * postAnalyticsSurveysAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
70497
70996
  */
70498
70997
  postAnalyticsSurveysAggregatesJobs(body, opts) {
70499
70998
  opts = opts || {};
@@ -71311,7 +71810,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
71311
71810
  /**
71312
71811
  * Recording service.
71313
71812
  * @module purecloud-platform-client-v2/api/RecordingApi
71314
- * @version 253.0.0
71813
+ * @version 255.0.0
71315
71814
  */
71316
71815
 
71317
71816
  /**
@@ -73159,7 +73658,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
73159
73658
  /**
73160
73659
  * ResponseManagement service.
73161
73660
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
73162
- * @version 253.0.0
73661
+ * @version 255.0.0
73163
73662
  */
73164
73663
 
73165
73664
  /**
@@ -73803,7 +74302,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
73803
74302
  /**
73804
74303
  * Routing service.
73805
74304
  * @module purecloud-platform-client-v2/api/RoutingApi
73806
- * @version 253.0.0
74305
+ * @version 255.0.0
73807
74306
  */
73808
74307
 
73809
74308
  /**
@@ -73968,6 +74467,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
73968
74467
  );
73969
74468
  }
73970
74469
 
74470
+ /**
74471
+ * Delete an email setting. Removes the email setting and its associated settings
74472
+ *
74473
+ * @param {String} emailSettingId Email Setting ID
74474
+ * @param {Object} opts Optional parameters
74475
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
74476
+ */
74477
+ deleteRoutingEmailSettingEmailSettingId(emailSettingId, opts) {
74478
+ opts = opts || {};
74479
+
74480
+ // verify the required parameter 'emailSettingId' is set
74481
+ if (emailSettingId === undefined || emailSettingId === null || emailSettingId === '') {
74482
+ throw 'Missing the required parameter "emailSettingId" when calling deleteRoutingEmailSettingEmailSettingId';
74483
+ }
74484
+
74485
+ return this.apiClient.callApi(
74486
+ '/api/v2/routing/email/setting/{emailSettingId}',
74487
+ 'DELETE',
74488
+ { 'emailSettingId': emailSettingId },
74489
+ { },
74490
+ { },
74491
+ { },
74492
+ null,
74493
+ ['PureCloud OAuth'],
74494
+ ['application/json'],
74495
+ ['application/json'],
74496
+ opts['customHeaders']
74497
+ );
74498
+ }
74499
+
73971
74500
  /**
73972
74501
  * Delete a routing language
73973
74502
  *
@@ -75125,6 +75654,63 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
75125
75654
  );
75126
75655
  }
75127
75656
 
75657
+ /**
75658
+ * Get a paged list of email routing settings.
75659
+ *
75660
+ * @param {Object} opts Optional parameters
75661
+ * @param {Number} opts.pageSize Page size (default to 25)
75662
+ * @param {Number} opts.pageNumber Page number (default to 1)
75663
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
75664
+ */
75665
+ getRoutingEmailSetting(opts) {
75666
+ opts = opts || {};
75667
+
75668
+
75669
+ return this.apiClient.callApi(
75670
+ '/api/v2/routing/email/setting',
75671
+ 'GET',
75672
+ { },
75673
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
75674
+ { },
75675
+ { },
75676
+ null,
75677
+ ['PureCloud OAuth'],
75678
+ ['application/json'],
75679
+ ['application/json'],
75680
+ opts['customHeaders']
75681
+ );
75682
+ }
75683
+
75684
+ /**
75685
+ * Get email setting. Returns the specified email setting that defines settings for email
75686
+ *
75687
+ * @param {String} emailSettingId Email Setting ID
75688
+ * @param {Object} opts Optional parameters
75689
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
75690
+ */
75691
+ getRoutingEmailSettingEmailSettingId(emailSettingId, opts) {
75692
+ opts = opts || {};
75693
+
75694
+ // verify the required parameter 'emailSettingId' is set
75695
+ if (emailSettingId === undefined || emailSettingId === null || emailSettingId === '') {
75696
+ throw 'Missing the required parameter "emailSettingId" when calling getRoutingEmailSettingEmailSettingId';
75697
+ }
75698
+
75699
+ return this.apiClient.callApi(
75700
+ '/api/v2/routing/email/setting/{emailSettingId}',
75701
+ 'GET',
75702
+ { 'emailSettingId': emailSettingId },
75703
+ { },
75704
+ { },
75705
+ { },
75706
+ null,
75707
+ ['PureCloud OAuth'],
75708
+ ['application/json'],
75709
+ ['application/json'],
75710
+ opts['customHeaders']
75711
+ );
75712
+ }
75713
+
75128
75714
  /**
75129
75715
  * Get email setup
75130
75716
  *
@@ -75869,7 +76455,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
75869
76455
  * @param {Object} opts.sortOrder Sort order (default to asc)
75870
76456
  * @param {String} opts.name Name
75871
76457
  * @param {Array.<String>} opts.id Queue ID(s)
75872
- * @param {Array.<String>} opts.divisionId Division ID(s)
76458
+ * @param {Array.<String>} opts.divisionId Division ID(s). Including '*' will query for all divisions
75873
76459
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
75874
76460
  */
75875
76461
  getRoutingQueuesDivisionviews(opts) {
@@ -76270,7 +76856,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76270
76856
  }
76271
76857
 
76272
76858
  /**
76273
- * Get the list of routing skills.
76859
+ * Get the list of routing skills. View permission enforcement only applies to skills assigned to a division.
76274
76860
  *
76275
76861
  * @param {Object} opts Optional parameters
76276
76862
  * @param {Number} opts.pageSize Page size (default to 25)
@@ -77063,6 +77649,41 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
77063
77649
  );
77064
77650
  }
77065
77651
 
77652
+ /**
77653
+ * Update an email setting. Modifies the settings for email setting
77654
+ *
77655
+ * @param {String} emailSettingId Email Setting ID
77656
+ * @param {Object} body EmailSetting
77657
+ * @param {Object} opts Optional parameters
77658
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
77659
+ */
77660
+ patchRoutingEmailSettingEmailSettingId(emailSettingId, body, opts) {
77661
+ opts = opts || {};
77662
+
77663
+ // verify the required parameter 'emailSettingId' is set
77664
+ if (emailSettingId === undefined || emailSettingId === null || emailSettingId === '') {
77665
+ throw 'Missing the required parameter "emailSettingId" when calling patchRoutingEmailSettingEmailSettingId';
77666
+ }
77667
+ // verify the required parameter 'body' is set
77668
+ if (body === undefined || body === null) {
77669
+ throw 'Missing the required parameter "body" when calling patchRoutingEmailSettingEmailSettingId';
77670
+ }
77671
+
77672
+ return this.apiClient.callApi(
77673
+ '/api/v2/routing/email/setting/{emailSettingId}',
77674
+ 'PATCH',
77675
+ { 'emailSettingId': emailSettingId },
77676
+ { },
77677
+ { },
77678
+ { },
77679
+ body,
77680
+ ['PureCloud OAuth'],
77681
+ ['application/json'],
77682
+ ['application/json'],
77683
+ opts['customHeaders']
77684
+ );
77685
+ }
77686
+
77066
77687
  /**
77067
77688
  * Update single predictor.
77068
77689
  *
@@ -78025,6 +78646,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
78025
78646
  );
78026
78647
  }
78027
78648
 
78649
+ /**
78650
+ * Create a new email setting. Used to define various settings, that can then be associated with email domains
78651
+ *
78652
+ * @param {Object} body EmailSetting
78653
+ * @param {Object} opts Optional parameters
78654
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
78655
+ */
78656
+ postRoutingEmailSetting(body, opts) {
78657
+ opts = opts || {};
78658
+
78659
+ // verify the required parameter 'body' is set
78660
+ if (body === undefined || body === null) {
78661
+ throw 'Missing the required parameter "body" when calling postRoutingEmailSetting';
78662
+ }
78663
+
78664
+ return this.apiClient.callApi(
78665
+ '/api/v2/routing/email/setting',
78666
+ 'POST',
78667
+ { },
78668
+ { },
78669
+ { },
78670
+ { },
78671
+ body,
78672
+ ['PureCloud OAuth'],
78673
+ ['application/json'],
78674
+ ['application/json'],
78675
+ opts['customHeaders']
78676
+ );
78677
+ }
78678
+
78028
78679
  /**
78029
78680
  * Create Language
78030
78681
  *
@@ -79213,7 +79864,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
79213
79864
  /**
79214
79865
  * SCIM service.
79215
79866
  * @module purecloud-platform-client-v2/api/SCIMApi
79216
- * @version 253.0.0
79867
+ * @version 255.0.0
79217
79868
  */
79218
79869
 
79219
79870
  /**
@@ -80174,7 +80825,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
80174
80825
  /**
80175
80826
  * Scripts service.
80176
80827
  * @module purecloud-platform-client-v2/api/ScriptsApi
80177
- * @version 253.0.0
80828
+ * @version 255.0.0
80178
80829
  */
80179
80830
 
80180
80831
  /**
@@ -80683,7 +81334,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
80683
81334
  /**
80684
81335
  * Search service.
80685
81336
  * @module purecloud-platform-client-v2/api/SearchApi
80686
- * @version 253.0.0
81337
+ * @version 255.0.0
80687
81338
  */
80688
81339
 
80689
81340
  /**
@@ -81499,7 +82150,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
81499
82150
  /**
81500
82151
  * Settings service.
81501
82152
  * @module purecloud-platform-client-v2/api/SettingsApi
81502
- * @version 253.0.0
82153
+ * @version 255.0.0
81503
82154
  */
81504
82155
 
81505
82156
  /**
@@ -81908,7 +82559,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
81908
82559
  /**
81909
82560
  * SocialMedia service.
81910
82561
  * @module purecloud-platform-client-v2/api/SocialMediaApi
81911
- * @version 253.0.0
82562
+ * @version 255.0.0
81912
82563
  */
81913
82564
 
81914
82565
  /**
@@ -83893,7 +84544,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
83893
84544
  /**
83894
84545
  * SpeechTextAnalytics service.
83895
84546
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
83896
- * @version 253.0.0
84547
+ * @version 255.0.0
83897
84548
  */
83898
84549
 
83899
84550
  /**
@@ -84375,7 +85026,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
84375
85026
  * @param {String} opts.dialect The key for filter the listing by dialect, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard
84376
85027
  * @param {Object} opts.transcriptionEngine Filter by transcription engine, If not provided, all transcription engines will be considered
84377
85028
  * @param {String} opts.nextPage The key for listing the next page
84378
- * @param {Number} opts.pageSize The page size for the listing (default to 500)
85029
+ * @param {Number} opts.pageSize The page size for the listing. Default is 500 per page. Note: organizations may store up to 1000 dictionary terms per dialect; use nextPage to paginate beyond the first page when listing a full dialect vocabulary. (default to 500)
84379
85030
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
84380
85031
  */
84381
85032
  getSpeechandtextanalyticsDictionaryfeedback(opts) {
@@ -85845,7 +86496,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
85845
86496
  /**
85846
86497
  * Stations service.
85847
86498
  * @module purecloud-platform-client-v2/api/StationsApi
85848
- * @version 253.0.0
86499
+ * @version 255.0.0
85849
86500
  */
85850
86501
 
85851
86502
  /**
@@ -85959,7 +86610,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
85959
86610
  /**
85960
86611
  * Suggest service.
85961
86612
  * @module purecloud-platform-client-v2/api/SuggestApi
85962
- * @version 253.0.0
86613
+ * @version 255.0.0
85963
86614
  */
85964
86615
 
85965
86616
  /**
@@ -86106,7 +86757,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
86106
86757
  /**
86107
86758
  * TaskManagement service.
86108
86759
  * @module purecloud-platform-client-v2/api/TaskManagementApi
86109
- * @version 253.0.0
86760
+ * @version 255.0.0
86110
86761
  */
86111
86762
 
86112
86763
  /**
@@ -88602,7 +89253,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
88602
89253
  /**
88603
89254
  * Teams service.
88604
89255
  * @module purecloud-platform-client-v2/api/TeamsApi
88605
- * @version 253.0.0
89256
+ * @version 255.0.0
88606
89257
  */
88607
89258
 
88608
89259
  /**
@@ -88945,7 +89596,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
88945
89596
  /**
88946
89597
  * Telephony service.
88947
89598
  * @module purecloud-platform-client-v2/api/TelephonyApi
88948
- * @version 253.0.0
89599
+ * @version 255.0.0
88949
89600
  */
88950
89601
 
88951
89602
  /**
@@ -88960,6 +89611,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
88960
89611
  }
88961
89612
 
88962
89613
 
89614
+ /**
89615
+ * Delete a link
89616
+ *
89617
+ * @param {String} targetOrganizationId targetOrganizationId
89618
+ * @param {Object} opts Optional parameters
89619
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
89620
+ */
89621
+ deleteTelephonyOrganizationLinkTargetOrganizationId(targetOrganizationId, opts) {
89622
+ opts = opts || {};
89623
+
89624
+ // verify the required parameter 'targetOrganizationId' is set
89625
+ if (targetOrganizationId === undefined || targetOrganizationId === null || targetOrganizationId === '') {
89626
+ throw 'Missing the required parameter "targetOrganizationId" when calling deleteTelephonyOrganizationLinkTargetOrganizationId';
89627
+ }
89628
+
89629
+ return this.apiClient.callApi(
89630
+ '/api/v2/telephony/organization/link/{targetOrganizationId}',
89631
+ 'DELETE',
89632
+ { 'targetOrganizationId': targetOrganizationId },
89633
+ { },
89634
+ { },
89635
+ { },
89636
+ null,
89637
+ ['PureCloud OAuth'],
89638
+ ['application/json'],
89639
+ ['application/json'],
89640
+ opts['customHeaders']
89641
+ );
89642
+ }
89643
+
88963
89644
  /**
88964
89645
  * Get an agent's greetings.
88965
89646
  *
@@ -89066,6 +89747,88 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
89066
89747
  );
89067
89748
  }
89068
89749
 
89750
+ /**
89751
+ * Get Number Routings by organizationId
89752
+ *
89753
+ * @param {Object} opts Optional parameters
89754
+ * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
89755
+ * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
89756
+ * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
89757
+ * @param {String} opts.numberId numberId
89758
+ * @param {String} opts.activeRoutingOrganizationId activeRoutingOrganizationId
89759
+ * @param {String} opts.ownerOrganizationId ownerOrganizationId
89760
+ * @param {Object} opts.status status
89761
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
89762
+ */
89763
+ getTelephonyNumbersRouting(opts) {
89764
+ opts = opts || {};
89765
+
89766
+
89767
+ return this.apiClient.callApi(
89768
+ '/api/v2/telephony/numbers/routing',
89769
+ 'GET',
89770
+ { },
89771
+ { 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'],'numberId': opts['numberId'],'activeRoutingOrganizationId': opts['activeRoutingOrganizationId'],'ownerOrganizationId': opts['ownerOrganizationId'],'status': opts['status'] },
89772
+ { },
89773
+ { },
89774
+ null,
89775
+ ['PureCloud OAuth'],
89776
+ ['application/json'],
89777
+ ['application/json'],
89778
+ opts['customHeaders']
89779
+ );
89780
+ }
89781
+
89782
+ /**
89783
+ * Get organization links
89784
+ *
89785
+ * @param {Object} opts Optional parameters
89786
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
89787
+ */
89788
+ getTelephonyOrganizationLink(opts) {
89789
+ opts = opts || {};
89790
+
89791
+
89792
+ return this.apiClient.callApi(
89793
+ '/api/v2/telephony/organization/link',
89794
+ 'GET',
89795
+ { },
89796
+ { },
89797
+ { },
89798
+ { },
89799
+ null,
89800
+ ['PureCloud OAuth'],
89801
+ ['application/json'],
89802
+ ['application/json'],
89803
+ opts['customHeaders']
89804
+ );
89805
+ }
89806
+
89807
+ /**
89808
+ * Get all the replica regions by primary region
89809
+ *
89810
+ * @param {Object} opts Optional parameters
89811
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
89812
+ */
89813
+ getTelephonyOrganizationLinkRegions(opts) {
89814
+ opts = opts || {};
89815
+
89816
+
89817
+ return this.apiClient.callApi(
89818
+ '/api/v2/telephony/organization/link/regions',
89819
+ 'GET',
89820
+ { },
89821
+ { },
89822
+ { },
89823
+ { },
89824
+ null,
89825
+ ['PureCloud OAuth'],
89826
+ ['application/json'],
89827
+ ['application/json'],
89828
+ opts['customHeaders']
89829
+ );
89830
+ }
89831
+
89069
89832
  /**
89070
89833
  * Get the global telephony configuration.
89071
89834
  *
@@ -89221,6 +89984,161 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
89221
89984
  );
89222
89985
  }
89223
89986
 
89987
+ /**
89988
+ * Approving a requested link
89989
+ *
89990
+ * @param {String} requestingOrganizationId requestingOrganizationId
89991
+ * @param {Object} body Approval request body
89992
+ * @param {Object} opts Optional parameters
89993
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
89994
+ */
89995
+ patchTelephonyOrganizationLinkApproveRequestingOrganizationId(requestingOrganizationId, body, opts) {
89996
+ opts = opts || {};
89997
+
89998
+ // verify the required parameter 'requestingOrganizationId' is set
89999
+ if (requestingOrganizationId === undefined || requestingOrganizationId === null || requestingOrganizationId === '') {
90000
+ throw 'Missing the required parameter "requestingOrganizationId" when calling patchTelephonyOrganizationLinkApproveRequestingOrganizationId';
90001
+ }
90002
+ // verify the required parameter 'body' is set
90003
+ if (body === undefined || body === null) {
90004
+ throw 'Missing the required parameter "body" when calling patchTelephonyOrganizationLinkApproveRequestingOrganizationId';
90005
+ }
90006
+
90007
+ return this.apiClient.callApi(
90008
+ '/api/v2/telephony/organization/link/approve/{requestingOrganizationId}',
90009
+ 'PATCH',
90010
+ { 'requestingOrganizationId': requestingOrganizationId },
90011
+ { },
90012
+ { },
90013
+ { },
90014
+ body,
90015
+ ['PureCloud OAuth'],
90016
+ ['application/json'],
90017
+ ['application/json'],
90018
+ opts['customHeaders']
90019
+ );
90020
+ }
90021
+
90022
+ /**
90023
+ * Update the routing of numbers for one or multiple organizations
90024
+ *
90025
+ * @param {Array.<Object>} body drRoutingList
90026
+ * @param {Object} opts Optional parameters
90027
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
90028
+ */
90029
+ postTelephonyNumbersRouting(body, opts) {
90030
+ opts = opts || {};
90031
+
90032
+ // verify the required parameter 'body' is set
90033
+ if (body === undefined || body === null) {
90034
+ throw 'Missing the required parameter "body" when calling postTelephonyNumbersRouting';
90035
+ }
90036
+
90037
+ return this.apiClient.callApi(
90038
+ '/api/v2/telephony/numbers/routing',
90039
+ 'POST',
90040
+ { },
90041
+ { },
90042
+ { },
90043
+ { },
90044
+ body,
90045
+ ['PureCloud OAuth'],
90046
+ ['application/json'],
90047
+ ['application/json'],
90048
+ opts['customHeaders']
90049
+ );
90050
+ }
90051
+
90052
+ /**
90053
+ * Re-route all numbers on an organization
90054
+ *
90055
+ * @param {Object} body Value for all routing request body
90056
+ * @param {Object} opts Optional parameters
90057
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
90058
+ */
90059
+ postTelephonyNumbersRoutingAll(body, opts) {
90060
+ opts = opts || {};
90061
+
90062
+ // verify the required parameter 'body' is set
90063
+ if (body === undefined || body === null) {
90064
+ throw 'Missing the required parameter "body" when calling postTelephonyNumbersRoutingAll';
90065
+ }
90066
+
90067
+ return this.apiClient.callApi(
90068
+ '/api/v2/telephony/numbers/routing/all',
90069
+ 'POST',
90070
+ { },
90071
+ { },
90072
+ { },
90073
+ { },
90074
+ body,
90075
+ ['PureCloud OAuth'],
90076
+ ['application/json'],
90077
+ ['application/json'],
90078
+ opts['customHeaders']
90079
+ );
90080
+ }
90081
+
90082
+ /**
90083
+ * Reset routing for organization
90084
+ *
90085
+ * @param {Object} body Value for bulk routing request body
90086
+ * @param {Object} opts Optional parameters
90087
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
90088
+ */
90089
+ postTelephonyNumbersRoutingReset(body, opts) {
90090
+ opts = opts || {};
90091
+
90092
+ // verify the required parameter 'body' is set
90093
+ if (body === undefined || body === null) {
90094
+ throw 'Missing the required parameter "body" when calling postTelephonyNumbersRoutingReset';
90095
+ }
90096
+
90097
+ return this.apiClient.callApi(
90098
+ '/api/v2/telephony/numbers/routing/reset',
90099
+ 'POST',
90100
+ { },
90101
+ { },
90102
+ { },
90103
+ { },
90104
+ body,
90105
+ ['PureCloud OAuth'],
90106
+ ['application/json'],
90107
+ ['application/json'],
90108
+ opts['customHeaders']
90109
+ );
90110
+ }
90111
+
90112
+ /**
90113
+ * Create a link with an organization
90114
+ *
90115
+ * @param {Object} body CreateLinkOrg body
90116
+ * @param {Object} opts Optional parameters
90117
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
90118
+ */
90119
+ postTelephonyOrganizationLink(body, opts) {
90120
+ opts = opts || {};
90121
+
90122
+ // verify the required parameter 'body' is set
90123
+ if (body === undefined || body === null) {
90124
+ throw 'Missing the required parameter "body" when calling postTelephonyOrganizationLink';
90125
+ }
90126
+
90127
+ return this.apiClient.callApi(
90128
+ '/api/v2/telephony/organization/link',
90129
+ 'POST',
90130
+ { },
90131
+ { },
90132
+ { },
90133
+ { },
90134
+ body,
90135
+ ['PureCloud OAuth'],
90136
+ ['application/json'],
90137
+ ['application/json'],
90138
+ opts['customHeaders']
90139
+ );
90140
+ }
90141
+
89224
90142
  /**
89225
90143
  * Request a download of a pcap file to S3
89226
90144
  *
@@ -89352,7 +90270,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
89352
90270
  /**
89353
90271
  * TelephonyProvidersEdge service.
89354
90272
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
89355
- * @version 253.0.0
90273
+ * @version 255.0.0
89356
90274
  */
89357
90275
 
89358
90276
  /**
@@ -93330,7 +94248,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
93330
94248
  /**
93331
94249
  * Textbots service.
93332
94250
  * @module purecloud-platform-client-v2/api/TextbotsApi
93333
- * @version 253.0.0
94251
+ * @version 255.0.0
93334
94252
  */
93335
94253
 
93336
94254
  /**
@@ -93476,7 +94394,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
93476
94394
  /**
93477
94395
  * Tokens service.
93478
94396
  * @module purecloud-platform-client-v2/api/TokensApi
93479
- * @version 253.0.0
94397
+ * @version 255.0.0
93480
94398
  */
93481
94399
 
93482
94400
  /**
@@ -93654,7 +94572,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
93654
94572
  /**
93655
94573
  * Uploads service.
93656
94574
  * @module purecloud-platform-client-v2/api/UploadsApi
93657
- * @version 253.0.0
94575
+ * @version 255.0.0
93658
94576
  */
93659
94577
 
93660
94578
  /**
@@ -94025,7 +94943,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
94025
94943
  /**
94026
94944
  * Usage service.
94027
94945
  * @module purecloud-platform-client-v2/api/UsageApi
94028
- * @version 253.0.0
94946
+ * @version 255.0.0
94029
94947
  */
94030
94948
 
94031
94949
  /**
@@ -94403,7 +95321,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
94403
95321
  /**
94404
95322
  * UserRecordings service.
94405
95323
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
94406
- * @version 253.0.0
95324
+ * @version 255.0.0
94407
95325
  */
94408
95326
 
94409
95327
  /**
@@ -94605,7 +95523,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
94605
95523
  /**
94606
95524
  * Users service.
94607
95525
  * @module purecloud-platform-client-v2/api/UsersApi
94608
- * @version 253.0.0
95526
+ * @version 255.0.0
94609
95527
  */
94610
95528
 
94611
95529
  /**
@@ -94626,7 +95544,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
94626
95544
  * @param {String} jobId jobId
94627
95545
  * @param {Object} opts Optional parameters
94628
95546
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
94629
- * deleteAnalyticsUsersAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
94630
95547
  */
94631
95548
  deleteAnalyticsUsersAggregatesJob(jobId, opts) {
94632
95549
  opts = opts || {};
@@ -95137,7 +96054,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
95137
96054
  * @param {String} jobId jobId
95138
96055
  * @param {Object} opts Optional parameters
95139
96056
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
95140
- * getAnalyticsUsersAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
95141
96057
  */
95142
96058
  getAnalyticsUsersAggregatesJob(jobId, opts) {
95143
96059
  opts = opts || {};
@@ -95169,7 +96085,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
95169
96085
  * @param {Object} opts Optional parameters
95170
96086
  * @param {String} opts.cursor Cursor token to retrieve next page
95171
96087
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
95172
- * getAnalyticsUsersAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
95173
96088
  */
95174
96089
  getAnalyticsUsersAggregatesJobResults(jobId, opts) {
95175
96090
  opts = opts || {};
@@ -97317,7 +98232,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
97317
98232
  * @param {Object} body query
97318
98233
  * @param {Object} opts Optional parameters
97319
98234
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
97320
- * postAnalyticsUsersAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
97321
98235
  */
97322
98236
  postAnalyticsUsersAggregatesJobs(body, opts) {
97323
98237
  opts = opts || {};
@@ -98624,7 +99538,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
98624
99538
  /**
98625
99539
  * UsersRules service.
98626
99540
  * @module purecloud-platform-client-v2/api/UsersRulesApi
98627
- * @version 253.0.0
99541
+ * @version 255.0.0
98628
99542
  */
98629
99543
 
98630
99544
  /**
@@ -98941,7 +99855,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
98941
99855
  /**
98942
99856
  * Utilities service.
98943
99857
  * @module purecloud-platform-client-v2/api/UtilitiesApi
98944
- * @version 253.0.0
99858
+ * @version 255.0.0
98945
99859
  */
98946
99860
 
98947
99861
  /**
@@ -99069,7 +99983,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
99069
99983
  /**
99070
99984
  * Voicemail service.
99071
99985
  * @module purecloud-platform-client-v2/api/VoicemailApi
99072
- * @version 253.0.0
99986
+ * @version 255.0.0
99073
99987
  */
99074
99988
 
99075
99989
  /**
@@ -99899,7 +100813,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
99899
100813
  /**
99900
100814
  * WebChat service.
99901
100815
  * @module purecloud-platform-client-v2/api/WebChatApi
99902
- * @version 253.0.0
100816
+ * @version 255.0.0
99903
100817
  */
99904
100818
 
99905
100819
  /**
@@ -100551,7 +101465,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
100551
101465
  /**
100552
101466
  * WebDeployments service.
100553
101467
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
100554
- * @version 253.0.0
101468
+ * @version 255.0.0
100555
101469
  */
100556
101470
 
100557
101471
  /**
@@ -101229,7 +102143,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
101229
102143
  /**
101230
102144
  * WebMessaging service.
101231
102145
  * @module purecloud-platform-client-v2/api/WebMessagingApi
101232
- * @version 253.0.0
102146
+ * @version 255.0.0
101233
102147
  */
101234
102148
 
101235
102149
  /**
@@ -101392,7 +102306,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
101392
102306
  /**
101393
102307
  * Widgets service.
101394
102308
  * @module purecloud-platform-client-v2/api/WidgetsApi
101395
- * @version 253.0.0
102309
+ * @version 255.0.0
101396
102310
  */
101397
102311
 
101398
102312
  /**
@@ -101568,7 +102482,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
101568
102482
  /**
101569
102483
  * WorkforceManagement service.
101570
102484
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
101571
- * @version 253.0.0
102485
+ * @version 255.0.0
101572
102486
  */
101573
102487
 
101574
102488
  /**
@@ -101719,6 +102633,81 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
101719
102633
  );
101720
102634
  }
101721
102635
 
102636
+ /**
102637
+ * Delete a schedule bid
102638
+ *
102639
+ * @param {String} businessUnitId The ID of the business unit
102640
+ * @param {String} bidId The ID of the schedule bid
102641
+ * @param {Object} opts Optional parameters
102642
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
102643
+ */
102644
+ deleteWorkforcemanagementBusinessunitSchedulebid(businessUnitId, bidId, opts) {
102645
+ opts = opts || {};
102646
+
102647
+ // verify the required parameter 'businessUnitId' is set
102648
+ if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
102649
+ throw 'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitSchedulebid';
102650
+ }
102651
+ // verify the required parameter 'bidId' is set
102652
+ if (bidId === undefined || bidId === null || bidId === '') {
102653
+ throw 'Missing the required parameter "bidId" when calling deleteWorkforcemanagementBusinessunitSchedulebid';
102654
+ }
102655
+
102656
+ return this.apiClient.callApi(
102657
+ '/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}',
102658
+ 'DELETE',
102659
+ { 'businessUnitId': businessUnitId,'bidId': bidId },
102660
+ { },
102661
+ { },
102662
+ { },
102663
+ null,
102664
+ ['PureCloud OAuth'],
102665
+ ['application/json'],
102666
+ ['application/json'],
102667
+ opts['customHeaders']
102668
+ );
102669
+ }
102670
+
102671
+ /**
102672
+ * Delete a schedule bid group by bid group Id
102673
+ *
102674
+ * @param {String} businessUnitId The ID of the business unit
102675
+ * @param {String} bidId The ID of the schedule bid associated with the bid groups
102676
+ * @param {String} bidGroupId Schedule Bid Group id
102677
+ * @param {Object} opts Optional parameters
102678
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
102679
+ */
102680
+ deleteWorkforcemanagementBusinessunitSchedulebidGroup(businessUnitId, bidId, bidGroupId, opts) {
102681
+ opts = opts || {};
102682
+
102683
+ // verify the required parameter 'businessUnitId' is set
102684
+ if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
102685
+ throw 'Missing the required parameter "businessUnitId" when calling deleteWorkforcemanagementBusinessunitSchedulebidGroup';
102686
+ }
102687
+ // verify the required parameter 'bidId' is set
102688
+ if (bidId === undefined || bidId === null || bidId === '') {
102689
+ throw 'Missing the required parameter "bidId" when calling deleteWorkforcemanagementBusinessunitSchedulebidGroup';
102690
+ }
102691
+ // verify the required parameter 'bidGroupId' is set
102692
+ if (bidGroupId === undefined || bidGroupId === null || bidGroupId === '') {
102693
+ throw 'Missing the required parameter "bidGroupId" when calling deleteWorkforcemanagementBusinessunitSchedulebidGroup';
102694
+ }
102695
+
102696
+ return this.apiClient.callApi(
102697
+ '/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}/groups/{bidGroupId}',
102698
+ 'DELETE',
102699
+ { 'businessUnitId': businessUnitId,'bidId': bidId,'bidGroupId': bidGroupId },
102700
+ { },
102701
+ { },
102702
+ { },
102703
+ null,
102704
+ ['PureCloud OAuth'],
102705
+ ['application/json'],
102706
+ ['application/json'],
102707
+ opts['customHeaders']
102708
+ );
102709
+ }
102710
+
101722
102711
  /**
101723
102712
  * Cancel a scheduling run
101724
102713
  *
@@ -103532,6 +104521,188 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
103532
104521
  );
103533
104522
  }
103534
104523
 
104524
+ /**
104525
+ * Get a schedule bid
104526
+ *
104527
+ * @param {String} businessUnitId The ID of the business unit
104528
+ * @param {String} bidId The ID of the schedule bid
104529
+ * @param {Object} opts Optional parameters
104530
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
104531
+ */
104532
+ getWorkforcemanagementBusinessunitSchedulebid(businessUnitId, bidId, opts) {
104533
+ opts = opts || {};
104534
+
104535
+ // verify the required parameter 'businessUnitId' is set
104536
+ if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
104537
+ throw 'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitSchedulebid';
104538
+ }
104539
+ // verify the required parameter 'bidId' is set
104540
+ if (bidId === undefined || bidId === null || bidId === '') {
104541
+ throw 'Missing the required parameter "bidId" when calling getWorkforcemanagementBusinessunitSchedulebid';
104542
+ }
104543
+
104544
+ return this.apiClient.callApi(
104545
+ '/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}',
104546
+ 'GET',
104547
+ { 'businessUnitId': businessUnitId,'bidId': bidId },
104548
+ { },
104549
+ { },
104550
+ { },
104551
+ null,
104552
+ ['PureCloud OAuth'],
104553
+ ['application/json'],
104554
+ ['application/json'],
104555
+ opts['customHeaders']
104556
+ );
104557
+ }
104558
+
104559
+ /**
104560
+ * Get a schedule bid group
104561
+ *
104562
+ * @param {String} businessUnitId The ID of the business unit
104563
+ * @param {String} bidId The ID of the schedule bid associated with the bid groups
104564
+ * @param {String} bidGroupId Schedule Bid Group id
104565
+ * @param {Object} opts Optional parameters
104566
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
104567
+ */
104568
+ getWorkforcemanagementBusinessunitSchedulebidGroup(businessUnitId, bidId, bidGroupId, opts) {
104569
+ opts = opts || {};
104570
+
104571
+ // verify the required parameter 'businessUnitId' is set
104572
+ if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
104573
+ throw 'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitSchedulebidGroup';
104574
+ }
104575
+ // verify the required parameter 'bidId' is set
104576
+ if (bidId === undefined || bidId === null || bidId === '') {
104577
+ throw 'Missing the required parameter "bidId" when calling getWorkforcemanagementBusinessunitSchedulebidGroup';
104578
+ }
104579
+ // verify the required parameter 'bidGroupId' is set
104580
+ if (bidGroupId === undefined || bidGroupId === null || bidGroupId === '') {
104581
+ throw 'Missing the required parameter "bidGroupId" when calling getWorkforcemanagementBusinessunitSchedulebidGroup';
104582
+ }
104583
+
104584
+ return this.apiClient.callApi(
104585
+ '/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}/groups/{bidGroupId}',
104586
+ 'GET',
104587
+ { 'businessUnitId': businessUnitId,'bidId': bidId,'bidGroupId': bidGroupId },
104588
+ { },
104589
+ { },
104590
+ { },
104591
+ null,
104592
+ ['PureCloud OAuth'],
104593
+ ['application/json'],
104594
+ ['application/json'],
104595
+ opts['customHeaders']
104596
+ );
104597
+ }
104598
+
104599
+ /**
104600
+ * Get agents schedule bid preferences for a bid group
104601
+ *
104602
+ * @param {String} businessUnitId The ID of the business unit
104603
+ * @param {String} bidId The ID of the schedule bid associated with the bid groups
104604
+ * @param {String} bidGroupId The ID of the schedule bid group
104605
+ * @param {Object} opts Optional parameters
104606
+ * @param {Boolean} opts.forceDownloadService Force the result of this operation to be sent via download service. For testing/app development purposes
104607
+ * @param {Array.<String>} opts.expand Include to fetch agents' preferences with priorities
104608
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
104609
+ */
104610
+ getWorkforcemanagementBusinessunitSchedulebidGroupPreferences(businessUnitId, bidId, bidGroupId, opts) {
104611
+ opts = opts || {};
104612
+
104613
+ // verify the required parameter 'businessUnitId' is set
104614
+ if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
104615
+ throw 'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitSchedulebidGroupPreferences';
104616
+ }
104617
+ // verify the required parameter 'bidId' is set
104618
+ if (bidId === undefined || bidId === null || bidId === '') {
104619
+ throw 'Missing the required parameter "bidId" when calling getWorkforcemanagementBusinessunitSchedulebidGroupPreferences';
104620
+ }
104621
+ // verify the required parameter 'bidGroupId' is set
104622
+ if (bidGroupId === undefined || bidGroupId === null || bidGroupId === '') {
104623
+ throw 'Missing the required parameter "bidGroupId" when calling getWorkforcemanagementBusinessunitSchedulebidGroupPreferences';
104624
+ }
104625
+
104626
+ return this.apiClient.callApi(
104627
+ '/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}/groups/{bidGroupId}/preferences',
104628
+ 'GET',
104629
+ { 'businessUnitId': businessUnitId,'bidId': bidId,'bidGroupId': bidGroupId },
104630
+ { 'forceDownloadService': opts['forceDownloadService'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
104631
+ { },
104632
+ { },
104633
+ null,
104634
+ ['PureCloud OAuth'],
104635
+ ['application/json'],
104636
+ ['application/json'],
104637
+ opts['customHeaders']
104638
+ );
104639
+ }
104640
+
104641
+ /**
104642
+ * Get summary of bid groups that belong to a schedule bid
104643
+ *
104644
+ * @param {String} businessUnitId The ID of the business unit
104645
+ * @param {String} bidId The ID of the schedule bid associated with the bid groups
104646
+ * @param {Object} opts Optional parameters
104647
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
104648
+ */
104649
+ getWorkforcemanagementBusinessunitSchedulebidGroupsSummary(businessUnitId, bidId, opts) {
104650
+ opts = opts || {};
104651
+
104652
+ // verify the required parameter 'businessUnitId' is set
104653
+ if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
104654
+ throw 'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitSchedulebidGroupsSummary';
104655
+ }
104656
+ // verify the required parameter 'bidId' is set
104657
+ if (bidId === undefined || bidId === null || bidId === '') {
104658
+ throw 'Missing the required parameter "bidId" when calling getWorkforcemanagementBusinessunitSchedulebidGroupsSummary';
104659
+ }
104660
+
104661
+ return this.apiClient.callApi(
104662
+ '/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}/groups/summary',
104663
+ 'GET',
104664
+ { 'businessUnitId': businessUnitId,'bidId': bidId },
104665
+ { },
104666
+ { },
104667
+ { },
104668
+ null,
104669
+ ['PureCloud OAuth'],
104670
+ ['application/json'],
104671
+ ['application/json'],
104672
+ opts['customHeaders']
104673
+ );
104674
+ }
104675
+
104676
+ /**
104677
+ * Get list of schedule bids
104678
+ *
104679
+ * @param {String} businessUnitId The ID of the business unit
104680
+ * @param {Object} opts Optional parameters
104681
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
104682
+ */
104683
+ getWorkforcemanagementBusinessunitSchedulebids(businessUnitId, opts) {
104684
+ opts = opts || {};
104685
+
104686
+ // verify the required parameter 'businessUnitId' is set
104687
+ if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
104688
+ throw 'Missing the required parameter "businessUnitId" when calling getWorkforcemanagementBusinessunitSchedulebids';
104689
+ }
104690
+
104691
+ return this.apiClient.callApi(
104692
+ '/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids',
104693
+ 'GET',
104694
+ { 'businessUnitId': businessUnitId },
104695
+ { },
104696
+ { },
104697
+ { },
104698
+ null,
104699
+ ['PureCloud OAuth'],
104700
+ ['application/json'],
104701
+ ['application/json'],
104702
+ opts['customHeaders']
104703
+ );
104704
+ }
104705
+
103535
104706
  /**
103536
104707
  * Get scheduler settings for a business unit
103537
104708
  *
@@ -104089,6 +105260,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
104089
105260
  * @param {Object} opts Optional parameters
104090
105261
  * @param {String} opts.managementUnitId The ID of the management unit to get management unit specific staffing groups
104091
105262
  * @param {Boolean} opts.forceDownloadService Force the result of this operation to be sent via download service. For testing/app development purposes
105263
+ * @param {Array.<String>} opts.expand Include to access additional data for the time-off plans
104092
105264
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
104093
105265
  */
104094
105266
  getWorkforcemanagementBusinessunitTimeoffplans(businessUnitId, opts) {
@@ -104103,7 +105275,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
104103
105275
  '/api/v2/workforcemanagement/businessunits/{businessUnitId}/timeoffplans',
104104
105276
  'GET',
104105
105277
  { 'businessUnitId': businessUnitId },
104106
- { 'managementUnitId': opts['managementUnitId'],'forceDownloadService': opts['forceDownloadService'] },
105278
+ { 'managementUnitId': opts['managementUnitId'],'forceDownloadService': opts['forceDownloadService'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
104107
105279
  { },
104108
105280
  { },
104109
105281
  null,
@@ -104403,6 +105575,8 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
104403
105575
  * @param {String} businessUnitId The ID of the business unit
104404
105576
  * @param {String} weekId First day of schedule week in yyyy-MM-dd format, or 'recent' (without quotes) to get recent schedules
104405
105577
  * @param {Object} opts Optional parameters
105578
+ * @param {String} opts.earliestWeekDate If weekId == 'recent', specify the earliest schedule start week date (inclusive) to include in the 'recent' range, in yyyy-MM-dd format. Ignored if weekId != 'recent'. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
105579
+ * @param {String} opts.latestWeekDate If weekId == 'recent', specify the latest schedule start week date (inclusive) to include in the 'recent' range, in yyyy-MM-dd format. Ignored if weekId != 'recent'. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
104406
105580
  * @param {Boolean} opts.includeOnlyPublished includeOnlyPublished
104407
105581
  * @param {Object} opts.expand expand
104408
105582
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
@@ -104423,7 +105597,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
104423
105597
  '/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekId}/schedules',
104424
105598
  'GET',
104425
105599
  { 'businessUnitId': businessUnitId,'weekId': weekId },
104426
- { 'includeOnlyPublished': opts['includeOnlyPublished'],'expand': opts['expand'] },
105600
+ { 'earliestWeekDate': opts['earliestWeekDate'],'latestWeekDate': opts['latestWeekDate'],'includeOnlyPublished': opts['includeOnlyPublished'],'expand': opts['expand'] },
104427
105601
  { },
104428
105602
  { },
104429
105603
  null,
@@ -106006,6 +107180,91 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
106006
107180
  );
106007
107181
  }
106008
107182
 
107183
+ /**
107184
+ * Gets an agent's schedule bidding preference
107185
+ *
107186
+ * @param {String} bidId The ID of the schedule bid
107187
+ * @param {Object} opts Optional parameters
107188
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
107189
+ */
107190
+ getWorkforcemanagementSchedulebidPreference(bidId, opts) {
107191
+ opts = opts || {};
107192
+
107193
+ // verify the required parameter 'bidId' is set
107194
+ if (bidId === undefined || bidId === null || bidId === '') {
107195
+ throw 'Missing the required parameter "bidId" when calling getWorkforcemanagementSchedulebidPreference';
107196
+ }
107197
+
107198
+ return this.apiClient.callApi(
107199
+ '/api/v2/workforcemanagement/schedulebids/{bidId}/preference',
107200
+ 'GET',
107201
+ { 'bidId': bidId },
107202
+ { },
107203
+ { },
107204
+ { },
107205
+ null,
107206
+ ['PureCloud OAuth'],
107207
+ ['application/json'],
107208
+ ['application/json'],
107209
+ opts['customHeaders']
107210
+ );
107211
+ }
107212
+
107213
+ /**
107214
+ * Gets an agent's schedule sets for a bid
107215
+ *
107216
+ * @param {String} bidId The ID of the schedule bid
107217
+ * @param {Object} opts Optional parameters
107218
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
107219
+ */
107220
+ getWorkforcemanagementSchedulebidSchedulesets(bidId, opts) {
107221
+ opts = opts || {};
107222
+
107223
+ // verify the required parameter 'bidId' is set
107224
+ if (bidId === undefined || bidId === null || bidId === '') {
107225
+ throw 'Missing the required parameter "bidId" when calling getWorkforcemanagementSchedulebidSchedulesets';
107226
+ }
107227
+
107228
+ return this.apiClient.callApi(
107229
+ '/api/v2/workforcemanagement/schedulebids/{bidId}/schedulesets',
107230
+ 'GET',
107231
+ { 'bidId': bidId },
107232
+ { },
107233
+ { },
107234
+ { },
107235
+ null,
107236
+ ['PureCloud OAuth'],
107237
+ ['application/json'],
107238
+ ['application/json'],
107239
+ opts['customHeaders']
107240
+ );
107241
+ }
107242
+
107243
+ /**
107244
+ * Gets the list of schedule bids that belong to an agent. It will fetch an open bid or upcoming bid or a bid that is closed recently
107245
+ *
107246
+ * @param {Object} opts Optional parameters
107247
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
107248
+ */
107249
+ getWorkforcemanagementSchedulebids(opts) {
107250
+ opts = opts || {};
107251
+
107252
+
107253
+ return this.apiClient.callApi(
107254
+ '/api/v2/workforcemanagement/schedulebids',
107255
+ 'GET',
107256
+ { },
107257
+ { },
107258
+ { },
107259
+ { },
107260
+ null,
107261
+ ['PureCloud OAuth'],
107262
+ ['application/json'],
107263
+ ['application/json'],
107264
+ opts['customHeaders']
107265
+ );
107266
+ }
107267
+
106009
107268
  /**
106010
107269
  * Get status of the scheduling job
106011
107270
  *
@@ -106983,6 +108242,136 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
106983
108242
  );
106984
108243
  }
106985
108244
 
108245
+ /**
108246
+ * Update a schedule bid
108247
+ *
108248
+ * @param {String} businessUnitId The ID of the business unit
108249
+ * @param {String} bidId The ID of the schedule bid
108250
+ * @param {Object} body The schedule bid to be updated
108251
+ * @param {Object} opts Optional parameters
108252
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
108253
+ */
108254
+ patchWorkforcemanagementBusinessunitSchedulebid(businessUnitId, bidId, body, opts) {
108255
+ opts = opts || {};
108256
+
108257
+ // verify the required parameter 'businessUnitId' is set
108258
+ if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
108259
+ throw 'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitSchedulebid';
108260
+ }
108261
+ // verify the required parameter 'bidId' is set
108262
+ if (bidId === undefined || bidId === null || bidId === '') {
108263
+ throw 'Missing the required parameter "bidId" when calling patchWorkforcemanagementBusinessunitSchedulebid';
108264
+ }
108265
+ // verify the required parameter 'body' is set
108266
+ if (body === undefined || body === null) {
108267
+ throw 'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitSchedulebid';
108268
+ }
108269
+
108270
+ return this.apiClient.callApi(
108271
+ '/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}',
108272
+ 'PATCH',
108273
+ { 'businessUnitId': businessUnitId,'bidId': bidId },
108274
+ { },
108275
+ { },
108276
+ { },
108277
+ body,
108278
+ ['PureCloud OAuth'],
108279
+ ['application/json'],
108280
+ ['application/json'],
108281
+ opts['customHeaders']
108282
+ );
108283
+ }
108284
+
108285
+ /**
108286
+ * Update a schedule bid group by bid group Id
108287
+ *
108288
+ * @param {String} businessUnitId The ID of the business unit
108289
+ * @param {String} bidId The ID of the schedule bid associated with the bid groups
108290
+ * @param {String} bidGroupId Schedule Bid Group id
108291
+ * @param {Object} body body
108292
+ * @param {Object} opts Optional parameters
108293
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
108294
+ */
108295
+ patchWorkforcemanagementBusinessunitSchedulebidGroup(businessUnitId, bidId, bidGroupId, body, opts) {
108296
+ opts = opts || {};
108297
+
108298
+ // verify the required parameter 'businessUnitId' is set
108299
+ if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
108300
+ throw 'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitSchedulebidGroup';
108301
+ }
108302
+ // verify the required parameter 'bidId' is set
108303
+ if (bidId === undefined || bidId === null || bidId === '') {
108304
+ throw 'Missing the required parameter "bidId" when calling patchWorkforcemanagementBusinessunitSchedulebidGroup';
108305
+ }
108306
+ // verify the required parameter 'bidGroupId' is set
108307
+ if (bidGroupId === undefined || bidGroupId === null || bidGroupId === '') {
108308
+ throw 'Missing the required parameter "bidGroupId" when calling patchWorkforcemanagementBusinessunitSchedulebidGroup';
108309
+ }
108310
+ // verify the required parameter 'body' is set
108311
+ if (body === undefined || body === null) {
108312
+ throw 'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitSchedulebidGroup';
108313
+ }
108314
+
108315
+ return this.apiClient.callApi(
108316
+ '/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}/groups/{bidGroupId}',
108317
+ 'PATCH',
108318
+ { 'businessUnitId': businessUnitId,'bidId': bidId,'bidGroupId': bidGroupId },
108319
+ { },
108320
+ { },
108321
+ { },
108322
+ body,
108323
+ ['PureCloud OAuth'],
108324
+ ['application/json'],
108325
+ ['application/json'],
108326
+ opts['customHeaders']
108327
+ );
108328
+ }
108329
+
108330
+ /**
108331
+ * Overrides the assigned schedule bid for the specified agents
108332
+ *
108333
+ * @param {String} businessUnitId The ID of the business unit
108334
+ * @param {String} bidId The ID of the schedule bid associated with the bid groups
108335
+ * @param {String} bidGroupId The ID of the schedule bid group
108336
+ * @param {Object} body body
108337
+ * @param {Object} opts Optional parameters
108338
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
108339
+ */
108340
+ patchWorkforcemanagementBusinessunitSchedulebidGroupPreferences(businessUnitId, bidId, bidGroupId, body, opts) {
108341
+ opts = opts || {};
108342
+
108343
+ // verify the required parameter 'businessUnitId' is set
108344
+ if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
108345
+ throw 'Missing the required parameter "businessUnitId" when calling patchWorkforcemanagementBusinessunitSchedulebidGroupPreferences';
108346
+ }
108347
+ // verify the required parameter 'bidId' is set
108348
+ if (bidId === undefined || bidId === null || bidId === '') {
108349
+ throw 'Missing the required parameter "bidId" when calling patchWorkforcemanagementBusinessunitSchedulebidGroupPreferences';
108350
+ }
108351
+ // verify the required parameter 'bidGroupId' is set
108352
+ if (bidGroupId === undefined || bidGroupId === null || bidGroupId === '') {
108353
+ throw 'Missing the required parameter "bidGroupId" when calling patchWorkforcemanagementBusinessunitSchedulebidGroupPreferences';
108354
+ }
108355
+ // verify the required parameter 'body' is set
108356
+ if (body === undefined || body === null) {
108357
+ throw 'Missing the required parameter "body" when calling patchWorkforcemanagementBusinessunitSchedulebidGroupPreferences';
108358
+ }
108359
+
108360
+ return this.apiClient.callApi(
108361
+ '/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}/groups/{bidGroupId}/preferences',
108362
+ 'PATCH',
108363
+ { 'businessUnitId': businessUnitId,'bidId': bidId,'bidGroupId': bidGroupId },
108364
+ { },
108365
+ { },
108366
+ { },
108367
+ body,
108368
+ ['PureCloud OAuth'],
108369
+ ['application/json'],
108370
+ ['application/json'],
108371
+ opts['customHeaders']
108372
+ );
108373
+ }
108374
+
106986
108375
  /**
106987
108376
  * Update scheduler settings for a business unit
106988
108377
  *
@@ -109304,6 +110693,156 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
109304
110693
  );
109305
110694
  }
109306
110695
 
110696
+ /**
110697
+ * Copy a schedule bid
110698
+ *
110699
+ * @param {String} businessUnitId The ID of the business unit
110700
+ * @param {String} bidId The ID of the schedule bid to copy
110701
+ * @param {Object} body body
110702
+ * @param {Object} opts Optional parameters
110703
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
110704
+ */
110705
+ postWorkforcemanagementBusinessunitSchedulebidCopy(businessUnitId, bidId, body, opts) {
110706
+ opts = opts || {};
110707
+
110708
+ // verify the required parameter 'businessUnitId' is set
110709
+ if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
110710
+ throw 'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitSchedulebidCopy';
110711
+ }
110712
+ // verify the required parameter 'bidId' is set
110713
+ if (bidId === undefined || bidId === null || bidId === '') {
110714
+ throw 'Missing the required parameter "bidId" when calling postWorkforcemanagementBusinessunitSchedulebidCopy';
110715
+ }
110716
+ // verify the required parameter 'body' is set
110717
+ if (body === undefined || body === null) {
110718
+ throw 'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitSchedulebidCopy';
110719
+ }
110720
+
110721
+ return this.apiClient.callApi(
110722
+ '/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}/copy',
110723
+ 'POST',
110724
+ { 'businessUnitId': businessUnitId,'bidId': bidId },
110725
+ { },
110726
+ { },
110727
+ { },
110728
+ body,
110729
+ ['PureCloud OAuth'],
110730
+ ['application/json'],
110731
+ ['application/json'],
110732
+ opts['customHeaders']
110733
+ );
110734
+ }
110735
+
110736
+ /**
110737
+ * Add a bid group in a given schedule bid
110738
+ *
110739
+ * @param {String} businessUnitId The ID of the business unit
110740
+ * @param {String} bidId The ID of the schedule bid associated with the bid groups
110741
+ * @param {Object} body body
110742
+ * @param {Object} opts Optional parameters
110743
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
110744
+ */
110745
+ postWorkforcemanagementBusinessunitSchedulebidGroups(businessUnitId, bidId, body, opts) {
110746
+ opts = opts || {};
110747
+
110748
+ // verify the required parameter 'businessUnitId' is set
110749
+ if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
110750
+ throw 'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitSchedulebidGroups';
110751
+ }
110752
+ // verify the required parameter 'bidId' is set
110753
+ if (bidId === undefined || bidId === null || bidId === '') {
110754
+ throw 'Missing the required parameter "bidId" when calling postWorkforcemanagementBusinessunitSchedulebidGroups';
110755
+ }
110756
+ // verify the required parameter 'body' is set
110757
+ if (body === undefined || body === null) {
110758
+ throw 'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitSchedulebidGroups';
110759
+ }
110760
+
110761
+ return this.apiClient.callApi(
110762
+ '/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/{bidId}/groups',
110763
+ 'POST',
110764
+ { 'businessUnitId': businessUnitId,'bidId': bidId },
110765
+ { },
110766
+ { },
110767
+ { },
110768
+ body,
110769
+ ['PureCloud OAuth'],
110770
+ ['application/json'],
110771
+ ['application/json'],
110772
+ opts['customHeaders']
110773
+ );
110774
+ }
110775
+
110776
+ /**
110777
+ * Create a new schedule bid
110778
+ *
110779
+ * @param {String} businessUnitId The ID of the business unit
110780
+ * @param {Object} body The schedule bid to be created
110781
+ * @param {Object} opts Optional parameters
110782
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
110783
+ */
110784
+ postWorkforcemanagementBusinessunitSchedulebids(businessUnitId, body, opts) {
110785
+ opts = opts || {};
110786
+
110787
+ // verify the required parameter 'businessUnitId' is set
110788
+ if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
110789
+ throw 'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitSchedulebids';
110790
+ }
110791
+ // verify the required parameter 'body' is set
110792
+ if (body === undefined || body === null) {
110793
+ throw 'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitSchedulebids';
110794
+ }
110795
+
110796
+ return this.apiClient.callApi(
110797
+ '/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids',
110798
+ 'POST',
110799
+ { 'businessUnitId': businessUnitId },
110800
+ { },
110801
+ { },
110802
+ { },
110803
+ body,
110804
+ ['PureCloud OAuth'],
110805
+ ['application/json'],
110806
+ ['application/json'],
110807
+ opts['customHeaders']
110808
+ );
110809
+ }
110810
+
110811
+ /**
110812
+ * Fetch all the agents with effective schedule set for the given BU
110813
+ *
110814
+ * @param {String} businessUnitId The ID of the business unit
110815
+ * @param {Object} body body
110816
+ * @param {Object} opts Optional parameters
110817
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
110818
+ */
110819
+ postWorkforcemanagementBusinessunitSchedulebidsEffectiveschedulesets(businessUnitId, body, opts) {
110820
+ opts = opts || {};
110821
+
110822
+ // verify the required parameter 'businessUnitId' is set
110823
+ if (businessUnitId === undefined || businessUnitId === null || businessUnitId === '') {
110824
+ throw 'Missing the required parameter "businessUnitId" when calling postWorkforcemanagementBusinessunitSchedulebidsEffectiveschedulesets';
110825
+ }
110826
+ // verify the required parameter 'body' is set
110827
+ if (body === undefined || body === null) {
110828
+ throw 'Missing the required parameter "body" when calling postWorkforcemanagementBusinessunitSchedulebidsEffectiveschedulesets';
110829
+ }
110830
+
110831
+ return this.apiClient.callApi(
110832
+ '/api/v2/workforcemanagement/businessunits/{businessUnitId}/schedulebids/effectiveschedulesets',
110833
+ 'POST',
110834
+ { 'businessUnitId': businessUnitId },
110835
+ { },
110836
+ { },
110837
+ { },
110838
+ body,
110839
+ ['PureCloud OAuth'],
110840
+ ['application/json'],
110841
+ ['application/json'],
110842
+ opts['customHeaders']
110843
+ );
110844
+ }
110845
+
109307
110846
  /**
109308
110847
  * Adds a new service goal template
109309
110848
  *
@@ -111257,6 +112796,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
111257
112796
  * @param {String} userId The id of the user for whom the time off request estimate is requested
111258
112797
  * @param {Object} body body
111259
112798
  * @param {Object} opts Optional parameters
112799
+ * @param {Object} opts.includeOnly Limit response to the specified field
111260
112800
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
111261
112801
  */
111262
112802
  postWorkforcemanagementManagementunitUserTimeoffrequestsEstimate(managementUnitId, userId, body, opts) {
@@ -111279,7 +112819,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
111279
112819
  '/api/v2/workforcemanagement/managementunits/{managementUnitId}/users/{userId}/timeoffrequests/estimate',
111280
112820
  'POST',
111281
112821
  { 'managementUnitId': managementUnitId,'userId': userId },
111282
- { },
112822
+ { 'includeOnly': opts['includeOnly'] },
111283
112823
  { },
111284
112824
  { },
111285
112825
  body,
@@ -112076,6 +113616,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
112076
113616
  *
112077
113617
  * @param {Object} body body
112078
113618
  * @param {Object} opts Optional parameters
113619
+ * @param {Object} opts.includeOnly Limit response to the specified field
112079
113620
  * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
112080
113621
  */
112081
113622
  postWorkforcemanagementTimeoffrequestsEstimate(body, opts) {
@@ -112090,7 +113631,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
112090
113631
  '/api/v2/workforcemanagement/timeoffrequests/estimate',
112091
113632
  'POST',
112092
113633
  { },
112093
- { },
113634
+ { 'includeOnly': opts['includeOnly'] },
112094
113635
  { },
112095
113636
  { },
112096
113637
  body,
@@ -112306,6 +113847,41 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
112306
113847
  );
112307
113848
  }
112308
113849
 
113850
+ /**
113851
+ * Update an agent's schedule set preference
113852
+ *
113853
+ * @param {String} bidId The ID of the schedule bid
113854
+ * @param {Object} body body
113855
+ * @param {Object} opts Optional parameters
113856
+ * @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
113857
+ */
113858
+ putWorkforcemanagementSchedulebidPreference(bidId, body, opts) {
113859
+ opts = opts || {};
113860
+
113861
+ // verify the required parameter 'bidId' is set
113862
+ if (bidId === undefined || bidId === null || bidId === '') {
113863
+ throw 'Missing the required parameter "bidId" when calling putWorkforcemanagementSchedulebidPreference';
113864
+ }
113865
+ // verify the required parameter 'body' is set
113866
+ if (body === undefined || body === null) {
113867
+ throw 'Missing the required parameter "body" when calling putWorkforcemanagementSchedulebidPreference';
113868
+ }
113869
+
113870
+ return this.apiClient.callApi(
113871
+ '/api/v2/workforcemanagement/schedulebids/{bidId}/preference',
113872
+ 'PUT',
113873
+ { 'bidId': bidId },
113874
+ { },
113875
+ { },
113876
+ { },
113877
+ body,
113878
+ ['PureCloud OAuth'],
113879
+ ['application/json'],
113880
+ ['application/json'],
113881
+ opts['customHeaders']
113882
+ );
113883
+ }
113884
+
112309
113885
  }
112310
113886
 
112311
113887
  /**
@@ -112337,7 +113913,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
112337
113913
  * </pre>
112338
113914
  * </p>
112339
113915
  * @module purecloud-platform-client-v2/index
112340
- * @version 253.0.0
113916
+ * @version 255.0.0
112341
113917
  */
112342
113918
  class platformClient {
112343
113919
  constructor() {