purecloud-platform-client-v2 136.0.0 → 136.1.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 (73) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +314 -65
  3. package/dist/web-amd/purecloud-platform-client-v2.js +314 -65
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +314 -65
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +314 -65
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +528 -387
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +2 -2
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +50 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/OutboundApi.js +201 -1
  47. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -2265,7 +2265,7 @@ class Configuration {
2265
2265
 
2266
2266
  /**
2267
2267
  * @module purecloud-platform-client-v2/ApiClient
2268
- * @version 136.0.0
2268
+ * @version 136.1.0
2269
2269
  */
2270
2270
  class ApiClient {
2271
2271
  /**
@@ -3205,7 +3205,7 @@ class ApiClient {
3205
3205
 
3206
3206
  // set header parameters
3207
3207
  request.set(that.defaultHeaders).set(that.normalizeParams(headerParams));
3208
- //request.set({ 'purecloud-sdk': '136.0.0' });
3208
+ //request.set({ 'purecloud-sdk': '136.1.0' });
3209
3209
 
3210
3210
  // set request timeout
3211
3211
  request.timeout(that.timeout);
@@ -3305,7 +3305,7 @@ class AlertingApi {
3305
3305
  /**
3306
3306
  * Alerting service.
3307
3307
  * @module purecloud-platform-client-v2/api/AlertingApi
3308
- * @version 136.0.0
3308
+ * @version 136.1.0
3309
3309
  */
3310
3310
 
3311
3311
  /**
@@ -3619,7 +3619,7 @@ class AnalyticsApi {
3619
3619
  /**
3620
3620
  * Analytics service.
3621
3621
  * @module purecloud-platform-client-v2/api/AnalyticsApi
3622
- * @version 136.0.0
3622
+ * @version 136.1.0
3623
3623
  */
3624
3624
 
3625
3625
  /**
@@ -4801,7 +4801,7 @@ class ArchitectApi {
4801
4801
  /**
4802
4802
  * Architect service.
4803
4803
  * @module purecloud-platform-client-v2/api/ArchitectApi
4804
- * @version 136.0.0
4804
+ * @version 136.1.0
4805
4805
  */
4806
4806
 
4807
4807
  /**
@@ -6565,6 +6565,35 @@ class ArchitectApi {
6565
6565
  );
6566
6566
  }
6567
6567
 
6568
+ /**
6569
+ * Fetch Architect Job Status
6570
+ *
6571
+ * @param {String} jobId Job ID
6572
+ * @param {Object} opts Optional parameters
6573
+ * @param {Array.<String>} opts.expand Which fields, if any, to expand.
6574
+ */
6575
+ getFlowsJob(jobId, opts) {
6576
+ opts = opts || {};
6577
+
6578
+ // verify the required parameter 'jobId' is set
6579
+ if (jobId === undefined || jobId === null) {
6580
+ throw 'Missing the required parameter "jobId" when calling getFlowsJob';
6581
+ }
6582
+
6583
+ return this.apiClient.callApi(
6584
+ '/api/v2/flows/jobs/{jobId}',
6585
+ 'GET',
6586
+ { 'jobId': jobId },
6587
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
6588
+ { },
6589
+ { },
6590
+ null,
6591
+ ['PureCloud OAuth'],
6592
+ ['application/json'],
6593
+ ['application/json']
6594
+ );
6595
+ }
6596
+
6568
6597
  /**
6569
6598
  * Get a flow milestone
6570
6599
  * Returns a specified flow milestone
@@ -7367,6 +7396,26 @@ class ArchitectApi {
7367
7396
  );
7368
7397
  }
7369
7398
 
7399
+ /**
7400
+ * Register Architect Job. Returns a URL where a file, such as an Architect flow YAML file, can be PUT which will then initiate the job.
7401
+ *
7402
+ */
7403
+ postFlowsJobs() {
7404
+
7405
+ return this.apiClient.callApi(
7406
+ '/api/v2/flows/jobs',
7407
+ 'POST',
7408
+ { },
7409
+ { },
7410
+ { },
7411
+ { },
7412
+ null,
7413
+ ['PureCloud OAuth'],
7414
+ ['application/json'],
7415
+ ['application/json']
7416
+ );
7417
+ }
7418
+
7370
7419
  /**
7371
7420
  * Create a flow milestone
7372
7421
  *
@@ -7797,7 +7846,7 @@ class AuditApi {
7797
7846
  /**
7798
7847
  * Audit service.
7799
7848
  * @module purecloud-platform-client-v2/api/AuditApi
7800
- * @version 136.0.0
7849
+ * @version 136.1.0
7801
7850
  */
7802
7851
 
7803
7852
  /**
@@ -7968,7 +8017,7 @@ class AuthorizationApi {
7968
8017
  /**
7969
8018
  * Authorization service.
7970
8019
  * @module purecloud-platform-client-v2/api/AuthorizationApi
7971
- * @version 136.0.0
8020
+ * @version 136.1.0
7972
8021
  */
7973
8022
 
7974
8023
  /**
@@ -9151,7 +9200,7 @@ class BillingApi {
9151
9200
  /**
9152
9201
  * Billing service.
9153
9202
  * @module purecloud-platform-client-v2/api/BillingApi
9154
- * @version 136.0.0
9203
+ * @version 136.1.0
9155
9204
  */
9156
9205
 
9157
9206
  /**
@@ -9231,7 +9280,7 @@ class ChatApi {
9231
9280
  /**
9232
9281
  * Chat service.
9233
9282
  * @module purecloud-platform-client-v2/api/ChatApi
9234
- * @version 136.0.0
9283
+ * @version 136.1.0
9235
9284
  */
9236
9285
 
9237
9286
  /**
@@ -9322,7 +9371,7 @@ class CoachingApi {
9322
9371
  /**
9323
9372
  * Coaching service.
9324
9373
  * @module purecloud-platform-client-v2/api/CoachingApi
9325
- * @version 136.0.0
9374
+ * @version 136.1.0
9326
9375
  */
9327
9376
 
9328
9377
  /**
@@ -9899,7 +9948,7 @@ class ContentManagementApi {
9899
9948
  /**
9900
9949
  * ContentManagement service.
9901
9950
  * @module purecloud-platform-client-v2/api/ContentManagementApi
9902
- * @version 136.0.0
9951
+ * @version 136.1.0
9903
9952
  */
9904
9953
 
9905
9954
  /**
@@ -11039,7 +11088,7 @@ class ConversationsApi {
11039
11088
  /**
11040
11089
  * Conversations service.
11041
11090
  * @module purecloud-platform-client-v2/api/ConversationsApi
11042
- * @version 136.0.0
11091
+ * @version 136.1.0
11043
11092
  */
11044
11093
 
11045
11094
  /**
@@ -15703,7 +15752,7 @@ class DataExtensionsApi {
15703
15752
  /**
15704
15753
  * DataExtensions service.
15705
15754
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
15706
- * @version 136.0.0
15755
+ * @version 136.1.0
15707
15756
  */
15708
15757
 
15709
15758
  /**
@@ -15789,7 +15838,7 @@ class ExternalContactsApi {
15789
15838
  /**
15790
15839
  * ExternalContacts service.
15791
15840
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
15792
- * @version 136.0.0
15841
+ * @version 136.1.0
15793
15842
  */
15794
15843
 
15795
15844
  /**
@@ -17532,7 +17581,7 @@ class FaxApi {
17532
17581
  /**
17533
17582
  * Fax service.
17534
17583
  * @module purecloud-platform-client-v2/api/FaxApi
17535
- * @version 136.0.0
17584
+ * @version 136.1.0
17536
17585
  */
17537
17586
 
17538
17587
  /**
@@ -17703,7 +17752,7 @@ class FlowsApi {
17703
17752
  /**
17704
17753
  * Flows service.
17705
17754
  * @module purecloud-platform-client-v2/api/FlowsApi
17706
- * @version 136.0.0
17755
+ * @version 136.1.0
17707
17756
  */
17708
17757
 
17709
17758
  /**
@@ -17774,7 +17823,7 @@ class GamificationApi {
17774
17823
  /**
17775
17824
  * Gamification service.
17776
17825
  * @module purecloud-platform-client-v2/api/GamificationApi
17777
- * @version 136.0.0
17826
+ * @version 136.1.0
17778
17827
  */
17779
17828
 
17780
17829
  /**
@@ -19204,7 +19253,7 @@ class GeneralDataProtectionRegulationApi {
19204
19253
  /**
19205
19254
  * GeneralDataProtectionRegulation service.
19206
19255
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
19207
- * @version 136.0.0
19256
+ * @version 136.1.0
19208
19257
  */
19209
19258
 
19210
19259
  /**
@@ -19334,7 +19383,7 @@ class GeolocationApi {
19334
19383
  /**
19335
19384
  * Geolocation service.
19336
19385
  * @module purecloud-platform-client-v2/api/GeolocationApi
19337
- * @version 136.0.0
19386
+ * @version 136.1.0
19338
19387
  */
19339
19388
 
19340
19389
  /**
@@ -19465,7 +19514,7 @@ class GreetingsApi {
19465
19514
  /**
19466
19515
  * Greetings service.
19467
19516
  * @module purecloud-platform-client-v2/api/GreetingsApi
19468
- * @version 136.0.0
19517
+ * @version 136.1.0
19469
19518
  */
19470
19519
 
19471
19520
  /**
@@ -19920,7 +19969,7 @@ class GroupsApi {
19920
19969
  /**
19921
19970
  * Groups service.
19922
19971
  * @module purecloud-platform-client-v2/api/GroupsApi
19923
- * @version 136.0.0
19972
+ * @version 136.1.0
19924
19973
  */
19925
19974
 
19926
19975
  /**
@@ -20325,7 +20374,7 @@ class IdentityProviderApi {
20325
20374
  /**
20326
20375
  * IdentityProvider service.
20327
20376
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
20328
- * @version 136.0.0
20377
+ * @version 136.1.0
20329
20378
  */
20330
20379
 
20331
20380
  /**
@@ -21081,7 +21130,7 @@ class IntegrationsApi {
21081
21130
  /**
21082
21131
  * Integrations service.
21083
21132
  * @module purecloud-platform-client-v2/api/IntegrationsApi
21084
- * @version 136.0.0
21133
+ * @version 136.1.0
21085
21134
  */
21086
21135
 
21087
21136
  /**
@@ -22758,7 +22807,7 @@ class JourneyApi {
22758
22807
  /**
22759
22808
  * Journey service.
22760
22809
  * @module purecloud-platform-client-v2/api/JourneyApi
22761
- * @version 136.0.0
22810
+ * @version 136.1.0
22762
22811
  */
22763
22812
 
22764
22813
  /**
@@ -23469,7 +23518,7 @@ class KnowledgeApi {
23469
23518
  /**
23470
23519
  * Knowledge service.
23471
23520
  * @module purecloud-platform-client-v2/api/KnowledgeApi
23472
- * @version 136.0.0
23521
+ * @version 136.1.0
23473
23522
  */
23474
23523
 
23475
23524
  /**
@@ -24369,7 +24418,7 @@ class LanguageUnderstandingApi {
24369
24418
  /**
24370
24419
  * LanguageUnderstanding service.
24371
24420
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
24372
- * @version 136.0.0
24421
+ * @version 136.1.0
24373
24422
  */
24374
24423
 
24375
24424
  /**
@@ -25273,7 +25322,7 @@ class LanguagesApi {
25273
25322
  /**
25274
25323
  * Languages service.
25275
25324
  * @module purecloud-platform-client-v2/api/LanguagesApi
25276
- * @version 136.0.0
25325
+ * @version 136.1.0
25277
25326
  */
25278
25327
 
25279
25328
  /**
@@ -25541,7 +25590,7 @@ class LearningApi {
25541
25590
  /**
25542
25591
  * Learning service.
25543
25592
  * @module purecloud-platform-client-v2/api/LearningApi
25544
- * @version 136.0.0
25593
+ * @version 136.1.0
25545
25594
  */
25546
25595
 
25547
25596
  /**
@@ -26132,7 +26181,7 @@ class LicenseApi {
26132
26181
  /**
26133
26182
  * License service.
26134
26183
  * @module purecloud-platform-client-v2/api/LicenseApi
26135
- * @version 136.0.0
26184
+ * @version 136.1.0
26136
26185
  */
26137
26186
 
26138
26187
  /**
@@ -26370,7 +26419,7 @@ class LocationsApi {
26370
26419
  /**
26371
26420
  * Locations service.
26372
26421
  * @module purecloud-platform-client-v2/api/LocationsApi
26373
- * @version 136.0.0
26422
+ * @version 136.1.0
26374
26423
  */
26375
26424
 
26376
26425
  /**
@@ -26606,7 +26655,7 @@ class MessagingApi {
26606
26655
  /**
26607
26656
  * Messaging service.
26608
26657
  * @module purecloud-platform-client-v2/api/MessagingApi
26609
- * @version 136.0.0
26658
+ * @version 136.1.0
26610
26659
  */
26611
26660
 
26612
26661
  /**
@@ -26757,7 +26806,7 @@ class MobileDevicesApi {
26757
26806
  /**
26758
26807
  * MobileDevices service.
26759
26808
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
26760
- * @version 136.0.0
26809
+ * @version 136.1.0
26761
26810
  */
26762
26811
 
26763
26812
  /**
@@ -26908,7 +26957,7 @@ class NotificationsApi {
26908
26957
  /**
26909
26958
  * Notifications service.
26910
26959
  * @module purecloud-platform-client-v2/api/NotificationsApi
26911
- * @version 136.0.0
26960
+ * @version 136.1.0
26912
26961
  */
26913
26962
 
26914
26963
  /**
@@ -27133,7 +27182,7 @@ class OAuthApi {
27133
27182
  /**
27134
27183
  * OAuth service.
27135
27184
  * @module purecloud-platform-client-v2/api/OAuthApi
27136
- * @version 136.0.0
27185
+ * @version 136.1.0
27137
27186
  */
27138
27187
 
27139
27188
  /**
@@ -27499,7 +27548,7 @@ class ObjectsApi {
27499
27548
  /**
27500
27549
  * Objects service.
27501
27550
  * @module purecloud-platform-client-v2/api/ObjectsApi
27502
- * @version 136.0.0
27551
+ * @version 136.1.0
27503
27552
  */
27504
27553
 
27505
27554
  /**
@@ -27770,7 +27819,7 @@ class OrganizationApi {
27770
27819
  /**
27771
27820
  * Organization service.
27772
27821
  * @module purecloud-platform-client-v2/api/OrganizationApi
27773
- * @version 136.0.0
27822
+ * @version 136.1.0
27774
27823
  */
27775
27824
 
27776
27825
  /**
@@ -28173,7 +28222,7 @@ class OrganizationAuthorizationApi {
28173
28222
  /**
28174
28223
  * OrganizationAuthorization service.
28175
28224
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
28176
- * @version 136.0.0
28225
+ * @version 136.1.0
28177
28226
  */
28178
28227
 
28179
28228
  /**
@@ -29098,7 +29147,7 @@ class OutboundApi {
29098
29147
  /**
29099
29148
  * Outbound service.
29100
29149
  * @module purecloud-platform-client-v2/api/OutboundApi
29101
- * @version 136.0.0
29150
+ * @version 136.1.0
29102
29151
  */
29103
29152
 
29104
29153
  /**
@@ -29523,6 +29572,56 @@ class OutboundApi {
29523
29572
  );
29524
29573
  }
29525
29574
 
29575
+ /**
29576
+ * Delete an email campaign schedule.
29577
+ *
29578
+ * @param {String} emailCampaignId Email Campaign ID
29579
+ */
29580
+ deleteOutboundSchedulesEmailcampaign(emailCampaignId) {
29581
+ // verify the required parameter 'emailCampaignId' is set
29582
+ if (emailCampaignId === undefined || emailCampaignId === null) {
29583
+ throw 'Missing the required parameter "emailCampaignId" when calling deleteOutboundSchedulesEmailcampaign';
29584
+ }
29585
+
29586
+ return this.apiClient.callApi(
29587
+ '/api/v2/outbound/schedules/emailcampaigns/{emailCampaignId}',
29588
+ 'DELETE',
29589
+ { 'emailCampaignId': emailCampaignId },
29590
+ { },
29591
+ { },
29592
+ { },
29593
+ null,
29594
+ ['PureCloud OAuth'],
29595
+ ['application/json'],
29596
+ ['application/json']
29597
+ );
29598
+ }
29599
+
29600
+ /**
29601
+ * Delete a messaging campaign schedule.
29602
+ *
29603
+ * @param {String} messagingCampaignId Messaging Campaign ID
29604
+ */
29605
+ deleteOutboundSchedulesMessagingcampaign(messagingCampaignId) {
29606
+ // verify the required parameter 'messagingCampaignId' is set
29607
+ if (messagingCampaignId === undefined || messagingCampaignId === null) {
29608
+ throw 'Missing the required parameter "messagingCampaignId" when calling deleteOutboundSchedulesMessagingcampaign';
29609
+ }
29610
+
29611
+ return this.apiClient.callApi(
29612
+ '/api/v2/outbound/schedules/messagingcampaigns/{messagingCampaignId}',
29613
+ 'DELETE',
29614
+ { 'messagingCampaignId': messagingCampaignId },
29615
+ { },
29616
+ { },
29617
+ { },
29618
+ null,
29619
+ ['PureCloud OAuth'],
29620
+ ['application/json'],
29621
+ ['application/json']
29622
+ );
29623
+ }
29624
+
29526
29625
  /**
29527
29626
  * Delete a dialer sequence schedule.
29528
29627
  *
@@ -30859,6 +30958,96 @@ class OutboundApi {
30859
30958
  );
30860
30959
  }
30861
30960
 
30961
+ /**
30962
+ * Get an email campaign schedule.
30963
+ *
30964
+ * @param {String} emailCampaignId Email Campaign ID
30965
+ */
30966
+ getOutboundSchedulesEmailcampaign(emailCampaignId) {
30967
+ // verify the required parameter 'emailCampaignId' is set
30968
+ if (emailCampaignId === undefined || emailCampaignId === null) {
30969
+ throw 'Missing the required parameter "emailCampaignId" when calling getOutboundSchedulesEmailcampaign';
30970
+ }
30971
+
30972
+ return this.apiClient.callApi(
30973
+ '/api/v2/outbound/schedules/emailcampaigns/{emailCampaignId}',
30974
+ 'GET',
30975
+ { 'emailCampaignId': emailCampaignId },
30976
+ { },
30977
+ { },
30978
+ { },
30979
+ null,
30980
+ ['PureCloud OAuth'],
30981
+ ['application/json'],
30982
+ ['application/json']
30983
+ );
30984
+ }
30985
+
30986
+ /**
30987
+ * Query for a list of email campaign schedules.
30988
+ *
30989
+ */
30990
+ getOutboundSchedulesEmailcampaigns() {
30991
+
30992
+ return this.apiClient.callApi(
30993
+ '/api/v2/outbound/schedules/emailcampaigns',
30994
+ 'GET',
30995
+ { },
30996
+ { },
30997
+ { },
30998
+ { },
30999
+ null,
31000
+ ['PureCloud OAuth'],
31001
+ ['application/json'],
31002
+ ['application/json']
31003
+ );
31004
+ }
31005
+
31006
+ /**
31007
+ * Get a messaging campaign schedule.
31008
+ *
31009
+ * @param {String} messagingCampaignId Messaging Campaign ID
31010
+ */
31011
+ getOutboundSchedulesMessagingcampaign(messagingCampaignId) {
31012
+ // verify the required parameter 'messagingCampaignId' is set
31013
+ if (messagingCampaignId === undefined || messagingCampaignId === null) {
31014
+ throw 'Missing the required parameter "messagingCampaignId" when calling getOutboundSchedulesMessagingcampaign';
31015
+ }
31016
+
31017
+ return this.apiClient.callApi(
31018
+ '/api/v2/outbound/schedules/messagingcampaigns/{messagingCampaignId}',
31019
+ 'GET',
31020
+ { 'messagingCampaignId': messagingCampaignId },
31021
+ { },
31022
+ { },
31023
+ { },
31024
+ null,
31025
+ ['PureCloud OAuth'],
31026
+ ['application/json'],
31027
+ ['application/json']
31028
+ );
31029
+ }
31030
+
31031
+ /**
31032
+ * Query for a list of messaging campaign schedules.
31033
+ *
31034
+ */
31035
+ getOutboundSchedulesMessagingcampaigns() {
31036
+
31037
+ return this.apiClient.callApi(
31038
+ '/api/v2/outbound/schedules/messagingcampaigns',
31039
+ 'GET',
31040
+ { },
31041
+ { },
31042
+ { },
31043
+ { },
31044
+ null,
31045
+ ['PureCloud OAuth'],
31046
+ ['application/json'],
31047
+ ['application/json']
31048
+ );
31049
+ }
31050
+
30862
31051
  /**
30863
31052
  * Get a dialer sequence schedule.
30864
31053
  *
@@ -32062,6 +32251,66 @@ class OutboundApi {
32062
32251
  );
32063
32252
  }
32064
32253
 
32254
+ /**
32255
+ * Update an email campaign schedule.
32256
+ *
32257
+ * @param {String} emailCampaignId Email Campaign ID
32258
+ * @param {Object} body EmailCampaignSchedule
32259
+ */
32260
+ putOutboundSchedulesEmailcampaign(emailCampaignId, body) {
32261
+ // verify the required parameter 'emailCampaignId' is set
32262
+ if (emailCampaignId === undefined || emailCampaignId === null) {
32263
+ throw 'Missing the required parameter "emailCampaignId" when calling putOutboundSchedulesEmailcampaign';
32264
+ }
32265
+ // verify the required parameter 'body' is set
32266
+ if (body === undefined || body === null) {
32267
+ throw 'Missing the required parameter "body" when calling putOutboundSchedulesEmailcampaign';
32268
+ }
32269
+
32270
+ return this.apiClient.callApi(
32271
+ '/api/v2/outbound/schedules/emailcampaigns/{emailCampaignId}',
32272
+ 'PUT',
32273
+ { 'emailCampaignId': emailCampaignId },
32274
+ { },
32275
+ { },
32276
+ { },
32277
+ body,
32278
+ ['PureCloud OAuth'],
32279
+ ['application/json'],
32280
+ ['application/json']
32281
+ );
32282
+ }
32283
+
32284
+ /**
32285
+ * Update a new messaging campaign schedule.
32286
+ *
32287
+ * @param {String} messagingCampaignId Messaging Campaign ID
32288
+ * @param {Object} body MessagingCampaignSchedule
32289
+ */
32290
+ putOutboundSchedulesMessagingcampaign(messagingCampaignId, body) {
32291
+ // verify the required parameter 'messagingCampaignId' is set
32292
+ if (messagingCampaignId === undefined || messagingCampaignId === null) {
32293
+ throw 'Missing the required parameter "messagingCampaignId" when calling putOutboundSchedulesMessagingcampaign';
32294
+ }
32295
+ // verify the required parameter 'body' is set
32296
+ if (body === undefined || body === null) {
32297
+ throw 'Missing the required parameter "body" when calling putOutboundSchedulesMessagingcampaign';
32298
+ }
32299
+
32300
+ return this.apiClient.callApi(
32301
+ '/api/v2/outbound/schedules/messagingcampaigns/{messagingCampaignId}',
32302
+ 'PUT',
32303
+ { 'messagingCampaignId': messagingCampaignId },
32304
+ { },
32305
+ { },
32306
+ { },
32307
+ body,
32308
+ ['PureCloud OAuth'],
32309
+ ['application/json'],
32310
+ ['application/json']
32311
+ );
32312
+ }
32313
+
32065
32314
  /**
32066
32315
  * Update a new sequence schedule.
32067
32316
  *
@@ -32153,7 +32402,7 @@ class PresenceApi {
32153
32402
  /**
32154
32403
  * Presence service.
32155
32404
  * @module purecloud-platform-client-v2/api/PresenceApi
32156
- * @version 136.0.0
32405
+ * @version 136.1.0
32157
32406
  */
32158
32407
 
32159
32408
  /**
@@ -32475,7 +32724,7 @@ class QualityApi {
32475
32724
  /**
32476
32725
  * Quality service.
32477
32726
  * @module purecloud-platform-client-v2/api/QualityApi
32478
- * @version 136.0.0
32727
+ * @version 136.1.0
32479
32728
  */
32480
32729
 
32481
32730
  /**
@@ -34053,7 +34302,7 @@ class RecordingApi {
34053
34302
  /**
34054
34303
  * Recording service.
34055
34304
  * @module purecloud-platform-client-v2/api/RecordingApi
34056
- * @version 136.0.0
34305
+ * @version 136.1.0
34057
34306
  */
34058
34307
 
34059
34308
  /**
@@ -35706,7 +35955,7 @@ class ResponseManagementApi {
35706
35955
  /**
35707
35956
  * ResponseManagement service.
35708
35957
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
35709
- * @version 136.0.0
35958
+ * @version 136.1.0
35710
35959
  */
35711
35960
 
35712
35961
  /**
@@ -36190,7 +36439,7 @@ class RoutingApi {
36190
36439
  /**
36191
36440
  * Routing service.
36192
36441
  * @module purecloud-platform-client-v2/api/RoutingApi
36193
- * @version 136.0.0
36442
+ * @version 136.1.0
36194
36443
  */
36195
36444
 
36196
36445
  /**
@@ -39117,7 +39366,7 @@ class SCIMApi {
39117
39366
  /**
39118
39367
  * SCIM service.
39119
39368
  * @module purecloud-platform-client-v2/api/SCIMApi
39120
- * @version 136.0.0
39369
+ * @version 136.1.0
39121
39370
  */
39122
39371
 
39123
39372
  /**
@@ -39994,7 +40243,7 @@ class ScriptsApi {
39994
40243
  /**
39995
40244
  * Scripts service.
39996
40245
  * @module purecloud-platform-client-v2/api/ScriptsApi
39997
- * @version 136.0.0
40246
+ * @version 136.1.0
39998
40247
  */
39999
40248
 
40000
40249
  /**
@@ -40413,7 +40662,7 @@ class SearchApi {
40413
40662
  /**
40414
40663
  * Search service.
40415
40664
  * @module purecloud-platform-client-v2/api/SearchApi
40416
- * @version 136.0.0
40665
+ * @version 136.1.0
40417
40666
  */
40418
40667
 
40419
40668
  /**
@@ -40948,7 +41197,7 @@ class SpeechTextAnalyticsApi {
40948
41197
  /**
40949
41198
  * SpeechTextAnalytics service.
40950
41199
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
40951
- * @version 136.0.0
41200
+ * @version 136.1.0
40952
41201
  */
40953
41202
 
40954
41203
  /**
@@ -41801,7 +42050,7 @@ class StationsApi {
41801
42050
  /**
41802
42051
  * Stations service.
41803
42052
  * @module purecloud-platform-client-v2/api/StationsApi
41804
- * @version 136.0.0
42053
+ * @version 136.1.0
41805
42054
  */
41806
42055
 
41807
42056
  /**
@@ -41948,7 +42197,7 @@ class SuggestApi {
41948
42197
  /**
41949
42198
  * Suggest service.
41950
42199
  * @module purecloud-platform-client-v2/api/SuggestApi
41951
- * @version 136.0.0
42200
+ * @version 136.1.0
41952
42201
  */
41953
42202
 
41954
42203
  /**
@@ -42087,7 +42336,7 @@ class TelephonyApi {
42087
42336
  /**
42088
42337
  * Telephony service.
42089
42338
  * @module purecloud-platform-client-v2/api/TelephonyApi
42090
- * @version 136.0.0
42339
+ * @version 136.1.0
42091
42340
  */
42092
42341
 
42093
42342
  /**
@@ -42195,7 +42444,7 @@ class TelephonyProvidersEdgeApi {
42195
42444
  /**
42196
42445
  * TelephonyProvidersEdge service.
42197
42446
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
42198
- * @version 136.0.0
42447
+ * @version 136.1.0
42199
42448
  */
42200
42449
 
42201
42450
  /**
@@ -45828,7 +46077,7 @@ class TextbotsApi {
45828
46077
  /**
45829
46078
  * Textbots service.
45830
46079
  * @module purecloud-platform-client-v2/api/TextbotsApi
45831
- * @version 136.0.0
46080
+ * @version 136.1.0
45832
46081
  */
45833
46082
 
45834
46083
  /**
@@ -45956,7 +46205,7 @@ class TokensApi {
45956
46205
  /**
45957
46206
  * Tokens service.
45958
46207
  * @module purecloud-platform-client-v2/api/TokensApi
45959
- * @version 136.0.0
46208
+ * @version 136.1.0
45960
46209
  */
45961
46210
 
45962
46211
  /**
@@ -46062,7 +46311,7 @@ class UploadsApi {
46062
46311
  /**
46063
46312
  * Uploads service.
46064
46313
  * @module purecloud-platform-client-v2/api/UploadsApi
46065
- * @version 136.0.0
46314
+ * @version 136.1.0
46066
46315
  */
46067
46316
 
46068
46317
  /**
@@ -46213,7 +46462,7 @@ class UsageApi {
46213
46462
  /**
46214
46463
  * Usage service.
46215
46464
  * @module purecloud-platform-client-v2/api/UsageApi
46216
- * @version 136.0.0
46465
+ * @version 136.1.0
46217
46466
  */
46218
46467
 
46219
46468
  /**
@@ -46284,7 +46533,7 @@ class UserRecordingsApi {
46284
46533
  /**
46285
46534
  * UserRecordings service.
46286
46535
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
46287
- * @version 136.0.0
46536
+ * @version 136.1.0
46288
46537
  */
46289
46538
 
46290
46539
  /**
@@ -46468,7 +46717,7 @@ class UsersApi {
46468
46717
  /**
46469
46718
  * Users service.
46470
46719
  * @module purecloud-platform-client-v2/api/UsersApi
46471
- * @version 136.0.0
46720
+ * @version 136.1.0
46472
46721
  */
46473
46722
 
46474
46723
  /**
@@ -48770,7 +49019,7 @@ class UtilitiesApi {
48770
49019
  /**
48771
49020
  * Utilities service.
48772
49021
  * @module purecloud-platform-client-v2/api/UtilitiesApi
48773
- * @version 136.0.0
49022
+ * @version 136.1.0
48774
49023
  */
48775
49024
 
48776
49025
  /**
@@ -48881,7 +49130,7 @@ class VoicemailApi {
48881
49130
  /**
48882
49131
  * Voicemail service.
48883
49132
  * @module purecloud-platform-client-v2/api/VoicemailApi
48884
- * @version 136.0.0
49133
+ * @version 136.1.0
48885
49134
  */
48886
49135
 
48887
49136
  /**
@@ -49548,7 +49797,7 @@ class WebChatApi {
49548
49797
  /**
49549
49798
  * WebChat service.
49550
49799
  * @module purecloud-platform-client-v2/api/WebChatApi
49551
- * @version 136.0.0
49800
+ * @version 136.1.0
49552
49801
  */
49553
49802
 
49554
49803
  /**
@@ -50092,7 +50341,7 @@ class WebDeploymentsApi {
50092
50341
  /**
50093
50342
  * WebDeployments service.
50094
50343
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
50095
- * @version 136.0.0
50344
+ * @version 136.1.0
50096
50345
  */
50097
50346
 
50098
50347
  /**
@@ -50447,7 +50696,7 @@ class WebMessagingApi {
50447
50696
  /**
50448
50697
  * WebMessaging service.
50449
50698
  * @module purecloud-platform-client-v2/api/WebMessagingApi
50450
- * @version 136.0.0
50699
+ * @version 136.1.0
50451
50700
  */
50452
50701
 
50453
50702
  /**
@@ -50493,7 +50742,7 @@ class WidgetsApi {
50493
50742
  /**
50494
50743
  * Widgets service.
50495
50744
  * @module purecloud-platform-client-v2/api/WidgetsApi
50496
- * @version 136.0.0
50745
+ * @version 136.1.0
50497
50746
  */
50498
50747
 
50499
50748
  /**
@@ -50639,7 +50888,7 @@ class WorkforceManagementApi {
50639
50888
  /**
50640
50889
  * WorkforceManagement service.
50641
50890
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
50642
- * @version 136.0.0
50891
+ * @version 136.1.0
50643
50892
  */
50644
50893
 
50645
50894
  /**
@@ -54890,7 +55139,7 @@ class WorkforceManagementApi {
54890
55139
  * </pre>
54891
55140
  * </p>
54892
55141
  * @module purecloud-platform-client-v2/index
54893
- * @version 136.0.0
55142
+ * @version 136.1.0
54894
55143
  */
54895
55144
  class platformClient {
54896
55145
  constructor() {