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
@@ -399,7 +399,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
399
399
 
400
400
  /**
401
401
  * @module purecloud-platform-client-v2/ApiClient
402
- * @version 144.0.0
402
+ * @version 145.0.0
403
403
  */
404
404
  class ApiClient {
405
405
  /**
@@ -1478,7 +1478,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1478
1478
  /**
1479
1479
  * Alerting service.
1480
1480
  * @module purecloud-platform-client-v2/api/AlertingApi
1481
- * @version 144.0.0
1481
+ * @version 145.0.0
1482
1482
  */
1483
1483
 
1484
1484
  /**
@@ -1792,7 +1792,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1792
1792
  /**
1793
1793
  * Analytics service.
1794
1794
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1795
- * @version 144.0.0
1795
+ * @version 145.0.0
1796
1796
  */
1797
1797
 
1798
1798
  /**
@@ -2974,7 +2974,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2974
2974
  /**
2975
2975
  * Architect service.
2976
2976
  * @module purecloud-platform-client-v2/api/ArchitectApi
2977
- * @version 144.0.0
2977
+ * @version 145.0.0
2978
2978
  */
2979
2979
 
2980
2980
  /**
@@ -6019,7 +6019,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6019
6019
  /**
6020
6020
  * Audit service.
6021
6021
  * @module purecloud-platform-client-v2/api/AuditApi
6022
- * @version 144.0.0
6022
+ * @version 145.0.0
6023
6023
  */
6024
6024
 
6025
6025
  /**
@@ -6190,7 +6190,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6190
6190
  /**
6191
6191
  * Authorization service.
6192
6192
  * @module purecloud-platform-client-v2/api/AuthorizationApi
6193
- * @version 144.0.0
6193
+ * @version 145.0.0
6194
6194
  */
6195
6195
 
6196
6196
  /**
@@ -7373,7 +7373,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7373
7373
  /**
7374
7374
  * Billing service.
7375
7375
  * @module purecloud-platform-client-v2/api/BillingApi
7376
- * @version 144.0.0
7376
+ * @version 145.0.0
7377
7377
  */
7378
7378
 
7379
7379
  /**
@@ -7453,7 +7453,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7453
7453
  /**
7454
7454
  * Chat service.
7455
7455
  * @module purecloud-platform-client-v2/api/ChatApi
7456
- * @version 144.0.0
7456
+ * @version 145.0.0
7457
7457
  */
7458
7458
 
7459
7459
  /**
@@ -7544,7 +7544,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7544
7544
  /**
7545
7545
  * Coaching service.
7546
7546
  * @module purecloud-platform-client-v2/api/CoachingApi
7547
- * @version 144.0.0
7547
+ * @version 145.0.0
7548
7548
  */
7549
7549
 
7550
7550
  /**
@@ -8121,7 +8121,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8121
8121
  /**
8122
8122
  * ContentManagement service.
8123
8123
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8124
- * @version 144.0.0
8124
+ * @version 145.0.0
8125
8125
  */
8126
8126
 
8127
8127
  /**
@@ -9261,7 +9261,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9261
9261
  /**
9262
9262
  * Conversations service.
9263
9263
  * @module purecloud-platform-client-v2/api/ConversationsApi
9264
- * @version 144.0.0
9264
+ * @version 145.0.0
9265
9265
  */
9266
9266
 
9267
9267
  /**
@@ -9854,6 +9854,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9854
9854
  );
9855
9855
  }
9856
9856
 
9857
+ /**
9858
+ * Get the secure attributes on a conversation.
9859
+ *
9860
+ * @param {String} conversationId conversation ID
9861
+ */
9862
+ getConversationSecureattributes(conversationId) {
9863
+ // verify the required parameter 'conversationId' is set
9864
+ if (conversationId === undefined || conversationId === null) {
9865
+ throw 'Missing the required parameter "conversationId" when calling getConversationSecureattributes';
9866
+ }
9867
+
9868
+ return this.apiClient.callApi(
9869
+ '/api/v2/conversations/{conversationId}/secureattributes',
9870
+ 'GET',
9871
+ { 'conversationId': conversationId },
9872
+ { },
9873
+ { },
9874
+ { },
9875
+ null,
9876
+ ['PureCloud OAuth'],
9877
+ ['application/json'],
9878
+ ['application/json']
9879
+ );
9880
+ }
9881
+
9857
9882
  /**
9858
9883
  * Get active conversations for the logged in user
9859
9884
  *
@@ -10637,6 +10662,51 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10637
10662
  );
10638
10663
  }
10639
10664
 
10665
+ /**
10666
+ * Get the encryption key configurations
10667
+ *
10668
+ * @param {String} keyconfigurationsId Key Configurations Id
10669
+ */
10670
+ getConversationsKeyconfiguration(keyconfigurationsId) {
10671
+ // verify the required parameter 'keyconfigurationsId' is set
10672
+ if (keyconfigurationsId === undefined || keyconfigurationsId === null) {
10673
+ throw 'Missing the required parameter "keyconfigurationsId" when calling getConversationsKeyconfiguration';
10674
+ }
10675
+
10676
+ return this.apiClient.callApi(
10677
+ '/api/v2/conversations/keyconfigurations/{keyconfigurationsId}',
10678
+ 'GET',
10679
+ { 'keyconfigurationsId': keyconfigurationsId },
10680
+ { },
10681
+ { },
10682
+ { },
10683
+ null,
10684
+ ['PureCloud OAuth'],
10685
+ ['application/json'],
10686
+ ['application/json']
10687
+ );
10688
+ }
10689
+
10690
+ /**
10691
+ * Get a list of key configurations data
10692
+ *
10693
+ */
10694
+ getConversationsKeyconfigurations() {
10695
+
10696
+ return this.apiClient.callApi(
10697
+ '/api/v2/conversations/keyconfigurations',
10698
+ 'GET',
10699
+ { },
10700
+ { },
10701
+ { },
10702
+ { },
10703
+ null,
10704
+ ['PureCloud OAuth'],
10705
+ ['application/json'],
10706
+ ['application/json']
10707
+ );
10708
+ }
10709
+
10640
10710
  /**
10641
10711
  * Get message conversation
10642
10712
  *
@@ -11353,6 +11423,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11353
11423
  );
11354
11424
  }
11355
11425
 
11426
+ /**
11427
+ * Update the secure attributes on a conversation.
11428
+ *
11429
+ * @param {String} conversationId conversation ID
11430
+ * @param {Object} body Conversation Secure Attributes
11431
+ */
11432
+ patchConversationSecureattributes(conversationId, body) {
11433
+ // verify the required parameter 'conversationId' is set
11434
+ if (conversationId === undefined || conversationId === null) {
11435
+ throw 'Missing the required parameter "conversationId" when calling patchConversationSecureattributes';
11436
+ }
11437
+ // verify the required parameter 'body' is set
11438
+ if (body === undefined || body === null) {
11439
+ throw 'Missing the required parameter "body" when calling patchConversationSecureattributes';
11440
+ }
11441
+
11442
+ return this.apiClient.callApi(
11443
+ '/api/v2/conversations/{conversationId}/secureattributes',
11444
+ 'PATCH',
11445
+ { 'conversationId': conversationId },
11446
+ { },
11447
+ { },
11448
+ { },
11449
+ body,
11450
+ ['PureCloud OAuth'],
11451
+ ['application/json'],
11452
+ ['application/json']
11453
+ );
11454
+ }
11455
+
11356
11456
  /**
11357
11457
  * Update a conversation by setting its recording state, merging in other conversations to create a conference, or disconnecting all of the participants
11358
11458
  *
@@ -13355,6 +13455,56 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13355
13455
  );
13356
13456
  }
13357
13457
 
13458
+ /**
13459
+ * Setup configurations for encryption key creation
13460
+ *
13461
+ * @param {Object} body Encryption Configuration
13462
+ */
13463
+ postConversationsKeyconfigurations(body) {
13464
+ // verify the required parameter 'body' is set
13465
+ if (body === undefined || body === null) {
13466
+ throw 'Missing the required parameter "body" when calling postConversationsKeyconfigurations';
13467
+ }
13468
+
13469
+ return this.apiClient.callApi(
13470
+ '/api/v2/conversations/keyconfigurations',
13471
+ 'POST',
13472
+ { },
13473
+ { },
13474
+ { },
13475
+ { },
13476
+ body,
13477
+ ['PureCloud OAuth'],
13478
+ ['application/json'],
13479
+ ['application/json']
13480
+ );
13481
+ }
13482
+
13483
+ /**
13484
+ * Validate encryption key configurations without saving it
13485
+ *
13486
+ * @param {Object} body Encryption Configuration
13487
+ */
13488
+ postConversationsKeyconfigurationsValidate(body) {
13489
+ // verify the required parameter 'body' is set
13490
+ if (body === undefined || body === null) {
13491
+ throw 'Missing the required parameter "body" when calling postConversationsKeyconfigurationsValidate';
13492
+ }
13493
+
13494
+ return this.apiClient.callApi(
13495
+ '/api/v2/conversations/keyconfigurations/validate',
13496
+ 'POST',
13497
+ { },
13498
+ { },
13499
+ { },
13500
+ { },
13501
+ body,
13502
+ ['PureCloud OAuth'],
13503
+ ['application/json'],
13504
+ ['application/json']
13505
+ );
13506
+ }
13507
+
13358
13508
  /**
13359
13509
  * Send message
13360
13510
  * 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.
@@ -13739,6 +13889,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13739
13889
  );
13740
13890
  }
13741
13891
 
13892
+ /**
13893
+ * Set the secure attributes on a conversation.
13894
+ *
13895
+ * @param {String} conversationId conversation ID
13896
+ * @param {Object} body Conversation Secure Attributes
13897
+ */
13898
+ putConversationSecureattributes(conversationId, body) {
13899
+ // verify the required parameter 'conversationId' is set
13900
+ if (conversationId === undefined || conversationId === null) {
13901
+ throw 'Missing the required parameter "conversationId" when calling putConversationSecureattributes';
13902
+ }
13903
+ // verify the required parameter 'body' is set
13904
+ if (body === undefined || body === null) {
13905
+ throw 'Missing the required parameter "body" when calling putConversationSecureattributes';
13906
+ }
13907
+
13908
+ return this.apiClient.callApi(
13909
+ '/api/v2/conversations/{conversationId}/secureattributes',
13910
+ 'PUT',
13911
+ { 'conversationId': conversationId },
13912
+ { },
13913
+ { },
13914
+ { },
13915
+ body,
13916
+ ['PureCloud OAuth'],
13917
+ ['application/json'],
13918
+ ['application/json']
13919
+ );
13920
+ }
13921
+
13742
13922
  /**
13743
13923
  * Update the tags on a conversation.
13744
13924
  *
@@ -13989,6 +14169,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13989
14169
  );
13990
14170
  }
13991
14171
 
14172
+ /**
14173
+ * Update the encryption key configurations
14174
+ *
14175
+ * @param {String} keyconfigurationsId Key Configurations Id
14176
+ * @param {Object} body Encryption key configuration metadata
14177
+ */
14178
+ putConversationsKeyconfiguration(keyconfigurationsId, body) {
14179
+ // verify the required parameter 'keyconfigurationsId' is set
14180
+ if (keyconfigurationsId === undefined || keyconfigurationsId === null) {
14181
+ throw 'Missing the required parameter "keyconfigurationsId" when calling putConversationsKeyconfiguration';
14182
+ }
14183
+ // verify the required parameter 'body' is set
14184
+ if (body === undefined || body === null) {
14185
+ throw 'Missing the required parameter "body" when calling putConversationsKeyconfiguration';
14186
+ }
14187
+
14188
+ return this.apiClient.callApi(
14189
+ '/api/v2/conversations/keyconfigurations/{keyconfigurationsId}',
14190
+ 'PUT',
14191
+ { 'keyconfigurationsId': keyconfigurationsId },
14192
+ { },
14193
+ { },
14194
+ { },
14195
+ body,
14196
+ ['PureCloud OAuth'],
14197
+ ['application/json'],
14198
+ ['application/json']
14199
+ );
14200
+ }
14201
+
13992
14202
  /**
13993
14203
  * Update a conversation by setting its recording state
13994
14204
  *
@@ -14195,7 +14405,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14195
14405
  /**
14196
14406
  * DataExtensions service.
14197
14407
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
14198
- * @version 144.0.0
14408
+ * @version 145.0.0
14199
14409
  */
14200
14410
 
14201
14411
  /**
@@ -14281,7 +14491,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14281
14491
  /**
14282
14492
  * ExternalContacts service.
14283
14493
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
14284
- * @version 144.0.0
14494
+ * @version 145.0.0
14285
14495
  */
14286
14496
 
14287
14497
  /**
@@ -16024,7 +16234,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16024
16234
  /**
16025
16235
  * Fax service.
16026
16236
  * @module purecloud-platform-client-v2/api/FaxApi
16027
- * @version 144.0.0
16237
+ * @version 145.0.0
16028
16238
  */
16029
16239
 
16030
16240
  /**
@@ -16195,7 +16405,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16195
16405
  /**
16196
16406
  * Flows service.
16197
16407
  * @module purecloud-platform-client-v2/api/FlowsApi
16198
- * @version 144.0.0
16408
+ * @version 145.0.0
16199
16409
  */
16200
16410
 
16201
16411
  /**
@@ -16266,7 +16476,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16266
16476
  /**
16267
16477
  * Gamification service.
16268
16478
  * @module purecloud-platform-client-v2/api/GamificationApi
16269
- * @version 144.0.0
16479
+ * @version 145.0.0
16270
16480
  */
16271
16481
 
16272
16482
  /**
@@ -17997,7 +18207,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17997
18207
  /**
17998
18208
  * GeneralDataProtectionRegulation service.
17999
18209
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
18000
- * @version 144.0.0
18210
+ * @version 145.0.0
18001
18211
  */
18002
18212
 
18003
18213
  /**
@@ -18127,7 +18337,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18127
18337
  /**
18128
18338
  * Geolocation service.
18129
18339
  * @module purecloud-platform-client-v2/api/GeolocationApi
18130
- * @version 144.0.0
18340
+ * @version 145.0.0
18131
18341
  */
18132
18342
 
18133
18343
  /**
@@ -18258,7 +18468,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18258
18468
  /**
18259
18469
  * Greetings service.
18260
18470
  * @module purecloud-platform-client-v2/api/GreetingsApi
18261
- * @version 144.0.0
18471
+ * @version 145.0.0
18262
18472
  */
18263
18473
 
18264
18474
  /**
@@ -18713,7 +18923,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18713
18923
  /**
18714
18924
  * Groups service.
18715
18925
  * @module purecloud-platform-client-v2/api/GroupsApi
18716
- * @version 144.0.0
18926
+ * @version 145.0.0
18717
18927
  */
18718
18928
 
18719
18929
  /**
@@ -19118,7 +19328,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19118
19328
  /**
19119
19329
  * IdentityProvider service.
19120
19330
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
19121
- * @version 144.0.0
19331
+ * @version 145.0.0
19122
19332
  */
19123
19333
 
19124
19334
  /**
@@ -19874,7 +20084,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19874
20084
  /**
19875
20085
  * Integrations service.
19876
20086
  * @module purecloud-platform-client-v2/api/IntegrationsApi
19877
- * @version 144.0.0
20087
+ * @version 145.0.0
19878
20088
  */
19879
20089
 
19880
20090
  /**
@@ -21551,7 +21761,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21551
21761
  /**
21552
21762
  * Journey service.
21553
21763
  * @module purecloud-platform-client-v2/api/JourneyApi
21554
- * @version 144.0.0
21764
+ * @version 145.0.0
21555
21765
  */
21556
21766
 
21557
21767
  /**
@@ -22262,7 +22472,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22262
22472
  /**
22263
22473
  * Knowledge service.
22264
22474
  * @module purecloud-platform-client-v2/api/KnowledgeApi
22265
- * @version 144.0.0
22475
+ * @version 145.0.0
22266
22476
  */
22267
22477
 
22268
22478
  /**
@@ -23162,7 +23372,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23162
23372
  /**
23163
23373
  * LanguageUnderstanding service.
23164
23374
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
23165
- * @version 144.0.0
23375
+ * @version 145.0.0
23166
23376
  */
23167
23377
 
23168
23378
  /**
@@ -24066,7 +24276,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24066
24276
  /**
24067
24277
  * Languages service.
24068
24278
  * @module purecloud-platform-client-v2/api/LanguagesApi
24069
- * @version 144.0.0
24279
+ * @version 145.0.0
24070
24280
  */
24071
24281
 
24072
24282
  /**
@@ -24334,7 +24544,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24334
24544
  /**
24335
24545
  * Learning service.
24336
24546
  * @module purecloud-platform-client-v2/api/LearningApi
24337
- * @version 144.0.0
24547
+ * @version 145.0.0
24338
24548
  */
24339
24549
 
24340
24550
  /**
@@ -25094,7 +25304,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25094
25304
  /**
25095
25305
  * License service.
25096
25306
  * @module purecloud-platform-client-v2/api/LicenseApi
25097
- * @version 144.0.0
25307
+ * @version 145.0.0
25098
25308
  */
25099
25309
 
25100
25310
  /**
@@ -25332,7 +25542,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25332
25542
  /**
25333
25543
  * Locations service.
25334
25544
  * @module purecloud-platform-client-v2/api/LocationsApi
25335
- * @version 144.0.0
25545
+ * @version 145.0.0
25336
25546
  */
25337
25547
 
25338
25548
  /**
@@ -25568,7 +25778,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25568
25778
  /**
25569
25779
  * Messaging service.
25570
25780
  * @module purecloud-platform-client-v2/api/MessagingApi
25571
- * @version 144.0.0
25781
+ * @version 145.0.0
25572
25782
  */
25573
25783
 
25574
25784
  /**
@@ -25719,7 +25929,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25719
25929
  /**
25720
25930
  * MobileDevices service.
25721
25931
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
25722
- * @version 144.0.0
25932
+ * @version 145.0.0
25723
25933
  */
25724
25934
 
25725
25935
  /**
@@ -25870,7 +26080,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25870
26080
  /**
25871
26081
  * Notifications service.
25872
26082
  * @module purecloud-platform-client-v2/api/NotificationsApi
25873
- * @version 144.0.0
26083
+ * @version 145.0.0
25874
26084
  */
25875
26085
 
25876
26086
  /**
@@ -26095,7 +26305,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26095
26305
  /**
26096
26306
  * OAuth service.
26097
26307
  * @module purecloud-platform-client-v2/api/OAuthApi
26098
- * @version 144.0.0
26308
+ * @version 145.0.0
26099
26309
  */
26100
26310
 
26101
26311
  /**
@@ -26461,7 +26671,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26461
26671
  /**
26462
26672
  * Objects service.
26463
26673
  * @module purecloud-platform-client-v2/api/ObjectsApi
26464
- * @version 144.0.0
26674
+ * @version 145.0.0
26465
26675
  */
26466
26676
 
26467
26677
  /**
@@ -26732,7 +26942,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26732
26942
  /**
26733
26943
  * Organization service.
26734
26944
  * @module purecloud-platform-client-v2/api/OrganizationApi
26735
- * @version 144.0.0
26945
+ * @version 145.0.0
26736
26946
  */
26737
26947
 
26738
26948
  /**
@@ -27135,7 +27345,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27135
27345
  /**
27136
27346
  * OrganizationAuthorization service.
27137
27347
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
27138
- * @version 144.0.0
27348
+ * @version 145.0.0
27139
27349
  */
27140
27350
 
27141
27351
  /**
@@ -28060,7 +28270,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28060
28270
  /**
28061
28271
  * Outbound service.
28062
28272
  * @module purecloud-platform-client-v2/api/OutboundApi
28063
- * @version 144.0.0
28273
+ * @version 145.0.0
28064
28274
  */
28065
28275
 
28066
28276
  /**
@@ -31315,7 +31525,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31315
31525
  /**
31316
31526
  * Presence service.
31317
31527
  * @module purecloud-platform-client-v2/api/PresenceApi
31318
- * @version 144.0.0
31528
+ * @version 145.0.0
31319
31529
  */
31320
31530
 
31321
31531
  /**
@@ -31637,7 +31847,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31637
31847
  /**
31638
31848
  * Quality service.
31639
31849
  * @module purecloud-platform-client-v2/api/QualityApi
31640
- * @version 144.0.0
31850
+ * @version 145.0.0
31641
31851
  */
31642
31852
 
31643
31853
  /**
@@ -33215,7 +33425,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33215
33425
  /**
33216
33426
  * Recording service.
33217
33427
  * @module purecloud-platform-client-v2/api/RecordingApi
33218
- * @version 144.0.0
33428
+ * @version 145.0.0
33219
33429
  */
33220
33430
 
33221
33431
  /**
@@ -34868,7 +35078,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34868
35078
  /**
34869
35079
  * ResponseManagement service.
34870
35080
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
34871
- * @version 144.0.0
35081
+ * @version 145.0.0
34872
35082
  */
34873
35083
 
34874
35084
  /**
@@ -35352,7 +35562,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35352
35562
  /**
35353
35563
  * Routing service.
35354
35564
  * @module purecloud-platform-client-v2/api/RoutingApi
35355
- * @version 144.0.0
35565
+ * @version 145.0.0
35356
35566
  */
35357
35567
 
35358
35568
  /**
@@ -35918,6 +36128,26 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35918
36128
  );
35919
36129
  }
35920
36130
 
36131
+ /**
36132
+ * Get available media types
36133
+ *
36134
+ */
36135
+ getRoutingAvailablemediatypes() {
36136
+
36137
+ return this.apiClient.callApi(
36138
+ '/api/v2/routing/availablemediatypes',
36139
+ 'GET',
36140
+ { },
36141
+ { },
36142
+ { },
36143
+ { },
36144
+ null,
36145
+ ['PureCloud OAuth'],
36146
+ ['application/json'],
36147
+ ['application/json']
36148
+ );
36149
+ }
36150
+
35921
36151
  /**
35922
36152
  * Get domain
35923
36153
  *
@@ -38273,7 +38503,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38273
38503
  /**
38274
38504
  * SCIM service.
38275
38505
  * @module purecloud-platform-client-v2/api/SCIMApi
38276
- * @version 144.0.0
38506
+ * @version 145.0.0
38277
38507
  */
38278
38508
 
38279
38509
  /**
@@ -39150,7 +39380,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39150
39380
  /**
39151
39381
  * Scripts service.
39152
39382
  * @module purecloud-platform-client-v2/api/ScriptsApi
39153
- * @version 144.0.0
39383
+ * @version 145.0.0
39154
39384
  */
39155
39385
 
39156
39386
  /**
@@ -39569,7 +39799,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39569
39799
  /**
39570
39800
  * Search service.
39571
39801
  * @module purecloud-platform-client-v2/api/SearchApi
39572
- * @version 144.0.0
39802
+ * @version 145.0.0
39573
39803
  */
39574
39804
 
39575
39805
  /**
@@ -40129,7 +40359,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40129
40359
  /**
40130
40360
  * SpeechTextAnalytics service.
40131
40361
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
40132
- * @version 144.0.0
40362
+ * @version 145.0.0
40133
40363
  */
40134
40364
 
40135
40365
  /**
@@ -40983,7 +41213,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40983
41213
  /**
40984
41214
  * Stations service.
40985
41215
  * @module purecloud-platform-client-v2/api/StationsApi
40986
- * @version 144.0.0
41216
+ * @version 145.0.0
40987
41217
  */
40988
41218
 
40989
41219
  /**
@@ -41130,7 +41360,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41130
41360
  /**
41131
41361
  * Suggest service.
41132
41362
  * @module purecloud-platform-client-v2/api/SuggestApi
41133
- * @version 144.0.0
41363
+ * @version 145.0.0
41134
41364
  */
41135
41365
 
41136
41366
  /**
@@ -41269,7 +41499,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41269
41499
  /**
41270
41500
  * Teams service.
41271
41501
  * @module purecloud-platform-client-v2/api/TeamsApi
41272
- * @version 144.0.0
41502
+ * @version 145.0.0
41273
41503
  */
41274
41504
 
41275
41505
  /**
@@ -41448,7 +41678,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41448
41678
  /**
41449
41679
  * Telephony service.
41450
41680
  * @module purecloud-platform-client-v2/api/TelephonyApi
41451
- * @version 144.0.0
41681
+ * @version 145.0.0
41452
41682
  */
41453
41683
 
41454
41684
  /**
@@ -41556,7 +41786,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41556
41786
  /**
41557
41787
  * TelephonyProvidersEdge service.
41558
41788
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
41559
- * @version 144.0.0
41789
+ * @version 145.0.0
41560
41790
  */
41561
41791
 
41562
41792
  /**
@@ -45189,7 +45419,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45189
45419
  /**
45190
45420
  * Textbots service.
45191
45421
  * @module purecloud-platform-client-v2/api/TextbotsApi
45192
- * @version 144.0.0
45422
+ * @version 145.0.0
45193
45423
  */
45194
45424
 
45195
45425
  /**
@@ -45317,7 +45547,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45317
45547
  /**
45318
45548
  * Tokens service.
45319
45549
  * @module purecloud-platform-client-v2/api/TokensApi
45320
- * @version 144.0.0
45550
+ * @version 145.0.0
45321
45551
  */
45322
45552
 
45323
45553
  /**
@@ -45423,7 +45653,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45423
45653
  /**
45424
45654
  * Uploads service.
45425
45655
  * @module purecloud-platform-client-v2/api/UploadsApi
45426
- * @version 144.0.0
45656
+ * @version 145.0.0
45427
45657
  */
45428
45658
 
45429
45659
  /**
@@ -45599,7 +45829,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45599
45829
  /**
45600
45830
  * Usage service.
45601
45831
  * @module purecloud-platform-client-v2/api/UsageApi
45602
- * @version 144.0.0
45832
+ * @version 145.0.0
45603
45833
  */
45604
45834
 
45605
45835
  /**
@@ -45670,7 +45900,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45670
45900
  /**
45671
45901
  * UserRecordings service.
45672
45902
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
45673
- * @version 144.0.0
45903
+ * @version 145.0.0
45674
45904
  */
45675
45905
 
45676
45906
  /**
@@ -45854,7 +46084,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45854
46084
  /**
45855
46085
  * Users service.
45856
46086
  * @module purecloud-platform-client-v2/api/UsersApi
45857
- * @version 144.0.0
46087
+ * @version 145.0.0
45858
46088
  */
45859
46089
 
45860
46090
  /**
@@ -48156,7 +48386,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48156
48386
  /**
48157
48387
  * Utilities service.
48158
48388
  * @module purecloud-platform-client-v2/api/UtilitiesApi
48159
- * @version 144.0.0
48389
+ * @version 145.0.0
48160
48390
  */
48161
48391
 
48162
48392
  /**
@@ -48267,7 +48497,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48267
48497
  /**
48268
48498
  * Voicemail service.
48269
48499
  * @module purecloud-platform-client-v2/api/VoicemailApi
48270
- * @version 144.0.0
48500
+ * @version 145.0.0
48271
48501
  */
48272
48502
 
48273
48503
  /**
@@ -48934,7 +49164,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48934
49164
  /**
48935
49165
  * WebChat service.
48936
49166
  * @module purecloud-platform-client-v2/api/WebChatApi
48937
- * @version 144.0.0
49167
+ * @version 145.0.0
48938
49168
  */
48939
49169
 
48940
49170
  /**
@@ -49478,7 +49708,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49478
49708
  /**
49479
49709
  * WebDeployments service.
49480
49710
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
49481
- * @version 144.0.0
49711
+ * @version 145.0.0
49482
49712
  */
49483
49713
 
49484
49714
  /**
@@ -49833,7 +50063,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49833
50063
  /**
49834
50064
  * WebMessaging service.
49835
50065
  * @module purecloud-platform-client-v2/api/WebMessagingApi
49836
- * @version 144.0.0
50066
+ * @version 145.0.0
49837
50067
  */
49838
50068
 
49839
50069
  /**
@@ -49879,7 +50109,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49879
50109
  /**
49880
50110
  * Widgets service.
49881
50111
  * @module purecloud-platform-client-v2/api/WidgetsApi
49882
- * @version 144.0.0
50112
+ * @version 145.0.0
49883
50113
  */
49884
50114
 
49885
50115
  /**
@@ -50025,7 +50255,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50025
50255
  /**
50026
50256
  * WorkforceManagement service.
50027
50257
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
50028
- * @version 144.0.0
50258
+ * @version 145.0.0
50029
50259
  */
50030
50260
 
50031
50261
  /**
@@ -54301,7 +54531,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54301
54531
  * </pre>
54302
54532
  * </p>
54303
54533
  * @module purecloud-platform-client-v2/index
54304
- * @version 144.0.0
54534
+ * @version 145.0.0
54305
54535
  */
54306
54536
  class platformClient {
54307
54537
  constructor() {