purecloud-platform-client-v2 219.0.0 → 220.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 (91) hide show
  1. package/README.md +4 -4
  2. package/dist/node/purecloud-platform-client-v2.js +159 -100
  3. package/dist/web-amd/purecloud-platform-client-v2.js +159 -100
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +123 -112
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +123 -112
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +1000 -760
  9. package/package.json +2 -2
  10. package/src/purecloud-platform-client-v2/ApiClient.js +2 -2
  11. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +2 -2
  17. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +37 -1
  25. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +4 -4
  32. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/RecordingApi.js +3 -3
  63. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +33 -1
  68. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -10
  75. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +3 -3
  79. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  90. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  91. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -690,7 +690,7 @@ class Configuration {
690
690
 
691
691
  /**
692
692
  * @module purecloud-platform-client-v2/ApiClient
693
- * @version 219.0.0
693
+ * @version 220.0.0
694
694
  */
695
695
  class ApiClient {
696
696
  /**
@@ -785,7 +785,7 @@ class ApiClient {
785
785
  /**
786
786
  * The default HTTP timeout for all API calls.
787
787
  * @type {Number}
788
- * @default 60000
788
+ * @default 16000
789
789
  */
790
790
  this.timeout = 16000;
791
791
 
@@ -2234,7 +2234,7 @@ class AgentAssistantsApi {
2234
2234
  /**
2235
2235
  * AgentAssistants service.
2236
2236
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
2237
- * @version 219.0.0
2237
+ * @version 220.0.0
2238
2238
  */
2239
2239
 
2240
2240
  /**
@@ -2610,7 +2610,7 @@ class AgentCopilotApi {
2610
2610
  /**
2611
2611
  * AgentCopilot service.
2612
2612
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
2613
- * @version 219.0.0
2613
+ * @version 220.0.0
2614
2614
  */
2615
2615
 
2616
2616
  /**
@@ -2686,7 +2686,7 @@ class AgentUIApi {
2686
2686
  /**
2687
2687
  * AgentUI service.
2688
2688
  * @module purecloud-platform-client-v2/api/AgentUIApi
2689
- * @version 219.0.0
2689
+ * @version 220.0.0
2690
2690
  */
2691
2691
 
2692
2692
  /**
@@ -2817,7 +2817,7 @@ class AlertingApi {
2817
2817
  /**
2818
2818
  * Alerting service.
2819
2819
  * @module purecloud-platform-client-v2/api/AlertingApi
2820
- * @version 219.0.0
2820
+ * @version 220.0.0
2821
2821
  */
2822
2822
 
2823
2823
  /**
@@ -3218,7 +3218,7 @@ class AnalyticsApi {
3218
3218
  /**
3219
3219
  * Analytics service.
3220
3220
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3221
- * @version 219.0.0
3221
+ * @version 220.0.0
3222
3222
  */
3223
3223
 
3224
3224
  /**
@@ -6039,7 +6039,7 @@ class ArchitectApi {
6039
6039
  /**
6040
6040
  * Architect service.
6041
6041
  * @module purecloud-platform-client-v2/api/ArchitectApi
6042
- * @version 219.0.0
6042
+ * @version 220.0.0
6043
6043
  */
6044
6044
 
6045
6045
  /**
@@ -7434,7 +7434,7 @@ class ArchitectApi {
7434
7434
  * @param {Number} opts.pageNumber Page number (default to 1)
7435
7435
  * @param {Number} opts.pageSize Page size (default to 25)
7436
7436
  * @param {String} opts.sortBy Sort by (default to name)
7437
- * @param {String} opts.sortOrder Sort order (default to ASC)
7437
+ * @param {String} opts.sortOrder Sort order (default to asc)
7438
7438
  * @param {String} opts.name Name of the Schedule to filter by.
7439
7439
  * @param {Array.<String>} opts.divisionId List of divisionIds on which to filter.
7440
7440
  */
@@ -10332,7 +10332,7 @@ class AuditApi {
10332
10332
  /**
10333
10333
  * Audit service.
10334
10334
  * @module purecloud-platform-client-v2/api/AuditApi
10335
- * @version 219.0.0
10335
+ * @version 220.0.0
10336
10336
  */
10337
10337
 
10338
10338
  /**
@@ -10533,7 +10533,7 @@ class AuthorizationApi {
10533
10533
  /**
10534
10534
  * Authorization service.
10535
10535
  * @module purecloud-platform-client-v2/api/AuthorizationApi
10536
- * @version 219.0.0
10536
+ * @version 220.0.0
10537
10537
  */
10538
10538
 
10539
10539
  /**
@@ -12248,7 +12248,7 @@ class BillingApi {
12248
12248
  /**
12249
12249
  * Billing service.
12250
12250
  * @module purecloud-platform-client-v2/api/BillingApi
12251
- * @version 219.0.0
12251
+ * @version 220.0.0
12252
12252
  */
12253
12253
 
12254
12254
  /**
@@ -12328,7 +12328,7 @@ class CarrierServicesApi {
12328
12328
  /**
12329
12329
  * CarrierServices service.
12330
12330
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
12331
- * @version 219.0.0
12331
+ * @version 220.0.0
12332
12332
  */
12333
12333
 
12334
12334
  /**
@@ -12398,7 +12398,7 @@ class ChatApi {
12398
12398
  /**
12399
12399
  * Chat service.
12400
12400
  * @module purecloud-platform-client-v2/api/ChatApi
12401
- * @version 219.0.0
12401
+ * @version 220.0.0
12402
12402
  */
12403
12403
 
12404
12404
  /**
@@ -13327,7 +13327,7 @@ class CoachingApi {
13327
13327
  /**
13328
13328
  * Coaching service.
13329
13329
  * @module purecloud-platform-client-v2/api/CoachingApi
13330
- * @version 219.0.0
13330
+ * @version 220.0.0
13331
13331
  */
13332
13332
 
13333
13333
  /**
@@ -13904,7 +13904,7 @@ class ContentManagementApi {
13904
13904
  /**
13905
13905
  * ContentManagement service.
13906
13906
  * @module purecloud-platform-client-v2/api/ContentManagementApi
13907
- * @version 219.0.0
13907
+ * @version 220.0.0
13908
13908
  */
13909
13909
 
13910
13910
  /**
@@ -14985,7 +14985,7 @@ class ConversationsApi {
14985
14985
  /**
14986
14986
  * Conversations service.
14987
14987
  * @module purecloud-platform-client-v2/api/ConversationsApi
14988
- * @version 219.0.0
14988
+ * @version 220.0.0
14989
14989
  */
14990
14990
 
14991
14991
  /**
@@ -21161,6 +21161,7 @@ class ConversationsApi {
21161
21161
  * See https://developer.genesys.cloud/api/rest/v2/conversations/messaging-media-upload for example usage.
21162
21162
  * @param {String} conversationId conversationId
21163
21163
  * @param {String} communicationId communicationId
21164
+ * @deprecated
21164
21165
  */
21165
21166
  postConversationsMessageCommunicationMessagesMedia(conversationId, communicationId) {
21166
21167
  // verify the required parameter 'conversationId' is set
@@ -21186,6 +21187,41 @@ class ConversationsApi {
21186
21187
  );
21187
21188
  }
21188
21189
 
21190
+ /**
21191
+ * Create a URL to upload a message media file
21192
+ * See https://developer.genesys.cloud/api/rest/v2/conversations/messaging-media-upload for example usage.
21193
+ * @param {String} conversationId conversationId
21194
+ * @param {String} communicationId communicationId
21195
+ * @param {Object} body request
21196
+ */
21197
+ postConversationsMessageCommunicationMessagesMediaUploads(conversationId, communicationId, body) {
21198
+ // verify the required parameter 'conversationId' is set
21199
+ if (conversationId === undefined || conversationId === null) {
21200
+ throw 'Missing the required parameter "conversationId" when calling postConversationsMessageCommunicationMessagesMediaUploads';
21201
+ }
21202
+ // verify the required parameter 'communicationId' is set
21203
+ if (communicationId === undefined || communicationId === null) {
21204
+ throw 'Missing the required parameter "communicationId" when calling postConversationsMessageCommunicationMessagesMediaUploads';
21205
+ }
21206
+ // verify the required parameter 'body' is set
21207
+ if (body === undefined || body === null) {
21208
+ throw 'Missing the required parameter "body" when calling postConversationsMessageCommunicationMessagesMediaUploads';
21209
+ }
21210
+
21211
+ return this.apiClient.callApi(
21212
+ '/api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages/media/uploads',
21213
+ 'POST',
21214
+ { 'conversationId': conversationId,'communicationId': communicationId },
21215
+ { },
21216
+ { },
21217
+ { },
21218
+ body,
21219
+ ['PureCloud OAuth'],
21220
+ ['application/json'],
21221
+ ['application/json']
21222
+ );
21223
+ }
21224
+
21189
21225
  /**
21190
21226
  * Send message typing event
21191
21227
  * Send message typing event for existing conversation/communication.
@@ -22567,7 +22603,7 @@ class DataExtensionsApi {
22567
22603
  /**
22568
22604
  * DataExtensions service.
22569
22605
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
22570
- * @version 219.0.0
22606
+ * @version 220.0.0
22571
22607
  */
22572
22608
 
22573
22609
  /**
@@ -22653,7 +22689,7 @@ class DataPrivacyApi {
22653
22689
  /**
22654
22690
  * DataPrivacy service.
22655
22691
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
22656
- * @version 219.0.0
22692
+ * @version 220.0.0
22657
22693
  */
22658
22694
 
22659
22695
  /**
@@ -22823,7 +22859,7 @@ class DownloadsApi {
22823
22859
  /**
22824
22860
  * Downloads service.
22825
22861
  * @module purecloud-platform-client-v2/api/DownloadsApi
22826
- * @version 219.0.0
22862
+ * @version 220.0.0
22827
22863
  */
22828
22864
 
22829
22865
  /**
@@ -22875,7 +22911,7 @@ class EmailsApi {
22875
22911
  /**
22876
22912
  * Emails service.
22877
22913
  * @module purecloud-platform-client-v2/api/EmailsApi
22878
- * @version 219.0.0
22914
+ * @version 220.0.0
22879
22915
  */
22880
22916
 
22881
22917
  /**
@@ -23004,7 +23040,7 @@ class EmployeeEngagementApi {
23004
23040
  /**
23005
23041
  * EmployeeEngagement service.
23006
23042
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
23007
- * @version 219.0.0
23043
+ * @version 220.0.0
23008
23044
  */
23009
23045
 
23010
23046
  /**
@@ -23155,7 +23191,7 @@ class EventsApi {
23155
23191
  /**
23156
23192
  * Events service.
23157
23193
  * @module purecloud-platform-client-v2/api/EventsApi
23158
- * @version 219.0.0
23194
+ * @version 220.0.0
23159
23195
  */
23160
23196
 
23161
23197
  /**
@@ -23251,7 +23287,7 @@ class ExternalContactsApi {
23251
23287
  /**
23252
23288
  * ExternalContacts service.
23253
23289
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
23254
- * @version 219.0.0
23290
+ * @version 220.0.0
23255
23291
  */
23256
23292
 
23257
23293
  /**
@@ -24626,12 +24662,12 @@ class ExternalContactsApi {
24626
24662
  }
24627
24663
 
24628
24664
  /**
24629
- * Look up contacts and externalOrganizations based on an attribute. Maximum of 25 values returned.
24665
+ * Look up contacts based on an attribute. Maximum of 25 values returned.
24630
24666
  *
24631
- * @param {String} lookupVal User supplied value to lookup contacts/externalOrganizations (supports email addresses, e164 phone numbers, Twitter screen names)
24667
+ * @param {String} lookupVal User supplied value to lookup contacts (supports email addresses, e164 phone numbers, Twitter screen names)
24632
24668
  * @param {Object} opts Optional parameters
24633
24669
  * @param {Array.<String>} opts.expand which field, if any, to expand
24634
- * @param {String} opts.divisionId Specifies which division to lookup contacts/externalOrganizations in, for the given lookup value (default to *)
24670
+ * @param {String} opts.divisionId Specifies which division to lookup contacts in, for the given lookup value (default to *)
24635
24671
  */
24636
24672
  getExternalcontactsReversewhitepageslookup(lookupVal, opts) {
24637
24673
  opts = opts || {};
@@ -26454,7 +26490,7 @@ class FaxApi {
26454
26490
  /**
26455
26491
  * Fax service.
26456
26492
  * @module purecloud-platform-client-v2/api/FaxApi
26457
- * @version 219.0.0
26493
+ * @version 220.0.0
26458
26494
  */
26459
26495
 
26460
26496
  /**
@@ -26669,7 +26705,7 @@ class FlowsApi {
26669
26705
  /**
26670
26706
  * Flows service.
26671
26707
  * @module purecloud-platform-client-v2/api/FlowsApi
26672
- * @version 219.0.0
26708
+ * @version 220.0.0
26673
26709
  */
26674
26710
 
26675
26711
  /**
@@ -26852,7 +26888,7 @@ class GamificationApi {
26852
26888
  /**
26853
26889
  * Gamification service.
26854
26890
  * @module purecloud-platform-client-v2/api/GamificationApi
26855
- * @version 219.0.0
26891
+ * @version 220.0.0
26856
26892
  */
26857
26893
 
26858
26894
  /**
@@ -29359,7 +29395,7 @@ class GeneralDataProtectionRegulationApi {
29359
29395
  /**
29360
29396
  * GeneralDataProtectionRegulation service.
29361
29397
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
29362
- * @version 219.0.0
29398
+ * @version 220.0.0
29363
29399
  */
29364
29400
 
29365
29401
  /**
@@ -29489,7 +29525,7 @@ class GeolocationApi {
29489
29525
  /**
29490
29526
  * Geolocation service.
29491
29527
  * @module purecloud-platform-client-v2/api/GeolocationApi
29492
- * @version 219.0.0
29528
+ * @version 220.0.0
29493
29529
  */
29494
29530
 
29495
29531
  /**
@@ -29620,7 +29656,7 @@ class GreetingsApi {
29620
29656
  /**
29621
29657
  * Greetings service.
29622
29658
  * @module purecloud-platform-client-v2/api/GreetingsApi
29623
- * @version 219.0.0
29659
+ * @version 220.0.0
29624
29660
  */
29625
29661
 
29626
29662
  /**
@@ -30075,7 +30111,7 @@ class GroupsApi {
30075
30111
  /**
30076
30112
  * Groups service.
30077
30113
  * @module purecloud-platform-client-v2/api/GroupsApi
30078
- * @version 219.0.0
30114
+ * @version 220.0.0
30079
30115
  */
30080
30116
 
30081
30117
  /**
@@ -30594,7 +30630,7 @@ class IdentityProviderApi {
30594
30630
  /**
30595
30631
  * IdentityProvider service.
30596
30632
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
30597
- * @version 219.0.0
30633
+ * @version 220.0.0
30598
30634
  */
30599
30635
 
30600
30636
  /**
@@ -31455,7 +31491,7 @@ class InfrastructureAsCodeApi {
31455
31491
  /**
31456
31492
  * InfrastructureAsCode service.
31457
31493
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
31458
- * @version 219.0.0
31494
+ * @version 220.0.0
31459
31495
  */
31460
31496
 
31461
31497
  /**
@@ -31622,7 +31658,7 @@ class IntegrationsApi {
31622
31658
  /**
31623
31659
  * Integrations service.
31624
31660
  * @module purecloud-platform-client-v2/api/IntegrationsApi
31625
- * @version 219.0.0
31661
+ * @version 220.0.0
31626
31662
  */
31627
31663
 
31628
31664
  /**
@@ -34091,7 +34127,7 @@ class JourneyApi {
34091
34127
  /**
34092
34128
  * Journey service.
34093
34129
  * @module purecloud-platform-client-v2/api/JourneyApi
34094
- * @version 219.0.0
34130
+ * @version 220.0.0
34095
34131
  */
34096
34132
 
34097
34133
  /**
@@ -36076,7 +36112,7 @@ class KnowledgeApi {
36076
36112
  /**
36077
36113
  * Knowledge service.
36078
36114
  * @module purecloud-platform-client-v2/api/KnowledgeApi
36079
- * @version 219.0.0
36115
+ * @version 220.0.0
36080
36116
  */
36081
36117
 
36082
36118
  /**
@@ -39949,7 +39985,7 @@ class LanguageUnderstandingApi {
39949
39985
  /**
39950
39986
  * LanguageUnderstanding service.
39951
39987
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
39952
- * @version 219.0.0
39988
+ * @version 220.0.0
39953
39989
  */
39954
39990
 
39955
39991
  /**
@@ -40982,7 +41018,7 @@ class LanguagesApi {
40982
41018
  /**
40983
41019
  * Languages service.
40984
41020
  * @module purecloud-platform-client-v2/api/LanguagesApi
40985
- * @version 219.0.0
41021
+ * @version 220.0.0
40986
41022
  */
40987
41023
 
40988
41024
  /**
@@ -41204,7 +41240,7 @@ class LearningApi {
41204
41240
  /**
41205
41241
  * Learning service.
41206
41242
  * @module purecloud-platform-client-v2/api/LearningApi
41207
- * @version 219.0.0
41243
+ * @version 220.0.0
41208
41244
  */
41209
41245
 
41210
41246
  /**
@@ -42233,7 +42269,7 @@ class LicenseApi {
42233
42269
  /**
42234
42270
  * License service.
42235
42271
  * @module purecloud-platform-client-v2/api/LicenseApi
42236
- * @version 219.0.0
42272
+ * @version 220.0.0
42237
42273
  */
42238
42274
 
42239
42275
  /**
@@ -42471,7 +42507,7 @@ class LocationsApi {
42471
42507
  /**
42472
42508
  * Locations service.
42473
42509
  * @module purecloud-platform-client-v2/api/LocationsApi
42474
- * @version 219.0.0
42510
+ * @version 220.0.0
42475
42511
  */
42476
42512
 
42477
42513
  /**
@@ -42707,7 +42743,7 @@ class LogCaptureApi {
42707
42743
  /**
42708
42744
  * LogCapture service.
42709
42745
  * @module purecloud-platform-client-v2/api/LogCaptureApi
42710
- * @version 219.0.0
42746
+ * @version 220.0.0
42711
42747
  */
42712
42748
 
42713
42749
  /**
@@ -42907,7 +42943,7 @@ class MessagingApi {
42907
42943
  /**
42908
42944
  * Messaging service.
42909
42945
  * @module purecloud-platform-client-v2/api/MessagingApi
42910
- * @version 219.0.0
42946
+ * @version 220.0.0
42911
42947
  */
42912
42948
 
42913
42949
  /**
@@ -43266,7 +43302,7 @@ class MobileDevicesApi {
43266
43302
  /**
43267
43303
  * MobileDevices service.
43268
43304
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
43269
- * @version 219.0.0
43305
+ * @version 220.0.0
43270
43306
  */
43271
43307
 
43272
43308
  /**
@@ -43417,7 +43453,7 @@ class NotificationsApi {
43417
43453
  /**
43418
43454
  * Notifications service.
43419
43455
  * @module purecloud-platform-client-v2/api/NotificationsApi
43420
- * @version 219.0.0
43456
+ * @version 220.0.0
43421
43457
  */
43422
43458
 
43423
43459
  /**
@@ -43650,7 +43686,7 @@ class OAuthApi {
43650
43686
  /**
43651
43687
  * OAuth service.
43652
43688
  * @module purecloud-platform-client-v2/api/OAuthApi
43653
- * @version 219.0.0
43689
+ * @version 220.0.0
43654
43690
  */
43655
43691
 
43656
43692
  /**
@@ -44016,7 +44052,7 @@ class ObjectsApi {
44016
44052
  /**
44017
44053
  * Objects service.
44018
44054
  * @module purecloud-platform-client-v2/api/ObjectsApi
44019
- * @version 219.0.0
44055
+ * @version 220.0.0
44020
44056
  */
44021
44057
 
44022
44058
  /**
@@ -44340,7 +44376,7 @@ class OperationalEventsApi {
44340
44376
  /**
44341
44377
  * OperationalEvents service.
44342
44378
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
44343
- * @version 219.0.0
44379
+ * @version 220.0.0
44344
44380
  */
44345
44381
 
44346
44382
  /**
@@ -44457,7 +44493,7 @@ class OrganizationApi {
44457
44493
  /**
44458
44494
  * Organization service.
44459
44495
  * @module purecloud-platform-client-v2/api/OrganizationApi
44460
- * @version 219.0.0
44496
+ * @version 220.0.0
44461
44497
  */
44462
44498
 
44463
44499
  /**
@@ -44932,7 +44968,7 @@ class OrganizationAuthorizationApi {
44932
44968
  /**
44933
44969
  * OrganizationAuthorization service.
44934
44970
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
44935
- * @version 219.0.0
44971
+ * @version 220.0.0
44936
44972
  */
44937
44973
 
44938
44974
  /**
@@ -46326,7 +46362,7 @@ class OutboundApi {
46326
46362
  /**
46327
46363
  * Outbound service.
46328
46364
  * @module purecloud-platform-client-v2/api/OutboundApi
46329
- * @version 219.0.0
46365
+ * @version 220.0.0
46330
46366
  */
46331
46367
 
46332
46368
  /**
@@ -50948,7 +50984,7 @@ class PresenceApi {
50948
50984
  /**
50949
50985
  * Presence service.
50950
50986
  * @module purecloud-platform-client-v2/api/PresenceApi
50951
- * @version 219.0.0
50987
+ * @version 220.0.0
50952
50988
  */
50953
50989
 
50954
50990
  /**
@@ -51692,7 +51728,7 @@ class ProcessAutomationApi {
51692
51728
  /**
51693
51729
  * ProcessAutomation service.
51694
51730
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
51695
- * @version 219.0.0
51731
+ * @version 220.0.0
51696
51732
  */
51697
51733
 
51698
51734
  /**
@@ -51931,7 +51967,7 @@ class QualityApi {
51931
51967
  /**
51932
51968
  * Quality service.
51933
51969
  * @module purecloud-platform-client-v2/api/QualityApi
51934
- * @version 219.0.0
51970
+ * @version 220.0.0
51935
51971
  */
51936
51972
 
51937
51973
  /**
@@ -53718,7 +53754,7 @@ class RecordingApi {
53718
53754
  /**
53719
53755
  * Recording service.
53720
53756
  * @module purecloud-platform-client-v2/api/RecordingApi
53721
- * @version 219.0.0
53757
+ * @version 220.0.0
53722
53758
  */
53723
53759
 
53724
53760
  /**
@@ -54320,7 +54356,7 @@ class RecordingApi {
54320
54356
  * @param {Object} opts Optional parameters
54321
54357
  * @param {Number} opts.pageSize Page size. Maximum is 100. (default to 25)
54322
54358
  * @param {Number} opts.pageNumber Page number (default to 1)
54323
- * @param {Boolean} opts.includeTotal If false, cursor will be used to locate the page instead of pageNumber.
54359
+ * @param {Boolean} opts.includeTotal If false, cursor will be used to locate the page instead of pageNumber. It is recommended to set it to false for improved performance.
54324
54360
  * @param {String} opts.cursor Indicates where to resume query results (not required for first page)
54325
54361
  */
54326
54362
  getRecordingJobFailedrecordings(jobId, opts) {
@@ -54355,7 +54391,7 @@ class RecordingApi {
54355
54391
  * @param {Object} opts.state Filter by state
54356
54392
  * @param {Boolean} opts.showOnlyMyJobs Show only my jobs
54357
54393
  * @param {Object} opts.jobType Job Type (Can be left empty for both)
54358
- * @param {Boolean} opts.includeTotal If false, cursor will be used to locate the page instead of pageNumber.
54394
+ * @param {Boolean} opts.includeTotal If false, cursor will be used to locate the page instead of pageNumber. It is recommended to set it to false for improved performance.
54359
54395
  * @param {String} opts.cursor Indicates where to resume query results (not required for first page)
54360
54396
  */
54361
54397
  getRecordingJobs(opts) {
@@ -55323,7 +55359,7 @@ class ResponseManagementApi {
55323
55359
  /**
55324
55360
  * ResponseManagement service.
55325
55361
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
55326
- * @version 219.0.0
55362
+ * @version 220.0.0
55327
55363
  */
55328
55364
 
55329
55365
  /**
@@ -55833,7 +55869,7 @@ class RoutingApi {
55833
55869
  /**
55834
55870
  * Routing service.
55835
55871
  * @module purecloud-platform-client-v2/api/RoutingApi
55836
- * @version 219.0.0
55872
+ * @version 220.0.0
55837
55873
  */
55838
55874
 
55839
55875
  /**
@@ -60138,7 +60174,7 @@ class SCIMApi {
60138
60174
  /**
60139
60175
  * SCIM service.
60140
60176
  * @module purecloud-platform-client-v2/api/SCIMApi
60141
- * @version 219.0.0
60177
+ * @version 220.0.0
60142
60178
  */
60143
60179
 
60144
60180
  /**
@@ -61015,7 +61051,7 @@ class ScreenRecordingApi {
61015
61051
  /**
61016
61052
  * ScreenRecording service.
61017
61053
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
61018
- * @version 219.0.0
61054
+ * @version 220.0.0
61019
61055
  */
61020
61056
 
61021
61057
  /**
@@ -61060,7 +61096,7 @@ class ScriptsApi {
61060
61096
  /**
61061
61097
  * Scripts service.
61062
61098
  * @module purecloud-platform-client-v2/api/ScriptsApi
61063
- * @version 219.0.0
61099
+ * @version 220.0.0
61064
61100
  */
61065
61101
 
61066
61102
  /**
@@ -61260,6 +61296,38 @@ class ScriptsApi {
61260
61296
  );
61261
61297
  }
61262
61298
 
61299
+ /**
61300
+ * Get the published variables
61301
+ *
61302
+ * @param {String} scriptId Script ID
61303
+ * @param {Object} opts Optional parameters
61304
+ * @param {Object} opts.input input
61305
+ * @param {Object} opts.output output
61306
+ * @param {Object} opts.type type
61307
+ * @param {String} opts.scriptDataVersion Advanced usage - controls the data version of the script
61308
+ */
61309
+ getScriptsPublishedDivisionviewVariables(scriptId, opts) {
61310
+ opts = opts || {};
61311
+
61312
+ // verify the required parameter 'scriptId' is set
61313
+ if (scriptId === undefined || scriptId === null) {
61314
+ throw 'Missing the required parameter "scriptId" when calling getScriptsPublishedDivisionviewVariables';
61315
+ }
61316
+
61317
+ return this.apiClient.callApi(
61318
+ '/api/v2/scripts/published/divisionviews/{scriptId}/variables',
61319
+ 'GET',
61320
+ { 'scriptId': scriptId },
61321
+ { 'input': opts['input'],'output': opts['output'],'type': opts['type'],'scriptDataVersion': opts['scriptDataVersion'] },
61322
+ { },
61323
+ { },
61324
+ null,
61325
+ ['PureCloud OAuth'],
61326
+ ['application/json'],
61327
+ ['application/json']
61328
+ );
61329
+ }
61330
+
61263
61331
  /**
61264
61332
  * Get the published scripts metadata.
61265
61333
  *
@@ -61504,7 +61572,7 @@ class SearchApi {
61504
61572
  /**
61505
61573
  * Search service.
61506
61574
  * @module purecloud-platform-client-v2/api/SearchApi
61507
- * @version 219.0.0
61575
+ * @version 220.0.0
61508
61576
  */
61509
61577
 
61510
61578
  /**
@@ -62247,7 +62315,7 @@ class SettingsApi {
62247
62315
  /**
62248
62316
  * Settings service.
62249
62317
  * @module purecloud-platform-client-v2/api/SettingsApi
62250
- * @version 219.0.0
62318
+ * @version 220.0.0
62251
62319
  */
62252
62320
 
62253
62321
  /**
@@ -62531,7 +62599,7 @@ class SocialMediaApi {
62531
62599
  /**
62532
62600
  * SocialMedia service.
62533
62601
  * @module purecloud-platform-client-v2/api/SocialMediaApi
62534
- * @version 219.0.0
62602
+ * @version 220.0.0
62535
62603
  */
62536
62604
 
62537
62605
  /**
@@ -63819,7 +63887,7 @@ class SpeechTextAnalyticsApi {
63819
63887
  /**
63820
63888
  * SpeechTextAnalytics service.
63821
63889
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
63822
- * @version 219.0.0
63890
+ * @version 220.0.0
63823
63891
  */
63824
63892
 
63825
63893
  /**
@@ -65260,7 +65328,7 @@ class StationsApi {
65260
65328
  /**
65261
65329
  * Stations service.
65262
65330
  * @module purecloud-platform-client-v2/api/StationsApi
65263
- * @version 219.0.0
65331
+ * @version 220.0.0
65264
65332
  */
65265
65333
 
65266
65334
  /**
@@ -65362,7 +65430,7 @@ class SuggestApi {
65362
65430
  /**
65363
65431
  * Suggest service.
65364
65432
  * @module purecloud-platform-client-v2/api/SuggestApi
65365
- * @version 219.0.0
65433
+ * @version 220.0.0
65366
65434
  */
65367
65435
 
65368
65436
  /**
@@ -65501,7 +65569,7 @@ class TaskManagementApi {
65501
65569
  /**
65502
65570
  * TaskManagement service.
65503
65571
  * @module purecloud-platform-client-v2/api/TaskManagementApi
65504
- * @version 219.0.0
65572
+ * @version 220.0.0
65505
65573
  */
65506
65574
 
65507
65575
  /**
@@ -65819,7 +65887,6 @@ class TaskManagementApi {
65819
65887
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
65820
65888
  * @param {Number} opts.pageSize Limit the number of entities to return. It is not guaranteed that the requested number of entities will be filled in a single request. If an `after` key is returned as part of the response it is possible that more entities that match the filter criteria exist. Maximum of 200. (default to 25)
65821
65889
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to descending)
65822
- * getTaskmanagementWorkbinHistory is a preview method and is subject to both breaking and non-breaking changes at any time without notice
65823
65890
  */
65824
65891
  getTaskmanagementWorkbinHistory(workbinId, opts) {
65825
65892
  opts = opts || {};
@@ -65848,7 +65915,6 @@ class TaskManagementApi {
65848
65915
  *
65849
65916
  * @param {String} workbinId Workbin ID
65850
65917
  * @param {Number} entityVersion Workbin version
65851
- * getTaskmanagementWorkbinVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
65852
65918
  */
65853
65919
  getTaskmanagementWorkbinVersion(workbinId, entityVersion) {
65854
65920
  // verify the required parameter 'workbinId' is set
@@ -65882,7 +65948,6 @@ class TaskManagementApi {
65882
65948
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
65883
65949
  * @param {Number} opts.pageSize Limit the number of entities to return. It is not guaranteed that the requested number of entities will be filled in a single request. If an `after` key is returned as part of the response it is possible that more entities that match the filter criteria exist. Maximum of 200. (default to 25)
65884
65950
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to descending)
65885
- * getTaskmanagementWorkbinVersions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
65886
65951
  */
65887
65952
  getTaskmanagementWorkbinVersions(workbinId, opts) {
65888
65953
  opts = opts || {};
@@ -65943,7 +66008,6 @@ class TaskManagementApi {
65943
66008
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
65944
66009
  * @param {Number} opts.pageSize Limit the number of entities to return. It is not guaranteed that the requested number of entities will be filled in a single request. If an `after` key is returned as part of the response it is possible that more entities that match the filter criteria exist. Maximum of 200. (default to 25)
65945
66010
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to descending)
65946
- * getTaskmanagementWorkitemHistory is a preview method and is subject to both breaking and non-breaking changes at any time without notice
65947
66011
  */
65948
66012
  getTaskmanagementWorkitemHistory(workitemId, opts) {
65949
66013
  opts = opts || {};
@@ -66009,7 +66073,6 @@ class TaskManagementApi {
66009
66073
  *
66010
66074
  * @param {String} workitemId Workitem ID
66011
66075
  * @param {Number} entityVersion Workitem version
66012
- * getTaskmanagementWorkitemVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
66013
66076
  */
66014
66077
  getTaskmanagementWorkitemVersion(workitemId, entityVersion) {
66015
66078
  // verify the required parameter 'workitemId' is set
@@ -66043,7 +66106,6 @@ class TaskManagementApi {
66043
66106
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
66044
66107
  * @param {Number} opts.pageSize Limit the number of entities to return. It is not guaranteed that the requested number of entities will be filled in a single request. If an `after` key is returned as part of the response it is possible that more entities that match the filter criteria exist. Maximum of 200. (default to 25)
66045
66108
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to descending)
66046
- * getTaskmanagementWorkitemVersions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
66047
66109
  */
66048
66110
  getTaskmanagementWorkitemVersions(workitemId, opts) {
66049
66111
  opts = opts || {};
@@ -66659,7 +66721,6 @@ class TaskManagementApi {
66659
66721
  * @param {Number} opts.pageSize Limit the number of entities to return. It is not guaranteed that the requested number of entities will be filled in a single request. If an `after` key is returned as part of the response it is possible that more entities that match the filter criteria exist. Maximum of 200. (default to 25)
66660
66722
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to descending)
66661
66723
  * @param {Array.<String>} opts.fields Comma-separated list of fields. The response will contain only versions created as a result of changes to these fields.
66662
- * getTaskmanagementWorktypeHistory is a preview method and is subject to both breaking and non-breaking changes at any time without notice
66663
66724
  */
66664
66725
  getTaskmanagementWorktypeHistory(worktypeId, opts) {
66665
66726
  opts = opts || {};
@@ -66743,7 +66804,6 @@ class TaskManagementApi {
66743
66804
  *
66744
66805
  * @param {String} worktypeId Worktype id
66745
66806
  * @param {Number} entityVersion Worktype version
66746
- * getTaskmanagementWorktypeVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
66747
66807
  */
66748
66808
  getTaskmanagementWorktypeVersion(worktypeId, entityVersion) {
66749
66809
  // verify the required parameter 'worktypeId' is set
@@ -66777,7 +66837,6 @@ class TaskManagementApi {
66777
66837
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
66778
66838
  * @param {Number} opts.pageSize Limit the number of entities to return. It is not guaranteed that the requested number of entities will be filled in a single request. If an `after` key is returned as part of the response it is possible that more entities that match the filter criteria exist. Maximum of 200. (default to 25)
66779
66839
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to descending)
66780
- * getTaskmanagementWorktypeVersions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
66781
66840
  */
66782
66841
  getTaskmanagementWorktypeVersions(worktypeId, opts) {
66783
66842
  opts = opts || {};
@@ -67672,7 +67731,7 @@ class TeamsApi {
67672
67731
  /**
67673
67732
  * Teams service.
67674
67733
  * @module purecloud-platform-client-v2/api/TeamsApi
67675
- * @version 219.0.0
67734
+ * @version 220.0.0
67676
67735
  */
67677
67736
 
67678
67737
  /**
@@ -67977,7 +68036,7 @@ class TelephonyApi {
67977
68036
  /**
67978
68037
  * Telephony service.
67979
68038
  * @module purecloud-platform-client-v2/api/TelephonyApi
67980
- * @version 219.0.0
68039
+ * @version 220.0.0
67981
68040
  */
67982
68041
 
67983
68042
  /**
@@ -68159,7 +68218,7 @@ class TelephonyProvidersEdgeApi {
68159
68218
  /**
68160
68219
  * TelephonyProvidersEdge service.
68161
68220
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
68162
- * @version 219.0.0
68221
+ * @version 220.0.0
68163
68222
  */
68164
68223
 
68165
68224
  /**
@@ -71611,7 +71670,7 @@ class TextbotsApi {
71611
71670
  /**
71612
71671
  * Textbots service.
71613
71672
  * @module purecloud-platform-client-v2/api/TextbotsApi
71614
- * @version 219.0.0
71673
+ * @version 220.0.0
71615
71674
  */
71616
71675
 
71617
71676
  /**
@@ -71632,8 +71691,8 @@ class TextbotsApi {
71632
71691
  * @param {Object} opts Optional parameters
71633
71692
  * @param {Array.<String>} opts.botType Bot types
71634
71693
  * @param {String} opts.botName Bot name
71635
- * @param {Array.<String>} opts.botId Bot IDs
71636
- * @param {Number} opts.pageSize The maximum results to return (default to 25)
71694
+ * @param {Array.<String>} opts.botId Bot IDs. Maximum of 50
71695
+ * @param {Number} opts.pageSize The maximum results to return. Maximum of 100 (default to 25)
71637
71696
  */
71638
71697
  getTextbotsBotsSearch(opts) {
71639
71698
  opts = opts || {};
@@ -71739,7 +71798,7 @@ class TokensApi {
71739
71798
  /**
71740
71799
  * Tokens service.
71741
71800
  * @module purecloud-platform-client-v2/api/TokensApi
71742
- * @version 219.0.0
71801
+ * @version 220.0.0
71743
71802
  */
71744
71803
 
71745
71804
  /**
@@ -71893,7 +71952,7 @@ class UploadsApi {
71893
71952
  /**
71894
71953
  * Uploads service.
71895
71954
  * @module purecloud-platform-client-v2/api/UploadsApi
71896
- * @version 219.0.0
71955
+ * @version 220.0.0
71897
71956
  */
71898
71957
 
71899
71958
  /**
@@ -72184,7 +72243,7 @@ class UsageApi {
72184
72243
  /**
72185
72244
  * Usage service.
72186
72245
  * @module purecloud-platform-client-v2/api/UsageApi
72187
- * @version 219.0.0
72246
+ * @version 220.0.0
72188
72247
  */
72189
72248
 
72190
72249
  /**
@@ -72399,7 +72458,7 @@ class UserRecordingsApi {
72399
72458
  /**
72400
72459
  * UserRecordings service.
72401
72460
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
72402
- * @version 219.0.0
72461
+ * @version 220.0.0
72403
72462
  */
72404
72463
 
72405
72464
  /**
@@ -72614,7 +72673,7 @@ class UsersApi {
72614
72673
  /**
72615
72674
  * Users service.
72616
72675
  * @module purecloud-platform-client-v2/api/UsersApi
72617
- * @version 219.0.0
72676
+ * @version 220.0.0
72618
72677
  */
72619
72678
 
72620
72679
  /**
@@ -75567,7 +75626,7 @@ class UtilitiesApi {
75567
75626
  /**
75568
75627
  * Utilities service.
75569
75628
  * @module purecloud-platform-client-v2/api/UtilitiesApi
75570
- * @version 219.0.0
75629
+ * @version 220.0.0
75571
75630
  */
75572
75631
 
75573
75632
  /**
@@ -75678,7 +75737,7 @@ class VoicemailApi {
75678
75737
  /**
75679
75738
  * Voicemail service.
75680
75739
  * @module purecloud-platform-client-v2/api/VoicemailApi
75681
- * @version 219.0.0
75740
+ * @version 220.0.0
75682
75741
  */
75683
75742
 
75684
75743
  /**
@@ -76400,7 +76459,7 @@ class WebChatApi {
76400
76459
  /**
76401
76460
  * WebChat service.
76402
76461
  * @module purecloud-platform-client-v2/api/WebChatApi
76403
- * @version 219.0.0
76462
+ * @version 220.0.0
76404
76463
  */
76405
76464
 
76406
76465
  /**
@@ -76960,7 +77019,7 @@ class WebDeploymentsApi {
76960
77019
  /**
76961
77020
  * WebDeployments service.
76962
77021
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
76963
- * @version 219.0.0
77022
+ * @version 220.0.0
76964
77023
  */
76965
77024
 
76966
77025
  /**
@@ -77544,7 +77603,7 @@ class WebMessagingApi {
77544
77603
  /**
77545
77604
  * WebMessaging service.
77546
77605
  * @module purecloud-platform-client-v2/api/WebMessagingApi
77547
- * @version 219.0.0
77606
+ * @version 220.0.0
77548
77607
  */
77549
77608
 
77550
77609
  /**
@@ -77590,7 +77649,7 @@ class WidgetsApi {
77590
77649
  /**
77591
77650
  * Widgets service.
77592
77651
  * @module purecloud-platform-client-v2/api/WidgetsApi
77593
- * @version 219.0.0
77652
+ * @version 220.0.0
77594
77653
  */
77595
77654
 
77596
77655
  /**
@@ -77741,7 +77800,7 @@ class WorkforceManagementApi {
77741
77800
  /**
77742
77801
  * WorkforceManagement service.
77743
77802
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
77744
- * @version 219.0.0
77803
+ * @version 220.0.0
77745
77804
  */
77746
77805
 
77747
77806
  /**
@@ -85136,7 +85195,7 @@ class WorkforceManagementApi {
85136
85195
  * </pre>
85137
85196
  * </p>
85138
85197
  * @module purecloud-platform-client-v2/index
85139
- * @version 219.0.0
85198
+ * @version 220.0.0
85140
85199
  */
85141
85200
  class platformClient {
85142
85201
  constructor() {