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
@@ -393,7 +393,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
393
393
 
394
394
  /**
395
395
  * @module purecloud-platform-client-v2/ApiClient
396
- * @version 136.0.0
396
+ * @version 136.1.0
397
397
  */
398
398
  class ApiClient {
399
399
  /**
@@ -1340,7 +1340,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1340
1340
 
1341
1341
  // set header parameters
1342
1342
  request.set(that.defaultHeaders).set(that.normalizeParams(headerParams));
1343
- //request.set({ 'purecloud-sdk': '136.0.0' });
1343
+ //request.set({ 'purecloud-sdk': '136.1.0' });
1344
1344
 
1345
1345
  // set request timeout
1346
1346
  request.timeout(that.timeout);
@@ -1440,7 +1440,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1440
1440
  /**
1441
1441
  * Alerting service.
1442
1442
  * @module purecloud-platform-client-v2/api/AlertingApi
1443
- * @version 136.0.0
1443
+ * @version 136.1.0
1444
1444
  */
1445
1445
 
1446
1446
  /**
@@ -1754,7 +1754,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1754
1754
  /**
1755
1755
  * Analytics service.
1756
1756
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1757
- * @version 136.0.0
1757
+ * @version 136.1.0
1758
1758
  */
1759
1759
 
1760
1760
  /**
@@ -2936,7 +2936,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2936
2936
  /**
2937
2937
  * Architect service.
2938
2938
  * @module purecloud-platform-client-v2/api/ArchitectApi
2939
- * @version 136.0.0
2939
+ * @version 136.1.0
2940
2940
  */
2941
2941
 
2942
2942
  /**
@@ -4700,6 +4700,35 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4700
4700
  );
4701
4701
  }
4702
4702
 
4703
+ /**
4704
+ * Fetch Architect Job Status
4705
+ *
4706
+ * @param {String} jobId Job ID
4707
+ * @param {Object} opts Optional parameters
4708
+ * @param {Array.<String>} opts.expand Which fields, if any, to expand.
4709
+ */
4710
+ getFlowsJob(jobId, opts) {
4711
+ opts = opts || {};
4712
+
4713
+ // verify the required parameter 'jobId' is set
4714
+ if (jobId === undefined || jobId === null) {
4715
+ throw 'Missing the required parameter "jobId" when calling getFlowsJob';
4716
+ }
4717
+
4718
+ return this.apiClient.callApi(
4719
+ '/api/v2/flows/jobs/{jobId}',
4720
+ 'GET',
4721
+ { 'jobId': jobId },
4722
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
4723
+ { },
4724
+ { },
4725
+ null,
4726
+ ['PureCloud OAuth'],
4727
+ ['application/json'],
4728
+ ['application/json']
4729
+ );
4730
+ }
4731
+
4703
4732
  /**
4704
4733
  * Get a flow milestone
4705
4734
  * Returns a specified flow milestone
@@ -5502,6 +5531,26 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5502
5531
  );
5503
5532
  }
5504
5533
 
5534
+ /**
5535
+ * 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.
5536
+ *
5537
+ */
5538
+ postFlowsJobs() {
5539
+
5540
+ return this.apiClient.callApi(
5541
+ '/api/v2/flows/jobs',
5542
+ 'POST',
5543
+ { },
5544
+ { },
5545
+ { },
5546
+ { },
5547
+ null,
5548
+ ['PureCloud OAuth'],
5549
+ ['application/json'],
5550
+ ['application/json']
5551
+ );
5552
+ }
5553
+
5505
5554
  /**
5506
5555
  * Create a flow milestone
5507
5556
  *
@@ -5932,7 +5981,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5932
5981
  /**
5933
5982
  * Audit service.
5934
5983
  * @module purecloud-platform-client-v2/api/AuditApi
5935
- * @version 136.0.0
5984
+ * @version 136.1.0
5936
5985
  */
5937
5986
 
5938
5987
  /**
@@ -6103,7 +6152,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
6103
6152
  /**
6104
6153
  * Authorization service.
6105
6154
  * @module purecloud-platform-client-v2/api/AuthorizationApi
6106
- * @version 136.0.0
6155
+ * @version 136.1.0
6107
6156
  */
6108
6157
 
6109
6158
  /**
@@ -7286,7 +7335,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7286
7335
  /**
7287
7336
  * Billing service.
7288
7337
  * @module purecloud-platform-client-v2/api/BillingApi
7289
- * @version 136.0.0
7338
+ * @version 136.1.0
7290
7339
  */
7291
7340
 
7292
7341
  /**
@@ -7366,7 +7415,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7366
7415
  /**
7367
7416
  * Chat service.
7368
7417
  * @module purecloud-platform-client-v2/api/ChatApi
7369
- * @version 136.0.0
7418
+ * @version 136.1.0
7370
7419
  */
7371
7420
 
7372
7421
  /**
@@ -7457,7 +7506,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7457
7506
  /**
7458
7507
  * Coaching service.
7459
7508
  * @module purecloud-platform-client-v2/api/CoachingApi
7460
- * @version 136.0.0
7509
+ * @version 136.1.0
7461
7510
  */
7462
7511
 
7463
7512
  /**
@@ -8034,7 +8083,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8034
8083
  /**
8035
8084
  * ContentManagement service.
8036
8085
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8037
- * @version 136.0.0
8086
+ * @version 136.1.0
8038
8087
  */
8039
8088
 
8040
8089
  /**
@@ -9174,7 +9223,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9174
9223
  /**
9175
9224
  * Conversations service.
9176
9225
  * @module purecloud-platform-client-v2/api/ConversationsApi
9177
- * @version 136.0.0
9226
+ * @version 136.1.0
9178
9227
  */
9179
9228
 
9180
9229
  /**
@@ -13838,7 +13887,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13838
13887
  /**
13839
13888
  * DataExtensions service.
13840
13889
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
13841
- * @version 136.0.0
13890
+ * @version 136.1.0
13842
13891
  */
13843
13892
 
13844
13893
  /**
@@ -13924,7 +13973,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13924
13973
  /**
13925
13974
  * ExternalContacts service.
13926
13975
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
13927
- * @version 136.0.0
13976
+ * @version 136.1.0
13928
13977
  */
13929
13978
 
13930
13979
  /**
@@ -15667,7 +15716,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15667
15716
  /**
15668
15717
  * Fax service.
15669
15718
  * @module purecloud-platform-client-v2/api/FaxApi
15670
- * @version 136.0.0
15719
+ * @version 136.1.0
15671
15720
  */
15672
15721
 
15673
15722
  /**
@@ -15838,7 +15887,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15838
15887
  /**
15839
15888
  * Flows service.
15840
15889
  * @module purecloud-platform-client-v2/api/FlowsApi
15841
- * @version 136.0.0
15890
+ * @version 136.1.0
15842
15891
  */
15843
15892
 
15844
15893
  /**
@@ -15909,7 +15958,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15909
15958
  /**
15910
15959
  * Gamification service.
15911
15960
  * @module purecloud-platform-client-v2/api/GamificationApi
15912
- * @version 136.0.0
15961
+ * @version 136.1.0
15913
15962
  */
15914
15963
 
15915
15964
  /**
@@ -17339,7 +17388,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17339
17388
  /**
17340
17389
  * GeneralDataProtectionRegulation service.
17341
17390
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
17342
- * @version 136.0.0
17391
+ * @version 136.1.0
17343
17392
  */
17344
17393
 
17345
17394
  /**
@@ -17469,7 +17518,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17469
17518
  /**
17470
17519
  * Geolocation service.
17471
17520
  * @module purecloud-platform-client-v2/api/GeolocationApi
17472
- * @version 136.0.0
17521
+ * @version 136.1.0
17473
17522
  */
17474
17523
 
17475
17524
  /**
@@ -17600,7 +17649,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17600
17649
  /**
17601
17650
  * Greetings service.
17602
17651
  * @module purecloud-platform-client-v2/api/GreetingsApi
17603
- * @version 136.0.0
17652
+ * @version 136.1.0
17604
17653
  */
17605
17654
 
17606
17655
  /**
@@ -18055,7 +18104,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18055
18104
  /**
18056
18105
  * Groups service.
18057
18106
  * @module purecloud-platform-client-v2/api/GroupsApi
18058
- * @version 136.0.0
18107
+ * @version 136.1.0
18059
18108
  */
18060
18109
 
18061
18110
  /**
@@ -18460,7 +18509,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
18460
18509
  /**
18461
18510
  * IdentityProvider service.
18462
18511
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
18463
- * @version 136.0.0
18512
+ * @version 136.1.0
18464
18513
  */
18465
18514
 
18466
18515
  /**
@@ -19216,7 +19265,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19216
19265
  /**
19217
19266
  * Integrations service.
19218
19267
  * @module purecloud-platform-client-v2/api/IntegrationsApi
19219
- * @version 136.0.0
19268
+ * @version 136.1.0
19220
19269
  */
19221
19270
 
19222
19271
  /**
@@ -20893,7 +20942,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20893
20942
  /**
20894
20943
  * Journey service.
20895
20944
  * @module purecloud-platform-client-v2/api/JourneyApi
20896
- * @version 136.0.0
20945
+ * @version 136.1.0
20897
20946
  */
20898
20947
 
20899
20948
  /**
@@ -21604,7 +21653,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21604
21653
  /**
21605
21654
  * Knowledge service.
21606
21655
  * @module purecloud-platform-client-v2/api/KnowledgeApi
21607
- * @version 136.0.0
21656
+ * @version 136.1.0
21608
21657
  */
21609
21658
 
21610
21659
  /**
@@ -22504,7 +22553,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22504
22553
  /**
22505
22554
  * LanguageUnderstanding service.
22506
22555
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
22507
- * @version 136.0.0
22556
+ * @version 136.1.0
22508
22557
  */
22509
22558
 
22510
22559
  /**
@@ -23408,7 +23457,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23408
23457
  /**
23409
23458
  * Languages service.
23410
23459
  * @module purecloud-platform-client-v2/api/LanguagesApi
23411
- * @version 136.0.0
23460
+ * @version 136.1.0
23412
23461
  */
23413
23462
 
23414
23463
  /**
@@ -23676,7 +23725,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23676
23725
  /**
23677
23726
  * Learning service.
23678
23727
  * @module purecloud-platform-client-v2/api/LearningApi
23679
- * @version 136.0.0
23728
+ * @version 136.1.0
23680
23729
  */
23681
23730
 
23682
23731
  /**
@@ -24267,7 +24316,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24267
24316
  /**
24268
24317
  * License service.
24269
24318
  * @module purecloud-platform-client-v2/api/LicenseApi
24270
- * @version 136.0.0
24319
+ * @version 136.1.0
24271
24320
  */
24272
24321
 
24273
24322
  /**
@@ -24505,7 +24554,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24505
24554
  /**
24506
24555
  * Locations service.
24507
24556
  * @module purecloud-platform-client-v2/api/LocationsApi
24508
- * @version 136.0.0
24557
+ * @version 136.1.0
24509
24558
  */
24510
24559
 
24511
24560
  /**
@@ -24741,7 +24790,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24741
24790
  /**
24742
24791
  * Messaging service.
24743
24792
  * @module purecloud-platform-client-v2/api/MessagingApi
24744
- * @version 136.0.0
24793
+ * @version 136.1.0
24745
24794
  */
24746
24795
 
24747
24796
  /**
@@ -24892,7 +24941,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24892
24941
  /**
24893
24942
  * MobileDevices service.
24894
24943
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
24895
- * @version 136.0.0
24944
+ * @version 136.1.0
24896
24945
  */
24897
24946
 
24898
24947
  /**
@@ -25043,7 +25092,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25043
25092
  /**
25044
25093
  * Notifications service.
25045
25094
  * @module purecloud-platform-client-v2/api/NotificationsApi
25046
- * @version 136.0.0
25095
+ * @version 136.1.0
25047
25096
  */
25048
25097
 
25049
25098
  /**
@@ -25268,7 +25317,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25268
25317
  /**
25269
25318
  * OAuth service.
25270
25319
  * @module purecloud-platform-client-v2/api/OAuthApi
25271
- * @version 136.0.0
25320
+ * @version 136.1.0
25272
25321
  */
25273
25322
 
25274
25323
  /**
@@ -25634,7 +25683,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25634
25683
  /**
25635
25684
  * Objects service.
25636
25685
  * @module purecloud-platform-client-v2/api/ObjectsApi
25637
- * @version 136.0.0
25686
+ * @version 136.1.0
25638
25687
  */
25639
25688
 
25640
25689
  /**
@@ -25905,7 +25954,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25905
25954
  /**
25906
25955
  * Organization service.
25907
25956
  * @module purecloud-platform-client-v2/api/OrganizationApi
25908
- * @version 136.0.0
25957
+ * @version 136.1.0
25909
25958
  */
25910
25959
 
25911
25960
  /**
@@ -26308,7 +26357,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26308
26357
  /**
26309
26358
  * OrganizationAuthorization service.
26310
26359
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
26311
- * @version 136.0.0
26360
+ * @version 136.1.0
26312
26361
  */
26313
26362
 
26314
26363
  /**
@@ -27233,7 +27282,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27233
27282
  /**
27234
27283
  * Outbound service.
27235
27284
  * @module purecloud-platform-client-v2/api/OutboundApi
27236
- * @version 136.0.0
27285
+ * @version 136.1.0
27237
27286
  */
27238
27287
 
27239
27288
  /**
@@ -27658,6 +27707,56 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27658
27707
  );
27659
27708
  }
27660
27709
 
27710
+ /**
27711
+ * Delete an email campaign schedule.
27712
+ *
27713
+ * @param {String} emailCampaignId Email Campaign ID
27714
+ */
27715
+ deleteOutboundSchedulesEmailcampaign(emailCampaignId) {
27716
+ // verify the required parameter 'emailCampaignId' is set
27717
+ if (emailCampaignId === undefined || emailCampaignId === null) {
27718
+ throw 'Missing the required parameter "emailCampaignId" when calling deleteOutboundSchedulesEmailcampaign';
27719
+ }
27720
+
27721
+ return this.apiClient.callApi(
27722
+ '/api/v2/outbound/schedules/emailcampaigns/{emailCampaignId}',
27723
+ 'DELETE',
27724
+ { 'emailCampaignId': emailCampaignId },
27725
+ { },
27726
+ { },
27727
+ { },
27728
+ null,
27729
+ ['PureCloud OAuth'],
27730
+ ['application/json'],
27731
+ ['application/json']
27732
+ );
27733
+ }
27734
+
27735
+ /**
27736
+ * Delete a messaging campaign schedule.
27737
+ *
27738
+ * @param {String} messagingCampaignId Messaging Campaign ID
27739
+ */
27740
+ deleteOutboundSchedulesMessagingcampaign(messagingCampaignId) {
27741
+ // verify the required parameter 'messagingCampaignId' is set
27742
+ if (messagingCampaignId === undefined || messagingCampaignId === null) {
27743
+ throw 'Missing the required parameter "messagingCampaignId" when calling deleteOutboundSchedulesMessagingcampaign';
27744
+ }
27745
+
27746
+ return this.apiClient.callApi(
27747
+ '/api/v2/outbound/schedules/messagingcampaigns/{messagingCampaignId}',
27748
+ 'DELETE',
27749
+ { 'messagingCampaignId': messagingCampaignId },
27750
+ { },
27751
+ { },
27752
+ { },
27753
+ null,
27754
+ ['PureCloud OAuth'],
27755
+ ['application/json'],
27756
+ ['application/json']
27757
+ );
27758
+ }
27759
+
27661
27760
  /**
27662
27761
  * Delete a dialer sequence schedule.
27663
27762
  *
@@ -28994,6 +29093,96 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28994
29093
  );
28995
29094
  }
28996
29095
 
29096
+ /**
29097
+ * Get an email campaign schedule.
29098
+ *
29099
+ * @param {String} emailCampaignId Email Campaign ID
29100
+ */
29101
+ getOutboundSchedulesEmailcampaign(emailCampaignId) {
29102
+ // verify the required parameter 'emailCampaignId' is set
29103
+ if (emailCampaignId === undefined || emailCampaignId === null) {
29104
+ throw 'Missing the required parameter "emailCampaignId" when calling getOutboundSchedulesEmailcampaign';
29105
+ }
29106
+
29107
+ return this.apiClient.callApi(
29108
+ '/api/v2/outbound/schedules/emailcampaigns/{emailCampaignId}',
29109
+ 'GET',
29110
+ { 'emailCampaignId': emailCampaignId },
29111
+ { },
29112
+ { },
29113
+ { },
29114
+ null,
29115
+ ['PureCloud OAuth'],
29116
+ ['application/json'],
29117
+ ['application/json']
29118
+ );
29119
+ }
29120
+
29121
+ /**
29122
+ * Query for a list of email campaign schedules.
29123
+ *
29124
+ */
29125
+ getOutboundSchedulesEmailcampaigns() {
29126
+
29127
+ return this.apiClient.callApi(
29128
+ '/api/v2/outbound/schedules/emailcampaigns',
29129
+ 'GET',
29130
+ { },
29131
+ { },
29132
+ { },
29133
+ { },
29134
+ null,
29135
+ ['PureCloud OAuth'],
29136
+ ['application/json'],
29137
+ ['application/json']
29138
+ );
29139
+ }
29140
+
29141
+ /**
29142
+ * Get a messaging campaign schedule.
29143
+ *
29144
+ * @param {String} messagingCampaignId Messaging Campaign ID
29145
+ */
29146
+ getOutboundSchedulesMessagingcampaign(messagingCampaignId) {
29147
+ // verify the required parameter 'messagingCampaignId' is set
29148
+ if (messagingCampaignId === undefined || messagingCampaignId === null) {
29149
+ throw 'Missing the required parameter "messagingCampaignId" when calling getOutboundSchedulesMessagingcampaign';
29150
+ }
29151
+
29152
+ return this.apiClient.callApi(
29153
+ '/api/v2/outbound/schedules/messagingcampaigns/{messagingCampaignId}',
29154
+ 'GET',
29155
+ { 'messagingCampaignId': messagingCampaignId },
29156
+ { },
29157
+ { },
29158
+ { },
29159
+ null,
29160
+ ['PureCloud OAuth'],
29161
+ ['application/json'],
29162
+ ['application/json']
29163
+ );
29164
+ }
29165
+
29166
+ /**
29167
+ * Query for a list of messaging campaign schedules.
29168
+ *
29169
+ */
29170
+ getOutboundSchedulesMessagingcampaigns() {
29171
+
29172
+ return this.apiClient.callApi(
29173
+ '/api/v2/outbound/schedules/messagingcampaigns',
29174
+ 'GET',
29175
+ { },
29176
+ { },
29177
+ { },
29178
+ { },
29179
+ null,
29180
+ ['PureCloud OAuth'],
29181
+ ['application/json'],
29182
+ ['application/json']
29183
+ );
29184
+ }
29185
+
28997
29186
  /**
28998
29187
  * Get a dialer sequence schedule.
28999
29188
  *
@@ -30197,6 +30386,66 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30197
30386
  );
30198
30387
  }
30199
30388
 
30389
+ /**
30390
+ * Update an email campaign schedule.
30391
+ *
30392
+ * @param {String} emailCampaignId Email Campaign ID
30393
+ * @param {Object} body EmailCampaignSchedule
30394
+ */
30395
+ putOutboundSchedulesEmailcampaign(emailCampaignId, body) {
30396
+ // verify the required parameter 'emailCampaignId' is set
30397
+ if (emailCampaignId === undefined || emailCampaignId === null) {
30398
+ throw 'Missing the required parameter "emailCampaignId" when calling putOutboundSchedulesEmailcampaign';
30399
+ }
30400
+ // verify the required parameter 'body' is set
30401
+ if (body === undefined || body === null) {
30402
+ throw 'Missing the required parameter "body" when calling putOutboundSchedulesEmailcampaign';
30403
+ }
30404
+
30405
+ return this.apiClient.callApi(
30406
+ '/api/v2/outbound/schedules/emailcampaigns/{emailCampaignId}',
30407
+ 'PUT',
30408
+ { 'emailCampaignId': emailCampaignId },
30409
+ { },
30410
+ { },
30411
+ { },
30412
+ body,
30413
+ ['PureCloud OAuth'],
30414
+ ['application/json'],
30415
+ ['application/json']
30416
+ );
30417
+ }
30418
+
30419
+ /**
30420
+ * Update a new messaging campaign schedule.
30421
+ *
30422
+ * @param {String} messagingCampaignId Messaging Campaign ID
30423
+ * @param {Object} body MessagingCampaignSchedule
30424
+ */
30425
+ putOutboundSchedulesMessagingcampaign(messagingCampaignId, body) {
30426
+ // verify the required parameter 'messagingCampaignId' is set
30427
+ if (messagingCampaignId === undefined || messagingCampaignId === null) {
30428
+ throw 'Missing the required parameter "messagingCampaignId" when calling putOutboundSchedulesMessagingcampaign';
30429
+ }
30430
+ // verify the required parameter 'body' is set
30431
+ if (body === undefined || body === null) {
30432
+ throw 'Missing the required parameter "body" when calling putOutboundSchedulesMessagingcampaign';
30433
+ }
30434
+
30435
+ return this.apiClient.callApi(
30436
+ '/api/v2/outbound/schedules/messagingcampaigns/{messagingCampaignId}',
30437
+ 'PUT',
30438
+ { 'messagingCampaignId': messagingCampaignId },
30439
+ { },
30440
+ { },
30441
+ { },
30442
+ body,
30443
+ ['PureCloud OAuth'],
30444
+ ['application/json'],
30445
+ ['application/json']
30446
+ );
30447
+ }
30448
+
30200
30449
  /**
30201
30450
  * Update a new sequence schedule.
30202
30451
  *
@@ -30288,7 +30537,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30288
30537
  /**
30289
30538
  * Presence service.
30290
30539
  * @module purecloud-platform-client-v2/api/PresenceApi
30291
- * @version 136.0.0
30540
+ * @version 136.1.0
30292
30541
  */
30293
30542
 
30294
30543
  /**
@@ -30610,7 +30859,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30610
30859
  /**
30611
30860
  * Quality service.
30612
30861
  * @module purecloud-platform-client-v2/api/QualityApi
30613
- * @version 136.0.0
30862
+ * @version 136.1.0
30614
30863
  */
30615
30864
 
30616
30865
  /**
@@ -32188,7 +32437,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32188
32437
  /**
32189
32438
  * Recording service.
32190
32439
  * @module purecloud-platform-client-v2/api/RecordingApi
32191
- * @version 136.0.0
32440
+ * @version 136.1.0
32192
32441
  */
32193
32442
 
32194
32443
  /**
@@ -33841,7 +34090,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33841
34090
  /**
33842
34091
  * ResponseManagement service.
33843
34092
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
33844
- * @version 136.0.0
34093
+ * @version 136.1.0
33845
34094
  */
33846
34095
 
33847
34096
  /**
@@ -34325,7 +34574,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34325
34574
  /**
34326
34575
  * Routing service.
34327
34576
  * @module purecloud-platform-client-v2/api/RoutingApi
34328
- * @version 136.0.0
34577
+ * @version 136.1.0
34329
34578
  */
34330
34579
 
34331
34580
  /**
@@ -37252,7 +37501,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37252
37501
  /**
37253
37502
  * SCIM service.
37254
37503
  * @module purecloud-platform-client-v2/api/SCIMApi
37255
- * @version 136.0.0
37504
+ * @version 136.1.0
37256
37505
  */
37257
37506
 
37258
37507
  /**
@@ -38129,7 +38378,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38129
38378
  /**
38130
38379
  * Scripts service.
38131
38380
  * @module purecloud-platform-client-v2/api/ScriptsApi
38132
- * @version 136.0.0
38381
+ * @version 136.1.0
38133
38382
  */
38134
38383
 
38135
38384
  /**
@@ -38548,7 +38797,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38548
38797
  /**
38549
38798
  * Search service.
38550
38799
  * @module purecloud-platform-client-v2/api/SearchApi
38551
- * @version 136.0.0
38800
+ * @version 136.1.0
38552
38801
  */
38553
38802
 
38554
38803
  /**
@@ -39083,7 +39332,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39083
39332
  /**
39084
39333
  * SpeechTextAnalytics service.
39085
39334
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
39086
- * @version 136.0.0
39335
+ * @version 136.1.0
39087
39336
  */
39088
39337
 
39089
39338
  /**
@@ -39936,7 +40185,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39936
40185
  /**
39937
40186
  * Stations service.
39938
40187
  * @module purecloud-platform-client-v2/api/StationsApi
39939
- * @version 136.0.0
40188
+ * @version 136.1.0
39940
40189
  */
39941
40190
 
39942
40191
  /**
@@ -40083,7 +40332,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40083
40332
  /**
40084
40333
  * Suggest service.
40085
40334
  * @module purecloud-platform-client-v2/api/SuggestApi
40086
- * @version 136.0.0
40335
+ * @version 136.1.0
40087
40336
  */
40088
40337
 
40089
40338
  /**
@@ -40222,7 +40471,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40222
40471
  /**
40223
40472
  * Telephony service.
40224
40473
  * @module purecloud-platform-client-v2/api/TelephonyApi
40225
- * @version 136.0.0
40474
+ * @version 136.1.0
40226
40475
  */
40227
40476
 
40228
40477
  /**
@@ -40330,7 +40579,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40330
40579
  /**
40331
40580
  * TelephonyProvidersEdge service.
40332
40581
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
40333
- * @version 136.0.0
40582
+ * @version 136.1.0
40334
40583
  */
40335
40584
 
40336
40585
  /**
@@ -43963,7 +44212,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43963
44212
  /**
43964
44213
  * Textbots service.
43965
44214
  * @module purecloud-platform-client-v2/api/TextbotsApi
43966
- * @version 136.0.0
44215
+ * @version 136.1.0
43967
44216
  */
43968
44217
 
43969
44218
  /**
@@ -44091,7 +44340,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44091
44340
  /**
44092
44341
  * Tokens service.
44093
44342
  * @module purecloud-platform-client-v2/api/TokensApi
44094
- * @version 136.0.0
44343
+ * @version 136.1.0
44095
44344
  */
44096
44345
 
44097
44346
  /**
@@ -44197,7 +44446,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44197
44446
  /**
44198
44447
  * Uploads service.
44199
44448
  * @module purecloud-platform-client-v2/api/UploadsApi
44200
- * @version 136.0.0
44449
+ * @version 136.1.0
44201
44450
  */
44202
44451
 
44203
44452
  /**
@@ -44348,7 +44597,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44348
44597
  /**
44349
44598
  * Usage service.
44350
44599
  * @module purecloud-platform-client-v2/api/UsageApi
44351
- * @version 136.0.0
44600
+ * @version 136.1.0
44352
44601
  */
44353
44602
 
44354
44603
  /**
@@ -44419,7 +44668,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44419
44668
  /**
44420
44669
  * UserRecordings service.
44421
44670
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
44422
- * @version 136.0.0
44671
+ * @version 136.1.0
44423
44672
  */
44424
44673
 
44425
44674
  /**
@@ -44603,7 +44852,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44603
44852
  /**
44604
44853
  * Users service.
44605
44854
  * @module purecloud-platform-client-v2/api/UsersApi
44606
- * @version 136.0.0
44855
+ * @version 136.1.0
44607
44856
  */
44608
44857
 
44609
44858
  /**
@@ -46905,7 +47154,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46905
47154
  /**
46906
47155
  * Utilities service.
46907
47156
  * @module purecloud-platform-client-v2/api/UtilitiesApi
46908
- * @version 136.0.0
47157
+ * @version 136.1.0
46909
47158
  */
46910
47159
 
46911
47160
  /**
@@ -47016,7 +47265,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47016
47265
  /**
47017
47266
  * Voicemail service.
47018
47267
  * @module purecloud-platform-client-v2/api/VoicemailApi
47019
- * @version 136.0.0
47268
+ * @version 136.1.0
47020
47269
  */
47021
47270
 
47022
47271
  /**
@@ -47683,7 +47932,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47683
47932
  /**
47684
47933
  * WebChat service.
47685
47934
  * @module purecloud-platform-client-v2/api/WebChatApi
47686
- * @version 136.0.0
47935
+ * @version 136.1.0
47687
47936
  */
47688
47937
 
47689
47938
  /**
@@ -48227,7 +48476,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48227
48476
  /**
48228
48477
  * WebDeployments service.
48229
48478
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
48230
- * @version 136.0.0
48479
+ * @version 136.1.0
48231
48480
  */
48232
48481
 
48233
48482
  /**
@@ -48582,7 +48831,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48582
48831
  /**
48583
48832
  * WebMessaging service.
48584
48833
  * @module purecloud-platform-client-v2/api/WebMessagingApi
48585
- * @version 136.0.0
48834
+ * @version 136.1.0
48586
48835
  */
48587
48836
 
48588
48837
  /**
@@ -48628,7 +48877,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48628
48877
  /**
48629
48878
  * Widgets service.
48630
48879
  * @module purecloud-platform-client-v2/api/WidgetsApi
48631
- * @version 136.0.0
48880
+ * @version 136.1.0
48632
48881
  */
48633
48882
 
48634
48883
  /**
@@ -48774,7 +49023,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48774
49023
  /**
48775
49024
  * WorkforceManagement service.
48776
49025
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
48777
- * @version 136.0.0
49026
+ * @version 136.1.0
48778
49027
  */
48779
49028
 
48780
49029
  /**
@@ -53025,7 +53274,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53025
53274
  * </pre>
53026
53275
  * </p>
53027
53276
  * @module purecloud-platform-client-v2/index
53028
- * @version 136.0.0
53277
+ * @version 136.1.0
53029
53278
  */
53030
53279
  class platformClient {
53031
53280
  constructor() {