purecloud-platform-client-v2 177.0.0 → 179.2.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 (82) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +203 -73
  3. package/dist/web-amd/purecloud-platform-client-v2.js +203 -73
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +203 -73
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +209 -76
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +292 -224
  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/CarrierServicesApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +131 -1
  63. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -5525,11 +5525,14 @@ module.exports = function hasSymbols() {
5525
5525
  },{}],48:[function(require,module,exports){
5526
5526
  'use strict';
5527
5527
 
5528
- var bind = require('function-bind');
5528
+ var hasOwnProperty = {}.hasOwnProperty;
5529
+ var call = Function.prototype.call;
5529
5530
 
5530
- module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
5531
+ module.exports = call.bind ? call.bind(hasOwnProperty) : function (O, P) {
5532
+ return call.call(hasOwnProperty, O, P);
5533
+ };
5531
5534
 
5532
- },{"function-bind":43}],49:[function(require,module,exports){
5535
+ },{}],49:[function(require,module,exports){
5533
5536
  var hasMap = typeof Map === 'function' && Map.prototype;
5534
5537
  var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
5535
5538
  var mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;
@@ -9336,7 +9339,7 @@ class Configuration {
9336
9339
 
9337
9340
  /**
9338
9341
  * @module purecloud-platform-client-v2/ApiClient
9339
- * @version 177.0.0
9342
+ * @version 179.2.0
9340
9343
  */
9341
9344
  class ApiClient {
9342
9345
  /**
@@ -10415,7 +10418,7 @@ class AlertingApi {
10415
10418
  /**
10416
10419
  * Alerting service.
10417
10420
  * @module purecloud-platform-client-v2/api/AlertingApi
10418
- * @version 177.0.0
10421
+ * @version 179.2.0
10419
10422
  */
10420
10423
 
10421
10424
  /**
@@ -11065,7 +11068,7 @@ class AnalyticsApi {
11065
11068
  /**
11066
11069
  * Analytics service.
11067
11070
  * @module purecloud-platform-client-v2/api/AnalyticsApi
11068
- * @version 177.0.0
11071
+ * @version 179.2.0
11069
11072
  */
11070
11073
 
11071
11074
  /**
@@ -13511,7 +13514,7 @@ class ArchitectApi {
13511
13514
  /**
13512
13515
  * Architect service.
13513
13516
  * @module purecloud-platform-client-v2/api/ArchitectApi
13514
- * @version 177.0.0
13517
+ * @version 179.2.0
13515
13518
  */
13516
13519
 
13517
13520
  /**
@@ -17346,7 +17349,7 @@ class AuditApi {
17346
17349
  /**
17347
17350
  * Audit service.
17348
17351
  * @module purecloud-platform-client-v2/api/AuditApi
17349
- * @version 177.0.0
17352
+ * @version 179.2.0
17350
17353
  */
17351
17354
 
17352
17355
  /**
@@ -17517,7 +17520,7 @@ class AuthorizationApi {
17517
17520
  /**
17518
17521
  * Authorization service.
17519
17522
  * @module purecloud-platform-client-v2/api/AuthorizationApi
17520
- * @version 177.0.0
17523
+ * @version 179.2.0
17521
17524
  */
17522
17525
 
17523
17526
  /**
@@ -18748,7 +18751,7 @@ class BillingApi {
18748
18751
  /**
18749
18752
  * Billing service.
18750
18753
  * @module purecloud-platform-client-v2/api/BillingApi
18751
- * @version 177.0.0
18754
+ * @version 179.2.0
18752
18755
  */
18753
18756
 
18754
18757
  /**
@@ -18828,7 +18831,7 @@ class CarrierServicesApi {
18828
18831
  /**
18829
18832
  * CarrierServices service.
18830
18833
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
18831
- * @version 177.0.0
18834
+ * @version 179.2.0
18832
18835
  */
18833
18836
 
18834
18837
  /**
@@ -18898,7 +18901,7 @@ class ChatApi {
18898
18901
  /**
18899
18902
  * Chat service.
18900
18903
  * @module purecloud-platform-client-v2/api/ChatApi
18901
- * @version 177.0.0
18904
+ * @version 179.2.0
18902
18905
  */
18903
18906
 
18904
18907
  /**
@@ -19666,7 +19669,7 @@ class CoachingApi {
19666
19669
  /**
19667
19670
  * Coaching service.
19668
19671
  * @module purecloud-platform-client-v2/api/CoachingApi
19669
- * @version 177.0.0
19672
+ * @version 179.2.0
19670
19673
  */
19671
19674
 
19672
19675
  /**
@@ -20243,7 +20246,7 @@ class ContentManagementApi {
20243
20246
  /**
20244
20247
  * ContentManagement service.
20245
20248
  * @module purecloud-platform-client-v2/api/ContentManagementApi
20246
- * @version 177.0.0
20249
+ * @version 179.2.0
20247
20250
  */
20248
20251
 
20249
20252
  /**
@@ -21386,7 +21389,7 @@ class ConversationsApi {
21386
21389
  /**
21387
21390
  * Conversations service.
21388
21391
  * @module purecloud-platform-client-v2/api/ConversationsApi
21389
- * @version 177.0.0
21392
+ * @version 179.2.0
21390
21393
  */
21391
21394
 
21392
21395
  /**
@@ -28470,7 +28473,7 @@ class DataExtensionsApi {
28470
28473
  /**
28471
28474
  * DataExtensions service.
28472
28475
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
28473
- * @version 177.0.0
28476
+ * @version 179.2.0
28474
28477
  */
28475
28478
 
28476
28479
  /**
@@ -28556,7 +28559,7 @@ class DownloadsApi {
28556
28559
  /**
28557
28560
  * Downloads service.
28558
28561
  * @module purecloud-platform-client-v2/api/DownloadsApi
28559
- * @version 177.0.0
28562
+ * @version 179.2.0
28560
28563
  */
28561
28564
 
28562
28565
  /**
@@ -28608,7 +28611,7 @@ class EmailsApi {
28608
28611
  /**
28609
28612
  * Emails service.
28610
28613
  * @module purecloud-platform-client-v2/api/EmailsApi
28611
- * @version 177.0.0
28614
+ * @version 179.2.0
28612
28615
  */
28613
28616
 
28614
28617
  /**
@@ -28673,7 +28676,7 @@ class EventsApi {
28673
28676
  /**
28674
28677
  * Events service.
28675
28678
  * @module purecloud-platform-client-v2/api/EventsApi
28676
- * @version 177.0.0
28679
+ * @version 179.2.0
28677
28680
  */
28678
28681
 
28679
28682
  /**
@@ -28769,7 +28772,7 @@ class ExternalContactsApi {
28769
28772
  /**
28770
28773
  * ExternalContacts service.
28771
28774
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
28772
- * @version 177.0.0
28775
+ * @version 179.2.0
28773
28776
  */
28774
28777
 
28775
28778
  /**
@@ -30727,7 +30730,7 @@ class FaxApi {
30727
30730
  /**
30728
30731
  * Fax service.
30729
30732
  * @module purecloud-platform-client-v2/api/FaxApi
30730
- * @version 177.0.0
30733
+ * @version 179.2.0
30731
30734
  */
30732
30735
 
30733
30736
  /**
@@ -30898,7 +30901,7 @@ class FlowsApi {
30898
30901
  /**
30899
30902
  * Flows service.
30900
30903
  * @module purecloud-platform-client-v2/api/FlowsApi
30901
- * @version 177.0.0
30904
+ * @version 179.2.0
30902
30905
  */
30903
30906
 
30904
30907
  /**
@@ -31082,7 +31085,7 @@ class GamificationApi {
31082
31085
  /**
31083
31086
  * Gamification service.
31084
31087
  * @module purecloud-platform-client-v2/api/GamificationApi
31085
- * @version 177.0.0
31088
+ * @version 179.2.0
31086
31089
  */
31087
31090
 
31088
31091
  /**
@@ -33168,7 +33171,7 @@ class GeneralDataProtectionRegulationApi {
33168
33171
  /**
33169
33172
  * GeneralDataProtectionRegulation service.
33170
33173
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
33171
- * @version 177.0.0
33174
+ * @version 179.2.0
33172
33175
  */
33173
33176
 
33174
33177
  /**
@@ -33298,7 +33301,7 @@ class GeolocationApi {
33298
33301
  /**
33299
33302
  * Geolocation service.
33300
33303
  * @module purecloud-platform-client-v2/api/GeolocationApi
33301
- * @version 177.0.0
33304
+ * @version 179.2.0
33302
33305
  */
33303
33306
 
33304
33307
  /**
@@ -33429,7 +33432,7 @@ class GreetingsApi {
33429
33432
  /**
33430
33433
  * Greetings service.
33431
33434
  * @module purecloud-platform-client-v2/api/GreetingsApi
33432
- * @version 177.0.0
33435
+ * @version 179.2.0
33433
33436
  */
33434
33437
 
33435
33438
  /**
@@ -33884,7 +33887,7 @@ class GroupsApi {
33884
33887
  /**
33885
33888
  * Groups service.
33886
33889
  * @module purecloud-platform-client-v2/api/GroupsApi
33887
- * @version 177.0.0
33890
+ * @version 179.2.0
33888
33891
  */
33889
33892
 
33890
33893
  /**
@@ -34403,7 +34406,7 @@ class IdentityProviderApi {
34403
34406
  /**
34404
34407
  * IdentityProvider service.
34405
34408
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
34406
- * @version 177.0.0
34409
+ * @version 179.2.0
34407
34410
  */
34408
34411
 
34409
34412
  /**
@@ -35159,7 +35162,7 @@ class InfrastructureAsCodeApi {
35159
35162
  /**
35160
35163
  * InfrastructureAsCode service.
35161
35164
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
35162
- * @version 177.0.0
35165
+ * @version 179.2.0
35163
35166
  */
35164
35167
 
35165
35168
  /**
@@ -35326,7 +35329,7 @@ class IntegrationsApi {
35326
35329
  /**
35327
35330
  * Integrations service.
35328
35331
  * @module purecloud-platform-client-v2/api/IntegrationsApi
35329
- * @version 177.0.0
35332
+ * @version 179.2.0
35330
35333
  */
35331
35334
 
35332
35335
  /**
@@ -37288,7 +37291,7 @@ class JourneyApi {
37288
37291
  /**
37289
37292
  * Journey service.
37290
37293
  * @module purecloud-platform-client-v2/api/JourneyApi
37291
- * @version 177.0.0
37294
+ * @version 179.2.0
37292
37295
  */
37293
37296
 
37294
37297
  /**
@@ -38452,7 +38455,7 @@ class KnowledgeApi {
38452
38455
  /**
38453
38456
  * Knowledge service.
38454
38457
  * @module purecloud-platform-client-v2/api/KnowledgeApi
38455
- * @version 177.0.0
38458
+ * @version 179.2.0
38456
38459
  */
38457
38460
 
38458
38461
  /**
@@ -41273,7 +41276,7 @@ class LanguageUnderstandingApi {
41273
41276
  /**
41274
41277
  * LanguageUnderstanding service.
41275
41278
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
41276
- * @version 177.0.0
41279
+ * @version 179.2.0
41277
41280
  */
41278
41281
 
41279
41282
  /**
@@ -42286,7 +42289,7 @@ class LanguagesApi {
42286
42289
  /**
42287
42290
  * Languages service.
42288
42291
  * @module purecloud-platform-client-v2/api/LanguagesApi
42289
- * @version 177.0.0
42292
+ * @version 179.2.0
42290
42293
  */
42291
42294
 
42292
42295
  /**
@@ -42508,7 +42511,7 @@ class LearningApi {
42508
42511
  /**
42509
42512
  * Learning service.
42510
42513
  * @module purecloud-platform-client-v2/api/LearningApi
42511
- * @version 177.0.0
42514
+ * @version 179.2.0
42512
42515
  */
42513
42516
 
42514
42517
  /**
@@ -43327,7 +43330,7 @@ class LicenseApi {
43327
43330
  /**
43328
43331
  * License service.
43329
43332
  * @module purecloud-platform-client-v2/api/LicenseApi
43330
- * @version 177.0.0
43333
+ * @version 179.2.0
43331
43334
  */
43332
43335
 
43333
43336
  /**
@@ -43565,7 +43568,7 @@ class LocationsApi {
43565
43568
  /**
43566
43569
  * Locations service.
43567
43570
  * @module purecloud-platform-client-v2/api/LocationsApi
43568
- * @version 177.0.0
43571
+ * @version 179.2.0
43569
43572
  */
43570
43573
 
43571
43574
  /**
@@ -43801,7 +43804,7 @@ class MessagingApi {
43801
43804
  /**
43802
43805
  * Messaging service.
43803
43806
  * @module purecloud-platform-client-v2/api/MessagingApi
43804
- * @version 177.0.0
43807
+ * @version 179.2.0
43805
43808
  */
43806
43809
 
43807
43810
  /**
@@ -44160,7 +44163,7 @@ class MobileDevicesApi {
44160
44163
  /**
44161
44164
  * MobileDevices service.
44162
44165
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
44163
- * @version 177.0.0
44166
+ * @version 179.2.0
44164
44167
  */
44165
44168
 
44166
44169
  /**
@@ -44311,7 +44314,7 @@ class NotificationsApi {
44311
44314
  /**
44312
44315
  * Notifications service.
44313
44316
  * @module purecloud-platform-client-v2/api/NotificationsApi
44314
- * @version 177.0.0
44317
+ * @version 179.2.0
44315
44318
  */
44316
44319
 
44317
44320
  /**
@@ -44544,7 +44547,7 @@ class OAuthApi {
44544
44547
  /**
44545
44548
  * OAuth service.
44546
44549
  * @module purecloud-platform-client-v2/api/OAuthApi
44547
- * @version 177.0.0
44550
+ * @version 179.2.0
44548
44551
  */
44549
44552
 
44550
44553
  /**
@@ -44910,7 +44913,7 @@ class ObjectsApi {
44910
44913
  /**
44911
44914
  * Objects service.
44912
44915
  * @module purecloud-platform-client-v2/api/ObjectsApi
44913
- * @version 177.0.0
44916
+ * @version 179.2.0
44914
44917
  */
44915
44918
 
44916
44919
  /**
@@ -45181,7 +45184,7 @@ class OrganizationApi {
45181
45184
  /**
45182
45185
  * Organization service.
45183
45186
  * @module purecloud-platform-client-v2/api/OrganizationApi
45184
- * @version 177.0.0
45187
+ * @version 179.2.0
45185
45188
  */
45186
45189
 
45187
45190
  /**
@@ -45636,7 +45639,7 @@ class OrganizationAuthorizationApi {
45636
45639
  /**
45637
45640
  * OrganizationAuthorization service.
45638
45641
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
45639
- * @version 177.0.0
45642
+ * @version 179.2.0
45640
45643
  */
45641
45644
 
45642
45645
  /**
@@ -46983,7 +46986,7 @@ class OutboundApi {
46983
46986
  /**
46984
46987
  * Outbound service.
46985
46988
  * @module purecloud-platform-client-v2/api/OutboundApi
46986
- * @version 177.0.0
46989
+ * @version 179.2.0
46987
46990
  */
46988
46991
 
46989
46992
  /**
@@ -50605,7 +50608,7 @@ class PresenceApi {
50605
50608
  /**
50606
50609
  * Presence service.
50607
50610
  * @module purecloud-platform-client-v2/api/PresenceApi
50608
- * @version 177.0.0
50611
+ * @version 179.2.0
50609
50612
  */
50610
50613
 
50611
50614
  /**
@@ -51344,7 +51347,7 @@ class ProcessAutomationApi {
51344
51347
  /**
51345
51348
  * ProcessAutomation service.
51346
51349
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
51347
- * @version 177.0.0
51350
+ * @version 179.2.0
51348
51351
  */
51349
51352
 
51350
51353
  /**
@@ -51583,7 +51586,7 @@ class QualityApi {
51583
51586
  /**
51584
51587
  * Quality service.
51585
51588
  * @module purecloud-platform-client-v2/api/QualityApi
51586
- * @version 177.0.0
51589
+ * @version 179.2.0
51587
51590
  */
51588
51591
 
51589
51592
  /**
@@ -53337,7 +53340,7 @@ class RecordingApi {
53337
53340
  /**
53338
53341
  * Recording service.
53339
53342
  * @module purecloud-platform-client-v2/api/RecordingApi
53340
- * @version 177.0.0
53343
+ * @version 179.2.0
53341
53344
  */
53342
53345
 
53343
53346
  /**
@@ -54974,7 +54977,7 @@ class ResponseManagementApi {
54974
54977
  /**
54975
54978
  * ResponseManagement service.
54976
54979
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
54977
- * @version 177.0.0
54980
+ * @version 179.2.0
54978
54981
  */
54979
54982
 
54980
54983
  /**
@@ -55459,7 +55462,7 @@ class RoutingApi {
55459
55462
  /**
55460
55463
  * Routing service.
55461
55464
  * @module purecloud-platform-client-v2/api/RoutingApi
55462
- * @version 177.0.0
55465
+ * @version 179.2.0
55463
55466
  */
55464
55467
 
55465
55468
  /**
@@ -59167,7 +59170,7 @@ class SCIMApi {
59167
59170
  /**
59168
59171
  * SCIM service.
59169
59172
  * @module purecloud-platform-client-v2/api/SCIMApi
59170
- * @version 177.0.0
59173
+ * @version 179.2.0
59171
59174
  */
59172
59175
 
59173
59176
  /**
@@ -60044,7 +60047,7 @@ class ScriptsApi {
60044
60047
  /**
60045
60048
  * Scripts service.
60046
60049
  * @module purecloud-platform-client-v2/api/ScriptsApi
60047
- * @version 177.0.0
60050
+ * @version 179.2.0
60048
60051
  */
60049
60052
 
60050
60053
  /**
@@ -60488,7 +60491,7 @@ class SearchApi {
60488
60491
  /**
60489
60492
  * Search service.
60490
60493
  * @module purecloud-platform-client-v2/api/SearchApi
60491
- * @version 177.0.0
60494
+ * @version 179.2.0
60492
60495
  */
60493
60496
 
60494
60497
  /**
@@ -61177,7 +61180,7 @@ class SettingsApi {
61177
61180
  /**
61178
61181
  * Settings service.
61179
61182
  * @module purecloud-platform-client-v2/api/SettingsApi
61180
- * @version 177.0.0
61183
+ * @version 179.2.0
61181
61184
  */
61182
61185
 
61183
61186
  /**
@@ -61242,7 +61245,7 @@ class SpeechTextAnalyticsApi {
61242
61245
  /**
61243
61246
  * SpeechTextAnalytics service.
61244
61247
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
61245
- * @version 177.0.0
61248
+ * @version 179.2.0
61246
61249
  */
61247
61250
 
61248
61251
  /**
@@ -61257,6 +61260,31 @@ class SpeechTextAnalyticsApi {
61257
61260
  }
61258
61261
 
61259
61262
 
61263
+ /**
61264
+ * Delete a Speech and Text Analytics DictionaryFeedback by Id
61265
+ *
61266
+ * @param {String} dictionaryFeedbackId The Id of the Dictionary Feedback
61267
+ */
61268
+ deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId) {
61269
+ // verify the required parameter 'dictionaryFeedbackId' is set
61270
+ if (dictionaryFeedbackId === undefined || dictionaryFeedbackId === null) {
61271
+ throw 'Missing the required parameter "dictionaryFeedbackId" when calling deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId';
61272
+ }
61273
+
61274
+ return this.apiClient.callApi(
61275
+ '/api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId}',
61276
+ 'DELETE',
61277
+ { 'dictionaryFeedbackId': dictionaryFeedbackId },
61278
+ { },
61279
+ { },
61280
+ { },
61281
+ null,
61282
+ ['PureCloud OAuth'],
61283
+ ['application/json'],
61284
+ ['application/json']
61285
+ );
61286
+ }
61287
+
61260
61288
  /**
61261
61289
  * Delete a Speech and Text Analytics program by id
61262
61290
  *
@@ -61441,6 +61469,57 @@ class SpeechTextAnalyticsApi {
61441
61469
  );
61442
61470
  }
61443
61471
 
61472
+ /**
61473
+ * Get the list of Speech and Text Analytics dictionary feedbacks
61474
+ *
61475
+ * @param {Object} opts Optional parameters
61476
+ * @param {String} opts.dialect The key for filter the listing by dialect, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard
61477
+ * @param {String} opts.nextPage The key for listing the next page
61478
+ * @param {Number} opts.pageSize The page size for the listing (default to 500)
61479
+ */
61480
+ getSpeechandtextanalyticsDictionaryfeedback(opts) {
61481
+ opts = opts || {};
61482
+
61483
+
61484
+ return this.apiClient.callApi(
61485
+ '/api/v2/speechandtextanalytics/dictionaryfeedback',
61486
+ 'GET',
61487
+ { },
61488
+ { 'dialect': opts['dialect'],'nextPage': opts['nextPage'],'pageSize': opts['pageSize'] },
61489
+ { },
61490
+ { },
61491
+ null,
61492
+ ['PureCloud OAuth'],
61493
+ ['application/json'],
61494
+ ['application/json']
61495
+ );
61496
+ }
61497
+
61498
+ /**
61499
+ * Get a Speech and Text Analytics dictionary feedback by id
61500
+ *
61501
+ * @param {String} dictionaryFeedbackId The Id of the Dictionary Feedback
61502
+ */
61503
+ getSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId) {
61504
+ // verify the required parameter 'dictionaryFeedbackId' is set
61505
+ if (dictionaryFeedbackId === undefined || dictionaryFeedbackId === null) {
61506
+ throw 'Missing the required parameter "dictionaryFeedbackId" when calling getSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId';
61507
+ }
61508
+
61509
+ return this.apiClient.callApi(
61510
+ '/api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId}',
61511
+ 'GET',
61512
+ { 'dictionaryFeedbackId': dictionaryFeedbackId },
61513
+ { },
61514
+ { },
61515
+ { },
61516
+ null,
61517
+ ['PureCloud OAuth'],
61518
+ ['application/json'],
61519
+ ['application/json']
61520
+ );
61521
+ }
61522
+
61444
61523
  /**
61445
61524
  * Get a Speech and Text Analytics program by id
61446
61525
  *
@@ -61899,6 +61978,31 @@ class SpeechTextAnalyticsApi {
61899
61978
  );
61900
61979
  }
61901
61980
 
61981
+ /**
61982
+ * Create a Speech and Text Analytics DictionaryFeedback
61983
+ *
61984
+ * @param {Object} body The DictionaryFeedback to create
61985
+ */
61986
+ postSpeechandtextanalyticsDictionaryfeedback(body) {
61987
+ // verify the required parameter 'body' is set
61988
+ if (body === undefined || body === null) {
61989
+ throw 'Missing the required parameter "body" when calling postSpeechandtextanalyticsDictionaryfeedback';
61990
+ }
61991
+
61992
+ return this.apiClient.callApi(
61993
+ '/api/v2/speechandtextanalytics/dictionaryfeedback',
61994
+ 'POST',
61995
+ { },
61996
+ { },
61997
+ { },
61998
+ { },
61999
+ body,
62000
+ ['PureCloud OAuth'],
62001
+ ['application/json'],
62002
+ ['application/json']
62003
+ );
62004
+ }
62005
+
61902
62006
  /**
61903
62007
  * Create new Speech and Text Analytics program
61904
62008
  *
@@ -62074,6 +62178,35 @@ class SpeechTextAnalyticsApi {
62074
62178
  );
62075
62179
  }
62076
62180
 
62181
+ /**
62182
+ * Update existing Speech and Text Analytics dictionary feedback by id
62183
+ *
62184
+ * @param {String} dictionaryFeedbackId The Id of the Dictionary Feedback
62185
+ * @param {Object} opts Optional parameters
62186
+ * @param {Object} opts.body
62187
+ */
62188
+ putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId, opts) {
62189
+ opts = opts || {};
62190
+
62191
+ // verify the required parameter 'dictionaryFeedbackId' is set
62192
+ if (dictionaryFeedbackId === undefined || dictionaryFeedbackId === null) {
62193
+ throw 'Missing the required parameter "dictionaryFeedbackId" when calling putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId';
62194
+ }
62195
+
62196
+ return this.apiClient.callApi(
62197
+ '/api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId}',
62198
+ 'PUT',
62199
+ { 'dictionaryFeedbackId': dictionaryFeedbackId },
62200
+ { },
62201
+ { },
62202
+ { },
62203
+ opts['body'],
62204
+ ['PureCloud OAuth'],
62205
+ ['application/json'],
62206
+ ['application/json']
62207
+ );
62208
+ }
62209
+
62077
62210
  /**
62078
62211
  * Update existing Speech and Text Analytics program
62079
62212
  *
@@ -62225,7 +62358,7 @@ class StationsApi {
62225
62358
  /**
62226
62359
  * Stations service.
62227
62360
  * @module purecloud-platform-client-v2/api/StationsApi
62228
- * @version 177.0.0
62361
+ * @version 179.2.0
62229
62362
  */
62230
62363
 
62231
62364
  /**
@@ -62327,7 +62460,7 @@ class SuggestApi {
62327
62460
  /**
62328
62461
  * Suggest service.
62329
62462
  * @module purecloud-platform-client-v2/api/SuggestApi
62330
- * @version 177.0.0
62463
+ * @version 179.2.0
62331
62464
  */
62332
62465
 
62333
62466
  /**
@@ -62466,7 +62599,7 @@ class TaskManagementApi {
62466
62599
  /**
62467
62600
  * TaskManagement service.
62468
62601
  * @module purecloud-platform-client-v2/api/TaskManagementApi
62469
- * @version 177.0.0
62602
+ * @version 179.2.0
62470
62603
  */
62471
62604
 
62472
62605
  /**
@@ -63747,7 +63880,7 @@ class TeamsApi {
63747
63880
  /**
63748
63881
  * Teams service.
63749
63882
  * @module purecloud-platform-client-v2/api/TeamsApi
63750
- * @version 177.0.0
63883
+ * @version 179.2.0
63751
63884
  */
63752
63885
 
63753
63886
  /**
@@ -64049,7 +64182,7 @@ class TelephonyApi {
64049
64182
  /**
64050
64183
  * Telephony service.
64051
64184
  * @module purecloud-platform-client-v2/api/TelephonyApi
64052
- * @version 177.0.0
64185
+ * @version 179.2.0
64053
64186
  */
64054
64187
 
64055
64188
  /**
@@ -64177,7 +64310,7 @@ class TelephonyProvidersEdgeApi {
64177
64310
  /**
64178
64311
  * TelephonyProvidersEdge service.
64179
64312
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
64180
- * @version 177.0.0
64313
+ * @version 179.2.0
64181
64314
  */
64182
64315
 
64183
64316
  /**
@@ -67466,7 +67599,7 @@ class TextbotsApi {
67466
67599
  /**
67467
67600
  * Textbots service.
67468
67601
  * @module purecloud-platform-client-v2/api/TextbotsApi
67469
- * @version 177.0.0
67602
+ * @version 179.2.0
67470
67603
  */
67471
67604
 
67472
67605
  /**
@@ -67594,7 +67727,7 @@ class TokensApi {
67594
67727
  /**
67595
67728
  * Tokens service.
67596
67729
  * @module purecloud-platform-client-v2/api/TokensApi
67597
- * @version 177.0.0
67730
+ * @version 179.2.0
67598
67731
  */
67599
67732
 
67600
67733
  /**
@@ -67750,7 +67883,7 @@ class UploadsApi {
67750
67883
  /**
67751
67884
  * Uploads service.
67752
67885
  * @module purecloud-platform-client-v2/api/UploadsApi
67753
- * @version 177.0.0
67886
+ * @version 179.2.0
67754
67887
  */
67755
67888
 
67756
67889
  /**
@@ -67926,7 +68059,7 @@ class UsageApi {
67926
68059
  /**
67927
68060
  * Usage service.
67928
68061
  * @module purecloud-platform-client-v2/api/UsageApi
67929
- * @version 177.0.0
68062
+ * @version 179.2.0
67930
68063
  */
67931
68064
 
67932
68065
  /**
@@ -68136,7 +68269,7 @@ class UserRecordingsApi {
68136
68269
  /**
68137
68270
  * UserRecordings service.
68138
68271
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
68139
- * @version 177.0.0
68272
+ * @version 179.2.0
68140
68273
  */
68141
68274
 
68142
68275
  /**
@@ -68321,7 +68454,7 @@ class UsersApi {
68321
68454
  /**
68322
68455
  * Users service.
68323
68456
  * @module purecloud-platform-client-v2/api/UsersApi
68324
- * @version 177.0.0
68457
+ * @version 179.2.0
68325
68458
  */
68326
68459
 
68327
68460
  /**
@@ -70882,7 +71015,7 @@ class UtilitiesApi {
70882
71015
  /**
70883
71016
  * Utilities service.
70884
71017
  * @module purecloud-platform-client-v2/api/UtilitiesApi
70885
- * @version 177.0.0
71018
+ * @version 179.2.0
70886
71019
  */
70887
71020
 
70888
71021
  /**
@@ -70993,7 +71126,7 @@ class VoicemailApi {
70993
71126
  /**
70994
71127
  * Voicemail service.
70995
71128
  * @module purecloud-platform-client-v2/api/VoicemailApi
70996
- * @version 177.0.0
71129
+ * @version 179.2.0
70997
71130
  */
70998
71131
 
70999
71132
  /**
@@ -71660,7 +71793,7 @@ class WebChatApi {
71660
71793
  /**
71661
71794
  * WebChat service.
71662
71795
  * @module purecloud-platform-client-v2/api/WebChatApi
71663
- * @version 177.0.0
71796
+ * @version 179.2.0
71664
71797
  */
71665
71798
 
71666
71799
  /**
@@ -72209,7 +72342,7 @@ class WebDeploymentsApi {
72209
72342
  /**
72210
72343
  * WebDeployments service.
72211
72344
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
72212
- * @version 177.0.0
72345
+ * @version 179.2.0
72213
72346
  */
72214
72347
 
72215
72348
  /**
@@ -72736,7 +72869,7 @@ class WebMessagingApi {
72736
72869
  /**
72737
72870
  * WebMessaging service.
72738
72871
  * @module purecloud-platform-client-v2/api/WebMessagingApi
72739
- * @version 177.0.0
72872
+ * @version 179.2.0
72740
72873
  */
72741
72874
 
72742
72875
  /**
@@ -72782,7 +72915,7 @@ class WidgetsApi {
72782
72915
  /**
72783
72916
  * Widgets service.
72784
72917
  * @module purecloud-platform-client-v2/api/WidgetsApi
72785
- * @version 177.0.0
72918
+ * @version 179.2.0
72786
72919
  */
72787
72920
 
72788
72921
  /**
@@ -72928,7 +73061,7 @@ class WorkforceManagementApi {
72928
73061
  /**
72929
73062
  * WorkforceManagement service.
72930
73063
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
72931
- * @version 177.0.0
73064
+ * @version 179.2.0
72932
73065
  */
72933
73066
 
72934
73067
  /**
@@ -78092,7 +78225,7 @@ class WorkforceManagementApi {
78092
78225
  * </pre>
78093
78226
  * </p>
78094
78227
  * @module purecloud-platform-client-v2/index
78095
- * @version 177.0.0
78228
+ * @version 179.2.0
78096
78229
  */
78097
78230
  class platformClient {
78098
78231
  constructor() {