purecloud-platform-client-v2 177.0.0 → 179.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +203 -73
  3. package/dist/web-amd/purecloud-platform-client-v2.js +203 -73
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +203 -73
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +209 -76
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +292 -224
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +131 -1
  63. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -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 177.0.0
402
+ * @version 179.2.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 177.0.0
1488
+ * @version 179.2.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 177.0.0
2138
+ * @version 179.2.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 177.0.0
4584
+ * @version 179.2.0
4585
4585
  */
4586
4586
 
4587
4587
  /**
@@ -8416,7 +8416,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8416
8416
  /**
8417
8417
  * Audit service.
8418
8418
  * @module purecloud-platform-client-v2/api/AuditApi
8419
- * @version 177.0.0
8419
+ * @version 179.2.0
8420
8420
  */
8421
8421
 
8422
8422
  /**
@@ -8587,7 +8587,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8587
8587
  /**
8588
8588
  * Authorization service.
8589
8589
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8590
- * @version 177.0.0
8590
+ * @version 179.2.0
8591
8591
  */
8592
8592
 
8593
8593
  /**
@@ -9818,7 +9818,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9818
9818
  /**
9819
9819
  * Billing service.
9820
9820
  * @module purecloud-platform-client-v2/api/BillingApi
9821
- * @version 177.0.0
9821
+ * @version 179.2.0
9822
9822
  */
9823
9823
 
9824
9824
  /**
@@ -9898,7 +9898,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9898
9898
  /**
9899
9899
  * CarrierServices service.
9900
9900
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
9901
- * @version 177.0.0
9901
+ * @version 179.2.0
9902
9902
  */
9903
9903
 
9904
9904
  /**
@@ -9968,7 +9968,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9968
9968
  /**
9969
9969
  * Chat service.
9970
9970
  * @module purecloud-platform-client-v2/api/ChatApi
9971
- * @version 177.0.0
9971
+ * @version 179.2.0
9972
9972
  */
9973
9973
 
9974
9974
  /**
@@ -10736,7 +10736,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10736
10736
  /**
10737
10737
  * Coaching service.
10738
10738
  * @module purecloud-platform-client-v2/api/CoachingApi
10739
- * @version 177.0.0
10739
+ * @version 179.2.0
10740
10740
  */
10741
10741
 
10742
10742
  /**
@@ -11313,7 +11313,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11313
11313
  /**
11314
11314
  * ContentManagement service.
11315
11315
  * @module purecloud-platform-client-v2/api/ContentManagementApi
11316
- * @version 177.0.0
11316
+ * @version 179.2.0
11317
11317
  */
11318
11318
 
11319
11319
  /**
@@ -12456,7 +12456,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12456
12456
  /**
12457
12457
  * Conversations service.
12458
12458
  * @module purecloud-platform-client-v2/api/ConversationsApi
12459
- * @version 177.0.0
12459
+ * @version 179.2.0
12460
12460
  */
12461
12461
 
12462
12462
  /**
@@ -19540,7 +19540,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19540
19540
  /**
19541
19541
  * DataExtensions service.
19542
19542
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
19543
- * @version 177.0.0
19543
+ * @version 179.2.0
19544
19544
  */
19545
19545
 
19546
19546
  /**
@@ -19626,7 +19626,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19626
19626
  /**
19627
19627
  * Downloads service.
19628
19628
  * @module purecloud-platform-client-v2/api/DownloadsApi
19629
- * @version 177.0.0
19629
+ * @version 179.2.0
19630
19630
  */
19631
19631
 
19632
19632
  /**
@@ -19678,7 +19678,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19678
19678
  /**
19679
19679
  * Emails service.
19680
19680
  * @module purecloud-platform-client-v2/api/EmailsApi
19681
- * @version 177.0.0
19681
+ * @version 179.2.0
19682
19682
  */
19683
19683
 
19684
19684
  /**
@@ -19743,7 +19743,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19743
19743
  /**
19744
19744
  * Events service.
19745
19745
  * @module purecloud-platform-client-v2/api/EventsApi
19746
- * @version 177.0.0
19746
+ * @version 179.2.0
19747
19747
  */
19748
19748
 
19749
19749
  /**
@@ -19839,7 +19839,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19839
19839
  /**
19840
19840
  * ExternalContacts service.
19841
19841
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
19842
- * @version 177.0.0
19842
+ * @version 179.2.0
19843
19843
  */
19844
19844
 
19845
19845
  /**
@@ -21797,7 +21797,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21797
21797
  /**
21798
21798
  * Fax service.
21799
21799
  * @module purecloud-platform-client-v2/api/FaxApi
21800
- * @version 177.0.0
21800
+ * @version 179.2.0
21801
21801
  */
21802
21802
 
21803
21803
  /**
@@ -21968,7 +21968,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21968
21968
  /**
21969
21969
  * Flows service.
21970
21970
  * @module purecloud-platform-client-v2/api/FlowsApi
21971
- * @version 177.0.0
21971
+ * @version 179.2.0
21972
21972
  */
21973
21973
 
21974
21974
  /**
@@ -22152,7 +22152,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22152
22152
  /**
22153
22153
  * Gamification service.
22154
22154
  * @module purecloud-platform-client-v2/api/GamificationApi
22155
- * @version 177.0.0
22155
+ * @version 179.2.0
22156
22156
  */
22157
22157
 
22158
22158
  /**
@@ -24238,7 +24238,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24238
24238
  /**
24239
24239
  * GeneralDataProtectionRegulation service.
24240
24240
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
24241
- * @version 177.0.0
24241
+ * @version 179.2.0
24242
24242
  */
24243
24243
 
24244
24244
  /**
@@ -24368,7 +24368,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24368
24368
  /**
24369
24369
  * Geolocation service.
24370
24370
  * @module purecloud-platform-client-v2/api/GeolocationApi
24371
- * @version 177.0.0
24371
+ * @version 179.2.0
24372
24372
  */
24373
24373
 
24374
24374
  /**
@@ -24499,7 +24499,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24499
24499
  /**
24500
24500
  * Greetings service.
24501
24501
  * @module purecloud-platform-client-v2/api/GreetingsApi
24502
- * @version 177.0.0
24502
+ * @version 179.2.0
24503
24503
  */
24504
24504
 
24505
24505
  /**
@@ -24954,7 +24954,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24954
24954
  /**
24955
24955
  * Groups service.
24956
24956
  * @module purecloud-platform-client-v2/api/GroupsApi
24957
- * @version 177.0.0
24957
+ * @version 179.2.0
24958
24958
  */
24959
24959
 
24960
24960
  /**
@@ -25473,7 +25473,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25473
25473
  /**
25474
25474
  * IdentityProvider service.
25475
25475
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
25476
- * @version 177.0.0
25476
+ * @version 179.2.0
25477
25477
  */
25478
25478
 
25479
25479
  /**
@@ -26229,7 +26229,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26229
26229
  /**
26230
26230
  * InfrastructureAsCode service.
26231
26231
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
26232
- * @version 177.0.0
26232
+ * @version 179.2.0
26233
26233
  */
26234
26234
 
26235
26235
  /**
@@ -26396,7 +26396,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26396
26396
  /**
26397
26397
  * Integrations service.
26398
26398
  * @module purecloud-platform-client-v2/api/IntegrationsApi
26399
- * @version 177.0.0
26399
+ * @version 179.2.0
26400
26400
  */
26401
26401
 
26402
26402
  /**
@@ -28358,7 +28358,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28358
28358
  /**
28359
28359
  * Journey service.
28360
28360
  * @module purecloud-platform-client-v2/api/JourneyApi
28361
- * @version 177.0.0
28361
+ * @version 179.2.0
28362
28362
  */
28363
28363
 
28364
28364
  /**
@@ -29522,7 +29522,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29522
29522
  /**
29523
29523
  * Knowledge service.
29524
29524
  * @module purecloud-platform-client-v2/api/KnowledgeApi
29525
- * @version 177.0.0
29525
+ * @version 179.2.0
29526
29526
  */
29527
29527
 
29528
29528
  /**
@@ -32343,7 +32343,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32343
32343
  /**
32344
32344
  * LanguageUnderstanding service.
32345
32345
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
32346
- * @version 177.0.0
32346
+ * @version 179.2.0
32347
32347
  */
32348
32348
 
32349
32349
  /**
@@ -33356,7 +33356,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33356
33356
  /**
33357
33357
  * Languages service.
33358
33358
  * @module purecloud-platform-client-v2/api/LanguagesApi
33359
- * @version 177.0.0
33359
+ * @version 179.2.0
33360
33360
  */
33361
33361
 
33362
33362
  /**
@@ -33578,7 +33578,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33578
33578
  /**
33579
33579
  * Learning service.
33580
33580
  * @module purecloud-platform-client-v2/api/LearningApi
33581
- * @version 177.0.0
33581
+ * @version 179.2.0
33582
33582
  */
33583
33583
 
33584
33584
  /**
@@ -34397,7 +34397,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34397
34397
  /**
34398
34398
  * License service.
34399
34399
  * @module purecloud-platform-client-v2/api/LicenseApi
34400
- * @version 177.0.0
34400
+ * @version 179.2.0
34401
34401
  */
34402
34402
 
34403
34403
  /**
@@ -34635,7 +34635,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34635
34635
  /**
34636
34636
  * Locations service.
34637
34637
  * @module purecloud-platform-client-v2/api/LocationsApi
34638
- * @version 177.0.0
34638
+ * @version 179.2.0
34639
34639
  */
34640
34640
 
34641
34641
  /**
@@ -34871,7 +34871,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34871
34871
  /**
34872
34872
  * Messaging service.
34873
34873
  * @module purecloud-platform-client-v2/api/MessagingApi
34874
- * @version 177.0.0
34874
+ * @version 179.2.0
34875
34875
  */
34876
34876
 
34877
34877
  /**
@@ -35230,7 +35230,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35230
35230
  /**
35231
35231
  * MobileDevices service.
35232
35232
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
35233
- * @version 177.0.0
35233
+ * @version 179.2.0
35234
35234
  */
35235
35235
 
35236
35236
  /**
@@ -35381,7 +35381,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35381
35381
  /**
35382
35382
  * Notifications service.
35383
35383
  * @module purecloud-platform-client-v2/api/NotificationsApi
35384
- * @version 177.0.0
35384
+ * @version 179.2.0
35385
35385
  */
35386
35386
 
35387
35387
  /**
@@ -35614,7 +35614,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35614
35614
  /**
35615
35615
  * OAuth service.
35616
35616
  * @module purecloud-platform-client-v2/api/OAuthApi
35617
- * @version 177.0.0
35617
+ * @version 179.2.0
35618
35618
  */
35619
35619
 
35620
35620
  /**
@@ -35980,7 +35980,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35980
35980
  /**
35981
35981
  * Objects service.
35982
35982
  * @module purecloud-platform-client-v2/api/ObjectsApi
35983
- * @version 177.0.0
35983
+ * @version 179.2.0
35984
35984
  */
35985
35985
 
35986
35986
  /**
@@ -36251,7 +36251,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36251
36251
  /**
36252
36252
  * Organization service.
36253
36253
  * @module purecloud-platform-client-v2/api/OrganizationApi
36254
- * @version 177.0.0
36254
+ * @version 179.2.0
36255
36255
  */
36256
36256
 
36257
36257
  /**
@@ -36706,7 +36706,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36706
36706
  /**
36707
36707
  * OrganizationAuthorization service.
36708
36708
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
36709
- * @version 177.0.0
36709
+ * @version 179.2.0
36710
36710
  */
36711
36711
 
36712
36712
  /**
@@ -38053,7 +38053,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38053
38053
  /**
38054
38054
  * Outbound service.
38055
38055
  * @module purecloud-platform-client-v2/api/OutboundApi
38056
- * @version 177.0.0
38056
+ * @version 179.2.0
38057
38057
  */
38058
38058
 
38059
38059
  /**
@@ -41675,7 +41675,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41675
41675
  /**
41676
41676
  * Presence service.
41677
41677
  * @module purecloud-platform-client-v2/api/PresenceApi
41678
- * @version 177.0.0
41678
+ * @version 179.2.0
41679
41679
  */
41680
41680
 
41681
41681
  /**
@@ -42414,7 +42414,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42414
42414
  /**
42415
42415
  * ProcessAutomation service.
42416
42416
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
42417
- * @version 177.0.0
42417
+ * @version 179.2.0
42418
42418
  */
42419
42419
 
42420
42420
  /**
@@ -42653,7 +42653,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42653
42653
  /**
42654
42654
  * Quality service.
42655
42655
  * @module purecloud-platform-client-v2/api/QualityApi
42656
- * @version 177.0.0
42656
+ * @version 179.2.0
42657
42657
  */
42658
42658
 
42659
42659
  /**
@@ -44407,7 +44407,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44407
44407
  /**
44408
44408
  * Recording service.
44409
44409
  * @module purecloud-platform-client-v2/api/RecordingApi
44410
- * @version 177.0.0
44410
+ * @version 179.2.0
44411
44411
  */
44412
44412
 
44413
44413
  /**
@@ -46044,7 +46044,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46044
46044
  /**
46045
46045
  * ResponseManagement service.
46046
46046
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
46047
- * @version 177.0.0
46047
+ * @version 179.2.0
46048
46048
  */
46049
46049
 
46050
46050
  /**
@@ -46529,7 +46529,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46529
46529
  /**
46530
46530
  * Routing service.
46531
46531
  * @module purecloud-platform-client-v2/api/RoutingApi
46532
- * @version 177.0.0
46532
+ * @version 179.2.0
46533
46533
  */
46534
46534
 
46535
46535
  /**
@@ -50237,7 +50237,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50237
50237
  /**
50238
50238
  * SCIM service.
50239
50239
  * @module purecloud-platform-client-v2/api/SCIMApi
50240
- * @version 177.0.0
50240
+ * @version 179.2.0
50241
50241
  */
50242
50242
 
50243
50243
  /**
@@ -51114,7 +51114,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51114
51114
  /**
51115
51115
  * Scripts service.
51116
51116
  * @module purecloud-platform-client-v2/api/ScriptsApi
51117
- * @version 177.0.0
51117
+ * @version 179.2.0
51118
51118
  */
51119
51119
 
51120
51120
  /**
@@ -51558,7 +51558,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51558
51558
  /**
51559
51559
  * Search service.
51560
51560
  * @module purecloud-platform-client-v2/api/SearchApi
51561
- * @version 177.0.0
51561
+ * @version 179.2.0
51562
51562
  */
51563
51563
 
51564
51564
  /**
@@ -52247,7 +52247,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52247
52247
  /**
52248
52248
  * Settings service.
52249
52249
  * @module purecloud-platform-client-v2/api/SettingsApi
52250
- * @version 177.0.0
52250
+ * @version 179.2.0
52251
52251
  */
52252
52252
 
52253
52253
  /**
@@ -52312,7 +52312,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52312
52312
  /**
52313
52313
  * SpeechTextAnalytics service.
52314
52314
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
52315
- * @version 177.0.0
52315
+ * @version 179.2.0
52316
52316
  */
52317
52317
 
52318
52318
  /**
@@ -52327,6 +52327,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52327
52327
  }
52328
52328
 
52329
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
+
52330
52355
  /**
52331
52356
  * Delete a Speech and Text Analytics program by id
52332
52357
  *
@@ -52511,6 +52536,57 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52511
52536
  );
52512
52537
  }
52513
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
+
52514
52590
  /**
52515
52591
  * Get a Speech and Text Analytics program by id
52516
52592
  *
@@ -52969,6 +53045,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52969
53045
  );
52970
53046
  }
52971
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
+
52972
53073
  /**
52973
53074
  * Create new Speech and Text Analytics program
52974
53075
  *
@@ -53144,6 +53245,35 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53144
53245
  );
53145
53246
  }
53146
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
+
53147
53277
  /**
53148
53278
  * Update existing Speech and Text Analytics program
53149
53279
  *
@@ -53295,7 +53425,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53295
53425
  /**
53296
53426
  * Stations service.
53297
53427
  * @module purecloud-platform-client-v2/api/StationsApi
53298
- * @version 177.0.0
53428
+ * @version 179.2.0
53299
53429
  */
53300
53430
 
53301
53431
  /**
@@ -53397,7 +53527,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53397
53527
  /**
53398
53528
  * Suggest service.
53399
53529
  * @module purecloud-platform-client-v2/api/SuggestApi
53400
- * @version 177.0.0
53530
+ * @version 179.2.0
53401
53531
  */
53402
53532
 
53403
53533
  /**
@@ -53536,7 +53666,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53536
53666
  /**
53537
53667
  * TaskManagement service.
53538
53668
  * @module purecloud-platform-client-v2/api/TaskManagementApi
53539
- * @version 177.0.0
53669
+ * @version 179.2.0
53540
53670
  */
53541
53671
 
53542
53672
  /**
@@ -54817,7 +54947,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54817
54947
  /**
54818
54948
  * Teams service.
54819
54949
  * @module purecloud-platform-client-v2/api/TeamsApi
54820
- * @version 177.0.0
54950
+ * @version 179.2.0
54821
54951
  */
54822
54952
 
54823
54953
  /**
@@ -55119,7 +55249,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55119
55249
  /**
55120
55250
  * Telephony service.
55121
55251
  * @module purecloud-platform-client-v2/api/TelephonyApi
55122
- * @version 177.0.0
55252
+ * @version 179.2.0
55123
55253
  */
55124
55254
 
55125
55255
  /**
@@ -55247,7 +55377,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55247
55377
  /**
55248
55378
  * TelephonyProvidersEdge service.
55249
55379
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
55250
- * @version 177.0.0
55380
+ * @version 179.2.0
55251
55381
  */
55252
55382
 
55253
55383
  /**
@@ -58536,7 +58666,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58536
58666
  /**
58537
58667
  * Textbots service.
58538
58668
  * @module purecloud-platform-client-v2/api/TextbotsApi
58539
- * @version 177.0.0
58669
+ * @version 179.2.0
58540
58670
  */
58541
58671
 
58542
58672
  /**
@@ -58664,7 +58794,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58664
58794
  /**
58665
58795
  * Tokens service.
58666
58796
  * @module purecloud-platform-client-v2/api/TokensApi
58667
- * @version 177.0.0
58797
+ * @version 179.2.0
58668
58798
  */
58669
58799
 
58670
58800
  /**
@@ -58820,7 +58950,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58820
58950
  /**
58821
58951
  * Uploads service.
58822
58952
  * @module purecloud-platform-client-v2/api/UploadsApi
58823
- * @version 177.0.0
58953
+ * @version 179.2.0
58824
58954
  */
58825
58955
 
58826
58956
  /**
@@ -58996,7 +59126,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58996
59126
  /**
58997
59127
  * Usage service.
58998
59128
  * @module purecloud-platform-client-v2/api/UsageApi
58999
- * @version 177.0.0
59129
+ * @version 179.2.0
59000
59130
  */
59001
59131
 
59002
59132
  /**
@@ -59206,7 +59336,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59206
59336
  /**
59207
59337
  * UserRecordings service.
59208
59338
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
59209
- * @version 177.0.0
59339
+ * @version 179.2.0
59210
59340
  */
59211
59341
 
59212
59342
  /**
@@ -59391,7 +59521,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59391
59521
  /**
59392
59522
  * Users service.
59393
59523
  * @module purecloud-platform-client-v2/api/UsersApi
59394
- * @version 177.0.0
59524
+ * @version 179.2.0
59395
59525
  */
59396
59526
 
59397
59527
  /**
@@ -61952,7 +62082,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61952
62082
  /**
61953
62083
  * Utilities service.
61954
62084
  * @module purecloud-platform-client-v2/api/UtilitiesApi
61955
- * @version 177.0.0
62085
+ * @version 179.2.0
61956
62086
  */
61957
62087
 
61958
62088
  /**
@@ -62063,7 +62193,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62063
62193
  /**
62064
62194
  * Voicemail service.
62065
62195
  * @module purecloud-platform-client-v2/api/VoicemailApi
62066
- * @version 177.0.0
62196
+ * @version 179.2.0
62067
62197
  */
62068
62198
 
62069
62199
  /**
@@ -62730,7 +62860,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62730
62860
  /**
62731
62861
  * WebChat service.
62732
62862
  * @module purecloud-platform-client-v2/api/WebChatApi
62733
- * @version 177.0.0
62863
+ * @version 179.2.0
62734
62864
  */
62735
62865
 
62736
62866
  /**
@@ -63279,7 +63409,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63279
63409
  /**
63280
63410
  * WebDeployments service.
63281
63411
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
63282
- * @version 177.0.0
63412
+ * @version 179.2.0
63283
63413
  */
63284
63414
 
63285
63415
  /**
@@ -63806,7 +63936,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63806
63936
  /**
63807
63937
  * WebMessaging service.
63808
63938
  * @module purecloud-platform-client-v2/api/WebMessagingApi
63809
- * @version 177.0.0
63939
+ * @version 179.2.0
63810
63940
  */
63811
63941
 
63812
63942
  /**
@@ -63852,7 +63982,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63852
63982
  /**
63853
63983
  * Widgets service.
63854
63984
  * @module purecloud-platform-client-v2/api/WidgetsApi
63855
- * @version 177.0.0
63985
+ * @version 179.2.0
63856
63986
  */
63857
63987
 
63858
63988
  /**
@@ -63998,7 +64128,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63998
64128
  /**
63999
64129
  * WorkforceManagement service.
64000
64130
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
64001
- * @version 177.0.0
64131
+ * @version 179.2.0
64002
64132
  */
64003
64133
 
64004
64134
  /**
@@ -69162,7 +69292,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69162
69292
  * </pre>
69163
69293
  * </p>
69164
69294
  * @module purecloud-platform-client-v2/index
69165
- * @version 177.0.0
69295
+ * @version 179.2.0
69166
69296
  */
69167
69297
  class platformClient {
69168
69298
  constructor() {