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
@@ -402,7 +402,7 @@ class Configuration {
402
402
 
403
403
  /**
404
404
  * @module purecloud-platform-client-v2/ApiClient
405
- * @version 176.0.0
405
+ * @version 178.0.0
406
406
  */
407
407
  class ApiClient {
408
408
  /**
@@ -1488,7 +1488,7 @@ class AlertingApi {
1488
1488
  /**
1489
1489
  * Alerting service.
1490
1490
  * @module purecloud-platform-client-v2/api/AlertingApi
1491
- * @version 176.0.0
1491
+ * @version 178.0.0
1492
1492
  */
1493
1493
 
1494
1494
  /**
@@ -2138,7 +2138,7 @@ class AnalyticsApi {
2138
2138
  /**
2139
2139
  * Analytics service.
2140
2140
  * @module purecloud-platform-client-v2/api/AnalyticsApi
2141
- * @version 176.0.0
2141
+ * @version 178.0.0
2142
2142
  */
2143
2143
 
2144
2144
  /**
@@ -4584,7 +4584,7 @@ class ArchitectApi {
4584
4584
  /**
4585
4585
  * Architect service.
4586
4586
  * @module purecloud-platform-client-v2/api/ArchitectApi
4587
- * @version 176.0.0
4587
+ * @version 178.0.0
4588
4588
  */
4589
4589
 
4590
4590
  /**
@@ -7117,6 +7117,41 @@ class ArchitectApi {
7117
7117
  );
7118
7118
  }
7119
7119
 
7120
+ /**
7121
+ * Updates a grammar language
7122
+ *
7123
+ * @param {String} grammarId Grammar ID
7124
+ * @param {String} languageCode Language
7125
+ * @param {Object} opts Optional parameters
7126
+ * @param {Object} opts.body
7127
+ * patchArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7128
+ */
7129
+ patchArchitectGrammarLanguage(grammarId, languageCode, opts) {
7130
+ opts = opts || {};
7131
+
7132
+ // verify the required parameter 'grammarId' is set
7133
+ if (grammarId === undefined || grammarId === null) {
7134
+ throw 'Missing the required parameter "grammarId" when calling patchArchitectGrammarLanguage';
7135
+ }
7136
+ // verify the required parameter 'languageCode' is set
7137
+ if (languageCode === undefined || languageCode === null) {
7138
+ throw 'Missing the required parameter "languageCode" when calling patchArchitectGrammarLanguage';
7139
+ }
7140
+
7141
+ return this.apiClient.callApi(
7142
+ '/api/v2/architect/grammars/{grammarId}/languages/{languageCode}',
7143
+ 'PATCH',
7144
+ { 'grammarId': grammarId,'languageCode': languageCode },
7145
+ { },
7146
+ { },
7147
+ { },
7148
+ opts['body'],
7149
+ ['PureCloud OAuth'],
7150
+ ['application/json'],
7151
+ ['application/json']
7152
+ );
7153
+ }
7154
+
7120
7155
  /**
7121
7156
  * Rebuild Dependency Tracking data for an organization
7122
7157
  * Asynchronous. Notification topic: v2.architect.dependencytracking.build
@@ -8384,7 +8419,7 @@ class AuditApi {
8384
8419
  /**
8385
8420
  * Audit service.
8386
8421
  * @module purecloud-platform-client-v2/api/AuditApi
8387
- * @version 176.0.0
8422
+ * @version 178.0.0
8388
8423
  */
8389
8424
 
8390
8425
  /**
@@ -8555,7 +8590,7 @@ class AuthorizationApi {
8555
8590
  /**
8556
8591
  * Authorization service.
8557
8592
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8558
- * @version 176.0.0
8593
+ * @version 178.0.0
8559
8594
  */
8560
8595
 
8561
8596
  /**
@@ -9786,7 +9821,7 @@ class BillingApi {
9786
9821
  /**
9787
9822
  * Billing service.
9788
9823
  * @module purecloud-platform-client-v2/api/BillingApi
9789
- * @version 176.0.0
9824
+ * @version 178.0.0
9790
9825
  */
9791
9826
 
9792
9827
  /**
@@ -9866,7 +9901,7 @@ class CarrierServicesApi {
9866
9901
  /**
9867
9902
  * CarrierServices service.
9868
9903
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
9869
- * @version 176.0.0
9904
+ * @version 178.0.0
9870
9905
  */
9871
9906
 
9872
9907
  /**
@@ -9936,7 +9971,7 @@ class ChatApi {
9936
9971
  /**
9937
9972
  * Chat service.
9938
9973
  * @module purecloud-platform-client-v2/api/ChatApi
9939
- * @version 176.0.0
9974
+ * @version 178.0.0
9940
9975
  */
9941
9976
 
9942
9977
  /**
@@ -10704,7 +10739,7 @@ class CoachingApi {
10704
10739
  /**
10705
10740
  * Coaching service.
10706
10741
  * @module purecloud-platform-client-v2/api/CoachingApi
10707
- * @version 176.0.0
10742
+ * @version 178.0.0
10708
10743
  */
10709
10744
 
10710
10745
  /**
@@ -11281,7 +11316,7 @@ class ContentManagementApi {
11281
11316
  /**
11282
11317
  * ContentManagement service.
11283
11318
  * @module purecloud-platform-client-v2/api/ContentManagementApi
11284
- * @version 176.0.0
11319
+ * @version 178.0.0
11285
11320
  */
11286
11321
 
11287
11322
  /**
@@ -12424,7 +12459,7 @@ class ConversationsApi {
12424
12459
  /**
12425
12460
  * Conversations service.
12426
12461
  * @module purecloud-platform-client-v2/api/ConversationsApi
12427
- * @version 176.0.0
12462
+ * @version 178.0.0
12428
12463
  */
12429
12464
 
12430
12465
  /**
@@ -19508,7 +19543,7 @@ class DataExtensionsApi {
19508
19543
  /**
19509
19544
  * DataExtensions service.
19510
19545
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
19511
- * @version 176.0.0
19546
+ * @version 178.0.0
19512
19547
  */
19513
19548
 
19514
19549
  /**
@@ -19594,7 +19629,7 @@ class DownloadsApi {
19594
19629
  /**
19595
19630
  * Downloads service.
19596
19631
  * @module purecloud-platform-client-v2/api/DownloadsApi
19597
- * @version 176.0.0
19632
+ * @version 178.0.0
19598
19633
  */
19599
19634
 
19600
19635
  /**
@@ -19646,7 +19681,7 @@ class EmailsApi {
19646
19681
  /**
19647
19682
  * Emails service.
19648
19683
  * @module purecloud-platform-client-v2/api/EmailsApi
19649
- * @version 176.0.0
19684
+ * @version 178.0.0
19650
19685
  */
19651
19686
 
19652
19687
  /**
@@ -19711,7 +19746,7 @@ class EventsApi {
19711
19746
  /**
19712
19747
  * Events service.
19713
19748
  * @module purecloud-platform-client-v2/api/EventsApi
19714
- * @version 176.0.0
19749
+ * @version 178.0.0
19715
19750
  */
19716
19751
 
19717
19752
  /**
@@ -19807,7 +19842,7 @@ class ExternalContactsApi {
19807
19842
  /**
19808
19843
  * ExternalContacts service.
19809
19844
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
19810
- * @version 176.0.0
19845
+ * @version 178.0.0
19811
19846
  */
19812
19847
 
19813
19848
  /**
@@ -21765,7 +21800,7 @@ class FaxApi {
21765
21800
  /**
21766
21801
  * Fax service.
21767
21802
  * @module purecloud-platform-client-v2/api/FaxApi
21768
- * @version 176.0.0
21803
+ * @version 178.0.0
21769
21804
  */
21770
21805
 
21771
21806
  /**
@@ -21936,7 +21971,7 @@ class FlowsApi {
21936
21971
  /**
21937
21972
  * Flows service.
21938
21973
  * @module purecloud-platform-client-v2/api/FlowsApi
21939
- * @version 176.0.0
21974
+ * @version 178.0.0
21940
21975
  */
21941
21976
 
21942
21977
  /**
@@ -22120,7 +22155,7 @@ class GamificationApi {
22120
22155
  /**
22121
22156
  * Gamification service.
22122
22157
  * @module purecloud-platform-client-v2/api/GamificationApi
22123
- * @version 176.0.0
22158
+ * @version 178.0.0
22124
22159
  */
22125
22160
 
22126
22161
  /**
@@ -24206,7 +24241,7 @@ class GeneralDataProtectionRegulationApi {
24206
24241
  /**
24207
24242
  * GeneralDataProtectionRegulation service.
24208
24243
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
24209
- * @version 176.0.0
24244
+ * @version 178.0.0
24210
24245
  */
24211
24246
 
24212
24247
  /**
@@ -24336,7 +24371,7 @@ class GeolocationApi {
24336
24371
  /**
24337
24372
  * Geolocation service.
24338
24373
  * @module purecloud-platform-client-v2/api/GeolocationApi
24339
- * @version 176.0.0
24374
+ * @version 178.0.0
24340
24375
  */
24341
24376
 
24342
24377
  /**
@@ -24467,7 +24502,7 @@ class GreetingsApi {
24467
24502
  /**
24468
24503
  * Greetings service.
24469
24504
  * @module purecloud-platform-client-v2/api/GreetingsApi
24470
- * @version 176.0.0
24505
+ * @version 178.0.0
24471
24506
  */
24472
24507
 
24473
24508
  /**
@@ -24922,7 +24957,7 @@ class GroupsApi {
24922
24957
  /**
24923
24958
  * Groups service.
24924
24959
  * @module purecloud-platform-client-v2/api/GroupsApi
24925
- * @version 176.0.0
24960
+ * @version 178.0.0
24926
24961
  */
24927
24962
 
24928
24963
  /**
@@ -25441,7 +25476,7 @@ class IdentityProviderApi {
25441
25476
  /**
25442
25477
  * IdentityProvider service.
25443
25478
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
25444
- * @version 176.0.0
25479
+ * @version 178.0.0
25445
25480
  */
25446
25481
 
25447
25482
  /**
@@ -26197,7 +26232,7 @@ class InfrastructureAsCodeApi {
26197
26232
  /**
26198
26233
  * InfrastructureAsCode service.
26199
26234
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
26200
- * @version 176.0.0
26235
+ * @version 178.0.0
26201
26236
  */
26202
26237
 
26203
26238
  /**
@@ -26364,7 +26399,7 @@ class IntegrationsApi {
26364
26399
  /**
26365
26400
  * Integrations service.
26366
26401
  * @module purecloud-platform-client-v2/api/IntegrationsApi
26367
- * @version 176.0.0
26402
+ * @version 178.0.0
26368
26403
  */
26369
26404
 
26370
26405
  /**
@@ -28326,7 +28361,7 @@ class JourneyApi {
28326
28361
  /**
28327
28362
  * Journey service.
28328
28363
  * @module purecloud-platform-client-v2/api/JourneyApi
28329
- * @version 176.0.0
28364
+ * @version 178.0.0
28330
28365
  */
28331
28366
 
28332
28367
  /**
@@ -29490,7 +29525,7 @@ class KnowledgeApi {
29490
29525
  /**
29491
29526
  * Knowledge service.
29492
29527
  * @module purecloud-platform-client-v2/api/KnowledgeApi
29493
- * @version 176.0.0
29528
+ * @version 178.0.0
29494
29529
  */
29495
29530
 
29496
29531
  /**
@@ -32311,7 +32346,7 @@ class LanguageUnderstandingApi {
32311
32346
  /**
32312
32347
  * LanguageUnderstanding service.
32313
32348
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
32314
- * @version 176.0.0
32349
+ * @version 178.0.0
32315
32350
  */
32316
32351
 
32317
32352
  /**
@@ -33324,7 +33359,7 @@ class LanguagesApi {
33324
33359
  /**
33325
33360
  * Languages service.
33326
33361
  * @module purecloud-platform-client-v2/api/LanguagesApi
33327
- * @version 176.0.0
33362
+ * @version 178.0.0
33328
33363
  */
33329
33364
 
33330
33365
  /**
@@ -33546,7 +33581,7 @@ class LearningApi {
33546
33581
  /**
33547
33582
  * Learning service.
33548
33583
  * @module purecloud-platform-client-v2/api/LearningApi
33549
- * @version 176.0.0
33584
+ * @version 178.0.0
33550
33585
  */
33551
33586
 
33552
33587
  /**
@@ -34365,7 +34400,7 @@ class LicenseApi {
34365
34400
  /**
34366
34401
  * License service.
34367
34402
  * @module purecloud-platform-client-v2/api/LicenseApi
34368
- * @version 176.0.0
34403
+ * @version 178.0.0
34369
34404
  */
34370
34405
 
34371
34406
  /**
@@ -34603,7 +34638,7 @@ class LocationsApi {
34603
34638
  /**
34604
34639
  * Locations service.
34605
34640
  * @module purecloud-platform-client-v2/api/LocationsApi
34606
- * @version 176.0.0
34641
+ * @version 178.0.0
34607
34642
  */
34608
34643
 
34609
34644
  /**
@@ -34839,7 +34874,7 @@ class MessagingApi {
34839
34874
  /**
34840
34875
  * Messaging service.
34841
34876
  * @module purecloud-platform-client-v2/api/MessagingApi
34842
- * @version 176.0.0
34877
+ * @version 178.0.0
34843
34878
  */
34844
34879
 
34845
34880
  /**
@@ -35198,7 +35233,7 @@ class MobileDevicesApi {
35198
35233
  /**
35199
35234
  * MobileDevices service.
35200
35235
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
35201
- * @version 176.0.0
35236
+ * @version 178.0.0
35202
35237
  */
35203
35238
 
35204
35239
  /**
@@ -35349,7 +35384,7 @@ class NotificationsApi {
35349
35384
  /**
35350
35385
  * Notifications service.
35351
35386
  * @module purecloud-platform-client-v2/api/NotificationsApi
35352
- * @version 176.0.0
35387
+ * @version 178.0.0
35353
35388
  */
35354
35389
 
35355
35390
  /**
@@ -35582,7 +35617,7 @@ class OAuthApi {
35582
35617
  /**
35583
35618
  * OAuth service.
35584
35619
  * @module purecloud-platform-client-v2/api/OAuthApi
35585
- * @version 176.0.0
35620
+ * @version 178.0.0
35586
35621
  */
35587
35622
 
35588
35623
  /**
@@ -35948,7 +35983,7 @@ class ObjectsApi {
35948
35983
  /**
35949
35984
  * Objects service.
35950
35985
  * @module purecloud-platform-client-v2/api/ObjectsApi
35951
- * @version 176.0.0
35986
+ * @version 178.0.0
35952
35987
  */
35953
35988
 
35954
35989
  /**
@@ -36219,7 +36254,7 @@ class OrganizationApi {
36219
36254
  /**
36220
36255
  * Organization service.
36221
36256
  * @module purecloud-platform-client-v2/api/OrganizationApi
36222
- * @version 176.0.0
36257
+ * @version 178.0.0
36223
36258
  */
36224
36259
 
36225
36260
  /**
@@ -36674,7 +36709,7 @@ class OrganizationAuthorizationApi {
36674
36709
  /**
36675
36710
  * OrganizationAuthorization service.
36676
36711
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
36677
- * @version 176.0.0
36712
+ * @version 178.0.0
36678
36713
  */
36679
36714
 
36680
36715
  /**
@@ -38021,7 +38056,7 @@ class OutboundApi {
38021
38056
  /**
38022
38057
  * Outbound service.
38023
38058
  * @module purecloud-platform-client-v2/api/OutboundApi
38024
- * @version 176.0.0
38059
+ * @version 178.0.0
38025
38060
  */
38026
38061
 
38027
38062
  /**
@@ -41643,7 +41678,7 @@ class PresenceApi {
41643
41678
  /**
41644
41679
  * Presence service.
41645
41680
  * @module purecloud-platform-client-v2/api/PresenceApi
41646
- * @version 176.0.0
41681
+ * @version 178.0.0
41647
41682
  */
41648
41683
 
41649
41684
  /**
@@ -42382,7 +42417,7 @@ class ProcessAutomationApi {
42382
42417
  /**
42383
42418
  * ProcessAutomation service.
42384
42419
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
42385
- * @version 176.0.0
42420
+ * @version 178.0.0
42386
42421
  */
42387
42422
 
42388
42423
  /**
@@ -42621,7 +42656,7 @@ class QualityApi {
42621
42656
  /**
42622
42657
  * Quality service.
42623
42658
  * @module purecloud-platform-client-v2/api/QualityApi
42624
- * @version 176.0.0
42659
+ * @version 178.0.0
42625
42660
  */
42626
42661
 
42627
42662
  /**
@@ -44375,7 +44410,7 @@ class RecordingApi {
44375
44410
  /**
44376
44411
  * Recording service.
44377
44412
  * @module purecloud-platform-client-v2/api/RecordingApi
44378
- * @version 176.0.0
44413
+ * @version 178.0.0
44379
44414
  */
44380
44415
 
44381
44416
  /**
@@ -46012,7 +46047,7 @@ class ResponseManagementApi {
46012
46047
  /**
46013
46048
  * ResponseManagement service.
46014
46049
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
46015
- * @version 176.0.0
46050
+ * @version 178.0.0
46016
46051
  */
46017
46052
 
46018
46053
  /**
@@ -46497,7 +46532,7 @@ class RoutingApi {
46497
46532
  /**
46498
46533
  * Routing service.
46499
46534
  * @module purecloud-platform-client-v2/api/RoutingApi
46500
- * @version 176.0.0
46535
+ * @version 178.0.0
46501
46536
  */
46502
46537
 
46503
46538
  /**
@@ -50205,7 +50240,7 @@ class SCIMApi {
50205
50240
  /**
50206
50241
  * SCIM service.
50207
50242
  * @module purecloud-platform-client-v2/api/SCIMApi
50208
- * @version 176.0.0
50243
+ * @version 178.0.0
50209
50244
  */
50210
50245
 
50211
50246
  /**
@@ -51082,7 +51117,7 @@ class ScriptsApi {
51082
51117
  /**
51083
51118
  * Scripts service.
51084
51119
  * @module purecloud-platform-client-v2/api/ScriptsApi
51085
- * @version 176.0.0
51120
+ * @version 178.0.0
51086
51121
  */
51087
51122
 
51088
51123
  /**
@@ -51526,7 +51561,7 @@ class SearchApi {
51526
51561
  /**
51527
51562
  * Search service.
51528
51563
  * @module purecloud-platform-client-v2/api/SearchApi
51529
- * @version 176.0.0
51564
+ * @version 178.0.0
51530
51565
  */
51531
51566
 
51532
51567
  /**
@@ -52215,7 +52250,7 @@ class SettingsApi {
52215
52250
  /**
52216
52251
  * Settings service.
52217
52252
  * @module purecloud-platform-client-v2/api/SettingsApi
52218
- * @version 176.0.0
52253
+ * @version 178.0.0
52219
52254
  */
52220
52255
 
52221
52256
  /**
@@ -52280,7 +52315,7 @@ class SpeechTextAnalyticsApi {
52280
52315
  /**
52281
52316
  * SpeechTextAnalytics service.
52282
52317
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
52283
- * @version 176.0.0
52318
+ * @version 178.0.0
52284
52319
  */
52285
52320
 
52286
52321
  /**
@@ -52295,6 +52330,31 @@ class SpeechTextAnalyticsApi {
52295
52330
  }
52296
52331
 
52297
52332
 
52333
+ /**
52334
+ * Delete a Speech and Text Analytics DictionaryFeedback by Id
52335
+ *
52336
+ * @param {String} dictionaryFeedbackId The Id of the Dictionary Feedback
52337
+ */
52338
+ deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId) {
52339
+ // verify the required parameter 'dictionaryFeedbackId' is set
52340
+ if (dictionaryFeedbackId === undefined || dictionaryFeedbackId === null) {
52341
+ throw 'Missing the required parameter "dictionaryFeedbackId" when calling deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId';
52342
+ }
52343
+
52344
+ return this.apiClient.callApi(
52345
+ '/api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId}',
52346
+ 'DELETE',
52347
+ { 'dictionaryFeedbackId': dictionaryFeedbackId },
52348
+ { },
52349
+ { },
52350
+ { },
52351
+ null,
52352
+ ['PureCloud OAuth'],
52353
+ ['application/json'],
52354
+ ['application/json']
52355
+ );
52356
+ }
52357
+
52298
52358
  /**
52299
52359
  * Delete a Speech and Text Analytics program by id
52300
52360
  *
@@ -52479,6 +52539,57 @@ class SpeechTextAnalyticsApi {
52479
52539
  );
52480
52540
  }
52481
52541
 
52542
+ /**
52543
+ * Get the list of Speech and Text Analytics dictionary feedbacks
52544
+ *
52545
+ * @param {Object} opts Optional parameters
52546
+ * @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
52547
+ * @param {String} opts.nextPage The key for listing the next page
52548
+ * @param {Number} opts.pageSize The page size for the listing (default to 500)
52549
+ */
52550
+ getSpeechandtextanalyticsDictionaryfeedback(opts) {
52551
+ opts = opts || {};
52552
+
52553
+
52554
+ return this.apiClient.callApi(
52555
+ '/api/v2/speechandtextanalytics/dictionaryfeedback',
52556
+ 'GET',
52557
+ { },
52558
+ { 'dialect': opts['dialect'],'nextPage': opts['nextPage'],'pageSize': opts['pageSize'] },
52559
+ { },
52560
+ { },
52561
+ null,
52562
+ ['PureCloud OAuth'],
52563
+ ['application/json'],
52564
+ ['application/json']
52565
+ );
52566
+ }
52567
+
52568
+ /**
52569
+ * Get a Speech and Text Analytics dictionary feedback by id
52570
+ *
52571
+ * @param {String} dictionaryFeedbackId The Id of the Dictionary Feedback
52572
+ */
52573
+ getSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId) {
52574
+ // verify the required parameter 'dictionaryFeedbackId' is set
52575
+ if (dictionaryFeedbackId === undefined || dictionaryFeedbackId === null) {
52576
+ throw 'Missing the required parameter "dictionaryFeedbackId" when calling getSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId';
52577
+ }
52578
+
52579
+ return this.apiClient.callApi(
52580
+ '/api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId}',
52581
+ 'GET',
52582
+ { 'dictionaryFeedbackId': dictionaryFeedbackId },
52583
+ { },
52584
+ { },
52585
+ { },
52586
+ null,
52587
+ ['PureCloud OAuth'],
52588
+ ['application/json'],
52589
+ ['application/json']
52590
+ );
52591
+ }
52592
+
52482
52593
  /**
52483
52594
  * Get a Speech and Text Analytics program by id
52484
52595
  *
@@ -52937,6 +53048,31 @@ class SpeechTextAnalyticsApi {
52937
53048
  );
52938
53049
  }
52939
53050
 
53051
+ /**
53052
+ * Create a Speech and Text Analytics DictionaryFeedback
53053
+ *
53054
+ * @param {Object} body The DictionaryFeedback to create
53055
+ */
53056
+ postSpeechandtextanalyticsDictionaryfeedback(body) {
53057
+ // verify the required parameter 'body' is set
53058
+ if (body === undefined || body === null) {
53059
+ throw 'Missing the required parameter "body" when calling postSpeechandtextanalyticsDictionaryfeedback';
53060
+ }
53061
+
53062
+ return this.apiClient.callApi(
53063
+ '/api/v2/speechandtextanalytics/dictionaryfeedback',
53064
+ 'POST',
53065
+ { },
53066
+ { },
53067
+ { },
53068
+ { },
53069
+ body,
53070
+ ['PureCloud OAuth'],
53071
+ ['application/json'],
53072
+ ['application/json']
53073
+ );
53074
+ }
53075
+
52940
53076
  /**
52941
53077
  * Create new Speech and Text Analytics program
52942
53078
  *
@@ -53112,6 +53248,35 @@ class SpeechTextAnalyticsApi {
53112
53248
  );
53113
53249
  }
53114
53250
 
53251
+ /**
53252
+ * Update existing Speech and Text Analytics dictionary feedback by id
53253
+ *
53254
+ * @param {String} dictionaryFeedbackId The Id of the Dictionary Feedback
53255
+ * @param {Object} opts Optional parameters
53256
+ * @param {Object} opts.body
53257
+ */
53258
+ putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId, opts) {
53259
+ opts = opts || {};
53260
+
53261
+ // verify the required parameter 'dictionaryFeedbackId' is set
53262
+ if (dictionaryFeedbackId === undefined || dictionaryFeedbackId === null) {
53263
+ throw 'Missing the required parameter "dictionaryFeedbackId" when calling putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId';
53264
+ }
53265
+
53266
+ return this.apiClient.callApi(
53267
+ '/api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId}',
53268
+ 'PUT',
53269
+ { 'dictionaryFeedbackId': dictionaryFeedbackId },
53270
+ { },
53271
+ { },
53272
+ { },
53273
+ opts['body'],
53274
+ ['PureCloud OAuth'],
53275
+ ['application/json'],
53276
+ ['application/json']
53277
+ );
53278
+ }
53279
+
53115
53280
  /**
53116
53281
  * Update existing Speech and Text Analytics program
53117
53282
  *
@@ -53263,7 +53428,7 @@ class StationsApi {
53263
53428
  /**
53264
53429
  * Stations service.
53265
53430
  * @module purecloud-platform-client-v2/api/StationsApi
53266
- * @version 176.0.0
53431
+ * @version 178.0.0
53267
53432
  */
53268
53433
 
53269
53434
  /**
@@ -53365,7 +53530,7 @@ class SuggestApi {
53365
53530
  /**
53366
53531
  * Suggest service.
53367
53532
  * @module purecloud-platform-client-v2/api/SuggestApi
53368
- * @version 176.0.0
53533
+ * @version 178.0.0
53369
53534
  */
53370
53535
 
53371
53536
  /**
@@ -53504,7 +53669,7 @@ class TaskManagementApi {
53504
53669
  /**
53505
53670
  * TaskManagement service.
53506
53671
  * @module purecloud-platform-client-v2/api/TaskManagementApi
53507
- * @version 176.0.0
53672
+ * @version 178.0.0
53508
53673
  */
53509
53674
 
53510
53675
  /**
@@ -54785,7 +54950,7 @@ class TeamsApi {
54785
54950
  /**
54786
54951
  * Teams service.
54787
54952
  * @module purecloud-platform-client-v2/api/TeamsApi
54788
- * @version 176.0.0
54953
+ * @version 178.0.0
54789
54954
  */
54790
54955
 
54791
54956
  /**
@@ -55087,7 +55252,7 @@ class TelephonyApi {
55087
55252
  /**
55088
55253
  * Telephony service.
55089
55254
  * @module purecloud-platform-client-v2/api/TelephonyApi
55090
- * @version 176.0.0
55255
+ * @version 178.0.0
55091
55256
  */
55092
55257
 
55093
55258
  /**
@@ -55215,7 +55380,7 @@ class TelephonyProvidersEdgeApi {
55215
55380
  /**
55216
55381
  * TelephonyProvidersEdge service.
55217
55382
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
55218
- * @version 176.0.0
55383
+ * @version 178.0.0
55219
55384
  */
55220
55385
 
55221
55386
  /**
@@ -58504,7 +58669,7 @@ class TextbotsApi {
58504
58669
  /**
58505
58670
  * Textbots service.
58506
58671
  * @module purecloud-platform-client-v2/api/TextbotsApi
58507
- * @version 176.0.0
58672
+ * @version 178.0.0
58508
58673
  */
58509
58674
 
58510
58675
  /**
@@ -58632,7 +58797,7 @@ class TokensApi {
58632
58797
  /**
58633
58798
  * Tokens service.
58634
58799
  * @module purecloud-platform-client-v2/api/TokensApi
58635
- * @version 176.0.0
58800
+ * @version 178.0.0
58636
58801
  */
58637
58802
 
58638
58803
  /**
@@ -58788,7 +58953,7 @@ class UploadsApi {
58788
58953
  /**
58789
58954
  * Uploads service.
58790
58955
  * @module purecloud-platform-client-v2/api/UploadsApi
58791
- * @version 176.0.0
58956
+ * @version 178.0.0
58792
58957
  */
58793
58958
 
58794
58959
  /**
@@ -58964,7 +59129,7 @@ class UsageApi {
58964
59129
  /**
58965
59130
  * Usage service.
58966
59131
  * @module purecloud-platform-client-v2/api/UsageApi
58967
- * @version 176.0.0
59132
+ * @version 178.0.0
58968
59133
  */
58969
59134
 
58970
59135
  /**
@@ -59174,7 +59339,7 @@ class UserRecordingsApi {
59174
59339
  /**
59175
59340
  * UserRecordings service.
59176
59341
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
59177
- * @version 176.0.0
59342
+ * @version 178.0.0
59178
59343
  */
59179
59344
 
59180
59345
  /**
@@ -59359,7 +59524,7 @@ class UsersApi {
59359
59524
  /**
59360
59525
  * Users service.
59361
59526
  * @module purecloud-platform-client-v2/api/UsersApi
59362
- * @version 176.0.0
59527
+ * @version 178.0.0
59363
59528
  */
59364
59529
 
59365
59530
  /**
@@ -61920,7 +62085,7 @@ class UtilitiesApi {
61920
62085
  /**
61921
62086
  * Utilities service.
61922
62087
  * @module purecloud-platform-client-v2/api/UtilitiesApi
61923
- * @version 176.0.0
62088
+ * @version 178.0.0
61924
62089
  */
61925
62090
 
61926
62091
  /**
@@ -62031,7 +62196,7 @@ class VoicemailApi {
62031
62196
  /**
62032
62197
  * Voicemail service.
62033
62198
  * @module purecloud-platform-client-v2/api/VoicemailApi
62034
- * @version 176.0.0
62199
+ * @version 178.0.0
62035
62200
  */
62036
62201
 
62037
62202
  /**
@@ -62698,7 +62863,7 @@ class WebChatApi {
62698
62863
  /**
62699
62864
  * WebChat service.
62700
62865
  * @module purecloud-platform-client-v2/api/WebChatApi
62701
- * @version 176.0.0
62866
+ * @version 178.0.0
62702
62867
  */
62703
62868
 
62704
62869
  /**
@@ -63247,7 +63412,7 @@ class WebDeploymentsApi {
63247
63412
  /**
63248
63413
  * WebDeployments service.
63249
63414
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
63250
- * @version 176.0.0
63415
+ * @version 178.0.0
63251
63416
  */
63252
63417
 
63253
63418
  /**
@@ -63774,7 +63939,7 @@ class WebMessagingApi {
63774
63939
  /**
63775
63940
  * WebMessaging service.
63776
63941
  * @module purecloud-platform-client-v2/api/WebMessagingApi
63777
- * @version 176.0.0
63942
+ * @version 178.0.0
63778
63943
  */
63779
63944
 
63780
63945
  /**
@@ -63820,7 +63985,7 @@ class WidgetsApi {
63820
63985
  /**
63821
63986
  * Widgets service.
63822
63987
  * @module purecloud-platform-client-v2/api/WidgetsApi
63823
- * @version 176.0.0
63988
+ * @version 178.0.0
63824
63989
  */
63825
63990
 
63826
63991
  /**
@@ -63966,7 +64131,7 @@ class WorkforceManagementApi {
63966
64131
  /**
63967
64132
  * WorkforceManagement service.
63968
64133
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
63969
- * @version 176.0.0
64134
+ * @version 178.0.0
63970
64135
  */
63971
64136
 
63972
64137
  /**
@@ -69130,7 +69295,7 @@ class WorkforceManagementApi {
69130
69295
  * </pre>
69131
69296
  * </p>
69132
69297
  * @module purecloud-platform-client-v2/index
69133
- * @version 176.0.0
69298
+ * @version 178.0.0
69134
69299
  */
69135
69300
  class platformClient {
69136
69301
  constructor() {