purecloud-platform-client-v2 225.0.0 → 227.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 (93) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +302 -128
  3. package/dist/web-amd/purecloud-platform-client-v2.js +302 -128
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +141 -94
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +141 -94
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +884 -885
  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/AIStudioApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ChatApi.js +46 -1
  24. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +145 -1
  27. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +3 -2
  44. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/RoutingApi.js +3 -2
  67. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  90. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  91. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  92. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +26 -43
  93. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -746,7 +746,7 @@ class Configuration {
746
746
 
747
747
  /**
748
748
  * @module purecloud-platform-client-v2/ApiClient
749
- * @version 225.0.0
749
+ * @version 227.0.0
750
750
  */
751
751
  class ApiClient {
752
752
  /**
@@ -2290,7 +2290,7 @@ class AIStudioApi {
2290
2290
  /**
2291
2291
  * AIStudio service.
2292
2292
  * @module purecloud-platform-client-v2/api/AIStudioApi
2293
- * @version 225.0.0
2293
+ * @version 227.0.0
2294
2294
  */
2295
2295
 
2296
2296
  /**
@@ -2672,7 +2672,7 @@ class AgentAssistantsApi {
2672
2672
  /**
2673
2673
  * AgentAssistants service.
2674
2674
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
2675
- * @version 225.0.0
2675
+ * @version 227.0.0
2676
2676
  */
2677
2677
 
2678
2678
  /**
@@ -3049,7 +3049,7 @@ class AgentCopilotApi {
3049
3049
  /**
3050
3050
  * AgentCopilot service.
3051
3051
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
3052
- * @version 225.0.0
3052
+ * @version 227.0.0
3053
3053
  */
3054
3054
 
3055
3055
  /**
@@ -3125,7 +3125,7 @@ class AgentUIApi {
3125
3125
  /**
3126
3126
  * AgentUI service.
3127
3127
  * @module purecloud-platform-client-v2/api/AgentUIApi
3128
- * @version 225.0.0
3128
+ * @version 227.0.0
3129
3129
  */
3130
3130
 
3131
3131
  /**
@@ -3256,7 +3256,7 @@ class AlertingApi {
3256
3256
  /**
3257
3257
  * Alerting service.
3258
3258
  * @module purecloud-platform-client-v2/api/AlertingApi
3259
- * @version 225.0.0
3259
+ * @version 227.0.0
3260
3260
  */
3261
3261
 
3262
3262
  /**
@@ -3657,7 +3657,7 @@ class AnalyticsApi {
3657
3657
  /**
3658
3658
  * Analytics service.
3659
3659
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3660
- * @version 225.0.0
3660
+ * @version 227.0.0
3661
3661
  */
3662
3662
 
3663
3663
  /**
@@ -6478,7 +6478,7 @@ class ArchitectApi {
6478
6478
  /**
6479
6479
  * Architect service.
6480
6480
  * @module purecloud-platform-client-v2/api/ArchitectApi
6481
- * @version 225.0.0
6481
+ * @version 227.0.0
6482
6482
  */
6483
6483
 
6484
6484
  /**
@@ -10773,7 +10773,7 @@ class AuditApi {
10773
10773
  /**
10774
10774
  * Audit service.
10775
10775
  * @module purecloud-platform-client-v2/api/AuditApi
10776
- * @version 225.0.0
10776
+ * @version 227.0.0
10777
10777
  */
10778
10778
 
10779
10779
  /**
@@ -10974,7 +10974,7 @@ class AuthorizationApi {
10974
10974
  /**
10975
10975
  * Authorization service.
10976
10976
  * @module purecloud-platform-client-v2/api/AuthorizationApi
10977
- * @version 225.0.0
10977
+ * @version 227.0.0
10978
10978
  */
10979
10979
 
10980
10980
  /**
@@ -12689,7 +12689,7 @@ class BillingApi {
12689
12689
  /**
12690
12690
  * Billing service.
12691
12691
  * @module purecloud-platform-client-v2/api/BillingApi
12692
- * @version 225.0.0
12692
+ * @version 227.0.0
12693
12693
  */
12694
12694
 
12695
12695
  /**
@@ -12945,7 +12945,7 @@ class BusinessRulesApi {
12945
12945
  /**
12946
12946
  * BusinessRules service.
12947
12947
  * @module purecloud-platform-client-v2/api/BusinessRulesApi
12948
- * @version 225.0.0
12948
+ * @version 227.0.0
12949
12949
  */
12950
12950
 
12951
12951
  /**
@@ -13903,7 +13903,7 @@ class CarrierServicesApi {
13903
13903
  /**
13904
13904
  * CarrierServices service.
13905
13905
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
13906
- * @version 225.0.0
13906
+ * @version 227.0.0
13907
13907
  */
13908
13908
 
13909
13909
  /**
@@ -13973,7 +13973,7 @@ class ChatApi {
13973
13973
  /**
13974
13974
  * Chat service.
13975
13975
  * @module purecloud-platform-client-v2/api/ChatApi
13976
- * @version 225.0.0
13976
+ * @version 227.0.0
13977
13977
  */
13978
13978
 
13979
13979
  /**
@@ -14138,6 +14138,26 @@ class ChatApi {
14138
14138
  );
14139
14139
  }
14140
14140
 
14141
+ /**
14142
+ * Delete a user's chat settings
14143
+ *
14144
+ */
14145
+ deleteChatsUsersMeSettings() {
14146
+
14147
+ return this.apiClient.callApi(
14148
+ '/api/v2/chats/users/me/settings',
14149
+ 'DELETE',
14150
+ { },
14151
+ { },
14152
+ { },
14153
+ { },
14154
+ null,
14155
+ ['PureCloud OAuth'],
14156
+ ['application/json'],
14157
+ ['application/json']
14158
+ );
14159
+ }
14160
+
14141
14161
  /**
14142
14162
  * Get a message
14143
14163
  *
@@ -14845,6 +14865,31 @@ class ChatApi {
14845
14865
  );
14846
14866
  }
14847
14867
 
14868
+ /**
14869
+ * Create a user's chat settings
14870
+ *
14871
+ * @param {Object} body
14872
+ */
14873
+ postChatsUsersMeSettings(body) {
14874
+ // verify the required parameter 'body' is set
14875
+ if (body === undefined || body === null) {
14876
+ throw 'Missing the required parameter "body" when calling postChatsUsersMeSettings';
14877
+ }
14878
+
14879
+ return this.apiClient.callApi(
14880
+ '/api/v2/chats/users/me/settings',
14881
+ 'POST',
14882
+ { },
14883
+ { },
14884
+ { },
14885
+ { },
14886
+ body,
14887
+ ['PureCloud OAuth'],
14888
+ ['application/json'],
14889
+ ['application/json']
14890
+ );
14891
+ }
14892
+
14848
14893
  /**
14849
14894
  * Update reactions to a message
14850
14895
  *
@@ -14906,7 +14951,7 @@ class CoachingApi {
14906
14951
  /**
14907
14952
  * Coaching service.
14908
14953
  * @module purecloud-platform-client-v2/api/CoachingApi
14909
- * @version 225.0.0
14954
+ * @version 227.0.0
14910
14955
  */
14911
14956
 
14912
14957
  /**
@@ -15483,7 +15528,7 @@ class ContentManagementApi {
15483
15528
  /**
15484
15529
  * ContentManagement service.
15485
15530
  * @module purecloud-platform-client-v2/api/ContentManagementApi
15486
- * @version 225.0.0
15531
+ * @version 227.0.0
15487
15532
  */
15488
15533
 
15489
15534
  /**
@@ -16564,7 +16609,7 @@ class ConversationsApi {
16564
16609
  /**
16565
16610
  * Conversations service.
16566
16611
  * @module purecloud-platform-client-v2/api/ConversationsApi
16567
- * @version 225.0.0
16612
+ * @version 227.0.0
16568
16613
  */
16569
16614
 
16570
16615
  /**
@@ -21693,6 +21738,42 @@ class ConversationsApi {
21693
21738
  );
21694
21739
  }
21695
21740
 
21741
+ /**
21742
+ * Replace this participant with the an external contact
21743
+ *
21744
+ * @param {String} conversationId conversation ID
21745
+ * @param {String} participantId participant ID
21746
+ * @param {Object} body Transfer request
21747
+ * postConversationParticipantReplaceContactExternal is a preview method and is subject to both breaking and non-breaking changes at any time without notice
21748
+ */
21749
+ postConversationParticipantReplaceContactExternal(conversationId, participantId, body) {
21750
+ // verify the required parameter 'conversationId' is set
21751
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
21752
+ throw 'Missing the required parameter "conversationId" when calling postConversationParticipantReplaceContactExternal';
21753
+ }
21754
+ // verify the required parameter 'participantId' is set
21755
+ if (participantId === undefined || participantId === null || participantId === '') {
21756
+ throw 'Missing the required parameter "participantId" when calling postConversationParticipantReplaceContactExternal';
21757
+ }
21758
+ // verify the required parameter 'body' is set
21759
+ if (body === undefined || body === null) {
21760
+ throw 'Missing the required parameter "body" when calling postConversationParticipantReplaceContactExternal';
21761
+ }
21762
+
21763
+ return this.apiClient.callApi(
21764
+ '/api/v2/conversations/{conversationId}/participants/{participantId}/replace/contact/external',
21765
+ 'POST',
21766
+ { 'conversationId': conversationId,'participantId': participantId },
21767
+ { },
21768
+ { },
21769
+ { },
21770
+ body,
21771
+ ['PureCloud OAuth'],
21772
+ ['application/json'],
21773
+ ['application/json']
21774
+ );
21775
+ }
21776
+
21696
21777
  /**
21697
21778
  * Replace this participant with the an external contact
21698
21779
  *
@@ -21797,6 +21878,42 @@ class ConversationsApi {
21797
21878
  );
21798
21879
  }
21799
21880
 
21881
+ /**
21882
+ * Replace this participant by another one using the address of the destination.
21883
+ *
21884
+ * @param {String} conversationId conversation ID
21885
+ * @param {String} participantId participant ID
21886
+ * @param {Object} body Transfer request
21887
+ * postConversationParticipantTransfer is a preview method and is subject to both breaking and non-breaking changes at any time without notice
21888
+ */
21889
+ postConversationParticipantTransfer(conversationId, participantId, body) {
21890
+ // verify the required parameter 'conversationId' is set
21891
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
21892
+ throw 'Missing the required parameter "conversationId" when calling postConversationParticipantTransfer';
21893
+ }
21894
+ // verify the required parameter 'participantId' is set
21895
+ if (participantId === undefined || participantId === null || participantId === '') {
21896
+ throw 'Missing the required parameter "participantId" when calling postConversationParticipantTransfer';
21897
+ }
21898
+ // verify the required parameter 'body' is set
21899
+ if (body === undefined || body === null) {
21900
+ throw 'Missing the required parameter "body" when calling postConversationParticipantTransfer';
21901
+ }
21902
+
21903
+ return this.apiClient.callApi(
21904
+ '/api/v2/conversations/{conversationId}/participants/{participantId}/transfer',
21905
+ 'POST',
21906
+ { 'conversationId': conversationId,'participantId': participantId },
21907
+ { },
21908
+ { },
21909
+ { },
21910
+ body,
21911
+ ['PureCloud OAuth'],
21912
+ ['application/json'],
21913
+ ['application/json']
21914
+ );
21915
+ }
21916
+
21800
21917
  /**
21801
21918
  * Save an engagement on the suggestion.
21802
21919
  *
@@ -22096,6 +22213,42 @@ class ConversationsApi {
22096
22213
  );
22097
22214
  }
22098
22215
 
22216
+ /**
22217
+ * Initiate a consult transfer to an external contact
22218
+ *
22219
+ * @param {String} conversationId conversationId
22220
+ * @param {String} participantId participantId
22221
+ * @param {Object} body Destination address and initial speak to
22222
+ * postConversationsCallParticipantConsultContactExternal is a preview method and is subject to both breaking and non-breaking changes at any time without notice
22223
+ */
22224
+ postConversationsCallParticipantConsultContactExternal(conversationId, participantId, body) {
22225
+ // verify the required parameter 'conversationId' is set
22226
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
22227
+ throw 'Missing the required parameter "conversationId" when calling postConversationsCallParticipantConsultContactExternal';
22228
+ }
22229
+ // verify the required parameter 'participantId' is set
22230
+ if (participantId === undefined || participantId === null || participantId === '') {
22231
+ throw 'Missing the required parameter "participantId" when calling postConversationsCallParticipantConsultContactExternal';
22232
+ }
22233
+ // verify the required parameter 'body' is set
22234
+ if (body === undefined || body === null) {
22235
+ throw 'Missing the required parameter "body" when calling postConversationsCallParticipantConsultContactExternal';
22236
+ }
22237
+
22238
+ return this.apiClient.callApi(
22239
+ '/api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult/contact/external',
22240
+ 'POST',
22241
+ { 'conversationId': conversationId,'participantId': participantId },
22242
+ { },
22243
+ { },
22244
+ { },
22245
+ body,
22246
+ ['PureCloud OAuth'],
22247
+ ['application/json'],
22248
+ ['application/json']
22249
+ );
22250
+ }
22251
+
22099
22252
  /**
22100
22253
  * Initiate a consult transfer to an external contact
22101
22254
  *
@@ -22231,6 +22384,42 @@ class ConversationsApi {
22231
22384
  );
22232
22385
  }
22233
22386
 
22387
+ /**
22388
+ * Initiate voice consult transfer
22389
+ *
22390
+ * @param {String} conversationId conversationId
22391
+ * @param {String} participantId participantId
22392
+ * @param {Object} body Destination address and initial speak to
22393
+ * postConversationsCallParticipantVoiceConsult is a preview method and is subject to both breaking and non-breaking changes at any time without notice
22394
+ */
22395
+ postConversationsCallParticipantVoiceConsult(conversationId, participantId, body) {
22396
+ // verify the required parameter 'conversationId' is set
22397
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
22398
+ throw 'Missing the required parameter "conversationId" when calling postConversationsCallParticipantVoiceConsult';
22399
+ }
22400
+ // verify the required parameter 'participantId' is set
22401
+ if (participantId === undefined || participantId === null || participantId === '') {
22402
+ throw 'Missing the required parameter "participantId" when calling postConversationsCallParticipantVoiceConsult';
22403
+ }
22404
+ // verify the required parameter 'body' is set
22405
+ if (body === undefined || body === null) {
22406
+ throw 'Missing the required parameter "body" when calling postConversationsCallParticipantVoiceConsult';
22407
+ }
22408
+
22409
+ return this.apiClient.callApi(
22410
+ '/api/v2/conversations/calls/{conversationId}/participants/{participantId}/voice/consult',
22411
+ 'POST',
22412
+ { 'conversationId': conversationId,'participantId': participantId },
22413
+ { },
22414
+ { },
22415
+ { },
22416
+ body,
22417
+ ['PureCloud OAuth'],
22418
+ ['application/json'],
22419
+ ['application/json']
22420
+ );
22421
+ }
22422
+
22234
22423
  /**
22235
22424
  * Add participants to a conversation
22236
22425
  *
@@ -24632,7 +24821,7 @@ class DataExtensionsApi {
24632
24821
  /**
24633
24822
  * DataExtensions service.
24634
24823
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
24635
- * @version 225.0.0
24824
+ * @version 227.0.0
24636
24825
  */
24637
24826
 
24638
24827
  /**
@@ -24718,7 +24907,7 @@ class DataPrivacyApi {
24718
24907
  /**
24719
24908
  * DataPrivacy service.
24720
24909
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
24721
- * @version 225.0.0
24910
+ * @version 227.0.0
24722
24911
  */
24723
24912
 
24724
24913
  /**
@@ -24888,7 +25077,7 @@ class DownloadsApi {
24888
25077
  /**
24889
25078
  * Downloads service.
24890
25079
  * @module purecloud-platform-client-v2/api/DownloadsApi
24891
- * @version 225.0.0
25080
+ * @version 227.0.0
24892
25081
  */
24893
25082
 
24894
25083
  /**
@@ -24940,7 +25129,7 @@ class EmailsApi {
24940
25129
  /**
24941
25130
  * Emails service.
24942
25131
  * @module purecloud-platform-client-v2/api/EmailsApi
24943
- * @version 225.0.0
25132
+ * @version 227.0.0
24944
25133
  */
24945
25134
 
24946
25135
  /**
@@ -25069,7 +25258,7 @@ class EmployeeEngagementApi {
25069
25258
  /**
25070
25259
  * EmployeeEngagement service.
25071
25260
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
25072
- * @version 225.0.0
25261
+ * @version 227.0.0
25073
25262
  */
25074
25263
 
25075
25264
  /**
@@ -25220,7 +25409,7 @@ class EventsApi {
25220
25409
  /**
25221
25410
  * Events service.
25222
25411
  * @module purecloud-platform-client-v2/api/EventsApi
25223
- * @version 225.0.0
25412
+ * @version 227.0.0
25224
25413
  */
25225
25414
 
25226
25415
  /**
@@ -25316,7 +25505,7 @@ class ExternalContactsApi {
25316
25505
  /**
25317
25506
  * ExternalContacts service.
25318
25507
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
25319
- * @version 225.0.0
25508
+ * @version 227.0.0
25320
25509
  */
25321
25510
 
25322
25511
  /**
@@ -28504,7 +28693,7 @@ class FaxApi {
28504
28693
  /**
28505
28694
  * Fax service.
28506
28695
  * @module purecloud-platform-client-v2/api/FaxApi
28507
- * @version 225.0.0
28696
+ * @version 227.0.0
28508
28697
  */
28509
28698
 
28510
28699
  /**
@@ -28719,7 +28908,7 @@ class FlowsApi {
28719
28908
  /**
28720
28909
  * Flows service.
28721
28910
  * @module purecloud-platform-client-v2/api/FlowsApi
28722
- * @version 225.0.0
28911
+ * @version 227.0.0
28723
28912
  */
28724
28913
 
28725
28914
  /**
@@ -28902,7 +29091,7 @@ class GamificationApi {
28902
29091
  /**
28903
29092
  * Gamification service.
28904
29093
  * @module purecloud-platform-client-v2/api/GamificationApi
28905
- * @version 225.0.0
29094
+ * @version 227.0.0
28906
29095
  */
28907
29096
 
28908
29097
  /**
@@ -31409,7 +31598,7 @@ class GeneralDataProtectionRegulationApi {
31409
31598
  /**
31410
31599
  * GeneralDataProtectionRegulation service.
31411
31600
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
31412
- * @version 225.0.0
31601
+ * @version 227.0.0
31413
31602
  */
31414
31603
 
31415
31604
  /**
@@ -31539,7 +31728,7 @@ class GeolocationApi {
31539
31728
  /**
31540
31729
  * Geolocation service.
31541
31730
  * @module purecloud-platform-client-v2/api/GeolocationApi
31542
- * @version 225.0.0
31731
+ * @version 227.0.0
31543
31732
  */
31544
31733
 
31545
31734
  /**
@@ -31670,7 +31859,7 @@ class GreetingsApi {
31670
31859
  /**
31671
31860
  * Greetings service.
31672
31861
  * @module purecloud-platform-client-v2/api/GreetingsApi
31673
- * @version 225.0.0
31862
+ * @version 227.0.0
31674
31863
  */
31675
31864
 
31676
31865
  /**
@@ -32212,7 +32401,7 @@ class GroupsApi {
32212
32401
  /**
32213
32402
  * Groups service.
32214
32403
  * @module purecloud-platform-client-v2/api/GroupsApi
32215
- * @version 225.0.0
32404
+ * @version 227.0.0
32216
32405
  */
32217
32406
 
32218
32407
  /**
@@ -32731,7 +32920,7 @@ class IdentityProviderApi {
32731
32920
  /**
32732
32921
  * IdentityProvider service.
32733
32922
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
32734
- * @version 225.0.0
32923
+ * @version 227.0.0
32735
32924
  */
32736
32925
 
32737
32926
  /**
@@ -33592,7 +33781,7 @@ class InfrastructureAsCodeApi {
33592
33781
  /**
33593
33782
  * InfrastructureAsCode service.
33594
33783
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
33595
- * @version 225.0.0
33784
+ * @version 227.0.0
33596
33785
  */
33597
33786
 
33598
33787
  /**
@@ -33759,7 +33948,7 @@ class IntegrationsApi {
33759
33948
  /**
33760
33949
  * Integrations service.
33761
33950
  * @module purecloud-platform-client-v2/api/IntegrationsApi
33762
- * @version 225.0.0
33951
+ * @version 227.0.0
33763
33952
  */
33764
33953
 
33765
33954
  /**
@@ -34697,10 +34886,11 @@ class IntegrationsApi {
34697
34886
 
34698
34887
  /**
34699
34888
  * List multiple sets of credentials
34700
- *
34889
+ * This endpoint is deprecated. Please see the Listing API (GET /api/v2/integrations/credentials/listing)
34701
34890
  * @param {Object} opts Optional parameters
34702
34891
  * @param {Number} opts.pageNumber Page number (default to 1)
34703
34892
  * @param {Number} opts.pageSize Page size (default to 25)
34893
+ * @deprecated
34704
34894
  */
34705
34895
  getIntegrationsCredentials(opts) {
34706
34896
  opts = opts || {};
@@ -36403,7 +36593,7 @@ class JourneyApi {
36403
36593
  /**
36404
36594
  * Journey service.
36405
36595
  * @module purecloud-platform-client-v2/api/JourneyApi
36406
- * @version 225.0.0
36596
+ * @version 227.0.0
36407
36597
  */
36408
36598
 
36409
36599
  /**
@@ -38388,7 +38578,7 @@ class KnowledgeApi {
38388
38578
  /**
38389
38579
  * Knowledge service.
38390
38580
  * @module purecloud-platform-client-v2/api/KnowledgeApi
38391
- * @version 225.0.0
38581
+ * @version 227.0.0
38392
38582
  */
38393
38583
 
38394
38584
  /**
@@ -42261,7 +42451,7 @@ class LanguageUnderstandingApi {
42261
42451
  /**
42262
42452
  * LanguageUnderstanding service.
42263
42453
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
42264
- * @version 225.0.0
42454
+ * @version 227.0.0
42265
42455
  */
42266
42456
 
42267
42457
  /**
@@ -43294,7 +43484,7 @@ class LanguagesApi {
43294
43484
  /**
43295
43485
  * Languages service.
43296
43486
  * @module purecloud-platform-client-v2/api/LanguagesApi
43297
- * @version 225.0.0
43487
+ * @version 227.0.0
43298
43488
  */
43299
43489
 
43300
43490
  /**
@@ -43516,7 +43706,7 @@ class LearningApi {
43516
43706
  /**
43517
43707
  * Learning service.
43518
43708
  * @module purecloud-platform-client-v2/api/LearningApi
43519
- * @version 225.0.0
43709
+ * @version 227.0.0
43520
43710
  */
43521
43711
 
43522
43712
  /**
@@ -44545,7 +44735,7 @@ class LicenseApi {
44545
44735
  /**
44546
44736
  * License service.
44547
44737
  * @module purecloud-platform-client-v2/api/LicenseApi
44548
- * @version 225.0.0
44738
+ * @version 227.0.0
44549
44739
  */
44550
44740
 
44551
44741
  /**
@@ -44783,7 +44973,7 @@ class LocationsApi {
44783
44973
  /**
44784
44974
  * Locations service.
44785
44975
  * @module purecloud-platform-client-v2/api/LocationsApi
44786
- * @version 225.0.0
44976
+ * @version 227.0.0
44787
44977
  */
44788
44978
 
44789
44979
  /**
@@ -45019,7 +45209,7 @@ class LogCaptureApi {
45019
45209
  /**
45020
45210
  * LogCapture service.
45021
45211
  * @module purecloud-platform-client-v2/api/LogCaptureApi
45022
- * @version 225.0.0
45212
+ * @version 227.0.0
45023
45213
  */
45024
45214
 
45025
45215
  /**
@@ -45218,7 +45408,7 @@ class MessagingApi {
45218
45408
  /**
45219
45409
  * Messaging service.
45220
45410
  * @module purecloud-platform-client-v2/api/MessagingApi
45221
- * @version 225.0.0
45411
+ * @version 227.0.0
45222
45412
  */
45223
45413
 
45224
45414
  /**
@@ -45577,7 +45767,7 @@ class MobileDevicesApi {
45577
45767
  /**
45578
45768
  * MobileDevices service.
45579
45769
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
45580
- * @version 225.0.0
45770
+ * @version 227.0.0
45581
45771
  */
45582
45772
 
45583
45773
  /**
@@ -45728,7 +45918,7 @@ class NotificationsApi {
45728
45918
  /**
45729
45919
  * Notifications service.
45730
45920
  * @module purecloud-platform-client-v2/api/NotificationsApi
45731
- * @version 225.0.0
45921
+ * @version 227.0.0
45732
45922
  */
45733
45923
 
45734
45924
  /**
@@ -45961,7 +46151,7 @@ class OAuthApi {
45961
46151
  /**
45962
46152
  * OAuth service.
45963
46153
  * @module purecloud-platform-client-v2/api/OAuthApi
45964
- * @version 225.0.0
46154
+ * @version 227.0.0
45965
46155
  */
45966
46156
 
45967
46157
  /**
@@ -46327,7 +46517,7 @@ class ObjectsApi {
46327
46517
  /**
46328
46518
  * Objects service.
46329
46519
  * @module purecloud-platform-client-v2/api/ObjectsApi
46330
- * @version 225.0.0
46520
+ * @version 227.0.0
46331
46521
  */
46332
46522
 
46333
46523
  /**
@@ -46651,7 +46841,7 @@ class OperationalEventsApi {
46651
46841
  /**
46652
46842
  * OperationalEvents service.
46653
46843
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
46654
- * @version 225.0.0
46844
+ * @version 227.0.0
46655
46845
  */
46656
46846
 
46657
46847
  /**
@@ -46768,7 +46958,7 @@ class OrganizationApi {
46768
46958
  /**
46769
46959
  * Organization service.
46770
46960
  * @module purecloud-platform-client-v2/api/OrganizationApi
46771
- * @version 225.0.0
46961
+ * @version 227.0.0
46772
46962
  */
46773
46963
 
46774
46964
  /**
@@ -47243,7 +47433,7 @@ class OrganizationAuthorizationApi {
47243
47433
  /**
47244
47434
  * OrganizationAuthorization service.
47245
47435
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
47246
- * @version 225.0.0
47436
+ * @version 227.0.0
47247
47437
  */
47248
47438
 
47249
47439
  /**
@@ -48637,7 +48827,7 @@ class OutboundApi {
48637
48827
  /**
48638
48828
  * Outbound service.
48639
48829
  * @module purecloud-platform-client-v2/api/OutboundApi
48640
- * @version 225.0.0
48830
+ * @version 227.0.0
48641
48831
  */
48642
48832
 
48643
48833
  /**
@@ -53259,7 +53449,7 @@ class PresenceApi {
53259
53449
  /**
53260
53450
  * Presence service.
53261
53451
  * @module purecloud-platform-client-v2/api/PresenceApi
53262
- * @version 225.0.0
53452
+ * @version 227.0.0
53263
53453
  */
53264
53454
 
53265
53455
  /**
@@ -54003,7 +54193,7 @@ class ProcessAutomationApi {
54003
54193
  /**
54004
54194
  * ProcessAutomation service.
54005
54195
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
54006
- * @version 225.0.0
54196
+ * @version 227.0.0
54007
54197
  */
54008
54198
 
54009
54199
  /**
@@ -54242,7 +54432,7 @@ class QualityApi {
54242
54432
  /**
54243
54433
  * Quality service.
54244
54434
  * @module purecloud-platform-client-v2/api/QualityApi
54245
- * @version 225.0.0
54435
+ * @version 227.0.0
54246
54436
  */
54247
54437
 
54248
54438
  /**
@@ -56029,7 +56219,7 @@ class RecordingApi {
56029
56219
  /**
56030
56220
  * Recording service.
56031
56221
  * @module purecloud-platform-client-v2/api/RecordingApi
56032
- * @version 225.0.0
56222
+ * @version 227.0.0
56033
56223
  */
56034
56224
 
56035
56225
  /**
@@ -57634,7 +57824,7 @@ class ResponseManagementApi {
57634
57824
  /**
57635
57825
  * ResponseManagement service.
57636
57826
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
57637
- * @version 225.0.0
57827
+ * @version 227.0.0
57638
57828
  */
57639
57829
 
57640
57830
  /**
@@ -58144,7 +58334,7 @@ class RoutingApi {
58144
58334
  /**
58145
58335
  * Routing service.
58146
58336
  * @module purecloud-platform-client-v2/api/RoutingApi
58147
- * @version 225.0.0
58337
+ * @version 227.0.0
58148
58338
  */
58149
58339
 
58150
58340
  /**
@@ -59725,6 +59915,7 @@ class RoutingApi {
59725
59915
  * @param {Object} opts Optional parameters
59726
59916
  * @param {Number} opts.pageSize Page size (default to 25)
59727
59917
  * @param {Number} opts.pageNumber Page number (default to 1)
59918
+ * @param {String} opts.name Wrapup code's name (trailing asterisks allowed)
59728
59919
  */
59729
59920
  getRoutingQueueWrapupcodes(queueId, opts) {
59730
59921
  opts = opts || {};
@@ -59738,7 +59929,7 @@ class RoutingApi {
59738
59929
  '/api/v2/routing/queues/{queueId}/wrapupcodes',
59739
59930
  'GET',
59740
59931
  { 'queueId': queueId },
59741
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
59932
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'] },
59742
59933
  { },
59743
59934
  { },
59744
59935
  null,
@@ -62484,7 +62675,7 @@ class SCIMApi {
62484
62675
  /**
62485
62676
  * SCIM service.
62486
62677
  * @module purecloud-platform-client-v2/api/SCIMApi
62487
- * @version 225.0.0
62678
+ * @version 227.0.0
62488
62679
  */
62489
62680
 
62490
62681
  /**
@@ -63361,7 +63552,7 @@ class ScreenRecordingApi {
63361
63552
  /**
63362
63553
  * ScreenRecording service.
63363
63554
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
63364
- * @version 225.0.0
63555
+ * @version 227.0.0
63365
63556
  */
63366
63557
 
63367
63558
  /**
@@ -63406,7 +63597,7 @@ class ScriptsApi {
63406
63597
  /**
63407
63598
  * Scripts service.
63408
63599
  * @module purecloud-platform-client-v2/api/ScriptsApi
63409
- * @version 225.0.0
63600
+ * @version 227.0.0
63410
63601
  */
63411
63602
 
63412
63603
  /**
@@ -63882,7 +64073,7 @@ class SearchApi {
63882
64073
  /**
63883
64074
  * Search service.
63884
64075
  * @module purecloud-platform-client-v2/api/SearchApi
63885
- * @version 225.0.0
64076
+ * @version 227.0.0
63886
64077
  */
63887
64078
 
63888
64079
  /**
@@ -64625,7 +64816,7 @@ class SettingsApi {
64625
64816
  /**
64626
64817
  * Settings service.
64627
64818
  * @module purecloud-platform-client-v2/api/SettingsApi
64628
- * @version 225.0.0
64819
+ * @version 227.0.0
64629
64820
  */
64630
64821
 
64631
64822
  /**
@@ -64973,7 +65164,7 @@ class SocialMediaApi {
64973
65164
  /**
64974
65165
  * SocialMedia service.
64975
65166
  * @module purecloud-platform-client-v2/api/SocialMediaApi
64976
- * @version 225.0.0
65167
+ * @version 227.0.0
64977
65168
  */
64978
65169
 
64979
65170
  /**
@@ -66324,7 +66515,7 @@ class SpeechTextAnalyticsApi {
66324
66515
  /**
66325
66516
  * SpeechTextAnalytics service.
66326
66517
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
66327
- * @version 225.0.0
66518
+ * @version 227.0.0
66328
66519
  */
66329
66520
 
66330
66521
  /**
@@ -67813,7 +68004,7 @@ class StationsApi {
67813
68004
  /**
67814
68005
  * Stations service.
67815
68006
  * @module purecloud-platform-client-v2/api/StationsApi
67816
- * @version 225.0.0
68007
+ * @version 227.0.0
67817
68008
  */
67818
68009
 
67819
68010
  /**
@@ -67915,7 +68106,7 @@ class SuggestApi {
67915
68106
  /**
67916
68107
  * Suggest service.
67917
68108
  * @module purecloud-platform-client-v2/api/SuggestApi
67918
- * @version 225.0.0
68109
+ * @version 227.0.0
67919
68110
  */
67920
68111
 
67921
68112
  /**
@@ -68054,7 +68245,7 @@ class TaskManagementApi {
68054
68245
  /**
68055
68246
  * TaskManagement service.
68056
68247
  * @module purecloud-platform-client-v2/api/TaskManagementApi
68057
- * @version 225.0.0
68248
+ * @version 227.0.0
68058
68249
  */
68059
68250
 
68060
68251
  /**
@@ -70216,7 +70407,7 @@ class TeamsApi {
70216
70407
  /**
70217
70408
  * Teams service.
70218
70409
  * @module purecloud-platform-client-v2/api/TeamsApi
70219
- * @version 225.0.0
70410
+ * @version 227.0.0
70220
70411
  */
70221
70412
 
70222
70413
  /**
@@ -70521,7 +70712,7 @@ class TelephonyApi {
70521
70712
  /**
70522
70713
  * Telephony service.
70523
70714
  * @module purecloud-platform-client-v2/api/TelephonyApi
70524
- * @version 225.0.0
70715
+ * @version 227.0.0
70525
70716
  */
70526
70717
 
70527
70718
  /**
@@ -70703,7 +70894,7 @@ class TelephonyProvidersEdgeApi {
70703
70894
  /**
70704
70895
  * TelephonyProvidersEdge service.
70705
70896
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
70706
- * @version 225.0.0
70897
+ * @version 227.0.0
70707
70898
  */
70708
70899
 
70709
70900
  /**
@@ -74196,7 +74387,7 @@ class TextbotsApi {
74196
74387
  /**
74197
74388
  * Textbots service.
74198
74389
  * @module purecloud-platform-client-v2/api/TextbotsApi
74199
- * @version 225.0.0
74390
+ * @version 227.0.0
74200
74391
  */
74201
74392
 
74202
74393
  /**
@@ -74325,7 +74516,7 @@ class TokensApi {
74325
74516
  /**
74326
74517
  * Tokens service.
74327
74518
  * @module purecloud-platform-client-v2/api/TokensApi
74328
- * @version 225.0.0
74519
+ * @version 227.0.0
74329
74520
  */
74330
74521
 
74331
74522
  /**
@@ -74479,7 +74670,7 @@ class UploadsApi {
74479
74670
  /**
74480
74671
  * Uploads service.
74481
74672
  * @module purecloud-platform-client-v2/api/UploadsApi
74482
- * @version 225.0.0
74673
+ * @version 227.0.0
74483
74674
  */
74484
74675
 
74485
74676
  /**
@@ -74770,7 +74961,7 @@ class UsageApi {
74770
74961
  /**
74771
74962
  * Usage service.
74772
74963
  * @module purecloud-platform-client-v2/api/UsageApi
74773
- * @version 225.0.0
74964
+ * @version 227.0.0
74774
74965
  */
74775
74966
 
74776
74967
  /**
@@ -74985,7 +75176,7 @@ class UserRecordingsApi {
74985
75176
  /**
74986
75177
  * UserRecordings service.
74987
75178
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
74988
- * @version 225.0.0
75179
+ * @version 227.0.0
74989
75180
  */
74990
75181
 
74991
75182
  /**
@@ -75200,7 +75391,7 @@ class UsersApi {
75200
75391
  /**
75201
75392
  * Users service.
75202
75393
  * @module purecloud-platform-client-v2/api/UsersApi
75203
- * @version 225.0.0
75394
+ * @version 227.0.0
75204
75395
  */
75205
75396
 
75206
75397
  /**
@@ -78183,7 +78374,7 @@ class UtilitiesApi {
78183
78374
  /**
78184
78375
  * Utilities service.
78185
78376
  * @module purecloud-platform-client-v2/api/UtilitiesApi
78186
- * @version 225.0.0
78377
+ * @version 227.0.0
78187
78378
  */
78188
78379
 
78189
78380
  /**
@@ -78294,7 +78485,7 @@ class VoicemailApi {
78294
78485
  /**
78295
78486
  * Voicemail service.
78296
78487
  * @module purecloud-platform-client-v2/api/VoicemailApi
78297
- * @version 225.0.0
78488
+ * @version 227.0.0
78298
78489
  */
78299
78490
 
78300
78491
  /**
@@ -79016,7 +79207,7 @@ class WebChatApi {
79016
79207
  /**
79017
79208
  * WebChat service.
79018
79209
  * @module purecloud-platform-client-v2/api/WebChatApi
79019
- * @version 225.0.0
79210
+ * @version 227.0.0
79020
79211
  */
79021
79212
 
79022
79213
  /**
@@ -79576,7 +79767,7 @@ class WebDeploymentsApi {
79576
79767
  /**
79577
79768
  * WebDeployments service.
79578
79769
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
79579
- * @version 225.0.0
79770
+ * @version 227.0.0
79580
79771
  */
79581
79772
 
79582
79773
  /**
@@ -80158,7 +80349,7 @@ class WebMessagingApi {
80158
80349
  /**
80159
80350
  * WebMessaging service.
80160
80351
  * @module purecloud-platform-client-v2/api/WebMessagingApi
80161
- * @version 225.0.0
80352
+ * @version 227.0.0
80162
80353
  */
80163
80354
 
80164
80355
  /**
@@ -80204,7 +80395,7 @@ class WidgetsApi {
80204
80395
  /**
80205
80396
  * Widgets service.
80206
80397
  * @module purecloud-platform-client-v2/api/WidgetsApi
80207
- * @version 225.0.0
80398
+ * @version 227.0.0
80208
80399
  */
80209
80400
 
80210
80401
  /**
@@ -80355,7 +80546,7 @@ class WorkforceManagementApi {
80355
80546
  /**
80356
80547
  * WorkforceManagement service.
80357
80548
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
80358
- * @version 225.0.0
80549
+ * @version 227.0.0
80359
80550
  */
80360
80551
 
80361
80552
  /**
@@ -82925,27 +83116,6 @@ class WorkforceManagementApi {
82925
83116
  );
82926
83117
  }
82927
83118
 
82928
- /**
82929
- * Retrieves delete job status for historical data imports of the organization.
82930
- * Deprecated: Please use GET /workforcemanagement/historicaldata/bulk/remove/jobs instead.
82931
- * @deprecated
82932
- */
82933
- getWorkforcemanagementHistoricaldataDeletejob() {
82934
-
82935
- return this.apiClient.callApi(
82936
- '/api/v2/workforcemanagement/historicaldata/deletejob',
82937
- 'GET',
82938
- { },
82939
- { },
82940
- { },
82941
- { },
82942
- null,
82943
- ['PureCloud OAuth'],
82944
- ['application/json'],
82945
- ['application/json']
82946
- );
82947
- }
82948
-
82949
83119
  /**
82950
83120
  * Retrieves status of the historical data imports of the organization
82951
83121
  *
@@ -83849,6 +84019,31 @@ class WorkforceManagementApi {
83849
84019
  );
83850
84020
  }
83851
84021
 
84022
+ /**
84023
+ * Get a list of user schedule adherence records for the requested team
84024
+ *
84025
+ * @param {String} teamId The ID of the team
84026
+ */
84027
+ getWorkforcemanagementTeamAdherence(teamId) {
84028
+ // verify the required parameter 'teamId' is set
84029
+ if (teamId === undefined || teamId === null || teamId === '') {
84030
+ throw 'Missing the required parameter "teamId" when calling getWorkforcemanagementTeamAdherence';
84031
+ }
84032
+
84033
+ return this.apiClient.callApi(
84034
+ '/api/v2/workforcemanagement/teams/{teamId}/adherence',
84035
+ 'GET',
84036
+ { 'teamId': teamId },
84037
+ { },
84038
+ { },
84039
+ { },
84040
+ null,
84041
+ ['PureCloud OAuth'],
84042
+ ['application/json'],
84043
+ ['application/json']
84044
+ );
84045
+ }
84046
+
83852
84047
  /**
83853
84048
  * Query the results of time off types job
83854
84049
  *
@@ -86557,27 +86752,6 @@ class WorkforceManagementApi {
86557
86752
  );
86558
86753
  }
86559
86754
 
86560
- /**
86561
- * Delete the entries of the historical data imports in the organization.
86562
- * Deprecated: Please use POST /workforcemanagement/historicaldata/bulk/remove/jobs instead.
86563
- * @deprecated
86564
- */
86565
- postWorkforcemanagementHistoricaldataDeletejob() {
86566
-
86567
- return this.apiClient.callApi(
86568
- '/api/v2/workforcemanagement/historicaldata/deletejob',
86569
- 'POST',
86570
- { },
86571
- { },
86572
- { },
86573
- { },
86574
- null,
86575
- ['PureCloud OAuth'],
86576
- ['application/json'],
86577
- ['application/json']
86578
- );
86579
- }
86580
-
86581
86755
  /**
86582
86756
  * Trigger validation process for historical import
86583
86757
  *
@@ -87854,7 +88028,7 @@ class WorkforceManagementApi {
87854
88028
  * </pre>
87855
88029
  * </p>
87856
88030
  * @module purecloud-platform-client-v2/index
87857
- * @version 225.0.0
88031
+ * @version 227.0.0
87858
88032
  */
87859
88033
  class platformClient {
87860
88034
  constructor() {