purecloud-platform-client-v2 233.0.0 → 234.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 (93) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +311 -965
  3. package/dist/web-amd/purecloud-platform-client-v2.js +311 -965
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +137 -366
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +137 -366
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +804 -821
  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/AIStudioApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +1 -30
  22. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +41 -1
  27. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +61 -880
  46. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/OutboundApi.js +26 -1
  61. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/RoutingApi.js +156 -1
  67. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -31
  71. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +7 -3
  73. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +2 -2
  90. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  91. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  92. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  93. package/src/purecloud-platform-client-v2/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "purecloud-platform-client-v2",
3
- "version": "233.0.0",
3
+ "version": "234.0.0",
4
4
  "description": "A JavaScript library to interface with the PureCloud Platform API",
5
5
  "license": "MIT",
6
6
  "main": "dist/node/purecloud-platform-client-v2.js",
@@ -6,7 +6,7 @@ import { default as qs } from 'qs';
6
6
 
7
7
  /**
8
8
  * @module purecloud-platform-client-v2/ApiClient
9
- * @version 233.0.0
9
+ * @version 234.0.0
10
10
  */
11
11
  class ApiClient {
12
12
  /**
@@ -5,7 +5,7 @@ class AIStudioApi {
5
5
  /**
6
6
  * AIStudio service.
7
7
  * @module purecloud-platform-client-v2/api/AIStudioApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AgentAssistantsApi {
5
5
  /**
6
6
  * AgentAssistants service.
7
7
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AgentCopilotApi {
5
5
  /**
6
6
  * AgentCopilot service.
7
7
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AgentUIApi {
5
5
  /**
6
6
  * AgentUI service.
7
7
  * @module purecloud-platform-client-v2/api/AgentUIApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AlertingApi {
5
5
  /**
6
6
  * Alerting service.
7
7
  * @module purecloud-platform-client-v2/api/AlertingApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AnalyticsApi {
5
5
  /**
6
6
  * Analytics service.
7
7
  * @module purecloud-platform-client-v2/api/AnalyticsApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ArchitectApi {
5
5
  /**
6
6
  * Architect service.
7
7
  * @module purecloud-platform-client-v2/api/ArchitectApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AuditApi {
5
5
  /**
6
6
  * Audit service.
7
7
  * @module purecloud-platform-client-v2/api/AuditApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class AuthorizationApi {
5
5
  /**
6
6
  * Authorization service.
7
7
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class BillingApi {
5
5
  /**
6
6
  * Billing service.
7
7
  * @module purecloud-platform-client-v2/api/BillingApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class BusinessRulesApi {
5
5
  /**
6
6
  * BusinessRules service.
7
7
  * @module purecloud-platform-client-v2/api/BusinessRulesApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -26,7 +26,6 @@ class BusinessRulesApi {
26
26
  * @param {String} tableId Table ID
27
27
  * @param {Object} opts Optional parameters
28
28
  * @param {Boolean} opts.forceDelete Force delete decision table (under certain conditions) (default to false)
29
- * deleteBusinessrulesDecisiontable is a preview method and is subject to both breaking and non-breaking changes at any time without notice
30
29
  */
31
30
  deleteBusinessrulesDecisiontable(tableId, opts) {
32
31
  opts = opts || {};
@@ -55,7 +54,6 @@ class BusinessRulesApi {
55
54
  *
56
55
  * @param {String} tableId Table ID
57
56
  * @param {Number} tableVersion Table Version
58
- * deleteBusinessrulesDecisiontableVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
59
57
  */
60
58
  deleteBusinessrulesDecisiontableVersion(tableId, tableVersion) {
61
59
  // verify the required parameter 'tableId' is set
@@ -87,7 +85,6 @@ class BusinessRulesApi {
87
85
  * @param {String} tableId Table ID
88
86
  * @param {Number} tableVersion Table Version
89
87
  * @param {String} rowId Row ID
90
- * deleteBusinessrulesDecisiontableVersionRow is a preview method and is subject to both breaking and non-breaking changes at any time without notice
91
88
  */
92
89
  deleteBusinessrulesDecisiontableVersionRow(tableId, tableVersion, rowId) {
93
90
  // verify the required parameter 'tableId' is set
@@ -121,7 +118,6 @@ class BusinessRulesApi {
121
118
  * Delete a schema
122
119
  *
123
120
  * @param {String} schemaId Schema ID
124
- * deleteBusinessrulesSchema is a preview method and is subject to both breaking and non-breaking changes at any time without notice
125
121
  */
126
122
  deleteBusinessrulesSchema(schemaId) {
127
123
  // verify the required parameter 'schemaId' is set
@@ -147,7 +143,6 @@ class BusinessRulesApi {
147
143
  * Get a decision table
148
144
  *
149
145
  * @param {String} tableId Table ID
150
- * getBusinessrulesDecisiontable is a preview method and is subject to both breaking and non-breaking changes at any time without notice
151
146
  */
152
147
  getBusinessrulesDecisiontable(tableId) {
153
148
  // verify the required parameter 'tableId' is set
@@ -174,7 +169,6 @@ class BusinessRulesApi {
174
169
  *
175
170
  * @param {String} tableId Table ID
176
171
  * @param {Number} tableVersion Table Version
177
- * getBusinessrulesDecisiontableVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
178
172
  */
179
173
  getBusinessrulesDecisiontableVersion(tableId, tableVersion) {
180
174
  // verify the required parameter 'tableId' is set
@@ -206,7 +200,6 @@ class BusinessRulesApi {
206
200
  * @param {String} tableId Table ID
207
201
  * @param {Number} tableVersion Table Version
208
202
  * @param {String} rowId Row ID
209
- * getBusinessrulesDecisiontableVersionRow is a preview method and is subject to both breaking and non-breaking changes at any time without notice
210
203
  */
211
204
  getBusinessrulesDecisiontableVersionRow(tableId, tableVersion, rowId) {
212
205
  // verify the required parameter 'tableId' is set
@@ -244,7 +237,6 @@ class BusinessRulesApi {
244
237
  * @param {Object} opts Optional parameters
245
238
  * @param {String} opts.pageNumber Page number of the entities to return. Defaults to 1.
246
239
  * @param {String} opts.pageSize Number of entities to return. Maximum of 100. Defaults to 25.
247
- * getBusinessrulesDecisiontableVersionRows is a preview method and is subject to both breaking and non-breaking changes at any time without notice
248
240
  */
249
241
  getBusinessrulesDecisiontableVersionRows(tableId, tableVersion, opts) {
250
242
  opts = opts || {};
@@ -279,7 +271,6 @@ class BusinessRulesApi {
279
271
  * @param {Object} opts Optional parameters
280
272
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
281
273
  * @param {String} opts.pageSize Number of entities to return. Maximum of 100.
282
- * getBusinessrulesDecisiontableVersions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
283
274
  */
284
275
  getBusinessrulesDecisiontableVersions(tableId, opts) {
285
276
  opts = opts || {};
@@ -311,7 +302,6 @@ class BusinessRulesApi {
311
302
  * @param {String} opts.pageSize Number of entities to return. Maximum of 100.
312
303
  * @param {Array.<String>} opts.divisionIds One or more comma separated divisions to filters decision tables by. If nothing is provided, the decision tables associated with the list of divisions that the user has access to will be returned.
313
304
  * @param {String} opts.name Search for decision tables with a name that contains the given search string. Search is case insensitive and will match any table that contains this string in any part of the name.
314
- * getBusinessrulesDecisiontables is a preview method and is subject to both breaking and non-breaking changes at any time without notice
315
305
  */
316
306
  getBusinessrulesDecisiontables(opts) {
317
307
  opts = opts || {};
@@ -342,7 +332,6 @@ class BusinessRulesApi {
342
332
  * @param {Boolean} opts.withPublishedVersion Filters results to only decision tables that have at least one version in Published status
343
333
  * @param {Array.<String>} opts.expand Fields to expand in response
344
334
  * @param {Array.<String>} opts.ids Decision table IDs to search for
345
- * getBusinessrulesDecisiontablesSearch is a preview method and is subject to both breaking and non-breaking changes at any time without notice
346
335
  */
347
336
  getBusinessrulesDecisiontablesSearch(opts) {
348
337
  opts = opts || {};
@@ -366,7 +355,6 @@ class BusinessRulesApi {
366
355
  * Get a schema
367
356
  *
368
357
  * @param {String} schemaId Schema ID
369
- * getBusinessrulesSchema is a preview method and is subject to both breaking and non-breaking changes at any time without notice
370
358
  */
371
359
  getBusinessrulesSchema(schemaId) {
372
360
  // verify the required parameter 'schemaId' is set
@@ -391,7 +379,6 @@ class BusinessRulesApi {
391
379
  /**
392
380
  * Get a list of schemas.
393
381
  *
394
- * getBusinessrulesSchemas is a preview method and is subject to both breaking and non-breaking changes at any time without notice
395
382
  */
396
383
  getBusinessrulesSchemas() {
397
384
 
@@ -413,7 +400,6 @@ class BusinessRulesApi {
413
400
  * Get a specific named core type.
414
401
  *
415
402
  * @param {String} coreTypeName The core type's name
416
- * getBusinessrulesSchemasCoretype is a preview method and is subject to both breaking and non-breaking changes at any time without notice
417
403
  */
418
404
  getBusinessrulesSchemasCoretype(coreTypeName) {
419
405
  // verify the required parameter 'coreTypeName' is set
@@ -438,7 +424,6 @@ class BusinessRulesApi {
438
424
  /**
439
425
  * Get the core types from which all schemas are built.
440
426
  *
441
- * getBusinessrulesSchemasCoretypes is a preview method and is subject to both breaking and non-breaking changes at any time without notice
442
427
  */
443
428
  getBusinessrulesSchemasCoretypes() {
444
429
 
@@ -461,7 +446,6 @@ class BusinessRulesApi {
461
446
  *
462
447
  * @param {String} tableId Table ID
463
448
  * @param {Object} body Decision Table
464
- * patchBusinessrulesDecisiontable is a preview method and is subject to both breaking and non-breaking changes at any time without notice
465
449
  */
466
450
  patchBusinessrulesDecisiontable(tableId, body) {
467
451
  // verify the required parameter 'tableId' is set
@@ -493,7 +477,6 @@ class BusinessRulesApi {
493
477
  * @param {String} tableId Table ID
494
478
  * @param {Number} tableVersion Table Version
495
479
  * @param {Object} body Decision Table
496
- * patchBusinessrulesDecisiontableVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
497
480
  */
498
481
  patchBusinessrulesDecisiontableVersion(tableId, tableVersion, body) {
499
482
  // verify the required parameter 'tableId' is set
@@ -528,7 +511,6 @@ class BusinessRulesApi {
528
511
  *
529
512
  * @param {String} tableId Table ID
530
513
  * @param {Object} body Decision Table
531
- * postBusinessrulesDecisiontableExecute is a preview method and is subject to both breaking and non-breaking changes at any time without notice
532
514
  */
533
515
  postBusinessrulesDecisiontableExecute(tableId, body) {
534
516
  // verify the required parameter 'tableId' is set
@@ -560,7 +542,6 @@ class BusinessRulesApi {
560
542
  * @param {String} tableId Table ID
561
543
  * @param {Number} tableVersion Table Version
562
544
  * @param {Object} body Decision Table
563
- * postBusinessrulesDecisiontableVersionCopy is a preview method and is subject to both breaking and non-breaking changes at any time without notice
564
545
  */
565
546
  postBusinessrulesDecisiontableVersionCopy(tableId, tableVersion, body) {
566
547
  // verify the required parameter 'tableId' is set
@@ -596,7 +577,6 @@ class BusinessRulesApi {
596
577
  * @param {String} tableId Table ID
597
578
  * @param {Number} tableVersion Table Version
598
579
  * @param {Object} body Decision Table
599
- * postBusinessrulesDecisiontableVersionExecute is a preview method and is subject to both breaking and non-breaking changes at any time without notice
600
580
  */
601
581
  postBusinessrulesDecisiontableVersionExecute(tableId, tableVersion, body) {
602
582
  // verify the required parameter 'tableId' is set
@@ -632,7 +612,6 @@ class BusinessRulesApi {
632
612
  * @param {String} tableId Table ID
633
613
  * @param {Number} tableVersion Table Version
634
614
  * @param {Object} body Create decision table row request
635
- * postBusinessrulesDecisiontableVersionRows is a preview method and is subject to both breaking and non-breaking changes at any time without notice
636
615
  */
637
616
  postBusinessrulesDecisiontableVersionRows(tableId, tableVersion, body) {
638
617
  // verify the required parameter 'tableId' is set
@@ -671,7 +650,6 @@ class BusinessRulesApi {
671
650
  * @param {Object} opts Optional parameters
672
651
  * @param {String} opts.pageNumber Page number of the entities to return. Defaults to 1.
673
652
  * @param {String} opts.pageSize Number of entities to return. Maximum of 100. Defaults to 25.
674
- * postBusinessrulesDecisiontableVersionRowsSearch is a preview method and is subject to both breaking and non-breaking changes at any time without notice
675
653
  */
676
654
  postBusinessrulesDecisiontableVersionRowsSearch(tableId, tableVersion, body, opts) {
677
655
  opts = opts || {};
@@ -708,7 +686,6 @@ class BusinessRulesApi {
708
686
  *
709
687
  * @param {String} tableId Table ID
710
688
  * @param {Number} tableVersion Table Version
711
- * postBusinessrulesDecisiontableVersionSync is a preview method and is subject to both breaking and non-breaking changes at any time without notice
712
689
  */
713
690
  postBusinessrulesDecisiontableVersionSync(tableId, tableVersion) {
714
691
  // verify the required parameter 'tableId' is set
@@ -738,7 +715,6 @@ class BusinessRulesApi {
738
715
  * Create a new decision table version
739
716
  *
740
717
  * @param {String} tableId Table ID
741
- * postBusinessrulesDecisiontableVersions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
742
718
  */
743
719
  postBusinessrulesDecisiontableVersions(tableId) {
744
720
  // verify the required parameter 'tableId' is set
@@ -764,7 +740,6 @@ class BusinessRulesApi {
764
740
  * Create a decision table
765
741
  *
766
742
  * @param {Object} body Decision Table
767
- * postBusinessrulesDecisiontables is a preview method and is subject to both breaking and non-breaking changes at any time without notice
768
743
  */
769
744
  postBusinessrulesDecisiontables(body) {
770
745
  // verify the required parameter 'body' is set
@@ -790,7 +765,6 @@ class BusinessRulesApi {
790
765
  * Create a schema
791
766
  *
792
767
  * @param {Object} body Business Rules Schema Create Request
793
- * postBusinessrulesSchemas is a preview method and is subject to both breaking and non-breaking changes at any time without notice
794
768
  */
795
769
  postBusinessrulesSchemas(body) {
796
770
  // verify the required parameter 'body' is set
@@ -817,7 +791,6 @@ class BusinessRulesApi {
817
791
  *
818
792
  * @param {String} tableId Table ID
819
793
  * @param {Number} tableVersion Table Version
820
- * putBusinessrulesDecisiontableVersionPublish is a preview method and is subject to both breaking and non-breaking changes at any time without notice
821
794
  */
822
795
  putBusinessrulesDecisiontableVersionPublish(tableId, tableVersion) {
823
796
  // verify the required parameter 'tableId' is set
@@ -850,7 +823,6 @@ class BusinessRulesApi {
850
823
  * @param {Number} tableVersion Table Version
851
824
  * @param {String} rowId Row ID
852
825
  * @param {Object} body Full update decision table row request
853
- * putBusinessrulesDecisiontableVersionRow is a preview method and is subject to both breaking and non-breaking changes at any time without notice
854
826
  */
855
827
  putBusinessrulesDecisiontableVersionRow(tableId, tableVersion, rowId, body) {
856
828
  // verify the required parameter 'tableId' is set
@@ -889,7 +861,6 @@ class BusinessRulesApi {
889
861
  *
890
862
  * @param {String} schemaId Schema ID
891
863
  * @param {Object} body Business Rules Schema Update Request
892
- * putBusinessrulesSchema is a preview method and is subject to both breaking and non-breaking changes at any time without notice
893
864
  */
894
865
  putBusinessrulesSchema(schemaId, body) {
895
866
  // verify the required parameter 'schemaId' is set
@@ -5,7 +5,7 @@ class CarrierServicesApi {
5
5
  /**
6
6
  * CarrierServices service.
7
7
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ChatApi {
5
5
  /**
6
6
  * Chat service.
7
7
  * @module purecloud-platform-client-v2/api/ChatApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class CoachingApi {
5
5
  /**
6
6
  * Coaching service.
7
7
  * @module purecloud-platform-client-v2/api/CoachingApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ContentManagementApi {
5
5
  /**
6
6
  * ContentManagement service.
7
7
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ConversationsApi {
5
5
  /**
6
6
  * Conversations service.
7
7
  * @module purecloud-platform-client-v2/api/ConversationsApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -3824,6 +3824,46 @@ class ConversationsApi {
3824
3824
  );
3825
3825
  }
3826
3826
 
3827
+ /**
3828
+ * Update conversation participant on behalf of a user
3829
+ *
3830
+ * @param {String} conversationId conversationId
3831
+ * @param {String} participantId participantId
3832
+ * @param {String} userId userId
3833
+ * @param {Object} body Participant request
3834
+ */
3835
+ patchConversationsCallParticipantUserUserId(conversationId, participantId, userId, body) {
3836
+ // verify the required parameter 'conversationId' is set
3837
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
3838
+ throw 'Missing the required parameter "conversationId" when calling patchConversationsCallParticipantUserUserId';
3839
+ }
3840
+ // verify the required parameter 'participantId' is set
3841
+ if (participantId === undefined || participantId === null || participantId === '') {
3842
+ throw 'Missing the required parameter "participantId" when calling patchConversationsCallParticipantUserUserId';
3843
+ }
3844
+ // verify the required parameter 'userId' is set
3845
+ if (userId === undefined || userId === null || userId === '') {
3846
+ throw 'Missing the required parameter "userId" when calling patchConversationsCallParticipantUserUserId';
3847
+ }
3848
+ // verify the required parameter 'body' is set
3849
+ if (body === undefined || body === null) {
3850
+ throw 'Missing the required parameter "body" when calling patchConversationsCallParticipantUserUserId';
3851
+ }
3852
+
3853
+ return this.apiClient.callApi(
3854
+ '/api/v2/conversations/calls/{conversationId}/participants/{participantId}/user/{userId}',
3855
+ 'PATCH',
3856
+ { 'conversationId': conversationId,'participantId': participantId,'userId': userId },
3857
+ { },
3858
+ { },
3859
+ { },
3860
+ body,
3861
+ ['PureCloud OAuth'],
3862
+ ['application/json'],
3863
+ ['application/json']
3864
+ );
3865
+ }
3866
+
3827
3867
  /**
3828
3868
  * Update a conversation by disconnecting all of the participants
3829
3869
  *
@@ -5,7 +5,7 @@ class DataExtensionsApi {
5
5
  /**
6
6
  * DataExtensions service.
7
7
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class DataPrivacyApi {
5
5
  /**
6
6
  * DataPrivacy service.
7
7
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class DownloadsApi {
5
5
  /**
6
6
  * Downloads service.
7
7
  * @module purecloud-platform-client-v2/api/DownloadsApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class EmailsApi {
5
5
  /**
6
6
  * Emails service.
7
7
  * @module purecloud-platform-client-v2/api/EmailsApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class EmployeeEngagementApi {
5
5
  /**
6
6
  * EmployeeEngagement service.
7
7
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class EventsApi {
5
5
  /**
6
6
  * Events service.
7
7
  * @module purecloud-platform-client-v2/api/EventsApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class ExternalContactsApi {
5
5
  /**
6
6
  * ExternalContacts service.
7
7
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class FaxApi {
5
5
  /**
6
6
  * Fax service.
7
7
  * @module purecloud-platform-client-v2/api/FaxApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class FlowsApi {
5
5
  /**
6
6
  * Flows service.
7
7
  * @module purecloud-platform-client-v2/api/FlowsApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GamificationApi {
5
5
  /**
6
6
  * Gamification service.
7
7
  * @module purecloud-platform-client-v2/api/GamificationApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GeneralDataProtectionRegulationApi {
5
5
  /**
6
6
  * GeneralDataProtectionRegulation service.
7
7
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GeolocationApi {
5
5
  /**
6
6
  * Geolocation service.
7
7
  * @module purecloud-platform-client-v2/api/GeolocationApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GreetingsApi {
5
5
  /**
6
6
  * Greetings service.
7
7
  * @module purecloud-platform-client-v2/api/GreetingsApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class GroupsApi {
5
5
  /**
6
6
  * Groups service.
7
7
  * @module purecloud-platform-client-v2/api/GroupsApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class IdentityProviderApi {
5
5
  /**
6
6
  * IdentityProvider service.
7
7
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class InfrastructureAsCodeApi {
5
5
  /**
6
6
  * InfrastructureAsCode service.
7
7
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class IntegrationsApi {
5
5
  /**
6
6
  * Integrations service.
7
7
  * @module purecloud-platform-client-v2/api/IntegrationsApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -5,7 +5,7 @@ class JourneyApi {
5
5
  /**
6
6
  * Journey service.
7
7
  * @module purecloud-platform-client-v2/api/JourneyApi
8
- * @version 233.0.0
8
+ * @version 234.0.0
9
9
  */
10
10
 
11
11
  /**