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
@@ -402,7 +402,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
402
402
 
403
403
  /**
404
404
  * @module purecloud-platform-client-v2/ApiClient
405
- * @version 204.0.1
405
+ * @version 205.0.0
406
406
  */
407
407
  class ApiClient {
408
408
  /**
@@ -1824,7 +1824,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1824
1824
  /**
1825
1825
  * AgentAssistants service.
1826
1826
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
1827
- * @version 204.0.1
1827
+ * @version 205.0.0
1828
1828
  */
1829
1829
 
1830
1830
  /**
@@ -2200,7 +2200,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2200
2200
  /**
2201
2201
  * AgentCopilot service.
2202
2202
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
2203
- * @version 204.0.1
2203
+ * @version 205.0.0
2204
2204
  */
2205
2205
 
2206
2206
  /**
@@ -2276,7 +2276,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2276
2276
  /**
2277
2277
  * AgentUI service.
2278
2278
  * @module purecloud-platform-client-v2/api/AgentUIApi
2279
- * @version 204.0.1
2279
+ * @version 205.0.0
2280
2280
  */
2281
2281
 
2282
2282
  /**
@@ -2407,7 +2407,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2407
2407
  /**
2408
2408
  * Alerting service.
2409
2409
  * @module purecloud-platform-client-v2/api/AlertingApi
2410
- * @version 204.0.1
2410
+ * @version 205.0.0
2411
2411
  */
2412
2412
 
2413
2413
  /**
@@ -3068,7 +3068,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3068
3068
  /**
3069
3069
  * Analytics service.
3070
3070
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3071
- * @version 204.0.1
3071
+ * @version 205.0.0
3072
3072
  */
3073
3073
 
3074
3074
  /**
@@ -5680,7 +5680,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5680
5680
  /**
5681
5681
  * Architect service.
5682
5682
  * @module purecloud-platform-client-v2/api/ArchitectApi
5683
- * @version 204.0.1
5683
+ * @version 205.0.0
5684
5684
  */
5685
5685
 
5686
5686
  /**
@@ -5724,7 +5724,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5724
5724
  * Delete a grammar.
5725
5725
  *
5726
5726
  * @param {String} grammarId grammar ID
5727
- * deleteArchitectGrammar is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5728
5727
  */
5729
5728
  deleteArchitectGrammar(grammarId) {
5730
5729
  // verify the required parameter 'grammarId' is set
@@ -5751,7 +5750,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5751
5750
  *
5752
5751
  * @param {String} grammarId Grammar ID
5753
5752
  * @param {String} languageCode Language
5754
- * deleteArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5755
5753
  */
5756
5754
  deleteArchitectGrammarLanguage(grammarId, languageCode) {
5757
5755
  // verify the required parameter 'grammarId' is set
@@ -5782,7 +5780,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5782
5780
  *
5783
5781
  * @param {String} grammarId Grammar ID
5784
5782
  * @param {String} languageCode Language
5785
- * deleteArchitectGrammarLanguageFilesDtmf is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5786
5783
  */
5787
5784
  deleteArchitectGrammarLanguageFilesDtmf(grammarId, languageCode) {
5788
5785
  // verify the required parameter 'grammarId' is set
@@ -5813,7 +5810,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5813
5810
  *
5814
5811
  * @param {String} grammarId Grammar ID
5815
5812
  * @param {String} languageCode Language
5816
- * deleteArchitectGrammarLanguageFilesVoice is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5817
5813
  */
5818
5814
  deleteArchitectGrammarLanguageFilesVoice(grammarId, languageCode) {
5819
5815
  // verify the required parameter 'grammarId' is set
@@ -6604,7 +6600,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6604
6600
  * @param {String} grammarId grammar ID
6605
6601
  * @param {Object} opts Optional parameters
6606
6602
  * @param {Boolean} opts.includeFileUrls Include grammar language file URLs
6607
- * getArchitectGrammar is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6608
6603
  */
6609
6604
  getArchitectGrammar(grammarId, opts) {
6610
6605
  opts = opts || {};
@@ -6633,7 +6628,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6633
6628
  *
6634
6629
  * @param {String} grammarId Grammar ID
6635
6630
  * @param {String} languageCode Language
6636
- * getArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6637
6631
  */
6638
6632
  getArchitectGrammarLanguage(grammarId, languageCode) {
6639
6633
  // verify the required parameter 'grammarId' is set
@@ -6672,7 +6666,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6672
6666
  * @param {String} opts.description Description
6673
6667
  * @param {String} opts.nameOrDescription Name or description
6674
6668
  * @param {Boolean} opts.includeFileUrls Include grammar language file URLs
6675
- * getArchitectGrammars is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6676
6669
  */
6677
6670
  getArchitectGrammars(opts) {
6678
6671
  opts = opts || {};
@@ -8368,7 +8361,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8368
8361
  * @param {String} grammarId grammar ID
8369
8362
  * @param {Object} opts Optional parameters
8370
8363
  * @param {Object} opts.body
8371
- * patchArchitectGrammar is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8372
8364
  */
8373
8365
  patchArchitectGrammar(grammarId, opts) {
8374
8366
  opts = opts || {};
@@ -8399,7 +8391,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8399
8391
  * @param {String} languageCode Language
8400
8392
  * @param {Object} opts Optional parameters
8401
8393
  * @param {Object} opts.body
8402
- * patchArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8403
8394
  */
8404
8395
  patchArchitectGrammarLanguage(grammarId, languageCode, opts) {
8405
8396
  opts = opts || {};
@@ -8503,7 +8494,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8503
8494
  * @param {String} grammarId Grammar ID
8504
8495
  * @param {String} languageCode Language
8505
8496
  * @param {Object} body query
8506
- * postArchitectGrammarLanguageFilesDtmf is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8507
8497
  */
8508
8498
  postArchitectGrammarLanguageFilesDtmf(grammarId, languageCode, body) {
8509
8499
  // verify the required parameter 'grammarId' is set
@@ -8539,7 +8529,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8539
8529
  * @param {String} grammarId Grammar ID
8540
8530
  * @param {String} languageCode Language
8541
8531
  * @param {Object} body query
8542
- * postArchitectGrammarLanguageFilesVoice is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8543
8532
  */
8544
8533
  postArchitectGrammarLanguageFilesVoice(grammarId, languageCode, body) {
8545
8534
  // verify the required parameter 'grammarId' is set
@@ -8574,7 +8563,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8574
8563
  *
8575
8564
  * @param {String} grammarId Grammar ID
8576
8565
  * @param {Object} body
8577
- * postArchitectGrammarLanguages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8578
8566
  */
8579
8567
  postArchitectGrammarLanguages(grammarId, body) {
8580
8568
  // verify the required parameter 'grammarId' is set
@@ -8604,7 +8592,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8604
8592
  * Create a new grammar
8605
8593
  *
8606
8594
  * @param {Object} body
8607
- * postArchitectGrammars is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8608
8595
  */
8609
8596
  postArchitectGrammars(body) {
8610
8597
  // verify the required parameter 'body' is set
@@ -9815,7 +9802,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9815
9802
  /**
9816
9803
  * Audit service.
9817
9804
  * @module purecloud-platform-client-v2/api/AuditApi
9818
- * @version 204.0.1
9805
+ * @version 205.0.0
9819
9806
  */
9820
9807
 
9821
9808
  /**
@@ -10016,7 +10003,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10016
10003
  /**
10017
10004
  * Authorization service.
10018
10005
  * @module purecloud-platform-client-v2/api/AuthorizationApi
10019
- * @version 204.0.1
10006
+ * @version 205.0.0
10020
10007
  */
10021
10008
 
10022
10009
  /**
@@ -11299,7 +11286,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11299
11286
  /**
11300
11287
  * Billing service.
11301
11288
  * @module purecloud-platform-client-v2/api/BillingApi
11302
- * @version 204.0.1
11289
+ * @version 205.0.0
11303
11290
  */
11304
11291
 
11305
11292
  /**
@@ -11379,7 +11366,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11379
11366
  /**
11380
11367
  * CarrierServices service.
11381
11368
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
11382
- * @version 204.0.1
11369
+ * @version 205.0.0
11383
11370
  */
11384
11371
 
11385
11372
  /**
@@ -11449,7 +11436,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11449
11436
  /**
11450
11437
  * Chat service.
11451
11438
  * @module purecloud-platform-client-v2/api/ChatApi
11452
- * @version 204.0.1
11439
+ * @version 205.0.0
11453
11440
  */
11454
11441
 
11455
11442
  /**
@@ -12385,7 +12372,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12385
12372
  /**
12386
12373
  * Coaching service.
12387
12374
  * @module purecloud-platform-client-v2/api/CoachingApi
12388
- * @version 204.0.1
12375
+ * @version 205.0.0
12389
12376
  */
12390
12377
 
12391
12378
  /**
@@ -12962,7 +12949,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12962
12949
  /**
12963
12950
  * ContentManagement service.
12964
12951
  * @module purecloud-platform-client-v2/api/ContentManagementApi
12965
- * @version 204.0.1
12952
+ * @version 205.0.0
12966
12953
  */
12967
12954
 
12968
12955
  /**
@@ -14044,7 +14031,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14044
14031
  /**
14045
14032
  * Conversations service.
14046
14033
  * @module purecloud-platform-client-v2/api/ConversationsApi
14047
- * @version 204.0.1
14034
+ * @version 205.0.0
14048
14035
  */
14049
14036
 
14050
14037
  /**
@@ -14826,6 +14813,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14826
14813
  );
14827
14814
  }
14828
14815
 
14816
+ /**
14817
+ * Get the summaries of the conversation.
14818
+ *
14819
+ * @param {String} conversationId Conversation ID
14820
+ * getConversationSummaries is a preview method and is subject to both breaking and non-breaking changes at any time without notice
14821
+ */
14822
+ getConversationSummaries(conversationId) {
14823
+ // verify the required parameter 'conversationId' is set
14824
+ if (conversationId === undefined || conversationId === null) {
14825
+ throw 'Missing the required parameter "conversationId" when calling getConversationSummaries';
14826
+ }
14827
+
14828
+ return this.apiClient.callApi(
14829
+ '/api/v2/conversations/{conversationId}/summaries',
14830
+ 'GET',
14831
+ { 'conversationId': conversationId },
14832
+ { },
14833
+ { },
14834
+ { },
14835
+ null,
14836
+ ['PureCloud OAuth'],
14837
+ ['application/json'],
14838
+ ['application/json']
14839
+ );
14840
+ }
14841
+
14829
14842
  /**
14830
14843
  * Get active conversations for the logged in user
14831
14844
  *
@@ -16900,7 +16913,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16900
16913
  *
16901
16914
  * @param {String} conversationId conversation ID
16902
16915
  * @param {Object} body Conversation Utilization Label
16903
- * patchConversationUtilizationlabel is a preview method and is subject to both breaking and non-breaking changes at any time without notice
16904
16916
  */
16905
16917
  patchConversationUtilizationlabel(conversationId, body) {
16906
16918
  // verify the required parameter 'conversationId' is set
@@ -21157,7 +21169,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21157
21169
  /**
21158
21170
  * DataExtensions service.
21159
21171
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
21160
- * @version 204.0.1
21172
+ * @version 205.0.0
21161
21173
  */
21162
21174
 
21163
21175
  /**
@@ -21243,7 +21255,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21243
21255
  /**
21244
21256
  * Downloads service.
21245
21257
  * @module purecloud-platform-client-v2/api/DownloadsApi
21246
- * @version 204.0.1
21258
+ * @version 205.0.0
21247
21259
  */
21248
21260
 
21249
21261
  /**
@@ -21295,7 +21307,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21295
21307
  /**
21296
21308
  * Emails service.
21297
21309
  * @module purecloud-platform-client-v2/api/EmailsApi
21298
- * @version 204.0.1
21310
+ * @version 205.0.0
21299
21311
  */
21300
21312
 
21301
21313
  /**
@@ -21360,7 +21372,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21360
21372
  /**
21361
21373
  * EmployeeEngagement service.
21362
21374
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
21363
- * @version 204.0.1
21375
+ * @version 205.0.0
21364
21376
  */
21365
21377
 
21366
21378
  /**
@@ -21511,7 +21523,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21511
21523
  /**
21512
21524
  * Events service.
21513
21525
  * @module purecloud-platform-client-v2/api/EventsApi
21514
- * @version 204.0.1
21526
+ * @version 205.0.0
21515
21527
  */
21516
21528
 
21517
21529
  /**
@@ -21607,7 +21619,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21607
21619
  /**
21608
21620
  * ExternalContacts service.
21609
21621
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
21610
- * @version 204.0.1
21622
+ * @version 205.0.0
21611
21623
  */
21612
21624
 
21613
21625
  /**
@@ -23706,7 +23718,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23706
23718
  /**
23707
23719
  * Fax service.
23708
23720
  * @module purecloud-platform-client-v2/api/FaxApi
23709
- * @version 204.0.1
23721
+ * @version 205.0.0
23710
23722
  */
23711
23723
 
23712
23724
  /**
@@ -23921,7 +23933,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23921
23933
  /**
23922
23934
  * Flows service.
23923
23935
  * @module purecloud-platform-client-v2/api/FlowsApi
23924
- * @version 204.0.1
23936
+ * @version 205.0.0
23925
23937
  */
23926
23938
 
23927
23939
  /**
@@ -24104,7 +24116,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24104
24116
  /**
24105
24117
  * Gamification service.
24106
24118
  * @module purecloud-platform-client-v2/api/GamificationApi
24107
- * @version 204.0.1
24119
+ * @version 205.0.0
24108
24120
  */
24109
24121
 
24110
24122
  /**
@@ -26190,7 +26202,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26190
26202
  /**
26191
26203
  * GeneralDataProtectionRegulation service.
26192
26204
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
26193
- * @version 204.0.1
26205
+ * @version 205.0.0
26194
26206
  */
26195
26207
 
26196
26208
  /**
@@ -26320,7 +26332,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26320
26332
  /**
26321
26333
  * Geolocation service.
26322
26334
  * @module purecloud-platform-client-v2/api/GeolocationApi
26323
- * @version 204.0.1
26335
+ * @version 205.0.0
26324
26336
  */
26325
26337
 
26326
26338
  /**
@@ -26451,7 +26463,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26451
26463
  /**
26452
26464
  * Greetings service.
26453
26465
  * @module purecloud-platform-client-v2/api/GreetingsApi
26454
- * @version 204.0.1
26466
+ * @version 205.0.0
26455
26467
  */
26456
26468
 
26457
26469
  /**
@@ -26906,7 +26918,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26906
26918
  /**
26907
26919
  * Groups service.
26908
26920
  * @module purecloud-platform-client-v2/api/GroupsApi
26909
- * @version 204.0.1
26921
+ * @version 205.0.0
26910
26922
  */
26911
26923
 
26912
26924
  /**
@@ -27425,7 +27437,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27425
27437
  /**
27426
27438
  * IdentityProvider service.
27427
27439
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
27428
- * @version 204.0.1
27440
+ * @version 205.0.0
27429
27441
  */
27430
27442
 
27431
27443
  /**
@@ -28286,7 +28298,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28286
28298
  /**
28287
28299
  * InfrastructureAsCode service.
28288
28300
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
28289
- * @version 204.0.1
28301
+ * @version 205.0.0
28290
28302
  */
28291
28303
 
28292
28304
  /**
@@ -28453,7 +28465,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28453
28465
  /**
28454
28466
  * Integrations service.
28455
28467
  * @module purecloud-platform-client-v2/api/IntegrationsApi
28456
- * @version 204.0.1
28468
+ * @version 205.0.0
28457
28469
  */
28458
28470
 
28459
28471
  /**
@@ -29330,6 +29342,56 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29330
29342
  );
29331
29343
  }
29332
29344
 
29345
+ /**
29346
+ * Get a list of Audio Connector integrations
29347
+ *
29348
+ * @param {Object} opts Optional parameters
29349
+ * @param {Number} opts.pageNumber Page number (default to 1)
29350
+ * @param {Number} opts.pageSize Page size (default to 25)
29351
+ */
29352
+ getIntegrationsSpeechAudioconnector(opts) {
29353
+ opts = opts || {};
29354
+
29355
+
29356
+ return this.apiClient.callApi(
29357
+ '/api/v2/integrations/speech/audioconnector',
29358
+ 'GET',
29359
+ { },
29360
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'] },
29361
+ { },
29362
+ { },
29363
+ null,
29364
+ ['PureCloud OAuth'],
29365
+ ['application/json'],
29366
+ ['application/json']
29367
+ );
29368
+ }
29369
+
29370
+ /**
29371
+ * Get an Audio Connector integration
29372
+ *
29373
+ * @param {String} integrationId The integration ID
29374
+ */
29375
+ getIntegrationsSpeechAudioconnectorIntegrationId(integrationId) {
29376
+ // verify the required parameter 'integrationId' is set
29377
+ if (integrationId === undefined || integrationId === null) {
29378
+ throw 'Missing the required parameter "integrationId" when calling getIntegrationsSpeechAudioconnectorIntegrationId';
29379
+ }
29380
+
29381
+ return this.apiClient.callApi(
29382
+ '/api/v2/integrations/speech/audioconnector/{integrationId}',
29383
+ 'GET',
29384
+ { 'integrationId': integrationId },
29385
+ { },
29386
+ { },
29387
+ { },
29388
+ null,
29389
+ ['PureCloud OAuth'],
29390
+ ['application/json'],
29391
+ ['application/json']
29392
+ );
29393
+ }
29394
+
29333
29395
  /**
29334
29396
  * Get details about a Dialogflow agent
29335
29397
  *
@@ -30825,7 +30887,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30825
30887
  /**
30826
30888
  * Journey service.
30827
30889
  * @module purecloud-platform-client-v2/api/JourneyApi
30828
- * @version 204.0.1
30890
+ * @version 205.0.0
30829
30891
  */
30830
30892
 
30831
30893
  /**
@@ -32468,7 +32530,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32468
32530
  /**
32469
32531
  * Knowledge service.
32470
32532
  * @module purecloud-platform-client-v2/api/KnowledgeApi
32471
- * @version 204.0.1
32533
+ * @version 205.0.0
32472
32534
  */
32473
32535
 
32474
32536
  /**
@@ -32801,6 +32863,99 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32801
32863
  );
32802
32864
  }
32803
32865
 
32866
+ /**
32867
+ * Delete Salesforce Knowledge integration source
32868
+ *
32869
+ * @param {String} knowledgeBaseId Knowledge base ID
32870
+ * @param {String} sourceId Source ID
32871
+ * deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
32872
+ */
32873
+ deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId, sourceId) {
32874
+ // verify the required parameter 'knowledgeBaseId' is set
32875
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
32876
+ throw 'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId';
32877
+ }
32878
+ // verify the required parameter 'sourceId' is set
32879
+ if (sourceId === undefined || sourceId === null) {
32880
+ throw 'Missing the required parameter "sourceId" when calling deleteKnowledgeKnowledgebaseSourcesSalesforceSourceId';
32881
+ }
32882
+
32883
+ return this.apiClient.callApi(
32884
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce/{sourceId}',
32885
+ 'DELETE',
32886
+ { 'knowledgeBaseId': knowledgeBaseId,'sourceId': sourceId },
32887
+ { },
32888
+ { },
32889
+ { },
32890
+ null,
32891
+ ['PureCloud OAuth'],
32892
+ ['application/json'],
32893
+ ['application/json']
32894
+ );
32895
+ }
32896
+
32897
+ /**
32898
+ * Delete ServiceNow Knowledge integration source
32899
+ *
32900
+ * @param {String} knowledgeBaseId Knowledge base ID
32901
+ * @param {String} sourceId Source ID
32902
+ * deleteKnowledgeKnowledgebaseSourcesServicenowSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
32903
+ */
32904
+ deleteKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId, sourceId) {
32905
+ // verify the required parameter 'knowledgeBaseId' is set
32906
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
32907
+ throw 'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseSourcesServicenowSourceId';
32908
+ }
32909
+ // verify the required parameter 'sourceId' is set
32910
+ if (sourceId === undefined || sourceId === null) {
32911
+ throw 'Missing the required parameter "sourceId" when calling deleteKnowledgeKnowledgebaseSourcesServicenowSourceId';
32912
+ }
32913
+
32914
+ return this.apiClient.callApi(
32915
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}',
32916
+ 'DELETE',
32917
+ { 'knowledgeBaseId': knowledgeBaseId,'sourceId': sourceId },
32918
+ { },
32919
+ { },
32920
+ { },
32921
+ null,
32922
+ ['PureCloud OAuth'],
32923
+ ['application/json'],
32924
+ ['application/json']
32925
+ );
32926
+ }
32927
+
32928
+ /**
32929
+ * Delete synchronization job
32930
+ *
32931
+ * @param {String} knowledgeBaseId Knowledge base ID
32932
+ * @param {String} syncJobId Synchronization job ID
32933
+ * deleteKnowledgeKnowledgebaseSynchronizeJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
32934
+ */
32935
+ deleteKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId, syncJobId) {
32936
+ // verify the required parameter 'knowledgeBaseId' is set
32937
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
32938
+ throw 'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseSynchronizeJob';
32939
+ }
32940
+ // verify the required parameter 'syncJobId' is set
32941
+ if (syncJobId === undefined || syncJobId === null) {
32942
+ throw 'Missing the required parameter "syncJobId" when calling deleteKnowledgeKnowledgebaseSynchronizeJob';
32943
+ }
32944
+
32945
+ return this.apiClient.callApi(
32946
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/synchronize/jobs/{syncJobId}',
32947
+ 'DELETE',
32948
+ { 'knowledgeBaseId': knowledgeBaseId,'syncJobId': syncJobId },
32949
+ { },
32950
+ { },
32951
+ { },
32952
+ null,
32953
+ ['PureCloud OAuth'],
32954
+ ['application/json'],
32955
+ ['application/json']
32956
+ );
32957
+ }
32958
+
32804
32959
  /**
32805
32960
  * Get categories
32806
32961
  *
@@ -32898,6 +33053,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32898
33053
  );
32899
33054
  }
32900
33055
 
33056
+ /**
33057
+ * Get sync options available for a knowledge-connect integration
33058
+ *
33059
+ * @param {String} integrationId Integration ID
33060
+ * getKnowledgeIntegrationOptions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
33061
+ */
33062
+ getKnowledgeIntegrationOptions(integrationId) {
33063
+ // verify the required parameter 'integrationId' is set
33064
+ if (integrationId === undefined || integrationId === null) {
33065
+ throw 'Missing the required parameter "integrationId" when calling getKnowledgeIntegrationOptions';
33066
+ }
33067
+
33068
+ return this.apiClient.callApi(
33069
+ '/api/v2/knowledge/integrations/{integrationId}/options',
33070
+ 'GET',
33071
+ { 'integrationId': integrationId },
33072
+ { },
33073
+ { },
33074
+ { },
33075
+ null,
33076
+ ['PureCloud OAuth'],
33077
+ ['application/json'],
33078
+ ['application/json']
33079
+ );
33080
+ }
33081
+
32901
33082
  /**
32902
33083
  * Get knowledge base
32903
33084
  *
@@ -33908,6 +34089,139 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33908
34089
  );
33909
34090
  }
33910
34091
 
34092
+ /**
34093
+ * Get Knowledge integration sources
34094
+ *
34095
+ * @param {String} knowledgeBaseId Knowledge base ID
34096
+ * @param {Object} opts Optional parameters
34097
+ * @param {Object} opts.type If specified, retrieves integration sources with specified integration type.
34098
+ * @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
34099
+ * @param {Array.<String>} opts.ids If specified, retrieves integration sources with specified IDs.
34100
+ * getKnowledgeKnowledgebaseSources is a preview method and is subject to both breaking and non-breaking changes at any time without notice
34101
+ */
34102
+ getKnowledgeKnowledgebaseSources(knowledgeBaseId, opts) {
34103
+ opts = opts || {};
34104
+
34105
+ // verify the required parameter 'knowledgeBaseId' is set
34106
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
34107
+ throw 'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSources';
34108
+ }
34109
+
34110
+ return this.apiClient.callApi(
34111
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources',
34112
+ 'GET',
34113
+ { 'knowledgeBaseId': knowledgeBaseId },
34114
+ { 'type': opts['type'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'ids': this.apiClient.buildCollectionParam(opts['ids'], 'multi') },
34115
+ { },
34116
+ { },
34117
+ null,
34118
+ ['PureCloud OAuth'],
34119
+ ['application/json'],
34120
+ ['application/json']
34121
+ );
34122
+ }
34123
+
34124
+ /**
34125
+ * Get Salesforce Knowledge integration source
34126
+ *
34127
+ * @param {String} knowledgeBaseId Knowledge base ID
34128
+ * @param {String} sourceId Source ID
34129
+ * @param {Object} opts Optional parameters
34130
+ * @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
34131
+ * getKnowledgeKnowledgebaseSourcesSalesforceSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
34132
+ */
34133
+ getKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId, sourceId, opts) {
34134
+ opts = opts || {};
34135
+
34136
+ // verify the required parameter 'knowledgeBaseId' is set
34137
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
34138
+ throw 'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSourcesSalesforceSourceId';
34139
+ }
34140
+ // verify the required parameter 'sourceId' is set
34141
+ if (sourceId === undefined || sourceId === null) {
34142
+ throw 'Missing the required parameter "sourceId" when calling getKnowledgeKnowledgebaseSourcesSalesforceSourceId';
34143
+ }
34144
+
34145
+ return this.apiClient.callApi(
34146
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce/{sourceId}',
34147
+ 'GET',
34148
+ { 'knowledgeBaseId': knowledgeBaseId,'sourceId': sourceId },
34149
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
34150
+ { },
34151
+ { },
34152
+ null,
34153
+ ['PureCloud OAuth'],
34154
+ ['application/json'],
34155
+ ['application/json']
34156
+ );
34157
+ }
34158
+
34159
+ /**
34160
+ * Get ServiceNow Knowledge integration source
34161
+ *
34162
+ * @param {String} knowledgeBaseId Knowledge base ID
34163
+ * @param {String} sourceId Source ID
34164
+ * @param {Object} opts Optional parameters
34165
+ * @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
34166
+ * getKnowledgeKnowledgebaseSourcesServicenowSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
34167
+ */
34168
+ getKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId, sourceId, opts) {
34169
+ opts = opts || {};
34170
+
34171
+ // verify the required parameter 'knowledgeBaseId' is set
34172
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
34173
+ throw 'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSourcesServicenowSourceId';
34174
+ }
34175
+ // verify the required parameter 'sourceId' is set
34176
+ if (sourceId === undefined || sourceId === null) {
34177
+ throw 'Missing the required parameter "sourceId" when calling getKnowledgeKnowledgebaseSourcesServicenowSourceId';
34178
+ }
34179
+
34180
+ return this.apiClient.callApi(
34181
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}',
34182
+ 'GET',
34183
+ { 'knowledgeBaseId': knowledgeBaseId,'sourceId': sourceId },
34184
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
34185
+ { },
34186
+ { },
34187
+ null,
34188
+ ['PureCloud OAuth'],
34189
+ ['application/json'],
34190
+ ['application/json']
34191
+ );
34192
+ }
34193
+
34194
+ /**
34195
+ * Get synchronization job report
34196
+ *
34197
+ * @param {String} knowledgeBaseId Knowledge base ID
34198
+ * @param {String} syncJobId Synchronization job ID
34199
+ * getKnowledgeKnowledgebaseSynchronizeJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
34200
+ */
34201
+ getKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId, syncJobId) {
34202
+ // verify the required parameter 'knowledgeBaseId' is set
34203
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
34204
+ throw 'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseSynchronizeJob';
34205
+ }
34206
+ // verify the required parameter 'syncJobId' is set
34207
+ if (syncJobId === undefined || syncJobId === null) {
34208
+ throw 'Missing the required parameter "syncJobId" when calling getKnowledgeKnowledgebaseSynchronizeJob';
34209
+ }
34210
+
34211
+ return this.apiClient.callApi(
34212
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/synchronize/jobs/{syncJobId}',
34213
+ 'GET',
34214
+ { 'knowledgeBaseId': knowledgeBaseId,'syncJobId': syncJobId },
34215
+ { },
34216
+ { },
34217
+ { },
34218
+ null,
34219
+ ['PureCloud OAuth'],
34220
+ ['application/json'],
34221
+ ['application/json']
34222
+ );
34223
+ }
34224
+
33911
34225
  /**
33912
34226
  * Get knowledge base unanswered group for a particular groupId
33913
34227
  *
@@ -34592,6 +34906,42 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34592
34906
  );
34593
34907
  }
34594
34908
 
34909
+ /**
34910
+ * Update synchronization job
34911
+ *
34912
+ * @param {String} knowledgeBaseId Knowledge base ID
34913
+ * @param {String} syncJobId Synchronization job ID
34914
+ * @param {Object} body
34915
+ * patchKnowledgeKnowledgebaseSynchronizeJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
34916
+ */
34917
+ patchKnowledgeKnowledgebaseSynchronizeJob(knowledgeBaseId, syncJobId, body) {
34918
+ // verify the required parameter 'knowledgeBaseId' is set
34919
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
34920
+ throw 'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseSynchronizeJob';
34921
+ }
34922
+ // verify the required parameter 'syncJobId' is set
34923
+ if (syncJobId === undefined || syncJobId === null) {
34924
+ throw 'Missing the required parameter "syncJobId" when calling patchKnowledgeKnowledgebaseSynchronizeJob';
34925
+ }
34926
+ // verify the required parameter 'body' is set
34927
+ if (body === undefined || body === null) {
34928
+ throw 'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseSynchronizeJob';
34929
+ }
34930
+
34931
+ return this.apiClient.callApi(
34932
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/synchronize/jobs/{syncJobId}',
34933
+ 'PATCH',
34934
+ { 'knowledgeBaseId': knowledgeBaseId,'syncJobId': syncJobId },
34935
+ { },
34936
+ { },
34937
+ { },
34938
+ body,
34939
+ ['PureCloud OAuth'],
34940
+ ['application/json'],
34941
+ ['application/json']
34942
+ );
34943
+ }
34944
+
34595
34945
  /**
34596
34946
  * Update a Knowledge base unanswered phrase group
34597
34947
  *
@@ -35779,6 +36129,161 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35779
36129
  );
35780
36130
  }
35781
36131
 
36132
+ /**
36133
+ * Create Salesforce Knowledge integration source
36134
+ *
36135
+ * @param {String} knowledgeBaseId Knowledge base ID
36136
+ * @param {Object} body
36137
+ * postKnowledgeKnowledgebaseSourcesSalesforce is a preview method and is subject to both breaking and non-breaking changes at any time without notice
36138
+ */
36139
+ postKnowledgeKnowledgebaseSourcesSalesforce(knowledgeBaseId, body) {
36140
+ // verify the required parameter 'knowledgeBaseId' is set
36141
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
36142
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesSalesforce';
36143
+ }
36144
+ // verify the required parameter 'body' is set
36145
+ if (body === undefined || body === null) {
36146
+ throw 'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseSourcesSalesforce';
36147
+ }
36148
+
36149
+ return this.apiClient.callApi(
36150
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce',
36151
+ 'POST',
36152
+ { 'knowledgeBaseId': knowledgeBaseId },
36153
+ { },
36154
+ { },
36155
+ { },
36156
+ body,
36157
+ ['PureCloud OAuth'],
36158
+ ['application/json'],
36159
+ ['application/json']
36160
+ );
36161
+ }
36162
+
36163
+ /**
36164
+ * Start sync on Salesforce Knowledge integration source
36165
+ *
36166
+ * @param {String} knowledgeBaseId Knowledge base ID
36167
+ * @param {String} sourceId Source ID
36168
+ * postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync is a preview method and is subject to both breaking and non-breaking changes at any time without notice
36169
+ */
36170
+ postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync(knowledgeBaseId, sourceId) {
36171
+ // verify the required parameter 'knowledgeBaseId' is set
36172
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
36173
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync';
36174
+ }
36175
+ // verify the required parameter 'sourceId' is set
36176
+ if (sourceId === undefined || sourceId === null) {
36177
+ throw 'Missing the required parameter "sourceId" when calling postKnowledgeKnowledgebaseSourcesSalesforceSourceIdSync';
36178
+ }
36179
+
36180
+ return this.apiClient.callApi(
36181
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce/{sourceId}/sync',
36182
+ 'POST',
36183
+ { 'knowledgeBaseId': knowledgeBaseId,'sourceId': sourceId },
36184
+ { },
36185
+ { },
36186
+ { },
36187
+ null,
36188
+ ['PureCloud OAuth'],
36189
+ ['application/json'],
36190
+ ['application/json']
36191
+ );
36192
+ }
36193
+
36194
+ /**
36195
+ * Create ServiceNow Knowledge integration source
36196
+ *
36197
+ * @param {String} knowledgeBaseId Knowledge base ID
36198
+ * @param {Object} body
36199
+ * postKnowledgeKnowledgebaseSourcesServicenow is a preview method and is subject to both breaking and non-breaking changes at any time without notice
36200
+ */
36201
+ postKnowledgeKnowledgebaseSourcesServicenow(knowledgeBaseId, body) {
36202
+ // verify the required parameter 'knowledgeBaseId' is set
36203
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
36204
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesServicenow';
36205
+ }
36206
+ // verify the required parameter 'body' is set
36207
+ if (body === undefined || body === null) {
36208
+ throw 'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseSourcesServicenow';
36209
+ }
36210
+
36211
+ return this.apiClient.callApi(
36212
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow',
36213
+ 'POST',
36214
+ { 'knowledgeBaseId': knowledgeBaseId },
36215
+ { },
36216
+ { },
36217
+ { },
36218
+ body,
36219
+ ['PureCloud OAuth'],
36220
+ ['application/json'],
36221
+ ['application/json']
36222
+ );
36223
+ }
36224
+
36225
+ /**
36226
+ * Start synchronization on ServiceNow Knowledge integration source
36227
+ *
36228
+ * @param {String} knowledgeBaseId Knowledge base ID
36229
+ * @param {String} sourceId Source ID
36230
+ * postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync is a preview method and is subject to both breaking and non-breaking changes at any time without notice
36231
+ */
36232
+ postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync(knowledgeBaseId, sourceId) {
36233
+ // verify the required parameter 'knowledgeBaseId' is set
36234
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
36235
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync';
36236
+ }
36237
+ // verify the required parameter 'sourceId' is set
36238
+ if (sourceId === undefined || sourceId === null) {
36239
+ throw 'Missing the required parameter "sourceId" when calling postKnowledgeKnowledgebaseSourcesServicenowSourceIdSync';
36240
+ }
36241
+
36242
+ return this.apiClient.callApi(
36243
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}/sync',
36244
+ 'POST',
36245
+ { 'knowledgeBaseId': knowledgeBaseId,'sourceId': sourceId },
36246
+ { },
36247
+ { },
36248
+ { },
36249
+ null,
36250
+ ['PureCloud OAuth'],
36251
+ ['application/json'],
36252
+ ['application/json']
36253
+ );
36254
+ }
36255
+
36256
+ /**
36257
+ * Create synchronization job
36258
+ *
36259
+ * @param {String} knowledgeBaseId Knowledge base ID
36260
+ * @param {Object} body
36261
+ * postKnowledgeKnowledgebaseSynchronizeJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
36262
+ */
36263
+ postKnowledgeKnowledgebaseSynchronizeJobs(knowledgeBaseId, body) {
36264
+ // verify the required parameter 'knowledgeBaseId' is set
36265
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
36266
+ throw 'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSynchronizeJobs';
36267
+ }
36268
+ // verify the required parameter 'body' is set
36269
+ if (body === undefined || body === null) {
36270
+ throw 'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseSynchronizeJobs';
36271
+ }
36272
+
36273
+ return this.apiClient.callApi(
36274
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/synchronize/jobs',
36275
+ 'POST',
36276
+ { 'knowledgeBaseId': knowledgeBaseId },
36277
+ { },
36278
+ { },
36279
+ { },
36280
+ body,
36281
+ ['PureCloud OAuth'],
36282
+ ['application/json'],
36283
+ ['application/json']
36284
+ );
36285
+ }
36286
+
35782
36287
  /**
35783
36288
  * Create content upload from URL job
35784
36289
  *
@@ -35835,13 +36340,85 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35835
36340
  );
35836
36341
  }
35837
36342
 
36343
+ /**
36344
+ * Update Salesforce Knowledge integration source
36345
+ *
36346
+ * @param {String} knowledgeBaseId Knowledge base ID
36347
+ * @param {String} sourceId Source ID
36348
+ * @param {Object} body
36349
+ * putKnowledgeKnowledgebaseSourcesSalesforceSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
36350
+ */
36351
+ putKnowledgeKnowledgebaseSourcesSalesforceSourceId(knowledgeBaseId, sourceId, body) {
36352
+ // verify the required parameter 'knowledgeBaseId' is set
36353
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
36354
+ throw 'Missing the required parameter "knowledgeBaseId" when calling putKnowledgeKnowledgebaseSourcesSalesforceSourceId';
36355
+ }
36356
+ // verify the required parameter 'sourceId' is set
36357
+ if (sourceId === undefined || sourceId === null) {
36358
+ throw 'Missing the required parameter "sourceId" when calling putKnowledgeKnowledgebaseSourcesSalesforceSourceId';
36359
+ }
36360
+ // verify the required parameter 'body' is set
36361
+ if (body === undefined || body === null) {
36362
+ throw 'Missing the required parameter "body" when calling putKnowledgeKnowledgebaseSourcesSalesforceSourceId';
36363
+ }
36364
+
36365
+ return this.apiClient.callApi(
36366
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce/{sourceId}',
36367
+ 'PUT',
36368
+ { 'knowledgeBaseId': knowledgeBaseId,'sourceId': sourceId },
36369
+ { },
36370
+ { },
36371
+ { },
36372
+ body,
36373
+ ['PureCloud OAuth'],
36374
+ ['application/json'],
36375
+ ['application/json']
36376
+ );
36377
+ }
36378
+
36379
+ /**
36380
+ * Update ServiceNow Knowledge integration source
36381
+ *
36382
+ * @param {String} knowledgeBaseId Knowledge base ID
36383
+ * @param {String} sourceId Source ID
36384
+ * @param {Object} body
36385
+ * putKnowledgeKnowledgebaseSourcesServicenowSourceId is a preview method and is subject to both breaking and non-breaking changes at any time without notice
36386
+ */
36387
+ putKnowledgeKnowledgebaseSourcesServicenowSourceId(knowledgeBaseId, sourceId, body) {
36388
+ // verify the required parameter 'knowledgeBaseId' is set
36389
+ if (knowledgeBaseId === undefined || knowledgeBaseId === null) {
36390
+ throw 'Missing the required parameter "knowledgeBaseId" when calling putKnowledgeKnowledgebaseSourcesServicenowSourceId';
36391
+ }
36392
+ // verify the required parameter 'sourceId' is set
36393
+ if (sourceId === undefined || sourceId === null) {
36394
+ throw 'Missing the required parameter "sourceId" when calling putKnowledgeKnowledgebaseSourcesServicenowSourceId';
36395
+ }
36396
+ // verify the required parameter 'body' is set
36397
+ if (body === undefined || body === null) {
36398
+ throw 'Missing the required parameter "body" when calling putKnowledgeKnowledgebaseSourcesServicenowSourceId';
36399
+ }
36400
+
36401
+ return this.apiClient.callApi(
36402
+ '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}',
36403
+ 'PUT',
36404
+ { 'knowledgeBaseId': knowledgeBaseId,'sourceId': sourceId },
36405
+ { },
36406
+ { },
36407
+ { },
36408
+ body,
36409
+ ['PureCloud OAuth'],
36410
+ ['application/json'],
36411
+ ['application/json']
36412
+ );
36413
+ }
36414
+
35838
36415
  }
35839
36416
 
35840
36417
  class LanguageUnderstandingApi {
35841
36418
  /**
35842
36419
  * LanguageUnderstanding service.
35843
36420
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
35844
- * @version 204.0.1
36421
+ * @version 205.0.0
35845
36422
  */
35846
36423
 
35847
36424
  /**
@@ -36875,7 +37452,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36875
37452
  /**
36876
37453
  * Languages service.
36877
37454
  * @module purecloud-platform-client-v2/api/LanguagesApi
36878
- * @version 204.0.1
37455
+ * @version 205.0.0
36879
37456
  */
36880
37457
 
36881
37458
  /**
@@ -37097,7 +37674,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37097
37674
  /**
37098
37675
  * Learning service.
37099
37676
  * @module purecloud-platform-client-v2/api/LearningApi
37100
- * @version 204.0.1
37677
+ * @version 205.0.0
37101
37678
  */
37102
37679
 
37103
37680
  /**
@@ -38126,7 +38703,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38126
38703
  /**
38127
38704
  * License service.
38128
38705
  * @module purecloud-platform-client-v2/api/LicenseApi
38129
- * @version 204.0.1
38706
+ * @version 205.0.0
38130
38707
  */
38131
38708
 
38132
38709
  /**
@@ -38364,7 +38941,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38364
38941
  /**
38365
38942
  * Locations service.
38366
38943
  * @module purecloud-platform-client-v2/api/LocationsApi
38367
- * @version 204.0.1
38944
+ * @version 205.0.0
38368
38945
  */
38369
38946
 
38370
38947
  /**
@@ -38600,7 +39177,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38600
39177
  /**
38601
39178
  * LogCapture service.
38602
39179
  * @module purecloud-platform-client-v2/api/LogCaptureApi
38603
- * @version 204.0.1
39180
+ * @version 205.0.0
38604
39181
  */
38605
39182
 
38606
39183
  /**
@@ -38800,7 +39377,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38800
39377
  /**
38801
39378
  * Messaging service.
38802
39379
  * @module purecloud-platform-client-v2/api/MessagingApi
38803
- * @version 204.0.1
39380
+ * @version 205.0.0
38804
39381
  */
38805
39382
 
38806
39383
  /**
@@ -39159,7 +39736,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39159
39736
  /**
39160
39737
  * MobileDevices service.
39161
39738
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
39162
- * @version 204.0.1
39739
+ * @version 205.0.0
39163
39740
  */
39164
39741
 
39165
39742
  /**
@@ -39310,7 +39887,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39310
39887
  /**
39311
39888
  * Notifications service.
39312
39889
  * @module purecloud-platform-client-v2/api/NotificationsApi
39313
- * @version 204.0.1
39890
+ * @version 205.0.0
39314
39891
  */
39315
39892
 
39316
39893
  /**
@@ -39543,7 +40120,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39543
40120
  /**
39544
40121
  * OAuth service.
39545
40122
  * @module purecloud-platform-client-v2/api/OAuthApi
39546
- * @version 204.0.1
40123
+ * @version 205.0.0
39547
40124
  */
39548
40125
 
39549
40126
  /**
@@ -39909,7 +40486,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39909
40486
  /**
39910
40487
  * Objects service.
39911
40488
  * @module purecloud-platform-client-v2/api/ObjectsApi
39912
- * @version 204.0.1
40489
+ * @version 205.0.0
39913
40490
  */
39914
40491
 
39915
40492
  /**
@@ -40179,7 +40756,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40179
40756
  /**
40180
40757
  * OperationalEvents service.
40181
40758
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
40182
- * @version 204.0.1
40759
+ * @version 205.0.0
40183
40760
  */
40184
40761
 
40185
40762
  /**
@@ -40245,7 +40822,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40245
40822
  /**
40246
40823
  * Organization service.
40247
40824
  * @module purecloud-platform-client-v2/api/OrganizationApi
40248
- * @version 204.0.1
40825
+ * @version 205.0.0
40249
40826
  */
40250
40827
 
40251
40828
  /**
@@ -40787,7 +41364,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40787
41364
  /**
40788
41365
  * OrganizationAuthorization service.
40789
41366
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
40790
- * @version 204.0.1
41367
+ * @version 205.0.0
40791
41368
  */
40792
41369
 
40793
41370
  /**
@@ -42134,7 +42711,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42134
42711
  /**
42135
42712
  * Outbound service.
42136
42713
  * @module purecloud-platform-client-v2/api/OutboundApi
42137
- * @version 204.0.1
42714
+ * @version 205.0.0
42138
42715
  */
42139
42716
 
42140
42717
  /**
@@ -43245,6 +43822,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43245
43822
  );
43246
43823
  }
43247
43824
 
43825
+ /**
43826
+ * Get the remaining and total contact count for each skill combination in a skills campaign
43827
+ *
43828
+ * @param {String} campaignId Campaign ID
43829
+ * @param {Object} opts Optional parameters
43830
+ * @param {Number} opts.pageNumber Page number (default to 1)
43831
+ * @param {Number} opts.pageSize Page size (default to 25)
43832
+ */
43833
+ getOutboundCampaignSkillcombinations(campaignId, opts) {
43834
+ opts = opts || {};
43835
+
43836
+ // verify the required parameter 'campaignId' is set
43837
+ if (campaignId === undefined || campaignId === null) {
43838
+ throw 'Missing the required parameter "campaignId" when calling getOutboundCampaignSkillcombinations';
43839
+ }
43840
+
43841
+ return this.apiClient.callApi(
43842
+ '/api/v2/outbound/campaigns/{campaignId}/skillcombinations',
43843
+ 'GET',
43844
+ { 'campaignId': campaignId },
43845
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'] },
43846
+ { },
43847
+ { },
43848
+ null,
43849
+ ['PureCloud OAuth'],
43850
+ ['application/json'],
43851
+ ['application/json']
43852
+ );
43853
+ }
43854
+
43248
43855
  /**
43249
43856
  * Get statistics about a Dialer Campaign
43250
43857
  *
@@ -46551,7 +47158,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46551
47158
  /**
46552
47159
  * Presence service.
46553
47160
  * @module purecloud-platform-client-v2/api/PresenceApi
46554
- * @version 204.0.1
47161
+ * @version 205.0.0
46555
47162
  */
46556
47163
 
46557
47164
  /**
@@ -47295,7 +47902,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47295
47902
  /**
47296
47903
  * ProcessAutomation service.
47297
47904
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
47298
- * @version 204.0.1
47905
+ * @version 205.0.0
47299
47906
  */
47300
47907
 
47301
47908
  /**
@@ -47534,7 +48141,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47534
48141
  /**
47535
48142
  * Quality service.
47536
48143
  * @module purecloud-platform-client-v2/api/QualityApi
47537
- * @version 204.0.1
48144
+ * @version 205.0.0
47538
48145
  */
47539
48146
 
47540
48147
  /**
@@ -49320,7 +49927,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49320
49927
  /**
49321
49928
  * Recording service.
49322
49929
  * @module purecloud-platform-client-v2/api/RecordingApi
49323
- * @version 204.0.1
49930
+ * @version 205.0.0
49324
49931
  */
49325
49932
 
49326
49933
  /**
@@ -50979,7 +51586,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50979
51586
  /**
50980
51587
  * ResponseManagement service.
50981
51588
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
50982
- * @version 204.0.1
51589
+ * @version 205.0.0
50983
51590
  */
50984
51591
 
50985
51592
  /**
@@ -51489,7 +52096,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51489
52096
  /**
51490
52097
  * Routing service.
51491
52098
  * @module purecloud-platform-client-v2/api/RoutingApi
51492
- * @version 204.0.1
52099
+ * @version 205.0.0
51493
52100
  */
51494
52101
 
51495
52102
  /**
@@ -55637,7 +56244,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55637
56244
  /**
55638
56245
  * SCIM service.
55639
56246
  * @module purecloud-platform-client-v2/api/SCIMApi
55640
- * @version 204.0.1
56247
+ * @version 205.0.0
55641
56248
  */
55642
56249
 
55643
56250
  /**
@@ -56514,7 +57121,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56514
57121
  /**
56515
57122
  * ScreenRecording service.
56516
57123
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
56517
- * @version 204.0.1
57124
+ * @version 205.0.0
56518
57125
  */
56519
57126
 
56520
57127
  /**
@@ -56559,7 +57166,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56559
57166
  /**
56560
57167
  * Scripts service.
56561
57168
  * @module purecloud-platform-client-v2/api/ScriptsApi
56562
- * @version 204.0.1
57169
+ * @version 205.0.0
56563
57170
  */
56564
57171
 
56565
57172
  /**
@@ -57003,7 +57610,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57003
57610
  /**
57004
57611
  * Search service.
57005
57612
  * @module purecloud-platform-client-v2/api/SearchApi
57006
- * @version 204.0.1
57613
+ * @version 205.0.0
57007
57614
  */
57008
57615
 
57009
57616
  /**
@@ -57692,7 +58299,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57692
58299
  /**
57693
58300
  * Settings service.
57694
58301
  * @module purecloud-platform-client-v2/api/SettingsApi
57695
- * @version 204.0.1
58302
+ * @version 205.0.0
57696
58303
  */
57697
58304
 
57698
58305
  /**
@@ -57912,7 +58519,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57912
58519
  /**
57913
58520
  * SpeechTextAnalytics service.
57914
58521
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
57915
- * @version 204.0.1
58522
+ * @version 205.0.0
57916
58523
  */
57917
58524
 
57918
58525
  /**
@@ -58730,6 +59337,63 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58730
59337
  );
58731
59338
  }
58732
59339
 
59340
+ /**
59341
+ * Translate all communication(s) for an interaction.
59342
+ *
59343
+ * @param {String} languageId Target translation language
59344
+ * @param {String} conversationId Conversation id
59345
+ * @param {Object} opts Optional parameters
59346
+ * @param {String} opts.communicationId Communication id associated with the conversation
59347
+ * @param {String} opts.recordingId Recording id associated with the communication
59348
+ * getSpeechandtextanalyticsTranslationsLanguageConversation is a preview method and is subject to both breaking and non-breaking changes at any time without notice
59349
+ */
59350
+ getSpeechandtextanalyticsTranslationsLanguageConversation(languageId, conversationId, opts) {
59351
+ opts = opts || {};
59352
+
59353
+ // verify the required parameter 'languageId' is set
59354
+ if (languageId === undefined || languageId === null) {
59355
+ throw 'Missing the required parameter "languageId" when calling getSpeechandtextanalyticsTranslationsLanguageConversation';
59356
+ }
59357
+ // verify the required parameter 'conversationId' is set
59358
+ if (conversationId === undefined || conversationId === null) {
59359
+ throw 'Missing the required parameter "conversationId" when calling getSpeechandtextanalyticsTranslationsLanguageConversation';
59360
+ }
59361
+
59362
+ return this.apiClient.callApi(
59363
+ '/api/v2/speechandtextanalytics/translations/languages/{languageId}/conversations/{conversationId}',
59364
+ 'GET',
59365
+ { 'languageId': languageId,'conversationId': conversationId },
59366
+ { 'communicationId': opts['communicationId'],'recordingId': opts['recordingId'] },
59367
+ { },
59368
+ { },
59369
+ null,
59370
+ ['PureCloud OAuth'],
59371
+ ['application/json'],
59372
+ ['application/json']
59373
+ );
59374
+ }
59375
+
59376
+ /**
59377
+ * Get supported translation languages
59378
+ *
59379
+ * getSpeechandtextanalyticsTranslationsLanguages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
59380
+ */
59381
+ getSpeechandtextanalyticsTranslationsLanguages() {
59382
+
59383
+ return this.apiClient.callApi(
59384
+ '/api/v2/speechandtextanalytics/translations/languages',
59385
+ 'GET',
59386
+ { },
59387
+ { },
59388
+ { },
59389
+ { },
59390
+ null,
59391
+ ['PureCloud OAuth'],
59392
+ ['application/json'],
59393
+ ['application/json']
59394
+ );
59395
+ }
59396
+
58733
59397
  /**
58734
59398
  * Patch Speech And Text Analytics Settings
58735
59399
  *
@@ -59190,7 +59854,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59190
59854
  /**
59191
59855
  * Stations service.
59192
59856
  * @module purecloud-platform-client-v2/api/StationsApi
59193
- * @version 204.0.1
59857
+ * @version 205.0.0
59194
59858
  */
59195
59859
 
59196
59860
  /**
@@ -59292,7 +59956,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59292
59956
  /**
59293
59957
  * Suggest service.
59294
59958
  * @module purecloud-platform-client-v2/api/SuggestApi
59295
- * @version 204.0.1
59959
+ * @version 205.0.0
59296
59960
  */
59297
59961
 
59298
59962
  /**
@@ -59431,7 +60095,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59431
60095
  /**
59432
60096
  * TaskManagement service.
59433
60097
  * @module purecloud-platform-client-v2/api/TaskManagementApi
59434
- * @version 204.0.1
60098
+ * @version 205.0.0
59435
60099
  */
59436
60100
 
59437
60101
  /**
@@ -60785,7 +61449,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60785
61449
  /**
60786
61450
  * Teams service.
60787
61451
  * @module purecloud-platform-client-v2/api/TeamsApi
60788
- * @version 204.0.1
61452
+ * @version 205.0.0
60789
61453
  */
60790
61454
 
60791
61455
  /**
@@ -61086,7 +61750,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61086
61750
  /**
61087
61751
  * Telephony service.
61088
61752
  * @module purecloud-platform-client-v2/api/TelephonyApi
61089
- * @version 204.0.1
61753
+ * @version 205.0.0
61090
61754
  */
61091
61755
 
61092
61756
  /**
@@ -61268,7 +61932,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61268
61932
  /**
61269
61933
  * TelephonyProvidersEdge service.
61270
61934
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
61271
- * @version 204.0.1
61935
+ * @version 205.0.0
61272
61936
  */
61273
61937
 
61274
61938
  /**
@@ -61363,6 +62027,26 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61363
62027
  );
61364
62028
  }
61365
62029
 
62030
+ /**
62031
+ * Deletes alertable presences overrides.
62032
+ *
62033
+ */
62034
+ deleteTelephonyProvidersEdgesAlertablepresences() {
62035
+
62036
+ return this.apiClient.callApi(
62037
+ '/api/v2/telephony/providers/edges/alertablepresences',
62038
+ 'DELETE',
62039
+ { },
62040
+ { },
62041
+ { },
62042
+ { },
62043
+ null,
62044
+ ['PureCloud OAuth'],
62045
+ ['application/json'],
62046
+ ['application/json']
62047
+ );
62048
+ }
62049
+
61366
62050
  /**
61367
62051
  * Delete a certificate authority.
61368
62052
  *
@@ -62035,6 +62719,30 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62035
62719
  );
62036
62720
  }
62037
62721
 
62722
+ /**
62723
+ * 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.
62724
+ *
62725
+ * @param {Object} opts Optional parameters
62726
+ * @param {Object} opts.type
62727
+ */
62728
+ getTelephonyProvidersEdgesAlertablepresences(opts) {
62729
+ opts = opts || {};
62730
+
62731
+
62732
+ return this.apiClient.callApi(
62733
+ '/api/v2/telephony/providers/edges/alertablepresences',
62734
+ 'GET',
62735
+ { },
62736
+ { 'type': opts['type'] },
62737
+ { },
62738
+ { },
62739
+ null,
62740
+ ['PureCloud OAuth'],
62741
+ ['application/json'],
62742
+ ['application/json']
62743
+ );
62744
+ }
62745
+
62038
62746
  /**
62039
62747
  * Get the list of certificate authorities.
62040
62748
  *
@@ -64220,6 +64928,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64220
64928
  );
64221
64929
  }
64222
64930
 
64931
+ /**
64932
+ * Creates or updates alertable presences overrides.
64933
+ *
64934
+ * @param {Object} body Alertable Presences Overrides
64935
+ */
64936
+ putTelephonyProvidersEdgesAlertablepresences(body) {
64937
+ // verify the required parameter 'body' is set
64938
+ if (body === undefined || body === null) {
64939
+ throw 'Missing the required parameter "body" when calling putTelephonyProvidersEdgesAlertablepresences';
64940
+ }
64941
+
64942
+ return this.apiClient.callApi(
64943
+ '/api/v2/telephony/providers/edges/alertablepresences',
64944
+ 'PUT',
64945
+ { },
64946
+ { },
64947
+ { },
64948
+ { },
64949
+ body,
64950
+ ['PureCloud OAuth'],
64951
+ ['application/json'],
64952
+ ['application/json']
64953
+ );
64954
+ }
64955
+
64223
64956
  /**
64224
64957
  * Update a certificate authority.
64225
64958
  *
@@ -64596,7 +65329,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64596
65329
  /**
64597
65330
  * Textbots service.
64598
65331
  * @module purecloud-platform-client-v2/api/TextbotsApi
64599
- * @version 204.0.1
65332
+ * @version 205.0.0
64600
65333
  */
64601
65334
 
64602
65335
  /**
@@ -64724,7 +65457,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64724
65457
  /**
64725
65458
  * Tokens service.
64726
65459
  * @module purecloud-platform-client-v2/api/TokensApi
64727
- * @version 204.0.1
65460
+ * @version 205.0.0
64728
65461
  */
64729
65462
 
64730
65463
  /**
@@ -64878,7 +65611,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64878
65611
  /**
64879
65612
  * Uploads service.
64880
65613
  * @module purecloud-platform-client-v2/api/UploadsApi
64881
- * @version 204.0.1
65614
+ * @version 205.0.0
64882
65615
  */
64883
65616
 
64884
65617
  /**
@@ -65147,7 +65880,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65147
65880
  /**
65148
65881
  * Usage service.
65149
65882
  * @module purecloud-platform-client-v2/api/UsageApi
65150
- * @version 204.0.1
65883
+ * @version 205.0.0
65151
65884
  */
65152
65885
 
65153
65886
  /**
@@ -65362,7 +66095,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65362
66095
  /**
65363
66096
  * UserRecordings service.
65364
66097
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
65365
- * @version 204.0.1
66098
+ * @version 205.0.0
65366
66099
  */
65367
66100
 
65368
66101
  /**
@@ -65577,7 +66310,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65577
66310
  /**
65578
66311
  * Users service.
65579
66312
  * @module purecloud-platform-client-v2/api/UsersApi
65580
- * @version 204.0.1
66313
+ * @version 205.0.0
65581
66314
  */
65582
66315
 
65583
66316
  /**
@@ -68380,7 +69113,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68380
69113
  /**
68381
69114
  * Utilities service.
68382
69115
  * @module purecloud-platform-client-v2/api/UtilitiesApi
68383
- * @version 204.0.1
69116
+ * @version 205.0.0
68384
69117
  */
68385
69118
 
68386
69119
  /**
@@ -68491,7 +69224,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68491
69224
  /**
68492
69225
  * Voicemail service.
68493
69226
  * @module purecloud-platform-client-v2/api/VoicemailApi
68494
- * @version 204.0.1
69227
+ * @version 205.0.0
68495
69228
  */
68496
69229
 
68497
69230
  /**
@@ -69158,7 +69891,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69158
69891
  /**
69159
69892
  * WebChat service.
69160
69893
  * @module purecloud-platform-client-v2/api/WebChatApi
69161
- * @version 204.0.1
69894
+ * @version 205.0.0
69162
69895
  */
69163
69896
 
69164
69897
  /**
@@ -69709,7 +70442,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69709
70442
  /**
69710
70443
  * WebDeployments service.
69711
70444
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
69712
- * @version 204.0.1
70445
+ * @version 205.0.0
69713
70446
  */
69714
70447
 
69715
70448
  /**
@@ -70026,7 +70759,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70026
70759
  * Get deployments
70027
70760
  *
70028
70761
  * @param {Object} opts Optional parameters
70029
- * @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
70762
+ * @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
70030
70763
  */
70031
70764
  getWebdeploymentsDeployments(opts) {
70032
70765
  opts = opts || {};
@@ -70236,7 +70969,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70236
70969
  /**
70237
70970
  * WebMessaging service.
70238
70971
  * @module purecloud-platform-client-v2/api/WebMessagingApi
70239
- * @version 204.0.1
70972
+ * @version 205.0.0
70240
70973
  */
70241
70974
 
70242
70975
  /**
@@ -70282,7 +71015,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70282
71015
  /**
70283
71016
  * Widgets service.
70284
71017
  * @module purecloud-platform-client-v2/api/WidgetsApi
70285
- * @version 204.0.1
71018
+ * @version 205.0.0
70286
71019
  */
70287
71020
 
70288
71021
  /**
@@ -70428,7 +71161,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70428
71161
  /**
70429
71162
  * WorkforceManagement service.
70430
71163
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
70431
- * @version 204.0.1
71164
+ * @version 205.0.0
70432
71165
  */
70433
71166
 
70434
71167
  /**
@@ -77583,7 +78316,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
77583
78316
  * </pre>
77584
78317
  * </p>
77585
78318
  * @module purecloud-platform-client-v2/index
77586
- * @version 204.0.1
78319
+ * @version 205.0.0
77587
78320
  */
77588
78321
  class platformClient {
77589
78322
  constructor() {