purecloud-platform-client-v2 213.0.0 → 214.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 (91) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +356 -118
  3. package/dist/web-amd/purecloud-platform-client-v2.js +356 -118
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +144 -95
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +144 -95
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +364 -230
  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/AgentAssistantsApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AlertingApi.js +45 -1
  15. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -6
  42. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -31
  65. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +107 -1
  72. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -2
  81. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/UsersApi.js +125 -1
  84. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  90. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  91. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -620,7 +620,7 @@ class Configuration {
620
620
 
621
621
  /**
622
622
  * @module purecloud-platform-client-v2/ApiClient
623
- * @version 213.0.0
623
+ * @version 214.0.0
624
624
  */
625
625
  class ApiClient {
626
626
  /**
@@ -2144,7 +2144,7 @@ class AgentAssistantsApi {
2144
2144
  /**
2145
2145
  * AgentAssistants service.
2146
2146
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
2147
- * @version 213.0.0
2147
+ * @version 214.0.0
2148
2148
  */
2149
2149
 
2150
2150
  /**
@@ -2520,7 +2520,7 @@ class AgentCopilotApi {
2520
2520
  /**
2521
2521
  * AgentCopilot service.
2522
2522
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
2523
- * @version 213.0.0
2523
+ * @version 214.0.0
2524
2524
  */
2525
2525
 
2526
2526
  /**
@@ -2596,7 +2596,7 @@ class AgentUIApi {
2596
2596
  /**
2597
2597
  * AgentUI service.
2598
2598
  * @module purecloud-platform-client-v2/api/AgentUIApi
2599
- * @version 213.0.0
2599
+ * @version 214.0.0
2600
2600
  */
2601
2601
 
2602
2602
  /**
@@ -2727,7 +2727,7 @@ class AlertingApi {
2727
2727
  /**
2728
2728
  * Alerting service.
2729
2729
  * @module purecloud-platform-client-v2/api/AlertingApi
2730
- * @version 213.0.0
2730
+ * @version 214.0.0
2731
2731
  */
2732
2732
 
2733
2733
  /**
@@ -2767,6 +2767,26 @@ class AlertingApi {
2767
2767
  );
2768
2768
  }
2769
2769
 
2770
+ /**
2771
+ * Delete all alerts for the user
2772
+ *
2773
+ */
2774
+ deleteAlertingAlertsAll() {
2775
+
2776
+ return this.apiClient.callApi(
2777
+ '/api/v2/alerting/alerts/all',
2778
+ 'DELETE',
2779
+ { },
2780
+ { },
2781
+ { },
2782
+ { },
2783
+ null,
2784
+ ['PureCloud OAuth'],
2785
+ ['application/json'],
2786
+ ['application/json']
2787
+ );
2788
+ }
2789
+
2770
2790
  /**
2771
2791
  * Delete an interaction stats alert
2772
2792
  * Apps should migrate to use DELETE /api/v2/alerting/alerts/{alertId}.
@@ -3075,6 +3095,30 @@ class AlertingApi {
3075
3095
  );
3076
3096
  }
3077
3097
 
3098
+ /**
3099
+ * Updates all alerts
3100
+ *
3101
+ * @param {Object} opts Optional parameters
3102
+ * @param {Object} opts.body
3103
+ */
3104
+ patchAlertingAlertsAll(opts) {
3105
+ opts = opts || {};
3106
+
3107
+
3108
+ return this.apiClient.callApi(
3109
+ '/api/v2/alerting/alerts/all',
3110
+ 'PATCH',
3111
+ { },
3112
+ { },
3113
+ { },
3114
+ { },
3115
+ opts['body'],
3116
+ ['PureCloud OAuth'],
3117
+ ['application/json'],
3118
+ ['application/json']
3119
+ );
3120
+ }
3121
+
3078
3122
  /**
3079
3123
  * Bulk alert updates
3080
3124
  *
@@ -3388,7 +3432,7 @@ class AnalyticsApi {
3388
3432
  /**
3389
3433
  * Analytics service.
3390
3434
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3391
- * @version 213.0.0
3435
+ * @version 214.0.0
3392
3436
  */
3393
3437
 
3394
3438
  /**
@@ -6213,7 +6257,7 @@ class ArchitectApi {
6213
6257
  /**
6214
6258
  * Architect service.
6215
6259
  * @module purecloud-platform-client-v2/api/ArchitectApi
6216
- * @version 213.0.0
6260
+ * @version 214.0.0
6217
6261
  */
6218
6262
 
6219
6263
  /**
@@ -10335,7 +10379,7 @@ class AuditApi {
10335
10379
  /**
10336
10380
  * Audit service.
10337
10381
  * @module purecloud-platform-client-v2/api/AuditApi
10338
- * @version 213.0.0
10382
+ * @version 214.0.0
10339
10383
  */
10340
10384
 
10341
10385
  /**
@@ -10536,7 +10580,7 @@ class AuthorizationApi {
10536
10580
  /**
10537
10581
  * Authorization service.
10538
10582
  * @module purecloud-platform-client-v2/api/AuthorizationApi
10539
- * @version 213.0.0
10583
+ * @version 214.0.0
10540
10584
  */
10541
10585
 
10542
10586
  /**
@@ -11819,7 +11863,7 @@ class BillingApi {
11819
11863
  /**
11820
11864
  * Billing service.
11821
11865
  * @module purecloud-platform-client-v2/api/BillingApi
11822
- * @version 213.0.0
11866
+ * @version 214.0.0
11823
11867
  */
11824
11868
 
11825
11869
  /**
@@ -11899,7 +11943,7 @@ class CarrierServicesApi {
11899
11943
  /**
11900
11944
  * CarrierServices service.
11901
11945
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
11902
- * @version 213.0.0
11946
+ * @version 214.0.0
11903
11947
  */
11904
11948
 
11905
11949
  /**
@@ -11969,7 +12013,7 @@ class ChatApi {
11969
12013
  /**
11970
12014
  * Chat service.
11971
12015
  * @module purecloud-platform-client-v2/api/ChatApi
11972
- * @version 213.0.0
12016
+ * @version 214.0.0
11973
12017
  */
11974
12018
 
11975
12019
  /**
@@ -12905,7 +12949,7 @@ class CoachingApi {
12905
12949
  /**
12906
12950
  * Coaching service.
12907
12951
  * @module purecloud-platform-client-v2/api/CoachingApi
12908
- * @version 213.0.0
12952
+ * @version 214.0.0
12909
12953
  */
12910
12954
 
12911
12955
  /**
@@ -13482,7 +13526,7 @@ class ContentManagementApi {
13482
13526
  /**
13483
13527
  * ContentManagement service.
13484
13528
  * @module purecloud-platform-client-v2/api/ContentManagementApi
13485
- * @version 213.0.0
13529
+ * @version 214.0.0
13486
13530
  */
13487
13531
 
13488
13532
  /**
@@ -14563,7 +14607,7 @@ class ConversationsApi {
14563
14607
  /**
14564
14608
  * Conversations service.
14565
14609
  * @module purecloud-platform-client-v2/api/ConversationsApi
14566
- * @version 213.0.0
14610
+ * @version 214.0.0
14567
14611
  */
14568
14612
 
14569
14613
  /**
@@ -21725,7 +21769,7 @@ class DataExtensionsApi {
21725
21769
  /**
21726
21770
  * DataExtensions service.
21727
21771
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
21728
- * @version 213.0.0
21772
+ * @version 214.0.0
21729
21773
  */
21730
21774
 
21731
21775
  /**
@@ -21811,7 +21855,7 @@ class DataPrivacyApi {
21811
21855
  /**
21812
21856
  * DataPrivacy service.
21813
21857
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
21814
- * @version 213.0.0
21858
+ * @version 214.0.0
21815
21859
  */
21816
21860
 
21817
21861
  /**
@@ -21981,7 +22025,7 @@ class DownloadsApi {
21981
22025
  /**
21982
22026
  * Downloads service.
21983
22027
  * @module purecloud-platform-client-v2/api/DownloadsApi
21984
- * @version 213.0.0
22028
+ * @version 214.0.0
21985
22029
  */
21986
22030
 
21987
22031
  /**
@@ -22033,7 +22077,7 @@ class EmailsApi {
22033
22077
  /**
22034
22078
  * Emails service.
22035
22079
  * @module purecloud-platform-client-v2/api/EmailsApi
22036
- * @version 213.0.0
22080
+ * @version 214.0.0
22037
22081
  */
22038
22082
 
22039
22083
  /**
@@ -22098,7 +22142,7 @@ class EmployeeEngagementApi {
22098
22142
  /**
22099
22143
  * EmployeeEngagement service.
22100
22144
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
22101
- * @version 213.0.0
22145
+ * @version 214.0.0
22102
22146
  */
22103
22147
 
22104
22148
  /**
@@ -22249,7 +22293,7 @@ class EventsApi {
22249
22293
  /**
22250
22294
  * Events service.
22251
22295
  * @module purecloud-platform-client-v2/api/EventsApi
22252
- * @version 213.0.0
22296
+ * @version 214.0.0
22253
22297
  */
22254
22298
 
22255
22299
  /**
@@ -22345,7 +22389,7 @@ class ExternalContactsApi {
22345
22389
  /**
22346
22390
  * ExternalContacts service.
22347
22391
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
22348
- * @version 213.0.0
22392
+ * @version 214.0.0
22349
22393
  */
22350
22394
 
22351
22395
  /**
@@ -24910,7 +24954,7 @@ class FaxApi {
24910
24954
  /**
24911
24955
  * Fax service.
24912
24956
  * @module purecloud-platform-client-v2/api/FaxApi
24913
- * @version 213.0.0
24957
+ * @version 214.0.0
24914
24958
  */
24915
24959
 
24916
24960
  /**
@@ -25125,7 +25169,7 @@ class FlowsApi {
25125
25169
  /**
25126
25170
  * Flows service.
25127
25171
  * @module purecloud-platform-client-v2/api/FlowsApi
25128
- * @version 213.0.0
25172
+ * @version 214.0.0
25129
25173
  */
25130
25174
 
25131
25175
  /**
@@ -25308,7 +25352,7 @@ class GamificationApi {
25308
25352
  /**
25309
25353
  * Gamification service.
25310
25354
  * @module purecloud-platform-client-v2/api/GamificationApi
25311
- * @version 213.0.0
25355
+ * @version 214.0.0
25312
25356
  */
25313
25357
 
25314
25358
  /**
@@ -27450,7 +27494,7 @@ class GeneralDataProtectionRegulationApi {
27450
27494
  /**
27451
27495
  * GeneralDataProtectionRegulation service.
27452
27496
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
27453
- * @version 213.0.0
27497
+ * @version 214.0.0
27454
27498
  */
27455
27499
 
27456
27500
  /**
@@ -27580,7 +27624,7 @@ class GeolocationApi {
27580
27624
  /**
27581
27625
  * Geolocation service.
27582
27626
  * @module purecloud-platform-client-v2/api/GeolocationApi
27583
- * @version 213.0.0
27627
+ * @version 214.0.0
27584
27628
  */
27585
27629
 
27586
27630
  /**
@@ -27711,7 +27755,7 @@ class GreetingsApi {
27711
27755
  /**
27712
27756
  * Greetings service.
27713
27757
  * @module purecloud-platform-client-v2/api/GreetingsApi
27714
- * @version 213.0.0
27758
+ * @version 214.0.0
27715
27759
  */
27716
27760
 
27717
27761
  /**
@@ -28166,7 +28210,7 @@ class GroupsApi {
28166
28210
  /**
28167
28211
  * Groups service.
28168
28212
  * @module purecloud-platform-client-v2/api/GroupsApi
28169
- * @version 213.0.0
28213
+ * @version 214.0.0
28170
28214
  */
28171
28215
 
28172
28216
  /**
@@ -28685,7 +28729,7 @@ class IdentityProviderApi {
28685
28729
  /**
28686
28730
  * IdentityProvider service.
28687
28731
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
28688
- * @version 213.0.0
28732
+ * @version 214.0.0
28689
28733
  */
28690
28734
 
28691
28735
  /**
@@ -29546,7 +29590,7 @@ class InfrastructureAsCodeApi {
29546
29590
  /**
29547
29591
  * InfrastructureAsCode service.
29548
29592
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
29549
- * @version 213.0.0
29593
+ * @version 214.0.0
29550
29594
  */
29551
29595
 
29552
29596
  /**
@@ -29713,7 +29757,7 @@ class IntegrationsApi {
29713
29757
  /**
29714
29758
  * Integrations service.
29715
29759
  * @module purecloud-platform-client-v2/api/IntegrationsApi
29716
- * @version 213.0.0
29760
+ * @version 214.0.0
29717
29761
  */
29718
29762
 
29719
29763
  /**
@@ -29980,7 +30024,6 @@ class IntegrationsApi {
29980
30024
  * Get draft function settings for Action
29981
30025
  *
29982
30026
  * @param {String} actionId actionId
29983
- * getIntegrationsActionDraftFunction is a preview method and is subject to both breaking and non-breaking changes at any time without notice
29984
30027
  */
29985
30028
  getIntegrationsActionDraftFunction(actionId) {
29986
30029
  // verify the required parameter 'actionId' is set
@@ -30095,7 +30138,6 @@ class IntegrationsApi {
30095
30138
  * Get published function settings for Action
30096
30139
  *
30097
30140
  * @param {String} actionId actionId
30098
- * getIntegrationsActionFunction is a preview method and is subject to both breaking and non-breaking changes at any time without notice
30099
30141
  */
30100
30142
  getIntegrationsActionFunction(actionId) {
30101
30143
  // verify the required parameter 'actionId' is set
@@ -30327,7 +30369,6 @@ class IntegrationsApi {
30327
30369
  /**
30328
30370
  * Get action function settings for Action
30329
30371
  *
30330
- * getIntegrationsActionsFunctionsRuntimes is a preview method and is subject to both breaking and non-breaking changes at any time without notice
30331
30372
  */
30332
30373
  getIntegrationsActionsFunctionsRuntimes() {
30333
30374
 
@@ -31617,7 +31658,6 @@ class IntegrationsApi {
31617
31658
  *
31618
31659
  * @param {String} actionId actionId
31619
31660
  * @param {Object} body Input used to request URL upload.
31620
- * postIntegrationsActionDraftFunctionUpload is a preview method and is subject to both breaking and non-breaking changes at any time without notice
31621
31661
  */
31622
31662
  postIntegrationsActionDraftFunctionUpload(actionId, body) {
31623
31663
  // verify the required parameter 'actionId' is set
@@ -31979,7 +32019,6 @@ class IntegrationsApi {
31979
32019
  *
31980
32020
  * @param {String} actionId actionId
31981
32021
  * @param {Object} body Input used to update function settings.
31982
- * putIntegrationsActionDraftFunction is a preview method and is subject to both breaking and non-breaking changes at any time without notice
31983
32022
  */
31984
32023
  putIntegrationsActionDraftFunction(actionId, body) {
31985
32024
  // verify the required parameter 'actionId' is set
@@ -32155,7 +32194,7 @@ class JourneyApi {
32155
32194
  /**
32156
32195
  * Journey service.
32157
32196
  * @module purecloud-platform-client-v2/api/JourneyApi
32158
- * @version 213.0.0
32197
+ * @version 214.0.0
32159
32198
  */
32160
32199
 
32161
32200
  /**
@@ -34120,7 +34159,7 @@ class KnowledgeApi {
34120
34159
  /**
34121
34160
  * Knowledge service.
34122
34161
  * @module purecloud-platform-client-v2/api/KnowledgeApi
34123
- * @version 213.0.0
34162
+ * @version 214.0.0
34124
34163
  */
34125
34164
 
34126
34165
  /**
@@ -37996,7 +38035,7 @@ class LanguageUnderstandingApi {
37996
38035
  /**
37997
38036
  * LanguageUnderstanding service.
37998
38037
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
37999
- * @version 213.0.0
38038
+ * @version 214.0.0
38000
38039
  */
38001
38040
 
38002
38041
  /**
@@ -39029,7 +39068,7 @@ class LanguagesApi {
39029
39068
  /**
39030
39069
  * Languages service.
39031
39070
  * @module purecloud-platform-client-v2/api/LanguagesApi
39032
- * @version 213.0.0
39071
+ * @version 214.0.0
39033
39072
  */
39034
39073
 
39035
39074
  /**
@@ -39251,7 +39290,7 @@ class LearningApi {
39251
39290
  /**
39252
39291
  * Learning service.
39253
39292
  * @module purecloud-platform-client-v2/api/LearningApi
39254
- * @version 213.0.0
39293
+ * @version 214.0.0
39255
39294
  */
39256
39295
 
39257
39296
  /**
@@ -40280,7 +40319,7 @@ class LicenseApi {
40280
40319
  /**
40281
40320
  * License service.
40282
40321
  * @module purecloud-platform-client-v2/api/LicenseApi
40283
- * @version 213.0.0
40322
+ * @version 214.0.0
40284
40323
  */
40285
40324
 
40286
40325
  /**
@@ -40518,7 +40557,7 @@ class LocationsApi {
40518
40557
  /**
40519
40558
  * Locations service.
40520
40559
  * @module purecloud-platform-client-v2/api/LocationsApi
40521
- * @version 213.0.0
40560
+ * @version 214.0.0
40522
40561
  */
40523
40562
 
40524
40563
  /**
@@ -40754,7 +40793,7 @@ class LogCaptureApi {
40754
40793
  /**
40755
40794
  * LogCapture service.
40756
40795
  * @module purecloud-platform-client-v2/api/LogCaptureApi
40757
- * @version 213.0.0
40796
+ * @version 214.0.0
40758
40797
  */
40759
40798
 
40760
40799
  /**
@@ -40954,7 +40993,7 @@ class MessagingApi {
40954
40993
  /**
40955
40994
  * Messaging service.
40956
40995
  * @module purecloud-platform-client-v2/api/MessagingApi
40957
- * @version 213.0.0
40996
+ * @version 214.0.0
40958
40997
  */
40959
40998
 
40960
40999
  /**
@@ -41313,7 +41352,7 @@ class MobileDevicesApi {
41313
41352
  /**
41314
41353
  * MobileDevices service.
41315
41354
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
41316
- * @version 213.0.0
41355
+ * @version 214.0.0
41317
41356
  */
41318
41357
 
41319
41358
  /**
@@ -41464,7 +41503,7 @@ class NotificationsApi {
41464
41503
  /**
41465
41504
  * Notifications service.
41466
41505
  * @module purecloud-platform-client-v2/api/NotificationsApi
41467
- * @version 213.0.0
41506
+ * @version 214.0.0
41468
41507
  */
41469
41508
 
41470
41509
  /**
@@ -41697,7 +41736,7 @@ class OAuthApi {
41697
41736
  /**
41698
41737
  * OAuth service.
41699
41738
  * @module purecloud-platform-client-v2/api/OAuthApi
41700
- * @version 213.0.0
41739
+ * @version 214.0.0
41701
41740
  */
41702
41741
 
41703
41742
  /**
@@ -42063,7 +42102,7 @@ class ObjectsApi {
42063
42102
  /**
42064
42103
  * Objects service.
42065
42104
  * @module purecloud-platform-client-v2/api/ObjectsApi
42066
- * @version 213.0.0
42105
+ * @version 214.0.0
42067
42106
  */
42068
42107
 
42069
42108
  /**
@@ -42333,7 +42372,7 @@ class OperationalEventsApi {
42333
42372
  /**
42334
42373
  * OperationalEvents service.
42335
42374
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
42336
- * @version 213.0.0
42375
+ * @version 214.0.0
42337
42376
  */
42338
42377
 
42339
42378
  /**
@@ -42450,7 +42489,7 @@ class OrganizationApi {
42450
42489
  /**
42451
42490
  * Organization service.
42452
42491
  * @module purecloud-platform-client-v2/api/OrganizationApi
42453
- * @version 213.0.0
42492
+ * @version 214.0.0
42454
42493
  */
42455
42494
 
42456
42495
  /**
@@ -42992,7 +43031,7 @@ class OrganizationAuthorizationApi {
42992
43031
  /**
42993
43032
  * OrganizationAuthorization service.
42994
43033
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
42995
- * @version 213.0.0
43034
+ * @version 214.0.0
42996
43035
  */
42997
43036
 
42998
43037
  /**
@@ -44386,7 +44425,7 @@ class OutboundApi {
44386
44425
  /**
44387
44426
  * Outbound service.
44388
44427
  * @module purecloud-platform-client-v2/api/OutboundApi
44389
- * @version 213.0.0
44428
+ * @version 214.0.0
44390
44429
  */
44391
44430
 
44392
44431
  /**
@@ -48937,7 +48976,7 @@ class PresenceApi {
48937
48976
  /**
48938
48977
  * Presence service.
48939
48978
  * @module purecloud-platform-client-v2/api/PresenceApi
48940
- * @version 213.0.0
48979
+ * @version 214.0.0
48941
48980
  */
48942
48981
 
48943
48982
  /**
@@ -49681,7 +49720,7 @@ class ProcessAutomationApi {
49681
49720
  /**
49682
49721
  * ProcessAutomation service.
49683
49722
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
49684
- * @version 213.0.0
49723
+ * @version 214.0.0
49685
49724
  */
49686
49725
 
49687
49726
  /**
@@ -49920,7 +49959,7 @@ class QualityApi {
49920
49959
  /**
49921
49960
  * Quality service.
49922
49961
  * @module purecloud-platform-client-v2/api/QualityApi
49923
- * @version 213.0.0
49962
+ * @version 214.0.0
49924
49963
  */
49925
49964
 
49926
49965
  /**
@@ -51708,7 +51747,7 @@ class RecordingApi {
51708
51747
  /**
51709
51748
  * Recording service.
51710
51749
  * @module purecloud-platform-client-v2/api/RecordingApi
51711
- * @version 213.0.0
51750
+ * @version 214.0.0
51712
51751
  */
51713
51752
 
51714
51753
  /**
@@ -53367,7 +53406,7 @@ class ResponseManagementApi {
53367
53406
  /**
53368
53407
  * ResponseManagement service.
53369
53408
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
53370
- * @version 213.0.0
53409
+ * @version 214.0.0
53371
53410
  */
53372
53411
 
53373
53412
  /**
@@ -53877,7 +53916,7 @@ class RoutingApi {
53877
53916
  /**
53878
53917
  * Routing service.
53879
53918
  * @module purecloud-platform-client-v2/api/RoutingApi
53880
- * @version 213.0.0
53919
+ * @version 214.0.0
53881
53920
  */
53882
53921
 
53883
53922
  /**
@@ -57783,36 +57822,6 @@ class RoutingApi {
57783
57822
  );
57784
57823
  }
57785
57824
 
57786
- /**
57787
- * Update a phone number provisioned for SMS.
57788
- *
57789
- * @param {String} phoneNumberId phone number
57790
- * @param {Object} body SmsPhoneNumber
57791
- */
57792
- putRoutingSmsPhonenumber(phoneNumberId, body) {
57793
- // verify the required parameter 'phoneNumberId' is set
57794
- if (phoneNumberId === undefined || phoneNumberId === null) {
57795
- throw 'Missing the required parameter "phoneNumberId" when calling putRoutingSmsPhonenumber';
57796
- }
57797
- // verify the required parameter 'body' is set
57798
- if (body === undefined || body === null) {
57799
- throw 'Missing the required parameter "body" when calling putRoutingSmsPhonenumber';
57800
- }
57801
-
57802
- return this.apiClient.callApi(
57803
- '/api/v2/routing/sms/phonenumbers/{phoneNumberId}',
57804
- 'PUT',
57805
- { 'phoneNumberId': phoneNumberId },
57806
- { },
57807
- { },
57808
- { },
57809
- body,
57810
- ['PureCloud OAuth'],
57811
- ['application/json'],
57812
- ['application/json']
57813
- );
57814
- }
57815
-
57816
57825
  /**
57817
57826
  * Update the user's Direct Routing Backup settings.
57818
57827
  *
@@ -58029,7 +58038,7 @@ class SCIMApi {
58029
58038
  /**
58030
58039
  * SCIM service.
58031
58040
  * @module purecloud-platform-client-v2/api/SCIMApi
58032
- * @version 213.0.0
58041
+ * @version 214.0.0
58033
58042
  */
58034
58043
 
58035
58044
  /**
@@ -58906,7 +58915,7 @@ class ScreenRecordingApi {
58906
58915
  /**
58907
58916
  * ScreenRecording service.
58908
58917
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
58909
- * @version 213.0.0
58918
+ * @version 214.0.0
58910
58919
  */
58911
58920
 
58912
58921
  /**
@@ -58951,7 +58960,7 @@ class ScriptsApi {
58951
58960
  /**
58952
58961
  * Scripts service.
58953
58962
  * @module purecloud-platform-client-v2/api/ScriptsApi
58954
- * @version 213.0.0
58963
+ * @version 214.0.0
58955
58964
  */
58956
58965
 
58957
58966
  /**
@@ -59395,7 +59404,7 @@ class SearchApi {
59395
59404
  /**
59396
59405
  * Search service.
59397
59406
  * @module purecloud-platform-client-v2/api/SearchApi
59398
- * @version 213.0.0
59407
+ * @version 214.0.0
59399
59408
  */
59400
59409
 
59401
59410
  /**
@@ -60138,7 +60147,7 @@ class SettingsApi {
60138
60147
  /**
60139
60148
  * Settings service.
60140
60149
  * @module purecloud-platform-client-v2/api/SettingsApi
60141
- * @version 213.0.0
60150
+ * @version 214.0.0
60142
60151
  */
60143
60152
 
60144
60153
  /**
@@ -60358,7 +60367,7 @@ class SocialMediaApi {
60358
60367
  /**
60359
60368
  * SocialMedia service.
60360
60369
  * @module purecloud-platform-client-v2/api/SocialMediaApi
60361
- * @version 213.0.0
60370
+ * @version 214.0.0
60362
60371
  */
60363
60372
 
60364
60373
  /**
@@ -61263,7 +61272,7 @@ class SpeechTextAnalyticsApi {
61263
61272
  /**
61264
61273
  * SpeechTextAnalytics service.
61265
61274
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
61266
- * @version 213.0.0
61275
+ * @version 214.0.0
61267
61276
  */
61268
61277
 
61269
61278
  /**
@@ -61596,6 +61605,31 @@ class SpeechTextAnalyticsApi {
61596
61605
  );
61597
61606
  }
61598
61607
 
61608
+ /**
61609
+ * Get conversation summaries by conversation id.
61610
+ *
61611
+ * @param {String} conversationId The conversation ID of the summaries
61612
+ */
61613
+ getSpeechandtextanalyticsConversationSummaries(conversationId) {
61614
+ // verify the required parameter 'conversationId' is set
61615
+ if (conversationId === undefined || conversationId === null) {
61616
+ throw 'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsConversationSummaries';
61617
+ }
61618
+
61619
+ return this.apiClient.callApi(
61620
+ '/api/v2/speechandtextanalytics/conversations/{conversationId}/summaries',
61621
+ 'GET',
61622
+ { 'conversationId': conversationId },
61623
+ { },
61624
+ { },
61625
+ { },
61626
+ null,
61627
+ ['PureCloud OAuth'],
61628
+ ['application/json'],
61629
+ ['application/json']
61630
+ );
61631
+ }
61632
+
61599
61633
  /**
61600
61634
  * Get the list of Speech and Text Analytics dictionary feedbacks
61601
61635
  *
@@ -61697,6 +61731,31 @@ class SpeechTextAnalyticsApi {
61697
61731
  );
61698
61732
  }
61699
61733
 
61734
+ /**
61735
+ * Get AI Insights settings of a program
61736
+ *
61737
+ * @param {String} programId The id of the program
61738
+ */
61739
+ getSpeechandtextanalyticsProgramSettingsInsights(programId) {
61740
+ // verify the required parameter 'programId' is set
61741
+ if (programId === undefined || programId === null) {
61742
+ throw 'Missing the required parameter "programId" when calling getSpeechandtextanalyticsProgramSettingsInsights';
61743
+ }
61744
+
61745
+ return this.apiClient.callApi(
61746
+ '/api/v2/speechandtextanalytics/programs/{programId}/settings/insights',
61747
+ 'GET',
61748
+ { 'programId': programId },
61749
+ { },
61750
+ { },
61751
+ { },
61752
+ null,
61753
+ ['PureCloud OAuth'],
61754
+ ['application/json'],
61755
+ ['application/json']
61756
+ );
61757
+ }
61758
+
61700
61759
  /**
61701
61760
  * Get transcription engine settings of a program
61702
61761
  *
@@ -61823,6 +61882,32 @@ class SpeechTextAnalyticsApi {
61823
61882
  );
61824
61883
  }
61825
61884
 
61885
+ /**
61886
+ * Get the list of program AI Insights settings for the organization
61887
+ *
61888
+ * @param {Object} opts Optional parameters
61889
+ * @param {Number} opts.pageSize The page size for the listing. The max that will be returned is 100. (default to 100)
61890
+ * @param {Number} opts.pageNumber The page number for the listing (default to 1)
61891
+ * @param {Array.<String>} opts.programIds Comma separated Program IDs to filter by. Maximum of 50 IDs allowed.
61892
+ */
61893
+ getSpeechandtextanalyticsProgramsSettingsInsights(opts) {
61894
+ opts = opts || {};
61895
+
61896
+
61897
+ return this.apiClient.callApi(
61898
+ '/api/v2/speechandtextanalytics/programs/settings/insights',
61899
+ 'GET',
61900
+ { },
61901
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'programIds': this.apiClient.buildCollectionParam(opts['programIds'], 'multi') },
61902
+ { },
61903
+ { },
61904
+ null,
61905
+ ['PureCloud OAuth'],
61906
+ ['application/json'],
61907
+ ['application/json']
61908
+ );
61909
+ }
61910
+
61826
61911
  /**
61827
61912
  * Get supported dialects for each transcription engine
61828
61913
  *
@@ -62507,6 +62592,36 @@ class SpeechTextAnalyticsApi {
62507
62592
  );
62508
62593
  }
62509
62594
 
62595
+ /**
62596
+ * Update AI Insights settings of a program
62597
+ *
62598
+ * @param {String} programId The id of the program
62599
+ * @param {Object} body Program AI Insights setting
62600
+ */
62601
+ putSpeechandtextanalyticsProgramSettingsInsights(programId, body) {
62602
+ // verify the required parameter 'programId' is set
62603
+ if (programId === undefined || programId === null) {
62604
+ throw 'Missing the required parameter "programId" when calling putSpeechandtextanalyticsProgramSettingsInsights';
62605
+ }
62606
+ // verify the required parameter 'body' is set
62607
+ if (body === undefined || body === null) {
62608
+ throw 'Missing the required parameter "body" when calling putSpeechandtextanalyticsProgramSettingsInsights';
62609
+ }
62610
+
62611
+ return this.apiClient.callApi(
62612
+ '/api/v2/speechandtextanalytics/programs/{programId}/settings/insights',
62613
+ 'PUT',
62614
+ { 'programId': programId },
62615
+ { },
62616
+ { },
62617
+ { },
62618
+ body,
62619
+ ['PureCloud OAuth'],
62620
+ ['application/json'],
62621
+ ['application/json']
62622
+ );
62623
+ }
62624
+
62510
62625
  /**
62511
62626
  * Update transcription engine settings of a program
62512
62627
  *
@@ -62598,7 +62713,7 @@ class StationsApi {
62598
62713
  /**
62599
62714
  * Stations service.
62600
62715
  * @module purecloud-platform-client-v2/api/StationsApi
62601
- * @version 213.0.0
62716
+ * @version 214.0.0
62602
62717
  */
62603
62718
 
62604
62719
  /**
@@ -62700,7 +62815,7 @@ class SuggestApi {
62700
62815
  /**
62701
62816
  * Suggest service.
62702
62817
  * @module purecloud-platform-client-v2/api/SuggestApi
62703
- * @version 213.0.0
62818
+ * @version 214.0.0
62704
62819
  */
62705
62820
 
62706
62821
  /**
@@ -62839,7 +62954,7 @@ class TaskManagementApi {
62839
62954
  /**
62840
62955
  * TaskManagement service.
62841
62956
  * @module purecloud-platform-client-v2/api/TaskManagementApi
62842
- * @version 213.0.0
62957
+ * @version 214.0.0
62843
62958
  */
62844
62959
 
62845
62960
  /**
@@ -64945,7 +65060,7 @@ class TeamsApi {
64945
65060
  /**
64946
65061
  * Teams service.
64947
65062
  * @module purecloud-platform-client-v2/api/TeamsApi
64948
- * @version 213.0.0
65063
+ * @version 214.0.0
64949
65064
  */
64950
65065
 
64951
65066
  /**
@@ -65250,7 +65365,7 @@ class TelephonyApi {
65250
65365
  /**
65251
65366
  * Telephony service.
65252
65367
  * @module purecloud-platform-client-v2/api/TelephonyApi
65253
- * @version 213.0.0
65368
+ * @version 214.0.0
65254
65369
  */
65255
65370
 
65256
65371
  /**
@@ -65432,7 +65547,7 @@ class TelephonyProvidersEdgeApi {
65432
65547
  /**
65433
65548
  * TelephonyProvidersEdge service.
65434
65549
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
65435
- * @version 213.0.0
65550
+ * @version 214.0.0
65436
65551
  */
65437
65552
 
65438
65553
  /**
@@ -68883,7 +68998,7 @@ class TextbotsApi {
68883
68998
  /**
68884
68999
  * Textbots service.
68885
69000
  * @module purecloud-platform-client-v2/api/TextbotsApi
68886
- * @version 213.0.0
69001
+ * @version 214.0.0
68887
69002
  */
68888
69003
 
68889
69004
  /**
@@ -69011,7 +69126,7 @@ class TokensApi {
69011
69126
  /**
69012
69127
  * Tokens service.
69013
69128
  * @module purecloud-platform-client-v2/api/TokensApi
69014
- * @version 213.0.0
69129
+ * @version 214.0.0
69015
69130
  */
69016
69131
 
69017
69132
  /**
@@ -69165,7 +69280,7 @@ class UploadsApi {
69165
69280
  /**
69166
69281
  * Uploads service.
69167
69282
  * @module purecloud-platform-client-v2/api/UploadsApi
69168
- * @version 213.0.0
69283
+ * @version 214.0.0
69169
69284
  */
69170
69285
 
69171
69286
  /**
@@ -69216,7 +69331,6 @@ class UploadsApi {
69216
69331
  *
69217
69332
  * @param {String} actionId actionId
69218
69333
  * @param {Object} body Input used to request URL upload.
69219
- * postIntegrationsActionDraftFunctionUpload is a preview method and is subject to both breaking and non-breaking changes at any time without notice
69220
69334
  */
69221
69335
  postIntegrationsActionDraftFunctionUpload(actionId, body) {
69222
69336
  // verify the required parameter 'actionId' is set
@@ -69434,7 +69548,7 @@ class UsageApi {
69434
69548
  /**
69435
69549
  * Usage service.
69436
69550
  * @module purecloud-platform-client-v2/api/UsageApi
69437
- * @version 213.0.0
69551
+ * @version 214.0.0
69438
69552
  */
69439
69553
 
69440
69554
  /**
@@ -69649,7 +69763,7 @@ class UserRecordingsApi {
69649
69763
  /**
69650
69764
  * UserRecordings service.
69651
69765
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
69652
- * @version 213.0.0
69766
+ * @version 214.0.0
69653
69767
  */
69654
69768
 
69655
69769
  /**
@@ -69864,7 +69978,7 @@ class UsersApi {
69864
69978
  /**
69865
69979
  * Users service.
69866
69980
  * @module purecloud-platform-client-v2/api/UsersApi
69867
- * @version 213.0.0
69981
+ * @version 214.0.0
69868
69982
  */
69869
69983
 
69870
69984
  /**
@@ -70034,6 +70148,41 @@ class UsersApi {
70034
70148
  );
70035
70149
  }
70036
70150
 
70151
+ /**
70152
+ * Delete the external identifier for user.
70153
+ *
70154
+ * @param {String} userId User ID
70155
+ * @param {String} authorityName Authority Name
70156
+ * @param {String} externalKey External Key
70157
+ */
70158
+ deleteUserExternalidAuthorityNameExternalKey(userId, authorityName, externalKey) {
70159
+ // verify the required parameter 'userId' is set
70160
+ if (userId === undefined || userId === null) {
70161
+ throw 'Missing the required parameter "userId" when calling deleteUserExternalidAuthorityNameExternalKey';
70162
+ }
70163
+ // verify the required parameter 'authorityName' is set
70164
+ if (authorityName === undefined || authorityName === null) {
70165
+ throw 'Missing the required parameter "authorityName" when calling deleteUserExternalidAuthorityNameExternalKey';
70166
+ }
70167
+ // verify the required parameter 'externalKey' is set
70168
+ if (externalKey === undefined || externalKey === null) {
70169
+ throw 'Missing the required parameter "externalKey" when calling deleteUserExternalidAuthorityNameExternalKey';
70170
+ }
70171
+
70172
+ return this.apiClient.callApi(
70173
+ '/api/v2/users/{userId}/externalid/{authorityName}/{externalKey}',
70174
+ 'DELETE',
70175
+ { 'userId': userId,'authorityName': authorityName,'externalKey': externalKey },
70176
+ { },
70177
+ { },
70178
+ { },
70179
+ null,
70180
+ ['PureCloud OAuth'],
70181
+ ['application/json'],
70182
+ ['application/json']
70183
+ );
70184
+ }
70185
+
70037
70186
  /**
70038
70187
  * Remove a routing language from a user
70039
70188
  *
@@ -70695,6 +70844,61 @@ class UsersApi {
70695
70844
  );
70696
70845
  }
70697
70846
 
70847
+ /**
70848
+ * Get the external identifiers for a user.
70849
+ *
70850
+ * @param {String} userId User ID
70851
+ */
70852
+ getUserExternalid(userId) {
70853
+ // verify the required parameter 'userId' is set
70854
+ if (userId === undefined || userId === null) {
70855
+ throw 'Missing the required parameter "userId" when calling getUserExternalid';
70856
+ }
70857
+
70858
+ return this.apiClient.callApi(
70859
+ '/api/v2/users/{userId}/externalid',
70860
+ 'GET',
70861
+ { 'userId': userId },
70862
+ { },
70863
+ { },
70864
+ { },
70865
+ null,
70866
+ ['PureCloud OAuth'],
70867
+ ['application/json'],
70868
+ ['application/json']
70869
+ );
70870
+ }
70871
+
70872
+ /**
70873
+ * Get the external identifier of user for an authority.
70874
+ * Authority name and external key are case sensitive.
70875
+ * @param {String} userId User ID
70876
+ * @param {String} authorityName Authority Name
70877
+ */
70878
+ getUserExternalidAuthorityName(userId, authorityName) {
70879
+ // verify the required parameter 'userId' is set
70880
+ if (userId === undefined || userId === null) {
70881
+ throw 'Missing the required parameter "userId" when calling getUserExternalidAuthorityName';
70882
+ }
70883
+ // verify the required parameter 'authorityName' is set
70884
+ if (authorityName === undefined || authorityName === null) {
70885
+ throw 'Missing the required parameter "authorityName" when calling getUserExternalidAuthorityName';
70886
+ }
70887
+
70888
+ return this.apiClient.callApi(
70889
+ '/api/v2/users/{userId}/externalid/{authorityName}',
70890
+ 'GET',
70891
+ { 'userId': userId,'authorityName': authorityName },
70892
+ { },
70893
+ { },
70894
+ { },
70895
+ null,
70896
+ ['PureCloud OAuth'],
70897
+ ['application/json'],
70898
+ ['application/json']
70899
+ );
70900
+ }
70901
+
70698
70902
  /**
70699
70903
  * Deprecated; will be revived with new contract
70700
70904
  *
@@ -71304,6 +71508,40 @@ class UsersApi {
71304
71508
  );
71305
71509
  }
71306
71510
 
71511
+ /**
71512
+ * Get the user associated with external identifier.
71513
+ * Authority name and external key are case sensitive.
71514
+ * @param {String} authorityName Authority Name
71515
+ * @param {String} externalKey External Key
71516
+ * @param {Object} opts Optional parameters
71517
+ * @param {Array.<String>} opts.expand Which fields, if any, to expand
71518
+ */
71519
+ getUsersExternalidAuthorityNameExternalKey(authorityName, externalKey, opts) {
71520
+ opts = opts || {};
71521
+
71522
+ // verify the required parameter 'authorityName' is set
71523
+ if (authorityName === undefined || authorityName === null) {
71524
+ throw 'Missing the required parameter "authorityName" when calling getUsersExternalidAuthorityNameExternalKey';
71525
+ }
71526
+ // verify the required parameter 'externalKey' is set
71527
+ if (externalKey === undefined || externalKey === null) {
71528
+ throw 'Missing the required parameter "externalKey" when calling getUsersExternalidAuthorityNameExternalKey';
71529
+ }
71530
+
71531
+ return this.apiClient.callApi(
71532
+ '/api/v2/users/externalid/{authorityName}/{externalKey}',
71533
+ 'GET',
71534
+ { 'authorityName': authorityName,'externalKey': externalKey },
71535
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
71536
+ { },
71537
+ { },
71538
+ null,
71539
+ ['PureCloud OAuth'],
71540
+ ['application/json'],
71541
+ ['application/json']
71542
+ );
71543
+ }
71544
+
71307
71545
  /**
71308
71546
  * Get current user details.
71309
71547
  * This request is not valid when using the Client Credentials OAuth grant.
@@ -72693,7 +72931,7 @@ class UtilitiesApi {
72693
72931
  /**
72694
72932
  * Utilities service.
72695
72933
  * @module purecloud-platform-client-v2/api/UtilitiesApi
72696
- * @version 213.0.0
72934
+ * @version 214.0.0
72697
72935
  */
72698
72936
 
72699
72937
  /**
@@ -72804,7 +73042,7 @@ class VoicemailApi {
72804
73042
  /**
72805
73043
  * Voicemail service.
72806
73044
  * @module purecloud-platform-client-v2/api/VoicemailApi
72807
- * @version 213.0.0
73045
+ * @version 214.0.0
72808
73046
  */
72809
73047
 
72810
73048
  /**
@@ -73526,7 +73764,7 @@ class WebChatApi {
73526
73764
  /**
73527
73765
  * WebChat service.
73528
73766
  * @module purecloud-platform-client-v2/api/WebChatApi
73529
- * @version 213.0.0
73767
+ * @version 214.0.0
73530
73768
  */
73531
73769
 
73532
73770
  /**
@@ -74077,7 +74315,7 @@ class WebDeploymentsApi {
74077
74315
  /**
74078
74316
  * WebDeployments service.
74079
74317
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
74080
- * @version 213.0.0
74318
+ * @version 214.0.0
74081
74319
  */
74082
74320
 
74083
74321
  /**
@@ -74604,7 +74842,7 @@ class WebMessagingApi {
74604
74842
  /**
74605
74843
  * WebMessaging service.
74606
74844
  * @module purecloud-platform-client-v2/api/WebMessagingApi
74607
- * @version 213.0.0
74845
+ * @version 214.0.0
74608
74846
  */
74609
74847
 
74610
74848
  /**
@@ -74650,7 +74888,7 @@ class WidgetsApi {
74650
74888
  /**
74651
74889
  * Widgets service.
74652
74890
  * @module purecloud-platform-client-v2/api/WidgetsApi
74653
- * @version 213.0.0
74891
+ * @version 214.0.0
74654
74892
  */
74655
74893
 
74656
74894
  /**
@@ -74796,7 +75034,7 @@ class WorkforceManagementApi {
74796
75034
  /**
74797
75035
  * WorkforceManagement service.
74798
75036
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
74799
- * @version 213.0.0
75037
+ * @version 214.0.0
74800
75038
  */
74801
75039
 
74802
75040
  /**
@@ -82120,7 +82358,7 @@ class WorkforceManagementApi {
82120
82358
  * </pre>
82121
82359
  * </p>
82122
82360
  * @module purecloud-platform-client-v2/index
82123
- * @version 213.0.0
82361
+ * @version 214.0.0
82124
82362
  */
82125
82363
  class platformClient {
82126
82364
  constructor() {