purecloud-platform-client-v2 216.0.0 → 217.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 (91) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +826 -457
  3. package/dist/web-amd/purecloud-platform-client-v2.js +826 -457
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +314 -217
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +319 -220
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +345 -220
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -305
  15. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +2 -2
  16. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +112 -1
  17. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +9 -8
  19. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -5
  22. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +174 -2
  25. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +167 -4
  32. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +5 -3
  42. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +13 -11
  44. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +9 -8
  55. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +3 -1
  57. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/OutboundApi.js +19 -7
  59. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/RecordingApi.js +4 -29
  63. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/RoutingApi.js +182 -1
  65. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -3
  81. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +58 -1
  88. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  90. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  91. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -5,7 +5,7 @@ class RoutingApi {
5
5
  /**
6
6
  * Routing service.
7
7
  * @module purecloud-platform-client-v2/api/RoutingApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -846,6 +846,37 @@ class RoutingApi {
846
846
  );
847
847
  }
848
848
 
849
+ /**
850
+ * Get a route identity resolution setting.
851
+ *
852
+ * @param {String} domainName email domain
853
+ * @param {String} routeId route ID
854
+ * getRoutingEmailDomainRouteIdentityresolution is a preview method and is subject to both breaking and non-breaking changes at any time without notice
855
+ */
856
+ getRoutingEmailDomainRouteIdentityresolution(domainName, routeId) {
857
+ // verify the required parameter 'domainName' is set
858
+ if (domainName === undefined || domainName === null) {
859
+ throw 'Missing the required parameter "domainName" when calling getRoutingEmailDomainRouteIdentityresolution';
860
+ }
861
+ // verify the required parameter 'routeId' is set
862
+ if (routeId === undefined || routeId === null) {
863
+ throw 'Missing the required parameter "routeId" when calling getRoutingEmailDomainRouteIdentityresolution';
864
+ }
865
+
866
+ return this.apiClient.callApi(
867
+ '/api/v2/routing/email/domains/{domainName}/routes/{routeId}/identityresolution',
868
+ 'GET',
869
+ { 'domainName': domainName,'routeId': routeId },
870
+ { },
871
+ { },
872
+ { },
873
+ null,
874
+ ['PureCloud OAuth'],
875
+ ['application/json'],
876
+ ['application/json']
877
+ );
878
+ }
879
+
849
880
  /**
850
881
  * Get routes
851
882
  *
@@ -1399,6 +1430,32 @@ class RoutingApi {
1399
1430
  );
1400
1431
  }
1401
1432
 
1433
+ /**
1434
+ * Get Queue IdentityResolution Settings.
1435
+ *
1436
+ * @param {String} queueId Queue ID
1437
+ * getRoutingQueueIdentityresolution is a preview method and is subject to both breaking and non-breaking changes at any time without notice
1438
+ */
1439
+ getRoutingQueueIdentityresolution(queueId) {
1440
+ // verify the required parameter 'queueId' is set
1441
+ if (queueId === undefined || queueId === null) {
1442
+ throw 'Missing the required parameter "queueId" when calling getRoutingQueueIdentityresolution';
1443
+ }
1444
+
1445
+ return this.apiClient.callApi(
1446
+ '/api/v2/routing/queues/{queueId}/identityresolution',
1447
+ 'GET',
1448
+ { 'queueId': queueId },
1449
+ { },
1450
+ { },
1451
+ { },
1452
+ null,
1453
+ ['PureCloud OAuth'],
1454
+ ['application/json'],
1455
+ ['application/json']
1456
+ );
1457
+ }
1458
+
1402
1459
  /**
1403
1460
  * Get Estimated Wait Time
1404
1461
  *
@@ -1971,6 +2028,32 @@ class RoutingApi {
1971
2028
  );
1972
2029
  }
1973
2030
 
2031
+ /**
2032
+ * Get a SMS identity resolution settings.
2033
+ *
2034
+ * @param {String} addressId Address ID
2035
+ * getRoutingSmsIdentityresolutionPhonenumber is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2036
+ */
2037
+ getRoutingSmsIdentityresolutionPhonenumber(addressId) {
2038
+ // verify the required parameter 'addressId' is set
2039
+ if (addressId === undefined || addressId === null) {
2040
+ throw 'Missing the required parameter "addressId" when calling getRoutingSmsIdentityresolutionPhonenumber';
2041
+ }
2042
+
2043
+ return this.apiClient.callApi(
2044
+ '/api/v2/routing/sms/identityresolution/phonenumbers/{addressId}',
2045
+ 'GET',
2046
+ { 'addressId': addressId },
2047
+ { },
2048
+ { },
2049
+ { },
2050
+ null,
2051
+ ['PureCloud OAuth'],
2052
+ ['application/json'],
2053
+ ['application/json']
2054
+ );
2055
+ }
2056
+
1974
2057
  /**
1975
2058
  * Get a phone number provisioned for SMS.
1976
2059
  *
@@ -3776,6 +3859,42 @@ class RoutingApi {
3776
3859
  );
3777
3860
  }
3778
3861
 
3862
+ /**
3863
+ * Update identity resolution settings for a route.
3864
+ *
3865
+ * @param {String} domainName email domain
3866
+ * @param {String} routeId route ID
3867
+ * @param {Object} body
3868
+ * putRoutingEmailDomainRouteIdentityresolution is a preview method and is subject to both breaking and non-breaking changes at any time without notice
3869
+ */
3870
+ putRoutingEmailDomainRouteIdentityresolution(domainName, routeId, body) {
3871
+ // verify the required parameter 'domainName' is set
3872
+ if (domainName === undefined || domainName === null) {
3873
+ throw 'Missing the required parameter "domainName" when calling putRoutingEmailDomainRouteIdentityresolution';
3874
+ }
3875
+ // verify the required parameter 'routeId' is set
3876
+ if (routeId === undefined || routeId === null) {
3877
+ throw 'Missing the required parameter "routeId" when calling putRoutingEmailDomainRouteIdentityresolution';
3878
+ }
3879
+ // verify the required parameter 'body' is set
3880
+ if (body === undefined || body === null) {
3881
+ throw 'Missing the required parameter "body" when calling putRoutingEmailDomainRouteIdentityresolution';
3882
+ }
3883
+
3884
+ return this.apiClient.callApi(
3885
+ '/api/v2/routing/email/domains/{domainName}/routes/{routeId}/identityresolution',
3886
+ 'PUT',
3887
+ { 'domainName': domainName,'routeId': routeId },
3888
+ { },
3889
+ { },
3890
+ { },
3891
+ body,
3892
+ ['PureCloud OAuth'],
3893
+ ['application/json'],
3894
+ ['application/json']
3895
+ );
3896
+ }
3897
+
3779
3898
  /**
3780
3899
  * Request an activation status (cname + dkim) update of an outbound domain
3781
3900
  *
@@ -3861,6 +3980,37 @@ class RoutingApi {
3861
3980
  );
3862
3981
  }
3863
3982
 
3983
+ /**
3984
+ * Update Queue IdentityResolution Settings.
3985
+ *
3986
+ * @param {String} queueId Queue ID
3987
+ * @param {Object} body
3988
+ * putRoutingQueueIdentityresolution is a preview method and is subject to both breaking and non-breaking changes at any time without notice
3989
+ */
3990
+ putRoutingQueueIdentityresolution(queueId, body) {
3991
+ // verify the required parameter 'queueId' is set
3992
+ if (queueId === undefined || queueId === null) {
3993
+ throw 'Missing the required parameter "queueId" when calling putRoutingQueueIdentityresolution';
3994
+ }
3995
+ // verify the required parameter 'body' is set
3996
+ if (body === undefined || body === null) {
3997
+ throw 'Missing the required parameter "body" when calling putRoutingQueueIdentityresolution';
3998
+ }
3999
+
4000
+ return this.apiClient.callApi(
4001
+ '/api/v2/routing/queues/{queueId}/identityresolution',
4002
+ 'PUT',
4003
+ { 'queueId': queueId },
4004
+ { },
4005
+ { },
4006
+ { },
4007
+ body,
4008
+ ['PureCloud OAuth'],
4009
+ ['application/json'],
4010
+ ['application/json']
4011
+ );
4012
+ }
4013
+
3864
4014
  /**
3865
4015
  * Update an organization's routing settings
3866
4016
  *
@@ -3911,6 +4061,37 @@ class RoutingApi {
3911
4061
  );
3912
4062
  }
3913
4063
 
4064
+ /**
4065
+ * Update an SMS identity resolution settings.
4066
+ *
4067
+ * @param {String} addressId Address ID
4068
+ * @param {Object} body
4069
+ * putRoutingSmsIdentityresolutionPhonenumber is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4070
+ */
4071
+ putRoutingSmsIdentityresolutionPhonenumber(addressId, body) {
4072
+ // verify the required parameter 'addressId' is set
4073
+ if (addressId === undefined || addressId === null) {
4074
+ throw 'Missing the required parameter "addressId" when calling putRoutingSmsIdentityresolutionPhonenumber';
4075
+ }
4076
+ // verify the required parameter 'body' is set
4077
+ if (body === undefined || body === null) {
4078
+ throw 'Missing the required parameter "body" when calling putRoutingSmsIdentityresolutionPhonenumber';
4079
+ }
4080
+
4081
+ return this.apiClient.callApi(
4082
+ '/api/v2/routing/sms/identityresolution/phonenumbers/{addressId}',
4083
+ 'PUT',
4084
+ { 'addressId': addressId },
4085
+ { },
4086
+ { },
4087
+ { },
4088
+ body,
4089
+ ['PureCloud OAuth'],
4090
+ ['application/json'],
4091
+ ['application/json']
4092
+ );
4093
+ }
4094
+
3914
4095
  /**
3915
4096
  * Update the user's Direct Routing Backup settings.
3916
4097
  *
@@ -5,7 +5,7 @@ class SCIMApi {
5
5
  /**
6
6
  * SCIM service.
7
7
  * @module purecloud-platform-client-v2/api/SCIMApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ScreenRecordingApi {
5
5
  /**
6
6
  * ScreenRecording service.
7
7
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ScriptsApi {
5
5
  /**
6
6
  * Scripts service.
7
7
  * @module purecloud-platform-client-v2/api/ScriptsApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class SearchApi {
5
5
  /**
6
6
  * Search service.
7
7
  * @module purecloud-platform-client-v2/api/SearchApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class SettingsApi {
5
5
  /**
6
6
  * Settings service.
7
7
  * @module purecloud-platform-client-v2/api/SettingsApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class SocialMediaApi {
5
5
  /**
6
6
  * SocialMedia service.
7
7
  * @module purecloud-platform-client-v2/api/SocialMediaApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class SpeechTextAnalyticsApi {
5
5
  /**
6
6
  * SpeechTextAnalytics service.
7
7
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class StationsApi {
5
5
  /**
6
6
  * Stations service.
7
7
  * @module purecloud-platform-client-v2/api/StationsApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class SuggestApi {
5
5
  /**
6
6
  * Suggest service.
7
7
  * @module purecloud-platform-client-v2/api/SuggestApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class TaskManagementApi {
5
5
  /**
6
6
  * TaskManagement service.
7
7
  * @module purecloud-platform-client-v2/api/TaskManagementApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class TeamsApi {
5
5
  /**
6
6
  * Teams service.
7
7
  * @module purecloud-platform-client-v2/api/TeamsApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class TelephonyApi {
5
5
  /**
6
6
  * Telephony service.
7
7
  * @module purecloud-platform-client-v2/api/TelephonyApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class TelephonyProvidersEdgeApi {
5
5
  /**
6
6
  * TelephonyProvidersEdge service.
7
7
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class TextbotsApi {
5
5
  /**
6
6
  * Textbots service.
7
7
  * @module purecloud-platform-client-v2/api/TextbotsApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class TokensApi {
5
5
  /**
6
6
  * Tokens service.
7
7
  * @module purecloud-platform-client-v2/api/TokensApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class UploadsApi {
5
5
  /**
6
6
  * Uploads service.
7
7
  * @module purecloud-platform-client-v2/api/UploadsApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -25,7 +25,6 @@ class UploadsApi {
25
25
  *
26
26
  * @param {String} knowledgeBaseId Knowledge base ID
27
27
  * @param {String} jobId Upload job ID
28
- * getKnowledgeKnowledgebaseUploadsUrlsJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
29
28
  */
30
29
  getKnowledgeKnowledgebaseUploadsUrlsJob(knowledgeBaseId, jobId) {
31
30
  // verify the required parameter 'knowledgeBaseId' is set
@@ -111,7 +110,6 @@ class UploadsApi {
111
110
  *
112
111
  * @param {String} knowledgeBaseId Knowledge base ID
113
112
  * @param {Object} body uploadRequest
114
- * postKnowledgeKnowledgebaseUploadsUrlsJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
115
113
  */
116
114
  postKnowledgeKnowledgebaseUploadsUrlsJobs(knowledgeBaseId, body) {
117
115
  // verify the required parameter 'knowledgeBaseId' is set
@@ -5,7 +5,7 @@ class UsageApi {
5
5
  /**
6
6
  * Usage service.
7
7
  * @module purecloud-platform-client-v2/api/UsageApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class UserRecordingsApi {
5
5
  /**
6
6
  * UserRecordings service.
7
7
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class UsersApi {
5
5
  /**
6
6
  * Users service.
7
7
  * @module purecloud-platform-client-v2/api/UsersApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class UtilitiesApi {
5
5
  /**
6
6
  * Utilities service.
7
7
  * @module purecloud-platform-client-v2/api/UtilitiesApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class VoicemailApi {
5
5
  /**
6
6
  * Voicemail service.
7
7
  * @module purecloud-platform-client-v2/api/VoicemailApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class WebChatApi {
5
5
  /**
6
6
  * WebChat service.
7
7
  * @module purecloud-platform-client-v2/api/WebChatApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class WebDeploymentsApi {
5
5
  /**
6
6
  * WebDeployments service.
7
7
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -318,6 +318,32 @@ class WebDeploymentsApi {
318
318
  );
319
319
  }
320
320
 
321
+ /**
322
+ * Get a deployment identity resolution setting.
323
+ *
324
+ * @param {String} deploymentId The deployment ID
325
+ * getWebdeploymentsDeploymentIdentityresolution is a preview method and is subject to both breaking and non-breaking changes at any time without notice
326
+ */
327
+ getWebdeploymentsDeploymentIdentityresolution(deploymentId) {
328
+ // verify the required parameter 'deploymentId' is set
329
+ if (deploymentId === undefined || deploymentId === null) {
330
+ throw 'Missing the required parameter "deploymentId" when calling getWebdeploymentsDeploymentIdentityresolution';
331
+ }
332
+
333
+ return this.apiClient.callApi(
334
+ '/api/v2/webdeployments/deployments/{deploymentId}/identityresolution',
335
+ 'GET',
336
+ { 'deploymentId': deploymentId },
337
+ { },
338
+ { },
339
+ { },
340
+ null,
341
+ ['PureCloud OAuth'],
342
+ ['application/json'],
343
+ ['application/json']
344
+ );
345
+ }
346
+
321
347
  /**
322
348
  * Get deployments
323
349
  *
@@ -526,6 +552,37 @@ class WebDeploymentsApi {
526
552
  );
527
553
  }
528
554
 
555
+ /**
556
+ * Update identity resolution settings for a deployment.
557
+ *
558
+ * @param {String} deploymentId The deployment ID
559
+ * @param {Object} body
560
+ * putWebdeploymentsDeploymentIdentityresolution is a preview method and is subject to both breaking and non-breaking changes at any time without notice
561
+ */
562
+ putWebdeploymentsDeploymentIdentityresolution(deploymentId, body) {
563
+ // verify the required parameter 'deploymentId' is set
564
+ if (deploymentId === undefined || deploymentId === null) {
565
+ throw 'Missing the required parameter "deploymentId" when calling putWebdeploymentsDeploymentIdentityresolution';
566
+ }
567
+ // verify the required parameter 'body' is set
568
+ if (body === undefined || body === null) {
569
+ throw 'Missing the required parameter "body" when calling putWebdeploymentsDeploymentIdentityresolution';
570
+ }
571
+
572
+ return this.apiClient.callApi(
573
+ '/api/v2/webdeployments/deployments/{deploymentId}/identityresolution',
574
+ 'PUT',
575
+ { 'deploymentId': deploymentId },
576
+ { },
577
+ { },
578
+ { },
579
+ body,
580
+ ['PureCloud OAuth'],
581
+ ['application/json'],
582
+ ['application/json']
583
+ );
584
+ }
585
+
529
586
  }
530
587
 
531
588
 
@@ -5,7 +5,7 @@ class WebMessagingApi {
5
5
  /**
6
6
  * WebMessaging service.
7
7
  * @module purecloud-platform-client-v2/api/WebMessagingApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class WidgetsApi {
5
5
  /**
6
6
  * Widgets service.
7
7
  * @module purecloud-platform-client-v2/api/WidgetsApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class WorkforceManagementApi {
5
5
  /**
6
6
  * WorkforceManagement service.
7
7
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
8
- * @version 216.0.0
8
+ * @version 217.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -116,7 +116,7 @@ import WorkforceManagementApi from './api/WorkforceManagementApi.js';
116
116
  * </pre>
117
117
  * </p>
118
118
  * @module purecloud-platform-client-v2/index
119
- * @version 216.0.0
119
+ * @version 217.0.0
120
120
  */
121
121
  class platformClient {
122
122
  constructor() {