purecloud-platform-client-v2 207.0.0 → 208.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +384 -124
  3. package/dist/web-amd/purecloud-platform-client-v2.js +384 -124
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +185 -124
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +202 -127
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +871 -336
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +3 -8
  31. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +31 -11
  41. package/src/purecloud-platform-client-v2/api/JourneyApi.js +136 -1
  42. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +5 -3
  43. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/RoutingApi.js +12 -12
  64. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SearchApi.js +55 -1
  68. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +4 -4
  70. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +55 -1
  76. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/UsersApi.js +12 -12
  82. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -486,7 +486,7 @@ class Configuration {
486
486
 
487
487
  /**
488
488
  * @module purecloud-platform-client-v2/ApiClient
489
- * @version 207.0.0
489
+ * @version 208.0.0
490
490
  */
491
491
  class ApiClient {
492
492
  /**
@@ -1930,7 +1930,7 @@ class AgentAssistantsApi {
1930
1930
  /**
1931
1931
  * AgentAssistants service.
1932
1932
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
1933
- * @version 207.0.0
1933
+ * @version 208.0.0
1934
1934
  */
1935
1935
 
1936
1936
  /**
@@ -2306,7 +2306,7 @@ class AgentCopilotApi {
2306
2306
  /**
2307
2307
  * AgentCopilot service.
2308
2308
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
2309
- * @version 207.0.0
2309
+ * @version 208.0.0
2310
2310
  */
2311
2311
 
2312
2312
  /**
@@ -2382,7 +2382,7 @@ class AgentUIApi {
2382
2382
  /**
2383
2383
  * AgentUI service.
2384
2384
  * @module purecloud-platform-client-v2/api/AgentUIApi
2385
- * @version 207.0.0
2385
+ * @version 208.0.0
2386
2386
  */
2387
2387
 
2388
2388
  /**
@@ -2513,7 +2513,7 @@ class AlertingApi {
2513
2513
  /**
2514
2514
  * Alerting service.
2515
2515
  * @module purecloud-platform-client-v2/api/AlertingApi
2516
- * @version 207.0.0
2516
+ * @version 208.0.0
2517
2517
  */
2518
2518
 
2519
2519
  /**
@@ -3174,7 +3174,7 @@ class AnalyticsApi {
3174
3174
  /**
3175
3175
  * Analytics service.
3176
3176
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3177
- * @version 207.0.0
3177
+ * @version 208.0.0
3178
3178
  */
3179
3179
 
3180
3180
  /**
@@ -5787,7 +5787,7 @@ class ArchitectApi {
5787
5787
  /**
5788
5788
  * Architect service.
5789
5789
  * @module purecloud-platform-client-v2/api/ArchitectApi
5790
- * @version 207.0.0
5790
+ * @version 208.0.0
5791
5791
  */
5792
5792
 
5793
5793
  /**
@@ -9909,7 +9909,7 @@ class AuditApi {
9909
9909
  /**
9910
9910
  * Audit service.
9911
9911
  * @module purecloud-platform-client-v2/api/AuditApi
9912
- * @version 207.0.0
9912
+ * @version 208.0.0
9913
9913
  */
9914
9914
 
9915
9915
  /**
@@ -10110,7 +10110,7 @@ class AuthorizationApi {
10110
10110
  /**
10111
10111
  * Authorization service.
10112
10112
  * @module purecloud-platform-client-v2/api/AuthorizationApi
10113
- * @version 207.0.0
10113
+ * @version 208.0.0
10114
10114
  */
10115
10115
 
10116
10116
  /**
@@ -11393,7 +11393,7 @@ class BillingApi {
11393
11393
  /**
11394
11394
  * Billing service.
11395
11395
  * @module purecloud-platform-client-v2/api/BillingApi
11396
- * @version 207.0.0
11396
+ * @version 208.0.0
11397
11397
  */
11398
11398
 
11399
11399
  /**
@@ -11473,7 +11473,7 @@ class CarrierServicesApi {
11473
11473
  /**
11474
11474
  * CarrierServices service.
11475
11475
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
11476
- * @version 207.0.0
11476
+ * @version 208.0.0
11477
11477
  */
11478
11478
 
11479
11479
  /**
@@ -11543,7 +11543,7 @@ class ChatApi {
11543
11543
  /**
11544
11544
  * Chat service.
11545
11545
  * @module purecloud-platform-client-v2/api/ChatApi
11546
- * @version 207.0.0
11546
+ * @version 208.0.0
11547
11547
  */
11548
11548
 
11549
11549
  /**
@@ -12479,7 +12479,7 @@ class CoachingApi {
12479
12479
  /**
12480
12480
  * Coaching service.
12481
12481
  * @module purecloud-platform-client-v2/api/CoachingApi
12482
- * @version 207.0.0
12482
+ * @version 208.0.0
12483
12483
  */
12484
12484
 
12485
12485
  /**
@@ -13056,7 +13056,7 @@ class ContentManagementApi {
13056
13056
  /**
13057
13057
  * ContentManagement service.
13058
13058
  * @module purecloud-platform-client-v2/api/ContentManagementApi
13059
- * @version 207.0.0
13059
+ * @version 208.0.0
13060
13060
  */
13061
13061
 
13062
13062
  /**
@@ -14137,7 +14137,7 @@ class ConversationsApi {
14137
14137
  /**
14138
14138
  * Conversations service.
14139
14139
  * @module purecloud-platform-client-v2/api/ConversationsApi
14140
- * @version 207.0.0
14140
+ * @version 208.0.0
14141
14141
  */
14142
14142
 
14143
14143
  /**
@@ -21279,7 +21279,7 @@ class DataExtensionsApi {
21279
21279
  /**
21280
21280
  * DataExtensions service.
21281
21281
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
21282
- * @version 207.0.0
21282
+ * @version 208.0.0
21283
21283
  */
21284
21284
 
21285
21285
  /**
@@ -21365,7 +21365,7 @@ class DownloadsApi {
21365
21365
  /**
21366
21366
  * Downloads service.
21367
21367
  * @module purecloud-platform-client-v2/api/DownloadsApi
21368
- * @version 207.0.0
21368
+ * @version 208.0.0
21369
21369
  */
21370
21370
 
21371
21371
  /**
@@ -21417,7 +21417,7 @@ class EmailsApi {
21417
21417
  /**
21418
21418
  * Emails service.
21419
21419
  * @module purecloud-platform-client-v2/api/EmailsApi
21420
- * @version 207.0.0
21420
+ * @version 208.0.0
21421
21421
  */
21422
21422
 
21423
21423
  /**
@@ -21482,7 +21482,7 @@ class EmployeeEngagementApi {
21482
21482
  /**
21483
21483
  * EmployeeEngagement service.
21484
21484
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
21485
- * @version 207.0.0
21485
+ * @version 208.0.0
21486
21486
  */
21487
21487
 
21488
21488
  /**
@@ -21633,7 +21633,7 @@ class EventsApi {
21633
21633
  /**
21634
21634
  * Events service.
21635
21635
  * @module purecloud-platform-client-v2/api/EventsApi
21636
- * @version 207.0.0
21636
+ * @version 208.0.0
21637
21637
  */
21638
21638
 
21639
21639
  /**
@@ -21729,7 +21729,7 @@ class ExternalContactsApi {
21729
21729
  /**
21730
21730
  * ExternalContacts service.
21731
21731
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
21732
- * @version 207.0.0
21732
+ * @version 208.0.0
21733
21733
  */
21734
21734
 
21735
21735
  /**
@@ -21828,7 +21828,6 @@ class ExternalContactsApi {
21828
21828
  * Delete an External Source. WARNING: Any records that reference this External Source will not be automatically cleaned up. Those records will still be editable, but their External IDs may not be fully viewable.
21829
21829
  *
21830
21830
  * @param {String} externalSourceId External Source ID
21831
- * deleteExternalcontactsExternalsource is a preview method and is subject to both breaking and non-breaking changes at any time without notice
21832
21831
  */
21833
21832
  deleteExternalcontactsExternalsource(externalSourceId) {
21834
21833
  // verify the required parameter 'externalSourceId' is set
@@ -22136,7 +22135,7 @@ class ExternalContactsApi {
22136
22135
  *
22137
22136
  * @param {String} contactId ExternalContact ID
22138
22137
  * @param {Object} opts Optional parameters
22139
- * @param {Array.<String>} opts.expand which fields, if any, to expand (externalOrganization,externalDataSources,identifiers)
22138
+ * @param {Array.<String>} opts.expand which fields, if any, to expand
22140
22139
  */
22141
22140
  getExternalcontactsContactUnresolved(contactId, opts) {
22142
22141
  opts = opts || {};
@@ -22292,7 +22291,6 @@ class ExternalContactsApi {
22292
22291
  * Fetch an External Source
22293
22292
  *
22294
22293
  * @param {String} externalSourceId External Source ID
22295
- * getExternalcontactsExternalsource is a preview method and is subject to both breaking and non-breaking changes at any time without notice
22296
22294
  */
22297
22295
  getExternalcontactsExternalsource(externalSourceId) {
22298
22296
  // verify the required parameter 'externalSourceId' is set
@@ -22322,7 +22320,6 @@ class ExternalContactsApi {
22322
22320
  * @param {Number} opts.limit The number of ExternalSources per page; must be between 10 and 200, default is 100
22323
22321
  * @param {String} opts.name Filter by external source name. Filtering is prefix filtering and not an exact match
22324
22322
  * @param {Boolean} opts.active Filter by active status of external source
22325
- * getExternalcontactsExternalsources is a preview method and is subject to both breaking and non-breaking changes at any time without notice
22326
22323
  */
22327
22324
  getExternalcontactsExternalsources(opts) {
22328
22325
  opts = opts || {};
@@ -22448,7 +22445,7 @@ class ExternalContactsApi {
22448
22445
  *
22449
22446
  * @param {String} externalOrganizationId External Organization ID
22450
22447
  * @param {Object} opts Optional parameters
22451
- * @param {Array.<String>} opts.expand which fields, if any, to expand (externalDataSources)
22448
+ * @param {Array.<String>} opts.expand which fields, if any, to expand
22452
22449
  * @param {Boolean} opts.includeTrustors (true or false) whether or not to include trustor information embedded in the externalOrganization
22453
22450
  */
22454
22451
  getExternalcontactsOrganization(externalOrganizationId, opts) {
@@ -23456,7 +23453,6 @@ class ExternalContactsApi {
23456
23453
  * Create an External Source
23457
23454
  *
23458
23455
  * @param {Object} body External Source
23459
- * postExternalcontactsExternalsources is a preview method and is subject to both breaking and non-breaking changes at any time without notice
23460
23456
  */
23461
23457
  postExternalcontactsExternalsources(body) {
23462
23458
  // verify the required parameter 'body' is set
@@ -23842,7 +23838,6 @@ class ExternalContactsApi {
23842
23838
  *
23843
23839
  * @param {String} externalSourceId External Source ID
23844
23840
  * @param {Object} body External Source
23845
- * putExternalcontactsExternalsource is a preview method and is subject to both breaking and non-breaking changes at any time without notice
23846
23841
  */
23847
23842
  putExternalcontactsExternalsource(externalSourceId, body) {
23848
23843
  // verify the required parameter 'externalSourceId' is set
@@ -24059,7 +24054,7 @@ class FaxApi {
24059
24054
  /**
24060
24055
  * Fax service.
24061
24056
  * @module purecloud-platform-client-v2/api/FaxApi
24062
- * @version 207.0.0
24057
+ * @version 208.0.0
24063
24058
  */
24064
24059
 
24065
24060
  /**
@@ -24274,7 +24269,7 @@ class FlowsApi {
24274
24269
  /**
24275
24270
  * Flows service.
24276
24271
  * @module purecloud-platform-client-v2/api/FlowsApi
24277
- * @version 207.0.0
24272
+ * @version 208.0.0
24278
24273
  */
24279
24274
 
24280
24275
  /**
@@ -24457,7 +24452,7 @@ class GamificationApi {
24457
24452
  /**
24458
24453
  * Gamification service.
24459
24454
  * @module purecloud-platform-client-v2/api/GamificationApi
24460
- * @version 207.0.0
24455
+ * @version 208.0.0
24461
24456
  */
24462
24457
 
24463
24458
  /**
@@ -26543,7 +26538,7 @@ class GeneralDataProtectionRegulationApi {
26543
26538
  /**
26544
26539
  * GeneralDataProtectionRegulation service.
26545
26540
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
26546
- * @version 207.0.0
26541
+ * @version 208.0.0
26547
26542
  */
26548
26543
 
26549
26544
  /**
@@ -26673,7 +26668,7 @@ class GeolocationApi {
26673
26668
  /**
26674
26669
  * Geolocation service.
26675
26670
  * @module purecloud-platform-client-v2/api/GeolocationApi
26676
- * @version 207.0.0
26671
+ * @version 208.0.0
26677
26672
  */
26678
26673
 
26679
26674
  /**
@@ -26804,7 +26799,7 @@ class GreetingsApi {
26804
26799
  /**
26805
26800
  * Greetings service.
26806
26801
  * @module purecloud-platform-client-v2/api/GreetingsApi
26807
- * @version 207.0.0
26802
+ * @version 208.0.0
26808
26803
  */
26809
26804
 
26810
26805
  /**
@@ -27259,7 +27254,7 @@ class GroupsApi {
27259
27254
  /**
27260
27255
  * Groups service.
27261
27256
  * @module purecloud-platform-client-v2/api/GroupsApi
27262
- * @version 207.0.0
27257
+ * @version 208.0.0
27263
27258
  */
27264
27259
 
27265
27260
  /**
@@ -27778,7 +27773,7 @@ class IdentityProviderApi {
27778
27773
  /**
27779
27774
  * IdentityProvider service.
27780
27775
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
27781
- * @version 207.0.0
27776
+ * @version 208.0.0
27782
27777
  */
27783
27778
 
27784
27779
  /**
@@ -28639,7 +28634,7 @@ class InfrastructureAsCodeApi {
28639
28634
  /**
28640
28635
  * InfrastructureAsCode service.
28641
28636
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
28642
- * @version 207.0.0
28637
+ * @version 208.0.0
28643
28638
  */
28644
28639
 
28645
28640
  /**
@@ -28806,7 +28801,7 @@ class IntegrationsApi {
28806
28801
  /**
28807
28802
  * Integrations service.
28808
28803
  * @module purecloud-platform-client-v2/api/IntegrationsApi
28809
- * @version 207.0.0
28804
+ * @version 208.0.0
28810
28805
  */
28811
28806
 
28812
28807
  /**
@@ -29100,8 +29095,12 @@ class IntegrationsApi {
29100
29095
  *
29101
29096
  * @param {String} actionId actionId
29102
29097
  * @param {String} fileName Name of schema file to be retrieved for this draft.
29098
+ * @param {Object} opts Optional parameters
29099
+ * @param {Boolean} opts.flatten Indicates the response should be reformatted, based on Architect's flattening format. (default to false)
29103
29100
  */
29104
- getIntegrationsActionDraftSchema(actionId, fileName) {
29101
+ getIntegrationsActionDraftSchema(actionId, fileName, opts) {
29102
+ opts = opts || {};
29103
+
29105
29104
  // verify the required parameter 'actionId' is set
29106
29105
  if (actionId === undefined || actionId === null) {
29107
29106
  throw 'Missing the required parameter "actionId" when calling getIntegrationsActionDraftSchema';
@@ -29115,7 +29114,7 @@ class IntegrationsApi {
29115
29114
  '/api/v2/integrations/actions/{actionId}/draft/schemas/{fileName}',
29116
29115
  'GET',
29117
29116
  { 'actionId': actionId,'fileName': fileName },
29118
- { },
29117
+ { 'flatten': opts['flatten'] },
29119
29118
  { },
29120
29119
  { },
29121
29120
  null,
@@ -29211,8 +29210,12 @@ class IntegrationsApi {
29211
29210
  *
29212
29211
  * @param {String} actionId actionId
29213
29212
  * @param {String} fileName Name of schema file to be retrieved for this action.
29213
+ * @param {Object} opts Optional parameters
29214
+ * @param {Boolean} opts.flatten Indicates the response should be reformatted, based on Architect's flattening format. (default to false)
29214
29215
  */
29215
- getIntegrationsActionSchema(actionId, fileName) {
29216
+ getIntegrationsActionSchema(actionId, fileName, opts) {
29217
+ opts = opts || {};
29218
+
29216
29219
  // verify the required parameter 'actionId' is set
29217
29220
  if (actionId === undefined || actionId === null) {
29218
29221
  throw 'Missing the required parameter "actionId" when calling getIntegrationsActionSchema';
@@ -29226,7 +29229,7 @@ class IntegrationsApi {
29226
29229
  '/api/v2/integrations/actions/{actionId}/schemas/{fileName}',
29227
29230
  'GET',
29228
29231
  { 'actionId': actionId,'fileName': fileName },
29229
- { },
29232
+ { 'flatten': opts['flatten'] },
29230
29233
  { },
29231
29234
  { },
29232
29235
  null,
@@ -30763,8 +30766,12 @@ class IntegrationsApi {
30763
30766
  *
30764
30767
  * @param {String} actionId actionId
30765
30768
  * @param {Object.<String, {String: Object}>} body Map of parameters used for variable substitution.
30769
+ * @param {Object} opts Optional parameters
30770
+ * @param {Boolean} opts.flatten Indicates the response should be reformatted, based on Architect's flattening format. (default to false)
30766
30771
  */
30767
- postIntegrationsActionDraftTest(actionId, body) {
30772
+ postIntegrationsActionDraftTest(actionId, body, opts) {
30773
+ opts = opts || {};
30774
+
30768
30775
  // verify the required parameter 'actionId' is set
30769
30776
  if (actionId === undefined || actionId === null) {
30770
30777
  throw 'Missing the required parameter "actionId" when calling postIntegrationsActionDraftTest';
@@ -30778,7 +30785,7 @@ class IntegrationsApi {
30778
30785
  '/api/v2/integrations/actions/{actionId}/draft/test',
30779
30786
  'POST',
30780
30787
  { 'actionId': actionId },
30781
- { },
30788
+ { 'flatten': opts['flatten'] },
30782
30789
  { },
30783
30790
  { },
30784
30791
  body,
@@ -30793,8 +30800,12 @@ class IntegrationsApi {
30793
30800
  *
30794
30801
  * @param {String} actionId actionId
30795
30802
  * @param {Object.<String, {String: Object}>} body Map of parameters used for variable substitution.
30803
+ * @param {Object} opts Optional parameters
30804
+ * @param {Boolean} opts.flatten Indicates the response should be reformatted, based on Architect's flattening format. (default to false)
30796
30805
  */
30797
- postIntegrationsActionExecute(actionId, body) {
30806
+ postIntegrationsActionExecute(actionId, body, opts) {
30807
+ opts = opts || {};
30808
+
30798
30809
  // verify the required parameter 'actionId' is set
30799
30810
  if (actionId === undefined || actionId === null) {
30800
30811
  throw 'Missing the required parameter "actionId" when calling postIntegrationsActionExecute';
@@ -30808,7 +30819,7 @@ class IntegrationsApi {
30808
30819
  '/api/v2/integrations/actions/{actionId}/execute',
30809
30820
  'POST',
30810
30821
  { 'actionId': actionId },
30811
- { },
30822
+ { 'flatten': opts['flatten'] },
30812
30823
  { },
30813
30824
  { },
30814
30825
  body,
@@ -30823,8 +30834,12 @@ class IntegrationsApi {
30823
30834
  *
30824
30835
  * @param {String} actionId actionId
30825
30836
  * @param {Object.<String, {String: Object}>} body Map of parameters used for variable substitution.
30837
+ * @param {Object} opts Optional parameters
30838
+ * @param {Boolean} opts.flatten Indicates the response should be reformatted, based on Architect's flattening format. (default to false)
30826
30839
  */
30827
- postIntegrationsActionTest(actionId, body) {
30840
+ postIntegrationsActionTest(actionId, body, opts) {
30841
+ opts = opts || {};
30842
+
30828
30843
  // verify the required parameter 'actionId' is set
30829
30844
  if (actionId === undefined || actionId === null) {
30830
30845
  throw 'Missing the required parameter "actionId" when calling postIntegrationsActionTest';
@@ -30838,7 +30853,7 @@ class IntegrationsApi {
30838
30853
  '/api/v2/integrations/actions/{actionId}/test',
30839
30854
  'POST',
30840
30855
  { 'actionId': actionId },
30841
- { },
30856
+ { 'flatten': opts['flatten'] },
30842
30857
  { },
30843
30858
  { },
30844
30859
  body,
@@ -31228,7 +31243,7 @@ class JourneyApi {
31228
31243
  /**
31229
31244
  * Journey service.
31230
31245
  * @module purecloud-platform-client-v2/api/JourneyApi
31231
- * @version 207.0.0
31246
+ * @version 208.0.0
31232
31247
  */
31233
31248
 
31234
31249
  /**
@@ -31397,6 +31412,31 @@ class JourneyApi {
31397
31412
  );
31398
31413
  }
31399
31414
 
31415
+ /**
31416
+ * Delete the Schedule of a JourneyView
31417
+ * used for long descriptions
31418
+ * @param {String} viewId Journey View Id
31419
+ */
31420
+ deleteJourneyViewSchedules(viewId) {
31421
+ // verify the required parameter 'viewId' is set
31422
+ if (viewId === undefined || viewId === null) {
31423
+ throw 'Missing the required parameter "viewId" when calling deleteJourneyViewSchedules';
31424
+ }
31425
+
31426
+ return this.apiClient.callApi(
31427
+ '/api/v2/journey/views/{viewId}/schedules',
31428
+ 'DELETE',
31429
+ { 'viewId': viewId },
31430
+ { },
31431
+ { },
31432
+ { },
31433
+ null,
31434
+ ['PureCloud OAuth'],
31435
+ ['application/json'],
31436
+ ['application/json']
31437
+ );
31438
+ }
31439
+
31400
31440
  /**
31401
31441
  * Get status for async query for journey aggregates
31402
31442
  *
@@ -32045,6 +32085,31 @@ class JourneyApi {
32045
32085
  );
32046
32086
  }
32047
32087
 
32088
+ /**
32089
+ * Get the Schedule for a JourneyView
32090
+ * used for long descriptions
32091
+ * @param {String} viewId Journey View Id
32092
+ */
32093
+ getJourneyViewSchedules(viewId) {
32094
+ // verify the required parameter 'viewId' is set
32095
+ if (viewId === undefined || viewId === null) {
32096
+ throw 'Missing the required parameter "viewId" when calling getJourneyViewSchedules';
32097
+ }
32098
+
32099
+ return this.apiClient.callApi(
32100
+ '/api/v2/journey/views/{viewId}/schedules',
32101
+ 'GET',
32102
+ { 'viewId': viewId },
32103
+ { },
32104
+ { },
32105
+ { },
32106
+ null,
32107
+ ['PureCloud OAuth'],
32108
+ ['application/json'],
32109
+ ['application/json']
32110
+ );
32111
+ }
32112
+
32048
32113
  /**
32049
32114
  * Get a Journey View by ID and version
32050
32115
  *
@@ -32390,6 +32455,31 @@ class JourneyApi {
32390
32455
  );
32391
32456
  }
32392
32457
 
32458
+ /**
32459
+ * Get the journey schedules for an organization.
32460
+ *
32461
+ * @param {Object} opts Optional parameters
32462
+ * @param {Number} opts.pageNumber The number of the page to return (default to 1)
32463
+ * @param {Number} opts.pageSize Max number of entities to return (default to 25)
32464
+ */
32465
+ getJourneyViewsSchedules(opts) {
32466
+ opts = opts || {};
32467
+
32468
+
32469
+ return this.apiClient.callApi(
32470
+ '/api/v2/journey/views/schedules',
32471
+ 'GET',
32472
+ { },
32473
+ { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'] },
32474
+ { },
32475
+ { },
32476
+ null,
32477
+ ['PureCloud OAuth'],
32478
+ ['application/json'],
32479
+ ['application/json']
32480
+ );
32481
+ }
32482
+
32393
32483
  /**
32394
32484
  * Update single action map.
32395
32485
  *
@@ -32908,6 +32998,36 @@ class JourneyApi {
32908
32998
  );
32909
32999
  }
32910
33000
 
33001
+ /**
33002
+ * Add a new Schedule to a JourneyView
33003
+ *
33004
+ * @param {String} viewId Journey View Id
33005
+ * @param {Object} body journeyViewSchedule
33006
+ */
33007
+ postJourneyViewSchedules(viewId, body) {
33008
+ // verify the required parameter 'viewId' is set
33009
+ if (viewId === undefined || viewId === null) {
33010
+ throw 'Missing the required parameter "viewId" when calling postJourneyViewSchedules';
33011
+ }
33012
+ // verify the required parameter 'body' is set
33013
+ if (body === undefined || body === null) {
33014
+ throw 'Missing the required parameter "body" when calling postJourneyViewSchedules';
33015
+ }
33016
+
33017
+ return this.apiClient.callApi(
33018
+ '/api/v2/journey/views/{viewId}/schedules',
33019
+ 'POST',
33020
+ { 'viewId': viewId },
33021
+ { },
33022
+ { },
33023
+ { },
33024
+ body,
33025
+ ['PureCloud OAuth'],
33026
+ ['application/json'],
33027
+ ['application/json']
33028
+ );
33029
+ }
33030
+
32911
33031
  /**
32912
33032
  * Submit a job request for a journey view version.
32913
33033
  * used for long descriptions
@@ -33017,6 +33137,36 @@ class JourneyApi {
33017
33137
  );
33018
33138
  }
33019
33139
 
33140
+ /**
33141
+ * Update the Schedule for a JourneyView
33142
+ * used for long descriptions
33143
+ * @param {String} viewId Journey View Id
33144
+ * @param {Object} body journeyViewSchedule
33145
+ */
33146
+ putJourneyViewSchedules(viewId, body) {
33147
+ // verify the required parameter 'viewId' is set
33148
+ if (viewId === undefined || viewId === null) {
33149
+ throw 'Missing the required parameter "viewId" when calling putJourneyViewSchedules';
33150
+ }
33151
+ // verify the required parameter 'body' is set
33152
+ if (body === undefined || body === null) {
33153
+ throw 'Missing the required parameter "body" when calling putJourneyViewSchedules';
33154
+ }
33155
+
33156
+ return this.apiClient.callApi(
33157
+ '/api/v2/journey/views/{viewId}/schedules',
33158
+ 'PUT',
33159
+ { 'viewId': viewId },
33160
+ { },
33161
+ { },
33162
+ { },
33163
+ body,
33164
+ ['PureCloud OAuth'],
33165
+ ['application/json'],
33166
+ ['application/json']
33167
+ );
33168
+ }
33169
+
33020
33170
  /**
33021
33171
  * Update a Journey View by ID and version
33022
33172
  * does not create a new version
@@ -33058,7 +33208,7 @@ class KnowledgeApi {
33058
33208
  /**
33059
33209
  * Knowledge service.
33060
33210
  * @module purecloud-platform-client-v2/api/KnowledgeApi
33061
- * @version 207.0.0
33211
+ * @version 208.0.0
33062
33212
  */
33063
33213
 
33064
33214
  /**
@@ -33817,6 +33967,7 @@ class KnowledgeApi {
33817
33967
  * @param {String} knowledgeBaseId Globally unique identifier for a knowledge base.
33818
33968
  * @param {Object} opts Optional parameters
33819
33969
  * @param {Object} opts.documentState The state of the document.
33970
+ * @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
33820
33971
  */
33821
33972
  getKnowledgeKnowledgebaseDocumentVariation(documentVariationId, documentId, knowledgeBaseId, opts) {
33822
33973
  opts = opts || {};
@@ -33838,7 +33989,7 @@ class KnowledgeApi {
33838
33989
  '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations/{documentVariationId}',
33839
33990
  'GET',
33840
33991
  { 'documentVariationId': documentVariationId,'documentId': documentId,'knowledgeBaseId': knowledgeBaseId },
33841
- { 'documentState': opts['documentState'] },
33992
+ { 'documentState': opts['documentState'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
33842
33993
  { },
33843
33994
  { },
33844
33995
  null,
@@ -33858,6 +34009,7 @@ class KnowledgeApi {
33858
34009
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
33859
34010
  * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
33860
34011
  * @param {Object} opts.documentState The state of the document.
34012
+ * @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected.
33861
34013
  */
33862
34014
  getKnowledgeKnowledgebaseDocumentVariations(knowledgeBaseId, documentId, opts) {
33863
34015
  opts = opts || {};
@@ -33875,7 +34027,7 @@ class KnowledgeApi {
33875
34027
  '/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}/variations',
33876
34028
  'GET',
33877
34029
  { 'knowledgeBaseId': knowledgeBaseId,'documentId': documentId },
33878
- { 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'],'documentState': opts['documentState'] },
34030
+ { 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'],'documentState': opts['documentState'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
33879
34031
  { },
33880
34032
  { },
33881
34033
  null,
@@ -36928,7 +37080,7 @@ class LanguageUnderstandingApi {
36928
37080
  /**
36929
37081
  * LanguageUnderstanding service.
36930
37082
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
36931
- * @version 207.0.0
37083
+ * @version 208.0.0
36932
37084
  */
36933
37085
 
36934
37086
  /**
@@ -37962,7 +38114,7 @@ class LanguagesApi {
37962
38114
  /**
37963
38115
  * Languages service.
37964
38116
  * @module purecloud-platform-client-v2/api/LanguagesApi
37965
- * @version 207.0.0
38117
+ * @version 208.0.0
37966
38118
  */
37967
38119
 
37968
38120
  /**
@@ -38184,7 +38336,7 @@ class LearningApi {
38184
38336
  /**
38185
38337
  * Learning service.
38186
38338
  * @module purecloud-platform-client-v2/api/LearningApi
38187
- * @version 207.0.0
38339
+ * @version 208.0.0
38188
38340
  */
38189
38341
 
38190
38342
  /**
@@ -39213,7 +39365,7 @@ class LicenseApi {
39213
39365
  /**
39214
39366
  * License service.
39215
39367
  * @module purecloud-platform-client-v2/api/LicenseApi
39216
- * @version 207.0.0
39368
+ * @version 208.0.0
39217
39369
  */
39218
39370
 
39219
39371
  /**
@@ -39451,7 +39603,7 @@ class LocationsApi {
39451
39603
  /**
39452
39604
  * Locations service.
39453
39605
  * @module purecloud-platform-client-v2/api/LocationsApi
39454
- * @version 207.0.0
39606
+ * @version 208.0.0
39455
39607
  */
39456
39608
 
39457
39609
  /**
@@ -39687,7 +39839,7 @@ class LogCaptureApi {
39687
39839
  /**
39688
39840
  * LogCapture service.
39689
39841
  * @module purecloud-platform-client-v2/api/LogCaptureApi
39690
- * @version 207.0.0
39842
+ * @version 208.0.0
39691
39843
  */
39692
39844
 
39693
39845
  /**
@@ -39887,7 +40039,7 @@ class MessagingApi {
39887
40039
  /**
39888
40040
  * Messaging service.
39889
40041
  * @module purecloud-platform-client-v2/api/MessagingApi
39890
- * @version 207.0.0
40042
+ * @version 208.0.0
39891
40043
  */
39892
40044
 
39893
40045
  /**
@@ -40246,7 +40398,7 @@ class MobileDevicesApi {
40246
40398
  /**
40247
40399
  * MobileDevices service.
40248
40400
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
40249
- * @version 207.0.0
40401
+ * @version 208.0.0
40250
40402
  */
40251
40403
 
40252
40404
  /**
@@ -40397,7 +40549,7 @@ class NotificationsApi {
40397
40549
  /**
40398
40550
  * Notifications service.
40399
40551
  * @module purecloud-platform-client-v2/api/NotificationsApi
40400
- * @version 207.0.0
40552
+ * @version 208.0.0
40401
40553
  */
40402
40554
 
40403
40555
  /**
@@ -40630,7 +40782,7 @@ class OAuthApi {
40630
40782
  /**
40631
40783
  * OAuth service.
40632
40784
  * @module purecloud-platform-client-v2/api/OAuthApi
40633
- * @version 207.0.0
40785
+ * @version 208.0.0
40634
40786
  */
40635
40787
 
40636
40788
  /**
@@ -40996,7 +41148,7 @@ class ObjectsApi {
40996
41148
  /**
40997
41149
  * Objects service.
40998
41150
  * @module purecloud-platform-client-v2/api/ObjectsApi
40999
- * @version 207.0.0
41151
+ * @version 208.0.0
41000
41152
  */
41001
41153
 
41002
41154
  /**
@@ -41266,7 +41418,7 @@ class OperationalEventsApi {
41266
41418
  /**
41267
41419
  * OperationalEvents service.
41268
41420
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
41269
- * @version 207.0.0
41421
+ * @version 208.0.0
41270
41422
  */
41271
41423
 
41272
41424
  /**
@@ -41332,7 +41484,7 @@ class OrganizationApi {
41332
41484
  /**
41333
41485
  * Organization service.
41334
41486
  * @module purecloud-platform-client-v2/api/OrganizationApi
41335
- * @version 207.0.0
41487
+ * @version 208.0.0
41336
41488
  */
41337
41489
 
41338
41490
  /**
@@ -41874,7 +42026,7 @@ class OrganizationAuthorizationApi {
41874
42026
  /**
41875
42027
  * OrganizationAuthorization service.
41876
42028
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
41877
- * @version 207.0.0
42029
+ * @version 208.0.0
41878
42030
  */
41879
42031
 
41880
42032
  /**
@@ -43268,7 +43420,7 @@ class OutboundApi {
43268
43420
  /**
43269
43421
  * Outbound service.
43270
43422
  * @module purecloud-platform-client-v2/api/OutboundApi
43271
- * @version 207.0.0
43423
+ * @version 208.0.0
43272
43424
  */
43273
43425
 
43274
43426
  /**
@@ -47815,7 +47967,7 @@ class PresenceApi {
47815
47967
  /**
47816
47968
  * Presence service.
47817
47969
  * @module purecloud-platform-client-v2/api/PresenceApi
47818
- * @version 207.0.0
47970
+ * @version 208.0.0
47819
47971
  */
47820
47972
 
47821
47973
  /**
@@ -48559,7 +48711,7 @@ class ProcessAutomationApi {
48559
48711
  /**
48560
48712
  * ProcessAutomation service.
48561
48713
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
48562
- * @version 207.0.0
48714
+ * @version 208.0.0
48563
48715
  */
48564
48716
 
48565
48717
  /**
@@ -48798,7 +48950,7 @@ class QualityApi {
48798
48950
  /**
48799
48951
  * Quality service.
48800
48952
  * @module purecloud-platform-client-v2/api/QualityApi
48801
- * @version 207.0.0
48953
+ * @version 208.0.0
48802
48954
  */
48803
48955
 
48804
48956
  /**
@@ -50584,7 +50736,7 @@ class RecordingApi {
50584
50736
  /**
50585
50737
  * Recording service.
50586
50738
  * @module purecloud-platform-client-v2/api/RecordingApi
50587
- * @version 207.0.0
50739
+ * @version 208.0.0
50588
50740
  */
50589
50741
 
50590
50742
  /**
@@ -52243,7 +52395,7 @@ class ResponseManagementApi {
52243
52395
  /**
52244
52396
  * ResponseManagement service.
52245
52397
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
52246
- * @version 207.0.0
52398
+ * @version 208.0.0
52247
52399
  */
52248
52400
 
52249
52401
  /**
@@ -52753,7 +52905,7 @@ class RoutingApi {
52753
52905
  /**
52754
52906
  * Routing service.
52755
52907
  * @module purecloud-platform-client-v2/api/RoutingApi
52756
- * @version 207.0.0
52908
+ * @version 208.0.0
52757
52909
  */
52758
52910
 
52759
52911
  /**
@@ -53338,7 +53490,7 @@ class RoutingApi {
53338
53490
  }
53339
53491
 
53340
53492
  /**
53341
- * Remove routing language from user
53493
+ * Remove a routing language from a user
53342
53494
  *
53343
53495
  * @param {String} userId User ID
53344
53496
  * @param {String} languageId languageId
@@ -53368,7 +53520,7 @@ class RoutingApi {
53368
53520
  }
53369
53521
 
53370
53522
  /**
53371
- * Remove routing skill from user
53523
+ * Remove a routing skill from a user
53372
53524
  *
53373
53525
  * @param {String} userId User ID
53374
53526
  * @param {String} skillId skillId
@@ -55147,7 +55299,7 @@ class RoutingApi {
55147
55299
  }
55148
55300
 
55149
55301
  /**
55150
- * List routing language for user
55302
+ * List routing languages assigned to a user
55151
55303
  *
55152
55304
  * @param {String} userId User ID
55153
55305
  * @param {Object} opts Optional parameters
@@ -55178,7 +55330,7 @@ class RoutingApi {
55178
55330
  }
55179
55331
 
55180
55332
  /**
55181
- * List routing skills for user
55333
+ * List routing skills assigned to a user
55182
55334
  *
55183
55335
  * @param {String} userId User ID
55184
55336
  * @param {Object} opts Optional parameters
@@ -55640,7 +55792,7 @@ class RoutingApi {
55640
55792
  }
55641
55793
 
55642
55794
  /**
55643
- * Update routing language proficiency or state.
55795
+ * Update an assigned routing language's proficiency
55644
55796
  *
55645
55797
  * @param {String} userId User ID
55646
55798
  * @param {String} languageId languageId
@@ -55675,7 +55827,7 @@ class RoutingApi {
55675
55827
  }
55676
55828
 
55677
55829
  /**
55678
- * Add bulk routing language to user. Max limit 50 languages
55830
+ * Assign multiple routing languages to a user. Max 50 routing languages in request body
55679
55831
  *
55680
55832
  * @param {String} userId User ID
55681
55833
  * @param {Array.<Object>} body Language
@@ -55705,7 +55857,7 @@ class RoutingApi {
55705
55857
  }
55706
55858
 
55707
55859
  /**
55708
- * Bulk add routing skills to user
55860
+ * Assign multiple routing skills to a user
55709
55861
  *
55710
55862
  * @param {String} userId User ID
55711
55863
  * @param {Array.<Object>} body Skill
@@ -56401,7 +56553,7 @@ class RoutingApi {
56401
56553
  }
56402
56554
 
56403
56555
  /**
56404
- * Add routing language to user
56556
+ * Assign a routing language to a user
56405
56557
  *
56406
56558
  * @param {String} userId User ID
56407
56559
  * @param {Object} body Language
@@ -56431,7 +56583,7 @@ class RoutingApi {
56431
56583
  }
56432
56584
 
56433
56585
  /**
56434
- * Add routing skill to user
56586
+ * Assign a routing skill to a user
56435
56587
  *
56436
56588
  * @param {String} userId User ID
56437
56589
  * @param {Object} body Skill
@@ -56831,7 +56983,7 @@ class RoutingApi {
56831
56983
  }
56832
56984
 
56833
56985
  /**
56834
- * Update routing skill proficiency or state.
56986
+ * Update an assigned routing skill's proficiency
56835
56987
  *
56836
56988
  * @param {String} userId User ID
56837
56989
  * @param {String} skillId skillId
@@ -56866,7 +57018,7 @@ class RoutingApi {
56866
57018
  }
56867
57019
 
56868
57020
  /**
56869
- * Replace all routing skills assigned to a user
57021
+ * Assign multiple routing skills to a user, replacing any current assignments
56870
57022
  *
56871
57023
  * @param {String} userId User ID
56872
57024
  * @param {Array.<Object>} body Skill
@@ -56901,7 +57053,7 @@ class SCIMApi {
56901
57053
  /**
56902
57054
  * SCIM service.
56903
57055
  * @module purecloud-platform-client-v2/api/SCIMApi
56904
- * @version 207.0.0
57056
+ * @version 208.0.0
56905
57057
  */
56906
57058
 
56907
57059
  /**
@@ -57778,7 +57930,7 @@ class ScreenRecordingApi {
57778
57930
  /**
57779
57931
  * ScreenRecording service.
57780
57932
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
57781
- * @version 207.0.0
57933
+ * @version 208.0.0
57782
57934
  */
57783
57935
 
57784
57936
  /**
@@ -57823,7 +57975,7 @@ class ScriptsApi {
57823
57975
  /**
57824
57976
  * Scripts service.
57825
57977
  * @module purecloud-platform-client-v2/api/ScriptsApi
57826
- * @version 207.0.0
57978
+ * @version 208.0.0
57827
57979
  */
57828
57980
 
57829
57981
  /**
@@ -58267,7 +58419,7 @@ class SearchApi {
58267
58419
  /**
58268
58420
  * Search service.
58269
58421
  * @module purecloud-platform-client-v2/api/SearchApi
58270
- * @version 207.0.0
58422
+ * @version 208.0.0
58271
58423
  */
58272
58424
 
58273
58425
  /**
@@ -58450,6 +58602,35 @@ class SearchApi {
58450
58602
  );
58451
58603
  }
58452
58604
 
58605
+ /**
58606
+ * Search sites using the q64 value returned from a previous search
58607
+ *
58608
+ * @param {String} q64 q64
58609
+ * @param {Object} opts Optional parameters
58610
+ * @param {Array.<String>} opts.expand expand
58611
+ */
58612
+ getTelephonyProvidersEdgesSitesSearch(q64, opts) {
58613
+ opts = opts || {};
58614
+
58615
+ // verify the required parameter 'q64' is set
58616
+ if (q64 === undefined || q64 === null) {
58617
+ throw 'Missing the required parameter "q64" when calling getTelephonyProvidersEdgesSitesSearch';
58618
+ }
58619
+
58620
+ return this.apiClient.callApi(
58621
+ '/api/v2/telephony/providers/edges/sites/search',
58622
+ 'GET',
58623
+ { },
58624
+ { 'q64': q64,'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
58625
+ { },
58626
+ { },
58627
+ null,
58628
+ ['PureCloud OAuth'],
58629
+ ['application/json'],
58630
+ ['application/json']
58631
+ );
58632
+ }
58633
+
58453
58634
  /**
58454
58635
  * Search users using the q64 value returned from a previous search
58455
58636
  *
@@ -58823,6 +59004,31 @@ class SearchApi {
58823
59004
  );
58824
59005
  }
58825
59006
 
59007
+ /**
59008
+ * Search sites
59009
+ *
59010
+ * @param {Object} body Search request options
59011
+ */
59012
+ postTelephonyProvidersEdgesSitesSearch(body) {
59013
+ // verify the required parameter 'body' is set
59014
+ if (body === undefined || body === null) {
59015
+ throw 'Missing the required parameter "body" when calling postTelephonyProvidersEdgesSitesSearch';
59016
+ }
59017
+
59018
+ return this.apiClient.callApi(
59019
+ '/api/v2/telephony/providers/edges/sites/search',
59020
+ 'POST',
59021
+ { },
59022
+ { },
59023
+ { },
59024
+ { },
59025
+ body,
59026
+ ['PureCloud OAuth'],
59027
+ ['application/json'],
59028
+ ['application/json']
59029
+ );
59030
+ }
59031
+
58826
59032
  /**
58827
59033
  * Search users
58828
59034
  *
@@ -58956,7 +59162,7 @@ class SettingsApi {
58956
59162
  /**
58957
59163
  * Settings service.
58958
59164
  * @module purecloud-platform-client-v2/api/SettingsApi
58959
- * @version 207.0.0
59165
+ * @version 208.0.0
58960
59166
  */
58961
59167
 
58962
59168
  /**
@@ -59176,7 +59382,7 @@ class SpeechTextAnalyticsApi {
59176
59382
  /**
59177
59383
  * SpeechTextAnalytics service.
59178
59384
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
59179
- * @version 207.0.0
59385
+ * @version 208.0.0
59180
59386
  */
59181
59387
 
59182
59388
  /**
@@ -59995,13 +60201,13 @@ class SpeechTextAnalyticsApi {
59995
60201
  }
59996
60202
 
59997
60203
  /**
59998
- * Translate all communication(s) for an interaction.
60204
+ * Translate a single interaction recording (or an email conversation)
59999
60205
  *
60000
60206
  * @param {String} languageId Target translation language
60001
60207
  * @param {String} conversationId Conversation id
60002
60208
  * @param {Object} opts Optional parameters
60003
- * @param {String} opts.communicationId Communication id associated with the conversation
60004
- * @param {String} opts.recordingId Recording id associated with the communication
60209
+ * @param {String} opts.communicationId Communication id associated with the conversation. Please provide a valid communicationId when requesting non-email interactions.
60210
+ * @param {String} opts.recordingId Recording id associated with the communication. Please provide a valid recordingId when requesting voice interactions.
60005
60211
  * getSpeechandtextanalyticsTranslationsLanguageConversation is a preview method and is subject to both breaking and non-breaking changes at any time without notice
60006
60212
  */
60007
60213
  getSpeechandtextanalyticsTranslationsLanguageConversation(languageId, conversationId, opts) {
@@ -60511,7 +60717,7 @@ class StationsApi {
60511
60717
  /**
60512
60718
  * Stations service.
60513
60719
  * @module purecloud-platform-client-v2/api/StationsApi
60514
- * @version 207.0.0
60720
+ * @version 208.0.0
60515
60721
  */
60516
60722
 
60517
60723
  /**
@@ -60613,7 +60819,7 @@ class SuggestApi {
60613
60819
  /**
60614
60820
  * Suggest service.
60615
60821
  * @module purecloud-platform-client-v2/api/SuggestApi
60616
- * @version 207.0.0
60822
+ * @version 208.0.0
60617
60823
  */
60618
60824
 
60619
60825
  /**
@@ -60752,7 +60958,7 @@ class TaskManagementApi {
60752
60958
  /**
60753
60959
  * TaskManagement service.
60754
60960
  * @module purecloud-platform-client-v2/api/TaskManagementApi
60755
- * @version 207.0.0
60961
+ * @version 208.0.0
60756
60962
  */
60757
60963
 
60758
60964
  /**
@@ -62416,7 +62622,7 @@ class TeamsApi {
62416
62622
  /**
62417
62623
  * Teams service.
62418
62624
  * @module purecloud-platform-client-v2/api/TeamsApi
62419
- * @version 207.0.0
62625
+ * @version 208.0.0
62420
62626
  */
62421
62627
 
62422
62628
  /**
@@ -62721,7 +62927,7 @@ class TelephonyApi {
62721
62927
  /**
62722
62928
  * Telephony service.
62723
62929
  * @module purecloud-platform-client-v2/api/TelephonyApi
62724
- * @version 207.0.0
62930
+ * @version 208.0.0
62725
62931
  */
62726
62932
 
62727
62933
  /**
@@ -62903,7 +63109,7 @@ class TelephonyProvidersEdgeApi {
62903
63109
  /**
62904
63110
  * TelephonyProvidersEdge service.
62905
63111
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
62906
- * @version 207.0.0
63112
+ * @version 208.0.0
62907
63113
  */
62908
63114
 
62909
63115
  /**
@@ -64880,6 +65086,35 @@ class TelephonyProvidersEdgeApi {
64880
65086
  );
64881
65087
  }
64882
65088
 
65089
+ /**
65090
+ * Search sites using the q64 value returned from a previous search
65091
+ *
65092
+ * @param {String} q64 q64
65093
+ * @param {Object} opts Optional parameters
65094
+ * @param {Array.<String>} opts.expand expand
65095
+ */
65096
+ getTelephonyProvidersEdgesSitesSearch(q64, opts) {
65097
+ opts = opts || {};
65098
+
65099
+ // verify the required parameter 'q64' is set
65100
+ if (q64 === undefined || q64 === null) {
65101
+ throw 'Missing the required parameter "q64" when calling getTelephonyProvidersEdgesSitesSearch';
65102
+ }
65103
+
65104
+ return this.apiClient.callApi(
65105
+ '/api/v2/telephony/providers/edges/sites/search',
65106
+ 'GET',
65107
+ { },
65108
+ { 'q64': q64,'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
65109
+ { },
65110
+ { },
65111
+ null,
65112
+ ['PureCloud OAuth'],
65113
+ ['application/json'],
65114
+ ['application/json']
65115
+ );
65116
+ }
65117
+
64883
65118
  /**
64884
65119
  * Get a list of Edge-compatible time zones
64885
65120
  *
@@ -65809,6 +66044,31 @@ class TelephonyProvidersEdgeApi {
65809
66044
  );
65810
66045
  }
65811
66046
 
66047
+ /**
66048
+ * Search sites
66049
+ *
66050
+ * @param {Object} body Search request options
66051
+ */
66052
+ postTelephonyProvidersEdgesSitesSearch(body) {
66053
+ // verify the required parameter 'body' is set
66054
+ if (body === undefined || body === null) {
66055
+ throw 'Missing the required parameter "body" when calling postTelephonyProvidersEdgesSitesSearch';
66056
+ }
66057
+
66058
+ return this.apiClient.callApi(
66059
+ '/api/v2/telephony/providers/edges/sites/search',
66060
+ 'POST',
66061
+ { },
66062
+ { },
66063
+ { },
66064
+ { },
66065
+ body,
66066
+ ['PureCloud OAuth'],
66067
+ ['application/json'],
66068
+ ['application/json']
66069
+ );
66070
+ }
66071
+
65812
66072
  /**
65813
66073
  * Create a Trunk Base Settings object
65814
66074
  *
@@ -66300,7 +66560,7 @@ class TextbotsApi {
66300
66560
  /**
66301
66561
  * Textbots service.
66302
66562
  * @module purecloud-platform-client-v2/api/TextbotsApi
66303
- * @version 207.0.0
66563
+ * @version 208.0.0
66304
66564
  */
66305
66565
 
66306
66566
  /**
@@ -66428,7 +66688,7 @@ class TokensApi {
66428
66688
  /**
66429
66689
  * Tokens service.
66430
66690
  * @module purecloud-platform-client-v2/api/TokensApi
66431
- * @version 207.0.0
66691
+ * @version 208.0.0
66432
66692
  */
66433
66693
 
66434
66694
  /**
@@ -66582,7 +66842,7 @@ class UploadsApi {
66582
66842
  /**
66583
66843
  * Uploads service.
66584
66844
  * @module purecloud-platform-client-v2/api/UploadsApi
66585
- * @version 207.0.0
66845
+ * @version 208.0.0
66586
66846
  */
66587
66847
 
66588
66848
  /**
@@ -66851,7 +67111,7 @@ class UsageApi {
66851
67111
  /**
66852
67112
  * Usage service.
66853
67113
  * @module purecloud-platform-client-v2/api/UsageApi
66854
- * @version 207.0.0
67114
+ * @version 208.0.0
66855
67115
  */
66856
67116
 
66857
67117
  /**
@@ -67066,7 +67326,7 @@ class UserRecordingsApi {
67066
67326
  /**
67067
67327
  * UserRecordings service.
67068
67328
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
67069
- * @version 207.0.0
67329
+ * @version 208.0.0
67070
67330
  */
67071
67331
 
67072
67332
  /**
@@ -67281,7 +67541,7 @@ class UsersApi {
67281
67541
  /**
67282
67542
  * Users service.
67283
67543
  * @module purecloud-platform-client-v2/api/UsersApi
67284
- * @version 207.0.0
67544
+ * @version 208.0.0
67285
67545
  */
67286
67546
 
67287
67547
  /**
@@ -67452,7 +67712,7 @@ class UsersApi {
67452
67712
  }
67453
67713
 
67454
67714
  /**
67455
- * Remove routing language from user
67715
+ * Remove a routing language from a user
67456
67716
  *
67457
67717
  * @param {String} userId User ID
67458
67718
  * @param {String} languageId languageId
@@ -67482,7 +67742,7 @@ class UsersApi {
67482
67742
  }
67483
67743
 
67484
67744
  /**
67485
- * Remove routing skill from user
67745
+ * Remove a routing skill from a user
67486
67746
  *
67487
67747
  * @param {String} userId User ID
67488
67748
  * @param {String} skillId skillId
@@ -68314,7 +68574,7 @@ class UsersApi {
68314
68574
  }
68315
68575
 
68316
68576
  /**
68317
- * List routing language for user
68577
+ * List routing languages assigned to a user
68318
68578
  *
68319
68579
  * @param {String} userId User ID
68320
68580
  * @param {Object} opts Optional parameters
@@ -68345,7 +68605,7 @@ class UsersApi {
68345
68605
  }
68346
68606
 
68347
68607
  /**
68348
- * List routing skills for user
68608
+ * List routing skills assigned to a user
68349
68609
  *
68350
68610
  * @param {String} userId User ID
68351
68611
  * @param {Object} opts Optional parameters
@@ -68941,7 +69201,7 @@ class UsersApi {
68941
69201
  }
68942
69202
 
68943
69203
  /**
68944
- * Update routing language proficiency or state.
69204
+ * Update an assigned routing language's proficiency
68945
69205
  *
68946
69206
  * @param {String} userId User ID
68947
69207
  * @param {String} languageId languageId
@@ -68976,7 +69236,7 @@ class UsersApi {
68976
69236
  }
68977
69237
 
68978
69238
  /**
68979
- * Add bulk routing language to user. Max limit 50 languages
69239
+ * Assign multiple routing languages to a user. Max 50 routing languages in request body
68980
69240
  *
68981
69241
  * @param {String} userId User ID
68982
69242
  * @param {Array.<Object>} body Language
@@ -69006,7 +69266,7 @@ class UsersApi {
69006
69266
  }
69007
69267
 
69008
69268
  /**
69009
- * Bulk add routing skills to user
69269
+ * Assign multiple routing skills to a user
69010
69270
  *
69011
69271
  * @param {String} userId User ID
69012
69272
  * @param {Array.<Object>} body Skill
@@ -69443,7 +69703,7 @@ class UsersApi {
69443
69703
  }
69444
69704
 
69445
69705
  /**
69446
- * Add routing language to user
69706
+ * Assign a routing language to a user
69447
69707
  *
69448
69708
  * @param {String} userId User ID
69449
69709
  * @param {Object} body Language
@@ -69473,7 +69733,7 @@ class UsersApi {
69473
69733
  }
69474
69734
 
69475
69735
  /**
69476
- * Add routing skill to user
69736
+ * Assign a routing skill to a user
69477
69737
  *
69478
69738
  * @param {String} userId User ID
69479
69739
  * @param {Object} body Skill
@@ -69885,7 +70145,7 @@ class UsersApi {
69885
70145
  }
69886
70146
 
69887
70147
  /**
69888
- * Update routing skill proficiency or state.
70148
+ * Update an assigned routing skill's proficiency
69889
70149
  *
69890
70150
  * @param {String} userId User ID
69891
70151
  * @param {String} skillId skillId
@@ -69920,7 +70180,7 @@ class UsersApi {
69920
70180
  }
69921
70181
 
69922
70182
  /**
69923
- * Replace all routing skills assigned to a user
70183
+ * Assign multiple routing skills to a user, replacing any current assignments
69924
70184
  *
69925
70185
  * @param {String} userId User ID
69926
70186
  * @param {Array.<Object>} body Skill
@@ -70110,7 +70370,7 @@ class UtilitiesApi {
70110
70370
  /**
70111
70371
  * Utilities service.
70112
70372
  * @module purecloud-platform-client-v2/api/UtilitiesApi
70113
- * @version 207.0.0
70373
+ * @version 208.0.0
70114
70374
  */
70115
70375
 
70116
70376
  /**
@@ -70221,7 +70481,7 @@ class VoicemailApi {
70221
70481
  /**
70222
70482
  * Voicemail service.
70223
70483
  * @module purecloud-platform-client-v2/api/VoicemailApi
70224
- * @version 207.0.0
70484
+ * @version 208.0.0
70225
70485
  */
70226
70486
 
70227
70487
  /**
@@ -70943,7 +71203,7 @@ class WebChatApi {
70943
71203
  /**
70944
71204
  * WebChat service.
70945
71205
  * @module purecloud-platform-client-v2/api/WebChatApi
70946
- * @version 207.0.0
71206
+ * @version 208.0.0
70947
71207
  */
70948
71208
 
70949
71209
  /**
@@ -71494,7 +71754,7 @@ class WebDeploymentsApi {
71494
71754
  /**
71495
71755
  * WebDeployments service.
71496
71756
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
71497
- * @version 207.0.0
71757
+ * @version 208.0.0
71498
71758
  */
71499
71759
 
71500
71760
  /**
@@ -72021,7 +72281,7 @@ class WebMessagingApi {
72021
72281
  /**
72022
72282
  * WebMessaging service.
72023
72283
  * @module purecloud-platform-client-v2/api/WebMessagingApi
72024
- * @version 207.0.0
72284
+ * @version 208.0.0
72025
72285
  */
72026
72286
 
72027
72287
  /**
@@ -72067,7 +72327,7 @@ class WidgetsApi {
72067
72327
  /**
72068
72328
  * Widgets service.
72069
72329
  * @module purecloud-platform-client-v2/api/WidgetsApi
72070
- * @version 207.0.0
72330
+ * @version 208.0.0
72071
72331
  */
72072
72332
 
72073
72333
  /**
@@ -72213,7 +72473,7 @@ class WorkforceManagementApi {
72213
72473
  /**
72214
72474
  * WorkforceManagement service.
72215
72475
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
72216
- * @version 207.0.0
72476
+ * @version 208.0.0
72217
72477
  */
72218
72478
 
72219
72479
  /**
@@ -79427,7 +79687,7 @@ class WorkforceManagementApi {
79427
79687
  * </pre>
79428
79688
  * </p>
79429
79689
  * @module purecloud-platform-client-v2/index
79430
- * @version 207.0.0
79690
+ * @version 208.0.0
79431
79691
  */
79432
79692
  class platformClient {
79433
79693
  constructor() {