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
@@ -687,7 +687,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
687
687
 
688
688
  /**
689
689
  * @module purecloud-platform-client-v2/ApiClient
690
- * @version 219.0.0
690
+ * @version 220.0.0
691
691
  */
692
692
  class ApiClient {
693
693
  /**
@@ -782,7 +782,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
782
782
  /**
783
783
  * The default HTTP timeout for all API calls.
784
784
  * @type {Number}
785
- * @default 60000
785
+ * @default 16000
786
786
  */
787
787
  this.timeout = 16000;
788
788
 
@@ -2231,7 +2231,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2231
2231
  /**
2232
2232
  * AgentAssistants service.
2233
2233
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
2234
- * @version 219.0.0
2234
+ * @version 220.0.0
2235
2235
  */
2236
2236
 
2237
2237
  /**
@@ -2607,7 +2607,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2607
2607
  /**
2608
2608
  * AgentCopilot service.
2609
2609
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
2610
- * @version 219.0.0
2610
+ * @version 220.0.0
2611
2611
  */
2612
2612
 
2613
2613
  /**
@@ -2683,7 +2683,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2683
2683
  /**
2684
2684
  * AgentUI service.
2685
2685
  * @module purecloud-platform-client-v2/api/AgentUIApi
2686
- * @version 219.0.0
2686
+ * @version 220.0.0
2687
2687
  */
2688
2688
 
2689
2689
  /**
@@ -2814,7 +2814,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2814
2814
  /**
2815
2815
  * Alerting service.
2816
2816
  * @module purecloud-platform-client-v2/api/AlertingApi
2817
- * @version 219.0.0
2817
+ * @version 220.0.0
2818
2818
  */
2819
2819
 
2820
2820
  /**
@@ -3215,7 +3215,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3215
3215
  /**
3216
3216
  * Analytics service.
3217
3217
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3218
- * @version 219.0.0
3218
+ * @version 220.0.0
3219
3219
  */
3220
3220
 
3221
3221
  /**
@@ -6036,7 +6036,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6036
6036
  /**
6037
6037
  * Architect service.
6038
6038
  * @module purecloud-platform-client-v2/api/ArchitectApi
6039
- * @version 219.0.0
6039
+ * @version 220.0.0
6040
6040
  */
6041
6041
 
6042
6042
  /**
@@ -7431,7 +7431,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7431
7431
  * @param {Number} opts.pageNumber Page number (default to 1)
7432
7432
  * @param {Number} opts.pageSize Page size (default to 25)
7433
7433
  * @param {String} opts.sortBy Sort by (default to name)
7434
- * @param {String} opts.sortOrder Sort order (default to ASC)
7434
+ * @param {String} opts.sortOrder Sort order (default to asc)
7435
7435
  * @param {String} opts.name Name of the Schedule to filter by.
7436
7436
  * @param {Array.<String>} opts.divisionId List of divisionIds on which to filter.
7437
7437
  */
@@ -10329,7 +10329,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10329
10329
  /**
10330
10330
  * Audit service.
10331
10331
  * @module purecloud-platform-client-v2/api/AuditApi
10332
- * @version 219.0.0
10332
+ * @version 220.0.0
10333
10333
  */
10334
10334
 
10335
10335
  /**
@@ -10530,7 +10530,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10530
10530
  /**
10531
10531
  * Authorization service.
10532
10532
  * @module purecloud-platform-client-v2/api/AuthorizationApi
10533
- * @version 219.0.0
10533
+ * @version 220.0.0
10534
10534
  */
10535
10535
 
10536
10536
  /**
@@ -12245,7 +12245,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12245
12245
  /**
12246
12246
  * Billing service.
12247
12247
  * @module purecloud-platform-client-v2/api/BillingApi
12248
- * @version 219.0.0
12248
+ * @version 220.0.0
12249
12249
  */
12250
12250
 
12251
12251
  /**
@@ -12325,7 +12325,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12325
12325
  /**
12326
12326
  * CarrierServices service.
12327
12327
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
12328
- * @version 219.0.0
12328
+ * @version 220.0.0
12329
12329
  */
12330
12330
 
12331
12331
  /**
@@ -12395,7 +12395,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12395
12395
  /**
12396
12396
  * Chat service.
12397
12397
  * @module purecloud-platform-client-v2/api/ChatApi
12398
- * @version 219.0.0
12398
+ * @version 220.0.0
12399
12399
  */
12400
12400
 
12401
12401
  /**
@@ -13324,7 +13324,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13324
13324
  /**
13325
13325
  * Coaching service.
13326
13326
  * @module purecloud-platform-client-v2/api/CoachingApi
13327
- * @version 219.0.0
13327
+ * @version 220.0.0
13328
13328
  */
13329
13329
 
13330
13330
  /**
@@ -13901,7 +13901,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13901
13901
  /**
13902
13902
  * ContentManagement service.
13903
13903
  * @module purecloud-platform-client-v2/api/ContentManagementApi
13904
- * @version 219.0.0
13904
+ * @version 220.0.0
13905
13905
  */
13906
13906
 
13907
13907
  /**
@@ -14982,7 +14982,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
14982
14982
  /**
14983
14983
  * Conversations service.
14984
14984
  * @module purecloud-platform-client-v2/api/ConversationsApi
14985
- * @version 219.0.0
14985
+ * @version 220.0.0
14986
14986
  */
14987
14987
 
14988
14988
  /**
@@ -21158,6 +21158,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21158
21158
  * See https://developer.genesys.cloud/api/rest/v2/conversations/messaging-media-upload for example usage.
21159
21159
  * @param {String} conversationId conversationId
21160
21160
  * @param {String} communicationId communicationId
21161
+ * @deprecated
21161
21162
  */
21162
21163
  postConversationsMessageCommunicationMessagesMedia(conversationId, communicationId) {
21163
21164
  // verify the required parameter 'conversationId' is set
@@ -21183,6 +21184,41 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21183
21184
  );
21184
21185
  }
21185
21186
 
21187
+ /**
21188
+ * Create a URL to upload a message media file
21189
+ * See https://developer.genesys.cloud/api/rest/v2/conversations/messaging-media-upload for example usage.
21190
+ * @param {String} conversationId conversationId
21191
+ * @param {String} communicationId communicationId
21192
+ * @param {Object} body request
21193
+ */
21194
+ postConversationsMessageCommunicationMessagesMediaUploads(conversationId, communicationId, body) {
21195
+ // verify the required parameter 'conversationId' is set
21196
+ if (conversationId === undefined || conversationId === null) {
21197
+ throw 'Missing the required parameter "conversationId" when calling postConversationsMessageCommunicationMessagesMediaUploads';
21198
+ }
21199
+ // verify the required parameter 'communicationId' is set
21200
+ if (communicationId === undefined || communicationId === null) {
21201
+ throw 'Missing the required parameter "communicationId" when calling postConversationsMessageCommunicationMessagesMediaUploads';
21202
+ }
21203
+ // verify the required parameter 'body' is set
21204
+ if (body === undefined || body === null) {
21205
+ throw 'Missing the required parameter "body" when calling postConversationsMessageCommunicationMessagesMediaUploads';
21206
+ }
21207
+
21208
+ return this.apiClient.callApi(
21209
+ '/api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages/media/uploads',
21210
+ 'POST',
21211
+ { 'conversationId': conversationId,'communicationId': communicationId },
21212
+ { },
21213
+ { },
21214
+ { },
21215
+ body,
21216
+ ['PureCloud OAuth'],
21217
+ ['application/json'],
21218
+ ['application/json']
21219
+ );
21220
+ }
21221
+
21186
21222
  /**
21187
21223
  * Send message typing event
21188
21224
  * Send message typing event for existing conversation/communication.
@@ -22564,7 +22600,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22564
22600
  /**
22565
22601
  * DataExtensions service.
22566
22602
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
22567
- * @version 219.0.0
22603
+ * @version 220.0.0
22568
22604
  */
22569
22605
 
22570
22606
  /**
@@ -22650,7 +22686,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22650
22686
  /**
22651
22687
  * DataPrivacy service.
22652
22688
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
22653
- * @version 219.0.0
22689
+ * @version 220.0.0
22654
22690
  */
22655
22691
 
22656
22692
  /**
@@ -22820,7 +22856,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22820
22856
  /**
22821
22857
  * Downloads service.
22822
22858
  * @module purecloud-platform-client-v2/api/DownloadsApi
22823
- * @version 219.0.0
22859
+ * @version 220.0.0
22824
22860
  */
22825
22861
 
22826
22862
  /**
@@ -22872,7 +22908,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22872
22908
  /**
22873
22909
  * Emails service.
22874
22910
  * @module purecloud-platform-client-v2/api/EmailsApi
22875
- * @version 219.0.0
22911
+ * @version 220.0.0
22876
22912
  */
22877
22913
 
22878
22914
  /**
@@ -23001,7 +23037,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23001
23037
  /**
23002
23038
  * EmployeeEngagement service.
23003
23039
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
23004
- * @version 219.0.0
23040
+ * @version 220.0.0
23005
23041
  */
23006
23042
 
23007
23043
  /**
@@ -23152,7 +23188,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23152
23188
  /**
23153
23189
  * Events service.
23154
23190
  * @module purecloud-platform-client-v2/api/EventsApi
23155
- * @version 219.0.0
23191
+ * @version 220.0.0
23156
23192
  */
23157
23193
 
23158
23194
  /**
@@ -23248,7 +23284,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23248
23284
  /**
23249
23285
  * ExternalContacts service.
23250
23286
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
23251
- * @version 219.0.0
23287
+ * @version 220.0.0
23252
23288
  */
23253
23289
 
23254
23290
  /**
@@ -24623,12 +24659,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24623
24659
  }
24624
24660
 
24625
24661
  /**
24626
- * Look up contacts and externalOrganizations based on an attribute. Maximum of 25 values returned.
24662
+ * Look up contacts based on an attribute. Maximum of 25 values returned.
24627
24663
  *
24628
- * @param {String} lookupVal User supplied value to lookup contacts/externalOrganizations (supports email addresses, e164 phone numbers, Twitter screen names)
24664
+ * @param {String} lookupVal User supplied value to lookup contacts (supports email addresses, e164 phone numbers, Twitter screen names)
24629
24665
  * @param {Object} opts Optional parameters
24630
24666
  * @param {Array.<String>} opts.expand which field, if any, to expand
24631
- * @param {String} opts.divisionId Specifies which division to lookup contacts/externalOrganizations in, for the given lookup value (default to *)
24667
+ * @param {String} opts.divisionId Specifies which division to lookup contacts in, for the given lookup value (default to *)
24632
24668
  */
24633
24669
  getExternalcontactsReversewhitepageslookup(lookupVal, opts) {
24634
24670
  opts = opts || {};
@@ -26451,7 +26487,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26451
26487
  /**
26452
26488
  * Fax service.
26453
26489
  * @module purecloud-platform-client-v2/api/FaxApi
26454
- * @version 219.0.0
26490
+ * @version 220.0.0
26455
26491
  */
26456
26492
 
26457
26493
  /**
@@ -26666,7 +26702,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26666
26702
  /**
26667
26703
  * Flows service.
26668
26704
  * @module purecloud-platform-client-v2/api/FlowsApi
26669
- * @version 219.0.0
26705
+ * @version 220.0.0
26670
26706
  */
26671
26707
 
26672
26708
  /**
@@ -26849,7 +26885,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26849
26885
  /**
26850
26886
  * Gamification service.
26851
26887
  * @module purecloud-platform-client-v2/api/GamificationApi
26852
- * @version 219.0.0
26888
+ * @version 220.0.0
26853
26889
  */
26854
26890
 
26855
26891
  /**
@@ -29356,7 +29392,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29356
29392
  /**
29357
29393
  * GeneralDataProtectionRegulation service.
29358
29394
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
29359
- * @version 219.0.0
29395
+ * @version 220.0.0
29360
29396
  */
29361
29397
 
29362
29398
  /**
@@ -29486,7 +29522,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29486
29522
  /**
29487
29523
  * Geolocation service.
29488
29524
  * @module purecloud-platform-client-v2/api/GeolocationApi
29489
- * @version 219.0.0
29525
+ * @version 220.0.0
29490
29526
  */
29491
29527
 
29492
29528
  /**
@@ -29617,7 +29653,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29617
29653
  /**
29618
29654
  * Greetings service.
29619
29655
  * @module purecloud-platform-client-v2/api/GreetingsApi
29620
- * @version 219.0.0
29656
+ * @version 220.0.0
29621
29657
  */
29622
29658
 
29623
29659
  /**
@@ -30072,7 +30108,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30072
30108
  /**
30073
30109
  * Groups service.
30074
30110
  * @module purecloud-platform-client-v2/api/GroupsApi
30075
- * @version 219.0.0
30111
+ * @version 220.0.0
30076
30112
  */
30077
30113
 
30078
30114
  /**
@@ -30591,7 +30627,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30591
30627
  /**
30592
30628
  * IdentityProvider service.
30593
30629
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
30594
- * @version 219.0.0
30630
+ * @version 220.0.0
30595
30631
  */
30596
30632
 
30597
30633
  /**
@@ -31452,7 +31488,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31452
31488
  /**
31453
31489
  * InfrastructureAsCode service.
31454
31490
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
31455
- * @version 219.0.0
31491
+ * @version 220.0.0
31456
31492
  */
31457
31493
 
31458
31494
  /**
@@ -31619,7 +31655,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31619
31655
  /**
31620
31656
  * Integrations service.
31621
31657
  * @module purecloud-platform-client-v2/api/IntegrationsApi
31622
- * @version 219.0.0
31658
+ * @version 220.0.0
31623
31659
  */
31624
31660
 
31625
31661
  /**
@@ -34088,7 +34124,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34088
34124
  /**
34089
34125
  * Journey service.
34090
34126
  * @module purecloud-platform-client-v2/api/JourneyApi
34091
- * @version 219.0.0
34127
+ * @version 220.0.0
34092
34128
  */
34093
34129
 
34094
34130
  /**
@@ -36073,7 +36109,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36073
36109
  /**
36074
36110
  * Knowledge service.
36075
36111
  * @module purecloud-platform-client-v2/api/KnowledgeApi
36076
- * @version 219.0.0
36112
+ * @version 220.0.0
36077
36113
  */
36078
36114
 
36079
36115
  /**
@@ -39946,7 +39982,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39946
39982
  /**
39947
39983
  * LanguageUnderstanding service.
39948
39984
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
39949
- * @version 219.0.0
39985
+ * @version 220.0.0
39950
39986
  */
39951
39987
 
39952
39988
  /**
@@ -40979,7 +41015,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40979
41015
  /**
40980
41016
  * Languages service.
40981
41017
  * @module purecloud-platform-client-v2/api/LanguagesApi
40982
- * @version 219.0.0
41018
+ * @version 220.0.0
40983
41019
  */
40984
41020
 
40985
41021
  /**
@@ -41201,7 +41237,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41201
41237
  /**
41202
41238
  * Learning service.
41203
41239
  * @module purecloud-platform-client-v2/api/LearningApi
41204
- * @version 219.0.0
41240
+ * @version 220.0.0
41205
41241
  */
41206
41242
 
41207
41243
  /**
@@ -42230,7 +42266,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42230
42266
  /**
42231
42267
  * License service.
42232
42268
  * @module purecloud-platform-client-v2/api/LicenseApi
42233
- * @version 219.0.0
42269
+ * @version 220.0.0
42234
42270
  */
42235
42271
 
42236
42272
  /**
@@ -42468,7 +42504,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42468
42504
  /**
42469
42505
  * Locations service.
42470
42506
  * @module purecloud-platform-client-v2/api/LocationsApi
42471
- * @version 219.0.0
42507
+ * @version 220.0.0
42472
42508
  */
42473
42509
 
42474
42510
  /**
@@ -42704,7 +42740,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42704
42740
  /**
42705
42741
  * LogCapture service.
42706
42742
  * @module purecloud-platform-client-v2/api/LogCaptureApi
42707
- * @version 219.0.0
42743
+ * @version 220.0.0
42708
42744
  */
42709
42745
 
42710
42746
  /**
@@ -42904,7 +42940,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42904
42940
  /**
42905
42941
  * Messaging service.
42906
42942
  * @module purecloud-platform-client-v2/api/MessagingApi
42907
- * @version 219.0.0
42943
+ * @version 220.0.0
42908
42944
  */
42909
42945
 
42910
42946
  /**
@@ -43263,7 +43299,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43263
43299
  /**
43264
43300
  * MobileDevices service.
43265
43301
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
43266
- * @version 219.0.0
43302
+ * @version 220.0.0
43267
43303
  */
43268
43304
 
43269
43305
  /**
@@ -43414,7 +43450,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43414
43450
  /**
43415
43451
  * Notifications service.
43416
43452
  * @module purecloud-platform-client-v2/api/NotificationsApi
43417
- * @version 219.0.0
43453
+ * @version 220.0.0
43418
43454
  */
43419
43455
 
43420
43456
  /**
@@ -43647,7 +43683,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43647
43683
  /**
43648
43684
  * OAuth service.
43649
43685
  * @module purecloud-platform-client-v2/api/OAuthApi
43650
- * @version 219.0.0
43686
+ * @version 220.0.0
43651
43687
  */
43652
43688
 
43653
43689
  /**
@@ -44013,7 +44049,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44013
44049
  /**
44014
44050
  * Objects service.
44015
44051
  * @module purecloud-platform-client-v2/api/ObjectsApi
44016
- * @version 219.0.0
44052
+ * @version 220.0.0
44017
44053
  */
44018
44054
 
44019
44055
  /**
@@ -44337,7 +44373,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44337
44373
  /**
44338
44374
  * OperationalEvents service.
44339
44375
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
44340
- * @version 219.0.0
44376
+ * @version 220.0.0
44341
44377
  */
44342
44378
 
44343
44379
  /**
@@ -44454,7 +44490,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44454
44490
  /**
44455
44491
  * Organization service.
44456
44492
  * @module purecloud-platform-client-v2/api/OrganizationApi
44457
- * @version 219.0.0
44493
+ * @version 220.0.0
44458
44494
  */
44459
44495
 
44460
44496
  /**
@@ -44929,7 +44965,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44929
44965
  /**
44930
44966
  * OrganizationAuthorization service.
44931
44967
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
44932
- * @version 219.0.0
44968
+ * @version 220.0.0
44933
44969
  */
44934
44970
 
44935
44971
  /**
@@ -46323,7 +46359,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46323
46359
  /**
46324
46360
  * Outbound service.
46325
46361
  * @module purecloud-platform-client-v2/api/OutboundApi
46326
- * @version 219.0.0
46362
+ * @version 220.0.0
46327
46363
  */
46328
46364
 
46329
46365
  /**
@@ -50945,7 +50981,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50945
50981
  /**
50946
50982
  * Presence service.
50947
50983
  * @module purecloud-platform-client-v2/api/PresenceApi
50948
- * @version 219.0.0
50984
+ * @version 220.0.0
50949
50985
  */
50950
50986
 
50951
50987
  /**
@@ -51689,7 +51725,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51689
51725
  /**
51690
51726
  * ProcessAutomation service.
51691
51727
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
51692
- * @version 219.0.0
51728
+ * @version 220.0.0
51693
51729
  */
51694
51730
 
51695
51731
  /**
@@ -51928,7 +51964,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51928
51964
  /**
51929
51965
  * Quality service.
51930
51966
  * @module purecloud-platform-client-v2/api/QualityApi
51931
- * @version 219.0.0
51967
+ * @version 220.0.0
51932
51968
  */
51933
51969
 
51934
51970
  /**
@@ -53715,7 +53751,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53715
53751
  /**
53716
53752
  * Recording service.
53717
53753
  * @module purecloud-platform-client-v2/api/RecordingApi
53718
- * @version 219.0.0
53754
+ * @version 220.0.0
53719
53755
  */
53720
53756
 
53721
53757
  /**
@@ -54317,7 +54353,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54317
54353
  * @param {Object} opts Optional parameters
54318
54354
  * @param {Number} opts.pageSize Page size. Maximum is 100. (default to 25)
54319
54355
  * @param {Number} opts.pageNumber Page number (default to 1)
54320
- * @param {Boolean} opts.includeTotal If false, cursor will be used to locate the page instead of pageNumber.
54356
+ * @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.
54321
54357
  * @param {String} opts.cursor Indicates where to resume query results (not required for first page)
54322
54358
  */
54323
54359
  getRecordingJobFailedrecordings(jobId, opts) {
@@ -54352,7 +54388,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54352
54388
  * @param {Object} opts.state Filter by state
54353
54389
  * @param {Boolean} opts.showOnlyMyJobs Show only my jobs
54354
54390
  * @param {Object} opts.jobType Job Type (Can be left empty for both)
54355
- * @param {Boolean} opts.includeTotal If false, cursor will be used to locate the page instead of pageNumber.
54391
+ * @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.
54356
54392
  * @param {String} opts.cursor Indicates where to resume query results (not required for first page)
54357
54393
  */
54358
54394
  getRecordingJobs(opts) {
@@ -55320,7 +55356,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55320
55356
  /**
55321
55357
  * ResponseManagement service.
55322
55358
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
55323
- * @version 219.0.0
55359
+ * @version 220.0.0
55324
55360
  */
55325
55361
 
55326
55362
  /**
@@ -55830,7 +55866,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55830
55866
  /**
55831
55867
  * Routing service.
55832
55868
  * @module purecloud-platform-client-v2/api/RoutingApi
55833
- * @version 219.0.0
55869
+ * @version 220.0.0
55834
55870
  */
55835
55871
 
55836
55872
  /**
@@ -60135,7 +60171,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60135
60171
  /**
60136
60172
  * SCIM service.
60137
60173
  * @module purecloud-platform-client-v2/api/SCIMApi
60138
- * @version 219.0.0
60174
+ * @version 220.0.0
60139
60175
  */
60140
60176
 
60141
60177
  /**
@@ -61012,7 +61048,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61012
61048
  /**
61013
61049
  * ScreenRecording service.
61014
61050
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
61015
- * @version 219.0.0
61051
+ * @version 220.0.0
61016
61052
  */
61017
61053
 
61018
61054
  /**
@@ -61057,7 +61093,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61057
61093
  /**
61058
61094
  * Scripts service.
61059
61095
  * @module purecloud-platform-client-v2/api/ScriptsApi
61060
- * @version 219.0.0
61096
+ * @version 220.0.0
61061
61097
  */
61062
61098
 
61063
61099
  /**
@@ -61257,6 +61293,38 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61257
61293
  );
61258
61294
  }
61259
61295
 
61296
+ /**
61297
+ * Get the published variables
61298
+ *
61299
+ * @param {String} scriptId Script ID
61300
+ * @param {Object} opts Optional parameters
61301
+ * @param {Object} opts.input input
61302
+ * @param {Object} opts.output output
61303
+ * @param {Object} opts.type type
61304
+ * @param {String} opts.scriptDataVersion Advanced usage - controls the data version of the script
61305
+ */
61306
+ getScriptsPublishedDivisionviewVariables(scriptId, opts) {
61307
+ opts = opts || {};
61308
+
61309
+ // verify the required parameter 'scriptId' is set
61310
+ if (scriptId === undefined || scriptId === null) {
61311
+ throw 'Missing the required parameter "scriptId" when calling getScriptsPublishedDivisionviewVariables';
61312
+ }
61313
+
61314
+ return this.apiClient.callApi(
61315
+ '/api/v2/scripts/published/divisionviews/{scriptId}/variables',
61316
+ 'GET',
61317
+ { 'scriptId': scriptId },
61318
+ { 'input': opts['input'],'output': opts['output'],'type': opts['type'],'scriptDataVersion': opts['scriptDataVersion'] },
61319
+ { },
61320
+ { },
61321
+ null,
61322
+ ['PureCloud OAuth'],
61323
+ ['application/json'],
61324
+ ['application/json']
61325
+ );
61326
+ }
61327
+
61260
61328
  /**
61261
61329
  * Get the published scripts metadata.
61262
61330
  *
@@ -61501,7 +61569,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61501
61569
  /**
61502
61570
  * Search service.
61503
61571
  * @module purecloud-platform-client-v2/api/SearchApi
61504
- * @version 219.0.0
61572
+ * @version 220.0.0
61505
61573
  */
61506
61574
 
61507
61575
  /**
@@ -62244,7 +62312,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62244
62312
  /**
62245
62313
  * Settings service.
62246
62314
  * @module purecloud-platform-client-v2/api/SettingsApi
62247
- * @version 219.0.0
62315
+ * @version 220.0.0
62248
62316
  */
62249
62317
 
62250
62318
  /**
@@ -62528,7 +62596,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62528
62596
  /**
62529
62597
  * SocialMedia service.
62530
62598
  * @module purecloud-platform-client-v2/api/SocialMediaApi
62531
- * @version 219.0.0
62599
+ * @version 220.0.0
62532
62600
  */
62533
62601
 
62534
62602
  /**
@@ -63816,7 +63884,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63816
63884
  /**
63817
63885
  * SpeechTextAnalytics service.
63818
63886
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
63819
- * @version 219.0.0
63887
+ * @version 220.0.0
63820
63888
  */
63821
63889
 
63822
63890
  /**
@@ -65257,7 +65325,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65257
65325
  /**
65258
65326
  * Stations service.
65259
65327
  * @module purecloud-platform-client-v2/api/StationsApi
65260
- * @version 219.0.0
65328
+ * @version 220.0.0
65261
65329
  */
65262
65330
 
65263
65331
  /**
@@ -65359,7 +65427,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65359
65427
  /**
65360
65428
  * Suggest service.
65361
65429
  * @module purecloud-platform-client-v2/api/SuggestApi
65362
- * @version 219.0.0
65430
+ * @version 220.0.0
65363
65431
  */
65364
65432
 
65365
65433
  /**
@@ -65498,7 +65566,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65498
65566
  /**
65499
65567
  * TaskManagement service.
65500
65568
  * @module purecloud-platform-client-v2/api/TaskManagementApi
65501
- * @version 219.0.0
65569
+ * @version 220.0.0
65502
65570
  */
65503
65571
 
65504
65572
  /**
@@ -65816,7 +65884,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65816
65884
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
65817
65885
  * @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)
65818
65886
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to descending)
65819
- * getTaskmanagementWorkbinHistory is a preview method and is subject to both breaking and non-breaking changes at any time without notice
65820
65887
  */
65821
65888
  getTaskmanagementWorkbinHistory(workbinId, opts) {
65822
65889
  opts = opts || {};
@@ -65845,7 +65912,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65845
65912
  *
65846
65913
  * @param {String} workbinId Workbin ID
65847
65914
  * @param {Number} entityVersion Workbin version
65848
- * getTaskmanagementWorkbinVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
65849
65915
  */
65850
65916
  getTaskmanagementWorkbinVersion(workbinId, entityVersion) {
65851
65917
  // verify the required parameter 'workbinId' is set
@@ -65879,7 +65945,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65879
65945
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
65880
65946
  * @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)
65881
65947
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to descending)
65882
- * getTaskmanagementWorkbinVersions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
65883
65948
  */
65884
65949
  getTaskmanagementWorkbinVersions(workbinId, opts) {
65885
65950
  opts = opts || {};
@@ -65940,7 +66005,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65940
66005
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
65941
66006
  * @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)
65942
66007
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to descending)
65943
- * getTaskmanagementWorkitemHistory is a preview method and is subject to both breaking and non-breaking changes at any time without notice
65944
66008
  */
65945
66009
  getTaskmanagementWorkitemHistory(workitemId, opts) {
65946
66010
  opts = opts || {};
@@ -66006,7 +66070,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66006
66070
  *
66007
66071
  * @param {String} workitemId Workitem ID
66008
66072
  * @param {Number} entityVersion Workitem version
66009
- * getTaskmanagementWorkitemVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
66010
66073
  */
66011
66074
  getTaskmanagementWorkitemVersion(workitemId, entityVersion) {
66012
66075
  // verify the required parameter 'workitemId' is set
@@ -66040,7 +66103,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66040
66103
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
66041
66104
  * @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)
66042
66105
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to descending)
66043
- * getTaskmanagementWorkitemVersions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
66044
66106
  */
66045
66107
  getTaskmanagementWorkitemVersions(workitemId, opts) {
66046
66108
  opts = opts || {};
@@ -66656,7 +66718,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66656
66718
  * @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)
66657
66719
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to descending)
66658
66720
  * @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.
66659
- * getTaskmanagementWorktypeHistory is a preview method and is subject to both breaking and non-breaking changes at any time without notice
66660
66721
  */
66661
66722
  getTaskmanagementWorktypeHistory(worktypeId, opts) {
66662
66723
  opts = opts || {};
@@ -66740,7 +66801,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66740
66801
  *
66741
66802
  * @param {String} worktypeId Worktype id
66742
66803
  * @param {Number} entityVersion Worktype version
66743
- * getTaskmanagementWorktypeVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
66744
66804
  */
66745
66805
  getTaskmanagementWorktypeVersion(worktypeId, entityVersion) {
66746
66806
  // verify the required parameter 'worktypeId' is set
@@ -66774,7 +66834,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66774
66834
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
66775
66835
  * @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)
66776
66836
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to descending)
66777
- * getTaskmanagementWorktypeVersions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
66778
66837
  */
66779
66838
  getTaskmanagementWorktypeVersions(worktypeId, opts) {
66780
66839
  opts = opts || {};
@@ -67669,7 +67728,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67669
67728
  /**
67670
67729
  * Teams service.
67671
67730
  * @module purecloud-platform-client-v2/api/TeamsApi
67672
- * @version 219.0.0
67731
+ * @version 220.0.0
67673
67732
  */
67674
67733
 
67675
67734
  /**
@@ -67974,7 +68033,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67974
68033
  /**
67975
68034
  * Telephony service.
67976
68035
  * @module purecloud-platform-client-v2/api/TelephonyApi
67977
- * @version 219.0.0
68036
+ * @version 220.0.0
67978
68037
  */
67979
68038
 
67980
68039
  /**
@@ -68156,7 +68215,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68156
68215
  /**
68157
68216
  * TelephonyProvidersEdge service.
68158
68217
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
68159
- * @version 219.0.0
68218
+ * @version 220.0.0
68160
68219
  */
68161
68220
 
68162
68221
  /**
@@ -71608,7 +71667,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
71608
71667
  /**
71609
71668
  * Textbots service.
71610
71669
  * @module purecloud-platform-client-v2/api/TextbotsApi
71611
- * @version 219.0.0
71670
+ * @version 220.0.0
71612
71671
  */
71613
71672
 
71614
71673
  /**
@@ -71629,8 +71688,8 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
71629
71688
  * @param {Object} opts Optional parameters
71630
71689
  * @param {Array.<String>} opts.botType Bot types
71631
71690
  * @param {String} opts.botName Bot name
71632
- * @param {Array.<String>} opts.botId Bot IDs
71633
- * @param {Number} opts.pageSize The maximum results to return (default to 25)
71691
+ * @param {Array.<String>} opts.botId Bot IDs. Maximum of 50
71692
+ * @param {Number} opts.pageSize The maximum results to return. Maximum of 100 (default to 25)
71634
71693
  */
71635
71694
  getTextbotsBotsSearch(opts) {
71636
71695
  opts = opts || {};
@@ -71736,7 +71795,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
71736
71795
  /**
71737
71796
  * Tokens service.
71738
71797
  * @module purecloud-platform-client-v2/api/TokensApi
71739
- * @version 219.0.0
71798
+ * @version 220.0.0
71740
71799
  */
71741
71800
 
71742
71801
  /**
@@ -71890,7 +71949,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
71890
71949
  /**
71891
71950
  * Uploads service.
71892
71951
  * @module purecloud-platform-client-v2/api/UploadsApi
71893
- * @version 219.0.0
71952
+ * @version 220.0.0
71894
71953
  */
71895
71954
 
71896
71955
  /**
@@ -72181,7 +72240,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72181
72240
  /**
72182
72241
  * Usage service.
72183
72242
  * @module purecloud-platform-client-v2/api/UsageApi
72184
- * @version 219.0.0
72243
+ * @version 220.0.0
72185
72244
  */
72186
72245
 
72187
72246
  /**
@@ -72396,7 +72455,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72396
72455
  /**
72397
72456
  * UserRecordings service.
72398
72457
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
72399
- * @version 219.0.0
72458
+ * @version 220.0.0
72400
72459
  */
72401
72460
 
72402
72461
  /**
@@ -72611,7 +72670,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
72611
72670
  /**
72612
72671
  * Users service.
72613
72672
  * @module purecloud-platform-client-v2/api/UsersApi
72614
- * @version 219.0.0
72673
+ * @version 220.0.0
72615
72674
  */
72616
72675
 
72617
72676
  /**
@@ -75564,7 +75623,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
75564
75623
  /**
75565
75624
  * Utilities service.
75566
75625
  * @module purecloud-platform-client-v2/api/UtilitiesApi
75567
- * @version 219.0.0
75626
+ * @version 220.0.0
75568
75627
  */
75569
75628
 
75570
75629
  /**
@@ -75675,7 +75734,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
75675
75734
  /**
75676
75735
  * Voicemail service.
75677
75736
  * @module purecloud-platform-client-v2/api/VoicemailApi
75678
- * @version 219.0.0
75737
+ * @version 220.0.0
75679
75738
  */
75680
75739
 
75681
75740
  /**
@@ -76397,7 +76456,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76397
76456
  /**
76398
76457
  * WebChat service.
76399
76458
  * @module purecloud-platform-client-v2/api/WebChatApi
76400
- * @version 219.0.0
76459
+ * @version 220.0.0
76401
76460
  */
76402
76461
 
76403
76462
  /**
@@ -76957,7 +77016,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76957
77016
  /**
76958
77017
  * WebDeployments service.
76959
77018
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
76960
- * @version 219.0.0
77019
+ * @version 220.0.0
76961
77020
  */
76962
77021
 
76963
77022
  /**
@@ -77541,7 +77600,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
77541
77600
  /**
77542
77601
  * WebMessaging service.
77543
77602
  * @module purecloud-platform-client-v2/api/WebMessagingApi
77544
- * @version 219.0.0
77603
+ * @version 220.0.0
77545
77604
  */
77546
77605
 
77547
77606
  /**
@@ -77587,7 +77646,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
77587
77646
  /**
77588
77647
  * Widgets service.
77589
77648
  * @module purecloud-platform-client-v2/api/WidgetsApi
77590
- * @version 219.0.0
77649
+ * @version 220.0.0
77591
77650
  */
77592
77651
 
77593
77652
  /**
@@ -77738,7 +77797,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
77738
77797
  /**
77739
77798
  * WorkforceManagement service.
77740
77799
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
77741
- * @version 219.0.0
77800
+ * @version 220.0.0
77742
77801
  */
77743
77802
 
77744
77803
  /**
@@ -85133,7 +85192,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
85133
85192
  * </pre>
85134
85193
  * </p>
85135
85194
  * @module purecloud-platform-client-v2/index
85136
- * @version 219.0.0
85195
+ * @version 220.0.0
85137
85196
  */
85138
85197
  class platformClient {
85139
85198
  constructor() {