purecloud-platform-client-v2 204.0.1 → 205.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 (89) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +828 -95
  3. package/dist/web-amd/purecloud-platform-client-v2.js +828 -95
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +273 -96
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +273 -96
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +563 -1
  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 +1 -1
  15. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -14
  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 +27 -2
  25. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +51 -1
  41. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +516 -1
  43. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OutboundApi.js +31 -1
  58. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +58 -1
  70. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +70 -1
  76. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +2 -2
  86. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -405,7 +405,7 @@ class Configuration {
405
405
 
406
406
  /**
407
407
  * @module purecloud-platform-client-v2/ApiClient
408
- * @version 204.0.1
408
+ * @version 205.0.0
409
409
  */
410
410
  class ApiClient {
411
411
  /**
@@ -1827,7 +1827,7 @@ class AgentAssistantsApi {
1827
1827
  /**
1828
1828
  * AgentAssistants service.
1829
1829
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
1830
- * @version 204.0.1
1830
+ * @version 205.0.0
1831
1831
  */
1832
1832
 
1833
1833
  /**
@@ -2203,7 +2203,7 @@ class AgentCopilotApi {
2203
2203
  /**
2204
2204
  * AgentCopilot service.
2205
2205
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
2206
- * @version 204.0.1
2206
+ * @version 205.0.0
2207
2207
  */
2208
2208
 
2209
2209
  /**
@@ -2279,7 +2279,7 @@ class AgentUIApi {
2279
2279
  /**
2280
2280
  * AgentUI service.
2281
2281
  * @module purecloud-platform-client-v2/api/AgentUIApi
2282
- * @version 204.0.1
2282
+ * @version 205.0.0
2283
2283
  */
2284
2284
 
2285
2285
  /**
@@ -2410,7 +2410,7 @@ class AlertingApi {
2410
2410
  /**
2411
2411
  * Alerting service.
2412
2412
  * @module purecloud-platform-client-v2/api/AlertingApi
2413
- * @version 204.0.1
2413
+ * @version 205.0.0
2414
2414
  */
2415
2415
 
2416
2416
  /**
@@ -3071,7 +3071,7 @@ class AnalyticsApi {
3071
3071
  /**
3072
3072
  * Analytics service.
3073
3073
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3074
- * @version 204.0.1
3074
+ * @version 205.0.0
3075
3075
  */
3076
3076
 
3077
3077
  /**
@@ -5683,7 +5683,7 @@ class ArchitectApi {
5683
5683
  /**
5684
5684
  * Architect service.
5685
5685
  * @module purecloud-platform-client-v2/api/ArchitectApi
5686
- * @version 204.0.1
5686
+ * @version 205.0.0
5687
5687
  */
5688
5688
 
5689
5689
  /**
@@ -5727,7 +5727,6 @@ class ArchitectApi {
5727
5727
  * Delete a grammar.
5728
5728
  *
5729
5729
  * @param {String} grammarId grammar ID
5730
- * deleteArchitectGrammar is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5731
5730
  */
5732
5731
  deleteArchitectGrammar(grammarId) {
5733
5732
  // verify the required parameter 'grammarId' is set
@@ -5754,7 +5753,6 @@ class ArchitectApi {
5754
5753
  *
5755
5754
  * @param {String} grammarId Grammar ID
5756
5755
  * @param {String} languageCode Language
5757
- * deleteArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5758
5756
  */
5759
5757
  deleteArchitectGrammarLanguage(grammarId, languageCode) {
5760
5758
  // verify the required parameter 'grammarId' is set
@@ -5785,7 +5783,6 @@ class ArchitectApi {
5785
5783
  *
5786
5784
  * @param {String} grammarId Grammar ID
5787
5785
  * @param {String} languageCode Language
5788
- * deleteArchitectGrammarLanguageFilesDtmf is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5789
5786
  */
5790
5787
  deleteArchitectGrammarLanguageFilesDtmf(grammarId, languageCode) {
5791
5788
  // verify the required parameter 'grammarId' is set
@@ -5816,7 +5813,6 @@ class ArchitectApi {
5816
5813
  *
5817
5814
  * @param {String} grammarId Grammar ID
5818
5815
  * @param {String} languageCode Language
5819
- * deleteArchitectGrammarLanguageFilesVoice is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5820
5816
  */
5821
5817
  deleteArchitectGrammarLanguageFilesVoice(grammarId, languageCode) {
5822
5818
  // verify the required parameter 'grammarId' is set
@@ -6607,7 +6603,6 @@ class ArchitectApi {
6607
6603
  * @param {String} grammarId grammar ID
6608
6604
  * @param {Object} opts Optional parameters
6609
6605
  * @param {Boolean} opts.includeFileUrls Include grammar language file URLs
6610
- * getArchitectGrammar is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6611
6606
  */
6612
6607
  getArchitectGrammar(grammarId, opts) {
6613
6608
  opts = opts || {};
@@ -6636,7 +6631,6 @@ class ArchitectApi {
6636
6631
  *
6637
6632
  * @param {String} grammarId Grammar ID
6638
6633
  * @param {String} languageCode Language
6639
- * getArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6640
6634
  */
6641
6635
  getArchitectGrammarLanguage(grammarId, languageCode) {
6642
6636
  // verify the required parameter 'grammarId' is set
@@ -6675,7 +6669,6 @@ class ArchitectApi {
6675
6669
  * @param {String} opts.description Description
6676
6670
  * @param {String} opts.nameOrDescription Name or description
6677
6671
  * @param {Boolean} opts.includeFileUrls Include grammar language file URLs
6678
- * getArchitectGrammars is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6679
6672
  */
6680
6673
  getArchitectGrammars(opts) {
6681
6674
  opts = opts || {};
@@ -8371,7 +8364,6 @@ class ArchitectApi {
8371
8364
  * @param {String} grammarId grammar ID
8372
8365
  * @param {Object} opts Optional parameters
8373
8366
  * @param {Object} opts.body
8374
- * patchArchitectGrammar is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8375
8367
  */
8376
8368
  patchArchitectGrammar(grammarId, opts) {
8377
8369
  opts = opts || {};
@@ -8402,7 +8394,6 @@ class ArchitectApi {
8402
8394
  * @param {String} languageCode Language
8403
8395
  * @param {Object} opts Optional parameters
8404
8396
  * @param {Object} opts.body
8405
- * patchArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8406
8397
  */
8407
8398
  patchArchitectGrammarLanguage(grammarId, languageCode, opts) {
8408
8399
  opts = opts || {};
@@ -8506,7 +8497,6 @@ class ArchitectApi {
8506
8497
  * @param {String} grammarId Grammar ID
8507
8498
  * @param {String} languageCode Language
8508
8499
  * @param {Object} body query
8509
- * postArchitectGrammarLanguageFilesDtmf is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8510
8500
  */
8511
8501
  postArchitectGrammarLanguageFilesDtmf(grammarId, languageCode, body) {
8512
8502
  // verify the required parameter 'grammarId' is set
@@ -8542,7 +8532,6 @@ class ArchitectApi {
8542
8532
  * @param {String} grammarId Grammar ID
8543
8533
  * @param {String} languageCode Language
8544
8534
  * @param {Object} body query
8545
- * postArchitectGrammarLanguageFilesVoice is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8546
8535
  */
8547
8536
  postArchitectGrammarLanguageFilesVoice(grammarId, languageCode, body) {
8548
8537
  // verify the required parameter 'grammarId' is set
@@ -8577,7 +8566,6 @@ class ArchitectApi {
8577
8566
  *
8578
8567
  * @param {String} grammarId Grammar ID
8579
8568
  * @param {Object} body
8580
- * postArchitectGrammarLanguages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8581
8569
  */
8582
8570
  postArchitectGrammarLanguages(grammarId, body) {
8583
8571
  // verify the required parameter 'grammarId' is set
@@ -8607,7 +8595,6 @@ class ArchitectApi {
8607
8595
  * Create a new grammar
8608
8596
  *
8609
8597
  * @param {Object} body
8610
- * postArchitectGrammars is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8611
8598
  */
8612
8599
  postArchitectGrammars(body) {
8613
8600
  // verify the required parameter 'body' is set
@@ -9818,7 +9805,7 @@ class AuditApi {
9818
9805
  /**
9819
9806
  * Audit service.
9820
9807
  * @module purecloud-platform-client-v2/api/AuditApi
9821
- * @version 204.0.1
9808
+ * @version 205.0.0
9822
9809
  */
9823
9810
 
9824
9811
  /**
@@ -10019,7 +10006,7 @@ class AuthorizationApi {
10019
10006
  /**
10020
10007
  * Authorization service.
10021
10008
  * @module purecloud-platform-client-v2/api/AuthorizationApi
10022
- * @version 204.0.1
10009
+ * @version 205.0.0
10023
10010
  */
10024
10011
 
10025
10012
  /**
@@ -11302,7 +11289,7 @@ class BillingApi {
11302
11289
  /**
11303
11290
  * Billing service.
11304
11291
  * @module purecloud-platform-client-v2/api/BillingApi
11305
- * @version 204.0.1
11292
+ * @version 205.0.0
11306
11293
  */
11307
11294
 
11308
11295
  /**
@@ -11382,7 +11369,7 @@ class CarrierServicesApi {
11382
11369
  /**
11383
11370
  * CarrierServices service.
11384
11371
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
11385
- * @version 204.0.1
11372
+ * @version 205.0.0
11386
11373
  */
11387
11374
 
11388
11375
  /**
@@ -11452,7 +11439,7 @@ class ChatApi {
11452
11439
  /**
11453
11440
  * Chat service.
11454
11441
  * @module purecloud-platform-client-v2/api/ChatApi
11455
- * @version 204.0.1
11442
+ * @version 205.0.0
11456
11443
  */
11457
11444
 
11458
11445
  /**
@@ -12388,7 +12375,7 @@ class CoachingApi {
12388
12375
  /**
12389
12376
  * Coaching service.
12390
12377
  * @module purecloud-platform-client-v2/api/CoachingApi
12391
- * @version 204.0.1
12378
+ * @version 205.0.0
12392
12379
  */
12393
12380
 
12394
12381
  /**
@@ -12965,7 +12952,7 @@ class ContentManagementApi {
12965
12952
  /**
12966
12953
  * ContentManagement service.
12967
12954
  * @module purecloud-platform-client-v2/api/ContentManagementApi
12968
- * @version 204.0.1
12955
+ * @version 205.0.0
12969
12956
  */
12970
12957
 
12971
12958
  /**
@@ -14047,7 +14034,7 @@ class ConversationsApi {
14047
14034
  /**
14048
14035
  * Conversations service.
14049
14036
  * @module purecloud-platform-client-v2/api/ConversationsApi
14050
- * @version 204.0.1
14037
+ * @version 205.0.0
14051
14038
  */
14052
14039
 
14053
14040
  /**
@@ -14829,6 +14816,32 @@ class ConversationsApi {
14829
14816
  );
14830
14817
  }
14831
14818
 
14819
+ /**
14820
+ * Get the summaries of the conversation.
14821
+ *
14822
+ * @param {String} conversationId Conversation ID
14823
+ * getConversationSummaries is a preview method and is subject to both breaking and non-breaking changes at any time without notice
14824
+ */
14825
+ getConversationSummaries(conversationId) {
14826
+ // verify the required parameter 'conversationId' is set
14827
+ if (conversationId === undefined || conversationId === null) {
14828
+ throw 'Missing the required parameter "conversationId" when calling getConversationSummaries';
14829
+ }
14830
+
14831
+ return this.apiClient.callApi(
14832
+ '/api/v2/conversations/{conversationId}/summaries',
14833
+ 'GET',
14834
+ { 'conversationId': conversationId },
14835
+ { },
14836
+ { },
14837
+ { },
14838
+ null,
14839
+ ['PureCloud OAuth'],
14840
+ ['application/json'],
14841
+ ['application/json']
14842
+ );
14843
+ }
14844
+
14832
14845
  /**
14833
14846
  * Get active conversations for the logged in user
14834
14847
  *
@@ -16903,7 +16916,6 @@ class ConversationsApi {
16903
16916
  *
16904
16917
  * @param {String} conversationId conversation ID
16905
16918
  * @param {Object} body Conversation Utilization Label
16906
- * patchConversationUtilizationlabel is a preview method and is subject to both breaking and non-breaking changes at any time without notice
16907
16919
  */
16908
16920
  patchConversationUtilizationlabel(conversationId, body) {
16909
16921
  // verify the required parameter 'conversationId' is set
@@ -21160,7 +21172,7 @@ class DataExtensionsApi {
21160
21172
  /**
21161
21173
  * DataExtensions service.
21162
21174
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
21163
- * @version 204.0.1
21175
+ * @version 205.0.0
21164
21176
  */
21165
21177
 
21166
21178
  /**
@@ -21246,7 +21258,7 @@ class DownloadsApi {
21246
21258
  /**
21247
21259
  * Downloads service.
21248
21260
  * @module purecloud-platform-client-v2/api/DownloadsApi
21249
- * @version 204.0.1
21261
+ * @version 205.0.0
21250
21262
  */
21251
21263
 
21252
21264
  /**
@@ -21298,7 +21310,7 @@ class EmailsApi {
21298
21310
  /**
21299
21311
  * Emails service.
21300
21312
  * @module purecloud-platform-client-v2/api/EmailsApi
21301
- * @version 204.0.1
21313
+ * @version 205.0.0
21302
21314
  */
21303
21315
 
21304
21316
  /**
@@ -21363,7 +21375,7 @@ class EmployeeEngagementApi {
21363
21375
  /**
21364
21376
  * EmployeeEngagement service.
21365
21377
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
21366
- * @version 204.0.1
21378
+ * @version 205.0.0
21367
21379
  */
21368
21380
 
21369
21381
  /**
@@ -21514,7 +21526,7 @@ class EventsApi {
21514
21526
  /**
21515
21527
  * Events service.
21516
21528
  * @module purecloud-platform-client-v2/api/EventsApi
21517
- * @version 204.0.1
21529
+ * @version 205.0.0
21518
21530
  */
21519
21531
 
21520
21532
  /**
@@ -21610,7 +21622,7 @@ class ExternalContactsApi {
21610
21622
  /**
21611
21623
  * ExternalContacts service.
21612
21624
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
21613
- * @version 204.0.1
21625
+ * @version 205.0.0
21614
21626
  */
21615
21627
 
21616
21628
  /**
@@ -23709,7 +23721,7 @@ class FaxApi {
23709
23721
  /**
23710
23722
  * Fax service.
23711
23723
  * @module purecloud-platform-client-v2/api/FaxApi
23712
- * @version 204.0.1
23724
+ * @version 205.0.0
23713
23725
  */
23714
23726
 
23715
23727
  /**
@@ -23924,7 +23936,7 @@ class FlowsApi {
23924
23936
  /**
23925
23937
  * Flows service.
23926
23938
  * @module purecloud-platform-client-v2/api/FlowsApi
23927
- * @version 204.0.1
23939
+ * @version 205.0.0
23928
23940
  */
23929
23941
 
23930
23942
  /**
@@ -24107,7 +24119,7 @@ class GamificationApi {
24107
24119
  /**
24108
24120
  * Gamification service.
24109
24121
  * @module purecloud-platform-client-v2/api/GamificationApi
24110
- * @version 204.0.1
24122
+ * @version 205.0.0
24111
24123
  */
24112
24124
 
24113
24125
  /**
@@ -26193,7 +26205,7 @@ class GeneralDataProtectionRegulationApi {
26193
26205
  /**
26194
26206
  * GeneralDataProtectionRegulation service.
26195
26207
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
26196
- * @version 204.0.1
26208
+ * @version 205.0.0
26197
26209
  */
26198
26210
 
26199
26211
  /**
@@ -26323,7 +26335,7 @@ class GeolocationApi {
26323
26335
  /**
26324
26336
  * Geolocation service.
26325
26337
  * @module purecloud-platform-client-v2/api/GeolocationApi
26326
- * @version 204.0.1
26338
+ * @version 205.0.0
26327
26339
  */
26328
26340
 
26329
26341
  /**
@@ -26454,7 +26466,7 @@ class GreetingsApi {
26454
26466
  /**
26455
26467
  * Greetings service.
26456
26468
  * @module purecloud-platform-client-v2/api/GreetingsApi
26457
- * @version 204.0.1
26469
+ * @version 205.0.0
26458
26470
  */
26459
26471
 
26460
26472
  /**
@@ -26909,7 +26921,7 @@ class GroupsApi {
26909
26921
  /**
26910
26922
  * Groups service.
26911
26923
  * @module purecloud-platform-client-v2/api/GroupsApi
26912
- * @version 204.0.1
26924
+ * @version 205.0.0
26913
26925
  */
26914
26926
 
26915
26927
  /**
@@ -27428,7 +27440,7 @@ class IdentityProviderApi {
27428
27440
  /**
27429
27441
  * IdentityProvider service.
27430
27442
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
27431
- * @version 204.0.1
27443
+ * @version 205.0.0
27432
27444
  */
27433
27445
 
27434
27446
  /**
@@ -28289,7 +28301,7 @@ class InfrastructureAsCodeApi {
28289
28301
  /**
28290
28302
  * InfrastructureAsCode service.
28291
28303
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
28292
- * @version 204.0.1
28304
+ * @version 205.0.0
28293
28305
  */
28294
28306
 
28295
28307
  /**
@@ -28456,7 +28468,7 @@ class IntegrationsApi {
28456
28468
  /**
28457
28469
  * Integrations service.
28458
28470
  * @module purecloud-platform-client-v2/api/IntegrationsApi
28459
- * @version 204.0.1
28471
+ * @version 205.0.0
28460
28472
  */
28461
28473
 
28462
28474
  /**
@@ -29333,6 +29345,56 @@ class IntegrationsApi {
29333
29345
  );
29334
29346
  }
29335
29347
 
29348
+ /**
29349
+ * Get a list of Audio Connector integrations
29350
+ *
29351
+ * @param {Object} opts Optional parameters
29352
+ * @param {Number} opts.pageNumber Page number (default to 1)
29353
+ * @param {Number} opts.pageSize Page size (default to 25)
29354
+ */
29355
+ getIntegrationsSpeechAudioconnector(opts) {
29356
+ opts = opts || {};
29357
+
29358
+
29359
+ return this.apiClient.callApi(
29360
+ '/api/v2/integrations/speech/audioconnector',
29361
+ 'GET',
29362
+ { },
29363
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'] },
29364
+ { },
29365
+ { },
29366
+ null,
29367
+ ['PureCloud OAuth'],
29368
+ ['application/json'],
29369
+ ['application/json']
29370
+ );
29371
+ }
29372
+
29373
+ /**
29374
+ * Get an Audio Connector integration
29375
+ *
29376
+ * @param {String} integrationId The integration ID
29377
+ */
29378
+ getIntegrationsSpeechAudioconnectorIntegrationId(integrationId) {
29379
+ // verify the required parameter 'integrationId' is set
29380
+ if (integrationId === undefined || integrationId === null) {
29381
+ throw 'Missing the required parameter "integrationId" when calling getIntegrationsSpeechAudioconnectorIntegrationId';
29382
+ }
29383
+
29384
+ return this.apiClient.callApi(
29385
+ '/api/v2/integrations/speech/audioconnector/{integrationId}',
29386
+ 'GET',
29387
+ { 'integrationId': integrationId },
29388
+ { },
29389
+ { },
29390
+ { },
29391
+ null,
29392
+ ['PureCloud OAuth'],
29393
+ ['application/json'],
29394
+ ['application/json']
29395
+ );
29396
+ }
29397
+
29336
29398
  /**
29337
29399
  * Get details about a Dialogflow agent
29338
29400
  *
@@ -30828,7 +30890,7 @@ class JourneyApi {
30828
30890
  /**
30829
30891
  * Journey service.
30830
30892
  * @module purecloud-platform-client-v2/api/JourneyApi
30831
- * @version 204.0.1
30893
+ * @version 205.0.0
30832
30894
  */
30833
30895
 
30834
30896
  /**
@@ -32471,7 +32533,7 @@ class KnowledgeApi {
32471
32533
  /**
32472
32534
  * Knowledge service.
32473
32535
  * @module purecloud-platform-client-v2/api/KnowledgeApi
32474
- * @version 204.0.1
32536
+ * @version 205.0.0
32475
32537
  */
32476
32538
 
32477
32539
  /**
@@ -32804,6 +32866,99 @@ class KnowledgeApi {
32804
32866
  );
32805
32867
  }
32806
32868
 
32869
+ /**
32870
+ * Delete Salesforce Knowledge integration source
32871
+ *
32872
+ * @param {String} knowledgeBaseId Knowledge base ID
32873
+ * @param {String} sourceId Source ID
32874
+ * deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
32875
+ */
32876
+ deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId, sourceId) {
32877
+ // verify the required parameter 'knowledgeBaseId' is set
32878
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
32879
+ throw 'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId';
32880
+ }
32881
+ // verify the required parameter 'sourceId' is set
32882
+ if (sourceId === undefined || sourceId === null) {
32883
+ throw 'Missing the required parameter "sourceId" when calling deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId';
32884
+ }
32885
+
32886
+ return this.apiClient.callApi(
32887
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce/{sourceId}',
32888
+ 'DELETE',
32889
+ { 'knowledgeBaseId': knowledgeBaseId,'sourceId': sourceId },
32890
+ { },
32891
+ { },
32892
+ { },
32893
+ null,
32894
+ ['PureCloud OAuth'],
32895
+ ['application/json'],
32896
+ ['application/json']
32897
+ );
32898
+ }
32899
+
32900
+ /**
32901
+ * Delete ServiceNow Knowledge integration source
32902
+ *
32903
+ * @param {String} knowledgeBaseId Knowledge base ID
32904
+ * @param {String} sourceId Source ID
32905
+ * deleteKnowledgeKnowledgebaseSourcesServicenowSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
32906
+ */
32907
+ deleteKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId, sourceId) {
32908
+ // verify the required parameter 'knowledgeBaseId' is set
32909
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
32910
+ throw 'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseSourcesServicenowSourceId';
32911
+ }
32912
+ // verify the required parameter 'sourceId' is set
32913
+ if (sourceId === undefined || sourceId === null) {
32914
+ throw 'Missing the required parameter "sourceId" when calling deleteKnowledgeKnowledgebaseSourcesServicenowSourceId';
32915
+ }
32916
+
32917
+ return this.apiClient.callApi(
32918
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}',
32919
+ 'DELETE',
32920
+ { 'knowledgeBaseId': knowledgeBaseId,'sourceId': sourceId },
32921
+ { },
32922
+ { },
32923
+ { },
32924
+ null,
32925
+ ['PureCloud OAuth'],
32926
+ ['application/json'],
32927
+ ['application/json']
32928
+ );
32929
+ }
32930
+
32931
+ /**
32932
+ * Delete synchronization job
32933
+ *
32934
+ * @param {String} knowledgeBaseId Knowledge base ID
32935
+ * @param {String} syncJobId Synchronization job ID
32936
+ * deleteKnowledgeKnowledgebaseSynchronizeJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
32937
+ */
32938
+ deleteKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId, syncJobId) {
32939
+ // verify the required parameter 'knowledgeBaseId' is set
32940
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
32941
+ throw 'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseSynchronizeJob';
32942
+ }
32943
+ // verify the required parameter 'syncJobId' is set
32944
+ if (syncJobId === undefined || syncJobId === null) {
32945
+ throw 'Missing the required parameter "syncJobId" when calling deleteKnowledgeKnowledgebaseSynchronizeJob';
32946
+ }
32947
+
32948
+ return this.apiClient.callApi(
32949
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/synchronize/jobs/{syncJobId}',
32950
+ 'DELETE',
32951
+ { 'knowledgeBaseId': knowledgeBaseId,'syncJobId': syncJobId },
32952
+ { },
32953
+ { },
32954
+ { },
32955
+ null,
32956
+ ['PureCloud OAuth'],
32957
+ ['application/json'],
32958
+ ['application/json']
32959
+ );
32960
+ }
32961
+
32807
32962
  /**
32808
32963
  * Get categories
32809
32964
  *
@@ -32901,6 +33056,32 @@ class KnowledgeApi {
32901
33056
  );
32902
33057
  }
32903
33058
 
33059
+ /**
33060
+ * Get sync options available for a knowledge-connect integration
33061
+ *
33062
+ * @param {String} integrationId Integration ID
33063
+ * getKnowledgeIntegrationOptions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
33064
+ */
33065
+ getKnowledgeIntegrationOptions(integrationId) {
33066
+ // verify the required parameter 'integrationId' is set
33067
+ if (integrationId === undefined || integrationId === null) {
33068
+ throw 'Missing the required parameter "integrationId" when calling getKnowledgeIntegrationOptions';
33069
+ }
33070
+
33071
+ return this.apiClient.callApi(
33072
+ '/api/v2/knowledge/integrations/{integrationId}/options',
33073
+ 'GET',
33074
+ { 'integrationId': integrationId },
33075
+ { },
33076
+ { },
33077
+ { },
33078
+ null,
33079
+ ['PureCloud OAuth'],
33080
+ ['application/json'],
33081
+ ['application/json']
33082
+ );
33083
+ }
33084
+
32904
33085
  /**
32905
33086
  * Get knowledge base
32906
33087
  *
@@ -33911,6 +34092,139 @@ class KnowledgeApi {
33911
34092
  );
33912
34093
  }
33913
34094
 
34095
+ /**
34096
+ * Get Knowledge integration sources
34097
+ *
34098
+ * @param {String} knowledgeBaseId Knowledge base ID
34099
+ * @param {Object} opts Optional parameters
34100
+ * @param {Object} opts.type If specified, retrieves integration sources with specified integration type.
34101
+ * @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
34102
+ * @param {Array.<String>} opts.ids If specified, retrieves integration sources with specified IDs.
34103
+ * getKnowledgeKnowledgebaseSources is a preview method and is subject to both breaking and non-breaking changes at any time without notice
34104
+ */
34105
+ getKnowledgeKnowledgebaseSources(knowledgeBaseId, opts) {
34106
+ opts = opts || {};
34107
+
34108
+ // verify the required parameter 'knowledgeBaseId' is set
34109
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
34110
+ throw 'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSources';
34111
+ }
34112
+
34113
+ return this.apiClient.callApi(
34114
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources',
34115
+ 'GET',
34116
+ { 'knowledgeBaseId': knowledgeBaseId },
34117
+ { 'type': opts['type'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'ids': this.apiClient.buildCollectionParam(opts['ids'], 'multi') },
34118
+ { },
34119
+ { },
34120
+ null,
34121
+ ['PureCloud OAuth'],
34122
+ ['application/json'],
34123
+ ['application/json']
34124
+ );
34125
+ }
34126
+
34127
+ /**
34128
+ * Get Salesforce Knowledge integration source
34129
+ *
34130
+ * @param {String} knowledgeBaseId Knowledge base ID
34131
+ * @param {String} sourceId Source ID
34132
+ * @param {Object} opts Optional parameters
34133
+ * @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
34134
+ * getKnowledgeKnowledgebaseSourcesSalesforceSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
34135
+ */
34136
+ getKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId, sourceId, opts) {
34137
+ opts = opts || {};
34138
+
34139
+ // verify the required parameter 'knowledgeBaseId' is set
34140
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
34141
+ throw 'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSourcesSalesforceSourceId';
34142
+ }
34143
+ // verify the required parameter 'sourceId' is set
34144
+ if (sourceId === undefined || sourceId === null) {
34145
+ throw 'Missing the required parameter "sourceId" when calling getKnowledgeKnowledgebaseSourcesSalesforceSourceId';
34146
+ }
34147
+
34148
+ return this.apiClient.callApi(
34149
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce/{sourceId}',
34150
+ 'GET',
34151
+ { 'knowledgeBaseId': knowledgeBaseId,'sourceId': sourceId },
34152
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
34153
+ { },
34154
+ { },
34155
+ null,
34156
+ ['PureCloud OAuth'],
34157
+ ['application/json'],
34158
+ ['application/json']
34159
+ );
34160
+ }
34161
+
34162
+ /**
34163
+ * Get ServiceNow Knowledge integration source
34164
+ *
34165
+ * @param {String} knowledgeBaseId Knowledge base ID
34166
+ * @param {String} sourceId Source ID
34167
+ * @param {Object} opts Optional parameters
34168
+ * @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
34169
+ * getKnowledgeKnowledgebaseSourcesServicenowSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
34170
+ */
34171
+ getKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId, sourceId, opts) {
34172
+ opts = opts || {};
34173
+
34174
+ // verify the required parameter 'knowledgeBaseId' is set
34175
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
34176
+ throw 'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSourcesServicenowSourceId';
34177
+ }
34178
+ // verify the required parameter 'sourceId' is set
34179
+ if (sourceId === undefined || sourceId === null) {
34180
+ throw 'Missing the required parameter "sourceId" when calling getKnowledgeKnowledgebaseSourcesServicenowSourceId';
34181
+ }
34182
+
34183
+ return this.apiClient.callApi(
34184
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}',
34185
+ 'GET',
34186
+ { 'knowledgeBaseId': knowledgeBaseId,'sourceId': sourceId },
34187
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
34188
+ { },
34189
+ { },
34190
+ null,
34191
+ ['PureCloud OAuth'],
34192
+ ['application/json'],
34193
+ ['application/json']
34194
+ );
34195
+ }
34196
+
34197
+ /**
34198
+ * Get synchronization job report
34199
+ *
34200
+ * @param {String} knowledgeBaseId Knowledge base ID
34201
+ * @param {String} syncJobId Synchronization job ID
34202
+ * getKnowledgeKnowledgebaseSynchronizeJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
34203
+ */
34204
+ getKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId, syncJobId) {
34205
+ // verify the required parameter 'knowledgeBaseId' is set
34206
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
34207
+ throw 'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSynchronizeJob';
34208
+ }
34209
+ // verify the required parameter 'syncJobId' is set
34210
+ if (syncJobId === undefined || syncJobId === null) {
34211
+ throw 'Missing the required parameter "syncJobId" when calling getKnowledgeKnowledgebaseSynchronizeJob';
34212
+ }
34213
+
34214
+ return this.apiClient.callApi(
34215
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/synchronize/jobs/{syncJobId}',
34216
+ 'GET',
34217
+ { 'knowledgeBaseId': knowledgeBaseId,'syncJobId': syncJobId },
34218
+ { },
34219
+ { },
34220
+ { },
34221
+ null,
34222
+ ['PureCloud OAuth'],
34223
+ ['application/json'],
34224
+ ['application/json']
34225
+ );
34226
+ }
34227
+
33914
34228
  /**
33915
34229
  * Get knowledge base unanswered group for a particular groupId
33916
34230
  *
@@ -34595,6 +34909,42 @@ class KnowledgeApi {
34595
34909
  );
34596
34910
  }
34597
34911
 
34912
+ /**
34913
+ * Update synchronization job
34914
+ *
34915
+ * @param {String} knowledgeBaseId Knowledge base ID
34916
+ * @param {String} syncJobId Synchronization job ID
34917
+ * @param {Object} body
34918
+ * patchKnowledgeKnowledgebaseSynchronizeJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
34919
+ */
34920
+ patchKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId, syncJobId, body) {
34921
+ // verify the required parameter 'knowledgeBaseId' is set
34922
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
34923
+ throw 'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseSynchronizeJob';
34924
+ }
34925
+ // verify the required parameter 'syncJobId' is set
34926
+ if (syncJobId === undefined || syncJobId === null) {
34927
+ throw 'Missing the required parameter "syncJobId" when calling patchKnowledgeKnowledgebaseSynchronizeJob';
34928
+ }
34929
+ // verify the required parameter 'body' is set
34930
+ if (body === undefined || body === null) {
34931
+ throw 'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseSynchronizeJob';
34932
+ }
34933
+
34934
+ return this.apiClient.callApi(
34935
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/synchronize/jobs/{syncJobId}',
34936
+ 'PATCH',
34937
+ { 'knowledgeBaseId': knowledgeBaseId,'syncJobId': syncJobId },
34938
+ { },
34939
+ { },
34940
+ { },
34941
+ body,
34942
+ ['PureCloud OAuth'],
34943
+ ['application/json'],
34944
+ ['application/json']
34945
+ );
34946
+ }
34947
+
34598
34948
  /**
34599
34949
  * Update a Knowledge base unanswered phrase group
34600
34950
  *
@@ -35782,6 +36132,161 @@ class KnowledgeApi {
35782
36132
  );
35783
36133
  }
35784
36134
 
36135
+ /**
36136
+ * Create Salesforce Knowledge integration source
36137
+ *
36138
+ * @param {String} knowledgeBaseId Knowledge base ID
36139
+ * @param {Object} body
36140
+ * postKnowledgeKnowledgebaseSourcesSalesforce is a preview method and is subject to both breaking and non-breaking changes at any time without notice
36141
+ */
36142
+ postKnowledgeKnowledgebaseSourcesSalesforce(knowledgeBaseId, body) {
36143
+ // verify the required parameter 'knowledgeBaseId' is set
36144
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
36145
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesSalesforce';
36146
+ }
36147
+ // verify the required parameter 'body' is set
36148
+ if (body === undefined || body === null) {
36149
+ throw 'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseSourcesSalesforce';
36150
+ }
36151
+
36152
+ return this.apiClient.callApi(
36153
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce',
36154
+ 'POST',
36155
+ { 'knowledgeBaseId': knowledgeBaseId },
36156
+ { },
36157
+ { },
36158
+ { },
36159
+ body,
36160
+ ['PureCloud OAuth'],
36161
+ ['application/json'],
36162
+ ['application/json']
36163
+ );
36164
+ }
36165
+
36166
+ /**
36167
+ * Start sync on Salesforce Knowledge integration source
36168
+ *
36169
+ * @param {String} knowledgeBaseId Knowledge base ID
36170
+ * @param {String} sourceId Source ID
36171
+ * postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync is a preview method and is subject to both breaking and non-breaking changes at any time without notice
36172
+ */
36173
+ postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync(knowledgeBaseId, sourceId) {
36174
+ // verify the required parameter 'knowledgeBaseId' is set
36175
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
36176
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync';
36177
+ }
36178
+ // verify the required parameter 'sourceId' is set
36179
+ if (sourceId === undefined || sourceId === null) {
36180
+ throw 'Missing the required parameter "sourceId" when calling postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync';
36181
+ }
36182
+
36183
+ return this.apiClient.callApi(
36184
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce/{sourceId}/sync',
36185
+ 'POST',
36186
+ { 'knowledgeBaseId': knowledgeBaseId,'sourceId': sourceId },
36187
+ { },
36188
+ { },
36189
+ { },
36190
+ null,
36191
+ ['PureCloud OAuth'],
36192
+ ['application/json'],
36193
+ ['application/json']
36194
+ );
36195
+ }
36196
+
36197
+ /**
36198
+ * Create ServiceNow Knowledge integration source
36199
+ *
36200
+ * @param {String} knowledgeBaseId Knowledge base ID
36201
+ * @param {Object} body
36202
+ * postKnowledgeKnowledgebaseSourcesServicenow is a preview method and is subject to both breaking and non-breaking changes at any time without notice
36203
+ */
36204
+ postKnowledgeKnowledgebaseSourcesServicenow(knowledgeBaseId, body) {
36205
+ // verify the required parameter 'knowledgeBaseId' is set
36206
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
36207
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesServicenow';
36208
+ }
36209
+ // verify the required parameter 'body' is set
36210
+ if (body === undefined || body === null) {
36211
+ throw 'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseSourcesServicenow';
36212
+ }
36213
+
36214
+ return this.apiClient.callApi(
36215
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow',
36216
+ 'POST',
36217
+ { 'knowledgeBaseId': knowledgeBaseId },
36218
+ { },
36219
+ { },
36220
+ { },
36221
+ body,
36222
+ ['PureCloud OAuth'],
36223
+ ['application/json'],
36224
+ ['application/json']
36225
+ );
36226
+ }
36227
+
36228
+ /**
36229
+ * Start synchronization on ServiceNow Knowledge integration source
36230
+ *
36231
+ * @param {String} knowledgeBaseId Knowledge base ID
36232
+ * @param {String} sourceId Source ID
36233
+ * postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync is a preview method and is subject to both breaking and non-breaking changes at any time without notice
36234
+ */
36235
+ postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync(knowledgeBaseId, sourceId) {
36236
+ // verify the required parameter 'knowledgeBaseId' is set
36237
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
36238
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync';
36239
+ }
36240
+ // verify the required parameter 'sourceId' is set
36241
+ if (sourceId === undefined || sourceId === null) {
36242
+ throw 'Missing the required parameter "sourceId" when calling postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync';
36243
+ }
36244
+
36245
+ return this.apiClient.callApi(
36246
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}/sync',
36247
+ 'POST',
36248
+ { 'knowledgeBaseId': knowledgeBaseId,'sourceId': sourceId },
36249
+ { },
36250
+ { },
36251
+ { },
36252
+ null,
36253
+ ['PureCloud OAuth'],
36254
+ ['application/json'],
36255
+ ['application/json']
36256
+ );
36257
+ }
36258
+
36259
+ /**
36260
+ * Create synchronization job
36261
+ *
36262
+ * @param {String} knowledgeBaseId Knowledge base ID
36263
+ * @param {Object} body
36264
+ * postKnowledgeKnowledgebaseSynchronizeJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
36265
+ */
36266
+ postKnowledgeKnowledgebaseSynchronizeJobs(knowledgeBaseId, body) {
36267
+ // verify the required parameter 'knowledgeBaseId' is set
36268
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
36269
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSynchronizeJobs';
36270
+ }
36271
+ // verify the required parameter 'body' is set
36272
+ if (body === undefined || body === null) {
36273
+ throw 'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseSynchronizeJobs';
36274
+ }
36275
+
36276
+ return this.apiClient.callApi(
36277
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/synchronize/jobs',
36278
+ 'POST',
36279
+ { 'knowledgeBaseId': knowledgeBaseId },
36280
+ { },
36281
+ { },
36282
+ { },
36283
+ body,
36284
+ ['PureCloud OAuth'],
36285
+ ['application/json'],
36286
+ ['application/json']
36287
+ );
36288
+ }
36289
+
35785
36290
  /**
35786
36291
  * Create content upload from URL job
35787
36292
  *
@@ -35838,13 +36343,85 @@ class KnowledgeApi {
35838
36343
  );
35839
36344
  }
35840
36345
 
36346
+ /**
36347
+ * Update Salesforce Knowledge integration source
36348
+ *
36349
+ * @param {String} knowledgeBaseId Knowledge base ID
36350
+ * @param {String} sourceId Source ID
36351
+ * @param {Object} body
36352
+ * putKnowledgeKnowledgebaseSourcesSalesforceSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
36353
+ */
36354
+ putKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId, sourceId, body) {
36355
+ // verify the required parameter 'knowledgeBaseId' is set
36356
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
36357
+ throw 'Missing the required parameter "knowledgeBaseId" when calling putKnowledgeKnowledgebaseSourcesSalesforceSourceId';
36358
+ }
36359
+ // verify the required parameter 'sourceId' is set
36360
+ if (sourceId === undefined || sourceId === null) {
36361
+ throw 'Missing the required parameter "sourceId" when calling putKnowledgeKnowledgebaseSourcesSalesforceSourceId';
36362
+ }
36363
+ // verify the required parameter 'body' is set
36364
+ if (body === undefined || body === null) {
36365
+ throw 'Missing the required parameter "body" when calling putKnowledgeKnowledgebaseSourcesSalesforceSourceId';
36366
+ }
36367
+
36368
+ return this.apiClient.callApi(
36369
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce/{sourceId}',
36370
+ 'PUT',
36371
+ { 'knowledgeBaseId': knowledgeBaseId,'sourceId': sourceId },
36372
+ { },
36373
+ { },
36374
+ { },
36375
+ body,
36376
+ ['PureCloud OAuth'],
36377
+ ['application/json'],
36378
+ ['application/json']
36379
+ );
36380
+ }
36381
+
36382
+ /**
36383
+ * Update ServiceNow Knowledge integration source
36384
+ *
36385
+ * @param {String} knowledgeBaseId Knowledge base ID
36386
+ * @param {String} sourceId Source ID
36387
+ * @param {Object} body
36388
+ * putKnowledgeKnowledgebaseSourcesServicenowSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
36389
+ */
36390
+ putKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId, sourceId, body) {
36391
+ // verify the required parameter 'knowledgeBaseId' is set
36392
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
36393
+ throw 'Missing the required parameter "knowledgeBaseId" when calling putKnowledgeKnowledgebaseSourcesServicenowSourceId';
36394
+ }
36395
+ // verify the required parameter 'sourceId' is set
36396
+ if (sourceId === undefined || sourceId === null) {
36397
+ throw 'Missing the required parameter "sourceId" when calling putKnowledgeKnowledgebaseSourcesServicenowSourceId';
36398
+ }
36399
+ // verify the required parameter 'body' is set
36400
+ if (body === undefined || body === null) {
36401
+ throw 'Missing the required parameter "body" when calling putKnowledgeKnowledgebaseSourcesServicenowSourceId';
36402
+ }
36403
+
36404
+ return this.apiClient.callApi(
36405
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}',
36406
+ 'PUT',
36407
+ { 'knowledgeBaseId': knowledgeBaseId,'sourceId': sourceId },
36408
+ { },
36409
+ { },
36410
+ { },
36411
+ body,
36412
+ ['PureCloud OAuth'],
36413
+ ['application/json'],
36414
+ ['application/json']
36415
+ );
36416
+ }
36417
+
35841
36418
  }
35842
36419
 
35843
36420
  class LanguageUnderstandingApi {
35844
36421
  /**
35845
36422
  * LanguageUnderstanding service.
35846
36423
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
35847
- * @version 204.0.1
36424
+ * @version 205.0.0
35848
36425
  */
35849
36426
 
35850
36427
  /**
@@ -36878,7 +37455,7 @@ class LanguagesApi {
36878
37455
  /**
36879
37456
  * Languages service.
36880
37457
  * @module purecloud-platform-client-v2/api/LanguagesApi
36881
- * @version 204.0.1
37458
+ * @version 205.0.0
36882
37459
  */
36883
37460
 
36884
37461
  /**
@@ -37100,7 +37677,7 @@ class LearningApi {
37100
37677
  /**
37101
37678
  * Learning service.
37102
37679
  * @module purecloud-platform-client-v2/api/LearningApi
37103
- * @version 204.0.1
37680
+ * @version 205.0.0
37104
37681
  */
37105
37682
 
37106
37683
  /**
@@ -38129,7 +38706,7 @@ class LicenseApi {
38129
38706
  /**
38130
38707
  * License service.
38131
38708
  * @module purecloud-platform-client-v2/api/LicenseApi
38132
- * @version 204.0.1
38709
+ * @version 205.0.0
38133
38710
  */
38134
38711
 
38135
38712
  /**
@@ -38367,7 +38944,7 @@ class LocationsApi {
38367
38944
  /**
38368
38945
  * Locations service.
38369
38946
  * @module purecloud-platform-client-v2/api/LocationsApi
38370
- * @version 204.0.1
38947
+ * @version 205.0.0
38371
38948
  */
38372
38949
 
38373
38950
  /**
@@ -38603,7 +39180,7 @@ class LogCaptureApi {
38603
39180
  /**
38604
39181
  * LogCapture service.
38605
39182
  * @module purecloud-platform-client-v2/api/LogCaptureApi
38606
- * @version 204.0.1
39183
+ * @version 205.0.0
38607
39184
  */
38608
39185
 
38609
39186
  /**
@@ -38803,7 +39380,7 @@ class MessagingApi {
38803
39380
  /**
38804
39381
  * Messaging service.
38805
39382
  * @module purecloud-platform-client-v2/api/MessagingApi
38806
- * @version 204.0.1
39383
+ * @version 205.0.0
38807
39384
  */
38808
39385
 
38809
39386
  /**
@@ -39162,7 +39739,7 @@ class MobileDevicesApi {
39162
39739
  /**
39163
39740
  * MobileDevices service.
39164
39741
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
39165
- * @version 204.0.1
39742
+ * @version 205.0.0
39166
39743
  */
39167
39744
 
39168
39745
  /**
@@ -39313,7 +39890,7 @@ class NotificationsApi {
39313
39890
  /**
39314
39891
  * Notifications service.
39315
39892
  * @module purecloud-platform-client-v2/api/NotificationsApi
39316
- * @version 204.0.1
39893
+ * @version 205.0.0
39317
39894
  */
39318
39895
 
39319
39896
  /**
@@ -39546,7 +40123,7 @@ class OAuthApi {
39546
40123
  /**
39547
40124
  * OAuth service.
39548
40125
  * @module purecloud-platform-client-v2/api/OAuthApi
39549
- * @version 204.0.1
40126
+ * @version 205.0.0
39550
40127
  */
39551
40128
 
39552
40129
  /**
@@ -39912,7 +40489,7 @@ class ObjectsApi {
39912
40489
  /**
39913
40490
  * Objects service.
39914
40491
  * @module purecloud-platform-client-v2/api/ObjectsApi
39915
- * @version 204.0.1
40492
+ * @version 205.0.0
39916
40493
  */
39917
40494
 
39918
40495
  /**
@@ -40182,7 +40759,7 @@ class OperationalEventsApi {
40182
40759
  /**
40183
40760
  * OperationalEvents service.
40184
40761
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
40185
- * @version 204.0.1
40762
+ * @version 205.0.0
40186
40763
  */
40187
40764
 
40188
40765
  /**
@@ -40248,7 +40825,7 @@ class OrganizationApi {
40248
40825
  /**
40249
40826
  * Organization service.
40250
40827
  * @module purecloud-platform-client-v2/api/OrganizationApi
40251
- * @version 204.0.1
40828
+ * @version 205.0.0
40252
40829
  */
40253
40830
 
40254
40831
  /**
@@ -40790,7 +41367,7 @@ class OrganizationAuthorizationApi {
40790
41367
  /**
40791
41368
  * OrganizationAuthorization service.
40792
41369
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
40793
- * @version 204.0.1
41370
+ * @version 205.0.0
40794
41371
  */
40795
41372
 
40796
41373
  /**
@@ -42137,7 +42714,7 @@ class OutboundApi {
42137
42714
  /**
42138
42715
  * Outbound service.
42139
42716
  * @module purecloud-platform-client-v2/api/OutboundApi
42140
- * @version 204.0.1
42717
+ * @version 205.0.0
42141
42718
  */
42142
42719
 
42143
42720
  /**
@@ -43248,6 +43825,36 @@ class OutboundApi {
43248
43825
  );
43249
43826
  }
43250
43827
 
43828
+ /**
43829
+ * Get the remaining and total contact count for each skill combination in a skills campaign
43830
+ *
43831
+ * @param {String} campaignId Campaign ID
43832
+ * @param {Object} opts Optional parameters
43833
+ * @param {Number} opts.pageNumber Page number (default to 1)
43834
+ * @param {Number} opts.pageSize Page size (default to 25)
43835
+ */
43836
+ getOutboundCampaignSkillcombinations(campaignId, opts) {
43837
+ opts = opts || {};
43838
+
43839
+ // verify the required parameter 'campaignId' is set
43840
+ if (campaignId === undefined || campaignId === null) {
43841
+ throw 'Missing the required parameter "campaignId" when calling getOutboundCampaignSkillcombinations';
43842
+ }
43843
+
43844
+ return this.apiClient.callApi(
43845
+ '/api/v2/outbound/campaigns/{campaignId}/skillcombinations',
43846
+ 'GET',
43847
+ { 'campaignId': campaignId },
43848
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'] },
43849
+ { },
43850
+ { },
43851
+ null,
43852
+ ['PureCloud OAuth'],
43853
+ ['application/json'],
43854
+ ['application/json']
43855
+ );
43856
+ }
43857
+
43251
43858
  /**
43252
43859
  * Get statistics about a Dialer Campaign
43253
43860
  *
@@ -46554,7 +47161,7 @@ class PresenceApi {
46554
47161
  /**
46555
47162
  * Presence service.
46556
47163
  * @module purecloud-platform-client-v2/api/PresenceApi
46557
- * @version 204.0.1
47164
+ * @version 205.0.0
46558
47165
  */
46559
47166
 
46560
47167
  /**
@@ -47298,7 +47905,7 @@ class ProcessAutomationApi {
47298
47905
  /**
47299
47906
  * ProcessAutomation service.
47300
47907
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
47301
- * @version 204.0.1
47908
+ * @version 205.0.0
47302
47909
  */
47303
47910
 
47304
47911
  /**
@@ -47537,7 +48144,7 @@ class QualityApi {
47537
48144
  /**
47538
48145
  * Quality service.
47539
48146
  * @module purecloud-platform-client-v2/api/QualityApi
47540
- * @version 204.0.1
48147
+ * @version 205.0.0
47541
48148
  */
47542
48149
 
47543
48150
  /**
@@ -49323,7 +49930,7 @@ class RecordingApi {
49323
49930
  /**
49324
49931
  * Recording service.
49325
49932
  * @module purecloud-platform-client-v2/api/RecordingApi
49326
- * @version 204.0.1
49933
+ * @version 205.0.0
49327
49934
  */
49328
49935
 
49329
49936
  /**
@@ -50982,7 +51589,7 @@ class ResponseManagementApi {
50982
51589
  /**
50983
51590
  * ResponseManagement service.
50984
51591
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
50985
- * @version 204.0.1
51592
+ * @version 205.0.0
50986
51593
  */
50987
51594
 
50988
51595
  /**
@@ -51492,7 +52099,7 @@ class RoutingApi {
51492
52099
  /**
51493
52100
  * Routing service.
51494
52101
  * @module purecloud-platform-client-v2/api/RoutingApi
51495
- * @version 204.0.1
52102
+ * @version 205.0.0
51496
52103
  */
51497
52104
 
51498
52105
  /**
@@ -55640,7 +56247,7 @@ class SCIMApi {
55640
56247
  /**
55641
56248
  * SCIM service.
55642
56249
  * @module purecloud-platform-client-v2/api/SCIMApi
55643
- * @version 204.0.1
56250
+ * @version 205.0.0
55644
56251
  */
55645
56252
 
55646
56253
  /**
@@ -56517,7 +57124,7 @@ class ScreenRecordingApi {
56517
57124
  /**
56518
57125
  * ScreenRecording service.
56519
57126
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
56520
- * @version 204.0.1
57127
+ * @version 205.0.0
56521
57128
  */
56522
57129
 
56523
57130
  /**
@@ -56562,7 +57169,7 @@ class ScriptsApi {
56562
57169
  /**
56563
57170
  * Scripts service.
56564
57171
  * @module purecloud-platform-client-v2/api/ScriptsApi
56565
- * @version 204.0.1
57172
+ * @version 205.0.0
56566
57173
  */
56567
57174
 
56568
57175
  /**
@@ -57006,7 +57613,7 @@ class SearchApi {
57006
57613
  /**
57007
57614
  * Search service.
57008
57615
  * @module purecloud-platform-client-v2/api/SearchApi
57009
- * @version 204.0.1
57616
+ * @version 205.0.0
57010
57617
  */
57011
57618
 
57012
57619
  /**
@@ -57695,7 +58302,7 @@ class SettingsApi {
57695
58302
  /**
57696
58303
  * Settings service.
57697
58304
  * @module purecloud-platform-client-v2/api/SettingsApi
57698
- * @version 204.0.1
58305
+ * @version 205.0.0
57699
58306
  */
57700
58307
 
57701
58308
  /**
@@ -57915,7 +58522,7 @@ class SpeechTextAnalyticsApi {
57915
58522
  /**
57916
58523
  * SpeechTextAnalytics service.
57917
58524
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
57918
- * @version 204.0.1
58525
+ * @version 205.0.0
57919
58526
  */
57920
58527
 
57921
58528
  /**
@@ -58733,6 +59340,63 @@ class SpeechTextAnalyticsApi {
58733
59340
  );
58734
59341
  }
58735
59342
 
59343
+ /**
59344
+ * Translate all communication(s) for an interaction.
59345
+ *
59346
+ * @param {String} languageId Target translation language
59347
+ * @param {String} conversationId Conversation id
59348
+ * @param {Object} opts Optional parameters
59349
+ * @param {String} opts.communicationId Communication id associated with the conversation
59350
+ * @param {String} opts.recordingId Recording id associated with the communication
59351
+ * getSpeechandtextanalyticsTranslationsLanguageConversation is a preview method and is subject to both breaking and non-breaking changes at any time without notice
59352
+ */
59353
+ getSpeechandtextanalyticsTranslationsLanguageConversation(languageId, conversationId, opts) {
59354
+ opts = opts || {};
59355
+
59356
+ // verify the required parameter 'languageId' is set
59357
+ if (languageId === undefined || languageId === null) {
59358
+ throw 'Missing the required parameter "languageId" when calling getSpeechandtextanalyticsTranslationsLanguageConversation';
59359
+ }
59360
+ // verify the required parameter 'conversationId' is set
59361
+ if (conversationId === undefined || conversationId === null) {
59362
+ throw 'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsTranslationsLanguageConversation';
59363
+ }
59364
+
59365
+ return this.apiClient.callApi(
59366
+ '/api/v2/speechandtextanalytics/translations/languages/{languageId}/conversations/{conversationId}',
59367
+ 'GET',
59368
+ { 'languageId': languageId,'conversationId': conversationId },
59369
+ { 'communicationId': opts['communicationId'],'recordingId': opts['recordingId'] },
59370
+ { },
59371
+ { },
59372
+ null,
59373
+ ['PureCloud OAuth'],
59374
+ ['application/json'],
59375
+ ['application/json']
59376
+ );
59377
+ }
59378
+
59379
+ /**
59380
+ * Get supported translation languages
59381
+ *
59382
+ * getSpeechandtextanalyticsTranslationsLanguages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
59383
+ */
59384
+ getSpeechandtextanalyticsTranslationsLanguages() {
59385
+
59386
+ return this.apiClient.callApi(
59387
+ '/api/v2/speechandtextanalytics/translations/languages',
59388
+ 'GET',
59389
+ { },
59390
+ { },
59391
+ { },
59392
+ { },
59393
+ null,
59394
+ ['PureCloud OAuth'],
59395
+ ['application/json'],
59396
+ ['application/json']
59397
+ );
59398
+ }
59399
+
58736
59400
  /**
58737
59401
  * Patch Speech And Text Analytics Settings
58738
59402
  *
@@ -59193,7 +59857,7 @@ class StationsApi {
59193
59857
  /**
59194
59858
  * Stations service.
59195
59859
  * @module purecloud-platform-client-v2/api/StationsApi
59196
- * @version 204.0.1
59860
+ * @version 205.0.0
59197
59861
  */
59198
59862
 
59199
59863
  /**
@@ -59295,7 +59959,7 @@ class SuggestApi {
59295
59959
  /**
59296
59960
  * Suggest service.
59297
59961
  * @module purecloud-platform-client-v2/api/SuggestApi
59298
- * @version 204.0.1
59962
+ * @version 205.0.0
59299
59963
  */
59300
59964
 
59301
59965
  /**
@@ -59434,7 +60098,7 @@ class TaskManagementApi {
59434
60098
  /**
59435
60099
  * TaskManagement service.
59436
60100
  * @module purecloud-platform-client-v2/api/TaskManagementApi
59437
- * @version 204.0.1
60101
+ * @version 205.0.0
59438
60102
  */
59439
60103
 
59440
60104
  /**
@@ -60788,7 +61452,7 @@ class TeamsApi {
60788
61452
  /**
60789
61453
  * Teams service.
60790
61454
  * @module purecloud-platform-client-v2/api/TeamsApi
60791
- * @version 204.0.1
61455
+ * @version 205.0.0
60792
61456
  */
60793
61457
 
60794
61458
  /**
@@ -61089,7 +61753,7 @@ class TelephonyApi {
61089
61753
  /**
61090
61754
  * Telephony service.
61091
61755
  * @module purecloud-platform-client-v2/api/TelephonyApi
61092
- * @version 204.0.1
61756
+ * @version 205.0.0
61093
61757
  */
61094
61758
 
61095
61759
  /**
@@ -61271,7 +61935,7 @@ class TelephonyProvidersEdgeApi {
61271
61935
  /**
61272
61936
  * TelephonyProvidersEdge service.
61273
61937
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
61274
- * @version 204.0.1
61938
+ * @version 205.0.0
61275
61939
  */
61276
61940
 
61277
61941
  /**
@@ -61366,6 +62030,26 @@ class TelephonyProvidersEdgeApi {
61366
62030
  );
61367
62031
  }
61368
62032
 
62033
+ /**
62034
+ * Deletes alertable presences overrides.
62035
+ *
62036
+ */
62037
+ deleteTelephonyProvidersEdgesAlertablepresences() {
62038
+
62039
+ return this.apiClient.callApi(
62040
+ '/api/v2/telephony/providers/edges/alertablepresences',
62041
+ 'DELETE',
62042
+ { },
62043
+ { },
62044
+ { },
62045
+ { },
62046
+ null,
62047
+ ['PureCloud OAuth'],
62048
+ ['application/json'],
62049
+ ['application/json']
62050
+ );
62051
+ }
62052
+
61369
62053
  /**
61370
62054
  * Delete a certificate authority.
61371
62055
  *
@@ -62038,6 +62722,30 @@ class TelephonyProvidersEdgeApi {
62038
62722
  );
62039
62723
  }
62040
62724
 
62725
+ /**
62726
+ * Get the list alertable presences. The 'type' query parameter can be used to If there are any overrides, this is the list of overrides; if there are no overrides, it is the default list.
62727
+ *
62728
+ * @param {Object} opts Optional parameters
62729
+ * @param {Object} opts.type
62730
+ */
62731
+ getTelephonyProvidersEdgesAlertablepresences(opts) {
62732
+ opts = opts || {};
62733
+
62734
+
62735
+ return this.apiClient.callApi(
62736
+ '/api/v2/telephony/providers/edges/alertablepresences',
62737
+ 'GET',
62738
+ { },
62739
+ { 'type': opts['type'] },
62740
+ { },
62741
+ { },
62742
+ null,
62743
+ ['PureCloud OAuth'],
62744
+ ['application/json'],
62745
+ ['application/json']
62746
+ );
62747
+ }
62748
+
62041
62749
  /**
62042
62750
  * Get the list of certificate authorities.
62043
62751
  *
@@ -64223,6 +64931,31 @@ class TelephonyProvidersEdgeApi {
64223
64931
  );
64224
64932
  }
64225
64933
 
64934
+ /**
64935
+ * Creates or updates alertable presences overrides.
64936
+ *
64937
+ * @param {Object} body Alertable Presences Overrides
64938
+ */
64939
+ putTelephonyProvidersEdgesAlertablepresences(body) {
64940
+ // verify the required parameter 'body' is set
64941
+ if (body === undefined || body === null) {
64942
+ throw 'Missing the required parameter "body" when calling putTelephonyProvidersEdgesAlertablepresences';
64943
+ }
64944
+
64945
+ return this.apiClient.callApi(
64946
+ '/api/v2/telephony/providers/edges/alertablepresences',
64947
+ 'PUT',
64948
+ { },
64949
+ { },
64950
+ { },
64951
+ { },
64952
+ body,
64953
+ ['PureCloud OAuth'],
64954
+ ['application/json'],
64955
+ ['application/json']
64956
+ );
64957
+ }
64958
+
64226
64959
  /**
64227
64960
  * Update a certificate authority.
64228
64961
  *
@@ -64599,7 +65332,7 @@ class TextbotsApi {
64599
65332
  /**
64600
65333
  * Textbots service.
64601
65334
  * @module purecloud-platform-client-v2/api/TextbotsApi
64602
- * @version 204.0.1
65335
+ * @version 205.0.0
64603
65336
  */
64604
65337
 
64605
65338
  /**
@@ -64727,7 +65460,7 @@ class TokensApi {
64727
65460
  /**
64728
65461
  * Tokens service.
64729
65462
  * @module purecloud-platform-client-v2/api/TokensApi
64730
- * @version 204.0.1
65463
+ * @version 205.0.0
64731
65464
  */
64732
65465
 
64733
65466
  /**
@@ -64881,7 +65614,7 @@ class UploadsApi {
64881
65614
  /**
64882
65615
  * Uploads service.
64883
65616
  * @module purecloud-platform-client-v2/api/UploadsApi
64884
- * @version 204.0.1
65617
+ * @version 205.0.0
64885
65618
  */
64886
65619
 
64887
65620
  /**
@@ -65150,7 +65883,7 @@ class UsageApi {
65150
65883
  /**
65151
65884
  * Usage service.
65152
65885
  * @module purecloud-platform-client-v2/api/UsageApi
65153
- * @version 204.0.1
65886
+ * @version 205.0.0
65154
65887
  */
65155
65888
 
65156
65889
  /**
@@ -65365,7 +66098,7 @@ class UserRecordingsApi {
65365
66098
  /**
65366
66099
  * UserRecordings service.
65367
66100
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
65368
- * @version 204.0.1
66101
+ * @version 205.0.0
65369
66102
  */
65370
66103
 
65371
66104
  /**
@@ -65580,7 +66313,7 @@ class UsersApi {
65580
66313
  /**
65581
66314
  * Users service.
65582
66315
  * @module purecloud-platform-client-v2/api/UsersApi
65583
- * @version 204.0.1
66316
+ * @version 205.0.0
65584
66317
  */
65585
66318
 
65586
66319
  /**
@@ -68383,7 +69116,7 @@ class UtilitiesApi {
68383
69116
  /**
68384
69117
  * Utilities service.
68385
69118
  * @module purecloud-platform-client-v2/api/UtilitiesApi
68386
- * @version 204.0.1
69119
+ * @version 205.0.0
68387
69120
  */
68388
69121
 
68389
69122
  /**
@@ -68494,7 +69227,7 @@ class VoicemailApi {
68494
69227
  /**
68495
69228
  * Voicemail service.
68496
69229
  * @module purecloud-platform-client-v2/api/VoicemailApi
68497
- * @version 204.0.1
69230
+ * @version 205.0.0
68498
69231
  */
68499
69232
 
68500
69233
  /**
@@ -69161,7 +69894,7 @@ class WebChatApi {
69161
69894
  /**
69162
69895
  * WebChat service.
69163
69896
  * @module purecloud-platform-client-v2/api/WebChatApi
69164
- * @version 204.0.1
69897
+ * @version 205.0.0
69165
69898
  */
69166
69899
 
69167
69900
  /**
@@ -69712,7 +70445,7 @@ class WebDeploymentsApi {
69712
70445
  /**
69713
70446
  * WebDeployments service.
69714
70447
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
69715
- * @version 204.0.1
70448
+ * @version 205.0.0
69716
70449
  */
69717
70450
 
69718
70451
  /**
@@ -70029,7 +70762,7 @@ class WebDeploymentsApi {
70029
70762
  * Get deployments
70030
70763
  *
70031
70764
  * @param {Object} opts Optional parameters
70032
- * @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
70765
+ * @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
70033
70766
  */
70034
70767
  getWebdeploymentsDeployments(opts) {
70035
70768
  opts = opts || {};
@@ -70239,7 +70972,7 @@ class WebMessagingApi {
70239
70972
  /**
70240
70973
  * WebMessaging service.
70241
70974
  * @module purecloud-platform-client-v2/api/WebMessagingApi
70242
- * @version 204.0.1
70975
+ * @version 205.0.0
70243
70976
  */
70244
70977
 
70245
70978
  /**
@@ -70285,7 +71018,7 @@ class WidgetsApi {
70285
71018
  /**
70286
71019
  * Widgets service.
70287
71020
  * @module purecloud-platform-client-v2/api/WidgetsApi
70288
- * @version 204.0.1
71021
+ * @version 205.0.0
70289
71022
  */
70290
71023
 
70291
71024
  /**
@@ -70431,7 +71164,7 @@ class WorkforceManagementApi {
70431
71164
  /**
70432
71165
  * WorkforceManagement service.
70433
71166
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
70434
- * @version 204.0.1
71167
+ * @version 205.0.0
70435
71168
  */
70436
71169
 
70437
71170
  /**
@@ -77586,7 +78319,7 @@ class WorkforceManagementApi {
77586
78319
  * </pre>
77587
78320
  * </p>
77588
78321
  * @module purecloud-platform-client-v2/index
77589
- * @version 204.0.1
78322
+ * @version 205.0.0
77590
78323
  */
77591
78324
  class platformClient {
77592
78325
  constructor() {