purecloud-platform-client-v2 234.0.0 → 236.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +314 -200
  3. package/dist/web-amd/purecloud-platform-client-v2.js +314 -200
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +193 -129
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +193 -129
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +528 -326
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +45 -1
  11. package/src/purecloud-platform-client-v2/api/AIStudioApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +2 -2
  20. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/CoachingApi.js +51 -1
  25. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +38 -8
  27. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GamificationApi.js +46 -1
  37. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LearningApi.js +51 -1
  49. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +2 -2
  57. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -107
  64. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  90. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  91. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  92. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +3 -2
  93. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -748,7 +748,7 @@ class Configuration {
748
748
 
749
749
  /**
750
750
  * @module purecloud-platform-client-v2/ApiClient
751
- * @version 234.0.0
751
+ * @version 236.0.0
752
752
  */
753
753
  class ApiClient {
754
754
  /**
@@ -951,6 +951,50 @@ class ApiClient {
951
951
  this.config.setEnvironment(environment);
952
952
  }
953
953
 
954
+ /**
955
+ * @description Sets the optional http headers used by the client
956
+ * @param {object} newHeaders - default headers to be used
957
+ */
958
+ setDefaultHeaders(newHeaders) {
959
+ if (!newHeaders || !(typeof newHeaders === 'object')) {
960
+ throw new Error("default headers must be a map");
961
+ }
962
+ this.defaultHeaders = newHeaders;
963
+ }
964
+
965
+ /**
966
+ * @description Gets the default http headers used by the client
967
+ */
968
+ getDefaultHeaders() {
969
+ return this.defaultHeaders;
970
+ }
971
+
972
+ /**
973
+ * @description Sets the optional Genesys-App http header used by the client
974
+ * @param {string} headerValue - value for the Genesys-App header
975
+ */
976
+ setGenesysAppHeader(headerValue) {
977
+ if (!headerValue || !(typeof headerValue === 'string')) throw new Error("headerValue must be a non empty string");
978
+ if (!this.defaultHeaders) {
979
+ this.defaultHeaders = {
980
+ "Genesys-App": headerValue
981
+ };
982
+ } else {
983
+ this.defaultHeaders["Genesys-App"] = headerValue;
984
+ }
985
+ }
986
+
987
+ /**
988
+ * @description Gets the Genesys-App http header used by the client
989
+ */
990
+ getGenesysAppHeader() {
991
+ if (this.defaultHeaders && this.defaultHeaders["Genesys-App"]) {
992
+ return this.defaultHeaders["Genesys-App"];
993
+ } else {
994
+ return null;
995
+ }
996
+ }
997
+
954
998
  /**
955
999
  * @description Sets the dynamic HttpClient used by the client
956
1000
  * @param {object} httpClient - HttpClient to be injected
@@ -2317,7 +2361,7 @@ class AIStudioApi {
2317
2361
  /**
2318
2362
  * AIStudio service.
2319
2363
  * @module purecloud-platform-client-v2/api/AIStudioApi
2320
- * @version 234.0.0
2364
+ * @version 236.0.0
2321
2365
  */
2322
2366
 
2323
2367
  /**
@@ -2889,7 +2933,7 @@ class AgentAssistantsApi {
2889
2933
  /**
2890
2934
  * AgentAssistants service.
2891
2935
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
2892
- * @version 234.0.0
2936
+ * @version 236.0.0
2893
2937
  */
2894
2938
 
2895
2939
  /**
@@ -3375,7 +3419,7 @@ class AgentCopilotApi {
3375
3419
  /**
3376
3420
  * AgentCopilot service.
3377
3421
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
3378
- * @version 234.0.0
3422
+ * @version 236.0.0
3379
3423
  */
3380
3424
 
3381
3425
  /**
@@ -3475,7 +3519,7 @@ class AgentUIApi {
3475
3519
  /**
3476
3520
  * AgentUI service.
3477
3521
  * @module purecloud-platform-client-v2/api/AgentUIApi
3478
- * @version 234.0.0
3522
+ * @version 236.0.0
3479
3523
  */
3480
3524
 
3481
3525
  /**
@@ -3606,7 +3650,7 @@ class AlertingApi {
3606
3650
  /**
3607
3651
  * Alerting service.
3608
3652
  * @module purecloud-platform-client-v2/api/AlertingApi
3609
- * @version 234.0.0
3653
+ * @version 236.0.0
3610
3654
  */
3611
3655
 
3612
3656
  /**
@@ -4007,7 +4051,7 @@ class AnalyticsApi {
4007
4051
  /**
4008
4052
  * Analytics service.
4009
4053
  * @module purecloud-platform-client-v2/api/AnalyticsApi
4010
- * @version 234.0.0
4054
+ * @version 236.0.0
4011
4055
  */
4012
4056
 
4013
4057
  /**
@@ -7275,7 +7319,7 @@ class ArchitectApi {
7275
7319
  /**
7276
7320
  * Architect service.
7277
7321
  * @module purecloud-platform-client-v2/api/ArchitectApi
7278
- * @version 234.0.0
7322
+ * @version 236.0.0
7279
7323
  */
7280
7324
 
7281
7325
  /**
@@ -11570,7 +11614,7 @@ class AuditApi {
11570
11614
  /**
11571
11615
  * Audit service.
11572
11616
  * @module purecloud-platform-client-v2/api/AuditApi
11573
- * @version 234.0.0
11617
+ * @version 236.0.0
11574
11618
  */
11575
11619
 
11576
11620
  /**
@@ -11771,7 +11815,7 @@ class AuthorizationApi {
11771
11815
  /**
11772
11816
  * Authorization service.
11773
11817
  * @module purecloud-platform-client-v2/api/AuthorizationApi
11774
- * @version 234.0.0
11818
+ * @version 236.0.0
11775
11819
  */
11776
11820
 
11777
11821
  /**
@@ -12068,7 +12112,7 @@ class AuthorizationApi {
12068
12112
  * @param {Object} opts Optional parameters
12069
12113
  * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
12070
12114
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
12071
- * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
12115
+ * @param {String} opts.pageSize Page size (max 200, default 25) (default to 25)
12072
12116
  * @param {Array.<String>} opts.id Optionally request specific divisions by their IDs
12073
12117
  * @param {String} opts.name Optionally request specific divisions by division name
12074
12118
  */
@@ -13486,7 +13530,7 @@ class BillingApi {
13486
13530
  /**
13487
13531
  * Billing service.
13488
13532
  * @module purecloud-platform-client-v2/api/BillingApi
13489
- * @version 234.0.0
13533
+ * @version 236.0.0
13490
13534
  */
13491
13535
 
13492
13536
  /**
@@ -13742,7 +13786,7 @@ class BusinessRulesApi {
13742
13786
  /**
13743
13787
  * BusinessRules service.
13744
13788
  * @module purecloud-platform-client-v2/api/BusinessRulesApi
13745
- * @version 234.0.0
13789
+ * @version 236.0.0
13746
13790
  */
13747
13791
 
13748
13792
  /**
@@ -14629,7 +14673,7 @@ class CarrierServicesApi {
14629
14673
  /**
14630
14674
  * CarrierServices service.
14631
14675
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
14632
- * @version 234.0.0
14676
+ * @version 236.0.0
14633
14677
  */
14634
14678
 
14635
14679
  /**
@@ -14699,7 +14743,7 @@ class ChatApi {
14699
14743
  /**
14700
14744
  * Chat service.
14701
14745
  * @module purecloud-platform-client-v2/api/ChatApi
14702
- * @version 234.0.0
14746
+ * @version 236.0.0
14703
14747
  */
14704
14748
 
14705
14749
  /**
@@ -15680,7 +15724,7 @@ class CoachingApi {
15680
15724
  /**
15681
15725
  * Coaching service.
15682
15726
  * @module purecloud-platform-client-v2/api/CoachingApi
15683
- * @version 234.0.0
15727
+ * @version 236.0.0
15684
15728
  */
15685
15729
 
15686
15730
  /**
@@ -15991,6 +16035,31 @@ class CoachingApi {
15991
16035
  );
15992
16036
  }
15993
16037
 
16038
+ /**
16039
+ * Retrieve the status of the job for the slots where a coaching appointment can be scheduled.
16040
+ *
16041
+ * @param {String} jobId The ID of job
16042
+ */
16043
+ getCoachingScheduleslotsJob(jobId) {
16044
+ // verify the required parameter 'jobId' is set
16045
+ if (jobId === undefined || jobId === null || jobId === '') {
16046
+ throw 'Missing the required parameter "jobId" when calling getCoachingScheduleslotsJob';
16047
+ }
16048
+
16049
+ return this.apiClient.callApi(
16050
+ '/api/v2/coaching/scheduleslots/jobs/{jobId}',
16051
+ 'GET',
16052
+ { 'jobId': jobId },
16053
+ { },
16054
+ { },
16055
+ { },
16056
+ null,
16057
+ ['PureCloud OAuth'],
16058
+ ['application/json'],
16059
+ ['application/json']
16060
+ );
16061
+ }
16062
+
15994
16063
  /**
15995
16064
  * Update an existing appointment
15996
16065
  * Permission not required if you are the creator or facilitator of the appointment
@@ -16226,6 +16295,31 @@ class CoachingApi {
16226
16295
  );
16227
16296
  }
16228
16297
 
16298
+ /**
16299
+ * Start job to retrieve the slots where a coaching appointment can be scheduled.
16300
+ *
16301
+ * @param {Object} body The slots search request
16302
+ */
16303
+ postCoachingScheduleslotsJobs(body) {
16304
+ // verify the required parameter 'body' is set
16305
+ if (body === undefined || body === null) {
16306
+ throw 'Missing the required parameter "body" when calling postCoachingScheduleslotsJobs';
16307
+ }
16308
+
16309
+ return this.apiClient.callApi(
16310
+ '/api/v2/coaching/scheduleslots/jobs',
16311
+ 'POST',
16312
+ { },
16313
+ { },
16314
+ { },
16315
+ { },
16316
+ body,
16317
+ ['PureCloud OAuth'],
16318
+ ['application/json'],
16319
+ ['application/json']
16320
+ );
16321
+ }
16322
+
16229
16323
  /**
16230
16324
  * Get list of possible slots where a coaching appointment can be scheduled.
16231
16325
  *
@@ -16257,7 +16351,7 @@ class ContentManagementApi {
16257
16351
  /**
16258
16352
  * ContentManagement service.
16259
16353
  * @module purecloud-platform-client-v2/api/ContentManagementApi
16260
- * @version 234.0.0
16354
+ * @version 236.0.0
16261
16355
  */
16262
16356
 
16263
16357
  /**
@@ -17338,7 +17432,7 @@ class ConversationsApi {
17338
17432
  /**
17339
17433
  * Conversations service.
17340
17434
  * @module purecloud-platform-client-v2/api/ConversationsApi
17341
- * @version 234.0.0
17435
+ * @version 236.0.0
17342
17436
  */
17343
17437
 
17344
17438
  /**
@@ -18010,7 +18104,6 @@ class ConversationsApi {
18010
18104
  * @param {String} conversationId conversationId
18011
18105
  * @param {String} communicationId communicationId
18012
18106
  * @param {String} messageId messageId
18013
- * getConversationCommunicationInternalmessage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18014
18107
  */
18015
18108
  getConversationCommunicationInternalmessage(conversationId, communicationId, messageId) {
18016
18109
  // verify the required parameter 'conversationId' is set
@@ -18048,7 +18141,6 @@ class ConversationsApi {
18048
18141
  * @param {Object} opts Optional parameters
18049
18142
  * @param {Number} opts.pageSize Indicates maximum number of results in response. Default page size is 25 results. The maximum page size is 200. (default to 25)
18050
18143
  * @param {Number} opts.pageNumber Page number (default to 1)
18051
- * getConversationCommunicationInternalmessages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18052
18144
  */
18053
18145
  getConversationCommunicationInternalmessages(conversationId, communicationId, opts) {
18054
18146
  opts = opts || {};
@@ -19310,7 +19402,6 @@ class ConversationsApi {
19310
19402
  * Get internal message conversation
19311
19403
  *
19312
19404
  * @param {String} conversationId conversationId
19313
- * getConversationsInternalmessage is a preview method and is subject to both breaking and non-breaking changes at any time without notice
19314
19405
  */
19315
19406
  getConversationsInternalmessage(conversationId) {
19316
19407
  // verify the required parameter 'conversationId' is set
@@ -19335,7 +19426,6 @@ class ConversationsApi {
19335
19426
  /**
19336
19427
  * Get active internal message conversations for the logged in user
19337
19428
  *
19338
- * getConversationsInternalmessages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
19339
19429
  */
19340
19430
  getConversationsInternalmessages() {
19341
19431
 
@@ -19423,6 +19513,42 @@ class ConversationsApi {
19423
19513
  );
19424
19514
  }
19425
19515
 
19516
+ /**
19517
+ * Get message media list by status
19518
+ *
19519
+ * @param {String} conversationId conversationId
19520
+ * @param {String} communicationId communicationId
19521
+ * @param {Object} opts Optional parameters
19522
+ * @param {Object} opts.status The status on which to filter the response.
19523
+ * @param {Number} opts.pageNumber Page number (default to 1)
19524
+ * @param {Number} opts.pageSize Page size (default to 25)
19525
+ */
19526
+ getConversationsMessageCommunicationMessagesMedia(conversationId, communicationId, opts) {
19527
+ opts = opts || {};
19528
+
19529
+ // verify the required parameter 'conversationId' is set
19530
+ if (conversationId === undefined || conversationId === null || conversationId === '') {
19531
+ throw 'Missing the required parameter "conversationId" when calling getConversationsMessageCommunicationMessagesMedia';
19532
+ }
19533
+ // verify the required parameter 'communicationId' is set
19534
+ if (communicationId === undefined || communicationId === null || communicationId === '') {
19535
+ throw 'Missing the required parameter "communicationId" when calling getConversationsMessageCommunicationMessagesMedia';
19536
+ }
19537
+
19538
+ return this.apiClient.callApi(
19539
+ '/api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages/media',
19540
+ 'GET',
19541
+ { 'conversationId': conversationId,'communicationId': communicationId },
19542
+ { 'status': opts['status'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'] },
19543
+ { },
19544
+ { },
19545
+ null,
19546
+ ['PureCloud OAuth'],
19547
+ ['application/json'],
19548
+ ['application/json']
19549
+ );
19550
+ }
19551
+
19426
19552
  /**
19427
19553
  * Get media
19428
19554
  * See https://developer.genesys.cloud/api/rest/v2/conversations/messaging-media-upload for example usage.
@@ -22534,7 +22660,6 @@ class ConversationsApi {
22534
22660
  * @param {String} conversationId conversationId
22535
22661
  * @param {String} communicationId communicationId
22536
22662
  * @param {Object} body Message
22537
- * postConversationCommunicationInternalmessages is a preview method and is subject to both breaking and non-breaking changes at any time without notice
22538
22663
  */
22539
22664
  postConversationCommunicationInternalmessages(conversationId, communicationId, body) {
22540
22665
  // verify the required parameter 'conversationId' is set
@@ -22663,7 +22788,6 @@ class ConversationsApi {
22663
22788
  * @param {String} conversationId conversation ID
22664
22789
  * @param {String} participantId participant ID
22665
22790
  * @param {Object} body Confer request
22666
- * postConversationParticipantInternalmessagesUsersCommunications is a preview method and is subject to both breaking and non-breaking changes at any time without notice
22667
22791
  */
22668
22792
  postConversationParticipantInternalmessagesUsersCommunications(conversationId, participantId, body) {
22669
22793
  // verify the required parameter 'conversationId' is set
@@ -24573,7 +24697,7 @@ class ConversationsApi {
24573
24697
 
24574
24698
  /**
24575
24699
  * Get messages in batch
24576
- * The path parameter [conversationId] should contain the conversationId of the conversation being filtered. The body should contain the messageId(s) of messages being requested. For example: ["a3069a33b-bbb1-4703-9d68-061d9e9db96e", "55bc6be3-078c-4a49-a4e6-1e05776ed7e8"]
24700
+ * The path parameter [conversationId] should contain the conversationId of the conversation being filtered. The body should contain the messageId(s) of messages being requested. For example: ["a3069a33b-bbb1-4703-9d68-061d9e9db96e", "55bc6be3-078c-4a49-a4e6-1e05776ed7e8"]. The max messages you can request in the body is 1,000. Best practice is to limit to only the messages you need in each request, rather than request large batches by default.
24577
24701
  * @param {String} conversationId
24578
24702
  * @param {Object} opts Optional parameters
24579
24703
  * @param {Boolean} opts.useNormalizedMessage If true, response removes deprecated fields (textBody, media) (default to false)
@@ -25935,7 +26059,7 @@ class DataExtensionsApi {
25935
26059
  /**
25936
26060
  * DataExtensions service.
25937
26061
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
25938
- * @version 234.0.0
26062
+ * @version 236.0.0
25939
26063
  */
25940
26064
 
25941
26065
  /**
@@ -26021,7 +26145,7 @@ class DataPrivacyApi {
26021
26145
  /**
26022
26146
  * DataPrivacy service.
26023
26147
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
26024
- * @version 234.0.0
26148
+ * @version 236.0.0
26025
26149
  */
26026
26150
 
26027
26151
  /**
@@ -26191,7 +26315,7 @@ class DownloadsApi {
26191
26315
  /**
26192
26316
  * Downloads service.
26193
26317
  * @module purecloud-platform-client-v2/api/DownloadsApi
26194
- * @version 234.0.0
26318
+ * @version 236.0.0
26195
26319
  */
26196
26320
 
26197
26321
  /**
@@ -26243,7 +26367,7 @@ class EmailsApi {
26243
26367
  /**
26244
26368
  * Emails service.
26245
26369
  * @module purecloud-platform-client-v2/api/EmailsApi
26246
- * @version 234.0.0
26370
+ * @version 236.0.0
26247
26371
  */
26248
26372
 
26249
26373
  /**
@@ -26372,7 +26496,7 @@ class EmployeeEngagementApi {
26372
26496
  /**
26373
26497
  * EmployeeEngagement service.
26374
26498
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
26375
- * @version 234.0.0
26499
+ * @version 236.0.0
26376
26500
  */
26377
26501
 
26378
26502
  /**
@@ -26523,7 +26647,7 @@ class EventsApi {
26523
26647
  /**
26524
26648
  * Events service.
26525
26649
  * @module purecloud-platform-client-v2/api/EventsApi
26526
- * @version 234.0.0
26650
+ * @version 236.0.0
26527
26651
  */
26528
26652
 
26529
26653
  /**
@@ -26619,7 +26743,7 @@ class ExternalContactsApi {
26619
26743
  /**
26620
26744
  * ExternalContacts service.
26621
26745
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
26622
- * @version 234.0.0
26746
+ * @version 236.0.0
26623
26747
  */
26624
26748
 
26625
26749
  /**
@@ -29866,7 +29990,7 @@ class FaxApi {
29866
29990
  /**
29867
29991
  * Fax service.
29868
29992
  * @module purecloud-platform-client-v2/api/FaxApi
29869
- * @version 234.0.0
29993
+ * @version 236.0.0
29870
29994
  */
29871
29995
 
29872
29996
  /**
@@ -30081,7 +30205,7 @@ class FlowsApi {
30081
30205
  /**
30082
30206
  * Flows service.
30083
30207
  * @module purecloud-platform-client-v2/api/FlowsApi
30084
- * @version 234.0.0
30208
+ * @version 236.0.0
30085
30209
  */
30086
30210
 
30087
30211
  /**
@@ -30290,7 +30414,7 @@ class GamificationApi {
30290
30414
  /**
30291
30415
  * Gamification service.
30292
30416
  * @module purecloud-platform-client-v2/api/GamificationApi
30293
- * @version 234.0.0
30417
+ * @version 236.0.0
30294
30418
  */
30295
30419
 
30296
30420
  /**
@@ -30845,6 +30969,51 @@ class GamificationApi {
30845
30969
  );
30846
30970
  }
30847
30971
 
30972
+ /**
30973
+ * Query managers in a profile during a period of time
30974
+ *
30975
+ * @param {Object} filterType Filter type for the query request.
30976
+ * @param {String} filterId ID for the filter type.
30977
+ * @param {Object} granularity Granularity
30978
+ * @param {String} startWorkday The start work day. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
30979
+ * @param {Object} opts Optional parameters
30980
+ * @param {Number} opts.pageSize Page size (default to 100)
30981
+ * @param {Number} opts.pageNumber Page number (default to 1)
30982
+ */
30983
+ getGamificationInsightsManagers(filterType, filterId, granularity, startWorkday, opts) {
30984
+ opts = opts || {};
30985
+
30986
+ // verify the required parameter 'filterType' is set
30987
+ if (filterType === undefined || filterType === null) {
30988
+ throw 'Missing the required parameter "filterType" when calling getGamificationInsightsManagers';
30989
+ }
30990
+ // verify the required parameter 'filterId' is set
30991
+ if (filterId === undefined || filterId === null) {
30992
+ throw 'Missing the required parameter "filterId" when calling getGamificationInsightsManagers';
30993
+ }
30994
+ // verify the required parameter 'granularity' is set
30995
+ if (granularity === undefined || granularity === null) {
30996
+ throw 'Missing the required parameter "granularity" when calling getGamificationInsightsManagers';
30997
+ }
30998
+ // verify the required parameter 'startWorkday' is set
30999
+ if (startWorkday === undefined || startWorkday === null) {
31000
+ throw 'Missing the required parameter "startWorkday" when calling getGamificationInsightsManagers';
31001
+ }
31002
+
31003
+ return this.apiClient.callApi(
31004
+ '/api/v2/gamification/insights/managers',
31005
+ 'GET',
31006
+ { },
31007
+ { 'filterType': filterType,'filterId': filterId,'granularity': granularity,'startWorkday': startWorkday,'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
31008
+ { },
31009
+ { },
31010
+ null,
31011
+ ['PureCloud OAuth'],
31012
+ ['application/json'],
31013
+ ['application/json']
31014
+ );
31015
+ }
31016
+
30848
31017
  /**
30849
31018
  * Query users in a profile during a period of time
30850
31019
  *
@@ -32803,7 +32972,7 @@ class GeneralDataProtectionRegulationApi {
32803
32972
  /**
32804
32973
  * GeneralDataProtectionRegulation service.
32805
32974
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
32806
- * @version 234.0.0
32975
+ * @version 236.0.0
32807
32976
  */
32808
32977
 
32809
32978
  /**
@@ -32933,7 +33102,7 @@ class GeolocationApi {
32933
33102
  /**
32934
33103
  * Geolocation service.
32935
33104
  * @module purecloud-platform-client-v2/api/GeolocationApi
32936
- * @version 234.0.0
33105
+ * @version 236.0.0
32937
33106
  */
32938
33107
 
32939
33108
  /**
@@ -33064,7 +33233,7 @@ class GreetingsApi {
33064
33233
  /**
33065
33234
  * Greetings service.
33066
33235
  * @module purecloud-platform-client-v2/api/GreetingsApi
33067
- * @version 234.0.0
33236
+ * @version 236.0.0
33068
33237
  */
33069
33238
 
33070
33239
  /**
@@ -33606,7 +33775,7 @@ class GroupsApi {
33606
33775
  /**
33607
33776
  * Groups service.
33608
33777
  * @module purecloud-platform-client-v2/api/GroupsApi
33609
- * @version 234.0.0
33778
+ * @version 236.0.0
33610
33779
  */
33611
33780
 
33612
33781
  /**
@@ -34125,7 +34294,7 @@ class IdentityProviderApi {
34125
34294
  /**
34126
34295
  * IdentityProvider service.
34127
34296
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
34128
- * @version 234.0.0
34297
+ * @version 236.0.0
34129
34298
  */
34130
34299
 
34131
34300
  /**
@@ -34986,7 +35155,7 @@ class InfrastructureAsCodeApi {
34986
35155
  /**
34987
35156
  * InfrastructureAsCode service.
34988
35157
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
34989
- * @version 234.0.0
35158
+ * @version 236.0.0
34990
35159
  */
34991
35160
 
34992
35161
  /**
@@ -35153,7 +35322,7 @@ class IntegrationsApi {
35153
35322
  /**
35154
35323
  * Integrations service.
35155
35324
  * @module purecloud-platform-client-v2/api/IntegrationsApi
35156
- * @version 234.0.0
35325
+ * @version 236.0.0
35157
35326
  */
35158
35327
 
35159
35328
  /**
@@ -37801,7 +37970,7 @@ class JourneyApi {
37801
37970
  /**
37802
37971
  * Journey service.
37803
37972
  * @module purecloud-platform-client-v2/api/JourneyApi
37804
- * @version 234.0.0
37973
+ * @version 236.0.0
37805
37974
  */
37806
37975
 
37807
37976
  /**
@@ -39898,7 +40067,7 @@ class KnowledgeApi {
39898
40067
  /**
39899
40068
  * Knowledge service.
39900
40069
  * @module purecloud-platform-client-v2/api/KnowledgeApi
39901
- * @version 234.0.0
40070
+ * @version 236.0.0
39902
40071
  */
39903
40072
 
39904
40073
  /**
@@ -42981,7 +43150,7 @@ class LanguageUnderstandingApi {
42981
43150
  /**
42982
43151
  * LanguageUnderstanding service.
42983
43152
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
42984
- * @version 234.0.0
43153
+ * @version 236.0.0
42985
43154
  */
42986
43155
 
42987
43156
  /**
@@ -44200,7 +44369,7 @@ class LanguagesApi {
44200
44369
  /**
44201
44370
  * Languages service.
44202
44371
  * @module purecloud-platform-client-v2/api/LanguagesApi
44203
- * @version 234.0.0
44372
+ * @version 236.0.0
44204
44373
  */
44205
44374
 
44206
44375
  /**
@@ -44422,7 +44591,7 @@ class LearningApi {
44422
44591
  /**
44423
44592
  * Learning service.
44424
44593
  * @module purecloud-platform-client-v2/api/LearningApi
44425
- * @version 234.0.0
44594
+ * @version 236.0.0
44426
44595
  */
44427
44596
 
44428
44597
  /**
@@ -44863,6 +45032,31 @@ class LearningApi {
44863
45032
  );
44864
45033
  }
44865
45034
 
45035
+ /**
45036
+ * Retrieve the status of the job for the slots where a learning activity can be scheduled.
45037
+ *
45038
+ * @param {String} jobId The ID of the job
45039
+ */
45040
+ getLearningScheduleslotsJob(jobId) {
45041
+ // verify the required parameter 'jobId' is set
45042
+ if (jobId === undefined || jobId === null || jobId === '') {
45043
+ throw 'Missing the required parameter "jobId" when calling getLearningScheduleslotsJob';
45044
+ }
45045
+
45046
+ return this.apiClient.callApi(
45047
+ '/api/v2/learning/scheduleslots/jobs/{jobId}',
45048
+ 'GET',
45049
+ { 'jobId': jobId },
45050
+ { },
45051
+ { },
45052
+ { },
45053
+ null,
45054
+ ['PureCloud OAuth'],
45055
+ ['application/json'],
45056
+ ['application/json']
45057
+ );
45058
+ }
45059
+
44866
45060
  /**
44867
45061
  * Get Learning SCORM Result
44868
45062
  *
@@ -45306,6 +45500,31 @@ class LearningApi {
45306
45500
  );
45307
45501
  }
45308
45502
 
45503
+ /**
45504
+ * Start job to retrieve slots where a learning activity can be scheduled.
45505
+ *
45506
+ * @param {Object} body The slots search request
45507
+ */
45508
+ postLearningScheduleslotsJobs(body) {
45509
+ // verify the required parameter 'body' is set
45510
+ if (body === undefined || body === null) {
45511
+ throw 'Missing the required parameter "body" when calling postLearningScheduleslotsJobs';
45512
+ }
45513
+
45514
+ return this.apiClient.callApi(
45515
+ '/api/v2/learning/scheduleslots/jobs',
45516
+ 'POST',
45517
+ { },
45518
+ { },
45519
+ { },
45520
+ { },
45521
+ body,
45522
+ ['PureCloud OAuth'],
45523
+ ['application/json'],
45524
+ ['application/json']
45525
+ );
45526
+ }
45527
+
45309
45528
  /**
45310
45529
  * Get list of possible slots where a learning activity can be scheduled.
45311
45530
  *
@@ -45455,7 +45674,7 @@ class LicenseApi {
45455
45674
  /**
45456
45675
  * License service.
45457
45676
  * @module purecloud-platform-client-v2/api/LicenseApi
45458
- * @version 234.0.0
45677
+ * @version 236.0.0
45459
45678
  */
45460
45679
 
45461
45680
  /**
@@ -45693,7 +45912,7 @@ class LocationsApi {
45693
45912
  /**
45694
45913
  * Locations service.
45695
45914
  * @module purecloud-platform-client-v2/api/LocationsApi
45696
- * @version 234.0.0
45915
+ * @version 236.0.0
45697
45916
  */
45698
45917
 
45699
45918
  /**
@@ -45929,7 +46148,7 @@ class LogCaptureApi {
45929
46148
  /**
45930
46149
  * LogCapture service.
45931
46150
  * @module purecloud-platform-client-v2/api/LogCaptureApi
45932
- * @version 234.0.0
46151
+ * @version 236.0.0
45933
46152
  */
45934
46153
 
45935
46154
  /**
@@ -46128,7 +46347,7 @@ class MessagingApi {
46128
46347
  /**
46129
46348
  * Messaging service.
46130
46349
  * @module purecloud-platform-client-v2/api/MessagingApi
46131
- * @version 234.0.0
46350
+ * @version 236.0.0
46132
46351
  */
46133
46352
 
46134
46353
  /**
@@ -46487,7 +46706,7 @@ class MobileDevicesApi {
46487
46706
  /**
46488
46707
  * MobileDevices service.
46489
46708
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
46490
- * @version 234.0.0
46709
+ * @version 236.0.0
46491
46710
  */
46492
46711
 
46493
46712
  /**
@@ -46638,7 +46857,7 @@ class NotificationsApi {
46638
46857
  /**
46639
46858
  * Notifications service.
46640
46859
  * @module purecloud-platform-client-v2/api/NotificationsApi
46641
- * @version 234.0.0
46860
+ * @version 236.0.0
46642
46861
  */
46643
46862
 
46644
46863
  /**
@@ -46871,7 +47090,7 @@ class OAuthApi {
46871
47090
  /**
46872
47091
  * OAuth service.
46873
47092
  * @module purecloud-platform-client-v2/api/OAuthApi
46874
- * @version 234.0.0
47093
+ * @version 236.0.0
46875
47094
  */
46876
47095
 
46877
47096
  /**
@@ -47237,7 +47456,7 @@ class ObjectsApi {
47237
47456
  /**
47238
47457
  * Objects service.
47239
47458
  * @module purecloud-platform-client-v2/api/ObjectsApi
47240
- * @version 234.0.0
47459
+ * @version 236.0.0
47241
47460
  */
47242
47461
 
47243
47462
  /**
@@ -47413,7 +47632,7 @@ class ObjectsApi {
47413
47632
  * @param {Object} opts Optional parameters
47414
47633
  * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
47415
47634
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
47416
- * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
47635
+ * @param {String} opts.pageSize Page size (max 200, default 25) (default to 25)
47417
47636
  * @param {Array.<String>} opts.id Optionally request specific divisions by their IDs
47418
47637
  * @param {String} opts.name Optionally request specific divisions by division name
47419
47638
  */
@@ -47561,7 +47780,7 @@ class OperationalEventsApi {
47561
47780
  /**
47562
47781
  * OperationalEvents service.
47563
47782
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
47564
- * @version 234.0.0
47783
+ * @version 236.0.0
47565
47784
  */
47566
47785
 
47567
47786
  /**
@@ -47678,7 +47897,7 @@ class OrganizationApi {
47678
47897
  /**
47679
47898
  * Organization service.
47680
47899
  * @module purecloud-platform-client-v2/api/OrganizationApi
47681
- * @version 234.0.0
47900
+ * @version 236.0.0
47682
47901
  */
47683
47902
 
47684
47903
  /**
@@ -48153,7 +48372,7 @@ class OrganizationAuthorizationApi {
48153
48372
  /**
48154
48373
  * OrganizationAuthorization service.
48155
48374
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
48156
- * @version 234.0.0
48375
+ * @version 236.0.0
48157
48376
  */
48158
48377
 
48159
48378
  /**
@@ -49547,7 +49766,7 @@ class OutboundApi {
49547
49766
  /**
49548
49767
  * Outbound service.
49549
49768
  * @module purecloud-platform-client-v2/api/OutboundApi
49550
- * @version 234.0.0
49769
+ * @version 236.0.0
49551
49770
  */
49552
49771
 
49553
49772
  /**
@@ -54294,7 +54513,7 @@ class PresenceApi {
54294
54513
  /**
54295
54514
  * Presence service.
54296
54515
  * @module purecloud-platform-client-v2/api/PresenceApi
54297
- * @version 234.0.0
54516
+ * @version 236.0.0
54298
54517
  */
54299
54518
 
54300
54519
  /**
@@ -55038,7 +55257,7 @@ class ProcessAutomationApi {
55038
55257
  /**
55039
55258
  * ProcessAutomation service.
55040
55259
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
55041
- * @version 234.0.0
55260
+ * @version 236.0.0
55042
55261
  */
55043
55262
 
55044
55263
  /**
@@ -55277,7 +55496,7 @@ class QualityApi {
55277
55496
  /**
55278
55497
  * Quality service.
55279
55498
  * @module purecloud-platform-client-v2/api/QualityApi
55280
- * @version 234.0.0
55499
+ * @version 236.0.0
55281
55500
  */
55282
55501
 
55283
55502
  /**
@@ -56341,59 +56560,6 @@ class QualityApi {
56341
56560
  );
56342
56561
  }
56343
56562
 
56344
- /**
56345
- * Get the most recent published version of an evaluation form across any division.
56346
- *
56347
- * @param {String} evaluationFormId Evaluation Form ID
56348
- * getQualityPublishedformsEvaluationsDivisionview is a preview method and is subject to both breaking and non-breaking changes at any time without notice
56349
- */
56350
- getQualityPublishedformsEvaluationsDivisionview(evaluationFormId) {
56351
- // verify the required parameter 'evaluationFormId' is set
56352
- if (evaluationFormId === undefined || evaluationFormId === null || evaluationFormId === '') {
56353
- throw 'Missing the required parameter "evaluationFormId" when calling getQualityPublishedformsEvaluationsDivisionview';
56354
- }
56355
-
56356
- return this.apiClient.callApi(
56357
- '/api/v2/quality/publishedforms/evaluations/divisionviews/{evaluationFormId}',
56358
- 'GET',
56359
- { 'evaluationFormId': evaluationFormId },
56360
- { },
56361
- { },
56362
- { },
56363
- null,
56364
- ['PureCloud OAuth'],
56365
- ['application/json'],
56366
- ['application/json']
56367
- );
56368
- }
56369
-
56370
- /**
56371
- * Get the published evaluation forms across any division.
56372
- *
56373
- * @param {Object} opts Optional parameters
56374
- * @param {Number} opts.pageSize Page size (default to 25)
56375
- * @param {Number} opts.pageNumber Page number (default to 1)
56376
- * @param {String} opts.name Name
56377
- * getQualityPublishedformsEvaluationsDivisionviews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
56378
- */
56379
- getQualityPublishedformsEvaluationsDivisionviews(opts) {
56380
- opts = opts || {};
56381
-
56382
-
56383
- return this.apiClient.callApi(
56384
- '/api/v2/quality/publishedforms/evaluations/divisionviews',
56385
- 'GET',
56386
- { },
56387
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'] },
56388
- { },
56389
- { },
56390
- null,
56391
- ['PureCloud OAuth'],
56392
- ['application/json'],
56393
- ['application/json']
56394
- );
56395
- }
56396
-
56397
56563
  /**
56398
56564
  * Get the most recent published version of a survey form.
56399
56565
  *
@@ -56446,59 +56612,6 @@ class QualityApi {
56446
56612
  );
56447
56613
  }
56448
56614
 
56449
- /**
56450
- * Get the most recent published version of an enabled survey form across any division.
56451
- *
56452
- * @param {String} surveyFormId Survey Form ID
56453
- * getQualityPublishedformsSurveysDivisionview is a preview method and is subject to both breaking and non-breaking changes at any time without notice
56454
- */
56455
- getQualityPublishedformsSurveysDivisionview(surveyFormId) {
56456
- // verify the required parameter 'surveyFormId' is set
56457
- if (surveyFormId === undefined || surveyFormId === null || surveyFormId === '') {
56458
- throw 'Missing the required parameter "surveyFormId" when calling getQualityPublishedformsSurveysDivisionview';
56459
- }
56460
-
56461
- return this.apiClient.callApi(
56462
- '/api/v2/quality/publishedforms/surveys/divisionviews/{surveyFormId}',
56463
- 'GET',
56464
- { 'surveyFormId': surveyFormId },
56465
- { },
56466
- { },
56467
- { },
56468
- null,
56469
- ['PureCloud OAuth'],
56470
- ['application/json'],
56471
- ['application/json']
56472
- );
56473
- }
56474
-
56475
- /**
56476
- * Get the published and enabled survey forms across any division.
56477
- *
56478
- * @param {Object} opts Optional parameters
56479
- * @param {Number} opts.pageSize Page size (default to 25)
56480
- * @param {Number} opts.pageNumber Page number (default to 1)
56481
- * @param {String} opts.name Name
56482
- * getQualityPublishedformsSurveysDivisionviews is a preview method and is subject to both breaking and non-breaking changes at any time without notice
56483
- */
56484
- getQualityPublishedformsSurveysDivisionviews(opts) {
56485
- opts = opts || {};
56486
-
56487
-
56488
- return this.apiClient.callApi(
56489
- '/api/v2/quality/publishedforms/surveys/divisionviews',
56490
- 'GET',
56491
- { },
56492
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'name': opts['name'] },
56493
- { },
56494
- { },
56495
- null,
56496
- ['PureCloud OAuth'],
56497
- ['application/json'],
56498
- ['application/json']
56499
- );
56500
- }
56501
-
56502
56615
  /**
56503
56616
  * Get a survey for a conversation
56504
56617
  *
@@ -57222,7 +57335,7 @@ class RecordingApi {
57222
57335
  /**
57223
57336
  * Recording service.
57224
57337
  * @module purecloud-platform-client-v2/api/RecordingApi
57225
- * @version 234.0.0
57338
+ * @version 236.0.0
57226
57339
  */
57227
57340
 
57228
57341
  /**
@@ -58827,7 +58940,7 @@ class ResponseManagementApi {
58827
58940
  /**
58828
58941
  * ResponseManagement service.
58829
58942
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
58830
- * @version 234.0.0
58943
+ * @version 236.0.0
58831
58944
  */
58832
58945
 
58833
58946
  /**
@@ -59337,7 +59450,7 @@ class RoutingApi {
59337
59450
  /**
59338
59451
  * Routing service.
59339
59452
  * @module purecloud-platform-client-v2/api/RoutingApi
59340
- * @version 234.0.0
59453
+ * @version 236.0.0
59341
59454
  */
59342
59455
 
59343
59456
  /**
@@ -63820,7 +63933,7 @@ class SCIMApi {
63820
63933
  /**
63821
63934
  * SCIM service.
63822
63935
  * @module purecloud-platform-client-v2/api/SCIMApi
63823
- * @version 234.0.0
63936
+ * @version 236.0.0
63824
63937
  */
63825
63938
 
63826
63939
  /**
@@ -64697,7 +64810,7 @@ class ScreenRecordingApi {
64697
64810
  /**
64698
64811
  * ScreenRecording service.
64699
64812
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
64700
- * @version 234.0.0
64813
+ * @version 236.0.0
64701
64814
  */
64702
64815
 
64703
64816
  /**
@@ -64742,7 +64855,7 @@ class ScriptsApi {
64742
64855
  /**
64743
64856
  * Scripts service.
64744
64857
  * @module purecloud-platform-client-v2/api/ScriptsApi
64745
- * @version 234.0.0
64858
+ * @version 236.0.0
64746
64859
  */
64747
64860
 
64748
64861
  /**
@@ -65218,7 +65331,7 @@ class SearchApi {
65218
65331
  /**
65219
65332
  * Search service.
65220
65333
  * @module purecloud-platform-client-v2/api/SearchApi
65221
- * @version 234.0.0
65334
+ * @version 236.0.0
65222
65335
  */
65223
65336
 
65224
65337
  /**
@@ -65906,7 +66019,7 @@ class SettingsApi {
65906
66019
  /**
65907
66020
  * Settings service.
65908
66021
  * @module purecloud-platform-client-v2/api/SettingsApi
65909
- * @version 234.0.0
66022
+ * @version 236.0.0
65910
66023
  */
65911
66024
 
65912
66025
  /**
@@ -66254,7 +66367,7 @@ class SocialMediaApi {
66254
66367
  /**
66255
66368
  * SocialMedia service.
66256
66369
  * @module purecloud-platform-client-v2/api/SocialMediaApi
66257
- * @version 234.0.0
66370
+ * @version 236.0.0
66258
66371
  */
66259
66372
 
66260
66373
  /**
@@ -67849,7 +67962,7 @@ class SpeechTextAnalyticsApi {
67849
67962
  /**
67850
67963
  * SpeechTextAnalytics service.
67851
67964
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
67852
- * @version 234.0.0
67965
+ * @version 236.0.0
67853
67966
  */
67854
67967
 
67855
67968
  /**
@@ -69496,7 +69609,7 @@ class StationsApi {
69496
69609
  /**
69497
69610
  * Stations service.
69498
69611
  * @module purecloud-platform-client-v2/api/StationsApi
69499
- * @version 234.0.0
69612
+ * @version 236.0.0
69500
69613
  */
69501
69614
 
69502
69615
  /**
@@ -69598,7 +69711,7 @@ class SuggestApi {
69598
69711
  /**
69599
69712
  * Suggest service.
69600
69713
  * @module purecloud-platform-client-v2/api/SuggestApi
69601
- * @version 234.0.0
69714
+ * @version 236.0.0
69602
69715
  */
69603
69716
 
69604
69717
  /**
@@ -69737,7 +69850,7 @@ class TaskManagementApi {
69737
69850
  /**
69738
69851
  * TaskManagement service.
69739
69852
  * @module purecloud-platform-client-v2/api/TaskManagementApi
69740
- * @version 234.0.0
69853
+ * @version 236.0.0
69741
69854
  */
69742
69855
 
69743
69856
  /**
@@ -71899,7 +72012,7 @@ class TeamsApi {
71899
72012
  /**
71900
72013
  * Teams service.
71901
72014
  * @module purecloud-platform-client-v2/api/TeamsApi
71902
- * @version 234.0.0
72015
+ * @version 236.0.0
71903
72016
  */
71904
72017
 
71905
72018
  /**
@@ -72204,7 +72317,7 @@ class TelephonyApi {
72204
72317
  /**
72205
72318
  * Telephony service.
72206
72319
  * @module purecloud-platform-client-v2/api/TelephonyApi
72207
- * @version 234.0.0
72320
+ * @version 236.0.0
72208
72321
  */
72209
72322
 
72210
72323
  /**
@@ -72490,7 +72603,7 @@ class TelephonyProvidersEdgeApi {
72490
72603
  /**
72491
72604
  * TelephonyProvidersEdge service.
72492
72605
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
72493
- * @version 234.0.0
72606
+ * @version 236.0.0
72494
72607
  */
72495
72608
 
72496
72609
  /**
@@ -75983,7 +76096,7 @@ class TextbotsApi {
75983
76096
  /**
75984
76097
  * Textbots service.
75985
76098
  * @module purecloud-platform-client-v2/api/TextbotsApi
75986
- * @version 234.0.0
76099
+ * @version 236.0.0
75987
76100
  */
75988
76101
 
75989
76102
  /**
@@ -76112,7 +76225,7 @@ class TokensApi {
76112
76225
  /**
76113
76226
  * Tokens service.
76114
76227
  * @module purecloud-platform-client-v2/api/TokensApi
76115
- * @version 234.0.0
76228
+ * @version 236.0.0
76116
76229
  */
76117
76230
 
76118
76231
  /**
@@ -76266,7 +76379,7 @@ class UploadsApi {
76266
76379
  /**
76267
76380
  * Uploads service.
76268
76381
  * @module purecloud-platform-client-v2/api/UploadsApi
76269
- * @version 234.0.0
76382
+ * @version 236.0.0
76270
76383
  */
76271
76384
 
76272
76385
  /**
@@ -76557,7 +76670,7 @@ class UsageApi {
76557
76670
  /**
76558
76671
  * Usage service.
76559
76672
  * @module purecloud-platform-client-v2/api/UsageApi
76560
- * @version 234.0.0
76673
+ * @version 236.0.0
76561
76674
  */
76562
76675
 
76563
76676
  /**
@@ -76892,7 +77005,7 @@ class UserRecordingsApi {
76892
77005
  /**
76893
77006
  * UserRecordings service.
76894
77007
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
76895
- * @version 234.0.0
77008
+ * @version 236.0.0
76896
77009
  */
76897
77010
 
76898
77011
  /**
@@ -77076,7 +77189,7 @@ class UsersApi {
77076
77189
  /**
77077
77190
  * Users service.
77078
77191
  * @module purecloud-platform-client-v2/api/UsersApi
77079
- * @version 234.0.0
77192
+ * @version 236.0.0
77080
77193
  */
77081
77194
 
77082
77195
  /**
@@ -80085,7 +80198,7 @@ class UtilitiesApi {
80085
80198
  /**
80086
80199
  * Utilities service.
80087
80200
  * @module purecloud-platform-client-v2/api/UtilitiesApi
80088
- * @version 234.0.0
80201
+ * @version 236.0.0
80089
80202
  */
80090
80203
 
80091
80204
  /**
@@ -80196,7 +80309,7 @@ class VoicemailApi {
80196
80309
  /**
80197
80310
  * Voicemail service.
80198
80311
  * @module purecloud-platform-client-v2/api/VoicemailApi
80199
- * @version 234.0.0
80312
+ * @version 236.0.0
80200
80313
  */
80201
80314
 
80202
80315
  /**
@@ -80918,7 +81031,7 @@ class WebChatApi {
80918
81031
  /**
80919
81032
  * WebChat service.
80920
81033
  * @module purecloud-platform-client-v2/api/WebChatApi
80921
- * @version 234.0.0
81034
+ * @version 236.0.0
80922
81035
  */
80923
81036
 
80924
81037
  /**
@@ -81481,7 +81594,7 @@ class WebDeploymentsApi {
81481
81594
  /**
81482
81595
  * WebDeployments service.
81483
81596
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
81484
- * @version 234.0.0
81597
+ * @version 236.0.0
81485
81598
  */
81486
81599
 
81487
81600
  /**
@@ -82063,7 +82176,7 @@ class WebMessagingApi {
82063
82176
  /**
82064
82177
  * WebMessaging service.
82065
82178
  * @module purecloud-platform-client-v2/api/WebMessagingApi
82066
- * @version 234.0.0
82179
+ * @version 236.0.0
82067
82180
  */
82068
82181
 
82069
82182
  /**
@@ -82209,7 +82322,7 @@ class WidgetsApi {
82209
82322
  /**
82210
82323
  * Widgets service.
82211
82324
  * @module purecloud-platform-client-v2/api/WidgetsApi
82212
- * @version 234.0.0
82325
+ * @version 236.0.0
82213
82326
  */
82214
82327
 
82215
82328
  /**
@@ -82360,7 +82473,7 @@ class WorkforceManagementApi {
82360
82473
  /**
82361
82474
  * WorkforceManagement service.
82362
82475
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
82363
- * @version 234.0.0
82476
+ * @version 236.0.0
82364
82477
  */
82365
82478
 
82366
82479
  /**
@@ -84760,6 +84873,7 @@ class WorkforceManagementApi {
84760
84873
  * @param {String} forecastId The ID of the forecast
84761
84874
  * @param {Object} opts Optional parameters
84762
84875
  * @param {Array.<String>} opts.weekNumbers The week numbers to fetch (for multi-week forecasts) staffing requirements. Returns all week data if the list is not specified
84876
+ * @param {Array.<String>} opts.expand Expand to include minimum staffing values in (staffing requirement response or applied to base staffing requirement values)
84763
84877
  */
84764
84878
  getWorkforcemanagementBusinessunitWeekShorttermforecastStaffingrequirement(businessUnitId, weekDateId, forecastId, opts) {
84765
84879
  opts = opts || {};
@@ -84781,7 +84895,7 @@ class WorkforceManagementApi {
84781
84895
  '/api/v2/workforcemanagement/businessunits/{businessUnitId}/weeks/{weekDateId}/shorttermforecasts/{forecastId}/staffingrequirement',
84782
84896
  'GET',
84783
84897
  { 'businessUnitId': businessUnitId,'weekDateId': weekDateId,'forecastId': forecastId },
84784
- { 'weekNumbers': this.apiClient.buildCollectionParam(opts['weekNumbers'], 'multi') },
84898
+ { 'weekNumbers': this.apiClient.buildCollectionParam(opts['weekNumbers'], 'multi'),'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
84785
84899
  { },
84786
84900
  { },
84787
84901
  null,
@@ -90360,7 +90474,7 @@ class WorkforceManagementApi {
90360
90474
  * </pre>
90361
90475
  * </p>
90362
90476
  * @module purecloud-platform-client-v2/index
90363
- * @version 234.0.0
90477
+ * @version 236.0.0
90364
90478
  */
90365
90479
  class platformClient {
90366
90480
  constructor() {