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
@@ -743,7 +743,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
743
743
 
744
744
  /**
745
745
  * @module purecloud-platform-client-v2/ApiClient
746
- * @version 225.0.0
746
+ * @version 227.0.0
747
747
  */
748
748
  class ApiClient {
749
749
  /**
@@ -2287,7 +2287,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2287
2287
  /**
2288
2288
  * AIStudio service.
2289
2289
  * @module purecloud-platform-client-v2/api/AIStudioApi
2290
- * @version 225.0.0
2290
+ * @version 227.0.0
2291
2291
  */
2292
2292
 
2293
2293
  /**
@@ -2669,7 +2669,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2669
2669
  /**
2670
2670
  * AgentAssistants service.
2671
2671
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
2672
- * @version 225.0.0
2672
+ * @version 227.0.0
2673
2673
  */
2674
2674
 
2675
2675
  /**
@@ -3046,7 +3046,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3046
3046
  /**
3047
3047
  * AgentCopilot service.
3048
3048
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
3049
- * @version 225.0.0
3049
+ * @version 227.0.0
3050
3050
  */
3051
3051
 
3052
3052
  /**
@@ -3122,7 +3122,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3122
3122
  /**
3123
3123
  * AgentUI service.
3124
3124
  * @module purecloud-platform-client-v2/api/AgentUIApi
3125
- * @version 225.0.0
3125
+ * @version 227.0.0
3126
3126
  */
3127
3127
 
3128
3128
  /**
@@ -3253,7 +3253,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3253
3253
  /**
3254
3254
  * Alerting service.
3255
3255
  * @module purecloud-platform-client-v2/api/AlertingApi
3256
- * @version 225.0.0
3256
+ * @version 227.0.0
3257
3257
  */
3258
3258
 
3259
3259
  /**
@@ -3654,7 +3654,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3654
3654
  /**
3655
3655
  * Analytics service.
3656
3656
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3657
- * @version 225.0.0
3657
+ * @version 227.0.0
3658
3658
  */
3659
3659
 
3660
3660
  /**
@@ -6475,7 +6475,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6475
6475
  /**
6476
6476
  * Architect service.
6477
6477
  * @module purecloud-platform-client-v2/api/ArchitectApi
6478
- * @version 225.0.0
6478
+ * @version 227.0.0
6479
6479
  */
6480
6480
 
6481
6481
  /**
@@ -10770,7 +10770,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10770
10770
  /**
10771
10771
  * Audit service.
10772
10772
  * @module purecloud-platform-client-v2/api/AuditApi
10773
- * @version 225.0.0
10773
+ * @version 227.0.0
10774
10774
  */
10775
10775
 
10776
10776
  /**
@@ -10971,7 +10971,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10971
10971
  /**
10972
10972
  * Authorization service.
10973
10973
  * @module purecloud-platform-client-v2/api/AuthorizationApi
10974
- * @version 225.0.0
10974
+ * @version 227.0.0
10975
10975
  */
10976
10976
 
10977
10977
  /**
@@ -12686,7 +12686,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12686
12686
  /**
12687
12687
  * Billing service.
12688
12688
  * @module purecloud-platform-client-v2/api/BillingApi
12689
- * @version 225.0.0
12689
+ * @version 227.0.0
12690
12690
  */
12691
12691
 
12692
12692
  /**
@@ -12942,7 +12942,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12942
12942
  /**
12943
12943
  * BusinessRules service.
12944
12944
  * @module purecloud-platform-client-v2/api/BusinessRulesApi
12945
- * @version 225.0.0
12945
+ * @version 227.0.0
12946
12946
  */
12947
12947
 
12948
12948
  /**
@@ -13900,7 +13900,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13900
13900
  /**
13901
13901
  * CarrierServices service.
13902
13902
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
13903
- * @version 225.0.0
13903
+ * @version 227.0.0
13904
13904
  */
13905
13905
 
13906
13906
  /**
@@ -13970,7 +13970,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13970
13970
  /**
13971
13971
  * Chat service.
13972
13972
  * @module purecloud-platform-client-v2/api/ChatApi
13973
- * @version 225.0.0
13973
+ * @version 227.0.0
13974
13974
  */
13975
13975
 
13976
13976
  /**
@@ -14135,6 +14135,26 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14135
14135
  );
14136
14136
  }
14137
14137
 
14138
+ /**
14139
+ * Delete a user's chat settings
14140
+ *
14141
+ */
14142
+ deleteChatsUsersMeSettings() {
14143
+
14144
+ return this.apiClient.callApi(
14145
+ '/api/v2/chats/users/me/settings',
14146
+ 'DELETE',
14147
+ { },
14148
+ { },
14149
+ { },
14150
+ { },
14151
+ null,
14152
+ ['PureCloud OAuth'],
14153
+ ['application/json'],
14154
+ ['application/json']
14155
+ );
14156
+ }
14157
+
14138
14158
  /**
14139
14159
  * Get a message
14140
14160
  *
@@ -14842,6 +14862,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14842
14862
  );
14843
14863
  }
14844
14864
 
14865
+ /**
14866
+ * Create a user's chat settings
14867
+ *
14868
+ * @param {Object} body
14869
+ */
14870
+ postChatsUsersMeSettings(body) {
14871
+ // verify the required parameter 'body' is set
14872
+ if (body === undefined || body === null) {
14873
+ throw 'Missing the required parameter "body" when calling postChatsUsersMeSettings';
14874
+ }
14875
+
14876
+ return this.apiClient.callApi(
14877
+ '/api/v2/chats/users/me/settings',
14878
+ 'POST',
14879
+ { },
14880
+ { },
14881
+ { },
14882
+ { },
14883
+ body,
14884
+ ['PureCloud OAuth'],
14885
+ ['application/json'],
14886
+ ['application/json']
14887
+ );
14888
+ }
14889
+
14845
14890
  /**
14846
14891
  * Update reactions to a message
14847
14892
  *
@@ -14903,7 +14948,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14903
14948
  /**
14904
14949
  * Coaching service.
14905
14950
  * @module purecloud-platform-client-v2/api/CoachingApi
14906
- * @version 225.0.0
14951
+ * @version 227.0.0
14907
14952
  */
14908
14953
 
14909
14954
  /**
@@ -15480,7 +15525,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15480
15525
  /**
15481
15526
  * ContentManagement service.
15482
15527
  * @module purecloud-platform-client-v2/api/ContentManagementApi
15483
- * @version 225.0.0
15528
+ * @version 227.0.0
15484
15529
  */
15485
15530
 
15486
15531
  /**
@@ -16561,7 +16606,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
16561
16606
  /**
16562
16607
  * Conversations service.
16563
16608
  * @module purecloud-platform-client-v2/api/ConversationsApi
16564
- * @version 225.0.0
16609
+ * @version 227.0.0
16565
16610
  */
16566
16611
 
16567
16612
  /**
@@ -21690,6 +21735,42 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21690
21735
  );
21691
21736
  }
21692
21737
 
21738
+ /**
21739
+ * Replace this participant with the an external contact
21740
+ *
21741
+ * @param {String} conversationId conversation ID
21742
+ * @param {String} participantId participant ID
21743
+ * @param {Object} body Transfer request
21744
+ * postConversationParticipantReplaceContactExternal is a preview method and is subject to both breaking and non-breaking changes at any time without notice
21745
+ */
21746
+ postConversationParticipantReplaceContactExternal(conversationId, participantId, body) {
21747
+ // verify the required parameter 'conversationId' is set
21748
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
21749
+ throw 'Missing the required parameter "conversationId" when calling postConversationParticipantReplaceContactExternal';
21750
+ }
21751
+ // verify the required parameter 'participantId' is set
21752
+ if (participantId === undefined || participantId === null || participantId === '') {
21753
+ throw 'Missing the required parameter "participantId" when calling postConversationParticipantReplaceContactExternal';
21754
+ }
21755
+ // verify the required parameter 'body' is set
21756
+ if (body === undefined || body === null) {
21757
+ throw 'Missing the required parameter "body" when calling postConversationParticipantReplaceContactExternal';
21758
+ }
21759
+
21760
+ return this.apiClient.callApi(
21761
+ '/api/v2/conversations/{conversationId}/participants/{participantId}/replace/contact/external',
21762
+ 'POST',
21763
+ { 'conversationId': conversationId,'participantId': participantId },
21764
+ { },
21765
+ { },
21766
+ { },
21767
+ body,
21768
+ ['PureCloud OAuth'],
21769
+ ['application/json'],
21770
+ ['application/json']
21771
+ );
21772
+ }
21773
+
21693
21774
  /**
21694
21775
  * Replace this participant with the an external contact
21695
21776
  *
@@ -21794,6 +21875,42 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21794
21875
  );
21795
21876
  }
21796
21877
 
21878
+ /**
21879
+ * Replace this participant by another one using the address of the destination.
21880
+ *
21881
+ * @param {String} conversationId conversation ID
21882
+ * @param {String} participantId participant ID
21883
+ * @param {Object} body Transfer request
21884
+ * postConversationParticipantTransfer is a preview method and is subject to both breaking and non-breaking changes at any time without notice
21885
+ */
21886
+ postConversationParticipantTransfer(conversationId, participantId, body) {
21887
+ // verify the required parameter 'conversationId' is set
21888
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
21889
+ throw 'Missing the required parameter "conversationId" when calling postConversationParticipantTransfer';
21890
+ }
21891
+ // verify the required parameter 'participantId' is set
21892
+ if (participantId === undefined || participantId === null || participantId === '') {
21893
+ throw 'Missing the required parameter "participantId" when calling postConversationParticipantTransfer';
21894
+ }
21895
+ // verify the required parameter 'body' is set
21896
+ if (body === undefined || body === null) {
21897
+ throw 'Missing the required parameter "body" when calling postConversationParticipantTransfer';
21898
+ }
21899
+
21900
+ return this.apiClient.callApi(
21901
+ '/api/v2/conversations/{conversationId}/participants/{participantId}/transfer',
21902
+ 'POST',
21903
+ { 'conversationId': conversationId,'participantId': participantId },
21904
+ { },
21905
+ { },
21906
+ { },
21907
+ body,
21908
+ ['PureCloud OAuth'],
21909
+ ['application/json'],
21910
+ ['application/json']
21911
+ );
21912
+ }
21913
+
21797
21914
  /**
21798
21915
  * Save an engagement on the suggestion.
21799
21916
  *
@@ -22093,6 +22210,42 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22093
22210
  );
22094
22211
  }
22095
22212
 
22213
+ /**
22214
+ * Initiate a consult transfer to an external contact
22215
+ *
22216
+ * @param {String} conversationId conversationId
22217
+ * @param {String} participantId participantId
22218
+ * @param {Object} body Destination address and initial speak to
22219
+ * postConversationsCallParticipantConsultContactExternal is a preview method and is subject to both breaking and non-breaking changes at any time without notice
22220
+ */
22221
+ postConversationsCallParticipantConsultContactExternal(conversationId, participantId, body) {
22222
+ // verify the required parameter 'conversationId' is set
22223
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
22224
+ throw 'Missing the required parameter "conversationId" when calling postConversationsCallParticipantConsultContactExternal';
22225
+ }
22226
+ // verify the required parameter 'participantId' is set
22227
+ if (participantId === undefined || participantId === null || participantId === '') {
22228
+ throw 'Missing the required parameter "participantId" when calling postConversationsCallParticipantConsultContactExternal';
22229
+ }
22230
+ // verify the required parameter 'body' is set
22231
+ if (body === undefined || body === null) {
22232
+ throw 'Missing the required parameter "body" when calling postConversationsCallParticipantConsultContactExternal';
22233
+ }
22234
+
22235
+ return this.apiClient.callApi(
22236
+ '/api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult/contact/external',
22237
+ 'POST',
22238
+ { 'conversationId': conversationId,'participantId': participantId },
22239
+ { },
22240
+ { },
22241
+ { },
22242
+ body,
22243
+ ['PureCloud OAuth'],
22244
+ ['application/json'],
22245
+ ['application/json']
22246
+ );
22247
+ }
22248
+
22096
22249
  /**
22097
22250
  * Initiate a consult transfer to an external contact
22098
22251
  *
@@ -22228,6 +22381,42 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22228
22381
  );
22229
22382
  }
22230
22383
 
22384
+ /**
22385
+ * Initiate voice consult transfer
22386
+ *
22387
+ * @param {String} conversationId conversationId
22388
+ * @param {String} participantId participantId
22389
+ * @param {Object} body Destination address and initial speak to
22390
+ * postConversationsCallParticipantVoiceConsult is a preview method and is subject to both breaking and non-breaking changes at any time without notice
22391
+ */
22392
+ postConversationsCallParticipantVoiceConsult(conversationId, participantId, body) {
22393
+ // verify the required parameter 'conversationId' is set
22394
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
22395
+ throw 'Missing the required parameter "conversationId" when calling postConversationsCallParticipantVoiceConsult';
22396
+ }
22397
+ // verify the required parameter 'participantId' is set
22398
+ if (participantId === undefined || participantId === null || participantId === '') {
22399
+ throw 'Missing the required parameter "participantId" when calling postConversationsCallParticipantVoiceConsult';
22400
+ }
22401
+ // verify the required parameter 'body' is set
22402
+ if (body === undefined || body === null) {
22403
+ throw 'Missing the required parameter "body" when calling postConversationsCallParticipantVoiceConsult';
22404
+ }
22405
+
22406
+ return this.apiClient.callApi(
22407
+ '/api/v2/conversations/calls/{conversationId}/participants/{participantId}/voice/consult',
22408
+ 'POST',
22409
+ { 'conversationId': conversationId,'participantId': participantId },
22410
+ { },
22411
+ { },
22412
+ { },
22413
+ body,
22414
+ ['PureCloud OAuth'],
22415
+ ['application/json'],
22416
+ ['application/json']
22417
+ );
22418
+ }
22419
+
22231
22420
  /**
22232
22421
  * Add participants to a conversation
22233
22422
  *
@@ -24629,7 +24818,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24629
24818
  /**
24630
24819
  * DataExtensions service.
24631
24820
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
24632
- * @version 225.0.0
24821
+ * @version 227.0.0
24633
24822
  */
24634
24823
 
24635
24824
  /**
@@ -24715,7 +24904,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24715
24904
  /**
24716
24905
  * DataPrivacy service.
24717
24906
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
24718
- * @version 225.0.0
24907
+ * @version 227.0.0
24719
24908
  */
24720
24909
 
24721
24910
  /**
@@ -24885,7 +25074,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24885
25074
  /**
24886
25075
  * Downloads service.
24887
25076
  * @module purecloud-platform-client-v2/api/DownloadsApi
24888
- * @version 225.0.0
25077
+ * @version 227.0.0
24889
25078
  */
24890
25079
 
24891
25080
  /**
@@ -24937,7 +25126,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24937
25126
  /**
24938
25127
  * Emails service.
24939
25128
  * @module purecloud-platform-client-v2/api/EmailsApi
24940
- * @version 225.0.0
25129
+ * @version 227.0.0
24941
25130
  */
24942
25131
 
24943
25132
  /**
@@ -25066,7 +25255,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25066
25255
  /**
25067
25256
  * EmployeeEngagement service.
25068
25257
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
25069
- * @version 225.0.0
25258
+ * @version 227.0.0
25070
25259
  */
25071
25260
 
25072
25261
  /**
@@ -25217,7 +25406,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25217
25406
  /**
25218
25407
  * Events service.
25219
25408
  * @module purecloud-platform-client-v2/api/EventsApi
25220
- * @version 225.0.0
25409
+ * @version 227.0.0
25221
25410
  */
25222
25411
 
25223
25412
  /**
@@ -25313,7 +25502,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25313
25502
  /**
25314
25503
  * ExternalContacts service.
25315
25504
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
25316
- * @version 225.0.0
25505
+ * @version 227.0.0
25317
25506
  */
25318
25507
 
25319
25508
  /**
@@ -28501,7 +28690,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28501
28690
  /**
28502
28691
  * Fax service.
28503
28692
  * @module purecloud-platform-client-v2/api/FaxApi
28504
- * @version 225.0.0
28693
+ * @version 227.0.0
28505
28694
  */
28506
28695
 
28507
28696
  /**
@@ -28716,7 +28905,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28716
28905
  /**
28717
28906
  * Flows service.
28718
28907
  * @module purecloud-platform-client-v2/api/FlowsApi
28719
- * @version 225.0.0
28908
+ * @version 227.0.0
28720
28909
  */
28721
28910
 
28722
28911
  /**
@@ -28899,7 +29088,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28899
29088
  /**
28900
29089
  * Gamification service.
28901
29090
  * @module purecloud-platform-client-v2/api/GamificationApi
28902
- * @version 225.0.0
29091
+ * @version 227.0.0
28903
29092
  */
28904
29093
 
28905
29094
  /**
@@ -31406,7 +31595,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31406
31595
  /**
31407
31596
  * GeneralDataProtectionRegulation service.
31408
31597
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
31409
- * @version 225.0.0
31598
+ * @version 227.0.0
31410
31599
  */
31411
31600
 
31412
31601
  /**
@@ -31536,7 +31725,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31536
31725
  /**
31537
31726
  * Geolocation service.
31538
31727
  * @module purecloud-platform-client-v2/api/GeolocationApi
31539
- * @version 225.0.0
31728
+ * @version 227.0.0
31540
31729
  */
31541
31730
 
31542
31731
  /**
@@ -31667,7 +31856,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31667
31856
  /**
31668
31857
  * Greetings service.
31669
31858
  * @module purecloud-platform-client-v2/api/GreetingsApi
31670
- * @version 225.0.0
31859
+ * @version 227.0.0
31671
31860
  */
31672
31861
 
31673
31862
  /**
@@ -32209,7 +32398,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32209
32398
  /**
32210
32399
  * Groups service.
32211
32400
  * @module purecloud-platform-client-v2/api/GroupsApi
32212
- * @version 225.0.0
32401
+ * @version 227.0.0
32213
32402
  */
32214
32403
 
32215
32404
  /**
@@ -32728,7 +32917,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32728
32917
  /**
32729
32918
  * IdentityProvider service.
32730
32919
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
32731
- * @version 225.0.0
32920
+ * @version 227.0.0
32732
32921
  */
32733
32922
 
32734
32923
  /**
@@ -33589,7 +33778,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33589
33778
  /**
33590
33779
  * InfrastructureAsCode service.
33591
33780
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
33592
- * @version 225.0.0
33781
+ * @version 227.0.0
33593
33782
  */
33594
33783
 
33595
33784
  /**
@@ -33756,7 +33945,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33756
33945
  /**
33757
33946
  * Integrations service.
33758
33947
  * @module purecloud-platform-client-v2/api/IntegrationsApi
33759
- * @version 225.0.0
33948
+ * @version 227.0.0
33760
33949
  */
33761
33950
 
33762
33951
  /**
@@ -34694,10 +34883,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34694
34883
 
34695
34884
  /**
34696
34885
  * List multiple sets of credentials
34697
- *
34886
+ * This endpoint is deprecated. Please see the Listing API (GET /api/v2/integrations/credentials/listing)
34698
34887
  * @param {Object} opts Optional parameters
34699
34888
  * @param {Number} opts.pageNumber Page number (default to 1)
34700
34889
  * @param {Number} opts.pageSize Page size (default to 25)
34890
+ * @deprecated
34701
34891
  */
34702
34892
  getIntegrationsCredentials(opts) {
34703
34893
  opts = opts || {};
@@ -36400,7 +36590,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36400
36590
  /**
36401
36591
  * Journey service.
36402
36592
  * @module purecloud-platform-client-v2/api/JourneyApi
36403
- * @version 225.0.0
36593
+ * @version 227.0.0
36404
36594
  */
36405
36595
 
36406
36596
  /**
@@ -38385,7 +38575,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38385
38575
  /**
38386
38576
  * Knowledge service.
38387
38577
  * @module purecloud-platform-client-v2/api/KnowledgeApi
38388
- * @version 225.0.0
38578
+ * @version 227.0.0
38389
38579
  */
38390
38580
 
38391
38581
  /**
@@ -42258,7 +42448,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42258
42448
  /**
42259
42449
  * LanguageUnderstanding service.
42260
42450
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
42261
- * @version 225.0.0
42451
+ * @version 227.0.0
42262
42452
  */
42263
42453
 
42264
42454
  /**
@@ -43291,7 +43481,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43291
43481
  /**
43292
43482
  * Languages service.
43293
43483
  * @module purecloud-platform-client-v2/api/LanguagesApi
43294
- * @version 225.0.0
43484
+ * @version 227.0.0
43295
43485
  */
43296
43486
 
43297
43487
  /**
@@ -43513,7 +43703,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43513
43703
  /**
43514
43704
  * Learning service.
43515
43705
  * @module purecloud-platform-client-v2/api/LearningApi
43516
- * @version 225.0.0
43706
+ * @version 227.0.0
43517
43707
  */
43518
43708
 
43519
43709
  /**
@@ -44542,7 +44732,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44542
44732
  /**
44543
44733
  * License service.
44544
44734
  * @module purecloud-platform-client-v2/api/LicenseApi
44545
- * @version 225.0.0
44735
+ * @version 227.0.0
44546
44736
  */
44547
44737
 
44548
44738
  /**
@@ -44780,7 +44970,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44780
44970
  /**
44781
44971
  * Locations service.
44782
44972
  * @module purecloud-platform-client-v2/api/LocationsApi
44783
- * @version 225.0.0
44973
+ * @version 227.0.0
44784
44974
  */
44785
44975
 
44786
44976
  /**
@@ -45016,7 +45206,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45016
45206
  /**
45017
45207
  * LogCapture service.
45018
45208
  * @module purecloud-platform-client-v2/api/LogCaptureApi
45019
- * @version 225.0.0
45209
+ * @version 227.0.0
45020
45210
  */
45021
45211
 
45022
45212
  /**
@@ -45215,7 +45405,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45215
45405
  /**
45216
45406
  * Messaging service.
45217
45407
  * @module purecloud-platform-client-v2/api/MessagingApi
45218
- * @version 225.0.0
45408
+ * @version 227.0.0
45219
45409
  */
45220
45410
 
45221
45411
  /**
@@ -45574,7 +45764,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45574
45764
  /**
45575
45765
  * MobileDevices service.
45576
45766
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
45577
- * @version 225.0.0
45767
+ * @version 227.0.0
45578
45768
  */
45579
45769
 
45580
45770
  /**
@@ -45725,7 +45915,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45725
45915
  /**
45726
45916
  * Notifications service.
45727
45917
  * @module purecloud-platform-client-v2/api/NotificationsApi
45728
- * @version 225.0.0
45918
+ * @version 227.0.0
45729
45919
  */
45730
45920
 
45731
45921
  /**
@@ -45958,7 +46148,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45958
46148
  /**
45959
46149
  * OAuth service.
45960
46150
  * @module purecloud-platform-client-v2/api/OAuthApi
45961
- * @version 225.0.0
46151
+ * @version 227.0.0
45962
46152
  */
45963
46153
 
45964
46154
  /**
@@ -46324,7 +46514,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46324
46514
  /**
46325
46515
  * Objects service.
46326
46516
  * @module purecloud-platform-client-v2/api/ObjectsApi
46327
- * @version 225.0.0
46517
+ * @version 227.0.0
46328
46518
  */
46329
46519
 
46330
46520
  /**
@@ -46648,7 +46838,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46648
46838
  /**
46649
46839
  * OperationalEvents service.
46650
46840
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
46651
- * @version 225.0.0
46841
+ * @version 227.0.0
46652
46842
  */
46653
46843
 
46654
46844
  /**
@@ -46765,7 +46955,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46765
46955
  /**
46766
46956
  * Organization service.
46767
46957
  * @module purecloud-platform-client-v2/api/OrganizationApi
46768
- * @version 225.0.0
46958
+ * @version 227.0.0
46769
46959
  */
46770
46960
 
46771
46961
  /**
@@ -47240,7 +47430,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47240
47430
  /**
47241
47431
  * OrganizationAuthorization service.
47242
47432
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
47243
- * @version 225.0.0
47433
+ * @version 227.0.0
47244
47434
  */
47245
47435
 
47246
47436
  /**
@@ -48634,7 +48824,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48634
48824
  /**
48635
48825
  * Outbound service.
48636
48826
  * @module purecloud-platform-client-v2/api/OutboundApi
48637
- * @version 225.0.0
48827
+ * @version 227.0.0
48638
48828
  */
48639
48829
 
48640
48830
  /**
@@ -53256,7 +53446,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53256
53446
  /**
53257
53447
  * Presence service.
53258
53448
  * @module purecloud-platform-client-v2/api/PresenceApi
53259
- * @version 225.0.0
53449
+ * @version 227.0.0
53260
53450
  */
53261
53451
 
53262
53452
  /**
@@ -54000,7 +54190,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54000
54190
  /**
54001
54191
  * ProcessAutomation service.
54002
54192
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
54003
- * @version 225.0.0
54193
+ * @version 227.0.0
54004
54194
  */
54005
54195
 
54006
54196
  /**
@@ -54239,7 +54429,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54239
54429
  /**
54240
54430
  * Quality service.
54241
54431
  * @module purecloud-platform-client-v2/api/QualityApi
54242
- * @version 225.0.0
54432
+ * @version 227.0.0
54243
54433
  */
54244
54434
 
54245
54435
  /**
@@ -56026,7 +56216,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56026
56216
  /**
56027
56217
  * Recording service.
56028
56218
  * @module purecloud-platform-client-v2/api/RecordingApi
56029
- * @version 225.0.0
56219
+ * @version 227.0.0
56030
56220
  */
56031
56221
 
56032
56222
  /**
@@ -57631,7 +57821,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57631
57821
  /**
57632
57822
  * ResponseManagement service.
57633
57823
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
57634
- * @version 225.0.0
57824
+ * @version 227.0.0
57635
57825
  */
57636
57826
 
57637
57827
  /**
@@ -58141,7 +58331,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58141
58331
  /**
58142
58332
  * Routing service.
58143
58333
  * @module purecloud-platform-client-v2/api/RoutingApi
58144
- * @version 225.0.0
58334
+ * @version 227.0.0
58145
58335
  */
58146
58336
 
58147
58337
  /**
@@ -59722,6 +59912,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59722
59912
  * @param {Object} opts Optional parameters
59723
59913
  * @param {Number} opts.pageSize Page size (default to 25)
59724
59914
  * @param {Number} opts.pageNumber Page number (default to 1)
59915
+ * @param {String} opts.name Wrapup code's name (trailing asterisks allowed)
59725
59916
  */
59726
59917
  getRoutingQueueWrapupcodes(queueId, opts) {
59727
59918
  opts = opts || {};
@@ -59735,7 +59926,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59735
59926
  '/api/v2/routing/queues/{queueId}/wrapupcodes',
59736
59927
  'GET',
59737
59928
  { 'queueId': queueId },
59738
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
59929
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'] },
59739
59930
  { },
59740
59931
  { },
59741
59932
  null,
@@ -62481,7 +62672,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62481
62672
  /**
62482
62673
  * SCIM service.
62483
62674
  * @module purecloud-platform-client-v2/api/SCIMApi
62484
- * @version 225.0.0
62675
+ * @version 227.0.0
62485
62676
  */
62486
62677
 
62487
62678
  /**
@@ -63358,7 +63549,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63358
63549
  /**
63359
63550
  * ScreenRecording service.
63360
63551
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
63361
- * @version 225.0.0
63552
+ * @version 227.0.0
63362
63553
  */
63363
63554
 
63364
63555
  /**
@@ -63403,7 +63594,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63403
63594
  /**
63404
63595
  * Scripts service.
63405
63596
  * @module purecloud-platform-client-v2/api/ScriptsApi
63406
- * @version 225.0.0
63597
+ * @version 227.0.0
63407
63598
  */
63408
63599
 
63409
63600
  /**
@@ -63879,7 +64070,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63879
64070
  /**
63880
64071
  * Search service.
63881
64072
  * @module purecloud-platform-client-v2/api/SearchApi
63882
- * @version 225.0.0
64073
+ * @version 227.0.0
63883
64074
  */
63884
64075
 
63885
64076
  /**
@@ -64622,7 +64813,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64622
64813
  /**
64623
64814
  * Settings service.
64624
64815
  * @module purecloud-platform-client-v2/api/SettingsApi
64625
- * @version 225.0.0
64816
+ * @version 227.0.0
64626
64817
  */
64627
64818
 
64628
64819
  /**
@@ -64970,7 +65161,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64970
65161
  /**
64971
65162
  * SocialMedia service.
64972
65163
  * @module purecloud-platform-client-v2/api/SocialMediaApi
64973
- * @version 225.0.0
65164
+ * @version 227.0.0
64974
65165
  */
64975
65166
 
64976
65167
  /**
@@ -66321,7 +66512,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66321
66512
  /**
66322
66513
  * SpeechTextAnalytics service.
66323
66514
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
66324
- * @version 225.0.0
66515
+ * @version 227.0.0
66325
66516
  */
66326
66517
 
66327
66518
  /**
@@ -67810,7 +68001,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67810
68001
  /**
67811
68002
  * Stations service.
67812
68003
  * @module purecloud-platform-client-v2/api/StationsApi
67813
- * @version 225.0.0
68004
+ * @version 227.0.0
67814
68005
  */
67815
68006
 
67816
68007
  /**
@@ -67912,7 +68103,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67912
68103
  /**
67913
68104
  * Suggest service.
67914
68105
  * @module purecloud-platform-client-v2/api/SuggestApi
67915
- * @version 225.0.0
68106
+ * @version 227.0.0
67916
68107
  */
67917
68108
 
67918
68109
  /**
@@ -68051,7 +68242,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68051
68242
  /**
68052
68243
  * TaskManagement service.
68053
68244
  * @module purecloud-platform-client-v2/api/TaskManagementApi
68054
- * @version 225.0.0
68245
+ * @version 227.0.0
68055
68246
  */
68056
68247
 
68057
68248
  /**
@@ -70213,7 +70404,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70213
70404
  /**
70214
70405
  * Teams service.
70215
70406
  * @module purecloud-platform-client-v2/api/TeamsApi
70216
- * @version 225.0.0
70407
+ * @version 227.0.0
70217
70408
  */
70218
70409
 
70219
70410
  /**
@@ -70518,7 +70709,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70518
70709
  /**
70519
70710
  * Telephony service.
70520
70711
  * @module purecloud-platform-client-v2/api/TelephonyApi
70521
- * @version 225.0.0
70712
+ * @version 227.0.0
70522
70713
  */
70523
70714
 
70524
70715
  /**
@@ -70700,7 +70891,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70700
70891
  /**
70701
70892
  * TelephonyProvidersEdge service.
70702
70893
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
70703
- * @version 225.0.0
70894
+ * @version 227.0.0
70704
70895
  */
70705
70896
 
70706
70897
  /**
@@ -74193,7 +74384,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
74193
74384
  /**
74194
74385
  * Textbots service.
74195
74386
  * @module purecloud-platform-client-v2/api/TextbotsApi
74196
- * @version 225.0.0
74387
+ * @version 227.0.0
74197
74388
  */
74198
74389
 
74199
74390
  /**
@@ -74322,7 +74513,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
74322
74513
  /**
74323
74514
  * Tokens service.
74324
74515
  * @module purecloud-platform-client-v2/api/TokensApi
74325
- * @version 225.0.0
74516
+ * @version 227.0.0
74326
74517
  */
74327
74518
 
74328
74519
  /**
@@ -74476,7 +74667,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
74476
74667
  /**
74477
74668
  * Uploads service.
74478
74669
  * @module purecloud-platform-client-v2/api/UploadsApi
74479
- * @version 225.0.0
74670
+ * @version 227.0.0
74480
74671
  */
74481
74672
 
74482
74673
  /**
@@ -74767,7 +74958,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
74767
74958
  /**
74768
74959
  * Usage service.
74769
74960
  * @module purecloud-platform-client-v2/api/UsageApi
74770
- * @version 225.0.0
74961
+ * @version 227.0.0
74771
74962
  */
74772
74963
 
74773
74964
  /**
@@ -74982,7 +75173,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
74982
75173
  /**
74983
75174
  * UserRecordings service.
74984
75175
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
74985
- * @version 225.0.0
75176
+ * @version 227.0.0
74986
75177
  */
74987
75178
 
74988
75179
  /**
@@ -75197,7 +75388,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
75197
75388
  /**
75198
75389
  * Users service.
75199
75390
  * @module purecloud-platform-client-v2/api/UsersApi
75200
- * @version 225.0.0
75391
+ * @version 227.0.0
75201
75392
  */
75202
75393
 
75203
75394
  /**
@@ -78180,7 +78371,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
78180
78371
  /**
78181
78372
  * Utilities service.
78182
78373
  * @module purecloud-platform-client-v2/api/UtilitiesApi
78183
- * @version 225.0.0
78374
+ * @version 227.0.0
78184
78375
  */
78185
78376
 
78186
78377
  /**
@@ -78291,7 +78482,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
78291
78482
  /**
78292
78483
  * Voicemail service.
78293
78484
  * @module purecloud-platform-client-v2/api/VoicemailApi
78294
- * @version 225.0.0
78485
+ * @version 227.0.0
78295
78486
  */
78296
78487
 
78297
78488
  /**
@@ -79013,7 +79204,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
79013
79204
  /**
79014
79205
  * WebChat service.
79015
79206
  * @module purecloud-platform-client-v2/api/WebChatApi
79016
- * @version 225.0.0
79207
+ * @version 227.0.0
79017
79208
  */
79018
79209
 
79019
79210
  /**
@@ -79573,7 +79764,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
79573
79764
  /**
79574
79765
  * WebDeployments service.
79575
79766
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
79576
- * @version 225.0.0
79767
+ * @version 227.0.0
79577
79768
  */
79578
79769
 
79579
79770
  /**
@@ -80155,7 +80346,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
80155
80346
  /**
80156
80347
  * WebMessaging service.
80157
80348
  * @module purecloud-platform-client-v2/api/WebMessagingApi
80158
- * @version 225.0.0
80349
+ * @version 227.0.0
80159
80350
  */
80160
80351
 
80161
80352
  /**
@@ -80201,7 +80392,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
80201
80392
  /**
80202
80393
  * Widgets service.
80203
80394
  * @module purecloud-platform-client-v2/api/WidgetsApi
80204
- * @version 225.0.0
80395
+ * @version 227.0.0
80205
80396
  */
80206
80397
 
80207
80398
  /**
@@ -80352,7 +80543,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
80352
80543
  /**
80353
80544
  * WorkforceManagement service.
80354
80545
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
80355
- * @version 225.0.0
80546
+ * @version 227.0.0
80356
80547
  */
80357
80548
 
80358
80549
  /**
@@ -82922,27 +83113,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
82922
83113
  );
82923
83114
  }
82924
83115
 
82925
- /**
82926
- * Retrieves delete job status for historical data imports of the organization.
82927
- * Deprecated: Please use GET /workforcemanagement/historicaldata/bulk/remove/jobs instead.
82928
- * @deprecated
82929
- */
82930
- getWorkforcemanagementHistoricaldataDeletejob() {
82931
-
82932
- return this.apiClient.callApi(
82933
- '/api/v2/workforcemanagement/historicaldata/deletejob',
82934
- 'GET',
82935
- { },
82936
- { },
82937
- { },
82938
- { },
82939
- null,
82940
- ['PureCloud OAuth'],
82941
- ['application/json'],
82942
- ['application/json']
82943
- );
82944
- }
82945
-
82946
83116
  /**
82947
83117
  * Retrieves status of the historical data imports of the organization
82948
83118
  *
@@ -83846,6 +84016,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
83846
84016
  );
83847
84017
  }
83848
84018
 
84019
+ /**
84020
+ * Get a list of user schedule adherence records for the requested team
84021
+ *
84022
+ * @param {String} teamId The ID of the team
84023
+ */
84024
+ getWorkforcemanagementTeamAdherence(teamId) {
84025
+ // verify the required parameter 'teamId' is set
84026
+ if (teamId === undefined || teamId === null || teamId === '') {
84027
+ throw 'Missing the required parameter "teamId" when calling getWorkforcemanagementTeamAdherence';
84028
+ }
84029
+
84030
+ return this.apiClient.callApi(
84031
+ '/api/v2/workforcemanagement/teams/{teamId}/adherence',
84032
+ 'GET',
84033
+ { 'teamId': teamId },
84034
+ { },
84035
+ { },
84036
+ { },
84037
+ null,
84038
+ ['PureCloud OAuth'],
84039
+ ['application/json'],
84040
+ ['application/json']
84041
+ );
84042
+ }
84043
+
83849
84044
  /**
83850
84045
  * Query the results of time off types job
83851
84046
  *
@@ -86554,27 +86749,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
86554
86749
  );
86555
86750
  }
86556
86751
 
86557
- /**
86558
- * Delete the entries of the historical data imports in the organization.
86559
- * Deprecated: Please use POST /workforcemanagement/historicaldata/bulk/remove/jobs instead.
86560
- * @deprecated
86561
- */
86562
- postWorkforcemanagementHistoricaldataDeletejob() {
86563
-
86564
- return this.apiClient.callApi(
86565
- '/api/v2/workforcemanagement/historicaldata/deletejob',
86566
- 'POST',
86567
- { },
86568
- { },
86569
- { },
86570
- { },
86571
- null,
86572
- ['PureCloud OAuth'],
86573
- ['application/json'],
86574
- ['application/json']
86575
- );
86576
- }
86577
-
86578
86752
  /**
86579
86753
  * Trigger validation process for historical import
86580
86754
  *
@@ -87851,7 +88025,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
87851
88025
  * </pre>
87852
88026
  * </p>
87853
88027
  * @module purecloud-platform-client-v2/index
87854
- * @version 225.0.0
88028
+ * @version 227.0.0
87855
88029
  */
87856
88030
  class platformClient {
87857
88031
  constructor() {