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
@@ -687,7 +687,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
687
687
 
688
688
  /**
689
689
  * @module purecloud-platform-client-v2/ApiClient
690
- * @version 221.0.0
690
+ * @version 222.0.0
691
691
  */
692
692
  class ApiClient {
693
693
  /**
@@ -2231,7 +2231,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2231
2231
  /**
2232
2232
  * AgentAssistants service.
2233
2233
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
2234
- * @version 221.0.0
2234
+ * @version 222.0.0
2235
2235
  */
2236
2236
 
2237
2237
  /**
@@ -2607,7 +2607,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2607
2607
  /**
2608
2608
  * AgentCopilot service.
2609
2609
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
2610
- * @version 221.0.0
2610
+ * @version 222.0.0
2611
2611
  */
2612
2612
 
2613
2613
  /**
@@ -2683,7 +2683,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2683
2683
  /**
2684
2684
  * AgentUI service.
2685
2685
  * @module purecloud-platform-client-v2/api/AgentUIApi
2686
- * @version 221.0.0
2686
+ * @version 222.0.0
2687
2687
  */
2688
2688
 
2689
2689
  /**
@@ -2814,7 +2814,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2814
2814
  /**
2815
2815
  * Alerting service.
2816
2816
  * @module purecloud-platform-client-v2/api/AlertingApi
2817
- * @version 221.0.0
2817
+ * @version 222.0.0
2818
2818
  */
2819
2819
 
2820
2820
  /**
@@ -3215,7 +3215,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3215
3215
  /**
3216
3216
  * Analytics service.
3217
3217
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3218
- * @version 221.0.0
3218
+ * @version 222.0.0
3219
3219
  */
3220
3220
 
3221
3221
  /**
@@ -6036,7 +6036,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6036
6036
  /**
6037
6037
  * Architect service.
6038
6038
  * @module purecloud-platform-client-v2/api/ArchitectApi
6039
- * @version 221.0.0
6039
+ * @version 222.0.0
6040
6040
  */
6041
6041
 
6042
6042
  /**
@@ -8010,6 +8010,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8010
8010
  * @param {Object} opts.secure Secure
8011
8011
  * @param {Boolean} opts.deleted Include deleted (default to false)
8012
8012
  * @param {Boolean} opts.includeSchemas Include variable schemas (default to false)
8013
+ * @param {Boolean} opts.virtualAgentEnabled Include/exclude virtual agent flows
8013
8014
  * @param {String} opts.publishedAfter Published after
8014
8015
  * @param {String} opts.publishedBefore Published before
8015
8016
  * @param {Array.<String>} opts.divisionId division ID(s)
@@ -8022,7 +8023,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8022
8023
  '/api/v2/flows',
8023
8024
  'GET',
8024
8025
  { },
8025
- { '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') },
8026
+ { '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') },
8026
8027
  { },
8027
8028
  { },
8028
8029
  null,
@@ -10328,7 +10329,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10328
10329
  /**
10329
10330
  * Audit service.
10330
10331
  * @module purecloud-platform-client-v2/api/AuditApi
10331
- * @version 221.0.0
10332
+ * @version 222.0.0
10332
10333
  */
10333
10334
 
10334
10335
  /**
@@ -10529,7 +10530,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10529
10530
  /**
10530
10531
  * Authorization service.
10531
10532
  * @module purecloud-platform-client-v2/api/AuthorizationApi
10532
- * @version 221.0.0
10533
+ * @version 222.0.0
10533
10534
  */
10534
10535
 
10535
10536
  /**
@@ -12244,7 +12245,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12244
12245
  /**
12245
12246
  * Billing service.
12246
12247
  * @module purecloud-platform-client-v2/api/BillingApi
12247
- * @version 221.0.0
12248
+ * @version 222.0.0
12248
12249
  */
12249
12250
 
12250
12251
  /**
@@ -12500,7 +12501,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12500
12501
  /**
12501
12502
  * BusinessRules service.
12502
12503
  * @module purecloud-platform-client-v2/api/BusinessRulesApi
12503
- * @version 221.0.0
12504
+ * @version 222.0.0
12504
12505
  */
12505
12506
 
12506
12507
  /**
@@ -13414,7 +13415,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13414
13415
  /**
13415
13416
  * CarrierServices service.
13416
13417
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
13417
- * @version 221.0.0
13418
+ * @version 222.0.0
13418
13419
  */
13419
13420
 
13420
13421
  /**
@@ -13484,7 +13485,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13484
13485
  /**
13485
13486
  * Chat service.
13486
13487
  * @module purecloud-platform-client-v2/api/ChatApi
13487
- * @version 221.0.0
13488
+ * @version 222.0.0
13488
13489
  */
13489
13490
 
13490
13491
  /**
@@ -14417,7 +14418,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14417
14418
  /**
14418
14419
  * Coaching service.
14419
14420
  * @module purecloud-platform-client-v2/api/CoachingApi
14420
- * @version 221.0.0
14421
+ * @version 222.0.0
14421
14422
  */
14422
14423
 
14423
14424
  /**
@@ -14994,7 +14995,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14994
14995
  /**
14995
14996
  * ContentManagement service.
14996
14997
  * @module purecloud-platform-client-v2/api/ContentManagementApi
14997
- * @version 221.0.0
14998
+ * @version 222.0.0
14998
14999
  */
14999
15000
 
15000
15001
  /**
@@ -16075,7 +16076,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16075
16076
  /**
16076
16077
  * Conversations service.
16077
16078
  * @module purecloud-platform-client-v2/api/ConversationsApi
16078
- * @version 221.0.0
16079
+ * @version 222.0.0
16079
16080
  */
16080
16081
 
16081
16082
  /**
@@ -18005,7 +18006,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18005
18006
  *
18006
18007
  * @param {String} messageId messageId
18007
18008
  * @param {Object} opts Optional parameters
18008
- * @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, media, stickers) (default to false)
18009
+ * @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, media) (default to false)
18009
18010
  */
18010
18011
  getConversationsMessageDetails(messageId, opts) {
18011
18012
  opts = opts || {};
@@ -18035,7 +18036,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18035
18036
  * @param {String} conversationId conversationId
18036
18037
  * @param {String} messageId messageId
18037
18038
  * @param {Object} opts Optional parameters
18038
- * @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, media, stickers) (default to false)
18039
+ * @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, media) (default to false)
18039
18040
  */
18040
18041
  getConversationsMessageMessage(conversationId, messageId, opts) {
18041
18042
  opts = opts || {};
@@ -18277,6 +18278,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18277
18278
  );
18278
18279
  }
18279
18280
 
18281
+ /**
18282
+ * Get Apple messaging integration identity resolution settings
18283
+ *
18284
+ * @param {String} integrationId Integration ID
18285
+ * getConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18286
+ */
18287
+ getConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId(integrationId) {
18288
+ // verify the required parameter 'integrationId' is set
18289
+ if (integrationId === undefined || integrationId === null) {
18290
+ throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId';
18291
+ }
18292
+
18293
+ return this.apiClient.callApi(
18294
+ '/api/v2/conversations/messaging/identityresolution/integrations/apple/{integrationId}',
18295
+ 'GET',
18296
+ { 'integrationId': integrationId },
18297
+ { },
18298
+ { },
18299
+ { },
18300
+ null,
18301
+ ['PureCloud OAuth'],
18302
+ ['application/json'],
18303
+ ['application/json']
18304
+ );
18305
+ }
18306
+
18280
18307
  /**
18281
18308
  * Get Facebook messaging integration identity resolution settings
18282
18309
  *
@@ -18302,6 +18329,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18302
18329
  );
18303
18330
  }
18304
18331
 
18332
+ /**
18333
+ * Get an Instagram integration identity resolution settings
18334
+ *
18335
+ * @param {String} integrationId Integration ID
18336
+ */
18337
+ getConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId(integrationId) {
18338
+ // verify the required parameter 'integrationId' is set
18339
+ if (integrationId === undefined || integrationId === null) {
18340
+ throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId';
18341
+ }
18342
+
18343
+ return this.apiClient.callApi(
18344
+ '/api/v2/conversations/messaging/identityresolution/integrations/instagram/{integrationId}',
18345
+ 'GET',
18346
+ { 'integrationId': integrationId },
18347
+ { },
18348
+ { },
18349
+ { },
18350
+ null,
18351
+ ['PureCloud OAuth'],
18352
+ ['application/json'],
18353
+ ['application/json']
18354
+ );
18355
+ }
18356
+
18305
18357
  /**
18306
18358
  * Get an open messaging integration Identity Resolution settings
18307
18359
  *
@@ -20390,7 +20442,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20390
20442
 
20391
20443
  /**
20392
20444
  * Activate a WhatsApp messaging integration created using the WhatsApp embedded signup flow
20393
- * 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
20445
+ * 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.
20394
20446
  * @param {String} integrationId Integration ID
20395
20447
  * @param {Object} body WhatsAppEmbeddedSignupIntegrationActivationRequest
20396
20448
  */
@@ -22239,12 +22291,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22239
22291
 
22240
22292
  /**
22241
22293
  * Send message
22242
- * 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.
22294
+ * Send message on existing conversation/communication. Only one message body field can be accepted, per request. Example: 1 textBody, 1 mediaId, or 1 messageTemplate.
22243
22295
  * @param {String} conversationId conversationId
22244
22296
  * @param {String} communicationId communicationId
22245
22297
  * @param {Object} body Message
22246
22298
  * @param {Object} opts Optional parameters
22247
- * @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, media, stickers) (default to false)
22299
+ * @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, media) (default to false)
22248
22300
  */
22249
22301
  postConversationsMessageCommunicationMessages(conversationId, communicationId, body, opts) {
22250
22302
  opts = opts || {};
@@ -22476,7 +22528,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22476
22528
  * 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"]
22477
22529
  * @param {String} conversationId
22478
22530
  * @param {Object} opts Optional parameters
22479
- * @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, media, stickers) (default to false)
22531
+ * @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, media) (default to false)
22480
22532
  * @param {Array.<String>} opts.body messageIds
22481
22533
  */
22482
22534
  postConversationsMessageMessagesBulk(conversationId, opts) {
@@ -23458,6 +23510,37 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23458
23510
  );
23459
23511
  }
23460
23512
 
23513
+ /**
23514
+ * Create an identity resolution settings for a Apple messaging integration
23515
+ *
23516
+ * @param {String} integrationId Integration ID
23517
+ * @param {Object} body IdentityResolutionConfig
23518
+ * putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
23519
+ */
23520
+ putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId(integrationId, body) {
23521
+ // verify the required parameter 'integrationId' is set
23522
+ if (integrationId === undefined || integrationId === null) {
23523
+ throw 'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId';
23524
+ }
23525
+ // verify the required parameter 'body' is set
23526
+ if (body === undefined || body === null) {
23527
+ throw 'Missing the required parameter "body" when calling putConversationsMessagingIdentityresolutionIntegrationsAppleIntegrationId';
23528
+ }
23529
+
23530
+ return this.apiClient.callApi(
23531
+ '/api/v2/conversations/messaging/identityresolution/integrations/apple/{integrationId}',
23532
+ 'PUT',
23533
+ { 'integrationId': integrationId },
23534
+ { },
23535
+ { },
23536
+ { },
23537
+ body,
23538
+ ['PureCloud OAuth'],
23539
+ ['application/json'],
23540
+ ['application/json']
23541
+ );
23542
+ }
23543
+
23461
23544
  /**
23462
23545
  * Create an identity resolution settings for a Facebook messaging integration
23463
23546
  *
@@ -23488,6 +23571,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23488
23571
  );
23489
23572
  }
23490
23573
 
23574
+ /**
23575
+ * Create identity resolution settings for an Instagram messaging integration
23576
+ *
23577
+ * @param {String} integrationId Integration ID
23578
+ * @param {Object} body IdentityResolutionConfig
23579
+ */
23580
+ putConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId(integrationId, body) {
23581
+ // verify the required parameter 'integrationId' is set
23582
+ if (integrationId === undefined || integrationId === null) {
23583
+ throw 'Missing the required parameter "integrationId" when calling putConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId';
23584
+ }
23585
+ // verify the required parameter 'body' is set
23586
+ if (body === undefined || body === null) {
23587
+ throw 'Missing the required parameter "body" when calling putConversationsMessagingIdentityresolutionIntegrationsInstagramIntegrationId';
23588
+ }
23589
+
23590
+ return this.apiClient.callApi(
23591
+ '/api/v2/conversations/messaging/identityresolution/integrations/instagram/{integrationId}',
23592
+ 'PUT',
23593
+ { 'integrationId': integrationId },
23594
+ { },
23595
+ { },
23596
+ { },
23597
+ body,
23598
+ ['PureCloud OAuth'],
23599
+ ['application/json'],
23600
+ ['application/json']
23601
+ );
23602
+ }
23603
+
23491
23604
  /**
23492
23605
  * Update an open messaging integration Identity Resolution settings
23493
23606
  *
@@ -23720,7 +23833,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23720
23833
  /**
23721
23834
  * DataExtensions service.
23722
23835
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
23723
- * @version 221.0.0
23836
+ * @version 222.0.0
23724
23837
  */
23725
23838
 
23726
23839
  /**
@@ -23806,7 +23919,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23806
23919
  /**
23807
23920
  * DataPrivacy service.
23808
23921
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
23809
- * @version 221.0.0
23922
+ * @version 222.0.0
23810
23923
  */
23811
23924
 
23812
23925
  /**
@@ -23976,7 +24089,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23976
24089
  /**
23977
24090
  * Downloads service.
23978
24091
  * @module purecloud-platform-client-v2/api/DownloadsApi
23979
- * @version 221.0.0
24092
+ * @version 222.0.0
23980
24093
  */
23981
24094
 
23982
24095
  /**
@@ -24028,7 +24141,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24028
24141
  /**
24029
24142
  * Emails service.
24030
24143
  * @module purecloud-platform-client-v2/api/EmailsApi
24031
- * @version 221.0.0
24144
+ * @version 222.0.0
24032
24145
  */
24033
24146
 
24034
24147
  /**
@@ -24157,7 +24270,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24157
24270
  /**
24158
24271
  * EmployeeEngagement service.
24159
24272
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
24160
- * @version 221.0.0
24273
+ * @version 222.0.0
24161
24274
  */
24162
24275
 
24163
24276
  /**
@@ -24308,7 +24421,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24308
24421
  /**
24309
24422
  * Events service.
24310
24423
  * @module purecloud-platform-client-v2/api/EventsApi
24311
- * @version 221.0.0
24424
+ * @version 222.0.0
24312
24425
  */
24313
24426
 
24314
24427
  /**
@@ -24404,7 +24517,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24404
24517
  /**
24405
24518
  * ExternalContacts service.
24406
24519
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
24407
- * @version 221.0.0
24520
+ * @version 222.0.0
24408
24521
  */
24409
24522
 
24410
24523
  /**
@@ -25040,7 +25153,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25040
25153
  }
25041
25154
 
25042
25155
  /**
25043
- * Get the core types from which all schemas are built.
25156
+ * Get a specific named core type.
25044
25157
  *
25045
25158
  * @param {String} coreTypeName Name of the core type
25046
25159
  */
@@ -25684,7 +25797,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25684
25797
  }
25685
25798
 
25686
25799
  /**
25687
- * Get the core types from which all schemas are built.
25800
+ * Get a specific named core type.
25688
25801
  *
25689
25802
  * @param {String} coreTypeName Name of the core type
25690
25803
  */
@@ -27592,7 +27705,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27592
27705
  /**
27593
27706
  * Fax service.
27594
27707
  * @module purecloud-platform-client-v2/api/FaxApi
27595
- * @version 221.0.0
27708
+ * @version 222.0.0
27596
27709
  */
27597
27710
 
27598
27711
  /**
@@ -27807,7 +27920,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27807
27920
  /**
27808
27921
  * Flows service.
27809
27922
  * @module purecloud-platform-client-v2/api/FlowsApi
27810
- * @version 221.0.0
27923
+ * @version 222.0.0
27811
27924
  */
27812
27925
 
27813
27926
  /**
@@ -27990,7 +28103,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27990
28103
  /**
27991
28104
  * Gamification service.
27992
28105
  * @module purecloud-platform-client-v2/api/GamificationApi
27993
- * @version 221.0.0
28106
+ * @version 222.0.0
27994
28107
  */
27995
28108
 
27996
28109
  /**
@@ -30497,7 +30610,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30497
30610
  /**
30498
30611
  * GeneralDataProtectionRegulation service.
30499
30612
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
30500
- * @version 221.0.0
30613
+ * @version 222.0.0
30501
30614
  */
30502
30615
 
30503
30616
  /**
@@ -30627,7 +30740,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30627
30740
  /**
30628
30741
  * Geolocation service.
30629
30742
  * @module purecloud-platform-client-v2/api/GeolocationApi
30630
- * @version 221.0.0
30743
+ * @version 222.0.0
30631
30744
  */
30632
30745
 
30633
30746
  /**
@@ -30758,7 +30871,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30758
30871
  /**
30759
30872
  * Greetings service.
30760
30873
  * @module purecloud-platform-client-v2/api/GreetingsApi
30761
- * @version 221.0.0
30874
+ * @version 222.0.0
30762
30875
  */
30763
30876
 
30764
30877
  /**
@@ -31213,7 +31326,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31213
31326
  /**
31214
31327
  * Groups service.
31215
31328
  * @module purecloud-platform-client-v2/api/GroupsApi
31216
- * @version 221.0.0
31329
+ * @version 222.0.0
31217
31330
  */
31218
31331
 
31219
31332
  /**
@@ -31732,7 +31845,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31732
31845
  /**
31733
31846
  * IdentityProvider service.
31734
31847
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
31735
- * @version 221.0.0
31848
+ * @version 222.0.0
31736
31849
  */
31737
31850
 
31738
31851
  /**
@@ -32593,7 +32706,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32593
32706
  /**
32594
32707
  * InfrastructureAsCode service.
32595
32708
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
32596
- * @version 221.0.0
32709
+ * @version 222.0.0
32597
32710
  */
32598
32711
 
32599
32712
  /**
@@ -32760,7 +32873,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32760
32873
  /**
32761
32874
  * Integrations service.
32762
32875
  * @module purecloud-platform-client-v2/api/IntegrationsApi
32763
- * @version 221.0.0
32876
+ * @version 222.0.0
32764
32877
  */
32765
32878
 
32766
32879
  /**
@@ -35229,7 +35342,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35229
35342
  /**
35230
35343
  * Journey service.
35231
35344
  * @module purecloud-platform-client-v2/api/JourneyApi
35232
- * @version 221.0.0
35345
+ * @version 222.0.0
35233
35346
  */
35234
35347
 
35235
35348
  /**
@@ -37214,7 +37327,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37214
37327
  /**
37215
37328
  * Knowledge service.
37216
37329
  * @module purecloud-platform-client-v2/api/KnowledgeApi
37217
- * @version 221.0.0
37330
+ * @version 222.0.0
37218
37331
  */
37219
37332
 
37220
37333
  /**
@@ -41087,7 +41200,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41087
41200
  /**
41088
41201
  * LanguageUnderstanding service.
41089
41202
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
41090
- * @version 221.0.0
41203
+ * @version 222.0.0
41091
41204
  */
41092
41205
 
41093
41206
  /**
@@ -42120,7 +42233,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42120
42233
  /**
42121
42234
  * Languages service.
42122
42235
  * @module purecloud-platform-client-v2/api/LanguagesApi
42123
- * @version 221.0.0
42236
+ * @version 222.0.0
42124
42237
  */
42125
42238
 
42126
42239
  /**
@@ -42342,7 +42455,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42342
42455
  /**
42343
42456
  * Learning service.
42344
42457
  * @module purecloud-platform-client-v2/api/LearningApi
42345
- * @version 221.0.0
42458
+ * @version 222.0.0
42346
42459
  */
42347
42460
 
42348
42461
  /**
@@ -43371,7 +43484,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43371
43484
  /**
43372
43485
  * License service.
43373
43486
  * @module purecloud-platform-client-v2/api/LicenseApi
43374
- * @version 221.0.0
43487
+ * @version 222.0.0
43375
43488
  */
43376
43489
 
43377
43490
  /**
@@ -43609,7 +43722,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43609
43722
  /**
43610
43723
  * Locations service.
43611
43724
  * @module purecloud-platform-client-v2/api/LocationsApi
43612
- * @version 221.0.0
43725
+ * @version 222.0.0
43613
43726
  */
43614
43727
 
43615
43728
  /**
@@ -43845,7 +43958,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43845
43958
  /**
43846
43959
  * LogCapture service.
43847
43960
  * @module purecloud-platform-client-v2/api/LogCaptureApi
43848
- * @version 221.0.0
43961
+ * @version 222.0.0
43849
43962
  */
43850
43963
 
43851
43964
  /**
@@ -44045,7 +44158,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44045
44158
  /**
44046
44159
  * Messaging service.
44047
44160
  * @module purecloud-platform-client-v2/api/MessagingApi
44048
- * @version 221.0.0
44161
+ * @version 222.0.0
44049
44162
  */
44050
44163
 
44051
44164
  /**
@@ -44404,7 +44517,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44404
44517
  /**
44405
44518
  * MobileDevices service.
44406
44519
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
44407
- * @version 221.0.0
44520
+ * @version 222.0.0
44408
44521
  */
44409
44522
 
44410
44523
  /**
@@ -44555,7 +44668,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44555
44668
  /**
44556
44669
  * Notifications service.
44557
44670
  * @module purecloud-platform-client-v2/api/NotificationsApi
44558
- * @version 221.0.0
44671
+ * @version 222.0.0
44559
44672
  */
44560
44673
 
44561
44674
  /**
@@ -44788,7 +44901,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44788
44901
  /**
44789
44902
  * OAuth service.
44790
44903
  * @module purecloud-platform-client-v2/api/OAuthApi
44791
- * @version 221.0.0
44904
+ * @version 222.0.0
44792
44905
  */
44793
44906
 
44794
44907
  /**
@@ -45154,7 +45267,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45154
45267
  /**
45155
45268
  * Objects service.
45156
45269
  * @module purecloud-platform-client-v2/api/ObjectsApi
45157
- * @version 221.0.0
45270
+ * @version 222.0.0
45158
45271
  */
45159
45272
 
45160
45273
  /**
@@ -45478,7 +45591,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45478
45591
  /**
45479
45592
  * OperationalEvents service.
45480
45593
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
45481
- * @version 221.0.0
45594
+ * @version 222.0.0
45482
45595
  */
45483
45596
 
45484
45597
  /**
@@ -45595,7 +45708,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45595
45708
  /**
45596
45709
  * Organization service.
45597
45710
  * @module purecloud-platform-client-v2/api/OrganizationApi
45598
- * @version 221.0.0
45711
+ * @version 222.0.0
45599
45712
  */
45600
45713
 
45601
45714
  /**
@@ -46070,7 +46183,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46070
46183
  /**
46071
46184
  * OrganizationAuthorization service.
46072
46185
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
46073
- * @version 221.0.0
46186
+ * @version 222.0.0
46074
46187
  */
46075
46188
 
46076
46189
  /**
@@ -47464,7 +47577,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47464
47577
  /**
47465
47578
  * Outbound service.
47466
47579
  * @module purecloud-platform-client-v2/api/OutboundApi
47467
- * @version 221.0.0
47580
+ * @version 222.0.0
47468
47581
  */
47469
47582
 
47470
47583
  /**
@@ -52086,7 +52199,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52086
52199
  /**
52087
52200
  * Presence service.
52088
52201
  * @module purecloud-platform-client-v2/api/PresenceApi
52089
- * @version 221.0.0
52202
+ * @version 222.0.0
52090
52203
  */
52091
52204
 
52092
52205
  /**
@@ -52830,7 +52943,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52830
52943
  /**
52831
52944
  * ProcessAutomation service.
52832
52945
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
52833
- * @version 221.0.0
52946
+ * @version 222.0.0
52834
52947
  */
52835
52948
 
52836
52949
  /**
@@ -53069,7 +53182,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53069
53182
  /**
53070
53183
  * Quality service.
53071
53184
  * @module purecloud-platform-client-v2/api/QualityApi
53072
- * @version 221.0.0
53185
+ * @version 222.0.0
53073
53186
  */
53074
53187
 
53075
53188
  /**
@@ -54856,7 +54969,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54856
54969
  /**
54857
54970
  * Recording service.
54858
54971
  * @module purecloud-platform-client-v2/api/RecordingApi
54859
- * @version 221.0.0
54972
+ * @version 222.0.0
54860
54973
  */
54861
54974
 
54862
54975
  /**
@@ -56461,7 +56574,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56461
56574
  /**
56462
56575
  * ResponseManagement service.
56463
56576
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
56464
- * @version 221.0.0
56577
+ * @version 222.0.0
56465
56578
  */
56466
56579
 
56467
56580
  /**
@@ -56971,7 +57084,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56971
57084
  /**
56972
57085
  * Routing service.
56973
57086
  * @module purecloud-platform-client-v2/api/RoutingApi
56974
- * @version 221.0.0
57087
+ * @version 222.0.0
56975
57088
  */
56976
57089
 
56977
57090
  /**
@@ -61281,7 +61394,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61281
61394
  /**
61282
61395
  * SCIM service.
61283
61396
  * @module purecloud-platform-client-v2/api/SCIMApi
61284
- * @version 221.0.0
61397
+ * @version 222.0.0
61285
61398
  */
61286
61399
 
61287
61400
  /**
@@ -62158,7 +62271,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62158
62271
  /**
62159
62272
  * ScreenRecording service.
62160
62273
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
62161
- * @version 221.0.0
62274
+ * @version 222.0.0
62162
62275
  */
62163
62276
 
62164
62277
  /**
@@ -62203,7 +62316,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62203
62316
  /**
62204
62317
  * Scripts service.
62205
62318
  * @module purecloud-platform-client-v2/api/ScriptsApi
62206
- * @version 221.0.0
62319
+ * @version 222.0.0
62207
62320
  */
62208
62321
 
62209
62322
  /**
@@ -62679,7 +62792,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62679
62792
  /**
62680
62793
  * Search service.
62681
62794
  * @module purecloud-platform-client-v2/api/SearchApi
62682
- * @version 221.0.0
62795
+ * @version 222.0.0
62683
62796
  */
62684
62797
 
62685
62798
  /**
@@ -63422,7 +63535,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63422
63535
  /**
63423
63536
  * Settings service.
63424
63537
  * @module purecloud-platform-client-v2/api/SettingsApi
63425
- * @version 221.0.0
63538
+ * @version 222.0.0
63426
63539
  */
63427
63540
 
63428
63541
  /**
@@ -63770,7 +63883,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63770
63883
  /**
63771
63884
  * SocialMedia service.
63772
63885
  * @module purecloud-platform-client-v2/api/SocialMediaApi
63773
- * @version 221.0.0
63886
+ * @version 222.0.0
63774
63887
  */
63775
63888
 
63776
63889
  /**
@@ -65058,7 +65171,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65058
65171
  /**
65059
65172
  * SpeechTextAnalytics service.
65060
65173
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
65061
- * @version 221.0.0
65174
+ * @version 222.0.0
65062
65175
  */
65063
65176
 
65064
65177
  /**
@@ -66497,7 +66610,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66497
66610
  /**
66498
66611
  * Stations service.
66499
66612
  * @module purecloud-platform-client-v2/api/StationsApi
66500
- * @version 221.0.0
66613
+ * @version 222.0.0
66501
66614
  */
66502
66615
 
66503
66616
  /**
@@ -66599,7 +66712,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66599
66712
  /**
66600
66713
  * Suggest service.
66601
66714
  * @module purecloud-platform-client-v2/api/SuggestApi
66602
- * @version 221.0.0
66715
+ * @version 222.0.0
66603
66716
  */
66604
66717
 
66605
66718
  /**
@@ -66738,7 +66851,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66738
66851
  /**
66739
66852
  * TaskManagement service.
66740
66853
  * @module purecloud-platform-client-v2/api/TaskManagementApi
66741
- * @version 221.0.0
66854
+ * @version 222.0.0
66742
66855
  */
66743
66856
 
66744
66857
  /**
@@ -67608,7 +67721,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67608
67721
  }
67609
67722
 
67610
67723
  /**
67611
- * Get the core types from which all schemas are built.
67724
+ * Get a specific named core type.
67612
67725
  *
67613
67726
  * @param {String} coreTypeName Name of the core type
67614
67727
  */
@@ -68900,7 +69013,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68900
69013
  /**
68901
69014
  * Teams service.
68902
69015
  * @module purecloud-platform-client-v2/api/TeamsApi
68903
- * @version 221.0.0
69016
+ * @version 222.0.0
68904
69017
  */
68905
69018
 
68906
69019
  /**
@@ -69205,7 +69318,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69205
69318
  /**
69206
69319
  * Telephony service.
69207
69320
  * @module purecloud-platform-client-v2/api/TelephonyApi
69208
- * @version 221.0.0
69321
+ * @version 222.0.0
69209
69322
  */
69210
69323
 
69211
69324
  /**
@@ -69387,7 +69500,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69387
69500
  /**
69388
69501
  * TelephonyProvidersEdge service.
69389
69502
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
69390
- * @version 221.0.0
69503
+ * @version 222.0.0
69391
69504
  */
69392
69505
 
69393
69506
  /**
@@ -72839,7 +72952,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72839
72952
  /**
72840
72953
  * Textbots service.
72841
72954
  * @module purecloud-platform-client-v2/api/TextbotsApi
72842
- * @version 221.0.0
72955
+ * @version 222.0.0
72843
72956
  */
72844
72957
 
72845
72958
  /**
@@ -72861,6 +72974,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72861
72974
  * @param {Array.<String>} opts.botType Bot types
72862
72975
  * @param {String} opts.botName Bot name
72863
72976
  * @param {Array.<String>} opts.botId Bot IDs. Maximum of 50
72977
+ * @param {Boolean} opts.virtualAgentEnabled Include or exclude virtual agent flows, only applies to GenesysBotFlows or GenesysDigitalBotFlows
72864
72978
  * @param {Number} opts.pageSize The maximum results to return. Maximum of 100 (default to 25)
72865
72979
  */
72866
72980
  getTextbotsBotsSearch(opts) {
@@ -72871,7 +72985,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72871
72985
  '/api/v2/textbots/bots/search',
72872
72986
  'GET',
72873
72987
  { },
72874
- { 'botType': this.apiClient.buildCollectionParam(opts['botType'], 'multi'),'botName': opts['botName'],'botId': this.apiClient.buildCollectionParam(opts['botId'], 'multi'),'pageSize': opts['pageSize'] },
72988
+ { 'botType': this.apiClient.buildCollectionParam(opts['botType'], 'multi'),'botName': opts['botName'],'botId': this.apiClient.buildCollectionParam(opts['botId'], 'multi'),'virtualAgentEnabled': opts['virtualAgentEnabled'],'pageSize': opts['pageSize'] },
72875
72989
  { },
72876
72990
  { },
72877
72991
  null,
@@ -72967,7 +73081,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72967
73081
  /**
72968
73082
  * Tokens service.
72969
73083
  * @module purecloud-platform-client-v2/api/TokensApi
72970
- * @version 221.0.0
73084
+ * @version 222.0.0
72971
73085
  */
72972
73086
 
72973
73087
  /**
@@ -73121,7 +73235,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
73121
73235
  /**
73122
73236
  * Uploads service.
73123
73237
  * @module purecloud-platform-client-v2/api/UploadsApi
73124
- * @version 221.0.0
73238
+ * @version 222.0.0
73125
73239
  */
73126
73240
 
73127
73241
  /**
@@ -73412,7 +73526,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
73412
73526
  /**
73413
73527
  * Usage service.
73414
73528
  * @module purecloud-platform-client-v2/api/UsageApi
73415
- * @version 221.0.0
73529
+ * @version 222.0.0
73416
73530
  */
73417
73531
 
73418
73532
  /**
@@ -73627,7 +73741,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
73627
73741
  /**
73628
73742
  * UserRecordings service.
73629
73743
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
73630
- * @version 221.0.0
73744
+ * @version 222.0.0
73631
73745
  */
73632
73746
 
73633
73747
  /**
@@ -73842,7 +73956,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
73842
73956
  /**
73843
73957
  * Users service.
73844
73958
  * @module purecloud-platform-client-v2/api/UsersApi
73845
- * @version 221.0.0
73959
+ * @version 222.0.0
73846
73960
  */
73847
73961
 
73848
73962
  /**
@@ -76795,7 +76909,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76795
76909
  /**
76796
76910
  * Utilities service.
76797
76911
  * @module purecloud-platform-client-v2/api/UtilitiesApi
76798
- * @version 221.0.0
76912
+ * @version 222.0.0
76799
76913
  */
76800
76914
 
76801
76915
  /**
@@ -76906,7 +77020,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76906
77020
  /**
76907
77021
  * Voicemail service.
76908
77022
  * @module purecloud-platform-client-v2/api/VoicemailApi
76909
- * @version 221.0.0
77023
+ * @version 222.0.0
76910
77024
  */
76911
77025
 
76912
77026
  /**
@@ -77628,7 +77742,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
77628
77742
  /**
77629
77743
  * WebChat service.
77630
77744
  * @module purecloud-platform-client-v2/api/WebChatApi
77631
- * @version 221.0.0
77745
+ * @version 222.0.0
77632
77746
  */
77633
77747
 
77634
77748
  /**
@@ -78188,7 +78302,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
78188
78302
  /**
78189
78303
  * WebDeployments service.
78190
78304
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
78191
- * @version 221.0.0
78305
+ * @version 222.0.0
78192
78306
  */
78193
78307
 
78194
78308
  /**
@@ -78770,7 +78884,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
78770
78884
  /**
78771
78885
  * WebMessaging service.
78772
78886
  * @module purecloud-platform-client-v2/api/WebMessagingApi
78773
- * @version 221.0.0
78887
+ * @version 222.0.0
78774
78888
  */
78775
78889
 
78776
78890
  /**
@@ -78816,7 +78930,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
78816
78930
  /**
78817
78931
  * Widgets service.
78818
78932
  * @module purecloud-platform-client-v2/api/WidgetsApi
78819
- * @version 221.0.0
78933
+ * @version 222.0.0
78820
78934
  */
78821
78935
 
78822
78936
  /**
@@ -78967,7 +79081,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
78967
79081
  /**
78968
79082
  * WorkforceManagement service.
78969
79083
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
78970
- * @version 221.0.0
79084
+ * @version 222.0.0
78971
79085
  */
78972
79086
 
78973
79087
  /**
@@ -82166,6 +82280,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
82166
82280
  * @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
82167
82281
  * @param {Object} opts Optional parameters
82168
82282
  * @param {Boolean} opts.evaluateMatches Whether to evaluate the matches for violations (default to true)
82283
+ * @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)
82169
82284
  * @param {Boolean} opts.forceDownloadService Force the result of this operation to be sent via download service. For testing/app development purposes
82170
82285
  */
82171
82286
  getWorkforcemanagementManagementunitWeekShifttrades(managementUnitId, weekDateId, opts) {
@@ -82184,7 +82299,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
82184
82299
  '/api/v2/workforcemanagement/managementunits/{managementUnitId}/weeks/{weekDateId}/shifttrades',
82185
82300
  'GET',
82186
82301
  { 'managementUnitId': managementUnitId,'weekDateId': weekDateId },
82187
- { 'evaluateMatches': opts['evaluateMatches'],'forceDownloadService': opts['forceDownloadService'] },
82302
+ { 'evaluateMatches': opts['evaluateMatches'],'includeCrossWeekShifts': opts['includeCrossWeekShifts'],'forceDownloadService': opts['forceDownloadService'] },
82188
82303
  { },
82189
82304
  { },
82190
82305
  null,
@@ -86362,7 +86477,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
86362
86477
  * </pre>
86363
86478
  * </p>
86364
86479
  * @module purecloud-platform-client-v2/index
86365
- * @version 221.0.0
86480
+ * @version 222.0.0
86366
86481
  */
86367
86482
  class platformClient {
86368
86483
  constructor() {