purecloud-platform-client-v2 187.0.0 → 188.0.1

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 (85) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +406 -93
  3. package/dist/web-amd/purecloud-platform-client-v2.js +406 -93
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +173 -94
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +291 -179
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +479 -148
  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/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +26 -2
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +3 -2
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +3 -2
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +3 -10
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +201 -1
  39. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +3 -2
  50. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OutboundApi.js +34 -4
  54. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +3 -2
  66. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UploadsApi.js +63 -1
  75. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -402,7 +402,7 @@ class Configuration {
402
402
 
403
403
  /**
404
404
  * @module purecloud-platform-client-v2/ApiClient
405
- * @version 187.0.0
405
+ * @version 188.0.1
406
406
  */
407
407
  class ApiClient {
408
408
  /**
@@ -1821,7 +1821,7 @@ class AlertingApi {
1821
1821
  /**
1822
1822
  * Alerting service.
1823
1823
  * @module purecloud-platform-client-v2/api/AlertingApi
1824
- * @version 187.0.0
1824
+ * @version 188.0.1
1825
1825
  */
1826
1826
 
1827
1827
  /**
@@ -2482,7 +2482,7 @@ class AnalyticsApi {
2482
2482
  /**
2483
2483
  * Analytics service.
2484
2484
  * @module purecloud-platform-client-v2/api/AnalyticsApi
2485
- * @version 187.0.0
2485
+ * @version 188.0.1
2486
2486
  */
2487
2487
 
2488
2488
  /**
@@ -4277,7 +4277,6 @@ class AnalyticsApi {
4277
4277
  * Query for flow execution aggregates
4278
4278
  *
4279
4279
  * @param {Object} body query
4280
- * postAnalyticsFlowexecutionsAggregatesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4281
4280
  */
4282
4281
  postAnalyticsFlowexecutionsAggregatesQuery(body) {
4283
4282
  // verify the required parameter 'body' is set
@@ -4534,6 +4533,31 @@ class AnalyticsApi {
4534
4533
  );
4535
4534
  }
4536
4535
 
4536
+ /**
4537
+ * Query for limits rate limit aggregates. Data populated when limits are exceeded or are close to being exceeded
4538
+ *
4539
+ * @param {Object} body query
4540
+ */
4541
+ postAnalyticsRatelimitsAggregatesQuery(body) {
4542
+ // verify the required parameter 'body' is set
4543
+ if (body === undefined || body === null) {
4544
+ throw 'Missing the required parameter "body" when calling postAnalyticsRatelimitsAggregatesQuery';
4545
+ }
4546
+
4547
+ return this.apiClient.callApi(
4548
+ '/api/v2/analytics/ratelimits/aggregates/query',
4549
+ 'POST',
4550
+ { },
4551
+ { },
4552
+ { },
4553
+ { },
4554
+ body,
4555
+ ['PureCloud OAuth'],
4556
+ ['application/json'],
4557
+ ['application/json']
4558
+ );
4559
+ }
4560
+
4537
4561
  /**
4538
4562
  * Generate a view export request
4539
4563
  * This API creates a reporting export but the desired way to export analytics data is to use the analytics query APIs instead
@@ -5072,7 +5096,7 @@ class ArchitectApi {
5072
5096
  /**
5073
5097
  * Architect service.
5074
5098
  * @module purecloud-platform-client-v2/api/ArchitectApi
5075
- * @version 187.0.0
5099
+ * @version 188.0.1
5076
5100
  */
5077
5101
 
5078
5102
  /**
@@ -8451,6 +8475,7 @@ class ArchitectApi {
8451
8475
  * @param {Object} body query
8452
8476
  * @param {Object} opts Optional parameters
8453
8477
  * @param {Boolean} opts.indexOnly indexes only
8478
+ * @param {Number} opts.pageSize number of results to return (default to 50)
8454
8479
  * postFlowsInstancesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8455
8480
  */
8456
8481
  postFlowsInstancesQuery(body, opts) {
@@ -8465,7 +8490,7 @@ class ArchitectApi {
8465
8490
  '/api/v2/flows/instances/query',
8466
8491
  'POST',
8467
8492
  { },
8468
- { 'indexOnly': opts['indexOnly'] },
8493
+ { 'indexOnly': opts['indexOnly'],'pageSize': opts['pageSize'] },
8469
8494
  { },
8470
8495
  { },
8471
8496
  body,
@@ -8925,7 +8950,7 @@ class AuditApi {
8925
8950
  /**
8926
8951
  * Audit service.
8927
8952
  * @module purecloud-platform-client-v2/api/AuditApi
8928
- * @version 187.0.0
8953
+ * @version 188.0.1
8929
8954
  */
8930
8955
 
8931
8956
  /**
@@ -9096,7 +9121,7 @@ class AuthorizationApi {
9096
9121
  /**
9097
9122
  * Authorization service.
9098
9123
  * @module purecloud-platform-client-v2/api/AuthorizationApi
9099
- * @version 187.0.0
9124
+ * @version 188.0.1
9100
9125
  */
9101
9126
 
9102
9127
  /**
@@ -9270,6 +9295,7 @@ class AuthorizationApi {
9270
9295
  * @param {String} opts.nextPage next page token
9271
9296
  * @param {String} opts.previousPage Previous page token
9272
9297
  * @param {Boolean} opts.objectCount Include the count of objects contained in the division (default to false)
9298
+ * @param {Array.<String>} opts.id Optionally request specific divisions by their IDs
9273
9299
  * @param {String} opts.name Search term to filter by division name
9274
9300
  */
9275
9301
  getAuthorizationDivisions(opts) {
@@ -9280,7 +9306,7 @@ class AuthorizationApi {
9280
9306
  '/api/v2/authorization/divisions',
9281
9307
  'GET',
9282
9308
  { },
9283
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'objectCount': opts['objectCount'],'name': opts['name'] },
9309
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'objectCount': opts['objectCount'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'name': opts['name'] },
9284
9310
  { },
9285
9311
  { },
9286
9312
  null,
@@ -10325,7 +10351,7 @@ class BillingApi {
10325
10351
  /**
10326
10352
  * Billing service.
10327
10353
  * @module purecloud-platform-client-v2/api/BillingApi
10328
- * @version 187.0.0
10354
+ * @version 188.0.1
10329
10355
  */
10330
10356
 
10331
10357
  /**
@@ -10405,7 +10431,7 @@ class CarrierServicesApi {
10405
10431
  /**
10406
10432
  * CarrierServices service.
10407
10433
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
10408
- * @version 187.0.0
10434
+ * @version 188.0.1
10409
10435
  */
10410
10436
 
10411
10437
  /**
@@ -10475,7 +10501,7 @@ class ChatApi {
10475
10501
  /**
10476
10502
  * Chat service.
10477
10503
  * @module purecloud-platform-client-v2/api/ChatApi
10478
- * @version 187.0.0
10504
+ * @version 188.0.1
10479
10505
  */
10480
10506
 
10481
10507
  /**
@@ -11210,7 +11236,7 @@ class CoachingApi {
11210
11236
  /**
11211
11237
  * Coaching service.
11212
11238
  * @module purecloud-platform-client-v2/api/CoachingApi
11213
- * @version 187.0.0
11239
+ * @version 188.0.1
11214
11240
  */
11215
11241
 
11216
11242
  /**
@@ -11787,7 +11813,7 @@ class ContentManagementApi {
11787
11813
  /**
11788
11814
  * ContentManagement service.
11789
11815
  * @module purecloud-platform-client-v2/api/ContentManagementApi
11790
- * @version 187.0.0
11816
+ * @version 188.0.1
11791
11817
  */
11792
11818
 
11793
11819
  /**
@@ -12869,7 +12895,7 @@ class ConversationsApi {
12869
12895
  /**
12870
12896
  * Conversations service.
12871
12897
  * @module purecloud-platform-client-v2/api/ConversationsApi
12872
- * @version 187.0.0
12898
+ * @version 188.0.1
12873
12899
  */
12874
12900
 
12875
12901
  /**
@@ -16945,8 +16971,8 @@ class ConversationsApi {
16945
16971
  }
16946
16972
 
16947
16973
  /**
16948
- * Update or activate a WhatsApp messaging integration
16949
- * The following steps are required in order to fully activate a WhatsApp Integration: Initially, you will need to get an activation code by sending: an action set to Activate, and an authenticationMethod choosing from Sms or Voice. Finally, once you have been informed of an activation code on selected authenticationMethod, you will need to confirm the code by sending: an action set to Confirm, and the confirmationCode you have received from Whatsapp.
16974
+ * Update a WhatsApp messaging integration
16975
+ *
16950
16976
  * @param {String} integrationId Integration ID
16951
16977
  * @param {Object} body WhatsAppIntegrationUpdateRequest
16952
16978
  */
@@ -17436,7 +17462,6 @@ class ConversationsApi {
17436
17462
  * @param {String} conversationId conversation ID
17437
17463
  * @param {String} participantId participant ID
17438
17464
  * @param {Object} body Transfer request
17439
- * postConversationParticipantReplaceAgent is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17440
17465
  */
17441
17466
  postConversationParticipantReplaceAgent(conversationId, participantId, body) {
17442
17467
  // verify the required parameter 'conversationId' is set
@@ -17472,7 +17497,6 @@ class ConversationsApi {
17472
17497
  * @param {String} conversationId conversation ID
17473
17498
  * @param {String} participantId participant ID
17474
17499
  * @param {Object} body Transfer request
17475
- * postConversationParticipantReplaceExternal is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17476
17500
  */
17477
17501
  postConversationParticipantReplaceExternal(conversationId, participantId, body) {
17478
17502
  // verify the required parameter 'conversationId' is set
@@ -17508,7 +17532,6 @@ class ConversationsApi {
17508
17532
  * @param {String} conversationId conversation ID
17509
17533
  * @param {String} participantId participant ID
17510
17534
  * @param {Object} body Transfer request
17511
- * postConversationParticipantReplaceQueue is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17512
17535
  */
17513
17536
  postConversationParticipantReplaceQueue(conversationId, participantId, body) {
17514
17537
  // verify the required parameter 'conversationId' is set
@@ -17777,7 +17800,6 @@ class ConversationsApi {
17777
17800
  * @param {String} conversationId conversationId
17778
17801
  * @param {String} participantId participantId
17779
17802
  * @param {Object} body Destination agent and initial speak to
17780
- * postConversationsCallParticipantConsultAgent is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17781
17803
  */
17782
17804
  postConversationsCallParticipantConsultAgent(conversationId, participantId, body) {
17783
17805
  // verify the required parameter 'conversationId' is set
@@ -17813,7 +17835,6 @@ class ConversationsApi {
17813
17835
  * @param {String} conversationId conversationId
17814
17836
  * @param {String} participantId participantId
17815
17837
  * @param {Object} body Destination address and initial speak to
17816
- * postConversationsCallParticipantConsultExternal is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17817
17838
  */
17818
17839
  postConversationsCallParticipantConsultExternal(conversationId, participantId, body) {
17819
17840
  // verify the required parameter 'conversationId' is set
@@ -17849,7 +17870,6 @@ class ConversationsApi {
17849
17870
  * @param {String} conversationId conversationId
17850
17871
  * @param {String} participantId participantId
17851
17872
  * @param {Object} body Destination queue and initial speak to
17852
- * postConversationsCallParticipantConsultQueue is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17853
17873
  */
17854
17874
  postConversationsCallParticipantConsultQueue(conversationId, participantId, body) {
17855
17875
  // verify the required parameter 'conversationId' is set
@@ -18942,7 +18962,6 @@ class ConversationsApi {
18942
18962
  *
18943
18963
  * @param {String} conversationId conversationId
18944
18964
  * @param {String} participantId participantId
18945
- * postConversationsMessageParticipantMonitor is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18946
18965
  */
18947
18966
  postConversationsMessageParticipantMonitor(conversationId, participantId) {
18948
18967
  // verify the required parameter 'conversationId' is set
@@ -20044,7 +20063,7 @@ class DataExtensionsApi {
20044
20063
  /**
20045
20064
  * DataExtensions service.
20046
20065
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
20047
- * @version 187.0.0
20066
+ * @version 188.0.1
20048
20067
  */
20049
20068
 
20050
20069
  /**
@@ -20130,7 +20149,7 @@ class DownloadsApi {
20130
20149
  /**
20131
20150
  * Downloads service.
20132
20151
  * @module purecloud-platform-client-v2/api/DownloadsApi
20133
- * @version 187.0.0
20152
+ * @version 188.0.1
20134
20153
  */
20135
20154
 
20136
20155
  /**
@@ -20182,7 +20201,7 @@ class EmailsApi {
20182
20201
  /**
20183
20202
  * Emails service.
20184
20203
  * @module purecloud-platform-client-v2/api/EmailsApi
20185
- * @version 187.0.0
20204
+ * @version 188.0.1
20186
20205
  */
20187
20206
 
20188
20207
  /**
@@ -20247,7 +20266,7 @@ class EventsApi {
20247
20266
  /**
20248
20267
  * Events service.
20249
20268
  * @module purecloud-platform-client-v2/api/EventsApi
20250
- * @version 187.0.0
20269
+ * @version 188.0.1
20251
20270
  */
20252
20271
 
20253
20272
  /**
@@ -20343,7 +20362,7 @@ class ExternalContactsApi {
20343
20362
  /**
20344
20363
  * ExternalContacts service.
20345
20364
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
20346
- * @version 187.0.0
20365
+ * @version 188.0.1
20347
20366
  */
20348
20367
 
20349
20368
  /**
@@ -22301,7 +22320,7 @@ class FaxApi {
22301
22320
  /**
22302
22321
  * Fax service.
22303
22322
  * @module purecloud-platform-client-v2/api/FaxApi
22304
- * @version 187.0.0
22323
+ * @version 188.0.1
22305
22324
  */
22306
22325
 
22307
22326
  /**
@@ -22472,7 +22491,7 @@ class FlowsApi {
22472
22491
  /**
22473
22492
  * Flows service.
22474
22493
  * @module purecloud-platform-client-v2/api/FlowsApi
22475
- * @version 187.0.0
22494
+ * @version 188.0.1
22476
22495
  */
22477
22496
 
22478
22497
  /**
@@ -22656,7 +22675,7 @@ class GamificationApi {
22656
22675
  /**
22657
22676
  * Gamification service.
22658
22677
  * @module purecloud-platform-client-v2/api/GamificationApi
22659
- * @version 187.0.0
22678
+ * @version 188.0.1
22660
22679
  */
22661
22680
 
22662
22681
  /**
@@ -24742,7 +24761,7 @@ class GeneralDataProtectionRegulationApi {
24742
24761
  /**
24743
24762
  * GeneralDataProtectionRegulation service.
24744
24763
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
24745
- * @version 187.0.0
24764
+ * @version 188.0.1
24746
24765
  */
24747
24766
 
24748
24767
  /**
@@ -24872,7 +24891,7 @@ class GeolocationApi {
24872
24891
  /**
24873
24892
  * Geolocation service.
24874
24893
  * @module purecloud-platform-client-v2/api/GeolocationApi
24875
- * @version 187.0.0
24894
+ * @version 188.0.1
24876
24895
  */
24877
24896
 
24878
24897
  /**
@@ -25003,7 +25022,7 @@ class GreetingsApi {
25003
25022
  /**
25004
25023
  * Greetings service.
25005
25024
  * @module purecloud-platform-client-v2/api/GreetingsApi
25006
- * @version 187.0.0
25025
+ * @version 188.0.1
25007
25026
  */
25008
25027
 
25009
25028
  /**
@@ -25458,7 +25477,7 @@ class GroupsApi {
25458
25477
  /**
25459
25478
  * Groups service.
25460
25479
  * @module purecloud-platform-client-v2/api/GroupsApi
25461
- * @version 187.0.0
25480
+ * @version 188.0.1
25462
25481
  */
25463
25482
 
25464
25483
  /**
@@ -25977,7 +25996,7 @@ class IdentityProviderApi {
25977
25996
  /**
25978
25997
  * IdentityProvider service.
25979
25998
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
25980
- * @version 187.0.0
25999
+ * @version 188.0.1
25981
26000
  */
25982
26001
 
25983
26002
  /**
@@ -26838,7 +26857,7 @@ class InfrastructureAsCodeApi {
26838
26857
  /**
26839
26858
  * InfrastructureAsCode service.
26840
26859
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
26841
- * @version 187.0.0
26860
+ * @version 188.0.1
26842
26861
  */
26843
26862
 
26844
26863
  /**
@@ -27005,7 +27024,7 @@ class IntegrationsApi {
27005
27024
  /**
27006
27025
  * Integrations service.
27007
27026
  * @module purecloud-platform-client-v2/api/IntegrationsApi
27008
- * @version 187.0.0
27027
+ * @version 188.0.1
27009
27028
  */
27010
27029
 
27011
27030
  /**
@@ -29127,7 +29146,7 @@ class JourneyApi {
29127
29146
  /**
29128
29147
  * Journey service.
29129
29148
  * @module purecloud-platform-client-v2/api/JourneyApi
29130
- * @version 187.0.0
29149
+ * @version 188.0.1
29131
29150
  */
29132
29151
 
29133
29152
  /**
@@ -30325,7 +30344,7 @@ class KnowledgeApi {
30325
30344
  /**
30326
30345
  * Knowledge service.
30327
30346
  * @module purecloud-platform-client-v2/api/KnowledgeApi
30328
- * @version 187.0.0
30347
+ * @version 188.0.1
30329
30348
  */
30330
30349
 
30331
30350
  /**
@@ -31729,6 +31748,41 @@ class KnowledgeApi {
31729
31748
  );
31730
31749
  }
31731
31750
 
31751
+ /**
31752
+ * Get parse job report
31753
+ *
31754
+ * @param {String} knowledgeBaseId Knowledge base ID
31755
+ * @param {String} parseJobId Parse job ID
31756
+ * @param {Object} opts Optional parameters
31757
+ * @param {Array.<String>} opts.expand If expand contains 'urls' downloadURL and failedEntitiesURL will be filled.
31758
+ * getKnowledgeKnowledgebaseParseJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
31759
+ */
31760
+ getKnowledgeKnowledgebaseParseJob(knowledgeBaseId, parseJobId, opts) {
31761
+ opts = opts || {};
31762
+
31763
+ // verify the required parameter 'knowledgeBaseId' is set
31764
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
31765
+ throw 'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseParseJob';
31766
+ }
31767
+ // verify the required parameter 'parseJobId' is set
31768
+ if (parseJobId === undefined || parseJobId === null) {
31769
+ throw 'Missing the required parameter "parseJobId" when calling getKnowledgeKnowledgebaseParseJob';
31770
+ }
31771
+
31772
+ return this.apiClient.callApi(
31773
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs/{parseJobId}',
31774
+ 'GET',
31775
+ { 'knowledgeBaseId': knowledgeBaseId,'parseJobId': parseJobId },
31776
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
31777
+ { },
31778
+ { },
31779
+ null,
31780
+ ['PureCloud OAuth'],
31781
+ ['application/json'],
31782
+ ['application/json']
31783
+ );
31784
+ }
31785
+
31732
31786
  /**
31733
31787
  * Get knowledge base unanswered group for a particular groupId
31734
31788
  *
@@ -31837,6 +31891,37 @@ class KnowledgeApi {
31837
31891
  );
31838
31892
  }
31839
31893
 
31894
+ /**
31895
+ * Get content upload from URL job status
31896
+ *
31897
+ * @param {String} knowledgeBaseId Knowledge base ID
31898
+ * @param {String} jobId Upload job ID
31899
+ * getKnowledgeKnowledgebaseUploadsUrlsJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
31900
+ */
31901
+ getKnowledgeKnowledgebaseUploadsUrlsJob(knowledgeBaseId, jobId) {
31902
+ // verify the required parameter 'knowledgeBaseId' is set
31903
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
31904
+ throw 'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';
31905
+ }
31906
+ // verify the required parameter 'jobId' is set
31907
+ if (jobId === undefined || jobId === null) {
31908
+ throw 'Missing the required parameter "jobId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';
31909
+ }
31910
+
31911
+ return this.apiClient.callApi(
31912
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/uploads/urls/jobs/{jobId}',
31913
+ 'GET',
31914
+ { 'knowledgeBaseId': knowledgeBaseId,'jobId': jobId },
31915
+ { },
31916
+ { },
31917
+ { },
31918
+ null,
31919
+ ['PureCloud OAuth'],
31920
+ ['application/json'],
31921
+ ['application/json']
31922
+ );
31923
+ }
31924
+
31840
31925
  /**
31841
31926
  * Get knowledge bases
31842
31927
  *
@@ -32307,6 +32392,42 @@ class KnowledgeApi {
32307
32392
  );
32308
32393
  }
32309
32394
 
32395
+ /**
32396
+ * Send update to the parse operation
32397
+ *
32398
+ * @param {String} knowledgeBaseId Knowledge base ID
32399
+ * @param {String} parseJobId Parse job ID
32400
+ * @param {Object} body
32401
+ * patchKnowledgeKnowledgebaseParseJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
32402
+ */
32403
+ patchKnowledgeKnowledgebaseParseJob(knowledgeBaseId, parseJobId, body) {
32404
+ // verify the required parameter 'knowledgeBaseId' is set
32405
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
32406
+ throw 'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseParseJob';
32407
+ }
32408
+ // verify the required parameter 'parseJobId' is set
32409
+ if (parseJobId === undefined || parseJobId === null) {
32410
+ throw 'Missing the required parameter "parseJobId" when calling patchKnowledgeKnowledgebaseParseJob';
32411
+ }
32412
+ // verify the required parameter 'body' is set
32413
+ if (body === undefined || body === null) {
32414
+ throw 'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseParseJob';
32415
+ }
32416
+
32417
+ return this.apiClient.callApi(
32418
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs/{parseJobId}',
32419
+ 'PATCH',
32420
+ { 'knowledgeBaseId': knowledgeBaseId,'parseJobId': parseJobId },
32421
+ { },
32422
+ { },
32423
+ { },
32424
+ body,
32425
+ ['PureCloud OAuth'],
32426
+ ['application/json'],
32427
+ ['application/json']
32428
+ );
32429
+ }
32430
+
32310
32431
  /**
32311
32432
  * Update a Knowledge base unanswered phrase group
32312
32433
  *
@@ -33147,6 +33268,73 @@ class KnowledgeApi {
33147
33268
  );
33148
33269
  }
33149
33270
 
33271
+ /**
33272
+ * Import the parsed articles
33273
+ *
33274
+ * @param {String} knowledgeBaseId Knowledge base ID
33275
+ * @param {String} parseJobId Parse job ID
33276
+ * @param {Object} body
33277
+ * postKnowledgeKnowledgebaseParseJobImport is a preview method and is subject to both breaking and non-breaking changes at any time without notice
33278
+ */
33279
+ postKnowledgeKnowledgebaseParseJobImport(knowledgeBaseId, parseJobId, body) {
33280
+ // verify the required parameter 'knowledgeBaseId' is set
33281
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
33282
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseParseJobImport';
33283
+ }
33284
+ // verify the required parameter 'parseJobId' is set
33285
+ if (parseJobId === undefined || parseJobId === null) {
33286
+ throw 'Missing the required parameter "parseJobId" when calling postKnowledgeKnowledgebaseParseJobImport';
33287
+ }
33288
+ // verify the required parameter 'body' is set
33289
+ if (body === undefined || body === null) {
33290
+ throw 'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseParseJobImport';
33291
+ }
33292
+
33293
+ return this.apiClient.callApi(
33294
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs/{parseJobId}/import',
33295
+ 'POST',
33296
+ { 'knowledgeBaseId': knowledgeBaseId,'parseJobId': parseJobId },
33297
+ { },
33298
+ { },
33299
+ { },
33300
+ body,
33301
+ ['PureCloud OAuth'],
33302
+ ['application/json'],
33303
+ ['application/json']
33304
+ );
33305
+ }
33306
+
33307
+ /**
33308
+ * Create parse job
33309
+ *
33310
+ * @param {String} knowledgeBaseId Knowledge base ID
33311
+ * @param {Object} body
33312
+ * postKnowledgeKnowledgebaseParseJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
33313
+ */
33314
+ postKnowledgeKnowledgebaseParseJobs(knowledgeBaseId, body) {
33315
+ // verify the required parameter 'knowledgeBaseId' is set
33316
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
33317
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseParseJobs';
33318
+ }
33319
+ // verify the required parameter 'body' is set
33320
+ if (body === undefined || body === null) {
33321
+ throw 'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseParseJobs';
33322
+ }
33323
+
33324
+ return this.apiClient.callApi(
33325
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs',
33326
+ 'POST',
33327
+ { 'knowledgeBaseId': knowledgeBaseId },
33328
+ { },
33329
+ { },
33330
+ { },
33331
+ body,
33332
+ ['PureCloud OAuth'],
33333
+ ['application/json'],
33334
+ ['application/json']
33335
+ );
33336
+ }
33337
+
33150
33338
  /**
33151
33339
  * Search Documents
33152
33340
  *
@@ -33177,6 +33365,37 @@ class KnowledgeApi {
33177
33365
  );
33178
33366
  }
33179
33367
 
33368
+ /**
33369
+ * Create content upload from URL job
33370
+ *
33371
+ * @param {String} knowledgeBaseId Knowledge base ID
33372
+ * @param {Object} body uploadRequest
33373
+ * postKnowledgeKnowledgebaseUploadsUrlsJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
33374
+ */
33375
+ postKnowledgeKnowledgebaseUploadsUrlsJobs(knowledgeBaseId, body) {
33376
+ // verify the required parameter 'knowledgeBaseId' is set
33377
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
33378
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseUploadsUrlsJobs';
33379
+ }
33380
+ // verify the required parameter 'body' is set
33381
+ if (body === undefined || body === null) {
33382
+ throw 'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseUploadsUrlsJobs';
33383
+ }
33384
+
33385
+ return this.apiClient.callApi(
33386
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/uploads/urls/jobs',
33387
+ 'POST',
33388
+ { 'knowledgeBaseId': knowledgeBaseId },
33389
+ { },
33390
+ { },
33391
+ { },
33392
+ body,
33393
+ ['PureCloud OAuth'],
33394
+ ['application/json'],
33395
+ ['application/json']
33396
+ );
33397
+ }
33398
+
33180
33399
  /**
33181
33400
  * Create new knowledge base
33182
33401
  *
@@ -33208,7 +33427,7 @@ class LanguageUnderstandingApi {
33208
33427
  /**
33209
33428
  * LanguageUnderstanding service.
33210
33429
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
33211
- * @version 187.0.0
33430
+ * @version 188.0.1
33212
33431
  */
33213
33432
 
33214
33433
  /**
@@ -34221,7 +34440,7 @@ class LanguagesApi {
34221
34440
  /**
34222
34441
  * Languages service.
34223
34442
  * @module purecloud-platform-client-v2/api/LanguagesApi
34224
- * @version 187.0.0
34443
+ * @version 188.0.1
34225
34444
  */
34226
34445
 
34227
34446
  /**
@@ -34443,7 +34662,7 @@ class LearningApi {
34443
34662
  /**
34444
34663
  * Learning service.
34445
34664
  * @module purecloud-platform-client-v2/api/LearningApi
34446
- * @version 187.0.0
34665
+ * @version 188.0.1
34447
34666
  */
34448
34667
 
34449
34668
  /**
@@ -35299,7 +35518,7 @@ class LicenseApi {
35299
35518
  /**
35300
35519
  * License service.
35301
35520
  * @module purecloud-platform-client-v2/api/LicenseApi
35302
- * @version 187.0.0
35521
+ * @version 188.0.1
35303
35522
  */
35304
35523
 
35305
35524
  /**
@@ -35537,7 +35756,7 @@ class LocationsApi {
35537
35756
  /**
35538
35757
  * Locations service.
35539
35758
  * @module purecloud-platform-client-v2/api/LocationsApi
35540
- * @version 187.0.0
35759
+ * @version 188.0.1
35541
35760
  */
35542
35761
 
35543
35762
  /**
@@ -35773,7 +35992,7 @@ class LogCaptureApi {
35773
35992
  /**
35774
35993
  * LogCapture service.
35775
35994
  * @module purecloud-platform-client-v2/api/LogCaptureApi
35776
- * @version 187.0.0
35995
+ * @version 188.0.1
35777
35996
  */
35778
35997
 
35779
35998
  /**
@@ -35973,7 +36192,7 @@ class MessagingApi {
35973
36192
  /**
35974
36193
  * Messaging service.
35975
36194
  * @module purecloud-platform-client-v2/api/MessagingApi
35976
- * @version 187.0.0
36195
+ * @version 188.0.1
35977
36196
  */
35978
36197
 
35979
36198
  /**
@@ -36332,7 +36551,7 @@ class MobileDevicesApi {
36332
36551
  /**
36333
36552
  * MobileDevices service.
36334
36553
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
36335
- * @version 187.0.0
36554
+ * @version 188.0.1
36336
36555
  */
36337
36556
 
36338
36557
  /**
@@ -36483,7 +36702,7 @@ class NotificationsApi {
36483
36702
  /**
36484
36703
  * Notifications service.
36485
36704
  * @module purecloud-platform-client-v2/api/NotificationsApi
36486
- * @version 187.0.0
36705
+ * @version 188.0.1
36487
36706
  */
36488
36707
 
36489
36708
  /**
@@ -36716,7 +36935,7 @@ class OAuthApi {
36716
36935
  /**
36717
36936
  * OAuth service.
36718
36937
  * @module purecloud-platform-client-v2/api/OAuthApi
36719
- * @version 187.0.0
36938
+ * @version 188.0.1
36720
36939
  */
36721
36940
 
36722
36941
  /**
@@ -37082,7 +37301,7 @@ class ObjectsApi {
37082
37301
  /**
37083
37302
  * Objects service.
37084
37303
  * @module purecloud-platform-client-v2/api/ObjectsApi
37085
- * @version 187.0.0
37304
+ * @version 188.0.1
37086
37305
  */
37087
37306
 
37088
37307
  /**
@@ -37166,6 +37385,7 @@ class ObjectsApi {
37166
37385
  * @param {String} opts.nextPage next page token
37167
37386
  * @param {String} opts.previousPage Previous page token
37168
37387
  * @param {Boolean} opts.objectCount Include the count of objects contained in the division (default to false)
37388
+ * @param {Array.<String>} opts.id Optionally request specific divisions by their IDs
37169
37389
  * @param {String} opts.name Search term to filter by division name
37170
37390
  */
37171
37391
  getAuthorizationDivisions(opts) {
@@ -37176,7 +37396,7 @@ class ObjectsApi {
37176
37396
  '/api/v2/authorization/divisions',
37177
37397
  'GET',
37178
37398
  { },
37179
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'objectCount': opts['objectCount'],'name': opts['name'] },
37399
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'objectCount': opts['objectCount'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'name': opts['name'] },
37180
37400
  { },
37181
37401
  { },
37182
37402
  null,
@@ -37351,7 +37571,7 @@ class OperationalEventsApi {
37351
37571
  /**
37352
37572
  * OperationalEvents service.
37353
37573
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
37354
- * @version 187.0.0
37574
+ * @version 188.0.1
37355
37575
  */
37356
37576
 
37357
37577
  /**
@@ -37417,7 +37637,7 @@ class OrganizationApi {
37417
37637
  /**
37418
37638
  * Organization service.
37419
37639
  * @module purecloud-platform-client-v2/api/OrganizationApi
37420
- * @version 187.0.0
37640
+ * @version 188.0.1
37421
37641
  */
37422
37642
 
37423
37643
  /**
@@ -37872,7 +38092,7 @@ class OrganizationAuthorizationApi {
37872
38092
  /**
37873
38093
  * OrganizationAuthorization service.
37874
38094
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
37875
- * @version 187.0.0
38095
+ * @version 188.0.1
37876
38096
  */
37877
38097
 
37878
38098
  /**
@@ -39219,7 +39439,7 @@ class OutboundApi {
39219
39439
  /**
39220
39440
  * Outbound service.
39221
39441
  * @module purecloud-platform-client-v2/api/OutboundApi
39222
- * @version 187.0.0
39442
+ * @version 188.0.1
39223
39443
  */
39224
39444
 
39225
39445
  /**
@@ -41222,8 +41442,12 @@ class OutboundApi {
41222
41442
  * Get Import Template
41223
41443
  *
41224
41444
  * @param {String} importTemplateId Import Template ID
41445
+ * @param {Object} opts Optional parameters
41446
+ * @param {Boolean} opts.includeImportStatus Import status (default to false)
41225
41447
  */
41226
- getOutboundImporttemplate(importTemplateId) {
41448
+ getOutboundImporttemplate(importTemplateId, opts) {
41449
+ opts = opts || {};
41450
+
41227
41451
  // verify the required parameter 'importTemplateId' is set
41228
41452
  if (importTemplateId === undefined || importTemplateId === null) {
41229
41453
  throw 'Missing the required parameter "importTemplateId" when calling getOutboundImporttemplate';
@@ -41233,7 +41457,7 @@ class OutboundApi {
41233
41457
  '/api/v2/outbound/importtemplates/{importTemplateId}',
41234
41458
  'GET',
41235
41459
  { 'importTemplateId': importTemplateId },
41236
- { },
41460
+ { 'includeImportStatus': opts['includeImportStatus'] },
41237
41461
  { },
41238
41462
  { },
41239
41463
  null,
@@ -41276,6 +41500,7 @@ class OutboundApi {
41276
41500
  * Query Import Templates
41277
41501
  *
41278
41502
  * @param {Object} opts Optional parameters
41503
+ * @param {Boolean} opts.includeImportStatus Import status (default to false)
41279
41504
  * @param {Number} opts.pageSize Page size. The max that will be returned is 100. (default to 25)
41280
41505
  * @param {Number} opts.pageNumber Page number (default to 1)
41281
41506
  * @param {Boolean} opts.allowEmptyResult Whether to return an empty page when there are no results for that page (default to false)
@@ -41293,7 +41518,7 @@ class OutboundApi {
41293
41518
  '/api/v2/outbound/importtemplates',
41294
41519
  'GET',
41295
41520
  { },
41296
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'allowEmptyResult': opts['allowEmptyResult'],'filterType': opts['filterType'],'name': opts['name'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'contactListTemplateId': opts['contactListTemplateId'] },
41521
+ { 'includeImportStatus': opts['includeImportStatus'],'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'allowEmptyResult': opts['allowEmptyResult'],'filterType': opts['filterType'],'name': opts['name'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'contactListTemplateId': opts['contactListTemplateId'] },
41297
41522
  { },
41298
41523
  { },
41299
41524
  null,
@@ -42291,6 +42516,31 @@ class OutboundApi {
42291
42516
  );
42292
42517
  }
42293
42518
 
42519
+ /**
42520
+ * Retrieve multiple contact list filters
42521
+ *
42522
+ * @param {Object} body The contact list filters to retrieve
42523
+ */
42524
+ postOutboundContactlistfiltersBulkRetrieve(body) {
42525
+ // verify the required parameter 'body' is set
42526
+ if (body === undefined || body === null) {
42527
+ throw 'Missing the required parameter "body" when calling postOutboundContactlistfiltersBulkRetrieve';
42528
+ }
42529
+
42530
+ return this.apiClient.callApi(
42531
+ '/api/v2/outbound/contactlistfilters/bulk/retrieve',
42532
+ 'POST',
42533
+ { },
42534
+ { },
42535
+ { },
42536
+ { },
42537
+ body,
42538
+ ['PureCloud OAuth'],
42539
+ ['application/json'],
42540
+ ['application/json']
42541
+ );
42542
+ }
42543
+
42294
42544
  /**
42295
42545
  * Get a preview of the output of a contact list filter
42296
42546
  *
@@ -43426,7 +43676,7 @@ class PresenceApi {
43426
43676
  /**
43427
43677
  * Presence service.
43428
43678
  * @module purecloud-platform-client-v2/api/PresenceApi
43429
- * @version 187.0.0
43679
+ * @version 188.0.1
43430
43680
  */
43431
43681
 
43432
43682
  /**
@@ -44170,7 +44420,7 @@ class ProcessAutomationApi {
44170
44420
  /**
44171
44421
  * ProcessAutomation service.
44172
44422
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
44173
- * @version 187.0.0
44423
+ * @version 188.0.1
44174
44424
  */
44175
44425
 
44176
44426
  /**
@@ -44409,7 +44659,7 @@ class QualityApi {
44409
44659
  /**
44410
44660
  * Quality service.
44411
44661
  * @module purecloud-platform-client-v2/api/QualityApi
44412
- * @version 187.0.0
44662
+ * @version 188.0.1
44413
44663
  */
44414
44664
 
44415
44665
  /**
@@ -46166,7 +46416,7 @@ class RecordingApi {
46166
46416
  /**
46167
46417
  * Recording service.
46168
46418
  * @module purecloud-platform-client-v2/api/RecordingApi
46169
- * @version 187.0.0
46419
+ * @version 188.0.1
46170
46420
  */
46171
46421
 
46172
46422
  /**
@@ -47803,7 +48053,7 @@ class ResponseManagementApi {
47803
48053
  /**
47804
48054
  * ResponseManagement service.
47805
48055
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
47806
- * @version 187.0.0
48056
+ * @version 188.0.1
47807
48057
  */
47808
48058
 
47809
48059
  /**
@@ -48288,7 +48538,7 @@ class RoutingApi {
48288
48538
  /**
48289
48539
  * Routing service.
48290
48540
  * @module purecloud-platform-client-v2/api/RoutingApi
48291
- * @version 187.0.0
48541
+ * @version 188.0.1
48292
48542
  */
48293
48543
 
48294
48544
  /**
@@ -52241,7 +52491,7 @@ class SCIMApi {
52241
52491
  /**
52242
52492
  * SCIM service.
52243
52493
  * @module purecloud-platform-client-v2/api/SCIMApi
52244
- * @version 187.0.0
52494
+ * @version 188.0.1
52245
52495
  */
52246
52496
 
52247
52497
  /**
@@ -53118,7 +53368,7 @@ class ScreenRecordingApi {
53118
53368
  /**
53119
53369
  * ScreenRecording service.
53120
53370
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
53121
- * @version 187.0.0
53371
+ * @version 188.0.1
53122
53372
  */
53123
53373
 
53124
53374
  /**
@@ -53163,7 +53413,7 @@ class ScriptsApi {
53163
53413
  /**
53164
53414
  * Scripts service.
53165
53415
  * @module purecloud-platform-client-v2/api/ScriptsApi
53166
- * @version 187.0.0
53416
+ * @version 188.0.1
53167
53417
  */
53168
53418
 
53169
53419
  /**
@@ -53607,7 +53857,7 @@ class SearchApi {
53607
53857
  /**
53608
53858
  * Search service.
53609
53859
  * @module purecloud-platform-client-v2/api/SearchApi
53610
- * @version 187.0.0
53860
+ * @version 188.0.1
53611
53861
  */
53612
53862
 
53613
53863
  /**
@@ -54296,7 +54546,7 @@ class SettingsApi {
54296
54546
  /**
54297
54547
  * Settings service.
54298
54548
  * @module purecloud-platform-client-v2/api/SettingsApi
54299
- * @version 187.0.0
54549
+ * @version 188.0.1
54300
54550
  */
54301
54551
 
54302
54552
  /**
@@ -54361,7 +54611,7 @@ class SpeechTextAnalyticsApi {
54361
54611
  /**
54362
54612
  * SpeechTextAnalytics service.
54363
54613
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
54364
- * @version 187.0.0
54614
+ * @version 188.0.1
54365
54615
  */
54366
54616
 
54367
54617
  /**
@@ -54955,6 +55205,7 @@ class SpeechTextAnalyticsApi {
54955
55205
  * @param {Object} opts.state Topic state. Defaults to latest
54956
55206
  * @param {String} opts.name Case insensitive partial name to filter by
54957
55207
  * @param {Array.<String>} opts.ids Comma separated Topic IDs to filter by. Cannot be used with other filters. Maximum of 50 IDs allowed.
55208
+ * @param {Array.<String>} opts.dialects Comma separated dialect strings to filter by. Maximum of 15 dialects allowed.
54958
55209
  * @param {Object} opts.sortBy Sort results by. Defaults to name
54959
55210
  * @param {Object} opts.sortOrder Sort order. Defaults to asc
54960
55211
  */
@@ -54966,7 +55217,7 @@ class SpeechTextAnalyticsApi {
54966
55217
  '/api/v2/speechandtextanalytics/topics',
54967
55218
  'GET',
54968
55219
  { },
54969
- { 'nextPage': opts['nextPage'],'pageSize': opts['pageSize'],'state': opts['state'],'name': opts['name'],'ids': this.apiClient.buildCollectionParam(opts['ids'], 'multi'),'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'] },
55220
+ { 'nextPage': opts['nextPage'],'pageSize': opts['pageSize'],'state': opts['state'],'name': opts['name'],'ids': this.apiClient.buildCollectionParam(opts['ids'], 'multi'),'dialects': this.apiClient.buildCollectionParam(opts['dialects'], 'multi'),'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'] },
54970
55221
  { },
54971
55222
  { },
54972
55223
  null,
@@ -55474,7 +55725,7 @@ class StationsApi {
55474
55725
  /**
55475
55726
  * Stations service.
55476
55727
  * @module purecloud-platform-client-v2/api/StationsApi
55477
- * @version 187.0.0
55728
+ * @version 188.0.1
55478
55729
  */
55479
55730
 
55480
55731
  /**
@@ -55576,7 +55827,7 @@ class SuggestApi {
55576
55827
  /**
55577
55828
  * Suggest service.
55578
55829
  * @module purecloud-platform-client-v2/api/SuggestApi
55579
- * @version 187.0.0
55830
+ * @version 188.0.1
55580
55831
  */
55581
55832
 
55582
55833
  /**
@@ -55715,7 +55966,7 @@ class TaskManagementApi {
55715
55966
  /**
55716
55967
  * TaskManagement service.
55717
55968
  * @module purecloud-platform-client-v2/api/TaskManagementApi
55718
- * @version 187.0.0
55969
+ * @version 188.0.1
55719
55970
  */
55720
55971
 
55721
55972
  /**
@@ -56996,7 +57247,7 @@ class TeamsApi {
56996
57247
  /**
56997
57248
  * Teams service.
56998
57249
  * @module purecloud-platform-client-v2/api/TeamsApi
56999
- * @version 187.0.0
57250
+ * @version 188.0.1
57000
57251
  */
57001
57252
 
57002
57253
  /**
@@ -57298,7 +57549,7 @@ class TelephonyApi {
57298
57549
  /**
57299
57550
  * Telephony service.
57300
57551
  * @module purecloud-platform-client-v2/api/TelephonyApi
57301
- * @version 187.0.0
57552
+ * @version 188.0.1
57302
57553
  */
57303
57554
 
57304
57555
  /**
@@ -57480,7 +57731,7 @@ class TelephonyProvidersEdgeApi {
57480
57731
  /**
57481
57732
  * TelephonyProvidersEdge service.
57482
57733
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
57483
- * @version 187.0.0
57734
+ * @version 188.0.1
57484
57735
  */
57485
57736
 
57486
57737
  /**
@@ -60829,7 +61080,7 @@ class TextbotsApi {
60829
61080
  /**
60830
61081
  * Textbots service.
60831
61082
  * @module purecloud-platform-client-v2/api/TextbotsApi
60832
- * @version 187.0.0
61083
+ * @version 188.0.1
60833
61084
  */
60834
61085
 
60835
61086
  /**
@@ -60957,7 +61208,7 @@ class TokensApi {
60957
61208
  /**
60958
61209
  * Tokens service.
60959
61210
  * @module purecloud-platform-client-v2/api/TokensApi
60960
- * @version 187.0.0
61211
+ * @version 188.0.1
60961
61212
  */
60962
61213
 
60963
61214
  /**
@@ -61113,7 +61364,7 @@ class UploadsApi {
61113
61364
  /**
61114
61365
  * Uploads service.
61115
61366
  * @module purecloud-platform-client-v2/api/UploadsApi
61116
- * @version 187.0.0
61367
+ * @version 188.0.1
61117
61368
  */
61118
61369
 
61119
61370
  /**
@@ -61128,6 +61379,37 @@ class UploadsApi {
61128
61379
  }
61129
61380
 
61130
61381
 
61382
+ /**
61383
+ * Get content upload from URL job status
61384
+ *
61385
+ * @param {String} knowledgeBaseId Knowledge base ID
61386
+ * @param {String} jobId Upload job ID
61387
+ * getKnowledgeKnowledgebaseUploadsUrlsJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61388
+ */
61389
+ getKnowledgeKnowledgebaseUploadsUrlsJob(knowledgeBaseId, jobId) {
61390
+ // verify the required parameter 'knowledgeBaseId' is set
61391
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
61392
+ throw 'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';
61393
+ }
61394
+ // verify the required parameter 'jobId' is set
61395
+ if (jobId === undefined || jobId === null) {
61396
+ throw 'Missing the required parameter "jobId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';
61397
+ }
61398
+
61399
+ return this.apiClient.callApi(
61400
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/uploads/urls/jobs/{jobId}',
61401
+ 'GET',
61402
+ { 'knowledgeBaseId': knowledgeBaseId,'jobId': jobId },
61403
+ { },
61404
+ { },
61405
+ { },
61406
+ null,
61407
+ ['PureCloud OAuth'],
61408
+ ['application/json'],
61409
+ ['application/json']
61410
+ );
61411
+ }
61412
+
61131
61413
  /**
61132
61414
  * Create upload presigned URL for draft function package file.
61133
61415
  *
@@ -61184,6 +61466,37 @@ class UploadsApi {
61184
61466
  );
61185
61467
  }
61186
61468
 
61469
+ /**
61470
+ * Create content upload from URL job
61471
+ *
61472
+ * @param {String} knowledgeBaseId Knowledge base ID
61473
+ * @param {Object} body uploadRequest
61474
+ * postKnowledgeKnowledgebaseUploadsUrlsJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61475
+ */
61476
+ postKnowledgeKnowledgebaseUploadsUrlsJobs(knowledgeBaseId, body) {
61477
+ // verify the required parameter 'knowledgeBaseId' is set
61478
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
61479
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseUploadsUrlsJobs';
61480
+ }
61481
+ // verify the required parameter 'body' is set
61482
+ if (body === undefined || body === null) {
61483
+ throw 'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseUploadsUrlsJobs';
61484
+ }
61485
+
61486
+ return this.apiClient.callApi(
61487
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/uploads/urls/jobs',
61488
+ 'POST',
61489
+ { 'knowledgeBaseId': knowledgeBaseId },
61490
+ { },
61491
+ { },
61492
+ { },
61493
+ body,
61494
+ ['PureCloud OAuth'],
61495
+ ['application/json'],
61496
+ ['application/json']
61497
+ );
61498
+ }
61499
+
61187
61500
  /**
61188
61501
  * Creates a presigned URL for uploading a chat corpus which will be used for mining by intent miner
61189
61502
  *
@@ -61320,7 +61633,7 @@ class UsageApi {
61320
61633
  /**
61321
61634
  * Usage service.
61322
61635
  * @module purecloud-platform-client-v2/api/UsageApi
61323
- * @version 187.0.0
61636
+ * @version 188.0.1
61324
61637
  */
61325
61638
 
61326
61639
  /**
@@ -61530,7 +61843,7 @@ class UserRecordingsApi {
61530
61843
  /**
61531
61844
  * UserRecordings service.
61532
61845
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
61533
- * @version 187.0.0
61846
+ * @version 188.0.1
61534
61847
  */
61535
61848
 
61536
61849
  /**
@@ -61715,7 +62028,7 @@ class UsersApi {
61715
62028
  /**
61716
62029
  * Users service.
61717
62030
  * @module purecloud-platform-client-v2/api/UsersApi
61718
- * @version 187.0.0
62031
+ * @version 188.0.1
61719
62032
  */
61720
62033
 
61721
62034
  /**
@@ -64366,7 +64679,7 @@ class UtilitiesApi {
64366
64679
  /**
64367
64680
  * Utilities service.
64368
64681
  * @module purecloud-platform-client-v2/api/UtilitiesApi
64369
- * @version 187.0.0
64682
+ * @version 188.0.1
64370
64683
  */
64371
64684
 
64372
64685
  /**
@@ -64477,7 +64790,7 @@ class VoicemailApi {
64477
64790
  /**
64478
64791
  * Voicemail service.
64479
64792
  * @module purecloud-platform-client-v2/api/VoicemailApi
64480
- * @version 187.0.0
64793
+ * @version 188.0.1
64481
64794
  */
64482
64795
 
64483
64796
  /**
@@ -65144,7 +65457,7 @@ class WebChatApi {
65144
65457
  /**
65145
65458
  * WebChat service.
65146
65459
  * @module purecloud-platform-client-v2/api/WebChatApi
65147
- * @version 187.0.0
65460
+ * @version 188.0.1
65148
65461
  */
65149
65462
 
65150
65463
  /**
@@ -65693,7 +66006,7 @@ class WebDeploymentsApi {
65693
66006
  /**
65694
66007
  * WebDeployments service.
65695
66008
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
65696
- * @version 187.0.0
66009
+ * @version 188.0.1
65697
66010
  */
65698
66011
 
65699
66012
  /**
@@ -66220,7 +66533,7 @@ class WebMessagingApi {
66220
66533
  /**
66221
66534
  * WebMessaging service.
66222
66535
  * @module purecloud-platform-client-v2/api/WebMessagingApi
66223
- * @version 187.0.0
66536
+ * @version 188.0.1
66224
66537
  */
66225
66538
 
66226
66539
  /**
@@ -66266,7 +66579,7 @@ class WidgetsApi {
66266
66579
  /**
66267
66580
  * Widgets service.
66268
66581
  * @module purecloud-platform-client-v2/api/WidgetsApi
66269
- * @version 187.0.0
66582
+ * @version 188.0.1
66270
66583
  */
66271
66584
 
66272
66585
  /**
@@ -66412,7 +66725,7 @@ class WorkforceManagementApi {
66412
66725
  /**
66413
66726
  * WorkforceManagement service.
66414
66727
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
66415
- * @version 187.0.0
66728
+ * @version 188.0.1
66416
66729
  */
66417
66730
 
66418
66731
  /**
@@ -71807,7 +72120,7 @@ class WorkforceManagementApi {
71807
72120
  * </pre>
71808
72121
  * </p>
71809
72122
  * @module purecloud-platform-client-v2/index
71810
- * @version 187.0.0
72123
+ * @version 188.0.1
71811
72124
  */
71812
72125
  class platformClient {
71813
72126
  constructor() {