purecloud-platform-client-v2 239.0.0 → 241.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +866 -115
  3. package/dist/web-amd/purecloud-platform-client-v2.js +866 -115
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +294 -118
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +294 -118
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +1281 -752
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +47 -1
  11. package/src/purecloud-platform-client-v2/api/AIStudioApi.js +36 -1
  12. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +156 -1
  13. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +135 -1
  17. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -14
  20. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +273 -13
  27. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/JourneyApi.js +5 -5
  45. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/RoutingApi.js +134 -1
  67. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +3 -2
  73. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/UsersRulesApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  90. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  91. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  92. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  93. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  94. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -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 239.0.0
748
+ * @version 241.1.0
749
749
  */
750
750
  class ApiClient {
751
751
  /**
@@ -940,6 +940,41 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
940
940
  this.authData.state = tempState;
941
941
  }
942
942
 
943
+ /**
944
+ * @description Clears the auth token from local storage, if enabled.
945
+ */
946
+ _clearSettings() {
947
+ try {
948
+ if (this.authData && this.authData.accessToken) this.authData.accessToken = null;
949
+ if (this.authentications['PureCloud OAuth'] && this.authentications['PureCloud OAuth'].accessToken) this.authentications['PureCloud OAuth'].accessToken = null;
950
+
951
+ if (this.authData && this.authData.state) this.authData.state = null;
952
+
953
+ if (this.authData && this.authData.error) this.authData.error = null;
954
+ if (this.authData && this.authData.error_description) this.authData.error_description = null;
955
+
956
+ if (this.authData && this.authData.tokenExpiryTime) this.authData.tokenExpiryTime = 0;
957
+ if (this.authData && this.authData.tokenExpiryTimeString) this.authData.tokenExpiryTimeString = null;
958
+
959
+ // Don't save settings if we aren't supposed to be persisting them
960
+ if (this.persistSettings !== true) return;
961
+
962
+ // Ensure we can access local storage
963
+ if (!this.hasLocalStorage) {
964
+ return;
965
+ }
966
+
967
+ // Remove state from data so it's not persisted
968
+ let tempData = JSON.parse(JSON.stringify(this.authData));
969
+ delete tempData.state;
970
+
971
+ // Save updated auth data
972
+ localStorage.setItem(`${this.settingsPrefix}_auth_data`, JSON.stringify(tempData));
973
+ } catch (e) {
974
+ console.error(e);
975
+ }
976
+ }
977
+
943
978
  /**
944
979
  * @description Sets the environment used by the session
945
980
  * @param {string} environment - (Optional, default "mypurecloud.com") Environment the session use, e.g. mypurecloud.ie, mypurecloud.com.au, etc.
@@ -1120,6 +1155,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1120
1155
  * @param {string} opts.state - (optional) An arbitrary string to be passed back with the login response. Used for client apps to associate login responses with a request.
1121
1156
  * @param {string} opts.org - (optional) The organization name that would normally used when specifying an organization name when logging in. This is only used when a provider is also specified.
1122
1157
  * @param {string} opts.provider - (optional) Authentication provider to log in with e.g. okta, adfs, salesforce, onelogin. This is only used when an org is also specified.
1158
+ * @param {string} opts.prompt - (optional) Use the prompt=login parameter to require that the user be prompted to enter credentials at the Gensys Cloud login screen and ignore any remembered sessions (auth cookies).
1123
1159
  */
1124
1160
  loginImplicitGrant(clientId, redirectUri, opts) {
1125
1161
  // Check for auth token in hash
@@ -1161,6 +1197,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1161
1197
  if (opts.state) query.state = encodeURIComponent(opts.state);
1162
1198
  if (opts.org) query.org = encodeURIComponent(opts.org);
1163
1199
  if (opts.provider) query.provider = encodeURIComponent(opts.provider);
1200
+ if (opts.prompt && opts.prompt == 'login') query.prompt = encodeURIComponent(opts.prompt);
1164
1201
 
1165
1202
  var url = this._buildAuthUrl('oauth/authorize', query);
1166
1203
  window.location.replace(url);
@@ -1487,6 +1524,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1487
1524
  * @param {string} opts.state - (optional) An arbitrary string to be passed back with the login response. Used for client apps to associate login responses with a request.
1488
1525
  * @param {string} opts.org - (optional) The organization name that would normally used when specifying an organization name when logging in. This is only used when a provider is also specified.
1489
1526
  * @param {string} opts.provider - (optional) Authentication provider to log in with e.g. okta, adfs, salesforce, onelogin. This is only used when an org is also specified.
1527
+ * @param {string} opts.prompt - (optional) Use the prompt=login parameter to require that the user be prompted to enter credentials at the Gensys Cloud login screen and ignore any remembered sessions (auth cookies).
1490
1528
  * @param {string} codeVerifier - (optional) code verifier used to generate the code challenge
1491
1529
  */
1492
1530
  loginPKCEGrant(clientId, redirectUri, opts, codeVerifier) {
@@ -1591,6 +1629,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1591
1629
  if (opts.state) tokenQuery.state = encodeURIComponent(opts.state);
1592
1630
  if (opts.org) tokenQuery.org = encodeURIComponent(opts.org);
1593
1631
  if (opts.provider) tokenQuery.provider = encodeURIComponent(opts.provider);
1632
+ if (opts.prompt && opts.prompt == 'login') tokenQuery.prompt = encodeURIComponent(opts.prompt);
1594
1633
 
1595
1634
  var url = this._buildAuthUrl('oauth/authorize', tokenQuery);
1596
1635
  window.location.replace(url);
@@ -1928,6 +1967,13 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1928
1967
  this._saveSettings({ accessToken: token });
1929
1968
  }
1930
1969
 
1970
+ /**
1971
+ * @description Clears the access token to be used with requests
1972
+ */
1973
+ clearAccessToken() {
1974
+ this._clearSettings();
1975
+ }
1976
+
1931
1977
  /**
1932
1978
  * @description Sets the storage key to use when persisting the access token
1933
1979
  * @param {string} storageKey - The storage key name
@@ -2358,7 +2404,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2358
2404
  /**
2359
2405
  * AIStudio service.
2360
2406
  * @module purecloud-platform-client-v2/api/AIStudioApi
2361
- * @version 239.0.0
2407
+ * @version 241.1.0
2362
2408
  */
2363
2409
 
2364
2410
  /**
@@ -2776,6 +2822,41 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2776
2822
  );
2777
2823
  }
2778
2824
 
2825
+ /**
2826
+ * Add a turn to a guide session.
2827
+ * Creates a new turn in the specified guide session with the provided request data. If the session ID doesnt exist, a new session will be created automatically.
2828
+ * @param {String} guideId Guide ID
2829
+ * @param {String} guideSessionId Guide Session ID
2830
+ * @param {Object} body
2831
+ */
2832
+ postGuideSessionTurns(guideId, guideSessionId, body) {
2833
+ // verify the required parameter 'guideId' is set
2834
+ if (guideId === undefined || guideId === null || guideId === '') {
2835
+ throw 'Missing the required parameter "guideId" when calling postGuideSessionTurns';
2836
+ }
2837
+ // verify the required parameter 'guideSessionId' is set
2838
+ if (guideSessionId === undefined || guideSessionId === null || guideSessionId === '') {
2839
+ throw 'Missing the required parameter "guideSessionId" when calling postGuideSessionTurns';
2840
+ }
2841
+ // verify the required parameter 'body' is set
2842
+ if (body === undefined || body === null) {
2843
+ throw 'Missing the required parameter "body" when calling postGuideSessionTurns';
2844
+ }
2845
+
2846
+ return this.apiClient.callApi(
2847
+ '/api/v2/guides/{guideId}/sessions/{guideSessionId}/turns',
2848
+ 'POST',
2849
+ { 'guideId': guideId,'guideSessionId': guideSessionId },
2850
+ { },
2851
+ { },
2852
+ { },
2853
+ body,
2854
+ ['PureCloud OAuth'],
2855
+ ['application/json'],
2856
+ ['application/json']
2857
+ );
2858
+ }
2859
+
2779
2860
  /**
2780
2861
  * Start the publishing of a guide version.
2781
2862
  *
@@ -2930,7 +3011,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2930
3011
  /**
2931
3012
  * AgentAssistants service.
2932
3013
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
2933
- * @version 239.0.0
3014
+ * @version 241.1.0
2934
3015
  */
2935
3016
 
2936
3017
  /**
@@ -3029,6 +3110,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3029
3110
  );
3030
3111
  }
3031
3112
 
3113
+ /**
3114
+ * Delete an agent checklist
3115
+ *
3116
+ * @param {String} agentChecklistId Agent Checklist ID
3117
+ */
3118
+ deleteAssistantsAgentchecklist(agentChecklistId) {
3119
+ // verify the required parameter 'agentChecklistId' is set
3120
+ if (agentChecklistId === undefined || agentChecklistId === null || agentChecklistId === '') {
3121
+ throw 'Missing the required parameter "agentChecklistId" when calling deleteAssistantsAgentchecklist';
3122
+ }
3123
+
3124
+ return this.apiClient.callApi(
3125
+ '/api/v2/assistants/agentchecklists/{agentChecklistId}',
3126
+ 'DELETE',
3127
+ { 'agentChecklistId': agentChecklistId },
3128
+ { },
3129
+ { },
3130
+ { },
3131
+ null,
3132
+ ['PureCloud OAuth'],
3133
+ ['application/json'],
3134
+ ['application/json']
3135
+ );
3136
+ }
3137
+
3032
3138
  /**
3033
3139
  * Get an assistant.
3034
3140
  *
@@ -3153,6 +3259,81 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3153
3259
  );
3154
3260
  }
3155
3261
 
3262
+ /**
3263
+ * Get an agent checklist
3264
+ *
3265
+ * @param {String} agentChecklistId Agent Checklist ID
3266
+ */
3267
+ getAssistantsAgentchecklist(agentChecklistId) {
3268
+ // verify the required parameter 'agentChecklistId' is set
3269
+ if (agentChecklistId === undefined || agentChecklistId === null || agentChecklistId === '') {
3270
+ throw 'Missing the required parameter "agentChecklistId" when calling getAssistantsAgentchecklist';
3271
+ }
3272
+
3273
+ return this.apiClient.callApi(
3274
+ '/api/v2/assistants/agentchecklists/{agentChecklistId}',
3275
+ 'GET',
3276
+ { 'agentChecklistId': agentChecklistId },
3277
+ { },
3278
+ { },
3279
+ { },
3280
+ null,
3281
+ ['PureCloud OAuth'],
3282
+ ['application/json'],
3283
+ ['application/json']
3284
+ );
3285
+ }
3286
+
3287
+ /**
3288
+ * Get the list of agent checklists
3289
+ *
3290
+ * @param {Object} opts Optional parameters
3291
+ * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
3292
+ * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
3293
+ * @param {String} opts.pageSize The page size for the listing. The max that will be returned is 100. (default to 25)
3294
+ * @param {String} opts.namePrefix The agent checklist name prefix filter applied to the listing.
3295
+ * @param {String} opts.language The agent checklist language filter applied to the listing.
3296
+ * @param {Object} opts.sortOrder The sort order for the listing
3297
+ * @param {Object} opts.sortBy The field to sort by for the listing.
3298
+ */
3299
+ getAssistantsAgentchecklists(opts) {
3300
+ opts = opts || {};
3301
+
3302
+
3303
+ return this.apiClient.callApi(
3304
+ '/api/v2/assistants/agentchecklists',
3305
+ 'GET',
3306
+ { },
3307
+ { 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'],'namePrefix': opts['namePrefix'],'language': opts['language'],'sortOrder': opts['sortOrder'],'sortBy': opts['sortBy'] },
3308
+ { },
3309
+ { },
3310
+ null,
3311
+ ['PureCloud OAuth'],
3312
+ ['application/json'],
3313
+ ['application/json']
3314
+ );
3315
+ }
3316
+
3317
+ /**
3318
+ * Get the list of supported languages
3319
+ *
3320
+ */
3321
+ getAssistantsAgentchecklistsLanguages() {
3322
+
3323
+ return this.apiClient.callApi(
3324
+ '/api/v2/assistants/agentchecklists/languages',
3325
+ 'GET',
3326
+ { },
3327
+ { },
3328
+ { },
3329
+ { },
3330
+ null,
3331
+ ['PureCloud OAuth'],
3332
+ ['application/json'],
3333
+ ['application/json']
3334
+ );
3335
+ }
3336
+
3156
3337
  /**
3157
3338
  * Get all queues assigned to any assistant.
3158
3339
  *
@@ -3375,6 +3556,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3375
3556
  );
3376
3557
  }
3377
3558
 
3559
+ /**
3560
+ * Create an agent checklist
3561
+ *
3562
+ * @param {Object} body Request body containing details of checklist to be added
3563
+ */
3564
+ postAssistantsAgentchecklists(body) {
3565
+ // verify the required parameter 'body' is set
3566
+ if (body === undefined || body === null) {
3567
+ throw 'Missing the required parameter "body" when calling postAssistantsAgentchecklists';
3568
+ }
3569
+
3570
+ return this.apiClient.callApi(
3571
+ '/api/v2/assistants/agentchecklists',
3572
+ 'POST',
3573
+ { },
3574
+ { },
3575
+ { },
3576
+ { },
3577
+ body,
3578
+ ['PureCloud OAuth'],
3579
+ ['application/json'],
3580
+ ['application/json']
3581
+ );
3582
+ }
3583
+
3378
3584
  /**
3379
3585
  * Create a queue assistant association.
3380
3586
  *
@@ -3410,13 +3616,43 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3410
3616
  );
3411
3617
  }
3412
3618
 
3619
+ /**
3620
+ * Update an agent checklist
3621
+ *
3622
+ * @param {String} agentChecklistId Agent Checklist ID
3623
+ * @param {Object} body Request body containing details of checklist to be updated
3624
+ */
3625
+ putAssistantsAgentchecklist(agentChecklistId, body) {
3626
+ // verify the required parameter 'agentChecklistId' is set
3627
+ if (agentChecklistId === undefined || agentChecklistId === null || agentChecklistId === '') {
3628
+ throw 'Missing the required parameter "agentChecklistId" when calling putAssistantsAgentchecklist';
3629
+ }
3630
+ // verify the required parameter 'body' is set
3631
+ if (body === undefined || body === null) {
3632
+ throw 'Missing the required parameter "body" when calling putAssistantsAgentchecklist';
3633
+ }
3634
+
3635
+ return this.apiClient.callApi(
3636
+ '/api/v2/assistants/agentchecklists/{agentChecklistId}',
3637
+ 'PUT',
3638
+ { 'agentChecklistId': agentChecklistId },
3639
+ { },
3640
+ { },
3641
+ { },
3642
+ body,
3643
+ ['PureCloud OAuth'],
3644
+ ['application/json'],
3645
+ ['application/json']
3646
+ );
3647
+ }
3648
+
3413
3649
  }
3414
3650
 
3415
3651
  class AgentCopilotApi {
3416
3652
  /**
3417
3653
  * AgentCopilot service.
3418
3654
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
3419
- * @version 239.0.0
3655
+ * @version 241.1.0
3420
3656
  */
3421
3657
 
3422
3658
  /**
@@ -3516,7 +3752,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3516
3752
  /**
3517
3753
  * AgentUI service.
3518
3754
  * @module purecloud-platform-client-v2/api/AgentUIApi
3519
- * @version 239.0.0
3755
+ * @version 241.1.0
3520
3756
  */
3521
3757
 
3522
3758
  /**
@@ -3647,7 +3883,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3647
3883
  /**
3648
3884
  * Alerting service.
3649
3885
  * @module purecloud-platform-client-v2/api/AlertingApi
3650
- * @version 239.0.0
3886
+ * @version 241.1.0
3651
3887
  */
3652
3888
 
3653
3889
  /**
@@ -4048,7 +4284,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4048
4284
  /**
4049
4285
  * Analytics service.
4050
4286
  * @module purecloud-platform-client-v2/api/AnalyticsApi
4051
- * @version 239.0.0
4287
+ * @version 241.1.0
4052
4288
  */
4053
4289
 
4054
4290
  /**
@@ -4141,6 +4377,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4141
4377
  );
4142
4378
  }
4143
4379
 
4380
+ /**
4381
+ * Delete/cancel an async request for case management aggregates
4382
+ *
4383
+ * @param {String} jobId jobId
4384
+ * deleteAnalyticsCasemanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4385
+ */
4386
+ deleteAnalyticsCasemanagementAggregatesJob(jobId) {
4387
+ // verify the required parameter 'jobId' is set
4388
+ if (jobId === undefined || jobId === null || jobId === '') {
4389
+ throw 'Missing the required parameter "jobId" when calling deleteAnalyticsCasemanagementAggregatesJob';
4390
+ }
4391
+
4392
+ return this.apiClient.callApi(
4393
+ '/api/v2/analytics/casemanagement/aggregates/jobs/{jobId}',
4394
+ 'DELETE',
4395
+ { 'jobId': jobId },
4396
+ { },
4397
+ { },
4398
+ { },
4399
+ null,
4400
+ ['PureCloud OAuth'],
4401
+ ['application/json'],
4402
+ ['application/json']
4403
+ );
4404
+ }
4405
+
4144
4406
  /**
4145
4407
  * Delete/cancel an async request for conversation aggregates
4146
4408
  *
@@ -4800,6 +5062,62 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4800
5062
  );
4801
5063
  }
4802
5064
 
5065
+ /**
5066
+ * Get status for async query for case management aggregates
5067
+ *
5068
+ * @param {String} jobId jobId
5069
+ * getAnalyticsCasemanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5070
+ */
5071
+ getAnalyticsCasemanagementAggregatesJob(jobId) {
5072
+ // verify the required parameter 'jobId' is set
5073
+ if (jobId === undefined || jobId === null || jobId === '') {
5074
+ throw 'Missing the required parameter "jobId" when calling getAnalyticsCasemanagementAggregatesJob';
5075
+ }
5076
+
5077
+ return this.apiClient.callApi(
5078
+ '/api/v2/analytics/casemanagement/aggregates/jobs/{jobId}',
5079
+ 'GET',
5080
+ { 'jobId': jobId },
5081
+ { },
5082
+ { },
5083
+ { },
5084
+ null,
5085
+ ['PureCloud OAuth'],
5086
+ ['application/json'],
5087
+ ['application/json']
5088
+ );
5089
+ }
5090
+
5091
+ /**
5092
+ * Fetch a page of results for an async case management query
5093
+ *
5094
+ * @param {String} jobId jobId
5095
+ * @param {Object} opts Optional parameters
5096
+ * @param {String} opts.cursor Cursor token to retrieve next page
5097
+ * getAnalyticsCasemanagementAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5098
+ */
5099
+ getAnalyticsCasemanagementAggregatesJobResults(jobId, opts) {
5100
+ opts = opts || {};
5101
+
5102
+ // verify the required parameter 'jobId' is set
5103
+ if (jobId === undefined || jobId === null || jobId === '') {
5104
+ throw 'Missing the required parameter "jobId" when calling getAnalyticsCasemanagementAggregatesJobResults';
5105
+ }
5106
+
5107
+ return this.apiClient.callApi(
5108
+ '/api/v2/analytics/casemanagement/aggregates/jobs/{jobId}/results',
5109
+ 'GET',
5110
+ { 'jobId': jobId },
5111
+ { 'cursor': opts['cursor'] },
5112
+ { },
5113
+ { },
5114
+ null,
5115
+ ['PureCloud OAuth'],
5116
+ ['application/json'],
5117
+ ['application/json']
5118
+ );
5119
+ }
5120
+
4803
5121
  /**
4804
5122
  * Get a conversation by id
4805
5123
  *
@@ -6167,6 +6485,58 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6167
6485
  );
6168
6486
  }
6169
6487
 
6488
+ /**
6489
+ * Query for case management aggregates asynchronously
6490
+ *
6491
+ * @param {Object} body query
6492
+ * postAnalyticsCasemanagementAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6493
+ */
6494
+ postAnalyticsCasemanagementAggregatesJobs(body) {
6495
+ // verify the required parameter 'body' is set
6496
+ if (body === undefined || body === null) {
6497
+ throw 'Missing the required parameter "body" when calling postAnalyticsCasemanagementAggregatesJobs';
6498
+ }
6499
+
6500
+ return this.apiClient.callApi(
6501
+ '/api/v2/analytics/casemanagement/aggregates/jobs',
6502
+ 'POST',
6503
+ { },
6504
+ { },
6505
+ { },
6506
+ { },
6507
+ body,
6508
+ ['PureCloud OAuth'],
6509
+ ['application/json'],
6510
+ ['application/json']
6511
+ );
6512
+ }
6513
+
6514
+ /**
6515
+ * Query for case management aggregates
6516
+ *
6517
+ * @param {Object} body query
6518
+ * postAnalyticsCasemanagementAggregatesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6519
+ */
6520
+ postAnalyticsCasemanagementAggregatesQuery(body) {
6521
+ // verify the required parameter 'body' is set
6522
+ if (body === undefined || body === null) {
6523
+ throw 'Missing the required parameter "body" when calling postAnalyticsCasemanagementAggregatesQuery';
6524
+ }
6525
+
6526
+ return this.apiClient.callApi(
6527
+ '/api/v2/analytics/casemanagement/aggregates/query',
6528
+ 'POST',
6529
+ { },
6530
+ { },
6531
+ { },
6532
+ { },
6533
+ body,
6534
+ ['PureCloud OAuth'],
6535
+ ['application/json'],
6536
+ ['application/json']
6537
+ );
6538
+ }
6539
+
6170
6540
  /**
6171
6541
  * Index conversation properties
6172
6542
  *
@@ -7316,7 +7686,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7316
7686
  /**
7317
7687
  * Architect service.
7318
7688
  * @module purecloud-platform-client-v2/api/ArchitectApi
7319
- * @version 239.0.0
7689
+ * @version 241.1.0
7320
7690
  */
7321
7691
 
7322
7692
  /**
@@ -11611,7 +11981,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11611
11981
  /**
11612
11982
  * Audit service.
11613
11983
  * @module purecloud-platform-client-v2/api/AuditApi
11614
- * @version 239.0.0
11984
+ * @version 241.1.0
11615
11985
  */
11616
11986
 
11617
11987
  /**
@@ -11812,7 +12182,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11812
12182
  /**
11813
12183
  * Authorization service.
11814
12184
  * @module purecloud-platform-client-v2/api/AuthorizationApi
11815
- * @version 239.0.0
12185
+ * @version 241.1.0
11816
12186
  */
11817
12187
 
11818
12188
  /**
@@ -11861,7 +12231,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11861
12231
  *
11862
12232
  * @param {String} targetName The domain:entity:action target to which the policy is applied
11863
12233
  * @param {String} subjectId The ID of the subject to which the policy is applied
11864
- * deleteAuthorizationPoliciesTargetSubjectSubjectId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
11865
12234
  */
11866
12235
  deleteAuthorizationPoliciesTargetSubjectSubjectId(targetName, subjectId) {
11867
12236
  // verify the required parameter 'targetName' is set
@@ -12260,7 +12629,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12260
12629
  * @param {Object} opts Optional parameters
12261
12630
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
12262
12631
  * @param {Number} opts.pageSize Number of entities to return. Maximum of 200. (default to 25)
12263
- * getAuthorizationPolicies is a preview method and is subject to both breaking and non-breaking changes at any time without notice
12264
12632
  */
12265
12633
  getAuthorizationPolicies(opts) {
12266
12634
  opts = opts || {};
@@ -12287,7 +12655,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12287
12655
  * @param {Object} opts Optional parameters
12288
12656
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
12289
12657
  * @param {Number} opts.pageSize Number of entities to return. Maximum of 200. (default to 25)
12290
- * getAuthorizationPoliciesSubjectSubjectId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
12291
12658
  */
12292
12659
  getAuthorizationPoliciesSubjectSubjectId(subjectId, opts) {
12293
12660
  opts = opts || {};
@@ -12318,7 +12685,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12318
12685
  * @param {Object} opts Optional parameters
12319
12686
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
12320
12687
  * @param {Number} opts.pageSize Number of entities to return. Maximum of 200. (default to 25)
12321
- * getAuthorizationPoliciesTarget is a preview method and is subject to both breaking and non-breaking changes at any time without notice
12322
12688
  */
12323
12689
  getAuthorizationPoliciesTarget(targetName, opts) {
12324
12690
  opts = opts || {};
@@ -12347,7 +12713,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12347
12713
  *
12348
12714
  * @param {String} targetName The domain:entity:action resource target to which the policy is applied
12349
12715
  * @param {String} subjectId The ID of the subject to which the policy is applied
12350
- * getAuthorizationPoliciesTargetSubjectSubjectId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
12351
12716
  */
12352
12717
  getAuthorizationPoliciesTargetSubjectSubjectId(targetName, subjectId) {
12353
12718
  // verify the required parameter 'targetName' is set
@@ -12376,7 +12741,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12376
12741
  /**
12377
12742
  * Get a map of policy targets to valid attributes for those targets
12378
12743
  *
12379
- * getAuthorizationPoliciesTargets is a preview method and is subject to both breaking and non-breaking changes at any time without notice
12380
12744
  */
12381
12745
  getAuthorizationPoliciesTargets() {
12382
12746
 
@@ -12398,7 +12762,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12398
12762
  * Get an access control policy with the specified policy ID
12399
12763
  *
12400
12764
  * @param {String} policyId The ID of the policy to retrieve
12401
- * getAuthorizationPolicy is a preview method and is subject to both breaking and non-breaking changes at any time without notice
12402
12765
  */
12403
12766
  getAuthorizationPolicy(policyId) {
12404
12767
  // verify the required parameter 'policyId' is set
@@ -12424,7 +12787,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12424
12787
  * Get the list of attributes used to evaluate an access control policy with the specified policy ID
12425
12788
  *
12426
12789
  * @param {String} policyId The ID of the policy to retrieve attributes
12427
- * getAuthorizationPolicyAttributes is a preview method and is subject to both breaking and non-breaking changes at any time without notice
12428
12790
  */
12429
12791
  getAuthorizationPolicyAttributes(policyId) {
12430
12792
  // verify the required parameter 'policyId' is set
@@ -12916,7 +13278,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12916
13278
  *
12917
13279
  * @param {String} targetName The domain:entity:action target to which the policy will be applied
12918
13280
  * @param {Object} body Access control policy
12919
- * postAuthorizationPoliciesTarget is a preview method and is subject to both breaking and non-breaking changes at any time without notice
12920
13281
  */
12921
13282
  postAuthorizationPoliciesTarget(targetName, body) {
12922
13283
  // verify the required parameter 'targetName' is set
@@ -12947,7 +13308,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12947
13308
  *
12948
13309
  * @param {String} targetName The domain:entity:action target to which the policy will be applied
12949
13310
  * @param {Object} body Access control policy
12950
- * postAuthorizationPoliciesTargetValidate is a preview method and is subject to both breaking and non-breaking changes at any time without notice
12951
13311
  */
12952
13312
  postAuthorizationPoliciesTargetValidate(targetName, body) {
12953
13313
  // verify the required parameter 'targetName' is set
@@ -12978,7 +13338,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12978
13338
  *
12979
13339
  * @param {String} policyId The ID of the policy to test the simulated data against
12980
13340
  * @param {Object} body A map of attribute names to type and simulated data value
12981
- * postAuthorizationPolicySimulate is a preview method and is subject to both breaking and non-breaking changes at any time without notice
12982
13341
  */
12983
13342
  postAuthorizationPolicySimulate(policyId, body) {
12984
13343
  // verify the required parameter 'policyId' is set
@@ -13294,7 +13653,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13294
13653
  *
13295
13654
  * @param {String} targetName The domain:entity:action target to which the policy will be applied
13296
13655
  * @param {Object} body Access control policy
13297
- * putAuthorizationPoliciesTarget is a preview method and is subject to both breaking and non-breaking changes at any time without notice
13298
13656
  */
13299
13657
  putAuthorizationPoliciesTarget(targetName, body) {
13300
13658
  // verify the required parameter 'targetName' is set
@@ -13325,7 +13683,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13325
13683
  *
13326
13684
  * @param {String} policyId The ID of the policy to update
13327
13685
  * @param {Object} body Access control policy
13328
- * putAuthorizationPolicy is a preview method and is subject to both breaking and non-breaking changes at any time without notice
13329
13686
  */
13330
13687
  putAuthorizationPolicy(policyId, body) {
13331
13688
  // verify the required parameter 'policyId' is set
@@ -13527,7 +13884,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13527
13884
  /**
13528
13885
  * Billing service.
13529
13886
  * @module purecloud-platform-client-v2/api/BillingApi
13530
- * @version 239.0.0
13887
+ * @version 241.1.0
13531
13888
  */
13532
13889
 
13533
13890
  /**
@@ -13783,7 +14140,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13783
14140
  /**
13784
14141
  * BusinessRules service.
13785
14142
  * @module purecloud-platform-client-v2/api/BusinessRulesApi
13786
- * @version 239.0.0
14143
+ * @version 241.1.0
13787
14144
  */
13788
14145
 
13789
14146
  /**
@@ -14670,7 +15027,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14670
15027
  /**
14671
15028
  * CarrierServices service.
14672
15029
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
14673
- * @version 239.0.0
15030
+ * @version 241.1.0
14674
15031
  */
14675
15032
 
14676
15033
  /**
@@ -14740,7 +15097,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14740
15097
  /**
14741
15098
  * Chat service.
14742
15099
  * @module purecloud-platform-client-v2/api/ChatApi
14743
- * @version 239.0.0
15100
+ * @version 241.1.0
14744
15101
  */
14745
15102
 
14746
15103
  /**
@@ -15721,7 +16078,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15721
16078
  /**
15722
16079
  * Coaching service.
15723
16080
  * @module purecloud-platform-client-v2/api/CoachingApi
15724
- * @version 239.0.0
16081
+ * @version 241.1.0
15725
16082
  */
15726
16083
 
15727
16084
  /**
@@ -16348,7 +16705,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16348
16705
  /**
16349
16706
  * ContentManagement service.
16350
16707
  * @module purecloud-platform-client-v2/api/ContentManagementApi
16351
- * @version 239.0.0
16708
+ * @version 241.1.0
16352
16709
  */
16353
16710
 
16354
16711
  /**
@@ -17429,7 +17786,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17429
17786
  /**
17430
17787
  * Conversations service.
17431
17788
  * @module purecloud-platform-client-v2/api/ConversationsApi
17432
- * @version 239.0.0
17789
+ * @version 241.1.0
17433
17790
  */
17434
17791
 
17435
17792
  /**
@@ -18095,6 +18452,111 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18095
18452
  );
18096
18453
  }
18097
18454
 
18455
+ /**
18456
+ * Get checklist info for a single checklist.
18457
+ *
18458
+ * @param {String} conversationId Conversation ID
18459
+ * @param {String} communicationId Communication ID
18460
+ * @param {String} agentChecklistId Agent Checklist ID
18461
+ */
18462
+ getConversationCommunicationAgentchecklist(conversationId, communicationId, agentChecklistId) {
18463
+ // verify the required parameter 'conversationId' is set
18464
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
18465
+ throw 'Missing the required parameter "conversationId" when calling getConversationCommunicationAgentchecklist';
18466
+ }
18467
+ // verify the required parameter 'communicationId' is set
18468
+ if (communicationId === undefined || communicationId === null || communicationId === '') {
18469
+ throw 'Missing the required parameter "communicationId" when calling getConversationCommunicationAgentchecklist';
18470
+ }
18471
+ // verify the required parameter 'agentChecklistId' is set
18472
+ if (agentChecklistId === undefined || agentChecklistId === null || agentChecklistId === '') {
18473
+ throw 'Missing the required parameter "agentChecklistId" when calling getConversationCommunicationAgentchecklist';
18474
+ }
18475
+
18476
+ return this.apiClient.callApi(
18477
+ '/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/{agentChecklistId}',
18478
+ 'GET',
18479
+ { 'conversationId': conversationId,'communicationId': communicationId,'agentChecklistId': agentChecklistId },
18480
+ { },
18481
+ { },
18482
+ { },
18483
+ null,
18484
+ ['PureCloud OAuth'],
18485
+ ['application/json'],
18486
+ ['application/json']
18487
+ );
18488
+ }
18489
+
18490
+ /**
18491
+ * Get inference job status
18492
+ *
18493
+ * @param {String} conversationId Conversation ID
18494
+ * @param {String} communicationId Communication ID
18495
+ * @param {String} agentChecklistId Agent Checklist ID
18496
+ * @param {String} jobId Inference Job ID
18497
+ */
18498
+ getConversationCommunicationAgentchecklistJob(conversationId, communicationId, agentChecklistId, jobId) {
18499
+ // verify the required parameter 'conversationId' is set
18500
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
18501
+ throw 'Missing the required parameter "conversationId" when calling getConversationCommunicationAgentchecklistJob';
18502
+ }
18503
+ // verify the required parameter 'communicationId' is set
18504
+ if (communicationId === undefined || communicationId === null || communicationId === '') {
18505
+ throw 'Missing the required parameter "communicationId" when calling getConversationCommunicationAgentchecklistJob';
18506
+ }
18507
+ // verify the required parameter 'agentChecklistId' is set
18508
+ if (agentChecklistId === undefined || agentChecklistId === null || agentChecklistId === '') {
18509
+ throw 'Missing the required parameter "agentChecklistId" when calling getConversationCommunicationAgentchecklistJob';
18510
+ }
18511
+ // verify the required parameter 'jobId' is set
18512
+ if (jobId === undefined || jobId === null || jobId === '') {
18513
+ throw 'Missing the required parameter "jobId" when calling getConversationCommunicationAgentchecklistJob';
18514
+ }
18515
+
18516
+ return this.apiClient.callApi(
18517
+ '/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/{agentChecklistId}/jobs/{jobId}',
18518
+ 'GET',
18519
+ { 'conversationId': conversationId,'communicationId': communicationId,'agentChecklistId': agentChecklistId,'jobId': jobId },
18520
+ { },
18521
+ { },
18522
+ { },
18523
+ null,
18524
+ ['PureCloud OAuth'],
18525
+ ['application/json'],
18526
+ ['application/json']
18527
+ );
18528
+ }
18529
+
18530
+ /**
18531
+ * Get information of all checklists associated with a conversation.
18532
+ *
18533
+ * @param {String} conversationId Conversation ID
18534
+ * @param {String} communicationId Communication ID
18535
+ */
18536
+ getConversationCommunicationAgentchecklists(conversationId, communicationId) {
18537
+ // verify the required parameter 'conversationId' is set
18538
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
18539
+ throw 'Missing the required parameter "conversationId" when calling getConversationCommunicationAgentchecklists';
18540
+ }
18541
+ // verify the required parameter 'communicationId' is set
18542
+ if (communicationId === undefined || communicationId === null || communicationId === '') {
18543
+ throw 'Missing the required parameter "communicationId" when calling getConversationCommunicationAgentchecklists';
18544
+ }
18545
+
18546
+ return this.apiClient.callApi(
18547
+ '/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists',
18548
+ 'GET',
18549
+ { 'conversationId': conversationId,'communicationId': communicationId },
18550
+ { },
18551
+ { },
18552
+ { },
18553
+ null,
18554
+ ['PureCloud OAuth'],
18555
+ ['application/json'],
18556
+ ['application/json']
18557
+ );
18558
+ }
18559
+
18098
18560
  /**
18099
18561
  * Get message
18100
18562
  *
@@ -22650,6 +23112,161 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22650
23112
  );
22651
23113
  }
22652
23114
 
23115
+ /**
23116
+ * Agent Checklist activation API
23117
+ *
23118
+ * @param {String} conversationId Conversation ID
23119
+ * @param {String} communicationId Communication ID
23120
+ * @param {String} agentChecklistId Agent Checklist ID
23121
+ * @param {Object} body Agent checklist activation payload
23122
+ */
23123
+ postConversationCommunicationAgentchecklist(conversationId, communicationId, agentChecklistId, body) {
23124
+ // verify the required parameter 'conversationId' is set
23125
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
23126
+ throw 'Missing the required parameter "conversationId" when calling postConversationCommunicationAgentchecklist';
23127
+ }
23128
+ // verify the required parameter 'communicationId' is set
23129
+ if (communicationId === undefined || communicationId === null || communicationId === '') {
23130
+ throw 'Missing the required parameter "communicationId" when calling postConversationCommunicationAgentchecklist';
23131
+ }
23132
+ // verify the required parameter 'agentChecklistId' is set
23133
+ if (agentChecklistId === undefined || agentChecklistId === null || agentChecklistId === '') {
23134
+ throw 'Missing the required parameter "agentChecklistId" when calling postConversationCommunicationAgentchecklist';
23135
+ }
23136
+ // verify the required parameter 'body' is set
23137
+ if (body === undefined || body === null) {
23138
+ throw 'Missing the required parameter "body" when calling postConversationCommunicationAgentchecklist';
23139
+ }
23140
+
23141
+ return this.apiClient.callApi(
23142
+ '/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/{agentChecklistId}',
23143
+ 'POST',
23144
+ { 'conversationId': conversationId,'communicationId': communicationId,'agentChecklistId': agentChecklistId },
23145
+ { },
23146
+ { },
23147
+ { },
23148
+ body,
23149
+ ['PureCloud OAuth'],
23150
+ ['application/json'],
23151
+ ['application/json']
23152
+ );
23153
+ }
23154
+
23155
+ /**
23156
+ * API invoked to capture an agent action.
23157
+ *
23158
+ * @param {String} conversationId Conversation ID
23159
+ * @param {String} communicationId Communication ID
23160
+ * @param {String} agentChecklistId Agent Checklist ID
23161
+ * @param {Object} body Agent action payload
23162
+ */
23163
+ postConversationCommunicationAgentchecklistAgentaction(conversationId, communicationId, agentChecklistId, body) {
23164
+ // verify the required parameter 'conversationId' is set
23165
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
23166
+ throw 'Missing the required parameter "conversationId" when calling postConversationCommunicationAgentchecklistAgentaction';
23167
+ }
23168
+ // verify the required parameter 'communicationId' is set
23169
+ if (communicationId === undefined || communicationId === null || communicationId === '') {
23170
+ throw 'Missing the required parameter "communicationId" when calling postConversationCommunicationAgentchecklistAgentaction';
23171
+ }
23172
+ // verify the required parameter 'agentChecklistId' is set
23173
+ if (agentChecklistId === undefined || agentChecklistId === null || agentChecklistId === '') {
23174
+ throw 'Missing the required parameter "agentChecklistId" when calling postConversationCommunicationAgentchecklistAgentaction';
23175
+ }
23176
+ // verify the required parameter 'body' is set
23177
+ if (body === undefined || body === null) {
23178
+ throw 'Missing the required parameter "body" when calling postConversationCommunicationAgentchecklistAgentaction';
23179
+ }
23180
+
23181
+ return this.apiClient.callApi(
23182
+ '/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/{agentChecklistId}/agentaction',
23183
+ 'POST',
23184
+ { 'conversationId': conversationId,'communicationId': communicationId,'agentChecklistId': agentChecklistId },
23185
+ { },
23186
+ { },
23187
+ { },
23188
+ body,
23189
+ ['PureCloud OAuth'],
23190
+ ['application/json'],
23191
+ ['application/json']
23192
+ );
23193
+ }
23194
+
23195
+ /**
23196
+ * Create inference job
23197
+ *
23198
+ * @param {String} conversationId Conversation ID
23199
+ * @param {String} communicationId Communication ID
23200
+ * @param {String} agentChecklistId Agent Checklist ID
23201
+ * @param {Object} body Agent checklist inference job payload
23202
+ */
23203
+ postConversationCommunicationAgentchecklistJobs(conversationId, communicationId, agentChecklistId, body) {
23204
+ // verify the required parameter 'conversationId' is set
23205
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
23206
+ throw 'Missing the required parameter "conversationId" when calling postConversationCommunicationAgentchecklistJobs';
23207
+ }
23208
+ // verify the required parameter 'communicationId' is set
23209
+ if (communicationId === undefined || communicationId === null || communicationId === '') {
23210
+ throw 'Missing the required parameter "communicationId" when calling postConversationCommunicationAgentchecklistJobs';
23211
+ }
23212
+ // verify the required parameter 'agentChecklistId' is set
23213
+ if (agentChecklistId === undefined || agentChecklistId === null || agentChecklistId === '') {
23214
+ throw 'Missing the required parameter "agentChecklistId" when calling postConversationCommunicationAgentchecklistJobs';
23215
+ }
23216
+ // verify the required parameter 'body' is set
23217
+ if (body === undefined || body === null) {
23218
+ throw 'Missing the required parameter "body" when calling postConversationCommunicationAgentchecklistJobs';
23219
+ }
23220
+
23221
+ return this.apiClient.callApi(
23222
+ '/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/{agentChecklistId}/jobs',
23223
+ 'POST',
23224
+ { 'conversationId': conversationId,'communicationId': communicationId,'agentChecklistId': agentChecklistId },
23225
+ { },
23226
+ { },
23227
+ { },
23228
+ body,
23229
+ ['PureCloud OAuth'],
23230
+ ['application/json'],
23231
+ ['application/json']
23232
+ );
23233
+ }
23234
+
23235
+ /**
23236
+ * API invoked to finalize agent checklist evaluation.
23237
+ *
23238
+ * @param {String} conversationId Conversation ID
23239
+ * @param {String} communicationId Communication ID
23240
+ * @param {Object} body Agent checklist finalize payload
23241
+ */
23242
+ postConversationCommunicationAgentchecklistsFinalize(conversationId, communicationId, body) {
23243
+ // verify the required parameter 'conversationId' is set
23244
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
23245
+ throw 'Missing the required parameter "conversationId" when calling postConversationCommunicationAgentchecklistsFinalize';
23246
+ }
23247
+ // verify the required parameter 'communicationId' is set
23248
+ if (communicationId === undefined || communicationId === null || communicationId === '') {
23249
+ throw 'Missing the required parameter "communicationId" when calling postConversationCommunicationAgentchecklistsFinalize';
23250
+ }
23251
+ // verify the required parameter 'body' is set
23252
+ if (body === undefined || body === null) {
23253
+ throw 'Missing the required parameter "body" when calling postConversationCommunicationAgentchecklistsFinalize';
23254
+ }
23255
+
23256
+ return this.apiClient.callApi(
23257
+ '/api/v2/conversations/{conversationId}/communications/{communicationId}/agentchecklists/finalize',
23258
+ 'POST',
23259
+ { 'conversationId': conversationId,'communicationId': communicationId },
23260
+ { },
23261
+ { },
23262
+ { },
23263
+ body,
23264
+ ['PureCloud OAuth'],
23265
+ ['application/json'],
23266
+ ['application/json']
23267
+ );
23268
+ }
23269
+
22653
23270
  /**
22654
23271
  * Send internal message
22655
23272
  * Send a new internal message for an existing communication.
@@ -22814,11 +23431,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22814
23431
  }
22815
23432
 
22816
23433
  /**
22817
- * Replace this participant with the specified user and/or address
22818
- *
23434
+ * Replace this participant (Deprecated)
23435
+ * This endpoint is deprecated. Use one of the following endpoints instead: /transfer, /replace/agent, /replace/queue, or /replace/contact/external.
22819
23436
  * @param {String} conversationId conversation ID
22820
23437
  * @param {String} participantId participant ID
22821
23438
  * @param {Object} body Transfer request
23439
+ * @deprecated
22822
23440
  */
22823
23441
  postConversationParticipantReplace(conversationId, participantId, body) {
22824
23442
  // verify the required parameter 'conversationId' is set
@@ -22889,7 +23507,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22889
23507
  * @param {String} conversationId conversation ID
22890
23508
  * @param {String} participantId participant ID
22891
23509
  * @param {Object} body Transfer request
22892
- * postConversationParticipantReplaceContactExternal is a preview method and is subject to both breaking and non-breaking changes at any time without notice
22893
23510
  */
22894
23511
  postConversationParticipantReplaceContactExternal(conversationId, participantId, body) {
22895
23512
  // verify the required parameter 'conversationId' is set
@@ -22920,11 +23537,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22920
23537
  }
22921
23538
 
22922
23539
  /**
22923
- * Replace this participant with the an external contact
22924
- *
23540
+ * Replace this participant with the an external contact (Deprecated)
23541
+ * This endpoint is deprecated. Use /replace/contact/external endpoint instead.
22925
23542
  * @param {String} conversationId conversation ID
22926
23543
  * @param {String} participantId participant ID
22927
23544
  * @param {Object} body Transfer request
23545
+ * @deprecated
22928
23546
  */
22929
23547
  postConversationParticipantReplaceExternal(conversationId, participantId, body) {
22930
23548
  // verify the required parameter 'conversationId' is set
@@ -23029,7 +23647,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23029
23647
  * @param {String} conversationId conversation ID
23030
23648
  * @param {String} participantId participant ID
23031
23649
  * @param {Object} body Transfer request
23032
- * postConversationParticipantTransfer is a preview method and is subject to both breaking and non-breaking changes at any time without notice
23033
23650
  */
23034
23651
  postConversationParticipantTransfer(conversationId, participantId, body) {
23035
23652
  // verify the required parameter 'conversationId' is set
@@ -23289,11 +23906,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23289
23906
  }
23290
23907
 
23291
23908
  /**
23292
- * Initiate and update consult transfer
23293
- *
23909
+ * Initiate and update consult transfer (Deprecated)
23910
+ * This endpoint is deprecated. Use one of the following endpoints instead: /voice/consult, /consult/agent, /consult/queue, or /consult/contact/external.
23294
23911
  * @param {String} conversationId conversationId
23295
23912
  * @param {String} participantId participantId
23296
23913
  * @param {Object} body Destination address and initial speak to
23914
+ * @deprecated
23297
23915
  */
23298
23916
  postConversationsCallParticipantConsult(conversationId, participantId, body) {
23299
23917
  // verify the required parameter 'conversationId' is set
@@ -23364,7 +23982,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23364
23982
  * @param {String} conversationId conversationId
23365
23983
  * @param {String} participantId participantId
23366
23984
  * @param {Object} body Destination address and initial speak to
23367
- * postConversationsCallParticipantConsultContactExternal is a preview method and is subject to both breaking and non-breaking changes at any time without notice
23368
23985
  */
23369
23986
  postConversationsCallParticipantConsultContactExternal(conversationId, participantId, body) {
23370
23987
  // verify the required parameter 'conversationId' is set
@@ -23395,11 +24012,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23395
24012
  }
23396
24013
 
23397
24014
  /**
23398
- * Initiate a consult transfer to an external contact
23399
- *
24015
+ * Initiate a consult transfer to an external contact (Deprecated)
24016
+ * This endpoint is deprecated. Use /consult/contact/external endpoints instead.
23400
24017
  * @param {String} conversationId conversationId
23401
24018
  * @param {String} participantId participantId
23402
24019
  * @param {Object} body Destination address and initial speak to
24020
+ * @deprecated
23403
24021
  */
23404
24022
  postConversationsCallParticipantConsultExternal(conversationId, participantId, body) {
23405
24023
  // verify the required parameter 'conversationId' is set
@@ -23535,7 +24153,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23535
24153
  * @param {String} conversationId conversationId
23536
24154
  * @param {String} participantId participantId
23537
24155
  * @param {Object} body Destination address and initial speak to
23538
- * postConversationsCallParticipantVoiceConsult is a preview method and is subject to both breaking and non-breaking changes at any time without notice
23539
24156
  */
23540
24157
  postConversationsCallParticipantVoiceConsult(conversationId, participantId, body) {
23541
24158
  // verify the required parameter 'conversationId' is set
@@ -26054,7 +26671,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26054
26671
  /**
26055
26672
  * DataExtensions service.
26056
26673
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
26057
- * @version 239.0.0
26674
+ * @version 241.1.0
26058
26675
  */
26059
26676
 
26060
26677
  /**
@@ -26140,7 +26757,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26140
26757
  /**
26141
26758
  * DataPrivacy service.
26142
26759
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
26143
- * @version 239.0.0
26760
+ * @version 241.1.0
26144
26761
  */
26145
26762
 
26146
26763
  /**
@@ -26310,7 +26927,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26310
26927
  /**
26311
26928
  * Downloads service.
26312
26929
  * @module purecloud-platform-client-v2/api/DownloadsApi
26313
- * @version 239.0.0
26930
+ * @version 241.1.0
26314
26931
  */
26315
26932
 
26316
26933
  /**
@@ -26362,7 +26979,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26362
26979
  /**
26363
26980
  * Emails service.
26364
26981
  * @module purecloud-platform-client-v2/api/EmailsApi
26365
- * @version 239.0.0
26982
+ * @version 241.1.0
26366
26983
  */
26367
26984
 
26368
26985
  /**
@@ -26491,7 +27108,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26491
27108
  /**
26492
27109
  * EmployeeEngagement service.
26493
27110
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
26494
- * @version 239.0.0
27111
+ * @version 241.1.0
26495
27112
  */
26496
27113
 
26497
27114
  /**
@@ -26671,7 +27288,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26671
27288
  /**
26672
27289
  * Events service.
26673
27290
  * @module purecloud-platform-client-v2/api/EventsApi
26674
- * @version 239.0.0
27291
+ * @version 241.1.0
26675
27292
  */
26676
27293
 
26677
27294
  /**
@@ -26767,7 +27384,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26767
27384
  /**
26768
27385
  * ExternalContacts service.
26769
27386
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
26770
- * @version 239.0.0
27387
+ * @version 241.1.0
26771
27388
  */
26772
27389
 
26773
27390
  /**
@@ -30014,7 +30631,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30014
30631
  /**
30015
30632
  * Fax service.
30016
30633
  * @module purecloud-platform-client-v2/api/FaxApi
30017
- * @version 239.0.0
30634
+ * @version 241.1.0
30018
30635
  */
30019
30636
 
30020
30637
  /**
@@ -30229,7 +30846,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30229
30846
  /**
30230
30847
  * Flows service.
30231
30848
  * @module purecloud-platform-client-v2/api/FlowsApi
30232
- * @version 239.0.0
30849
+ * @version 241.1.0
30233
30850
  */
30234
30851
 
30235
30852
  /**
@@ -30438,7 +31055,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30438
31055
  /**
30439
31056
  * Gamification service.
30440
31057
  * @module purecloud-platform-client-v2/api/GamificationApi
30441
- * @version 239.0.0
31058
+ * @version 241.1.0
30442
31059
  */
30443
31060
 
30444
31061
  /**
@@ -32996,7 +33613,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32996
33613
  /**
32997
33614
  * GeneralDataProtectionRegulation service.
32998
33615
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
32999
- * @version 239.0.0
33616
+ * @version 241.1.0
33000
33617
  */
33001
33618
 
33002
33619
  /**
@@ -33126,7 +33743,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33126
33743
  /**
33127
33744
  * Geolocation service.
33128
33745
  * @module purecloud-platform-client-v2/api/GeolocationApi
33129
- * @version 239.0.0
33746
+ * @version 241.1.0
33130
33747
  */
33131
33748
 
33132
33749
  /**
@@ -33257,7 +33874,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33257
33874
  /**
33258
33875
  * Greetings service.
33259
33876
  * @module purecloud-platform-client-v2/api/GreetingsApi
33260
- * @version 239.0.0
33877
+ * @version 241.1.0
33261
33878
  */
33262
33879
 
33263
33880
  /**
@@ -33799,7 +34416,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33799
34416
  /**
33800
34417
  * Groups service.
33801
34418
  * @module purecloud-platform-client-v2/api/GroupsApi
33802
- * @version 239.0.0
34419
+ * @version 241.1.0
33803
34420
  */
33804
34421
 
33805
34422
  /**
@@ -34318,7 +34935,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34318
34935
  /**
34319
34936
  * IdentityProvider service.
34320
34937
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
34321
- * @version 239.0.0
34938
+ * @version 241.1.0
34322
34939
  */
34323
34940
 
34324
34941
  /**
@@ -35179,7 +35796,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35179
35796
  /**
35180
35797
  * InfrastructureAsCode service.
35181
35798
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
35182
- * @version 239.0.0
35799
+ * @version 241.1.0
35183
35800
  */
35184
35801
 
35185
35802
  /**
@@ -35346,7 +35963,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35346
35963
  /**
35347
35964
  * Integrations service.
35348
35965
  * @module purecloud-platform-client-v2/api/IntegrationsApi
35349
- * @version 239.0.0
35966
+ * @version 241.1.0
35350
35967
  */
35351
35968
 
35352
35969
  /**
@@ -37994,7 +38611,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37994
38611
  /**
37995
38612
  * Journey service.
37996
38613
  * @module purecloud-platform-client-v2/api/JourneyApi
37997
- * @version 239.0.0
38614
+ * @version 241.1.0
37998
38615
  */
37999
38616
 
38000
38617
  /**
@@ -38367,7 +38984,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38367
38984
  * @param {String} opts.filterValue Value to filter by. Requires 'filterValue' to also be set.
38368
38985
  * @param {Array.<String>} opts.actionMapIds IDs of action maps to return. Use of this parameter is not compatible with pagination, filtering, sorting or querying. A maximum of 100 action maps are allowed per request.
38369
38986
  * @param {Array.<String>} opts.queryFields Action Map field(s) to query on. Requires 'queryValue' to also be set.
38370
- * @param {String} opts.queryValue Value to query on. Requires 'queryFields' to also be set.
38987
+ * @param {String} opts.queryValue Value to query on using fuzzy matching. Requires 'queryFields' to also be set.
38371
38988
  */
38372
38989
  getJourneyActionmaps(opts) {
38373
38990
  opts = opts || {};
@@ -38522,7 +39139,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38522
39139
  * @param {Object} opts.mediaType Media type
38523
39140
  * @param {Object} opts.state Action template state.
38524
39141
  * @param {Array.<String>} opts.queryFields ActionTemplate field(s) to query on. Requires 'queryValue' to also be set.
38525
- * @param {String} opts.queryValue Value to query on. Requires 'queryFields' to also be set.
39142
+ * @param {String} opts.queryValue Value to query on using fuzzy matching. Requires 'queryFields' to also be set.
38526
39143
  */
38527
39144
  getJourneyActiontemplates(opts) {
38528
39145
  opts = opts || {};
@@ -38614,7 +39231,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38614
39231
  * @param {String} opts.sortBy Field(s) to sort by. The response can be sorted by any first level property on the Outcome response. Prefix with '-' for descending (e.g. sortBy=displayName,-createdDate).
38615
39232
  * @param {Array.<String>} opts.outcomeIds IDs of outcomes to return. Use of this parameter is not compatible with pagination, sorting or querying. A maximum of 20 outcomes are allowed per request.
38616
39233
  * @param {Array.<String>} opts.queryFields Outcome field(s) to query on. Requires 'queryValue' to also be set.
38617
- * @param {String} opts.queryValue Value to query on. Requires 'queryFields' to also be set.
39234
+ * @param {String} opts.queryValue Value to query on using fuzzy matching. Requires 'queryFields' to also be set.
38618
39235
  */
38619
39236
  getJourneyOutcomes(opts) {
38620
39237
  opts = opts || {};
@@ -38766,7 +39383,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38766
39383
  * @param {Boolean} opts.isActive Determines whether or not to show only active segments.
38767
39384
  * @param {Array.<String>} opts.segmentIds IDs of segments to return. Use of this parameter is not compatible with pagination, sorting or querying. A maximum of 100 segments are allowed per request.
38768
39385
  * @param {Array.<String>} opts.queryFields Segment field(s) to query on. Requires 'queryValue' to also be set.
38769
- * @param {String} opts.queryValue Value to query on. Requires 'queryFields' to also be set.
39386
+ * @param {String} opts.queryValue Value to query on using fuzzy matching. Requires 'queryFields' to also be set.
38770
39387
  */
38771
39388
  getJourneySegments(opts) {
38772
39389
  opts = opts || {};
@@ -40091,7 +40708,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40091
40708
  /**
40092
40709
  * Knowledge service.
40093
40710
  * @module purecloud-platform-client-v2/api/KnowledgeApi
40094
- * @version 239.0.0
40711
+ * @version 241.1.0
40095
40712
  */
40096
40713
 
40097
40714
  /**
@@ -43174,7 +43791,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43174
43791
  /**
43175
43792
  * LanguageUnderstanding service.
43176
43793
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
43177
- * @version 239.0.0
43794
+ * @version 241.1.0
43178
43795
  */
43179
43796
 
43180
43797
  /**
@@ -44393,7 +45010,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44393
45010
  /**
44394
45011
  * Languages service.
44395
45012
  * @module purecloud-platform-client-v2/api/LanguagesApi
44396
- * @version 239.0.0
45013
+ * @version 241.1.0
44397
45014
  */
44398
45015
 
44399
45016
  /**
@@ -44615,7 +45232,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44615
45232
  /**
44616
45233
  * Learning service.
44617
45234
  * @module purecloud-platform-client-v2/api/LearningApi
44618
- * @version 239.0.0
45235
+ * @version 241.1.0
44619
45236
  */
44620
45237
 
44621
45238
  /**
@@ -45724,7 +46341,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45724
46341
  /**
45725
46342
  * License service.
45726
46343
  * @module purecloud-platform-client-v2/api/LicenseApi
45727
- * @version 239.0.0
46344
+ * @version 241.1.0
45728
46345
  */
45729
46346
 
45730
46347
  /**
@@ -45962,7 +46579,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45962
46579
  /**
45963
46580
  * Locations service.
45964
46581
  * @module purecloud-platform-client-v2/api/LocationsApi
45965
- * @version 239.0.0
46582
+ * @version 241.1.0
45966
46583
  */
45967
46584
 
45968
46585
  /**
@@ -46198,7 +46815,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46198
46815
  /**
46199
46816
  * LogCapture service.
46200
46817
  * @module purecloud-platform-client-v2/api/LogCaptureApi
46201
- * @version 239.0.0
46818
+ * @version 241.1.0
46202
46819
  */
46203
46820
 
46204
46821
  /**
@@ -46397,7 +47014,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46397
47014
  /**
46398
47015
  * Messaging service.
46399
47016
  * @module purecloud-platform-client-v2/api/MessagingApi
46400
- * @version 239.0.0
47017
+ * @version 241.1.0
46401
47018
  */
46402
47019
 
46403
47020
  /**
@@ -46756,7 +47373,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46756
47373
  /**
46757
47374
  * MobileDevices service.
46758
47375
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
46759
- * @version 239.0.0
47376
+ * @version 241.1.0
46760
47377
  */
46761
47378
 
46762
47379
  /**
@@ -46907,7 +47524,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46907
47524
  /**
46908
47525
  * Notifications service.
46909
47526
  * @module purecloud-platform-client-v2/api/NotificationsApi
46910
- * @version 239.0.0
47527
+ * @version 241.1.0
46911
47528
  */
46912
47529
 
46913
47530
  /**
@@ -47140,7 +47757,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47140
47757
  /**
47141
47758
  * OAuth service.
47142
47759
  * @module purecloud-platform-client-v2/api/OAuthApi
47143
- * @version 239.0.0
47760
+ * @version 241.1.0
47144
47761
  */
47145
47762
 
47146
47763
  /**
@@ -47506,7 +48123,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47506
48123
  /**
47507
48124
  * Objects service.
47508
48125
  * @module purecloud-platform-client-v2/api/ObjectsApi
47509
- * @version 239.0.0
48126
+ * @version 241.1.0
47510
48127
  */
47511
48128
 
47512
48129
  /**
@@ -47830,7 +48447,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47830
48447
  /**
47831
48448
  * OperationalEvents service.
47832
48449
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
47833
- * @version 239.0.0
48450
+ * @version 241.1.0
47834
48451
  */
47835
48452
 
47836
48453
  /**
@@ -47947,7 +48564,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47947
48564
  /**
47948
48565
  * Organization service.
47949
48566
  * @module purecloud-platform-client-v2/api/OrganizationApi
47950
- * @version 239.0.0
48567
+ * @version 241.1.0
47951
48568
  */
47952
48569
 
47953
48570
  /**
@@ -48422,7 +49039,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48422
49039
  /**
48423
49040
  * OrganizationAuthorization service.
48424
49041
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
48425
- * @version 239.0.0
49042
+ * @version 241.1.0
48426
49043
  */
48427
49044
 
48428
49045
  /**
@@ -49816,7 +50433,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49816
50433
  /**
49817
50434
  * Outbound service.
49818
50435
  * @module purecloud-platform-client-v2/api/OutboundApi
49819
- * @version 239.0.0
50436
+ * @version 241.1.0
49820
50437
  */
49821
50438
 
49822
50439
  /**
@@ -54564,7 +55181,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54564
55181
  /**
54565
55182
  * Presence service.
54566
55183
  * @module purecloud-platform-client-v2/api/PresenceApi
54567
- * @version 239.0.0
55184
+ * @version 241.1.0
54568
55185
  */
54569
55186
 
54570
55187
  /**
@@ -55308,7 +55925,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55308
55925
  /**
55309
55926
  * ProcessAutomation service.
55310
55927
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
55311
- * @version 239.0.0
55928
+ * @version 241.1.0
55312
55929
  */
55313
55930
 
55314
55931
  /**
@@ -55547,7 +56164,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55547
56164
  /**
55548
56165
  * Quality service.
55549
56166
  * @module purecloud-platform-client-v2/api/QualityApi
55550
- * @version 239.0.0
56167
+ * @version 241.1.0
55551
56168
  */
55552
56169
 
55553
56170
  /**
@@ -57386,7 +58003,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57386
58003
  /**
57387
58004
  * Recording service.
57388
58005
  * @module purecloud-platform-client-v2/api/RecordingApi
57389
- * @version 239.0.0
58006
+ * @version 241.1.0
57390
58007
  */
57391
58008
 
57392
58009
  /**
@@ -58991,7 +59608,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58991
59608
  /**
58992
59609
  * ResponseManagement service.
58993
59610
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
58994
- * @version 239.0.0
59611
+ * @version 241.1.0
58995
59612
  */
58996
59613
 
58997
59614
  /**
@@ -59501,7 +60118,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59501
60118
  /**
59502
60119
  * Routing service.
59503
60120
  * @module purecloud-platform-client-v2/api/RoutingApi
59504
- * @version 239.0.0
60121
+ * @version 241.1.0
59505
60122
  */
59506
60123
 
59507
60124
  /**
@@ -59691,6 +60308,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59691
60308
  );
59692
60309
  }
59693
60310
 
60311
+ /**
60312
+ * Delete a custom Key Performance Indicator.
60313
+ *
60314
+ * @param {String} kpiId Key Performance Indicator ID
60315
+ * deleteRoutingPredictorsKeyperformanceindicator is a preview method and is subject to both breaking and non-breaking changes at any time without notice
60316
+ */
60317
+ deleteRoutingPredictorsKeyperformanceindicator(kpiId) {
60318
+ // verify the required parameter 'kpiId' is set
60319
+ if (kpiId === undefined || kpiId === null || kpiId === '') {
60320
+ throw 'Missing the required parameter "kpiId" when calling deleteRoutingPredictorsKeyperformanceindicator';
60321
+ }
60322
+
60323
+ return this.apiClient.callApi(
60324
+ '/api/v2/routing/predictors/keyperformanceindicators/{kpiId}',
60325
+ 'DELETE',
60326
+ { 'kpiId': kpiId },
60327
+ { },
60328
+ { },
60329
+ { },
60330
+ null,
60331
+ ['PureCloud OAuth'],
60332
+ ['application/json'],
60333
+ ['application/json']
60334
+ );
60335
+ }
60336
+
59694
60337
  /**
59695
60338
  * Delete a queue
59696
60339
  *
@@ -60831,6 +61474,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60831
61474
  );
60832
61475
  }
60833
61476
 
61477
+ /**
61478
+ * Retrieve a single Key Performance Indicator.
61479
+ *
61480
+ * @param {String} kpiId Key Performance Indicator ID
61481
+ * @param {Object} opts Optional parameters
61482
+ * @param {Array.<String>} opts.expand Parameter to request additional data to return in KPI payload
61483
+ * getRoutingPredictorsKeyperformanceindicator is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61484
+ */
61485
+ getRoutingPredictorsKeyperformanceindicator(kpiId, opts) {
61486
+ opts = opts || {};
61487
+
61488
+ // verify the required parameter 'kpiId' is set
61489
+ if (kpiId === undefined || kpiId === null || kpiId === '') {
61490
+ throw 'Missing the required parameter "kpiId" when calling getRoutingPredictorsKeyperformanceindicator';
61491
+ }
61492
+
61493
+ return this.apiClient.callApi(
61494
+ '/api/v2/routing/predictors/keyperformanceindicators/{kpiId}',
61495
+ 'GET',
61496
+ { 'kpiId': kpiId },
61497
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
61498
+ { },
61499
+ { },
61500
+ null,
61501
+ ['PureCloud OAuth'],
61502
+ ['application/json'],
61503
+ ['application/json']
61504
+ );
61505
+ }
61506
+
60834
61507
  /**
60835
61508
  * Get a list of Key Performance Indicators
60836
61509
  *
@@ -60856,6 +61529,27 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60856
61529
  );
60857
61530
  }
60858
61531
 
61532
+ /**
61533
+ * Get a list of Key Performance Indicators Types available.
61534
+ *
61535
+ * getRoutingPredictorsKeyperformanceindicatortypes is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61536
+ */
61537
+ getRoutingPredictorsKeyperformanceindicatortypes() {
61538
+
61539
+ return this.apiClient.callApi(
61540
+ '/api/v2/routing/predictors/keyperformanceindicatortypes',
61541
+ 'GET',
61542
+ { },
61543
+ { },
61544
+ { },
61545
+ { },
61546
+ null,
61547
+ ['PureCloud OAuth'],
61548
+ ['application/json'],
61549
+ ['application/json']
61550
+ );
61551
+ }
61552
+
60859
61553
  /**
60860
61554
  * Get details about this queue.
60861
61555
  *
@@ -62266,6 +62960,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62266
62960
  );
62267
62961
  }
62268
62962
 
62963
+ /**
62964
+ * Update a custom Key Performance Indicator.
62965
+ *
62966
+ * @param {String} kpiId Key Performance Indicator ID
62967
+ * @param {Object} opts Optional parameters
62968
+ * @param {Object} opts.body
62969
+ * patchRoutingPredictorsKeyperformanceindicator is a preview method and is subject to both breaking and non-breaking changes at any time without notice
62970
+ */
62971
+ patchRoutingPredictorsKeyperformanceindicator(kpiId, opts) {
62972
+ opts = opts || {};
62973
+
62974
+ // verify the required parameter 'kpiId' is set
62975
+ if (kpiId === undefined || kpiId === null || kpiId === '') {
62976
+ throw 'Missing the required parameter "kpiId" when calling patchRoutingPredictorsKeyperformanceindicator';
62977
+ }
62978
+
62979
+ return this.apiClient.callApi(
62980
+ '/api/v2/routing/predictors/keyperformanceindicators/{kpiId}',
62981
+ 'PATCH',
62982
+ { 'kpiId': kpiId },
62983
+ { },
62984
+ { },
62985
+ { },
62986
+ opts['body'],
62987
+ ['PureCloud OAuth'],
62988
+ ['application/json'],
62989
+ ['application/json']
62990
+ );
62991
+ }
62992
+
62269
62993
  /**
62270
62994
  * Update the ring number OR joined status for a queue member.
62271
62995
  *
@@ -63038,6 +63762,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63038
63762
  );
63039
63763
  }
63040
63764
 
63765
+ /**
63766
+ * Create a custom Key Performance Indicator.
63767
+ *
63768
+ * @param {Object} body request
63769
+ * postRoutingPredictorsKeyperformanceindicators is a preview method and is subject to both breaking and non-breaking changes at any time without notice
63770
+ */
63771
+ postRoutingPredictorsKeyperformanceindicators(body) {
63772
+ // verify the required parameter 'body' is set
63773
+ if (body === undefined || body === null) {
63774
+ throw 'Missing the required parameter "body" when calling postRoutingPredictorsKeyperformanceindicators';
63775
+ }
63776
+
63777
+ return this.apiClient.callApi(
63778
+ '/api/v2/routing/predictors/keyperformanceindicators',
63779
+ 'POST',
63780
+ { },
63781
+ { },
63782
+ { },
63783
+ { },
63784
+ body,
63785
+ ['PureCloud OAuth'],
63786
+ ['application/json'],
63787
+ ['application/json']
63788
+ );
63789
+ }
63790
+
63041
63791
  /**
63042
63792
  * Bulk add or delete up to 100 queue members
63043
63793
  *
@@ -63984,7 +64734,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63984
64734
  /**
63985
64735
  * SCIM service.
63986
64736
  * @module purecloud-platform-client-v2/api/SCIMApi
63987
- * @version 239.0.0
64737
+ * @version 241.1.0
63988
64738
  */
63989
64739
 
63990
64740
  /**
@@ -64861,7 +65611,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64861
65611
  /**
64862
65612
  * ScreenRecording service.
64863
65613
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
64864
- * @version 239.0.0
65614
+ * @version 241.1.0
64865
65615
  */
64866
65616
 
64867
65617
  /**
@@ -64906,7 +65656,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64906
65656
  /**
64907
65657
  * Scripts service.
64908
65658
  * @module purecloud-platform-client-v2/api/ScriptsApi
64909
- * @version 239.0.0
65659
+ * @version 241.1.0
64910
65660
  */
64911
65661
 
64912
65662
  /**
@@ -65382,7 +66132,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65382
66132
  /**
65383
66133
  * Search service.
65384
66134
  * @module purecloud-platform-client-v2/api/SearchApi
65385
- * @version 239.0.0
66135
+ * @version 241.1.0
65386
66136
  */
65387
66137
 
65388
66138
  /**
@@ -66070,7 +66820,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66070
66820
  /**
66071
66821
  * Settings service.
66072
66822
  * @module purecloud-platform-client-v2/api/SettingsApi
66073
- * @version 239.0.0
66823
+ * @version 241.1.0
66074
66824
  */
66075
66825
 
66076
66826
  /**
@@ -66418,7 +67168,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66418
67168
  /**
66419
67169
  * SocialMedia service.
66420
67170
  * @module purecloud-platform-client-v2/api/SocialMediaApi
66421
- * @version 239.0.0
67171
+ * @version 241.1.0
66422
67172
  */
66423
67173
 
66424
67174
  /**
@@ -67320,6 +68070,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67320
68070
  * @param {Number} opts.pageSize Page size (default to 25)
67321
68071
  * @param {Array.<String>} opts.divisionIds One or more division IDs. If nothing is provided, the social topics associated withthe list of divisions that the user has access to will be returned.
67322
68072
  * @param {Boolean} opts.includeDeleted Determines whether to include soft-deleted items in the result.
68073
+ * @param {String} opts.name Search for topic by name that contains the given search string, search is case insensitive
67323
68074
  */
67324
68075
  getSocialmediaTopics(opts) {
67325
68076
  opts = opts || {};
@@ -67329,7 +68080,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67329
68080
  '/api/v2/socialmedia/topics',
67330
68081
  'GET',
67331
68082
  { },
67332
- { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'divisionIds': this.apiClient.buildCollectionParam(opts['divisionIds'], 'multi'),'includeDeleted': opts['includeDeleted'] },
68083
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'divisionIds': this.apiClient.buildCollectionParam(opts['divisionIds'], 'multi'),'includeDeleted': opts['includeDeleted'],'name': opts['name'] },
67333
68084
  { },
67334
68085
  { },
67335
68086
  null,
@@ -68013,7 +68764,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68013
68764
  /**
68014
68765
  * SpeechTextAnalytics service.
68015
68766
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
68016
- * @version 239.0.0
68767
+ * @version 241.1.0
68017
68768
  */
68018
68769
 
68019
68770
  /**
@@ -69660,7 +70411,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69660
70411
  /**
69661
70412
  * Stations service.
69662
70413
  * @module purecloud-platform-client-v2/api/StationsApi
69663
- * @version 239.0.0
70414
+ * @version 241.1.0
69664
70415
  */
69665
70416
 
69666
70417
  /**
@@ -69762,7 +70513,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69762
70513
  /**
69763
70514
  * Suggest service.
69764
70515
  * @module purecloud-platform-client-v2/api/SuggestApi
69765
- * @version 239.0.0
70516
+ * @version 241.1.0
69766
70517
  */
69767
70518
 
69768
70519
  /**
@@ -69901,7 +70652,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69901
70652
  /**
69902
70653
  * TaskManagement service.
69903
70654
  * @module purecloud-platform-client-v2/api/TaskManagementApi
69904
- * @version 239.0.0
70655
+ * @version 241.1.0
69905
70656
  */
69906
70657
 
69907
70658
  /**
@@ -72063,7 +72814,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72063
72814
  /**
72064
72815
  * Teams service.
72065
72816
  * @module purecloud-platform-client-v2/api/TeamsApi
72066
- * @version 239.0.0
72817
+ * @version 241.1.0
72067
72818
  */
72068
72819
 
72069
72820
  /**
@@ -72368,7 +73119,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72368
73119
  /**
72369
73120
  * Telephony service.
72370
73121
  * @module purecloud-platform-client-v2/api/TelephonyApi
72371
- * @version 239.0.0
73122
+ * @version 241.1.0
72372
73123
  */
72373
73124
 
72374
73125
  /**
@@ -72654,7 +73405,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72654
73405
  /**
72655
73406
  * TelephonyProvidersEdge service.
72656
73407
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
72657
- * @version 239.0.0
73408
+ * @version 241.1.0
72658
73409
  */
72659
73410
 
72660
73411
  /**
@@ -76147,7 +76898,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76147
76898
  /**
76148
76899
  * Textbots service.
76149
76900
  * @module purecloud-platform-client-v2/api/TextbotsApi
76150
- * @version 239.0.0
76901
+ * @version 241.1.0
76151
76902
  */
76152
76903
 
76153
76904
  /**
@@ -76276,7 +77027,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76276
77027
  /**
76277
77028
  * Tokens service.
76278
77029
  * @module purecloud-platform-client-v2/api/TokensApi
76279
- * @version 239.0.0
77030
+ * @version 241.1.0
76280
77031
  */
76281
77032
 
76282
77033
  /**
@@ -76430,7 +77181,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76430
77181
  /**
76431
77182
  * Uploads service.
76432
77183
  * @module purecloud-platform-client-v2/api/UploadsApi
76433
- * @version 239.0.0
77184
+ * @version 241.1.0
76434
77185
  */
76435
77186
 
76436
77187
  /**
@@ -76721,7 +77472,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76721
77472
  /**
76722
77473
  * Usage service.
76723
77474
  * @module purecloud-platform-client-v2/api/UsageApi
76724
- * @version 239.0.0
77475
+ * @version 241.1.0
76725
77476
  */
76726
77477
 
76727
77478
  /**
@@ -77056,7 +77807,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
77056
77807
  /**
77057
77808
  * UserRecordings service.
77058
77809
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
77059
- * @version 239.0.0
77810
+ * @version 241.1.0
77060
77811
  */
77061
77812
 
77062
77813
  /**
@@ -77240,7 +77991,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
77240
77991
  /**
77241
77992
  * Users service.
77242
77993
  * @module purecloud-platform-client-v2/api/UsersApi
77243
- * @version 239.0.0
77994
+ * @version 241.1.0
77244
77995
  */
77245
77996
 
77246
77997
  /**
@@ -80249,7 +81000,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
80249
81000
  /**
80250
81001
  * UsersRules service.
80251
81002
  * @module purecloud-platform-client-v2/api/UsersRulesApi
80252
- * @version 239.0.0
81003
+ * @version 241.1.0
80253
81004
  */
80254
81005
 
80255
81006
  /**
@@ -80538,7 +81289,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
80538
81289
  /**
80539
81290
  * Utilities service.
80540
81291
  * @module purecloud-platform-client-v2/api/UtilitiesApi
80541
- * @version 239.0.0
81292
+ * @version 241.1.0
80542
81293
  */
80543
81294
 
80544
81295
  /**
@@ -80649,7 +81400,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
80649
81400
  /**
80650
81401
  * Voicemail service.
80651
81402
  * @module purecloud-platform-client-v2/api/VoicemailApi
80652
- * @version 239.0.0
81403
+ * @version 241.1.0
80653
81404
  */
80654
81405
 
80655
81406
  /**
@@ -81371,7 +82122,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
81371
82122
  /**
81372
82123
  * WebChat service.
81373
82124
  * @module purecloud-platform-client-v2/api/WebChatApi
81374
- * @version 239.0.0
82125
+ * @version 241.1.0
81375
82126
  */
81376
82127
 
81377
82128
  /**
@@ -81934,7 +82685,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
81934
82685
  /**
81935
82686
  * WebDeployments service.
81936
82687
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
81937
- * @version 239.0.0
82688
+ * @version 241.1.0
81938
82689
  */
81939
82690
 
81940
82691
  /**
@@ -82516,7 +83267,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
82516
83267
  /**
82517
83268
  * WebMessaging service.
82518
83269
  * @module purecloud-platform-client-v2/api/WebMessagingApi
82519
- * @version 239.0.0
83270
+ * @version 241.1.0
82520
83271
  */
82521
83272
 
82522
83273
  /**
@@ -82662,7 +83413,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
82662
83413
  /**
82663
83414
  * Widgets service.
82664
83415
  * @module purecloud-platform-client-v2/api/WidgetsApi
82665
- * @version 239.0.0
83416
+ * @version 241.1.0
82666
83417
  */
82667
83418
 
82668
83419
  /**
@@ -82813,7 +83564,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
82813
83564
  /**
82814
83565
  * WorkforceManagement service.
82815
83566
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
82816
- * @version 239.0.0
83567
+ * @version 241.1.0
82817
83568
  */
82818
83569
 
82819
83570
  /**
@@ -90864,7 +91615,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
90864
91615
  * </pre>
90865
91616
  * </p>
90866
91617
  * @module purecloud-platform-client-v2/index
90867
- * @version 239.0.0
91618
+ * @version 241.1.0
90868
91619
  */
90869
91620
  class platformClient {
90870
91621
  constructor() {