purecloud-platform-client-v2 142.0.0 → 145.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 (75) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +502 -72
  3. package/dist/web-amd/purecloud-platform-client-v2.js +502 -72
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +502 -72
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +502 -72
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +450 -210
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/PureCloudRegionHosts.js +1 -0
  12. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +211 -1
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/GamificationApi.js +157 -8
  27. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/LearningApi.js +26 -1
  38. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/RoutingApi.js +21 -1
  53. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/UploadsApi.js +26 -1
  65. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -7048,6 +7048,7 @@ var PureCloudRegionHosts = {
7048
7048
  eu_west_2: 'euw2.pure.cloud',
7049
7049
  ap_south_1: 'aps1.pure.cloud',
7050
7050
  us_east_2: 'use2.us-gov-pure.cloud',
7051
+ sa_east_1: 'sae1.pure.cloud',
7051
7052
  };
7052
7053
 
7053
7054
  var global$1 = (typeof global !== "undefined" ? global :
@@ -9306,7 +9307,7 @@ class Configuration {
9306
9307
 
9307
9308
  /**
9308
9309
  * @module purecloud-platform-client-v2/ApiClient
9309
- * @version 142.0.0
9310
+ * @version 145.0.0
9310
9311
  */
9311
9312
  class ApiClient {
9312
9313
  /**
@@ -10378,7 +10379,7 @@ class AlertingApi {
10378
10379
  /**
10379
10380
  * Alerting service.
10380
10381
  * @module purecloud-platform-client-v2/api/AlertingApi
10381
- * @version 142.0.0
10382
+ * @version 145.0.0
10382
10383
  */
10383
10384
 
10384
10385
  /**
@@ -10692,7 +10693,7 @@ class AnalyticsApi {
10692
10693
  /**
10693
10694
  * Analytics service.
10694
10695
  * @module purecloud-platform-client-v2/api/AnalyticsApi
10695
- * @version 142.0.0
10696
+ * @version 145.0.0
10696
10697
  */
10697
10698
 
10698
10699
  /**
@@ -11874,7 +11875,7 @@ class ArchitectApi {
11874
11875
  /**
11875
11876
  * Architect service.
11876
11877
  * @module purecloud-platform-client-v2/api/ArchitectApi
11877
- * @version 142.0.0
11878
+ * @version 145.0.0
11878
11879
  */
11879
11880
 
11880
11881
  /**
@@ -14919,7 +14920,7 @@ class AuditApi {
14919
14920
  /**
14920
14921
  * Audit service.
14921
14922
  * @module purecloud-platform-client-v2/api/AuditApi
14922
- * @version 142.0.0
14923
+ * @version 145.0.0
14923
14924
  */
14924
14925
 
14925
14926
  /**
@@ -15090,7 +15091,7 @@ class AuthorizationApi {
15090
15091
  /**
15091
15092
  * Authorization service.
15092
15093
  * @module purecloud-platform-client-v2/api/AuthorizationApi
15093
- * @version 142.0.0
15094
+ * @version 145.0.0
15094
15095
  */
15095
15096
 
15096
15097
  /**
@@ -16273,7 +16274,7 @@ class BillingApi {
16273
16274
  /**
16274
16275
  * Billing service.
16275
16276
  * @module purecloud-platform-client-v2/api/BillingApi
16276
- * @version 142.0.0
16277
+ * @version 145.0.0
16277
16278
  */
16278
16279
 
16279
16280
  /**
@@ -16353,7 +16354,7 @@ class ChatApi {
16353
16354
  /**
16354
16355
  * Chat service.
16355
16356
  * @module purecloud-platform-client-v2/api/ChatApi
16356
- * @version 142.0.0
16357
+ * @version 145.0.0
16357
16358
  */
16358
16359
 
16359
16360
  /**
@@ -16444,7 +16445,7 @@ class CoachingApi {
16444
16445
  /**
16445
16446
  * Coaching service.
16446
16447
  * @module purecloud-platform-client-v2/api/CoachingApi
16447
- * @version 142.0.0
16448
+ * @version 145.0.0
16448
16449
  */
16449
16450
 
16450
16451
  /**
@@ -17021,7 +17022,7 @@ class ContentManagementApi {
17021
17022
  /**
17022
17023
  * ContentManagement service.
17023
17024
  * @module purecloud-platform-client-v2/api/ContentManagementApi
17024
- * @version 142.0.0
17025
+ * @version 145.0.0
17025
17026
  */
17026
17027
 
17027
17028
  /**
@@ -18161,7 +18162,7 @@ class ConversationsApi {
18161
18162
  /**
18162
18163
  * Conversations service.
18163
18164
  * @module purecloud-platform-client-v2/api/ConversationsApi
18164
- * @version 142.0.0
18165
+ * @version 145.0.0
18165
18166
  */
18166
18167
 
18167
18168
  /**
@@ -18754,6 +18755,31 @@ class ConversationsApi {
18754
18755
  );
18755
18756
  }
18756
18757
 
18758
+ /**
18759
+ * Get the secure attributes on a conversation.
18760
+ *
18761
+ * @param {String} conversationId conversation ID
18762
+ */
18763
+ getConversationSecureattributes(conversationId) {
18764
+ // verify the required parameter 'conversationId' is set
18765
+ if (conversationId === undefined || conversationId === null) {
18766
+ throw 'Missing the required parameter "conversationId" when calling getConversationSecureattributes';
18767
+ }
18768
+
18769
+ return this.apiClient.callApi(
18770
+ '/api/v2/conversations/{conversationId}/secureattributes',
18771
+ 'GET',
18772
+ { 'conversationId': conversationId },
18773
+ { },
18774
+ { },
18775
+ { },
18776
+ null,
18777
+ ['PureCloud OAuth'],
18778
+ ['application/json'],
18779
+ ['application/json']
18780
+ );
18781
+ }
18782
+
18757
18783
  /**
18758
18784
  * Get active conversations for the logged in user
18759
18785
  *
@@ -19537,6 +19563,51 @@ class ConversationsApi {
19537
19563
  );
19538
19564
  }
19539
19565
 
19566
+ /**
19567
+ * Get the encryption key configurations
19568
+ *
19569
+ * @param {String} keyconfigurationsId Key Configurations Id
19570
+ */
19571
+ getConversationsKeyconfiguration(keyconfigurationsId) {
19572
+ // verify the required parameter 'keyconfigurationsId' is set
19573
+ if (keyconfigurationsId === undefined || keyconfigurationsId === null) {
19574
+ throw 'Missing the required parameter "keyconfigurationsId" when calling getConversationsKeyconfiguration';
19575
+ }
19576
+
19577
+ return this.apiClient.callApi(
19578
+ '/api/v2/conversations/keyconfigurations/{keyconfigurationsId}',
19579
+ 'GET',
19580
+ { 'keyconfigurationsId': keyconfigurationsId },
19581
+ { },
19582
+ { },
19583
+ { },
19584
+ null,
19585
+ ['PureCloud OAuth'],
19586
+ ['application/json'],
19587
+ ['application/json']
19588
+ );
19589
+ }
19590
+
19591
+ /**
19592
+ * Get a list of key configurations data
19593
+ *
19594
+ */
19595
+ getConversationsKeyconfigurations() {
19596
+
19597
+ return this.apiClient.callApi(
19598
+ '/api/v2/conversations/keyconfigurations',
19599
+ 'GET',
19600
+ { },
19601
+ { },
19602
+ { },
19603
+ { },
19604
+ null,
19605
+ ['PureCloud OAuth'],
19606
+ ['application/json'],
19607
+ ['application/json']
19608
+ );
19609
+ }
19610
+
19540
19611
  /**
19541
19612
  * Get message conversation
19542
19613
  *
@@ -20253,6 +20324,36 @@ class ConversationsApi {
20253
20324
  );
20254
20325
  }
20255
20326
 
20327
+ /**
20328
+ * Update the secure attributes on a conversation.
20329
+ *
20330
+ * @param {String} conversationId conversation ID
20331
+ * @param {Object} body Conversation Secure Attributes
20332
+ */
20333
+ patchConversationSecureattributes(conversationId, body) {
20334
+ // verify the required parameter 'conversationId' is set
20335
+ if (conversationId === undefined || conversationId === null) {
20336
+ throw 'Missing the required parameter "conversationId" when calling patchConversationSecureattributes';
20337
+ }
20338
+ // verify the required parameter 'body' is set
20339
+ if (body === undefined || body === null) {
20340
+ throw 'Missing the required parameter "body" when calling patchConversationSecureattributes';
20341
+ }
20342
+
20343
+ return this.apiClient.callApi(
20344
+ '/api/v2/conversations/{conversationId}/secureattributes',
20345
+ 'PATCH',
20346
+ { 'conversationId': conversationId },
20347
+ { },
20348
+ { },
20349
+ { },
20350
+ body,
20351
+ ['PureCloud OAuth'],
20352
+ ['application/json'],
20353
+ ['application/json']
20354
+ );
20355
+ }
20356
+
20256
20357
  /**
20257
20358
  * Update a conversation by setting its recording state, merging in other conversations to create a conference, or disconnecting all of the participants
20258
20359
  *
@@ -22255,6 +22356,56 @@ class ConversationsApi {
22255
22356
  );
22256
22357
  }
22257
22358
 
22359
+ /**
22360
+ * Setup configurations for encryption key creation
22361
+ *
22362
+ * @param {Object} body Encryption Configuration
22363
+ */
22364
+ postConversationsKeyconfigurations(body) {
22365
+ // verify the required parameter 'body' is set
22366
+ if (body === undefined || body === null) {
22367
+ throw 'Missing the required parameter "body" when calling postConversationsKeyconfigurations';
22368
+ }
22369
+
22370
+ return this.apiClient.callApi(
22371
+ '/api/v2/conversations/keyconfigurations',
22372
+ 'POST',
22373
+ { },
22374
+ { },
22375
+ { },
22376
+ { },
22377
+ body,
22378
+ ['PureCloud OAuth'],
22379
+ ['application/json'],
22380
+ ['application/json']
22381
+ );
22382
+ }
22383
+
22384
+ /**
22385
+ * Validate encryption key configurations without saving it
22386
+ *
22387
+ * @param {Object} body Encryption Configuration
22388
+ */
22389
+ postConversationsKeyconfigurationsValidate(body) {
22390
+ // verify the required parameter 'body' is set
22391
+ if (body === undefined || body === null) {
22392
+ throw 'Missing the required parameter "body" when calling postConversationsKeyconfigurationsValidate';
22393
+ }
22394
+
22395
+ return this.apiClient.callApi(
22396
+ '/api/v2/conversations/keyconfigurations/validate',
22397
+ 'POST',
22398
+ { },
22399
+ { },
22400
+ { },
22401
+ { },
22402
+ body,
22403
+ ['PureCloud OAuth'],
22404
+ ['application/json'],
22405
+ ['application/json']
22406
+ );
22407
+ }
22408
+
22258
22409
  /**
22259
22410
  * Send message
22260
22411
  * Send message on existing conversation/communication. Only one message body field can be accepted, per request. Example: 1 textBody, 1 mediaId, 1 stickerId, or 1 messageTemplate.
@@ -22639,6 +22790,36 @@ class ConversationsApi {
22639
22790
  );
22640
22791
  }
22641
22792
 
22793
+ /**
22794
+ * Set the secure attributes on a conversation.
22795
+ *
22796
+ * @param {String} conversationId conversation ID
22797
+ * @param {Object} body Conversation Secure Attributes
22798
+ */
22799
+ putConversationSecureattributes(conversationId, body) {
22800
+ // verify the required parameter 'conversationId' is set
22801
+ if (conversationId === undefined || conversationId === null) {
22802
+ throw 'Missing the required parameter "conversationId" when calling putConversationSecureattributes';
22803
+ }
22804
+ // verify the required parameter 'body' is set
22805
+ if (body === undefined || body === null) {
22806
+ throw 'Missing the required parameter "body" when calling putConversationSecureattributes';
22807
+ }
22808
+
22809
+ return this.apiClient.callApi(
22810
+ '/api/v2/conversations/{conversationId}/secureattributes',
22811
+ 'PUT',
22812
+ { 'conversationId': conversationId },
22813
+ { },
22814
+ { },
22815
+ { },
22816
+ body,
22817
+ ['PureCloud OAuth'],
22818
+ ['application/json'],
22819
+ ['application/json']
22820
+ );
22821
+ }
22822
+
22642
22823
  /**
22643
22824
  * Update the tags on a conversation.
22644
22825
  *
@@ -22889,6 +23070,36 @@ class ConversationsApi {
22889
23070
  );
22890
23071
  }
22891
23072
 
23073
+ /**
23074
+ * Update the encryption key configurations
23075
+ *
23076
+ * @param {String} keyconfigurationsId Key Configurations Id
23077
+ * @param {Object} body Encryption key configuration metadata
23078
+ */
23079
+ putConversationsKeyconfiguration(keyconfigurationsId, body) {
23080
+ // verify the required parameter 'keyconfigurationsId' is set
23081
+ if (keyconfigurationsId === undefined || keyconfigurationsId === null) {
23082
+ throw 'Missing the required parameter "keyconfigurationsId" when calling putConversationsKeyconfiguration';
23083
+ }
23084
+ // verify the required parameter 'body' is set
23085
+ if (body === undefined || body === null) {
23086
+ throw 'Missing the required parameter "body" when calling putConversationsKeyconfiguration';
23087
+ }
23088
+
23089
+ return this.apiClient.callApi(
23090
+ '/api/v2/conversations/keyconfigurations/{keyconfigurationsId}',
23091
+ 'PUT',
23092
+ { 'keyconfigurationsId': keyconfigurationsId },
23093
+ { },
23094
+ { },
23095
+ { },
23096
+ body,
23097
+ ['PureCloud OAuth'],
23098
+ ['application/json'],
23099
+ ['application/json']
23100
+ );
23101
+ }
23102
+
22892
23103
  /**
22893
23104
  * Update a conversation by setting its recording state
22894
23105
  *
@@ -23095,7 +23306,7 @@ class DataExtensionsApi {
23095
23306
  /**
23096
23307
  * DataExtensions service.
23097
23308
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
23098
- * @version 142.0.0
23309
+ * @version 145.0.0
23099
23310
  */
23100
23311
 
23101
23312
  /**
@@ -23181,7 +23392,7 @@ class ExternalContactsApi {
23181
23392
  /**
23182
23393
  * ExternalContacts service.
23183
23394
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
23184
- * @version 142.0.0
23395
+ * @version 145.0.0
23185
23396
  */
23186
23397
 
23187
23398
  /**
@@ -24924,7 +25135,7 @@ class FaxApi {
24924
25135
  /**
24925
25136
  * Fax service.
24926
25137
  * @module purecloud-platform-client-v2/api/FaxApi
24927
- * @version 142.0.0
25138
+ * @version 145.0.0
24928
25139
  */
24929
25140
 
24930
25141
  /**
@@ -25095,7 +25306,7 @@ class FlowsApi {
25095
25306
  /**
25096
25307
  * Flows service.
25097
25308
  * @module purecloud-platform-client-v2/api/FlowsApi
25098
- * @version 142.0.0
25309
+ * @version 145.0.0
25099
25310
  */
25100
25311
 
25101
25312
  /**
@@ -25166,7 +25377,7 @@ class GamificationApi {
25166
25377
  /**
25167
25378
  * Gamification service.
25168
25379
  * @module purecloud-platform-client-v2/api/GamificationApi
25169
- * @version 142.0.0
25380
+ * @version 145.0.0
25170
25381
  */
25171
25382
 
25172
25383
  /**
@@ -25181,6 +25392,81 @@ class GamificationApi {
25181
25392
  }
25182
25393
 
25183
25394
 
25395
+ /**
25396
+ * Delete an External Metric Definition
25397
+ *
25398
+ * @param {String} metricId Specifies the External Metric Definition ID
25399
+ */
25400
+ deleteEmployeeperformanceExternalmetricsDefinition(metricId) {
25401
+ // verify the required parameter 'metricId' is set
25402
+ if (metricId === undefined || metricId === null) {
25403
+ throw 'Missing the required parameter "metricId" when calling deleteEmployeeperformanceExternalmetricsDefinition';
25404
+ }
25405
+
25406
+ return this.apiClient.callApi(
25407
+ '/api/v2/employeeperformance/externalmetrics/definitions/{metricId}',
25408
+ 'DELETE',
25409
+ { 'metricId': metricId },
25410
+ { },
25411
+ { },
25412
+ { },
25413
+ null,
25414
+ ['PureCloud OAuth'],
25415
+ ['application/json'],
25416
+ ['application/json']
25417
+ );
25418
+ }
25419
+
25420
+ /**
25421
+ * Get an External Metric Definition
25422
+ *
25423
+ * @param {String} metricId Specifies the External Metric Definition ID
25424
+ */
25425
+ getEmployeeperformanceExternalmetricsDefinition(metricId) {
25426
+ // verify the required parameter 'metricId' is set
25427
+ if (metricId === undefined || metricId === null) {
25428
+ throw 'Missing the required parameter "metricId" when calling getEmployeeperformanceExternalmetricsDefinition';
25429
+ }
25430
+
25431
+ return this.apiClient.callApi(
25432
+ '/api/v2/employeeperformance/externalmetrics/definitions/{metricId}',
25433
+ 'GET',
25434
+ { 'metricId': metricId },
25435
+ { },
25436
+ { },
25437
+ { },
25438
+ null,
25439
+ ['PureCloud OAuth'],
25440
+ ['application/json'],
25441
+ ['application/json']
25442
+ );
25443
+ }
25444
+
25445
+ /**
25446
+ * Get a list of External Metric Definitions of an organization, sorted by name in ascending order
25447
+ *
25448
+ * @param {Object} opts Optional parameters
25449
+ * @param {Number} opts.pageSize Page size (default to 25)
25450
+ * @param {Number} opts.pageNumber Page number (default to 1)
25451
+ */
25452
+ getEmployeeperformanceExternalmetricsDefinitions(opts) {
25453
+ opts = opts || {};
25454
+
25455
+
25456
+ return this.apiClient.callApi(
25457
+ '/api/v2/employeeperformance/externalmetrics/definitions',
25458
+ 'GET',
25459
+ { },
25460
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
25461
+ { },
25462
+ { },
25463
+ null,
25464
+ ['PureCloud OAuth'],
25465
+ ['application/json'],
25466
+ ['application/json']
25467
+ );
25468
+ }
25469
+
25184
25470
  /**
25185
25471
  * Leaderboard of the requesting user's division or performance profile
25186
25472
  *
@@ -25845,14 +26131,14 @@ class GamificationApi {
25845
26131
  * @param {String} profileId performanceProfileId
25846
26132
  * @param {String} metricId metricId
25847
26133
  * @param {Object} filterType Filter type for the query request.
25848
- * @param {String} filterId ID for the filter type. For example, division Id
25849
26134
  * @param {String} startWorkday Start workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
25850
26135
  * @param {String} endWorkday End workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
25851
26136
  * @param {Object} opts Optional parameters
26137
+ * @param {String} opts.filterId ID for the filter type. Only required when filterType is Division.
25852
26138
  * @param {String} opts.referenceWorkday Reference workday for the trend. Used to determine the associated metric definition. If not set, then the value of endWorkday is used. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
25853
26139
  * @param {String} opts.timeZone Timezone for the workday. Defaults to UTC (default to UTC)
25854
26140
  */
25855
- getGamificationScorecardsProfileMetricUsersValuesTrends(profileId, metricId, filterType, filterId, startWorkday, endWorkday, opts) {
26141
+ getGamificationScorecardsProfileMetricUsersValuesTrends(profileId, metricId, filterType, startWorkday, endWorkday, opts) {
25856
26142
  opts = opts || {};
25857
26143
 
25858
26144
  // verify the required parameter 'profileId' is set
@@ -25867,10 +26153,6 @@ class GamificationApi {
25867
26153
  if (filterType === undefined || filterType === null) {
25868
26154
  throw 'Missing the required parameter "filterType" when calling getGamificationScorecardsProfileMetricUsersValuesTrends';
25869
26155
  }
25870
- // verify the required parameter 'filterId' is set
25871
- if (filterId === undefined || filterId === null) {
25872
- throw 'Missing the required parameter "filterId" when calling getGamificationScorecardsProfileMetricUsersValuesTrends';
25873
- }
25874
26156
  // verify the required parameter 'startWorkday' is set
25875
26157
  if (startWorkday === undefined || startWorkday === null) {
25876
26158
  throw 'Missing the required parameter "startWorkday" when calling getGamificationScorecardsProfileMetricUsersValuesTrends';
@@ -25884,7 +26166,7 @@ class GamificationApi {
25884
26166
  '/api/v2/gamification/scorecards/profiles/{profileId}/metrics/{metricId}/users/values/trends',
25885
26167
  'GET',
25886
26168
  { 'profileId': profileId,'metricId': metricId },
25887
- { 'filterType': filterType,'filterId': filterId,'startWorkday': startWorkday,'endWorkday': endWorkday,'referenceWorkday': opts['referenceWorkday'],'timeZone': opts['timeZone'] },
26169
+ { 'filterType': filterType,'filterId': opts['filterId'],'startWorkday': startWorkday,'endWorkday': endWorkday,'referenceWorkday': opts['referenceWorkday'],'timeZone': opts['timeZone'] },
25888
26170
  { },
25889
26171
  { },
25890
26172
  null,
@@ -26390,6 +26672,84 @@ class GamificationApi {
26390
26672
  );
26391
26673
  }
26392
26674
 
26675
+ /**
26676
+ * Update External Metric Definition
26677
+ *
26678
+ * @param {String} metricId Specifies the metric definition ID
26679
+ * @param {Object} body The External Metric Definition parameters to be updated
26680
+ */
26681
+ patchEmployeeperformanceExternalmetricsDefinition(metricId, body) {
26682
+ // verify the required parameter 'metricId' is set
26683
+ if (metricId === undefined || metricId === null) {
26684
+ throw 'Missing the required parameter "metricId" when calling patchEmployeeperformanceExternalmetricsDefinition';
26685
+ }
26686
+ // verify the required parameter 'body' is set
26687
+ if (body === undefined || body === null) {
26688
+ throw 'Missing the required parameter "body" when calling patchEmployeeperformanceExternalmetricsDefinition';
26689
+ }
26690
+
26691
+ return this.apiClient.callApi(
26692
+ '/api/v2/employeeperformance/externalmetrics/definitions/{metricId}',
26693
+ 'PATCH',
26694
+ { 'metricId': metricId },
26695
+ { },
26696
+ { },
26697
+ { },
26698
+ body,
26699
+ ['PureCloud OAuth'],
26700
+ ['application/json'],
26701
+ ['application/json']
26702
+ );
26703
+ }
26704
+
26705
+ /**
26706
+ * Write External Metric Data
26707
+ *
26708
+ * @param {Object} opts Optional parameters
26709
+ * @param {Object} opts.body The External Metric Data to be added
26710
+ */
26711
+ postEmployeeperformanceExternalmetricsData(opts) {
26712
+ opts = opts || {};
26713
+
26714
+
26715
+ return this.apiClient.callApi(
26716
+ '/api/v2/employeeperformance/externalmetrics/data',
26717
+ 'POST',
26718
+ { },
26719
+ { },
26720
+ { },
26721
+ { },
26722
+ opts['body'],
26723
+ ['PureCloud OAuth'],
26724
+ ['application/json'],
26725
+ ['application/json']
26726
+ );
26727
+ }
26728
+
26729
+ /**
26730
+ * Create External Metric Definition
26731
+ *
26732
+ * @param {Object} opts Optional parameters
26733
+ * @param {Object} opts.body The External Metric Definition to be created
26734
+ */
26735
+ postEmployeeperformanceExternalmetricsDefinitions(opts) {
26736
+ opts = opts || {};
26737
+
26738
+
26739
+ return this.apiClient.callApi(
26740
+ '/api/v2/employeeperformance/externalmetrics/definitions',
26741
+ 'POST',
26742
+ { },
26743
+ { },
26744
+ { },
26745
+ { },
26746
+ opts['body'],
26747
+ ['PureCloud OAuth'],
26748
+ ['application/json'],
26749
+ ['application/json']
26750
+ );
26751
+ }
26752
+
26393
26753
  /**
26394
26754
  * Creates a gamified metric with a given metric definition and metric objective
26395
26755
  * This API is deprecated. Use /api/v2/gamification/profiles/{profileId}/metrics instead.
@@ -26748,7 +27108,7 @@ class GeneralDataProtectionRegulationApi {
26748
27108
  /**
26749
27109
  * GeneralDataProtectionRegulation service.
26750
27110
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
26751
- * @version 142.0.0
27111
+ * @version 145.0.0
26752
27112
  */
26753
27113
 
26754
27114
  /**
@@ -26878,7 +27238,7 @@ class GeolocationApi {
26878
27238
  /**
26879
27239
  * Geolocation service.
26880
27240
  * @module purecloud-platform-client-v2/api/GeolocationApi
26881
- * @version 142.0.0
27241
+ * @version 145.0.0
26882
27242
  */
26883
27243
 
26884
27244
  /**
@@ -27009,7 +27369,7 @@ class GreetingsApi {
27009
27369
  /**
27010
27370
  * Greetings service.
27011
27371
  * @module purecloud-platform-client-v2/api/GreetingsApi
27012
- * @version 142.0.0
27372
+ * @version 145.0.0
27013
27373
  */
27014
27374
 
27015
27375
  /**
@@ -27464,7 +27824,7 @@ class GroupsApi {
27464
27824
  /**
27465
27825
  * Groups service.
27466
27826
  * @module purecloud-platform-client-v2/api/GroupsApi
27467
- * @version 142.0.0
27827
+ * @version 145.0.0
27468
27828
  */
27469
27829
 
27470
27830
  /**
@@ -27869,7 +28229,7 @@ class IdentityProviderApi {
27869
28229
  /**
27870
28230
  * IdentityProvider service.
27871
28231
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
27872
- * @version 142.0.0
28232
+ * @version 145.0.0
27873
28233
  */
27874
28234
 
27875
28235
  /**
@@ -28625,7 +28985,7 @@ class IntegrationsApi {
28625
28985
  /**
28626
28986
  * Integrations service.
28627
28987
  * @module purecloud-platform-client-v2/api/IntegrationsApi
28628
- * @version 142.0.0
28988
+ * @version 145.0.0
28629
28989
  */
28630
28990
 
28631
28991
  /**
@@ -30302,7 +30662,7 @@ class JourneyApi {
30302
30662
  /**
30303
30663
  * Journey service.
30304
30664
  * @module purecloud-platform-client-v2/api/JourneyApi
30305
- * @version 142.0.0
30665
+ * @version 145.0.0
30306
30666
  */
30307
30667
 
30308
30668
  /**
@@ -31013,7 +31373,7 @@ class KnowledgeApi {
31013
31373
  /**
31014
31374
  * Knowledge service.
31015
31375
  * @module purecloud-platform-client-v2/api/KnowledgeApi
31016
- * @version 142.0.0
31376
+ * @version 145.0.0
31017
31377
  */
31018
31378
 
31019
31379
  /**
@@ -31913,7 +32273,7 @@ class LanguageUnderstandingApi {
31913
32273
  /**
31914
32274
  * LanguageUnderstanding service.
31915
32275
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
31916
- * @version 142.0.0
32276
+ * @version 145.0.0
31917
32277
  */
31918
32278
 
31919
32279
  /**
@@ -32817,7 +33177,7 @@ class LanguagesApi {
32817
33177
  /**
32818
33178
  * Languages service.
32819
33179
  * @module purecloud-platform-client-v2/api/LanguagesApi
32820
- * @version 142.0.0
33180
+ * @version 145.0.0
32821
33181
  */
32822
33182
 
32823
33183
  /**
@@ -33085,7 +33445,7 @@ class LearningApi {
33085
33445
  /**
33086
33446
  * Learning service.
33087
33447
  * @module purecloud-platform-client-v2/api/LearningApi
33088
- * @version 142.0.0
33448
+ * @version 145.0.0
33089
33449
  */
33090
33450
 
33091
33451
  /**
@@ -33438,6 +33798,31 @@ class LearningApi {
33438
33798
  );
33439
33799
  }
33440
33800
 
33801
+ /**
33802
+ * Get a specific Learning Module cover art using ID
33803
+ *
33804
+ * @param {String} coverArtId Key identifier for the cover art
33805
+ */
33806
+ getLearningModulesCoverartCoverArtId(coverArtId) {
33807
+ // verify the required parameter 'coverArtId' is set
33808
+ if (coverArtId === undefined || coverArtId === null) {
33809
+ throw 'Missing the required parameter "coverArtId" when calling getLearningModulesCoverartCoverArtId';
33810
+ }
33811
+
33812
+ return this.apiClient.callApi(
33813
+ '/api/v2/learning/modules/coverart/{coverArtId}',
33814
+ 'GET',
33815
+ { 'coverArtId': coverArtId },
33816
+ { },
33817
+ { },
33818
+ { },
33819
+ null,
33820
+ ['PureCloud OAuth'],
33821
+ ['application/json'],
33822
+ ['application/json']
33823
+ );
33824
+ }
33825
+
33441
33826
  /**
33442
33827
  * Update Learning Assignment
33443
33828
  *
@@ -33820,7 +34205,7 @@ class LicenseApi {
33820
34205
  /**
33821
34206
  * License service.
33822
34207
  * @module purecloud-platform-client-v2/api/LicenseApi
33823
- * @version 142.0.0
34208
+ * @version 145.0.0
33824
34209
  */
33825
34210
 
33826
34211
  /**
@@ -34058,7 +34443,7 @@ class LocationsApi {
34058
34443
  /**
34059
34444
  * Locations service.
34060
34445
  * @module purecloud-platform-client-v2/api/LocationsApi
34061
- * @version 142.0.0
34446
+ * @version 145.0.0
34062
34447
  */
34063
34448
 
34064
34449
  /**
@@ -34294,7 +34679,7 @@ class MessagingApi {
34294
34679
  /**
34295
34680
  * Messaging service.
34296
34681
  * @module purecloud-platform-client-v2/api/MessagingApi
34297
- * @version 142.0.0
34682
+ * @version 145.0.0
34298
34683
  */
34299
34684
 
34300
34685
  /**
@@ -34445,7 +34830,7 @@ class MobileDevicesApi {
34445
34830
  /**
34446
34831
  * MobileDevices service.
34447
34832
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
34448
- * @version 142.0.0
34833
+ * @version 145.0.0
34449
34834
  */
34450
34835
 
34451
34836
  /**
@@ -34596,7 +34981,7 @@ class NotificationsApi {
34596
34981
  /**
34597
34982
  * Notifications service.
34598
34983
  * @module purecloud-platform-client-v2/api/NotificationsApi
34599
- * @version 142.0.0
34984
+ * @version 145.0.0
34600
34985
  */
34601
34986
 
34602
34987
  /**
@@ -34821,7 +35206,7 @@ class OAuthApi {
34821
35206
  /**
34822
35207
  * OAuth service.
34823
35208
  * @module purecloud-platform-client-v2/api/OAuthApi
34824
- * @version 142.0.0
35209
+ * @version 145.0.0
34825
35210
  */
34826
35211
 
34827
35212
  /**
@@ -35187,7 +35572,7 @@ class ObjectsApi {
35187
35572
  /**
35188
35573
  * Objects service.
35189
35574
  * @module purecloud-platform-client-v2/api/ObjectsApi
35190
- * @version 142.0.0
35575
+ * @version 145.0.0
35191
35576
  */
35192
35577
 
35193
35578
  /**
@@ -35458,7 +35843,7 @@ class OrganizationApi {
35458
35843
  /**
35459
35844
  * Organization service.
35460
35845
  * @module purecloud-platform-client-v2/api/OrganizationApi
35461
- * @version 142.0.0
35846
+ * @version 145.0.0
35462
35847
  */
35463
35848
 
35464
35849
  /**
@@ -35861,7 +36246,7 @@ class OrganizationAuthorizationApi {
35861
36246
  /**
35862
36247
  * OrganizationAuthorization service.
35863
36248
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
35864
- * @version 142.0.0
36249
+ * @version 145.0.0
35865
36250
  */
35866
36251
 
35867
36252
  /**
@@ -36786,7 +37171,7 @@ class OutboundApi {
36786
37171
  /**
36787
37172
  * Outbound service.
36788
37173
  * @module purecloud-platform-client-v2/api/OutboundApi
36789
- * @version 142.0.0
37174
+ * @version 145.0.0
36790
37175
  */
36791
37176
 
36792
37177
  /**
@@ -40041,7 +40426,7 @@ class PresenceApi {
40041
40426
  /**
40042
40427
  * Presence service.
40043
40428
  * @module purecloud-platform-client-v2/api/PresenceApi
40044
- * @version 142.0.0
40429
+ * @version 145.0.0
40045
40430
  */
40046
40431
 
40047
40432
  /**
@@ -40363,7 +40748,7 @@ class QualityApi {
40363
40748
  /**
40364
40749
  * Quality service.
40365
40750
  * @module purecloud-platform-client-v2/api/QualityApi
40366
- * @version 142.0.0
40751
+ * @version 145.0.0
40367
40752
  */
40368
40753
 
40369
40754
  /**
@@ -41941,7 +42326,7 @@ class RecordingApi {
41941
42326
  /**
41942
42327
  * Recording service.
41943
42328
  * @module purecloud-platform-client-v2/api/RecordingApi
41944
- * @version 142.0.0
42329
+ * @version 145.0.0
41945
42330
  */
41946
42331
 
41947
42332
  /**
@@ -43594,7 +43979,7 @@ class ResponseManagementApi {
43594
43979
  /**
43595
43980
  * ResponseManagement service.
43596
43981
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
43597
- * @version 142.0.0
43982
+ * @version 145.0.0
43598
43983
  */
43599
43984
 
43600
43985
  /**
@@ -44078,7 +44463,7 @@ class RoutingApi {
44078
44463
  /**
44079
44464
  * Routing service.
44080
44465
  * @module purecloud-platform-client-v2/api/RoutingApi
44081
- * @version 142.0.0
44466
+ * @version 145.0.0
44082
44467
  */
44083
44468
 
44084
44469
  /**
@@ -44644,6 +45029,26 @@ class RoutingApi {
44644
45029
  );
44645
45030
  }
44646
45031
 
45032
+ /**
45033
+ * Get available media types
45034
+ *
45035
+ */
45036
+ getRoutingAvailablemediatypes() {
45037
+
45038
+ return this.apiClient.callApi(
45039
+ '/api/v2/routing/availablemediatypes',
45040
+ 'GET',
45041
+ { },
45042
+ { },
45043
+ { },
45044
+ { },
45045
+ null,
45046
+ ['PureCloud OAuth'],
45047
+ ['application/json'],
45048
+ ['application/json']
45049
+ );
45050
+ }
45051
+
44647
45052
  /**
44648
45053
  * Get domain
44649
45054
  *
@@ -46999,7 +47404,7 @@ class SCIMApi {
46999
47404
  /**
47000
47405
  * SCIM service.
47001
47406
  * @module purecloud-platform-client-v2/api/SCIMApi
47002
- * @version 142.0.0
47407
+ * @version 145.0.0
47003
47408
  */
47004
47409
 
47005
47410
  /**
@@ -47876,7 +48281,7 @@ class ScriptsApi {
47876
48281
  /**
47877
48282
  * Scripts service.
47878
48283
  * @module purecloud-platform-client-v2/api/ScriptsApi
47879
- * @version 142.0.0
48284
+ * @version 145.0.0
47880
48285
  */
47881
48286
 
47882
48287
  /**
@@ -48295,7 +48700,7 @@ class SearchApi {
48295
48700
  /**
48296
48701
  * Search service.
48297
48702
  * @module purecloud-platform-client-v2/api/SearchApi
48298
- * @version 142.0.0
48703
+ * @version 145.0.0
48299
48704
  */
48300
48705
 
48301
48706
  /**
@@ -48855,7 +49260,7 @@ class SpeechTextAnalyticsApi {
48855
49260
  /**
48856
49261
  * SpeechTextAnalytics service.
48857
49262
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
48858
- * @version 142.0.0
49263
+ * @version 145.0.0
48859
49264
  */
48860
49265
 
48861
49266
  /**
@@ -49709,7 +50114,7 @@ class StationsApi {
49709
50114
  /**
49710
50115
  * Stations service.
49711
50116
  * @module purecloud-platform-client-v2/api/StationsApi
49712
- * @version 142.0.0
50117
+ * @version 145.0.0
49713
50118
  */
49714
50119
 
49715
50120
  /**
@@ -49856,7 +50261,7 @@ class SuggestApi {
49856
50261
  /**
49857
50262
  * Suggest service.
49858
50263
  * @module purecloud-platform-client-v2/api/SuggestApi
49859
- * @version 142.0.0
50264
+ * @version 145.0.0
49860
50265
  */
49861
50266
 
49862
50267
  /**
@@ -49995,7 +50400,7 @@ class TeamsApi {
49995
50400
  /**
49996
50401
  * Teams service.
49997
50402
  * @module purecloud-platform-client-v2/api/TeamsApi
49998
- * @version 142.0.0
50403
+ * @version 145.0.0
49999
50404
  */
50000
50405
 
50001
50406
  /**
@@ -50174,7 +50579,7 @@ class TelephonyApi {
50174
50579
  /**
50175
50580
  * Telephony service.
50176
50581
  * @module purecloud-platform-client-v2/api/TelephonyApi
50177
- * @version 142.0.0
50582
+ * @version 145.0.0
50178
50583
  */
50179
50584
 
50180
50585
  /**
@@ -50282,7 +50687,7 @@ class TelephonyProvidersEdgeApi {
50282
50687
  /**
50283
50688
  * TelephonyProvidersEdge service.
50284
50689
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
50285
- * @version 142.0.0
50690
+ * @version 145.0.0
50286
50691
  */
50287
50692
 
50288
50693
  /**
@@ -53915,7 +54320,7 @@ class TextbotsApi {
53915
54320
  /**
53916
54321
  * Textbots service.
53917
54322
  * @module purecloud-platform-client-v2/api/TextbotsApi
53918
- * @version 142.0.0
54323
+ * @version 145.0.0
53919
54324
  */
53920
54325
 
53921
54326
  /**
@@ -54043,7 +54448,7 @@ class TokensApi {
54043
54448
  /**
54044
54449
  * Tokens service.
54045
54450
  * @module purecloud-platform-client-v2/api/TokensApi
54046
- * @version 142.0.0
54451
+ * @version 145.0.0
54047
54452
  */
54048
54453
 
54049
54454
  /**
@@ -54149,7 +54554,7 @@ class UploadsApi {
54149
54554
  /**
54150
54555
  * Uploads service.
54151
54556
  * @module purecloud-platform-client-v2/api/UploadsApi
54152
- * @version 142.0.0
54557
+ * @version 145.0.0
54153
54558
  */
54154
54559
 
54155
54560
  /**
@@ -54219,6 +54624,31 @@ class UploadsApi {
54219
54624
  );
54220
54625
  }
54221
54626
 
54627
+ /**
54628
+ * Generates pre-signed URL to upload cover art for learning modules
54629
+ *
54630
+ * @param {Object} body query
54631
+ */
54632
+ postUploadsLearningCoverart(body) {
54633
+ // verify the required parameter 'body' is set
54634
+ if (body === undefined || body === null) {
54635
+ throw 'Missing the required parameter "body" when calling postUploadsLearningCoverart';
54636
+ }
54637
+
54638
+ return this.apiClient.callApi(
54639
+ '/api/v2/uploads/learning/coverart',
54640
+ 'POST',
54641
+ { },
54642
+ { },
54643
+ { },
54644
+ { },
54645
+ body,
54646
+ ['PureCloud OAuth'],
54647
+ ['application/json'],
54648
+ ['application/json']
54649
+ );
54650
+ }
54651
+
54222
54652
  /**
54223
54653
  * Creates presigned url for uploading a public asset image
54224
54654
  *
@@ -54300,7 +54730,7 @@ class UsageApi {
54300
54730
  /**
54301
54731
  * Usage service.
54302
54732
  * @module purecloud-platform-client-v2/api/UsageApi
54303
- * @version 142.0.0
54733
+ * @version 145.0.0
54304
54734
  */
54305
54735
 
54306
54736
  /**
@@ -54371,7 +54801,7 @@ class UserRecordingsApi {
54371
54801
  /**
54372
54802
  * UserRecordings service.
54373
54803
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
54374
- * @version 142.0.0
54804
+ * @version 145.0.0
54375
54805
  */
54376
54806
 
54377
54807
  /**
@@ -54555,7 +54985,7 @@ class UsersApi {
54555
54985
  /**
54556
54986
  * Users service.
54557
54987
  * @module purecloud-platform-client-v2/api/UsersApi
54558
- * @version 142.0.0
54988
+ * @version 145.0.0
54559
54989
  */
54560
54990
 
54561
54991
  /**
@@ -56857,7 +57287,7 @@ class UtilitiesApi {
56857
57287
  /**
56858
57288
  * Utilities service.
56859
57289
  * @module purecloud-platform-client-v2/api/UtilitiesApi
56860
- * @version 142.0.0
57290
+ * @version 145.0.0
56861
57291
  */
56862
57292
 
56863
57293
  /**
@@ -56968,7 +57398,7 @@ class VoicemailApi {
56968
57398
  /**
56969
57399
  * Voicemail service.
56970
57400
  * @module purecloud-platform-client-v2/api/VoicemailApi
56971
- * @version 142.0.0
57401
+ * @version 145.0.0
56972
57402
  */
56973
57403
 
56974
57404
  /**
@@ -57635,7 +58065,7 @@ class WebChatApi {
57635
58065
  /**
57636
58066
  * WebChat service.
57637
58067
  * @module purecloud-platform-client-v2/api/WebChatApi
57638
- * @version 142.0.0
58068
+ * @version 145.0.0
57639
58069
  */
57640
58070
 
57641
58071
  /**
@@ -58179,7 +58609,7 @@ class WebDeploymentsApi {
58179
58609
  /**
58180
58610
  * WebDeployments service.
58181
58611
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
58182
- * @version 142.0.0
58612
+ * @version 145.0.0
58183
58613
  */
58184
58614
 
58185
58615
  /**
@@ -58534,7 +58964,7 @@ class WebMessagingApi {
58534
58964
  /**
58535
58965
  * WebMessaging service.
58536
58966
  * @module purecloud-platform-client-v2/api/WebMessagingApi
58537
- * @version 142.0.0
58967
+ * @version 145.0.0
58538
58968
  */
58539
58969
 
58540
58970
  /**
@@ -58580,7 +59010,7 @@ class WidgetsApi {
58580
59010
  /**
58581
59011
  * Widgets service.
58582
59012
  * @module purecloud-platform-client-v2/api/WidgetsApi
58583
- * @version 142.0.0
59013
+ * @version 145.0.0
58584
59014
  */
58585
59015
 
58586
59016
  /**
@@ -58726,7 +59156,7 @@ class WorkforceManagementApi {
58726
59156
  /**
58727
59157
  * WorkforceManagement service.
58728
59158
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
58729
- * @version 142.0.0
59159
+ * @version 145.0.0
58730
59160
  */
58731
59161
 
58732
59162
  /**
@@ -63002,7 +63432,7 @@ class WorkforceManagementApi {
63002
63432
  * </pre>
63003
63433
  * </p>
63004
63434
  * @module purecloud-platform-client-v2/index
63005
- * @version 142.0.0
63435
+ * @version 145.0.0
63006
63436
  */
63007
63437
  class platformClient {
63008
63438
  constructor() {