purecloud-platform-client-v2 147.0.0 → 149.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 (75) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +454 -198
  3. package/dist/web-amd/purecloud-platform-client-v2.js +454 -198
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +454 -198
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +455 -199
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +526 -312
  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/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -51
  26. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GroupsApi.js +3 -2
  30. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -78
  32. package/src/purecloud-platform-client-v2/api/JourneyApi.js +76 -1
  33. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +243 -0
  49. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/RecordingApi.js +7 -3
  51. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/RoutingApi.js +56 -1
  53. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +3 -2
  67. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +7 -3
  72. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/index.js +7 -1
@@ -402,7 +402,7 @@ class Configuration {
402
402
 
403
403
  /**
404
404
  * @module purecloud-platform-client-v2/ApiClient
405
- * @version 147.0.0
405
+ * @version 149.0.0
406
406
  */
407
407
  class ApiClient {
408
408
  /**
@@ -1481,7 +1481,7 @@ class AlertingApi {
1481
1481
  /**
1482
1482
  * Alerting service.
1483
1483
  * @module purecloud-platform-client-v2/api/AlertingApi
1484
- * @version 147.0.0
1484
+ * @version 149.0.0
1485
1485
  */
1486
1486
 
1487
1487
  /**
@@ -1795,7 +1795,7 @@ class AnalyticsApi {
1795
1795
  /**
1796
1796
  * Analytics service.
1797
1797
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1798
- * @version 147.0.0
1798
+ * @version 149.0.0
1799
1799
  */
1800
1800
 
1801
1801
  /**
@@ -3022,7 +3022,7 @@ class ArchitectApi {
3022
3022
  /**
3023
3023
  * Architect service.
3024
3024
  * @module purecloud-platform-client-v2/api/ArchitectApi
3025
- * @version 147.0.0
3025
+ * @version 149.0.0
3026
3026
  */
3027
3027
 
3028
3028
  /**
@@ -6068,7 +6068,7 @@ class AuditApi {
6068
6068
  /**
6069
6069
  * Audit service.
6070
6070
  * @module purecloud-platform-client-v2/api/AuditApi
6071
- * @version 147.0.0
6071
+ * @version 149.0.0
6072
6072
  */
6073
6073
 
6074
6074
  /**
@@ -6239,7 +6239,7 @@ class AuthorizationApi {
6239
6239
  /**
6240
6240
  * Authorization service.
6241
6241
  * @module purecloud-platform-client-v2/api/AuthorizationApi
6242
- * @version 147.0.0
6242
+ * @version 149.0.0
6243
6243
  */
6244
6244
 
6245
6245
  /**
@@ -7422,7 +7422,7 @@ class BillingApi {
7422
7422
  /**
7423
7423
  * Billing service.
7424
7424
  * @module purecloud-platform-client-v2/api/BillingApi
7425
- * @version 147.0.0
7425
+ * @version 149.0.0
7426
7426
  */
7427
7427
 
7428
7428
  /**
@@ -7502,7 +7502,7 @@ class ChatApi {
7502
7502
  /**
7503
7503
  * Chat service.
7504
7504
  * @module purecloud-platform-client-v2/api/ChatApi
7505
- * @version 147.0.0
7505
+ * @version 149.0.0
7506
7506
  */
7507
7507
 
7508
7508
  /**
@@ -7593,7 +7593,7 @@ class CoachingApi {
7593
7593
  /**
7594
7594
  * Coaching service.
7595
7595
  * @module purecloud-platform-client-v2/api/CoachingApi
7596
- * @version 147.0.0
7596
+ * @version 149.0.0
7597
7597
  */
7598
7598
 
7599
7599
  /**
@@ -8170,7 +8170,7 @@ class ContentManagementApi {
8170
8170
  /**
8171
8171
  * ContentManagement service.
8172
8172
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8173
- * @version 147.0.0
8173
+ * @version 149.0.0
8174
8174
  */
8175
8175
 
8176
8176
  /**
@@ -9310,7 +9310,7 @@ class ConversationsApi {
9310
9310
  /**
9311
9311
  * Conversations service.
9312
9312
  * @module purecloud-platform-client-v2/api/ConversationsApi
9313
- * @version 147.0.0
9313
+ * @version 149.0.0
9314
9314
  */
9315
9315
 
9316
9316
  /**
@@ -14454,7 +14454,7 @@ class DataExtensionsApi {
14454
14454
  /**
14455
14455
  * DataExtensions service.
14456
14456
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
14457
- * @version 147.0.0
14457
+ * @version 149.0.0
14458
14458
  */
14459
14459
 
14460
14460
  /**
@@ -14540,7 +14540,7 @@ class ExternalContactsApi {
14540
14540
  /**
14541
14541
  * ExternalContacts service.
14542
14542
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
14543
- * @version 147.0.0
14543
+ * @version 149.0.0
14544
14544
  */
14545
14545
 
14546
14546
  /**
@@ -16283,7 +16283,7 @@ class FaxApi {
16283
16283
  /**
16284
16284
  * Fax service.
16285
16285
  * @module purecloud-platform-client-v2/api/FaxApi
16286
- * @version 147.0.0
16286
+ * @version 149.0.0
16287
16287
  */
16288
16288
 
16289
16289
  /**
@@ -16454,7 +16454,7 @@ class FlowsApi {
16454
16454
  /**
16455
16455
  * Flows service.
16456
16456
  * @module purecloud-platform-client-v2/api/FlowsApi
16457
- * @version 147.0.0
16457
+ * @version 149.0.0
16458
16458
  */
16459
16459
 
16460
16460
  /**
@@ -16525,7 +16525,7 @@ class GamificationApi {
16525
16525
  /**
16526
16526
  * Gamification service.
16527
16527
  * @module purecloud-platform-client-v2/api/GamificationApi
16528
- * @version 147.0.0
16528
+ * @version 149.0.0
16529
16529
  */
16530
16530
 
16531
16531
  /**
@@ -16818,31 +16818,6 @@ class GamificationApi {
16818
16818
  );
16819
16819
  }
16820
16820
 
16821
- /**
16822
- * All gamified metrics for a given profile
16823
- * This API is deprecated. Use /api/v2/gamification/profiles/{profileId}/metrics instead.
16824
- * @param {Object} opts Optional parameters
16825
- * @param {String} opts.performanceProfileId The profile id of the metrics you are trying to retrieve. The DEFAULT profile is used if nothing is given.
16826
- * @param {String} opts.workday The objective query workday. If not specified, then it retrieves the current objective. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
16827
- */
16828
- getGamificationMetrics(opts) {
16829
- opts = opts || {};
16830
-
16831
-
16832
- return this.apiClient.callApi(
16833
- '/api/v2/gamification/metrics',
16834
- 'GET',
16835
- { },
16836
- { 'performanceProfileId': opts['performanceProfileId'],'workday': opts['workday'] },
16837
- { },
16838
- { },
16839
- null,
16840
- ['PureCloud OAuth'],
16841
- ['application/json'],
16842
- ['application/json']
16843
- );
16844
- }
16845
-
16846
16821
  /**
16847
16822
  * Performance profile by id
16848
16823
  *
@@ -17898,31 +17873,6 @@ class GamificationApi {
17898
17873
  );
17899
17874
  }
17900
17875
 
17901
- /**
17902
- * Creates a gamified metric with a given metric definition and metric objective
17903
- * This API is deprecated. Use /api/v2/gamification/profiles/{profileId}/metrics instead.
17904
- * @param {Object} body Metric
17905
- */
17906
- postGamificationMetrics(body) {
17907
- // verify the required parameter 'body' is set
17908
- if (body === undefined || body === null) {
17909
- throw 'Missing the required parameter "body" when calling postGamificationMetrics';
17910
- }
17911
-
17912
- return this.apiClient.callApi(
17913
- '/api/v2/gamification/metrics',
17914
- 'POST',
17915
- { },
17916
- { },
17917
- { },
17918
- { },
17919
- body,
17920
- ['PureCloud OAuth'],
17921
- ['application/json'],
17922
- ['application/json']
17923
- );
17924
- }
17925
-
17926
17876
  /**
17927
17877
  * Activate a performance profile
17928
17878
  *
@@ -18256,7 +18206,7 @@ class GeneralDataProtectionRegulationApi {
18256
18206
  /**
18257
18207
  * GeneralDataProtectionRegulation service.
18258
18208
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
18259
- * @version 147.0.0
18209
+ * @version 149.0.0
18260
18210
  */
18261
18211
 
18262
18212
  /**
@@ -18386,7 +18336,7 @@ class GeolocationApi {
18386
18336
  /**
18387
18337
  * Geolocation service.
18388
18338
  * @module purecloud-platform-client-v2/api/GeolocationApi
18389
- * @version 147.0.0
18339
+ * @version 149.0.0
18390
18340
  */
18391
18341
 
18392
18342
  /**
@@ -18517,7 +18467,7 @@ class GreetingsApi {
18517
18467
  /**
18518
18468
  * Greetings service.
18519
18469
  * @module purecloud-platform-client-v2/api/GreetingsApi
18520
- * @version 147.0.0
18470
+ * @version 149.0.0
18521
18471
  */
18522
18472
 
18523
18473
  /**
@@ -18972,7 +18922,7 @@ class GroupsApi {
18972
18922
  /**
18973
18923
  * Groups service.
18974
18924
  * @module purecloud-platform-client-v2/api/GroupsApi
18975
- * @version 147.0.0
18925
+ * @version 149.0.0
18976
18926
  */
18977
18927
 
18978
18928
  /**
@@ -19242,6 +19192,7 @@ class GroupsApi {
19242
19192
  * @param {Number} opts.pageSize Page size (default to 25)
19243
19193
  * @param {Number} opts.pageNumber Page number (default to 1)
19244
19194
  * @param {Array.<String>} opts.id id
19195
+ * @param {Array.<String>} opts.jabberId A list of jabberIds to fetch by bulk (cannot be used with the id parameter)
19245
19196
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to ASC)
19246
19197
  */
19247
19198
  getProfilesGroups(opts) {
@@ -19252,7 +19203,7 @@ class GroupsApi {
19252
19203
  '/api/v2/profiles/groups',
19253
19204
  'GET',
19254
19205
  { },
19255
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'sortOrder': opts['sortOrder'] },
19206
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'jabberId': this.apiClient.buildCollectionParam(opts['jabberId'], 'multi'),'sortOrder': opts['sortOrder'] },
19256
19207
  { },
19257
19208
  { },
19258
19209
  null,
@@ -19377,7 +19328,7 @@ class IdentityProviderApi {
19377
19328
  /**
19378
19329
  * IdentityProvider service.
19379
19330
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
19380
- * @version 147.0.0
19331
+ * @version 149.0.0
19381
19332
  */
19382
19333
 
19383
19334
  /**
@@ -20133,7 +20084,7 @@ class IntegrationsApi {
20133
20084
  /**
20134
20085
  * Integrations service.
20135
20086
  * @module purecloud-platform-client-v2/api/IntegrationsApi
20136
- * @version 147.0.0
20087
+ * @version 149.0.0
20137
20088
  */
20138
20089
 
20139
20090
  /**
@@ -20891,59 +20842,6 @@ class IntegrationsApi {
20891
20842
  );
20892
20843
  }
20893
20844
 
20894
- /**
20895
- * List all events
20896
- *
20897
- * @param {Object} opts Optional parameters
20898
- * @param {Number} opts.pageSize Page size (default to 25)
20899
- * @param {Number} opts.pageNumber Page number (default to 1)
20900
- * @param {String} opts.sortBy Sort by (default to timestamp)
20901
- * @param {String} opts.sortOrder Order by (default to descending)
20902
- * @param {String} opts.entityId Include only events with this entity ID
20903
- */
20904
- getIntegrationsEventlog(opts) {
20905
- opts = opts || {};
20906
-
20907
-
20908
- return this.apiClient.callApi(
20909
- '/api/v2/integrations/eventlog',
20910
- 'GET',
20911
- { },
20912
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'entityId': opts['entityId'] },
20913
- { },
20914
- { },
20915
- null,
20916
- ['PureCloud OAuth'],
20917
- ['application/json'],
20918
- ['application/json']
20919
- );
20920
- }
20921
-
20922
- /**
20923
- * Get a single event
20924
- *
20925
- * @param {String} eventId Event Id
20926
- */
20927
- getIntegrationsEventlogEventId(eventId) {
20928
- // verify the required parameter 'eventId' is set
20929
- if (eventId === undefined || eventId === null) {
20930
- throw 'Missing the required parameter "eventId" when calling getIntegrationsEventlogEventId';
20931
- }
20932
-
20933
- return this.apiClient.callApi(
20934
- '/api/v2/integrations/eventlog/{eventId}',
20935
- 'GET',
20936
- { 'eventId': eventId },
20937
- { },
20938
- { },
20939
- { },
20940
- null,
20941
- ['PureCloud OAuth'],
20942
- ['application/json'],
20943
- ['application/json']
20944
- );
20945
- }
20946
-
20947
20845
  /**
20948
20846
  * Get details about a Dialogflow agent
20949
20847
  *
@@ -21667,30 +21565,6 @@ class IntegrationsApi {
21667
21565
  );
21668
21566
  }
21669
21567
 
21670
- /**
21671
- * Add a vendor connection
21672
- *
21673
- * @param {Object} opts Optional parameters
21674
- * @param {Object} opts.body
21675
- */
21676
- postIntegrationsWorkforcemanagementVendorconnection(opts) {
21677
- opts = opts || {};
21678
-
21679
-
21680
- return this.apiClient.callApi(
21681
- '/api/v2/integrations/workforcemanagement/vendorconnection',
21682
- 'POST',
21683
- { },
21684
- { },
21685
- { },
21686
- { },
21687
- opts['body'],
21688
- ['PureCloud OAuth'],
21689
- ['application/json'],
21690
- ['application/json']
21691
- );
21692
- }
21693
-
21694
21568
  /**
21695
21569
  * Update integration configuration.
21696
21570
  *
@@ -21810,7 +21684,7 @@ class JourneyApi {
21810
21684
  /**
21811
21685
  * Journey service.
21812
21686
  * @module purecloud-platform-client-v2/api/JourneyApi
21813
- * @version 147.0.0
21687
+ * @version 149.0.0
21814
21688
  */
21815
21689
 
21816
21690
  /**
@@ -21985,6 +21859,56 @@ class JourneyApi {
21985
21859
  );
21986
21860
  }
21987
21861
 
21862
+ /**
21863
+ * Get status of job.
21864
+ *
21865
+ * @param {String} jobId ID of the job.
21866
+ */
21867
+ getJourneyActionmapsEstimatesJob(jobId) {
21868
+ // verify the required parameter 'jobId' is set
21869
+ if (jobId === undefined || jobId === null) {
21870
+ throw 'Missing the required parameter "jobId" when calling getJourneyActionmapsEstimatesJob';
21871
+ }
21872
+
21873
+ return this.apiClient.callApi(
21874
+ '/api/v2/journey/actionmaps/estimates/jobs/{jobId}',
21875
+ 'GET',
21876
+ { 'jobId': jobId },
21877
+ { },
21878
+ { },
21879
+ { },
21880
+ null,
21881
+ ['PureCloud OAuth'],
21882
+ ['application/json'],
21883
+ ['application/json']
21884
+ );
21885
+ }
21886
+
21887
+ /**
21888
+ * Get estimates from completed job.
21889
+ *
21890
+ * @param {String} jobId ID of the job.
21891
+ */
21892
+ getJourneyActionmapsEstimatesJobResults(jobId) {
21893
+ // verify the required parameter 'jobId' is set
21894
+ if (jobId === undefined || jobId === null) {
21895
+ throw 'Missing the required parameter "jobId" when calling getJourneyActionmapsEstimatesJobResults';
21896
+ }
21897
+
21898
+ return this.apiClient.callApi(
21899
+ '/api/v2/journey/actionmaps/estimates/jobs/{jobId}/results',
21900
+ 'GET',
21901
+ { 'jobId': jobId },
21902
+ { },
21903
+ { },
21904
+ { },
21905
+ null,
21906
+ ['PureCloud OAuth'],
21907
+ ['application/json'],
21908
+ ['application/json']
21909
+ );
21910
+ }
21911
+
21988
21912
  /**
21989
21913
  * Retrieve a single action target.
21990
21914
  *
@@ -22443,6 +22367,31 @@ class JourneyApi {
22443
22367
  );
22444
22368
  }
22445
22369
 
22370
+ /**
22371
+ * Query for estimates
22372
+ *
22373
+ * @param {Object} body audience estimator request
22374
+ */
22375
+ postJourneyActionmapsEstimatesJobs(body) {
22376
+ // verify the required parameter 'body' is set
22377
+ if (body === undefined || body === null) {
22378
+ throw 'Missing the required parameter "body" when calling postJourneyActionmapsEstimatesJobs';
22379
+ }
22380
+
22381
+ return this.apiClient.callApi(
22382
+ '/api/v2/journey/actionmaps/estimates/jobs',
22383
+ 'POST',
22384
+ { },
22385
+ { },
22386
+ { },
22387
+ { },
22388
+ body,
22389
+ ['PureCloud OAuth'],
22390
+ ['application/json'],
22391
+ ['application/json']
22392
+ );
22393
+ }
22394
+
22446
22395
  /**
22447
22396
  * Create a single action template.
22448
22397
  *
@@ -22521,7 +22470,7 @@ class KnowledgeApi {
22521
22470
  /**
22522
22471
  * Knowledge service.
22523
22472
  * @module purecloud-platform-client-v2/api/KnowledgeApi
22524
- * @version 147.0.0
22473
+ * @version 149.0.0
22525
22474
  */
22526
22475
 
22527
22476
  /**
@@ -24954,7 +24903,7 @@ class LanguageUnderstandingApi {
24954
24903
  /**
24955
24904
  * LanguageUnderstanding service.
24956
24905
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
24957
- * @version 147.0.0
24906
+ * @version 149.0.0
24958
24907
  */
24959
24908
 
24960
24909
  /**
@@ -25858,7 +25807,7 @@ class LanguagesApi {
25858
25807
  /**
25859
25808
  * Languages service.
25860
25809
  * @module purecloud-platform-client-v2/api/LanguagesApi
25861
- * @version 147.0.0
25810
+ * @version 149.0.0
25862
25811
  */
25863
25812
 
25864
25813
  /**
@@ -26126,7 +26075,7 @@ class LearningApi {
26126
26075
  /**
26127
26076
  * Learning service.
26128
26077
  * @module purecloud-platform-client-v2/api/LearningApi
26129
- * @version 147.0.0
26078
+ * @version 149.0.0
26130
26079
  */
26131
26080
 
26132
26081
  /**
@@ -26886,7 +26835,7 @@ class LicenseApi {
26886
26835
  /**
26887
26836
  * License service.
26888
26837
  * @module purecloud-platform-client-v2/api/LicenseApi
26889
- * @version 147.0.0
26838
+ * @version 149.0.0
26890
26839
  */
26891
26840
 
26892
26841
  /**
@@ -27124,7 +27073,7 @@ class LocationsApi {
27124
27073
  /**
27125
27074
  * Locations service.
27126
27075
  * @module purecloud-platform-client-v2/api/LocationsApi
27127
- * @version 147.0.0
27076
+ * @version 149.0.0
27128
27077
  */
27129
27078
 
27130
27079
  /**
@@ -27360,7 +27309,7 @@ class MessagingApi {
27360
27309
  /**
27361
27310
  * Messaging service.
27362
27311
  * @module purecloud-platform-client-v2/api/MessagingApi
27363
- * @version 147.0.0
27312
+ * @version 149.0.0
27364
27313
  */
27365
27314
 
27366
27315
  /**
@@ -27511,7 +27460,7 @@ class MobileDevicesApi {
27511
27460
  /**
27512
27461
  * MobileDevices service.
27513
27462
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
27514
- * @version 147.0.0
27463
+ * @version 149.0.0
27515
27464
  */
27516
27465
 
27517
27466
  /**
@@ -27662,7 +27611,7 @@ class NotificationsApi {
27662
27611
  /**
27663
27612
  * Notifications service.
27664
27613
  * @module purecloud-platform-client-v2/api/NotificationsApi
27665
- * @version 147.0.0
27614
+ * @version 149.0.0
27666
27615
  */
27667
27616
 
27668
27617
  /**
@@ -27887,7 +27836,7 @@ class OAuthApi {
27887
27836
  /**
27888
27837
  * OAuth service.
27889
27838
  * @module purecloud-platform-client-v2/api/OAuthApi
27890
- * @version 147.0.0
27839
+ * @version 149.0.0
27891
27840
  */
27892
27841
 
27893
27842
  /**
@@ -28253,7 +28202,7 @@ class ObjectsApi {
28253
28202
  /**
28254
28203
  * Objects service.
28255
28204
  * @module purecloud-platform-client-v2/api/ObjectsApi
28256
- * @version 147.0.0
28205
+ * @version 149.0.0
28257
28206
  */
28258
28207
 
28259
28208
  /**
@@ -28524,7 +28473,7 @@ class OrganizationApi {
28524
28473
  /**
28525
28474
  * Organization service.
28526
28475
  * @module purecloud-platform-client-v2/api/OrganizationApi
28527
- * @version 147.0.0
28476
+ * @version 149.0.0
28528
28477
  */
28529
28478
 
28530
28479
  /**
@@ -28927,7 +28876,7 @@ class OrganizationAuthorizationApi {
28927
28876
  /**
28928
28877
  * OrganizationAuthorization service.
28929
28878
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
28930
- * @version 147.0.0
28879
+ * @version 149.0.0
28931
28880
  */
28932
28881
 
28933
28882
  /**
@@ -29852,7 +29801,7 @@ class OutboundApi {
29852
29801
  /**
29853
29802
  * Outbound service.
29854
29803
  * @module purecloud-platform-client-v2/api/OutboundApi
29855
- * @version 147.0.0
29804
+ * @version 149.0.0
29856
29805
  */
29857
29806
 
29858
29807
  /**
@@ -33241,7 +33190,7 @@ class PresenceApi {
33241
33190
  /**
33242
33191
  * Presence service.
33243
33192
  * @module purecloud-platform-client-v2/api/PresenceApi
33244
- * @version 147.0.0
33193
+ * @version 149.0.0
33245
33194
  */
33246
33195
 
33247
33196
  /**
@@ -33559,11 +33508,249 @@ class PresenceApi {
33559
33508
 
33560
33509
  }
33561
33510
 
33511
+ class ProcessAutomationApi {
33512
+ /**
33513
+ * ProcessAutomation service.
33514
+ * @module purecloud-platform-client-v2/api/ProcessAutomationApi
33515
+ * @version 149.0.0
33516
+ */
33517
+
33518
+ /**
33519
+ * Constructs a new ProcessAutomationApi.
33520
+ * @alias module:purecloud-platform-client-v2/api/ProcessAutomationApi
33521
+ * @class
33522
+ * @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
33523
+ * default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
33524
+ */
33525
+ constructor(apiClient) {
33526
+ this.apiClient = apiClient || ApiClient.instance;
33527
+ }
33528
+
33529
+
33530
+ /**
33531
+ * Delete a Trigger
33532
+ *
33533
+ * @param {String} triggerId triggerId
33534
+ */
33535
+ deleteProcessautomationTrigger(triggerId) {
33536
+ // verify the required parameter 'triggerId' is set
33537
+ if (triggerId === undefined || triggerId === null) {
33538
+ throw 'Missing the required parameter "triggerId" when calling deleteProcessautomationTrigger';
33539
+ }
33540
+
33541
+ return this.apiClient.callApi(
33542
+ '/api/v2/processautomation/triggers/{triggerId}',
33543
+ 'DELETE',
33544
+ { 'triggerId': triggerId },
33545
+ { },
33546
+ { },
33547
+ { },
33548
+ null,
33549
+ ['PureCloud OAuth'],
33550
+ ['application/json'],
33551
+ ['application/json']
33552
+ );
33553
+ }
33554
+
33555
+ /**
33556
+ * Retrieve a single Trigger matching id.
33557
+ *
33558
+ * @param {String} triggerId triggerId
33559
+ */
33560
+ getProcessautomationTrigger(triggerId) {
33561
+ // verify the required parameter 'triggerId' is set
33562
+ if (triggerId === undefined || triggerId === null) {
33563
+ throw 'Missing the required parameter "triggerId" when calling getProcessautomationTrigger';
33564
+ }
33565
+
33566
+ return this.apiClient.callApi(
33567
+ '/api/v2/processautomation/triggers/{triggerId}',
33568
+ 'GET',
33569
+ { 'triggerId': triggerId },
33570
+ { },
33571
+ { },
33572
+ { },
33573
+ null,
33574
+ ['PureCloud OAuth'],
33575
+ ['application/json'],
33576
+ ['application/json']
33577
+ );
33578
+ }
33579
+
33580
+ /**
33581
+ * Retrieves all triggers
33582
+ *
33583
+ * @param {Object} opts Optional parameters
33584
+ * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
33585
+ * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
33586
+ * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
33587
+ * @param {String} opts.topicName Topic name
33588
+ * @param {Boolean} opts.enabled Boolean indicating desired enabled state of triggers
33589
+ */
33590
+ getProcessautomationTriggers(opts) {
33591
+ opts = opts || {};
33592
+
33593
+
33594
+ return this.apiClient.callApi(
33595
+ '/api/v2/processautomation/triggers',
33596
+ 'GET',
33597
+ { },
33598
+ { 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'],'topicName': opts['topicName'],'enabled': opts['enabled'] },
33599
+ { },
33600
+ { },
33601
+ null,
33602
+ ['PureCloud OAuth'],
33603
+ ['application/json'],
33604
+ ['application/json']
33605
+ );
33606
+ }
33607
+
33608
+ /**
33609
+ * Get topics available for organization
33610
+ *
33611
+ * @param {Object} opts Optional parameters
33612
+ * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
33613
+ * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
33614
+ * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
33615
+ */
33616
+ getProcessautomationTriggersTopics(opts) {
33617
+ opts = opts || {};
33618
+
33619
+
33620
+ return this.apiClient.callApi(
33621
+ '/api/v2/processautomation/triggers/topics',
33622
+ 'GET',
33623
+ { },
33624
+ { 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'] },
33625
+ { },
33626
+ { },
33627
+ null,
33628
+ ['PureCloud OAuth'],
33629
+ ['application/json'],
33630
+ ['application/json']
33631
+ );
33632
+ }
33633
+
33634
+ /**
33635
+ * Test the matching of a Trigger based on provided event body
33636
+ *
33637
+ * @param {String} triggerId triggerId
33638
+ * @param {Object} opts Optional parameters
33639
+ * @param {String} opts.body eventBody
33640
+ */
33641
+ postProcessautomationTriggerTest(triggerId, opts) {
33642
+ opts = opts || {};
33643
+
33644
+ // verify the required parameter 'triggerId' is set
33645
+ if (triggerId === undefined || triggerId === null) {
33646
+ throw 'Missing the required parameter "triggerId" when calling postProcessautomationTriggerTest';
33647
+ }
33648
+
33649
+ return this.apiClient.callApi(
33650
+ '/api/v2/processautomation/triggers/{triggerId}/test',
33651
+ 'POST',
33652
+ { 'triggerId': triggerId },
33653
+ { },
33654
+ { },
33655
+ { },
33656
+ opts['body'],
33657
+ ['PureCloud OAuth'],
33658
+ ['application/json'],
33659
+ ['application/json']
33660
+ );
33661
+ }
33662
+
33663
+ /**
33664
+ * Create a Trigger
33665
+ *
33666
+ * @param {Object} body Input used to create a Trigger.
33667
+ */
33668
+ postProcessautomationTriggers(body) {
33669
+ // verify the required parameter 'body' is set
33670
+ if (body === undefined || body === null) {
33671
+ throw 'Missing the required parameter "body" when calling postProcessautomationTriggers';
33672
+ }
33673
+
33674
+ return this.apiClient.callApi(
33675
+ '/api/v2/processautomation/triggers',
33676
+ 'POST',
33677
+ { },
33678
+ { },
33679
+ { },
33680
+ { },
33681
+ body,
33682
+ ['PureCloud OAuth'],
33683
+ ['application/json'],
33684
+ ['application/json']
33685
+ );
33686
+ }
33687
+
33688
+ /**
33689
+ * Test the matching of all organization Triggers on given topic using provided event body
33690
+ *
33691
+ * @param {String} topicName topicName
33692
+ * @param {Object} opts Optional parameters
33693
+ * @param {String} opts.body eventBody
33694
+ */
33695
+ postProcessautomationTriggersTopicTest(topicName, opts) {
33696
+ opts = opts || {};
33697
+
33698
+ // verify the required parameter 'topicName' is set
33699
+ if (topicName === undefined || topicName === null) {
33700
+ throw 'Missing the required parameter "topicName" when calling postProcessautomationTriggersTopicTest';
33701
+ }
33702
+
33703
+ return this.apiClient.callApi(
33704
+ '/api/v2/processautomation/triggers/topics/{topicName}/test',
33705
+ 'POST',
33706
+ { 'topicName': topicName },
33707
+ { },
33708
+ { },
33709
+ { },
33710
+ opts['body'],
33711
+ ['PureCloud OAuth'],
33712
+ ['application/json'],
33713
+ ['application/json']
33714
+ );
33715
+ }
33716
+
33717
+ /**
33718
+ * Update a Trigger
33719
+ *
33720
+ * @param {String} triggerId triggerId
33721
+ * @param {Object} body Input to update Trigger. (topicName cannot be updated, a new trigger must be created to use a new topicName)
33722
+ */
33723
+ putProcessautomationTrigger(triggerId, body) {
33724
+ // verify the required parameter 'triggerId' is set
33725
+ if (triggerId === undefined || triggerId === null) {
33726
+ throw 'Missing the required parameter "triggerId" when calling putProcessautomationTrigger';
33727
+ }
33728
+ // verify the required parameter 'body' is set
33729
+ if (body === undefined || body === null) {
33730
+ throw 'Missing the required parameter "body" when calling putProcessautomationTrigger';
33731
+ }
33732
+
33733
+ return this.apiClient.callApi(
33734
+ '/api/v2/processautomation/triggers/{triggerId}',
33735
+ 'PUT',
33736
+ { 'triggerId': triggerId },
33737
+ { },
33738
+ { },
33739
+ { },
33740
+ body,
33741
+ ['PureCloud OAuth'],
33742
+ ['application/json'],
33743
+ ['application/json']
33744
+ );
33745
+ }
33746
+
33747
+ }
33748
+
33562
33749
  class QualityApi {
33563
33750
  /**
33564
33751
  * Quality service.
33565
33752
  * @module purecloud-platform-client-v2/api/QualityApi
33566
- * @version 147.0.0
33753
+ * @version 149.0.0
33567
33754
  */
33568
33755
 
33569
33756
  /**
@@ -35141,7 +35328,7 @@ class RecordingApi {
35141
35328
  /**
35142
35329
  * Recording service.
35143
35330
  * @module purecloud-platform-client-v2/api/RecordingApi
35144
- * @version 147.0.0
35331
+ * @version 149.0.0
35145
35332
  */
35146
35333
 
35147
35334
  /**
@@ -36495,8 +36682,12 @@ class RecordingApi {
36495
36682
  * @param {String} conversationId Conversation ID
36496
36683
  * @param {String} recordingId Recording ID
36497
36684
  * @param {Object} body recording
36685
+ * @param {Object} opts Optional parameters
36686
+ * @param {Boolean} opts.clearExport Whether to clear the pending export for the recording
36498
36687
  */
36499
- putConversationRecording(conversationId, recordingId, body) {
36688
+ putConversationRecording(conversationId, recordingId, body, opts) {
36689
+ opts = opts || {};
36690
+
36500
36691
  // verify the required parameter 'conversationId' is set
36501
36692
  if (conversationId === undefined || conversationId === null) {
36502
36693
  throw 'Missing the required parameter "conversationId" when calling putConversationRecording';
@@ -36514,7 +36705,7 @@ class RecordingApi {
36514
36705
  '/api/v2/conversations/{conversationId}/recordings/{recordingId}',
36515
36706
  'PUT',
36516
36707
  { 'conversationId': conversationId,'recordingId': recordingId },
36517
- { },
36708
+ { 'clearExport': opts['clearExport'] },
36518
36709
  { },
36519
36710
  { },
36520
36711
  body,
@@ -36824,7 +37015,7 @@ class ResponseManagementApi {
36824
37015
  /**
36825
37016
  * ResponseManagement service.
36826
37017
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
36827
- * @version 147.0.0
37018
+ * @version 149.0.0
36828
37019
  */
36829
37020
 
36830
37021
  /**
@@ -37308,7 +37499,7 @@ class RoutingApi {
37308
37499
  /**
37309
37500
  * Routing service.
37310
37501
  * @module purecloud-platform-client-v2/api/RoutingApi
37311
- * @version 147.0.0
37502
+ * @version 149.0.0
37312
37503
  */
37313
37504
 
37314
37505
  /**
@@ -38128,6 +38319,61 @@ class RoutingApi {
38128
38319
  );
38129
38320
  }
38130
38321
 
38322
+ /**
38323
+ * Retrieve Predictor Model Features.
38324
+ *
38325
+ * @param {String} predictorId Predictor ID
38326
+ * @param {String} modelId Model ID
38327
+ */
38328
+ getRoutingPredictorModelFeatures(predictorId, modelId) {
38329
+ // verify the required parameter 'predictorId' is set
38330
+ if (predictorId === undefined || predictorId === null) {
38331
+ throw 'Missing the required parameter "predictorId" when calling getRoutingPredictorModelFeatures';
38332
+ }
38333
+ // verify the required parameter 'modelId' is set
38334
+ if (modelId === undefined || modelId === null) {
38335
+ throw 'Missing the required parameter "modelId" when calling getRoutingPredictorModelFeatures';
38336
+ }
38337
+
38338
+ return this.apiClient.callApi(
38339
+ '/api/v2/routing/predictors/{predictorId}/models/{modelId}/features',
38340
+ 'GET',
38341
+ { 'predictorId': predictorId,'modelId': modelId },
38342
+ { },
38343
+ { },
38344
+ { },
38345
+ null,
38346
+ ['PureCloud OAuth'],
38347
+ ['application/json'],
38348
+ ['application/json']
38349
+ );
38350
+ }
38351
+
38352
+ /**
38353
+ * Retrieve Predictor Models and Top Features.
38354
+ *
38355
+ * @param {String} predictorId Predictor ID
38356
+ */
38357
+ getRoutingPredictorModels(predictorId) {
38358
+ // verify the required parameter 'predictorId' is set
38359
+ if (predictorId === undefined || predictorId === null) {
38360
+ throw 'Missing the required parameter "predictorId" when calling getRoutingPredictorModels';
38361
+ }
38362
+
38363
+ return this.apiClient.callApi(
38364
+ '/api/v2/routing/predictors/{predictorId}/models',
38365
+ 'GET',
38366
+ { 'predictorId': predictorId },
38367
+ { },
38368
+ { },
38369
+ { },
38370
+ null,
38371
+ ['PureCloud OAuth'],
38372
+ ['application/json'],
38373
+ ['application/json']
38374
+ );
38375
+ }
38376
+
38131
38377
  /**
38132
38378
  * Retrieve all predictors.
38133
38379
  *
@@ -40249,7 +40495,7 @@ class SCIMApi {
40249
40495
  /**
40250
40496
  * SCIM service.
40251
40497
  * @module purecloud-platform-client-v2/api/SCIMApi
40252
- * @version 147.0.0
40498
+ * @version 149.0.0
40253
40499
  */
40254
40500
 
40255
40501
  /**
@@ -41126,7 +41372,7 @@ class ScriptsApi {
41126
41372
  /**
41127
41373
  * Scripts service.
41128
41374
  * @module purecloud-platform-client-v2/api/ScriptsApi
41129
- * @version 147.0.0
41375
+ * @version 149.0.0
41130
41376
  */
41131
41377
 
41132
41378
  /**
@@ -41545,7 +41791,7 @@ class SearchApi {
41545
41791
  /**
41546
41792
  * Search service.
41547
41793
  * @module purecloud-platform-client-v2/api/SearchApi
41548
- * @version 147.0.0
41794
+ * @version 149.0.0
41549
41795
  */
41550
41796
 
41551
41797
  /**
@@ -42105,7 +42351,7 @@ class SpeechTextAnalyticsApi {
42105
42351
  /**
42106
42352
  * SpeechTextAnalytics service.
42107
42353
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
42108
- * @version 147.0.0
42354
+ * @version 149.0.0
42109
42355
  */
42110
42356
 
42111
42357
  /**
@@ -42959,7 +43205,7 @@ class StationsApi {
42959
43205
  /**
42960
43206
  * Stations service.
42961
43207
  * @module purecloud-platform-client-v2/api/StationsApi
42962
- * @version 147.0.0
43208
+ * @version 149.0.0
42963
43209
  */
42964
43210
 
42965
43211
  /**
@@ -43106,7 +43352,7 @@ class SuggestApi {
43106
43352
  /**
43107
43353
  * Suggest service.
43108
43354
  * @module purecloud-platform-client-v2/api/SuggestApi
43109
- * @version 147.0.0
43355
+ * @version 149.0.0
43110
43356
  */
43111
43357
 
43112
43358
  /**
@@ -43245,7 +43491,7 @@ class TeamsApi {
43245
43491
  /**
43246
43492
  * Teams service.
43247
43493
  * @module purecloud-platform-client-v2/api/TeamsApi
43248
- * @version 147.0.0
43494
+ * @version 149.0.0
43249
43495
  */
43250
43496
 
43251
43497
  /**
@@ -43424,7 +43670,7 @@ class TelephonyApi {
43424
43670
  /**
43425
43671
  * Telephony service.
43426
43672
  * @module purecloud-platform-client-v2/api/TelephonyApi
43427
- * @version 147.0.0
43673
+ * @version 149.0.0
43428
43674
  */
43429
43675
 
43430
43676
  /**
@@ -43532,7 +43778,7 @@ class TelephonyProvidersEdgeApi {
43532
43778
  /**
43533
43779
  * TelephonyProvidersEdge service.
43534
43780
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
43535
- * @version 147.0.0
43781
+ * @version 149.0.0
43536
43782
  */
43537
43783
 
43538
43784
  /**
@@ -47165,7 +47411,7 @@ class TextbotsApi {
47165
47411
  /**
47166
47412
  * Textbots service.
47167
47413
  * @module purecloud-platform-client-v2/api/TextbotsApi
47168
- * @version 147.0.0
47414
+ * @version 149.0.0
47169
47415
  */
47170
47416
 
47171
47417
  /**
@@ -47293,7 +47539,7 @@ class TokensApi {
47293
47539
  /**
47294
47540
  * Tokens service.
47295
47541
  * @module purecloud-platform-client-v2/api/TokensApi
47296
- * @version 147.0.0
47542
+ * @version 149.0.0
47297
47543
  */
47298
47544
 
47299
47545
  /**
@@ -47399,7 +47645,7 @@ class UploadsApi {
47399
47645
  /**
47400
47646
  * Uploads service.
47401
47647
  * @module purecloud-platform-client-v2/api/UploadsApi
47402
- * @version 147.0.0
47648
+ * @version 149.0.0
47403
47649
  */
47404
47650
 
47405
47651
  /**
@@ -47575,7 +47821,7 @@ class UsageApi {
47575
47821
  /**
47576
47822
  * Usage service.
47577
47823
  * @module purecloud-platform-client-v2/api/UsageApi
47578
- * @version 147.0.0
47824
+ * @version 149.0.0
47579
47825
  */
47580
47826
 
47581
47827
  /**
@@ -47646,7 +47892,7 @@ class UserRecordingsApi {
47646
47892
  /**
47647
47893
  * UserRecordings service.
47648
47894
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
47649
- * @version 147.0.0
47895
+ * @version 149.0.0
47650
47896
  */
47651
47897
 
47652
47898
  /**
@@ -47721,6 +47967,7 @@ class UserRecordingsApi {
47721
47967
  * @param {String} recordingId User Recording ID
47722
47968
  * @param {Object} opts Optional parameters
47723
47969
  * @param {Object} opts.formatId The desired media format. (default to WEBM)
47970
+ * @param {Boolean} opts.async When set to true, api will return 202 response until the recording is ready for download
47724
47971
  */
47725
47972
  getUserrecordingMedia(recordingId, opts) {
47726
47973
  opts = opts || {};
@@ -47734,7 +47981,7 @@ class UserRecordingsApi {
47734
47981
  '/api/v2/userrecordings/{recordingId}/media',
47735
47982
  'GET',
47736
47983
  { 'recordingId': recordingId },
47737
- { 'formatId': opts['formatId'] },
47984
+ { 'formatId': opts['formatId'],'async': opts['async'] },
47738
47985
  { },
47739
47986
  { },
47740
47987
  null,
@@ -47830,7 +48077,7 @@ class UsersApi {
47830
48077
  /**
47831
48078
  * Users service.
47832
48079
  * @module purecloud-platform-client-v2/api/UsersApi
47833
- * @version 147.0.0
48080
+ * @version 149.0.0
47834
48081
  */
47835
48082
 
47836
48083
  /**
@@ -50162,7 +50409,7 @@ class UtilitiesApi {
50162
50409
  /**
50163
50410
  * Utilities service.
50164
50411
  * @module purecloud-platform-client-v2/api/UtilitiesApi
50165
- * @version 147.0.0
50412
+ * @version 149.0.0
50166
50413
  */
50167
50414
 
50168
50415
  /**
@@ -50273,7 +50520,7 @@ class VoicemailApi {
50273
50520
  /**
50274
50521
  * Voicemail service.
50275
50522
  * @module purecloud-platform-client-v2/api/VoicemailApi
50276
- * @version 147.0.0
50523
+ * @version 149.0.0
50277
50524
  */
50278
50525
 
50279
50526
  /**
@@ -50940,7 +51187,7 @@ class WebChatApi {
50940
51187
  /**
50941
51188
  * WebChat service.
50942
51189
  * @module purecloud-platform-client-v2/api/WebChatApi
50943
- * @version 147.0.0
51190
+ * @version 149.0.0
50944
51191
  */
50945
51192
 
50946
51193
  /**
@@ -51484,7 +51731,7 @@ class WebDeploymentsApi {
51484
51731
  /**
51485
51732
  * WebDeployments service.
51486
51733
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
51487
- * @version 147.0.0
51734
+ * @version 149.0.0
51488
51735
  */
51489
51736
 
51490
51737
  /**
@@ -51710,14 +51957,18 @@ class WebDeploymentsApi {
51710
51957
  /**
51711
51958
  * Get deployments
51712
51959
  *
51960
+ * @param {Object} opts Optional parameters
51961
+ * @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected. Valid values:
51713
51962
  */
51714
- getWebdeploymentsDeployments() {
51963
+ getWebdeploymentsDeployments(opts) {
51964
+ opts = opts || {};
51965
+
51715
51966
 
51716
51967
  return this.apiClient.callApi(
51717
51968
  '/api/v2/webdeployments/deployments',
51718
51969
  'GET',
51719
51970
  { },
51720
- { },
51971
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
51721
51972
  { },
51722
51973
  { },
51723
51974
  null,
@@ -51868,7 +52119,7 @@ class WebMessagingApi {
51868
52119
  /**
51869
52120
  * WebMessaging service.
51870
52121
  * @module purecloud-platform-client-v2/api/WebMessagingApi
51871
- * @version 147.0.0
52122
+ * @version 149.0.0
51872
52123
  */
51873
52124
 
51874
52125
  /**
@@ -51914,7 +52165,7 @@ class WidgetsApi {
51914
52165
  /**
51915
52166
  * Widgets service.
51916
52167
  * @module purecloud-platform-client-v2/api/WidgetsApi
51917
- * @version 147.0.0
52168
+ * @version 149.0.0
51918
52169
  */
51919
52170
 
51920
52171
  /**
@@ -52060,7 +52311,7 @@ class WorkforceManagementApi {
52060
52311
  /**
52061
52312
  * WorkforceManagement service.
52062
52313
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
52063
- * @version 147.0.0
52314
+ * @version 149.0.0
52064
52315
  */
52065
52316
 
52066
52317
  /**
@@ -56336,7 +56587,7 @@ class WorkforceManagementApi {
56336
56587
  * </pre>
56337
56588
  * </p>
56338
56589
  * @module purecloud-platform-client-v2/index
56339
- * @version 147.0.0
56590
+ * @version 149.0.0
56340
56591
  */
56341
56592
  class platformClient {
56342
56593
  constructor() {
@@ -56535,6 +56786,11 @@ class platformClient {
56535
56786
  * @property {module:purecloud-platform-client-v2/api/PresenceApi}
56536
56787
  */
56537
56788
  this.PresenceApi = PresenceApi;
56789
+ /**
56790
+ * The ProcessAutomationApi service constructor.
56791
+ * @property {module:purecloud-platform-client-v2/api/ProcessAutomationApi}
56792
+ */
56793
+ this.ProcessAutomationApi = ProcessAutomationApi;
56538
56794
  /**
56539
56795
  * The QualityApi service constructor.
56540
56796
  * @property {module:purecloud-platform-client-v2/api/QualityApi}