purecloud-platform-client-v2 185.0.0 → 186.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 (84) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +377 -152
  3. package/dist/web-amd/purecloud-platform-client-v2.js +377 -152
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +165 -117
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +170 -119
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +154 -128
  9. package/package.json +2 -2
  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 +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +2 -3
  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 +58 -1
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -62
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  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 +7 -7
  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 +26 -1
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -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 +131 -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 +2 -3
  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 +1 -1
  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 +2 -2
  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 +80 -2
  60. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -3
  70. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +3 -3
  71. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  84. 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 185.0.0
402
+ * @version 186.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 185.0.0
1821
+ * @version 186.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 185.0.0
2482
+ * @version 186.0.1
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 185.0.0
5072
+ * @version 186.0.1
5073
5073
  */
5074
5074
 
5075
5075
  /**
@@ -8904,7 +8904,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8904
8904
  /**
8905
8905
  * Audit service.
8906
8906
  * @module purecloud-platform-client-v2/api/AuditApi
8907
- * @version 185.0.0
8907
+ * @version 186.0.1
8908
8908
  */
8909
8909
 
8910
8910
  /**
@@ -9075,7 +9075,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9075
9075
  /**
9076
9076
  * Authorization service.
9077
9077
  * @module purecloud-platform-client-v2/api/AuthorizationApi
9078
- * @version 185.0.0
9078
+ * @version 186.0.1
9079
9079
  */
9080
9080
 
9081
9081
  /**
@@ -9249,7 +9249,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9249
9249
  * @param {String} opts.nextPage next page token
9250
9250
  * @param {String} opts.previousPage Previous page token
9251
9251
  * @param {Boolean} opts.objectCount Include the count of objects contained in the division (default to false)
9252
- * @param {Array.<String>} opts.id Optionally request specific divisions by their IDs
9253
9252
  * @param {String} opts.name Search term to filter by division name
9254
9253
  */
9255
9254
  getAuthorizationDivisions(opts) {
@@ -9260,7 +9259,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9260
9259
  '/api/v2/authorization/divisions',
9261
9260
  'GET',
9262
9261
  { },
9263
- { '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'] },
9262
+ { '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'] },
9264
9263
  { },
9265
9264
  { },
9266
9265
  null,
@@ -10305,7 +10304,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10305
10304
  /**
10306
10305
  * Billing service.
10307
10306
  * @module purecloud-platform-client-v2/api/BillingApi
10308
- * @version 185.0.0
10307
+ * @version 186.0.1
10309
10308
  */
10310
10309
 
10311
10310
  /**
@@ -10385,7 +10384,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10385
10384
  /**
10386
10385
  * CarrierServices service.
10387
10386
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
10388
- * @version 185.0.0
10387
+ * @version 186.0.1
10389
10388
  */
10390
10389
 
10391
10390
  /**
@@ -10455,7 +10454,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10455
10454
  /**
10456
10455
  * Chat service.
10457
10456
  * @module purecloud-platform-client-v2/api/ChatApi
10458
- * @version 185.0.0
10457
+ * @version 186.0.1
10459
10458
  */
10460
10459
 
10461
10460
  /**
@@ -10842,6 +10841,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10842
10841
  );
10843
10842
  }
10844
10843
 
10844
+ /**
10845
+ * Get a user's chat settings
10846
+ *
10847
+ * @param {String} userId User ID
10848
+ * getChatsUserSettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
10849
+ */
10850
+ getChatsUserSettings(userId) {
10851
+ // verify the required parameter 'userId' is set
10852
+ if (userId === undefined || userId === null) {
10853
+ throw 'Missing the required parameter "userId" when calling getChatsUserSettings';
10854
+ }
10855
+
10856
+ return this.apiClient.callApi(
10857
+ '/api/v2/chats/users/{userId}/settings',
10858
+ 'GET',
10859
+ { 'userId': userId },
10860
+ { },
10861
+ { },
10862
+ { },
10863
+ null,
10864
+ ['PureCloud OAuth'],
10865
+ ['application/json'],
10866
+ ['application/json']
10867
+ );
10868
+ }
10869
+
10845
10870
  /**
10846
10871
  * Set properties for a room
10847
10872
  *
@@ -10970,6 +10995,37 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10970
10995
  );
10971
10996
  }
10972
10997
 
10998
+ /**
10999
+ * Update a user's chat settings
11000
+ *
11001
+ * @param {String} userId User ID
11002
+ * @param {Object} body
11003
+ * patchChatsUserSettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
11004
+ */
11005
+ patchChatsUserSettings(userId, body) {
11006
+ // verify the required parameter 'userId' is set
11007
+ if (userId === undefined || userId === null) {
11008
+ throw 'Missing the required parameter "userId" when calling patchChatsUserSettings';
11009
+ }
11010
+ // verify the required parameter 'body' is set
11011
+ if (body === undefined || body === null) {
11012
+ throw 'Missing the required parameter "body" when calling patchChatsUserSettings';
11013
+ }
11014
+
11015
+ return this.apiClient.callApi(
11016
+ '/api/v2/chats/users/{userId}/settings',
11017
+ 'PATCH',
11018
+ { 'userId': userId },
11019
+ { },
11020
+ { },
11021
+ { },
11022
+ body,
11023
+ ['PureCloud OAuth'],
11024
+ ['application/json'],
11025
+ ['application/json']
11026
+ );
11027
+ }
11028
+
10973
11029
  /**
10974
11030
  * Send a message to a room
10975
11031
  *
@@ -11151,7 +11207,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11151
11207
  /**
11152
11208
  * Coaching service.
11153
11209
  * @module purecloud-platform-client-v2/api/CoachingApi
11154
- * @version 185.0.0
11210
+ * @version 186.0.1
11155
11211
  */
11156
11212
 
11157
11213
  /**
@@ -11728,7 +11784,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11728
11784
  /**
11729
11785
  * ContentManagement service.
11730
11786
  * @module purecloud-platform-client-v2/api/ContentManagementApi
11731
- * @version 185.0.0
11787
+ * @version 186.0.1
11732
11788
  */
11733
11789
 
11734
11790
  /**
@@ -11940,41 +11996,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11940
11996
  );
11941
11997
  }
11942
11998
 
11943
- /**
11944
- * Get a list of audits for a document.
11945
- * This api is deprecated, use https://developer.genesys.cloud/platform/audit/ instead.
11946
- * @param {String} documentId Document ID
11947
- * @param {Object} opts Optional parameters
11948
- * @param {Number} opts.pageSize Page size (default to 25)
11949
- * @param {Number} opts.pageNumber Page number (default to 1)
11950
- * @param {String} opts.transactionFilter Transaction filter
11951
- * @param {String} opts.level level (default to USER)
11952
- * @param {String} opts.sortBy Sort by
11953
- * @param {String} opts.sortOrder Sort order (default to ascending)
11954
- * @deprecated
11955
- */
11956
- getContentmanagementDocumentAudits(documentId, opts) {
11957
- opts = opts || {};
11958
-
11959
- // verify the required parameter 'documentId' is set
11960
- if (documentId === undefined || documentId === null) {
11961
- throw 'Missing the required parameter "documentId" when calling getContentmanagementDocumentAudits';
11962
- }
11963
-
11964
- return this.apiClient.callApi(
11965
- '/api/v2/contentmanagement/documents/{documentId}/audits',
11966
- 'GET',
11967
- { 'documentId': documentId },
11968
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'transactionFilter': opts['transactionFilter'],'level': opts['level'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'] },
11969
- { },
11970
- { },
11971
- null,
11972
- ['PureCloud OAuth'],
11973
- ['application/json'],
11974
- ['application/json']
11975
- );
11976
- }
11977
-
11978
11999
  /**
11979
12000
  * Download a document.
11980
12001
  *
@@ -12496,32 +12517,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12496
12517
  );
12497
12518
  }
12498
12519
 
12499
- /**
12500
- * Query audits
12501
- * This api is deprecated, use https://developer.genesys.cloud/platform/audit/ instead.
12502
- * @param {Object} body Allows for a filtered query returning facet information
12503
- * @deprecated
12504
- */
12505
- postContentmanagementAuditquery(body) {
12506
- // verify the required parameter 'body' is set
12507
- if (body === undefined || body === null) {
12508
- throw 'Missing the required parameter "body" when calling postContentmanagementAuditquery';
12509
- }
12510
-
12511
- return this.apiClient.callApi(
12512
- '/api/v2/contentmanagement/auditquery',
12513
- 'POST',
12514
- { },
12515
- { },
12516
- { },
12517
- { },
12518
- body,
12519
- ['PureCloud OAuth'],
12520
- ['application/json'],
12521
- ['application/json']
12522
- );
12523
- }
12524
-
12525
12520
  /**
12526
12521
  * Update a document.
12527
12522
  *
@@ -12871,7 +12866,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12871
12866
  /**
12872
12867
  * Conversations service.
12873
12868
  * @module purecloud-platform-client-v2/api/ConversationsApi
12874
- * @version 185.0.0
12869
+ * @version 186.0.1
12875
12870
  */
12876
12871
 
12877
12872
  /**
@@ -20011,7 +20006,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20011
20006
  /**
20012
20007
  * DataExtensions service.
20013
20008
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
20014
- * @version 185.0.0
20009
+ * @version 186.0.1
20015
20010
  */
20016
20011
 
20017
20012
  /**
@@ -20097,7 +20092,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20097
20092
  /**
20098
20093
  * Downloads service.
20099
20094
  * @module purecloud-platform-client-v2/api/DownloadsApi
20100
- * @version 185.0.0
20095
+ * @version 186.0.1
20101
20096
  */
20102
20097
 
20103
20098
  /**
@@ -20149,7 +20144,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20149
20144
  /**
20150
20145
  * Emails service.
20151
20146
  * @module purecloud-platform-client-v2/api/EmailsApi
20152
- * @version 185.0.0
20147
+ * @version 186.0.1
20153
20148
  */
20154
20149
 
20155
20150
  /**
@@ -20214,7 +20209,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20214
20209
  /**
20215
20210
  * Events service.
20216
20211
  * @module purecloud-platform-client-v2/api/EventsApi
20217
- * @version 185.0.0
20212
+ * @version 186.0.1
20218
20213
  */
20219
20214
 
20220
20215
  /**
@@ -20310,7 +20305,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20310
20305
  /**
20311
20306
  * ExternalContacts service.
20312
20307
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
20313
- * @version 185.0.0
20308
+ * @version 186.0.1
20314
20309
  */
20315
20310
 
20316
20311
  /**
@@ -20636,7 +20631,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20636
20631
  * @param {Object} opts Optional parameters
20637
20632
  * @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
20638
20633
  * @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
20639
- * @param {String} opts.sortOrder Sort order
20634
+ * @param {String} opts.sortOrder The Note field to sort by. Any of: [createDate]. Direction: [asc, desc]. e.g. createDate:asc, createDate:desc
20640
20635
  * @param {Array.<String>} opts.expand which fields, if any, to expand
20641
20636
  */
20642
20637
  getExternalcontactsContactNotes(contactId, opts) {
@@ -20697,7 +20692,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20697
20692
  * @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
20698
20693
  * @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
20699
20694
  * @param {String} opts.q User supplied search keywords (no special syntax is currently supported)
20700
- * @param {String} opts.sortOrder Sort order
20695
+ * @param {String} opts.sortOrder The External Contact field to sort by. Any of: [firstName, lastName, middleName, title]. Direction: [asc, desc]. e.g. firstName:asc, title:desc
20701
20696
  * @param {Array.<String>} opts.expand which fields, if any, to expand
20702
20697
  */
20703
20698
  getExternalcontactsContacts(opts) {
@@ -20856,7 +20851,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20856
20851
  * @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
20857
20852
  * @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
20858
20853
  * @param {String} opts.q User supplied search keywords (no special syntax is currently supported)
20859
- * @param {String} opts.sortOrder Sort order
20854
+ * @param {String} opts.sortOrder The External Contact field to sort by. Any of: [firstName, lastName, middleName, title]. Direction: [asc, desc]. e.g. firstName:asc, title:desc
20860
20855
  * @param {Array.<String>} opts.expand which fields, if any, to expand
20861
20856
  */
20862
20857
  getExternalcontactsOrganizationContacts(externalOrganizationId, opts) {
@@ -20922,7 +20917,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20922
20917
  * @param {Object} opts Optional parameters
20923
20918
  * @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
20924
20919
  * @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
20925
- * @param {String} opts.sortOrder Sort order
20920
+ * @param {String} opts.sortOrder The Note field to sort by. Any of: [createDate]. Direction: [asc, desc]. e.g. createDate:asc, createDate:desc
20926
20921
  * @param {Array.<String>} opts.expand which fields, if any, to expand
20927
20922
  */
20928
20923
  getExternalcontactsOrganizationNotes(externalOrganizationId, opts) {
@@ -20955,7 +20950,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20955
20950
  * @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
20956
20951
  * @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
20957
20952
  * @param {Object} opts.expand which fields, if any, to expand
20958
- * @param {String} opts.sortOrder Sort order
20953
+ * @param {String} opts.sortOrder The Relationship field to sort by. Any of: [createDate, relationship]. Direction: [asc, desc]. e.g. createDate:asc, relationship:desc
20959
20954
  */
20960
20955
  getExternalcontactsOrganizationRelationships(externalOrganizationId, opts) {
20961
20956
  opts = opts || {};
@@ -20987,7 +20982,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20987
20982
  * @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
20988
20983
  * @param {String} opts.q Search query
20989
20984
  * @param {Array.<String>} opts.trustorId Search for external organizations by trustorIds (limit 25). If supplied, the 'q' parameters is ignored. Items are returned in the order requested
20990
- * @param {String} opts.sortOrder Sort order
20985
+ * @param {String} opts.sortOrder The Organization field to sort by. Any of: [companyType, industry, name]. Direction: [asc, desc]. e.g. companyType:asc, industry:desc
20991
20986
  * @param {Array.<String>} opts.expand which fields, if any, to expand
20992
20987
  * @param {Boolean} opts.includeTrustors (true or false) whether or not to include trustor information embedded in the externalOrganization
20993
20988
  */
@@ -22268,7 +22263,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22268
22263
  /**
22269
22264
  * Fax service.
22270
22265
  * @module purecloud-platform-client-v2/api/FaxApi
22271
- * @version 185.0.0
22266
+ * @version 186.0.1
22272
22267
  */
22273
22268
 
22274
22269
  /**
@@ -22439,7 +22434,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22439
22434
  /**
22440
22435
  * Flows service.
22441
22436
  * @module purecloud-platform-client-v2/api/FlowsApi
22442
- * @version 185.0.0
22437
+ * @version 186.0.1
22443
22438
  */
22444
22439
 
22445
22440
  /**
@@ -22623,7 +22618,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22623
22618
  /**
22624
22619
  * Gamification service.
22625
22620
  * @module purecloud-platform-client-v2/api/GamificationApi
22626
- * @version 185.0.0
22621
+ * @version 186.0.1
22627
22622
  */
22628
22623
 
22629
22624
  /**
@@ -24709,7 +24704,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24709
24704
  /**
24710
24705
  * GeneralDataProtectionRegulation service.
24711
24706
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
24712
- * @version 185.0.0
24707
+ * @version 186.0.1
24713
24708
  */
24714
24709
 
24715
24710
  /**
@@ -24839,7 +24834,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24839
24834
  /**
24840
24835
  * Geolocation service.
24841
24836
  * @module purecloud-platform-client-v2/api/GeolocationApi
24842
- * @version 185.0.0
24837
+ * @version 186.0.1
24843
24838
  */
24844
24839
 
24845
24840
  /**
@@ -24970,7 +24965,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24970
24965
  /**
24971
24966
  * Greetings service.
24972
24967
  * @module purecloud-platform-client-v2/api/GreetingsApi
24973
- * @version 185.0.0
24968
+ * @version 186.0.1
24974
24969
  */
24975
24970
 
24976
24971
  /**
@@ -25425,7 +25420,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25425
25420
  /**
25426
25421
  * Groups service.
25427
25422
  * @module purecloud-platform-client-v2/api/GroupsApi
25428
- * @version 185.0.0
25423
+ * @version 186.0.1
25429
25424
  */
25430
25425
 
25431
25426
  /**
@@ -25944,7 +25939,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25944
25939
  /**
25945
25940
  * IdentityProvider service.
25946
25941
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
25947
- * @version 185.0.0
25942
+ * @version 186.0.1
25948
25943
  */
25949
25944
 
25950
25945
  /**
@@ -26700,7 +26695,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26700
26695
  /**
26701
26696
  * InfrastructureAsCode service.
26702
26697
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
26703
- * @version 185.0.0
26698
+ * @version 186.0.1
26704
26699
  */
26705
26700
 
26706
26701
  /**
@@ -26867,7 +26862,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26867
26862
  /**
26868
26863
  * Integrations service.
26869
26864
  * @module purecloud-platform-client-v2/api/IntegrationsApi
26870
- * @version 185.0.0
26865
+ * @version 186.0.1
26871
26866
  */
26872
26867
 
26873
26868
  /**
@@ -27339,6 +27334,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27339
27334
  );
27340
27335
  }
27341
27336
 
27337
+ /**
27338
+ * Retrieves the available mTLS client certificates in use. This endpoint will return inconsistent results while a certificate rotation is in progress.
27339
+ *
27340
+ * @param {Object} opts Optional parameters
27341
+ * @param {Object} opts.status Indicates the validity of the certificate in question.
27342
+ * @param {Object} opts.type Indicates the type of the certificate.
27343
+ */
27344
+ getIntegrationsActionsCertificates(opts) {
27345
+ opts = opts || {};
27346
+
27347
+
27348
+ return this.apiClient.callApi(
27349
+ '/api/v2/integrations/actions/certificates',
27350
+ 'GET',
27351
+ { },
27352
+ { 'status': opts['status'],'type': opts['type'] },
27353
+ { },
27354
+ { },
27355
+ null,
27356
+ ['PureCloud OAuth'],
27357
+ ['application/json'],
27358
+ ['application/json']
27359
+ );
27360
+ }
27361
+
27342
27362
  /**
27343
27363
  * Retrieves all action drafts associated with the filters passed in via query param.
27344
27364
  *
@@ -28829,7 +28849,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28829
28849
  /**
28830
28850
  * Journey service.
28831
28851
  * @module purecloud-platform-client-v2/api/JourneyApi
28832
- * @version 185.0.0
28852
+ * @version 186.0.1
28833
28853
  */
28834
28854
 
28835
28855
  /**
@@ -30060,7 +30080,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30060
30080
  /**
30061
30081
  * Knowledge service.
30062
30082
  * @module purecloud-platform-client-v2/api/KnowledgeApi
30063
- * @version 185.0.0
30083
+ * @version 186.0.1
30064
30084
  */
30065
30085
 
30066
30086
  /**
@@ -32881,7 +32901,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32881
32901
  /**
32882
32902
  * LanguageUnderstanding service.
32883
32903
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
32884
- * @version 185.0.0
32904
+ * @version 186.0.1
32885
32905
  */
32886
32906
 
32887
32907
  /**
@@ -33894,7 +33914,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33894
33914
  /**
33895
33915
  * Languages service.
33896
33916
  * @module purecloud-platform-client-v2/api/LanguagesApi
33897
- * @version 185.0.0
33917
+ * @version 186.0.1
33898
33918
  */
33899
33919
 
33900
33920
  /**
@@ -34116,7 +34136,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34116
34136
  /**
34117
34137
  * Learning service.
34118
34138
  * @module purecloud-platform-client-v2/api/LearningApi
34119
- * @version 185.0.0
34139
+ * @version 186.0.1
34120
34140
  */
34121
34141
 
34122
34142
  /**
@@ -34972,7 +34992,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34972
34992
  /**
34973
34993
  * License service.
34974
34994
  * @module purecloud-platform-client-v2/api/LicenseApi
34975
- * @version 185.0.0
34995
+ * @version 186.0.1
34976
34996
  */
34977
34997
 
34978
34998
  /**
@@ -35210,7 +35230,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35210
35230
  /**
35211
35231
  * Locations service.
35212
35232
  * @module purecloud-platform-client-v2/api/LocationsApi
35213
- * @version 185.0.0
35233
+ * @version 186.0.1
35214
35234
  */
35215
35235
 
35216
35236
  /**
@@ -35446,7 +35466,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35446
35466
  /**
35447
35467
  * LogCapture service.
35448
35468
  * @module purecloud-platform-client-v2/api/LogCaptureApi
35449
- * @version 185.0.0
35469
+ * @version 186.0.1
35450
35470
  */
35451
35471
 
35452
35472
  /**
@@ -35461,6 +35481,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35461
35481
  }
35462
35482
 
35463
35483
 
35484
+ /**
35485
+ * Disable browser log capture for the user
35486
+ *
35487
+ * @param {String} userId The id of the user to disable browser log capture
35488
+ */
35489
+ deleteDiagnosticsLogcaptureBrowserUser(userId) {
35490
+ // verify the required parameter 'userId' is set
35491
+ if (userId === undefined || userId === null) {
35492
+ throw 'Missing the required parameter "userId" when calling deleteDiagnosticsLogcaptureBrowserUser';
35493
+ }
35494
+
35495
+ return this.apiClient.callApi(
35496
+ '/api/v2/diagnostics/logcapture/browser/users/{userId}',
35497
+ 'DELETE',
35498
+ { 'userId': userId },
35499
+ { },
35500
+ { },
35501
+ { },
35502
+ null,
35503
+ ['PureCloud OAuth'],
35504
+ ['application/json'],
35505
+ ['application/json']
35506
+ );
35507
+ }
35508
+
35464
35509
  /**
35465
35510
  * Gets status of async download execution
35466
35511
  *
@@ -35486,6 +35531,55 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35486
35531
  );
35487
35532
  }
35488
35533
 
35534
+ /**
35535
+ * Get log capture configuration for the user
35536
+ *
35537
+ * @param {String} userId The id of the user to get browser log capture configuration
35538
+ */
35539
+ getDiagnosticsLogcaptureBrowserUser(userId) {
35540
+ // verify the required parameter 'userId' is set
35541
+ if (userId === undefined || userId === null) {
35542
+ throw 'Missing the required parameter "userId" when calling getDiagnosticsLogcaptureBrowserUser';
35543
+ }
35544
+
35545
+ return this.apiClient.callApi(
35546
+ '/api/v2/diagnostics/logcapture/browser/users/{userId}',
35547
+ 'GET',
35548
+ { 'userId': userId },
35549
+ { },
35550
+ { },
35551
+ { },
35552
+ null,
35553
+ ['PureCloud OAuth'],
35554
+ ['application/json'],
35555
+ ['application/json']
35556
+ );
35557
+ }
35558
+
35559
+ /**
35560
+ * Get all log capture enabled users for an org
35561
+ *
35562
+ * @param {Object} opts Optional parameters
35563
+ * @param {Boolean} opts.includeExpired Include expired users with log captures still available for search or download (default to false)
35564
+ */
35565
+ getDiagnosticsLogcaptureBrowserUsers(opts) {
35566
+ opts = opts || {};
35567
+
35568
+
35569
+ return this.apiClient.callApi(
35570
+ '/api/v2/diagnostics/logcapture/browser/users',
35571
+ 'GET',
35572
+ { },
35573
+ { 'includeExpired': opts['includeExpired'] },
35574
+ { },
35575
+ { },
35576
+ null,
35577
+ ['PureCloud OAuth'],
35578
+ ['application/json'],
35579
+ ['application/json']
35580
+ );
35581
+ }
35582
+
35489
35583
  /**
35490
35584
  * Creates an async download execution
35491
35585
  *
@@ -35510,13 +35604,69 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35510
35604
  );
35511
35605
  }
35512
35606
 
35607
+ /**
35608
+ * Query collected log entries. It returns a limited amount of records, to get all records use download endpoint.
35609
+ *
35610
+ * @param {Object} opts Optional parameters
35611
+ * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
35612
+ * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
35613
+ * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
35614
+ * @param {Object} opts.body
35615
+ */
35616
+ postDiagnosticsLogcaptureBrowserEntriesQuery(opts) {
35617
+ opts = opts || {};
35618
+
35619
+
35620
+ return this.apiClient.callApi(
35621
+ '/api/v2/diagnostics/logcapture/browser/entries/query',
35622
+ 'POST',
35623
+ { },
35624
+ { 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'] },
35625
+ { },
35626
+ { },
35627
+ opts['body'],
35628
+ ['PureCloud OAuth'],
35629
+ ['application/json'],
35630
+ ['application/json']
35631
+ );
35632
+ }
35633
+
35634
+ /**
35635
+ * Enable log capture for a user or update expiration
35636
+ *
35637
+ * @param {String} userId The id of the user to enable browser log capture
35638
+ * @param {Object} opts Optional parameters
35639
+ * @param {Object} opts.body
35640
+ */
35641
+ postDiagnosticsLogcaptureBrowserUser(userId, opts) {
35642
+ opts = opts || {};
35643
+
35644
+ // verify the required parameter 'userId' is set
35645
+ if (userId === undefined || userId === null) {
35646
+ throw 'Missing the required parameter "userId" when calling postDiagnosticsLogcaptureBrowserUser';
35647
+ }
35648
+
35649
+ return this.apiClient.callApi(
35650
+ '/api/v2/diagnostics/logcapture/browser/users/{userId}',
35651
+ 'POST',
35652
+ { 'userId': userId },
35653
+ { },
35654
+ { },
35655
+ { },
35656
+ opts['body'],
35657
+ ['PureCloud OAuth'],
35658
+ ['application/json'],
35659
+ ['application/json']
35660
+ );
35661
+ }
35662
+
35513
35663
  }
35514
35664
 
35515
35665
  class MessagingApi {
35516
35666
  /**
35517
35667
  * Messaging service.
35518
35668
  * @module purecloud-platform-client-v2/api/MessagingApi
35519
- * @version 185.0.0
35669
+ * @version 186.0.1
35520
35670
  */
35521
35671
 
35522
35672
  /**
@@ -35875,7 +36025,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35875
36025
  /**
35876
36026
  * MobileDevices service.
35877
36027
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
35878
- * @version 185.0.0
36028
+ * @version 186.0.1
35879
36029
  */
35880
36030
 
35881
36031
  /**
@@ -36026,7 +36176,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36026
36176
  /**
36027
36177
  * Notifications service.
36028
36178
  * @module purecloud-platform-client-v2/api/NotificationsApi
36029
- * @version 185.0.0
36179
+ * @version 186.0.1
36030
36180
  */
36031
36181
 
36032
36182
  /**
@@ -36259,7 +36409,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36259
36409
  /**
36260
36410
  * OAuth service.
36261
36411
  * @module purecloud-platform-client-v2/api/OAuthApi
36262
- * @version 185.0.0
36412
+ * @version 186.0.1
36263
36413
  */
36264
36414
 
36265
36415
  /**
@@ -36625,7 +36775,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36625
36775
  /**
36626
36776
  * Objects service.
36627
36777
  * @module purecloud-platform-client-v2/api/ObjectsApi
36628
- * @version 185.0.0
36778
+ * @version 186.0.1
36629
36779
  */
36630
36780
 
36631
36781
  /**
@@ -36709,7 +36859,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36709
36859
  * @param {String} opts.nextPage next page token
36710
36860
  * @param {String} opts.previousPage Previous page token
36711
36861
  * @param {Boolean} opts.objectCount Include the count of objects contained in the division (default to false)
36712
- * @param {Array.<String>} opts.id Optionally request specific divisions by their IDs
36713
36862
  * @param {String} opts.name Search term to filter by division name
36714
36863
  */
36715
36864
  getAuthorizationDivisions(opts) {
@@ -36720,7 +36869,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36720
36869
  '/api/v2/authorization/divisions',
36721
36870
  'GET',
36722
36871
  { },
36723
- { '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'] },
36872
+ { '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'] },
36724
36873
  { },
36725
36874
  { },
36726
36875
  null,
@@ -36895,7 +37044,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36895
37044
  /**
36896
37045
  * OperationalEvents service.
36897
37046
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
36898
- * @version 185.0.0
37047
+ * @version 186.0.1
36899
37048
  */
36900
37049
 
36901
37050
  /**
@@ -36961,7 +37110,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36961
37110
  /**
36962
37111
  * Organization service.
36963
37112
  * @module purecloud-platform-client-v2/api/OrganizationApi
36964
- * @version 185.0.0
37113
+ * @version 186.0.1
36965
37114
  */
36966
37115
 
36967
37116
  /**
@@ -37416,7 +37565,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37416
37565
  /**
37417
37566
  * OrganizationAuthorization service.
37418
37567
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
37419
- * @version 185.0.0
37568
+ * @version 186.0.1
37420
37569
  */
37421
37570
 
37422
37571
  /**
@@ -38763,7 +38912,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38763
38912
  /**
38764
38913
  * Outbound service.
38765
38914
  * @module purecloud-platform-client-v2/api/OutboundApi
38766
- * @version 185.0.0
38915
+ * @version 186.0.1
38767
38916
  */
38768
38917
 
38769
38918
  /**
@@ -42785,7 +42934,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42785
42934
  /**
42786
42935
  * Presence service.
42787
42936
  * @module purecloud-platform-client-v2/api/PresenceApi
42788
- * @version 185.0.0
42937
+ * @version 186.0.1
42789
42938
  */
42790
42939
 
42791
42940
  /**
@@ -43524,7 +43673,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43524
43673
  /**
43525
43674
  * ProcessAutomation service.
43526
43675
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
43527
- * @version 185.0.0
43676
+ * @version 186.0.1
43528
43677
  */
43529
43678
 
43530
43679
  /**
@@ -43763,7 +43912,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43763
43912
  /**
43764
43913
  * Quality service.
43765
43914
  * @module purecloud-platform-client-v2/api/QualityApi
43766
- * @version 185.0.0
43915
+ * @version 186.0.1
43767
43916
  */
43768
43917
 
43769
43918
  /**
@@ -45356,7 +45505,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45356
45505
 
45357
45506
  /**
45358
45507
  * Update an evaluation
45359
- * The quality:evaluation:edit permission allows modification of most fields, while the quality:evaluation:editScore permission allows an evaluator to change just the question scores, and the quality:evaluation:editAgentSignoff permission allows an agent to change the agent comments and sign off on the evaluation.
45508
+ * The quality:evaluation:edit permission allows modification of most fields, while the quality:evaluation:editScore permission allows an evaluator to change just the question scores, and the quality:evaluation:editAgentSignoff permission allows an agent to change the agent comments and sign off on the evaluation. authorizedActions is not returned for this PUT request, and is only returned for GET requests to this endpoint.
45360
45509
  * @param {String} conversationId conversationId
45361
45510
  * @param {String} evaluationId evaluationId
45362
45511
  * @param {Object} body evaluation
@@ -45520,7 +45669,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45520
45669
  /**
45521
45670
  * Recording service.
45522
45671
  * @module purecloud-platform-client-v2/api/RecordingApi
45523
- * @version 185.0.0
45672
+ * @version 186.0.1
45524
45673
  */
45525
45674
 
45526
45675
  /**
@@ -47157,7 +47306,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47157
47306
  /**
47158
47307
  * ResponseManagement service.
47159
47308
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
47160
- * @version 185.0.0
47309
+ * @version 186.0.1
47161
47310
  */
47162
47311
 
47163
47312
  /**
@@ -47642,7 +47791,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47642
47791
  /**
47643
47792
  * Routing service.
47644
47793
  * @module purecloud-platform-client-v2/api/RoutingApi
47645
- * @version 185.0.0
47794
+ * @version 186.0.1
47646
47795
  */
47647
47796
 
47648
47797
  /**
@@ -49832,6 +49981,60 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49832
49981
  );
49833
49982
  }
49834
49983
 
49984
+ /**
49985
+ * Get a simplified wrap-up code.
49986
+ *
49987
+ * @param {String} codeId Wrapup Code ID
49988
+ */
49989
+ getRoutingWrapupcodesDivisionview(codeId) {
49990
+ // verify the required parameter 'codeId' is set
49991
+ if (codeId === undefined || codeId === null) {
49992
+ throw 'Missing the required parameter "codeId" when calling getRoutingWrapupcodesDivisionview';
49993
+ }
49994
+
49995
+ return this.apiClient.callApi(
49996
+ '/api/v2/routing/wrapupcodes/divisionviews/{codeId}',
49997
+ 'GET',
49998
+ { 'codeId': codeId },
49999
+ { },
50000
+ { },
50001
+ { },
50002
+ null,
50003
+ ['PureCloud OAuth'],
50004
+ ['application/json'],
50005
+ ['application/json']
50006
+ );
50007
+ }
50008
+
50009
+ /**
50010
+ * Get a paged listing of simplified wrapup code objects, filterable by name, wrapup code ID(s), or division ID(s).
50011
+ * Specifying both name and ID parameters is not supported.
50012
+ * @param {Object} opts Optional parameters
50013
+ * @param {Number} opts.pageSize Page size (default to 25)
50014
+ * @param {Number} opts.pageNumber Page number (default to 1)
50015
+ * @param {String} opts.name Name (trailing asterisks allowed)
50016
+ * @param {Array.<String>} opts.id Wrapup code ID(s)
50017
+ * @param {Array.<String>} opts.divisionId Division ID(s)
50018
+ * @param {Object} opts.includeState Wrapup code state(s) to include
50019
+ */
50020
+ getRoutingWrapupcodesDivisionviews(opts) {
50021
+ opts = opts || {};
50022
+
50023
+
50024
+ return this.apiClient.callApi(
50025
+ '/api/v2/routing/wrapupcodes/divisionviews',
50026
+ 'GET',
50027
+ { },
50028
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'divisionId': this.apiClient.buildCollectionParam(opts['divisionId'], 'multi'),'includeState': opts['includeState'] },
50029
+ { },
50030
+ { },
50031
+ null,
50032
+ ['PureCloud OAuth'],
50033
+ ['application/json'],
50034
+ ['application/json']
50035
+ );
50036
+ }
50037
+
49835
50038
  /**
49836
50039
  * Get queues for user
49837
50040
  *
@@ -50233,6 +50436,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50233
50436
  );
50234
50437
  }
50235
50438
 
50439
+ /**
50440
+ * Patch Transcription Settings
50441
+ *
50442
+ * @param {Object} body Organization Settings
50443
+ */
50444
+ patchRoutingSettingsTranscription(body) {
50445
+ // verify the required parameter 'body' is set
50446
+ if (body === undefined || body === null) {
50447
+ throw 'Missing the required parameter "body" when calling patchRoutingSettingsTranscription';
50448
+ }
50449
+
50450
+ return this.apiClient.callApi(
50451
+ '/api/v2/routing/settings/transcription',
50452
+ 'PATCH',
50453
+ { },
50454
+ { },
50455
+ { },
50456
+ { },
50457
+ body,
50458
+ ['PureCloud OAuth'],
50459
+ ['application/json'],
50460
+ ['application/json']
50461
+ );
50462
+ }
50463
+
50236
50464
  /**
50237
50465
  * Update skill group definition
50238
50466
  *
@@ -50971,7 +51199,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50971
51199
  * Imports a phone number for SMS
50972
51200
  *
50973
51201
  * @param {Object} body SmsPhoneNumber
50974
- * postRoutingSmsPhonenumbersImport is a preview method and is subject to both breaking and non-breaking changes at any time without notice
50975
51202
  */
50976
51203
  postRoutingSmsPhonenumbersImport(body) {
50977
51204
  // verify the required parameter 'body' is set
@@ -51517,7 +51744,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51517
51744
  /**
51518
51745
  * SCIM service.
51519
51746
  * @module purecloud-platform-client-v2/api/SCIMApi
51520
- * @version 185.0.0
51747
+ * @version 186.0.1
51521
51748
  */
51522
51749
 
51523
51750
  /**
@@ -52394,7 +52621,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52394
52621
  /**
52395
52622
  * Scripts service.
52396
52623
  * @module purecloud-platform-client-v2/api/ScriptsApi
52397
- * @version 185.0.0
52624
+ * @version 186.0.1
52398
52625
  */
52399
52626
 
52400
52627
  /**
@@ -52838,7 +53065,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52838
53065
  /**
52839
53066
  * Search service.
52840
53067
  * @module purecloud-platform-client-v2/api/SearchApi
52841
- * @version 185.0.0
53068
+ * @version 186.0.1
52842
53069
  */
52843
53070
 
52844
53071
  /**
@@ -53527,7 +53754,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53527
53754
  /**
53528
53755
  * Settings service.
53529
53756
  * @module purecloud-platform-client-v2/api/SettingsApi
53530
- * @version 185.0.0
53757
+ * @version 186.0.1
53531
53758
  */
53532
53759
 
53533
53760
  /**
@@ -53592,7 +53819,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53592
53819
  /**
53593
53820
  * SpeechTextAnalytics service.
53594
53821
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
53595
- * @version 185.0.0
53822
+ * @version 186.0.1
53596
53823
  */
53597
53824
 
53598
53825
  /**
@@ -54705,7 +54932,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54705
54932
  /**
54706
54933
  * Stations service.
54707
54934
  * @module purecloud-platform-client-v2/api/StationsApi
54708
- * @version 185.0.0
54935
+ * @version 186.0.1
54709
54936
  */
54710
54937
 
54711
54938
  /**
@@ -54807,7 +55034,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54807
55034
  /**
54808
55035
  * Suggest service.
54809
55036
  * @module purecloud-platform-client-v2/api/SuggestApi
54810
- * @version 185.0.0
55037
+ * @version 186.0.1
54811
55038
  */
54812
55039
 
54813
55040
  /**
@@ -54946,7 +55173,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54946
55173
  /**
54947
55174
  * TaskManagement service.
54948
55175
  * @module purecloud-platform-client-v2/api/TaskManagementApi
54949
- * @version 185.0.0
55176
+ * @version 186.0.1
54950
55177
  */
54951
55178
 
54952
55179
  /**
@@ -56227,7 +56454,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56227
56454
  /**
56228
56455
  * Teams service.
56229
56456
  * @module purecloud-platform-client-v2/api/TeamsApi
56230
- * @version 185.0.0
56457
+ * @version 186.0.1
56231
56458
  */
56232
56459
 
56233
56460
  /**
@@ -56529,7 +56756,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56529
56756
  /**
56530
56757
  * Telephony service.
56531
56758
  * @module purecloud-platform-client-v2/api/TelephonyApi
56532
- * @version 185.0.0
56759
+ * @version 186.0.1
56533
56760
  */
56534
56761
 
56535
56762
  /**
@@ -56568,7 +56795,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56568
56795
  * Get a SIP message.
56569
56796
  * Get the raw form of the SIP message
56570
56797
  * @param {String} conversationId Conversation id
56571
- * getTelephonySipmessagesConversation is a preview method and is subject to both breaking and non-breaking changes at any time without notice
56572
56798
  */
56573
56799
  getTelephonySipmessagesConversation(conversationId) {
56574
56800
  // verify the required parameter 'conversationId' is set
@@ -56596,7 +56822,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56596
56822
  * @param {String} conversationId Conversation id
56597
56823
  * @param {Object} opts Optional parameters
56598
56824
  * @param {Array.<String>} opts.keys comma-separated list of header identifiers to query. e.g. ruri,to,from
56599
- * getTelephonySipmessagesConversationHeaders is a preview method and is subject to both breaking and non-breaking changes at any time without notice
56600
56825
  */
56601
56826
  getTelephonySipmessagesConversationHeaders(conversationId, opts) {
56602
56827
  opts = opts || {};
@@ -56713,7 +56938,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56713
56938
  /**
56714
56939
  * TelephonyProvidersEdge service.
56715
56940
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
56716
- * @version 185.0.0
56941
+ * @version 186.0.1
56717
56942
  */
56718
56943
 
56719
56944
  /**
@@ -57902,7 +58127,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57902
58127
  * @param {Array.<String>} opts.id ID of the Extension Pools to filter by.
57903
58128
  * @param {String} opts.name Name of the Extension Pools to filter by.
57904
58129
  * @param {Array.<String>} opts.divisionId List of divisionIds on which to filter.
57905
- * getTelephonyProvidersEdgesExtensionpoolsDivisionviews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
57906
58130
  */
57907
58131
  getTelephonyProvidersEdgesExtensionpoolsDivisionviews(opts) {
57908
58132
  opts = opts || {};
@@ -58674,6 +58898,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58674
58898
  * @param {String} opts.name Name
58675
58899
  * @param {String} opts.locationId Location Id
58676
58900
  * @param {Boolean} opts.managed Filter by managed
58901
+ * @param {Array.<String>} opts.expand Fields to expand in the response, comma-separated
58677
58902
  */
58678
58903
  getTelephonyProvidersEdgesSites(opts) {
58679
58904
  opts = opts || {};
@@ -58683,7 +58908,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58683
58908
  '/api/v2/telephony/providers/edges/sites',
58684
58909
  'GET',
58685
58910
  { },
58686
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'],'location.id': opts['locationId'],'managed': opts['managed'] },
58911
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'],'location.id': opts['locationId'],'managed': opts['managed'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
58687
58912
  { },
58688
58913
  { },
58689
58914
  null,
@@ -60088,7 +60313,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60088
60313
  /**
60089
60314
  * Textbots service.
60090
60315
  * @module purecloud-platform-client-v2/api/TextbotsApi
60091
- * @version 185.0.0
60316
+ * @version 186.0.1
60092
60317
  */
60093
60318
 
60094
60319
  /**
@@ -60216,7 +60441,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60216
60441
  /**
60217
60442
  * Tokens service.
60218
60443
  * @module purecloud-platform-client-v2/api/TokensApi
60219
- * @version 185.0.0
60444
+ * @version 186.0.1
60220
60445
  */
60221
60446
 
60222
60447
  /**
@@ -60372,7 +60597,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60372
60597
  /**
60373
60598
  * Uploads service.
60374
60599
  * @module purecloud-platform-client-v2/api/UploadsApi
60375
- * @version 185.0.0
60600
+ * @version 186.0.1
60376
60601
  */
60377
60602
 
60378
60603
  /**
@@ -60548,7 +60773,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60548
60773
  /**
60549
60774
  * Usage service.
60550
60775
  * @module purecloud-platform-client-v2/api/UsageApi
60551
- * @version 185.0.0
60776
+ * @version 186.0.1
60552
60777
  */
60553
60778
 
60554
60779
  /**
@@ -60758,7 +60983,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60758
60983
  /**
60759
60984
  * UserRecordings service.
60760
60985
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
60761
- * @version 185.0.0
60986
+ * @version 186.0.1
60762
60987
  */
60763
60988
 
60764
60989
  /**
@@ -60943,7 +61168,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60943
61168
  /**
60944
61169
  * Users service.
60945
61170
  * @module purecloud-platform-client-v2/api/UsersApi
60946
- * @version 185.0.0
61171
+ * @version 186.0.1
60947
61172
  */
60948
61173
 
60949
61174
  /**
@@ -63594,7 +63819,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63594
63819
  /**
63595
63820
  * Utilities service.
63596
63821
  * @module purecloud-platform-client-v2/api/UtilitiesApi
63597
- * @version 185.0.0
63822
+ * @version 186.0.1
63598
63823
  */
63599
63824
 
63600
63825
  /**
@@ -63705,7 +63930,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63705
63930
  /**
63706
63931
  * Voicemail service.
63707
63932
  * @module purecloud-platform-client-v2/api/VoicemailApi
63708
- * @version 185.0.0
63933
+ * @version 186.0.1
63709
63934
  */
63710
63935
 
63711
63936
  /**
@@ -64372,7 +64597,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64372
64597
  /**
64373
64598
  * WebChat service.
64374
64599
  * @module purecloud-platform-client-v2/api/WebChatApi
64375
- * @version 185.0.0
64600
+ * @version 186.0.1
64376
64601
  */
64377
64602
 
64378
64603
  /**
@@ -64921,7 +65146,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64921
65146
  /**
64922
65147
  * WebDeployments service.
64923
65148
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
64924
- * @version 185.0.0
65149
+ * @version 186.0.1
64925
65150
  */
64926
65151
 
64927
65152
  /**
@@ -65448,7 +65673,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65448
65673
  /**
65449
65674
  * WebMessaging service.
65450
65675
  * @module purecloud-platform-client-v2/api/WebMessagingApi
65451
- * @version 185.0.0
65676
+ * @version 186.0.1
65452
65677
  */
65453
65678
 
65454
65679
  /**
@@ -65494,7 +65719,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65494
65719
  /**
65495
65720
  * Widgets service.
65496
65721
  * @module purecloud-platform-client-v2/api/WidgetsApi
65497
- * @version 185.0.0
65722
+ * @version 186.0.1
65498
65723
  */
65499
65724
 
65500
65725
  /**
@@ -65640,7 +65865,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65640
65865
  /**
65641
65866
  * WorkforceManagement service.
65642
65867
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
65643
- * @version 185.0.0
65868
+ * @version 186.0.1
65644
65869
  */
65645
65870
 
65646
65871
  /**
@@ -71035,7 +71260,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
71035
71260
  * </pre>
71036
71261
  * </p>
71037
71262
  * @module purecloud-platform-client-v2/index
71038
- * @version 185.0.0
71263
+ * @version 186.0.1
71039
71264
  */
71040
71265
  class platformClient {
71041
71266
  constructor() {