purecloud-platform-client-v2 220.0.0 → 221.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 (92) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +1301 -126
  3. package/dist/web-amd/purecloud-platform-client-v2.js +1301 -126
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +456 -156
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +456 -156
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +600 -10
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +3 -4
  17. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/BillingApi.js +177 -1
  20. package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +919 -0
  21. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/ChatApi.js +7 -3
  23. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +35 -8
  26. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -16
  33. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/RoutingApi.js +19 -14
  66. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/SettingsApi.js +65 -1
  71. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -3
  73. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -3
  89. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  90. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  91. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  92. package/src/purecloud-platform-client-v2/index.js +7 -1
@@ -5,7 +5,7 @@ class CarrierServicesApi {
5
5
  /**
6
6
  * CarrierServices service.
7
7
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ChatApi {
5
5
  /**
6
6
  * Chat service.
7
7
  * @module purecloud-platform-client-v2/api/ChatApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -315,8 +315,12 @@ class ChatApi {
315
315
  * Get room participants in a room
316
316
  *
317
317
  * @param {String} roomJid roomJid
318
+ * @param {Object} opts Optional parameters
319
+ * @param {Boolean} opts.notify Whether to get users to notify
318
320
  */
319
- getChatsRoomParticipants(roomJid) {
321
+ getChatsRoomParticipants(roomJid, opts) {
322
+ opts = opts || {};
323
+
320
324
  // verify the required parameter 'roomJid' is set
321
325
  if (roomJid === undefined || roomJid === null) {
322
326
  throw 'Missing the required parameter "roomJid" when calling getChatsRoomParticipants';
@@ -326,7 +330,7 @@ class ChatApi {
326
330
  '/api/v2/chats/rooms/{roomJid}/participants',
327
331
  'GET',
328
332
  { 'roomJid': roomJid },
329
- { },
333
+ { 'notify': opts['notify'] },
330
334
  { },
331
335
  { },
332
336
  null,
@@ -5,7 +5,7 @@ class CoachingApi {
5
5
  /**
6
6
  * Coaching service.
7
7
  * @module purecloud-platform-client-v2/api/CoachingApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ContentManagementApi {
5
5
  /**
6
6
  * ContentManagement service.
7
7
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ConversationsApi {
5
5
  /**
6
6
  * Conversations service.
7
7
  * @module purecloud-platform-client-v2/api/ConversationsApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -2211,7 +2211,6 @@ class ConversationsApi {
2211
2211
  * Get Facebook messaging integration identity resolution settings
2212
2212
  *
2213
2213
  * @param {String} integrationId Integration ID
2214
- * getConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2215
2214
  */
2216
2215
  getConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId(integrationId) {
2217
2216
  // verify the required parameter 'integrationId' is set
@@ -2237,7 +2236,6 @@ class ConversationsApi {
2237
2236
  * Get an open messaging integration Identity Resolution settings
2238
2237
  *
2239
2238
  * @param {String} integrationId Integration ID
2240
- * getConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2241
2239
  */
2242
2240
  getConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId(integrationId) {
2243
2241
  // verify the required parameter 'integrationId' is set
@@ -2263,7 +2261,6 @@ class ConversationsApi {
2263
2261
  * Get a whatsApp integration Identity Resolution settings
2264
2262
  *
2265
2263
  * @param {String} integrationId Integration ID
2266
- * getConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2267
2264
  */
2268
2265
  getConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId(integrationId) {
2269
2266
  // verify the required parameter 'integrationId' is set
@@ -3093,6 +3090,40 @@ class ConversationsApi {
3093
3090
  );
3094
3091
  }
3095
3092
 
3093
+ /**
3094
+ * Update agent's engagement for the summary.
3095
+ *
3096
+ * @param {String} conversationId Conversation ID
3097
+ * @param {String} summaryId Summary ID
3098
+ * @param {Object} opts Optional parameters
3099
+ * @param {Object} opts.body
3100
+ */
3101
+ patchConversationSummaryEngagements(conversationId, summaryId, opts) {
3102
+ opts = opts || {};
3103
+
3104
+ // verify the required parameter 'conversationId' is set
3105
+ if (conversationId === undefined || conversationId === null) {
3106
+ throw 'Missing the required parameter "conversationId" when calling patchConversationSummaryEngagements';
3107
+ }
3108
+ // verify the required parameter 'summaryId' is set
3109
+ if (summaryId === undefined || summaryId === null) {
3110
+ throw 'Missing the required parameter "summaryId" when calling patchConversationSummaryEngagements';
3111
+ }
3112
+
3113
+ return this.apiClient.callApi(
3114
+ '/api/v2/conversations/{conversationId}/summaries/{summaryId}/engagements',
3115
+ 'PATCH',
3116
+ { 'conversationId': conversationId,'summaryId': summaryId },
3117
+ { },
3118
+ { },
3119
+ { },
3120
+ opts['body'],
3121
+ ['PureCloud OAuth'],
3122
+ ['application/json'],
3123
+ ['application/json']
3124
+ );
3125
+ }
3126
+
3096
3127
  /**
3097
3128
  * Update the feedback for the summary.
3098
3129
  *
@@ -3100,7 +3131,6 @@ class ConversationsApi {
3100
3131
  * @param {String} summaryId Summary ID
3101
3132
  * @param {Object} opts Optional parameters
3102
3133
  * @param {Object} opts.body
3103
- * patchConversationSummaryFeedback is a preview method and is subject to both breaking and non-breaking changes at any time without notice
3104
3134
  */
3105
3135
  patchConversationSummaryFeedback(conversationId, summaryId, opts) {
3106
3136
  opts = opts || {};
@@ -7363,7 +7393,6 @@ class ConversationsApi {
7363
7393
  *
7364
7394
  * @param {String} integrationId Integration ID
7365
7395
  * @param {Object} body IdentityResolutionConfig
7366
- * putConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7367
7396
  */
7368
7397
  putConversationsMessagingIdentityresolutionIntegrationsFacebookIntegrationId(integrationId, body) {
7369
7398
  // verify the required parameter 'integrationId' is set
@@ -7394,7 +7423,6 @@ class ConversationsApi {
7394
7423
  *
7395
7424
  * @param {String} integrationId Integration ID
7396
7425
  * @param {Object} body
7397
- * putConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7398
7426
  */
7399
7427
  putConversationsMessagingIdentityresolutionIntegrationsOpenIntegrationId(integrationId, body) {
7400
7428
  // verify the required parameter 'integrationId' is set
@@ -7425,7 +7453,6 @@ class ConversationsApi {
7425
7453
  *
7426
7454
  * @param {String} integrationId Integration ID
7427
7455
  * @param {Object} body
7428
- * putConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7429
7456
  */
7430
7457
  putConversationsMessagingIdentityresolutionIntegrationsWhatsappIntegrationId(integrationId, body) {
7431
7458
  // verify the required parameter 'integrationId' is set
@@ -5,7 +5,7 @@ class DataExtensionsApi {
5
5
  /**
6
6
  * DataExtensions service.
7
7
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class DataPrivacyApi {
5
5
  /**
6
6
  * DataPrivacy service.
7
7
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class DownloadsApi {
5
5
  /**
6
6
  * Downloads service.
7
7
  * @module purecloud-platform-client-v2/api/DownloadsApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class EmailsApi {
5
5
  /**
6
6
  * Emails service.
7
7
  * @module purecloud-platform-client-v2/api/EmailsApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class EmployeeEngagementApi {
5
5
  /**
6
6
  * EmployeeEngagement service.
7
7
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class EventsApi {
5
5
  /**
6
6
  * Events service.
7
7
  * @module purecloud-platform-client-v2/api/EventsApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ExternalContactsApi {
5
5
  /**
6
6
  * ExternalContacts service.
7
7
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -1034,7 +1034,6 @@ class ExternalContactsApi {
1034
1034
  * List the identifiers for an external organization
1035
1035
  *
1036
1036
  * @param {String} externalOrganizationId External Organization ID
1037
- * getExternalcontactsOrganizationIdentifiers is a preview method and is subject to both breaking and non-breaking changes at any time without notice
1038
1037
  */
1039
1038
  getExternalcontactsOrganizationIdentifiers(externalOrganizationId) {
1040
1039
  // verify the required parameter 'externalOrganizationId' is set
@@ -1441,7 +1440,6 @@ class ExternalContactsApi {
1441
1440
  * @param {Object} opts Optional parameters
1442
1441
  * @param {Number} opts.limit The number of contacts per page; must be between 10 and 200, default is 100
1443
1442
  * @param {String} opts.cursor Indicates where to resume query results (not required for first page), each page returns a new cursor with a 24h TTL
1444
- * getExternalcontactsScanContactsDivisionviewsAll is a preview method and is subject to both breaking and non-breaking changes at any time without notice
1445
1443
  */
1446
1444
  getExternalcontactsScanContactsDivisionviewsAll(opts) {
1447
1445
  opts = opts || {};
@@ -1493,7 +1491,6 @@ class ExternalContactsApi {
1493
1491
  * @param {Object} opts Optional parameters
1494
1492
  * @param {Number} opts.limit The number of notes per page; must be between 10 and 200, default is 100
1495
1493
  * @param {String} opts.cursor Indicates where to resume query results (not required for first page), each page returns a new cursor with a 24h TTL
1496
- * getExternalcontactsScanNotesDivisionviewsAll is a preview method and is subject to both breaking and non-breaking changes at any time without notice
1497
1494
  */
1498
1495
  getExternalcontactsScanNotesDivisionviewsAll(opts) {
1499
1496
  opts = opts || {};
@@ -1545,7 +1542,6 @@ class ExternalContactsApi {
1545
1542
  * @param {Object} opts Optional parameters
1546
1543
  * @param {Number} opts.limit The number of organizations per page; must be between 10 and 200, default is 100
1547
1544
  * @param {String} opts.cursor Indicates where to resume query results (not required for first page), each page returns a new cursor with a 24h TTL
1548
- * getExternalcontactsScanOrganizationsDivisionviewsAll is a preview method and is subject to both breaking and non-breaking changes at any time without notice
1549
1545
  */
1550
1546
  getExternalcontactsScanOrganizationsDivisionviewsAll(opts) {
1551
1547
  opts = opts || {};
@@ -1597,7 +1593,6 @@ class ExternalContactsApi {
1597
1593
  * @param {Object} opts Optional parameters
1598
1594
  * @param {Number} opts.limit The number of relationships per page; must be between 10 and 200, default is 100
1599
1595
  * @param {String} opts.cursor Indicates where to resume query results (not required for first page), each page returns a new cursor with a 24h TTL
1600
- * getExternalcontactsScanRelationshipsDivisionviewsAll is a preview method and is subject to both breaking and non-breaking changes at any time without notice
1601
1596
  */
1602
1597
  getExternalcontactsScanRelationshipsDivisionviewsAll(opts) {
1603
1598
  opts = opts || {};
@@ -1652,7 +1647,6 @@ class ExternalContactsApi {
1652
1647
  *
1653
1648
  * @param {String} externalOrganizationId External Organization ID
1654
1649
  * @param {Object} body ClaimRequest
1655
- * patchExternalcontactsOrganizationIdentifiers is a preview method and is subject to both breaking and non-breaking changes at any time without notice
1656
1650
  */
1657
1651
  patchExternalcontactsOrganizationIdentifiers(externalOrganizationId, body) {
1658
1652
  // verify the required parameter 'externalOrganizationId' is set
@@ -1732,7 +1726,6 @@ class ExternalContactsApi {
1732
1726
  * Bulk fetch contacts across divisions
1733
1727
  *
1734
1728
  * @param {Object} body Contact ids
1735
- * postExternalcontactsBulkContactsDivisionviews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
1736
1729
  */
1737
1730
  postExternalcontactsBulkContactsDivisionviews(body) {
1738
1731
  // verify the required parameter 'body' is set
@@ -1760,7 +1753,6 @@ class ExternalContactsApi {
1760
1753
  * @param {Object} body Contact Enrich Requests
1761
1754
  * @param {Object} opts Optional parameters
1762
1755
  * @param {Boolean} opts.dryRun If true, the request will not make any modifications, but will show you what the end result *would* be.
1763
- * postExternalcontactsBulkContactsEnrich is a preview method and is subject to both breaking and non-breaking changes at any time without notice
1764
1756
  */
1765
1757
  postExternalcontactsBulkContactsEnrich(body, opts) {
1766
1758
  opts = opts || {};
@@ -2013,7 +2005,6 @@ class ExternalContactsApi {
2013
2005
  * Bulk fetch organizations across divisions
2014
2006
  *
2015
2007
  * @param {Object} body Organizations ids
2016
- * postExternalcontactsBulkOrganizationsDivisionviews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2017
2008
  */
2018
2009
  postExternalcontactsBulkOrganizationsDivisionviews(body) {
2019
2010
  // verify the required parameter 'body' is set
@@ -2041,7 +2032,6 @@ class ExternalContactsApi {
2041
2032
  * @param {Object} body External Organization Enrich Requests
2042
2033
  * @param {Object} opts Optional parameters
2043
2034
  * @param {Boolean} opts.dryRun If true, the request will not make any modifications, but will show you what the end result *would* be.
2044
- * postExternalcontactsBulkOrganizationsEnrich is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2045
2035
  */
2046
2036
  postExternalcontactsBulkOrganizationsEnrich(body, opts) {
2047
2037
  opts = opts || {};
@@ -2301,7 +2291,6 @@ class ExternalContactsApi {
2301
2291
  * @param {Object} body ContactEnrichRequest
2302
2292
  * @param {Object} opts Optional parameters
2303
2293
  * @param {Boolean} opts.dryRun If true, the request will not make any modifications, but will show you what the end result *would* be.
2304
- * postExternalcontactsContactsEnrich is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2305
2294
  */
2306
2295
  postExternalcontactsContactsEnrich(body, opts) {
2307
2296
  opts = opts || {};
@@ -2354,7 +2343,6 @@ class ExternalContactsApi {
2354
2343
  * Merge up to 25 contacts into a new contact record
2355
2344
  * Merge operation may fail if the resulting mergeset exceeds our default limit of 52. The valueOverride field lets you override any of the Contact fields post-merge. If any Contact field is left null in `valueOverride`, it will be taken from the most recently-modified contact in the merge set. Exception for *phone/*email fields: Conflicting data will be moved to any other available phone/email fields in the merged contact.
2356
2345
  * @param {Object} body MergeRequest
2357
- * postExternalcontactsContactsMerge is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2358
2346
  */
2359
2347
  postExternalcontactsContactsMerge(body) {
2360
2348
  // verify the required parameter 'body' is set
@@ -2462,7 +2450,6 @@ class ExternalContactsApi {
2462
2450
  * @param {Object} identifier
2463
2451
  * @param {Object} opts Optional parameters
2464
2452
  * @param {Array.<String>} opts.expand which field, if any, to expand
2465
- * postExternalcontactsIdentifierlookupContacts is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2466
2453
  */
2467
2454
  postExternalcontactsIdentifierlookupContacts(identifier, opts) {
2468
2455
  opts = opts || {};
@@ -2492,7 +2479,6 @@ class ExternalContactsApi {
2492
2479
  * @param {Object} identifier
2493
2480
  * @param {Object} opts Optional parameters
2494
2481
  * @param {Array.<String>} opts.expand which field, if any, to expand
2495
- * postExternalcontactsIdentifierlookupOrganizations is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2496
2482
  */
2497
2483
  postExternalcontactsIdentifierlookupOrganizations(identifier, opts) {
2498
2484
  opts = opts || {};
@@ -2728,7 +2714,6 @@ class ExternalContactsApi {
2728
2714
  * @param {Object} body ExternalOrgEnrichRequest
2729
2715
  * @param {Object} opts Optional parameters
2730
2716
  * @param {Boolean} opts.dryRun If true, the request will not make any modifications, but will show you what the end result *would* be.
2731
- * postExternalcontactsOrganizationsEnrich is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2732
2717
  */
2733
2718
  postExternalcontactsOrganizationsEnrich(body, opts) {
2734
2719
  opts = opts || {};
@@ -5,7 +5,7 @@ class FaxApi {
5
5
  /**
6
6
  * Fax service.
7
7
  * @module purecloud-platform-client-v2/api/FaxApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class FlowsApi {
5
5
  /**
6
6
  * Flows service.
7
7
  * @module purecloud-platform-client-v2/api/FlowsApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GamificationApi {
5
5
  /**
6
6
  * Gamification service.
7
7
  * @module purecloud-platform-client-v2/api/GamificationApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GeneralDataProtectionRegulationApi {
5
5
  /**
6
6
  * GeneralDataProtectionRegulation service.
7
7
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GeolocationApi {
5
5
  /**
6
6
  * Geolocation service.
7
7
  * @module purecloud-platform-client-v2/api/GeolocationApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GreetingsApi {
5
5
  /**
6
6
  * Greetings service.
7
7
  * @module purecloud-platform-client-v2/api/GreetingsApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GroupsApi {
5
5
  /**
6
6
  * Groups service.
7
7
  * @module purecloud-platform-client-v2/api/GroupsApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class IdentityProviderApi {
5
5
  /**
6
6
  * IdentityProvider service.
7
7
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class InfrastructureAsCodeApi {
5
5
  /**
6
6
  * InfrastructureAsCode service.
7
7
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class IntegrationsApi {
5
5
  /**
6
6
  * Integrations service.
7
7
  * @module purecloud-platform-client-v2/api/IntegrationsApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class JourneyApi {
5
5
  /**
6
6
  * Journey service.
7
7
  * @module purecloud-platform-client-v2/api/JourneyApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class KnowledgeApi {
5
5
  /**
6
6
  * Knowledge service.
7
7
  * @module purecloud-platform-client-v2/api/KnowledgeApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LanguageUnderstandingApi {
5
5
  /**
6
6
  * LanguageUnderstanding service.
7
7
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LanguagesApi {
5
5
  /**
6
6
  * Languages service.
7
7
  * @module purecloud-platform-client-v2/api/LanguagesApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LearningApi {
5
5
  /**
6
6
  * Learning service.
7
7
  * @module purecloud-platform-client-v2/api/LearningApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LicenseApi {
5
5
  /**
6
6
  * License service.
7
7
  * @module purecloud-platform-client-v2/api/LicenseApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LocationsApi {
5
5
  /**
6
6
  * Locations service.
7
7
  * @module purecloud-platform-client-v2/api/LocationsApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class LogCaptureApi {
5
5
  /**
6
6
  * LogCapture service.
7
7
  * @module purecloud-platform-client-v2/api/LogCaptureApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class MessagingApi {
5
5
  /**
6
6
  * Messaging service.
7
7
  * @module purecloud-platform-client-v2/api/MessagingApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class MobileDevicesApi {
5
5
  /**
6
6
  * MobileDevices service.
7
7
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class NotificationsApi {
5
5
  /**
6
6
  * Notifications service.
7
7
  * @module purecloud-platform-client-v2/api/NotificationsApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class OAuthApi {
5
5
  /**
6
6
  * OAuth service.
7
7
  * @module purecloud-platform-client-v2/api/OAuthApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ObjectsApi {
5
5
  /**
6
6
  * Objects service.
7
7
  * @module purecloud-platform-client-v2/api/ObjectsApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class OperationalEventsApi {
5
5
  /**
6
6
  * OperationalEvents service.
7
7
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class OrganizationApi {
5
5
  /**
6
6
  * Organization service.
7
7
  * @module purecloud-platform-client-v2/api/OrganizationApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class OrganizationAuthorizationApi {
5
5
  /**
6
6
  * OrganizationAuthorization service.
7
7
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class OutboundApi {
5
5
  /**
6
6
  * Outbound service.
7
7
  * @module purecloud-platform-client-v2/api/OutboundApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class PresenceApi {
5
5
  /**
6
6
  * Presence service.
7
7
  * @module purecloud-platform-client-v2/api/PresenceApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ProcessAutomationApi {
5
5
  /**
6
6
  * ProcessAutomation service.
7
7
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class QualityApi {
5
5
  /**
6
6
  * Quality service.
7
7
  * @module purecloud-platform-client-v2/api/QualityApi
8
- * @version 220.0.0
8
+ * @version 221.0.0
9
9
  */
10
10
 
11
11
  /**