purecloud-platform-client-v2 186.0.1 → 187.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +717 -168
  3. package/dist/web-amd/purecloud-platform-client-v2.js +717 -168
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +271 -134
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +271 -134
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +520 -94
  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 +1 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +25 -7
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  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 +4 -22
  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 +38 -3
  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 +106 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +136 -1
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -34
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +63 -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 +1 -1
  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 +186 -1
  54. package/src/purecloud-platform-client-v2/api/PresenceApi.js +11 -6
  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 +50 -0
  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 +1 -1
  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 -27
  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 +32 -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 +7 -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 186.0.1
402
+ * @version 187.0.0
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 186.0.1
1821
+ * @version 187.0.0
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 186.0.1
2482
+ * @version 187.0.0
2483
2483
  */
2484
2484
 
2485
2485
  /**
@@ -5069,7 +5069,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5069
5069
  /**
5070
5070
  * Architect service.
5071
5071
  * @module purecloud-platform-client-v2/api/ArchitectApi
5072
- * @version 186.0.1
5072
+ * @version 187.0.0
5073
5073
  */
5074
5074
 
5075
5075
  /**
@@ -6125,8 +6125,14 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6125
6125
  * Get specified user prompt
6126
6126
  *
6127
6127
  * @param {String} promptId Prompt ID
6128
+ * @param {Object} opts Optional parameters
6129
+ * @param {Boolean} opts.includeMediaUris Include the media URIs for each resource (default to true)
6130
+ * @param {Boolean} opts.includeResources Include the resources for each system prompt (default to true)
6131
+ * @param {Array.<String>} opts.language Filter the resources down to the provided languages
6128
6132
  */
6129
- getArchitectPrompt(promptId) {
6133
+ getArchitectPrompt(promptId, opts) {
6134
+ opts = opts || {};
6135
+
6130
6136
  // verify the required parameter 'promptId' is set
6131
6137
  if (promptId === undefined || promptId === null) {
6132
6138
  throw 'Missing the required parameter "promptId" when calling getArchitectPrompt';
@@ -6136,7 +6142,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6136
6142
  '/api/v2/architect/prompts/{promptId}',
6137
6143
  'GET',
6138
6144
  { 'promptId': promptId },
6139
- { },
6145
+ { 'includeMediaUris': opts['includeMediaUris'],'includeResources': opts['includeResources'],'language': this.apiClient.buildCollectionParam(opts['language'], 'multi') },
6140
6146
  { },
6141
6147
  { },
6142
6148
  null,
@@ -6255,6 +6261,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6255
6261
  * @param {String} opts.nameOrDescription Name or description
6256
6262
  * @param {String} opts.sortBy Sort by (default to id)
6257
6263
  * @param {String} opts.sortOrder Sort order (default to asc)
6264
+ * @param {Boolean} opts.includeMediaUris Include the media URIs for each resource (default to true)
6265
+ * @param {Boolean} opts.includeResources Include the resources for each system prompt (default to true)
6266
+ * @param {Array.<String>} opts.language Filter the resources down to the provided languages
6258
6267
  */
6259
6268
  getArchitectPrompts(opts) {
6260
6269
  opts = opts || {};
@@ -6264,7 +6273,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6264
6273
  '/api/v2/architect/prompts',
6265
6274
  'GET',
6266
6275
  { },
6267
- { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'name': this.apiClient.buildCollectionParam(opts['name'], 'multi'),'description': opts['description'],'nameOrDescription': opts['nameOrDescription'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'] },
6276
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'name': this.apiClient.buildCollectionParam(opts['name'], 'multi'),'description': opts['description'],'nameOrDescription': opts['nameOrDescription'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'includeMediaUris': opts['includeMediaUris'],'includeResources': opts['includeResources'],'language': this.apiClient.buildCollectionParam(opts['language'], 'multi') },
6268
6277
  { },
6269
6278
  { },
6270
6279
  null,
@@ -6447,8 +6456,14 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6447
6456
  * Get a system prompt
6448
6457
  *
6449
6458
  * @param {String} promptId promptId
6459
+ * @param {Object} opts Optional parameters
6460
+ * @param {Boolean} opts.includeMediaUris Include the media URIs for each resource (default to true)
6461
+ * @param {Boolean} opts.includeResources Include the resources for each system prompt (default to true)
6462
+ * @param {Array.<String>} opts.language Filter the resources down to the provided languages
6450
6463
  */
6451
- getArchitectSystemprompt(promptId) {
6464
+ getArchitectSystemprompt(promptId, opts) {
6465
+ opts = opts || {};
6466
+
6452
6467
  // verify the required parameter 'promptId' is set
6453
6468
  if (promptId === undefined || promptId === null) {
6454
6469
  throw 'Missing the required parameter "promptId" when calling getArchitectSystemprompt';
@@ -6458,7 +6473,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6458
6473
  '/api/v2/architect/systemprompts/{promptId}',
6459
6474
  'GET',
6460
6475
  { 'promptId': promptId },
6461
- { },
6476
+ { 'includeMediaUris': opts['includeMediaUris'],'includeResources': opts['includeResources'],'language': this.apiClient.buildCollectionParam(opts['language'], 'multi') },
6462
6477
  { },
6463
6478
  { },
6464
6479
  null,
@@ -6579,6 +6594,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6579
6594
  * @param {String} opts.name Name
6580
6595
  * @param {String} opts.description Description
6581
6596
  * @param {String} opts.nameOrDescription Name or description
6597
+ * @param {Boolean} opts.includeMediaUris Include the media URIs for each resource (default to true)
6598
+ * @param {Boolean} opts.includeResources Include the resources for each system prompt (default to true)
6599
+ * @param {Array.<String>} opts.language Filter the resources down to the provided languages
6582
6600
  */
6583
6601
  getArchitectSystemprompts(opts) {
6584
6602
  opts = opts || {};
@@ -6588,7 +6606,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6588
6606
  '/api/v2/architect/systemprompts',
6589
6607
  'GET',
6590
6608
  { },
6591
- { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'],'description': opts['description'],'nameOrDescription': opts['nameOrDescription'] },
6609
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'],'description': opts['description'],'nameOrDescription': opts['nameOrDescription'],'includeMediaUris': opts['includeMediaUris'],'includeResources': opts['includeResources'],'language': this.apiClient.buildCollectionParam(opts['language'], 'multi') },
6592
6610
  { },
6593
6611
  { },
6594
6612
  null,
@@ -8904,7 +8922,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8904
8922
  /**
8905
8923
  * Audit service.
8906
8924
  * @module purecloud-platform-client-v2/api/AuditApi
8907
- * @version 186.0.1
8925
+ * @version 187.0.0
8908
8926
  */
8909
8927
 
8910
8928
  /**
@@ -9075,7 +9093,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9075
9093
  /**
9076
9094
  * Authorization service.
9077
9095
  * @module purecloud-platform-client-v2/api/AuthorizationApi
9078
- * @version 186.0.1
9096
+ * @version 187.0.0
9079
9097
  */
9080
9098
 
9081
9099
  /**
@@ -10304,7 +10322,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10304
10322
  /**
10305
10323
  * Billing service.
10306
10324
  * @module purecloud-platform-client-v2/api/BillingApi
10307
- * @version 186.0.1
10325
+ * @version 187.0.0
10308
10326
  */
10309
10327
 
10310
10328
  /**
@@ -10384,7 +10402,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10384
10402
  /**
10385
10403
  * CarrierServices service.
10386
10404
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
10387
- * @version 186.0.1
10405
+ * @version 187.0.0
10388
10406
  */
10389
10407
 
10390
10408
  /**
@@ -10454,7 +10472,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10454
10472
  /**
10455
10473
  * Chat service.
10456
10474
  * @module purecloud-platform-client-v2/api/ChatApi
10457
- * @version 186.0.1
10475
+ * @version 187.0.0
10458
10476
  */
10459
10477
 
10460
10478
  /**
@@ -10681,12 +10699,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10681
10699
  *
10682
10700
  * @param {String} roomJid roomJid
10683
10701
  * @param {Object} opts Optional parameters
10684
- * @param {Number} opts.pageSize The total page size requested (default to 25)
10685
- * @param {Number} opts.pageNumber The page number requested (default to 1)
10686
- * @param {String} opts.sortBy variable name requested to sort by
10687
- * @param {Array.<String>} opts.expand variable name requested by expand list
10688
- * @param {String} opts.nextPage next page token
10689
- * @param {String} opts.previousPage Previous page token
10690
10702
  * @param {String} opts.limit The maximum number of messages to retrieve
10691
10703
  * @param {String} opts.before The cutoff date for messages to retrieve
10692
10704
  * @param {String} opts.after The beginning date for messages to retrieve
@@ -10704,7 +10716,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10704
10716
  '/api/v2/chats/rooms/{roomJid}/messages',
10705
10717
  'GET',
10706
10718
  { 'roomJid': roomJid },
10707
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'limit': opts['limit'],'before': opts['before'],'after': opts['after'] },
10719
+ { 'limit': opts['limit'],'before': opts['before'],'after': opts['after'] },
10708
10720
  { },
10709
10721
  { },
10710
10722
  null,
@@ -10739,12 +10751,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10739
10751
  *
10740
10752
  * @param {String} threadId threadId
10741
10753
  * @param {Object} opts Optional parameters
10742
- * @param {Number} opts.pageSize The total page size requested (default to 25)
10743
- * @param {Number} opts.pageNumber The page number requested (default to 1)
10744
- * @param {String} opts.sortBy variable name requested to sort by
10745
- * @param {Array.<String>} opts.expand variable name requested by expand list
10746
- * @param {String} opts.nextPage next page token
10747
- * @param {String} opts.previousPage Previous page token
10748
10754
  * @param {String} opts.limit The maximum number of messages to retrieve
10749
10755
  * @param {String} opts.before The cutoff date for messages to retrieve
10750
10756
  * @param {String} opts.after The beginning date for messages to retrieve
@@ -10762,7 +10768,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10762
10768
  '/api/v2/chats/threads/{threadId}/messages',
10763
10769
  'GET',
10764
10770
  { 'threadId': threadId },
10765
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'limit': opts['limit'],'before': opts['before'],'after': opts['after'] },
10771
+ { 'limit': opts['limit'],'before': opts['before'],'after': opts['after'] },
10766
10772
  { },
10767
10773
  { },
10768
10774
  null,
@@ -10808,12 +10814,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10808
10814
  *
10809
10815
  * @param {String} userId userId
10810
10816
  * @param {Object} opts Optional parameters
10811
- * @param {Number} opts.pageSize The total page size requested (default to 25)
10812
- * @param {Number} opts.pageNumber The page number requested (default to 1)
10813
- * @param {String} opts.sortBy variable name requested to sort by
10814
- * @param {Array.<String>} opts.expand variable name requested by expand list
10815
- * @param {String} opts.nextPage next page token
10816
- * @param {String} opts.previousPage Previous page token
10817
10817
  * @param {String} opts.limit The maximum number of messages to retrieve
10818
10818
  * @param {String} opts.before The cutoff date for messages to retrieve
10819
10819
  * @param {String} opts.after The beginning date for messages to retrieve
@@ -10831,7 +10831,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10831
10831
  '/api/v2/chats/users/{userId}/messages',
10832
10832
  'GET',
10833
10833
  { 'userId': userId },
10834
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'limit': opts['limit'],'before': opts['before'],'after': opts['after'] },
10834
+ { 'limit': opts['limit'],'before': opts['before'],'after': opts['after'] },
10835
10835
  { },
10836
10836
  { },
10837
10837
  null,
@@ -11207,7 +11207,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11207
11207
  /**
11208
11208
  * Coaching service.
11209
11209
  * @module purecloud-platform-client-v2/api/CoachingApi
11210
- * @version 186.0.1
11210
+ * @version 187.0.0
11211
11211
  */
11212
11212
 
11213
11213
  /**
@@ -11784,7 +11784,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11784
11784
  /**
11785
11785
  * ContentManagement service.
11786
11786
  * @module purecloud-platform-client-v2/api/ContentManagementApi
11787
- * @version 186.0.1
11787
+ * @version 187.0.0
11788
11788
  */
11789
11789
 
11790
11790
  /**
@@ -12866,7 +12866,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12866
12866
  /**
12867
12867
  * Conversations service.
12868
12868
  * @module purecloud-platform-client-v2/api/ConversationsApi
12869
- * @version 186.0.1
12869
+ * @version 187.0.0
12870
12870
  */
12871
12871
 
12872
12872
  /**
@@ -17569,6 +17569,40 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17569
17569
  );
17570
17570
  }
17571
17571
 
17572
+ /**
17573
+ * Submit feedback for the summary.
17574
+ *
17575
+ * @param {String} conversationId Conversation ID
17576
+ * @param {String} summaryId Summary ID
17577
+ * @param {Object} opts Optional parameters
17578
+ * @param {Object} opts.body
17579
+ */
17580
+ postConversationSummaryFeedback(conversationId, summaryId, opts) {
17581
+ opts = opts || {};
17582
+
17583
+ // verify the required parameter 'conversationId' is set
17584
+ if (conversationId === undefined || conversationId === null) {
17585
+ throw 'Missing the required parameter "conversationId" when calling postConversationSummaryFeedback';
17586
+ }
17587
+ // verify the required parameter 'summaryId' is set
17588
+ if (summaryId === undefined || summaryId === null) {
17589
+ throw 'Missing the required parameter "summaryId" when calling postConversationSummaryFeedback';
17590
+ }
17591
+
17592
+ return this.apiClient.callApi(
17593
+ '/api/v2/conversations/{conversationId}/summaries/{summaryId}/feedback',
17594
+ 'POST',
17595
+ { 'conversationId': conversationId,'summaryId': summaryId },
17596
+ { },
17597
+ { },
17598
+ { },
17599
+ opts['body'],
17600
+ ['PureCloud OAuth'],
17601
+ ['application/json'],
17602
+ ['application/json']
17603
+ );
17604
+ }
17605
+
17572
17606
  /**
17573
17607
  * Place a new call as part of a callback conversation.
17574
17608
  *
@@ -19092,9 +19126,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19092
19126
  }
19093
19127
 
19094
19128
  /**
19095
- * Create a LINE messenger Integration
19096
- *
19129
+ * Create a LINE messenger Integration (Deprecated)
19130
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-line-third-party-messaging-channel/
19097
19131
  * @param {Object} body LineIntegrationRequest
19132
+ * @deprecated
19098
19133
  */
19099
19134
  postConversationsMessagingIntegrationsLine(body) {
19100
19135
  // verify the required parameter 'body' is set
@@ -20006,7 +20041,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20006
20041
  /**
20007
20042
  * DataExtensions service.
20008
20043
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
20009
- * @version 186.0.1
20044
+ * @version 187.0.0
20010
20045
  */
20011
20046
 
20012
20047
  /**
@@ -20092,7 +20127,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20092
20127
  /**
20093
20128
  * Downloads service.
20094
20129
  * @module purecloud-platform-client-v2/api/DownloadsApi
20095
- * @version 186.0.1
20130
+ * @version 187.0.0
20096
20131
  */
20097
20132
 
20098
20133
  /**
@@ -20144,7 +20179,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20144
20179
  /**
20145
20180
  * Emails service.
20146
20181
  * @module purecloud-platform-client-v2/api/EmailsApi
20147
- * @version 186.0.1
20182
+ * @version 187.0.0
20148
20183
  */
20149
20184
 
20150
20185
  /**
@@ -20209,7 +20244,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20209
20244
  /**
20210
20245
  * Events service.
20211
20246
  * @module purecloud-platform-client-v2/api/EventsApi
20212
- * @version 186.0.1
20247
+ * @version 187.0.0
20213
20248
  */
20214
20249
 
20215
20250
  /**
@@ -20305,7 +20340,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20305
20340
  /**
20306
20341
  * ExternalContacts service.
20307
20342
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
20308
- * @version 186.0.1
20343
+ * @version 187.0.0
20309
20344
  */
20310
20345
 
20311
20346
  /**
@@ -22263,7 +22298,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22263
22298
  /**
22264
22299
  * Fax service.
22265
22300
  * @module purecloud-platform-client-v2/api/FaxApi
22266
- * @version 186.0.1
22301
+ * @version 187.0.0
22267
22302
  */
22268
22303
 
22269
22304
  /**
@@ -22434,7 +22469,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22434
22469
  /**
22435
22470
  * Flows service.
22436
22471
  * @module purecloud-platform-client-v2/api/FlowsApi
22437
- * @version 186.0.1
22472
+ * @version 187.0.0
22438
22473
  */
22439
22474
 
22440
22475
  /**
@@ -22618,7 +22653,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22618
22653
  /**
22619
22654
  * Gamification service.
22620
22655
  * @module purecloud-platform-client-v2/api/GamificationApi
22621
- * @version 186.0.1
22656
+ * @version 187.0.0
22622
22657
  */
22623
22658
 
22624
22659
  /**
@@ -24704,7 +24739,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24704
24739
  /**
24705
24740
  * GeneralDataProtectionRegulation service.
24706
24741
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
24707
- * @version 186.0.1
24742
+ * @version 187.0.0
24708
24743
  */
24709
24744
 
24710
24745
  /**
@@ -24834,7 +24869,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24834
24869
  /**
24835
24870
  * Geolocation service.
24836
24871
  * @module purecloud-platform-client-v2/api/GeolocationApi
24837
- * @version 186.0.1
24872
+ * @version 187.0.0
24838
24873
  */
24839
24874
 
24840
24875
  /**
@@ -24965,7 +25000,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24965
25000
  /**
24966
25001
  * Greetings service.
24967
25002
  * @module purecloud-platform-client-v2/api/GreetingsApi
24968
- * @version 186.0.1
25003
+ * @version 187.0.0
24969
25004
  */
24970
25005
 
24971
25006
  /**
@@ -25420,7 +25455,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25420
25455
  /**
25421
25456
  * Groups service.
25422
25457
  * @module purecloud-platform-client-v2/api/GroupsApi
25423
- * @version 186.0.1
25458
+ * @version 187.0.0
25424
25459
  */
25425
25460
 
25426
25461
  /**
@@ -25939,7 +25974,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25939
25974
  /**
25940
25975
  * IdentityProvider service.
25941
25976
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
25942
- * @version 186.0.1
25977
+ * @version 187.0.0
25943
25978
  */
25944
25979
 
25945
25980
  /**
@@ -25954,6 +25989,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25954
25989
  }
25955
25990
 
25956
25991
 
25992
+ /**
25993
+ * Delete Identity Provider
25994
+ *
25995
+ * @param {String} providerId Provider ID
25996
+ */
25997
+ deleteIdentityprovider(providerId) {
25998
+ // verify the required parameter 'providerId' is set
25999
+ if (providerId === undefined || providerId === null) {
26000
+ throw 'Missing the required parameter "providerId" when calling deleteIdentityprovider';
26001
+ }
26002
+
26003
+ return this.apiClient.callApi(
26004
+ '/api/v2/identityproviders/{providerId}',
26005
+ 'DELETE',
26006
+ { 'providerId': providerId },
26007
+ { },
26008
+ { },
26009
+ { },
26010
+ null,
26011
+ ['PureCloud OAuth'],
26012
+ ['application/json'],
26013
+ ['application/json']
26014
+ );
26015
+ }
26016
+
25957
26017
  /**
25958
26018
  * Delete ADFS Identity Provider
25959
26019
  *
@@ -26174,6 +26234,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26174
26234
  );
26175
26235
  }
26176
26236
 
26237
+ /**
26238
+ * Get Identity Provider
26239
+ *
26240
+ * @param {String} providerId Provider ID
26241
+ */
26242
+ getIdentityprovider(providerId) {
26243
+ // verify the required parameter 'providerId' is set
26244
+ if (providerId === undefined || providerId === null) {
26245
+ throw 'Missing the required parameter "providerId" when calling getIdentityprovider';
26246
+ }
26247
+
26248
+ return this.apiClient.callApi(
26249
+ '/api/v2/identityproviders/{providerId}',
26250
+ 'GET',
26251
+ { 'providerId': providerId },
26252
+ { },
26253
+ { },
26254
+ { },
26255
+ null,
26256
+ ['PureCloud OAuth'],
26257
+ ['application/json'],
26258
+ ['application/json']
26259
+ );
26260
+ }
26261
+
26177
26262
  /**
26178
26263
  * The list of identity providers
26179
26264
  *
@@ -26414,6 +26499,61 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26414
26499
  );
26415
26500
  }
26416
26501
 
26502
+ /**
26503
+ * Create Identity Provider
26504
+ *
26505
+ * @param {Object} body Provider
26506
+ */
26507
+ postIdentityproviders(body) {
26508
+ // verify the required parameter 'body' is set
26509
+ if (body === undefined || body === null) {
26510
+ throw 'Missing the required parameter "body" when calling postIdentityproviders';
26511
+ }
26512
+
26513
+ return this.apiClient.callApi(
26514
+ '/api/v2/identityproviders',
26515
+ 'POST',
26516
+ { },
26517
+ { },
26518
+ { },
26519
+ { },
26520
+ body,
26521
+ ['PureCloud OAuth'],
26522
+ ['application/json'],
26523
+ ['application/json']
26524
+ );
26525
+ }
26526
+
26527
+ /**
26528
+ * Update Identity Provider
26529
+ *
26530
+ * @param {String} providerId Provider ID
26531
+ * @param {Object} body Provider
26532
+ */
26533
+ putIdentityprovider(providerId, body) {
26534
+ // verify the required parameter 'providerId' is set
26535
+ if (providerId === undefined || providerId === null) {
26536
+ throw 'Missing the required parameter "providerId" when calling putIdentityprovider';
26537
+ }
26538
+ // verify the required parameter 'body' is set
26539
+ if (body === undefined || body === null) {
26540
+ throw 'Missing the required parameter "body" when calling putIdentityprovider';
26541
+ }
26542
+
26543
+ return this.apiClient.callApi(
26544
+ '/api/v2/identityproviders/{providerId}',
26545
+ 'PUT',
26546
+ { 'providerId': providerId },
26547
+ { },
26548
+ { },
26549
+ { },
26550
+ body,
26551
+ ['PureCloud OAuth'],
26552
+ ['application/json'],
26553
+ ['application/json']
26554
+ );
26555
+ }
26556
+
26417
26557
  /**
26418
26558
  * Update/Create ADFS Identity Provider
26419
26559
  *
@@ -26695,7 +26835,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26695
26835
  /**
26696
26836
  * InfrastructureAsCode service.
26697
26837
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
26698
- * @version 186.0.1
26838
+ * @version 187.0.0
26699
26839
  */
26700
26840
 
26701
26841
  /**
@@ -26862,7 +27002,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26862
27002
  /**
26863
27003
  * Integrations service.
26864
27004
  * @module purecloud-platform-client-v2/api/IntegrationsApi
26865
- * @version 186.0.1
27005
+ * @version 187.0.0
26866
27006
  */
26867
27007
 
26868
27008
  /**
@@ -27125,6 +27265,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27125
27265
  );
27126
27266
  }
27127
27267
 
27268
+ /**
27269
+ * Get draft function settings for Action
27270
+ *
27271
+ * @param {String} actionId actionId
27272
+ * getIntegrationsActionDraftFunction is a preview method and is subject to both breaking and non-breaking changes at any time without notice
27273
+ */
27274
+ getIntegrationsActionDraftFunction(actionId) {
27275
+ // verify the required parameter 'actionId' is set
27276
+ if (actionId === undefined || actionId === null) {
27277
+ throw 'Missing the required parameter "actionId" when calling getIntegrationsActionDraftFunction';
27278
+ }
27279
+
27280
+ return this.apiClient.callApi(
27281
+ '/api/v2/integrations/actions/{actionId}/draft/function',
27282
+ 'GET',
27283
+ { 'actionId': actionId },
27284
+ { },
27285
+ { },
27286
+ { },
27287
+ null,
27288
+ ['PureCloud OAuth'],
27289
+ ['application/json'],
27290
+ ['application/json']
27291
+ );
27292
+ }
27293
+
27128
27294
  /**
27129
27295
  * Retrieve schema for a Draft based on filename.
27130
27296
  *
@@ -27210,6 +27376,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27210
27376
  );
27211
27377
  }
27212
27378
 
27379
+ /**
27380
+ * Get published function settings for Action
27381
+ *
27382
+ * @param {String} actionId actionId
27383
+ * getIntegrationsActionFunction is a preview method and is subject to both breaking and non-breaking changes at any time without notice
27384
+ */
27385
+ getIntegrationsActionFunction(actionId) {
27386
+ // verify the required parameter 'actionId' is set
27387
+ if (actionId === undefined || actionId === null) {
27388
+ throw 'Missing the required parameter "actionId" when calling getIntegrationsActionFunction';
27389
+ }
27390
+
27391
+ return this.apiClient.callApi(
27392
+ '/api/v2/integrations/actions/{actionId}/function',
27393
+ 'GET',
27394
+ { 'actionId': actionId },
27395
+ { },
27396
+ { },
27397
+ { },
27398
+ null,
27399
+ ['PureCloud OAuth'],
27400
+ ['application/json'],
27401
+ ['application/json']
27402
+ );
27403
+ }
27404
+
27213
27405
  /**
27214
27406
  * Retrieve schema for an action based on filename.
27215
27407
  *
@@ -27393,6 +27585,27 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27393
27585
  );
27394
27586
  }
27395
27587
 
27588
+ /**
27589
+ * Get action function settings for Action
27590
+ *
27591
+ * getIntegrationsActionsFunctionsRuntimes is a preview method and is subject to both breaking and non-breaking changes at any time without notice
27592
+ */
27593
+ getIntegrationsActionsFunctionsRuntimes() {
27594
+
27595
+ return this.apiClient.callApi(
27596
+ '/api/v2/integrations/actions/functions/runtimes',
27597
+ 'GET',
27598
+ { },
27599
+ { },
27600
+ { },
27601
+ { },
27602
+ null,
27603
+ ['PureCloud OAuth'],
27604
+ ['application/json'],
27605
+ ['application/json']
27606
+ );
27607
+ }
27608
+
27396
27609
  /**
27397
27610
  * Get a specific botConnector bot, plus versions, for this integration
27398
27611
  *
@@ -28376,6 +28589,37 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28376
28589
  );
28377
28590
  }
28378
28591
 
28592
+ /**
28593
+ * Create upload presigned URL for draft function package file.
28594
+ *
28595
+ * @param {String} actionId actionId
28596
+ * @param {Object} body Input used to request URL upload.
28597
+ * postIntegrationsActionDraftFunctionUpload is a preview method and is subject to both breaking and non-breaking changes at any time without notice
28598
+ */
28599
+ postIntegrationsActionDraftFunctionUpload(actionId, body) {
28600
+ // verify the required parameter 'actionId' is set
28601
+ if (actionId === undefined || actionId === null) {
28602
+ throw 'Missing the required parameter "actionId" when calling postIntegrationsActionDraftFunctionUpload';
28603
+ }
28604
+ // verify the required parameter 'body' is set
28605
+ if (body === undefined || body === null) {
28606
+ throw 'Missing the required parameter "body" when calling postIntegrationsActionDraftFunctionUpload';
28607
+ }
28608
+
28609
+ return this.apiClient.callApi(
28610
+ '/api/v2/integrations/actions/{actionId}/draft/function/upload',
28611
+ 'POST',
28612
+ { 'actionId': actionId },
28613
+ { },
28614
+ { },
28615
+ { },
28616
+ body,
28617
+ ['PureCloud OAuth'],
28618
+ ['application/json'],
28619
+ ['application/json']
28620
+ );
28621
+ }
28622
+
28379
28623
  /**
28380
28624
  * Publish a Draft and make it the active Action configuration
28381
28625
  *
@@ -28698,6 +28942,37 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28698
28942
  );
28699
28943
  }
28700
28944
 
28945
+ /**
28946
+ * Update draft function settings.
28947
+ *
28948
+ * @param {String} actionId actionId
28949
+ * @param {Object} body Input used to update function settings.
28950
+ * putIntegrationsActionDraftFunction is a preview method and is subject to both breaking and non-breaking changes at any time without notice
28951
+ */
28952
+ putIntegrationsActionDraftFunction(actionId, body) {
28953
+ // verify the required parameter 'actionId' is set
28954
+ if (actionId === undefined || actionId === null) {
28955
+ throw 'Missing the required parameter "actionId" when calling putIntegrationsActionDraftFunction';
28956
+ }
28957
+ // verify the required parameter 'body' is set
28958
+ if (body === undefined || body === null) {
28959
+ throw 'Missing the required parameter "body" when calling putIntegrationsActionDraftFunction';
28960
+ }
28961
+
28962
+ return this.apiClient.callApi(
28963
+ '/api/v2/integrations/actions/{actionId}/draft/function',
28964
+ 'PUT',
28965
+ { 'actionId': actionId },
28966
+ { },
28967
+ { },
28968
+ { },
28969
+ body,
28970
+ ['PureCloud OAuth'],
28971
+ ['application/json'],
28972
+ ['application/json']
28973
+ );
28974
+ }
28975
+
28701
28976
  /**
28702
28977
  * Set a list of botConnector bots plus versions for this integration
28703
28978
  *
@@ -28849,7 +29124,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28849
29124
  /**
28850
29125
  * Journey service.
28851
29126
  * @module purecloud-platform-client-v2/api/JourneyApi
28852
- * @version 186.0.1
29127
+ * @version 187.0.0
28853
29128
  */
28854
29129
 
28855
29130
  /**
@@ -29616,39 +29891,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29616
29891
  );
29617
29892
  }
29618
29893
 
29619
- /**
29620
- * Retrieve segment assignments by session ID.
29621
- *
29622
- * @param {String} sessionId ID of the session to query for segment assignments.
29623
- * @param {Object} opts Optional parameters
29624
- * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
29625
- * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
29626
- * @param {Object} opts.segmentScope Scope to filter on. If not specified, both session-scoped and customer-scoped assignments are returned.
29627
- * @param {Object} opts.assignmentState Assignment state to filter on. If not specified, both assigned and unassigned assignments are returned.
29628
- * getJourneySessionSegments is a preview method and is subject to both breaking and non-breaking changes at any time without notice
29629
- */
29630
- getJourneySessionSegments(sessionId, opts) {
29631
- opts = opts || {};
29632
-
29633
- // verify the required parameter 'sessionId' is set
29634
- if (sessionId === undefined || sessionId === null) {
29635
- throw 'Missing the required parameter "sessionId" when calling getJourneySessionSegments';
29636
- }
29637
-
29638
- return this.apiClient.callApi(
29639
- '/api/v2/journey/sessions/{sessionId}/segments',
29640
- 'GET',
29641
- { 'sessionId': sessionId },
29642
- { 'pageSize': opts['pageSize'],'after': opts['after'],'segmentScope': opts['segmentScope'],'assignmentState': opts['assignmentState'] },
29643
- { },
29644
- { },
29645
- null,
29646
- ['PureCloud OAuth'],
29647
- ['application/json'],
29648
- ['application/json']
29649
- );
29650
- }
29651
-
29652
29894
  /**
29653
29895
  * Update single action map.
29654
29896
  *
@@ -30080,7 +30322,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30080
30322
  /**
30081
30323
  * Knowledge service.
30082
30324
  * @module purecloud-platform-client-v2/api/KnowledgeApi
30083
- * @version 186.0.1
30325
+ * @version 187.0.0
30084
30326
  */
30085
30327
 
30086
30328
  /**
@@ -31422,6 +31664,68 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31422
31664
  );
31423
31665
  }
31424
31666
 
31667
+ /**
31668
+ * Get operations
31669
+ *
31670
+ * @param {String} knowledgeBaseId Knowledge base ID
31671
+ * @param {Object} opts Optional parameters
31672
+ * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
31673
+ * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
31674
+ * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
31675
+ * @param {Array.<String>} opts.userId If specified, retrieves operations associated with user ids, comma separated values expected.
31676
+ * @param {Array.<String>} opts.type If specified, retrieves operations with specified operation type, comma separated values expected.
31677
+ * @param {Array.<String>} opts.status If specified, retrieves operations with specified operation status, comma separated values expected.
31678
+ * @param {String} opts.interval Retrieves the operations modified in specified date and time range. If the after and before cursor parameters are within this interval, it would return valid data, otherwise it throws an error.The dates in the interval are represented in ISO-8601 format: YYYY-MM-DDThh:mm:ssZ/YYYY-MM-DDThh:mm:ssZ
31679
+ * getKnowledgeKnowledgebaseOperations is a preview method and is subject to both breaking and non-breaking changes at any time without notice
31680
+ */
31681
+ getKnowledgeKnowledgebaseOperations(knowledgeBaseId, opts) {
31682
+ opts = opts || {};
31683
+
31684
+ // verify the required parameter 'knowledgeBaseId' is set
31685
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
31686
+ throw 'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseOperations';
31687
+ }
31688
+
31689
+ return this.apiClient.callApi(
31690
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/operations',
31691
+ 'GET',
31692
+ { 'knowledgeBaseId': knowledgeBaseId },
31693
+ { 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'],'userId': this.apiClient.buildCollectionParam(opts['userId'], 'multi'),'type': this.apiClient.buildCollectionParam(opts['type'], 'multi'),'status': this.apiClient.buildCollectionParam(opts['status'], 'multi'),'interval': opts['interval'] },
31694
+ { },
31695
+ { },
31696
+ null,
31697
+ ['PureCloud OAuth'],
31698
+ ['application/json'],
31699
+ ['application/json']
31700
+ );
31701
+ }
31702
+
31703
+ /**
31704
+ * Get ids of operation creator users and oauth clients
31705
+ *
31706
+ * @param {String} knowledgeBaseId Knowledge base ID
31707
+ * getKnowledgeKnowledgebaseOperationsUsersQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
31708
+ */
31709
+ getKnowledgeKnowledgebaseOperationsUsersQuery(knowledgeBaseId) {
31710
+ // verify the required parameter 'knowledgeBaseId' is set
31711
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
31712
+ throw 'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseOperationsUsersQuery';
31713
+ }
31714
+
31715
+ return this.apiClient.callApi(
31716
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/operations/users/query',
31717
+ 'GET',
31718
+ { 'knowledgeBaseId': knowledgeBaseId },
31719
+ { },
31720
+ { },
31721
+ { },
31722
+ null,
31723
+ ['PureCloud OAuth'],
31724
+ ['application/json'],
31725
+ ['application/json']
31726
+ );
31727
+ }
31728
+
31425
31729
  /**
31426
31730
  * Get knowledge base unanswered group for a particular groupId
31427
31731
  *
@@ -32901,7 +33205,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32901
33205
  /**
32902
33206
  * LanguageUnderstanding service.
32903
33207
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
32904
- * @version 186.0.1
33208
+ * @version 187.0.0
32905
33209
  */
32906
33210
 
32907
33211
  /**
@@ -33914,7 +34218,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33914
34218
  /**
33915
34219
  * Languages service.
33916
34220
  * @module purecloud-platform-client-v2/api/LanguagesApi
33917
- * @version 186.0.1
34221
+ * @version 187.0.0
33918
34222
  */
33919
34223
 
33920
34224
  /**
@@ -34136,7 +34440,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34136
34440
  /**
34137
34441
  * Learning service.
34138
34442
  * @module purecloud-platform-client-v2/api/LearningApi
34139
- * @version 186.0.1
34443
+ * @version 187.0.0
34140
34444
  */
34141
34445
 
34142
34446
  /**
@@ -34992,7 +35296,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34992
35296
  /**
34993
35297
  * License service.
34994
35298
  * @module purecloud-platform-client-v2/api/LicenseApi
34995
- * @version 186.0.1
35299
+ * @version 187.0.0
34996
35300
  */
34997
35301
 
34998
35302
  /**
@@ -35230,7 +35534,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35230
35534
  /**
35231
35535
  * Locations service.
35232
35536
  * @module purecloud-platform-client-v2/api/LocationsApi
35233
- * @version 186.0.1
35537
+ * @version 187.0.0
35234
35538
  */
35235
35539
 
35236
35540
  /**
@@ -35466,7 +35770,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35466
35770
  /**
35467
35771
  * LogCapture service.
35468
35772
  * @module purecloud-platform-client-v2/api/LogCaptureApi
35469
- * @version 186.0.1
35773
+ * @version 187.0.0
35470
35774
  */
35471
35775
 
35472
35776
  /**
@@ -35666,7 +35970,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35666
35970
  /**
35667
35971
  * Messaging service.
35668
35972
  * @module purecloud-platform-client-v2/api/MessagingApi
35669
- * @version 186.0.1
35973
+ * @version 187.0.0
35670
35974
  */
35671
35975
 
35672
35976
  /**
@@ -36025,7 +36329,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36025
36329
  /**
36026
36330
  * MobileDevices service.
36027
36331
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
36028
- * @version 186.0.1
36332
+ * @version 187.0.0
36029
36333
  */
36030
36334
 
36031
36335
  /**
@@ -36176,7 +36480,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36176
36480
  /**
36177
36481
  * Notifications service.
36178
36482
  * @module purecloud-platform-client-v2/api/NotificationsApi
36179
- * @version 186.0.1
36483
+ * @version 187.0.0
36180
36484
  */
36181
36485
 
36182
36486
  /**
@@ -36409,7 +36713,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36409
36713
  /**
36410
36714
  * OAuth service.
36411
36715
  * @module purecloud-platform-client-v2/api/OAuthApi
36412
- * @version 186.0.1
36716
+ * @version 187.0.0
36413
36717
  */
36414
36718
 
36415
36719
  /**
@@ -36775,7 +37079,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36775
37079
  /**
36776
37080
  * Objects service.
36777
37081
  * @module purecloud-platform-client-v2/api/ObjectsApi
36778
- * @version 186.0.1
37082
+ * @version 187.0.0
36779
37083
  */
36780
37084
 
36781
37085
  /**
@@ -37044,7 +37348,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37044
37348
  /**
37045
37349
  * OperationalEvents service.
37046
37350
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
37047
- * @version 186.0.1
37351
+ * @version 187.0.0
37048
37352
  */
37049
37353
 
37050
37354
  /**
@@ -37110,7 +37414,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37110
37414
  /**
37111
37415
  * Organization service.
37112
37416
  * @module purecloud-platform-client-v2/api/OrganizationApi
37113
- * @version 186.0.1
37417
+ * @version 187.0.0
37114
37418
  */
37115
37419
 
37116
37420
  /**
@@ -37565,7 +37869,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37565
37869
  /**
37566
37870
  * OrganizationAuthorization service.
37567
37871
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
37568
- * @version 186.0.1
37872
+ * @version 187.0.0
37569
37873
  */
37570
37874
 
37571
37875
  /**
@@ -38912,7 +39216,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38912
39216
  /**
38913
39217
  * Outbound service.
38914
39218
  * @module purecloud-platform-client-v2/api/OutboundApi
38915
- * @version 186.0.1
39219
+ * @version 187.0.0
38916
39220
  */
38917
39221
 
38918
39222
  /**
@@ -39399,6 +39703,56 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39399
39703
  );
39400
39704
  }
39401
39705
 
39706
+ /**
39707
+ * Delete File Specification Template
39708
+ *
39709
+ * @param {String} fileSpecificationTemplateId File Specification Template ID
39710
+ */
39711
+ deleteOutboundFilespecificationtemplate(fileSpecificationTemplateId) {
39712
+ // verify the required parameter 'fileSpecificationTemplateId' is set
39713
+ if (fileSpecificationTemplateId === undefined || fileSpecificationTemplateId === null) {
39714
+ throw 'Missing the required parameter "fileSpecificationTemplateId" when calling deleteOutboundFilespecificationtemplate';
39715
+ }
39716
+
39717
+ return this.apiClient.callApi(
39718
+ '/api/v2/outbound/filespecificationtemplates/{fileSpecificationTemplateId}',
39719
+ 'DELETE',
39720
+ { 'fileSpecificationTemplateId': fileSpecificationTemplateId },
39721
+ { },
39722
+ { },
39723
+ { },
39724
+ null,
39725
+ ['PureCloud OAuth'],
39726
+ ['application/json'],
39727
+ ['application/json']
39728
+ );
39729
+ }
39730
+
39731
+ /**
39732
+ * Delete multiple file specification templates.
39733
+ *
39734
+ * @param {Array.<String>} id File Specification template id(s) to delete
39735
+ */
39736
+ deleteOutboundFilespecificationtemplatesBulk(id) {
39737
+ // verify the required parameter 'id' is set
39738
+ if (id === undefined || id === null) {
39739
+ throw 'Missing the required parameter "id" when calling deleteOutboundFilespecificationtemplatesBulk';
39740
+ }
39741
+
39742
+ return this.apiClient.callApi(
39743
+ '/api/v2/outbound/filespecificationtemplates/bulk',
39744
+ 'DELETE',
39745
+ { },
39746
+ { 'id': this.apiClient.buildCollectionParam(id, 'multi') },
39747
+ { },
39748
+ { },
39749
+ null,
39750
+ ['PureCloud OAuth'],
39751
+ ['application/json'],
39752
+ ['application/json']
39753
+ );
39754
+ }
39755
+
39402
39756
  /**
39403
39757
  * Delete Import Template
39404
39758
  *
@@ -40806,6 +41160,61 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40806
41160
  );
40807
41161
  }
40808
41162
 
41163
+ /**
41164
+ * Get File Specification Template
41165
+ *
41166
+ * @param {String} fileSpecificationTemplateId File Specification Template ID
41167
+ */
41168
+ getOutboundFilespecificationtemplate(fileSpecificationTemplateId) {
41169
+ // verify the required parameter 'fileSpecificationTemplateId' is set
41170
+ if (fileSpecificationTemplateId === undefined || fileSpecificationTemplateId === null) {
41171
+ throw 'Missing the required parameter "fileSpecificationTemplateId" when calling getOutboundFilespecificationtemplate';
41172
+ }
41173
+
41174
+ return this.apiClient.callApi(
41175
+ '/api/v2/outbound/filespecificationtemplates/{fileSpecificationTemplateId}',
41176
+ 'GET',
41177
+ { 'fileSpecificationTemplateId': fileSpecificationTemplateId },
41178
+ { },
41179
+ { },
41180
+ { },
41181
+ null,
41182
+ ['PureCloud OAuth'],
41183
+ ['application/json'],
41184
+ ['application/json']
41185
+ );
41186
+ }
41187
+
41188
+ /**
41189
+ * Query File Specification Templates
41190
+ *
41191
+ * @param {Object} opts Optional parameters
41192
+ * @param {Number} opts.pageSize Page size. The max that will be returned is 100. (default to 25)
41193
+ * @param {Number} opts.pageNumber Page number (default to 1)
41194
+ * @param {Boolean} opts.allowEmptyResult Whether to return an empty page when there are no results for that page (default to false)
41195
+ * @param {Object} opts.filterType Filter type (default to Prefix)
41196
+ * @param {String} opts.name Name
41197
+ * @param {String} opts.sortBy Sort by
41198
+ * @param {Object} opts.sortOrder Sort order (default to a)
41199
+ */
41200
+ getOutboundFilespecificationtemplates(opts) {
41201
+ opts = opts || {};
41202
+
41203
+
41204
+ return this.apiClient.callApi(
41205
+ '/api/v2/outbound/filespecificationtemplates',
41206
+ 'GET',
41207
+ { },
41208
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'allowEmptyResult': opts['allowEmptyResult'],'filterType': opts['filterType'],'name': opts['name'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'] },
41209
+ { },
41210
+ { },
41211
+ null,
41212
+ ['PureCloud OAuth'],
41213
+ ['application/json'],
41214
+ ['application/json']
41215
+ );
41216
+ }
41217
+
40809
41218
  /**
40810
41219
  * Get Import Template
40811
41220
  *
@@ -41979,6 +42388,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41979
42388
  );
41980
42389
  }
41981
42390
 
42391
+ /**
42392
+ * Get multiple contact list templates
42393
+ *
42394
+ * @param {Object} body contact list templates to get
42395
+ */
42396
+ postOutboundContactlisttemplatesBulkRetrieve(body) {
42397
+ // verify the required parameter 'body' is set
42398
+ if (body === undefined || body === null) {
42399
+ throw 'Missing the required parameter "body" when calling postOutboundContactlisttemplatesBulkRetrieve';
42400
+ }
42401
+
42402
+ return this.apiClient.callApi(
42403
+ '/api/v2/outbound/contactlisttemplates/bulk/retrieve',
42404
+ 'POST',
42405
+ { },
42406
+ { },
42407
+ { },
42408
+ { },
42409
+ body,
42410
+ ['PureCloud OAuth'],
42411
+ ['application/json'],
42412
+ ['application/json']
42413
+ );
42414
+ }
42415
+
41982
42416
  /**
41983
42417
  * Add phone numbers to a Dialer DNC list.
41984
42418
  *
@@ -42143,6 +42577,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42143
42577
  );
42144
42578
  }
42145
42579
 
42580
+ /**
42581
+ * Create File Specification Template
42582
+ *
42583
+ * @param {Object} body FileSpecificationTemplate
42584
+ */
42585
+ postOutboundFilespecificationtemplates(body) {
42586
+ // verify the required parameter 'body' is set
42587
+ if (body === undefined || body === null) {
42588
+ throw 'Missing the required parameter "body" when calling postOutboundFilespecificationtemplates';
42589
+ }
42590
+
42591
+ return this.apiClient.callApi(
42592
+ '/api/v2/outbound/filespecificationtemplates',
42593
+ 'POST',
42594
+ { },
42595
+ { },
42596
+ { },
42597
+ { },
42598
+ body,
42599
+ ['PureCloud OAuth'],
42600
+ ['application/json'],
42601
+ ['application/json']
42602
+ );
42603
+ }
42604
+
42146
42605
  /**
42147
42606
  * Create Import Template
42148
42607
  *
@@ -42663,6 +43122,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42663
43122
  );
42664
43123
  }
42665
43124
 
43125
+ /**
43126
+ * Update File Specification Template
43127
+ *
43128
+ * @param {String} fileSpecificationTemplateId File Specification Template ID
43129
+ * @param {Object} body fileSpecificationTemplate
43130
+ */
43131
+ putOutboundFilespecificationtemplate(fileSpecificationTemplateId, body) {
43132
+ // verify the required parameter 'fileSpecificationTemplateId' is set
43133
+ if (fileSpecificationTemplateId === undefined || fileSpecificationTemplateId === null) {
43134
+ throw 'Missing the required parameter "fileSpecificationTemplateId" when calling putOutboundFilespecificationtemplate';
43135
+ }
43136
+ // verify the required parameter 'body' is set
43137
+ if (body === undefined || body === null) {
43138
+ throw 'Missing the required parameter "body" when calling putOutboundFilespecificationtemplate';
43139
+ }
43140
+
43141
+ return this.apiClient.callApi(
43142
+ '/api/v2/outbound/filespecificationtemplates/{fileSpecificationTemplateId}',
43143
+ 'PUT',
43144
+ { 'fileSpecificationTemplateId': fileSpecificationTemplateId },
43145
+ { },
43146
+ { },
43147
+ { },
43148
+ body,
43149
+ ['PureCloud OAuth'],
43150
+ ['application/json'],
43151
+ ['application/json']
43152
+ );
43153
+ }
43154
+
42666
43155
  /**
42667
43156
  * Update Import Template
42668
43157
  *
@@ -42934,7 +43423,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42934
43423
  /**
42935
43424
  * Presence service.
42936
43425
  * @module purecloud-platform-client-v2/api/PresenceApi
42937
- * @version 186.0.1
43426
+ * @version 187.0.0
42938
43427
  */
42939
43428
 
42940
43429
  /**
@@ -43000,9 +43489,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43000
43489
  }
43001
43490
 
43002
43491
  /**
43003
- * Delete a Presence Definition
43492
+ * Delete a Presence Definition. Apps should migrate to use DELETE /api/v2/presence/definitions/{definitionId} instead
43004
43493
  *
43005
43494
  * @param {String} presenceId Organization Presence ID
43495
+ * @deprecated
43006
43496
  */
43007
43497
  deletePresencedefinition(presenceId) {
43008
43498
  // verify the required parameter 'presenceId' is set
@@ -43174,11 +43664,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43174
43664
  }
43175
43665
 
43176
43666
  /**
43177
- * Get a Presence Definition
43667
+ * Get a Presence Definition. Apps should migrate to use GET /api/v2/presence/definitions/{definitionId} instead
43178
43668
  *
43179
43669
  * @param {String} presenceId Organization Presence ID
43180
43670
  * @param {Object} opts Optional parameters
43181
43671
  * @param {String} opts.localeCode The locale code to fetch for the presence definition. Use ALL to fetch everything.
43672
+ * @deprecated
43182
43673
  */
43183
43674
  getPresencedefinition(presenceId, opts) {
43184
43675
  opts = opts || {};
@@ -43203,13 +43694,14 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43203
43694
  }
43204
43695
 
43205
43696
  /**
43206
- * Get an Organization's list of Presence Definitions
43697
+ * Get an Organization's list of Presence Definitions. Apps should migrate to use GET /api/v2/presence/definitions instead
43207
43698
  *
43208
43699
  * @param {Object} opts Optional parameters
43209
43700
  * @param {Number} opts.pageNumber Page number (default to 1)
43210
43701
  * @param {Number} opts.pageSize Page size (default to 25)
43211
43702
  * @param {String} opts.deleted Deleted query can be TRUE, FALSE or ALL (default to false)
43212
43703
  * @param {String} opts.localeCode The locale code to fetch for each presence definition. Use ALL to fetch everything.
43704
+ * @deprecated
43213
43705
  */
43214
43706
  getPresencedefinitions(opts) {
43215
43707
  opts = opts || {};
@@ -43473,9 +43965,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43473
43965
  }
43474
43966
 
43475
43967
  /**
43476
- * Create a Presence Definition
43968
+ * Create a Presence Definition. Apps should migrate to use POST /api/v2/presence/definitions instead
43477
43969
  *
43478
43970
  * @param {Object} body The Presence Definition to create
43971
+ * @deprecated
43479
43972
  */
43480
43973
  postPresencedefinitions(body) {
43481
43974
  // verify the required parameter 'body' is set
@@ -43613,10 +44106,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43613
44106
  }
43614
44107
 
43615
44108
  /**
43616
- * Update a Presence Definition
44109
+ * Update a Presence Definition. Apps should migrate to use PUT /api/v2/presence/definitions/{definitionId} instead)
43617
44110
  *
43618
44111
  * @param {String} presenceId Organization Presence ID
43619
44112
  * @param {Object} body The OrganizationPresence to update
44113
+ * @deprecated
43620
44114
  */
43621
44115
  putPresencedefinition(presenceId, body) {
43622
44116
  // verify the required parameter 'presenceId' is set
@@ -43673,7 +44167,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43673
44167
  /**
43674
44168
  * ProcessAutomation service.
43675
44169
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
43676
- * @version 186.0.1
44170
+ * @version 187.0.0
43677
44171
  */
43678
44172
 
43679
44173
  /**
@@ -43912,7 +44406,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43912
44406
  /**
43913
44407
  * Quality service.
43914
44408
  * @module purecloud-platform-client-v2/api/QualityApi
43915
- * @version 186.0.1
44409
+ * @version 187.0.0
43916
44410
  */
43917
44411
 
43918
44412
  /**
@@ -45669,7 +46163,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45669
46163
  /**
45670
46164
  * Recording service.
45671
46165
  * @module purecloud-platform-client-v2/api/RecordingApi
45672
- * @version 186.0.1
46166
+ * @version 187.0.0
45673
46167
  */
45674
46168
 
45675
46169
  /**
@@ -47306,7 +47800,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47306
47800
  /**
47307
47801
  * ResponseManagement service.
47308
47802
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
47309
- * @version 186.0.1
47803
+ * @version 187.0.0
47310
47804
  */
47311
47805
 
47312
47806
  /**
@@ -47791,7 +48285,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47791
48285
  /**
47792
48286
  * Routing service.
47793
48287
  * @module purecloud-platform-client-v2/api/RoutingApi
47794
- * @version 186.0.1
48288
+ * @version 187.0.0
47795
48289
  */
47796
48290
 
47797
48291
  /**
@@ -51744,7 +52238,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51744
52238
  /**
51745
52239
  * SCIM service.
51746
52240
  * @module purecloud-platform-client-v2/api/SCIMApi
51747
- * @version 186.0.1
52241
+ * @version 187.0.0
51748
52242
  */
51749
52243
 
51750
52244
  /**
@@ -52617,11 +53111,56 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52617
53111
 
52618
53112
  }
52619
53113
 
53114
+ class ScreenRecordingApi {
53115
+ /**
53116
+ * ScreenRecording service.
53117
+ * @module purecloud-platform-client-v2/api/ScreenRecordingApi
53118
+ * @version 187.0.0
53119
+ */
53120
+
53121
+ /**
53122
+ * Constructs a new ScreenRecordingApi.
53123
+ * @alias module:purecloud-platform-client-v2/api/ScreenRecordingApi
53124
+ * @class
53125
+ * @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
53126
+ * default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
53127
+ */
53128
+ constructor(apiClient) {
53129
+ this.apiClient = apiClient || ApiClient.instance;
53130
+ }
53131
+
53132
+
53133
+ /**
53134
+ * Sign identifying information for screen recording
53135
+ *
53136
+ * @param {Object} opts Optional parameters
53137
+ * @param {Object} opts.body
53138
+ */
53139
+ postScreenrecordingToken(opts) {
53140
+ opts = opts || {};
53141
+
53142
+
53143
+ return this.apiClient.callApi(
53144
+ '/api/v2/screenrecording/token',
53145
+ 'POST',
53146
+ { },
53147
+ { },
53148
+ { },
53149
+ { },
53150
+ opts['body'],
53151
+ ['PureCloud OAuth'],
53152
+ ['application/json'],
53153
+ ['application/json']
53154
+ );
53155
+ }
53156
+
53157
+ }
53158
+
52620
53159
  class ScriptsApi {
52621
53160
  /**
52622
53161
  * Scripts service.
52623
53162
  * @module purecloud-platform-client-v2/api/ScriptsApi
52624
- * @version 186.0.1
53163
+ * @version 187.0.0
52625
53164
  */
52626
53165
 
52627
53166
  /**
@@ -53065,7 +53604,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53065
53604
  /**
53066
53605
  * Search service.
53067
53606
  * @module purecloud-platform-client-v2/api/SearchApi
53068
- * @version 186.0.1
53607
+ * @version 187.0.0
53069
53608
  */
53070
53609
 
53071
53610
  /**
@@ -53754,7 +54293,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53754
54293
  /**
53755
54294
  * Settings service.
53756
54295
  * @module purecloud-platform-client-v2/api/SettingsApi
53757
- * @version 186.0.1
54296
+ * @version 187.0.0
53758
54297
  */
53759
54298
 
53760
54299
  /**
@@ -53819,7 +54358,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53819
54358
  /**
53820
54359
  * SpeechTextAnalytics service.
53821
54360
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
53822
- * @version 186.0.1
54361
+ * @version 187.0.0
53823
54362
  */
53824
54363
 
53825
54364
  /**
@@ -54932,7 +55471,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54932
55471
  /**
54933
55472
  * Stations service.
54934
55473
  * @module purecloud-platform-client-v2/api/StationsApi
54935
- * @version 186.0.1
55474
+ * @version 187.0.0
54936
55475
  */
54937
55476
 
54938
55477
  /**
@@ -55034,7 +55573,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55034
55573
  /**
55035
55574
  * Suggest service.
55036
55575
  * @module purecloud-platform-client-v2/api/SuggestApi
55037
- * @version 186.0.1
55576
+ * @version 187.0.0
55038
55577
  */
55039
55578
 
55040
55579
  /**
@@ -55173,7 +55712,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55173
55712
  /**
55174
55713
  * TaskManagement service.
55175
55714
  * @module purecloud-platform-client-v2/api/TaskManagementApi
55176
- * @version 186.0.1
55715
+ * @version 187.0.0
55177
55716
  */
55178
55717
 
55179
55718
  /**
@@ -56454,7 +56993,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56454
56993
  /**
56455
56994
  * Teams service.
56456
56995
  * @module purecloud-platform-client-v2/api/TeamsApi
56457
- * @version 186.0.1
56996
+ * @version 187.0.0
56458
56997
  */
56459
56998
 
56460
56999
  /**
@@ -56756,7 +57295,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56756
57295
  /**
56757
57296
  * Telephony service.
56758
57297
  * @module purecloud-platform-client-v2/api/TelephonyApi
56759
- * @version 186.0.1
57298
+ * @version 187.0.0
56760
57299
  */
56761
57300
 
56762
57301
  /**
@@ -56938,7 +57477,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56938
57477
  /**
56939
57478
  * TelephonyProvidersEdge service.
56940
57479
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
56941
- * @version 186.0.1
57480
+ * @version 187.0.0
56942
57481
  */
56943
57482
 
56944
57483
  /**
@@ -58416,32 +58955,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58416
58955
  );
58417
58956
  }
58418
58957
 
58419
- /**
58420
- * Get outbound route
58421
- * This route is deprecated, use /telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId} instead.
58422
- * @param {String} outboundRouteId Outbound route ID
58423
- * @deprecated
58424
- */
58425
- getTelephonyProvidersEdgesOutboundroute(outboundRouteId) {
58426
- // verify the required parameter 'outboundRouteId' is set
58427
- if (outboundRouteId === undefined || outboundRouteId === null) {
58428
- throw 'Missing the required parameter "outboundRouteId" when calling getTelephonyProvidersEdgesOutboundroute';
58429
- }
58430
-
58431
- return this.apiClient.callApi(
58432
- '/api/v2/telephony/providers/edges/outboundroutes/{outboundRouteId}',
58433
- 'GET',
58434
- { 'outboundRouteId': outboundRouteId },
58435
- { },
58436
- { },
58437
- { },
58438
- null,
58439
- ['PureCloud OAuth'],
58440
- ['application/json'],
58441
- ['application/json']
58442
- );
58443
- }
58444
-
58445
58958
  /**
58446
58959
  * Get outbound routes
58447
58960
  *
@@ -60313,7 +60826,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60313
60826
  /**
60314
60827
  * Textbots service.
60315
60828
  * @module purecloud-platform-client-v2/api/TextbotsApi
60316
- * @version 186.0.1
60829
+ * @version 187.0.0
60317
60830
  */
60318
60831
 
60319
60832
  /**
@@ -60441,7 +60954,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60441
60954
  /**
60442
60955
  * Tokens service.
60443
60956
  * @module purecloud-platform-client-v2/api/TokensApi
60444
- * @version 186.0.1
60957
+ * @version 187.0.0
60445
60958
  */
60446
60959
 
60447
60960
  /**
@@ -60597,7 +61110,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60597
61110
  /**
60598
61111
  * Uploads service.
60599
61112
  * @module purecloud-platform-client-v2/api/UploadsApi
60600
- * @version 186.0.1
61113
+ * @version 187.0.0
60601
61114
  */
60602
61115
 
60603
61116
  /**
@@ -60612,6 +61125,37 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60612
61125
  }
60613
61126
 
60614
61127
 
61128
+ /**
61129
+ * Create upload presigned URL for draft function package file.
61130
+ *
61131
+ * @param {String} actionId actionId
61132
+ * @param {Object} body Input used to request URL upload.
61133
+ * postIntegrationsActionDraftFunctionUpload is a preview method and is subject to both breaking and non-breaking changes at any time without notice
61134
+ */
61135
+ postIntegrationsActionDraftFunctionUpload(actionId, body) {
61136
+ // verify the required parameter 'actionId' is set
61137
+ if (actionId === undefined || actionId === null) {
61138
+ throw 'Missing the required parameter "actionId" when calling postIntegrationsActionDraftFunctionUpload';
61139
+ }
61140
+ // verify the required parameter 'body' is set
61141
+ if (body === undefined || body === null) {
61142
+ throw 'Missing the required parameter "body" when calling postIntegrationsActionDraftFunctionUpload';
61143
+ }
61144
+
61145
+ return this.apiClient.callApi(
61146
+ '/api/v2/integrations/actions/{actionId}/draft/function/upload',
61147
+ 'POST',
61148
+ { 'actionId': actionId },
61149
+ { },
61150
+ { },
61151
+ { },
61152
+ body,
61153
+ ['PureCloud OAuth'],
61154
+ ['application/json'],
61155
+ ['application/json']
61156
+ );
61157
+ }
61158
+
60615
61159
  /**
60616
61160
  * Creates a presigned URL for uploading a knowledge import file with a set of documents
60617
61161
  *
@@ -60773,7 +61317,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60773
61317
  /**
60774
61318
  * Usage service.
60775
61319
  * @module purecloud-platform-client-v2/api/UsageApi
60776
- * @version 186.0.1
61320
+ * @version 187.0.0
60777
61321
  */
60778
61322
 
60779
61323
  /**
@@ -60983,7 +61527,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60983
61527
  /**
60984
61528
  * UserRecordings service.
60985
61529
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
60986
- * @version 186.0.1
61530
+ * @version 187.0.0
60987
61531
  */
60988
61532
 
60989
61533
  /**
@@ -61168,7 +61712,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61168
61712
  /**
61169
61713
  * Users service.
61170
61714
  * @module purecloud-platform-client-v2/api/UsersApi
61171
- * @version 186.0.1
61715
+ * @version 187.0.0
61172
61716
  */
61173
61717
 
61174
61718
  /**
@@ -63819,7 +64363,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63819
64363
  /**
63820
64364
  * Utilities service.
63821
64365
  * @module purecloud-platform-client-v2/api/UtilitiesApi
63822
- * @version 186.0.1
64366
+ * @version 187.0.0
63823
64367
  */
63824
64368
 
63825
64369
  /**
@@ -63930,7 +64474,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63930
64474
  /**
63931
64475
  * Voicemail service.
63932
64476
  * @module purecloud-platform-client-v2/api/VoicemailApi
63933
- * @version 186.0.1
64477
+ * @version 187.0.0
63934
64478
  */
63935
64479
 
63936
64480
  /**
@@ -64597,7 +65141,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64597
65141
  /**
64598
65142
  * WebChat service.
64599
65143
  * @module purecloud-platform-client-v2/api/WebChatApi
64600
- * @version 186.0.1
65144
+ * @version 187.0.0
64601
65145
  */
64602
65146
 
64603
65147
  /**
@@ -65146,7 +65690,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65146
65690
  /**
65147
65691
  * WebDeployments service.
65148
65692
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
65149
- * @version 186.0.1
65693
+ * @version 187.0.0
65150
65694
  */
65151
65695
 
65152
65696
  /**
@@ -65673,7 +66217,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65673
66217
  /**
65674
66218
  * WebMessaging service.
65675
66219
  * @module purecloud-platform-client-v2/api/WebMessagingApi
65676
- * @version 186.0.1
66220
+ * @version 187.0.0
65677
66221
  */
65678
66222
 
65679
66223
  /**
@@ -65719,7 +66263,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65719
66263
  /**
65720
66264
  * Widgets service.
65721
66265
  * @module purecloud-platform-client-v2/api/WidgetsApi
65722
- * @version 186.0.1
66266
+ * @version 187.0.0
65723
66267
  */
65724
66268
 
65725
66269
  /**
@@ -65865,7 +66409,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65865
66409
  /**
65866
66410
  * WorkforceManagement service.
65867
66411
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
65868
- * @version 186.0.1
66412
+ * @version 187.0.0
65869
66413
  */
65870
66414
 
65871
66415
  /**
@@ -71260,7 +71804,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
71260
71804
  * </pre>
71261
71805
  * </p>
71262
71806
  * @module purecloud-platform-client-v2/index
71263
- * @version 186.0.1
71807
+ * @version 187.0.0
71264
71808
  */
71265
71809
  class platformClient {
71266
71810
  constructor() {
@@ -71524,6 +72068,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
71524
72068
  * @property {module:purecloud-platform-client-v2/api/SCIMApi}
71525
72069
  */
71526
72070
  this.SCIMApi = SCIMApi;
72071
+ /**
72072
+ * The ScreenRecordingApi service constructor.
72073
+ * @property {module:purecloud-platform-client-v2/api/ScreenRecordingApi}
72074
+ */
72075
+ this.ScreenRecordingApi = ScreenRecordingApi;
71527
72076
  /**
71528
72077
  * The ScriptsApi service constructor.
71529
72078
  * @property {module:purecloud-platform-client-v2/api/ScriptsApi}