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
@@ -395,7 +395,7 @@ class Configuration {
395
395
 
396
396
  /**
397
397
  * @module purecloud-platform-client-v2/ApiClient
398
- * @version 136.0.0
398
+ * @version 136.1.0
399
399
  */
400
400
  class ApiClient {
401
401
  /**
@@ -1342,7 +1342,7 @@ class ApiClient {
1342
1342
 
1343
1343
  // set header parameters
1344
1344
  request.set(that.defaultHeaders).set(that.normalizeParams(headerParams));
1345
- //request.set({ 'purecloud-sdk': '136.0.0' });
1345
+ //request.set({ 'purecloud-sdk': '136.1.0' });
1346
1346
 
1347
1347
  // set request timeout
1348
1348
  request.timeout(that.timeout);
@@ -1442,7 +1442,7 @@ class AlertingApi {
1442
1442
  /**
1443
1443
  * Alerting service.
1444
1444
  * @module purecloud-platform-client-v2/api/AlertingApi
1445
- * @version 136.0.0
1445
+ * @version 136.1.0
1446
1446
  */
1447
1447
 
1448
1448
  /**
@@ -1756,7 +1756,7 @@ class AnalyticsApi {
1756
1756
  /**
1757
1757
  * Analytics service.
1758
1758
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1759
- * @version 136.0.0
1759
+ * @version 136.1.0
1760
1760
  */
1761
1761
 
1762
1762
  /**
@@ -2938,7 +2938,7 @@ class ArchitectApi {
2938
2938
  /**
2939
2939
  * Architect service.
2940
2940
  * @module purecloud-platform-client-v2/api/ArchitectApi
2941
- * @version 136.0.0
2941
+ * @version 136.1.0
2942
2942
  */
2943
2943
 
2944
2944
  /**
@@ -4702,6 +4702,35 @@ class ArchitectApi {
4702
4702
  );
4703
4703
  }
4704
4704
 
4705
+ /**
4706
+ * Fetch Architect Job Status
4707
+ *
4708
+ * @param {String} jobId Job ID
4709
+ * @param {Object} opts Optional parameters
4710
+ * @param {Array.<String>} opts.expand Which fields, if any, to expand.
4711
+ */
4712
+ getFlowsJob(jobId, opts) {
4713
+ opts = opts || {};
4714
+
4715
+ // verify the required parameter 'jobId' is set
4716
+ if (jobId === undefined || jobId === null) {
4717
+ throw 'Missing the required parameter "jobId" when calling getFlowsJob';
4718
+ }
4719
+
4720
+ return this.apiClient.callApi(
4721
+ '/api/v2/flows/jobs/{jobId}',
4722
+ 'GET',
4723
+ { 'jobId': jobId },
4724
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
4725
+ { },
4726
+ { },
4727
+ null,
4728
+ ['PureCloud OAuth'],
4729
+ ['application/json'],
4730
+ ['application/json']
4731
+ );
4732
+ }
4733
+
4705
4734
  /**
4706
4735
  * Get a flow milestone
4707
4736
  * Returns a specified flow milestone
@@ -5504,6 +5533,26 @@ class ArchitectApi {
5504
5533
  );
5505
5534
  }
5506
5535
 
5536
+ /**
5537
+ * 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.
5538
+ *
5539
+ */
5540
+ postFlowsJobs() {
5541
+
5542
+ return this.apiClient.callApi(
5543
+ '/api/v2/flows/jobs',
5544
+ 'POST',
5545
+ { },
5546
+ { },
5547
+ { },
5548
+ { },
5549
+ null,
5550
+ ['PureCloud OAuth'],
5551
+ ['application/json'],
5552
+ ['application/json']
5553
+ );
5554
+ }
5555
+
5507
5556
  /**
5508
5557
  * Create a flow milestone
5509
5558
  *
@@ -5934,7 +5983,7 @@ class AuditApi {
5934
5983
  /**
5935
5984
  * Audit service.
5936
5985
  * @module purecloud-platform-client-v2/api/AuditApi
5937
- * @version 136.0.0
5986
+ * @version 136.1.0
5938
5987
  */
5939
5988
 
5940
5989
  /**
@@ -6105,7 +6154,7 @@ class AuthorizationApi {
6105
6154
  /**
6106
6155
  * Authorization service.
6107
6156
  * @module purecloud-platform-client-v2/api/AuthorizationApi
6108
- * @version 136.0.0
6157
+ * @version 136.1.0
6109
6158
  */
6110
6159
 
6111
6160
  /**
@@ -7288,7 +7337,7 @@ class BillingApi {
7288
7337
  /**
7289
7338
  * Billing service.
7290
7339
  * @module purecloud-platform-client-v2/api/BillingApi
7291
- * @version 136.0.0
7340
+ * @version 136.1.0
7292
7341
  */
7293
7342
 
7294
7343
  /**
@@ -7368,7 +7417,7 @@ class ChatApi {
7368
7417
  /**
7369
7418
  * Chat service.
7370
7419
  * @module purecloud-platform-client-v2/api/ChatApi
7371
- * @version 136.0.0
7420
+ * @version 136.1.0
7372
7421
  */
7373
7422
 
7374
7423
  /**
@@ -7459,7 +7508,7 @@ class CoachingApi {
7459
7508
  /**
7460
7509
  * Coaching service.
7461
7510
  * @module purecloud-platform-client-v2/api/CoachingApi
7462
- * @version 136.0.0
7511
+ * @version 136.1.0
7463
7512
  */
7464
7513
 
7465
7514
  /**
@@ -8036,7 +8085,7 @@ class ContentManagementApi {
8036
8085
  /**
8037
8086
  * ContentManagement service.
8038
8087
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8039
- * @version 136.0.0
8088
+ * @version 136.1.0
8040
8089
  */
8041
8090
 
8042
8091
  /**
@@ -9176,7 +9225,7 @@ class ConversationsApi {
9176
9225
  /**
9177
9226
  * Conversations service.
9178
9227
  * @module purecloud-platform-client-v2/api/ConversationsApi
9179
- * @version 136.0.0
9228
+ * @version 136.1.0
9180
9229
  */
9181
9230
 
9182
9231
  /**
@@ -13840,7 +13889,7 @@ class DataExtensionsApi {
13840
13889
  /**
13841
13890
  * DataExtensions service.
13842
13891
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
13843
- * @version 136.0.0
13892
+ * @version 136.1.0
13844
13893
  */
13845
13894
 
13846
13895
  /**
@@ -13926,7 +13975,7 @@ class ExternalContactsApi {
13926
13975
  /**
13927
13976
  * ExternalContacts service.
13928
13977
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
13929
- * @version 136.0.0
13978
+ * @version 136.1.0
13930
13979
  */
13931
13980
 
13932
13981
  /**
@@ -15669,7 +15718,7 @@ class FaxApi {
15669
15718
  /**
15670
15719
  * Fax service.
15671
15720
  * @module purecloud-platform-client-v2/api/FaxApi
15672
- * @version 136.0.0
15721
+ * @version 136.1.0
15673
15722
  */
15674
15723
 
15675
15724
  /**
@@ -15840,7 +15889,7 @@ class FlowsApi {
15840
15889
  /**
15841
15890
  * Flows service.
15842
15891
  * @module purecloud-platform-client-v2/api/FlowsApi
15843
- * @version 136.0.0
15892
+ * @version 136.1.0
15844
15893
  */
15845
15894
 
15846
15895
  /**
@@ -15911,7 +15960,7 @@ class GamificationApi {
15911
15960
  /**
15912
15961
  * Gamification service.
15913
15962
  * @module purecloud-platform-client-v2/api/GamificationApi
15914
- * @version 136.0.0
15963
+ * @version 136.1.0
15915
15964
  */
15916
15965
 
15917
15966
  /**
@@ -17341,7 +17390,7 @@ class GeneralDataProtectionRegulationApi {
17341
17390
  /**
17342
17391
  * GeneralDataProtectionRegulation service.
17343
17392
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
17344
- * @version 136.0.0
17393
+ * @version 136.1.0
17345
17394
  */
17346
17395
 
17347
17396
  /**
@@ -17471,7 +17520,7 @@ class GeolocationApi {
17471
17520
  /**
17472
17521
  * Geolocation service.
17473
17522
  * @module purecloud-platform-client-v2/api/GeolocationApi
17474
- * @version 136.0.0
17523
+ * @version 136.1.0
17475
17524
  */
17476
17525
 
17477
17526
  /**
@@ -17602,7 +17651,7 @@ class GreetingsApi {
17602
17651
  /**
17603
17652
  * Greetings service.
17604
17653
  * @module purecloud-platform-client-v2/api/GreetingsApi
17605
- * @version 136.0.0
17654
+ * @version 136.1.0
17606
17655
  */
17607
17656
 
17608
17657
  /**
@@ -18057,7 +18106,7 @@ class GroupsApi {
18057
18106
  /**
18058
18107
  * Groups service.
18059
18108
  * @module purecloud-platform-client-v2/api/GroupsApi
18060
- * @version 136.0.0
18109
+ * @version 136.1.0
18061
18110
  */
18062
18111
 
18063
18112
  /**
@@ -18462,7 +18511,7 @@ class IdentityProviderApi {
18462
18511
  /**
18463
18512
  * IdentityProvider service.
18464
18513
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
18465
- * @version 136.0.0
18514
+ * @version 136.1.0
18466
18515
  */
18467
18516
 
18468
18517
  /**
@@ -19218,7 +19267,7 @@ class IntegrationsApi {
19218
19267
  /**
19219
19268
  * Integrations service.
19220
19269
  * @module purecloud-platform-client-v2/api/IntegrationsApi
19221
- * @version 136.0.0
19270
+ * @version 136.1.0
19222
19271
  */
19223
19272
 
19224
19273
  /**
@@ -20895,7 +20944,7 @@ class JourneyApi {
20895
20944
  /**
20896
20945
  * Journey service.
20897
20946
  * @module purecloud-platform-client-v2/api/JourneyApi
20898
- * @version 136.0.0
20947
+ * @version 136.1.0
20899
20948
  */
20900
20949
 
20901
20950
  /**
@@ -21606,7 +21655,7 @@ class KnowledgeApi {
21606
21655
  /**
21607
21656
  * Knowledge service.
21608
21657
  * @module purecloud-platform-client-v2/api/KnowledgeApi
21609
- * @version 136.0.0
21658
+ * @version 136.1.0
21610
21659
  */
21611
21660
 
21612
21661
  /**
@@ -22506,7 +22555,7 @@ class LanguageUnderstandingApi {
22506
22555
  /**
22507
22556
  * LanguageUnderstanding service.
22508
22557
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
22509
- * @version 136.0.0
22558
+ * @version 136.1.0
22510
22559
  */
22511
22560
 
22512
22561
  /**
@@ -23410,7 +23459,7 @@ class LanguagesApi {
23410
23459
  /**
23411
23460
  * Languages service.
23412
23461
  * @module purecloud-platform-client-v2/api/LanguagesApi
23413
- * @version 136.0.0
23462
+ * @version 136.1.0
23414
23463
  */
23415
23464
 
23416
23465
  /**
@@ -23678,7 +23727,7 @@ class LearningApi {
23678
23727
  /**
23679
23728
  * Learning service.
23680
23729
  * @module purecloud-platform-client-v2/api/LearningApi
23681
- * @version 136.0.0
23730
+ * @version 136.1.0
23682
23731
  */
23683
23732
 
23684
23733
  /**
@@ -24269,7 +24318,7 @@ class LicenseApi {
24269
24318
  /**
24270
24319
  * License service.
24271
24320
  * @module purecloud-platform-client-v2/api/LicenseApi
24272
- * @version 136.0.0
24321
+ * @version 136.1.0
24273
24322
  */
24274
24323
 
24275
24324
  /**
@@ -24507,7 +24556,7 @@ class LocationsApi {
24507
24556
  /**
24508
24557
  * Locations service.
24509
24558
  * @module purecloud-platform-client-v2/api/LocationsApi
24510
- * @version 136.0.0
24559
+ * @version 136.1.0
24511
24560
  */
24512
24561
 
24513
24562
  /**
@@ -24743,7 +24792,7 @@ class MessagingApi {
24743
24792
  /**
24744
24793
  * Messaging service.
24745
24794
  * @module purecloud-platform-client-v2/api/MessagingApi
24746
- * @version 136.0.0
24795
+ * @version 136.1.0
24747
24796
  */
24748
24797
 
24749
24798
  /**
@@ -24894,7 +24943,7 @@ class MobileDevicesApi {
24894
24943
  /**
24895
24944
  * MobileDevices service.
24896
24945
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
24897
- * @version 136.0.0
24946
+ * @version 136.1.0
24898
24947
  */
24899
24948
 
24900
24949
  /**
@@ -25045,7 +25094,7 @@ class NotificationsApi {
25045
25094
  /**
25046
25095
  * Notifications service.
25047
25096
  * @module purecloud-platform-client-v2/api/NotificationsApi
25048
- * @version 136.0.0
25097
+ * @version 136.1.0
25049
25098
  */
25050
25099
 
25051
25100
  /**
@@ -25270,7 +25319,7 @@ class OAuthApi {
25270
25319
  /**
25271
25320
  * OAuth service.
25272
25321
  * @module purecloud-platform-client-v2/api/OAuthApi
25273
- * @version 136.0.0
25322
+ * @version 136.1.0
25274
25323
  */
25275
25324
 
25276
25325
  /**
@@ -25636,7 +25685,7 @@ class ObjectsApi {
25636
25685
  /**
25637
25686
  * Objects service.
25638
25687
  * @module purecloud-platform-client-v2/api/ObjectsApi
25639
- * @version 136.0.0
25688
+ * @version 136.1.0
25640
25689
  */
25641
25690
 
25642
25691
  /**
@@ -25907,7 +25956,7 @@ class OrganizationApi {
25907
25956
  /**
25908
25957
  * Organization service.
25909
25958
  * @module purecloud-platform-client-v2/api/OrganizationApi
25910
- * @version 136.0.0
25959
+ * @version 136.1.0
25911
25960
  */
25912
25961
 
25913
25962
  /**
@@ -26310,7 +26359,7 @@ class OrganizationAuthorizationApi {
26310
26359
  /**
26311
26360
  * OrganizationAuthorization service.
26312
26361
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
26313
- * @version 136.0.0
26362
+ * @version 136.1.0
26314
26363
  */
26315
26364
 
26316
26365
  /**
@@ -27235,7 +27284,7 @@ class OutboundApi {
27235
27284
  /**
27236
27285
  * Outbound service.
27237
27286
  * @module purecloud-platform-client-v2/api/OutboundApi
27238
- * @version 136.0.0
27287
+ * @version 136.1.0
27239
27288
  */
27240
27289
 
27241
27290
  /**
@@ -27660,6 +27709,56 @@ class OutboundApi {
27660
27709
  );
27661
27710
  }
27662
27711
 
27712
+ /**
27713
+ * Delete an email campaign schedule.
27714
+ *
27715
+ * @param {String} emailCampaignId Email Campaign ID
27716
+ */
27717
+ deleteOutboundSchedulesEmailcampaign(emailCampaignId) {
27718
+ // verify the required parameter 'emailCampaignId' is set
27719
+ if (emailCampaignId === undefined || emailCampaignId === null) {
27720
+ throw 'Missing the required parameter "emailCampaignId" when calling deleteOutboundSchedulesEmailcampaign';
27721
+ }
27722
+
27723
+ return this.apiClient.callApi(
27724
+ '/api/v2/outbound/schedules/emailcampaigns/{emailCampaignId}',
27725
+ 'DELETE',
27726
+ { 'emailCampaignId': emailCampaignId },
27727
+ { },
27728
+ { },
27729
+ { },
27730
+ null,
27731
+ ['PureCloud OAuth'],
27732
+ ['application/json'],
27733
+ ['application/json']
27734
+ );
27735
+ }
27736
+
27737
+ /**
27738
+ * Delete a messaging campaign schedule.
27739
+ *
27740
+ * @param {String} messagingCampaignId Messaging Campaign ID
27741
+ */
27742
+ deleteOutboundSchedulesMessagingcampaign(messagingCampaignId) {
27743
+ // verify the required parameter 'messagingCampaignId' is set
27744
+ if (messagingCampaignId === undefined || messagingCampaignId === null) {
27745
+ throw 'Missing the required parameter "messagingCampaignId" when calling deleteOutboundSchedulesMessagingcampaign';
27746
+ }
27747
+
27748
+ return this.apiClient.callApi(
27749
+ '/api/v2/outbound/schedules/messagingcampaigns/{messagingCampaignId}',
27750
+ 'DELETE',
27751
+ { 'messagingCampaignId': messagingCampaignId },
27752
+ { },
27753
+ { },
27754
+ { },
27755
+ null,
27756
+ ['PureCloud OAuth'],
27757
+ ['application/json'],
27758
+ ['application/json']
27759
+ );
27760
+ }
27761
+
27663
27762
  /**
27664
27763
  * Delete a dialer sequence schedule.
27665
27764
  *
@@ -28996,6 +29095,96 @@ class OutboundApi {
28996
29095
  );
28997
29096
  }
28998
29097
 
29098
+ /**
29099
+ * Get an email campaign schedule.
29100
+ *
29101
+ * @param {String} emailCampaignId Email Campaign ID
29102
+ */
29103
+ getOutboundSchedulesEmailcampaign(emailCampaignId) {
29104
+ // verify the required parameter 'emailCampaignId' is set
29105
+ if (emailCampaignId === undefined || emailCampaignId === null) {
29106
+ throw 'Missing the required parameter "emailCampaignId" when calling getOutboundSchedulesEmailcampaign';
29107
+ }
29108
+
29109
+ return this.apiClient.callApi(
29110
+ '/api/v2/outbound/schedules/emailcampaigns/{emailCampaignId}',
29111
+ 'GET',
29112
+ { 'emailCampaignId': emailCampaignId },
29113
+ { },
29114
+ { },
29115
+ { },
29116
+ null,
29117
+ ['PureCloud OAuth'],
29118
+ ['application/json'],
29119
+ ['application/json']
29120
+ );
29121
+ }
29122
+
29123
+ /**
29124
+ * Query for a list of email campaign schedules.
29125
+ *
29126
+ */
29127
+ getOutboundSchedulesEmailcampaigns() {
29128
+
29129
+ return this.apiClient.callApi(
29130
+ '/api/v2/outbound/schedules/emailcampaigns',
29131
+ 'GET',
29132
+ { },
29133
+ { },
29134
+ { },
29135
+ { },
29136
+ null,
29137
+ ['PureCloud OAuth'],
29138
+ ['application/json'],
29139
+ ['application/json']
29140
+ );
29141
+ }
29142
+
29143
+ /**
29144
+ * Get a messaging campaign schedule.
29145
+ *
29146
+ * @param {String} messagingCampaignId Messaging Campaign ID
29147
+ */
29148
+ getOutboundSchedulesMessagingcampaign(messagingCampaignId) {
29149
+ // verify the required parameter 'messagingCampaignId' is set
29150
+ if (messagingCampaignId === undefined || messagingCampaignId === null) {
29151
+ throw 'Missing the required parameter "messagingCampaignId" when calling getOutboundSchedulesMessagingcampaign';
29152
+ }
29153
+
29154
+ return this.apiClient.callApi(
29155
+ '/api/v2/outbound/schedules/messagingcampaigns/{messagingCampaignId}',
29156
+ 'GET',
29157
+ { 'messagingCampaignId': messagingCampaignId },
29158
+ { },
29159
+ { },
29160
+ { },
29161
+ null,
29162
+ ['PureCloud OAuth'],
29163
+ ['application/json'],
29164
+ ['application/json']
29165
+ );
29166
+ }
29167
+
29168
+ /**
29169
+ * Query for a list of messaging campaign schedules.
29170
+ *
29171
+ */
29172
+ getOutboundSchedulesMessagingcampaigns() {
29173
+
29174
+ return this.apiClient.callApi(
29175
+ '/api/v2/outbound/schedules/messagingcampaigns',
29176
+ 'GET',
29177
+ { },
29178
+ { },
29179
+ { },
29180
+ { },
29181
+ null,
29182
+ ['PureCloud OAuth'],
29183
+ ['application/json'],
29184
+ ['application/json']
29185
+ );
29186
+ }
29187
+
28999
29188
  /**
29000
29189
  * Get a dialer sequence schedule.
29001
29190
  *
@@ -30199,6 +30388,66 @@ class OutboundApi {
30199
30388
  );
30200
30389
  }
30201
30390
 
30391
+ /**
30392
+ * Update an email campaign schedule.
30393
+ *
30394
+ * @param {String} emailCampaignId Email Campaign ID
30395
+ * @param {Object} body EmailCampaignSchedule
30396
+ */
30397
+ putOutboundSchedulesEmailcampaign(emailCampaignId, body) {
30398
+ // verify the required parameter 'emailCampaignId' is set
30399
+ if (emailCampaignId === undefined || emailCampaignId === null) {
30400
+ throw 'Missing the required parameter "emailCampaignId" when calling putOutboundSchedulesEmailcampaign';
30401
+ }
30402
+ // verify the required parameter 'body' is set
30403
+ if (body === undefined || body === null) {
30404
+ throw 'Missing the required parameter "body" when calling putOutboundSchedulesEmailcampaign';
30405
+ }
30406
+
30407
+ return this.apiClient.callApi(
30408
+ '/api/v2/outbound/schedules/emailcampaigns/{emailCampaignId}',
30409
+ 'PUT',
30410
+ { 'emailCampaignId': emailCampaignId },
30411
+ { },
30412
+ { },
30413
+ { },
30414
+ body,
30415
+ ['PureCloud OAuth'],
30416
+ ['application/json'],
30417
+ ['application/json']
30418
+ );
30419
+ }
30420
+
30421
+ /**
30422
+ * Update a new messaging campaign schedule.
30423
+ *
30424
+ * @param {String} messagingCampaignId Messaging Campaign ID
30425
+ * @param {Object} body MessagingCampaignSchedule
30426
+ */
30427
+ putOutboundSchedulesMessagingcampaign(messagingCampaignId, body) {
30428
+ // verify the required parameter 'messagingCampaignId' is set
30429
+ if (messagingCampaignId === undefined || messagingCampaignId === null) {
30430
+ throw 'Missing the required parameter "messagingCampaignId" when calling putOutboundSchedulesMessagingcampaign';
30431
+ }
30432
+ // verify the required parameter 'body' is set
30433
+ if (body === undefined || body === null) {
30434
+ throw 'Missing the required parameter "body" when calling putOutboundSchedulesMessagingcampaign';
30435
+ }
30436
+
30437
+ return this.apiClient.callApi(
30438
+ '/api/v2/outbound/schedules/messagingcampaigns/{messagingCampaignId}',
30439
+ 'PUT',
30440
+ { 'messagingCampaignId': messagingCampaignId },
30441
+ { },
30442
+ { },
30443
+ { },
30444
+ body,
30445
+ ['PureCloud OAuth'],
30446
+ ['application/json'],
30447
+ ['application/json']
30448
+ );
30449
+ }
30450
+
30202
30451
  /**
30203
30452
  * Update a new sequence schedule.
30204
30453
  *
@@ -30290,7 +30539,7 @@ class PresenceApi {
30290
30539
  /**
30291
30540
  * Presence service.
30292
30541
  * @module purecloud-platform-client-v2/api/PresenceApi
30293
- * @version 136.0.0
30542
+ * @version 136.1.0
30294
30543
  */
30295
30544
 
30296
30545
  /**
@@ -30612,7 +30861,7 @@ class QualityApi {
30612
30861
  /**
30613
30862
  * Quality service.
30614
30863
  * @module purecloud-platform-client-v2/api/QualityApi
30615
- * @version 136.0.0
30864
+ * @version 136.1.0
30616
30865
  */
30617
30866
 
30618
30867
  /**
@@ -32190,7 +32439,7 @@ class RecordingApi {
32190
32439
  /**
32191
32440
  * Recording service.
32192
32441
  * @module purecloud-platform-client-v2/api/RecordingApi
32193
- * @version 136.0.0
32442
+ * @version 136.1.0
32194
32443
  */
32195
32444
 
32196
32445
  /**
@@ -33843,7 +34092,7 @@ class ResponseManagementApi {
33843
34092
  /**
33844
34093
  * ResponseManagement service.
33845
34094
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
33846
- * @version 136.0.0
34095
+ * @version 136.1.0
33847
34096
  */
33848
34097
 
33849
34098
  /**
@@ -34327,7 +34576,7 @@ class RoutingApi {
34327
34576
  /**
34328
34577
  * Routing service.
34329
34578
  * @module purecloud-platform-client-v2/api/RoutingApi
34330
- * @version 136.0.0
34579
+ * @version 136.1.0
34331
34580
  */
34332
34581
 
34333
34582
  /**
@@ -37254,7 +37503,7 @@ class SCIMApi {
37254
37503
  /**
37255
37504
  * SCIM service.
37256
37505
  * @module purecloud-platform-client-v2/api/SCIMApi
37257
- * @version 136.0.0
37506
+ * @version 136.1.0
37258
37507
  */
37259
37508
 
37260
37509
  /**
@@ -38131,7 +38380,7 @@ class ScriptsApi {
38131
38380
  /**
38132
38381
  * Scripts service.
38133
38382
  * @module purecloud-platform-client-v2/api/ScriptsApi
38134
- * @version 136.0.0
38383
+ * @version 136.1.0
38135
38384
  */
38136
38385
 
38137
38386
  /**
@@ -38550,7 +38799,7 @@ class SearchApi {
38550
38799
  /**
38551
38800
  * Search service.
38552
38801
  * @module purecloud-platform-client-v2/api/SearchApi
38553
- * @version 136.0.0
38802
+ * @version 136.1.0
38554
38803
  */
38555
38804
 
38556
38805
  /**
@@ -39085,7 +39334,7 @@ class SpeechTextAnalyticsApi {
39085
39334
  /**
39086
39335
  * SpeechTextAnalytics service.
39087
39336
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
39088
- * @version 136.0.0
39337
+ * @version 136.1.0
39089
39338
  */
39090
39339
 
39091
39340
  /**
@@ -39938,7 +40187,7 @@ class StationsApi {
39938
40187
  /**
39939
40188
  * Stations service.
39940
40189
  * @module purecloud-platform-client-v2/api/StationsApi
39941
- * @version 136.0.0
40190
+ * @version 136.1.0
39942
40191
  */
39943
40192
 
39944
40193
  /**
@@ -40085,7 +40334,7 @@ class SuggestApi {
40085
40334
  /**
40086
40335
  * Suggest service.
40087
40336
  * @module purecloud-platform-client-v2/api/SuggestApi
40088
- * @version 136.0.0
40337
+ * @version 136.1.0
40089
40338
  */
40090
40339
 
40091
40340
  /**
@@ -40224,7 +40473,7 @@ class TelephonyApi {
40224
40473
  /**
40225
40474
  * Telephony service.
40226
40475
  * @module purecloud-platform-client-v2/api/TelephonyApi
40227
- * @version 136.0.0
40476
+ * @version 136.1.0
40228
40477
  */
40229
40478
 
40230
40479
  /**
@@ -40332,7 +40581,7 @@ class TelephonyProvidersEdgeApi {
40332
40581
  /**
40333
40582
  * TelephonyProvidersEdge service.
40334
40583
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
40335
- * @version 136.0.0
40584
+ * @version 136.1.0
40336
40585
  */
40337
40586
 
40338
40587
  /**
@@ -43965,7 +44214,7 @@ class TextbotsApi {
43965
44214
  /**
43966
44215
  * Textbots service.
43967
44216
  * @module purecloud-platform-client-v2/api/TextbotsApi
43968
- * @version 136.0.0
44217
+ * @version 136.1.0
43969
44218
  */
43970
44219
 
43971
44220
  /**
@@ -44093,7 +44342,7 @@ class TokensApi {
44093
44342
  /**
44094
44343
  * Tokens service.
44095
44344
  * @module purecloud-platform-client-v2/api/TokensApi
44096
- * @version 136.0.0
44345
+ * @version 136.1.0
44097
44346
  */
44098
44347
 
44099
44348
  /**
@@ -44199,7 +44448,7 @@ class UploadsApi {
44199
44448
  /**
44200
44449
  * Uploads service.
44201
44450
  * @module purecloud-platform-client-v2/api/UploadsApi
44202
- * @version 136.0.0
44451
+ * @version 136.1.0
44203
44452
  */
44204
44453
 
44205
44454
  /**
@@ -44350,7 +44599,7 @@ class UsageApi {
44350
44599
  /**
44351
44600
  * Usage service.
44352
44601
  * @module purecloud-platform-client-v2/api/UsageApi
44353
- * @version 136.0.0
44602
+ * @version 136.1.0
44354
44603
  */
44355
44604
 
44356
44605
  /**
@@ -44421,7 +44670,7 @@ class UserRecordingsApi {
44421
44670
  /**
44422
44671
  * UserRecordings service.
44423
44672
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
44424
- * @version 136.0.0
44673
+ * @version 136.1.0
44425
44674
  */
44426
44675
 
44427
44676
  /**
@@ -44605,7 +44854,7 @@ class UsersApi {
44605
44854
  /**
44606
44855
  * Users service.
44607
44856
  * @module purecloud-platform-client-v2/api/UsersApi
44608
- * @version 136.0.0
44857
+ * @version 136.1.0
44609
44858
  */
44610
44859
 
44611
44860
  /**
@@ -46907,7 +47156,7 @@ class UtilitiesApi {
46907
47156
  /**
46908
47157
  * Utilities service.
46909
47158
  * @module purecloud-platform-client-v2/api/UtilitiesApi
46910
- * @version 136.0.0
47159
+ * @version 136.1.0
46911
47160
  */
46912
47161
 
46913
47162
  /**
@@ -47018,7 +47267,7 @@ class VoicemailApi {
47018
47267
  /**
47019
47268
  * Voicemail service.
47020
47269
  * @module purecloud-platform-client-v2/api/VoicemailApi
47021
- * @version 136.0.0
47270
+ * @version 136.1.0
47022
47271
  */
47023
47272
 
47024
47273
  /**
@@ -47685,7 +47934,7 @@ class WebChatApi {
47685
47934
  /**
47686
47935
  * WebChat service.
47687
47936
  * @module purecloud-platform-client-v2/api/WebChatApi
47688
- * @version 136.0.0
47937
+ * @version 136.1.0
47689
47938
  */
47690
47939
 
47691
47940
  /**
@@ -48229,7 +48478,7 @@ class WebDeploymentsApi {
48229
48478
  /**
48230
48479
  * WebDeployments service.
48231
48480
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
48232
- * @version 136.0.0
48481
+ * @version 136.1.0
48233
48482
  */
48234
48483
 
48235
48484
  /**
@@ -48584,7 +48833,7 @@ class WebMessagingApi {
48584
48833
  /**
48585
48834
  * WebMessaging service.
48586
48835
  * @module purecloud-platform-client-v2/api/WebMessagingApi
48587
- * @version 136.0.0
48836
+ * @version 136.1.0
48588
48837
  */
48589
48838
 
48590
48839
  /**
@@ -48630,7 +48879,7 @@ class WidgetsApi {
48630
48879
  /**
48631
48880
  * Widgets service.
48632
48881
  * @module purecloud-platform-client-v2/api/WidgetsApi
48633
- * @version 136.0.0
48882
+ * @version 136.1.0
48634
48883
  */
48635
48884
 
48636
48885
  /**
@@ -48776,7 +49025,7 @@ class WorkforceManagementApi {
48776
49025
  /**
48777
49026
  * WorkforceManagement service.
48778
49027
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
48779
- * @version 136.0.0
49028
+ * @version 136.1.0
48780
49029
  */
48781
49030
 
48782
49031
  /**
@@ -53027,7 +53276,7 @@ class WorkforceManagementApi {
53027
53276
  * </pre>
53028
53277
  * </p>
53029
53278
  * @module purecloud-platform-client-v2/index
53030
- * @version 136.0.0
53279
+ * @version 136.1.0
53031
53280
  */
53032
53281
  class platformClient {
53033
53282
  constructor() {