purecloud-platform-client-v2 144.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 (74) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +295 -65
  3. package/dist/web-amd/purecloud-platform-client-v2.js +295 -65
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +295 -65
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +295 -65
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +335 -205
  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 +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +211 -1
  21. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/RoutingApi.js +21 -1
  52. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -9307,7 +9307,7 @@ class Configuration {
9307
9307
 
9308
9308
  /**
9309
9309
  * @module purecloud-platform-client-v2/ApiClient
9310
- * @version 144.0.0
9310
+ * @version 145.0.0
9311
9311
  */
9312
9312
  class ApiClient {
9313
9313
  /**
@@ -10379,7 +10379,7 @@ class AlertingApi {
10379
10379
  /**
10380
10380
  * Alerting service.
10381
10381
  * @module purecloud-platform-client-v2/api/AlertingApi
10382
- * @version 144.0.0
10382
+ * @version 145.0.0
10383
10383
  */
10384
10384
 
10385
10385
  /**
@@ -10693,7 +10693,7 @@ class AnalyticsApi {
10693
10693
  /**
10694
10694
  * Analytics service.
10695
10695
  * @module purecloud-platform-client-v2/api/AnalyticsApi
10696
- * @version 144.0.0
10696
+ * @version 145.0.0
10697
10697
  */
10698
10698
 
10699
10699
  /**
@@ -11875,7 +11875,7 @@ class ArchitectApi {
11875
11875
  /**
11876
11876
  * Architect service.
11877
11877
  * @module purecloud-platform-client-v2/api/ArchitectApi
11878
- * @version 144.0.0
11878
+ * @version 145.0.0
11879
11879
  */
11880
11880
 
11881
11881
  /**
@@ -14920,7 +14920,7 @@ class AuditApi {
14920
14920
  /**
14921
14921
  * Audit service.
14922
14922
  * @module purecloud-platform-client-v2/api/AuditApi
14923
- * @version 144.0.0
14923
+ * @version 145.0.0
14924
14924
  */
14925
14925
 
14926
14926
  /**
@@ -15091,7 +15091,7 @@ class AuthorizationApi {
15091
15091
  /**
15092
15092
  * Authorization service.
15093
15093
  * @module purecloud-platform-client-v2/api/AuthorizationApi
15094
- * @version 144.0.0
15094
+ * @version 145.0.0
15095
15095
  */
15096
15096
 
15097
15097
  /**
@@ -16274,7 +16274,7 @@ class BillingApi {
16274
16274
  /**
16275
16275
  * Billing service.
16276
16276
  * @module purecloud-platform-client-v2/api/BillingApi
16277
- * @version 144.0.0
16277
+ * @version 145.0.0
16278
16278
  */
16279
16279
 
16280
16280
  /**
@@ -16354,7 +16354,7 @@ class ChatApi {
16354
16354
  /**
16355
16355
  * Chat service.
16356
16356
  * @module purecloud-platform-client-v2/api/ChatApi
16357
- * @version 144.0.0
16357
+ * @version 145.0.0
16358
16358
  */
16359
16359
 
16360
16360
  /**
@@ -16445,7 +16445,7 @@ class CoachingApi {
16445
16445
  /**
16446
16446
  * Coaching service.
16447
16447
  * @module purecloud-platform-client-v2/api/CoachingApi
16448
- * @version 144.0.0
16448
+ * @version 145.0.0
16449
16449
  */
16450
16450
 
16451
16451
  /**
@@ -17022,7 +17022,7 @@ class ContentManagementApi {
17022
17022
  /**
17023
17023
  * ContentManagement service.
17024
17024
  * @module purecloud-platform-client-v2/api/ContentManagementApi
17025
- * @version 144.0.0
17025
+ * @version 145.0.0
17026
17026
  */
17027
17027
 
17028
17028
  /**
@@ -18162,7 +18162,7 @@ class ConversationsApi {
18162
18162
  /**
18163
18163
  * Conversations service.
18164
18164
  * @module purecloud-platform-client-v2/api/ConversationsApi
18165
- * @version 144.0.0
18165
+ * @version 145.0.0
18166
18166
  */
18167
18167
 
18168
18168
  /**
@@ -18755,6 +18755,31 @@ class ConversationsApi {
18755
18755
  );
18756
18756
  }
18757
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
+
18758
18783
  /**
18759
18784
  * Get active conversations for the logged in user
18760
18785
  *
@@ -19538,6 +19563,51 @@ class ConversationsApi {
19538
19563
  );
19539
19564
  }
19540
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
+
19541
19611
  /**
19542
19612
  * Get message conversation
19543
19613
  *
@@ -20254,6 +20324,36 @@ class ConversationsApi {
20254
20324
  );
20255
20325
  }
20256
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
+
20257
20357
  /**
20258
20358
  * Update a conversation by setting its recording state, merging in other conversations to create a conference, or disconnecting all of the participants
20259
20359
  *
@@ -22256,6 +22356,56 @@ class ConversationsApi {
22256
22356
  );
22257
22357
  }
22258
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
+
22259
22409
  /**
22260
22410
  * Send message
22261
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.
@@ -22640,6 +22790,36 @@ class ConversationsApi {
22640
22790
  );
22641
22791
  }
22642
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
+
22643
22823
  /**
22644
22824
  * Update the tags on a conversation.
22645
22825
  *
@@ -22890,6 +23070,36 @@ class ConversationsApi {
22890
23070
  );
22891
23071
  }
22892
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
+
22893
23103
  /**
22894
23104
  * Update a conversation by setting its recording state
22895
23105
  *
@@ -23096,7 +23306,7 @@ class DataExtensionsApi {
23096
23306
  /**
23097
23307
  * DataExtensions service.
23098
23308
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
23099
- * @version 144.0.0
23309
+ * @version 145.0.0
23100
23310
  */
23101
23311
 
23102
23312
  /**
@@ -23182,7 +23392,7 @@ class ExternalContactsApi {
23182
23392
  /**
23183
23393
  * ExternalContacts service.
23184
23394
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
23185
- * @version 144.0.0
23395
+ * @version 145.0.0
23186
23396
  */
23187
23397
 
23188
23398
  /**
@@ -24925,7 +25135,7 @@ class FaxApi {
24925
25135
  /**
24926
25136
  * Fax service.
24927
25137
  * @module purecloud-platform-client-v2/api/FaxApi
24928
- * @version 144.0.0
25138
+ * @version 145.0.0
24929
25139
  */
24930
25140
 
24931
25141
  /**
@@ -25096,7 +25306,7 @@ class FlowsApi {
25096
25306
  /**
25097
25307
  * Flows service.
25098
25308
  * @module purecloud-platform-client-v2/api/FlowsApi
25099
- * @version 144.0.0
25309
+ * @version 145.0.0
25100
25310
  */
25101
25311
 
25102
25312
  /**
@@ -25167,7 +25377,7 @@ class GamificationApi {
25167
25377
  /**
25168
25378
  * Gamification service.
25169
25379
  * @module purecloud-platform-client-v2/api/GamificationApi
25170
- * @version 144.0.0
25380
+ * @version 145.0.0
25171
25381
  */
25172
25382
 
25173
25383
  /**
@@ -26898,7 +27108,7 @@ class GeneralDataProtectionRegulationApi {
26898
27108
  /**
26899
27109
  * GeneralDataProtectionRegulation service.
26900
27110
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
26901
- * @version 144.0.0
27111
+ * @version 145.0.0
26902
27112
  */
26903
27113
 
26904
27114
  /**
@@ -27028,7 +27238,7 @@ class GeolocationApi {
27028
27238
  /**
27029
27239
  * Geolocation service.
27030
27240
  * @module purecloud-platform-client-v2/api/GeolocationApi
27031
- * @version 144.0.0
27241
+ * @version 145.0.0
27032
27242
  */
27033
27243
 
27034
27244
  /**
@@ -27159,7 +27369,7 @@ class GreetingsApi {
27159
27369
  /**
27160
27370
  * Greetings service.
27161
27371
  * @module purecloud-platform-client-v2/api/GreetingsApi
27162
- * @version 144.0.0
27372
+ * @version 145.0.0
27163
27373
  */
27164
27374
 
27165
27375
  /**
@@ -27614,7 +27824,7 @@ class GroupsApi {
27614
27824
  /**
27615
27825
  * Groups service.
27616
27826
  * @module purecloud-platform-client-v2/api/GroupsApi
27617
- * @version 144.0.0
27827
+ * @version 145.0.0
27618
27828
  */
27619
27829
 
27620
27830
  /**
@@ -28019,7 +28229,7 @@ class IdentityProviderApi {
28019
28229
  /**
28020
28230
  * IdentityProvider service.
28021
28231
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
28022
- * @version 144.0.0
28232
+ * @version 145.0.0
28023
28233
  */
28024
28234
 
28025
28235
  /**
@@ -28775,7 +28985,7 @@ class IntegrationsApi {
28775
28985
  /**
28776
28986
  * Integrations service.
28777
28987
  * @module purecloud-platform-client-v2/api/IntegrationsApi
28778
- * @version 144.0.0
28988
+ * @version 145.0.0
28779
28989
  */
28780
28990
 
28781
28991
  /**
@@ -30452,7 +30662,7 @@ class JourneyApi {
30452
30662
  /**
30453
30663
  * Journey service.
30454
30664
  * @module purecloud-platform-client-v2/api/JourneyApi
30455
- * @version 144.0.0
30665
+ * @version 145.0.0
30456
30666
  */
30457
30667
 
30458
30668
  /**
@@ -31163,7 +31373,7 @@ class KnowledgeApi {
31163
31373
  /**
31164
31374
  * Knowledge service.
31165
31375
  * @module purecloud-platform-client-v2/api/KnowledgeApi
31166
- * @version 144.0.0
31376
+ * @version 145.0.0
31167
31377
  */
31168
31378
 
31169
31379
  /**
@@ -32063,7 +32273,7 @@ class LanguageUnderstandingApi {
32063
32273
  /**
32064
32274
  * LanguageUnderstanding service.
32065
32275
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
32066
- * @version 144.0.0
32276
+ * @version 145.0.0
32067
32277
  */
32068
32278
 
32069
32279
  /**
@@ -32967,7 +33177,7 @@ class LanguagesApi {
32967
33177
  /**
32968
33178
  * Languages service.
32969
33179
  * @module purecloud-platform-client-v2/api/LanguagesApi
32970
- * @version 144.0.0
33180
+ * @version 145.0.0
32971
33181
  */
32972
33182
 
32973
33183
  /**
@@ -33235,7 +33445,7 @@ class LearningApi {
33235
33445
  /**
33236
33446
  * Learning service.
33237
33447
  * @module purecloud-platform-client-v2/api/LearningApi
33238
- * @version 144.0.0
33448
+ * @version 145.0.0
33239
33449
  */
33240
33450
 
33241
33451
  /**
@@ -33995,7 +34205,7 @@ class LicenseApi {
33995
34205
  /**
33996
34206
  * License service.
33997
34207
  * @module purecloud-platform-client-v2/api/LicenseApi
33998
- * @version 144.0.0
34208
+ * @version 145.0.0
33999
34209
  */
34000
34210
 
34001
34211
  /**
@@ -34233,7 +34443,7 @@ class LocationsApi {
34233
34443
  /**
34234
34444
  * Locations service.
34235
34445
  * @module purecloud-platform-client-v2/api/LocationsApi
34236
- * @version 144.0.0
34446
+ * @version 145.0.0
34237
34447
  */
34238
34448
 
34239
34449
  /**
@@ -34469,7 +34679,7 @@ class MessagingApi {
34469
34679
  /**
34470
34680
  * Messaging service.
34471
34681
  * @module purecloud-platform-client-v2/api/MessagingApi
34472
- * @version 144.0.0
34682
+ * @version 145.0.0
34473
34683
  */
34474
34684
 
34475
34685
  /**
@@ -34620,7 +34830,7 @@ class MobileDevicesApi {
34620
34830
  /**
34621
34831
  * MobileDevices service.
34622
34832
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
34623
- * @version 144.0.0
34833
+ * @version 145.0.0
34624
34834
  */
34625
34835
 
34626
34836
  /**
@@ -34771,7 +34981,7 @@ class NotificationsApi {
34771
34981
  /**
34772
34982
  * Notifications service.
34773
34983
  * @module purecloud-platform-client-v2/api/NotificationsApi
34774
- * @version 144.0.0
34984
+ * @version 145.0.0
34775
34985
  */
34776
34986
 
34777
34987
  /**
@@ -34996,7 +35206,7 @@ class OAuthApi {
34996
35206
  /**
34997
35207
  * OAuth service.
34998
35208
  * @module purecloud-platform-client-v2/api/OAuthApi
34999
- * @version 144.0.0
35209
+ * @version 145.0.0
35000
35210
  */
35001
35211
 
35002
35212
  /**
@@ -35362,7 +35572,7 @@ class ObjectsApi {
35362
35572
  /**
35363
35573
  * Objects service.
35364
35574
  * @module purecloud-platform-client-v2/api/ObjectsApi
35365
- * @version 144.0.0
35575
+ * @version 145.0.0
35366
35576
  */
35367
35577
 
35368
35578
  /**
@@ -35633,7 +35843,7 @@ class OrganizationApi {
35633
35843
  /**
35634
35844
  * Organization service.
35635
35845
  * @module purecloud-platform-client-v2/api/OrganizationApi
35636
- * @version 144.0.0
35846
+ * @version 145.0.0
35637
35847
  */
35638
35848
 
35639
35849
  /**
@@ -36036,7 +36246,7 @@ class OrganizationAuthorizationApi {
36036
36246
  /**
36037
36247
  * OrganizationAuthorization service.
36038
36248
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
36039
- * @version 144.0.0
36249
+ * @version 145.0.0
36040
36250
  */
36041
36251
 
36042
36252
  /**
@@ -36961,7 +37171,7 @@ class OutboundApi {
36961
37171
  /**
36962
37172
  * Outbound service.
36963
37173
  * @module purecloud-platform-client-v2/api/OutboundApi
36964
- * @version 144.0.0
37174
+ * @version 145.0.0
36965
37175
  */
36966
37176
 
36967
37177
  /**
@@ -40216,7 +40426,7 @@ class PresenceApi {
40216
40426
  /**
40217
40427
  * Presence service.
40218
40428
  * @module purecloud-platform-client-v2/api/PresenceApi
40219
- * @version 144.0.0
40429
+ * @version 145.0.0
40220
40430
  */
40221
40431
 
40222
40432
  /**
@@ -40538,7 +40748,7 @@ class QualityApi {
40538
40748
  /**
40539
40749
  * Quality service.
40540
40750
  * @module purecloud-platform-client-v2/api/QualityApi
40541
- * @version 144.0.0
40751
+ * @version 145.0.0
40542
40752
  */
40543
40753
 
40544
40754
  /**
@@ -42116,7 +42326,7 @@ class RecordingApi {
42116
42326
  /**
42117
42327
  * Recording service.
42118
42328
  * @module purecloud-platform-client-v2/api/RecordingApi
42119
- * @version 144.0.0
42329
+ * @version 145.0.0
42120
42330
  */
42121
42331
 
42122
42332
  /**
@@ -43769,7 +43979,7 @@ class ResponseManagementApi {
43769
43979
  /**
43770
43980
  * ResponseManagement service.
43771
43981
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
43772
- * @version 144.0.0
43982
+ * @version 145.0.0
43773
43983
  */
43774
43984
 
43775
43985
  /**
@@ -44253,7 +44463,7 @@ class RoutingApi {
44253
44463
  /**
44254
44464
  * Routing service.
44255
44465
  * @module purecloud-platform-client-v2/api/RoutingApi
44256
- * @version 144.0.0
44466
+ * @version 145.0.0
44257
44467
  */
44258
44468
 
44259
44469
  /**
@@ -44819,6 +45029,26 @@ class RoutingApi {
44819
45029
  );
44820
45030
  }
44821
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
+
44822
45052
  /**
44823
45053
  * Get domain
44824
45054
  *
@@ -47174,7 +47404,7 @@ class SCIMApi {
47174
47404
  /**
47175
47405
  * SCIM service.
47176
47406
  * @module purecloud-platform-client-v2/api/SCIMApi
47177
- * @version 144.0.0
47407
+ * @version 145.0.0
47178
47408
  */
47179
47409
 
47180
47410
  /**
@@ -48051,7 +48281,7 @@ class ScriptsApi {
48051
48281
  /**
48052
48282
  * Scripts service.
48053
48283
  * @module purecloud-platform-client-v2/api/ScriptsApi
48054
- * @version 144.0.0
48284
+ * @version 145.0.0
48055
48285
  */
48056
48286
 
48057
48287
  /**
@@ -48470,7 +48700,7 @@ class SearchApi {
48470
48700
  /**
48471
48701
  * Search service.
48472
48702
  * @module purecloud-platform-client-v2/api/SearchApi
48473
- * @version 144.0.0
48703
+ * @version 145.0.0
48474
48704
  */
48475
48705
 
48476
48706
  /**
@@ -49030,7 +49260,7 @@ class SpeechTextAnalyticsApi {
49030
49260
  /**
49031
49261
  * SpeechTextAnalytics service.
49032
49262
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
49033
- * @version 144.0.0
49263
+ * @version 145.0.0
49034
49264
  */
49035
49265
 
49036
49266
  /**
@@ -49884,7 +50114,7 @@ class StationsApi {
49884
50114
  /**
49885
50115
  * Stations service.
49886
50116
  * @module purecloud-platform-client-v2/api/StationsApi
49887
- * @version 144.0.0
50117
+ * @version 145.0.0
49888
50118
  */
49889
50119
 
49890
50120
  /**
@@ -50031,7 +50261,7 @@ class SuggestApi {
50031
50261
  /**
50032
50262
  * Suggest service.
50033
50263
  * @module purecloud-platform-client-v2/api/SuggestApi
50034
- * @version 144.0.0
50264
+ * @version 145.0.0
50035
50265
  */
50036
50266
 
50037
50267
  /**
@@ -50170,7 +50400,7 @@ class TeamsApi {
50170
50400
  /**
50171
50401
  * Teams service.
50172
50402
  * @module purecloud-platform-client-v2/api/TeamsApi
50173
- * @version 144.0.0
50403
+ * @version 145.0.0
50174
50404
  */
50175
50405
 
50176
50406
  /**
@@ -50349,7 +50579,7 @@ class TelephonyApi {
50349
50579
  /**
50350
50580
  * Telephony service.
50351
50581
  * @module purecloud-platform-client-v2/api/TelephonyApi
50352
- * @version 144.0.0
50582
+ * @version 145.0.0
50353
50583
  */
50354
50584
 
50355
50585
  /**
@@ -50457,7 +50687,7 @@ class TelephonyProvidersEdgeApi {
50457
50687
  /**
50458
50688
  * TelephonyProvidersEdge service.
50459
50689
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
50460
- * @version 144.0.0
50690
+ * @version 145.0.0
50461
50691
  */
50462
50692
 
50463
50693
  /**
@@ -54090,7 +54320,7 @@ class TextbotsApi {
54090
54320
  /**
54091
54321
  * Textbots service.
54092
54322
  * @module purecloud-platform-client-v2/api/TextbotsApi
54093
- * @version 144.0.0
54323
+ * @version 145.0.0
54094
54324
  */
54095
54325
 
54096
54326
  /**
@@ -54218,7 +54448,7 @@ class TokensApi {
54218
54448
  /**
54219
54449
  * Tokens service.
54220
54450
  * @module purecloud-platform-client-v2/api/TokensApi
54221
- * @version 144.0.0
54451
+ * @version 145.0.0
54222
54452
  */
54223
54453
 
54224
54454
  /**
@@ -54324,7 +54554,7 @@ class UploadsApi {
54324
54554
  /**
54325
54555
  * Uploads service.
54326
54556
  * @module purecloud-platform-client-v2/api/UploadsApi
54327
- * @version 144.0.0
54557
+ * @version 145.0.0
54328
54558
  */
54329
54559
 
54330
54560
  /**
@@ -54500,7 +54730,7 @@ class UsageApi {
54500
54730
  /**
54501
54731
  * Usage service.
54502
54732
  * @module purecloud-platform-client-v2/api/UsageApi
54503
- * @version 144.0.0
54733
+ * @version 145.0.0
54504
54734
  */
54505
54735
 
54506
54736
  /**
@@ -54571,7 +54801,7 @@ class UserRecordingsApi {
54571
54801
  /**
54572
54802
  * UserRecordings service.
54573
54803
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
54574
- * @version 144.0.0
54804
+ * @version 145.0.0
54575
54805
  */
54576
54806
 
54577
54807
  /**
@@ -54755,7 +54985,7 @@ class UsersApi {
54755
54985
  /**
54756
54986
  * Users service.
54757
54987
  * @module purecloud-platform-client-v2/api/UsersApi
54758
- * @version 144.0.0
54988
+ * @version 145.0.0
54759
54989
  */
54760
54990
 
54761
54991
  /**
@@ -57057,7 +57287,7 @@ class UtilitiesApi {
57057
57287
  /**
57058
57288
  * Utilities service.
57059
57289
  * @module purecloud-platform-client-v2/api/UtilitiesApi
57060
- * @version 144.0.0
57290
+ * @version 145.0.0
57061
57291
  */
57062
57292
 
57063
57293
  /**
@@ -57168,7 +57398,7 @@ class VoicemailApi {
57168
57398
  /**
57169
57399
  * Voicemail service.
57170
57400
  * @module purecloud-platform-client-v2/api/VoicemailApi
57171
- * @version 144.0.0
57401
+ * @version 145.0.0
57172
57402
  */
57173
57403
 
57174
57404
  /**
@@ -57835,7 +58065,7 @@ class WebChatApi {
57835
58065
  /**
57836
58066
  * WebChat service.
57837
58067
  * @module purecloud-platform-client-v2/api/WebChatApi
57838
- * @version 144.0.0
58068
+ * @version 145.0.0
57839
58069
  */
57840
58070
 
57841
58071
  /**
@@ -58379,7 +58609,7 @@ class WebDeploymentsApi {
58379
58609
  /**
58380
58610
  * WebDeployments service.
58381
58611
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
58382
- * @version 144.0.0
58612
+ * @version 145.0.0
58383
58613
  */
58384
58614
 
58385
58615
  /**
@@ -58734,7 +58964,7 @@ class WebMessagingApi {
58734
58964
  /**
58735
58965
  * WebMessaging service.
58736
58966
  * @module purecloud-platform-client-v2/api/WebMessagingApi
58737
- * @version 144.0.0
58967
+ * @version 145.0.0
58738
58968
  */
58739
58969
 
58740
58970
  /**
@@ -58780,7 +59010,7 @@ class WidgetsApi {
58780
59010
  /**
58781
59011
  * Widgets service.
58782
59012
  * @module purecloud-platform-client-v2/api/WidgetsApi
58783
- * @version 144.0.0
59013
+ * @version 145.0.0
58784
59014
  */
58785
59015
 
58786
59016
  /**
@@ -58926,7 +59156,7 @@ class WorkforceManagementApi {
58926
59156
  /**
58927
59157
  * WorkforceManagement service.
58928
59158
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
58929
- * @version 144.0.0
59159
+ * @version 145.0.0
58930
59160
  */
58931
59161
 
58932
59162
  /**
@@ -63202,7 +63432,7 @@ class WorkforceManagementApi {
63202
63432
  * </pre>
63203
63433
  * </p>
63204
63434
  * @module purecloud-platform-client-v2/index
63205
- * @version 144.0.0
63435
+ * @version 145.0.0
63206
63436
  */
63207
63437
  class platformClient {
63208
63438
  constructor() {