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
@@ -399,7 +399,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
399
399
 
400
400
  /**
401
401
  * @module purecloud-platform-client-v2/ApiClient
402
- * @version 187.0.0
402
+ * @version 188.0.1
403
403
  */
404
404
  class ApiClient {
405
405
  /**
@@ -1818,7 +1818,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1818
1818
  /**
1819
1819
  * Alerting service.
1820
1820
  * @module purecloud-platform-client-v2/api/AlertingApi
1821
- * @version 187.0.0
1821
+ * @version 188.0.1
1822
1822
  */
1823
1823
 
1824
1824
  /**
@@ -2479,7 +2479,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2479
2479
  /**
2480
2480
  * Analytics service.
2481
2481
  * @module purecloud-platform-client-v2/api/AnalyticsApi
2482
- * @version 187.0.0
2482
+ * @version 188.0.1
2483
2483
  */
2484
2484
 
2485
2485
  /**
@@ -4274,7 +4274,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4274
4274
  * Query for flow execution aggregates
4275
4275
  *
4276
4276
  * @param {Object} body query
4277
- * postAnalyticsFlowexecutionsAggregatesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4278
4277
  */
4279
4278
  postAnalyticsFlowexecutionsAggregatesQuery(body) {
4280
4279
  // verify the required parameter 'body' is set
@@ -4531,6 +4530,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4531
4530
  );
4532
4531
  }
4533
4532
 
4533
+ /**
4534
+ * Query for limits rate limit aggregates. Data populated when limits are exceeded or are close to being exceeded
4535
+ *
4536
+ * @param {Object} body query
4537
+ */
4538
+ postAnalyticsRatelimitsAggregatesQuery(body) {
4539
+ // verify the required parameter 'body' is set
4540
+ if (body === undefined || body === null) {
4541
+ throw 'Missing the required parameter "body" when calling postAnalyticsRatelimitsAggregatesQuery';
4542
+ }
4543
+
4544
+ return this.apiClient.callApi(
4545
+ '/api/v2/analytics/ratelimits/aggregates/query',
4546
+ 'POST',
4547
+ { },
4548
+ { },
4549
+ { },
4550
+ { },
4551
+ body,
4552
+ ['PureCloud OAuth'],
4553
+ ['application/json'],
4554
+ ['application/json']
4555
+ );
4556
+ }
4557
+
4534
4558
  /**
4535
4559
  * Generate a view export request
4536
4560
  * This API creates a reporting export but the desired way to export analytics data is to use the analytics query APIs instead
@@ -5069,7 +5093,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5069
5093
  /**
5070
5094
  * Architect service.
5071
5095
  * @module purecloud-platform-client-v2/api/ArchitectApi
5072
- * @version 187.0.0
5096
+ * @version 188.0.1
5073
5097
  */
5074
5098
 
5075
5099
  /**
@@ -8448,6 +8472,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8448
8472
  * @param {Object} body query
8449
8473
  * @param {Object} opts Optional parameters
8450
8474
  * @param {Boolean} opts.indexOnly indexes only
8475
+ * @param {Number} opts.pageSize number of results to return (default to 50)
8451
8476
  * postFlowsInstancesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8452
8477
  */
8453
8478
  postFlowsInstancesQuery(body, opts) {
@@ -8462,7 +8487,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8462
8487
  '/api/v2/flows/instances/query',
8463
8488
  'POST',
8464
8489
  { },
8465
- { 'indexOnly': opts['indexOnly'] },
8490
+ { 'indexOnly': opts['indexOnly'],'pageSize': opts['pageSize'] },
8466
8491
  { },
8467
8492
  { },
8468
8493
  body,
@@ -8922,7 +8947,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8922
8947
  /**
8923
8948
  * Audit service.
8924
8949
  * @module purecloud-platform-client-v2/api/AuditApi
8925
- * @version 187.0.0
8950
+ * @version 188.0.1
8926
8951
  */
8927
8952
 
8928
8953
  /**
@@ -9093,7 +9118,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9093
9118
  /**
9094
9119
  * Authorization service.
9095
9120
  * @module purecloud-platform-client-v2/api/AuthorizationApi
9096
- * @version 187.0.0
9121
+ * @version 188.0.1
9097
9122
  */
9098
9123
 
9099
9124
  /**
@@ -9267,6 +9292,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9267
9292
  * @param {String} opts.nextPage next page token
9268
9293
  * @param {String} opts.previousPage Previous page token
9269
9294
  * @param {Boolean} opts.objectCount Include the count of objects contained in the division (default to false)
9295
+ * @param {Array.<String>} opts.id Optionally request specific divisions by their IDs
9270
9296
  * @param {String} opts.name Search term to filter by division name
9271
9297
  */
9272
9298
  getAuthorizationDivisions(opts) {
@@ -9277,7 +9303,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9277
9303
  '/api/v2/authorization/divisions',
9278
9304
  'GET',
9279
9305
  { },
9280
- { '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'] },
9306
+ { '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'] },
9281
9307
  { },
9282
9308
  { },
9283
9309
  null,
@@ -10322,7 +10348,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10322
10348
  /**
10323
10349
  * Billing service.
10324
10350
  * @module purecloud-platform-client-v2/api/BillingApi
10325
- * @version 187.0.0
10351
+ * @version 188.0.1
10326
10352
  */
10327
10353
 
10328
10354
  /**
@@ -10402,7 +10428,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10402
10428
  /**
10403
10429
  * CarrierServices service.
10404
10430
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
10405
- * @version 187.0.0
10431
+ * @version 188.0.1
10406
10432
  */
10407
10433
 
10408
10434
  /**
@@ -10472,7 +10498,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10472
10498
  /**
10473
10499
  * Chat service.
10474
10500
  * @module purecloud-platform-client-v2/api/ChatApi
10475
- * @version 187.0.0
10501
+ * @version 188.0.1
10476
10502
  */
10477
10503
 
10478
10504
  /**
@@ -11207,7 +11233,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11207
11233
  /**
11208
11234
  * Coaching service.
11209
11235
  * @module purecloud-platform-client-v2/api/CoachingApi
11210
- * @version 187.0.0
11236
+ * @version 188.0.1
11211
11237
  */
11212
11238
 
11213
11239
  /**
@@ -11784,7 +11810,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11784
11810
  /**
11785
11811
  * ContentManagement service.
11786
11812
  * @module purecloud-platform-client-v2/api/ContentManagementApi
11787
- * @version 187.0.0
11813
+ * @version 188.0.1
11788
11814
  */
11789
11815
 
11790
11816
  /**
@@ -12866,7 +12892,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12866
12892
  /**
12867
12893
  * Conversations service.
12868
12894
  * @module purecloud-platform-client-v2/api/ConversationsApi
12869
- * @version 187.0.0
12895
+ * @version 188.0.1
12870
12896
  */
12871
12897
 
12872
12898
  /**
@@ -16942,8 +16968,8 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16942
16968
  }
16943
16969
 
16944
16970
  /**
16945
- * Update or activate a WhatsApp messaging integration
16946
- * 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.
16971
+ * Update a WhatsApp messaging integration
16972
+ *
16947
16973
  * @param {String} integrationId Integration ID
16948
16974
  * @param {Object} body WhatsAppIntegrationUpdateRequest
16949
16975
  */
@@ -17433,7 +17459,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17433
17459
  * @param {String} conversationId conversation ID
17434
17460
  * @param {String} participantId participant ID
17435
17461
  * @param {Object} body Transfer request
17436
- * postConversationParticipantReplaceAgent is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17437
17462
  */
17438
17463
  postConversationParticipantReplaceAgent(conversationId, participantId, body) {
17439
17464
  // verify the required parameter 'conversationId' is set
@@ -17469,7 +17494,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17469
17494
  * @param {String} conversationId conversation ID
17470
17495
  * @param {String} participantId participant ID
17471
17496
  * @param {Object} body Transfer request
17472
- * postConversationParticipantReplaceExternal is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17473
17497
  */
17474
17498
  postConversationParticipantReplaceExternal(conversationId, participantId, body) {
17475
17499
  // verify the required parameter 'conversationId' is set
@@ -17505,7 +17529,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17505
17529
  * @param {String} conversationId conversation ID
17506
17530
  * @param {String} participantId participant ID
17507
17531
  * @param {Object} body Transfer request
17508
- * postConversationParticipantReplaceQueue is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17509
17532
  */
17510
17533
  postConversationParticipantReplaceQueue(conversationId, participantId, body) {
17511
17534
  // verify the required parameter 'conversationId' is set
@@ -17774,7 +17797,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17774
17797
  * @param {String} conversationId conversationId
17775
17798
  * @param {String} participantId participantId
17776
17799
  * @param {Object} body Destination agent and initial speak to
17777
- * postConversationsCallParticipantConsultAgent is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17778
17800
  */
17779
17801
  postConversationsCallParticipantConsultAgent(conversationId, participantId, body) {
17780
17802
  // verify the required parameter 'conversationId' is set
@@ -17810,7 +17832,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17810
17832
  * @param {String} conversationId conversationId
17811
17833
  * @param {String} participantId participantId
17812
17834
  * @param {Object} body Destination address and initial speak to
17813
- * postConversationsCallParticipantConsultExternal is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17814
17835
  */
17815
17836
  postConversationsCallParticipantConsultExternal(conversationId, participantId, body) {
17816
17837
  // verify the required parameter 'conversationId' is set
@@ -17846,7 +17867,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17846
17867
  * @param {String} conversationId conversationId
17847
17868
  * @param {String} participantId participantId
17848
17869
  * @param {Object} body Destination queue and initial speak to
17849
- * postConversationsCallParticipantConsultQueue is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17850
17870
  */
17851
17871
  postConversationsCallParticipantConsultQueue(conversationId, participantId, body) {
17852
17872
  // verify the required parameter 'conversationId' is set
@@ -18939,7 +18959,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18939
18959
  *
18940
18960
  * @param {String} conversationId conversationId
18941
18961
  * @param {String} participantId participantId
18942
- * postConversationsMessageParticipantMonitor is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18943
18962
  */
18944
18963
  postConversationsMessageParticipantMonitor(conversationId, participantId) {
18945
18964
  // verify the required parameter 'conversationId' is set
@@ -20041,7 +20060,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20041
20060
  /**
20042
20061
  * DataExtensions service.
20043
20062
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
20044
- * @version 187.0.0
20063
+ * @version 188.0.1
20045
20064
  */
20046
20065
 
20047
20066
  /**
@@ -20127,7 +20146,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20127
20146
  /**
20128
20147
  * Downloads service.
20129
20148
  * @module purecloud-platform-client-v2/api/DownloadsApi
20130
- * @version 187.0.0
20149
+ * @version 188.0.1
20131
20150
  */
20132
20151
 
20133
20152
  /**
@@ -20179,7 +20198,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20179
20198
  /**
20180
20199
  * Emails service.
20181
20200
  * @module purecloud-platform-client-v2/api/EmailsApi
20182
- * @version 187.0.0
20201
+ * @version 188.0.1
20183
20202
  */
20184
20203
 
20185
20204
  /**
@@ -20244,7 +20263,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20244
20263
  /**
20245
20264
  * Events service.
20246
20265
  * @module purecloud-platform-client-v2/api/EventsApi
20247
- * @version 187.0.0
20266
+ * @version 188.0.1
20248
20267
  */
20249
20268
 
20250
20269
  /**
@@ -20340,7 +20359,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20340
20359
  /**
20341
20360
  * ExternalContacts service.
20342
20361
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
20343
- * @version 187.0.0
20362
+ * @version 188.0.1
20344
20363
  */
20345
20364
 
20346
20365
  /**
@@ -22298,7 +22317,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22298
22317
  /**
22299
22318
  * Fax service.
22300
22319
  * @module purecloud-platform-client-v2/api/FaxApi
22301
- * @version 187.0.0
22320
+ * @version 188.0.1
22302
22321
  */
22303
22322
 
22304
22323
  /**
@@ -22469,7 +22488,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22469
22488
  /**
22470
22489
  * Flows service.
22471
22490
  * @module purecloud-platform-client-v2/api/FlowsApi
22472
- * @version 187.0.0
22491
+ * @version 188.0.1
22473
22492
  */
22474
22493
 
22475
22494
  /**
@@ -22653,7 +22672,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22653
22672
  /**
22654
22673
  * Gamification service.
22655
22674
  * @module purecloud-platform-client-v2/api/GamificationApi
22656
- * @version 187.0.0
22675
+ * @version 188.0.1
22657
22676
  */
22658
22677
 
22659
22678
  /**
@@ -24739,7 +24758,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24739
24758
  /**
24740
24759
  * GeneralDataProtectionRegulation service.
24741
24760
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
24742
- * @version 187.0.0
24761
+ * @version 188.0.1
24743
24762
  */
24744
24763
 
24745
24764
  /**
@@ -24869,7 +24888,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24869
24888
  /**
24870
24889
  * Geolocation service.
24871
24890
  * @module purecloud-platform-client-v2/api/GeolocationApi
24872
- * @version 187.0.0
24891
+ * @version 188.0.1
24873
24892
  */
24874
24893
 
24875
24894
  /**
@@ -25000,7 +25019,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25000
25019
  /**
25001
25020
  * Greetings service.
25002
25021
  * @module purecloud-platform-client-v2/api/GreetingsApi
25003
- * @version 187.0.0
25022
+ * @version 188.0.1
25004
25023
  */
25005
25024
 
25006
25025
  /**
@@ -25455,7 +25474,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25455
25474
  /**
25456
25475
  * Groups service.
25457
25476
  * @module purecloud-platform-client-v2/api/GroupsApi
25458
- * @version 187.0.0
25477
+ * @version 188.0.1
25459
25478
  */
25460
25479
 
25461
25480
  /**
@@ -25974,7 +25993,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25974
25993
  /**
25975
25994
  * IdentityProvider service.
25976
25995
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
25977
- * @version 187.0.0
25996
+ * @version 188.0.1
25978
25997
  */
25979
25998
 
25980
25999
  /**
@@ -26835,7 +26854,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26835
26854
  /**
26836
26855
  * InfrastructureAsCode service.
26837
26856
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
26838
- * @version 187.0.0
26857
+ * @version 188.0.1
26839
26858
  */
26840
26859
 
26841
26860
  /**
@@ -27002,7 +27021,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27002
27021
  /**
27003
27022
  * Integrations service.
27004
27023
  * @module purecloud-platform-client-v2/api/IntegrationsApi
27005
- * @version 187.0.0
27024
+ * @version 188.0.1
27006
27025
  */
27007
27026
 
27008
27027
  /**
@@ -29124,7 +29143,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29124
29143
  /**
29125
29144
  * Journey service.
29126
29145
  * @module purecloud-platform-client-v2/api/JourneyApi
29127
- * @version 187.0.0
29146
+ * @version 188.0.1
29128
29147
  */
29129
29148
 
29130
29149
  /**
@@ -30322,7 +30341,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30322
30341
  /**
30323
30342
  * Knowledge service.
30324
30343
  * @module purecloud-platform-client-v2/api/KnowledgeApi
30325
- * @version 187.0.0
30344
+ * @version 188.0.1
30326
30345
  */
30327
30346
 
30328
30347
  /**
@@ -31726,6 +31745,41 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31726
31745
  );
31727
31746
  }
31728
31747
 
31748
+ /**
31749
+ * Get parse job report
31750
+ *
31751
+ * @param {String} knowledgeBaseId Knowledge base ID
31752
+ * @param {String} parseJobId Parse job ID
31753
+ * @param {Object} opts Optional parameters
31754
+ * @param {Array.<String>} opts.expand If expand contains 'urls' downloadURL and failedEntitiesURL will be filled.
31755
+ * getKnowledgeKnowledgebaseParseJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
31756
+ */
31757
+ getKnowledgeKnowledgebaseParseJob(knowledgeBaseId, parseJobId, opts) {
31758
+ opts = opts || {};
31759
+
31760
+ // verify the required parameter 'knowledgeBaseId' is set
31761
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
31762
+ throw 'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseParseJob';
31763
+ }
31764
+ // verify the required parameter 'parseJobId' is set
31765
+ if (parseJobId === undefined || parseJobId === null) {
31766
+ throw 'Missing the required parameter "parseJobId" when calling getKnowledgeKnowledgebaseParseJob';
31767
+ }
31768
+
31769
+ return this.apiClient.callApi(
31770
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs/{parseJobId}',
31771
+ 'GET',
31772
+ { 'knowledgeBaseId': knowledgeBaseId,'parseJobId': parseJobId },
31773
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
31774
+ { },
31775
+ { },
31776
+ null,
31777
+ ['PureCloud OAuth'],
31778
+ ['application/json'],
31779
+ ['application/json']
31780
+ );
31781
+ }
31782
+
31729
31783
  /**
31730
31784
  * Get knowledge base unanswered group for a particular groupId
31731
31785
  *
@@ -31834,6 +31888,37 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31834
31888
  );
31835
31889
  }
31836
31890
 
31891
+ /**
31892
+ * Get content upload from URL job status
31893
+ *
31894
+ * @param {String} knowledgeBaseId Knowledge base ID
31895
+ * @param {String} jobId Upload job ID
31896
+ * getKnowledgeKnowledgebaseUploadsUrlsJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
31897
+ */
31898
+ getKnowledgeKnowledgebaseUploadsUrlsJob(knowledgeBaseId, jobId) {
31899
+ // verify the required parameter 'knowledgeBaseId' is set
31900
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
31901
+ throw 'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';
31902
+ }
31903
+ // verify the required parameter 'jobId' is set
31904
+ if (jobId === undefined || jobId === null) {
31905
+ throw 'Missing the required parameter "jobId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';
31906
+ }
31907
+
31908
+ return this.apiClient.callApi(
31909
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/uploads/urls/jobs/{jobId}',
31910
+ 'GET',
31911
+ { 'knowledgeBaseId': knowledgeBaseId,'jobId': jobId },
31912
+ { },
31913
+ { },
31914
+ { },
31915
+ null,
31916
+ ['PureCloud OAuth'],
31917
+ ['application/json'],
31918
+ ['application/json']
31919
+ );
31920
+ }
31921
+
31837
31922
  /**
31838
31923
  * Get knowledge bases
31839
31924
  *
@@ -32304,6 +32389,42 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32304
32389
  );
32305
32390
  }
32306
32391
 
32392
+ /**
32393
+ * Send update to the parse operation
32394
+ *
32395
+ * @param {String} knowledgeBaseId Knowledge base ID
32396
+ * @param {String} parseJobId Parse job ID
32397
+ * @param {Object} body
32398
+ * patchKnowledgeKnowledgebaseParseJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
32399
+ */
32400
+ patchKnowledgeKnowledgebaseParseJob(knowledgeBaseId, parseJobId, body) {
32401
+ // verify the required parameter 'knowledgeBaseId' is set
32402
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
32403
+ throw 'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseParseJob';
32404
+ }
32405
+ // verify the required parameter 'parseJobId' is set
32406
+ if (parseJobId === undefined || parseJobId === null) {
32407
+ throw 'Missing the required parameter "parseJobId" when calling patchKnowledgeKnowledgebaseParseJob';
32408
+ }
32409
+ // verify the required parameter 'body' is set
32410
+ if (body === undefined || body === null) {
32411
+ throw 'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseParseJob';
32412
+ }
32413
+
32414
+ return this.apiClient.callApi(
32415
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs/{parseJobId}',
32416
+ 'PATCH',
32417
+ { 'knowledgeBaseId': knowledgeBaseId,'parseJobId': parseJobId },
32418
+ { },
32419
+ { },
32420
+ { },
32421
+ body,
32422
+ ['PureCloud OAuth'],
32423
+ ['application/json'],
32424
+ ['application/json']
32425
+ );
32426
+ }
32427
+
32307
32428
  /**
32308
32429
  * Update a Knowledge base unanswered phrase group
32309
32430
  *
@@ -33144,6 +33265,73 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33144
33265
  );
33145
33266
  }
33146
33267
 
33268
+ /**
33269
+ * Import the parsed articles
33270
+ *
33271
+ * @param {String} knowledgeBaseId Knowledge base ID
33272
+ * @param {String} parseJobId Parse job ID
33273
+ * @param {Object} body
33274
+ * postKnowledgeKnowledgebaseParseJobImport is a preview method and is subject to both breaking and non-breaking changes at any time without notice
33275
+ */
33276
+ postKnowledgeKnowledgebaseParseJobImport(knowledgeBaseId, parseJobId, body) {
33277
+ // verify the required parameter 'knowledgeBaseId' is set
33278
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
33279
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseParseJobImport';
33280
+ }
33281
+ // verify the required parameter 'parseJobId' is set
33282
+ if (parseJobId === undefined || parseJobId === null) {
33283
+ throw 'Missing the required parameter "parseJobId" when calling postKnowledgeKnowledgebaseParseJobImport';
33284
+ }
33285
+ // verify the required parameter 'body' is set
33286
+ if (body === undefined || body === null) {
33287
+ throw 'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseParseJobImport';
33288
+ }
33289
+
33290
+ return this.apiClient.callApi(
33291
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs/{parseJobId}/import',
33292
+ 'POST',
33293
+ { 'knowledgeBaseId': knowledgeBaseId,'parseJobId': parseJobId },
33294
+ { },
33295
+ { },
33296
+ { },
33297
+ body,
33298
+ ['PureCloud OAuth'],
33299
+ ['application/json'],
33300
+ ['application/json']
33301
+ );
33302
+ }
33303
+
33304
+ /**
33305
+ * Create parse job
33306
+ *
33307
+ * @param {String} knowledgeBaseId Knowledge base ID
33308
+ * @param {Object} body
33309
+ * postKnowledgeKnowledgebaseParseJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
33310
+ */
33311
+ postKnowledgeKnowledgebaseParseJobs(knowledgeBaseId, body) {
33312
+ // verify the required parameter 'knowledgeBaseId' is set
33313
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
33314
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseParseJobs';
33315
+ }
33316
+ // verify the required parameter 'body' is set
33317
+ if (body === undefined || body === null) {
33318
+ throw 'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseParseJobs';
33319
+ }
33320
+
33321
+ return this.apiClient.callApi(
33322
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs',
33323
+ 'POST',
33324
+ { 'knowledgeBaseId': knowledgeBaseId },
33325
+ { },
33326
+ { },
33327
+ { },
33328
+ body,
33329
+ ['PureCloud OAuth'],
33330
+ ['application/json'],
33331
+ ['application/json']
33332
+ );
33333
+ }
33334
+
33147
33335
  /**
33148
33336
  * Search Documents
33149
33337
  *
@@ -33174,6 +33362,37 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33174
33362
  );
33175
33363
  }
33176
33364
 
33365
+ /**
33366
+ * Create content upload from URL job
33367
+ *
33368
+ * @param {String} knowledgeBaseId Knowledge base ID
33369
+ * @param {Object} body uploadRequest
33370
+ * postKnowledgeKnowledgebaseUploadsUrlsJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
33371
+ */
33372
+ postKnowledgeKnowledgebaseUploadsUrlsJobs(knowledgeBaseId, body) {
33373
+ // verify the required parameter 'knowledgeBaseId' is set
33374
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
33375
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseUploadsUrlsJobs';
33376
+ }
33377
+ // verify the required parameter 'body' is set
33378
+ if (body === undefined || body === null) {
33379
+ throw 'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseUploadsUrlsJobs';
33380
+ }
33381
+
33382
+ return this.apiClient.callApi(
33383
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/uploads/urls/jobs',
33384
+ 'POST',
33385
+ { 'knowledgeBaseId': knowledgeBaseId },
33386
+ { },
33387
+ { },
33388
+ { },
33389
+ body,
33390
+ ['PureCloud OAuth'],
33391
+ ['application/json'],
33392
+ ['application/json']
33393
+ );
33394
+ }
33395
+
33177
33396
  /**
33178
33397
  * Create new knowledge base
33179
33398
  *
@@ -33205,7 +33424,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33205
33424
  /**
33206
33425
  * LanguageUnderstanding service.
33207
33426
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
33208
- * @version 187.0.0
33427
+ * @version 188.0.1
33209
33428
  */
33210
33429
 
33211
33430
  /**
@@ -34218,7 +34437,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34218
34437
  /**
34219
34438
  * Languages service.
34220
34439
  * @module purecloud-platform-client-v2/api/LanguagesApi
34221
- * @version 187.0.0
34440
+ * @version 188.0.1
34222
34441
  */
34223
34442
 
34224
34443
  /**
@@ -34440,7 +34659,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34440
34659
  /**
34441
34660
  * Learning service.
34442
34661
  * @module purecloud-platform-client-v2/api/LearningApi
34443
- * @version 187.0.0
34662
+ * @version 188.0.1
34444
34663
  */
34445
34664
 
34446
34665
  /**
@@ -35296,7 +35515,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35296
35515
  /**
35297
35516
  * License service.
35298
35517
  * @module purecloud-platform-client-v2/api/LicenseApi
35299
- * @version 187.0.0
35518
+ * @version 188.0.1
35300
35519
  */
35301
35520
 
35302
35521
  /**
@@ -35534,7 +35753,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35534
35753
  /**
35535
35754
  * Locations service.
35536
35755
  * @module purecloud-platform-client-v2/api/LocationsApi
35537
- * @version 187.0.0
35756
+ * @version 188.0.1
35538
35757
  */
35539
35758
 
35540
35759
  /**
@@ -35770,7 +35989,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35770
35989
  /**
35771
35990
  * LogCapture service.
35772
35991
  * @module purecloud-platform-client-v2/api/LogCaptureApi
35773
- * @version 187.0.0
35992
+ * @version 188.0.1
35774
35993
  */
35775
35994
 
35776
35995
  /**
@@ -35970,7 +36189,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35970
36189
  /**
35971
36190
  * Messaging service.
35972
36191
  * @module purecloud-platform-client-v2/api/MessagingApi
35973
- * @version 187.0.0
36192
+ * @version 188.0.1
35974
36193
  */
35975
36194
 
35976
36195
  /**
@@ -36329,7 +36548,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36329
36548
  /**
36330
36549
  * MobileDevices service.
36331
36550
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
36332
- * @version 187.0.0
36551
+ * @version 188.0.1
36333
36552
  */
36334
36553
 
36335
36554
  /**
@@ -36480,7 +36699,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36480
36699
  /**
36481
36700
  * Notifications service.
36482
36701
  * @module purecloud-platform-client-v2/api/NotificationsApi
36483
- * @version 187.0.0
36702
+ * @version 188.0.1
36484
36703
  */
36485
36704
 
36486
36705
  /**
@@ -36713,7 +36932,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36713
36932
  /**
36714
36933
  * OAuth service.
36715
36934
  * @module purecloud-platform-client-v2/api/OAuthApi
36716
- * @version 187.0.0
36935
+ * @version 188.0.1
36717
36936
  */
36718
36937
 
36719
36938
  /**
@@ -37079,7 +37298,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37079
37298
  /**
37080
37299
  * Objects service.
37081
37300
  * @module purecloud-platform-client-v2/api/ObjectsApi
37082
- * @version 187.0.0
37301
+ * @version 188.0.1
37083
37302
  */
37084
37303
 
37085
37304
  /**
@@ -37163,6 +37382,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37163
37382
  * @param {String} opts.nextPage next page token
37164
37383
  * @param {String} opts.previousPage Previous page token
37165
37384
  * @param {Boolean} opts.objectCount Include the count of objects contained in the division (default to false)
37385
+ * @param {Array.<String>} opts.id Optionally request specific divisions by their IDs
37166
37386
  * @param {String} opts.name Search term to filter by division name
37167
37387
  */
37168
37388
  getAuthorizationDivisions(opts) {
@@ -37173,7 +37393,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37173
37393
  '/api/v2/authorization/divisions',
37174
37394
  'GET',
37175
37395
  { },
37176
- { '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'] },
37396
+ { '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'] },
37177
37397
  { },
37178
37398
  { },
37179
37399
  null,
@@ -37348,7 +37568,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37348
37568
  /**
37349
37569
  * OperationalEvents service.
37350
37570
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
37351
- * @version 187.0.0
37571
+ * @version 188.0.1
37352
37572
  */
37353
37573
 
37354
37574
  /**
@@ -37414,7 +37634,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37414
37634
  /**
37415
37635
  * Organization service.
37416
37636
  * @module purecloud-platform-client-v2/api/OrganizationApi
37417
- * @version 187.0.0
37637
+ * @version 188.0.1
37418
37638
  */
37419
37639
 
37420
37640
  /**
@@ -37869,7 +38089,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37869
38089
  /**
37870
38090
  * OrganizationAuthorization service.
37871
38091
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
37872
- * @version 187.0.0
38092
+ * @version 188.0.1
37873
38093
  */
37874
38094
 
37875
38095
  /**
@@ -39216,7 +39436,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39216
39436
  /**
39217
39437
  * Outbound service.
39218
39438
  * @module purecloud-platform-client-v2/api/OutboundApi
39219
- * @version 187.0.0
39439
+ * @version 188.0.1
39220
39440
  */
39221
39441
 
39222
39442
  /**
@@ -41219,8 +41439,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41219
41439
  * Get Import Template
41220
41440
  *
41221
41441
  * @param {String} importTemplateId Import Template ID
41442
+ * @param {Object} opts Optional parameters
41443
+ * @param {Boolean} opts.includeImportStatus Import status (default to false)
41222
41444
  */
41223
- getOutboundImporttemplate(importTemplateId) {
41445
+ getOutboundImporttemplate(importTemplateId, opts) {
41446
+ opts = opts || {};
41447
+
41224
41448
  // verify the required parameter 'importTemplateId' is set
41225
41449
  if (importTemplateId === undefined || importTemplateId === null) {
41226
41450
  throw 'Missing the required parameter "importTemplateId" when calling getOutboundImporttemplate';
@@ -41230,7 +41454,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41230
41454
  '/api/v2/outbound/importtemplates/{importTemplateId}',
41231
41455
  'GET',
41232
41456
  { 'importTemplateId': importTemplateId },
41233
- { },
41457
+ { 'includeImportStatus': opts['includeImportStatus'] },
41234
41458
  { },
41235
41459
  { },
41236
41460
  null,
@@ -41273,6 +41497,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41273
41497
  * Query Import Templates
41274
41498
  *
41275
41499
  * @param {Object} opts Optional parameters
41500
+ * @param {Boolean} opts.includeImportStatus Import status (default to false)
41276
41501
  * @param {Number} opts.pageSize Page size. The max that will be returned is 100. (default to 25)
41277
41502
  * @param {Number} opts.pageNumber Page number (default to 1)
41278
41503
  * @param {Boolean} opts.allowEmptyResult Whether to return an empty page when there are no results for that page (default to false)
@@ -41290,7 +41515,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41290
41515
  '/api/v2/outbound/importtemplates',
41291
41516
  'GET',
41292
41517
  { },
41293
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'allowEmptyResult': opts['allowEmptyResult'],'filterType': opts['filterType'],'name': opts['name'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'contactListTemplateId': opts['contactListTemplateId'] },
41518
+ { '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'] },
41294
41519
  { },
41295
41520
  { },
41296
41521
  null,
@@ -42288,6 +42513,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42288
42513
  );
42289
42514
  }
42290
42515
 
42516
+ /**
42517
+ * Retrieve multiple contact list filters
42518
+ *
42519
+ * @param {Object} body The contact list filters to retrieve
42520
+ */
42521
+ postOutboundContactlistfiltersBulkRetrieve(body) {
42522
+ // verify the required parameter 'body' is set
42523
+ if (body === undefined || body === null) {
42524
+ throw 'Missing the required parameter "body" when calling postOutboundContactlistfiltersBulkRetrieve';
42525
+ }
42526
+
42527
+ return this.apiClient.callApi(
42528
+ '/api/v2/outbound/contactlistfilters/bulk/retrieve',
42529
+ 'POST',
42530
+ { },
42531
+ { },
42532
+ { },
42533
+ { },
42534
+ body,
42535
+ ['PureCloud OAuth'],
42536
+ ['application/json'],
42537
+ ['application/json']
42538
+ );
42539
+ }
42540
+
42291
42541
  /**
42292
42542
  * Get a preview of the output of a contact list filter
42293
42543
  *
@@ -43423,7 +43673,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43423
43673
  /**
43424
43674
  * Presence service.
43425
43675
  * @module purecloud-platform-client-v2/api/PresenceApi
43426
- * @version 187.0.0
43676
+ * @version 188.0.1
43427
43677
  */
43428
43678
 
43429
43679
  /**
@@ -44167,7 +44417,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44167
44417
  /**
44168
44418
  * ProcessAutomation service.
44169
44419
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
44170
- * @version 187.0.0
44420
+ * @version 188.0.1
44171
44421
  */
44172
44422
 
44173
44423
  /**
@@ -44406,7 +44656,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44406
44656
  /**
44407
44657
  * Quality service.
44408
44658
  * @module purecloud-platform-client-v2/api/QualityApi
44409
- * @version 187.0.0
44659
+ * @version 188.0.1
44410
44660
  */
44411
44661
 
44412
44662
  /**
@@ -46163,7 +46413,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46163
46413
  /**
46164
46414
  * Recording service.
46165
46415
  * @module purecloud-platform-client-v2/api/RecordingApi
46166
- * @version 187.0.0
46416
+ * @version 188.0.1
46167
46417
  */
46168
46418
 
46169
46419
  /**
@@ -47800,7 +48050,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47800
48050
  /**
47801
48051
  * ResponseManagement service.
47802
48052
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
47803
- * @version 187.0.0
48053
+ * @version 188.0.1
47804
48054
  */
47805
48055
 
47806
48056
  /**
@@ -48285,7 +48535,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48285
48535
  /**
48286
48536
  * Routing service.
48287
48537
  * @module purecloud-platform-client-v2/api/RoutingApi
48288
- * @version 187.0.0
48538
+ * @version 188.0.1
48289
48539
  */
48290
48540
 
48291
48541
  /**
@@ -52238,7 +52488,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52238
52488
  /**
52239
52489
  * SCIM service.
52240
52490
  * @module purecloud-platform-client-v2/api/SCIMApi
52241
- * @version 187.0.0
52491
+ * @version 188.0.1
52242
52492
  */
52243
52493
 
52244
52494
  /**
@@ -53115,7 +53365,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53115
53365
  /**
53116
53366
  * ScreenRecording service.
53117
53367
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
53118
- * @version 187.0.0
53368
+ * @version 188.0.1
53119
53369
  */
53120
53370
 
53121
53371
  /**
@@ -53160,7 +53410,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53160
53410
  /**
53161
53411
  * Scripts service.
53162
53412
  * @module purecloud-platform-client-v2/api/ScriptsApi
53163
- * @version 187.0.0
53413
+ * @version 188.0.1
53164
53414
  */
53165
53415
 
53166
53416
  /**
@@ -53604,7 +53854,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53604
53854
  /**
53605
53855
  * Search service.
53606
53856
  * @module purecloud-platform-client-v2/api/SearchApi
53607
- * @version 187.0.0
53857
+ * @version 188.0.1
53608
53858
  */
53609
53859
 
53610
53860
  /**
@@ -54293,7 +54543,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54293
54543
  /**
54294
54544
  * Settings service.
54295
54545
  * @module purecloud-platform-client-v2/api/SettingsApi
54296
- * @version 187.0.0
54546
+ * @version 188.0.1
54297
54547
  */
54298
54548
 
54299
54549
  /**
@@ -54358,7 +54608,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54358
54608
  /**
54359
54609
  * SpeechTextAnalytics service.
54360
54610
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
54361
- * @version 187.0.0
54611
+ * @version 188.0.1
54362
54612
  */
54363
54613
 
54364
54614
  /**
@@ -54952,6 +55202,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54952
55202
  * @param {Object} opts.state Topic state. Defaults to latest
54953
55203
  * @param {String} opts.name Case insensitive partial name to filter by
54954
55204
  * @param {Array.<String>} opts.ids Comma separated Topic IDs to filter by. Cannot be used with other filters. Maximum of 50 IDs allowed.
55205
+ * @param {Array.<String>} opts.dialects Comma separated dialect strings to filter by. Maximum of 15 dialects allowed.
54955
55206
  * @param {Object} opts.sortBy Sort results by. Defaults to name
54956
55207
  * @param {Object} opts.sortOrder Sort order. Defaults to asc
54957
55208
  */
@@ -54963,7 +55214,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54963
55214
  '/api/v2/speechandtextanalytics/topics',
54964
55215
  'GET',
54965
55216
  { },
54966
- { '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'] },
55217
+ { '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'] },
54967
55218
  { },
54968
55219
  { },
54969
55220
  null,
@@ -55471,7 +55722,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55471
55722
  /**
55472
55723
  * Stations service.
55473
55724
  * @module purecloud-platform-client-v2/api/StationsApi
55474
- * @version 187.0.0
55725
+ * @version 188.0.1
55475
55726
  */
55476
55727
 
55477
55728
  /**
@@ -55573,7 +55824,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55573
55824
  /**
55574
55825
  * Suggest service.
55575
55826
  * @module purecloud-platform-client-v2/api/SuggestApi
55576
- * @version 187.0.0
55827
+ * @version 188.0.1
55577
55828
  */
55578
55829
 
55579
55830
  /**
@@ -55712,7 +55963,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55712
55963
  /**
55713
55964
  * TaskManagement service.
55714
55965
  * @module purecloud-platform-client-v2/api/TaskManagementApi
55715
- * @version 187.0.0
55966
+ * @version 188.0.1
55716
55967
  */
55717
55968
 
55718
55969
  /**
@@ -56993,7 +57244,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56993
57244
  /**
56994
57245
  * Teams service.
56995
57246
  * @module purecloud-platform-client-v2/api/TeamsApi
56996
- * @version 187.0.0
57247
+ * @version 188.0.1
56997
57248
  */
56998
57249
 
56999
57250
  /**
@@ -57295,7 +57546,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57295
57546
  /**
57296
57547
  * Telephony service.
57297
57548
  * @module purecloud-platform-client-v2/api/TelephonyApi
57298
- * @version 187.0.0
57549
+ * @version 188.0.1
57299
57550
  */
57300
57551
 
57301
57552
  /**
@@ -57477,7 +57728,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57477
57728
  /**
57478
57729
  * TelephonyProvidersEdge service.
57479
57730
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
57480
- * @version 187.0.0
57731
+ * @version 188.0.1
57481
57732
  */
57482
57733
 
57483
57734
  /**
@@ -60826,7 +61077,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60826
61077
  /**
60827
61078
  * Textbots service.
60828
61079
  * @module purecloud-platform-client-v2/api/TextbotsApi
60829
- * @version 187.0.0
61080
+ * @version 188.0.1
60830
61081
  */
60831
61082
 
60832
61083
  /**
@@ -60954,7 +61205,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60954
61205
  /**
60955
61206
  * Tokens service.
60956
61207
  * @module purecloud-platform-client-v2/api/TokensApi
60957
- * @version 187.0.0
61208
+ * @version 188.0.1
60958
61209
  */
60959
61210
 
60960
61211
  /**
@@ -61110,7 +61361,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61110
61361
  /**
61111
61362
  * Uploads service.
61112
61363
  * @module purecloud-platform-client-v2/api/UploadsApi
61113
- * @version 187.0.0
61364
+ * @version 188.0.1
61114
61365
  */
61115
61366
 
61116
61367
  /**
@@ -61125,6 +61376,37 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61125
61376
  }
61126
61377
 
61127
61378
 
61379
+ /**
61380
+ * Get content upload from URL job status
61381
+ *
61382
+ * @param {String} knowledgeBaseId Knowledge base ID
61383
+ * @param {String} jobId Upload job ID
61384
+ * getKnowledgeKnowledgebaseUploadsUrlsJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61385
+ */
61386
+ getKnowledgeKnowledgebaseUploadsUrlsJob(knowledgeBaseId, jobId) {
61387
+ // verify the required parameter 'knowledgeBaseId' is set
61388
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
61389
+ throw 'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';
61390
+ }
61391
+ // verify the required parameter 'jobId' is set
61392
+ if (jobId === undefined || jobId === null) {
61393
+ throw 'Missing the required parameter "jobId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';
61394
+ }
61395
+
61396
+ return this.apiClient.callApi(
61397
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/uploads/urls/jobs/{jobId}',
61398
+ 'GET',
61399
+ { 'knowledgeBaseId': knowledgeBaseId,'jobId': jobId },
61400
+ { },
61401
+ { },
61402
+ { },
61403
+ null,
61404
+ ['PureCloud OAuth'],
61405
+ ['application/json'],
61406
+ ['application/json']
61407
+ );
61408
+ }
61409
+
61128
61410
  /**
61129
61411
  * Create upload presigned URL for draft function package file.
61130
61412
  *
@@ -61181,6 +61463,37 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61181
61463
  );
61182
61464
  }
61183
61465
 
61466
+ /**
61467
+ * Create content upload from URL job
61468
+ *
61469
+ * @param {String} knowledgeBaseId Knowledge base ID
61470
+ * @param {Object} body uploadRequest
61471
+ * postKnowledgeKnowledgebaseUploadsUrlsJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61472
+ */
61473
+ postKnowledgeKnowledgebaseUploadsUrlsJobs(knowledgeBaseId, body) {
61474
+ // verify the required parameter 'knowledgeBaseId' is set
61475
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
61476
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseUploadsUrlsJobs';
61477
+ }
61478
+ // verify the required parameter 'body' is set
61479
+ if (body === undefined || body === null) {
61480
+ throw 'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseUploadsUrlsJobs';
61481
+ }
61482
+
61483
+ return this.apiClient.callApi(
61484
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/uploads/urls/jobs',
61485
+ 'POST',
61486
+ { 'knowledgeBaseId': knowledgeBaseId },
61487
+ { },
61488
+ { },
61489
+ { },
61490
+ body,
61491
+ ['PureCloud OAuth'],
61492
+ ['application/json'],
61493
+ ['application/json']
61494
+ );
61495
+ }
61496
+
61184
61497
  /**
61185
61498
  * Creates a presigned URL for uploading a chat corpus which will be used for mining by intent miner
61186
61499
  *
@@ -61317,7 +61630,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61317
61630
  /**
61318
61631
  * Usage service.
61319
61632
  * @module purecloud-platform-client-v2/api/UsageApi
61320
- * @version 187.0.0
61633
+ * @version 188.0.1
61321
61634
  */
61322
61635
 
61323
61636
  /**
@@ -61527,7 +61840,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61527
61840
  /**
61528
61841
  * UserRecordings service.
61529
61842
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
61530
- * @version 187.0.0
61843
+ * @version 188.0.1
61531
61844
  */
61532
61845
 
61533
61846
  /**
@@ -61712,7 +62025,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61712
62025
  /**
61713
62026
  * Users service.
61714
62027
  * @module purecloud-platform-client-v2/api/UsersApi
61715
- * @version 187.0.0
62028
+ * @version 188.0.1
61716
62029
  */
61717
62030
 
61718
62031
  /**
@@ -64363,7 +64676,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64363
64676
  /**
64364
64677
  * Utilities service.
64365
64678
  * @module purecloud-platform-client-v2/api/UtilitiesApi
64366
- * @version 187.0.0
64679
+ * @version 188.0.1
64367
64680
  */
64368
64681
 
64369
64682
  /**
@@ -64474,7 +64787,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64474
64787
  /**
64475
64788
  * Voicemail service.
64476
64789
  * @module purecloud-platform-client-v2/api/VoicemailApi
64477
- * @version 187.0.0
64790
+ * @version 188.0.1
64478
64791
  */
64479
64792
 
64480
64793
  /**
@@ -65141,7 +65454,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65141
65454
  /**
65142
65455
  * WebChat service.
65143
65456
  * @module purecloud-platform-client-v2/api/WebChatApi
65144
- * @version 187.0.0
65457
+ * @version 188.0.1
65145
65458
  */
65146
65459
 
65147
65460
  /**
@@ -65690,7 +66003,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65690
66003
  /**
65691
66004
  * WebDeployments service.
65692
66005
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
65693
- * @version 187.0.0
66006
+ * @version 188.0.1
65694
66007
  */
65695
66008
 
65696
66009
  /**
@@ -66217,7 +66530,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66217
66530
  /**
66218
66531
  * WebMessaging service.
66219
66532
  * @module purecloud-platform-client-v2/api/WebMessagingApi
66220
- * @version 187.0.0
66533
+ * @version 188.0.1
66221
66534
  */
66222
66535
 
66223
66536
  /**
@@ -66263,7 +66576,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66263
66576
  /**
66264
66577
  * Widgets service.
66265
66578
  * @module purecloud-platform-client-v2/api/WidgetsApi
66266
- * @version 187.0.0
66579
+ * @version 188.0.1
66267
66580
  */
66268
66581
 
66269
66582
  /**
@@ -66409,7 +66722,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66409
66722
  /**
66410
66723
  * WorkforceManagement service.
66411
66724
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
66412
- * @version 187.0.0
66725
+ * @version 188.0.1
66413
66726
  */
66414
66727
 
66415
66728
  /**
@@ -71804,7 +72117,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
71804
72117
  * </pre>
71805
72118
  * </p>
71806
72119
  * @module purecloud-platform-client-v2/index
71807
- * @version 187.0.0
72120
+ * @version 188.0.1
71808
72121
  */
71809
72122
  class platformClient {
71810
72123
  constructor() {