purecloud-platform-client-v2 191.0.0 → 192.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 +417 -168
  3. package/dist/web-amd/purecloud-platform-client-v2.js +417 -168
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +203 -126
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +251 -161
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +438 -247
  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 +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +13 -5
  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 +127 -39
  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 +30 -16
  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 +45 -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 +3 -2
  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 +22 -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 +4 -3
  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 +3 -3
  57. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +2 -2
  66. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +79 -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 -22
  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 +1 -1
  75. package/src/purecloud-platform-client-v2/api/UsageApi.js +8 -3
  76. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UsersApi.js +13 -5
  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 +5 -3
  81. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -402,7 +402,7 @@ class Configuration {
402
402
 
403
403
  /**
404
404
  * @module purecloud-platform-client-v2/ApiClient
405
- * @version 191.0.0
405
+ * @version 192.0.0
406
406
  */
407
407
  class ApiClient {
408
408
  /**
@@ -1821,7 +1821,7 @@ class AlertingApi {
1821
1821
  /**
1822
1822
  * Alerting service.
1823
1823
  * @module purecloud-platform-client-v2/api/AlertingApi
1824
- * @version 191.0.0
1824
+ * @version 192.0.0
1825
1825
  */
1826
1826
 
1827
1827
  /**
@@ -2482,7 +2482,7 @@ class AnalyticsApi {
2482
2482
  /**
2483
2483
  * Analytics service.
2484
2484
  * @module purecloud-platform-client-v2/api/AnalyticsApi
2485
- * @version 191.0.0
2485
+ * @version 192.0.0
2486
2486
  */
2487
2487
 
2488
2488
  /**
@@ -5256,7 +5256,7 @@ class ArchitectApi {
5256
5256
  /**
5257
5257
  * Architect service.
5258
5258
  * @module purecloud-platform-client-v2/api/ArchitectApi
5259
- * @version 191.0.0
5259
+ * @version 192.0.0
5260
5260
  */
5261
5261
 
5262
5262
  /**
@@ -9402,7 +9402,7 @@ class AuditApi {
9402
9402
  /**
9403
9403
  * Audit service.
9404
9404
  * @module purecloud-platform-client-v2/api/AuditApi
9405
- * @version 191.0.0
9405
+ * @version 192.0.0
9406
9406
  */
9407
9407
 
9408
9408
  /**
@@ -9573,7 +9573,7 @@ class AuthorizationApi {
9573
9573
  /**
9574
9574
  * Authorization service.
9575
9575
  * @module purecloud-platform-client-v2/api/AuthorizationApi
9576
- * @version 191.0.0
9576
+ * @version 192.0.0
9577
9577
  */
9578
9578
 
9579
9579
  /**
@@ -10133,8 +10133,12 @@ class AuthorizationApi {
10133
10133
  * Returns a listing of roles and permissions for a user.
10134
10134
  *
10135
10135
  * @param {String} subjectId Subject ID (user or group)
10136
+ * @param {Object} opts Optional parameters
10137
+ * @param {Object} opts.includeDuplicates Include multiple entries with the same role and division but different subjects (default to false)
10136
10138
  */
10137
- getAuthorizationSubject(subjectId) {
10139
+ getAuthorizationSubject(subjectId, opts) {
10140
+ opts = opts || {};
10141
+
10138
10142
  // verify the required parameter 'subjectId' is set
10139
10143
  if (subjectId === undefined || subjectId === null) {
10140
10144
  throw 'Missing the required parameter "subjectId" when calling getAuthorizationSubject';
@@ -10144,7 +10148,7 @@ class AuthorizationApi {
10144
10148
  '/api/v2/authorization/subjects/{subjectId}',
10145
10149
  'GET',
10146
10150
  { 'subjectId': subjectId },
10147
- { },
10151
+ { 'includeDuplicates': opts['includeDuplicates'] },
10148
10152
  { },
10149
10153
  { },
10150
10154
  null,
@@ -10157,14 +10161,18 @@ class AuthorizationApi {
10157
10161
  /**
10158
10162
  * Returns a listing of roles and permissions for the currently authenticated user.
10159
10163
  *
10164
+ * @param {Object} opts Optional parameters
10165
+ * @param {Object} opts.includeDuplicates Include multiple entries with the same role and division but different subjects (default to false)
10160
10166
  */
10161
- getAuthorizationSubjectsMe() {
10167
+ getAuthorizationSubjectsMe(opts) {
10168
+ opts = opts || {};
10169
+
10162
10170
 
10163
10171
  return this.apiClient.callApi(
10164
10172
  '/api/v2/authorization/subjects/me',
10165
10173
  'GET',
10166
10174
  { },
10167
- { },
10175
+ { 'includeDuplicates': opts['includeDuplicates'] },
10168
10176
  { },
10169
10177
  { },
10170
10178
  null,
@@ -10803,7 +10811,7 @@ class BillingApi {
10803
10811
  /**
10804
10812
  * Billing service.
10805
10813
  * @module purecloud-platform-client-v2/api/BillingApi
10806
- * @version 191.0.0
10814
+ * @version 192.0.0
10807
10815
  */
10808
10816
 
10809
10817
  /**
@@ -10883,7 +10891,7 @@ class CarrierServicesApi {
10883
10891
  /**
10884
10892
  * CarrierServices service.
10885
10893
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
10886
- * @version 191.0.0
10894
+ * @version 192.0.0
10887
10895
  */
10888
10896
 
10889
10897
  /**
@@ -10953,7 +10961,7 @@ class ChatApi {
10953
10961
  /**
10954
10962
  * Chat service.
10955
10963
  * @module purecloud-platform-client-v2/api/ChatApi
10956
- * @version 191.0.0
10964
+ * @version 192.0.0
10957
10965
  */
10958
10966
 
10959
10967
  /**
@@ -10999,25 +11007,25 @@ class ChatApi {
10999
11007
  }
11000
11008
 
11001
11009
  /**
11002
- * Remove a user from a room.
11010
+ * Remove a pinned message from a room
11003
11011
  *
11004
11012
  * @param {String} roomJid roomJid
11005
- * @param {String} userId userId
11013
+ * @param {String} pinnedMessageId pinnedMessageId
11006
11014
  */
11007
- deleteChatsRoomParticipant(roomJid, userId) {
11015
+ deleteChatsRoomMessagesPin(roomJid, pinnedMessageId) {
11008
11016
  // verify the required parameter 'roomJid' is set
11009
11017
  if (roomJid === undefined || roomJid === null) {
11010
- throw 'Missing the required parameter "roomJid" when calling deleteChatsRoomParticipant';
11018
+ throw 'Missing the required parameter "roomJid" when calling deleteChatsRoomMessagesPin';
11011
11019
  }
11012
- // verify the required parameter 'userId' is set
11013
- if (userId === undefined || userId === null) {
11014
- throw 'Missing the required parameter "userId" when calling deleteChatsRoomParticipant';
11020
+ // verify the required parameter 'pinnedMessageId' is set
11021
+ if (pinnedMessageId === undefined || pinnedMessageId === null) {
11022
+ throw 'Missing the required parameter "pinnedMessageId" when calling deleteChatsRoomMessagesPin';
11015
11023
  }
11016
11024
 
11017
11025
  return this.apiClient.callApi(
11018
- '/api/v2/chats/rooms/{roomJid}/participants/{userId}',
11026
+ '/api/v2/chats/rooms/{roomJid}/messages/pins/{pinnedMessageId}',
11019
11027
  'DELETE',
11020
- { 'roomJid': roomJid,'userId': userId },
11028
+ { 'roomJid': roomJid,'pinnedMessageId': pinnedMessageId },
11021
11029
  { },
11022
11030
  { },
11023
11031
  { },
@@ -11029,25 +11037,25 @@ class ChatApi {
11029
11037
  }
11030
11038
 
11031
11039
  /**
11032
- * Remove a pinned message from a room
11040
+ * Remove a user from a room.
11033
11041
  *
11034
11042
  * @param {String} roomJid roomJid
11035
- * @param {String} pinnedMessageId pinnedMessageId
11043
+ * @param {String} userId userId
11036
11044
  */
11037
- deleteChatsRoomPinnedmessage(roomJid, pinnedMessageId) {
11045
+ deleteChatsRoomParticipant(roomJid, userId) {
11038
11046
  // verify the required parameter 'roomJid' is set
11039
11047
  if (roomJid === undefined || roomJid === null) {
11040
- throw 'Missing the required parameter "roomJid" when calling deleteChatsRoomPinnedmessage';
11048
+ throw 'Missing the required parameter "roomJid" when calling deleteChatsRoomParticipant';
11041
11049
  }
11042
- // verify the required parameter 'pinnedMessageId' is set
11043
- if (pinnedMessageId === undefined || pinnedMessageId === null) {
11044
- throw 'Missing the required parameter "pinnedMessageId" when calling deleteChatsRoomPinnedmessage';
11050
+ // verify the required parameter 'userId' is set
11051
+ if (userId === undefined || userId === null) {
11052
+ throw 'Missing the required parameter "userId" when calling deleteChatsRoomParticipant';
11045
11053
  }
11046
11054
 
11047
11055
  return this.apiClient.callApi(
11048
- '/api/v2/chats/rooms/{roomJid}/pinnedmessages/{pinnedMessageId}',
11056
+ '/api/v2/chats/rooms/{roomJid}/participants/{userId}',
11049
11057
  'DELETE',
11050
- { 'roomJid': roomJid,'pinnedMessageId': pinnedMessageId },
11058
+ { 'roomJid': roomJid,'userId': userId },
11051
11059
  { },
11052
11060
  { },
11053
11061
  { },
@@ -11088,6 +11096,37 @@ class ChatApi {
11088
11096
  );
11089
11097
  }
11090
11098
 
11099
+ /**
11100
+ * Remove a pinned message from a 1on1
11101
+ *
11102
+ * @param {String} userId userId
11103
+ * @param {String} pinnedMessageId pinnedMessageId
11104
+ * deleteChatsUserMessagesPin is a preview method and is subject to both breaking and non-breaking changes at any time without notice
11105
+ */
11106
+ deleteChatsUserMessagesPin(userId, pinnedMessageId) {
11107
+ // verify the required parameter 'userId' is set
11108
+ if (userId === undefined || userId === null) {
11109
+ throw 'Missing the required parameter "userId" when calling deleteChatsUserMessagesPin';
11110
+ }
11111
+ // verify the required parameter 'pinnedMessageId' is set
11112
+ if (pinnedMessageId === undefined || pinnedMessageId === null) {
11113
+ throw 'Missing the required parameter "pinnedMessageId" when calling deleteChatsUserMessagesPin';
11114
+ }
11115
+
11116
+ return this.apiClient.callApi(
11117
+ '/api/v2/chats/users/{userId}/messages/pins/{pinnedMessageId}',
11118
+ 'DELETE',
11119
+ { 'userId': userId,'pinnedMessageId': pinnedMessageId },
11120
+ { },
11121
+ { },
11122
+ { },
11123
+ null,
11124
+ ['PureCloud OAuth'],
11125
+ ['application/json'],
11126
+ ['application/json']
11127
+ );
11128
+ }
11129
+
11091
11130
  /**
11092
11131
  * Get a message
11093
11132
  *
@@ -11305,6 +11344,32 @@ class ChatApi {
11305
11344
  );
11306
11345
  }
11307
11346
 
11347
+ /**
11348
+ * Get information for a 1on1
11349
+ *
11350
+ * @param {String} userId userId
11351
+ * getChatsUser is a preview method and is subject to both breaking and non-breaking changes at any time without notice
11352
+ */
11353
+ getChatsUser(userId) {
11354
+ // verify the required parameter 'userId' is set
11355
+ if (userId === undefined || userId === null) {
11356
+ throw 'Missing the required parameter "userId" when calling getChatsUser';
11357
+ }
11358
+
11359
+ return this.apiClient.callApi(
11360
+ '/api/v2/chats/users/{userId}',
11361
+ 'GET',
11362
+ { 'userId': userId },
11363
+ { },
11364
+ { },
11365
+ { },
11366
+ null,
11367
+ ['PureCloud OAuth'],
11368
+ ['application/json'],
11369
+ ['application/json']
11370
+ );
11371
+ }
11372
+
11308
11373
  /**
11309
11374
  * Get messages by id(s) from a 1on1
11310
11375
  *
@@ -11579,29 +11644,29 @@ class ChatApi {
11579
11644
  }
11580
11645
 
11581
11646
  /**
11582
- * Join a room
11647
+ * Add pinned messages for a room, up to a maximum of 5 pinned messages
11583
11648
  *
11584
11649
  * @param {String} roomJid roomJid
11585
- * @param {String} userId userId
11650
+ * @param {Object} body Pinned Message Ids
11586
11651
  */
11587
- postChatsRoomParticipant(roomJid, userId) {
11652
+ postChatsRoomMessagesPins(roomJid, body) {
11588
11653
  // verify the required parameter 'roomJid' is set
11589
11654
  if (roomJid === undefined || roomJid === null) {
11590
- throw 'Missing the required parameter "roomJid" when calling postChatsRoomParticipant';
11655
+ throw 'Missing the required parameter "roomJid" when calling postChatsRoomMessagesPins';
11591
11656
  }
11592
- // verify the required parameter 'userId' is set
11593
- if (userId === undefined || userId === null) {
11594
- throw 'Missing the required parameter "userId" when calling postChatsRoomParticipant';
11657
+ // verify the required parameter 'body' is set
11658
+ if (body === undefined || body === null) {
11659
+ throw 'Missing the required parameter "body" when calling postChatsRoomMessagesPins';
11595
11660
  }
11596
11661
 
11597
11662
  return this.apiClient.callApi(
11598
- '/api/v2/chats/rooms/{roomJid}/participants/{userId}',
11663
+ '/api/v2/chats/rooms/{roomJid}/messages/pins',
11599
11664
  'POST',
11600
- { 'roomJid': roomJid,'userId': userId },
11665
+ { 'roomJid': roomJid },
11601
11666
  { },
11602
11667
  { },
11603
11668
  { },
11604
- null,
11669
+ body,
11605
11670
  ['PureCloud OAuth'],
11606
11671
  ['application/json'],
11607
11672
  ['application/json']
@@ -11609,29 +11674,29 @@ class ChatApi {
11609
11674
  }
11610
11675
 
11611
11676
  /**
11612
- * Add pinned messages for a room, up to a maximum of 5 pinned messages
11677
+ * Join a room
11613
11678
  *
11614
11679
  * @param {String} roomJid roomJid
11615
- * @param {Object} body Pinned Message Ids
11680
+ * @param {String} userId userId
11616
11681
  */
11617
- postChatsRoomPinnedmessages(roomJid, body) {
11682
+ postChatsRoomParticipant(roomJid, userId) {
11618
11683
  // verify the required parameter 'roomJid' is set
11619
11684
  if (roomJid === undefined || roomJid === null) {
11620
- throw 'Missing the required parameter "roomJid" when calling postChatsRoomPinnedmessages';
11685
+ throw 'Missing the required parameter "roomJid" when calling postChatsRoomParticipant';
11621
11686
  }
11622
- // verify the required parameter 'body' is set
11623
- if (body === undefined || body === null) {
11624
- throw 'Missing the required parameter "body" when calling postChatsRoomPinnedmessages';
11687
+ // verify the required parameter 'userId' is set
11688
+ if (userId === undefined || userId === null) {
11689
+ throw 'Missing the required parameter "userId" when calling postChatsRoomParticipant';
11625
11690
  }
11626
11691
 
11627
11692
  return this.apiClient.callApi(
11628
- '/api/v2/chats/rooms/{roomJid}/pinnedmessages',
11693
+ '/api/v2/chats/rooms/{roomJid}/participants/{userId}',
11629
11694
  'POST',
11630
- { 'roomJid': roomJid },
11695
+ { 'roomJid': roomJid,'userId': userId },
11631
11696
  { },
11632
11697
  { },
11633
11698
  { },
11634
- body,
11699
+ null,
11635
11700
  ['PureCloud OAuth'],
11636
11701
  ['application/json'],
11637
11702
  ['application/json']
@@ -11693,6 +11758,37 @@ class ChatApi {
11693
11758
  );
11694
11759
  }
11695
11760
 
11761
+ /**
11762
+ * Add pinned messages for a 1on1, up to a maximum of 5 pinned messages
11763
+ *
11764
+ * @param {String} userId userId
11765
+ * @param {Object} body Pinned Message Ids
11766
+ * postChatsUserMessagesPins is a preview method and is subject to both breaking and non-breaking changes at any time without notice
11767
+ */
11768
+ postChatsUserMessagesPins(userId, body) {
11769
+ // verify the required parameter 'userId' is set
11770
+ if (userId === undefined || userId === null) {
11771
+ throw 'Missing the required parameter "userId" when calling postChatsUserMessagesPins';
11772
+ }
11773
+ // verify the required parameter 'body' is set
11774
+ if (body === undefined || body === null) {
11775
+ throw 'Missing the required parameter "body" when calling postChatsUserMessagesPins';
11776
+ }
11777
+
11778
+ return this.apiClient.callApi(
11779
+ '/api/v2/chats/users/{userId}/messages/pins',
11780
+ 'POST',
11781
+ { 'userId': userId },
11782
+ { },
11783
+ { },
11784
+ { },
11785
+ body,
11786
+ ['PureCloud OAuth'],
11787
+ ['application/json'],
11788
+ ['application/json']
11789
+ );
11790
+ }
11791
+
11696
11792
  /**
11697
11793
  * Update reactions to a message
11698
11794
  *
@@ -11754,7 +11850,7 @@ class CoachingApi {
11754
11850
  /**
11755
11851
  * Coaching service.
11756
11852
  * @module purecloud-platform-client-v2/api/CoachingApi
11757
- * @version 191.0.0
11853
+ * @version 192.0.0
11758
11854
  */
11759
11855
 
11760
11856
  /**
@@ -12331,7 +12427,7 @@ class ContentManagementApi {
12331
12427
  /**
12332
12428
  * ContentManagement service.
12333
12429
  * @module purecloud-platform-client-v2/api/ContentManagementApi
12334
- * @version 191.0.0
12430
+ * @version 192.0.0
12335
12431
  */
12336
12432
 
12337
12433
  /**
@@ -13413,7 +13509,7 @@ class ConversationsApi {
13413
13509
  /**
13414
13510
  * Conversations service.
13415
13511
  * @module purecloud-platform-client-v2/api/ConversationsApi
13416
- * @version 191.0.0
13512
+ * @version 192.0.0
13417
13513
  */
13418
13514
 
13419
13515
  /**
@@ -14788,12 +14884,13 @@ class ConversationsApi {
14788
14884
 
14789
14885
  /**
14790
14886
  * Get the wrap-up for this conversation communication.
14791
- *
14887
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
14792
14888
  * @param {String} conversationId conversationId
14793
14889
  * @param {String} participantId participantId
14794
14890
  * @param {String} communicationId communicationId
14795
14891
  * @param {Object} opts Optional parameters
14796
14892
  * @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
14893
+ * @deprecated
14797
14894
  */
14798
14895
  getConversationsCobrowsesessionParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
14799
14896
  opts = opts || {};
@@ -14827,11 +14924,12 @@ class ConversationsApi {
14827
14924
 
14828
14925
  /**
14829
14926
  * Get the wrap-up for this conversation participant.
14830
- *
14927
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
14831
14928
  * @param {String} conversationId conversationId
14832
14929
  * @param {String} participantId participantId
14833
14930
  * @param {Object} opts Optional parameters
14834
14931
  * @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
14932
+ * @deprecated
14835
14933
  */
14836
14934
  getConversationsCobrowsesessionParticipantWrapup(conversationId, participantId, opts) {
14837
14935
  opts = opts || {};
@@ -14861,9 +14959,10 @@ class ConversationsApi {
14861
14959
 
14862
14960
  /**
14863
14961
  * Get list of wrapup codes for this conversation participant
14864
- *
14962
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
14865
14963
  * @param {String} conversationId conversationId
14866
14964
  * @param {String} participantId participantId
14965
+ * @deprecated
14867
14966
  */
14868
14967
  getConversationsCobrowsesessionParticipantWrapupcodes(conversationId, participantId) {
14869
14968
  // verify the required parameter 'conversationId' is set
@@ -15989,12 +16088,13 @@ class ConversationsApi {
15989
16088
  }
15990
16089
 
15991
16090
  /**
15992
- * Get a list of Messaging Stickers
15993
- *
16091
+ * Get a list of Messaging Stickers (Deprecated)
16092
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-line-third-party-messaging-channel/
15994
16093
  * @param {Object} messengerType Messenger Type
15995
16094
  * @param {Object} opts Optional parameters
15996
16095
  * @param {Number} opts.pageSize Page size (default to 25)
15997
16096
  * @param {Number} opts.pageNumber Page number (default to 1)
16097
+ * @deprecated
15998
16098
  */
15999
16099
  getConversationsMessagingSticker(messengerType, opts) {
16000
16100
  opts = opts || {};
@@ -16110,12 +16210,13 @@ class ConversationsApi {
16110
16210
 
16111
16211
  /**
16112
16212
  * Get the wrap-up for this conversation communication.
16113
- *
16213
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
16114
16214
  * @param {String} conversationId conversationId
16115
16215
  * @param {String} participantId participantId
16116
16216
  * @param {String} communicationId communicationId
16117
16217
  * @param {Object} opts Optional parameters
16118
16218
  * @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
16219
+ * @deprecated
16119
16220
  */
16120
16221
  getConversationsScreenshareParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
16121
16222
  opts = opts || {};
@@ -16919,9 +17020,10 @@ class ConversationsApi {
16919
17020
 
16920
17021
  /**
16921
17022
  * Update a conversation by disconnecting all of the participants
16922
- *
17023
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
16923
17024
  * @param {String} conversationId conversationId
16924
17025
  * @param {Object} body Conversation
17026
+ * @deprecated
16925
17027
  */
16926
17028
  patchConversationsCobrowsesession(conversationId, body) {
16927
17029
  // verify the required parameter 'conversationId' is set
@@ -16949,11 +17051,12 @@ class ConversationsApi {
16949
17051
 
16950
17052
  /**
16951
17053
  * Update conversation participant
16952
- *
17054
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
16953
17055
  * @param {String} conversationId conversationId
16954
17056
  * @param {String} participantId participantId
16955
17057
  * @param {Object} opts Optional parameters
16956
17058
  * @param {Object} opts.body
17059
+ * @deprecated
16957
17060
  */
16958
17061
  patchConversationsCobrowsesessionParticipant(conversationId, participantId, opts) {
16959
17062
  opts = opts || {};
@@ -16983,11 +17086,12 @@ class ConversationsApi {
16983
17086
 
16984
17087
  /**
16985
17088
  * Update the attributes on a conversation participant.
16986
- *
17089
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
16987
17090
  * @param {String} conversationId conversationId
16988
17091
  * @param {String} participantId participantId
16989
17092
  * @param {Object} opts Optional parameters
16990
17093
  * @param {Object} opts.body
17094
+ * @deprecated
16991
17095
  */
16992
17096
  patchConversationsCobrowsesessionParticipantAttributes(conversationId, participantId, opts) {
16993
17097
  opts = opts || {};
@@ -17017,11 +17121,12 @@ class ConversationsApi {
17017
17121
 
17018
17122
  /**
17019
17123
  * Update conversation participant's communication by disconnecting it.
17020
- *
17124
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
17021
17125
  * @param {String} conversationId conversationId
17022
17126
  * @param {String} participantId participantId
17023
17127
  * @param {String} communicationId communicationId
17024
17128
  * @param {Object} body Participant
17129
+ * @deprecated
17025
17130
  */
17026
17131
  patchConversationsCobrowsesessionParticipantCommunication(conversationId, participantId, communicationId, body) {
17027
17132
  // verify the required parameter 'conversationId' is set
@@ -18879,12 +18984,13 @@ class ConversationsApi {
18879
18984
 
18880
18985
  /**
18881
18986
  * Apply wrap-up for this conversation communication
18882
- *
18987
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
18883
18988
  * @param {String} conversationId conversationId
18884
18989
  * @param {String} participantId participantId
18885
18990
  * @param {String} communicationId communicationId
18886
18991
  * @param {Object} opts Optional parameters
18887
18992
  * @param {Object} opts.body Wrap-up
18993
+ * @deprecated
18888
18994
  */
18889
18995
  postConversationsCobrowsesessionParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
18890
18996
  opts = opts || {};
@@ -18918,11 +19024,12 @@ class ConversationsApi {
18918
19024
 
18919
19025
  /**
18920
19026
  * Replace this participant with the specified user and/or address
18921
- *
19027
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
18922
19028
  * @param {String} conversationId conversationId
18923
19029
  * @param {String} participantId participantId
18924
19030
  * @param {Object} opts Optional parameters
18925
19031
  * @param {Object} opts.body
19032
+ * @deprecated
18926
19033
  */
18927
19034
  postConversationsCobrowsesessionParticipantReplace(conversationId, participantId, opts) {
18928
19035
  opts = opts || {};
@@ -19619,8 +19726,9 @@ class ConversationsApi {
19619
19726
 
19620
19727
  /**
19621
19728
  * Send an inbound Open Message
19622
- * Send an inbound message to an Open Messaging integration. In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. This will either generate a new Conversation, or be a part of an existing conversation. See https://developer.genesys.cloud/api/digital/openmessaging/ for example usage.
19729
+ * [This API is deprecated. Instead, use 1. POST /api/v2/conversations/messages/{integrationId}/inbound/open/event, if you want to send an inbound Open Event Message 2. POST /api/v2/conversations/messages/{integrationId}/inbound/open/message, if you want to send an inbound Open Message 3. POST /api/v2/conversations/messages/{integrationId}/inbound/open/receipt, to send an inbound Open Receipt Message] In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. This will either generate a new Conversation, or be a part of an existing conversation. See https://developer.genesys.cloud/api/digital/openmessaging/ for example usage.
19623
19730
  * @param {Object} body NormalizedMessage
19731
+ * @deprecated
19624
19732
  */
19625
19733
  postConversationsMessagesInboundOpen(body) {
19626
19734
  // verify the required parameter 'body' is set
@@ -19897,12 +20005,13 @@ class ConversationsApi {
19897
20005
 
19898
20006
  /**
19899
20007
  * Apply wrap-up for this conversation communication
19900
- *
20008
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
19901
20009
  * @param {String} conversationId conversationId
19902
20010
  * @param {String} participantId participantId
19903
20011
  * @param {String} communicationId communicationId
19904
20012
  * @param {Object} opts Optional parameters
19905
20013
  * @param {Object} opts.body Wrap-up
20014
+ * @deprecated
19906
20015
  */
19907
20016
  postConversationsScreenshareParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
19908
20017
  opts = opts || {};
@@ -20516,9 +20625,10 @@ class ConversationsApi {
20516
20625
 
20517
20626
  /**
20518
20627
  * Update a conversation by setting its recording state
20519
- *
20628
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
20520
20629
  * @param {String} conversationId conversationId
20521
20630
  * @param {Object} body SetRecordingState
20631
+ * @deprecated
20522
20632
  */
20523
20633
  putConversationsScreenshareRecordingstate(conversationId, body) {
20524
20634
  // verify the required parameter 'conversationId' is set
@@ -20610,7 +20720,7 @@ class DataExtensionsApi {
20610
20720
  /**
20611
20721
  * DataExtensions service.
20612
20722
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
20613
- * @version 191.0.0
20723
+ * @version 192.0.0
20614
20724
  */
20615
20725
 
20616
20726
  /**
@@ -20696,7 +20806,7 @@ class DownloadsApi {
20696
20806
  /**
20697
20807
  * Downloads service.
20698
20808
  * @module purecloud-platform-client-v2/api/DownloadsApi
20699
- * @version 191.0.0
20809
+ * @version 192.0.0
20700
20810
  */
20701
20811
 
20702
20812
  /**
@@ -20748,7 +20858,7 @@ class EmailsApi {
20748
20858
  /**
20749
20859
  * Emails service.
20750
20860
  * @module purecloud-platform-client-v2/api/EmailsApi
20751
- * @version 191.0.0
20861
+ * @version 192.0.0
20752
20862
  */
20753
20863
 
20754
20864
  /**
@@ -20813,7 +20923,7 @@ class EventsApi {
20813
20923
  /**
20814
20924
  * Events service.
20815
20925
  * @module purecloud-platform-client-v2/api/EventsApi
20816
- * @version 191.0.0
20926
+ * @version 192.0.0
20817
20927
  */
20818
20928
 
20819
20929
  /**
@@ -20909,7 +21019,7 @@ class ExternalContactsApi {
20909
21019
  /**
20910
21020
  * ExternalContacts service.
20911
21021
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
20912
- * @version 191.0.0
21022
+ * @version 192.0.0
20913
21023
  */
20914
21024
 
20915
21025
  /**
@@ -22867,7 +22977,7 @@ class FaxApi {
22867
22977
  /**
22868
22978
  * Fax service.
22869
22979
  * @module purecloud-platform-client-v2/api/FaxApi
22870
- * @version 191.0.0
22980
+ * @version 192.0.0
22871
22981
  */
22872
22982
 
22873
22983
  /**
@@ -22982,6 +23092,26 @@ class FaxApi {
22982
23092
  );
22983
23093
  }
22984
23094
 
23095
+ /**
23096
+ * Get organization config for given organization
23097
+ *
23098
+ */
23099
+ getFaxSettings() {
23100
+
23101
+ return this.apiClient.callApi(
23102
+ '/api/v2/fax/settings',
23103
+ 'GET',
23104
+ { },
23105
+ { },
23106
+ { },
23107
+ { },
23108
+ null,
23109
+ ['PureCloud OAuth'],
23110
+ ['application/json'],
23111
+ ['application/json']
23112
+ );
23113
+ }
23114
+
22985
23115
  /**
22986
23116
  * Get fax summary
22987
23117
  *
@@ -23032,13 +23162,37 @@ class FaxApi {
23032
23162
  );
23033
23163
  }
23034
23164
 
23165
+ /**
23166
+ * Update/write organization config for given organization
23167
+ *
23168
+ * @param {Object} opts Optional parameters
23169
+ * @param {Object} opts.body
23170
+ */
23171
+ putFaxSettings(opts) {
23172
+ opts = opts || {};
23173
+
23174
+
23175
+ return this.apiClient.callApi(
23176
+ '/api/v2/fax/settings',
23177
+ 'PUT',
23178
+ { },
23179
+ { },
23180
+ { },
23181
+ { },
23182
+ opts['body'],
23183
+ ['PureCloud OAuth'],
23184
+ ['application/json'],
23185
+ ['application/json']
23186
+ );
23187
+ }
23188
+
23035
23189
  }
23036
23190
 
23037
23191
  class FlowsApi {
23038
23192
  /**
23039
23193
  * Flows service.
23040
23194
  * @module purecloud-platform-client-v2/api/FlowsApi
23041
- * @version 191.0.0
23195
+ * @version 192.0.0
23042
23196
  */
23043
23197
 
23044
23198
  /**
@@ -23222,7 +23376,7 @@ class GamificationApi {
23222
23376
  /**
23223
23377
  * Gamification service.
23224
23378
  * @module purecloud-platform-client-v2/api/GamificationApi
23225
- * @version 191.0.0
23379
+ * @version 192.0.0
23226
23380
  */
23227
23381
 
23228
23382
  /**
@@ -25308,7 +25462,7 @@ class GeneralDataProtectionRegulationApi {
25308
25462
  /**
25309
25463
  * GeneralDataProtectionRegulation service.
25310
25464
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
25311
- * @version 191.0.0
25465
+ * @version 192.0.0
25312
25466
  */
25313
25467
 
25314
25468
  /**
@@ -25438,7 +25592,7 @@ class GeolocationApi {
25438
25592
  /**
25439
25593
  * Geolocation service.
25440
25594
  * @module purecloud-platform-client-v2/api/GeolocationApi
25441
- * @version 191.0.0
25595
+ * @version 192.0.0
25442
25596
  */
25443
25597
 
25444
25598
  /**
@@ -25569,7 +25723,7 @@ class GreetingsApi {
25569
25723
  /**
25570
25724
  * Greetings service.
25571
25725
  * @module purecloud-platform-client-v2/api/GreetingsApi
25572
- * @version 191.0.0
25726
+ * @version 192.0.0
25573
25727
  */
25574
25728
 
25575
25729
  /**
@@ -26024,7 +26178,7 @@ class GroupsApi {
26024
26178
  /**
26025
26179
  * Groups service.
26026
26180
  * @module purecloud-platform-client-v2/api/GroupsApi
26027
- * @version 191.0.0
26181
+ * @version 192.0.0
26028
26182
  */
26029
26183
 
26030
26184
  /**
@@ -26543,7 +26697,7 @@ class IdentityProviderApi {
26543
26697
  /**
26544
26698
  * IdentityProvider service.
26545
26699
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
26546
- * @version 191.0.0
26700
+ * @version 192.0.0
26547
26701
  */
26548
26702
 
26549
26703
  /**
@@ -27404,7 +27558,7 @@ class InfrastructureAsCodeApi {
27404
27558
  /**
27405
27559
  * InfrastructureAsCode service.
27406
27560
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
27407
- * @version 191.0.0
27561
+ * @version 192.0.0
27408
27562
  */
27409
27563
 
27410
27564
  /**
@@ -27571,7 +27725,7 @@ class IntegrationsApi {
27571
27725
  /**
27572
27726
  * Integrations service.
27573
27727
  * @module purecloud-platform-client-v2/api/IntegrationsApi
27574
- * @version 191.0.0
27728
+ * @version 192.0.0
27575
27729
  */
27576
27730
 
27577
27731
  /**
@@ -28330,7 +28484,7 @@ class IntegrationsApi {
28330
28484
 
28331
28485
  /**
28332
28486
  * UC integration client application configuration.
28333
- * This endpoint returns basic UI configuration data for all Unified Communications integrations client applications enabled for the current organization.
28487
+ * Deprecated: Please use GET /integrations/unifiedcommunications/clientapps instead. This endpoint returns basic UI configuration data for all Unified Communications integrations client applications enabled for the current organization.
28334
28488
  * @param {Object} opts Optional parameters
28335
28489
  * @param {Number} opts.pageSize The total page size requested (default to 25)
28336
28490
  * @param {Number} opts.pageNumber The page number requested (default to 1)
@@ -28338,6 +28492,7 @@ class IntegrationsApi {
28338
28492
  * @param {Array.<String>} opts.expand variable name requested by expand list
28339
28493
  * @param {String} opts.nextPage next page token
28340
28494
  * @param {String} opts.previousPage Previous page token
28495
+ * @deprecated
28341
28496
  */
28342
28497
  getIntegrationsClientappsUnifiedcommunications(opts) {
28343
28498
  opts = opts || {};
@@ -29922,7 +30077,7 @@ class JourneyApi {
29922
30077
  /**
29923
30078
  * Journey service.
29924
30079
  * @module purecloud-platform-client-v2/api/JourneyApi
29925
- * @version 191.0.0
30080
+ * @version 192.0.0
29926
30081
  */
29927
30082
 
29928
30083
  /**
@@ -31512,7 +31667,7 @@ class KnowledgeApi {
31512
31667
  /**
31513
31668
  * Knowledge service.
31514
31669
  * @module purecloud-platform-client-v2/api/KnowledgeApi
31515
- * @version 191.0.0
31670
+ * @version 192.0.0
31516
31671
  */
31517
31672
 
31518
31673
  /**
@@ -34755,7 +34910,7 @@ class LanguageUnderstandingApi {
34755
34910
  /**
34756
34911
  * LanguageUnderstanding service.
34757
34912
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
34758
- * @version 191.0.0
34913
+ * @version 192.0.0
34759
34914
  */
34760
34915
 
34761
34916
  /**
@@ -35395,6 +35550,27 @@ class LanguageUnderstandingApi {
35395
35550
  );
35396
35551
  }
35397
35552
 
35553
+ /**
35554
+ * Get Organization Configuration
35555
+ *
35556
+ * getLanguageunderstandingSettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
35557
+ */
35558
+ getLanguageunderstandingSettings() {
35559
+
35560
+ return this.apiClient.callApi(
35561
+ '/api/v2/languageunderstanding/settings',
35562
+ 'GET',
35563
+ { },
35564
+ { },
35565
+ { },
35566
+ { },
35567
+ null,
35568
+ ['PureCloud OAuth'],
35569
+ ['application/json'],
35570
+ ['application/json']
35571
+ );
35572
+ }
35573
+
35398
35574
  /**
35399
35575
  * Update an NLU Domain.
35400
35576
  *
@@ -35768,7 +35944,7 @@ class LanguagesApi {
35768
35944
  /**
35769
35945
  * Languages service.
35770
35946
  * @module purecloud-platform-client-v2/api/LanguagesApi
35771
- * @version 191.0.0
35947
+ * @version 192.0.0
35772
35948
  */
35773
35949
 
35774
35950
  /**
@@ -35990,7 +36166,7 @@ class LearningApi {
35990
36166
  /**
35991
36167
  * Learning service.
35992
36168
  * @module purecloud-platform-client-v2/api/LearningApi
35993
- * @version 191.0.0
36169
+ * @version 192.0.0
35994
36170
  */
35995
36171
 
35996
36172
  /**
@@ -36845,7 +37021,7 @@ class LicenseApi {
36845
37021
  /**
36846
37022
  * License service.
36847
37023
  * @module purecloud-platform-client-v2/api/LicenseApi
36848
- * @version 191.0.0
37024
+ * @version 192.0.0
36849
37025
  */
36850
37026
 
36851
37027
  /**
@@ -37083,7 +37259,7 @@ class LocationsApi {
37083
37259
  /**
37084
37260
  * Locations service.
37085
37261
  * @module purecloud-platform-client-v2/api/LocationsApi
37086
- * @version 191.0.0
37262
+ * @version 192.0.0
37087
37263
  */
37088
37264
 
37089
37265
  /**
@@ -37319,7 +37495,7 @@ class LogCaptureApi {
37319
37495
  /**
37320
37496
  * LogCapture service.
37321
37497
  * @module purecloud-platform-client-v2/api/LogCaptureApi
37322
- * @version 191.0.0
37498
+ * @version 192.0.0
37323
37499
  */
37324
37500
 
37325
37501
  /**
@@ -37519,7 +37695,7 @@ class MessagingApi {
37519
37695
  /**
37520
37696
  * Messaging service.
37521
37697
  * @module purecloud-platform-client-v2/api/MessagingApi
37522
- * @version 191.0.0
37698
+ * @version 192.0.0
37523
37699
  */
37524
37700
 
37525
37701
  /**
@@ -37878,7 +38054,7 @@ class MobileDevicesApi {
37878
38054
  /**
37879
38055
  * MobileDevices service.
37880
38056
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
37881
- * @version 191.0.0
38057
+ * @version 192.0.0
37882
38058
  */
37883
38059
 
37884
38060
  /**
@@ -38029,7 +38205,7 @@ class NotificationsApi {
38029
38205
  /**
38030
38206
  * Notifications service.
38031
38207
  * @module purecloud-platform-client-v2/api/NotificationsApi
38032
- * @version 191.0.0
38208
+ * @version 192.0.0
38033
38209
  */
38034
38210
 
38035
38211
  /**
@@ -38262,7 +38438,7 @@ class OAuthApi {
38262
38438
  /**
38263
38439
  * OAuth service.
38264
38440
  * @module purecloud-platform-client-v2/api/OAuthApi
38265
- * @version 191.0.0
38441
+ * @version 192.0.0
38266
38442
  */
38267
38443
 
38268
38444
  /**
@@ -38628,7 +38804,7 @@ class ObjectsApi {
38628
38804
  /**
38629
38805
  * Objects service.
38630
38806
  * @module purecloud-platform-client-v2/api/ObjectsApi
38631
- * @version 191.0.0
38807
+ * @version 192.0.0
38632
38808
  */
38633
38809
 
38634
38810
  /**
@@ -38898,7 +39074,7 @@ class OperationalEventsApi {
38898
39074
  /**
38899
39075
  * OperationalEvents service.
38900
39076
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
38901
- * @version 191.0.0
39077
+ * @version 192.0.0
38902
39078
  */
38903
39079
 
38904
39080
  /**
@@ -38964,7 +39140,7 @@ class OrganizationApi {
38964
39140
  /**
38965
39141
  * Organization service.
38966
39142
  * @module purecloud-platform-client-v2/api/OrganizationApi
38967
- * @version 191.0.0
39143
+ * @version 192.0.0
38968
39144
  */
38969
39145
 
38970
39146
  /**
@@ -39419,7 +39595,7 @@ class OrganizationAuthorizationApi {
39419
39595
  /**
39420
39596
  * OrganizationAuthorization service.
39421
39597
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
39422
- * @version 191.0.0
39598
+ * @version 192.0.0
39423
39599
  */
39424
39600
 
39425
39601
  /**
@@ -40766,7 +40942,7 @@ class OutboundApi {
40766
40942
  /**
40767
40943
  * Outbound service.
40768
40944
  * @module purecloud-platform-client-v2/api/OutboundApi
40769
- * @version 191.0.0
40945
+ * @version 192.0.0
40770
40946
  */
40771
40947
 
40772
40948
  /**
@@ -43489,8 +43665,8 @@ class OutboundApi {
43489
43665
  }
43490
43666
 
43491
43667
  /**
43492
- * Retrieves audits for dialer.
43493
- *
43668
+ * Retrieves audits for dialer. (Deprecated)
43669
+ * This endpoint is deprecated as a result of this functionality being moved to the Audit Service. Please use "/api/v2/audits/query" instead.
43494
43670
  * @param {Object} body AuditSearch
43495
43671
  * @param {Object} opts Optional parameters
43496
43672
  * @param {Number} opts.pageSize Page size (default to 25)
@@ -43498,6 +43674,7 @@ class OutboundApi {
43498
43674
  * @param {String} opts.sortBy Sort by (default to entity.name)
43499
43675
  * @param {String} opts.sortOrder Sort order (default to ascending)
43500
43676
  * @param {Boolean} opts.facetsOnly Facets only (default to false)
43677
+ * @deprecated
43501
43678
  */
43502
43679
  postOutboundAudits(body, opts) {
43503
43680
  opts = opts || {};
@@ -45007,7 +45184,7 @@ class PresenceApi {
45007
45184
  /**
45008
45185
  * Presence service.
45009
45186
  * @module purecloud-platform-client-v2/api/PresenceApi
45010
- * @version 191.0.0
45187
+ * @version 192.0.0
45011
45188
  */
45012
45189
 
45013
45190
  /**
@@ -45751,7 +45928,7 @@ class ProcessAutomationApi {
45751
45928
  /**
45752
45929
  * ProcessAutomation service.
45753
45930
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
45754
- * @version 191.0.0
45931
+ * @version 192.0.0
45755
45932
  */
45756
45933
 
45757
45934
  /**
@@ -45990,7 +46167,7 @@ class QualityApi {
45990
46167
  /**
45991
46168
  * Quality service.
45992
46169
  * @module purecloud-platform-client-v2/api/QualityApi
45993
- * @version 191.0.0
46170
+ * @version 192.0.0
45994
46171
  */
45995
46172
 
45996
46173
  /**
@@ -46326,7 +46503,7 @@ class QualityApi {
46326
46503
 
46327
46504
  /**
46328
46505
  * Get the list of calibrations
46329
- *
46506
+ * NOTE: The count for total and pageCount might not be accurate when querying for a large number of calibrations. nextUri, if present, will indicate that there are more calibrations to fetch.
46330
46507
  * @param {String} calibratorId user id of calibrator
46331
46508
  * @param {Object} opts Optional parameters
46332
46509
  * @param {Number} opts.pageSize The total page size requested (default to 25)
@@ -46478,7 +46655,7 @@ class QualityApi {
46478
46655
 
46479
46656
  /**
46480
46657
  * Queries Evaluations and returns a paged list
46481
- * Query params must include one of conversationId, evaluatorUserId, agentUserId or assigneeUserId. When querying by agentUserId (and not conversationId or evaluatorUserId), the results are sorted by release date. Evaluations set to Never Release are omitted in this case. When querying by evaluatorUserId or conversationId (including when combined with agentUserId), the results are sorted by assigned date.
46658
+ * Query params must include one of conversationId, evaluatorUserId, agentUserId or assigneeUserId. When querying by agentUserId (and not conversationId or evaluatorUserId), the results are sorted by release date. Evaluations set to Never Release are omitted in this case. When querying by evaluatorUserId or conversationId (including when combined with agentUserId), the results are sorted by assigned date. NOTE: The count for total and pageCount might not be accurate when querying for a large number of evaluations. nextUri, if present, will indicate that there are more evaluations to fetch.
46482
46659
  * @param {Object} opts Optional parameters
46483
46660
  * @param {Number} opts.pageSize The total page size requested (default to 25)
46484
46661
  * @param {Number} opts.pageNumber The page number requested (default to 1)
@@ -47747,7 +47924,7 @@ class RecordingApi {
47747
47924
  /**
47748
47925
  * Recording service.
47749
47926
  * @module purecloud-platform-client-v2/api/RecordingApi
47750
- * @version 191.0.0
47927
+ * @version 192.0.0
47751
47928
  */
47752
47929
 
47753
47930
  /**
@@ -49406,7 +49583,7 @@ class ResponseManagementApi {
49406
49583
  /**
49407
49584
  * ResponseManagement service.
49408
49585
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
49409
- * @version 191.0.0
49586
+ * @version 192.0.0
49410
49587
  */
49411
49588
 
49412
49589
  /**
@@ -49916,7 +50093,7 @@ class RoutingApi {
49916
50093
  /**
49917
50094
  * Routing service.
49918
50095
  * @module purecloud-platform-client-v2/api/RoutingApi
49919
- * @version 191.0.0
50096
+ * @version 192.0.0
49920
50097
  */
49921
50098
 
49922
50099
  /**
@@ -53896,7 +54073,7 @@ class SCIMApi {
53896
54073
  /**
53897
54074
  * SCIM service.
53898
54075
  * @module purecloud-platform-client-v2/api/SCIMApi
53899
- * @version 191.0.0
54076
+ * @version 192.0.0
53900
54077
  */
53901
54078
 
53902
54079
  /**
@@ -54773,7 +54950,7 @@ class ScreenRecordingApi {
54773
54950
  /**
54774
54951
  * ScreenRecording service.
54775
54952
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
54776
- * @version 191.0.0
54953
+ * @version 192.0.0
54777
54954
  */
54778
54955
 
54779
54956
  /**
@@ -54818,7 +54995,7 @@ class ScriptsApi {
54818
54995
  /**
54819
54996
  * Scripts service.
54820
54997
  * @module purecloud-platform-client-v2/api/ScriptsApi
54821
- * @version 191.0.0
54998
+ * @version 192.0.0
54822
54999
  */
54823
55000
 
54824
55001
  /**
@@ -55262,7 +55439,7 @@ class SearchApi {
55262
55439
  /**
55263
55440
  * Search service.
55264
55441
  * @module purecloud-platform-client-v2/api/SearchApi
55265
- * @version 191.0.0
55442
+ * @version 192.0.0
55266
55443
  */
55267
55444
 
55268
55445
  /**
@@ -55951,7 +56128,7 @@ class SettingsApi {
55951
56128
  /**
55952
56129
  * Settings service.
55953
56130
  * @module purecloud-platform-client-v2/api/SettingsApi
55954
- * @version 191.0.0
56131
+ * @version 192.0.0
55955
56132
  */
55956
56133
 
55957
56134
  /**
@@ -56063,7 +56240,7 @@ class SpeechTextAnalyticsApi {
56063
56240
  /**
56064
56241
  * SpeechTextAnalytics service.
56065
56242
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
56066
- * @version 191.0.0
56243
+ * @version 192.0.0
56067
56244
  */
56068
56245
 
56069
56246
  /**
@@ -56653,7 +56830,7 @@ class SpeechTextAnalyticsApi {
56653
56830
  *
56654
56831
  * @param {Object} opts Optional parameters
56655
56832
  * @param {String} opts.nextPage The key for listing the next page
56656
- * @param {Number} opts.pageSize The page size for the listing (default to 20)
56833
+ * @param {Number} opts.pageSize The page size for the listing. The max that will be returned is 500. (default to 20)
56657
56834
  * @param {Object} opts.state Topic state. Defaults to latest
56658
56835
  * @param {String} opts.name Case insensitive partial name to filter by
56659
56836
  * @param {Array.<String>} opts.ids Comma separated Topic IDs to filter by. Cannot be used with other filters. Maximum of 50 IDs allowed.
@@ -57177,7 +57354,7 @@ class StationsApi {
57177
57354
  /**
57178
57355
  * Stations service.
57179
57356
  * @module purecloud-platform-client-v2/api/StationsApi
57180
- * @version 191.0.0
57357
+ * @version 192.0.0
57181
57358
  */
57182
57359
 
57183
57360
  /**
@@ -57279,7 +57456,7 @@ class SuggestApi {
57279
57456
  /**
57280
57457
  * Suggest service.
57281
57458
  * @module purecloud-platform-client-v2/api/SuggestApi
57282
- * @version 191.0.0
57459
+ * @version 192.0.0
57283
57460
  */
57284
57461
 
57285
57462
  /**
@@ -57418,7 +57595,7 @@ class TaskManagementApi {
57418
57595
  /**
57419
57596
  * TaskManagement service.
57420
57597
  * @module purecloud-platform-client-v2/api/TaskManagementApi
57421
- * @version 191.0.0
57598
+ * @version 192.0.0
57422
57599
  */
57423
57600
 
57424
57601
  /**
@@ -57885,6 +58062,58 @@ class TaskManagementApi {
57885
58062
  );
57886
58063
  }
57887
58064
 
58065
+ /**
58066
+ * Get the workitem query job associated with the job id.
58067
+ *
58068
+ * @param {String} jobId jobId
58069
+ * getTaskmanagementWorkitemsQueryJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58070
+ */
58071
+ getTaskmanagementWorkitemsQueryJob(jobId) {
58072
+ // verify the required parameter 'jobId' is set
58073
+ if (jobId === undefined || jobId === null) {
58074
+ throw 'Missing the required parameter "jobId" when calling getTaskmanagementWorkitemsQueryJob';
58075
+ }
58076
+
58077
+ return this.apiClient.callApi(
58078
+ '/api/v2/taskmanagement/workitems/query/jobs/{jobId}',
58079
+ 'GET',
58080
+ { 'jobId': jobId },
58081
+ { },
58082
+ { },
58083
+ { },
58084
+ null,
58085
+ ['PureCloud OAuth'],
58086
+ ['application/json'],
58087
+ ['application/json']
58088
+ );
58089
+ }
58090
+
58091
+ /**
58092
+ * Get results from for workitem query job
58093
+ *
58094
+ * @param {String} jobId jobId
58095
+ * getTaskmanagementWorkitemsQueryJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58096
+ */
58097
+ getTaskmanagementWorkitemsQueryJobResults(jobId) {
58098
+ // verify the required parameter 'jobId' is set
58099
+ if (jobId === undefined || jobId === null) {
58100
+ throw 'Missing the required parameter "jobId" when calling getTaskmanagementWorkitemsQueryJobResults';
58101
+ }
58102
+
58103
+ return this.apiClient.callApi(
58104
+ '/api/v2/taskmanagement/workitems/query/jobs/{jobId}/results',
58105
+ 'GET',
58106
+ { 'jobId': jobId },
58107
+ { },
58108
+ { },
58109
+ { },
58110
+ null,
58111
+ ['PureCloud OAuth'],
58112
+ ['application/json'],
58113
+ ['application/json']
58114
+ );
58115
+ }
58116
+
57888
58117
  /**
57889
58118
  * Get a schema
57890
58119
  *
@@ -58581,6 +58810,32 @@ class TaskManagementApi {
58581
58810
  );
58582
58811
  }
58583
58812
 
58813
+ /**
58814
+ * Create a workitem query job
58815
+ *
58816
+ * @param {Object} body WorkitemQueryJobCreate
58817
+ * postTaskmanagementWorkitemsQueryJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58818
+ */
58819
+ postTaskmanagementWorkitemsQueryJobs(body) {
58820
+ // verify the required parameter 'body' is set
58821
+ if (body === undefined || body === null) {
58822
+ throw 'Missing the required parameter "body" when calling postTaskmanagementWorkitemsQueryJobs';
58823
+ }
58824
+
58825
+ return this.apiClient.callApi(
58826
+ '/api/v2/taskmanagement/workitems/query/jobs',
58827
+ 'POST',
58828
+ { },
58829
+ { },
58830
+ { },
58831
+ { },
58832
+ body,
58833
+ ['PureCloud OAuth'],
58834
+ ['application/json'],
58835
+ ['application/json']
58836
+ );
58837
+ }
58838
+
58584
58839
  /**
58585
58840
  * Create a schema
58586
58841
  *
@@ -58725,7 +58980,7 @@ class TeamsApi {
58725
58980
  /**
58726
58981
  * Teams service.
58727
58982
  * @module purecloud-platform-client-v2/api/TeamsApi
58728
- * @version 191.0.0
58983
+ * @version 192.0.0
58729
58984
  */
58730
58985
 
58731
58986
  /**
@@ -59027,7 +59282,7 @@ class TelephonyApi {
59027
59282
  /**
59028
59283
  * Telephony service.
59029
59284
  * @module purecloud-platform-client-v2/api/TelephonyApi
59030
- * @version 191.0.0
59285
+ * @version 192.0.0
59031
59286
  */
59032
59287
 
59033
59288
  /**
@@ -59209,7 +59464,7 @@ class TelephonyProvidersEdgeApi {
59209
59464
  /**
59210
59465
  * TelephonyProvidersEdge service.
59211
59466
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
59212
- * @version 191.0.0
59467
+ * @version 192.0.0
59213
59468
  */
59214
59469
 
59215
59470
  /**
@@ -59976,27 +60231,6 @@ class TelephonyProvidersEdgeApi {
59976
60231
  );
59977
60232
  }
59978
60233
 
59979
- /**
59980
- * Get the list of available languages. For never released keyword spotting feature. Deprecated, do not use.
59981
- *
59982
- * @deprecated
59983
- */
59984
- getTelephonyProvidersEdgesAvailablelanguages() {
59985
-
59986
- return this.apiClient.callApi(
59987
- '/api/v2/telephony/providers/edges/availablelanguages',
59988
- 'GET',
59989
- { },
59990
- { },
59991
- { },
59992
- { },
59993
- null,
59994
- ['PureCloud OAuth'],
59995
- ['application/json'],
59996
- ['application/json']
59997
- );
59998
- }
59999
-
60000
60234
  /**
60001
60235
  * Get the list of certificate authorities.
60002
60236
  *
@@ -62558,7 +62792,7 @@ class TextbotsApi {
62558
62792
  /**
62559
62793
  * Textbots service.
62560
62794
  * @module purecloud-platform-client-v2/api/TextbotsApi
62561
- * @version 191.0.0
62795
+ * @version 192.0.0
62562
62796
  */
62563
62797
 
62564
62798
  /**
@@ -62686,7 +62920,7 @@ class TokensApi {
62686
62920
  /**
62687
62921
  * Tokens service.
62688
62922
  * @module purecloud-platform-client-v2/api/TokensApi
62689
- * @version 191.0.0
62923
+ * @version 192.0.0
62690
62924
  */
62691
62925
 
62692
62926
  /**
@@ -62840,7 +63074,7 @@ class UploadsApi {
62840
63074
  /**
62841
63075
  * Uploads service.
62842
63076
  * @module purecloud-platform-client-v2/api/UploadsApi
62843
- * @version 191.0.0
63077
+ * @version 192.0.0
62844
63078
  */
62845
63079
 
62846
63080
  /**
@@ -63109,7 +63343,7 @@ class UsageApi {
63109
63343
  /**
63110
63344
  * Usage service.
63111
63345
  * @module purecloud-platform-client-v2/api/UsageApi
63112
- * @version 191.0.0
63346
+ * @version 192.0.0
63113
63347
  */
63114
63348
 
63115
63349
  /**
@@ -63212,8 +63446,13 @@ class UsageApi {
63212
63446
  * Get the results of a usage search. Number of records to be returned is limited to 20,000 results.
63213
63447
  *
63214
63448
  * @param {String} executionId ID of the search execution
63449
+ * @param {Object} opts Optional parameters
63450
+ * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned
63451
+ * @param {Number} opts.pageSize The max number of entities to be returned per request. Maximum page size of 1000
63215
63452
  */
63216
- getUsageSimplesearchExecutionIdResults(executionId) {
63453
+ getUsageSimplesearchExecutionIdResults(executionId, opts) {
63454
+ opts = opts || {};
63455
+
63217
63456
  // verify the required parameter 'executionId' is set
63218
63457
  if (executionId === undefined || executionId === null) {
63219
63458
  throw 'Missing the required parameter "executionId" when calling getUsageSimplesearchExecutionIdResults';
@@ -63223,7 +63462,7 @@ class UsageApi {
63223
63462
  '/api/v2/usage/simplesearch/{executionId}/results',
63224
63463
  'GET',
63225
63464
  { 'executionId': executionId },
63226
- { },
63465
+ { 'after': opts['after'],'pageSize': opts['pageSize'] },
63227
63466
  { },
63228
63467
  { },
63229
63468
  null,
@@ -63319,7 +63558,7 @@ class UserRecordingsApi {
63319
63558
  /**
63320
63559
  * UserRecordings service.
63321
63560
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
63322
- * @version 191.0.0
63561
+ * @version 192.0.0
63323
63562
  */
63324
63563
 
63325
63564
  /**
@@ -63504,7 +63743,7 @@ class UsersApi {
63504
63743
  /**
63505
63744
  * Users service.
63506
63745
  * @module purecloud-platform-client-v2/api/UsersApi
63507
- * @version 191.0.0
63746
+ * @version 192.0.0
63508
63747
  */
63509
63748
 
63510
63749
  /**
@@ -64000,8 +64239,12 @@ class UsersApi {
64000
64239
  * Returns a listing of roles and permissions for a user.
64001
64240
  *
64002
64241
  * @param {String} subjectId Subject ID (user or group)
64242
+ * @param {Object} opts Optional parameters
64243
+ * @param {Object} opts.includeDuplicates Include multiple entries with the same role and division but different subjects (default to false)
64003
64244
  */
64004
- getAuthorizationSubject(subjectId) {
64245
+ getAuthorizationSubject(subjectId, opts) {
64246
+ opts = opts || {};
64247
+
64005
64248
  // verify the required parameter 'subjectId' is set
64006
64249
  if (subjectId === undefined || subjectId === null) {
64007
64250
  throw 'Missing the required parameter "subjectId" when calling getAuthorizationSubject';
@@ -64011,7 +64254,7 @@ class UsersApi {
64011
64254
  '/api/v2/authorization/subjects/{subjectId}',
64012
64255
  'GET',
64013
64256
  { 'subjectId': subjectId },
64014
- { },
64257
+ { 'includeDuplicates': opts['includeDuplicates'] },
64015
64258
  { },
64016
64259
  { },
64017
64260
  null,
@@ -64024,14 +64267,18 @@ class UsersApi {
64024
64267
  /**
64025
64268
  * Returns a listing of roles and permissions for the currently authenticated user.
64026
64269
  *
64270
+ * @param {Object} opts Optional parameters
64271
+ * @param {Object} opts.includeDuplicates Include multiple entries with the same role and division but different subjects (default to false)
64027
64272
  */
64028
- getAuthorizationSubjectsMe() {
64273
+ getAuthorizationSubjectsMe(opts) {
64274
+ opts = opts || {};
64275
+
64029
64276
 
64030
64277
  return this.apiClient.callApi(
64031
64278
  '/api/v2/authorization/subjects/me',
64032
64279
  'GET',
64033
64280
  { },
64034
- { },
64281
+ { 'includeDuplicates': opts['includeDuplicates'] },
64035
64282
  { },
64036
64283
  { },
64037
64284
  null,
@@ -66155,7 +66402,7 @@ class UtilitiesApi {
66155
66402
  /**
66156
66403
  * Utilities service.
66157
66404
  * @module purecloud-platform-client-v2/api/UtilitiesApi
66158
- * @version 191.0.0
66405
+ * @version 192.0.0
66159
66406
  */
66160
66407
 
66161
66408
  /**
@@ -66266,7 +66513,7 @@ class VoicemailApi {
66266
66513
  /**
66267
66514
  * Voicemail service.
66268
66515
  * @module purecloud-platform-client-v2/api/VoicemailApi
66269
- * @version 191.0.0
66516
+ * @version 192.0.0
66270
66517
  */
66271
66518
 
66272
66519
  /**
@@ -66933,7 +67180,7 @@ class WebChatApi {
66933
67180
  /**
66934
67181
  * WebChat service.
66935
67182
  * @module purecloud-platform-client-v2/api/WebChatApi
66936
- * @version 191.0.0
67183
+ * @version 192.0.0
66937
67184
  */
66938
67185
 
66939
67186
  /**
@@ -67073,9 +67320,10 @@ class WebChatApi {
67073
67320
 
67074
67321
  /**
67075
67322
  * Get a media request in the conversation
67076
- *
67323
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
67077
67324
  * @param {String} conversationId conversationId
67078
67325
  * @param {String} mediaRequestId mediaRequestId
67326
+ * @deprecated
67079
67327
  */
67080
67328
  getWebchatGuestConversationMediarequest(conversationId, mediaRequestId) {
67081
67329
  // verify the required parameter 'conversationId' is set
@@ -67271,10 +67519,11 @@ class WebChatApi {
67271
67519
 
67272
67520
  /**
67273
67521
  * Update a media request in the conversation, setting the state to ACCEPTED/DECLINED/ERRORED
67274
- *
67522
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
67275
67523
  * @param {String} conversationId conversationId
67276
67524
  * @param {String} mediaRequestId mediaRequestId
67277
67525
  * @param {Object} body Request
67526
+ * @deprecated
67278
67527
  */
67279
67528
  patchWebchatGuestConversationMediarequest(conversationId, mediaRequestId, body) {
67280
67529
  // verify the required parameter 'conversationId' is set
@@ -67482,7 +67731,7 @@ class WebDeploymentsApi {
67482
67731
  /**
67483
67732
  * WebDeployments service.
67484
67733
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
67485
- * @version 191.0.0
67734
+ * @version 192.0.0
67486
67735
  */
67487
67736
 
67488
67737
  /**
@@ -68009,7 +68258,7 @@ class WebMessagingApi {
68009
68258
  /**
68010
68259
  * WebMessaging service.
68011
68260
  * @module purecloud-platform-client-v2/api/WebMessagingApi
68012
- * @version 191.0.0
68261
+ * @version 192.0.0
68013
68262
  */
68014
68263
 
68015
68264
  /**
@@ -68055,7 +68304,7 @@ class WidgetsApi {
68055
68304
  /**
68056
68305
  * Widgets service.
68057
68306
  * @module purecloud-platform-client-v2/api/WidgetsApi
68058
- * @version 191.0.0
68307
+ * @version 192.0.0
68059
68308
  */
68060
68309
 
68061
68310
  /**
@@ -68201,7 +68450,7 @@ class WorkforceManagementApi {
68201
68450
  /**
68202
68451
  * WorkforceManagement service.
68203
68452
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
68204
- * @version 191.0.0
68453
+ * @version 192.0.0
68205
68454
  */
68206
68455
 
68207
68456
  /**
@@ -74112,7 +74361,7 @@ class WorkforceManagementApi {
74112
74361
  * </pre>
74113
74362
  * </p>
74114
74363
  * @module purecloud-platform-client-v2/index
74115
- * @version 191.0.0
74364
+ * @version 192.0.0
74116
74365
  */
74117
74366
  class platformClient {
74118
74367
  constructor() {