purecloud-platform-client-v2 168.1.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 +281 -84
  3. package/dist/web-amd/purecloud-platform-client-v2.js +281 -84
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +281 -84
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +329 -111
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +230 -77
  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 +2 -2
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +2 -2
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +2 -2
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +2 -2
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +4 -2
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +2 -2
  17. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +2 -2
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +5 -2
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +2 -2
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +3 -2
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +3 -3
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +2 -2
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +2 -2
  24. package/src/purecloud-platform-client-v2/api/EventsApi.js +2 -2
  25. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +2 -2
  26. package/src/purecloud-platform-client-v2/api/FaxApi.js +2 -2
  27. package/src/purecloud-platform-client-v2/api/FlowsApi.js +2 -2
  28. package/src/purecloud-platform-client-v2/api/GamificationApi.js +2 -2
  29. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +2 -2
  30. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +2 -2
  31. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +2 -2
  32. package/src/purecloud-platform-client-v2/api/GroupsApi.js +5 -2
  33. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +2 -2
  34. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +2 -2
  35. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +2 -2
  36. package/src/purecloud-platform-client-v2/api/JourneyApi.js +2 -2
  37. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +24 -4
  38. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +2 -2
  39. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +6 -2
  40. package/src/purecloud-platform-client-v2/api/LearningApi.js +2 -2
  41. package/src/purecloud-platform-client-v2/api/LicenseApi.js +2 -2
  42. package/src/purecloud-platform-client-v2/api/LocationsApi.js +2 -2
  43. package/src/purecloud-platform-client-v2/api/MessagingApi.js +12 -7
  44. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +2 -2
  45. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +2 -2
  46. package/src/purecloud-platform-client-v2/api/OAuthApi.js +2 -2
  47. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +2 -2
  48. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +60 -8
  49. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +2 -2
  50. package/src/purecloud-platform-client-v2/api/OutboundApi.js +3 -2
  51. package/src/purecloud-platform-client-v2/api/PresenceApi.js +2 -2
  52. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +2 -2
  53. package/src/purecloud-platform-client-v2/api/QualityApi.js +11 -2
  54. package/src/purecloud-platform-client-v2/api/RecordingApi.js +2 -2
  55. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +2 -2
  56. package/src/purecloud-platform-client-v2/api/RoutingApi.js +7 -2
  57. package/src/purecloud-platform-client-v2/api/SCIMApi.js +2 -2
  58. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +2 -2
  59. package/src/purecloud-platform-client-v2/api/SearchApi.js +3 -2
  60. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +26 -2
  61. package/src/purecloud-platform-client-v2/api/StationsApi.js +2 -2
  62. package/src/purecloud-platform-client-v2/api/SuggestApi.js +2 -2
  63. package/src/purecloud-platform-client-v2/api/TeamsApi.js +2 -2
  64. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +2 -2
  65. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +3 -2
  66. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +2 -2
  67. package/src/purecloud-platform-client-v2/api/TokensApi.js +2 -2
  68. package/src/purecloud-platform-client-v2/api/UploadsApi.js +2 -2
  69. package/src/purecloud-platform-client-v2/api/UsageApi.js +52 -2
  70. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +2 -2
  71. package/src/purecloud-platform-client-v2/api/UsersApi.js +8 -2
  72. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +2 -2
  73. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +2 -2
  74. package/src/purecloud-platform-client-v2/api/WebChatApi.js +7 -2
  75. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +2 -2
  76. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +2 -2
  77. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +2 -2
  78. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +7 -2
  79. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -399,7 +399,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
399
399
 
400
400
  /**
401
401
  * @module purecloud-platform-client-v2/ApiClient
402
- * @version 168.1.0
402
+ * @version 169.0.0
403
403
  */
404
404
  class ApiClient {
405
405
  /**
@@ -1485,7 +1485,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1485
1485
  /**
1486
1486
  * Alerting service.
1487
1487
  * @module purecloud-platform-client-v2/api/AlertingApi
1488
- * @version 168.1.0
1488
+ * @version 169.0.0
1489
1489
  */
1490
1490
 
1491
1491
  /**
@@ -1799,7 +1799,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1799
1799
  /**
1800
1800
  * Analytics service.
1801
1801
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1802
- * @version 168.1.0
1802
+ * @version 169.0.0
1803
1803
  */
1804
1804
 
1805
1805
  /**
@@ -3053,7 +3053,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3053
3053
  /**
3054
3054
  * Architect service.
3055
3055
  * @module purecloud-platform-client-v2/api/ArchitectApi
3056
- * @version 168.1.0
3056
+ * @version 169.0.0
3057
3057
  */
3058
3058
 
3059
3059
  /**
@@ -6101,7 +6101,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6101
6101
  /**
6102
6102
  * Audit service.
6103
6103
  * @module purecloud-platform-client-v2/api/AuditApi
6104
- * @version 168.1.0
6104
+ * @version 169.0.0
6105
6105
  */
6106
6106
 
6107
6107
  /**
@@ -6272,7 +6272,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6272
6272
  /**
6273
6273
  * Authorization service.
6274
6274
  * @module purecloud-platform-client-v2/api/AuthorizationApi
6275
- * @version 168.1.0
6275
+ * @version 169.0.0
6276
6276
  */
6277
6277
 
6278
6278
  /**
@@ -6513,6 +6513,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6513
6513
  * @param {String} permission The permission string, including the object to access, e.g. routing:queue:view
6514
6514
  * @param {Object} opts Optional parameters
6515
6515
  * @param {String} opts.name Search term to filter by division name
6516
+ * @deprecated
6516
6517
  */
6517
6518
  getAuthorizationDivisionspermittedMe(permission, opts) {
6518
6519
  opts = opts || {};
@@ -6574,6 +6575,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6574
6575
  * @param {Object} opts Optional parameters
6575
6576
  * @param {Number} opts.pageNumber Page number (default to 1)
6576
6577
  * @param {Number} opts.pageSize Page size (default to 25)
6578
+ * @deprecated
6577
6579
  */
6578
6580
  getAuthorizationDivisionspermittedPagedSubjectId(subjectId, permission, opts) {
6579
6581
  opts = opts || {};
@@ -7501,7 +7503,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7501
7503
  /**
7502
7504
  * Billing service.
7503
7505
  * @module purecloud-platform-client-v2/api/BillingApi
7504
- * @version 168.1.0
7506
+ * @version 169.0.0
7505
7507
  */
7506
7508
 
7507
7509
  /**
@@ -7581,7 +7583,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7581
7583
  /**
7582
7584
  * CarrierServices service.
7583
7585
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
7584
- * @version 168.1.0
7586
+ * @version 169.0.0
7585
7587
  */
7586
7588
 
7587
7589
  /**
@@ -7651,7 +7653,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7651
7653
  /**
7652
7654
  * Chat service.
7653
7655
  * @module purecloud-platform-client-v2/api/ChatApi
7654
- * @version 168.1.0
7656
+ * @version 169.0.0
7655
7657
  */
7656
7658
 
7657
7659
  /**
@@ -7669,6 +7671,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7669
7671
  /**
7670
7672
  * Get Chat Settings.
7671
7673
  * This route is deprecated, please use /chats/settings instead
7674
+ * @deprecated
7672
7675
  */
7673
7676
  getChatSettings() {
7674
7677
 
@@ -7710,6 +7713,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7710
7713
  * Patch Chat Settings.
7711
7714
  * This route is deprecated, please use /chats/settings instead
7712
7715
  * @param {Object} body Chat
7716
+ * @deprecated
7713
7717
  */
7714
7718
  patchChatSettings(body) {
7715
7719
  // verify the required parameter 'body' is set
@@ -7760,6 +7764,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7760
7764
  * Update Chat Settings.
7761
7765
  * This route is deprecated, please use /chats/settings instead
7762
7766
  * @param {Object} body Chat
7767
+ * @deprecated
7763
7768
  */
7764
7769
  putChatSettings(body) {
7765
7770
  // verify the required parameter 'body' is set
@@ -7812,7 +7817,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7812
7817
  /**
7813
7818
  * Coaching service.
7814
7819
  * @module purecloud-platform-client-v2/api/CoachingApi
7815
- * @version 168.1.0
7820
+ * @version 169.0.0
7816
7821
  */
7817
7822
 
7818
7823
  /**
@@ -8389,7 +8394,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8389
8394
  /**
8390
8395
  * ContentManagement service.
8391
8396
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8392
- * @version 168.1.0
8397
+ * @version 169.0.0
8393
8398
  */
8394
8399
 
8395
8400
  /**
@@ -8676,6 +8681,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8676
8681
  * @param {Number} opts.pageNumber Page number (default to 1)
8677
8682
  * @param {String} opts.sortBy name or dateCreated
8678
8683
  * @param {String} opts.sortOrder ascending or descending (default to ascending)
8684
+ * @deprecated
8679
8685
  */
8680
8686
  getContentmanagementDocuments(workspaceId, opts) {
8681
8687
  opts = opts || {};
@@ -9529,7 +9535,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9529
9535
  /**
9530
9536
  * Conversations service.
9531
9537
  * @module purecloud-platform-client-v2/api/ConversationsApi
9532
- * @version 168.1.0
9538
+ * @version 169.0.0
9533
9539
  */
9534
9540
 
9535
9541
  /**
@@ -14734,7 +14740,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14734
14740
 
14735
14741
  /**
14736
14742
  * Send an agentless outbound message
14737
- * 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.
14743
+ * 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.
14738
14744
  * @param {Object} body Create agentless outbound messaging request
14739
14745
  */
14740
14746
  postConversationsMessagesAgentless(body) {
@@ -15620,7 +15626,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15620
15626
  /**
15621
15627
  * DataExtensions service.
15622
15628
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
15623
- * @version 168.1.0
15629
+ * @version 169.0.0
15624
15630
  */
15625
15631
 
15626
15632
  /**
@@ -15706,7 +15712,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15706
15712
  /**
15707
15713
  * Downloads service.
15708
15714
  * @module purecloud-platform-client-v2/api/DownloadsApi
15709
- * @version 168.1.0
15715
+ * @version 169.0.0
15710
15716
  */
15711
15717
 
15712
15718
  /**
@@ -15758,7 +15764,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15758
15764
  /**
15759
15765
  * Events service.
15760
15766
  * @module purecloud-platform-client-v2/api/EventsApi
15761
- * @version 168.1.0
15767
+ * @version 169.0.0
15762
15768
  */
15763
15769
 
15764
15770
  /**
@@ -15854,7 +15860,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15854
15860
  /**
15855
15861
  * ExternalContacts service.
15856
15862
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
15857
- * @version 168.1.0
15863
+ * @version 169.0.0
15858
15864
  */
15859
15865
 
15860
15866
  /**
@@ -17812,7 +17818,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17812
17818
  /**
17813
17819
  * Fax service.
17814
17820
  * @module purecloud-platform-client-v2/api/FaxApi
17815
- * @version 168.1.0
17821
+ * @version 169.0.0
17816
17822
  */
17817
17823
 
17818
17824
  /**
@@ -17983,7 +17989,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17983
17989
  /**
17984
17990
  * Flows service.
17985
17991
  * @module purecloud-platform-client-v2/api/FlowsApi
17986
- * @version 168.1.0
17992
+ * @version 169.0.0
17987
17993
  */
17988
17994
 
17989
17995
  /**
@@ -18054,7 +18060,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18054
18060
  /**
18055
18061
  * Gamification service.
18056
18062
  * @module purecloud-platform-client-v2/api/GamificationApi
18057
- * @version 168.1.0
18063
+ * @version 169.0.0
18058
18064
  */
18059
18065
 
18060
18066
  /**
@@ -20140,7 +20146,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20140
20146
  /**
20141
20147
  * GeneralDataProtectionRegulation service.
20142
20148
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
20143
- * @version 168.1.0
20149
+ * @version 169.0.0
20144
20150
  */
20145
20151
 
20146
20152
  /**
@@ -20270,7 +20276,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20270
20276
  /**
20271
20277
  * Geolocation service.
20272
20278
  * @module purecloud-platform-client-v2/api/GeolocationApi
20273
- * @version 168.1.0
20279
+ * @version 169.0.0
20274
20280
  */
20275
20281
 
20276
20282
  /**
@@ -20401,7 +20407,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20401
20407
  /**
20402
20408
  * Greetings service.
20403
20409
  * @module purecloud-platform-client-v2/api/GreetingsApi
20404
- * @version 168.1.0
20410
+ * @version 169.0.0
20405
20411
  */
20406
20412
 
20407
20413
  /**
@@ -20856,7 +20862,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20856
20862
  /**
20857
20863
  * Groups service.
20858
20864
  * @module purecloud-platform-client-v2/api/GroupsApi
20859
- * @version 168.1.0
20865
+ * @version 169.0.0
20860
20866
  */
20861
20867
 
20862
20868
  /**
@@ -20930,6 +20936,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20930
20936
  * Fetch field config for an entity type
20931
20937
  *
20932
20938
  * @param {Object} type Field type
20939
+ * @deprecated
20933
20940
  */
20934
20941
  getFieldconfig(type) {
20935
20942
  // verify the required parameter 'type' is set
@@ -21039,6 +21046,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21039
21046
  * @param {String} groupId groupId
21040
21047
  * @param {Object} opts Optional parameters
21041
21048
  * @param {String} opts.fields Comma separated fields to return. Allowable values can be found by querying /api/v2/fieldconfig?type=group and using the key for the elements returned by the fieldList
21049
+ * @deprecated
21042
21050
  */
21043
21051
  getGroupProfile(groupId, opts) {
21044
21052
  opts = opts || {};
@@ -21128,6 +21136,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21128
21136
  * @param {Array.<String>} opts.id id
21129
21137
  * @param {Array.<String>} opts.jabberId A list of jabberIds to fetch by bulk (cannot be used with the id parameter)
21130
21138
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to ASC)
21139
+ * @deprecated
21131
21140
  */
21132
21141
  getProfilesGroups(opts) {
21133
21142
  opts = opts || {};
@@ -21262,7 +21271,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21262
21271
  /**
21263
21272
  * IdentityProvider service.
21264
21273
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
21265
- * @version 168.1.0
21274
+ * @version 169.0.0
21266
21275
  */
21267
21276
 
21268
21277
  /**
@@ -22018,7 +22027,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22018
22027
  /**
22019
22028
  * InfrastructureAsCode service.
22020
22029
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
22021
- * @version 168.1.0
22030
+ * @version 169.0.0
22022
22031
  */
22023
22032
 
22024
22033
  /**
@@ -22185,7 +22194,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22185
22194
  /**
22186
22195
  * Integrations service.
22187
22196
  * @module purecloud-platform-client-v2/api/IntegrationsApi
22188
- * @version 168.1.0
22197
+ * @version 169.0.0
22189
22198
  */
22190
22199
 
22191
22200
  /**
@@ -23785,7 +23794,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23785
23794
  /**
23786
23795
  * Journey service.
23787
23796
  * @module purecloud-platform-client-v2/api/JourneyApi
23788
- * @version 168.1.0
23797
+ * @version 169.0.0
23789
23798
  */
23790
23799
 
23791
23800
  /**
@@ -24665,7 +24674,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24665
24674
  /**
24666
24675
  * Knowledge service.
24667
24676
  * @module purecloud-platform-client-v2/api/KnowledgeApi
24668
- * @version 168.1.0
24677
+ * @version 169.0.0
24669
24678
  */
24670
24679
 
24671
24680
  /**
@@ -24896,6 +24905,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24896
24905
  * @param {String} categoryId Category ID
24897
24906
  * @param {String} knowledgeBaseId Knowledge base ID
24898
24907
  * @param {Object} languageCode Language code, format: iso2-LOCALE
24908
+ * @deprecated
24899
24909
  */
24900
24910
  deleteKnowledgeKnowledgebaseLanguageCategory(categoryId, knowledgeBaseId, languageCode) {
24901
24911
  // verify the required parameter 'categoryId' is set
@@ -24931,6 +24941,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24931
24941
  * @param {String} documentId Document ID
24932
24942
  * @param {String} knowledgeBaseId Knowledge base ID
24933
24943
  * @param {Object} languageCode Language code, format: iso2-LOCALE
24944
+ * @deprecated
24934
24945
  */
24935
24946
  deleteKnowledgeKnowledgebaseLanguageDocument(documentId, knowledgeBaseId, languageCode) {
24936
24947
  // verify the required parameter 'documentId' is set
@@ -24966,6 +24977,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24966
24977
  * @param {String} knowledgeBaseId Knowledge base ID
24967
24978
  * @param {Object} languageCode Language code, format: iso2-LOCALE
24968
24979
  * @param {String} importId Import ID
24980
+ * @deprecated
24969
24981
  */
24970
24982
  deleteKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId, languageCode, importId) {
24971
24983
  // verify the required parameter 'knowledgeBaseId' is set
@@ -25624,6 +25636,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25624
25636
  * @param {String} opts.limit Number of entities to return. Maximum of 200. Deprecated in favour of pageSize
25625
25637
  * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
25626
25638
  * @param {String} opts.name Filter to return the categories that starts with the given category name.
25639
+ * @deprecated
25627
25640
  */
25628
25641
  getKnowledgeKnowledgebaseLanguageCategories(knowledgeBaseId, languageCode, opts) {
25629
25642
  opts = opts || {};
@@ -25657,6 +25670,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25657
25670
  * @param {String} categoryId Category ID
25658
25671
  * @param {String} knowledgeBaseId Knowledge base ID
25659
25672
  * @param {Object} languageCode Language code, format: iso2-LOCALE
25673
+ * @deprecated
25660
25674
  */
25661
25675
  getKnowledgeKnowledgebaseLanguageCategory(categoryId, knowledgeBaseId, languageCode) {
25662
25676
  // verify the required parameter 'categoryId' is set
@@ -25692,6 +25706,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25692
25706
  * @param {String} documentId Document ID
25693
25707
  * @param {String} knowledgeBaseId Knowledge base ID
25694
25708
  * @param {Object} languageCode Language code, format: iso2-LOCALE
25709
+ * @deprecated
25695
25710
  */
25696
25711
  getKnowledgeKnowledgebaseLanguageDocument(documentId, knowledgeBaseId, languageCode) {
25697
25712
  // verify the required parameter 'documentId' is set
@@ -25736,6 +25751,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25736
25751
  * @param {Object} opts.sortBy Sort by.
25737
25752
  * @param {Object} opts.sortOrder Sort Order.
25738
25753
  * @param {Array.<String>} opts.documentIds Comma-separated list of document identifiers to fetch by.
25754
+ * @deprecated
25739
25755
  */
25740
25756
  getKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId, languageCode, opts) {
25741
25757
  opts = opts || {};
@@ -25769,6 +25785,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25769
25785
  * @param {String} knowledgeBaseId Knowledge base ID
25770
25786
  * @param {Object} languageCode Language code, format: iso2-LOCALE
25771
25787
  * @param {String} importId Import ID
25788
+ * @deprecated
25772
25789
  */
25773
25790
  getKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId, languageCode, importId) {
25774
25791
  // verify the required parameter 'knowledgeBaseId' is set
@@ -25804,6 +25821,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25804
25821
  * @param {String} knowledgeBaseId Knowledge base ID
25805
25822
  * @param {Object} languageCode Language code, format: iso2-LOCALE
25806
25823
  * @param {String} trainingId Training ID
25824
+ * @deprecated
25807
25825
  */
25808
25826
  getKnowledgeKnowledgebaseLanguageTraining(knowledgeBaseId, languageCode, trainingId) {
25809
25827
  // verify the required parameter 'knowledgeBaseId' is set
@@ -25844,6 +25862,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25844
25862
  * @param {String} opts.limit Number of entities to return. Maximum of 200. Deprecated in favour of pageSize
25845
25863
  * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
25846
25864
  * @param {Object} opts.knowledgeDocumentsState Return the training with the specified state of the trained documents.
25865
+ * @deprecated
25847
25866
  */
25848
25867
  getKnowledgeKnowledgebaseLanguageTrainings(knowledgeBaseId, languageCode, opts) {
25849
25868
  opts = opts || {};
@@ -25979,8 +25998,8 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25979
25998
  * @param {Object} opts Optional parameters
25980
25999
  * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
25981
26000
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
25982
- * @param {String} opts.limit Number of entities to return. Maximum of 200. Deprecated in favour of pageSize
25983
- * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
26001
+ * @param {String} opts.limit Number of entities to return. Maximum of 100. Deprecated in favour of pageSize
26002
+ * @param {String} opts.pageSize Number of entities to return. Maximum of 100.
25984
26003
  * @param {String} opts.name Filter by Name.
25985
26004
  * @param {Object} opts.coreLanguage Filter by core language.
25986
26005
  * @param {Boolean} opts.published Filter by published status.
@@ -26291,6 +26310,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26291
26310
  * @param {String} knowledgeBaseId Knowledge base ID
26292
26311
  * @param {Object} languageCode Language code, format: iso2-LOCALE
26293
26312
  * @param {Object} body
26313
+ * @deprecated
26294
26314
  */
26295
26315
  patchKnowledgeKnowledgebaseLanguageCategory(categoryId, knowledgeBaseId, languageCode, body) {
26296
26316
  // verify the required parameter 'categoryId' is set
@@ -26331,6 +26351,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26331
26351
  * @param {String} knowledgeBaseId Knowledge base ID
26332
26352
  * @param {Object} languageCode Language code, format: iso2-LOCALE
26333
26353
  * @param {Object} body
26354
+ * @deprecated
26334
26355
  */
26335
26356
  patchKnowledgeKnowledgebaseLanguageDocument(documentId, knowledgeBaseId, languageCode, body) {
26336
26357
  // verify the required parameter 'documentId' is set
@@ -26370,6 +26391,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26370
26391
  * @param {String} knowledgeBaseId Knowledge base ID
26371
26392
  * @param {Object} languageCode Language code, format: iso2-LOCALE
26372
26393
  * @param {Array.<Object>} body
26394
+ * @deprecated
26373
26395
  */
26374
26396
  patchKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId, languageCode, body) {
26375
26397
  // verify the required parameter 'knowledgeBaseId' is set
@@ -26406,6 +26428,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26406
26428
  * @param {Object} languageCode Language code, format: iso2-LOCALE
26407
26429
  * @param {String} importId Import ID
26408
26430
  * @param {Object} body
26431
+ * @deprecated
26409
26432
  */
26410
26433
  patchKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId, languageCode, importId, body) {
26411
26434
  // verify the required parameter 'knowledgeBaseId' is set
@@ -26873,6 +26896,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26873
26896
  * @param {String} knowledgeBaseId Knowledge base ID
26874
26897
  * @param {Object} languageCode Language code, format: iso2-LOCALE
26875
26898
  * @param {Object} body
26899
+ * @deprecated
26876
26900
  */
26877
26901
  postKnowledgeKnowledgebaseLanguageCategories(knowledgeBaseId, languageCode, body) {
26878
26902
  // verify the required parameter 'knowledgeBaseId' is set
@@ -26908,6 +26932,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26908
26932
  * @param {String} knowledgeBaseId Knowledge base ID
26909
26933
  * @param {Object} languageCode Language code, format: iso2-LOCALE
26910
26934
  * @param {Object} body
26935
+ * @deprecated
26911
26936
  */
26912
26937
  postKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId, languageCode, body) {
26913
26938
  // verify the required parameter 'knowledgeBaseId' is set
@@ -26943,6 +26968,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26943
26968
  * @param {String} knowledgeBaseId Knowledge base ID
26944
26969
  * @param {Object} languageCode Language code, format: iso2-LOCALE
26945
26970
  * @param {Object} body
26971
+ * @deprecated
26946
26972
  */
26947
26973
  postKnowledgeKnowledgebaseLanguageDocumentsImports(knowledgeBaseId, languageCode, body) {
26948
26974
  // verify the required parameter 'knowledgeBaseId' is set
@@ -26978,6 +27004,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26978
27004
  * @param {String} knowledgeBaseId Knowledge base ID
26979
27005
  * @param {Object} languageCode Language code, format: iso2-LOCALE
26980
27006
  * @param {String} trainingId Training ID
27007
+ * @deprecated
26981
27008
  */
26982
27009
  postKnowledgeKnowledgebaseLanguageTrainingPromote(knowledgeBaseId, languageCode, trainingId) {
26983
27010
  // verify the required parameter 'knowledgeBaseId' is set
@@ -27012,6 +27039,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27012
27039
  *
27013
27040
  * @param {String} knowledgeBaseId Knowledge base ID
27014
27041
  * @param {Object} languageCode Language code, format: iso2-LOCALE
27042
+ * @deprecated
27015
27043
  */
27016
27044
  postKnowledgeKnowledgebaseLanguageTrainings(knowledgeBaseId, languageCode) {
27017
27045
  // verify the required parameter 'knowledgeBaseId' is set
@@ -27043,6 +27071,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27043
27071
  * @param {String} knowledgeBaseId Knowledge base ID
27044
27072
  * @param {Object} opts Optional parameters
27045
27073
  * @param {Object} opts.body
27074
+ * @deprecated
27046
27075
  */
27047
27076
  postKnowledgeKnowledgebaseSearch(knowledgeBaseId, opts) {
27048
27077
  opts = opts || {};
@@ -27097,7 +27126,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27097
27126
  /**
27098
27127
  * LanguageUnderstanding service.
27099
27128
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
27100
- * @version 168.1.0
27129
+ * @version 169.0.0
27101
27130
  */
27102
27131
 
27103
27132
  /**
@@ -28110,7 +28139,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28110
28139
  /**
28111
28140
  * Languages service.
28112
28141
  * @module purecloud-platform-client-v2/api/LanguagesApi
28113
- * @version 168.1.0
28142
+ * @version 169.0.0
28114
28143
  */
28115
28144
 
28116
28145
  /**
@@ -28129,6 +28158,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28129
28158
  * Delete Language (Deprecated)
28130
28159
  * This endpoint is deprecated. Please see the Routing API (DELETE /api/v2/routing/languages/{languageId})
28131
28160
  * @param {String} languageId Language ID
28161
+ * @deprecated
28132
28162
  */
28133
28163
  deleteLanguage(languageId) {
28134
28164
  // verify the required parameter 'languageId' is set
@@ -28154,6 +28184,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28154
28184
  * Get Language (Deprecated)
28155
28185
  * This endpoint is deprecated. Please see the Routing API (GET /api/v2/routing/languages/{languageId})
28156
28186
  * @param {String} languageId Language ID
28187
+ * @deprecated
28157
28188
  */
28158
28189
  getLanguage(languageId) {
28159
28190
  // verify the required parameter 'languageId' is set
@@ -28183,6 +28214,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28183
28214
  * @param {Number} opts.pageNumber Page number (default to 1)
28184
28215
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to ASC)
28185
28216
  * @param {String} opts.name Name
28217
+ * @deprecated
28186
28218
  */
28187
28219
  getLanguages(opts) {
28188
28220
  opts = opts || {};
@@ -28301,6 +28333,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28301
28333
  * Create Language (Deprecated)
28302
28334
  * This endpoint is deprecated. Please see the Routing API. (POST /api/v2/routing/languages
28303
28335
  * @param {Object} body Language
28336
+ * @deprecated
28304
28337
  */
28305
28338
  postLanguages(body) {
28306
28339
  // verify the required parameter 'body' is set
@@ -28328,7 +28361,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28328
28361
  /**
28329
28362
  * Learning service.
28330
28363
  * @module purecloud-platform-client-v2/api/LearningApi
28331
- * @version 168.1.0
28364
+ * @version 169.0.0
28332
28365
  */
28333
28366
 
28334
28367
  /**
@@ -29143,7 +29176,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29143
29176
  /**
29144
29177
  * License service.
29145
29178
  * @module purecloud-platform-client-v2/api/LicenseApi
29146
- * @version 168.1.0
29179
+ * @version 169.0.0
29147
29180
  */
29148
29181
 
29149
29182
  /**
@@ -29381,7 +29414,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29381
29414
  /**
29382
29415
  * Locations service.
29383
29416
  * @module purecloud-platform-client-v2/api/LocationsApi
29384
- * @version 168.1.0
29417
+ * @version 169.0.0
29385
29418
  */
29386
29419
 
29387
29420
  /**
@@ -29617,7 +29650,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29617
29650
  /**
29618
29651
  * Messaging service.
29619
29652
  * @module purecloud-platform-client-v2/api/MessagingApi
29620
- * @version 168.1.0
29653
+ * @version 169.0.0
29621
29654
  */
29622
29655
 
29623
29656
  /**
@@ -29634,8 +29667,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29634
29667
 
29635
29668
  /**
29636
29669
  * Delete a supported content profile
29637
- *
29670
+ * Deprecated - use DELETE /api/v2/conversations/messaging/supportedcontent/{supportedContentId} as replacement
29638
29671
  * @param {String} supportedContentId Supported Content ID
29672
+ * @deprecated
29639
29673
  */
29640
29674
  deleteMessagingSupportedcontentSupportedContentId(supportedContentId) {
29641
29675
  // verify the required parameter 'supportedContentId' is set
@@ -29659,10 +29693,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29659
29693
 
29660
29694
  /**
29661
29695
  * Get a list of Supported Content profiles
29662
- *
29696
+ * Deprecated - use GET /api/v2/conversations/messaging/supportedcontent as replacement
29663
29697
  * @param {Object} opts Optional parameters
29664
29698
  * @param {Number} opts.pageSize Page size (default to 25)
29665
29699
  * @param {Number} opts.pageNumber Page number (default to 1)
29700
+ * @deprecated
29666
29701
  */
29667
29702
  getMessagingSupportedcontent(opts) {
29668
29703
  opts = opts || {};
@@ -29684,8 +29719,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29684
29719
 
29685
29720
  /**
29686
29721
  * Get a supported content profile
29687
- *
29722
+ * Deprecated - use GET /api/v2/conversations/messaging/supportedcontent/{supportedContentId} as replacement
29688
29723
  * @param {String} supportedContentId Supported Content ID
29724
+ * @deprecated
29689
29725
  */
29690
29726
  getMessagingSupportedcontentSupportedContentId(supportedContentId) {
29691
29727
  // verify the required parameter 'supportedContentId' is set
@@ -29709,9 +29745,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29709
29745
 
29710
29746
  /**
29711
29747
  * Update a supported content profile
29712
- *
29748
+ * Deprecated - use PATCH /api/v2/conversations/messaging/supportedcontent/{supportedContentId} as replacement
29713
29749
  * @param {String} supportedContentId Supported Content ID
29714
29750
  * @param {Object} body SupportedContent
29751
+ * @deprecated
29715
29752
  */
29716
29753
  patchMessagingSupportedcontentSupportedContentId(supportedContentId, body) {
29717
29754
  // verify the required parameter 'supportedContentId' is set
@@ -29739,8 +29776,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29739
29776
 
29740
29777
  /**
29741
29778
  * Create a Supported Content profile
29742
- *
29779
+ * Deprecated - use POST /api/v2/conversations/messaging/supportedcontent as replacement
29743
29780
  * @param {Object} body SupportedContent
29781
+ * @deprecated
29744
29782
  */
29745
29783
  postMessagingSupportedcontent(body) {
29746
29784
  // verify the required parameter 'body' is set
@@ -29768,7 +29806,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29768
29806
  /**
29769
29807
  * MobileDevices service.
29770
29808
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
29771
- * @version 168.1.0
29809
+ * @version 169.0.0
29772
29810
  */
29773
29811
 
29774
29812
  /**
@@ -29919,7 +29957,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29919
29957
  /**
29920
29958
  * Notifications service.
29921
29959
  * @module purecloud-platform-client-v2/api/NotificationsApi
29922
- * @version 168.1.0
29960
+ * @version 169.0.0
29923
29961
  */
29924
29962
 
29925
29963
  /**
@@ -30152,7 +30190,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30152
30190
  /**
30153
30191
  * OAuth service.
30154
30192
  * @module purecloud-platform-client-v2/api/OAuthApi
30155
- * @version 168.1.0
30193
+ * @version 169.0.0
30156
30194
  */
30157
30195
 
30158
30196
  /**
@@ -30518,7 +30556,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30518
30556
  /**
30519
30557
  * Objects service.
30520
30558
  * @module purecloud-platform-client-v2/api/ObjectsApi
30521
- * @version 168.1.0
30559
+ * @version 169.0.0
30522
30560
  */
30523
30561
 
30524
30562
  /**
@@ -30789,7 +30827,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30789
30827
  /**
30790
30828
  * Organization service.
30791
30829
  * @module purecloud-platform-client-v2/api/OrganizationApi
30792
- * @version 168.1.0
30830
+ * @version 169.0.0
30793
30831
  */
30794
30832
 
30795
30833
  /**
@@ -30808,6 +30846,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30808
30846
  * Fetch field config for an entity type
30809
30847
  *
30810
30848
  * @param {Object} type Field type
30849
+ * @deprecated
30811
30850
  */
30812
30851
  getFieldconfig(type) {
30813
30852
  // verify the required parameter 'type' is set
@@ -30830,9 +30869,30 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30830
30869
  }
30831
30870
 
30832
30871
  /**
30833
- * Get the list of domains that will be allowed to embed PureCloud applications
30872
+ * Gets the organization's settings
30834
30873
  *
30835
30874
  */
30875
+ getOrganizationsAuthenticationSettings() {
30876
+
30877
+ return this.apiClient.callApi(
30878
+ '/api/v2/organizations/authentication/settings',
30879
+ 'GET',
30880
+ { },
30881
+ { },
30882
+ { },
30883
+ { },
30884
+ null,
30885
+ ['PureCloud OAuth'],
30886
+ ['application/json'],
30887
+ ['application/json']
30888
+ );
30889
+ }
30890
+
30891
+ /**
30892
+ * Get the list of domains that will be allowed to embed PureCloud applications
30893
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
30894
+ * @deprecated
30895
+ */
30836
30896
  getOrganizationsEmbeddedintegration() {
30837
30897
 
30838
30898
  return this.apiClient.callApi(
@@ -30851,7 +30911,8 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30851
30911
 
30852
30912
  /**
30853
30913
  * Get organization IP address whitelist settings
30854
- *
30914
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
30915
+ * @deprecated
30855
30916
  */
30856
30917
  getOrganizationsIpaddressauthentication() {
30857
30918
 
@@ -31038,8 +31099,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31038
31099
  }
31039
31100
 
31040
31101
  /**
31041
- * Use PUT /api/v2/organizations/embeddedintegration instead
31102
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
31042
31103
  *
31104
+ * @deprecated
31043
31105
  */
31044
31106
  getOrganizationsWhitelist() {
31045
31107
 
@@ -31057,6 +31119,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31057
31119
  );
31058
31120
  }
31059
31121
 
31122
+ /**
31123
+ * Update the organization's settings
31124
+ *
31125
+ * @param {Object} body Org settings
31126
+ */
31127
+ patchOrganizationsAuthenticationSettings(body) {
31128
+ // verify the required parameter 'body' is set
31129
+ if (body === undefined || body === null) {
31130
+ throw 'Missing the required parameter "body" when calling patchOrganizationsAuthenticationSettings';
31131
+ }
31132
+
31133
+ return this.apiClient.callApi(
31134
+ '/api/v2/organizations/authentication/settings',
31135
+ 'PATCH',
31136
+ { },
31137
+ { },
31138
+ { },
31139
+ { },
31140
+ body,
31141
+ ['PureCloud OAuth'],
31142
+ ['application/json'],
31143
+ ['application/json']
31144
+ );
31145
+ }
31146
+
31060
31147
  /**
31061
31148
  * Update organization
31062
31149
  *
@@ -31089,8 +31176,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31089
31176
 
31090
31177
  /**
31091
31178
  * Update the list of domains that will be allowed to embed PureCloud applications
31092
- *
31179
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
31093
31180
  * @param {Object} body Whitelist settings
31181
+ * @deprecated
31094
31182
  */
31095
31183
  putOrganizationsEmbeddedintegration(body) {
31096
31184
  // verify the required parameter 'body' is set
@@ -31114,8 +31202,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31114
31202
 
31115
31203
  /**
31116
31204
  * Update organization IP address whitelist settings
31117
- *
31205
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
31118
31206
  * @param {Object} body IP address Whitelist settings
31207
+ * @deprecated
31119
31208
  */
31120
31209
  putOrganizationsIpaddressauthentication(body) {
31121
31210
  // verify the required parameter 'body' is set
@@ -31162,9 +31251,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31162
31251
  }
31163
31252
 
31164
31253
  /**
31165
- * Use PUT /api/v2/organizations/embeddedintegration instead
31254
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
31166
31255
  *
31167
31256
  * @param {Object} body Whitelist settings
31257
+ * @deprecated
31168
31258
  */
31169
31259
  putOrganizationsWhitelist(body) {
31170
31260
  // verify the required parameter 'body' is set
@@ -31192,7 +31282,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31192
31282
  /**
31193
31283
  * OrganizationAuthorization service.
31194
31284
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
31195
- * @version 168.1.0
31285
+ * @version 169.0.0
31196
31286
  */
31197
31287
 
31198
31288
  /**
@@ -32487,7 +32577,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32487
32577
  /**
32488
32578
  * Outbound service.
32489
32579
  * @module purecloud-platform-client-v2/api/OutboundApi
32490
- * @version 168.1.0
32580
+ * @version 169.0.0
32491
32581
  */
32492
32582
 
32493
32583
  /**
@@ -34972,6 +35062,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34972
35062
  * This endpoint is deprecated and may have unexpected results. Please use "/conversations/{conversationId}/participants/{participantId}/callbacks instead."
34973
35063
  * @param {String} campaignId Campaign ID
34974
35064
  * @param {Object} body ContactCallbackRequest
35065
+ * @deprecated
34975
35066
  */
34976
35067
  postOutboundCampaignCallbackSchedule(campaignId, body) {
34977
35068
  // verify the required parameter 'campaignId' is set
@@ -36108,7 +36199,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36108
36199
  /**
36109
36200
  * Presence service.
36110
36201
  * @module purecloud-platform-client-v2/api/PresenceApi
36111
- * @version 168.1.0
36202
+ * @version 169.0.0
36112
36203
  */
36113
36204
 
36114
36205
  /**
@@ -36659,7 +36750,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36659
36750
  /**
36660
36751
  * ProcessAutomation service.
36661
36752
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
36662
- * @version 168.1.0
36753
+ * @version 169.0.0
36663
36754
  */
36664
36755
 
36665
36756
  /**
@@ -36898,7 +36989,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36898
36989
  /**
36899
36990
  * Quality service.
36900
36991
  * @module purecloud-platform-client-v2/api/QualityApi
36901
- * @version 168.1.0
36992
+ * @version 169.0.0
36902
36993
  */
36903
36994
 
36904
36995
  /**
@@ -36981,6 +37072,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36981
37072
  * Delete an evaluation form.
36982
37073
  *
36983
37074
  * @param {String} formId Form ID
37075
+ * @deprecated
36984
37076
  */
36985
37077
  deleteQualityForm(formId) {
36986
37078
  // verify the required parameter 'formId' is set
@@ -37349,6 +37441,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37349
37441
  * Get an evaluation form
37350
37442
  *
37351
37443
  * @param {String} formId Form ID
37444
+ * @deprecated
37352
37445
  */
37353
37446
  getQualityForm(formId) {
37354
37447
  // verify the required parameter 'formId' is set
@@ -37377,6 +37470,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37377
37470
  * @param {Object} opts Optional parameters
37378
37471
  * @param {Number} opts.pageSize Page size (default to 25)
37379
37472
  * @param {Number} opts.pageNumber Page number (default to 1)
37473
+ * @deprecated
37380
37474
  */
37381
37475
  getQualityFormVersions(formId, opts) {
37382
37476
  opts = opts || {};
@@ -37412,6 +37506,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37412
37506
  * @param {Object} opts.expand If 'expand=publishHistory', then each unpublished evaluation form includes a listing of its published versions
37413
37507
  * @param {String} opts.name Name
37414
37508
  * @param {String} opts.sortOrder Order to sort results, either asc or desc
37509
+ * @deprecated
37415
37510
  */
37416
37511
  getQualityForms(opts) {
37417
37512
  opts = opts || {};
@@ -37687,6 +37782,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37687
37782
  * Get the published evaluation forms.
37688
37783
  *
37689
37784
  * @param {String} formId Form ID
37785
+ * @deprecated
37690
37786
  */
37691
37787
  getQualityPublishedform(formId) {
37692
37788
  // verify the required parameter 'formId' is set
@@ -37716,6 +37812,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37716
37812
  * @param {Number} opts.pageNumber Page number (default to 1)
37717
37813
  * @param {String} opts.name Name
37718
37814
  * @param {Boolean} opts.onlyLatestPerContext onlyLatestPerContext (default to false)
37815
+ * @deprecated
37719
37816
  */
37720
37817
  getQualityPublishedforms(opts) {
37721
37818
  opts = opts || {};
@@ -38111,6 +38208,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38111
38208
  * Create an evaluation form.
38112
38209
  *
38113
38210
  * @param {Object} body Evaluation form
38211
+ * @deprecated
38114
38212
  */
38115
38213
  postQualityForms(body) {
38116
38214
  // verify the required parameter 'body' is set
@@ -38186,6 +38284,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38186
38284
  * Publish an evaluation form.
38187
38285
  *
38188
38286
  * @param {Object} body Publish request containing id of form to publish
38287
+ * @deprecated
38189
38288
  */
38190
38289
  postQualityPublishedforms(body) {
38191
38290
  // verify the required parameter 'body' is set
@@ -38356,6 +38455,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38356
38455
  *
38357
38456
  * @param {String} formId Form ID
38358
38457
  * @param {Object} body Evaluation form
38458
+ * @deprecated
38359
38459
  */
38360
38460
  putQualityForm(formId, body) {
38361
38461
  // verify the required parameter 'formId' is set
@@ -38477,7 +38577,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38477
38577
  /**
38478
38578
  * Recording service.
38479
38579
  * @module purecloud-platform-client-v2/api/RecordingApi
38480
- * @version 168.1.0
38580
+ * @version 169.0.0
38481
38581
  */
38482
38582
 
38483
38583
  /**
@@ -40114,7 +40214,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40114
40214
  /**
40115
40215
  * ResponseManagement service.
40116
40216
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
40117
- * @version 168.1.0
40217
+ * @version 169.0.0
40118
40218
  */
40119
40219
 
40120
40220
  /**
@@ -40599,7 +40699,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40599
40699
  /**
40600
40700
  * Routing service.
40601
40701
  * @module purecloud-platform-client-v2/api/RoutingApi
40602
- * @version 168.1.0
40702
+ * @version 169.0.0
40603
40703
  */
40604
40704
 
40605
40705
  /**
@@ -40833,6 +40933,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40833
40933
  *
40834
40934
  * @param {String} queueId Queue ID
40835
40935
  * @param {String} memberId Member ID
40936
+ * @deprecated
40836
40937
  */
40837
40938
  deleteRoutingQueueUser(queueId, memberId) {
40838
40939
  // verify the required parameter 'queueId' is set
@@ -41924,6 +42025,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41924
42025
  * @param {Array.<String>} opts.languages Filter by language
41925
42026
  * @param {Array.<String>} opts.routingStatus Filter by routing status
41926
42027
  * @param {Array.<String>} opts.presence Filter by presence
42028
+ * @deprecated
41927
42029
  */
41928
42030
  getRoutingQueueUsers(queueId, opts) {
41929
42031
  opts = opts || {};
@@ -42881,6 +42983,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42881
42983
  * @param {String} queueId Queue ID
42882
42984
  * @param {String} memberId Member ID
42883
42985
  * @param {Object} body Queue Member
42986
+ * @deprecated
42884
42987
  */
42885
42988
  patchRoutingQueueUser(queueId, memberId, body) {
42886
42989
  // verify the required parameter 'queueId' is set
@@ -42915,6 +43018,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42915
43018
  *
42916
43019
  * @param {String} queueId Queue ID
42917
43020
  * @param {Array.<Object>} body Queue Members
43021
+ * @deprecated
42918
43022
  */
42919
43023
  patchRoutingQueueUsers(queueId, body) {
42920
43024
  // verify the required parameter 'queueId' is set
@@ -43456,6 +43560,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43456
43560
  * @param {Array.<Object>} body Queue Members
43457
43561
  * @param {Object} opts Optional parameters
43458
43562
  * @param {Boolean} opts._delete True to delete queue members (default to false)
43563
+ * @deprecated
43459
43564
  */
43460
43565
  postRoutingQueueUsers(queueId, body, opts) {
43461
43566
  opts = opts || {};
@@ -44108,7 +44213,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44108
44213
  /**
44109
44214
  * SCIM service.
44110
44215
  * @module purecloud-platform-client-v2/api/SCIMApi
44111
- * @version 168.1.0
44216
+ * @version 169.0.0
44112
44217
  */
44113
44218
 
44114
44219
  /**
@@ -44985,7 +45090,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44985
45090
  /**
44986
45091
  * Scripts service.
44987
45092
  * @module purecloud-platform-client-v2/api/ScriptsApi
44988
- * @version 168.1.0
45093
+ * @version 169.0.0
44989
45094
  */
44990
45095
 
44991
45096
  /**
@@ -45404,7 +45509,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45404
45509
  /**
45405
45510
  * Search service.
45406
45511
  * @module purecloud-platform-client-v2/api/SearchApi
45407
- * @version 168.1.0
45512
+ * @version 169.0.0
45408
45513
  */
45409
45514
 
45410
45515
  /**
@@ -45777,6 +45882,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45777
45882
  * @param {String} knowledgeBaseId Knowledge base ID
45778
45883
  * @param {Object} opts Optional parameters
45779
45884
  * @param {Object} opts.body
45885
+ * @deprecated
45780
45886
  */
45781
45887
  postKnowledgeKnowledgebaseSearch(knowledgeBaseId, opts) {
45782
45888
  opts = opts || {};
@@ -46014,7 +46120,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46014
46120
  /**
46015
46121
  * SpeechTextAnalytics service.
46016
46122
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
46017
- * @version 168.1.0
46123
+ * @version 169.0.0
46018
46124
  */
46019
46125
 
46020
46126
  /**
@@ -46567,6 +46673,30 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46567
46673
  );
46568
46674
  }
46569
46675
 
46676
+ /**
46677
+ * Get the list of general topics from the org and the system with their current status
46678
+ *
46679
+ * @param {Object} opts Optional parameters
46680
+ * @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
46681
+ */
46682
+ getSpeechandtextanalyticsTopicsGeneralStatus(opts) {
46683
+ opts = opts || {};
46684
+
46685
+
46686
+ return this.apiClient.callApi(
46687
+ '/api/v2/speechandtextanalytics/topics/general/status',
46688
+ 'GET',
46689
+ { },
46690
+ { 'dialect': opts['dialect'] },
46691
+ { },
46692
+ { },
46693
+ null,
46694
+ ['PureCloud OAuth'],
46695
+ ['application/json'],
46696
+ ['application/json']
46697
+ );
46698
+ }
46699
+
46570
46700
  /**
46571
46701
  * Get a Speech and Text Analytics publish topics job by id
46572
46702
  *
@@ -46943,7 +47073,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46943
47073
  /**
46944
47074
  * Stations service.
46945
47075
  * @module purecloud-platform-client-v2/api/StationsApi
46946
- * @version 168.1.0
47076
+ * @version 169.0.0
46947
47077
  */
46948
47078
 
46949
47079
  /**
@@ -47045,7 +47175,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47045
47175
  /**
47046
47176
  * Suggest service.
47047
47177
  * @module purecloud-platform-client-v2/api/SuggestApi
47048
- * @version 168.1.0
47178
+ * @version 169.0.0
47049
47179
  */
47050
47180
 
47051
47181
  /**
@@ -47184,7 +47314,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47184
47314
  /**
47185
47315
  * Teams service.
47186
47316
  * @module purecloud-platform-client-v2/api/TeamsApi
47187
- * @version 168.1.0
47317
+ * @version 169.0.0
47188
47318
  */
47189
47319
 
47190
47320
  /**
@@ -47455,7 +47585,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47455
47585
  /**
47456
47586
  * Telephony service.
47457
47587
  * @module purecloud-platform-client-v2/api/TelephonyApi
47458
- * @version 168.1.0
47588
+ * @version 169.0.0
47459
47589
  */
47460
47590
 
47461
47591
  /**
@@ -47583,7 +47713,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47583
47713
  /**
47584
47714
  * TelephonyProvidersEdge service.
47585
47715
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
47586
- * @version 168.1.0
47716
+ * @version 169.0.0
47587
47717
  */
47588
47718
 
47589
47719
  /**
@@ -48977,6 +49107,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48977
49107
  * Get outbound route
48978
49108
  * This route is deprecated, use /telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId} instead.
48979
49109
  * @param {String} outboundRouteId Outbound route ID
49110
+ * @deprecated
48980
49111
  */
48981
49112
  getTelephonyProvidersEdgesOutboundroute(outboundRouteId) {
48982
49113
  // verify the required parameter 'outboundRouteId' is set
@@ -50783,7 +50914,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50783
50914
  /**
50784
50915
  * Textbots service.
50785
50916
  * @module purecloud-platform-client-v2/api/TextbotsApi
50786
- * @version 168.1.0
50917
+ * @version 169.0.0
50787
50918
  */
50788
50919
 
50789
50920
  /**
@@ -50911,7 +51042,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50911
51042
  /**
50912
51043
  * Tokens service.
50913
51044
  * @module purecloud-platform-client-v2/api/TokensApi
50914
- * @version 168.1.0
51045
+ * @version 169.0.0
50915
51046
  */
50916
51047
 
50917
51048
  /**
@@ -51017,7 +51148,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51017
51148
  /**
51018
51149
  * Uploads service.
51019
51150
  * @module purecloud-platform-client-v2/api/UploadsApi
51020
- * @version 168.1.0
51151
+ * @version 169.0.0
51021
51152
  */
51022
51153
 
51023
51154
  /**
@@ -51193,7 +51324,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51193
51324
  /**
51194
51325
  * Usage service.
51195
51326
  * @module purecloud-platform-client-v2/api/UsageApi
51196
- * @version 168.1.0
51327
+ * @version 169.0.0
51197
51328
  */
51198
51329
 
51199
51330
  /**
@@ -51292,6 +51423,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51292
51423
  );
51293
51424
  }
51294
51425
 
51426
+ /**
51427
+ * Get the results of a usage search
51428
+ *
51429
+ * @param {String} executionId ID of the search execution
51430
+ */
51431
+ getUsageSimplesearchExecutionIdResults(executionId) {
51432
+ // verify the required parameter 'executionId' is set
51433
+ if (executionId === undefined || executionId === null) {
51434
+ throw 'Missing the required parameter "executionId" when calling getUsageSimplesearchExecutionIdResults';
51435
+ }
51436
+
51437
+ return this.apiClient.callApi(
51438
+ '/api/v2/usage/simplesearch/{executionId}/results',
51439
+ 'GET',
51440
+ { 'executionId': executionId },
51441
+ { },
51442
+ { },
51443
+ { },
51444
+ null,
51445
+ ['PureCloud OAuth'],
51446
+ ['application/json'],
51447
+ ['application/json']
51448
+ );
51449
+ }
51450
+
51295
51451
  /**
51296
51452
  * Query for OAuth client API usage
51297
51453
  * After calling this method, you will then need to poll for the query results based on the returned execution Id
@@ -51347,13 +51503,38 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51347
51503
  );
51348
51504
  }
51349
51505
 
51506
+ /**
51507
+ * Search organization API Usage -
51508
+ * After calling this method, you will then need to poll for the query results based on the returned execution Id
51509
+ * @param {Object} body SimpleSearch
51510
+ */
51511
+ postUsageSimplesearch(body) {
51512
+ // verify the required parameter 'body' is set
51513
+ if (body === undefined || body === null) {
51514
+ throw 'Missing the required parameter "body" when calling postUsageSimplesearch';
51515
+ }
51516
+
51517
+ return this.apiClient.callApi(
51518
+ '/api/v2/usage/simplesearch',
51519
+ 'POST',
51520
+ { },
51521
+ { },
51522
+ { },
51523
+ { },
51524
+ body,
51525
+ ['PureCloud OAuth'],
51526
+ ['application/json'],
51527
+ ['application/json']
51528
+ );
51529
+ }
51530
+
51350
51531
  }
51351
51532
 
51352
51533
  class UserRecordingsApi {
51353
51534
  /**
51354
51535
  * UserRecordings service.
51355
51536
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
51356
- * @version 168.1.0
51537
+ * @version 169.0.0
51357
51538
  */
51358
51539
 
51359
51540
  /**
@@ -51538,7 +51719,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51538
51719
  /**
51539
51720
  * Users service.
51540
51721
  * @module purecloud-platform-client-v2/api/UsersApi
51541
- * @version 168.1.0
51722
+ * @version 169.0.0
51542
51723
  */
51543
51724
 
51544
51725
  /**
@@ -51854,6 +52035,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51854
52035
  * @param {String} permission The permission string, including the object to access, e.g. routing:queue:view
51855
52036
  * @param {Object} opts Optional parameters
51856
52037
  * @param {String} opts.name Search term to filter by division name
52038
+ * @deprecated
51857
52039
  */
51858
52040
  getAuthorizationDivisionspermittedMe(permission, opts) {
51859
52041
  opts = opts || {};
@@ -51915,6 +52097,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51915
52097
  * @param {Object} opts Optional parameters
51916
52098
  * @param {Number} opts.pageNumber Page number (default to 1)
51917
52099
  * @param {Number} opts.pageSize Page size (default to 25)
52100
+ * @deprecated
51918
52101
  */
51919
52102
  getAuthorizationDivisionspermittedPagedSubjectId(subjectId, permission, opts) {
51920
52103
  opts = opts || {};
@@ -51991,6 +52174,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51991
52174
  * Fetch field config for an entity type
51992
52175
  *
51993
52176
  * @param {Object} type Field type
52177
+ * @deprecated
51994
52178
  */
51995
52179
  getFieldconfig(type) {
51996
52180
  // verify the required parameter 'type' is set
@@ -52023,6 +52207,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52023
52207
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to ASC)
52024
52208
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
52025
52209
  * @param {Object} opts.integrationPresenceSource Gets an integration presence for users instead of their defaults. This parameter will only be used when presence is provided as an expand.
52210
+ * @deprecated
52026
52211
  */
52027
52212
  getProfilesUsers(opts) {
52028
52213
  opts = opts || {};
@@ -52190,6 +52375,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52190
52375
  * @param {Number} opts.pageNumber Page number (default to 1)
52191
52376
  * @param {String} opts.sortOrder Sort order (default to ASC)
52192
52377
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
52378
+ * @deprecated
52193
52379
  */
52194
52380
  getUserFavorites(userId, opts) {
52195
52381
  opts = opts || {};
@@ -52275,6 +52461,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52275
52461
  * @param {Object} opts Optional parameters
52276
52462
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
52277
52463
  * @param {Object} opts.integrationPresenceSource Gets an integration presence for a user instead of their default.
52464
+ * @deprecated
52278
52465
  */
52279
52466
  getUserProfile(userId, opts) {
52280
52467
  opts = opts || {};
@@ -53928,7 +54115,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53928
54115
  /**
53929
54116
  * Utilities service.
53930
54117
  * @module purecloud-platform-client-v2/api/UtilitiesApi
53931
- * @version 168.1.0
54118
+ * @version 169.0.0
53932
54119
  */
53933
54120
 
53934
54121
  /**
@@ -54039,7 +54226,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54039
54226
  /**
54040
54227
  * Voicemail service.
54041
54228
  * @module purecloud-platform-client-v2/api/VoicemailApi
54042
- * @version 168.1.0
54229
+ * @version 169.0.0
54043
54230
  */
54044
54231
 
54045
54232
  /**
@@ -54706,7 +54893,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54706
54893
  /**
54707
54894
  * WebChat service.
54708
54895
  * @module purecloud-platform-client-v2/api/WebChatApi
54709
- * @version 168.1.0
54896
+ * @version 169.0.0
54710
54897
  */
54711
54898
 
54712
54899
  /**
@@ -54725,6 +54912,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54725
54912
  * Delete a WebChat deployment
54726
54913
  *
54727
54914
  * @param {String} deploymentId Deployment Id
54915
+ * @deprecated
54728
54916
  */
54729
54917
  deleteWebchatDeployment(deploymentId) {
54730
54918
  // verify the required parameter 'deploymentId' is set
@@ -54800,6 +54988,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54800
54988
  * Get a WebChat deployment
54801
54989
  *
54802
54990
  * @param {String} deploymentId Deployment Id
54991
+ * @deprecated
54803
54992
  */
54804
54993
  getWebchatDeployment(deploymentId) {
54805
54994
  // verify the required parameter 'deploymentId' is set
@@ -54824,6 +55013,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54824
55013
  /**
54825
55014
  * List WebChat deployments
54826
55015
  *
55016
+ * @deprecated
54827
55017
  */
54828
55018
  getWebchatDeployments() {
54829
55019
 
@@ -55078,6 +55268,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55078
55268
  * Create WebChat deployment
55079
55269
  *
55080
55270
  * @param {Object} body Deployment
55271
+ * @deprecated
55081
55272
  */
55082
55273
  postWebchatDeployments(body) {
55083
55274
  // verify the required parameter 'body' is set
@@ -55194,6 +55385,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55194
55385
  *
55195
55386
  * @param {String} deploymentId Deployment Id
55196
55387
  * @param {Object} body Deployment
55388
+ * @deprecated
55197
55389
  */
55198
55390
  putWebchatDeployment(deploymentId, body) {
55199
55391
  // verify the required parameter 'deploymentId' is set
@@ -55250,7 +55442,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55250
55442
  /**
55251
55443
  * WebDeployments service.
55252
55444
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
55253
- * @version 168.1.0
55445
+ * @version 169.0.0
55254
55446
  */
55255
55447
 
55256
55448
  /**
@@ -55772,7 +55964,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55772
55964
  /**
55773
55965
  * WebMessaging service.
55774
55966
  * @module purecloud-platform-client-v2/api/WebMessagingApi
55775
- * @version 168.1.0
55967
+ * @version 169.0.0
55776
55968
  */
55777
55969
 
55778
55970
  /**
@@ -55818,7 +56010,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55818
56010
  /**
55819
56011
  * Widgets service.
55820
56012
  * @module purecloud-platform-client-v2/api/WidgetsApi
55821
- * @version 168.1.0
56013
+ * @version 169.0.0
55822
56014
  */
55823
56015
 
55824
56016
  /**
@@ -55964,7 +56156,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55964
56156
  /**
55965
56157
  * WorkforceManagement service.
55966
56158
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
55967
- * @version 168.1.0
56159
+ * @version 169.0.0
55968
56160
  */
55969
56161
 
55970
56162
  /**
@@ -57506,6 +57698,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57506
57698
  * Get activity codes
57507
57699
  *
57508
57700
  * @param {String} managementUnitId The ID of the management unit, or 'mine' for the management unit of the logged-in user.
57701
+ * @deprecated
57509
57702
  */
57510
57703
  getWorkforcemanagementManagementunitActivitycodes(managementUnitId) {
57511
57704
  // verify the required parameter 'managementUnitId' is set
@@ -57918,6 +58111,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57918
58111
  * @param {Object} opts Optional parameters
57919
58112
  * @param {Object} opts.expand Which fields, if any, to expand
57920
58113
  * @param {Boolean} opts.forceDownloadService Force the result of this operation to be sent via download service. For testing/app development purposes
58114
+ * @deprecated
57921
58115
  */
57922
58116
  getWorkforcemanagementManagementunitWeekSchedule(managementUnitId, weekId, scheduleId, opts) {
57923
58117
  opts = opts || {};
@@ -57958,6 +58152,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57958
58152
  * @param {Boolean} opts.includeOnlyPublished Return only published schedules
57959
58153
  * @param {String} opts.earliestWeekDate The start date of the earliest week to query in yyyy-MM-dd format
57960
58154
  * @param {String} opts.latestWeekDate The start date of the latest week to query in yyyy-MM-dd format
58155
+ * @deprecated
57961
58156
  */
57962
58157
  getWorkforcemanagementManagementunitWeekSchedules(managementUnitId, weekId, opts) {
57963
58158
  opts = opts || {};
@@ -59916,6 +60111,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59916
60111
  * @param {String} managementUnitId The ID of the management unit, or 'mine' for the management unit of the logged-in user.
59917
60112
  * @param {Object} opts Optional parameters
59918
60113
  * @param {Object} opts.body body
60114
+ * @deprecated
59919
60115
  */
59920
60116
  postWorkforcemanagementManagementunitSchedulesSearch(managementUnitId, opts) {
59921
60117
  opts = opts || {};
@@ -60576,6 +60772,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60576
60772
  *
60577
60773
  * @param {Object} opts Optional parameters
60578
60774
  * @param {Object} opts.body body
60775
+ * @deprecated
60579
60776
  */
60580
60777
  postWorkforcemanagementSchedules(opts) {
60581
60778
  opts = opts || {};
@@ -60766,7 +60963,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60766
60963
  * </pre>
60767
60964
  * </p>
60768
60965
  * @module purecloud-platform-client-v2/index
60769
- * @version 168.1.0
60966
+ * @version 169.0.0
60770
60967
  */
60771
60968
  class platformClient {
60772
60969
  constructor() {