purecloud-platform-client-v2 221.0.0 → 222.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 +210 -95
  3. package/dist/web-amd/purecloud-platform-client-v2.js +210 -95
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +124 -95
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +124 -95
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +448 -250
  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 -2
  17. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  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 +119 -7
  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 +3 -3
  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 +1 -1
  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 +1 -1
  71. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  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 +2 -2
  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 +3 -2
  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 -1
  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 +3 -2
  92. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -690,7 +690,7 @@ class Configuration {
690
690
 
691
691
  /**
692
692
  * @module purecloud-platform-client-v2/ApiClient
693
- * @version 221.0.0
693
+ * @version 222.0.0
694
694
  */
695
695
  class ApiClient {
696
696
  /**
@@ -2234,7 +2234,7 @@ class AgentAssistantsApi {
2234
2234
  /**
2235
2235
  * AgentAssistants service.
2236
2236
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
2237
- * @version 221.0.0
2237
+ * @version 222.0.0
2238
2238
  */
2239
2239
 
2240
2240
  /**
@@ -2610,7 +2610,7 @@ class AgentCopilotApi {
2610
2610
  /**
2611
2611
  * AgentCopilot service.
2612
2612
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
2613
- * @version 221.0.0
2613
+ * @version 222.0.0
2614
2614
  */
2615
2615
 
2616
2616
  /**
@@ -2686,7 +2686,7 @@ class AgentUIApi {
2686
2686
  /**
2687
2687
  * AgentUI service.
2688
2688
  * @module purecloud-platform-client-v2/api/AgentUIApi
2689
- * @version 221.0.0
2689
+ * @version 222.0.0
2690
2690
  */
2691
2691
 
2692
2692
  /**
@@ -2817,7 +2817,7 @@ class AlertingApi {
2817
2817
  /**
2818
2818
  * Alerting service.
2819
2819
  * @module purecloud-platform-client-v2/api/AlertingApi
2820
- * @version 221.0.0
2820
+ * @version 222.0.0
2821
2821
  */
2822
2822
 
2823
2823
  /**
@@ -3218,7 +3218,7 @@ class AnalyticsApi {
3218
3218
  /**
3219
3219
  * Analytics service.
3220
3220
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3221
- * @version 221.0.0
3221
+ * @version 222.0.0
3222
3222
  */
3223
3223
 
3224
3224
  /**
@@ -6039,7 +6039,7 @@ class ArchitectApi {
6039
6039
  /**
6040
6040
  * Architect service.
6041
6041
  * @module purecloud-platform-client-v2/api/ArchitectApi
6042
- * @version 221.0.0
6042
+ * @version 222.0.0
6043
6043
  */
6044
6044
 
6045
6045
  /**
@@ -8013,6 +8013,7 @@ class ArchitectApi {
8013
8013
  * @param {Object} opts.secure Secure
8014
8014
  * @param {Boolean} opts.deleted Include deleted (default to false)
8015
8015
  * @param {Boolean} opts.includeSchemas Include variable schemas (default to false)
8016
+ * @param {Boolean} opts.virtualAgentEnabled Include/exclude virtual agent flows
8016
8017
  * @param {String} opts.publishedAfter Published after
8017
8018
  * @param {String} opts.publishedBefore Published before
8018
8019
  * @param {Array.<String>} opts.divisionId division ID(s)
@@ -8025,7 +8026,7 @@ class ArchitectApi {
8025
8026
  '/api/v2/flows',
8026
8027
  'GET',
8027
8028
  { },
8028
- { 'type': this.apiClient.buildCollectionParam(opts['type'], 'multi'),'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'name': opts['name'],'description': opts['description'],'nameOrDescription': opts['nameOrDescription'],'publishVersionId': opts['publishVersionId'],'editableBy': opts['editableBy'],'lockedBy': opts['lockedBy'],'lockedByClientId': opts['lockedByClientId'],'secure': opts['secure'],'deleted': opts['deleted'],'includeSchemas': opts['includeSchemas'],'publishedAfter': opts['publishedAfter'],'publishedBefore': opts['publishedBefore'],'divisionId': this.apiClient.buildCollectionParam(opts['divisionId'], 'multi') },
8029
+ { 'type': this.apiClient.buildCollectionParam(opts['type'], 'multi'),'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'name': opts['name'],'description': opts['description'],'nameOrDescription': opts['nameOrDescription'],'publishVersionId': opts['publishVersionId'],'editableBy': opts['editableBy'],'lockedBy': opts['lockedBy'],'lockedByClientId': opts['lockedByClientId'],'secure': opts['secure'],'deleted': opts['deleted'],'includeSchemas': opts['includeSchemas'],'virtualAgentEnabled': opts['virtualAgentEnabled'],'publishedAfter': opts['publishedAfter'],'publishedBefore': opts['publishedBefore'],'divisionId': this.apiClient.buildCollectionParam(opts['divisionId'], 'multi') },
8029
8030
  { },
8030
8031
  { },
8031
8032
  null,
@@ -10331,7 +10332,7 @@ class AuditApi {
10331
10332
  /**
10332
10333
  * Audit service.
10333
10334
  * @module purecloud-platform-client-v2/api/AuditApi
10334
- * @version 221.0.0
10335
+ * @version 222.0.0
10335
10336
  */
10336
10337
 
10337
10338
  /**
@@ -10532,7 +10533,7 @@ class AuthorizationApi {
10532
10533
  /**
10533
10534
  * Authorization service.
10534
10535
  * @module purecloud-platform-client-v2/api/AuthorizationApi
10535
- * @version 221.0.0
10536
+ * @version 222.0.0
10536
10537
  */
10537
10538
 
10538
10539
  /**
@@ -12247,7 +12248,7 @@ class BillingApi {
12247
12248
  /**
12248
12249
  * Billing service.
12249
12250
  * @module purecloud-platform-client-v2/api/BillingApi
12250
- * @version 221.0.0
12251
+ * @version 222.0.0
12251
12252
  */
12252
12253
 
12253
12254
  /**
@@ -12503,7 +12504,7 @@ class BusinessRulesApi {
12503
12504
  /**
12504
12505
  * BusinessRules service.
12505
12506
  * @module purecloud-platform-client-v2/api/BusinessRulesApi
12506
- * @version 221.0.0
12507
+ * @version 222.0.0
12507
12508
  */
12508
12509
 
12509
12510
  /**
@@ -13417,7 +13418,7 @@ class CarrierServicesApi {
13417
13418
  /**
13418
13419
  * CarrierServices service.
13419
13420
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
13420
- * @version 221.0.0
13421
+ * @version 222.0.0
13421
13422
  */
13422
13423
 
13423
13424
  /**
@@ -13487,7 +13488,7 @@ class ChatApi {
13487
13488
  /**
13488
13489
  * Chat service.
13489
13490
  * @module purecloud-platform-client-v2/api/ChatApi
13490
- * @version 221.0.0
13491
+ * @version 222.0.0
13491
13492
  */
13492
13493
 
13493
13494
  /**
@@ -14420,7 +14421,7 @@ class CoachingApi {
14420
14421
  /**
14421
14422
  * Coaching service.
14422
14423
  * @module purecloud-platform-client-v2/api/CoachingApi
14423
- * @version 221.0.0
14424
+ * @version 222.0.0
14424
14425
  */
14425
14426
 
14426
14427
  /**
@@ -14997,7 +14998,7 @@ class ContentManagementApi {
14997
14998
  /**
14998
14999
  * ContentManagement service.
14999
15000
  * @module purecloud-platform-client-v2/api/ContentManagementApi
15000
- * @version 221.0.0
15001
+ * @version 222.0.0
15001
15002
  */
15002
15003
 
15003
15004
  /**
@@ -16078,7 +16079,7 @@ class ConversationsApi {
16078
16079
  /**
16079
16080
  * Conversations service.
16080
16081
  * @module purecloud-platform-client-v2/api/ConversationsApi
16081
- * @version 221.0.0
16082
+ * @version 222.0.0
16082
16083
  */
16083
16084
 
16084
16085
  /**
@@ -18008,7 +18009,7 @@ class ConversationsApi {
18008
18009
  *
18009
18010
  * @param {String} messageId messageId
18010
18011
  * @param {Object} opts Optional parameters
18011
- * @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, media, stickers) (default to false)
18012
+ * @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, media) (default to false)
18012
18013
  */
18013
18014
  getConversationsMessageDetails(messageId, opts) {
18014
18015
  opts = opts || {};
@@ -18038,7 +18039,7 @@ class ConversationsApi {
18038
18039
  * @param {String} conversationId conversationId
18039
18040
  * @param {String} messageId messageId
18040
18041
  * @param {Object} opts Optional parameters
18041
- * @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, media, stickers) (default to false)
18042
+ * @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, media) (default to false)
18042
18043
  */
18043
18044
  getConversationsMessageMessage(conversationId, messageId, opts) {
18044
18045
  opts = opts || {};
@@ -18280,6 +18281,32 @@ class ConversationsApi {
18280
18281
  );
18281
18282
  }
18282
18283
 
18284
+ /**
18285
+ * Get Apple messaging integration identity resolution settings
18286
+ *
18287
+ * @param {String} integrationId Integration ID
18288
+ * getConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18289
+ */
18290
+ getConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId(integrationId) {
18291
+ // verify the required parameter 'integrationId' is set
18292
+ if (integrationId === undefined || integrationId === null) {
18293
+ throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId';
18294
+ }
18295
+
18296
+ return this.apiClient.callApi(
18297
+ '/api/v2/conversations/messaging/identityresolution/integrations/apple/{integrationId}',
18298
+ 'GET',
18299
+ { 'integrationId': integrationId },
18300
+ { },
18301
+ { },
18302
+ { },
18303
+ null,
18304
+ ['PureCloud OAuth'],
18305
+ ['application/json'],
18306
+ ['application/json']
18307
+ );
18308
+ }
18309
+
18283
18310
  /**
18284
18311
  * Get Facebook messaging integration identity resolution settings
18285
18312
  *
@@ -18305,6 +18332,31 @@ class ConversationsApi {
18305
18332
  );
18306
18333
  }
18307
18334
 
18335
+ /**
18336
+ * Get an Instagram integration identity resolution settings
18337
+ *
18338
+ * @param {String} integrationId Integration ID
18339
+ */
18340
+ getConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId(integrationId) {
18341
+ // verify the required parameter 'integrationId' is set
18342
+ if (integrationId === undefined || integrationId === null) {
18343
+ throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId';
18344
+ }
18345
+
18346
+ return this.apiClient.callApi(
18347
+ '/api/v2/conversations/messaging/identityresolution/integrations/instagram/{integrationId}',
18348
+ 'GET',
18349
+ { 'integrationId': integrationId },
18350
+ { },
18351
+ { },
18352
+ { },
18353
+ null,
18354
+ ['PureCloud OAuth'],
18355
+ ['application/json'],
18356
+ ['application/json']
18357
+ );
18358
+ }
18359
+
18308
18360
  /**
18309
18361
  * Get an open messaging integration Identity Resolution settings
18310
18362
  *
@@ -20393,7 +20445,7 @@ class ConversationsApi {
20393
20445
 
20394
20446
  /**
20395
20447
  * Activate a WhatsApp messaging integration created using the WhatsApp embedded signup flow
20396
- * Please specify the phone number to associate with this WhatsApp integration from the list of available phone numbers returned to you in the POST call to create the integration. You can then run a GET on the integration to check if its status has been updated to Active
20448
+ * Please specify the phone number to associate with this WhatsApp integration from the list of available phone numbers returned to you in the GET call on the integration with a createStatus of Completed. You can then run a GET on the integration to check if its status has been updated to Active.
20397
20449
  * @param {String} integrationId Integration ID
20398
20450
  * @param {Object} body WhatsAppEmbeddedSignupIntegrationActivationRequest
20399
20451
  */
@@ -22242,12 +22294,12 @@ class ConversationsApi {
22242
22294
 
22243
22295
  /**
22244
22296
  * Send message
22245
- * Send message on existing conversation/communication. Only one message body field can be accepted, per request. Example: 1 textBody, 1 mediaId, 1 stickerId, or 1 messageTemplate.
22297
+ * Send message on existing conversation/communication. Only one message body field can be accepted, per request. Example: 1 textBody, 1 mediaId, or 1 messageTemplate.
22246
22298
  * @param {String} conversationId conversationId
22247
22299
  * @param {String} communicationId communicationId
22248
22300
  * @param {Object} body Message
22249
22301
  * @param {Object} opts Optional parameters
22250
- * @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, media, stickers) (default to false)
22302
+ * @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, media) (default to false)
22251
22303
  */
22252
22304
  postConversationsMessageCommunicationMessages(conversationId, communicationId, body, opts) {
22253
22305
  opts = opts || {};
@@ -22479,7 +22531,7 @@ class ConversationsApi {
22479
22531
  * The path parameter [conversationId] should contain the conversationId of the conversation being filtered. The body should contain the messageId(s) of messages being requested. For example: ["a3069a33b-bbb1-4703-9d68-061d9e9db96e", "55bc6be3-078c-4a49-a4e6-1e05776ed7e8"]
22480
22532
  * @param {String} conversationId
22481
22533
  * @param {Object} opts Optional parameters
22482
- * @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, media, stickers) (default to false)
22534
+ * @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, media) (default to false)
22483
22535
  * @param {Array.<String>} opts.body messageIds
22484
22536
  */
22485
22537
  postConversationsMessageMessagesBulk(conversationId, opts) {
@@ -23461,6 +23513,37 @@ class ConversationsApi {
23461
23513
  );
23462
23514
  }
23463
23515
 
23516
+ /**
23517
+ * Create an identity resolution settings for a Apple messaging integration
23518
+ *
23519
+ * @param {String} integrationId Integration ID
23520
+ * @param {Object} body IdentityResolutionConfig
23521
+ * putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
23522
+ */
23523
+ putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId(integrationId, body) {
23524
+ // verify the required parameter 'integrationId' is set
23525
+ if (integrationId === undefined || integrationId === null) {
23526
+ throw 'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId';
23527
+ }
23528
+ // verify the required parameter 'body' is set
23529
+ if (body === undefined || body === null) {
23530
+ throw 'Missing the required parameter "body" when calling putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId';
23531
+ }
23532
+
23533
+ return this.apiClient.callApi(
23534
+ '/api/v2/conversations/messaging/identityresolution/integrations/apple/{integrationId}',
23535
+ 'PUT',
23536
+ { 'integrationId': integrationId },
23537
+ { },
23538
+ { },
23539
+ { },
23540
+ body,
23541
+ ['PureCloud OAuth'],
23542
+ ['application/json'],
23543
+ ['application/json']
23544
+ );
23545
+ }
23546
+
23464
23547
  /**
23465
23548
  * Create an identity resolution settings for a Facebook messaging integration
23466
23549
  *
@@ -23491,6 +23574,36 @@ class ConversationsApi {
23491
23574
  );
23492
23575
  }
23493
23576
 
23577
+ /**
23578
+ * Create identity resolution settings for an Instagram messaging integration
23579
+ *
23580
+ * @param {String} integrationId Integration ID
23581
+ * @param {Object} body IdentityResolutionConfig
23582
+ */
23583
+ putConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId(integrationId, body) {
23584
+ // verify the required parameter 'integrationId' is set
23585
+ if (integrationId === undefined || integrationId === null) {
23586
+ throw 'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId';
23587
+ }
23588
+ // verify the required parameter 'body' is set
23589
+ if (body === undefined || body === null) {
23590
+ throw 'Missing the required parameter "body" when calling putConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId';
23591
+ }
23592
+
23593
+ return this.apiClient.callApi(
23594
+ '/api/v2/conversations/messaging/identityresolution/integrations/instagram/{integrationId}',
23595
+ 'PUT',
23596
+ { 'integrationId': integrationId },
23597
+ { },
23598
+ { },
23599
+ { },
23600
+ body,
23601
+ ['PureCloud OAuth'],
23602
+ ['application/json'],
23603
+ ['application/json']
23604
+ );
23605
+ }
23606
+
23494
23607
  /**
23495
23608
  * Update an open messaging integration Identity Resolution settings
23496
23609
  *
@@ -23723,7 +23836,7 @@ class DataExtensionsApi {
23723
23836
  /**
23724
23837
  * DataExtensions service.
23725
23838
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
23726
- * @version 221.0.0
23839
+ * @version 222.0.0
23727
23840
  */
23728
23841
 
23729
23842
  /**
@@ -23809,7 +23922,7 @@ class DataPrivacyApi {
23809
23922
  /**
23810
23923
  * DataPrivacy service.
23811
23924
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
23812
- * @version 221.0.0
23925
+ * @version 222.0.0
23813
23926
  */
23814
23927
 
23815
23928
  /**
@@ -23979,7 +24092,7 @@ class DownloadsApi {
23979
24092
  /**
23980
24093
  * Downloads service.
23981
24094
  * @module purecloud-platform-client-v2/api/DownloadsApi
23982
- * @version 221.0.0
24095
+ * @version 222.0.0
23983
24096
  */
23984
24097
 
23985
24098
  /**
@@ -24031,7 +24144,7 @@ class EmailsApi {
24031
24144
  /**
24032
24145
  * Emails service.
24033
24146
  * @module purecloud-platform-client-v2/api/EmailsApi
24034
- * @version 221.0.0
24147
+ * @version 222.0.0
24035
24148
  */
24036
24149
 
24037
24150
  /**
@@ -24160,7 +24273,7 @@ class EmployeeEngagementApi {
24160
24273
  /**
24161
24274
  * EmployeeEngagement service.
24162
24275
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
24163
- * @version 221.0.0
24276
+ * @version 222.0.0
24164
24277
  */
24165
24278
 
24166
24279
  /**
@@ -24311,7 +24424,7 @@ class EventsApi {
24311
24424
  /**
24312
24425
  * Events service.
24313
24426
  * @module purecloud-platform-client-v2/api/EventsApi
24314
- * @version 221.0.0
24427
+ * @version 222.0.0
24315
24428
  */
24316
24429
 
24317
24430
  /**
@@ -24407,7 +24520,7 @@ class ExternalContactsApi {
24407
24520
  /**
24408
24521
  * ExternalContacts service.
24409
24522
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
24410
- * @version 221.0.0
24523
+ * @version 222.0.0
24411
24524
  */
24412
24525
 
24413
24526
  /**
@@ -25043,7 +25156,7 @@ class ExternalContactsApi {
25043
25156
  }
25044
25157
 
25045
25158
  /**
25046
- * Get the core types from which all schemas are built.
25159
+ * Get a specific named core type.
25047
25160
  *
25048
25161
  * @param {String} coreTypeName Name of the core type
25049
25162
  */
@@ -25687,7 +25800,7 @@ class ExternalContactsApi {
25687
25800
  }
25688
25801
 
25689
25802
  /**
25690
- * Get the core types from which all schemas are built.
25803
+ * Get a specific named core type.
25691
25804
  *
25692
25805
  * @param {String} coreTypeName Name of the core type
25693
25806
  */
@@ -27595,7 +27708,7 @@ class FaxApi {
27595
27708
  /**
27596
27709
  * Fax service.
27597
27710
  * @module purecloud-platform-client-v2/api/FaxApi
27598
- * @version 221.0.0
27711
+ * @version 222.0.0
27599
27712
  */
27600
27713
 
27601
27714
  /**
@@ -27810,7 +27923,7 @@ class FlowsApi {
27810
27923
  /**
27811
27924
  * Flows service.
27812
27925
  * @module purecloud-platform-client-v2/api/FlowsApi
27813
- * @version 221.0.0
27926
+ * @version 222.0.0
27814
27927
  */
27815
27928
 
27816
27929
  /**
@@ -27993,7 +28106,7 @@ class GamificationApi {
27993
28106
  /**
27994
28107
  * Gamification service.
27995
28108
  * @module purecloud-platform-client-v2/api/GamificationApi
27996
- * @version 221.0.0
28109
+ * @version 222.0.0
27997
28110
  */
27998
28111
 
27999
28112
  /**
@@ -30500,7 +30613,7 @@ class GeneralDataProtectionRegulationApi {
30500
30613
  /**
30501
30614
  * GeneralDataProtectionRegulation service.
30502
30615
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
30503
- * @version 221.0.0
30616
+ * @version 222.0.0
30504
30617
  */
30505
30618
 
30506
30619
  /**
@@ -30630,7 +30743,7 @@ class GeolocationApi {
30630
30743
  /**
30631
30744
  * Geolocation service.
30632
30745
  * @module purecloud-platform-client-v2/api/GeolocationApi
30633
- * @version 221.0.0
30746
+ * @version 222.0.0
30634
30747
  */
30635
30748
 
30636
30749
  /**
@@ -30761,7 +30874,7 @@ class GreetingsApi {
30761
30874
  /**
30762
30875
  * Greetings service.
30763
30876
  * @module purecloud-platform-client-v2/api/GreetingsApi
30764
- * @version 221.0.0
30877
+ * @version 222.0.0
30765
30878
  */
30766
30879
 
30767
30880
  /**
@@ -31216,7 +31329,7 @@ class GroupsApi {
31216
31329
  /**
31217
31330
  * Groups service.
31218
31331
  * @module purecloud-platform-client-v2/api/GroupsApi
31219
- * @version 221.0.0
31332
+ * @version 222.0.0
31220
31333
  */
31221
31334
 
31222
31335
  /**
@@ -31735,7 +31848,7 @@ class IdentityProviderApi {
31735
31848
  /**
31736
31849
  * IdentityProvider service.
31737
31850
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
31738
- * @version 221.0.0
31851
+ * @version 222.0.0
31739
31852
  */
31740
31853
 
31741
31854
  /**
@@ -32596,7 +32709,7 @@ class InfrastructureAsCodeApi {
32596
32709
  /**
32597
32710
  * InfrastructureAsCode service.
32598
32711
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
32599
- * @version 221.0.0
32712
+ * @version 222.0.0
32600
32713
  */
32601
32714
 
32602
32715
  /**
@@ -32763,7 +32876,7 @@ class IntegrationsApi {
32763
32876
  /**
32764
32877
  * Integrations service.
32765
32878
  * @module purecloud-platform-client-v2/api/IntegrationsApi
32766
- * @version 221.0.0
32879
+ * @version 222.0.0
32767
32880
  */
32768
32881
 
32769
32882
  /**
@@ -35232,7 +35345,7 @@ class JourneyApi {
35232
35345
  /**
35233
35346
  * Journey service.
35234
35347
  * @module purecloud-platform-client-v2/api/JourneyApi
35235
- * @version 221.0.0
35348
+ * @version 222.0.0
35236
35349
  */
35237
35350
 
35238
35351
  /**
@@ -37217,7 +37330,7 @@ class KnowledgeApi {
37217
37330
  /**
37218
37331
  * Knowledge service.
37219
37332
  * @module purecloud-platform-client-v2/api/KnowledgeApi
37220
- * @version 221.0.0
37333
+ * @version 222.0.0
37221
37334
  */
37222
37335
 
37223
37336
  /**
@@ -41090,7 +41203,7 @@ class LanguageUnderstandingApi {
41090
41203
  /**
41091
41204
  * LanguageUnderstanding service.
41092
41205
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
41093
- * @version 221.0.0
41206
+ * @version 222.0.0
41094
41207
  */
41095
41208
 
41096
41209
  /**
@@ -42123,7 +42236,7 @@ class LanguagesApi {
42123
42236
  /**
42124
42237
  * Languages service.
42125
42238
  * @module purecloud-platform-client-v2/api/LanguagesApi
42126
- * @version 221.0.0
42239
+ * @version 222.0.0
42127
42240
  */
42128
42241
 
42129
42242
  /**
@@ -42345,7 +42458,7 @@ class LearningApi {
42345
42458
  /**
42346
42459
  * Learning service.
42347
42460
  * @module purecloud-platform-client-v2/api/LearningApi
42348
- * @version 221.0.0
42461
+ * @version 222.0.0
42349
42462
  */
42350
42463
 
42351
42464
  /**
@@ -43374,7 +43487,7 @@ class LicenseApi {
43374
43487
  /**
43375
43488
  * License service.
43376
43489
  * @module purecloud-platform-client-v2/api/LicenseApi
43377
- * @version 221.0.0
43490
+ * @version 222.0.0
43378
43491
  */
43379
43492
 
43380
43493
  /**
@@ -43612,7 +43725,7 @@ class LocationsApi {
43612
43725
  /**
43613
43726
  * Locations service.
43614
43727
  * @module purecloud-platform-client-v2/api/LocationsApi
43615
- * @version 221.0.0
43728
+ * @version 222.0.0
43616
43729
  */
43617
43730
 
43618
43731
  /**
@@ -43848,7 +43961,7 @@ class LogCaptureApi {
43848
43961
  /**
43849
43962
  * LogCapture service.
43850
43963
  * @module purecloud-platform-client-v2/api/LogCaptureApi
43851
- * @version 221.0.0
43964
+ * @version 222.0.0
43852
43965
  */
43853
43966
 
43854
43967
  /**
@@ -44048,7 +44161,7 @@ class MessagingApi {
44048
44161
  /**
44049
44162
  * Messaging service.
44050
44163
  * @module purecloud-platform-client-v2/api/MessagingApi
44051
- * @version 221.0.0
44164
+ * @version 222.0.0
44052
44165
  */
44053
44166
 
44054
44167
  /**
@@ -44407,7 +44520,7 @@ class MobileDevicesApi {
44407
44520
  /**
44408
44521
  * MobileDevices service.
44409
44522
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
44410
- * @version 221.0.0
44523
+ * @version 222.0.0
44411
44524
  */
44412
44525
 
44413
44526
  /**
@@ -44558,7 +44671,7 @@ class NotificationsApi {
44558
44671
  /**
44559
44672
  * Notifications service.
44560
44673
  * @module purecloud-platform-client-v2/api/NotificationsApi
44561
- * @version 221.0.0
44674
+ * @version 222.0.0
44562
44675
  */
44563
44676
 
44564
44677
  /**
@@ -44791,7 +44904,7 @@ class OAuthApi {
44791
44904
  /**
44792
44905
  * OAuth service.
44793
44906
  * @module purecloud-platform-client-v2/api/OAuthApi
44794
- * @version 221.0.0
44907
+ * @version 222.0.0
44795
44908
  */
44796
44909
 
44797
44910
  /**
@@ -45157,7 +45270,7 @@ class ObjectsApi {
45157
45270
  /**
45158
45271
  * Objects service.
45159
45272
  * @module purecloud-platform-client-v2/api/ObjectsApi
45160
- * @version 221.0.0
45273
+ * @version 222.0.0
45161
45274
  */
45162
45275
 
45163
45276
  /**
@@ -45481,7 +45594,7 @@ class OperationalEventsApi {
45481
45594
  /**
45482
45595
  * OperationalEvents service.
45483
45596
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
45484
- * @version 221.0.0
45597
+ * @version 222.0.0
45485
45598
  */
45486
45599
 
45487
45600
  /**
@@ -45598,7 +45711,7 @@ class OrganizationApi {
45598
45711
  /**
45599
45712
  * Organization service.
45600
45713
  * @module purecloud-platform-client-v2/api/OrganizationApi
45601
- * @version 221.0.0
45714
+ * @version 222.0.0
45602
45715
  */
45603
45716
 
45604
45717
  /**
@@ -46073,7 +46186,7 @@ class OrganizationAuthorizationApi {
46073
46186
  /**
46074
46187
  * OrganizationAuthorization service.
46075
46188
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
46076
- * @version 221.0.0
46189
+ * @version 222.0.0
46077
46190
  */
46078
46191
 
46079
46192
  /**
@@ -47467,7 +47580,7 @@ class OutboundApi {
47467
47580
  /**
47468
47581
  * Outbound service.
47469
47582
  * @module purecloud-platform-client-v2/api/OutboundApi
47470
- * @version 221.0.0
47583
+ * @version 222.0.0
47471
47584
  */
47472
47585
 
47473
47586
  /**
@@ -52089,7 +52202,7 @@ class PresenceApi {
52089
52202
  /**
52090
52203
  * Presence service.
52091
52204
  * @module purecloud-platform-client-v2/api/PresenceApi
52092
- * @version 221.0.0
52205
+ * @version 222.0.0
52093
52206
  */
52094
52207
 
52095
52208
  /**
@@ -52833,7 +52946,7 @@ class ProcessAutomationApi {
52833
52946
  /**
52834
52947
  * ProcessAutomation service.
52835
52948
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
52836
- * @version 221.0.0
52949
+ * @version 222.0.0
52837
52950
  */
52838
52951
 
52839
52952
  /**
@@ -53072,7 +53185,7 @@ class QualityApi {
53072
53185
  /**
53073
53186
  * Quality service.
53074
53187
  * @module purecloud-platform-client-v2/api/QualityApi
53075
- * @version 221.0.0
53188
+ * @version 222.0.0
53076
53189
  */
53077
53190
 
53078
53191
  /**
@@ -54859,7 +54972,7 @@ class RecordingApi {
54859
54972
  /**
54860
54973
  * Recording service.
54861
54974
  * @module purecloud-platform-client-v2/api/RecordingApi
54862
- * @version 221.0.0
54975
+ * @version 222.0.0
54863
54976
  */
54864
54977
 
54865
54978
  /**
@@ -56464,7 +56577,7 @@ class ResponseManagementApi {
56464
56577
  /**
56465
56578
  * ResponseManagement service.
56466
56579
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
56467
- * @version 221.0.0
56580
+ * @version 222.0.0
56468
56581
  */
56469
56582
 
56470
56583
  /**
@@ -56974,7 +57087,7 @@ class RoutingApi {
56974
57087
  /**
56975
57088
  * Routing service.
56976
57089
  * @module purecloud-platform-client-v2/api/RoutingApi
56977
- * @version 221.0.0
57090
+ * @version 222.0.0
56978
57091
  */
56979
57092
 
56980
57093
  /**
@@ -61284,7 +61397,7 @@ class SCIMApi {
61284
61397
  /**
61285
61398
  * SCIM service.
61286
61399
  * @module purecloud-platform-client-v2/api/SCIMApi
61287
- * @version 221.0.0
61400
+ * @version 222.0.0
61288
61401
  */
61289
61402
 
61290
61403
  /**
@@ -62161,7 +62274,7 @@ class ScreenRecordingApi {
62161
62274
  /**
62162
62275
  * ScreenRecording service.
62163
62276
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
62164
- * @version 221.0.0
62277
+ * @version 222.0.0
62165
62278
  */
62166
62279
 
62167
62280
  /**
@@ -62206,7 +62319,7 @@ class ScriptsApi {
62206
62319
  /**
62207
62320
  * Scripts service.
62208
62321
  * @module purecloud-platform-client-v2/api/ScriptsApi
62209
- * @version 221.0.0
62322
+ * @version 222.0.0
62210
62323
  */
62211
62324
 
62212
62325
  /**
@@ -62682,7 +62795,7 @@ class SearchApi {
62682
62795
  /**
62683
62796
  * Search service.
62684
62797
  * @module purecloud-platform-client-v2/api/SearchApi
62685
- * @version 221.0.0
62798
+ * @version 222.0.0
62686
62799
  */
62687
62800
 
62688
62801
  /**
@@ -63425,7 +63538,7 @@ class SettingsApi {
63425
63538
  /**
63426
63539
  * Settings service.
63427
63540
  * @module purecloud-platform-client-v2/api/SettingsApi
63428
- * @version 221.0.0
63541
+ * @version 222.0.0
63429
63542
  */
63430
63543
 
63431
63544
  /**
@@ -63773,7 +63886,7 @@ class SocialMediaApi {
63773
63886
  /**
63774
63887
  * SocialMedia service.
63775
63888
  * @module purecloud-platform-client-v2/api/SocialMediaApi
63776
- * @version 221.0.0
63889
+ * @version 222.0.0
63777
63890
  */
63778
63891
 
63779
63892
  /**
@@ -65061,7 +65174,7 @@ class SpeechTextAnalyticsApi {
65061
65174
  /**
65062
65175
  * SpeechTextAnalytics service.
65063
65176
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
65064
- * @version 221.0.0
65177
+ * @version 222.0.0
65065
65178
  */
65066
65179
 
65067
65180
  /**
@@ -66500,7 +66613,7 @@ class StationsApi {
66500
66613
  /**
66501
66614
  * Stations service.
66502
66615
  * @module purecloud-platform-client-v2/api/StationsApi
66503
- * @version 221.0.0
66616
+ * @version 222.0.0
66504
66617
  */
66505
66618
 
66506
66619
  /**
@@ -66602,7 +66715,7 @@ class SuggestApi {
66602
66715
  /**
66603
66716
  * Suggest service.
66604
66717
  * @module purecloud-platform-client-v2/api/SuggestApi
66605
- * @version 221.0.0
66718
+ * @version 222.0.0
66606
66719
  */
66607
66720
 
66608
66721
  /**
@@ -66741,7 +66854,7 @@ class TaskManagementApi {
66741
66854
  /**
66742
66855
  * TaskManagement service.
66743
66856
  * @module purecloud-platform-client-v2/api/TaskManagementApi
66744
- * @version 221.0.0
66857
+ * @version 222.0.0
66745
66858
  */
66746
66859
 
66747
66860
  /**
@@ -67611,7 +67724,7 @@ class TaskManagementApi {
67611
67724
  }
67612
67725
 
67613
67726
  /**
67614
- * Get the core types from which all schemas are built.
67727
+ * Get a specific named core type.
67615
67728
  *
67616
67729
  * @param {String} coreTypeName Name of the core type
67617
67730
  */
@@ -68903,7 +69016,7 @@ class TeamsApi {
68903
69016
  /**
68904
69017
  * Teams service.
68905
69018
  * @module purecloud-platform-client-v2/api/TeamsApi
68906
- * @version 221.0.0
69019
+ * @version 222.0.0
68907
69020
  */
68908
69021
 
68909
69022
  /**
@@ -69208,7 +69321,7 @@ class TelephonyApi {
69208
69321
  /**
69209
69322
  * Telephony service.
69210
69323
  * @module purecloud-platform-client-v2/api/TelephonyApi
69211
- * @version 221.0.0
69324
+ * @version 222.0.0
69212
69325
  */
69213
69326
 
69214
69327
  /**
@@ -69390,7 +69503,7 @@ class TelephonyProvidersEdgeApi {
69390
69503
  /**
69391
69504
  * TelephonyProvidersEdge service.
69392
69505
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
69393
- * @version 221.0.0
69506
+ * @version 222.0.0
69394
69507
  */
69395
69508
 
69396
69509
  /**
@@ -72842,7 +72955,7 @@ class TextbotsApi {
72842
72955
  /**
72843
72956
  * Textbots service.
72844
72957
  * @module purecloud-platform-client-v2/api/TextbotsApi
72845
- * @version 221.0.0
72958
+ * @version 222.0.0
72846
72959
  */
72847
72960
 
72848
72961
  /**
@@ -72864,6 +72977,7 @@ class TextbotsApi {
72864
72977
  * @param {Array.<String>} opts.botType Bot types
72865
72978
  * @param {String} opts.botName Bot name
72866
72979
  * @param {Array.<String>} opts.botId Bot IDs. Maximum of 50
72980
+ * @param {Boolean} opts.virtualAgentEnabled Include or exclude virtual agent flows, only applies to GenesysBotFlows or GenesysDigitalBotFlows
72867
72981
  * @param {Number} opts.pageSize The maximum results to return. Maximum of 100 (default to 25)
72868
72982
  */
72869
72983
  getTextbotsBotsSearch(opts) {
@@ -72874,7 +72988,7 @@ class TextbotsApi {
72874
72988
  '/api/v2/textbots/bots/search',
72875
72989
  'GET',
72876
72990
  { },
72877
- { 'botType': this.apiClient.buildCollectionParam(opts['botType'], 'multi'),'botName': opts['botName'],'botId': this.apiClient.buildCollectionParam(opts['botId'], 'multi'),'pageSize': opts['pageSize'] },
72991
+ { 'botType': this.apiClient.buildCollectionParam(opts['botType'], 'multi'),'botName': opts['botName'],'botId': this.apiClient.buildCollectionParam(opts['botId'], 'multi'),'virtualAgentEnabled': opts['virtualAgentEnabled'],'pageSize': opts['pageSize'] },
72878
72992
  { },
72879
72993
  { },
72880
72994
  null,
@@ -72970,7 +73084,7 @@ class TokensApi {
72970
73084
  /**
72971
73085
  * Tokens service.
72972
73086
  * @module purecloud-platform-client-v2/api/TokensApi
72973
- * @version 221.0.0
73087
+ * @version 222.0.0
72974
73088
  */
72975
73089
 
72976
73090
  /**
@@ -73124,7 +73238,7 @@ class UploadsApi {
73124
73238
  /**
73125
73239
  * Uploads service.
73126
73240
  * @module purecloud-platform-client-v2/api/UploadsApi
73127
- * @version 221.0.0
73241
+ * @version 222.0.0
73128
73242
  */
73129
73243
 
73130
73244
  /**
@@ -73415,7 +73529,7 @@ class UsageApi {
73415
73529
  /**
73416
73530
  * Usage service.
73417
73531
  * @module purecloud-platform-client-v2/api/UsageApi
73418
- * @version 221.0.0
73532
+ * @version 222.0.0
73419
73533
  */
73420
73534
 
73421
73535
  /**
@@ -73630,7 +73744,7 @@ class UserRecordingsApi {
73630
73744
  /**
73631
73745
  * UserRecordings service.
73632
73746
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
73633
- * @version 221.0.0
73747
+ * @version 222.0.0
73634
73748
  */
73635
73749
 
73636
73750
  /**
@@ -73845,7 +73959,7 @@ class UsersApi {
73845
73959
  /**
73846
73960
  * Users service.
73847
73961
  * @module purecloud-platform-client-v2/api/UsersApi
73848
- * @version 221.0.0
73962
+ * @version 222.0.0
73849
73963
  */
73850
73964
 
73851
73965
  /**
@@ -76798,7 +76912,7 @@ class UtilitiesApi {
76798
76912
  /**
76799
76913
  * Utilities service.
76800
76914
  * @module purecloud-platform-client-v2/api/UtilitiesApi
76801
- * @version 221.0.0
76915
+ * @version 222.0.0
76802
76916
  */
76803
76917
 
76804
76918
  /**
@@ -76909,7 +77023,7 @@ class VoicemailApi {
76909
77023
  /**
76910
77024
  * Voicemail service.
76911
77025
  * @module purecloud-platform-client-v2/api/VoicemailApi
76912
- * @version 221.0.0
77026
+ * @version 222.0.0
76913
77027
  */
76914
77028
 
76915
77029
  /**
@@ -77631,7 +77745,7 @@ class WebChatApi {
77631
77745
  /**
77632
77746
  * WebChat service.
77633
77747
  * @module purecloud-platform-client-v2/api/WebChatApi
77634
- * @version 221.0.0
77748
+ * @version 222.0.0
77635
77749
  */
77636
77750
 
77637
77751
  /**
@@ -78191,7 +78305,7 @@ class WebDeploymentsApi {
78191
78305
  /**
78192
78306
  * WebDeployments service.
78193
78307
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
78194
- * @version 221.0.0
78308
+ * @version 222.0.0
78195
78309
  */
78196
78310
 
78197
78311
  /**
@@ -78773,7 +78887,7 @@ class WebMessagingApi {
78773
78887
  /**
78774
78888
  * WebMessaging service.
78775
78889
  * @module purecloud-platform-client-v2/api/WebMessagingApi
78776
- * @version 221.0.0
78890
+ * @version 222.0.0
78777
78891
  */
78778
78892
 
78779
78893
  /**
@@ -78819,7 +78933,7 @@ class WidgetsApi {
78819
78933
  /**
78820
78934
  * Widgets service.
78821
78935
  * @module purecloud-platform-client-v2/api/WidgetsApi
78822
- * @version 221.0.0
78936
+ * @version 222.0.0
78823
78937
  */
78824
78938
 
78825
78939
  /**
@@ -78970,7 +79084,7 @@ class WorkforceManagementApi {
78970
79084
  /**
78971
79085
  * WorkforceManagement service.
78972
79086
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
78973
- * @version 221.0.0
79087
+ * @version 222.0.0
78974
79088
  */
78975
79089
 
78976
79090
  /**
@@ -82169,6 +82283,7 @@ class WorkforceManagementApi {
82169
82283
  * @param {String} weekDateId The start week date of the initiating shift in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
82170
82284
  * @param {Object} opts Optional parameters
82171
82285
  * @param {Boolean} opts.evaluateMatches Whether to evaluate the matches for violations (default to true)
82286
+ * @param {Boolean} opts.includeCrossWeekShifts Whether to include all shift trades with either the initiating shift or the receiving shift in the week (default to false)
82172
82287
  * @param {Boolean} opts.forceDownloadService Force the result of this operation to be sent via download service. For testing/app development purposes
82173
82288
  */
82174
82289
  getWorkforcemanagementManagementunitWeekShifttrades(managementUnitId, weekDateId, opts) {
@@ -82187,7 +82302,7 @@ class WorkforceManagementApi {
82187
82302
  '/api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades',
82188
82303
  'GET',
82189
82304
  { 'managementUnitId': managementUnitId,'weekDateId': weekDateId },
82190
- { 'evaluateMatches': opts['evaluateMatches'],'forceDownloadService': opts['forceDownloadService'] },
82305
+ { 'evaluateMatches': opts['evaluateMatches'],'includeCrossWeekShifts': opts['includeCrossWeekShifts'],'forceDownloadService': opts['forceDownloadService'] },
82191
82306
  { },
82192
82307
  { },
82193
82308
  null,
@@ -86365,7 +86480,7 @@ class WorkforceManagementApi {
86365
86480
  * </pre>
86366
86481
  * </p>
86367
86482
  * @module purecloud-platform-client-v2/index
86368
- * @version 221.0.0
86483
+ * @version 222.0.0
86369
86484
  */
86370
86485
  class platformClient {
86371
86486
  constructor() {