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
@@ -399,7 +399,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
399
399
 
400
400
  /**
401
401
  * @module purecloud-platform-client-v2/ApiClient
402
- * @version 176.0.0
402
+ * @version 178.0.0
403
403
  */
404
404
  class ApiClient {
405
405
  /**
@@ -1485,7 +1485,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1485
1485
  /**
1486
1486
  * Alerting service.
1487
1487
  * @module purecloud-platform-client-v2/api/AlertingApi
1488
- * @version 176.0.0
1488
+ * @version 178.0.0
1489
1489
  */
1490
1490
 
1491
1491
  /**
@@ -2135,7 +2135,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2135
2135
  /**
2136
2136
  * Analytics service.
2137
2137
  * @module purecloud-platform-client-v2/api/AnalyticsApi
2138
- * @version 176.0.0
2138
+ * @version 178.0.0
2139
2139
  */
2140
2140
 
2141
2141
  /**
@@ -4581,7 +4581,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4581
4581
  /**
4582
4582
  * Architect service.
4583
4583
  * @module purecloud-platform-client-v2/api/ArchitectApi
4584
- * @version 176.0.0
4584
+ * @version 178.0.0
4585
4585
  */
4586
4586
 
4587
4587
  /**
@@ -7114,6 +7114,41 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7114
7114
  );
7115
7115
  }
7116
7116
 
7117
+ /**
7118
+ * Updates a grammar language
7119
+ *
7120
+ * @param {String} grammarId Grammar ID
7121
+ * @param {String} languageCode Language
7122
+ * @param {Object} opts Optional parameters
7123
+ * @param {Object} opts.body
7124
+ * patchArchitectGrammarLanguage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7125
+ */
7126
+ patchArchitectGrammarLanguage(grammarId, languageCode, opts) {
7127
+ opts = opts || {};
7128
+
7129
+ // verify the required parameter 'grammarId' is set
7130
+ if (grammarId === undefined || grammarId === null) {
7131
+ throw 'Missing the required parameter "grammarId" when calling patchArchitectGrammarLanguage';
7132
+ }
7133
+ // verify the required parameter 'languageCode' is set
7134
+ if (languageCode === undefined || languageCode === null) {
7135
+ throw 'Missing the required parameter "languageCode" when calling patchArchitectGrammarLanguage';
7136
+ }
7137
+
7138
+ return this.apiClient.callApi(
7139
+ '/api/v2/architect/grammars/{grammarId}/languages/{languageCode}',
7140
+ 'PATCH',
7141
+ { 'grammarId': grammarId,'languageCode': languageCode },
7142
+ { },
7143
+ { },
7144
+ { },
7145
+ opts['body'],
7146
+ ['PureCloud OAuth'],
7147
+ ['application/json'],
7148
+ ['application/json']
7149
+ );
7150
+ }
7151
+
7117
7152
  /**
7118
7153
  * Rebuild Dependency Tracking data for an organization
7119
7154
  * Asynchronous. Notification topic: v2.architect.dependencytracking.build
@@ -8381,7 +8416,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8381
8416
  /**
8382
8417
  * Audit service.
8383
8418
  * @module purecloud-platform-client-v2/api/AuditApi
8384
- * @version 176.0.0
8419
+ * @version 178.0.0
8385
8420
  */
8386
8421
 
8387
8422
  /**
@@ -8552,7 +8587,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8552
8587
  /**
8553
8588
  * Authorization service.
8554
8589
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8555
- * @version 176.0.0
8590
+ * @version 178.0.0
8556
8591
  */
8557
8592
 
8558
8593
  /**
@@ -9783,7 +9818,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9783
9818
  /**
9784
9819
  * Billing service.
9785
9820
  * @module purecloud-platform-client-v2/api/BillingApi
9786
- * @version 176.0.0
9821
+ * @version 178.0.0
9787
9822
  */
9788
9823
 
9789
9824
  /**
@@ -9863,7 +9898,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9863
9898
  /**
9864
9899
  * CarrierServices service.
9865
9900
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
9866
- * @version 176.0.0
9901
+ * @version 178.0.0
9867
9902
  */
9868
9903
 
9869
9904
  /**
@@ -9933,7 +9968,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9933
9968
  /**
9934
9969
  * Chat service.
9935
9970
  * @module purecloud-platform-client-v2/api/ChatApi
9936
- * @version 176.0.0
9971
+ * @version 178.0.0
9937
9972
  */
9938
9973
 
9939
9974
  /**
@@ -10701,7 +10736,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10701
10736
  /**
10702
10737
  * Coaching service.
10703
10738
  * @module purecloud-platform-client-v2/api/CoachingApi
10704
- * @version 176.0.0
10739
+ * @version 178.0.0
10705
10740
  */
10706
10741
 
10707
10742
  /**
@@ -11278,7 +11313,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11278
11313
  /**
11279
11314
  * ContentManagement service.
11280
11315
  * @module purecloud-platform-client-v2/api/ContentManagementApi
11281
- * @version 176.0.0
11316
+ * @version 178.0.0
11282
11317
  */
11283
11318
 
11284
11319
  /**
@@ -12421,7 +12456,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12421
12456
  /**
12422
12457
  * Conversations service.
12423
12458
  * @module purecloud-platform-client-v2/api/ConversationsApi
12424
- * @version 176.0.0
12459
+ * @version 178.0.0
12425
12460
  */
12426
12461
 
12427
12462
  /**
@@ -19505,7 +19540,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19505
19540
  /**
19506
19541
  * DataExtensions service.
19507
19542
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
19508
- * @version 176.0.0
19543
+ * @version 178.0.0
19509
19544
  */
19510
19545
 
19511
19546
  /**
@@ -19591,7 +19626,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19591
19626
  /**
19592
19627
  * Downloads service.
19593
19628
  * @module purecloud-platform-client-v2/api/DownloadsApi
19594
- * @version 176.0.0
19629
+ * @version 178.0.0
19595
19630
  */
19596
19631
 
19597
19632
  /**
@@ -19643,7 +19678,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19643
19678
  /**
19644
19679
  * Emails service.
19645
19680
  * @module purecloud-platform-client-v2/api/EmailsApi
19646
- * @version 176.0.0
19681
+ * @version 178.0.0
19647
19682
  */
19648
19683
 
19649
19684
  /**
@@ -19708,7 +19743,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19708
19743
  /**
19709
19744
  * Events service.
19710
19745
  * @module purecloud-platform-client-v2/api/EventsApi
19711
- * @version 176.0.0
19746
+ * @version 178.0.0
19712
19747
  */
19713
19748
 
19714
19749
  /**
@@ -19804,7 +19839,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19804
19839
  /**
19805
19840
  * ExternalContacts service.
19806
19841
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
19807
- * @version 176.0.0
19842
+ * @version 178.0.0
19808
19843
  */
19809
19844
 
19810
19845
  /**
@@ -21762,7 +21797,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21762
21797
  /**
21763
21798
  * Fax service.
21764
21799
  * @module purecloud-platform-client-v2/api/FaxApi
21765
- * @version 176.0.0
21800
+ * @version 178.0.0
21766
21801
  */
21767
21802
 
21768
21803
  /**
@@ -21933,7 +21968,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21933
21968
  /**
21934
21969
  * Flows service.
21935
21970
  * @module purecloud-platform-client-v2/api/FlowsApi
21936
- * @version 176.0.0
21971
+ * @version 178.0.0
21937
21972
  */
21938
21973
 
21939
21974
  /**
@@ -22117,7 +22152,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22117
22152
  /**
22118
22153
  * Gamification service.
22119
22154
  * @module purecloud-platform-client-v2/api/GamificationApi
22120
- * @version 176.0.0
22155
+ * @version 178.0.0
22121
22156
  */
22122
22157
 
22123
22158
  /**
@@ -24203,7 +24238,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24203
24238
  /**
24204
24239
  * GeneralDataProtectionRegulation service.
24205
24240
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
24206
- * @version 176.0.0
24241
+ * @version 178.0.0
24207
24242
  */
24208
24243
 
24209
24244
  /**
@@ -24333,7 +24368,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24333
24368
  /**
24334
24369
  * Geolocation service.
24335
24370
  * @module purecloud-platform-client-v2/api/GeolocationApi
24336
- * @version 176.0.0
24371
+ * @version 178.0.0
24337
24372
  */
24338
24373
 
24339
24374
  /**
@@ -24464,7 +24499,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24464
24499
  /**
24465
24500
  * Greetings service.
24466
24501
  * @module purecloud-platform-client-v2/api/GreetingsApi
24467
- * @version 176.0.0
24502
+ * @version 178.0.0
24468
24503
  */
24469
24504
 
24470
24505
  /**
@@ -24919,7 +24954,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24919
24954
  /**
24920
24955
  * Groups service.
24921
24956
  * @module purecloud-platform-client-v2/api/GroupsApi
24922
- * @version 176.0.0
24957
+ * @version 178.0.0
24923
24958
  */
24924
24959
 
24925
24960
  /**
@@ -25438,7 +25473,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25438
25473
  /**
25439
25474
  * IdentityProvider service.
25440
25475
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
25441
- * @version 176.0.0
25476
+ * @version 178.0.0
25442
25477
  */
25443
25478
 
25444
25479
  /**
@@ -26194,7 +26229,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26194
26229
  /**
26195
26230
  * InfrastructureAsCode service.
26196
26231
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
26197
- * @version 176.0.0
26232
+ * @version 178.0.0
26198
26233
  */
26199
26234
 
26200
26235
  /**
@@ -26361,7 +26396,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26361
26396
  /**
26362
26397
  * Integrations service.
26363
26398
  * @module purecloud-platform-client-v2/api/IntegrationsApi
26364
- * @version 176.0.0
26399
+ * @version 178.0.0
26365
26400
  */
26366
26401
 
26367
26402
  /**
@@ -28323,7 +28358,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28323
28358
  /**
28324
28359
  * Journey service.
28325
28360
  * @module purecloud-platform-client-v2/api/JourneyApi
28326
- * @version 176.0.0
28361
+ * @version 178.0.0
28327
28362
  */
28328
28363
 
28329
28364
  /**
@@ -29487,7 +29522,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29487
29522
  /**
29488
29523
  * Knowledge service.
29489
29524
  * @module purecloud-platform-client-v2/api/KnowledgeApi
29490
- * @version 176.0.0
29525
+ * @version 178.0.0
29491
29526
  */
29492
29527
 
29493
29528
  /**
@@ -32308,7 +32343,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32308
32343
  /**
32309
32344
  * LanguageUnderstanding service.
32310
32345
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
32311
- * @version 176.0.0
32346
+ * @version 178.0.0
32312
32347
  */
32313
32348
 
32314
32349
  /**
@@ -33321,7 +33356,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33321
33356
  /**
33322
33357
  * Languages service.
33323
33358
  * @module purecloud-platform-client-v2/api/LanguagesApi
33324
- * @version 176.0.0
33359
+ * @version 178.0.0
33325
33360
  */
33326
33361
 
33327
33362
  /**
@@ -33543,7 +33578,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33543
33578
  /**
33544
33579
  * Learning service.
33545
33580
  * @module purecloud-platform-client-v2/api/LearningApi
33546
- * @version 176.0.0
33581
+ * @version 178.0.0
33547
33582
  */
33548
33583
 
33549
33584
  /**
@@ -34362,7 +34397,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34362
34397
  /**
34363
34398
  * License service.
34364
34399
  * @module purecloud-platform-client-v2/api/LicenseApi
34365
- * @version 176.0.0
34400
+ * @version 178.0.0
34366
34401
  */
34367
34402
 
34368
34403
  /**
@@ -34600,7 +34635,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34600
34635
  /**
34601
34636
  * Locations service.
34602
34637
  * @module purecloud-platform-client-v2/api/LocationsApi
34603
- * @version 176.0.0
34638
+ * @version 178.0.0
34604
34639
  */
34605
34640
 
34606
34641
  /**
@@ -34836,7 +34871,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34836
34871
  /**
34837
34872
  * Messaging service.
34838
34873
  * @module purecloud-platform-client-v2/api/MessagingApi
34839
- * @version 176.0.0
34874
+ * @version 178.0.0
34840
34875
  */
34841
34876
 
34842
34877
  /**
@@ -35195,7 +35230,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35195
35230
  /**
35196
35231
  * MobileDevices service.
35197
35232
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
35198
- * @version 176.0.0
35233
+ * @version 178.0.0
35199
35234
  */
35200
35235
 
35201
35236
  /**
@@ -35346,7 +35381,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35346
35381
  /**
35347
35382
  * Notifications service.
35348
35383
  * @module purecloud-platform-client-v2/api/NotificationsApi
35349
- * @version 176.0.0
35384
+ * @version 178.0.0
35350
35385
  */
35351
35386
 
35352
35387
  /**
@@ -35579,7 +35614,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35579
35614
  /**
35580
35615
  * OAuth service.
35581
35616
  * @module purecloud-platform-client-v2/api/OAuthApi
35582
- * @version 176.0.0
35617
+ * @version 178.0.0
35583
35618
  */
35584
35619
 
35585
35620
  /**
@@ -35945,7 +35980,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35945
35980
  /**
35946
35981
  * Objects service.
35947
35982
  * @module purecloud-platform-client-v2/api/ObjectsApi
35948
- * @version 176.0.0
35983
+ * @version 178.0.0
35949
35984
  */
35950
35985
 
35951
35986
  /**
@@ -36216,7 +36251,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36216
36251
  /**
36217
36252
  * Organization service.
36218
36253
  * @module purecloud-platform-client-v2/api/OrganizationApi
36219
- * @version 176.0.0
36254
+ * @version 178.0.0
36220
36255
  */
36221
36256
 
36222
36257
  /**
@@ -36671,7 +36706,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36671
36706
  /**
36672
36707
  * OrganizationAuthorization service.
36673
36708
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
36674
- * @version 176.0.0
36709
+ * @version 178.0.0
36675
36710
  */
36676
36711
 
36677
36712
  /**
@@ -38018,7 +38053,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38018
38053
  /**
38019
38054
  * Outbound service.
38020
38055
  * @module purecloud-platform-client-v2/api/OutboundApi
38021
- * @version 176.0.0
38056
+ * @version 178.0.0
38022
38057
  */
38023
38058
 
38024
38059
  /**
@@ -41640,7 +41675,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41640
41675
  /**
41641
41676
  * Presence service.
41642
41677
  * @module purecloud-platform-client-v2/api/PresenceApi
41643
- * @version 176.0.0
41678
+ * @version 178.0.0
41644
41679
  */
41645
41680
 
41646
41681
  /**
@@ -42379,7 +42414,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42379
42414
  /**
42380
42415
  * ProcessAutomation service.
42381
42416
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
42382
- * @version 176.0.0
42417
+ * @version 178.0.0
42383
42418
  */
42384
42419
 
42385
42420
  /**
@@ -42618,7 +42653,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42618
42653
  /**
42619
42654
  * Quality service.
42620
42655
  * @module purecloud-platform-client-v2/api/QualityApi
42621
- * @version 176.0.0
42656
+ * @version 178.0.0
42622
42657
  */
42623
42658
 
42624
42659
  /**
@@ -44372,7 +44407,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44372
44407
  /**
44373
44408
  * Recording service.
44374
44409
  * @module purecloud-platform-client-v2/api/RecordingApi
44375
- * @version 176.0.0
44410
+ * @version 178.0.0
44376
44411
  */
44377
44412
 
44378
44413
  /**
@@ -46009,7 +46044,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46009
46044
  /**
46010
46045
  * ResponseManagement service.
46011
46046
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
46012
- * @version 176.0.0
46047
+ * @version 178.0.0
46013
46048
  */
46014
46049
 
46015
46050
  /**
@@ -46494,7 +46529,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46494
46529
  /**
46495
46530
  * Routing service.
46496
46531
  * @module purecloud-platform-client-v2/api/RoutingApi
46497
- * @version 176.0.0
46532
+ * @version 178.0.0
46498
46533
  */
46499
46534
 
46500
46535
  /**
@@ -50202,7 +50237,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50202
50237
  /**
50203
50238
  * SCIM service.
50204
50239
  * @module purecloud-platform-client-v2/api/SCIMApi
50205
- * @version 176.0.0
50240
+ * @version 178.0.0
50206
50241
  */
50207
50242
 
50208
50243
  /**
@@ -51079,7 +51114,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51079
51114
  /**
51080
51115
  * Scripts service.
51081
51116
  * @module purecloud-platform-client-v2/api/ScriptsApi
51082
- * @version 176.0.0
51117
+ * @version 178.0.0
51083
51118
  */
51084
51119
 
51085
51120
  /**
@@ -51523,7 +51558,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51523
51558
  /**
51524
51559
  * Search service.
51525
51560
  * @module purecloud-platform-client-v2/api/SearchApi
51526
- * @version 176.0.0
51561
+ * @version 178.0.0
51527
51562
  */
51528
51563
 
51529
51564
  /**
@@ -52212,7 +52247,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52212
52247
  /**
52213
52248
  * Settings service.
52214
52249
  * @module purecloud-platform-client-v2/api/SettingsApi
52215
- * @version 176.0.0
52250
+ * @version 178.0.0
52216
52251
  */
52217
52252
 
52218
52253
  /**
@@ -52277,7 +52312,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52277
52312
  /**
52278
52313
  * SpeechTextAnalytics service.
52279
52314
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
52280
- * @version 176.0.0
52315
+ * @version 178.0.0
52281
52316
  */
52282
52317
 
52283
52318
  /**
@@ -52292,6 +52327,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52292
52327
  }
52293
52328
 
52294
52329
 
52330
+ /**
52331
+ * Delete a Speech and Text Analytics DictionaryFeedback by Id
52332
+ *
52333
+ * @param {String} dictionaryFeedbackId The Id of the Dictionary Feedback
52334
+ */
52335
+ deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId) {
52336
+ // verify the required parameter 'dictionaryFeedbackId' is set
52337
+ if (dictionaryFeedbackId === undefined || dictionaryFeedbackId === null) {
52338
+ throw 'Missing the required parameter "dictionaryFeedbackId" when calling deleteSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId';
52339
+ }
52340
+
52341
+ return this.apiClient.callApi(
52342
+ '/api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId}',
52343
+ 'DELETE',
52344
+ { 'dictionaryFeedbackId': dictionaryFeedbackId },
52345
+ { },
52346
+ { },
52347
+ { },
52348
+ null,
52349
+ ['PureCloud OAuth'],
52350
+ ['application/json'],
52351
+ ['application/json']
52352
+ );
52353
+ }
52354
+
52295
52355
  /**
52296
52356
  * Delete a Speech and Text Analytics program by id
52297
52357
  *
@@ -52476,6 +52536,57 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52476
52536
  );
52477
52537
  }
52478
52538
 
52539
+ /**
52540
+ * Get the list of Speech and Text Analytics dictionary feedbacks
52541
+ *
52542
+ * @param {Object} opts Optional parameters
52543
+ * @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
52544
+ * @param {String} opts.nextPage The key for listing the next page
52545
+ * @param {Number} opts.pageSize The page size for the listing (default to 500)
52546
+ */
52547
+ getSpeechandtextanalyticsDictionaryfeedback(opts) {
52548
+ opts = opts || {};
52549
+
52550
+
52551
+ return this.apiClient.callApi(
52552
+ '/api/v2/speechandtextanalytics/dictionaryfeedback',
52553
+ 'GET',
52554
+ { },
52555
+ { 'dialect': opts['dialect'],'nextPage': opts['nextPage'],'pageSize': opts['pageSize'] },
52556
+ { },
52557
+ { },
52558
+ null,
52559
+ ['PureCloud OAuth'],
52560
+ ['application/json'],
52561
+ ['application/json']
52562
+ );
52563
+ }
52564
+
52565
+ /**
52566
+ * Get a Speech and Text Analytics dictionary feedback by id
52567
+ *
52568
+ * @param {String} dictionaryFeedbackId The Id of the Dictionary Feedback
52569
+ */
52570
+ getSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId) {
52571
+ // verify the required parameter 'dictionaryFeedbackId' is set
52572
+ if (dictionaryFeedbackId === undefined || dictionaryFeedbackId === null) {
52573
+ throw 'Missing the required parameter "dictionaryFeedbackId" when calling getSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId';
52574
+ }
52575
+
52576
+ return this.apiClient.callApi(
52577
+ '/api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId}',
52578
+ 'GET',
52579
+ { 'dictionaryFeedbackId': dictionaryFeedbackId },
52580
+ { },
52581
+ { },
52582
+ { },
52583
+ null,
52584
+ ['PureCloud OAuth'],
52585
+ ['application/json'],
52586
+ ['application/json']
52587
+ );
52588
+ }
52589
+
52479
52590
  /**
52480
52591
  * Get a Speech and Text Analytics program by id
52481
52592
  *
@@ -52934,6 +53045,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52934
53045
  );
52935
53046
  }
52936
53047
 
53048
+ /**
53049
+ * Create a Speech and Text Analytics DictionaryFeedback
53050
+ *
53051
+ * @param {Object} body The DictionaryFeedback to create
53052
+ */
53053
+ postSpeechandtextanalyticsDictionaryfeedback(body) {
53054
+ // verify the required parameter 'body' is set
53055
+ if (body === undefined || body === null) {
53056
+ throw 'Missing the required parameter "body" when calling postSpeechandtextanalyticsDictionaryfeedback';
53057
+ }
53058
+
53059
+ return this.apiClient.callApi(
53060
+ '/api/v2/speechandtextanalytics/dictionaryfeedback',
53061
+ 'POST',
53062
+ { },
53063
+ { },
53064
+ { },
53065
+ { },
53066
+ body,
53067
+ ['PureCloud OAuth'],
53068
+ ['application/json'],
53069
+ ['application/json']
53070
+ );
53071
+ }
53072
+
52937
53073
  /**
52938
53074
  * Create new Speech and Text Analytics program
52939
53075
  *
@@ -53109,6 +53245,35 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53109
53245
  );
53110
53246
  }
53111
53247
 
53248
+ /**
53249
+ * Update existing Speech and Text Analytics dictionary feedback by id
53250
+ *
53251
+ * @param {String} dictionaryFeedbackId The Id of the Dictionary Feedback
53252
+ * @param {Object} opts Optional parameters
53253
+ * @param {Object} opts.body
53254
+ */
53255
+ putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId(dictionaryFeedbackId, opts) {
53256
+ opts = opts || {};
53257
+
53258
+ // verify the required parameter 'dictionaryFeedbackId' is set
53259
+ if (dictionaryFeedbackId === undefined || dictionaryFeedbackId === null) {
53260
+ throw 'Missing the required parameter "dictionaryFeedbackId" when calling putSpeechandtextanalyticsDictionaryfeedbackDictionaryFeedbackId';
53261
+ }
53262
+
53263
+ return this.apiClient.callApi(
53264
+ '/api/v2/speechandtextanalytics/dictionaryfeedback/{dictionaryFeedbackId}',
53265
+ 'PUT',
53266
+ { 'dictionaryFeedbackId': dictionaryFeedbackId },
53267
+ { },
53268
+ { },
53269
+ { },
53270
+ opts['body'],
53271
+ ['PureCloud OAuth'],
53272
+ ['application/json'],
53273
+ ['application/json']
53274
+ );
53275
+ }
53276
+
53112
53277
  /**
53113
53278
  * Update existing Speech and Text Analytics program
53114
53279
  *
@@ -53260,7 +53425,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53260
53425
  /**
53261
53426
  * Stations service.
53262
53427
  * @module purecloud-platform-client-v2/api/StationsApi
53263
- * @version 176.0.0
53428
+ * @version 178.0.0
53264
53429
  */
53265
53430
 
53266
53431
  /**
@@ -53362,7 +53527,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53362
53527
  /**
53363
53528
  * Suggest service.
53364
53529
  * @module purecloud-platform-client-v2/api/SuggestApi
53365
- * @version 176.0.0
53530
+ * @version 178.0.0
53366
53531
  */
53367
53532
 
53368
53533
  /**
@@ -53501,7 +53666,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53501
53666
  /**
53502
53667
  * TaskManagement service.
53503
53668
  * @module purecloud-platform-client-v2/api/TaskManagementApi
53504
- * @version 176.0.0
53669
+ * @version 178.0.0
53505
53670
  */
53506
53671
 
53507
53672
  /**
@@ -54782,7 +54947,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54782
54947
  /**
54783
54948
  * Teams service.
54784
54949
  * @module purecloud-platform-client-v2/api/TeamsApi
54785
- * @version 176.0.0
54950
+ * @version 178.0.0
54786
54951
  */
54787
54952
 
54788
54953
  /**
@@ -55084,7 +55249,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55084
55249
  /**
55085
55250
  * Telephony service.
55086
55251
  * @module purecloud-platform-client-v2/api/TelephonyApi
55087
- * @version 176.0.0
55252
+ * @version 178.0.0
55088
55253
  */
55089
55254
 
55090
55255
  /**
@@ -55212,7 +55377,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55212
55377
  /**
55213
55378
  * TelephonyProvidersEdge service.
55214
55379
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
55215
- * @version 176.0.0
55380
+ * @version 178.0.0
55216
55381
  */
55217
55382
 
55218
55383
  /**
@@ -58501,7 +58666,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58501
58666
  /**
58502
58667
  * Textbots service.
58503
58668
  * @module purecloud-platform-client-v2/api/TextbotsApi
58504
- * @version 176.0.0
58669
+ * @version 178.0.0
58505
58670
  */
58506
58671
 
58507
58672
  /**
@@ -58629,7 +58794,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58629
58794
  /**
58630
58795
  * Tokens service.
58631
58796
  * @module purecloud-platform-client-v2/api/TokensApi
58632
- * @version 176.0.0
58797
+ * @version 178.0.0
58633
58798
  */
58634
58799
 
58635
58800
  /**
@@ -58785,7 +58950,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58785
58950
  /**
58786
58951
  * Uploads service.
58787
58952
  * @module purecloud-platform-client-v2/api/UploadsApi
58788
- * @version 176.0.0
58953
+ * @version 178.0.0
58789
58954
  */
58790
58955
 
58791
58956
  /**
@@ -58961,7 +59126,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58961
59126
  /**
58962
59127
  * Usage service.
58963
59128
  * @module purecloud-platform-client-v2/api/UsageApi
58964
- * @version 176.0.0
59129
+ * @version 178.0.0
58965
59130
  */
58966
59131
 
58967
59132
  /**
@@ -59171,7 +59336,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59171
59336
  /**
59172
59337
  * UserRecordings service.
59173
59338
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
59174
- * @version 176.0.0
59339
+ * @version 178.0.0
59175
59340
  */
59176
59341
 
59177
59342
  /**
@@ -59356,7 +59521,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59356
59521
  /**
59357
59522
  * Users service.
59358
59523
  * @module purecloud-platform-client-v2/api/UsersApi
59359
- * @version 176.0.0
59524
+ * @version 178.0.0
59360
59525
  */
59361
59526
 
59362
59527
  /**
@@ -61917,7 +62082,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61917
62082
  /**
61918
62083
  * Utilities service.
61919
62084
  * @module purecloud-platform-client-v2/api/UtilitiesApi
61920
- * @version 176.0.0
62085
+ * @version 178.0.0
61921
62086
  */
61922
62087
 
61923
62088
  /**
@@ -62028,7 +62193,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62028
62193
  /**
62029
62194
  * Voicemail service.
62030
62195
  * @module purecloud-platform-client-v2/api/VoicemailApi
62031
- * @version 176.0.0
62196
+ * @version 178.0.0
62032
62197
  */
62033
62198
 
62034
62199
  /**
@@ -62695,7 +62860,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62695
62860
  /**
62696
62861
  * WebChat service.
62697
62862
  * @module purecloud-platform-client-v2/api/WebChatApi
62698
- * @version 176.0.0
62863
+ * @version 178.0.0
62699
62864
  */
62700
62865
 
62701
62866
  /**
@@ -63244,7 +63409,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63244
63409
  /**
63245
63410
  * WebDeployments service.
63246
63411
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
63247
- * @version 176.0.0
63412
+ * @version 178.0.0
63248
63413
  */
63249
63414
 
63250
63415
  /**
@@ -63771,7 +63936,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63771
63936
  /**
63772
63937
  * WebMessaging service.
63773
63938
  * @module purecloud-platform-client-v2/api/WebMessagingApi
63774
- * @version 176.0.0
63939
+ * @version 178.0.0
63775
63940
  */
63776
63941
 
63777
63942
  /**
@@ -63817,7 +63982,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63817
63982
  /**
63818
63983
  * Widgets service.
63819
63984
  * @module purecloud-platform-client-v2/api/WidgetsApi
63820
- * @version 176.0.0
63985
+ * @version 178.0.0
63821
63986
  */
63822
63987
 
63823
63988
  /**
@@ -63963,7 +64128,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63963
64128
  /**
63964
64129
  * WorkforceManagement service.
63965
64130
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
63966
- * @version 176.0.0
64131
+ * @version 178.0.0
63967
64132
  */
63968
64133
 
63969
64134
  /**
@@ -69127,7 +69292,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69127
69292
  * </pre>
69128
69293
  * </p>
69129
69294
  * @module purecloud-platform-client-v2/index
69130
- * @version 176.0.0
69295
+ * @version 178.0.0
69131
69296
  */
69132
69297
  class platformClient {
69133
69298
  constructor() {