purecloud-platform-client-v2 230.0.0 → 231.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 (94) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +970 -124
  3. package/dist/web-amd/purecloud-platform-client-v2.js +970 -124
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +365 -138
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +365 -138
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +958 -264
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/PureCloudRegionHosts.js +2 -0
  12. package/src/purecloud-platform-client-v2/api/AIStudioApi.js +160 -1
  13. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +83 -1
  18. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +67 -2
  28. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/JourneyApi.js +28 -1
  46. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +187 -1
  48. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/QualityApi.js +107 -1
  65. package/src/purecloud-platform-client-v2/api/RecordingApi.js +3 -3
  66. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/RoutingApi.js +17 -7
  68. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +241 -1
  74. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -32
  86. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  90. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  91. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  92. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  93. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  94. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -21,6 +21,8 @@ define(['axios', 'qs'], (function (axios, qs) { 'use strict';
21
21
  me_central_1: 'mec1.pure.cloud',
22
22
  ap_northeast_3: 'apne3.pure.cloud',
23
23
  eu_central_2: 'euc2.pure.cloud',
24
+ mx_central_1: 'mxc1.pure.cloud',
25
+ ap_southeast_1: 'apse1.pure.cloud',
24
26
  };
25
27
 
26
28
  class AbstractHttpClient {
@@ -743,7 +745,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
743
745
 
744
746
  /**
745
747
  * @module purecloud-platform-client-v2/ApiClient
746
- * @version 230.0.0
748
+ * @version 231.0.0
747
749
  */
748
750
  class ApiClient {
749
751
  /**
@@ -2287,7 +2289,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2287
2289
  /**
2288
2290
  * AIStudio service.
2289
2291
  * @module purecloud-platform-client-v2/api/AIStudioApi
2290
- * @version 230.0.0
2292
+ * @version 231.0.0
2291
2293
  */
2292
2294
 
2293
2295
  /**
@@ -2302,6 +2304,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2302
2304
  }
2303
2305
 
2304
2306
 
2307
+ /**
2308
+ * Delete a summary setting.
2309
+ *
2310
+ * @param {String} summarySettingId Summary setting id
2311
+ */
2312
+ deleteConversationsSummariesSetting(summarySettingId) {
2313
+ // verify the required parameter 'summarySettingId' is set
2314
+ if (summarySettingId === undefined || summarySettingId === null || summarySettingId === '') {
2315
+ throw 'Missing the required parameter "summarySettingId" when calling deleteConversationsSummariesSetting';
2316
+ }
2317
+
2318
+ return this.apiClient.callApi(
2319
+ '/api/v2/conversations/summaries/settings/{summarySettingId}',
2320
+ 'DELETE',
2321
+ { 'summarySettingId': summarySettingId },
2322
+ { },
2323
+ { },
2324
+ { },
2325
+ null,
2326
+ ['PureCloud OAuth'],
2327
+ ['application/json'],
2328
+ ['application/json']
2329
+ );
2330
+ }
2331
+
2305
2332
  /**
2306
2333
  * Start the deletion of a guide.
2307
2334
  *
@@ -2328,6 +2355,60 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2328
2355
  );
2329
2356
  }
2330
2357
 
2358
+ /**
2359
+ * Receive a summary setting.
2360
+ *
2361
+ * @param {String} summarySettingId Summary setting id
2362
+ */
2363
+ getConversationsSummariesSetting(summarySettingId) {
2364
+ // verify the required parameter 'summarySettingId' is set
2365
+ if (summarySettingId === undefined || summarySettingId === null || summarySettingId === '') {
2366
+ throw 'Missing the required parameter "summarySettingId" when calling getConversationsSummariesSetting';
2367
+ }
2368
+
2369
+ return this.apiClient.callApi(
2370
+ '/api/v2/conversations/summaries/settings/{summarySettingId}',
2371
+ 'GET',
2372
+ { 'summarySettingId': summarySettingId },
2373
+ { },
2374
+ { },
2375
+ { },
2376
+ null,
2377
+ ['PureCloud OAuth'],
2378
+ ['application/json'],
2379
+ ['application/json']
2380
+ );
2381
+ }
2382
+
2383
+ /**
2384
+ * Get all summary settings.
2385
+ *
2386
+ * @param {Object} opts Optional parameters
2387
+ * @param {String} opts.language Filter by matching language - case insensitive.
2388
+ * @param {String} opts.name Filter by partially matching name - case insensitive.
2389
+ * @param {Object} opts.sortBy Sort by. Default value dateModified. (default to dateModified)
2390
+ * @param {Object} opts.sortOrder Sort Order. Default value desc. (default to desc)
2391
+ * @param {Number} opts.pageNumber Page number. (default to 1)
2392
+ * @param {Number} opts.pageSize Page size. The maximum page size is 100. (default to 25)
2393
+ */
2394
+ getConversationsSummariesSettings(opts) {
2395
+ opts = opts || {};
2396
+
2397
+
2398
+ return this.apiClient.callApi(
2399
+ '/api/v2/conversations/summaries/settings',
2400
+ 'GET',
2401
+ { },
2402
+ { 'language': opts['language'],'name': opts['name'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'] },
2403
+ { },
2404
+ { },
2405
+ null,
2406
+ ['PureCloud OAuth'],
2407
+ ['application/json'],
2408
+ ['application/json']
2409
+ );
2410
+ }
2411
+
2331
2412
  /**
2332
2413
  * Get guide.
2333
2414
  *
@@ -2576,6 +2657,56 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2576
2657
  );
2577
2658
  }
2578
2659
 
2660
+ /**
2661
+ * Trigger summary preview event generation.
2662
+ *
2663
+ * @param {Object} body
2664
+ */
2665
+ postConversationsSummariesPreview(body) {
2666
+ // verify the required parameter 'body' is set
2667
+ if (body === undefined || body === null) {
2668
+ throw 'Missing the required parameter "body" when calling postConversationsSummariesPreview';
2669
+ }
2670
+
2671
+ return this.apiClient.callApi(
2672
+ '/api/v2/conversations/summaries/preview',
2673
+ 'POST',
2674
+ { },
2675
+ { },
2676
+ { },
2677
+ { },
2678
+ body,
2679
+ ['PureCloud OAuth'],
2680
+ ['application/json'],
2681
+ ['application/json']
2682
+ );
2683
+ }
2684
+
2685
+ /**
2686
+ * Create a summary setting.
2687
+ *
2688
+ * @param {Object} body
2689
+ */
2690
+ postConversationsSummariesSettings(body) {
2691
+ // verify the required parameter 'body' is set
2692
+ if (body === undefined || body === null) {
2693
+ throw 'Missing the required parameter "body" when calling postConversationsSummariesSettings';
2694
+ }
2695
+
2696
+ return this.apiClient.callApi(
2697
+ '/api/v2/conversations/summaries/settings',
2698
+ 'POST',
2699
+ { },
2700
+ { },
2701
+ { },
2702
+ { },
2703
+ body,
2704
+ ['PureCloud OAuth'],
2705
+ ['application/json'],
2706
+ ['application/json']
2707
+ );
2708
+ }
2709
+
2579
2710
  /**
2580
2711
  * Start the publishing of a guide version.
2581
2712
  *
@@ -2694,13 +2825,43 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2694
2825
  );
2695
2826
  }
2696
2827
 
2828
+ /**
2829
+ * Update a summary setting.
2830
+ *
2831
+ * @param {String} summarySettingId Summary setting id
2832
+ * @param {Object} body
2833
+ */
2834
+ putConversationsSummariesSetting(summarySettingId, body) {
2835
+ // verify the required parameter 'summarySettingId' is set
2836
+ if (summarySettingId === undefined || summarySettingId === null || summarySettingId === '') {
2837
+ throw 'Missing the required parameter "summarySettingId" when calling putConversationsSummariesSetting';
2838
+ }
2839
+ // verify the required parameter 'body' is set
2840
+ if (body === undefined || body === null) {
2841
+ throw 'Missing the required parameter "body" when calling putConversationsSummariesSetting';
2842
+ }
2843
+
2844
+ return this.apiClient.callApi(
2845
+ '/api/v2/conversations/summaries/settings/{summarySettingId}',
2846
+ 'PUT',
2847
+ { 'summarySettingId': summarySettingId },
2848
+ { },
2849
+ { },
2850
+ { },
2851
+ body,
2852
+ ['PureCloud OAuth'],
2853
+ ['application/json'],
2854
+ ['application/json']
2855
+ );
2856
+ }
2857
+
2697
2858
  }
2698
2859
 
2699
2860
  class AgentAssistantsApi {
2700
2861
  /**
2701
2862
  * AgentAssistants service.
2702
2863
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
2703
- * @version 230.0.0
2864
+ * @version 231.0.0
2704
2865
  */
2705
2866
 
2706
2867
  /**
@@ -3186,7 +3347,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3186
3347
  /**
3187
3348
  * AgentCopilot service.
3188
3349
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
3189
- * @version 230.0.0
3350
+ * @version 231.0.0
3190
3351
  */
3191
3352
 
3192
3353
  /**
@@ -3262,7 +3423,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3262
3423
  /**
3263
3424
  * AgentUI service.
3264
3425
  * @module purecloud-platform-client-v2/api/AgentUIApi
3265
- * @version 230.0.0
3426
+ * @version 231.0.0
3266
3427
  */
3267
3428
 
3268
3429
  /**
@@ -3393,7 +3554,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3393
3554
  /**
3394
3555
  * Alerting service.
3395
3556
  * @module purecloud-platform-client-v2/api/AlertingApi
3396
- * @version 230.0.0
3557
+ * @version 231.0.0
3397
3558
  */
3398
3559
 
3399
3560
  /**
@@ -3794,7 +3955,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3794
3955
  /**
3795
3956
  * Analytics service.
3796
3957
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3797
- * @version 230.0.0
3958
+ * @version 231.0.0
3798
3959
  */
3799
3960
 
3800
3961
  /**
@@ -4726,6 +4887,62 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4726
4887
  );
4727
4888
  }
4728
4889
 
4890
+ /**
4891
+ * Get analytics data warehouse file download
4892
+ *
4893
+ * @param {String} downloadId Unique file Id to download
4894
+ * getAnalyticsDataextractionDownload is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4895
+ */
4896
+ getAnalyticsDataextractionDownload(downloadId) {
4897
+ // verify the required parameter 'downloadId' is set
4898
+ if (downloadId === undefined || downloadId === null || downloadId === '') {
4899
+ throw 'Missing the required parameter "downloadId" when calling getAnalyticsDataextractionDownload';
4900
+ }
4901
+
4902
+ return this.apiClient.callApi(
4903
+ '/api/v2/analytics/dataextraction/downloads/{downloadId}',
4904
+ 'GET',
4905
+ { 'downloadId': downloadId },
4906
+ { },
4907
+ { },
4908
+ { },
4909
+ null,
4910
+ ['PureCloud OAuth'],
4911
+ ['application/json'],
4912
+ ['application/json']
4913
+ );
4914
+ }
4915
+
4916
+ /**
4917
+ * Get metadata on files available for extraction
4918
+ *
4919
+ * @param {Object} opts Optional parameters
4920
+ * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
4921
+ * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
4922
+ * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
4923
+ * @param {String} opts.dataSchema Data schema like conversations
4924
+ * @param {Date} opts.dateStart Start DateTime filter. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
4925
+ * @param {Date} opts.dateEnd End DateTime filter. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
4926
+ * getAnalyticsDataextractionDownloadsMetadata is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4927
+ */
4928
+ getAnalyticsDataextractionDownloadsMetadata(opts) {
4929
+ opts = opts || {};
4930
+
4931
+
4932
+ return this.apiClient.callApi(
4933
+ '/api/v2/analytics/dataextraction/downloads/metadata',
4934
+ 'GET',
4935
+ { },
4936
+ { 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'],'dataSchema': opts['dataSchema'],'dateStart': opts['dateStart'],'dateEnd': opts['dateEnd'] },
4937
+ { },
4938
+ { },
4939
+ null,
4940
+ ['PureCloud OAuth'],
4941
+ ['application/json'],
4942
+ ['application/json']
4943
+ );
4944
+ }
4945
+
4729
4946
  /**
4730
4947
  * Get analytics data retention setting
4731
4948
  *
@@ -6018,6 +6235,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6018
6235
  );
6019
6236
  }
6020
6237
 
6238
+ /**
6239
+ * Get download URLs for analytics data warehouse files
6240
+ *
6241
+ * @param {Object} body request
6242
+ * postAnalyticsDataextractionDownloadsBulk is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6243
+ */
6244
+ postAnalyticsDataextractionDownloadsBulk(body) {
6245
+ // verify the required parameter 'body' is set
6246
+ if (body === undefined || body === null) {
6247
+ throw 'Missing the required parameter "body" when calling postAnalyticsDataextractionDownloadsBulk';
6248
+ }
6249
+
6250
+ return this.apiClient.callApi(
6251
+ '/api/v2/analytics/dataextraction/downloads/bulk',
6252
+ 'POST',
6253
+ { },
6254
+ { },
6255
+ { },
6256
+ { },
6257
+ body,
6258
+ ['PureCloud OAuth'],
6259
+ ['application/json'],
6260
+ ['application/json']
6261
+ );
6262
+ }
6263
+
6021
6264
  /**
6022
6265
  * Query for evaluation aggregates asynchronously
6023
6266
  *
@@ -6980,7 +7223,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6980
7223
  /**
6981
7224
  * Architect service.
6982
7225
  * @module purecloud-platform-client-v2/api/ArchitectApi
6983
- * @version 230.0.0
7226
+ * @version 231.0.0
6984
7227
  */
6985
7228
 
6986
7229
  /**
@@ -11275,7 +11518,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11275
11518
  /**
11276
11519
  * Audit service.
11277
11520
  * @module purecloud-platform-client-v2/api/AuditApi
11278
- * @version 230.0.0
11521
+ * @version 231.0.0
11279
11522
  */
11280
11523
 
11281
11524
  /**
@@ -11476,7 +11719,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11476
11719
  /**
11477
11720
  * Authorization service.
11478
11721
  * @module purecloud-platform-client-v2/api/AuthorizationApi
11479
- * @version 230.0.0
11722
+ * @version 231.0.0
11480
11723
  */
11481
11724
 
11482
11725
  /**
@@ -13191,7 +13434,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13191
13434
  /**
13192
13435
  * Billing service.
13193
13436
  * @module purecloud-platform-client-v2/api/BillingApi
13194
- * @version 230.0.0
13437
+ * @version 231.0.0
13195
13438
  */
13196
13439
 
13197
13440
  /**
@@ -13447,7 +13690,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13447
13690
  /**
13448
13691
  * BusinessRules service.
13449
13692
  * @module purecloud-platform-client-v2/api/BusinessRulesApi
13450
- * @version 230.0.0
13693
+ * @version 231.0.0
13451
13694
  */
13452
13695
 
13453
13696
  /**
@@ -14363,7 +14606,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14363
14606
  /**
14364
14607
  * CarrierServices service.
14365
14608
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
14366
- * @version 230.0.0
14609
+ * @version 231.0.0
14367
14610
  */
14368
14611
 
14369
14612
  /**
@@ -14433,7 +14676,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14433
14676
  /**
14434
14677
  * Chat service.
14435
14678
  * @module purecloud-platform-client-v2/api/ChatApi
14436
- * @version 230.0.0
14679
+ * @version 231.0.0
14437
14680
  */
14438
14681
 
14439
14682
  /**
@@ -15414,7 +15657,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15414
15657
  /**
15415
15658
  * Coaching service.
15416
15659
  * @module purecloud-platform-client-v2/api/CoachingApi
15417
- * @version 230.0.0
15660
+ * @version 231.0.0
15418
15661
  */
15419
15662
 
15420
15663
  /**
@@ -15991,7 +16234,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15991
16234
  /**
15992
16235
  * ContentManagement service.
15993
16236
  * @module purecloud-platform-client-v2/api/ContentManagementApi
15994
- * @version 230.0.0
16237
+ * @version 231.0.0
15995
16238
  */
15996
16239
 
15997
16240
  /**
@@ -17072,7 +17315,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17072
17315
  /**
17073
17316
  * Conversations service.
17074
17317
  * @module purecloud-platform-client-v2/api/ConversationsApi
17075
- * @version 230.0.0
17318
+ * @version 231.0.0
17076
17319
  */
17077
17320
 
17078
17321
  /**
@@ -23024,6 +23267,41 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23024
23267
  );
23025
23268
  }
23026
23269
 
23270
+ /**
23271
+ * Add participants to a conversation without a user context
23272
+ *
23273
+ * @param {String} conversationId conversationId
23274
+ * @param {String} userId userId
23275
+ * @param {Object} body Conversation
23276
+ */
23277
+ postConversationsCallParticipantsUserUserId(conversationId, userId, body) {
23278
+ // verify the required parameter 'conversationId' is set
23279
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
23280
+ throw 'Missing the required parameter "conversationId" when calling postConversationsCallParticipantsUserUserId';
23281
+ }
23282
+ // verify the required parameter 'userId' is set
23283
+ if (userId === undefined || userId === null || userId === '') {
23284
+ throw 'Missing the required parameter "userId" when calling postConversationsCallParticipantsUserUserId';
23285
+ }
23286
+ // verify the required parameter 'body' is set
23287
+ if (body === undefined || body === null) {
23288
+ throw 'Missing the required parameter "body" when calling postConversationsCallParticipantsUserUserId';
23289
+ }
23290
+
23291
+ return this.apiClient.callApi(
23292
+ '/api/v2/conversations/calls/{conversationId}/participants/user/{userId}',
23293
+ 'POST',
23294
+ { 'conversationId': conversationId,'userId': userId },
23295
+ { },
23296
+ { },
23297
+ { },
23298
+ body,
23299
+ ['PureCloud OAuth'],
23300
+ ['application/json'],
23301
+ ['application/json']
23302
+ );
23303
+ }
23304
+
23027
23305
  /**
23028
23306
  * Apply wrap-up for this conversation communication
23029
23307
  *
@@ -23198,6 +23476,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23198
23476
  );
23199
23477
  }
23200
23478
 
23479
+ /**
23480
+ * Create a call conversation on behalf of a user
23481
+ *
23482
+ * @param {String} userId userId
23483
+ * @param {Object} body Call request
23484
+ */
23485
+ postConversationsCallsUserUserId(userId, body) {
23486
+ // verify the required parameter 'userId' is set
23487
+ if (userId === undefined || userId === null || userId === '') {
23488
+ throw 'Missing the required parameter "userId" when calling postConversationsCallsUserUserId';
23489
+ }
23490
+ // verify the required parameter 'body' is set
23491
+ if (body === undefined || body === null) {
23492
+ throw 'Missing the required parameter "body" when calling postConversationsCallsUserUserId';
23493
+ }
23494
+
23495
+ return this.apiClient.callApi(
23496
+ '/api/v2/conversations/calls/user/{userId}',
23497
+ 'POST',
23498
+ { 'userId': userId },
23499
+ { },
23500
+ { },
23501
+ { },
23502
+ body,
23503
+ ['PureCloud OAuth'],
23504
+ ['application/json'],
23505
+ ['application/json']
23506
+ );
23507
+ }
23508
+
23201
23509
  /**
23202
23510
  * Send a message on behalf of a communication in a chat conversation.
23203
23511
  * This endpoint is deprecated. Please see the article https://help.genesys.cloud/articles/deprecation-removal-of-acd-web-chat-version-2/.
@@ -23608,7 +23916,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23608
23916
 
23609
23917
  /**
23610
23918
  * Reconnect the user to the most recently disconnected customer on a fully disconnected email conversation
23611
- *
23919
+ * This request is not valid when using the Client Credentials OAuth grant.
23612
23920
  * @param {String} conversationId conversationId
23613
23921
  */
23614
23922
  postConversationsEmailReconnect(conversationId) {
@@ -25395,7 +25703,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25395
25703
  /**
25396
25704
  * DataExtensions service.
25397
25705
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
25398
- * @version 230.0.0
25706
+ * @version 231.0.0
25399
25707
  */
25400
25708
 
25401
25709
  /**
@@ -25481,7 +25789,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25481
25789
  /**
25482
25790
  * DataPrivacy service.
25483
25791
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
25484
- * @version 230.0.0
25792
+ * @version 231.0.0
25485
25793
  */
25486
25794
 
25487
25795
  /**
@@ -25651,7 +25959,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25651
25959
  /**
25652
25960
  * Downloads service.
25653
25961
  * @module purecloud-platform-client-v2/api/DownloadsApi
25654
- * @version 230.0.0
25962
+ * @version 231.0.0
25655
25963
  */
25656
25964
 
25657
25965
  /**
@@ -25703,7 +26011,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25703
26011
  /**
25704
26012
  * Emails service.
25705
26013
  * @module purecloud-platform-client-v2/api/EmailsApi
25706
- * @version 230.0.0
26014
+ * @version 231.0.0
25707
26015
  */
25708
26016
 
25709
26017
  /**
@@ -25832,7 +26140,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25832
26140
  /**
25833
26141
  * EmployeeEngagement service.
25834
26142
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
25835
- * @version 230.0.0
26143
+ * @version 231.0.0
25836
26144
  */
25837
26145
 
25838
26146
  /**
@@ -25983,7 +26291,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25983
26291
  /**
25984
26292
  * Events service.
25985
26293
  * @module purecloud-platform-client-v2/api/EventsApi
25986
- * @version 230.0.0
26294
+ * @version 231.0.0
25987
26295
  */
25988
26296
 
25989
26297
  /**
@@ -26079,7 +26387,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26079
26387
  /**
26080
26388
  * ExternalContacts service.
26081
26389
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
26082
- * @version 230.0.0
26390
+ * @version 231.0.0
26083
26391
  */
26084
26392
 
26085
26393
  /**
@@ -29326,7 +29634,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29326
29634
  /**
29327
29635
  * Fax service.
29328
29636
  * @module purecloud-platform-client-v2/api/FaxApi
29329
- * @version 230.0.0
29637
+ * @version 231.0.0
29330
29638
  */
29331
29639
 
29332
29640
  /**
@@ -29541,7 +29849,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29541
29849
  /**
29542
29850
  * Flows service.
29543
29851
  * @module purecloud-platform-client-v2/api/FlowsApi
29544
- * @version 230.0.0
29852
+ * @version 231.0.0
29545
29853
  */
29546
29854
 
29547
29855
  /**
@@ -29750,7 +30058,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29750
30058
  /**
29751
30059
  * Gamification service.
29752
30060
  * @module purecloud-platform-client-v2/api/GamificationApi
29753
- * @version 230.0.0
30061
+ * @version 231.0.0
29754
30062
  */
29755
30063
 
29756
30064
  /**
@@ -32257,7 +32565,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32257
32565
  /**
32258
32566
  * GeneralDataProtectionRegulation service.
32259
32567
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
32260
- * @version 230.0.0
32568
+ * @version 231.0.0
32261
32569
  */
32262
32570
 
32263
32571
  /**
@@ -32387,7 +32695,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32387
32695
  /**
32388
32696
  * Geolocation service.
32389
32697
  * @module purecloud-platform-client-v2/api/GeolocationApi
32390
- * @version 230.0.0
32698
+ * @version 231.0.0
32391
32699
  */
32392
32700
 
32393
32701
  /**
@@ -32518,7 +32826,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32518
32826
  /**
32519
32827
  * Greetings service.
32520
32828
  * @module purecloud-platform-client-v2/api/GreetingsApi
32521
- * @version 230.0.0
32829
+ * @version 231.0.0
32522
32830
  */
32523
32831
 
32524
32832
  /**
@@ -33060,7 +33368,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33060
33368
  /**
33061
33369
  * Groups service.
33062
33370
  * @module purecloud-platform-client-v2/api/GroupsApi
33063
- * @version 230.0.0
33371
+ * @version 231.0.0
33064
33372
  */
33065
33373
 
33066
33374
  /**
@@ -33579,7 +33887,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33579
33887
  /**
33580
33888
  * IdentityProvider service.
33581
33889
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
33582
- * @version 230.0.0
33890
+ * @version 231.0.0
33583
33891
  */
33584
33892
 
33585
33893
  /**
@@ -34440,7 +34748,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34440
34748
  /**
34441
34749
  * InfrastructureAsCode service.
34442
34750
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
34443
- * @version 230.0.0
34751
+ * @version 231.0.0
34444
34752
  */
34445
34753
 
34446
34754
  /**
@@ -34607,7 +34915,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34607
34915
  /**
34608
34916
  * Integrations service.
34609
34917
  * @module purecloud-platform-client-v2/api/IntegrationsApi
34610
- * @version 230.0.0
34918
+ * @version 231.0.0
34611
34919
  */
34612
34920
 
34613
34921
  /**
@@ -37252,7 +37560,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37252
37560
  /**
37253
37561
  * Journey service.
37254
37562
  * @module purecloud-platform-client-v2/api/JourneyApi
37255
- * @version 230.0.0
37563
+ * @version 231.0.0
37256
37564
  */
37257
37565
 
37258
37566
  /**
@@ -38540,6 +38848,33 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38540
38848
  );
38541
38849
  }
38542
38850
 
38851
+ /**
38852
+ * Get my jobs
38853
+ *
38854
+ * @param {Object} opts Optional parameters
38855
+ * @param {Number} opts.pageNumber The number of the page to return (default to 1)
38856
+ * @param {Number} opts.pageSize Max number of entities to return (default to 25)
38857
+ * @param {String} opts.interval An absolute timeframe for filtering the jobs, expressed as an ISO 8601 interval.
38858
+ * @param {String} opts.statuses Job statuses to filter for
38859
+ */
38860
+ getJourneyViewsJobsMe(opts) {
38861
+ opts = opts || {};
38862
+
38863
+
38864
+ return this.apiClient.callApi(
38865
+ '/api/v2/journey/views/jobs/me',
38866
+ 'GET',
38867
+ { },
38868
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'interval': opts['interval'],'statuses': opts['statuses'] },
38869
+ { },
38870
+ { },
38871
+ null,
38872
+ ['PureCloud OAuth'],
38873
+ ['application/json'],
38874
+ ['application/json']
38875
+ );
38876
+ }
38877
+
38543
38878
  /**
38544
38879
  * Get the journey schedules for an organization.
38545
38880
  *
@@ -39322,7 +39657,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39322
39657
  /**
39323
39658
  * Knowledge service.
39324
39659
  * @module purecloud-platform-client-v2/api/KnowledgeApi
39325
- * @version 230.0.0
39660
+ * @version 231.0.0
39326
39661
  */
39327
39662
 
39328
39663
  /**
@@ -43224,7 +43559,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43224
43559
  /**
43225
43560
  * LanguageUnderstanding service.
43226
43561
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
43227
- * @version 230.0.0
43562
+ * @version 231.0.0
43228
43563
  */
43229
43564
 
43230
43565
  /**
@@ -43598,6 +43933,72 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43598
43933
  );
43599
43934
  }
43600
43935
 
43936
+ /**
43937
+ * Get list of all ignored phrases of the specified language code
43938
+ *
43939
+ * @param {String} languageCode Language Code
43940
+ * @param {Object} opts Optional parameters
43941
+ * @param {Number} opts.pageSize The page size for the listing. The max that will be returned is 200. (default to 25)
43942
+ * @param {Number} opts.pageNumber The page number for the listing (default to 1)
43943
+ * @param {String} opts.text The phrase text filter applied to the listing
43944
+ * @param {Object} opts.sortOrder The sort order for the listing (default to desc)
43945
+ * @param {Object} opts.sortBy The field to sort by for the listing (default to dateModified)
43946
+ */
43947
+ getLanguageunderstandingIgnorephrase(languageCode, opts) {
43948
+ opts = opts || {};
43949
+
43950
+ // verify the required parameter 'languageCode' is set
43951
+ if (languageCode === undefined || languageCode === null || languageCode === '') {
43952
+ throw 'Missing the required parameter "languageCode" when calling getLanguageunderstandingIgnorephrase';
43953
+ }
43954
+
43955
+ return this.apiClient.callApi(
43956
+ '/api/v2/languageunderstanding/ignorephrases/{languageCode}',
43957
+ 'GET',
43958
+ { 'languageCode': languageCode },
43959
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'text': opts['text'],'sortOrder': opts['sortOrder'],'sortBy': opts['sortBy'] },
43960
+ { },
43961
+ { },
43962
+ null,
43963
+ ['PureCloud OAuth'],
43964
+ ['application/json'],
43965
+ ['application/json']
43966
+ );
43967
+ }
43968
+
43969
+ /**
43970
+ * Get list of all ignored topics of the specified language code
43971
+ *
43972
+ * @param {String} languageCode Language Code
43973
+ * @param {Object} opts Optional parameters
43974
+ * @param {Number} opts.pageSize The page size for the listing. The max that will be returned is 200. (default to 25)
43975
+ * @param {Number} opts.pageNumber The page number for the listing (default to 1)
43976
+ * @param {String} opts.text The topic text filter applied to the listing
43977
+ * @param {Object} opts.sortOrder The sort order for the listing (default to desc)
43978
+ * @param {Object} opts.sortBy The field to sort by for the listing (default to dateModified)
43979
+ */
43980
+ getLanguageunderstandingIgnoretopic(languageCode, opts) {
43981
+ opts = opts || {};
43982
+
43983
+ // verify the required parameter 'languageCode' is set
43984
+ if (languageCode === undefined || languageCode === null || languageCode === '') {
43985
+ throw 'Missing the required parameter "languageCode" when calling getLanguageunderstandingIgnoretopic';
43986
+ }
43987
+
43988
+ return this.apiClient.callApi(
43989
+ '/api/v2/languageunderstanding/ignoretopics/{languageCode}',
43990
+ 'GET',
43991
+ { 'languageCode': languageCode },
43992
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'text': opts['text'],'sortOrder': opts['sortOrder'],'sortBy': opts['sortBy'] },
43993
+ { },
43994
+ { },
43995
+ null,
43996
+ ['PureCloud OAuth'],
43997
+ ['application/json'],
43998
+ ['application/json']
43999
+ );
44000
+ }
44001
+
43601
44002
  /**
43602
44003
  * Get information about a miner.
43603
44004
  *
@@ -44132,6 +44533,126 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44132
44533
  );
44133
44534
  }
44134
44535
 
44536
+ /**
44537
+ * Add phrases to the ignored phrases list
44538
+ *
44539
+ * @param {String} languageCode Language Code
44540
+ * @param {Object} body Request body containing phrases to be ignored
44541
+ */
44542
+ postLanguageunderstandingIgnorephrase(languageCode, body) {
44543
+ // verify the required parameter 'languageCode' is set
44544
+ if (languageCode === undefined || languageCode === null || languageCode === '') {
44545
+ throw 'Missing the required parameter "languageCode" when calling postLanguageunderstandingIgnorephrase';
44546
+ }
44547
+ // verify the required parameter 'body' is set
44548
+ if (body === undefined || body === null) {
44549
+ throw 'Missing the required parameter "body" when calling postLanguageunderstandingIgnorephrase';
44550
+ }
44551
+
44552
+ return this.apiClient.callApi(
44553
+ '/api/v2/languageunderstanding/ignorephrases/{languageCode}',
44554
+ 'POST',
44555
+ { 'languageCode': languageCode },
44556
+ { },
44557
+ { },
44558
+ { },
44559
+ body,
44560
+ ['PureCloud OAuth'],
44561
+ ['application/json'],
44562
+ ['application/json']
44563
+ );
44564
+ }
44565
+
44566
+ /**
44567
+ * Delete ignored phrases
44568
+ *
44569
+ * @param {String} languageCode Language Code
44570
+ * @param {Object} body Request body containing entities to be removed
44571
+ */
44572
+ postLanguageunderstandingIgnorephraseRemove(languageCode, body) {
44573
+ // verify the required parameter 'languageCode' is set
44574
+ if (languageCode === undefined || languageCode === null || languageCode === '') {
44575
+ throw 'Missing the required parameter "languageCode" when calling postLanguageunderstandingIgnorephraseRemove';
44576
+ }
44577
+ // verify the required parameter 'body' is set
44578
+ if (body === undefined || body === null) {
44579
+ throw 'Missing the required parameter "body" when calling postLanguageunderstandingIgnorephraseRemove';
44580
+ }
44581
+
44582
+ return this.apiClient.callApi(
44583
+ '/api/v2/languageunderstanding/ignorephrases/{languageCode}/remove',
44584
+ 'POST',
44585
+ { 'languageCode': languageCode },
44586
+ { },
44587
+ { },
44588
+ { },
44589
+ body,
44590
+ ['PureCloud OAuth'],
44591
+ ['application/json'],
44592
+ ['application/json']
44593
+ );
44594
+ }
44595
+
44596
+ /**
44597
+ * Add topics to the ignored topics list
44598
+ *
44599
+ * @param {String} languageCode Language Code
44600
+ * @param {Object} body Request body containing topics to be ignored
44601
+ */
44602
+ postLanguageunderstandingIgnoretopic(languageCode, body) {
44603
+ // verify the required parameter 'languageCode' is set
44604
+ if (languageCode === undefined || languageCode === null || languageCode === '') {
44605
+ throw 'Missing the required parameter "languageCode" when calling postLanguageunderstandingIgnoretopic';
44606
+ }
44607
+ // verify the required parameter 'body' is set
44608
+ if (body === undefined || body === null) {
44609
+ throw 'Missing the required parameter "body" when calling postLanguageunderstandingIgnoretopic';
44610
+ }
44611
+
44612
+ return this.apiClient.callApi(
44613
+ '/api/v2/languageunderstanding/ignoretopics/{languageCode}',
44614
+ 'POST',
44615
+ { 'languageCode': languageCode },
44616
+ { },
44617
+ { },
44618
+ { },
44619
+ body,
44620
+ ['PureCloud OAuth'],
44621
+ ['application/json'],
44622
+ ['application/json']
44623
+ );
44624
+ }
44625
+
44626
+ /**
44627
+ * Delete ignored topics
44628
+ *
44629
+ * @param {String} languageCode Language Code
44630
+ * @param {Object} body Request body containing entities to be removed
44631
+ */
44632
+ postLanguageunderstandingIgnoretopicRemove(languageCode, body) {
44633
+ // verify the required parameter 'languageCode' is set
44634
+ if (languageCode === undefined || languageCode === null || languageCode === '') {
44635
+ throw 'Missing the required parameter "languageCode" when calling postLanguageunderstandingIgnoretopicRemove';
44636
+ }
44637
+ // verify the required parameter 'body' is set
44638
+ if (body === undefined || body === null) {
44639
+ throw 'Missing the required parameter "body" when calling postLanguageunderstandingIgnoretopicRemove';
44640
+ }
44641
+
44642
+ return this.apiClient.callApi(
44643
+ '/api/v2/languageunderstanding/ignoretopics/{languageCode}/remove',
44644
+ 'POST',
44645
+ { 'languageCode': languageCode },
44646
+ { },
44647
+ { },
44648
+ { },
44649
+ body,
44650
+ ['PureCloud OAuth'],
44651
+ ['application/json'],
44652
+ ['application/json']
44653
+ );
44654
+ }
44655
+
44135
44656
  /**
44136
44657
  * Create a new draft resource.
44137
44658
  *
@@ -44257,7 +44778,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44257
44778
  /**
44258
44779
  * Languages service.
44259
44780
  * @module purecloud-platform-client-v2/api/LanguagesApi
44260
- * @version 230.0.0
44781
+ * @version 231.0.0
44261
44782
  */
44262
44783
 
44263
44784
  /**
@@ -44479,7 +45000,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44479
45000
  /**
44480
45001
  * Learning service.
44481
45002
  * @module purecloud-platform-client-v2/api/LearningApi
44482
- * @version 230.0.0
45003
+ * @version 231.0.0
44483
45004
  */
44484
45005
 
44485
45006
  /**
@@ -45508,7 +46029,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45508
46029
  /**
45509
46030
  * License service.
45510
46031
  * @module purecloud-platform-client-v2/api/LicenseApi
45511
- * @version 230.0.0
46032
+ * @version 231.0.0
45512
46033
  */
45513
46034
 
45514
46035
  /**
@@ -45746,7 +46267,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45746
46267
  /**
45747
46268
  * Locations service.
45748
46269
  * @module purecloud-platform-client-v2/api/LocationsApi
45749
- * @version 230.0.0
46270
+ * @version 231.0.0
45750
46271
  */
45751
46272
 
45752
46273
  /**
@@ -45982,7 +46503,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45982
46503
  /**
45983
46504
  * LogCapture service.
45984
46505
  * @module purecloud-platform-client-v2/api/LogCaptureApi
45985
- * @version 230.0.0
46506
+ * @version 231.0.0
45986
46507
  */
45987
46508
 
45988
46509
  /**
@@ -46181,7 +46702,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46181
46702
  /**
46182
46703
  * Messaging service.
46183
46704
  * @module purecloud-platform-client-v2/api/MessagingApi
46184
- * @version 230.0.0
46705
+ * @version 231.0.0
46185
46706
  */
46186
46707
 
46187
46708
  /**
@@ -46540,7 +47061,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46540
47061
  /**
46541
47062
  * MobileDevices service.
46542
47063
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
46543
- * @version 230.0.0
47064
+ * @version 231.0.0
46544
47065
  */
46545
47066
 
46546
47067
  /**
@@ -46691,7 +47212,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46691
47212
  /**
46692
47213
  * Notifications service.
46693
47214
  * @module purecloud-platform-client-v2/api/NotificationsApi
46694
- * @version 230.0.0
47215
+ * @version 231.0.0
46695
47216
  */
46696
47217
 
46697
47218
  /**
@@ -46924,7 +47445,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46924
47445
  /**
46925
47446
  * OAuth service.
46926
47447
  * @module purecloud-platform-client-v2/api/OAuthApi
46927
- * @version 230.0.0
47448
+ * @version 231.0.0
46928
47449
  */
46929
47450
 
46930
47451
  /**
@@ -47290,7 +47811,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47290
47811
  /**
47291
47812
  * Objects service.
47292
47813
  * @module purecloud-platform-client-v2/api/ObjectsApi
47293
- * @version 230.0.0
47814
+ * @version 231.0.0
47294
47815
  */
47295
47816
 
47296
47817
  /**
@@ -47614,7 +48135,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47614
48135
  /**
47615
48136
  * OperationalEvents service.
47616
48137
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
47617
- * @version 230.0.0
48138
+ * @version 231.0.0
47618
48139
  */
47619
48140
 
47620
48141
  /**
@@ -47731,7 +48252,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47731
48252
  /**
47732
48253
  * Organization service.
47733
48254
  * @module purecloud-platform-client-v2/api/OrganizationApi
47734
- * @version 230.0.0
48255
+ * @version 231.0.0
47735
48256
  */
47736
48257
 
47737
48258
  /**
@@ -48206,7 +48727,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48206
48727
  /**
48207
48728
  * OrganizationAuthorization service.
48208
48729
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
48209
- * @version 230.0.0
48730
+ * @version 231.0.0
48210
48731
  */
48211
48732
 
48212
48733
  /**
@@ -49600,7 +50121,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49600
50121
  /**
49601
50122
  * Outbound service.
49602
50123
  * @module purecloud-platform-client-v2/api/OutboundApi
49603
- * @version 230.0.0
50124
+ * @version 231.0.0
49604
50125
  */
49605
50126
 
49606
50127
  /**
@@ -54322,7 +54843,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54322
54843
  /**
54323
54844
  * Presence service.
54324
54845
  * @module purecloud-platform-client-v2/api/PresenceApi
54325
- * @version 230.0.0
54846
+ * @version 231.0.0
54326
54847
  */
54327
54848
 
54328
54849
  /**
@@ -55066,7 +55587,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55066
55587
  /**
55067
55588
  * ProcessAutomation service.
55068
55589
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
55069
- * @version 230.0.0
55590
+ * @version 231.0.0
55070
55591
  */
55071
55592
 
55072
55593
  /**
@@ -55305,7 +55826,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55305
55826
  /**
55306
55827
  * Quality service.
55307
55828
  * @module purecloud-platform-client-v2/api/QualityApi
55308
- * @version 230.0.0
55829
+ * @version 231.0.0
55309
55830
  */
55310
55831
 
55311
55832
  /**
@@ -56369,6 +56890,59 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56369
56890
  );
56370
56891
  }
56371
56892
 
56893
+ /**
56894
+ * Get the most recent published version of an evaluation form across any division.
56895
+ *
56896
+ * @param {String} evaluationFormId Evaluation Form ID
56897
+ * getQualityPublishedformsEvaluationsDivisionview is a preview method and is subject to both breaking and non-breaking changes at any time without notice
56898
+ */
56899
+ getQualityPublishedformsEvaluationsDivisionview(evaluationFormId) {
56900
+ // verify the required parameter 'evaluationFormId' is set
56901
+ if (evaluationFormId === undefined || evaluationFormId === null || evaluationFormId === '') {
56902
+ throw 'Missing the required parameter "evaluationFormId" when calling getQualityPublishedformsEvaluationsDivisionview';
56903
+ }
56904
+
56905
+ return this.apiClient.callApi(
56906
+ '/api/v2/quality/publishedforms/evaluations/divisionviews/{evaluationFormId}',
56907
+ 'GET',
56908
+ { 'evaluationFormId': evaluationFormId },
56909
+ { },
56910
+ { },
56911
+ { },
56912
+ null,
56913
+ ['PureCloud OAuth'],
56914
+ ['application/json'],
56915
+ ['application/json']
56916
+ );
56917
+ }
56918
+
56919
+ /**
56920
+ * Get the published evaluation forms across any division.
56921
+ *
56922
+ * @param {Object} opts Optional parameters
56923
+ * @param {Number} opts.pageSize Page size (default to 25)
56924
+ * @param {Number} opts.pageNumber Page number (default to 1)
56925
+ * @param {String} opts.name Name
56926
+ * getQualityPublishedformsEvaluationsDivisionviews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
56927
+ */
56928
+ getQualityPublishedformsEvaluationsDivisionviews(opts) {
56929
+ opts = opts || {};
56930
+
56931
+
56932
+ return this.apiClient.callApi(
56933
+ '/api/v2/quality/publishedforms/evaluations/divisionviews',
56934
+ 'GET',
56935
+ { },
56936
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'] },
56937
+ { },
56938
+ { },
56939
+ null,
56940
+ ['PureCloud OAuth'],
56941
+ ['application/json'],
56942
+ ['application/json']
56943
+ );
56944
+ }
56945
+
56372
56946
  /**
56373
56947
  * Get the most recent published version of a survey form.
56374
56948
  *
@@ -56421,6 +56995,59 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56421
56995
  );
56422
56996
  }
56423
56997
 
56998
+ /**
56999
+ * Get the most recent published version of an enabled survey form across any division.
57000
+ *
57001
+ * @param {String} surveyFormId Survey Form ID
57002
+ * getQualityPublishedformsSurveysDivisionview is a preview method and is subject to both breaking and non-breaking changes at any time without notice
57003
+ */
57004
+ getQualityPublishedformsSurveysDivisionview(surveyFormId) {
57005
+ // verify the required parameter 'surveyFormId' is set
57006
+ if (surveyFormId === undefined || surveyFormId === null || surveyFormId === '') {
57007
+ throw 'Missing the required parameter "surveyFormId" when calling getQualityPublishedformsSurveysDivisionview';
57008
+ }
57009
+
57010
+ return this.apiClient.callApi(
57011
+ '/api/v2/quality/publishedforms/surveys/divisionviews/{surveyFormId}',
57012
+ 'GET',
57013
+ { 'surveyFormId': surveyFormId },
57014
+ { },
57015
+ { },
57016
+ { },
57017
+ null,
57018
+ ['PureCloud OAuth'],
57019
+ ['application/json'],
57020
+ ['application/json']
57021
+ );
57022
+ }
57023
+
57024
+ /**
57025
+ * Get the published and enabled survey forms across any division.
57026
+ *
57027
+ * @param {Object} opts Optional parameters
57028
+ * @param {Number} opts.pageSize Page size (default to 25)
57029
+ * @param {Number} opts.pageNumber Page number (default to 1)
57030
+ * @param {String} opts.name Name
57031
+ * getQualityPublishedformsSurveysDivisionviews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
57032
+ */
57033
+ getQualityPublishedformsSurveysDivisionviews(opts) {
57034
+ opts = opts || {};
57035
+
57036
+
57037
+ return this.apiClient.callApi(
57038
+ '/api/v2/quality/publishedforms/surveys/divisionviews',
57039
+ 'GET',
57040
+ { },
57041
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'] },
57042
+ { },
57043
+ { },
57044
+ null,
57045
+ ['PureCloud OAuth'],
57046
+ ['application/json'],
57047
+ ['application/json']
57048
+ );
57049
+ }
57050
+
56424
57051
  /**
56425
57052
  * Get a survey for a conversation
56426
57053
  *
@@ -57144,7 +57771,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57144
57771
  /**
57145
57772
  * Recording service.
57146
57773
  * @module purecloud-platform-client-v2/api/RecordingApi
57147
- * @version 230.0.0
57774
+ * @version 231.0.0
57148
57775
  */
57149
57776
 
57150
57777
  /**
@@ -58580,7 +59207,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58580
59207
 
58581
59208
  /**
58582
59209
  * Execute the recording bulk job.
58583
- * A job must be executed by the same user whom originally created the job. In addition, the user must have permission to update the recordings retention.
59210
+ * Each organization can run up to a maximum of two concurrent jobs that are either in pending or processing state. A job must be executed by the same user whom originally created the job. In addition, the user must have permission to update the recordings retention.
58584
59211
  * @param {String} jobId jobId
58585
59212
  * @param {Object} body query
58586
59213
  */
@@ -58640,7 +59267,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58640
59267
 
58641
59268
  /**
58642
59269
  * Update a media retention policy
58643
- * Policy does not work retroactively
59270
+ * Policy does not work retroactively. In the conditions.forUsers section, each user object can include the id field containing the users unique identifier. Example: [{"id":"<userId>"}].
58644
59271
  * @param {String} policyId Policy ID
58645
59272
  * @param {Object} body Policy
58646
59273
  */
@@ -58749,7 +59376,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58749
59376
  /**
58750
59377
  * ResponseManagement service.
58751
59378
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
58752
- * @version 230.0.0
59379
+ * @version 231.0.0
58753
59380
  */
58754
59381
 
58755
59382
  /**
@@ -59259,7 +59886,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59259
59886
  /**
59260
59887
  * Routing service.
59261
59888
  * @module purecloud-platform-client-v2/api/RoutingApi
59262
- * @version 230.0.0
59889
+ * @version 231.0.0
59263
59890
  */
59264
59891
 
59265
59892
  /**
@@ -60049,8 +60676,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60049
60676
  * Get domain
60050
60677
  *
60051
60678
  * @param {String} domainId domain ID
60679
+ * @param {Object} opts Optional parameters
60680
+ * @param {Object} opts.expand Expand options. Valid values: settings
60052
60681
  */
60053
- getRoutingEmailDomain(domainId) {
60682
+ getRoutingEmailDomain(domainId, opts) {
60683
+ opts = opts || {};
60684
+
60054
60685
  // verify the required parameter 'domainId' is set
60055
60686
  if (domainId === undefined || domainId === null || domainId === '') {
60056
60687
  throw 'Missing the required parameter "domainId" when calling getRoutingEmailDomain';
@@ -60060,7 +60691,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60060
60691
  '/api/v2/routing/email/domains/{domainId}',
60061
60692
  'GET',
60062
60693
  { 'domainId': domainId },
60063
- { },
60694
+ { 'expand': opts['expand'] },
60064
60695
  { },
60065
60696
  { },
60066
60697
  null,
@@ -60174,6 +60805,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60174
60805
  * @param {Number} opts.pageNumber Page number (default to 1)
60175
60806
  * @param {Boolean} opts.excludeStatus Exclude MX record data (default to false)
60176
60807
  * @param {String} opts.filter Optional search filter that, if defined, use the **filter** syntax, eg: **mySearchedPattern**. Note that **** is considered no filter.
60808
+ * @param {Object} opts.expand Expand options. Valid values: settings
60177
60809
  */
60178
60810
  getRoutingEmailDomains(opts) {
60179
60811
  opts = opts || {};
@@ -60183,7 +60815,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60183
60815
  '/api/v2/routing/email/domains',
60184
60816
  'GET',
60185
60817
  { },
60186
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'excludeStatus': opts['excludeStatus'],'filter': opts['filter'] },
60818
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'excludeStatus': opts['excludeStatus'],'filter': opts['filter'],'expand': opts['expand'] },
60187
60819
  { },
60188
60820
  { },
60189
60821
  null,
@@ -60197,8 +60829,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60197
60829
  * Get domain
60198
60830
  *
60199
60831
  * @param {String} domainId domain ID
60832
+ * @param {Object} opts Optional parameters
60833
+ * @param {Object} opts.expand Expand options. Valid values: settings
60200
60834
  */
60201
- getRoutingEmailOutboundDomain(domainId) {
60835
+ getRoutingEmailOutboundDomain(domainId, opts) {
60836
+ opts = opts || {};
60837
+
60202
60838
  // verify the required parameter 'domainId' is set
60203
60839
  if (domainId === undefined || domainId === null || domainId === '') {
60204
60840
  throw 'Missing the required parameter "domainId" when calling getRoutingEmailOutboundDomain';
@@ -60208,7 +60844,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60208
60844
  '/api/v2/routing/email/outbound/domains/{domainId}',
60209
60845
  'GET',
60210
60846
  { 'domainId': domainId },
60211
- { },
60847
+ { 'expand': opts['expand'] },
60212
60848
  { },
60213
60849
  { },
60214
60850
  null,
@@ -60250,6 +60886,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60250
60886
  * @param {Number} opts.pageSize Page size (default to 25)
60251
60887
  * @param {Number} opts.pageNumber Page number (default to 1)
60252
60888
  * @param {String} opts.filter Optional search filter that, if defined, use the **filter** syntax, eg: **mySearchedPattern**. Note that **** is considered no filter.
60889
+ * @param {Object} opts.expand Expand options. Valid values: settings
60253
60890
  */
60254
60891
  getRoutingEmailOutboundDomains(opts) {
60255
60892
  opts = opts || {};
@@ -60259,7 +60896,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60259
60896
  '/api/v2/routing/email/outbound/domains',
60260
60897
  'GET',
60261
60898
  { },
60262
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'filter': opts['filter'] },
60899
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'filter': opts['filter'],'expand': opts['expand'] },
60263
60900
  { },
60264
60901
  { },
60265
60902
  null,
@@ -63575,7 +64212,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63575
64212
  /**
63576
64213
  * SCIM service.
63577
64214
  * @module purecloud-platform-client-v2/api/SCIMApi
63578
- * @version 230.0.0
64215
+ * @version 231.0.0
63579
64216
  */
63580
64217
 
63581
64218
  /**
@@ -64452,7 +65089,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64452
65089
  /**
64453
65090
  * ScreenRecording service.
64454
65091
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
64455
- * @version 230.0.0
65092
+ * @version 231.0.0
64456
65093
  */
64457
65094
 
64458
65095
  /**
@@ -64497,7 +65134,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64497
65134
  /**
64498
65135
  * Scripts service.
64499
65136
  * @module purecloud-platform-client-v2/api/ScriptsApi
64500
- * @version 230.0.0
65137
+ * @version 231.0.0
64501
65138
  */
64502
65139
 
64503
65140
  /**
@@ -64973,7 +65610,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64973
65610
  /**
64974
65611
  * Search service.
64975
65612
  * @module purecloud-platform-client-v2/api/SearchApi
64976
- * @version 230.0.0
65613
+ * @version 231.0.0
64977
65614
  */
64978
65615
 
64979
65616
  /**
@@ -65691,7 +66328,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65691
66328
  /**
65692
66329
  * Settings service.
65693
66330
  * @module purecloud-platform-client-v2/api/SettingsApi
65694
- * @version 230.0.0
66331
+ * @version 231.0.0
65695
66332
  */
65696
66333
 
65697
66334
  /**
@@ -66039,7 +66676,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66039
66676
  /**
66040
66677
  * SocialMedia service.
66041
66678
  * @module purecloud-platform-client-v2/api/SocialMediaApi
66042
- * @version 230.0.0
66679
+ * @version 231.0.0
66043
66680
  */
66044
66681
 
66045
66682
  /**
@@ -66168,6 +66805,40 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66168
66805
  );
66169
66806
  }
66170
66807
 
66808
+ /**
66809
+ * Delete a Instagram data ingestion rule.
66810
+ *
66811
+ * @param {String} topicId topicId
66812
+ * @param {String} instagramIngestionRuleId instagramIngestionRuleId
66813
+ * @param {Object} opts Optional parameters
66814
+ * @param {Boolean} opts.hardDelete Determines whether a Instagram data ingestion rule should be soft-deleted (have it's state set to deleted) or hard-deleted (permanently removed). Set to false (soft-delete) by default. (default to false)
66815
+ */
66816
+ deleteSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(topicId, instagramIngestionRuleId, opts) {
66817
+ opts = opts || {};
66818
+
66819
+ // verify the required parameter 'topicId' is set
66820
+ if (topicId === undefined || topicId === null || topicId === '') {
66821
+ throw 'Missing the required parameter "topicId" when calling deleteSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';
66822
+ }
66823
+ // verify the required parameter 'instagramIngestionRuleId' is set
66824
+ if (instagramIngestionRuleId === undefined || instagramIngestionRuleId === null || instagramIngestionRuleId === '') {
66825
+ throw 'Missing the required parameter "instagramIngestionRuleId" when calling deleteSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';
66826
+ }
66827
+
66828
+ return this.apiClient.callApi(
66829
+ '/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}',
66830
+ 'DELETE',
66831
+ { 'topicId': topicId,'instagramIngestionRuleId': instagramIngestionRuleId },
66832
+ { 'hardDelete': opts['hardDelete'] },
66833
+ { },
66834
+ { },
66835
+ null,
66836
+ ['PureCloud OAuth'],
66837
+ ['application/json'],
66838
+ ['application/json']
66839
+ );
66840
+ }
66841
+
66171
66842
  /**
66172
66843
  * Delete a open data ingestion rule.
66173
66844
  *
@@ -66568,6 +67239,115 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66568
67239
  );
66569
67240
  }
66570
67241
 
67242
+ /**
67243
+ * Get a single Instagram data ingestion rule.
67244
+ *
67245
+ * @param {String} topicId topicId
67246
+ * @param {String} instagramIngestionRuleId instagramIngestionRuleId
67247
+ * @param {Object} opts Optional parameters
67248
+ * @param {Boolean} opts.includeDeleted Determines whether to include soft-deleted items in the result.
67249
+ */
67250
+ getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(topicId, instagramIngestionRuleId, opts) {
67251
+ opts = opts || {};
67252
+
67253
+ // verify the required parameter 'topicId' is set
67254
+ if (topicId === undefined || topicId === null || topicId === '') {
67255
+ throw 'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';
67256
+ }
67257
+ // verify the required parameter 'instagramIngestionRuleId' is set
67258
+ if (instagramIngestionRuleId === undefined || instagramIngestionRuleId === null || instagramIngestionRuleId === '') {
67259
+ throw 'Missing the required parameter "instagramIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';
67260
+ }
67261
+
67262
+ return this.apiClient.callApi(
67263
+ '/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}',
67264
+ 'GET',
67265
+ { 'topicId': topicId,'instagramIngestionRuleId': instagramIngestionRuleId },
67266
+ { 'includeDeleted': opts['includeDeleted'] },
67267
+ { },
67268
+ { },
67269
+ null,
67270
+ ['PureCloud OAuth'],
67271
+ ['application/json'],
67272
+ ['application/json']
67273
+ );
67274
+ }
67275
+
67276
+ /**
67277
+ * Get a single Instagram data ingestion rule version.
67278
+ *
67279
+ * @param {String} topicId topicId
67280
+ * @param {String} instagramIngestionRuleId instagramIngestionRuleId
67281
+ * @param {String} dataIngestionRuleVersion version
67282
+ * @param {Object} opts Optional parameters
67283
+ * @param {Boolean} opts.includeDeleted Determines whether to include soft-deleted item in the result.
67284
+ */
67285
+ getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersion(topicId, instagramIngestionRuleId, dataIngestionRuleVersion, opts) {
67286
+ opts = opts || {};
67287
+
67288
+ // verify the required parameter 'topicId' is set
67289
+ if (topicId === undefined || topicId === null || topicId === '') {
67290
+ throw 'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersion';
67291
+ }
67292
+ // verify the required parameter 'instagramIngestionRuleId' is set
67293
+ if (instagramIngestionRuleId === undefined || instagramIngestionRuleId === null || instagramIngestionRuleId === '') {
67294
+ throw 'Missing the required parameter "instagramIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersion';
67295
+ }
67296
+ // verify the required parameter 'dataIngestionRuleVersion' is set
67297
+ if (dataIngestionRuleVersion === undefined || dataIngestionRuleVersion === null || dataIngestionRuleVersion === '') {
67298
+ throw 'Missing the required parameter "dataIngestionRuleVersion" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersion';
67299
+ }
67300
+
67301
+ return this.apiClient.callApi(
67302
+ '/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}/versions/{dataIngestionRuleVersion}',
67303
+ 'GET',
67304
+ { 'topicId': topicId,'instagramIngestionRuleId': instagramIngestionRuleId,'dataIngestionRuleVersion': dataIngestionRuleVersion },
67305
+ { 'includeDeleted': opts['includeDeleted'] },
67306
+ { },
67307
+ { },
67308
+ null,
67309
+ ['PureCloud OAuth'],
67310
+ ['application/json'],
67311
+ ['application/json']
67312
+ );
67313
+ }
67314
+
67315
+ /**
67316
+ * Get the Instagram data ingestion rule versions.
67317
+ *
67318
+ * @param {String} topicId topicId
67319
+ * @param {String} instagramIngestionRuleId instagramIngestionRuleId
67320
+ * @param {Object} opts Optional parameters
67321
+ * @param {Number} opts.pageNumber Page number (default to 1)
67322
+ * @param {Number} opts.pageSize Page size (default to 25)
67323
+ * @param {Boolean} opts.includeDeleted Determines whether to include soft-deleted items in the result.
67324
+ */
67325
+ getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersions(topicId, instagramIngestionRuleId, opts) {
67326
+ opts = opts || {};
67327
+
67328
+ // verify the required parameter 'topicId' is set
67329
+ if (topicId === undefined || topicId === null || topicId === '') {
67330
+ throw 'Missing the required parameter "topicId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersions';
67331
+ }
67332
+ // verify the required parameter 'instagramIngestionRuleId' is set
67333
+ if (instagramIngestionRuleId === undefined || instagramIngestionRuleId === null || instagramIngestionRuleId === '') {
67334
+ throw 'Missing the required parameter "instagramIngestionRuleId" when calling getSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleIdVersions';
67335
+ }
67336
+
67337
+ return this.apiClient.callApi(
67338
+ '/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}/versions',
67339
+ 'GET',
67340
+ { 'topicId': topicId,'instagramIngestionRuleId': instagramIngestionRuleId },
67341
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'includeDeleted': opts['includeDeleted'] },
67342
+ { },
67343
+ { },
67344
+ null,
67345
+ ['PureCloud OAuth'],
67346
+ ['application/json'],
67347
+ ['application/json']
67348
+ );
67349
+ }
67350
+
66571
67351
  /**
66572
67352
  * Get a single open data ingestion rule.
66573
67353
  *
@@ -66876,6 +67656,40 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66876
67656
  );
66877
67657
  }
66878
67658
 
67659
+ /**
67660
+ * Update the status of a Instagram data ingestion rule.
67661
+ *
67662
+ * @param {String} topicId topicId
67663
+ * @param {String} instagramIngestionRuleId instagramIngestionRuleId
67664
+ * @param {Object} opts Optional parameters
67665
+ * @param {Object} opts.body
67666
+ */
67667
+ patchSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(topicId, instagramIngestionRuleId, opts) {
67668
+ opts = opts || {};
67669
+
67670
+ // verify the required parameter 'topicId' is set
67671
+ if (topicId === undefined || topicId === null || topicId === '') {
67672
+ throw 'Missing the required parameter "topicId" when calling patchSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';
67673
+ }
67674
+ // verify the required parameter 'instagramIngestionRuleId' is set
67675
+ if (instagramIngestionRuleId === undefined || instagramIngestionRuleId === null || instagramIngestionRuleId === '') {
67676
+ throw 'Missing the required parameter "instagramIngestionRuleId" when calling patchSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';
67677
+ }
67678
+
67679
+ return this.apiClient.callApi(
67680
+ '/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}',
67681
+ 'PATCH',
67682
+ { 'topicId': topicId,'instagramIngestionRuleId': instagramIngestionRuleId },
67683
+ { },
67684
+ { },
67685
+ { },
67686
+ opts['body'],
67687
+ ['PureCloud OAuth'],
67688
+ ['application/json'],
67689
+ ['application/json']
67690
+ );
67691
+ }
67692
+
66879
67693
  /**
66880
67694
  * Update the status of a open data ingestion rule.
66881
67695
  *
@@ -67076,6 +67890,35 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67076
67890
  );
67077
67891
  }
67078
67892
 
67893
+ /**
67894
+ * Create an Instagram data ingestion rule.
67895
+ *
67896
+ * @param {String} topicId topicId
67897
+ * @param {Object} opts Optional parameters
67898
+ * @param {Object} opts.body
67899
+ */
67900
+ postSocialmediaTopicDataingestionrulesInstagram(topicId, opts) {
67901
+ opts = opts || {};
67902
+
67903
+ // verify the required parameter 'topicId' is set
67904
+ if (topicId === undefined || topicId === null || topicId === '') {
67905
+ throw 'Missing the required parameter "topicId" when calling postSocialmediaTopicDataingestionrulesInstagram';
67906
+ }
67907
+
67908
+ return this.apiClient.callApi(
67909
+ '/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram',
67910
+ 'POST',
67911
+ { 'topicId': topicId },
67912
+ { },
67913
+ { },
67914
+ { },
67915
+ opts['body'],
67916
+ ['PureCloud OAuth'],
67917
+ ['application/json'],
67918
+ ['application/json']
67919
+ );
67920
+ }
67921
+
67079
67922
  /**
67080
67923
  * Create an open data ingestion rule.
67081
67924
  *
@@ -67316,6 +68159,40 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67316
68159
  );
67317
68160
  }
67318
68161
 
68162
+ /**
68163
+ * Update the Instagram data ingestion rule.
68164
+ *
68165
+ * @param {String} topicId topicId
68166
+ * @param {String} instagramIngestionRuleId instagramIngestionRuleId
68167
+ * @param {Object} opts Optional parameters
68168
+ * @param {Object} opts.body
68169
+ */
68170
+ putSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId(topicId, instagramIngestionRuleId, opts) {
68171
+ opts = opts || {};
68172
+
68173
+ // verify the required parameter 'topicId' is set
68174
+ if (topicId === undefined || topicId === null || topicId === '') {
68175
+ throw 'Missing the required parameter "topicId" when calling putSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';
68176
+ }
68177
+ // verify the required parameter 'instagramIngestionRuleId' is set
68178
+ if (instagramIngestionRuleId === undefined || instagramIngestionRuleId === null || instagramIngestionRuleId === '') {
68179
+ throw 'Missing the required parameter "instagramIngestionRuleId" when calling putSocialmediaTopicDataingestionrulesInstagramInstagramIngestionRuleId';
68180
+ }
68181
+
68182
+ return this.apiClient.callApi(
68183
+ '/api/v2/socialmedia/topics/{topicId}/dataingestionrules/instagram/{instagramIngestionRuleId}',
68184
+ 'PUT',
68185
+ { 'topicId': topicId,'instagramIngestionRuleId': instagramIngestionRuleId },
68186
+ { },
68187
+ { },
68188
+ { },
68189
+ opts['body'],
68190
+ ['PureCloud OAuth'],
68191
+ ['application/json'],
68192
+ ['application/json']
68193
+ );
68194
+ }
68195
+
67319
68196
  /**
67320
68197
  * Update the open data ingestion rule.
67321
68198
  *
@@ -67390,7 +68267,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67390
68267
  /**
67391
68268
  * SpeechTextAnalytics service.
67392
68269
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
67393
- * @version 230.0.0
68270
+ * @version 231.0.0
67394
68271
  */
67395
68272
 
67396
68273
  /**
@@ -69036,7 +69913,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69036
69913
  /**
69037
69914
  * Stations service.
69038
69915
  * @module purecloud-platform-client-v2/api/StationsApi
69039
- * @version 230.0.0
69916
+ * @version 231.0.0
69040
69917
  */
69041
69918
 
69042
69919
  /**
@@ -69138,7 +70015,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69138
70015
  /**
69139
70016
  * Suggest service.
69140
70017
  * @module purecloud-platform-client-v2/api/SuggestApi
69141
- * @version 230.0.0
70018
+ * @version 231.0.0
69142
70019
  */
69143
70020
 
69144
70021
  /**
@@ -69277,7 +70154,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69277
70154
  /**
69278
70155
  * TaskManagement service.
69279
70156
  * @module purecloud-platform-client-v2/api/TaskManagementApi
69280
- * @version 230.0.0
70157
+ * @version 231.0.0
69281
70158
  */
69282
70159
 
69283
70160
  /**
@@ -71439,7 +72316,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
71439
72316
  /**
71440
72317
  * Teams service.
71441
72318
  * @module purecloud-platform-client-v2/api/TeamsApi
71442
- * @version 230.0.0
72319
+ * @version 231.0.0
71443
72320
  */
71444
72321
 
71445
72322
  /**
@@ -71744,7 +72621,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
71744
72621
  /**
71745
72622
  * Telephony service.
71746
72623
  * @module purecloud-platform-client-v2/api/TelephonyApi
71747
- * @version 230.0.0
72624
+ * @version 231.0.0
71748
72625
  */
71749
72626
 
71750
72627
  /**
@@ -72030,7 +72907,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72030
72907
  /**
72031
72908
  * TelephonyProvidersEdge service.
72032
72909
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
72033
- * @version 230.0.0
72910
+ * @version 231.0.0
72034
72911
  */
72035
72912
 
72036
72913
  /**
@@ -75523,7 +76400,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
75523
76400
  /**
75524
76401
  * Textbots service.
75525
76402
  * @module purecloud-platform-client-v2/api/TextbotsApi
75526
- * @version 230.0.0
76403
+ * @version 231.0.0
75527
76404
  */
75528
76405
 
75529
76406
  /**
@@ -75652,7 +76529,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
75652
76529
  /**
75653
76530
  * Tokens service.
75654
76531
  * @module purecloud-platform-client-v2/api/TokensApi
75655
- * @version 230.0.0
76532
+ * @version 231.0.0
75656
76533
  */
75657
76534
 
75658
76535
  /**
@@ -75806,7 +76683,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
75806
76683
  /**
75807
76684
  * Uploads service.
75808
76685
  * @module purecloud-platform-client-v2/api/UploadsApi
75809
- * @version 230.0.0
76686
+ * @version 231.0.0
75810
76687
  */
75811
76688
 
75812
76689
  /**
@@ -76097,7 +76974,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76097
76974
  /**
76098
76975
  * Usage service.
76099
76976
  * @module purecloud-platform-client-v2/api/UsageApi
76100
- * @version 230.0.0
76977
+ * @version 231.0.0
76101
76978
  */
76102
76979
 
76103
76980
  /**
@@ -76432,7 +77309,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76432
77309
  /**
76433
77310
  * UserRecordings service.
76434
77311
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
76435
- * @version 230.0.0
77312
+ * @version 231.0.0
76436
77313
  */
76437
77314
 
76438
77315
  /**
@@ -76501,37 +77378,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76501
77378
  );
76502
77379
  }
76503
77380
 
76504
- /**
76505
- * Download a user recording.
76506
- * API should migrate to use GET api/v2/userrecordings/{recordingId}/transcoding
76507
- * @param {String} recordingId User Recording ID
76508
- * @param {Object} opts Optional parameters
76509
- * @param {Object} opts.formatId The desired media format. (default to WEBM)
76510
- * @param {Boolean} opts.async When set to true, api will return 202 response until the recording is ready for download
76511
- * @deprecated
76512
- */
76513
- getUserrecordingMedia(recordingId, opts) {
76514
- opts = opts || {};
76515
-
76516
- // verify the required parameter 'recordingId' is set
76517
- if (recordingId === undefined || recordingId === null || recordingId === '') {
76518
- throw 'Missing the required parameter "recordingId" when calling getUserrecordingMedia';
76519
- }
76520
-
76521
- return this.apiClient.callApi(
76522
- '/api/v2/userrecordings/{recordingId}/media',
76523
- 'GET',
76524
- { 'recordingId': recordingId },
76525
- { 'formatId': opts['formatId'],'async': opts['async'] },
76526
- { },
76527
- { },
76528
- null,
76529
- ['PureCloud OAuth'],
76530
- ['application/json'],
76531
- ['application/json']
76532
- );
76533
- }
76534
-
76535
77381
  /**
76536
77382
  * Download a user recording.
76537
77383
  *
@@ -76647,7 +77493,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76647
77493
  /**
76648
77494
  * Users service.
76649
77495
  * @module purecloud-platform-client-v2/api/UsersApi
76650
- * @version 230.0.0
77496
+ * @version 231.0.0
76651
77497
  */
76652
77498
 
76653
77499
  /**
@@ -79656,7 +80502,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
79656
80502
  /**
79657
80503
  * Utilities service.
79658
80504
  * @module purecloud-platform-client-v2/api/UtilitiesApi
79659
- * @version 230.0.0
80505
+ * @version 231.0.0
79660
80506
  */
79661
80507
 
79662
80508
  /**
@@ -79767,7 +80613,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
79767
80613
  /**
79768
80614
  * Voicemail service.
79769
80615
  * @module purecloud-platform-client-v2/api/VoicemailApi
79770
- * @version 230.0.0
80616
+ * @version 231.0.0
79771
80617
  */
79772
80618
 
79773
80619
  /**
@@ -80489,7 +81335,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
80489
81335
  /**
80490
81336
  * WebChat service.
80491
81337
  * @module purecloud-platform-client-v2/api/WebChatApi
80492
- * @version 230.0.0
81338
+ * @version 231.0.0
80493
81339
  */
80494
81340
 
80495
81341
  /**
@@ -81049,7 +81895,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
81049
81895
  /**
81050
81896
  * WebDeployments service.
81051
81897
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
81052
- * @version 230.0.0
81898
+ * @version 231.0.0
81053
81899
  */
81054
81900
 
81055
81901
  /**
@@ -81631,7 +82477,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
81631
82477
  /**
81632
82478
  * WebMessaging service.
81633
82479
  * @module purecloud-platform-client-v2/api/WebMessagingApi
81634
- * @version 230.0.0
82480
+ * @version 231.0.0
81635
82481
  */
81636
82482
 
81637
82483
  /**
@@ -81777,7 +82623,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
81777
82623
  /**
81778
82624
  * Widgets service.
81779
82625
  * @module purecloud-platform-client-v2/api/WidgetsApi
81780
- * @version 230.0.0
82626
+ * @version 231.0.0
81781
82627
  */
81782
82628
 
81783
82629
  /**
@@ -81928,7 +82774,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
81928
82774
  /**
81929
82775
  * WorkforceManagement service.
81930
82776
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
81931
- * @version 230.0.0
82777
+ * @version 231.0.0
81932
82778
  */
81933
82779
 
81934
82780
  /**
@@ -89898,7 +90744,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
89898
90744
  * </pre>
89899
90745
  * </p>
89900
90746
  * @module purecloud-platform-client-v2/index
89901
- * @version 230.0.0
90747
+ * @version 231.0.0
89902
90748
  */
89903
90749
  class platformClient {
89904
90750
  constructor() {