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
@@ -2279,7 +2279,7 @@ class Configuration {
2279
2279
 
2280
2280
  /**
2281
2281
  * @module purecloud-platform-client-v2/ApiClient
2282
- * @version 168.2.0
2282
+ * @version 169.0.0
2283
2283
  */
2284
2284
  class ApiClient {
2285
2285
  /**
@@ -3358,7 +3358,7 @@ class AlertingApi {
3358
3358
  /**
3359
3359
  * Alerting service.
3360
3360
  * @module purecloud-platform-client-v2/api/AlertingApi
3361
- * @version 168.2.0
3361
+ * @version 169.0.0
3362
3362
  */
3363
3363
 
3364
3364
  /**
@@ -3672,7 +3672,7 @@ class AnalyticsApi {
3672
3672
  /**
3673
3673
  * Analytics service.
3674
3674
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3675
- * @version 168.2.0
3675
+ * @version 169.0.0
3676
3676
  */
3677
3677
 
3678
3678
  /**
@@ -4926,7 +4926,7 @@ class ArchitectApi {
4926
4926
  /**
4927
4927
  * Architect service.
4928
4928
  * @module purecloud-platform-client-v2/api/ArchitectApi
4929
- * @version 168.2.0
4929
+ * @version 169.0.0
4930
4930
  */
4931
4931
 
4932
4932
  /**
@@ -7974,7 +7974,7 @@ class AuditApi {
7974
7974
  /**
7975
7975
  * Audit service.
7976
7976
  * @module purecloud-platform-client-v2/api/AuditApi
7977
- * @version 168.2.0
7977
+ * @version 169.0.0
7978
7978
  */
7979
7979
 
7980
7980
  /**
@@ -8145,7 +8145,7 @@ class AuthorizationApi {
8145
8145
  /**
8146
8146
  * Authorization service.
8147
8147
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8148
- * @version 168.2.0
8148
+ * @version 169.0.0
8149
8149
  */
8150
8150
 
8151
8151
  /**
@@ -9376,7 +9376,7 @@ class BillingApi {
9376
9376
  /**
9377
9377
  * Billing service.
9378
9378
  * @module purecloud-platform-client-v2/api/BillingApi
9379
- * @version 168.2.0
9379
+ * @version 169.0.0
9380
9380
  */
9381
9381
 
9382
9382
  /**
@@ -9456,7 +9456,7 @@ class CarrierServicesApi {
9456
9456
  /**
9457
9457
  * CarrierServices service.
9458
9458
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
9459
- * @version 168.2.0
9459
+ * @version 169.0.0
9460
9460
  */
9461
9461
 
9462
9462
  /**
@@ -9526,7 +9526,7 @@ class ChatApi {
9526
9526
  /**
9527
9527
  * Chat service.
9528
9528
  * @module purecloud-platform-client-v2/api/ChatApi
9529
- * @version 168.2.0
9529
+ * @version 169.0.0
9530
9530
  */
9531
9531
 
9532
9532
  /**
@@ -9690,7 +9690,7 @@ class CoachingApi {
9690
9690
  /**
9691
9691
  * Coaching service.
9692
9692
  * @module purecloud-platform-client-v2/api/CoachingApi
9693
- * @version 168.2.0
9693
+ * @version 169.0.0
9694
9694
  */
9695
9695
 
9696
9696
  /**
@@ -10267,7 +10267,7 @@ class ContentManagementApi {
10267
10267
  /**
10268
10268
  * ContentManagement service.
10269
10269
  * @module purecloud-platform-client-v2/api/ContentManagementApi
10270
- * @version 168.2.0
10270
+ * @version 169.0.0
10271
10271
  */
10272
10272
 
10273
10273
  /**
@@ -11408,7 +11408,7 @@ class ConversationsApi {
11408
11408
  /**
11409
11409
  * Conversations service.
11410
11410
  * @module purecloud-platform-client-v2/api/ConversationsApi
11411
- * @version 168.2.0
11411
+ * @version 169.0.0
11412
11412
  */
11413
11413
 
11414
11414
  /**
@@ -16613,7 +16613,7 @@ class ConversationsApi {
16613
16613
 
16614
16614
  /**
16615
16615
  * Send an agentless outbound message
16616
- * 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.
16616
+ * 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.
16617
16617
  * @param {Object} body Create agentless outbound messaging request
16618
16618
  */
16619
16619
  postConversationsMessagesAgentless(body) {
@@ -17499,7 +17499,7 @@ class DataExtensionsApi {
17499
17499
  /**
17500
17500
  * DataExtensions service.
17501
17501
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
17502
- * @version 168.2.0
17502
+ * @version 169.0.0
17503
17503
  */
17504
17504
 
17505
17505
  /**
@@ -17585,7 +17585,7 @@ class DownloadsApi {
17585
17585
  /**
17586
17586
  * Downloads service.
17587
17587
  * @module purecloud-platform-client-v2/api/DownloadsApi
17588
- * @version 168.2.0
17588
+ * @version 169.0.0
17589
17589
  */
17590
17590
 
17591
17591
  /**
@@ -17637,7 +17637,7 @@ class EventsApi {
17637
17637
  /**
17638
17638
  * Events service.
17639
17639
  * @module purecloud-platform-client-v2/api/EventsApi
17640
- * @version 168.2.0
17640
+ * @version 169.0.0
17641
17641
  */
17642
17642
 
17643
17643
  /**
@@ -17733,7 +17733,7 @@ class ExternalContactsApi {
17733
17733
  /**
17734
17734
  * ExternalContacts service.
17735
17735
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
17736
- * @version 168.2.0
17736
+ * @version 169.0.0
17737
17737
  */
17738
17738
 
17739
17739
  /**
@@ -19691,7 +19691,7 @@ class FaxApi {
19691
19691
  /**
19692
19692
  * Fax service.
19693
19693
  * @module purecloud-platform-client-v2/api/FaxApi
19694
- * @version 168.2.0
19694
+ * @version 169.0.0
19695
19695
  */
19696
19696
 
19697
19697
  /**
@@ -19862,7 +19862,7 @@ class FlowsApi {
19862
19862
  /**
19863
19863
  * Flows service.
19864
19864
  * @module purecloud-platform-client-v2/api/FlowsApi
19865
- * @version 168.2.0
19865
+ * @version 169.0.0
19866
19866
  */
19867
19867
 
19868
19868
  /**
@@ -19933,7 +19933,7 @@ class GamificationApi {
19933
19933
  /**
19934
19934
  * Gamification service.
19935
19935
  * @module purecloud-platform-client-v2/api/GamificationApi
19936
- * @version 168.2.0
19936
+ * @version 169.0.0
19937
19937
  */
19938
19938
 
19939
19939
  /**
@@ -22019,7 +22019,7 @@ class GeneralDataProtectionRegulationApi {
22019
22019
  /**
22020
22020
  * GeneralDataProtectionRegulation service.
22021
22021
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
22022
- * @version 168.2.0
22022
+ * @version 169.0.0
22023
22023
  */
22024
22024
 
22025
22025
  /**
@@ -22149,7 +22149,7 @@ class GeolocationApi {
22149
22149
  /**
22150
22150
  * Geolocation service.
22151
22151
  * @module purecloud-platform-client-v2/api/GeolocationApi
22152
- * @version 168.2.0
22152
+ * @version 169.0.0
22153
22153
  */
22154
22154
 
22155
22155
  /**
@@ -22280,7 +22280,7 @@ class GreetingsApi {
22280
22280
  /**
22281
22281
  * Greetings service.
22282
22282
  * @module purecloud-platform-client-v2/api/GreetingsApi
22283
- * @version 168.2.0
22283
+ * @version 169.0.0
22284
22284
  */
22285
22285
 
22286
22286
  /**
@@ -22735,7 +22735,7 @@ class GroupsApi {
22735
22735
  /**
22736
22736
  * Groups service.
22737
22737
  * @module purecloud-platform-client-v2/api/GroupsApi
22738
- * @version 168.2.0
22738
+ * @version 169.0.0
22739
22739
  */
22740
22740
 
22741
22741
  /**
@@ -23144,7 +23144,7 @@ class IdentityProviderApi {
23144
23144
  /**
23145
23145
  * IdentityProvider service.
23146
23146
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
23147
- * @version 168.2.0
23147
+ * @version 169.0.0
23148
23148
  */
23149
23149
 
23150
23150
  /**
@@ -23900,7 +23900,7 @@ class InfrastructureAsCodeApi {
23900
23900
  /**
23901
23901
  * InfrastructureAsCode service.
23902
23902
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
23903
- * @version 168.2.0
23903
+ * @version 169.0.0
23904
23904
  */
23905
23905
 
23906
23906
  /**
@@ -24067,7 +24067,7 @@ class IntegrationsApi {
24067
24067
  /**
24068
24068
  * Integrations service.
24069
24069
  * @module purecloud-platform-client-v2/api/IntegrationsApi
24070
- * @version 168.2.0
24070
+ * @version 169.0.0
24071
24071
  */
24072
24072
 
24073
24073
  /**
@@ -25667,7 +25667,7 @@ class JourneyApi {
25667
25667
  /**
25668
25668
  * Journey service.
25669
25669
  * @module purecloud-platform-client-v2/api/JourneyApi
25670
- * @version 168.2.0
25670
+ * @version 169.0.0
25671
25671
  */
25672
25672
 
25673
25673
  /**
@@ -26547,7 +26547,7 @@ class KnowledgeApi {
26547
26547
  /**
26548
26548
  * Knowledge service.
26549
26549
  * @module purecloud-platform-client-v2/api/KnowledgeApi
26550
- * @version 168.2.0
26550
+ * @version 169.0.0
26551
26551
  */
26552
26552
 
26553
26553
  /**
@@ -26778,6 +26778,7 @@ class KnowledgeApi {
26778
26778
  * @param {String} categoryId Category ID
26779
26779
  * @param {String} knowledgeBaseId Knowledge base ID
26780
26780
  * @param {Object} languageCode Language code, format: iso2-LOCALE
26781
+ * @deprecated
26781
26782
  */
26782
26783
  deleteKnowledgeKnowledgebaseLanguageCategory(categoryId, knowledgeBaseId, languageCode) {
26783
26784
  // verify the required parameter 'categoryId' is set
@@ -26813,6 +26814,7 @@ class KnowledgeApi {
26813
26814
  * @param {String} documentId Document ID
26814
26815
  * @param {String} knowledgeBaseId Knowledge base ID
26815
26816
  * @param {Object} languageCode Language code, format: iso2-LOCALE
26817
+ * @deprecated
26816
26818
  */
26817
26819
  deleteKnowledgeKnowledgebaseLanguageDocument(documentId, knowledgeBaseId, languageCode) {
26818
26820
  // verify the required parameter 'documentId' is set
@@ -26848,6 +26850,7 @@ class KnowledgeApi {
26848
26850
  * @param {String} knowledgeBaseId Knowledge base ID
26849
26851
  * @param {Object} languageCode Language code, format: iso2-LOCALE
26850
26852
  * @param {String} importId Import ID
26853
+ * @deprecated
26851
26854
  */
26852
26855
  deleteKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId, languageCode, importId) {
26853
26856
  // verify the required parameter 'knowledgeBaseId' is set
@@ -27506,6 +27509,7 @@ class KnowledgeApi {
27506
27509
  * @param {String} opts.limit Number of entities to return. Maximum of 200. Deprecated in favour of pageSize
27507
27510
  * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
27508
27511
  * @param {String} opts.name Filter to return the categories that starts with the given category name.
27512
+ * @deprecated
27509
27513
  */
27510
27514
  getKnowledgeKnowledgebaseLanguageCategories(knowledgeBaseId, languageCode, opts) {
27511
27515
  opts = opts || {};
@@ -27539,6 +27543,7 @@ class KnowledgeApi {
27539
27543
  * @param {String} categoryId Category ID
27540
27544
  * @param {String} knowledgeBaseId Knowledge base ID
27541
27545
  * @param {Object} languageCode Language code, format: iso2-LOCALE
27546
+ * @deprecated
27542
27547
  */
27543
27548
  getKnowledgeKnowledgebaseLanguageCategory(categoryId, knowledgeBaseId, languageCode) {
27544
27549
  // verify the required parameter 'categoryId' is set
@@ -27574,6 +27579,7 @@ class KnowledgeApi {
27574
27579
  * @param {String} documentId Document ID
27575
27580
  * @param {String} knowledgeBaseId Knowledge base ID
27576
27581
  * @param {Object} languageCode Language code, format: iso2-LOCALE
27582
+ * @deprecated
27577
27583
  */
27578
27584
  getKnowledgeKnowledgebaseLanguageDocument(documentId, knowledgeBaseId, languageCode) {
27579
27585
  // verify the required parameter 'documentId' is set
@@ -27618,6 +27624,7 @@ class KnowledgeApi {
27618
27624
  * @param {Object} opts.sortBy Sort by.
27619
27625
  * @param {Object} opts.sortOrder Sort Order.
27620
27626
  * @param {Array.<String>} opts.documentIds Comma-separated list of document identifiers to fetch by.
27627
+ * @deprecated
27621
27628
  */
27622
27629
  getKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId, languageCode, opts) {
27623
27630
  opts = opts || {};
@@ -27651,6 +27658,7 @@ class KnowledgeApi {
27651
27658
  * @param {String} knowledgeBaseId Knowledge base ID
27652
27659
  * @param {Object} languageCode Language code, format: iso2-LOCALE
27653
27660
  * @param {String} importId Import ID
27661
+ * @deprecated
27654
27662
  */
27655
27663
  getKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId, languageCode, importId) {
27656
27664
  // verify the required parameter 'knowledgeBaseId' is set
@@ -27686,6 +27694,7 @@ class KnowledgeApi {
27686
27694
  * @param {String} knowledgeBaseId Knowledge base ID
27687
27695
  * @param {Object} languageCode Language code, format: iso2-LOCALE
27688
27696
  * @param {String} trainingId Training ID
27697
+ * @deprecated
27689
27698
  */
27690
27699
  getKnowledgeKnowledgebaseLanguageTraining(knowledgeBaseId, languageCode, trainingId) {
27691
27700
  // verify the required parameter 'knowledgeBaseId' is set
@@ -27726,6 +27735,7 @@ class KnowledgeApi {
27726
27735
  * @param {String} opts.limit Number of entities to return. Maximum of 200. Deprecated in favour of pageSize
27727
27736
  * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
27728
27737
  * @param {Object} opts.knowledgeDocumentsState Return the training with the specified state of the trained documents.
27738
+ * @deprecated
27729
27739
  */
27730
27740
  getKnowledgeKnowledgebaseLanguageTrainings(knowledgeBaseId, languageCode, opts) {
27731
27741
  opts = opts || {};
@@ -27861,8 +27871,8 @@ class KnowledgeApi {
27861
27871
  * @param {Object} opts Optional parameters
27862
27872
  * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
27863
27873
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
27864
- * @param {String} opts.limit Number of entities to return. Maximum of 200. Deprecated in favour of pageSize
27865
- * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
27874
+ * @param {String} opts.limit Number of entities to return. Maximum of 100. Deprecated in favour of pageSize
27875
+ * @param {String} opts.pageSize Number of entities to return. Maximum of 100.
27866
27876
  * @param {String} opts.name Filter by Name.
27867
27877
  * @param {Object} opts.coreLanguage Filter by core language.
27868
27878
  * @param {Boolean} opts.published Filter by published status.
@@ -28173,6 +28183,7 @@ class KnowledgeApi {
28173
28183
  * @param {String} knowledgeBaseId Knowledge base ID
28174
28184
  * @param {Object} languageCode Language code, format: iso2-LOCALE
28175
28185
  * @param {Object} body
28186
+ * @deprecated
28176
28187
  */
28177
28188
  patchKnowledgeKnowledgebaseLanguageCategory(categoryId, knowledgeBaseId, languageCode, body) {
28178
28189
  // verify the required parameter 'categoryId' is set
@@ -28213,6 +28224,7 @@ class KnowledgeApi {
28213
28224
  * @param {String} knowledgeBaseId Knowledge base ID
28214
28225
  * @param {Object} languageCode Language code, format: iso2-LOCALE
28215
28226
  * @param {Object} body
28227
+ * @deprecated
28216
28228
  */
28217
28229
  patchKnowledgeKnowledgebaseLanguageDocument(documentId, knowledgeBaseId, languageCode, body) {
28218
28230
  // verify the required parameter 'documentId' is set
@@ -28252,6 +28264,7 @@ class KnowledgeApi {
28252
28264
  * @param {String} knowledgeBaseId Knowledge base ID
28253
28265
  * @param {Object} languageCode Language code, format: iso2-LOCALE
28254
28266
  * @param {Array.<Object>} body
28267
+ * @deprecated
28255
28268
  */
28256
28269
  patchKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId, languageCode, body) {
28257
28270
  // verify the required parameter 'knowledgeBaseId' is set
@@ -28288,6 +28301,7 @@ class KnowledgeApi {
28288
28301
  * @param {Object} languageCode Language code, format: iso2-LOCALE
28289
28302
  * @param {String} importId Import ID
28290
28303
  * @param {Object} body
28304
+ * @deprecated
28291
28305
  */
28292
28306
  patchKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId, languageCode, importId, body) {
28293
28307
  // verify the required parameter 'knowledgeBaseId' is set
@@ -28755,6 +28769,7 @@ class KnowledgeApi {
28755
28769
  * @param {String} knowledgeBaseId Knowledge base ID
28756
28770
  * @param {Object} languageCode Language code, format: iso2-LOCALE
28757
28771
  * @param {Object} body
28772
+ * @deprecated
28758
28773
  */
28759
28774
  postKnowledgeKnowledgebaseLanguageCategories(knowledgeBaseId, languageCode, body) {
28760
28775
  // verify the required parameter 'knowledgeBaseId' is set
@@ -28790,6 +28805,7 @@ class KnowledgeApi {
28790
28805
  * @param {String} knowledgeBaseId Knowledge base ID
28791
28806
  * @param {Object} languageCode Language code, format: iso2-LOCALE
28792
28807
  * @param {Object} body
28808
+ * @deprecated
28793
28809
  */
28794
28810
  postKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId, languageCode, body) {
28795
28811
  // verify the required parameter 'knowledgeBaseId' is set
@@ -28825,6 +28841,7 @@ class KnowledgeApi {
28825
28841
  * @param {String} knowledgeBaseId Knowledge base ID
28826
28842
  * @param {Object} languageCode Language code, format: iso2-LOCALE
28827
28843
  * @param {Object} body
28844
+ * @deprecated
28828
28845
  */
28829
28846
  postKnowledgeKnowledgebaseLanguageDocumentsImports(knowledgeBaseId, languageCode, body) {
28830
28847
  // verify the required parameter 'knowledgeBaseId' is set
@@ -28860,6 +28877,7 @@ class KnowledgeApi {
28860
28877
  * @param {String} knowledgeBaseId Knowledge base ID
28861
28878
  * @param {Object} languageCode Language code, format: iso2-LOCALE
28862
28879
  * @param {String} trainingId Training ID
28880
+ * @deprecated
28863
28881
  */
28864
28882
  postKnowledgeKnowledgebaseLanguageTrainingPromote(knowledgeBaseId, languageCode, trainingId) {
28865
28883
  // verify the required parameter 'knowledgeBaseId' is set
@@ -28894,6 +28912,7 @@ class KnowledgeApi {
28894
28912
  *
28895
28913
  * @param {String} knowledgeBaseId Knowledge base ID
28896
28914
  * @param {Object} languageCode Language code, format: iso2-LOCALE
28915
+ * @deprecated
28897
28916
  */
28898
28917
  postKnowledgeKnowledgebaseLanguageTrainings(knowledgeBaseId, languageCode) {
28899
28918
  // verify the required parameter 'knowledgeBaseId' is set
@@ -28925,6 +28944,7 @@ class KnowledgeApi {
28925
28944
  * @param {String} knowledgeBaseId Knowledge base ID
28926
28945
  * @param {Object} opts Optional parameters
28927
28946
  * @param {Object} opts.body
28947
+ * @deprecated
28928
28948
  */
28929
28949
  postKnowledgeKnowledgebaseSearch(knowledgeBaseId, opts) {
28930
28950
  opts = opts || {};
@@ -28979,7 +28999,7 @@ class LanguageUnderstandingApi {
28979
28999
  /**
28980
29000
  * LanguageUnderstanding service.
28981
29001
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
28982
- * @version 168.2.0
29002
+ * @version 169.0.0
28983
29003
  */
28984
29004
 
28985
29005
  /**
@@ -29992,7 +30012,7 @@ class LanguagesApi {
29992
30012
  /**
29993
30013
  * Languages service.
29994
30014
  * @module purecloud-platform-client-v2/api/LanguagesApi
29995
- * @version 168.2.0
30015
+ * @version 169.0.0
29996
30016
  */
29997
30017
 
29998
30018
  /**
@@ -30214,7 +30234,7 @@ class LearningApi {
30214
30234
  /**
30215
30235
  * Learning service.
30216
30236
  * @module purecloud-platform-client-v2/api/LearningApi
30217
- * @version 168.2.0
30237
+ * @version 169.0.0
30218
30238
  */
30219
30239
 
30220
30240
  /**
@@ -31029,7 +31049,7 @@ class LicenseApi {
31029
31049
  /**
31030
31050
  * License service.
31031
31051
  * @module purecloud-platform-client-v2/api/LicenseApi
31032
- * @version 168.2.0
31052
+ * @version 169.0.0
31033
31053
  */
31034
31054
 
31035
31055
  /**
@@ -31267,7 +31287,7 @@ class LocationsApi {
31267
31287
  /**
31268
31288
  * Locations service.
31269
31289
  * @module purecloud-platform-client-v2/api/LocationsApi
31270
- * @version 168.2.0
31290
+ * @version 169.0.0
31271
31291
  */
31272
31292
 
31273
31293
  /**
@@ -31503,7 +31523,7 @@ class MessagingApi {
31503
31523
  /**
31504
31524
  * Messaging service.
31505
31525
  * @module purecloud-platform-client-v2/api/MessagingApi
31506
- * @version 168.2.0
31526
+ * @version 169.0.0
31507
31527
  */
31508
31528
 
31509
31529
  /**
@@ -31520,8 +31540,9 @@ class MessagingApi {
31520
31540
 
31521
31541
  /**
31522
31542
  * Delete a supported content profile
31523
- *
31543
+ * Deprecated - use DELETE /api/v2/conversations/messaging/supportedcontent/{supportedContentId} as replacement
31524
31544
  * @param {String} supportedContentId Supported Content ID
31545
+ * @deprecated
31525
31546
  */
31526
31547
  deleteMessagingSupportedcontentSupportedContentId(supportedContentId) {
31527
31548
  // verify the required parameter 'supportedContentId' is set
@@ -31545,10 +31566,11 @@ class MessagingApi {
31545
31566
 
31546
31567
  /**
31547
31568
  * Get a list of Supported Content profiles
31548
- *
31569
+ * Deprecated - use GET /api/v2/conversations/messaging/supportedcontent as replacement
31549
31570
  * @param {Object} opts Optional parameters
31550
31571
  * @param {Number} opts.pageSize Page size (default to 25)
31551
31572
  * @param {Number} opts.pageNumber Page number (default to 1)
31573
+ * @deprecated
31552
31574
  */
31553
31575
  getMessagingSupportedcontent(opts) {
31554
31576
  opts = opts || {};
@@ -31570,8 +31592,9 @@ class MessagingApi {
31570
31592
 
31571
31593
  /**
31572
31594
  * Get a supported content profile
31573
- *
31595
+ * Deprecated - use GET /api/v2/conversations/messaging/supportedcontent/{supportedContentId} as replacement
31574
31596
  * @param {String} supportedContentId Supported Content ID
31597
+ * @deprecated
31575
31598
  */
31576
31599
  getMessagingSupportedcontentSupportedContentId(supportedContentId) {
31577
31600
  // verify the required parameter 'supportedContentId' is set
@@ -31595,9 +31618,10 @@ class MessagingApi {
31595
31618
 
31596
31619
  /**
31597
31620
  * Update a supported content profile
31598
- *
31621
+ * Deprecated - use PATCH /api/v2/conversations/messaging/supportedcontent/{supportedContentId} as replacement
31599
31622
  * @param {String} supportedContentId Supported Content ID
31600
31623
  * @param {Object} body SupportedContent
31624
+ * @deprecated
31601
31625
  */
31602
31626
  patchMessagingSupportedcontentSupportedContentId(supportedContentId, body) {
31603
31627
  // verify the required parameter 'supportedContentId' is set
@@ -31625,8 +31649,9 @@ class MessagingApi {
31625
31649
 
31626
31650
  /**
31627
31651
  * Create a Supported Content profile
31628
- *
31652
+ * Deprecated - use POST /api/v2/conversations/messaging/supportedcontent as replacement
31629
31653
  * @param {Object} body SupportedContent
31654
+ * @deprecated
31630
31655
  */
31631
31656
  postMessagingSupportedcontent(body) {
31632
31657
  // verify the required parameter 'body' is set
@@ -31654,7 +31679,7 @@ class MobileDevicesApi {
31654
31679
  /**
31655
31680
  * MobileDevices service.
31656
31681
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
31657
- * @version 168.2.0
31682
+ * @version 169.0.0
31658
31683
  */
31659
31684
 
31660
31685
  /**
@@ -31805,7 +31830,7 @@ class NotificationsApi {
31805
31830
  /**
31806
31831
  * Notifications service.
31807
31832
  * @module purecloud-platform-client-v2/api/NotificationsApi
31808
- * @version 168.2.0
31833
+ * @version 169.0.0
31809
31834
  */
31810
31835
 
31811
31836
  /**
@@ -32038,7 +32063,7 @@ class OAuthApi {
32038
32063
  /**
32039
32064
  * OAuth service.
32040
32065
  * @module purecloud-platform-client-v2/api/OAuthApi
32041
- * @version 168.2.0
32066
+ * @version 169.0.0
32042
32067
  */
32043
32068
 
32044
32069
  /**
@@ -32404,7 +32429,7 @@ class ObjectsApi {
32404
32429
  /**
32405
32430
  * Objects service.
32406
32431
  * @module purecloud-platform-client-v2/api/ObjectsApi
32407
- * @version 168.2.0
32432
+ * @version 169.0.0
32408
32433
  */
32409
32434
 
32410
32435
  /**
@@ -32675,7 +32700,7 @@ class OrganizationApi {
32675
32700
  /**
32676
32701
  * Organization service.
32677
32702
  * @module purecloud-platform-client-v2/api/OrganizationApi
32678
- * @version 168.2.0
32703
+ * @version 169.0.0
32679
32704
  */
32680
32705
 
32681
32706
  /**
@@ -32717,9 +32742,30 @@ class OrganizationApi {
32717
32742
  }
32718
32743
 
32719
32744
  /**
32720
- * Get the list of domains that will be allowed to embed PureCloud applications
32745
+ * Gets the organization's settings
32721
32746
  *
32722
32747
  */
32748
+ getOrganizationsAuthenticationSettings() {
32749
+
32750
+ return this.apiClient.callApi(
32751
+ '/api/v2/organizations/authentication/settings',
32752
+ 'GET',
32753
+ { },
32754
+ { },
32755
+ { },
32756
+ { },
32757
+ null,
32758
+ ['PureCloud OAuth'],
32759
+ ['application/json'],
32760
+ ['application/json']
32761
+ );
32762
+ }
32763
+
32764
+ /**
32765
+ * Get the list of domains that will be allowed to embed PureCloud applications
32766
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
32767
+ * @deprecated
32768
+ */
32723
32769
  getOrganizationsEmbeddedintegration() {
32724
32770
 
32725
32771
  return this.apiClient.callApi(
@@ -32738,7 +32784,8 @@ class OrganizationApi {
32738
32784
 
32739
32785
  /**
32740
32786
  * Get organization IP address whitelist settings
32741
- *
32787
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
32788
+ * @deprecated
32742
32789
  */
32743
32790
  getOrganizationsIpaddressauthentication() {
32744
32791
 
@@ -32925,7 +32972,7 @@ class OrganizationApi {
32925
32972
  }
32926
32973
 
32927
32974
  /**
32928
- * Use PUT /api/v2/organizations/embeddedintegration instead
32975
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
32929
32976
  *
32930
32977
  * @deprecated
32931
32978
  */
@@ -32945,6 +32992,31 @@ class OrganizationApi {
32945
32992
  );
32946
32993
  }
32947
32994
 
32995
+ /**
32996
+ * Update the organization's settings
32997
+ *
32998
+ * @param {Object} body Org settings
32999
+ */
33000
+ patchOrganizationsAuthenticationSettings(body) {
33001
+ // verify the required parameter 'body' is set
33002
+ if (body === undefined || body === null) {
33003
+ throw 'Missing the required parameter "body" when calling patchOrganizationsAuthenticationSettings';
33004
+ }
33005
+
33006
+ return this.apiClient.callApi(
33007
+ '/api/v2/organizations/authentication/settings',
33008
+ 'PATCH',
33009
+ { },
33010
+ { },
33011
+ { },
33012
+ { },
33013
+ body,
33014
+ ['PureCloud OAuth'],
33015
+ ['application/json'],
33016
+ ['application/json']
33017
+ );
33018
+ }
33019
+
32948
33020
  /**
32949
33021
  * Update organization
32950
33022
  *
@@ -32977,8 +33049,9 @@ class OrganizationApi {
32977
33049
 
32978
33050
  /**
32979
33051
  * Update the list of domains that will be allowed to embed PureCloud applications
32980
- *
33052
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
32981
33053
  * @param {Object} body Whitelist settings
33054
+ * @deprecated
32982
33055
  */
32983
33056
  putOrganizationsEmbeddedintegration(body) {
32984
33057
  // verify the required parameter 'body' is set
@@ -33002,8 +33075,9 @@ class OrganizationApi {
33002
33075
 
33003
33076
  /**
33004
33077
  * Update organization IP address whitelist settings
33005
- *
33078
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
33006
33079
  * @param {Object} body IP address Whitelist settings
33080
+ * @deprecated
33007
33081
  */
33008
33082
  putOrganizationsIpaddressauthentication(body) {
33009
33083
  // verify the required parameter 'body' is set
@@ -33050,7 +33124,7 @@ class OrganizationApi {
33050
33124
  }
33051
33125
 
33052
33126
  /**
33053
- * Use PUT /api/v2/organizations/embeddedintegration instead
33127
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
33054
33128
  *
33055
33129
  * @param {Object} body Whitelist settings
33056
33130
  * @deprecated
@@ -33081,7 +33155,7 @@ class OrganizationAuthorizationApi {
33081
33155
  /**
33082
33156
  * OrganizationAuthorization service.
33083
33157
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
33084
- * @version 168.2.0
33158
+ * @version 169.0.0
33085
33159
  */
33086
33160
 
33087
33161
  /**
@@ -34376,7 +34450,7 @@ class OutboundApi {
34376
34450
  /**
34377
34451
  * Outbound service.
34378
34452
  * @module purecloud-platform-client-v2/api/OutboundApi
34379
- * @version 168.2.0
34453
+ * @version 169.0.0
34380
34454
  */
34381
34455
 
34382
34456
  /**
@@ -37998,7 +38072,7 @@ class PresenceApi {
37998
38072
  /**
37999
38073
  * Presence service.
38000
38074
  * @module purecloud-platform-client-v2/api/PresenceApi
38001
- * @version 168.2.0
38075
+ * @version 169.0.0
38002
38076
  */
38003
38077
 
38004
38078
  /**
@@ -38549,7 +38623,7 @@ class ProcessAutomationApi {
38549
38623
  /**
38550
38624
  * ProcessAutomation service.
38551
38625
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
38552
- * @version 168.2.0
38626
+ * @version 169.0.0
38553
38627
  */
38554
38628
 
38555
38629
  /**
@@ -38788,7 +38862,7 @@ class QualityApi {
38788
38862
  /**
38789
38863
  * Quality service.
38790
38864
  * @module purecloud-platform-client-v2/api/QualityApi
38791
- * @version 168.2.0
38865
+ * @version 169.0.0
38792
38866
  */
38793
38867
 
38794
38868
  /**
@@ -40376,7 +40450,7 @@ class RecordingApi {
40376
40450
  /**
40377
40451
  * Recording service.
40378
40452
  * @module purecloud-platform-client-v2/api/RecordingApi
40379
- * @version 168.2.0
40453
+ * @version 169.0.0
40380
40454
  */
40381
40455
 
40382
40456
  /**
@@ -42013,7 +42087,7 @@ class ResponseManagementApi {
42013
42087
  /**
42014
42088
  * ResponseManagement service.
42015
42089
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
42016
- * @version 168.2.0
42090
+ * @version 169.0.0
42017
42091
  */
42018
42092
 
42019
42093
  /**
@@ -42498,7 +42572,7 @@ class RoutingApi {
42498
42572
  /**
42499
42573
  * Routing service.
42500
42574
  * @module purecloud-platform-client-v2/api/RoutingApi
42501
- * @version 168.2.0
42575
+ * @version 169.0.0
42502
42576
  */
42503
42577
 
42504
42578
  /**
@@ -46012,7 +46086,7 @@ class SCIMApi {
46012
46086
  /**
46013
46087
  * SCIM service.
46014
46088
  * @module purecloud-platform-client-v2/api/SCIMApi
46015
- * @version 168.2.0
46089
+ * @version 169.0.0
46016
46090
  */
46017
46091
 
46018
46092
  /**
@@ -46889,7 +46963,7 @@ class ScriptsApi {
46889
46963
  /**
46890
46964
  * Scripts service.
46891
46965
  * @module purecloud-platform-client-v2/api/ScriptsApi
46892
- * @version 168.2.0
46966
+ * @version 169.0.0
46893
46967
  */
46894
46968
 
46895
46969
  /**
@@ -47308,7 +47382,7 @@ class SearchApi {
47308
47382
  /**
47309
47383
  * Search service.
47310
47384
  * @module purecloud-platform-client-v2/api/SearchApi
47311
- * @version 168.2.0
47385
+ * @version 169.0.0
47312
47386
  */
47313
47387
 
47314
47388
  /**
@@ -47681,6 +47755,7 @@ class SearchApi {
47681
47755
  * @param {String} knowledgeBaseId Knowledge base ID
47682
47756
  * @param {Object} opts Optional parameters
47683
47757
  * @param {Object} opts.body
47758
+ * @deprecated
47684
47759
  */
47685
47760
  postKnowledgeKnowledgebaseSearch(knowledgeBaseId, opts) {
47686
47761
  opts = opts || {};
@@ -47918,7 +47993,7 @@ class SpeechTextAnalyticsApi {
47918
47993
  /**
47919
47994
  * SpeechTextAnalytics service.
47920
47995
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
47921
- * @version 168.2.0
47996
+ * @version 169.0.0
47922
47997
  */
47923
47998
 
47924
47999
  /**
@@ -48471,6 +48546,30 @@ class SpeechTextAnalyticsApi {
48471
48546
  );
48472
48547
  }
48473
48548
 
48549
+ /**
48550
+ * Get the list of general topics from the org and the system with their current status
48551
+ *
48552
+ * @param {Object} opts Optional parameters
48553
+ * @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
48554
+ */
48555
+ getSpeechandtextanalyticsTopicsGeneralStatus(opts) {
48556
+ opts = opts || {};
48557
+
48558
+
48559
+ return this.apiClient.callApi(
48560
+ '/api/v2/speechandtextanalytics/topics/general/status',
48561
+ 'GET',
48562
+ { },
48563
+ { 'dialect': opts['dialect'] },
48564
+ { },
48565
+ { },
48566
+ null,
48567
+ ['PureCloud OAuth'],
48568
+ ['application/json'],
48569
+ ['application/json']
48570
+ );
48571
+ }
48572
+
48474
48573
  /**
48475
48574
  * Get a Speech and Text Analytics publish topics job by id
48476
48575
  *
@@ -48847,7 +48946,7 @@ class StationsApi {
48847
48946
  /**
48848
48947
  * Stations service.
48849
48948
  * @module purecloud-platform-client-v2/api/StationsApi
48850
- * @version 168.2.0
48949
+ * @version 169.0.0
48851
48950
  */
48852
48951
 
48853
48952
  /**
@@ -48949,7 +49048,7 @@ class SuggestApi {
48949
49048
  /**
48950
49049
  * Suggest service.
48951
49050
  * @module purecloud-platform-client-v2/api/SuggestApi
48952
- * @version 168.2.0
49051
+ * @version 169.0.0
48953
49052
  */
48954
49053
 
48955
49054
  /**
@@ -49088,7 +49187,7 @@ class TeamsApi {
49088
49187
  /**
49089
49188
  * Teams service.
49090
49189
  * @module purecloud-platform-client-v2/api/TeamsApi
49091
- * @version 168.2.0
49190
+ * @version 169.0.0
49092
49191
  */
49093
49192
 
49094
49193
  /**
@@ -49359,7 +49458,7 @@ class TelephonyApi {
49359
49458
  /**
49360
49459
  * Telephony service.
49361
49460
  * @module purecloud-platform-client-v2/api/TelephonyApi
49362
- * @version 168.2.0
49461
+ * @version 169.0.0
49363
49462
  */
49364
49463
 
49365
49464
  /**
@@ -49487,7 +49586,7 @@ class TelephonyProvidersEdgeApi {
49487
49586
  /**
49488
49587
  * TelephonyProvidersEdge service.
49489
49588
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
49490
- * @version 168.2.0
49589
+ * @version 169.0.0
49491
49590
  */
49492
49591
 
49493
49592
  /**
@@ -52688,7 +52787,7 @@ class TextbotsApi {
52688
52787
  /**
52689
52788
  * Textbots service.
52690
52789
  * @module purecloud-platform-client-v2/api/TextbotsApi
52691
- * @version 168.2.0
52790
+ * @version 169.0.0
52692
52791
  */
52693
52792
 
52694
52793
  /**
@@ -52816,7 +52915,7 @@ class TokensApi {
52816
52915
  /**
52817
52916
  * Tokens service.
52818
52917
  * @module purecloud-platform-client-v2/api/TokensApi
52819
- * @version 168.2.0
52918
+ * @version 169.0.0
52820
52919
  */
52821
52920
 
52822
52921
  /**
@@ -52922,7 +53021,7 @@ class UploadsApi {
52922
53021
  /**
52923
53022
  * Uploads service.
52924
53023
  * @module purecloud-platform-client-v2/api/UploadsApi
52925
- * @version 168.2.0
53024
+ * @version 169.0.0
52926
53025
  */
52927
53026
 
52928
53027
  /**
@@ -53098,7 +53197,7 @@ class UsageApi {
53098
53197
  /**
53099
53198
  * Usage service.
53100
53199
  * @module purecloud-platform-client-v2/api/UsageApi
53101
- * @version 168.2.0
53200
+ * @version 169.0.0
53102
53201
  */
53103
53202
 
53104
53203
  /**
@@ -53197,6 +53296,31 @@ class UsageApi {
53197
53296
  );
53198
53297
  }
53199
53298
 
53299
+ /**
53300
+ * Get the results of a usage search
53301
+ *
53302
+ * @param {String} executionId ID of the search execution
53303
+ */
53304
+ getUsageSimplesearchExecutionIdResults(executionId) {
53305
+ // verify the required parameter 'executionId' is set
53306
+ if (executionId === undefined || executionId === null) {
53307
+ throw 'Missing the required parameter "executionId" when calling getUsageSimplesearchExecutionIdResults';
53308
+ }
53309
+
53310
+ return this.apiClient.callApi(
53311
+ '/api/v2/usage/simplesearch/{executionId}/results',
53312
+ 'GET',
53313
+ { 'executionId': executionId },
53314
+ { },
53315
+ { },
53316
+ { },
53317
+ null,
53318
+ ['PureCloud OAuth'],
53319
+ ['application/json'],
53320
+ ['application/json']
53321
+ );
53322
+ }
53323
+
53200
53324
  /**
53201
53325
  * Query for OAuth client API usage
53202
53326
  * After calling this method, you will then need to poll for the query results based on the returned execution Id
@@ -53252,13 +53376,38 @@ class UsageApi {
53252
53376
  );
53253
53377
  }
53254
53378
 
53379
+ /**
53380
+ * Search organization API Usage -
53381
+ * After calling this method, you will then need to poll for the query results based on the returned execution Id
53382
+ * @param {Object} body SimpleSearch
53383
+ */
53384
+ postUsageSimplesearch(body) {
53385
+ // verify the required parameter 'body' is set
53386
+ if (body === undefined || body === null) {
53387
+ throw 'Missing the required parameter "body" when calling postUsageSimplesearch';
53388
+ }
53389
+
53390
+ return this.apiClient.callApi(
53391
+ '/api/v2/usage/simplesearch',
53392
+ 'POST',
53393
+ { },
53394
+ { },
53395
+ { },
53396
+ { },
53397
+ body,
53398
+ ['PureCloud OAuth'],
53399
+ ['application/json'],
53400
+ ['application/json']
53401
+ );
53402
+ }
53403
+
53255
53404
  }
53256
53405
 
53257
53406
  class UserRecordingsApi {
53258
53407
  /**
53259
53408
  * UserRecordings service.
53260
53409
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
53261
- * @version 168.2.0
53410
+ * @version 169.0.0
53262
53411
  */
53263
53412
 
53264
53413
  /**
@@ -53443,7 +53592,7 @@ class UsersApi {
53443
53592
  /**
53444
53593
  * Users service.
53445
53594
  * @module purecloud-platform-client-v2/api/UsersApi
53446
- * @version 168.2.0
53595
+ * @version 169.0.0
53447
53596
  */
53448
53597
 
53449
53598
  /**
@@ -55839,7 +55988,7 @@ class UtilitiesApi {
55839
55988
  /**
55840
55989
  * Utilities service.
55841
55990
  * @module purecloud-platform-client-v2/api/UtilitiesApi
55842
- * @version 168.2.0
55991
+ * @version 169.0.0
55843
55992
  */
55844
55993
 
55845
55994
  /**
@@ -55950,7 +56099,7 @@ class VoicemailApi {
55950
56099
  /**
55951
56100
  * Voicemail service.
55952
56101
  * @module purecloud-platform-client-v2/api/VoicemailApi
55953
- * @version 168.2.0
56102
+ * @version 169.0.0
55954
56103
  */
55955
56104
 
55956
56105
  /**
@@ -56617,7 +56766,7 @@ class WebChatApi {
56617
56766
  /**
56618
56767
  * WebChat service.
56619
56768
  * @module purecloud-platform-client-v2/api/WebChatApi
56620
- * @version 168.2.0
56769
+ * @version 169.0.0
56621
56770
  */
56622
56771
 
56623
56772
  /**
@@ -57166,7 +57315,7 @@ class WebDeploymentsApi {
57166
57315
  /**
57167
57316
  * WebDeployments service.
57168
57317
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
57169
- * @version 168.2.0
57318
+ * @version 169.0.0
57170
57319
  */
57171
57320
 
57172
57321
  /**
@@ -57688,7 +57837,7 @@ class WebMessagingApi {
57688
57837
  /**
57689
57838
  * WebMessaging service.
57690
57839
  * @module purecloud-platform-client-v2/api/WebMessagingApi
57691
- * @version 168.2.0
57840
+ * @version 169.0.0
57692
57841
  */
57693
57842
 
57694
57843
  /**
@@ -57734,7 +57883,7 @@ class WidgetsApi {
57734
57883
  /**
57735
57884
  * Widgets service.
57736
57885
  * @module purecloud-platform-client-v2/api/WidgetsApi
57737
- * @version 168.2.0
57886
+ * @version 169.0.0
57738
57887
  */
57739
57888
 
57740
57889
  /**
@@ -57880,7 +58029,7 @@ class WorkforceManagementApi {
57880
58029
  /**
57881
58030
  * WorkforceManagement service.
57882
58031
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
57883
- * @version 168.2.0
58032
+ * @version 169.0.0
57884
58033
  */
57885
58034
 
57886
58035
  /**
@@ -62687,7 +62836,7 @@ class WorkforceManagementApi {
62687
62836
  * </pre>
62688
62837
  * </p>
62689
62838
  * @module purecloud-platform-client-v2/index
62690
- * @version 168.2.0
62839
+ * @version 169.0.0
62691
62840
  */
62692
62841
  class platformClient {
62693
62842
  constructor() {