purecloud-platform-client-v2 148.0.0 → 149.1.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 +133 -70
  3. package/dist/web-amd/purecloud-platform-client-v2.js +133 -70
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +133 -70
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +133 -70
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +291 -207
  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 -1
  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 +1 -1
  30. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -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 +1 -1
  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 +1 -1
  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 +1 -1
@@ -399,7 +399,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
399
399
 
400
400
  /**
401
401
  * @module purecloud-platform-client-v2/ApiClient
402
- * @version 148.0.0
402
+ * @version 149.1.0
403
403
  */
404
404
  class ApiClient {
405
405
  /**
@@ -1478,7 +1478,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1478
1478
  /**
1479
1479
  * Alerting service.
1480
1480
  * @module purecloud-platform-client-v2/api/AlertingApi
1481
- * @version 148.0.0
1481
+ * @version 149.1.0
1482
1482
  */
1483
1483
 
1484
1484
  /**
@@ -1792,7 +1792,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1792
1792
  /**
1793
1793
  * Analytics service.
1794
1794
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1795
- * @version 148.0.0
1795
+ * @version 149.1.0
1796
1796
  */
1797
1797
 
1798
1798
  /**
@@ -3019,7 +3019,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3019
3019
  /**
3020
3020
  * Architect service.
3021
3021
  * @module purecloud-platform-client-v2/api/ArchitectApi
3022
- * @version 148.0.0
3022
+ * @version 149.1.0
3023
3023
  */
3024
3024
 
3025
3025
  /**
@@ -6065,7 +6065,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6065
6065
  /**
6066
6066
  * Audit service.
6067
6067
  * @module purecloud-platform-client-v2/api/AuditApi
6068
- * @version 148.0.0
6068
+ * @version 149.1.0
6069
6069
  */
6070
6070
 
6071
6071
  /**
@@ -6236,7 +6236,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6236
6236
  /**
6237
6237
  * Authorization service.
6238
6238
  * @module purecloud-platform-client-v2/api/AuthorizationApi
6239
- * @version 148.0.0
6239
+ * @version 149.1.0
6240
6240
  */
6241
6241
 
6242
6242
  /**
@@ -7419,7 +7419,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7419
7419
  /**
7420
7420
  * Billing service.
7421
7421
  * @module purecloud-platform-client-v2/api/BillingApi
7422
- * @version 148.0.0
7422
+ * @version 149.1.0
7423
7423
  */
7424
7424
 
7425
7425
  /**
@@ -7499,7 +7499,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7499
7499
  /**
7500
7500
  * Chat service.
7501
7501
  * @module purecloud-platform-client-v2/api/ChatApi
7502
- * @version 148.0.0
7502
+ * @version 149.1.0
7503
7503
  */
7504
7504
 
7505
7505
  /**
@@ -7590,7 +7590,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7590
7590
  /**
7591
7591
  * Coaching service.
7592
7592
  * @module purecloud-platform-client-v2/api/CoachingApi
7593
- * @version 148.0.0
7593
+ * @version 149.1.0
7594
7594
  */
7595
7595
 
7596
7596
  /**
@@ -8167,7 +8167,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8167
8167
  /**
8168
8168
  * ContentManagement service.
8169
8169
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8170
- * @version 148.0.0
8170
+ * @version 149.1.0
8171
8171
  */
8172
8172
 
8173
8173
  /**
@@ -9307,7 +9307,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9307
9307
  /**
9308
9308
  * Conversations service.
9309
9309
  * @module purecloud-platform-client-v2/api/ConversationsApi
9310
- * @version 148.0.0
9310
+ * @version 149.1.0
9311
9311
  */
9312
9312
 
9313
9313
  /**
@@ -14451,7 +14451,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14451
14451
  /**
14452
14452
  * DataExtensions service.
14453
14453
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
14454
- * @version 148.0.0
14454
+ * @version 149.1.0
14455
14455
  */
14456
14456
 
14457
14457
  /**
@@ -14537,7 +14537,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14537
14537
  /**
14538
14538
  * ExternalContacts service.
14539
14539
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
14540
- * @version 148.0.0
14540
+ * @version 149.1.0
14541
14541
  */
14542
14542
 
14543
14543
  /**
@@ -16280,7 +16280,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16280
16280
  /**
16281
16281
  * Fax service.
16282
16282
  * @module purecloud-platform-client-v2/api/FaxApi
16283
- * @version 148.0.0
16283
+ * @version 149.1.0
16284
16284
  */
16285
16285
 
16286
16286
  /**
@@ -16451,7 +16451,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16451
16451
  /**
16452
16452
  * Flows service.
16453
16453
  * @module purecloud-platform-client-v2/api/FlowsApi
16454
- * @version 148.0.0
16454
+ * @version 149.1.0
16455
16455
  */
16456
16456
 
16457
16457
  /**
@@ -16522,7 +16522,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16522
16522
  /**
16523
16523
  * Gamification service.
16524
16524
  * @module purecloud-platform-client-v2/api/GamificationApi
16525
- * @version 148.0.0
16525
+ * @version 149.1.0
16526
16526
  */
16527
16527
 
16528
16528
  /**
@@ -18203,7 +18203,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18203
18203
  /**
18204
18204
  * GeneralDataProtectionRegulation service.
18205
18205
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
18206
- * @version 148.0.0
18206
+ * @version 149.1.0
18207
18207
  */
18208
18208
 
18209
18209
  /**
@@ -18333,7 +18333,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18333
18333
  /**
18334
18334
  * Geolocation service.
18335
18335
  * @module purecloud-platform-client-v2/api/GeolocationApi
18336
- * @version 148.0.0
18336
+ * @version 149.1.0
18337
18337
  */
18338
18338
 
18339
18339
  /**
@@ -18464,7 +18464,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18464
18464
  /**
18465
18465
  * Greetings service.
18466
18466
  * @module purecloud-platform-client-v2/api/GreetingsApi
18467
- * @version 148.0.0
18467
+ * @version 149.1.0
18468
18468
  */
18469
18469
 
18470
18470
  /**
@@ -18919,7 +18919,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18919
18919
  /**
18920
18920
  * Groups service.
18921
18921
  * @module purecloud-platform-client-v2/api/GroupsApi
18922
- * @version 148.0.0
18922
+ * @version 149.1.0
18923
18923
  */
18924
18924
 
18925
18925
  /**
@@ -19325,7 +19325,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19325
19325
  /**
19326
19326
  * IdentityProvider service.
19327
19327
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
19328
- * @version 148.0.0
19328
+ * @version 149.1.0
19329
19329
  */
19330
19330
 
19331
19331
  /**
@@ -20081,7 +20081,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20081
20081
  /**
20082
20082
  * Integrations service.
20083
20083
  * @module purecloud-platform-client-v2/api/IntegrationsApi
20084
- * @version 148.0.0
20084
+ * @version 149.1.0
20085
20085
  */
20086
20086
 
20087
20087
  /**
@@ -21681,7 +21681,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21681
21681
  /**
21682
21682
  * Journey service.
21683
21683
  * @module purecloud-platform-client-v2/api/JourneyApi
21684
- * @version 148.0.0
21684
+ * @version 149.1.0
21685
21685
  */
21686
21686
 
21687
21687
  /**
@@ -22467,7 +22467,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22467
22467
  /**
22468
22468
  * Knowledge service.
22469
22469
  * @module purecloud-platform-client-v2/api/KnowledgeApi
22470
- * @version 148.0.0
22470
+ * @version 149.1.0
22471
22471
  */
22472
22472
 
22473
22473
  /**
@@ -24900,7 +24900,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24900
24900
  /**
24901
24901
  * LanguageUnderstanding service.
24902
24902
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
24903
- * @version 148.0.0
24903
+ * @version 149.1.0
24904
24904
  */
24905
24905
 
24906
24906
  /**
@@ -25804,7 +25804,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25804
25804
  /**
25805
25805
  * Languages service.
25806
25806
  * @module purecloud-platform-client-v2/api/LanguagesApi
25807
- * @version 148.0.0
25807
+ * @version 149.1.0
25808
25808
  */
25809
25809
 
25810
25810
  /**
@@ -26072,7 +26072,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26072
26072
  /**
26073
26073
  * Learning service.
26074
26074
  * @module purecloud-platform-client-v2/api/LearningApi
26075
- * @version 148.0.0
26075
+ * @version 149.1.0
26076
26076
  */
26077
26077
 
26078
26078
  /**
@@ -26832,7 +26832,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26832
26832
  /**
26833
26833
  * License service.
26834
26834
  * @module purecloud-platform-client-v2/api/LicenseApi
26835
- * @version 148.0.0
26835
+ * @version 149.1.0
26836
26836
  */
26837
26837
 
26838
26838
  /**
@@ -27070,7 +27070,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27070
27070
  /**
27071
27071
  * Locations service.
27072
27072
  * @module purecloud-platform-client-v2/api/LocationsApi
27073
- * @version 148.0.0
27073
+ * @version 149.1.0
27074
27074
  */
27075
27075
 
27076
27076
  /**
@@ -27306,7 +27306,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27306
27306
  /**
27307
27307
  * Messaging service.
27308
27308
  * @module purecloud-platform-client-v2/api/MessagingApi
27309
- * @version 148.0.0
27309
+ * @version 149.1.0
27310
27310
  */
27311
27311
 
27312
27312
  /**
@@ -27457,7 +27457,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27457
27457
  /**
27458
27458
  * MobileDevices service.
27459
27459
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
27460
- * @version 148.0.0
27460
+ * @version 149.1.0
27461
27461
  */
27462
27462
 
27463
27463
  /**
@@ -27608,7 +27608,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27608
27608
  /**
27609
27609
  * Notifications service.
27610
27610
  * @module purecloud-platform-client-v2/api/NotificationsApi
27611
- * @version 148.0.0
27611
+ * @version 149.1.0
27612
27612
  */
27613
27613
 
27614
27614
  /**
@@ -27833,7 +27833,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27833
27833
  /**
27834
27834
  * OAuth service.
27835
27835
  * @module purecloud-platform-client-v2/api/OAuthApi
27836
- * @version 148.0.0
27836
+ * @version 149.1.0
27837
27837
  */
27838
27838
 
27839
27839
  /**
@@ -28199,7 +28199,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28199
28199
  /**
28200
28200
  * Objects service.
28201
28201
  * @module purecloud-platform-client-v2/api/ObjectsApi
28202
- * @version 148.0.0
28202
+ * @version 149.1.0
28203
28203
  */
28204
28204
 
28205
28205
  /**
@@ -28470,7 +28470,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28470
28470
  /**
28471
28471
  * Organization service.
28472
28472
  * @module purecloud-platform-client-v2/api/OrganizationApi
28473
- * @version 148.0.0
28473
+ * @version 149.1.0
28474
28474
  */
28475
28475
 
28476
28476
  /**
@@ -28873,7 +28873,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28873
28873
  /**
28874
28874
  * OrganizationAuthorization service.
28875
28875
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
28876
- * @version 148.0.0
28876
+ * @version 149.1.0
28877
28877
  */
28878
28878
 
28879
28879
  /**
@@ -29798,7 +29798,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29798
29798
  /**
29799
29799
  * Outbound service.
29800
29800
  * @module purecloud-platform-client-v2/api/OutboundApi
29801
- * @version 148.0.0
29801
+ * @version 149.1.0
29802
29802
  */
29803
29803
 
29804
29804
  /**
@@ -33187,7 +33187,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33187
33187
  /**
33188
33188
  * Presence service.
33189
33189
  * @module purecloud-platform-client-v2/api/PresenceApi
33190
- * @version 148.0.0
33190
+ * @version 149.1.0
33191
33191
  */
33192
33192
 
33193
33193
  /**
@@ -33509,7 +33509,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33509
33509
  /**
33510
33510
  * ProcessAutomation service.
33511
33511
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
33512
- * @version 148.0.0
33512
+ * @version 149.1.0
33513
33513
  */
33514
33514
 
33515
33515
  /**
@@ -33747,7 +33747,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33747
33747
  /**
33748
33748
  * Quality service.
33749
33749
  * @module purecloud-platform-client-v2/api/QualityApi
33750
- * @version 148.0.0
33750
+ * @version 149.1.0
33751
33751
  */
33752
33752
 
33753
33753
  /**
@@ -35325,7 +35325,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35325
35325
  /**
35326
35326
  * Recording service.
35327
35327
  * @module purecloud-platform-client-v2/api/RecordingApi
35328
- * @version 148.0.0
35328
+ * @version 149.1.0
35329
35329
  */
35330
35330
 
35331
35331
  /**
@@ -36679,8 +36679,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36679
36679
  * @param {String} conversationId Conversation ID
36680
36680
  * @param {String} recordingId Recording ID
36681
36681
  * @param {Object} body recording
36682
+ * @param {Object} opts Optional parameters
36683
+ * @param {Boolean} opts.clearExport Whether to clear the pending export for the recording
36682
36684
  */
36683
- putConversationRecording(conversationId, recordingId, body) {
36685
+ putConversationRecording(conversationId, recordingId, body, opts) {
36686
+ opts = opts || {};
36687
+
36684
36688
  // verify the required parameter 'conversationId' is set
36685
36689
  if (conversationId === undefined || conversationId === null) {
36686
36690
  throw 'Missing the required parameter "conversationId" when calling putConversationRecording';
@@ -36698,7 +36702,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36698
36702
  '/api/v2/conversations/{conversationId}/recordings/{recordingId}',
36699
36703
  'PUT',
36700
36704
  { 'conversationId': conversationId,'recordingId': recordingId },
36701
- { },
36705
+ { 'clearExport': opts['clearExport'] },
36702
36706
  { },
36703
36707
  { },
36704
36708
  body,
@@ -37008,7 +37012,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37008
37012
  /**
37009
37013
  * ResponseManagement service.
37010
37014
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
37011
- * @version 148.0.0
37015
+ * @version 149.1.0
37012
37016
  */
37013
37017
 
37014
37018
  /**
@@ -37492,7 +37496,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37492
37496
  /**
37493
37497
  * Routing service.
37494
37498
  * @module purecloud-platform-client-v2/api/RoutingApi
37495
- * @version 148.0.0
37499
+ * @version 149.1.0
37496
37500
  */
37497
37501
 
37498
37502
  /**
@@ -38312,6 +38316,61 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38312
38316
  );
38313
38317
  }
38314
38318
 
38319
+ /**
38320
+ * Retrieve Predictor Model Features.
38321
+ *
38322
+ * @param {String} predictorId Predictor ID
38323
+ * @param {String} modelId Model ID
38324
+ */
38325
+ getRoutingPredictorModelFeatures(predictorId, modelId) {
38326
+ // verify the required parameter 'predictorId' is set
38327
+ if (predictorId === undefined || predictorId === null) {
38328
+ throw 'Missing the required parameter "predictorId" when calling getRoutingPredictorModelFeatures';
38329
+ }
38330
+ // verify the required parameter 'modelId' is set
38331
+ if (modelId === undefined || modelId === null) {
38332
+ throw 'Missing the required parameter "modelId" when calling getRoutingPredictorModelFeatures';
38333
+ }
38334
+
38335
+ return this.apiClient.callApi(
38336
+ '/api/v2/routing/predictors/{predictorId}/models/{modelId}/features',
38337
+ 'GET',
38338
+ { 'predictorId': predictorId,'modelId': modelId },
38339
+ { },
38340
+ { },
38341
+ { },
38342
+ null,
38343
+ ['PureCloud OAuth'],
38344
+ ['application/json'],
38345
+ ['application/json']
38346
+ );
38347
+ }
38348
+
38349
+ /**
38350
+ * Retrieve Predictor Models and Top Features.
38351
+ *
38352
+ * @param {String} predictorId Predictor ID
38353
+ */
38354
+ getRoutingPredictorModels(predictorId) {
38355
+ // verify the required parameter 'predictorId' is set
38356
+ if (predictorId === undefined || predictorId === null) {
38357
+ throw 'Missing the required parameter "predictorId" when calling getRoutingPredictorModels';
38358
+ }
38359
+
38360
+ return this.apiClient.callApi(
38361
+ '/api/v2/routing/predictors/{predictorId}/models',
38362
+ 'GET',
38363
+ { 'predictorId': predictorId },
38364
+ { },
38365
+ { },
38366
+ { },
38367
+ null,
38368
+ ['PureCloud OAuth'],
38369
+ ['application/json'],
38370
+ ['application/json']
38371
+ );
38372
+ }
38373
+
38315
38374
  /**
38316
38375
  * Retrieve all predictors.
38317
38376
  *
@@ -40433,7 +40492,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40433
40492
  /**
40434
40493
  * SCIM service.
40435
40494
  * @module purecloud-platform-client-v2/api/SCIMApi
40436
- * @version 148.0.0
40495
+ * @version 149.1.0
40437
40496
  */
40438
40497
 
40439
40498
  /**
@@ -41310,7 +41369,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41310
41369
  /**
41311
41370
  * Scripts service.
41312
41371
  * @module purecloud-platform-client-v2/api/ScriptsApi
41313
- * @version 148.0.0
41372
+ * @version 149.1.0
41314
41373
  */
41315
41374
 
41316
41375
  /**
@@ -41729,7 +41788,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41729
41788
  /**
41730
41789
  * Search service.
41731
41790
  * @module purecloud-platform-client-v2/api/SearchApi
41732
- * @version 148.0.0
41791
+ * @version 149.1.0
41733
41792
  */
41734
41793
 
41735
41794
  /**
@@ -42289,7 +42348,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42289
42348
  /**
42290
42349
  * SpeechTextAnalytics service.
42291
42350
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
42292
- * @version 148.0.0
42351
+ * @version 149.1.0
42293
42352
  */
42294
42353
 
42295
42354
  /**
@@ -43143,7 +43202,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43143
43202
  /**
43144
43203
  * Stations service.
43145
43204
  * @module purecloud-platform-client-v2/api/StationsApi
43146
- * @version 148.0.0
43205
+ * @version 149.1.0
43147
43206
  */
43148
43207
 
43149
43208
  /**
@@ -43290,7 +43349,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43290
43349
  /**
43291
43350
  * Suggest service.
43292
43351
  * @module purecloud-platform-client-v2/api/SuggestApi
43293
- * @version 148.0.0
43352
+ * @version 149.1.0
43294
43353
  */
43295
43354
 
43296
43355
  /**
@@ -43429,7 +43488,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43429
43488
  /**
43430
43489
  * Teams service.
43431
43490
  * @module purecloud-platform-client-v2/api/TeamsApi
43432
- * @version 148.0.0
43491
+ * @version 149.1.0
43433
43492
  */
43434
43493
 
43435
43494
  /**
@@ -43608,7 +43667,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43608
43667
  /**
43609
43668
  * Telephony service.
43610
43669
  * @module purecloud-platform-client-v2/api/TelephonyApi
43611
- * @version 148.0.0
43670
+ * @version 149.1.0
43612
43671
  */
43613
43672
 
43614
43673
  /**
@@ -43716,7 +43775,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43716
43775
  /**
43717
43776
  * TelephonyProvidersEdge service.
43718
43777
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
43719
- * @version 148.0.0
43778
+ * @version 149.1.0
43720
43779
  */
43721
43780
 
43722
43781
  /**
@@ -47349,7 +47408,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47349
47408
  /**
47350
47409
  * Textbots service.
47351
47410
  * @module purecloud-platform-client-v2/api/TextbotsApi
47352
- * @version 148.0.0
47411
+ * @version 149.1.0
47353
47412
  */
47354
47413
 
47355
47414
  /**
@@ -47477,7 +47536,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47477
47536
  /**
47478
47537
  * Tokens service.
47479
47538
  * @module purecloud-platform-client-v2/api/TokensApi
47480
- * @version 148.0.0
47539
+ * @version 149.1.0
47481
47540
  */
47482
47541
 
47483
47542
  /**
@@ -47583,7 +47642,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47583
47642
  /**
47584
47643
  * Uploads service.
47585
47644
  * @module purecloud-platform-client-v2/api/UploadsApi
47586
- * @version 148.0.0
47645
+ * @version 149.1.0
47587
47646
  */
47588
47647
 
47589
47648
  /**
@@ -47759,7 +47818,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47759
47818
  /**
47760
47819
  * Usage service.
47761
47820
  * @module purecloud-platform-client-v2/api/UsageApi
47762
- * @version 148.0.0
47821
+ * @version 149.1.0
47763
47822
  */
47764
47823
 
47765
47824
  /**
@@ -47830,7 +47889,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47830
47889
  /**
47831
47890
  * UserRecordings service.
47832
47891
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
47833
- * @version 148.0.0
47892
+ * @version 149.1.0
47834
47893
  */
47835
47894
 
47836
47895
  /**
@@ -48015,7 +48074,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48015
48074
  /**
48016
48075
  * Users service.
48017
48076
  * @module purecloud-platform-client-v2/api/UsersApi
48018
- * @version 148.0.0
48077
+ * @version 149.1.0
48019
48078
  */
48020
48079
 
48021
48080
  /**
@@ -50347,7 +50406,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50347
50406
  /**
50348
50407
  * Utilities service.
50349
50408
  * @module purecloud-platform-client-v2/api/UtilitiesApi
50350
- * @version 148.0.0
50409
+ * @version 149.1.0
50351
50410
  */
50352
50411
 
50353
50412
  /**
@@ -50458,7 +50517,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50458
50517
  /**
50459
50518
  * Voicemail service.
50460
50519
  * @module purecloud-platform-client-v2/api/VoicemailApi
50461
- * @version 148.0.0
50520
+ * @version 149.1.0
50462
50521
  */
50463
50522
 
50464
50523
  /**
@@ -51125,7 +51184,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51125
51184
  /**
51126
51185
  * WebChat service.
51127
51186
  * @module purecloud-platform-client-v2/api/WebChatApi
51128
- * @version 148.0.0
51187
+ * @version 149.1.0
51129
51188
  */
51130
51189
 
51131
51190
  /**
@@ -51669,7 +51728,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51669
51728
  /**
51670
51729
  * WebDeployments service.
51671
51730
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
51672
- * @version 148.0.0
51731
+ * @version 149.1.0
51673
51732
  */
51674
51733
 
51675
51734
  /**
@@ -51895,14 +51954,18 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51895
51954
  /**
51896
51955
  * Get deployments
51897
51956
  *
51957
+ * @param {Object} opts Optional parameters
51958
+ * @param {Array.<String>} opts.expand The specified entity attributes will be filled. Comma separated values expected. Valid values:
51898
51959
  */
51899
- getWebdeploymentsDeployments() {
51960
+ getWebdeploymentsDeployments(opts) {
51961
+ opts = opts || {};
51962
+
51900
51963
 
51901
51964
  return this.apiClient.callApi(
51902
51965
  '/api/v2/webdeployments/deployments',
51903
51966
  'GET',
51904
51967
  { },
51905
- { },
51968
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
51906
51969
  { },
51907
51970
  { },
51908
51971
  null,
@@ -52053,7 +52116,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52053
52116
  /**
52054
52117
  * WebMessaging service.
52055
52118
  * @module purecloud-platform-client-v2/api/WebMessagingApi
52056
- * @version 148.0.0
52119
+ * @version 149.1.0
52057
52120
  */
52058
52121
 
52059
52122
  /**
@@ -52099,7 +52162,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52099
52162
  /**
52100
52163
  * Widgets service.
52101
52164
  * @module purecloud-platform-client-v2/api/WidgetsApi
52102
- * @version 148.0.0
52165
+ * @version 149.1.0
52103
52166
  */
52104
52167
 
52105
52168
  /**
@@ -52245,7 +52308,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52245
52308
  /**
52246
52309
  * WorkforceManagement service.
52247
52310
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
52248
- * @version 148.0.0
52311
+ * @version 149.1.0
52249
52312
  */
52250
52313
 
52251
52314
  /**
@@ -56521,7 +56584,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56521
56584
  * </pre>
56522
56585
  * </p>
56523
56586
  * @module purecloud-platform-client-v2/index
56524
- * @version 148.0.0
56587
+ * @version 149.1.0
56525
56588
  */
56526
56589
  class platformClient {
56527
56590
  constructor() {