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
@@ -5,7 +5,7 @@ class QualityApi {
5
5
  /**
6
6
  * Quality service.
7
7
  * @module purecloud-platform-client-v2/api/QualityApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -88,6 +88,7 @@ class QualityApi {
88
88
  * Delete an evaluation form.
89
89
  *
90
90
  * @param {String} formId Form ID
91
+ * @deprecated
91
92
  */
92
93
  deleteQualityForm(formId) {
93
94
  // verify the required parameter 'formId' is set
@@ -456,6 +457,7 @@ class QualityApi {
456
457
  * Get an evaluation form
457
458
  *
458
459
  * @param {String} formId Form ID
460
+ * @deprecated
459
461
  */
460
462
  getQualityForm(formId) {
461
463
  // verify the required parameter 'formId' is set
@@ -484,6 +486,7 @@ class QualityApi {
484
486
  * @param {Object} opts Optional parameters
485
487
  * @param {Number} opts.pageSize Page size (default to 25)
486
488
  * @param {Number} opts.pageNumber Page number (default to 1)
489
+ * @deprecated
487
490
  */
488
491
  getQualityFormVersions(formId, opts) {
489
492
  opts = opts || {};
@@ -519,6 +522,7 @@ class QualityApi {
519
522
  * @param {Object} opts.expand If 'expand=publishHistory', then each unpublished evaluation form includes a listing of its published versions
520
523
  * @param {String} opts.name Name
521
524
  * @param {String} opts.sortOrder Order to sort results, either asc or desc
525
+ * @deprecated
522
526
  */
523
527
  getQualityForms(opts) {
524
528
  opts = opts || {};
@@ -794,6 +798,7 @@ class QualityApi {
794
798
  * Get the published evaluation forms.
795
799
  *
796
800
  * @param {String} formId Form ID
801
+ * @deprecated
797
802
  */
798
803
  getQualityPublishedform(formId) {
799
804
  // verify the required parameter 'formId' is set
@@ -823,6 +828,7 @@ class QualityApi {
823
828
  * @param {Number} opts.pageNumber Page number (default to 1)
824
829
  * @param {String} opts.name Name
825
830
  * @param {Boolean} opts.onlyLatestPerContext onlyLatestPerContext (default to false)
831
+ * @deprecated
826
832
  */
827
833
  getQualityPublishedforms(opts) {
828
834
  opts = opts || {};
@@ -1218,6 +1224,7 @@ class QualityApi {
1218
1224
  * Create an evaluation form.
1219
1225
  *
1220
1226
  * @param {Object} body Evaluation form
1227
+ * @deprecated
1221
1228
  */
1222
1229
  postQualityForms(body) {
1223
1230
  // verify the required parameter 'body' is set
@@ -1293,6 +1300,7 @@ class QualityApi {
1293
1300
  * Publish an evaluation form.
1294
1301
  *
1295
1302
  * @param {Object} body Publish request containing id of form to publish
1303
+ * @deprecated
1296
1304
  */
1297
1305
  postQualityPublishedforms(body) {
1298
1306
  // verify the required parameter 'body' is set
@@ -1463,6 +1471,7 @@ class QualityApi {
1463
1471
  *
1464
1472
  * @param {String} formId Form ID
1465
1473
  * @param {Object} body Evaluation form
1474
+ * @deprecated
1466
1475
  */
1467
1476
  putQualityForm(formId, body) {
1468
1477
  // verify the required parameter 'formId' is set
@@ -1581,4 +1590,4 @@ class QualityApi {
1581
1590
  }
1582
1591
 
1583
1592
 
1584
- export default QualityApi;
1593
+ export default QualityApi;
@@ -5,7 +5,7 @@ class RecordingApi {
5
5
  /**
6
6
  * Recording service.
7
7
  * @module purecloud-platform-client-v2/api/RecordingApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -1639,4 +1639,4 @@ class RecordingApi {
1639
1639
  }
1640
1640
 
1641
1641
 
1642
- export default RecordingApi;
1642
+ export default RecordingApi;
@@ -5,7 +5,7 @@ class ResponseManagementApi {
5
5
  /**
6
6
  * ResponseManagement service.
7
7
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -487,4 +487,4 @@ class ResponseManagementApi {
487
487
  }
488
488
 
489
489
 
490
- export default ResponseManagementApi;
490
+ export default ResponseManagementApi;
@@ -5,7 +5,7 @@ class RoutingApi {
5
5
  /**
6
6
  * Routing service.
7
7
  * @module purecloud-platform-client-v2/api/RoutingApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -239,6 +239,7 @@ class RoutingApi {
239
239
  *
240
240
  * @param {String} queueId Queue ID
241
241
  * @param {String} memberId Member ID
242
+ * @deprecated
242
243
  */
243
244
  deleteRoutingQueueUser(queueId, memberId) {
244
245
  // verify the required parameter 'queueId' is set
@@ -1330,6 +1331,7 @@ class RoutingApi {
1330
1331
  * @param {Array.<String>} opts.languages Filter by language
1331
1332
  * @param {Array.<String>} opts.routingStatus Filter by routing status
1332
1333
  * @param {Array.<String>} opts.presence Filter by presence
1334
+ * @deprecated
1333
1335
  */
1334
1336
  getRoutingQueueUsers(queueId, opts) {
1335
1337
  opts = opts || {};
@@ -2287,6 +2289,7 @@ class RoutingApi {
2287
2289
  * @param {String} queueId Queue ID
2288
2290
  * @param {String} memberId Member ID
2289
2291
  * @param {Object} body Queue Member
2292
+ * @deprecated
2290
2293
  */
2291
2294
  patchRoutingQueueUser(queueId, memberId, body) {
2292
2295
  // verify the required parameter 'queueId' is set
@@ -2321,6 +2324,7 @@ class RoutingApi {
2321
2324
  *
2322
2325
  * @param {String} queueId Queue ID
2323
2326
  * @param {Array.<Object>} body Queue Members
2327
+ * @deprecated
2324
2328
  */
2325
2329
  patchRoutingQueueUsers(queueId, body) {
2326
2330
  // verify the required parameter 'queueId' is set
@@ -2862,6 +2866,7 @@ class RoutingApi {
2862
2866
  * @param {Array.<Object>} body Queue Members
2863
2867
  * @param {Object} opts Optional parameters
2864
2868
  * @param {Boolean} opts._delete True to delete queue members (default to false)
2869
+ * @deprecated
2865
2870
  */
2866
2871
  postRoutingQueueUsers(queueId, body, opts) {
2867
2872
  opts = opts || {};
@@ -3511,4 +3516,4 @@ class RoutingApi {
3511
3516
  }
3512
3517
 
3513
3518
 
3514
- export default RoutingApi;
3519
+ export default RoutingApi;
@@ -5,7 +5,7 @@ class SCIMApi {
5
5
  /**
6
6
  * SCIM service.
7
7
  * @module purecloud-platform-client-v2/api/SCIMApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -879,4 +879,4 @@ class SCIMApi {
879
879
  }
880
880
 
881
881
 
882
- export default SCIMApi;
882
+ export default SCIMApi;
@@ -5,7 +5,7 @@ class ScriptsApi {
5
5
  /**
6
6
  * Scripts service.
7
7
  * @module purecloud-platform-client-v2/api/ScriptsApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -421,4 +421,4 @@ class ScriptsApi {
421
421
  }
422
422
 
423
423
 
424
- export default ScriptsApi;
424
+ export default ScriptsApi;
@@ -5,7 +5,7 @@ class SearchApi {
5
5
  /**
6
6
  * Search service.
7
7
  * @module purecloud-platform-client-v2/api/SearchApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -378,6 +378,7 @@ class SearchApi {
378
378
  * @param {String} knowledgeBaseId Knowledge base ID
379
379
  * @param {Object} opts Optional parameters
380
380
  * @param {Object} opts.body
381
+ * @deprecated
381
382
  */
382
383
  postKnowledgeKnowledgebaseSearch(knowledgeBaseId, opts) {
383
384
  opts = opts || {};
@@ -612,4 +613,4 @@ class SearchApi {
612
613
  }
613
614
 
614
615
 
615
- export default SearchApi;
616
+ export default SearchApi;
@@ -5,7 +5,7 @@ class SpeechTextAnalyticsApi {
5
5
  /**
6
6
  * SpeechTextAnalytics service.
7
7
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -558,6 +558,30 @@ class SpeechTextAnalyticsApi {
558
558
  );
559
559
  }
560
560
 
561
+ /**
562
+ * Get the list of general topics from the org and the system with their current status
563
+ *
564
+ * @param {Object} opts Optional parameters
565
+ * @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
566
+ */
567
+ getSpeechandtextanalyticsTopicsGeneralStatus(opts) {
568
+ opts = opts || {};
569
+
570
+
571
+ return this.apiClient.callApi(
572
+ '/api/v2/speechandtextanalytics/topics/general/status',
573
+ 'GET',
574
+ { },
575
+ { 'dialect': opts['dialect'] },
576
+ { },
577
+ { },
578
+ null,
579
+ ['PureCloud OAuth'],
580
+ ['application/json'],
581
+ ['application/json']
582
+ );
583
+ }
584
+
561
585
  /**
562
586
  * Get a Speech and Text Analytics publish topics job by id
563
587
  *
@@ -931,4 +955,4 @@ class SpeechTextAnalyticsApi {
931
955
  }
932
956
 
933
957
 
934
- export default SpeechTextAnalyticsApi;
958
+ export default SpeechTextAnalyticsApi;
@@ -5,7 +5,7 @@ class StationsApi {
5
5
  /**
6
6
  * Stations service.
7
7
  * @module purecloud-platform-client-v2/api/StationsApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -104,4 +104,4 @@ class StationsApi {
104
104
  }
105
105
 
106
106
 
107
- export default StationsApi;
107
+ export default StationsApi;
@@ -5,7 +5,7 @@ class SuggestApi {
5
5
  /**
6
6
  * Suggest service.
7
7
  * @module purecloud-platform-client-v2/api/SuggestApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -141,4 +141,4 @@ class SuggestApi {
141
141
  }
142
142
 
143
143
 
144
- export default SuggestApi;
144
+ export default SuggestApi;
@@ -5,7 +5,7 @@ class TeamsApi {
5
5
  /**
6
6
  * Teams service.
7
7
  * @module purecloud-platform-client-v2/api/TeamsApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -273,4 +273,4 @@ class TeamsApi {
273
273
  }
274
274
 
275
275
 
276
- export default TeamsApi;
276
+ export default TeamsApi;
@@ -5,7 +5,7 @@ class TelephonyApi {
5
5
  /**
6
6
  * Telephony service.
7
7
  * @module purecloud-platform-client-v2/api/TelephonyApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -130,4 +130,4 @@ class TelephonyApi {
130
130
  }
131
131
 
132
132
 
133
- export default TelephonyApi;
133
+ export default TelephonyApi;
@@ -5,7 +5,7 @@ class TelephonyProvidersEdgeApi {
5
5
  /**
6
6
  * TelephonyProvidersEdge service.
7
7
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -1399,6 +1399,7 @@ class TelephonyProvidersEdgeApi {
1399
1399
  * Get outbound route
1400
1400
  * This route is deprecated, use /telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId} instead.
1401
1401
  * @param {String} outboundRouteId Outbound route ID
1402
+ * @deprecated
1402
1403
  */
1403
1404
  getTelephonyProvidersEdgesOutboundroute(outboundRouteId) {
1404
1405
  // verify the required parameter 'outboundRouteId' is set
@@ -3202,4 +3203,4 @@ class TelephonyProvidersEdgeApi {
3202
3203
  }
3203
3204
 
3204
3205
 
3205
- export default TelephonyProvidersEdgeApi;
3206
+ export default TelephonyProvidersEdgeApi;
@@ -5,7 +5,7 @@ class TextbotsApi {
5
5
  /**
6
6
  * Textbots service.
7
7
  * @module purecloud-platform-client-v2/api/TextbotsApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -130,4 +130,4 @@ class TextbotsApi {
130
130
  }
131
131
 
132
132
 
133
- export default TextbotsApi;
133
+ export default TextbotsApi;
@@ -5,7 +5,7 @@ class TokensApi {
5
5
  /**
6
6
  * Tokens service.
7
7
  * @module purecloud-platform-client-v2/api/TokensApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -108,4 +108,4 @@ class TokensApi {
108
108
  }
109
109
 
110
110
 
111
- export default TokensApi;
111
+ export default TokensApi;
@@ -5,7 +5,7 @@ class UploadsApi {
5
5
  /**
6
6
  * Uploads service.
7
7
  * @module purecloud-platform-client-v2/api/UploadsApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -178,4 +178,4 @@ class UploadsApi {
178
178
  }
179
179
 
180
180
 
181
- export default UploadsApi;
181
+ export default UploadsApi;
@@ -5,7 +5,7 @@ class UsageApi {
5
5
  /**
6
6
  * Usage service.
7
7
  * @module purecloud-platform-client-v2/api/UsageApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -104,6 +104,31 @@ class UsageApi {
104
104
  );
105
105
  }
106
106
 
107
+ /**
108
+ * Get the results of a usage search
109
+ *
110
+ * @param {String} executionId ID of the search execution
111
+ */
112
+ getUsageSimplesearchExecutionIdResults(executionId) {
113
+ // verify the required parameter 'executionId' is set
114
+ if (executionId === undefined || executionId === null) {
115
+ throw 'Missing the required parameter "executionId" when calling getUsageSimplesearchExecutionIdResults';
116
+ }
117
+
118
+ return this.apiClient.callApi(
119
+ '/api/v2/usage/simplesearch/{executionId}/results',
120
+ 'GET',
121
+ { 'executionId': executionId },
122
+ { },
123
+ { },
124
+ { },
125
+ null,
126
+ ['PureCloud OAuth'],
127
+ ['application/json'],
128
+ ['application/json']
129
+ );
130
+ }
131
+
107
132
  /**
108
133
  * Query for OAuth client API usage
109
134
  * After calling this method, you will then need to poll for the query results based on the returned execution Id
@@ -159,7 +184,32 @@ class UsageApi {
159
184
  );
160
185
  }
161
186
 
187
+ /**
188
+ * Search organization API Usage -
189
+ * After calling this method, you will then need to poll for the query results based on the returned execution Id
190
+ * @param {Object} body SimpleSearch
191
+ */
192
+ postUsageSimplesearch(body) {
193
+ // verify the required parameter 'body' is set
194
+ if (body === undefined || body === null) {
195
+ throw 'Missing the required parameter "body" when calling postUsageSimplesearch';
196
+ }
197
+
198
+ return this.apiClient.callApi(
199
+ '/api/v2/usage/simplesearch',
200
+ 'POST',
201
+ { },
202
+ { },
203
+ { },
204
+ { },
205
+ body,
206
+ ['PureCloud OAuth'],
207
+ ['application/json'],
208
+ ['application/json']
209
+ );
210
+ }
211
+
162
212
  }
163
213
 
164
214
 
165
- export default UsageApi;
215
+ export default UsageApi;
@@ -5,7 +5,7 @@ class UserRecordingsApi {
5
5
  /**
6
6
  * UserRecordings service.
7
7
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -187,4 +187,4 @@ class UserRecordingsApi {
187
187
  }
188
188
 
189
189
 
190
- export default UserRecordingsApi;
190
+ export default UserRecordingsApi;
@@ -5,7 +5,7 @@ class UsersApi {
5
5
  /**
6
6
  * Users service.
7
7
  * @module purecloud-platform-client-v2/api/UsersApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -321,6 +321,7 @@ class UsersApi {
321
321
  * @param {String} permission The permission string, including the object to access, e.g. routing:queue:view
322
322
  * @param {Object} opts Optional parameters
323
323
  * @param {String} opts.name Search term to filter by division name
324
+ * @deprecated
324
325
  */
325
326
  getAuthorizationDivisionspermittedMe(permission, opts) {
326
327
  opts = opts || {};
@@ -382,6 +383,7 @@ class UsersApi {
382
383
  * @param {Object} opts Optional parameters
383
384
  * @param {Number} opts.pageNumber Page number (default to 1)
384
385
  * @param {Number} opts.pageSize Page size (default to 25)
386
+ * @deprecated
385
387
  */
386
388
  getAuthorizationDivisionspermittedPagedSubjectId(subjectId, permission, opts) {
387
389
  opts = opts || {};
@@ -458,6 +460,7 @@ class UsersApi {
458
460
  * Fetch field config for an entity type
459
461
  *
460
462
  * @param {Object} type Field type
463
+ * @deprecated
461
464
  */
462
465
  getFieldconfig(type) {
463
466
  // verify the required parameter 'type' is set
@@ -490,6 +493,7 @@ class UsersApi {
490
493
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to ASC)
491
494
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
492
495
  * @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.
496
+ * @deprecated
493
497
  */
494
498
  getProfilesUsers(opts) {
495
499
  opts = opts || {};
@@ -657,6 +661,7 @@ class UsersApi {
657
661
  * @param {Number} opts.pageNumber Page number (default to 1)
658
662
  * @param {String} opts.sortOrder Sort order (default to ASC)
659
663
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
664
+ * @deprecated
660
665
  */
661
666
  getUserFavorites(userId, opts) {
662
667
  opts = opts || {};
@@ -742,6 +747,7 @@ class UsersApi {
742
747
  * @param {Object} opts Optional parameters
743
748
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
744
749
  * @param {Object} opts.integrationPresenceSource Gets an integration presence for a user instead of their default.
750
+ * @deprecated
745
751
  */
746
752
  getUserProfile(userId, opts) {
747
753
  opts = opts || {};
@@ -2392,4 +2398,4 @@ class UsersApi {
2392
2398
  }
2393
2399
 
2394
2400
 
2395
- export default UsersApi;
2401
+ export default UsersApi;
@@ -5,7 +5,7 @@ class UtilitiesApi {
5
5
  /**
6
6
  * Utilities service.
7
7
  * @module purecloud-platform-client-v2/api/UtilitiesApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -113,4 +113,4 @@ class UtilitiesApi {
113
113
  }
114
114
 
115
115
 
116
- export default UtilitiesApi;
116
+ export default UtilitiesApi;
@@ -5,7 +5,7 @@ class VoicemailApi {
5
5
  /**
6
6
  * Voicemail service.
7
7
  * @module purecloud-platform-client-v2/api/VoicemailApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -669,4 +669,4 @@ class VoicemailApi {
669
669
  }
670
670
 
671
671
 
672
- export default VoicemailApi;
672
+ export default VoicemailApi;
@@ -5,7 +5,7 @@ class WebChatApi {
5
5
  /**
6
6
  * WebChat service.
7
7
  * @module purecloud-platform-client-v2/api/WebChatApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -24,6 +24,7 @@ class WebChatApi {
24
24
  * Delete a WebChat deployment
25
25
  *
26
26
  * @param {String} deploymentId Deployment Id
27
+ * @deprecated
27
28
  */
28
29
  deleteWebchatDeployment(deploymentId) {
29
30
  // verify the required parameter 'deploymentId' is set
@@ -99,6 +100,7 @@ class WebChatApi {
99
100
  * Get a WebChat deployment
100
101
  *
101
102
  * @param {String} deploymentId Deployment Id
103
+ * @deprecated
102
104
  */
103
105
  getWebchatDeployment(deploymentId) {
104
106
  // verify the required parameter 'deploymentId' is set
@@ -123,6 +125,7 @@ class WebChatApi {
123
125
  /**
124
126
  * List WebChat deployments
125
127
  *
128
+ * @deprecated
126
129
  */
127
130
  getWebchatDeployments() {
128
131
 
@@ -377,6 +380,7 @@ class WebChatApi {
377
380
  * Create WebChat deployment
378
381
  *
379
382
  * @param {Object} body Deployment
383
+ * @deprecated
380
384
  */
381
385
  postWebchatDeployments(body) {
382
386
  // verify the required parameter 'body' is set
@@ -493,6 +497,7 @@ class WebChatApi {
493
497
  *
494
498
  * @param {String} deploymentId Deployment Id
495
499
  * @param {Object} body Deployment
500
+ * @deprecated
496
501
  */
497
502
  putWebchatDeployment(deploymentId, body) {
498
503
  // verify the required parameter 'deploymentId' is set
@@ -546,4 +551,4 @@ class WebChatApi {
546
551
  }
547
552
 
548
553
 
549
- export default WebChatApi;
554
+ export default WebChatApi;
@@ -5,7 +5,7 @@ class WebDeploymentsApi {
5
5
  /**
6
6
  * WebDeployments service.
7
7
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -524,4 +524,4 @@ class WebDeploymentsApi {
524
524
  }
525
525
 
526
526
 
527
- export default WebDeploymentsApi;
527
+ export default WebDeploymentsApi;
@@ -5,7 +5,7 @@ class WebMessagingApi {
5
5
  /**
6
6
  * WebMessaging service.
7
7
  * @module purecloud-platform-client-v2/api/WebMessagingApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -48,4 +48,4 @@ class WebMessagingApi {
48
48
  }
49
49
 
50
50
 
51
- export default WebMessagingApi;
51
+ export default WebMessagingApi;
@@ -5,7 +5,7 @@ class WidgetsApi {
5
5
  /**
6
6
  * Widgets service.
7
7
  * @module purecloud-platform-client-v2/api/WidgetsApi
8
- * @version 168.1.0
8
+ * @version 169.0.0
9
9
  */
10
10
 
11
11
  /**
@@ -148,4 +148,4 @@ class WidgetsApi {
148
148
  }
149
149
 
150
150
 
151
- export default WidgetsApi;
151
+ export default WidgetsApi;