purecloud-platform-client-v2 176.0.0 → 178.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 (82) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +238 -73
  3. package/dist/web-amd/purecloud-platform-client-v2.js +238 -73
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +238 -73
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +238 -73
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +113 -22
  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 +36 -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
@@ -9336,7 +9336,7 @@ class Configuration {
9336
9336
 
9337
9337
  /**
9338
9338
  * @module purecloud-platform-client-v2/ApiClient
9339
- * @version 176.0.0
9339
+ * @version 178.0.0
9340
9340
  */
9341
9341
  class ApiClient {
9342
9342
  /**
@@ -10415,7 +10415,7 @@ class AlertingApi {
10415
10415
  /**
10416
10416
  * Alerting service.
10417
10417
  * @module purecloud-platform-client-v2/api/AlertingApi
10418
- * @version 176.0.0
10418
+ * @version 178.0.0
10419
10419
  */
10420
10420
 
10421
10421
  /**
@@ -11065,7 +11065,7 @@ class AnalyticsApi {
11065
11065
  /**
11066
11066
  * Analytics service.
11067
11067
  * @module purecloud-platform-client-v2/api/AnalyticsApi
11068
- * @version 176.0.0
11068
+ * @version 178.0.0
11069
11069
  */
11070
11070
 
11071
11071
  /**
@@ -13511,7 +13511,7 @@ class ArchitectApi {
13511
13511
  /**
13512
13512
  * Architect service.
13513
13513
  * @module purecloud-platform-client-v2/api/ArchitectApi
13514
- * @version 176.0.0
13514
+ * @version 178.0.0
13515
13515
  */
13516
13516
 
13517
13517
  /**
@@ -16044,6 +16044,41 @@ class ArchitectApi {
16044
16044
  );
16045
16045
  }
16046
16046
 
16047
+ /**
16048
+ * Updates a grammar language
16049
+ *
16050
+ * @param {String} grammarId Grammar ID
16051
+ * @param {String} languageCode Language
16052
+ * @param {Object} opts Optional parameters
16053
+ * @param {Object} opts.body
16054
+ * patchArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
16055
+ */
16056
+ patchArchitectGrammarLanguage(grammarId, languageCode, opts) {
16057
+ opts = opts || {};
16058
+
16059
+ // verify the required parameter 'grammarId' is set
16060
+ if (grammarId === undefined || grammarId === null) {
16061
+ throw 'Missing the required parameter "grammarId" when calling patchArchitectGrammarLanguage';
16062
+ }
16063
+ // verify the required parameter 'languageCode' is set
16064
+ if (languageCode === undefined || languageCode === null) {
16065
+ throw 'Missing the required parameter "languageCode" when calling patchArchitectGrammarLanguage';
16066
+ }
16067
+
16068
+ return this.apiClient.callApi(
16069
+ '/api/v2/architect/grammars/{grammarId}/languages/{languageCode}',
16070
+ 'PATCH',
16071
+ { 'grammarId': grammarId,'languageCode': languageCode },
16072
+ { },
16073
+ { },
16074
+ { },
16075
+ opts['body'],
16076
+ ['PureCloud OAuth'],
16077
+ ['application/json'],
16078
+ ['application/json']
16079
+ );
16080
+ }
16081
+
16047
16082
  /**
16048
16083
  * Rebuild Dependency Tracking data for an organization
16049
16084
  * Asynchronous. Notification topic: v2.architect.dependencytracking.build
@@ -17311,7 +17346,7 @@ class AuditApi {
17311
17346
  /**
17312
17347
  * Audit service.
17313
17348
  * @module purecloud-platform-client-v2/api/AuditApi
17314
- * @version 176.0.0
17349
+ * @version 178.0.0
17315
17350
  */
17316
17351
 
17317
17352
  /**
@@ -17482,7 +17517,7 @@ class AuthorizationApi {
17482
17517
  /**
17483
17518
  * Authorization service.
17484
17519
  * @module purecloud-platform-client-v2/api/AuthorizationApi
17485
- * @version 176.0.0
17520
+ * @version 178.0.0
17486
17521
  */
17487
17522
 
17488
17523
  /**
@@ -18713,7 +18748,7 @@ class BillingApi {
18713
18748
  /**
18714
18749
  * Billing service.
18715
18750
  * @module purecloud-platform-client-v2/api/BillingApi
18716
- * @version 176.0.0
18751
+ * @version 178.0.0
18717
18752
  */
18718
18753
 
18719
18754
  /**
@@ -18793,7 +18828,7 @@ class CarrierServicesApi {
18793
18828
  /**
18794
18829
  * CarrierServices service.
18795
18830
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
18796
- * @version 176.0.0
18831
+ * @version 178.0.0
18797
18832
  */
18798
18833
 
18799
18834
  /**
@@ -18863,7 +18898,7 @@ class ChatApi {
18863
18898
  /**
18864
18899
  * Chat service.
18865
18900
  * @module purecloud-platform-client-v2/api/ChatApi
18866
- * @version 176.0.0
18901
+ * @version 178.0.0
18867
18902
  */
18868
18903
 
18869
18904
  /**
@@ -19631,7 +19666,7 @@ class CoachingApi {
19631
19666
  /**
19632
19667
  * Coaching service.
19633
19668
  * @module purecloud-platform-client-v2/api/CoachingApi
19634
- * @version 176.0.0
19669
+ * @version 178.0.0
19635
19670
  */
19636
19671
 
19637
19672
  /**
@@ -20208,7 +20243,7 @@ class ContentManagementApi {
20208
20243
  /**
20209
20244
  * ContentManagement service.
20210
20245
  * @module purecloud-platform-client-v2/api/ContentManagementApi
20211
- * @version 176.0.0
20246
+ * @version 178.0.0
20212
20247
  */
20213
20248
 
20214
20249
  /**
@@ -21351,7 +21386,7 @@ class ConversationsApi {
21351
21386
  /**
21352
21387
  * Conversations service.
21353
21388
  * @module purecloud-platform-client-v2/api/ConversationsApi
21354
- * @version 176.0.0
21389
+ * @version 178.0.0
21355
21390
  */
21356
21391
 
21357
21392
  /**
@@ -28435,7 +28470,7 @@ class DataExtensionsApi {
28435
28470
  /**
28436
28471
  * DataExtensions service.
28437
28472
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
28438
- * @version 176.0.0
28473
+ * @version 178.0.0
28439
28474
  */
28440
28475
 
28441
28476
  /**
@@ -28521,7 +28556,7 @@ class DownloadsApi {
28521
28556
  /**
28522
28557
  * Downloads service.
28523
28558
  * @module purecloud-platform-client-v2/api/DownloadsApi
28524
- * @version 176.0.0
28559
+ * @version 178.0.0
28525
28560
  */
28526
28561
 
28527
28562
  /**
@@ -28573,7 +28608,7 @@ class EmailsApi {
28573
28608
  /**
28574
28609
  * Emails service.
28575
28610
  * @module purecloud-platform-client-v2/api/EmailsApi
28576
- * @version 176.0.0
28611
+ * @version 178.0.0
28577
28612
  */
28578
28613
 
28579
28614
  /**
@@ -28638,7 +28673,7 @@ class EventsApi {
28638
28673
  /**
28639
28674
  * Events service.
28640
28675
  * @module purecloud-platform-client-v2/api/EventsApi
28641
- * @version 176.0.0
28676
+ * @version 178.0.0
28642
28677
  */
28643
28678
 
28644
28679
  /**
@@ -28734,7 +28769,7 @@ class ExternalContactsApi {
28734
28769
  /**
28735
28770
  * ExternalContacts service.
28736
28771
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
28737
- * @version 176.0.0
28772
+ * @version 178.0.0
28738
28773
  */
28739
28774
 
28740
28775
  /**
@@ -30692,7 +30727,7 @@ class FaxApi {
30692
30727
  /**
30693
30728
  * Fax service.
30694
30729
  * @module purecloud-platform-client-v2/api/FaxApi
30695
- * @version 176.0.0
30730
+ * @version 178.0.0
30696
30731
  */
30697
30732
 
30698
30733
  /**
@@ -30863,7 +30898,7 @@ class FlowsApi {
30863
30898
  /**
30864
30899
  * Flows service.
30865
30900
  * @module purecloud-platform-client-v2/api/FlowsApi
30866
- * @version 176.0.0
30901
+ * @version 178.0.0
30867
30902
  */
30868
30903
 
30869
30904
  /**
@@ -31047,7 +31082,7 @@ class GamificationApi {
31047
31082
  /**
31048
31083
  * Gamification service.
31049
31084
  * @module purecloud-platform-client-v2/api/GamificationApi
31050
- * @version 176.0.0
31085
+ * @version 178.0.0
31051
31086
  */
31052
31087
 
31053
31088
  /**
@@ -33133,7 +33168,7 @@ class GeneralDataProtectionRegulationApi {
33133
33168
  /**
33134
33169
  * GeneralDataProtectionRegulation service.
33135
33170
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
33136
- * @version 176.0.0
33171
+ * @version 178.0.0
33137
33172
  */
33138
33173
 
33139
33174
  /**
@@ -33263,7 +33298,7 @@ class GeolocationApi {
33263
33298
  /**
33264
33299
  * Geolocation service.
33265
33300
  * @module purecloud-platform-client-v2/api/GeolocationApi
33266
- * @version 176.0.0
33301
+ * @version 178.0.0
33267
33302
  */
33268
33303
 
33269
33304
  /**
@@ -33394,7 +33429,7 @@ class GreetingsApi {
33394
33429
  /**
33395
33430
  * Greetings service.
33396
33431
  * @module purecloud-platform-client-v2/api/GreetingsApi
33397
- * @version 176.0.0
33432
+ * @version 178.0.0
33398
33433
  */
33399
33434
 
33400
33435
  /**
@@ -33849,7 +33884,7 @@ class GroupsApi {
33849
33884
  /**
33850
33885
  * Groups service.
33851
33886
  * @module purecloud-platform-client-v2/api/GroupsApi
33852
- * @version 176.0.0
33887
+ * @version 178.0.0
33853
33888
  */
33854
33889
 
33855
33890
  /**
@@ -34368,7 +34403,7 @@ class IdentityProviderApi {
34368
34403
  /**
34369
34404
  * IdentityProvider service.
34370
34405
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
34371
- * @version 176.0.0
34406
+ * @version 178.0.0
34372
34407
  */
34373
34408
 
34374
34409
  /**
@@ -35124,7 +35159,7 @@ class InfrastructureAsCodeApi {
35124
35159
  /**
35125
35160
  * InfrastructureAsCode service.
35126
35161
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
35127
- * @version 176.0.0
35162
+ * @version 178.0.0
35128
35163
  */
35129
35164
 
35130
35165
  /**
@@ -35291,7 +35326,7 @@ class IntegrationsApi {
35291
35326
  /**
35292
35327
  * Integrations service.
35293
35328
  * @module purecloud-platform-client-v2/api/IntegrationsApi
35294
- * @version 176.0.0
35329
+ * @version 178.0.0
35295
35330
  */
35296
35331
 
35297
35332
  /**
@@ -37253,7 +37288,7 @@ class JourneyApi {
37253
37288
  /**
37254
37289
  * Journey service.
37255
37290
  * @module purecloud-platform-client-v2/api/JourneyApi
37256
- * @version 176.0.0
37291
+ * @version 178.0.0
37257
37292
  */
37258
37293
 
37259
37294
  /**
@@ -38417,7 +38452,7 @@ class KnowledgeApi {
38417
38452
  /**
38418
38453
  * Knowledge service.
38419
38454
  * @module purecloud-platform-client-v2/api/KnowledgeApi
38420
- * @version 176.0.0
38455
+ * @version 178.0.0
38421
38456
  */
38422
38457
 
38423
38458
  /**
@@ -41238,7 +41273,7 @@ class LanguageUnderstandingApi {
41238
41273
  /**
41239
41274
  * LanguageUnderstanding service.
41240
41275
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
41241
- * @version 176.0.0
41276
+ * @version 178.0.0
41242
41277
  */
41243
41278
 
41244
41279
  /**
@@ -42251,7 +42286,7 @@ class LanguagesApi {
42251
42286
  /**
42252
42287
  * Languages service.
42253
42288
  * @module purecloud-platform-client-v2/api/LanguagesApi
42254
- * @version 176.0.0
42289
+ * @version 178.0.0
42255
42290
  */
42256
42291
 
42257
42292
  /**
@@ -42473,7 +42508,7 @@ class LearningApi {
42473
42508
  /**
42474
42509
  * Learning service.
42475
42510
  * @module purecloud-platform-client-v2/api/LearningApi
42476
- * @version 176.0.0
42511
+ * @version 178.0.0
42477
42512
  */
42478
42513
 
42479
42514
  /**
@@ -43292,7 +43327,7 @@ class LicenseApi {
43292
43327
  /**
43293
43328
  * License service.
43294
43329
  * @module purecloud-platform-client-v2/api/LicenseApi
43295
- * @version 176.0.0
43330
+ * @version 178.0.0
43296
43331
  */
43297
43332
 
43298
43333
  /**
@@ -43530,7 +43565,7 @@ class LocationsApi {
43530
43565
  /**
43531
43566
  * Locations service.
43532
43567
  * @module purecloud-platform-client-v2/api/LocationsApi
43533
- * @version 176.0.0
43568
+ * @version 178.0.0
43534
43569
  */
43535
43570
 
43536
43571
  /**
@@ -43766,7 +43801,7 @@ class MessagingApi {
43766
43801
  /**
43767
43802
  * Messaging service.
43768
43803
  * @module purecloud-platform-client-v2/api/MessagingApi
43769
- * @version 176.0.0
43804
+ * @version 178.0.0
43770
43805
  */
43771
43806
 
43772
43807
  /**
@@ -44125,7 +44160,7 @@ class MobileDevicesApi {
44125
44160
  /**
44126
44161
  * MobileDevices service.
44127
44162
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
44128
- * @version 176.0.0
44163
+ * @version 178.0.0
44129
44164
  */
44130
44165
 
44131
44166
  /**
@@ -44276,7 +44311,7 @@ class NotificationsApi {
44276
44311
  /**
44277
44312
  * Notifications service.
44278
44313
  * @module purecloud-platform-client-v2/api/NotificationsApi
44279
- * @version 176.0.0
44314
+ * @version 178.0.0
44280
44315
  */
44281
44316
 
44282
44317
  /**
@@ -44509,7 +44544,7 @@ class OAuthApi {
44509
44544
  /**
44510
44545
  * OAuth service.
44511
44546
  * @module purecloud-platform-client-v2/api/OAuthApi
44512
- * @version 176.0.0
44547
+ * @version 178.0.0
44513
44548
  */
44514
44549
 
44515
44550
  /**
@@ -44875,7 +44910,7 @@ class ObjectsApi {
44875
44910
  /**
44876
44911
  * Objects service.
44877
44912
  * @module purecloud-platform-client-v2/api/ObjectsApi
44878
- * @version 176.0.0
44913
+ * @version 178.0.0
44879
44914
  */
44880
44915
 
44881
44916
  /**
@@ -45146,7 +45181,7 @@ class OrganizationApi {
45146
45181
  /**
45147
45182
  * Organization service.
45148
45183
  * @module purecloud-platform-client-v2/api/OrganizationApi
45149
- * @version 176.0.0
45184
+ * @version 178.0.0
45150
45185
  */
45151
45186
 
45152
45187
  /**
@@ -45601,7 +45636,7 @@ class OrganizationAuthorizationApi {
45601
45636
  /**
45602
45637
  * OrganizationAuthorization service.
45603
45638
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
45604
- * @version 176.0.0
45639
+ * @version 178.0.0
45605
45640
  */
45606
45641
 
45607
45642
  /**
@@ -46948,7 +46983,7 @@ class OutboundApi {
46948
46983
  /**
46949
46984
  * Outbound service.
46950
46985
  * @module purecloud-platform-client-v2/api/OutboundApi
46951
- * @version 176.0.0
46986
+ * @version 178.0.0
46952
46987
  */
46953
46988
 
46954
46989
  /**
@@ -50570,7 +50605,7 @@ class PresenceApi {
50570
50605
  /**
50571
50606
  * Presence service.
50572
50607
  * @module purecloud-platform-client-v2/api/PresenceApi
50573
- * @version 176.0.0
50608
+ * @version 178.0.0
50574
50609
  */
50575
50610
 
50576
50611
  /**
@@ -51309,7 +51344,7 @@ class ProcessAutomationApi {
51309
51344
  /**
51310
51345
  * ProcessAutomation service.
51311
51346
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
51312
- * @version 176.0.0
51347
+ * @version 178.0.0
51313
51348
  */
51314
51349
 
51315
51350
  /**
@@ -51548,7 +51583,7 @@ class QualityApi {
51548
51583
  /**
51549
51584
  * Quality service.
51550
51585
  * @module purecloud-platform-client-v2/api/QualityApi
51551
- * @version 176.0.0
51586
+ * @version 178.0.0
51552
51587
  */
51553
51588
 
51554
51589
  /**
@@ -53302,7 +53337,7 @@ class RecordingApi {
53302
53337
  /**
53303
53338
  * Recording service.
53304
53339
  * @module purecloud-platform-client-v2/api/RecordingApi
53305
- * @version 176.0.0
53340
+ * @version 178.0.0
53306
53341
  */
53307
53342
 
53308
53343
  /**
@@ -54939,7 +54974,7 @@ class ResponseManagementApi {
54939
54974
  /**
54940
54975
  * ResponseManagement service.
54941
54976
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
54942
- * @version 176.0.0
54977
+ * @version 178.0.0
54943
54978
  */
54944
54979
 
54945
54980
  /**
@@ -55424,7 +55459,7 @@ class RoutingApi {
55424
55459
  /**
55425
55460
  * Routing service.
55426
55461
  * @module purecloud-platform-client-v2/api/RoutingApi
55427
- * @version 176.0.0
55462
+ * @version 178.0.0
55428
55463
  */
55429
55464
 
55430
55465
  /**
@@ -59132,7 +59167,7 @@ class SCIMApi {
59132
59167
  /**
59133
59168
  * SCIM service.
59134
59169
  * @module purecloud-platform-client-v2/api/SCIMApi
59135
- * @version 176.0.0
59170
+ * @version 178.0.0
59136
59171
  */
59137
59172
 
59138
59173
  /**
@@ -60009,7 +60044,7 @@ class ScriptsApi {
60009
60044
  /**
60010
60045
  * Scripts service.
60011
60046
  * @module purecloud-platform-client-v2/api/ScriptsApi
60012
- * @version 176.0.0
60047
+ * @version 178.0.0
60013
60048
  */
60014
60049
 
60015
60050
  /**
@@ -60453,7 +60488,7 @@ class SearchApi {
60453
60488
  /**
60454
60489
  * Search service.
60455
60490
  * @module purecloud-platform-client-v2/api/SearchApi
60456
- * @version 176.0.0
60491
+ * @version 178.0.0
60457
60492
  */
60458
60493
 
60459
60494
  /**
@@ -61142,7 +61177,7 @@ class SettingsApi {
61142
61177
  /**
61143
61178
  * Settings service.
61144
61179
  * @module purecloud-platform-client-v2/api/SettingsApi
61145
- * @version 176.0.0
61180
+ * @version 178.0.0
61146
61181
  */
61147
61182
 
61148
61183
  /**
@@ -61207,7 +61242,7 @@ class SpeechTextAnalyticsApi {
61207
61242
  /**
61208
61243
  * SpeechTextAnalytics service.
61209
61244
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
61210
- * @version 176.0.0
61245
+ * @version 178.0.0
61211
61246
  */
61212
61247
 
61213
61248
  /**
@@ -61222,6 +61257,31 @@ class SpeechTextAnalyticsApi {
61222
61257
  }
61223
61258
 
61224
61259
 
61260
+ /**
61261
+ * Delete a Speech and Text Analytics DictionaryFeedback by Id
61262
+ *
61263
+ * @param {String} dictionaryFeedbackId The Id of the Dictionary Feedback
61264
+ */
61265
+ deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId) {
61266
+ // verify the required parameter 'dictionaryFeedbackId' is set
61267
+ if (dictionaryFeedbackId === undefined || dictionaryFeedbackId === null) {
61268
+ throw 'Missing the required parameter "dictionaryFeedbackId" when calling deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId';
61269
+ }
61270
+
61271
+ return this.apiClient.callApi(
61272
+ '/api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId}',
61273
+ 'DELETE',
61274
+ { 'dictionaryFeedbackId': dictionaryFeedbackId },
61275
+ { },
61276
+ { },
61277
+ { },
61278
+ null,
61279
+ ['PureCloud OAuth'],
61280
+ ['application/json'],
61281
+ ['application/json']
61282
+ );
61283
+ }
61284
+
61225
61285
  /**
61226
61286
  * Delete a Speech and Text Analytics program by id
61227
61287
  *
@@ -61406,6 +61466,57 @@ class SpeechTextAnalyticsApi {
61406
61466
  );
61407
61467
  }
61408
61468
 
61469
+ /**
61470
+ * Get the list of Speech and Text Analytics dictionary feedbacks
61471
+ *
61472
+ * @param {Object} opts Optional parameters
61473
+ * @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
61474
+ * @param {String} opts.nextPage The key for listing the next page
61475
+ * @param {Number} opts.pageSize The page size for the listing (default to 500)
61476
+ */
61477
+ getSpeechandtextanalyticsDictionaryfeedback(opts) {
61478
+ opts = opts || {};
61479
+
61480
+
61481
+ return this.apiClient.callApi(
61482
+ '/api/v2/speechandtextanalytics/dictionaryfeedback',
61483
+ 'GET',
61484
+ { },
61485
+ { 'dialect': opts['dialect'],'nextPage': opts['nextPage'],'pageSize': opts['pageSize'] },
61486
+ { },
61487
+ { },
61488
+ null,
61489
+ ['PureCloud OAuth'],
61490
+ ['application/json'],
61491
+ ['application/json']
61492
+ );
61493
+ }
61494
+
61495
+ /**
61496
+ * Get a Speech and Text Analytics dictionary feedback by id
61497
+ *
61498
+ * @param {String} dictionaryFeedbackId The Id of the Dictionary Feedback
61499
+ */
61500
+ getSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId) {
61501
+ // verify the required parameter 'dictionaryFeedbackId' is set
61502
+ if (dictionaryFeedbackId === undefined || dictionaryFeedbackId === null) {
61503
+ throw 'Missing the required parameter "dictionaryFeedbackId" when calling getSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId';
61504
+ }
61505
+
61506
+ return this.apiClient.callApi(
61507
+ '/api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId}',
61508
+ 'GET',
61509
+ { 'dictionaryFeedbackId': dictionaryFeedbackId },
61510
+ { },
61511
+ { },
61512
+ { },
61513
+ null,
61514
+ ['PureCloud OAuth'],
61515
+ ['application/json'],
61516
+ ['application/json']
61517
+ );
61518
+ }
61519
+
61409
61520
  /**
61410
61521
  * Get a Speech and Text Analytics program by id
61411
61522
  *
@@ -61864,6 +61975,31 @@ class SpeechTextAnalyticsApi {
61864
61975
  );
61865
61976
  }
61866
61977
 
61978
+ /**
61979
+ * Create a Speech and Text Analytics DictionaryFeedback
61980
+ *
61981
+ * @param {Object} body The DictionaryFeedback to create
61982
+ */
61983
+ postSpeechandtextanalyticsDictionaryfeedback(body) {
61984
+ // verify the required parameter 'body' is set
61985
+ if (body === undefined || body === null) {
61986
+ throw 'Missing the required parameter "body" when calling postSpeechandtextanalyticsDictionaryfeedback';
61987
+ }
61988
+
61989
+ return this.apiClient.callApi(
61990
+ '/api/v2/speechandtextanalytics/dictionaryfeedback',
61991
+ 'POST',
61992
+ { },
61993
+ { },
61994
+ { },
61995
+ { },
61996
+ body,
61997
+ ['PureCloud OAuth'],
61998
+ ['application/json'],
61999
+ ['application/json']
62000
+ );
62001
+ }
62002
+
61867
62003
  /**
61868
62004
  * Create new Speech and Text Analytics program
61869
62005
  *
@@ -62039,6 +62175,35 @@ class SpeechTextAnalyticsApi {
62039
62175
  );
62040
62176
  }
62041
62177
 
62178
+ /**
62179
+ * Update existing Speech and Text Analytics dictionary feedback by id
62180
+ *
62181
+ * @param {String} dictionaryFeedbackId The Id of the Dictionary Feedback
62182
+ * @param {Object} opts Optional parameters
62183
+ * @param {Object} opts.body
62184
+ */
62185
+ putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId, opts) {
62186
+ opts = opts || {};
62187
+
62188
+ // verify the required parameter 'dictionaryFeedbackId' is set
62189
+ if (dictionaryFeedbackId === undefined || dictionaryFeedbackId === null) {
62190
+ throw 'Missing the required parameter "dictionaryFeedbackId" when calling putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId';
62191
+ }
62192
+
62193
+ return this.apiClient.callApi(
62194
+ '/api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId}',
62195
+ 'PUT',
62196
+ { 'dictionaryFeedbackId': dictionaryFeedbackId },
62197
+ { },
62198
+ { },
62199
+ { },
62200
+ opts['body'],
62201
+ ['PureCloud OAuth'],
62202
+ ['application/json'],
62203
+ ['application/json']
62204
+ );
62205
+ }
62206
+
62042
62207
  /**
62043
62208
  * Update existing Speech and Text Analytics program
62044
62209
  *
@@ -62190,7 +62355,7 @@ class StationsApi {
62190
62355
  /**
62191
62356
  * Stations service.
62192
62357
  * @module purecloud-platform-client-v2/api/StationsApi
62193
- * @version 176.0.0
62358
+ * @version 178.0.0
62194
62359
  */
62195
62360
 
62196
62361
  /**
@@ -62292,7 +62457,7 @@ class SuggestApi {
62292
62457
  /**
62293
62458
  * Suggest service.
62294
62459
  * @module purecloud-platform-client-v2/api/SuggestApi
62295
- * @version 176.0.0
62460
+ * @version 178.0.0
62296
62461
  */
62297
62462
 
62298
62463
  /**
@@ -62431,7 +62596,7 @@ class TaskManagementApi {
62431
62596
  /**
62432
62597
  * TaskManagement service.
62433
62598
  * @module purecloud-platform-client-v2/api/TaskManagementApi
62434
- * @version 176.0.0
62599
+ * @version 178.0.0
62435
62600
  */
62436
62601
 
62437
62602
  /**
@@ -63712,7 +63877,7 @@ class TeamsApi {
63712
63877
  /**
63713
63878
  * Teams service.
63714
63879
  * @module purecloud-platform-client-v2/api/TeamsApi
63715
- * @version 176.0.0
63880
+ * @version 178.0.0
63716
63881
  */
63717
63882
 
63718
63883
  /**
@@ -64014,7 +64179,7 @@ class TelephonyApi {
64014
64179
  /**
64015
64180
  * Telephony service.
64016
64181
  * @module purecloud-platform-client-v2/api/TelephonyApi
64017
- * @version 176.0.0
64182
+ * @version 178.0.0
64018
64183
  */
64019
64184
 
64020
64185
  /**
@@ -64142,7 +64307,7 @@ class TelephonyProvidersEdgeApi {
64142
64307
  /**
64143
64308
  * TelephonyProvidersEdge service.
64144
64309
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
64145
- * @version 176.0.0
64310
+ * @version 178.0.0
64146
64311
  */
64147
64312
 
64148
64313
  /**
@@ -67431,7 +67596,7 @@ class TextbotsApi {
67431
67596
  /**
67432
67597
  * Textbots service.
67433
67598
  * @module purecloud-platform-client-v2/api/TextbotsApi
67434
- * @version 176.0.0
67599
+ * @version 178.0.0
67435
67600
  */
67436
67601
 
67437
67602
  /**
@@ -67559,7 +67724,7 @@ class TokensApi {
67559
67724
  /**
67560
67725
  * Tokens service.
67561
67726
  * @module purecloud-platform-client-v2/api/TokensApi
67562
- * @version 176.0.0
67727
+ * @version 178.0.0
67563
67728
  */
67564
67729
 
67565
67730
  /**
@@ -67715,7 +67880,7 @@ class UploadsApi {
67715
67880
  /**
67716
67881
  * Uploads service.
67717
67882
  * @module purecloud-platform-client-v2/api/UploadsApi
67718
- * @version 176.0.0
67883
+ * @version 178.0.0
67719
67884
  */
67720
67885
 
67721
67886
  /**
@@ -67891,7 +68056,7 @@ class UsageApi {
67891
68056
  /**
67892
68057
  * Usage service.
67893
68058
  * @module purecloud-platform-client-v2/api/UsageApi
67894
- * @version 176.0.0
68059
+ * @version 178.0.0
67895
68060
  */
67896
68061
 
67897
68062
  /**
@@ -68101,7 +68266,7 @@ class UserRecordingsApi {
68101
68266
  /**
68102
68267
  * UserRecordings service.
68103
68268
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
68104
- * @version 176.0.0
68269
+ * @version 178.0.0
68105
68270
  */
68106
68271
 
68107
68272
  /**
@@ -68286,7 +68451,7 @@ class UsersApi {
68286
68451
  /**
68287
68452
  * Users service.
68288
68453
  * @module purecloud-platform-client-v2/api/UsersApi
68289
- * @version 176.0.0
68454
+ * @version 178.0.0
68290
68455
  */
68291
68456
 
68292
68457
  /**
@@ -70847,7 +71012,7 @@ class UtilitiesApi {
70847
71012
  /**
70848
71013
  * Utilities service.
70849
71014
  * @module purecloud-platform-client-v2/api/UtilitiesApi
70850
- * @version 176.0.0
71015
+ * @version 178.0.0
70851
71016
  */
70852
71017
 
70853
71018
  /**
@@ -70958,7 +71123,7 @@ class VoicemailApi {
70958
71123
  /**
70959
71124
  * Voicemail service.
70960
71125
  * @module purecloud-platform-client-v2/api/VoicemailApi
70961
- * @version 176.0.0
71126
+ * @version 178.0.0
70962
71127
  */
70963
71128
 
70964
71129
  /**
@@ -71625,7 +71790,7 @@ class WebChatApi {
71625
71790
  /**
71626
71791
  * WebChat service.
71627
71792
  * @module purecloud-platform-client-v2/api/WebChatApi
71628
- * @version 176.0.0
71793
+ * @version 178.0.0
71629
71794
  */
71630
71795
 
71631
71796
  /**
@@ -72174,7 +72339,7 @@ class WebDeploymentsApi {
72174
72339
  /**
72175
72340
  * WebDeployments service.
72176
72341
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
72177
- * @version 176.0.0
72342
+ * @version 178.0.0
72178
72343
  */
72179
72344
 
72180
72345
  /**
@@ -72701,7 +72866,7 @@ class WebMessagingApi {
72701
72866
  /**
72702
72867
  * WebMessaging service.
72703
72868
  * @module purecloud-platform-client-v2/api/WebMessagingApi
72704
- * @version 176.0.0
72869
+ * @version 178.0.0
72705
72870
  */
72706
72871
 
72707
72872
  /**
@@ -72747,7 +72912,7 @@ class WidgetsApi {
72747
72912
  /**
72748
72913
  * Widgets service.
72749
72914
  * @module purecloud-platform-client-v2/api/WidgetsApi
72750
- * @version 176.0.0
72915
+ * @version 178.0.0
72751
72916
  */
72752
72917
 
72753
72918
  /**
@@ -72893,7 +73058,7 @@ class WorkforceManagementApi {
72893
73058
  /**
72894
73059
  * WorkforceManagement service.
72895
73060
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
72896
- * @version 176.0.0
73061
+ * @version 178.0.0
72897
73062
  */
72898
73063
 
72899
73064
  /**
@@ -78057,7 +78222,7 @@ class WorkforceManagementApi {
78057
78222
  * </pre>
78058
78223
  * </p>
78059
78224
  * @module purecloud-platform-client-v2/index
78060
- * @version 176.0.0
78225
+ * @version 178.0.0
78061
78226
  */
78062
78227
  class platformClient {
78063
78228
  constructor() {