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
@@ -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.0.0
402
+ * @version 168.2.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.0.0
1488
+ * @version 168.2.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.0.0
1802
+ * @version 168.2.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.0.0
3056
+ * @version 168.2.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.0.0
6104
+ * @version 168.2.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.0.0
6275
+ * @version 168.2.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.0.0
7506
+ * @version 168.2.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.0.0
7586
+ * @version 168.2.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.0.0
7656
+ * @version 168.2.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.0.0
7820
+ * @version 168.2.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.0.0
8397
+ * @version 168.2.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.0.0
9538
+ * @version 168.2.0
9533
9539
  */
9534
9540
 
9535
9541
  /**
@@ -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.0.0
15629
+ * @version 168.2.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.0.0
15715
+ * @version 168.2.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.0.0
15767
+ * @version 168.2.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.0.0
15863
+ * @version 168.2.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.0.0
17821
+ * @version 168.2.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.0.0
17992
+ * @version 168.2.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.0.0
18063
+ * @version 168.2.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.0.0
20149
+ * @version 168.2.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.0.0
20279
+ * @version 168.2.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.0.0
20410
+ * @version 168.2.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.0.0
20865
+ * @version 168.2.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.0.0
21274
+ * @version 168.2.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.0.0
22030
+ * @version 168.2.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.0.0
22197
+ * @version 168.2.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.0.0
23797
+ * @version 168.2.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.0.0
24677
+ * @version 168.2.0
24669
24678
  */
24670
24679
 
24671
24680
  /**
@@ -27097,7 +27106,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27097
27106
  /**
27098
27107
  * LanguageUnderstanding service.
27099
27108
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
27100
- * @version 168.0.0
27109
+ * @version 168.2.0
27101
27110
  */
27102
27111
 
27103
27112
  /**
@@ -28110,7 +28119,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28110
28119
  /**
28111
28120
  * Languages service.
28112
28121
  * @module purecloud-platform-client-v2/api/LanguagesApi
28113
- * @version 168.0.0
28122
+ * @version 168.2.0
28114
28123
  */
28115
28124
 
28116
28125
  /**
@@ -28129,6 +28138,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28129
28138
  * Delete Language (Deprecated)
28130
28139
  * This endpoint is deprecated. Please see the Routing API (DELETE /api/v2/routing/languages/{languageId})
28131
28140
  * @param {String} languageId Language ID
28141
+ * @deprecated
28132
28142
  */
28133
28143
  deleteLanguage(languageId) {
28134
28144
  // verify the required parameter 'languageId' is set
@@ -28154,6 +28164,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28154
28164
  * Get Language (Deprecated)
28155
28165
  * This endpoint is deprecated. Please see the Routing API (GET /api/v2/routing/languages/{languageId})
28156
28166
  * @param {String} languageId Language ID
28167
+ * @deprecated
28157
28168
  */
28158
28169
  getLanguage(languageId) {
28159
28170
  // verify the required parameter 'languageId' is set
@@ -28183,6 +28194,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28183
28194
  * @param {Number} opts.pageNumber Page number (default to 1)
28184
28195
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to ASC)
28185
28196
  * @param {String} opts.name Name
28197
+ * @deprecated
28186
28198
  */
28187
28199
  getLanguages(opts) {
28188
28200
  opts = opts || {};
@@ -28301,6 +28313,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28301
28313
  * Create Language (Deprecated)
28302
28314
  * This endpoint is deprecated. Please see the Routing API. (POST /api/v2/routing/languages
28303
28315
  * @param {Object} body Language
28316
+ * @deprecated
28304
28317
  */
28305
28318
  postLanguages(body) {
28306
28319
  // verify the required parameter 'body' is set
@@ -28328,7 +28341,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28328
28341
  /**
28329
28342
  * Learning service.
28330
28343
  * @module purecloud-platform-client-v2/api/LearningApi
28331
- * @version 168.0.0
28344
+ * @version 168.2.0
28332
28345
  */
28333
28346
 
28334
28347
  /**
@@ -29143,7 +29156,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29143
29156
  /**
29144
29157
  * License service.
29145
29158
  * @module purecloud-platform-client-v2/api/LicenseApi
29146
- * @version 168.0.0
29159
+ * @version 168.2.0
29147
29160
  */
29148
29161
 
29149
29162
  /**
@@ -29381,7 +29394,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29381
29394
  /**
29382
29395
  * Locations service.
29383
29396
  * @module purecloud-platform-client-v2/api/LocationsApi
29384
- * @version 168.0.0
29397
+ * @version 168.2.0
29385
29398
  */
29386
29399
 
29387
29400
  /**
@@ -29617,7 +29630,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29617
29630
  /**
29618
29631
  * Messaging service.
29619
29632
  * @module purecloud-platform-client-v2/api/MessagingApi
29620
- * @version 168.0.0
29633
+ * @version 168.2.0
29621
29634
  */
29622
29635
 
29623
29636
  /**
@@ -29768,7 +29781,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29768
29781
  /**
29769
29782
  * MobileDevices service.
29770
29783
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
29771
- * @version 168.0.0
29784
+ * @version 168.2.0
29772
29785
  */
29773
29786
 
29774
29787
  /**
@@ -29919,7 +29932,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29919
29932
  /**
29920
29933
  * Notifications service.
29921
29934
  * @module purecloud-platform-client-v2/api/NotificationsApi
29922
- * @version 168.0.0
29935
+ * @version 168.2.0
29923
29936
  */
29924
29937
 
29925
29938
  /**
@@ -30152,7 +30165,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30152
30165
  /**
30153
30166
  * OAuth service.
30154
30167
  * @module purecloud-platform-client-v2/api/OAuthApi
30155
- * @version 168.0.0
30168
+ * @version 168.2.0
30156
30169
  */
30157
30170
 
30158
30171
  /**
@@ -30518,7 +30531,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30518
30531
  /**
30519
30532
  * Objects service.
30520
30533
  * @module purecloud-platform-client-v2/api/ObjectsApi
30521
- * @version 168.0.0
30534
+ * @version 168.2.0
30522
30535
  */
30523
30536
 
30524
30537
  /**
@@ -30789,7 +30802,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30789
30802
  /**
30790
30803
  * Organization service.
30791
30804
  * @module purecloud-platform-client-v2/api/OrganizationApi
30792
- * @version 168.0.0
30805
+ * @version 168.2.0
30793
30806
  */
30794
30807
 
30795
30808
  /**
@@ -30808,6 +30821,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30808
30821
  * Fetch field config for an entity type
30809
30822
  *
30810
30823
  * @param {Object} type Field type
30824
+ * @deprecated
30811
30825
  */
30812
30826
  getFieldconfig(type) {
30813
30827
  // verify the required parameter 'type' is set
@@ -31040,6 +31054,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31040
31054
  /**
31041
31055
  * Use PUT /api/v2/organizations/embeddedintegration instead
31042
31056
  *
31057
+ * @deprecated
31043
31058
  */
31044
31059
  getOrganizationsWhitelist() {
31045
31060
 
@@ -31165,6 +31180,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31165
31180
  * Use PUT /api/v2/organizations/embeddedintegration instead
31166
31181
  *
31167
31182
  * @param {Object} body Whitelist settings
31183
+ * @deprecated
31168
31184
  */
31169
31185
  putOrganizationsWhitelist(body) {
31170
31186
  // verify the required parameter 'body' is set
@@ -31192,7 +31208,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31192
31208
  /**
31193
31209
  * OrganizationAuthorization service.
31194
31210
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
31195
- * @version 168.0.0
31211
+ * @version 168.2.0
31196
31212
  */
31197
31213
 
31198
31214
  /**
@@ -32487,7 +32503,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32487
32503
  /**
32488
32504
  * Outbound service.
32489
32505
  * @module purecloud-platform-client-v2/api/OutboundApi
32490
- * @version 168.0.0
32506
+ * @version 168.2.0
32491
32507
  */
32492
32508
 
32493
32509
  /**
@@ -34972,6 +34988,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34972
34988
  * This endpoint is deprecated and may have unexpected results. Please use "/conversations/{conversationId}/participants/{participantId}/callbacks instead."
34973
34989
  * @param {String} campaignId Campaign ID
34974
34990
  * @param {Object} body ContactCallbackRequest
34991
+ * @deprecated
34975
34992
  */
34976
34993
  postOutboundCampaignCallbackSchedule(campaignId, body) {
34977
34994
  // verify the required parameter 'campaignId' is set
@@ -36108,7 +36125,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36108
36125
  /**
36109
36126
  * Presence service.
36110
36127
  * @module purecloud-platform-client-v2/api/PresenceApi
36111
- * @version 168.0.0
36128
+ * @version 168.2.0
36112
36129
  */
36113
36130
 
36114
36131
  /**
@@ -36659,7 +36676,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36659
36676
  /**
36660
36677
  * ProcessAutomation service.
36661
36678
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
36662
- * @version 168.0.0
36679
+ * @version 168.2.0
36663
36680
  */
36664
36681
 
36665
36682
  /**
@@ -36898,7 +36915,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36898
36915
  /**
36899
36916
  * Quality service.
36900
36917
  * @module purecloud-platform-client-v2/api/QualityApi
36901
- * @version 168.0.0
36918
+ * @version 168.2.0
36902
36919
  */
36903
36920
 
36904
36921
  /**
@@ -36981,6 +36998,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36981
36998
  * Delete an evaluation form.
36982
36999
  *
36983
37000
  * @param {String} formId Form ID
37001
+ * @deprecated
36984
37002
  */
36985
37003
  deleteQualityForm(formId) {
36986
37004
  // verify the required parameter 'formId' is set
@@ -37349,6 +37367,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37349
37367
  * Get an evaluation form
37350
37368
  *
37351
37369
  * @param {String} formId Form ID
37370
+ * @deprecated
37352
37371
  */
37353
37372
  getQualityForm(formId) {
37354
37373
  // verify the required parameter 'formId' is set
@@ -37377,6 +37396,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37377
37396
  * @param {Object} opts Optional parameters
37378
37397
  * @param {Number} opts.pageSize Page size (default to 25)
37379
37398
  * @param {Number} opts.pageNumber Page number (default to 1)
37399
+ * @deprecated
37380
37400
  */
37381
37401
  getQualityFormVersions(formId, opts) {
37382
37402
  opts = opts || {};
@@ -37412,6 +37432,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37412
37432
  * @param {Object} opts.expand If 'expand=publishHistory', then each unpublished evaluation form includes a listing of its published versions
37413
37433
  * @param {String} opts.name Name
37414
37434
  * @param {String} opts.sortOrder Order to sort results, either asc or desc
37435
+ * @deprecated
37415
37436
  */
37416
37437
  getQualityForms(opts) {
37417
37438
  opts = opts || {};
@@ -37687,6 +37708,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37687
37708
  * Get the published evaluation forms.
37688
37709
  *
37689
37710
  * @param {String} formId Form ID
37711
+ * @deprecated
37690
37712
  */
37691
37713
  getQualityPublishedform(formId) {
37692
37714
  // verify the required parameter 'formId' is set
@@ -37716,6 +37738,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37716
37738
  * @param {Number} opts.pageNumber Page number (default to 1)
37717
37739
  * @param {String} opts.name Name
37718
37740
  * @param {Boolean} opts.onlyLatestPerContext onlyLatestPerContext (default to false)
37741
+ * @deprecated
37719
37742
  */
37720
37743
  getQualityPublishedforms(opts) {
37721
37744
  opts = opts || {};
@@ -38111,6 +38134,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38111
38134
  * Create an evaluation form.
38112
38135
  *
38113
38136
  * @param {Object} body Evaluation form
38137
+ * @deprecated
38114
38138
  */
38115
38139
  postQualityForms(body) {
38116
38140
  // verify the required parameter 'body' is set
@@ -38186,6 +38210,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38186
38210
  * Publish an evaluation form.
38187
38211
  *
38188
38212
  * @param {Object} body Publish request containing id of form to publish
38213
+ * @deprecated
38189
38214
  */
38190
38215
  postQualityPublishedforms(body) {
38191
38216
  // verify the required parameter 'body' is set
@@ -38356,6 +38381,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38356
38381
  *
38357
38382
  * @param {String} formId Form ID
38358
38383
  * @param {Object} body Evaluation form
38384
+ * @deprecated
38359
38385
  */
38360
38386
  putQualityForm(formId, body) {
38361
38387
  // verify the required parameter 'formId' is set
@@ -38477,7 +38503,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38477
38503
  /**
38478
38504
  * Recording service.
38479
38505
  * @module purecloud-platform-client-v2/api/RecordingApi
38480
- * @version 168.0.0
38506
+ * @version 168.2.0
38481
38507
  */
38482
38508
 
38483
38509
  /**
@@ -40114,7 +40140,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40114
40140
  /**
40115
40141
  * ResponseManagement service.
40116
40142
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
40117
- * @version 168.0.0
40143
+ * @version 168.2.0
40118
40144
  */
40119
40145
 
40120
40146
  /**
@@ -40599,7 +40625,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40599
40625
  /**
40600
40626
  * Routing service.
40601
40627
  * @module purecloud-platform-client-v2/api/RoutingApi
40602
- * @version 168.0.0
40628
+ * @version 168.2.0
40603
40629
  */
40604
40630
 
40605
40631
  /**
@@ -40833,6 +40859,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40833
40859
  *
40834
40860
  * @param {String} queueId Queue ID
40835
40861
  * @param {String} memberId Member ID
40862
+ * @deprecated
40836
40863
  */
40837
40864
  deleteRoutingQueueUser(queueId, memberId) {
40838
40865
  // verify the required parameter 'queueId' is set
@@ -41924,6 +41951,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41924
41951
  * @param {Array.<String>} opts.languages Filter by language
41925
41952
  * @param {Array.<String>} opts.routingStatus Filter by routing status
41926
41953
  * @param {Array.<String>} opts.presence Filter by presence
41954
+ * @deprecated
41927
41955
  */
41928
41956
  getRoutingQueueUsers(queueId, opts) {
41929
41957
  opts = opts || {};
@@ -42881,6 +42909,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42881
42909
  * @param {String} queueId Queue ID
42882
42910
  * @param {String} memberId Member ID
42883
42911
  * @param {Object} body Queue Member
42912
+ * @deprecated
42884
42913
  */
42885
42914
  patchRoutingQueueUser(queueId, memberId, body) {
42886
42915
  // verify the required parameter 'queueId' is set
@@ -42915,6 +42944,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42915
42944
  *
42916
42945
  * @param {String} queueId Queue ID
42917
42946
  * @param {Array.<Object>} body Queue Members
42947
+ * @deprecated
42918
42948
  */
42919
42949
  patchRoutingQueueUsers(queueId, body) {
42920
42950
  // verify the required parameter 'queueId' is set
@@ -43456,6 +43486,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43456
43486
  * @param {Array.<Object>} body Queue Members
43457
43487
  * @param {Object} opts Optional parameters
43458
43488
  * @param {Boolean} opts._delete True to delete queue members (default to false)
43489
+ * @deprecated
43459
43490
  */
43460
43491
  postRoutingQueueUsers(queueId, body, opts) {
43461
43492
  opts = opts || {};
@@ -44108,7 +44139,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44108
44139
  /**
44109
44140
  * SCIM service.
44110
44141
  * @module purecloud-platform-client-v2/api/SCIMApi
44111
- * @version 168.0.0
44142
+ * @version 168.2.0
44112
44143
  */
44113
44144
 
44114
44145
  /**
@@ -44985,7 +45016,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44985
45016
  /**
44986
45017
  * Scripts service.
44987
45018
  * @module purecloud-platform-client-v2/api/ScriptsApi
44988
- * @version 168.0.0
45019
+ * @version 168.2.0
44989
45020
  */
44990
45021
 
44991
45022
  /**
@@ -45404,7 +45435,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45404
45435
  /**
45405
45436
  * Search service.
45406
45437
  * @module purecloud-platform-client-v2/api/SearchApi
45407
- * @version 168.0.0
45438
+ * @version 168.2.0
45408
45439
  */
45409
45440
 
45410
45441
  /**
@@ -46014,7 +46045,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46014
46045
  /**
46015
46046
  * SpeechTextAnalytics service.
46016
46047
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
46017
- * @version 168.0.0
46048
+ * @version 168.2.0
46018
46049
  */
46019
46050
 
46020
46051
  /**
@@ -46943,7 +46974,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46943
46974
  /**
46944
46975
  * Stations service.
46945
46976
  * @module purecloud-platform-client-v2/api/StationsApi
46946
- * @version 168.0.0
46977
+ * @version 168.2.0
46947
46978
  */
46948
46979
 
46949
46980
  /**
@@ -47045,7 +47076,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47045
47076
  /**
47046
47077
  * Suggest service.
47047
47078
  * @module purecloud-platform-client-v2/api/SuggestApi
47048
- * @version 168.0.0
47079
+ * @version 168.2.0
47049
47080
  */
47050
47081
 
47051
47082
  /**
@@ -47184,7 +47215,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47184
47215
  /**
47185
47216
  * Teams service.
47186
47217
  * @module purecloud-platform-client-v2/api/TeamsApi
47187
- * @version 168.0.0
47218
+ * @version 168.2.0
47188
47219
  */
47189
47220
 
47190
47221
  /**
@@ -47455,7 +47486,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47455
47486
  /**
47456
47487
  * Telephony service.
47457
47488
  * @module purecloud-platform-client-v2/api/TelephonyApi
47458
- * @version 168.0.0
47489
+ * @version 168.2.0
47459
47490
  */
47460
47491
 
47461
47492
  /**
@@ -47583,7 +47614,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47583
47614
  /**
47584
47615
  * TelephonyProvidersEdge service.
47585
47616
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
47586
- * @version 168.0.0
47617
+ * @version 168.2.0
47587
47618
  */
47588
47619
 
47589
47620
  /**
@@ -48977,6 +49008,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48977
49008
  * Get outbound route
48978
49009
  * This route is deprecated, use /telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId} instead.
48979
49010
  * @param {String} outboundRouteId Outbound route ID
49011
+ * @deprecated
48980
49012
  */
48981
49013
  getTelephonyProvidersEdgesOutboundroute(outboundRouteId) {
48982
49014
  // verify the required parameter 'outboundRouteId' is set
@@ -50783,7 +50815,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50783
50815
  /**
50784
50816
  * Textbots service.
50785
50817
  * @module purecloud-platform-client-v2/api/TextbotsApi
50786
- * @version 168.0.0
50818
+ * @version 168.2.0
50787
50819
  */
50788
50820
 
50789
50821
  /**
@@ -50911,7 +50943,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50911
50943
  /**
50912
50944
  * Tokens service.
50913
50945
  * @module purecloud-platform-client-v2/api/TokensApi
50914
- * @version 168.0.0
50946
+ * @version 168.2.0
50915
50947
  */
50916
50948
 
50917
50949
  /**
@@ -51017,7 +51049,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51017
51049
  /**
51018
51050
  * Uploads service.
51019
51051
  * @module purecloud-platform-client-v2/api/UploadsApi
51020
- * @version 168.0.0
51052
+ * @version 168.2.0
51021
51053
  */
51022
51054
 
51023
51055
  /**
@@ -51193,7 +51225,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51193
51225
  /**
51194
51226
  * Usage service.
51195
51227
  * @module purecloud-platform-client-v2/api/UsageApi
51196
- * @version 168.0.0
51228
+ * @version 168.2.0
51197
51229
  */
51198
51230
 
51199
51231
  /**
@@ -51353,7 +51385,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51353
51385
  /**
51354
51386
  * UserRecordings service.
51355
51387
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
51356
- * @version 168.0.0
51388
+ * @version 168.2.0
51357
51389
  */
51358
51390
 
51359
51391
  /**
@@ -51538,7 +51570,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51538
51570
  /**
51539
51571
  * Users service.
51540
51572
  * @module purecloud-platform-client-v2/api/UsersApi
51541
- * @version 168.0.0
51573
+ * @version 168.2.0
51542
51574
  */
51543
51575
 
51544
51576
  /**
@@ -51854,6 +51886,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51854
51886
  * @param {String} permission The permission string, including the object to access, e.g. routing:queue:view
51855
51887
  * @param {Object} opts Optional parameters
51856
51888
  * @param {String} opts.name Search term to filter by division name
51889
+ * @deprecated
51857
51890
  */
51858
51891
  getAuthorizationDivisionspermittedMe(permission, opts) {
51859
51892
  opts = opts || {};
@@ -51915,6 +51948,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51915
51948
  * @param {Object} opts Optional parameters
51916
51949
  * @param {Number} opts.pageNumber Page number (default to 1)
51917
51950
  * @param {Number} opts.pageSize Page size (default to 25)
51951
+ * @deprecated
51918
51952
  */
51919
51953
  getAuthorizationDivisionspermittedPagedSubjectId(subjectId, permission, opts) {
51920
51954
  opts = opts || {};
@@ -51991,6 +52025,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51991
52025
  * Fetch field config for an entity type
51992
52026
  *
51993
52027
  * @param {Object} type Field type
52028
+ * @deprecated
51994
52029
  */
51995
52030
  getFieldconfig(type) {
51996
52031
  // verify the required parameter 'type' is set
@@ -52023,6 +52058,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52023
52058
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to ASC)
52024
52059
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
52025
52060
  * @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.
52061
+ * @deprecated
52026
52062
  */
52027
52063
  getProfilesUsers(opts) {
52028
52064
  opts = opts || {};
@@ -52190,6 +52226,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52190
52226
  * @param {Number} opts.pageNumber Page number (default to 1)
52191
52227
  * @param {String} opts.sortOrder Sort order (default to ASC)
52192
52228
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
52229
+ * @deprecated
52193
52230
  */
52194
52231
  getUserFavorites(userId, opts) {
52195
52232
  opts = opts || {};
@@ -52275,6 +52312,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52275
52312
  * @param {Object} opts Optional parameters
52276
52313
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
52277
52314
  * @param {Object} opts.integrationPresenceSource Gets an integration presence for a user instead of their default.
52315
+ * @deprecated
52278
52316
  */
52279
52317
  getUserProfile(userId, opts) {
52280
52318
  opts = opts || {};
@@ -53928,7 +53966,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53928
53966
  /**
53929
53967
  * Utilities service.
53930
53968
  * @module purecloud-platform-client-v2/api/UtilitiesApi
53931
- * @version 168.0.0
53969
+ * @version 168.2.0
53932
53970
  */
53933
53971
 
53934
53972
  /**
@@ -54039,7 +54077,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54039
54077
  /**
54040
54078
  * Voicemail service.
54041
54079
  * @module purecloud-platform-client-v2/api/VoicemailApi
54042
- * @version 168.0.0
54080
+ * @version 168.2.0
54043
54081
  */
54044
54082
 
54045
54083
  /**
@@ -54706,7 +54744,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54706
54744
  /**
54707
54745
  * WebChat service.
54708
54746
  * @module purecloud-platform-client-v2/api/WebChatApi
54709
- * @version 168.0.0
54747
+ * @version 168.2.0
54710
54748
  */
54711
54749
 
54712
54750
  /**
@@ -54725,6 +54763,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54725
54763
  * Delete a WebChat deployment
54726
54764
  *
54727
54765
  * @param {String} deploymentId Deployment Id
54766
+ * @deprecated
54728
54767
  */
54729
54768
  deleteWebchatDeployment(deploymentId) {
54730
54769
  // verify the required parameter 'deploymentId' is set
@@ -54800,6 +54839,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54800
54839
  * Get a WebChat deployment
54801
54840
  *
54802
54841
  * @param {String} deploymentId Deployment Id
54842
+ * @deprecated
54803
54843
  */
54804
54844
  getWebchatDeployment(deploymentId) {
54805
54845
  // verify the required parameter 'deploymentId' is set
@@ -54824,6 +54864,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54824
54864
  /**
54825
54865
  * List WebChat deployments
54826
54866
  *
54867
+ * @deprecated
54827
54868
  */
54828
54869
  getWebchatDeployments() {
54829
54870
 
@@ -55078,6 +55119,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55078
55119
  * Create WebChat deployment
55079
55120
  *
55080
55121
  * @param {Object} body Deployment
55122
+ * @deprecated
55081
55123
  */
55082
55124
  postWebchatDeployments(body) {
55083
55125
  // verify the required parameter 'body' is set
@@ -55194,6 +55236,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55194
55236
  *
55195
55237
  * @param {String} deploymentId Deployment Id
55196
55238
  * @param {Object} body Deployment
55239
+ * @deprecated
55197
55240
  */
55198
55241
  putWebchatDeployment(deploymentId, body) {
55199
55242
  // verify the required parameter 'deploymentId' is set
@@ -55250,7 +55293,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55250
55293
  /**
55251
55294
  * WebDeployments service.
55252
55295
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
55253
- * @version 168.0.0
55296
+ * @version 168.2.0
55254
55297
  */
55255
55298
 
55256
55299
  /**
@@ -55772,7 +55815,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55772
55815
  /**
55773
55816
  * WebMessaging service.
55774
55817
  * @module purecloud-platform-client-v2/api/WebMessagingApi
55775
- * @version 168.0.0
55818
+ * @version 168.2.0
55776
55819
  */
55777
55820
 
55778
55821
  /**
@@ -55818,7 +55861,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55818
55861
  /**
55819
55862
  * Widgets service.
55820
55863
  * @module purecloud-platform-client-v2/api/WidgetsApi
55821
- * @version 168.0.0
55864
+ * @version 168.2.0
55822
55865
  */
55823
55866
 
55824
55867
  /**
@@ -55964,7 +56007,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55964
56007
  /**
55965
56008
  * WorkforceManagement service.
55966
56009
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
55967
- * @version 168.0.0
56010
+ * @version 168.2.0
55968
56011
  */
55969
56012
 
55970
56013
  /**
@@ -56589,7 +56632,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56589
56632
  * Expanding "settings" will retrieve all settings. All other expands will retrieve only the requested settings field(s).
56590
56633
  * @param {String} businessUnitId The ID of the business unit, or 'mine' for the business unit of the logged-in user.
56591
56634
  * @param {Object} opts Optional parameters
56592
- * @param {Array.<String>} opts.expand
56635
+ * @param {Array.<String>} opts.expand Include to access additional data on the business unit
56593
56636
  */
56594
56637
  getWorkforcemanagementBusinessunit(businessUnitId, opts) {
56595
56638
  opts = opts || {};
@@ -57128,7 +57171,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57128
57171
  * @param {String} weekDateId The week start date of the forecast in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
57129
57172
  * @param {String} forecastId The ID of the forecast
57130
57173
  * @param {Object} opts Optional parameters
57131
- * @param {Array.<String>} opts.expand
57174
+ * @param {Array.<String>} opts.expand Include to access additional data on the forecast
57132
57175
  */
57133
57176
  getWorkforcemanagementBusinessunitWeekShorttermforecast(businessUnitId, weekDateId, forecastId, opts) {
57134
57177
  opts = opts || {};
@@ -57506,6 +57549,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57506
57549
  * Get activity codes
57507
57550
  *
57508
57551
  * @param {String} managementUnitId The ID of the management unit, or 'mine' for the management unit of the logged-in user.
57552
+ * @deprecated
57509
57553
  */
57510
57554
  getWorkforcemanagementManagementunitActivitycodes(managementUnitId) {
57511
57555
  // verify the required parameter 'managementUnitId' is set
@@ -57918,6 +57962,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57918
57962
  * @param {Object} opts Optional parameters
57919
57963
  * @param {Object} opts.expand Which fields, if any, to expand
57920
57964
  * @param {Boolean} opts.forceDownloadService Force the result of this operation to be sent via download service. For testing/app development purposes
57965
+ * @deprecated
57921
57966
  */
57922
57967
  getWorkforcemanagementManagementunitWeekSchedule(managementUnitId, weekId, scheduleId, opts) {
57923
57968
  opts = opts || {};
@@ -57958,6 +58003,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57958
58003
  * @param {Boolean} opts.includeOnlyPublished Return only published schedules
57959
58004
  * @param {String} opts.earliestWeekDate The start date of the earliest week to query in yyyy-MM-dd format
57960
58005
  * @param {String} opts.latestWeekDate The start date of the latest week to query in yyyy-MM-dd format
58006
+ * @deprecated
57961
58007
  */
57962
58008
  getWorkforcemanagementManagementunitWeekSchedules(managementUnitId, weekId, opts) {
57963
58009
  opts = opts || {};
@@ -58117,7 +58163,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58117
58163
  * "expand=details" is deprecated
58118
58164
  * @param {String} managementUnitId The ID of the management unit, or 'mine' for the management unit of the logged-in user.
58119
58165
  * @param {Object} opts Optional parameters
58120
- * @param {Array.<String>} opts.expand
58166
+ * @param {Array.<String>} opts.expand Include to access additional data on the work plans
58121
58167
  */
58122
58168
  getWorkforcemanagementManagementunitWorkplans(managementUnitId, opts) {
58123
58169
  opts = opts || {};
@@ -59625,7 +59671,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59625
59671
  *
59626
59672
  * @param {String} businessUnitId The ID of the business unit to which the forecast belongs
59627
59673
  * @param {String} weekDateId The week start date of the forecast in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
59628
- * @param {Object} body
59674
+ * @param {Object} body body
59629
59675
  * @param {Object} opts Optional parameters
59630
59676
  * @param {Boolean} opts.forceAsync Force the result of this operation to be sent asynchronously via notification. For testing/app development purposes
59631
59677
  */
@@ -59664,7 +59710,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59664
59710
  * Call after uploading the forecast data to the url supplied by the /import/uploadurl route
59665
59711
  * @param {String} businessUnitId The ID of the business unit to which the forecast belongs
59666
59712
  * @param {String} weekDateId First day of schedule week in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
59667
- * @param {Object} body
59713
+ * @param {Object} body body
59668
59714
  */
59669
59715
  postWorkforcemanagementBusinessunitWeekShorttermforecastsImport(businessUnitId, weekDateId, body) {
59670
59716
  // verify the required parameter 'businessUnitId' is set
@@ -59916,6 +59962,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59916
59962
  * @param {String} managementUnitId The ID of the management unit, or 'mine' for the management unit of the logged-in user.
59917
59963
  * @param {Object} opts Optional parameters
59918
59964
  * @param {Object} opts.body body
59965
+ * @deprecated
59919
59966
  */
59920
59967
  postWorkforcemanagementManagementunitSchedulesSearch(managementUnitId, opts) {
59921
59968
  opts = opts || {};
@@ -60576,6 +60623,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60576
60623
  *
60577
60624
  * @param {Object} opts Optional parameters
60578
60625
  * @param {Object} opts.body body
60626
+ * @deprecated
60579
60627
  */
60580
60628
  postWorkforcemanagementSchedules(opts) {
60581
60629
  opts = opts || {};
@@ -60595,6 +60643,64 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60595
60643
  );
60596
60644
  }
60597
60645
 
60646
+ /**
60647
+ * Request a teams historical adherence report
60648
+ * The maximum supported range for historical adherence queries is 31 days, or 7 days with includeExceptions = true
60649
+ * @param {String} teamId The ID of the team
60650
+ * @param {Object} opts Optional parameters
60651
+ * @param {Object} opts.body body
60652
+ */
60653
+ postWorkforcemanagementTeamAdherenceHistorical(teamId, opts) {
60654
+ opts = opts || {};
60655
+
60656
+ // verify the required parameter 'teamId' is set
60657
+ if (teamId === undefined || teamId === null) {
60658
+ throw 'Missing the required parameter "teamId" when calling postWorkforcemanagementTeamAdherenceHistorical';
60659
+ }
60660
+
60661
+ return this.apiClient.callApi(
60662
+ '/api/v2/workforcemanagement/teams/{teamId}/adherence/historical',
60663
+ 'POST',
60664
+ { 'teamId': teamId },
60665
+ { },
60666
+ { },
60667
+ { },
60668
+ opts['body'],
60669
+ ['PureCloud OAuth'],
60670
+ ['application/json'],
60671
+ ['application/json']
60672
+ );
60673
+ }
60674
+
60675
+ /**
60676
+ * Request a historical shrinkage report
60677
+ * The maximum supported range for historical shrinkage queries is up to 32 days
60678
+ * @param {String} teamId The ID of the team
60679
+ * @param {Object} opts Optional parameters
60680
+ * @param {Object} opts.body body
60681
+ */
60682
+ postWorkforcemanagementTeamShrinkageJobs(teamId, opts) {
60683
+ opts = opts || {};
60684
+
60685
+ // verify the required parameter 'teamId' is set
60686
+ if (teamId === undefined || teamId === null) {
60687
+ throw 'Missing the required parameter "teamId" when calling postWorkforcemanagementTeamShrinkageJobs';
60688
+ }
60689
+
60690
+ return this.apiClient.callApi(
60691
+ '/api/v2/workforcemanagement/teams/{teamId}/shrinkage/jobs',
60692
+ 'POST',
60693
+ { 'teamId': teamId },
60694
+ { },
60695
+ { },
60696
+ { },
60697
+ opts['body'],
60698
+ ['PureCloud OAuth'],
60699
+ ['application/json'],
60700
+ ['application/json']
60701
+ );
60702
+ }
60703
+
60598
60704
  /**
60599
60705
  * Queries available time off for the current user
60600
60706
  *
@@ -60708,7 +60814,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60708
60814
  * </pre>
60709
60815
  * </p>
60710
60816
  * @module purecloud-platform-client-v2/index
60711
- * @version 168.0.0
60817
+ * @version 168.2.0
60712
60818
  */
60713
60819
  class platformClient {
60714
60820
  constructor() {