purecloud-platform-client-v2 168.0.0 → 168.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +181 -75
  3. package/dist/web-amd/purecloud-platform-client-v2.js +181 -75
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +181 -75
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +229 -102
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +315 -257
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +5 -2
  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 +2 -2
  60. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +2 -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 +2 -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 +70 -7
  79. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -5,7 +5,7 @@ class OAuthApi {
5
5
  /**
6
6
  * OAuth service.
7
7
  * @module purecloud-platform-client-v2/api/OAuthApi
8
- * @version 168.0.0
8
+ * @version 168.2.0
9
9
  */
10
10
 
11
11
  /**
@@ -368,4 +368,4 @@ class OAuthApi {
368
368
  }
369
369
 
370
370
 
371
- export default OAuthApi;
371
+ export default OAuthApi;
@@ -5,7 +5,7 @@ class ObjectsApi {
5
5
  /**
6
6
  * Objects service.
7
7
  * @module purecloud-platform-client-v2/api/ObjectsApi
8
- * @version 168.0.0
8
+ * @version 168.2.0
9
9
  */
10
10
 
11
11
  /**
@@ -273,4 +273,4 @@ class ObjectsApi {
273
273
  }
274
274
 
275
275
 
276
- export default ObjectsApi;
276
+ export default ObjectsApi;
@@ -5,7 +5,7 @@ class OrganizationApi {
5
5
  /**
6
6
  * Organization service.
7
7
  * @module purecloud-platform-client-v2/api/OrganizationApi
8
- * @version 168.0.0
8
+ * @version 168.2.0
9
9
  */
10
10
 
11
11
  /**
@@ -24,6 +24,7 @@ class OrganizationApi {
24
24
  * Fetch field config for an entity type
25
25
  *
26
26
  * @param {Object} type Field type
27
+ * @deprecated
27
28
  */
28
29
  getFieldconfig(type) {
29
30
  // verify the required parameter 'type' is set
@@ -256,6 +257,7 @@ class OrganizationApi {
256
257
  /**
257
258
  * Use PUT /api/v2/organizations/embeddedintegration instead
258
259
  *
260
+ * @deprecated
259
261
  */
260
262
  getOrganizationsWhitelist() {
261
263
 
@@ -381,6 +383,7 @@ class OrganizationApi {
381
383
  * Use PUT /api/v2/organizations/embeddedintegration instead
382
384
  *
383
385
  * @param {Object} body Whitelist settings
386
+ * @deprecated
384
387
  */
385
388
  putOrganizationsWhitelist(body) {
386
389
  // verify the required parameter 'body' is set
@@ -405,4 +408,4 @@ class OrganizationApi {
405
408
  }
406
409
 
407
410
 
408
- export default OrganizationApi;
411
+ export default OrganizationApi;
@@ -5,7 +5,7 @@ class OrganizationAuthorizationApi {
5
5
  /**
6
6
  * OrganizationAuthorization service.
7
7
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
8
- * @version 168.0.0
8
+ * @version 168.2.0
9
9
  */
10
10
 
11
11
  /**
@@ -1297,4 +1297,4 @@ class OrganizationAuthorizationApi {
1297
1297
  }
1298
1298
 
1299
1299
 
1300
- export default OrganizationAuthorizationApi;
1300
+ export default OrganizationAuthorizationApi;
@@ -5,7 +5,7 @@ class OutboundApi {
5
5
  /**
6
6
  * Outbound service.
7
7
  * @module purecloud-platform-client-v2/api/OutboundApi
8
- * @version 168.0.0
8
+ * @version 168.2.0
9
9
  */
10
10
 
11
11
  /**
@@ -2490,6 +2490,7 @@ class OutboundApi {
2490
2490
  * This endpoint is deprecated and may have unexpected results. Please use "/conversations/{conversationId}/participants/{participantId}/callbacks instead."
2491
2491
  * @param {String} campaignId Campaign ID
2492
2492
  * @param {Object} body ContactCallbackRequest
2493
+ * @deprecated
2493
2494
  */
2494
2495
  postOutboundCampaignCallbackSchedule(campaignId, body) {
2495
2496
  // verify the required parameter 'campaignId' is set
@@ -3623,4 +3624,4 @@ class OutboundApi {
3623
3624
  }
3624
3625
 
3625
3626
 
3626
- export default OutboundApi;
3627
+ export default OutboundApi;
@@ -5,7 +5,7 @@ class PresenceApi {
5
5
  /**
6
6
  * Presence service.
7
7
  * @module purecloud-platform-client-v2/api/PresenceApi
8
- * @version 168.0.0
8
+ * @version 168.2.0
9
9
  */
10
10
 
11
11
  /**
@@ -553,4 +553,4 @@ class PresenceApi {
553
553
  }
554
554
 
555
555
 
556
- export default PresenceApi;
556
+ export default PresenceApi;
@@ -5,7 +5,7 @@ class ProcessAutomationApi {
5
5
  /**
6
6
  * ProcessAutomation service.
7
7
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
8
- * @version 168.0.0
8
+ * @version 168.2.0
9
9
  */
10
10
 
11
11
  /**
@@ -241,4 +241,4 @@ class ProcessAutomationApi {
241
241
  }
242
242
 
243
243
 
244
- export default ProcessAutomationApi;
244
+ export default ProcessAutomationApi;
@@ -5,7 +5,7 @@ class QualityApi {
5
5
  /**
6
6
  * Quality service.
7
7
  * @module purecloud-platform-client-v2/api/QualityApi
8
- * @version 168.0.0
8
+ * @version 168.2.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.0.0
8
+ * @version 168.2.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.0.0
8
+ * @version 168.2.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.0.0
8
+ * @version 168.2.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.0.0
8
+ * @version 168.2.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.0.0
8
+ * @version 168.2.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.0.0
8
+ * @version 168.2.0
9
9
  */
10
10
 
11
11
  /**
@@ -612,4 +612,4 @@ class SearchApi {
612
612
  }
613
613
 
614
614
 
615
- export default SearchApi;
615
+ 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.0.0
8
+ * @version 168.2.0
9
9
  */
10
10
 
11
11
  /**
@@ -931,4 +931,4 @@ class SpeechTextAnalyticsApi {
931
931
  }
932
932
 
933
933
 
934
- export default SpeechTextAnalyticsApi;
934
+ 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.0.0
8
+ * @version 168.2.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.0.0
8
+ * @version 168.2.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.0.0
8
+ * @version 168.2.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.0.0
8
+ * @version 168.2.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.0.0
8
+ * @version 168.2.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.0.0
8
+ * @version 168.2.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.0.0
8
+ * @version 168.2.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.0.0
8
+ * @version 168.2.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.0.0
8
+ * @version 168.2.0
9
9
  */
10
10
 
11
11
  /**
@@ -162,4 +162,4 @@ class UsageApi {
162
162
  }
163
163
 
164
164
 
165
- export default UsageApi;
165
+ 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.0.0
8
+ * @version 168.2.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.0.0
8
+ * @version 168.2.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.0.0
8
+ * @version 168.2.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.0.0
8
+ * @version 168.2.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.0.0
8
+ * @version 168.2.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;