purecloud-platform-client-v2 168.2.0 → 169.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 (79) hide show
  1. package/README.md +2 -35
  2. package/dist/node/purecloud-platform-client-v2.js +233 -84
  3. package/dist/web-amd/purecloud-platform-client-v2.js +233 -84
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +233 -84
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +233 -84
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +143 -14
  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 +2 -2
  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/EventsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +23 -3
  38. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/MessagingApi.js +11 -6
  44. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +56 -7
  49. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/SearchApi.js +2 -1
  60. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +25 -1
  61. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/UsageApi.js +51 -1
  70. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -9336,7 +9336,7 @@ class Configuration {
9336
9336
 
9337
9337
  /**
9338
9338
  * @module purecloud-platform-client-v2/ApiClient
9339
- * @version 168.2.0
9339
+ * @version 169.0.0
9340
9340
  */
9341
9341
  class ApiClient {
9342
9342
  /**
@@ -10415,7 +10415,7 @@ class AlertingApi {
10415
10415
  /**
10416
10416
  * Alerting service.
10417
10417
  * @module purecloud-platform-client-v2/api/AlertingApi
10418
- * @version 168.2.0
10418
+ * @version 169.0.0
10419
10419
  */
10420
10420
 
10421
10421
  /**
@@ -10729,7 +10729,7 @@ class AnalyticsApi {
10729
10729
  /**
10730
10730
  * Analytics service.
10731
10731
  * @module purecloud-platform-client-v2/api/AnalyticsApi
10732
- * @version 168.2.0
10732
+ * @version 169.0.0
10733
10733
  */
10734
10734
 
10735
10735
  /**
@@ -11983,7 +11983,7 @@ class ArchitectApi {
11983
11983
  /**
11984
11984
  * Architect service.
11985
11985
  * @module purecloud-platform-client-v2/api/ArchitectApi
11986
- * @version 168.2.0
11986
+ * @version 169.0.0
11987
11987
  */
11988
11988
 
11989
11989
  /**
@@ -15031,7 +15031,7 @@ class AuditApi {
15031
15031
  /**
15032
15032
  * Audit service.
15033
15033
  * @module purecloud-platform-client-v2/api/AuditApi
15034
- * @version 168.2.0
15034
+ * @version 169.0.0
15035
15035
  */
15036
15036
 
15037
15037
  /**
@@ -15202,7 +15202,7 @@ class AuthorizationApi {
15202
15202
  /**
15203
15203
  * Authorization service.
15204
15204
  * @module purecloud-platform-client-v2/api/AuthorizationApi
15205
- * @version 168.2.0
15205
+ * @version 169.0.0
15206
15206
  */
15207
15207
 
15208
15208
  /**
@@ -16433,7 +16433,7 @@ class BillingApi {
16433
16433
  /**
16434
16434
  * Billing service.
16435
16435
  * @module purecloud-platform-client-v2/api/BillingApi
16436
- * @version 168.2.0
16436
+ * @version 169.0.0
16437
16437
  */
16438
16438
 
16439
16439
  /**
@@ -16513,7 +16513,7 @@ class CarrierServicesApi {
16513
16513
  /**
16514
16514
  * CarrierServices service.
16515
16515
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
16516
- * @version 168.2.0
16516
+ * @version 169.0.0
16517
16517
  */
16518
16518
 
16519
16519
  /**
@@ -16583,7 +16583,7 @@ class ChatApi {
16583
16583
  /**
16584
16584
  * Chat service.
16585
16585
  * @module purecloud-platform-client-v2/api/ChatApi
16586
- * @version 168.2.0
16586
+ * @version 169.0.0
16587
16587
  */
16588
16588
 
16589
16589
  /**
@@ -16747,7 +16747,7 @@ class CoachingApi {
16747
16747
  /**
16748
16748
  * Coaching service.
16749
16749
  * @module purecloud-platform-client-v2/api/CoachingApi
16750
- * @version 168.2.0
16750
+ * @version 169.0.0
16751
16751
  */
16752
16752
 
16753
16753
  /**
@@ -17324,7 +17324,7 @@ class ContentManagementApi {
17324
17324
  /**
17325
17325
  * ContentManagement service.
17326
17326
  * @module purecloud-platform-client-v2/api/ContentManagementApi
17327
- * @version 168.2.0
17327
+ * @version 169.0.0
17328
17328
  */
17329
17329
 
17330
17330
  /**
@@ -18465,7 +18465,7 @@ class ConversationsApi {
18465
18465
  /**
18466
18466
  * Conversations service.
18467
18467
  * @module purecloud-platform-client-v2/api/ConversationsApi
18468
- * @version 168.2.0
18468
+ * @version 169.0.0
18469
18469
  */
18470
18470
 
18471
18471
  /**
@@ -23670,7 +23670,7 @@ class ConversationsApi {
23670
23670
 
23671
23671
  /**
23672
23672
  * Send an agentless outbound message
23673
- * Send an agentless (api participant) outbound message using a client credential grant. In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. This will generate a new Conversation, if there is an existing active Conversation between the fromAddress and toAddress already, then this POST will fail.
23673
+ * Send an agentless (api participant) outbound message using a client credential grant. In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. If there is already a connected conversation between the fromAddress and toAddress specified, the useExistingActiveConversation param can be used to barge in to the ongoing conversation.
23674
23674
  * @param {Object} body Create agentless outbound messaging request
23675
23675
  */
23676
23676
  postConversationsMessagesAgentless(body) {
@@ -24556,7 +24556,7 @@ class DataExtensionsApi {
24556
24556
  /**
24557
24557
  * DataExtensions service.
24558
24558
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
24559
- * @version 168.2.0
24559
+ * @version 169.0.0
24560
24560
  */
24561
24561
 
24562
24562
  /**
@@ -24642,7 +24642,7 @@ class DownloadsApi {
24642
24642
  /**
24643
24643
  * Downloads service.
24644
24644
  * @module purecloud-platform-client-v2/api/DownloadsApi
24645
- * @version 168.2.0
24645
+ * @version 169.0.0
24646
24646
  */
24647
24647
 
24648
24648
  /**
@@ -24694,7 +24694,7 @@ class EventsApi {
24694
24694
  /**
24695
24695
  * Events service.
24696
24696
  * @module purecloud-platform-client-v2/api/EventsApi
24697
- * @version 168.2.0
24697
+ * @version 169.0.0
24698
24698
  */
24699
24699
 
24700
24700
  /**
@@ -24790,7 +24790,7 @@ class ExternalContactsApi {
24790
24790
  /**
24791
24791
  * ExternalContacts service.
24792
24792
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
24793
- * @version 168.2.0
24793
+ * @version 169.0.0
24794
24794
  */
24795
24795
 
24796
24796
  /**
@@ -26748,7 +26748,7 @@ class FaxApi {
26748
26748
  /**
26749
26749
  * Fax service.
26750
26750
  * @module purecloud-platform-client-v2/api/FaxApi
26751
- * @version 168.2.0
26751
+ * @version 169.0.0
26752
26752
  */
26753
26753
 
26754
26754
  /**
@@ -26919,7 +26919,7 @@ class FlowsApi {
26919
26919
  /**
26920
26920
  * Flows service.
26921
26921
  * @module purecloud-platform-client-v2/api/FlowsApi
26922
- * @version 168.2.0
26922
+ * @version 169.0.0
26923
26923
  */
26924
26924
 
26925
26925
  /**
@@ -26990,7 +26990,7 @@ class GamificationApi {
26990
26990
  /**
26991
26991
  * Gamification service.
26992
26992
  * @module purecloud-platform-client-v2/api/GamificationApi
26993
- * @version 168.2.0
26993
+ * @version 169.0.0
26994
26994
  */
26995
26995
 
26996
26996
  /**
@@ -29076,7 +29076,7 @@ class GeneralDataProtectionRegulationApi {
29076
29076
  /**
29077
29077
  * GeneralDataProtectionRegulation service.
29078
29078
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
29079
- * @version 168.2.0
29079
+ * @version 169.0.0
29080
29080
  */
29081
29081
 
29082
29082
  /**
@@ -29206,7 +29206,7 @@ class GeolocationApi {
29206
29206
  /**
29207
29207
  * Geolocation service.
29208
29208
  * @module purecloud-platform-client-v2/api/GeolocationApi
29209
- * @version 168.2.0
29209
+ * @version 169.0.0
29210
29210
  */
29211
29211
 
29212
29212
  /**
@@ -29337,7 +29337,7 @@ class GreetingsApi {
29337
29337
  /**
29338
29338
  * Greetings service.
29339
29339
  * @module purecloud-platform-client-v2/api/GreetingsApi
29340
- * @version 168.2.0
29340
+ * @version 169.0.0
29341
29341
  */
29342
29342
 
29343
29343
  /**
@@ -29792,7 +29792,7 @@ class GroupsApi {
29792
29792
  /**
29793
29793
  * Groups service.
29794
29794
  * @module purecloud-platform-client-v2/api/GroupsApi
29795
- * @version 168.2.0
29795
+ * @version 169.0.0
29796
29796
  */
29797
29797
 
29798
29798
  /**
@@ -30201,7 +30201,7 @@ class IdentityProviderApi {
30201
30201
  /**
30202
30202
  * IdentityProvider service.
30203
30203
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
30204
- * @version 168.2.0
30204
+ * @version 169.0.0
30205
30205
  */
30206
30206
 
30207
30207
  /**
@@ -30957,7 +30957,7 @@ class InfrastructureAsCodeApi {
30957
30957
  /**
30958
30958
  * InfrastructureAsCode service.
30959
30959
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
30960
- * @version 168.2.0
30960
+ * @version 169.0.0
30961
30961
  */
30962
30962
 
30963
30963
  /**
@@ -31124,7 +31124,7 @@ class IntegrationsApi {
31124
31124
  /**
31125
31125
  * Integrations service.
31126
31126
  * @module purecloud-platform-client-v2/api/IntegrationsApi
31127
- * @version 168.2.0
31127
+ * @version 169.0.0
31128
31128
  */
31129
31129
 
31130
31130
  /**
@@ -32724,7 +32724,7 @@ class JourneyApi {
32724
32724
  /**
32725
32725
  * Journey service.
32726
32726
  * @module purecloud-platform-client-v2/api/JourneyApi
32727
- * @version 168.2.0
32727
+ * @version 169.0.0
32728
32728
  */
32729
32729
 
32730
32730
  /**
@@ -33604,7 +33604,7 @@ class KnowledgeApi {
33604
33604
  /**
33605
33605
  * Knowledge service.
33606
33606
  * @module purecloud-platform-client-v2/api/KnowledgeApi
33607
- * @version 168.2.0
33607
+ * @version 169.0.0
33608
33608
  */
33609
33609
 
33610
33610
  /**
@@ -33835,6 +33835,7 @@ class KnowledgeApi {
33835
33835
  * @param {String} categoryId Category ID
33836
33836
  * @param {String} knowledgeBaseId Knowledge base ID
33837
33837
  * @param {Object} languageCode Language code, format: iso2-LOCALE
33838
+ * @deprecated
33838
33839
  */
33839
33840
  deleteKnowledgeKnowledgebaseLanguageCategory(categoryId, knowledgeBaseId, languageCode) {
33840
33841
  // verify the required parameter 'categoryId' is set
@@ -33870,6 +33871,7 @@ class KnowledgeApi {
33870
33871
  * @param {String} documentId Document ID
33871
33872
  * @param {String} knowledgeBaseId Knowledge base ID
33872
33873
  * @param {Object} languageCode Language code, format: iso2-LOCALE
33874
+ * @deprecated
33873
33875
  */
33874
33876
  deleteKnowledgeKnowledgebaseLanguageDocument(documentId, knowledgeBaseId, languageCode) {
33875
33877
  // verify the required parameter 'documentId' is set
@@ -33905,6 +33907,7 @@ class KnowledgeApi {
33905
33907
  * @param {String} knowledgeBaseId Knowledge base ID
33906
33908
  * @param {Object} languageCode Language code, format: iso2-LOCALE
33907
33909
  * @param {String} importId Import ID
33910
+ * @deprecated
33908
33911
  */
33909
33912
  deleteKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId, languageCode, importId) {
33910
33913
  // verify the required parameter 'knowledgeBaseId' is set
@@ -34563,6 +34566,7 @@ class KnowledgeApi {
34563
34566
  * @param {String} opts.limit Number of entities to return. Maximum of 200. Deprecated in favour of pageSize
34564
34567
  * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
34565
34568
  * @param {String} opts.name Filter to return the categories that starts with the given category name.
34569
+ * @deprecated
34566
34570
  */
34567
34571
  getKnowledgeKnowledgebaseLanguageCategories(knowledgeBaseId, languageCode, opts) {
34568
34572
  opts = opts || {};
@@ -34596,6 +34600,7 @@ class KnowledgeApi {
34596
34600
  * @param {String} categoryId Category ID
34597
34601
  * @param {String} knowledgeBaseId Knowledge base ID
34598
34602
  * @param {Object} languageCode Language code, format: iso2-LOCALE
34603
+ * @deprecated
34599
34604
  */
34600
34605
  getKnowledgeKnowledgebaseLanguageCategory(categoryId, knowledgeBaseId, languageCode) {
34601
34606
  // verify the required parameter 'categoryId' is set
@@ -34631,6 +34636,7 @@ class KnowledgeApi {
34631
34636
  * @param {String} documentId Document ID
34632
34637
  * @param {String} knowledgeBaseId Knowledge base ID
34633
34638
  * @param {Object} languageCode Language code, format: iso2-LOCALE
34639
+ * @deprecated
34634
34640
  */
34635
34641
  getKnowledgeKnowledgebaseLanguageDocument(documentId, knowledgeBaseId, languageCode) {
34636
34642
  // verify the required parameter 'documentId' is set
@@ -34675,6 +34681,7 @@ class KnowledgeApi {
34675
34681
  * @param {Object} opts.sortBy Sort by.
34676
34682
  * @param {Object} opts.sortOrder Sort Order.
34677
34683
  * @param {Array.<String>} opts.documentIds Comma-separated list of document identifiers to fetch by.
34684
+ * @deprecated
34678
34685
  */
34679
34686
  getKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId, languageCode, opts) {
34680
34687
  opts = opts || {};
@@ -34708,6 +34715,7 @@ class KnowledgeApi {
34708
34715
  * @param {String} knowledgeBaseId Knowledge base ID
34709
34716
  * @param {Object} languageCode Language code, format: iso2-LOCALE
34710
34717
  * @param {String} importId Import ID
34718
+ * @deprecated
34711
34719
  */
34712
34720
  getKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId, languageCode, importId) {
34713
34721
  // verify the required parameter 'knowledgeBaseId' is set
@@ -34743,6 +34751,7 @@ class KnowledgeApi {
34743
34751
  * @param {String} knowledgeBaseId Knowledge base ID
34744
34752
  * @param {Object} languageCode Language code, format: iso2-LOCALE
34745
34753
  * @param {String} trainingId Training ID
34754
+ * @deprecated
34746
34755
  */
34747
34756
  getKnowledgeKnowledgebaseLanguageTraining(knowledgeBaseId, languageCode, trainingId) {
34748
34757
  // verify the required parameter 'knowledgeBaseId' is set
@@ -34783,6 +34792,7 @@ class KnowledgeApi {
34783
34792
  * @param {String} opts.limit Number of entities to return. Maximum of 200. Deprecated in favour of pageSize
34784
34793
  * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
34785
34794
  * @param {Object} opts.knowledgeDocumentsState Return the training with the specified state of the trained documents.
34795
+ * @deprecated
34786
34796
  */
34787
34797
  getKnowledgeKnowledgebaseLanguageTrainings(knowledgeBaseId, languageCode, opts) {
34788
34798
  opts = opts || {};
@@ -34918,8 +34928,8 @@ class KnowledgeApi {
34918
34928
  * @param {Object} opts Optional parameters
34919
34929
  * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
34920
34930
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
34921
- * @param {String} opts.limit Number of entities to return. Maximum of 200. Deprecated in favour of pageSize
34922
- * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
34931
+ * @param {String} opts.limit Number of entities to return. Maximum of 100. Deprecated in favour of pageSize
34932
+ * @param {String} opts.pageSize Number of entities to return. Maximum of 100.
34923
34933
  * @param {String} opts.name Filter by Name.
34924
34934
  * @param {Object} opts.coreLanguage Filter by core language.
34925
34935
  * @param {Boolean} opts.published Filter by published status.
@@ -35230,6 +35240,7 @@ class KnowledgeApi {
35230
35240
  * @param {String} knowledgeBaseId Knowledge base ID
35231
35241
  * @param {Object} languageCode Language code, format: iso2-LOCALE
35232
35242
  * @param {Object} body
35243
+ * @deprecated
35233
35244
  */
35234
35245
  patchKnowledgeKnowledgebaseLanguageCategory(categoryId, knowledgeBaseId, languageCode, body) {
35235
35246
  // verify the required parameter 'categoryId' is set
@@ -35270,6 +35281,7 @@ class KnowledgeApi {
35270
35281
  * @param {String} knowledgeBaseId Knowledge base ID
35271
35282
  * @param {Object} languageCode Language code, format: iso2-LOCALE
35272
35283
  * @param {Object} body
35284
+ * @deprecated
35273
35285
  */
35274
35286
  patchKnowledgeKnowledgebaseLanguageDocument(documentId, knowledgeBaseId, languageCode, body) {
35275
35287
  // verify the required parameter 'documentId' is set
@@ -35309,6 +35321,7 @@ class KnowledgeApi {
35309
35321
  * @param {String} knowledgeBaseId Knowledge base ID
35310
35322
  * @param {Object} languageCode Language code, format: iso2-LOCALE
35311
35323
  * @param {Array.<Object>} body
35324
+ * @deprecated
35312
35325
  */
35313
35326
  patchKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId, languageCode, body) {
35314
35327
  // verify the required parameter 'knowledgeBaseId' is set
@@ -35345,6 +35358,7 @@ class KnowledgeApi {
35345
35358
  * @param {Object} languageCode Language code, format: iso2-LOCALE
35346
35359
  * @param {String} importId Import ID
35347
35360
  * @param {Object} body
35361
+ * @deprecated
35348
35362
  */
35349
35363
  patchKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId, languageCode, importId, body) {
35350
35364
  // verify the required parameter 'knowledgeBaseId' is set
@@ -35812,6 +35826,7 @@ class KnowledgeApi {
35812
35826
  * @param {String} knowledgeBaseId Knowledge base ID
35813
35827
  * @param {Object} languageCode Language code, format: iso2-LOCALE
35814
35828
  * @param {Object} body
35829
+ * @deprecated
35815
35830
  */
35816
35831
  postKnowledgeKnowledgebaseLanguageCategories(knowledgeBaseId, languageCode, body) {
35817
35832
  // verify the required parameter 'knowledgeBaseId' is set
@@ -35847,6 +35862,7 @@ class KnowledgeApi {
35847
35862
  * @param {String} knowledgeBaseId Knowledge base ID
35848
35863
  * @param {Object} languageCode Language code, format: iso2-LOCALE
35849
35864
  * @param {Object} body
35865
+ * @deprecated
35850
35866
  */
35851
35867
  postKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId, languageCode, body) {
35852
35868
  // verify the required parameter 'knowledgeBaseId' is set
@@ -35882,6 +35898,7 @@ class KnowledgeApi {
35882
35898
  * @param {String} knowledgeBaseId Knowledge base ID
35883
35899
  * @param {Object} languageCode Language code, format: iso2-LOCALE
35884
35900
  * @param {Object} body
35901
+ * @deprecated
35885
35902
  */
35886
35903
  postKnowledgeKnowledgebaseLanguageDocumentsImports(knowledgeBaseId, languageCode, body) {
35887
35904
  // verify the required parameter 'knowledgeBaseId' is set
@@ -35917,6 +35934,7 @@ class KnowledgeApi {
35917
35934
  * @param {String} knowledgeBaseId Knowledge base ID
35918
35935
  * @param {Object} languageCode Language code, format: iso2-LOCALE
35919
35936
  * @param {String} trainingId Training ID
35937
+ * @deprecated
35920
35938
  */
35921
35939
  postKnowledgeKnowledgebaseLanguageTrainingPromote(knowledgeBaseId, languageCode, trainingId) {
35922
35940
  // verify the required parameter 'knowledgeBaseId' is set
@@ -35951,6 +35969,7 @@ class KnowledgeApi {
35951
35969
  *
35952
35970
  * @param {String} knowledgeBaseId Knowledge base ID
35953
35971
  * @param {Object} languageCode Language code, format: iso2-LOCALE
35972
+ * @deprecated
35954
35973
  */
35955
35974
  postKnowledgeKnowledgebaseLanguageTrainings(knowledgeBaseId, languageCode) {
35956
35975
  // verify the required parameter 'knowledgeBaseId' is set
@@ -35982,6 +36001,7 @@ class KnowledgeApi {
35982
36001
  * @param {String} knowledgeBaseId Knowledge base ID
35983
36002
  * @param {Object} opts Optional parameters
35984
36003
  * @param {Object} opts.body
36004
+ * @deprecated
35985
36005
  */
35986
36006
  postKnowledgeKnowledgebaseSearch(knowledgeBaseId, opts) {
35987
36007
  opts = opts || {};
@@ -36036,7 +36056,7 @@ class LanguageUnderstandingApi {
36036
36056
  /**
36037
36057
  * LanguageUnderstanding service.
36038
36058
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
36039
- * @version 168.2.0
36059
+ * @version 169.0.0
36040
36060
  */
36041
36061
 
36042
36062
  /**
@@ -37049,7 +37069,7 @@ class LanguagesApi {
37049
37069
  /**
37050
37070
  * Languages service.
37051
37071
  * @module purecloud-platform-client-v2/api/LanguagesApi
37052
- * @version 168.2.0
37072
+ * @version 169.0.0
37053
37073
  */
37054
37074
 
37055
37075
  /**
@@ -37271,7 +37291,7 @@ class LearningApi {
37271
37291
  /**
37272
37292
  * Learning service.
37273
37293
  * @module purecloud-platform-client-v2/api/LearningApi
37274
- * @version 168.2.0
37294
+ * @version 169.0.0
37275
37295
  */
37276
37296
 
37277
37297
  /**
@@ -38086,7 +38106,7 @@ class LicenseApi {
38086
38106
  /**
38087
38107
  * License service.
38088
38108
  * @module purecloud-platform-client-v2/api/LicenseApi
38089
- * @version 168.2.0
38109
+ * @version 169.0.0
38090
38110
  */
38091
38111
 
38092
38112
  /**
@@ -38324,7 +38344,7 @@ class LocationsApi {
38324
38344
  /**
38325
38345
  * Locations service.
38326
38346
  * @module purecloud-platform-client-v2/api/LocationsApi
38327
- * @version 168.2.0
38347
+ * @version 169.0.0
38328
38348
  */
38329
38349
 
38330
38350
  /**
@@ -38560,7 +38580,7 @@ class MessagingApi {
38560
38580
  /**
38561
38581
  * Messaging service.
38562
38582
  * @module purecloud-platform-client-v2/api/MessagingApi
38563
- * @version 168.2.0
38583
+ * @version 169.0.0
38564
38584
  */
38565
38585
 
38566
38586
  /**
@@ -38577,8 +38597,9 @@ class MessagingApi {
38577
38597
 
38578
38598
  /**
38579
38599
  * Delete a supported content profile
38580
- *
38600
+ * Deprecated - use DELETE /api/v2/conversations/messaging/supportedcontent/{supportedContentId} as replacement
38581
38601
  * @param {String} supportedContentId Supported Content ID
38602
+ * @deprecated
38582
38603
  */
38583
38604
  deleteMessagingSupportedcontentSupportedContentId(supportedContentId) {
38584
38605
  // verify the required parameter 'supportedContentId' is set
@@ -38602,10 +38623,11 @@ class MessagingApi {
38602
38623
 
38603
38624
  /**
38604
38625
  * Get a list of Supported Content profiles
38605
- *
38626
+ * Deprecated - use GET /api/v2/conversations/messaging/supportedcontent as replacement
38606
38627
  * @param {Object} opts Optional parameters
38607
38628
  * @param {Number} opts.pageSize Page size (default to 25)
38608
38629
  * @param {Number} opts.pageNumber Page number (default to 1)
38630
+ * @deprecated
38609
38631
  */
38610
38632
  getMessagingSupportedcontent(opts) {
38611
38633
  opts = opts || {};
@@ -38627,8 +38649,9 @@ class MessagingApi {
38627
38649
 
38628
38650
  /**
38629
38651
  * Get a supported content profile
38630
- *
38652
+ * Deprecated - use GET /api/v2/conversations/messaging/supportedcontent/{supportedContentId} as replacement
38631
38653
  * @param {String} supportedContentId Supported Content ID
38654
+ * @deprecated
38632
38655
  */
38633
38656
  getMessagingSupportedcontentSupportedContentId(supportedContentId) {
38634
38657
  // verify the required parameter 'supportedContentId' is set
@@ -38652,9 +38675,10 @@ class MessagingApi {
38652
38675
 
38653
38676
  /**
38654
38677
  * Update a supported content profile
38655
- *
38678
+ * Deprecated - use PATCH /api/v2/conversations/messaging/supportedcontent/{supportedContentId} as replacement
38656
38679
  * @param {String} supportedContentId Supported Content ID
38657
38680
  * @param {Object} body SupportedContent
38681
+ * @deprecated
38658
38682
  */
38659
38683
  patchMessagingSupportedcontentSupportedContentId(supportedContentId, body) {
38660
38684
  // verify the required parameter 'supportedContentId' is set
@@ -38682,8 +38706,9 @@ class MessagingApi {
38682
38706
 
38683
38707
  /**
38684
38708
  * Create a Supported Content profile
38685
- *
38709
+ * Deprecated - use POST /api/v2/conversations/messaging/supportedcontent as replacement
38686
38710
  * @param {Object} body SupportedContent
38711
+ * @deprecated
38687
38712
  */
38688
38713
  postMessagingSupportedcontent(body) {
38689
38714
  // verify the required parameter 'body' is set
@@ -38711,7 +38736,7 @@ class MobileDevicesApi {
38711
38736
  /**
38712
38737
  * MobileDevices service.
38713
38738
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
38714
- * @version 168.2.0
38739
+ * @version 169.0.0
38715
38740
  */
38716
38741
 
38717
38742
  /**
@@ -38862,7 +38887,7 @@ class NotificationsApi {
38862
38887
  /**
38863
38888
  * Notifications service.
38864
38889
  * @module purecloud-platform-client-v2/api/NotificationsApi
38865
- * @version 168.2.0
38890
+ * @version 169.0.0
38866
38891
  */
38867
38892
 
38868
38893
  /**
@@ -39095,7 +39120,7 @@ class OAuthApi {
39095
39120
  /**
39096
39121
  * OAuth service.
39097
39122
  * @module purecloud-platform-client-v2/api/OAuthApi
39098
- * @version 168.2.0
39123
+ * @version 169.0.0
39099
39124
  */
39100
39125
 
39101
39126
  /**
@@ -39461,7 +39486,7 @@ class ObjectsApi {
39461
39486
  /**
39462
39487
  * Objects service.
39463
39488
  * @module purecloud-platform-client-v2/api/ObjectsApi
39464
- * @version 168.2.0
39489
+ * @version 169.0.0
39465
39490
  */
39466
39491
 
39467
39492
  /**
@@ -39732,7 +39757,7 @@ class OrganizationApi {
39732
39757
  /**
39733
39758
  * Organization service.
39734
39759
  * @module purecloud-platform-client-v2/api/OrganizationApi
39735
- * @version 168.2.0
39760
+ * @version 169.0.0
39736
39761
  */
39737
39762
 
39738
39763
  /**
@@ -39774,9 +39799,30 @@ class OrganizationApi {
39774
39799
  }
39775
39800
 
39776
39801
  /**
39777
- * Get the list of domains that will be allowed to embed PureCloud applications
39802
+ * Gets the organization's settings
39778
39803
  *
39779
39804
  */
39805
+ getOrganizationsAuthenticationSettings() {
39806
+
39807
+ return this.apiClient.callApi(
39808
+ '/api/v2/organizations/authentication/settings',
39809
+ 'GET',
39810
+ { },
39811
+ { },
39812
+ { },
39813
+ { },
39814
+ null,
39815
+ ['PureCloud OAuth'],
39816
+ ['application/json'],
39817
+ ['application/json']
39818
+ );
39819
+ }
39820
+
39821
+ /**
39822
+ * Get the list of domains that will be allowed to embed PureCloud applications
39823
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
39824
+ * @deprecated
39825
+ */
39780
39826
  getOrganizationsEmbeddedintegration() {
39781
39827
 
39782
39828
  return this.apiClient.callApi(
@@ -39795,7 +39841,8 @@ class OrganizationApi {
39795
39841
 
39796
39842
  /**
39797
39843
  * Get organization IP address whitelist settings
39798
- *
39844
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
39845
+ * @deprecated
39799
39846
  */
39800
39847
  getOrganizationsIpaddressauthentication() {
39801
39848
 
@@ -39982,7 +40029,7 @@ class OrganizationApi {
39982
40029
  }
39983
40030
 
39984
40031
  /**
39985
- * Use PUT /api/v2/organizations/embeddedintegration instead
40032
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
39986
40033
  *
39987
40034
  * @deprecated
39988
40035
  */
@@ -40002,6 +40049,31 @@ class OrganizationApi {
40002
40049
  );
40003
40050
  }
40004
40051
 
40052
+ /**
40053
+ * Update the organization's settings
40054
+ *
40055
+ * @param {Object} body Org settings
40056
+ */
40057
+ patchOrganizationsAuthenticationSettings(body) {
40058
+ // verify the required parameter 'body' is set
40059
+ if (body === undefined || body === null) {
40060
+ throw 'Missing the required parameter "body" when calling patchOrganizationsAuthenticationSettings';
40061
+ }
40062
+
40063
+ return this.apiClient.callApi(
40064
+ '/api/v2/organizations/authentication/settings',
40065
+ 'PATCH',
40066
+ { },
40067
+ { },
40068
+ { },
40069
+ { },
40070
+ body,
40071
+ ['PureCloud OAuth'],
40072
+ ['application/json'],
40073
+ ['application/json']
40074
+ );
40075
+ }
40076
+
40005
40077
  /**
40006
40078
  * Update organization
40007
40079
  *
@@ -40034,8 +40106,9 @@ class OrganizationApi {
40034
40106
 
40035
40107
  /**
40036
40108
  * Update the list of domains that will be allowed to embed PureCloud applications
40037
- *
40109
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
40038
40110
  * @param {Object} body Whitelist settings
40111
+ * @deprecated
40039
40112
  */
40040
40113
  putOrganizationsEmbeddedintegration(body) {
40041
40114
  // verify the required parameter 'body' is set
@@ -40059,8 +40132,9 @@ class OrganizationApi {
40059
40132
 
40060
40133
  /**
40061
40134
  * Update organization IP address whitelist settings
40062
- *
40135
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
40063
40136
  * @param {Object} body IP address Whitelist settings
40137
+ * @deprecated
40064
40138
  */
40065
40139
  putOrganizationsIpaddressauthentication(body) {
40066
40140
  // verify the required parameter 'body' is set
@@ -40107,7 +40181,7 @@ class OrganizationApi {
40107
40181
  }
40108
40182
 
40109
40183
  /**
40110
- * Use PUT /api/v2/organizations/embeddedintegration instead
40184
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
40111
40185
  *
40112
40186
  * @param {Object} body Whitelist settings
40113
40187
  * @deprecated
@@ -40138,7 +40212,7 @@ class OrganizationAuthorizationApi {
40138
40212
  /**
40139
40213
  * OrganizationAuthorization service.
40140
40214
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
40141
- * @version 168.2.0
40215
+ * @version 169.0.0
40142
40216
  */
40143
40217
 
40144
40218
  /**
@@ -41433,7 +41507,7 @@ class OutboundApi {
41433
41507
  /**
41434
41508
  * Outbound service.
41435
41509
  * @module purecloud-platform-client-v2/api/OutboundApi
41436
- * @version 168.2.0
41510
+ * @version 169.0.0
41437
41511
  */
41438
41512
 
41439
41513
  /**
@@ -45055,7 +45129,7 @@ class PresenceApi {
45055
45129
  /**
45056
45130
  * Presence service.
45057
45131
  * @module purecloud-platform-client-v2/api/PresenceApi
45058
- * @version 168.2.0
45132
+ * @version 169.0.0
45059
45133
  */
45060
45134
 
45061
45135
  /**
@@ -45606,7 +45680,7 @@ class ProcessAutomationApi {
45606
45680
  /**
45607
45681
  * ProcessAutomation service.
45608
45682
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
45609
- * @version 168.2.0
45683
+ * @version 169.0.0
45610
45684
  */
45611
45685
 
45612
45686
  /**
@@ -45845,7 +45919,7 @@ class QualityApi {
45845
45919
  /**
45846
45920
  * Quality service.
45847
45921
  * @module purecloud-platform-client-v2/api/QualityApi
45848
- * @version 168.2.0
45922
+ * @version 169.0.0
45849
45923
  */
45850
45924
 
45851
45925
  /**
@@ -47433,7 +47507,7 @@ class RecordingApi {
47433
47507
  /**
47434
47508
  * Recording service.
47435
47509
  * @module purecloud-platform-client-v2/api/RecordingApi
47436
- * @version 168.2.0
47510
+ * @version 169.0.0
47437
47511
  */
47438
47512
 
47439
47513
  /**
@@ -49070,7 +49144,7 @@ class ResponseManagementApi {
49070
49144
  /**
49071
49145
  * ResponseManagement service.
49072
49146
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
49073
- * @version 168.2.0
49147
+ * @version 169.0.0
49074
49148
  */
49075
49149
 
49076
49150
  /**
@@ -49555,7 +49629,7 @@ class RoutingApi {
49555
49629
  /**
49556
49630
  * Routing service.
49557
49631
  * @module purecloud-platform-client-v2/api/RoutingApi
49558
- * @version 168.2.0
49632
+ * @version 169.0.0
49559
49633
  */
49560
49634
 
49561
49635
  /**
@@ -53069,7 +53143,7 @@ class SCIMApi {
53069
53143
  /**
53070
53144
  * SCIM service.
53071
53145
  * @module purecloud-platform-client-v2/api/SCIMApi
53072
- * @version 168.2.0
53146
+ * @version 169.0.0
53073
53147
  */
53074
53148
 
53075
53149
  /**
@@ -53946,7 +54020,7 @@ class ScriptsApi {
53946
54020
  /**
53947
54021
  * Scripts service.
53948
54022
  * @module purecloud-platform-client-v2/api/ScriptsApi
53949
- * @version 168.2.0
54023
+ * @version 169.0.0
53950
54024
  */
53951
54025
 
53952
54026
  /**
@@ -54365,7 +54439,7 @@ class SearchApi {
54365
54439
  /**
54366
54440
  * Search service.
54367
54441
  * @module purecloud-platform-client-v2/api/SearchApi
54368
- * @version 168.2.0
54442
+ * @version 169.0.0
54369
54443
  */
54370
54444
 
54371
54445
  /**
@@ -54738,6 +54812,7 @@ class SearchApi {
54738
54812
  * @param {String} knowledgeBaseId Knowledge base ID
54739
54813
  * @param {Object} opts Optional parameters
54740
54814
  * @param {Object} opts.body
54815
+ * @deprecated
54741
54816
  */
54742
54817
  postKnowledgeKnowledgebaseSearch(knowledgeBaseId, opts) {
54743
54818
  opts = opts || {};
@@ -54975,7 +55050,7 @@ class SpeechTextAnalyticsApi {
54975
55050
  /**
54976
55051
  * SpeechTextAnalytics service.
54977
55052
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
54978
- * @version 168.2.0
55053
+ * @version 169.0.0
54979
55054
  */
54980
55055
 
54981
55056
  /**
@@ -55528,6 +55603,30 @@ class SpeechTextAnalyticsApi {
55528
55603
  );
55529
55604
  }
55530
55605
 
55606
+ /**
55607
+ * Get the list of general topics from the org and the system with their current status
55608
+ *
55609
+ * @param {Object} opts Optional parameters
55610
+ * @param {Object} opts.dialect The dialect of the general topics, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard
55611
+ */
55612
+ getSpeechandtextanalyticsTopicsGeneralStatus(opts) {
55613
+ opts = opts || {};
55614
+
55615
+
55616
+ return this.apiClient.callApi(
55617
+ '/api/v2/speechandtextanalytics/topics/general/status',
55618
+ 'GET',
55619
+ { },
55620
+ { 'dialect': opts['dialect'] },
55621
+ { },
55622
+ { },
55623
+ null,
55624
+ ['PureCloud OAuth'],
55625
+ ['application/json'],
55626
+ ['application/json']
55627
+ );
55628
+ }
55629
+
55531
55630
  /**
55532
55631
  * Get a Speech and Text Analytics publish topics job by id
55533
55632
  *
@@ -55904,7 +56003,7 @@ class StationsApi {
55904
56003
  /**
55905
56004
  * Stations service.
55906
56005
  * @module purecloud-platform-client-v2/api/StationsApi
55907
- * @version 168.2.0
56006
+ * @version 169.0.0
55908
56007
  */
55909
56008
 
55910
56009
  /**
@@ -56006,7 +56105,7 @@ class SuggestApi {
56006
56105
  /**
56007
56106
  * Suggest service.
56008
56107
  * @module purecloud-platform-client-v2/api/SuggestApi
56009
- * @version 168.2.0
56108
+ * @version 169.0.0
56010
56109
  */
56011
56110
 
56012
56111
  /**
@@ -56145,7 +56244,7 @@ class TeamsApi {
56145
56244
  /**
56146
56245
  * Teams service.
56147
56246
  * @module purecloud-platform-client-v2/api/TeamsApi
56148
- * @version 168.2.0
56247
+ * @version 169.0.0
56149
56248
  */
56150
56249
 
56151
56250
  /**
@@ -56416,7 +56515,7 @@ class TelephonyApi {
56416
56515
  /**
56417
56516
  * Telephony service.
56418
56517
  * @module purecloud-platform-client-v2/api/TelephonyApi
56419
- * @version 168.2.0
56518
+ * @version 169.0.0
56420
56519
  */
56421
56520
 
56422
56521
  /**
@@ -56544,7 +56643,7 @@ class TelephonyProvidersEdgeApi {
56544
56643
  /**
56545
56644
  * TelephonyProvidersEdge service.
56546
56645
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
56547
- * @version 168.2.0
56646
+ * @version 169.0.0
56548
56647
  */
56549
56648
 
56550
56649
  /**
@@ -59745,7 +59844,7 @@ class TextbotsApi {
59745
59844
  /**
59746
59845
  * Textbots service.
59747
59846
  * @module purecloud-platform-client-v2/api/TextbotsApi
59748
- * @version 168.2.0
59847
+ * @version 169.0.0
59749
59848
  */
59750
59849
 
59751
59850
  /**
@@ -59873,7 +59972,7 @@ class TokensApi {
59873
59972
  /**
59874
59973
  * Tokens service.
59875
59974
  * @module purecloud-platform-client-v2/api/TokensApi
59876
- * @version 168.2.0
59975
+ * @version 169.0.0
59877
59976
  */
59878
59977
 
59879
59978
  /**
@@ -59979,7 +60078,7 @@ class UploadsApi {
59979
60078
  /**
59980
60079
  * Uploads service.
59981
60080
  * @module purecloud-platform-client-v2/api/UploadsApi
59982
- * @version 168.2.0
60081
+ * @version 169.0.0
59983
60082
  */
59984
60083
 
59985
60084
  /**
@@ -60155,7 +60254,7 @@ class UsageApi {
60155
60254
  /**
60156
60255
  * Usage service.
60157
60256
  * @module purecloud-platform-client-v2/api/UsageApi
60158
- * @version 168.2.0
60257
+ * @version 169.0.0
60159
60258
  */
60160
60259
 
60161
60260
  /**
@@ -60254,6 +60353,31 @@ class UsageApi {
60254
60353
  );
60255
60354
  }
60256
60355
 
60356
+ /**
60357
+ * Get the results of a usage search
60358
+ *
60359
+ * @param {String} executionId ID of the search execution
60360
+ */
60361
+ getUsageSimplesearchExecutionIdResults(executionId) {
60362
+ // verify the required parameter 'executionId' is set
60363
+ if (executionId === undefined || executionId === null) {
60364
+ throw 'Missing the required parameter "executionId" when calling getUsageSimplesearchExecutionIdResults';
60365
+ }
60366
+
60367
+ return this.apiClient.callApi(
60368
+ '/api/v2/usage/simplesearch/{executionId}/results',
60369
+ 'GET',
60370
+ { 'executionId': executionId },
60371
+ { },
60372
+ { },
60373
+ { },
60374
+ null,
60375
+ ['PureCloud OAuth'],
60376
+ ['application/json'],
60377
+ ['application/json']
60378
+ );
60379
+ }
60380
+
60257
60381
  /**
60258
60382
  * Query for OAuth client API usage
60259
60383
  * After calling this method, you will then need to poll for the query results based on the returned execution Id
@@ -60309,13 +60433,38 @@ class UsageApi {
60309
60433
  );
60310
60434
  }
60311
60435
 
60436
+ /**
60437
+ * Search organization API Usage -
60438
+ * After calling this method, you will then need to poll for the query results based on the returned execution Id
60439
+ * @param {Object} body SimpleSearch
60440
+ */
60441
+ postUsageSimplesearch(body) {
60442
+ // verify the required parameter 'body' is set
60443
+ if (body === undefined || body === null) {
60444
+ throw 'Missing the required parameter "body" when calling postUsageSimplesearch';
60445
+ }
60446
+
60447
+ return this.apiClient.callApi(
60448
+ '/api/v2/usage/simplesearch',
60449
+ 'POST',
60450
+ { },
60451
+ { },
60452
+ { },
60453
+ { },
60454
+ body,
60455
+ ['PureCloud OAuth'],
60456
+ ['application/json'],
60457
+ ['application/json']
60458
+ );
60459
+ }
60460
+
60312
60461
  }
60313
60462
 
60314
60463
  class UserRecordingsApi {
60315
60464
  /**
60316
60465
  * UserRecordings service.
60317
60466
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
60318
- * @version 168.2.0
60467
+ * @version 169.0.0
60319
60468
  */
60320
60469
 
60321
60470
  /**
@@ -60500,7 +60649,7 @@ class UsersApi {
60500
60649
  /**
60501
60650
  * Users service.
60502
60651
  * @module purecloud-platform-client-v2/api/UsersApi
60503
- * @version 168.2.0
60652
+ * @version 169.0.0
60504
60653
  */
60505
60654
 
60506
60655
  /**
@@ -62896,7 +63045,7 @@ class UtilitiesApi {
62896
63045
  /**
62897
63046
  * Utilities service.
62898
63047
  * @module purecloud-platform-client-v2/api/UtilitiesApi
62899
- * @version 168.2.0
63048
+ * @version 169.0.0
62900
63049
  */
62901
63050
 
62902
63051
  /**
@@ -63007,7 +63156,7 @@ class VoicemailApi {
63007
63156
  /**
63008
63157
  * Voicemail service.
63009
63158
  * @module purecloud-platform-client-v2/api/VoicemailApi
63010
- * @version 168.2.0
63159
+ * @version 169.0.0
63011
63160
  */
63012
63161
 
63013
63162
  /**
@@ -63674,7 +63823,7 @@ class WebChatApi {
63674
63823
  /**
63675
63824
  * WebChat service.
63676
63825
  * @module purecloud-platform-client-v2/api/WebChatApi
63677
- * @version 168.2.0
63826
+ * @version 169.0.0
63678
63827
  */
63679
63828
 
63680
63829
  /**
@@ -64223,7 +64372,7 @@ class WebDeploymentsApi {
64223
64372
  /**
64224
64373
  * WebDeployments service.
64225
64374
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
64226
- * @version 168.2.0
64375
+ * @version 169.0.0
64227
64376
  */
64228
64377
 
64229
64378
  /**
@@ -64745,7 +64894,7 @@ class WebMessagingApi {
64745
64894
  /**
64746
64895
  * WebMessaging service.
64747
64896
  * @module purecloud-platform-client-v2/api/WebMessagingApi
64748
- * @version 168.2.0
64897
+ * @version 169.0.0
64749
64898
  */
64750
64899
 
64751
64900
  /**
@@ -64791,7 +64940,7 @@ class WidgetsApi {
64791
64940
  /**
64792
64941
  * Widgets service.
64793
64942
  * @module purecloud-platform-client-v2/api/WidgetsApi
64794
- * @version 168.2.0
64943
+ * @version 169.0.0
64795
64944
  */
64796
64945
 
64797
64946
  /**
@@ -64937,7 +65086,7 @@ class WorkforceManagementApi {
64937
65086
  /**
64938
65087
  * WorkforceManagement service.
64939
65088
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
64940
- * @version 168.2.0
65089
+ * @version 169.0.0
64941
65090
  */
64942
65091
 
64943
65092
  /**
@@ -69744,7 +69893,7 @@ class WorkforceManagementApi {
69744
69893
  * </pre>
69745
69894
  * </p>
69746
69895
  * @module purecloud-platform-client-v2/index
69747
- * @version 168.2.0
69896
+ * @version 169.0.0
69748
69897
  */
69749
69898
  class platformClient {
69750
69899
  constructor() {