purecloud-platform-client-v2 183.0.0 → 184.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +669 -88
  3. package/dist/web-amd/purecloud-platform-client-v2.js +669 -88
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +226 -83
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +226 -83
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +266 -21
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +109 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +7 -8
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +75 -0
  45. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +7 -8
  50. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OutboundApi.js +401 -1
  54. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/index.js +7 -1
@@ -399,7 +399,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
399
399
 
400
400
  /**
401
401
  * @module purecloud-platform-client-v2/ApiClient
402
- * @version 183.0.0
402
+ * @version 184.0.0
403
403
  */
404
404
  class ApiClient {
405
405
  /**
@@ -1485,7 +1485,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1485
1485
  /**
1486
1486
  * Alerting service.
1487
1487
  * @module purecloud-platform-client-v2/api/AlertingApi
1488
- * @version 183.0.0
1488
+ * @version 184.0.0
1489
1489
  */
1490
1490
 
1491
1491
  /**
@@ -2146,7 +2146,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2146
2146
  /**
2147
2147
  * Analytics service.
2148
2148
  * @module purecloud-platform-client-v2/api/AnalyticsApi
2149
- * @version 183.0.0
2149
+ * @version 184.0.0
2150
2150
  */
2151
2151
 
2152
2152
  /**
@@ -2672,6 +2672,62 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2672
2672
  );
2673
2673
  }
2674
2674
 
2675
+ /**
2676
+ * Get status for async query for flow execution aggregates
2677
+ *
2678
+ * @param {String} jobId jobId
2679
+ * getAnalyticsFlowexecutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2680
+ */
2681
+ getAnalyticsFlowexecutionsAggregatesJob(jobId) {
2682
+ // verify the required parameter 'jobId' is set
2683
+ if (jobId === undefined || jobId === null) {
2684
+ throw 'Missing the required parameter "jobId" when calling getAnalyticsFlowexecutionsAggregatesJob';
2685
+ }
2686
+
2687
+ return this.apiClient.callApi(
2688
+ '/api/v2/analytics/flowexecutions/aggregates/jobs/{jobId}',
2689
+ 'GET',
2690
+ { 'jobId': jobId },
2691
+ { },
2692
+ { },
2693
+ { },
2694
+ null,
2695
+ ['PureCloud OAuth'],
2696
+ ['application/json'],
2697
+ ['application/json']
2698
+ );
2699
+ }
2700
+
2701
+ /**
2702
+ * Fetch a page of results for an async aggregates query
2703
+ *
2704
+ * @param {String} jobId jobId
2705
+ * @param {Object} opts Optional parameters
2706
+ * @param {String} opts.cursor Cursor token to retrieve next page
2707
+ * getAnalyticsFlowexecutionsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2708
+ */
2709
+ getAnalyticsFlowexecutionsAggregatesJobResults(jobId, opts) {
2710
+ opts = opts || {};
2711
+
2712
+ // verify the required parameter 'jobId' is set
2713
+ if (jobId === undefined || jobId === null) {
2714
+ throw 'Missing the required parameter "jobId" when calling getAnalyticsFlowexecutionsAggregatesJobResults';
2715
+ }
2716
+
2717
+ return this.apiClient.callApi(
2718
+ '/api/v2/analytics/flowexecutions/aggregates/jobs/{jobId}/results',
2719
+ 'GET',
2720
+ { 'jobId': jobId },
2721
+ { 'cursor': opts['cursor'] },
2722
+ { },
2723
+ { },
2724
+ null,
2725
+ ['PureCloud OAuth'],
2726
+ ['application/json'],
2727
+ ['application/json']
2728
+ );
2729
+ }
2730
+
2675
2731
  /**
2676
2732
  * Get status for async query for Flow aggregates
2677
2733
  *
@@ -3855,6 +3911,58 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3855
3911
  );
3856
3912
  }
3857
3913
 
3914
+ /**
3915
+ * Query for flow execution aggregates asynchronously
3916
+ *
3917
+ * @param {Object} body query
3918
+ * postAnalyticsFlowexecutionsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
3919
+ */
3920
+ postAnalyticsFlowexecutionsAggregatesJobs(body) {
3921
+ // verify the required parameter 'body' is set
3922
+ if (body === undefined || body === null) {
3923
+ throw 'Missing the required parameter "body" when calling postAnalyticsFlowexecutionsAggregatesJobs';
3924
+ }
3925
+
3926
+ return this.apiClient.callApi(
3927
+ '/api/v2/analytics/flowexecutions/aggregates/jobs',
3928
+ 'POST',
3929
+ { },
3930
+ { },
3931
+ { },
3932
+ { },
3933
+ body,
3934
+ ['PureCloud OAuth'],
3935
+ ['application/json'],
3936
+ ['application/json']
3937
+ );
3938
+ }
3939
+
3940
+ /**
3941
+ * Query for flow execution aggregates
3942
+ *
3943
+ * @param {Object} body query
3944
+ * postAnalyticsFlowexecutionsAggregatesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
3945
+ */
3946
+ postAnalyticsFlowexecutionsAggregatesQuery(body) {
3947
+ // verify the required parameter 'body' is set
3948
+ if (body === undefined || body === null) {
3949
+ throw 'Missing the required parameter "body" when calling postAnalyticsFlowexecutionsAggregatesQuery';
3950
+ }
3951
+
3952
+ return this.apiClient.callApi(
3953
+ '/api/v2/analytics/flowexecutions/aggregates/query',
3954
+ 'POST',
3955
+ { },
3956
+ { },
3957
+ { },
3958
+ { },
3959
+ body,
3960
+ ['PureCloud OAuth'],
3961
+ ['application/json'],
3962
+ ['application/json']
3963
+ );
3964
+ }
3965
+
3858
3966
  /**
3859
3967
  * Query for flow activity observations
3860
3968
  *
@@ -4628,7 +4736,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4628
4736
  /**
4629
4737
  * Architect service.
4630
4738
  * @module purecloud-platform-client-v2/api/ArchitectApi
4631
- * @version 183.0.0
4739
+ * @version 184.0.0
4632
4740
  */
4633
4741
 
4634
4742
  /**
@@ -8463,7 +8571,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8463
8571
  /**
8464
8572
  * Audit service.
8465
8573
  * @module purecloud-platform-client-v2/api/AuditApi
8466
- * @version 183.0.0
8574
+ * @version 184.0.0
8467
8575
  */
8468
8576
 
8469
8577
  /**
@@ -8634,7 +8742,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8634
8742
  /**
8635
8743
  * Authorization service.
8636
8744
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8637
- * @version 183.0.0
8745
+ * @version 184.0.0
8638
8746
  */
8639
8747
 
8640
8748
  /**
@@ -9378,17 +9486,16 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9378
9486
  * Recreate a previously deleted division.
9379
9487
  *
9380
9488
  * @param {String} divisionId Division ID
9381
- * @param {Object} body Recreated division data
9489
+ * @param {Object} opts Optional parameters
9490
+ * @param {Object} opts.body Recreated division data
9382
9491
  */
9383
- postAuthorizationDivisionRestore(divisionId, body) {
9492
+ postAuthorizationDivisionRestore(divisionId, opts) {
9493
+ opts = opts || {};
9494
+
9384
9495
  // verify the required parameter 'divisionId' is set
9385
9496
  if (divisionId === undefined || divisionId === null) {
9386
9497
  throw 'Missing the required parameter "divisionId" when calling postAuthorizationDivisionRestore';
9387
9498
  }
9388
- // verify the required parameter 'body' is set
9389
- if (body === undefined || body === null) {
9390
- throw 'Missing the required parameter "body" when calling postAuthorizationDivisionRestore';
9391
- }
9392
9499
 
9393
9500
  return this.apiClient.callApi(
9394
9501
  '/api/v2/authorization/divisions/{divisionId}/restore',
@@ -9397,7 +9504,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9397
9504
  { },
9398
9505
  { },
9399
9506
  { },
9400
- body,
9507
+ opts['body'],
9401
9508
  ['PureCloud OAuth'],
9402
9509
  ['application/json'],
9403
9510
  ['application/json']
@@ -9865,7 +9972,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9865
9972
  /**
9866
9973
  * Billing service.
9867
9974
  * @module purecloud-platform-client-v2/api/BillingApi
9868
- * @version 183.0.0
9975
+ * @version 184.0.0
9869
9976
  */
9870
9977
 
9871
9978
  /**
@@ -9945,7 +10052,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9945
10052
  /**
9946
10053
  * CarrierServices service.
9947
10054
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
9948
- * @version 183.0.0
10055
+ * @version 184.0.0
9949
10056
  */
9950
10057
 
9951
10058
  /**
@@ -10015,7 +10122,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10015
10122
  /**
10016
10123
  * Chat service.
10017
10124
  * @module purecloud-platform-client-v2/api/ChatApi
10018
- * @version 183.0.0
10125
+ * @version 184.0.0
10019
10126
  */
10020
10127
 
10021
10128
  /**
@@ -10711,7 +10818,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10711
10818
  /**
10712
10819
  * Coaching service.
10713
10820
  * @module purecloud-platform-client-v2/api/CoachingApi
10714
- * @version 183.0.0
10821
+ * @version 184.0.0
10715
10822
  */
10716
10823
 
10717
10824
  /**
@@ -11288,7 +11395,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11288
11395
  /**
11289
11396
  * ContentManagement service.
11290
11397
  * @module purecloud-platform-client-v2/api/ContentManagementApi
11291
- * @version 183.0.0
11398
+ * @version 184.0.0
11292
11399
  */
11293
11400
 
11294
11401
  /**
@@ -12431,7 +12538,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12431
12538
  /**
12432
12539
  * Conversations service.
12433
12540
  * @module purecloud-platform-client-v2/api/ConversationsApi
12434
- * @version 183.0.0
12541
+ * @version 184.0.0
12435
12542
  */
12436
12543
 
12437
12544
  /**
@@ -19571,7 +19678,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19571
19678
  /**
19572
19679
  * DataExtensions service.
19573
19680
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
19574
- * @version 183.0.0
19681
+ * @version 184.0.0
19575
19682
  */
19576
19683
 
19577
19684
  /**
@@ -19657,7 +19764,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19657
19764
  /**
19658
19765
  * Downloads service.
19659
19766
  * @module purecloud-platform-client-v2/api/DownloadsApi
19660
- * @version 183.0.0
19767
+ * @version 184.0.0
19661
19768
  */
19662
19769
 
19663
19770
  /**
@@ -19709,7 +19816,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19709
19816
  /**
19710
19817
  * Emails service.
19711
19818
  * @module purecloud-platform-client-v2/api/EmailsApi
19712
- * @version 183.0.0
19819
+ * @version 184.0.0
19713
19820
  */
19714
19821
 
19715
19822
  /**
@@ -19774,7 +19881,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19774
19881
  /**
19775
19882
  * Events service.
19776
19883
  * @module purecloud-platform-client-v2/api/EventsApi
19777
- * @version 183.0.0
19884
+ * @version 184.0.0
19778
19885
  */
19779
19886
 
19780
19887
  /**
@@ -19870,7 +19977,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19870
19977
  /**
19871
19978
  * ExternalContacts service.
19872
19979
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
19873
- * @version 183.0.0
19980
+ * @version 184.0.0
19874
19981
  */
19875
19982
 
19876
19983
  /**
@@ -21828,7 +21935,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21828
21935
  /**
21829
21936
  * Fax service.
21830
21937
  * @module purecloud-platform-client-v2/api/FaxApi
21831
- * @version 183.0.0
21938
+ * @version 184.0.0
21832
21939
  */
21833
21940
 
21834
21941
  /**
@@ -21999,7 +22106,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21999
22106
  /**
22000
22107
  * Flows service.
22001
22108
  * @module purecloud-platform-client-v2/api/FlowsApi
22002
- * @version 183.0.0
22109
+ * @version 184.0.0
22003
22110
  */
22004
22111
 
22005
22112
  /**
@@ -22183,7 +22290,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22183
22290
  /**
22184
22291
  * Gamification service.
22185
22292
  * @module purecloud-platform-client-v2/api/GamificationApi
22186
- * @version 183.0.0
22293
+ * @version 184.0.0
22187
22294
  */
22188
22295
 
22189
22296
  /**
@@ -24269,7 +24376,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24269
24376
  /**
24270
24377
  * GeneralDataProtectionRegulation service.
24271
24378
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
24272
- * @version 183.0.0
24379
+ * @version 184.0.0
24273
24380
  */
24274
24381
 
24275
24382
  /**
@@ -24399,7 +24506,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24399
24506
  /**
24400
24507
  * Geolocation service.
24401
24508
  * @module purecloud-platform-client-v2/api/GeolocationApi
24402
- * @version 183.0.0
24509
+ * @version 184.0.0
24403
24510
  */
24404
24511
 
24405
24512
  /**
@@ -24530,7 +24637,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24530
24637
  /**
24531
24638
  * Greetings service.
24532
24639
  * @module purecloud-platform-client-v2/api/GreetingsApi
24533
- * @version 183.0.0
24640
+ * @version 184.0.0
24534
24641
  */
24535
24642
 
24536
24643
  /**
@@ -24985,7 +25092,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24985
25092
  /**
24986
25093
  * Groups service.
24987
25094
  * @module purecloud-platform-client-v2/api/GroupsApi
24988
- * @version 183.0.0
25095
+ * @version 184.0.0
24989
25096
  */
24990
25097
 
24991
25098
  /**
@@ -25504,7 +25611,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25504
25611
  /**
25505
25612
  * IdentityProvider service.
25506
25613
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
25507
- * @version 183.0.0
25614
+ * @version 184.0.0
25508
25615
  */
25509
25616
 
25510
25617
  /**
@@ -26260,7 +26367,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26260
26367
  /**
26261
26368
  * InfrastructureAsCode service.
26262
26369
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
26263
- * @version 183.0.0
26370
+ * @version 184.0.0
26264
26371
  */
26265
26372
 
26266
26373
  /**
@@ -26427,7 +26534,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26427
26534
  /**
26428
26535
  * Integrations service.
26429
26536
  * @module purecloud-platform-client-v2/api/IntegrationsApi
26430
- * @version 183.0.0
26537
+ * @version 184.0.0
26431
26538
  */
26432
26539
 
26433
26540
  /**
@@ -28389,7 +28496,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28389
28496
  /**
28390
28497
  * Journey service.
28391
28498
  * @module purecloud-platform-client-v2/api/JourneyApi
28392
- * @version 183.0.0
28499
+ * @version 184.0.0
28393
28500
  */
28394
28501
 
28395
28502
  /**
@@ -29620,7 +29727,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29620
29727
  /**
29621
29728
  * Knowledge service.
29622
29729
  * @module purecloud-platform-client-v2/api/KnowledgeApi
29623
- * @version 183.0.0
29730
+ * @version 184.0.0
29624
29731
  */
29625
29732
 
29626
29733
  /**
@@ -32441,7 +32548,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32441
32548
  /**
32442
32549
  * LanguageUnderstanding service.
32443
32550
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
32444
- * @version 183.0.0
32551
+ * @version 184.0.0
32445
32552
  */
32446
32553
 
32447
32554
  /**
@@ -33454,7 +33561,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33454
33561
  /**
33455
33562
  * Languages service.
33456
33563
  * @module purecloud-platform-client-v2/api/LanguagesApi
33457
- * @version 183.0.0
33564
+ * @version 184.0.0
33458
33565
  */
33459
33566
 
33460
33567
  /**
@@ -33676,7 +33783,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33676
33783
  /**
33677
33784
  * Learning service.
33678
33785
  * @module purecloud-platform-client-v2/api/LearningApi
33679
- * @version 183.0.0
33786
+ * @version 184.0.0
33680
33787
  */
33681
33788
 
33682
33789
  /**
@@ -34532,7 +34639,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34532
34639
  /**
34533
34640
  * License service.
34534
34641
  * @module purecloud-platform-client-v2/api/LicenseApi
34535
- * @version 183.0.0
34642
+ * @version 184.0.0
34536
34643
  */
34537
34644
 
34538
34645
  /**
@@ -34770,7 +34877,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34770
34877
  /**
34771
34878
  * Locations service.
34772
34879
  * @module purecloud-platform-client-v2/api/LocationsApi
34773
- * @version 183.0.0
34880
+ * @version 184.0.0
34774
34881
  */
34775
34882
 
34776
34883
  /**
@@ -35002,11 +35109,81 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35002
35109
 
35003
35110
  }
35004
35111
 
35112
+ class LogCaptureApi {
35113
+ /**
35114
+ * LogCapture service.
35115
+ * @module purecloud-platform-client-v2/api/LogCaptureApi
35116
+ * @version 184.0.0
35117
+ */
35118
+
35119
+ /**
35120
+ * Constructs a new LogCaptureApi.
35121
+ * @alias module:purecloud-platform-client-v2/api/LogCaptureApi
35122
+ * @class
35123
+ * @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
35124
+ * default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
35125
+ */
35126
+ constructor(apiClient) {
35127
+ this.apiClient = apiClient || ApiClient.instance;
35128
+ }
35129
+
35130
+
35131
+ /**
35132
+ * Gets status of async download execution
35133
+ *
35134
+ * @param {String} jobId Job ID
35135
+ */
35136
+ getDiagnosticsLogcaptureBrowserEntriesDownloadJob(jobId) {
35137
+ // verify the required parameter 'jobId' is set
35138
+ if (jobId === undefined || jobId === null) {
35139
+ throw 'Missing the required parameter "jobId" when calling getDiagnosticsLogcaptureBrowserEntriesDownloadJob';
35140
+ }
35141
+
35142
+ return this.apiClient.callApi(
35143
+ '/api/v2/diagnostics/logcapture/browser/entries/download/jobs/{jobId}',
35144
+ 'GET',
35145
+ { 'jobId': jobId },
35146
+ { },
35147
+ { },
35148
+ { },
35149
+ null,
35150
+ ['PureCloud OAuth'],
35151
+ ['application/json'],
35152
+ ['application/json']
35153
+ );
35154
+ }
35155
+
35156
+ /**
35157
+ * Creates an async download execution
35158
+ *
35159
+ * @param {Object} opts Optional parameters
35160
+ * @param {Object} opts.body
35161
+ */
35162
+ postDiagnosticsLogcaptureBrowserEntriesDownloadJobs(opts) {
35163
+ opts = opts || {};
35164
+
35165
+
35166
+ return this.apiClient.callApi(
35167
+ '/api/v2/diagnostics/logcapture/browser/entries/download/jobs',
35168
+ 'POST',
35169
+ { },
35170
+ { },
35171
+ { },
35172
+ { },
35173
+ opts['body'],
35174
+ ['PureCloud OAuth'],
35175
+ ['application/json'],
35176
+ ['application/json']
35177
+ );
35178
+ }
35179
+
35180
+ }
35181
+
35005
35182
  class MessagingApi {
35006
35183
  /**
35007
35184
  * Messaging service.
35008
35185
  * @module purecloud-platform-client-v2/api/MessagingApi
35009
- * @version 183.0.0
35186
+ * @version 184.0.0
35010
35187
  */
35011
35188
 
35012
35189
  /**
@@ -35365,7 +35542,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35365
35542
  /**
35366
35543
  * MobileDevices service.
35367
35544
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
35368
- * @version 183.0.0
35545
+ * @version 184.0.0
35369
35546
  */
35370
35547
 
35371
35548
  /**
@@ -35516,7 +35693,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35516
35693
  /**
35517
35694
  * Notifications service.
35518
35695
  * @module purecloud-platform-client-v2/api/NotificationsApi
35519
- * @version 183.0.0
35696
+ * @version 184.0.0
35520
35697
  */
35521
35698
 
35522
35699
  /**
@@ -35749,7 +35926,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35749
35926
  /**
35750
35927
  * OAuth service.
35751
35928
  * @module purecloud-platform-client-v2/api/OAuthApi
35752
- * @version 183.0.0
35929
+ * @version 184.0.0
35753
35930
  */
35754
35931
 
35755
35932
  /**
@@ -36115,7 +36292,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36115
36292
  /**
36116
36293
  * Objects service.
36117
36294
  * @module purecloud-platform-client-v2/api/ObjectsApi
36118
- * @version 183.0.0
36295
+ * @version 184.0.0
36119
36296
  */
36120
36297
 
36121
36298
  /**
@@ -36299,17 +36476,16 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36299
36476
  * Recreate a previously deleted division.
36300
36477
  *
36301
36478
  * @param {String} divisionId Division ID
36302
- * @param {Object} body Recreated division data
36479
+ * @param {Object} opts Optional parameters
36480
+ * @param {Object} opts.body Recreated division data
36303
36481
  */
36304
- postAuthorizationDivisionRestore(divisionId, body) {
36482
+ postAuthorizationDivisionRestore(divisionId, opts) {
36483
+ opts = opts || {};
36484
+
36305
36485
  // verify the required parameter 'divisionId' is set
36306
36486
  if (divisionId === undefined || divisionId === null) {
36307
36487
  throw 'Missing the required parameter "divisionId" when calling postAuthorizationDivisionRestore';
36308
36488
  }
36309
- // verify the required parameter 'body' is set
36310
- if (body === undefined || body === null) {
36311
- throw 'Missing the required parameter "body" when calling postAuthorizationDivisionRestore';
36312
- }
36313
36489
 
36314
36490
  return this.apiClient.callApi(
36315
36491
  '/api/v2/authorization/divisions/{divisionId}/restore',
@@ -36318,7 +36494,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36318
36494
  { },
36319
36495
  { },
36320
36496
  { },
36321
- body,
36497
+ opts['body'],
36322
36498
  ['PureCloud OAuth'],
36323
36499
  ['application/json'],
36324
36500
  ['application/json']
@@ -36386,7 +36562,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36386
36562
  /**
36387
36563
  * OperationalEvents service.
36388
36564
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
36389
- * @version 183.0.0
36565
+ * @version 184.0.0
36390
36566
  */
36391
36567
 
36392
36568
  /**
@@ -36452,7 +36628,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36452
36628
  /**
36453
36629
  * Organization service.
36454
36630
  * @module purecloud-platform-client-v2/api/OrganizationApi
36455
- * @version 183.0.0
36631
+ * @version 184.0.0
36456
36632
  */
36457
36633
 
36458
36634
  /**
@@ -36907,7 +37083,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36907
37083
  /**
36908
37084
  * OrganizationAuthorization service.
36909
37085
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
36910
- * @version 183.0.0
37086
+ * @version 184.0.0
36911
37087
  */
36912
37088
 
36913
37089
  /**
@@ -38254,7 +38430,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38254
38430
  /**
38255
38431
  * Outbound service.
38256
38432
  * @module purecloud-platform-client-v2/api/OutboundApi
38257
- * @version 183.0.0
38433
+ * @version 184.0.0
38258
38434
  */
38259
38435
 
38260
38436
  /**
@@ -38554,6 +38730,56 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38554
38730
  );
38555
38731
  }
38556
38732
 
38733
+ /**
38734
+ * Delete Contact List Template
38735
+ *
38736
+ * @param {String} contactListTemplateId ContactListTemplate ID
38737
+ */
38738
+ deleteOutboundContactlisttemplate(contactListTemplateId) {
38739
+ // verify the required parameter 'contactListTemplateId' is set
38740
+ if (contactListTemplateId === undefined || contactListTemplateId === null) {
38741
+ throw 'Missing the required parameter "contactListTemplateId" when calling deleteOutboundContactlisttemplate';
38742
+ }
38743
+
38744
+ return this.apiClient.callApi(
38745
+ '/api/v2/outbound/contactlisttemplates/{contactListTemplateId}',
38746
+ 'DELETE',
38747
+ { 'contactListTemplateId': contactListTemplateId },
38748
+ { },
38749
+ { },
38750
+ { },
38751
+ null,
38752
+ ['PureCloud OAuth'],
38753
+ ['application/json'],
38754
+ ['application/json']
38755
+ );
38756
+ }
38757
+
38758
+ /**
38759
+ * Delete multiple contact list templates.
38760
+ *
38761
+ * @param {Array.<String>} id contact list template id(s) to delete
38762
+ */
38763
+ deleteOutboundContactlisttemplates(id) {
38764
+ // verify the required parameter 'id' is set
38765
+ if (id === undefined || id === null) {
38766
+ throw 'Missing the required parameter "id" when calling deleteOutboundContactlisttemplates';
38767
+ }
38768
+
38769
+ return this.apiClient.callApi(
38770
+ '/api/v2/outbound/contactlisttemplates',
38771
+ 'DELETE',
38772
+ { },
38773
+ { 'id': this.apiClient.buildCollectionParam(id, 'multi') },
38774
+ { },
38775
+ { },
38776
+ null,
38777
+ ['PureCloud OAuth'],
38778
+ ['application/json'],
38779
+ ['application/json']
38780
+ );
38781
+ }
38782
+
38557
38783
  /**
38558
38784
  * Delete an Outbound Digital Rule Set
38559
38785
  *
@@ -38691,6 +38917,56 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38691
38917
  );
38692
38918
  }
38693
38919
 
38920
+ /**
38921
+ * Delete Import Template
38922
+ *
38923
+ * @param {String} importTemplateId Import Template ID
38924
+ */
38925
+ deleteOutboundImporttemplate(importTemplateId) {
38926
+ // verify the required parameter 'importTemplateId' is set
38927
+ if (importTemplateId === undefined || importTemplateId === null) {
38928
+ throw 'Missing the required parameter "importTemplateId" when calling deleteOutboundImporttemplate';
38929
+ }
38930
+
38931
+ return this.apiClient.callApi(
38932
+ '/api/v2/outbound/importtemplates/{importTemplateId}',
38933
+ 'DELETE',
38934
+ { 'importTemplateId': importTemplateId },
38935
+ { },
38936
+ { },
38937
+ { },
38938
+ null,
38939
+ ['PureCloud OAuth'],
38940
+ ['application/json'],
38941
+ ['application/json']
38942
+ );
38943
+ }
38944
+
38945
+ /**
38946
+ * Delete multiple import templates.
38947
+ *
38948
+ * @param {Array.<String>} id import template id(s) to delete
38949
+ */
38950
+ deleteOutboundImporttemplates(id) {
38951
+ // verify the required parameter 'id' is set
38952
+ if (id === undefined || id === null) {
38953
+ throw 'Missing the required parameter "id" when calling deleteOutboundImporttemplates';
38954
+ }
38955
+
38956
+ return this.apiClient.callApi(
38957
+ '/api/v2/outbound/importtemplates',
38958
+ 'DELETE',
38959
+ { },
38960
+ { 'id': this.apiClient.buildCollectionParam(id, 'multi') },
38961
+ { },
38962
+ { },
38963
+ null,
38964
+ ['PureCloud OAuth'],
38965
+ ['application/json'],
38966
+ ['application/json']
38967
+ );
38968
+ }
38969
+
38694
38970
  /**
38695
38971
  * Delete an Outbound Messaging Campaign
38696
38972
  *
@@ -39703,6 +39979,61 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39703
39979
  );
39704
39980
  }
39705
39981
 
39982
+ /**
39983
+ * Get Contact List Template
39984
+ *
39985
+ * @param {String} contactListTemplateId ContactListTemplate ID
39986
+ */
39987
+ getOutboundContactlisttemplate(contactListTemplateId) {
39988
+ // verify the required parameter 'contactListTemplateId' is set
39989
+ if (contactListTemplateId === undefined || contactListTemplateId === null) {
39990
+ throw 'Missing the required parameter "contactListTemplateId" when calling getOutboundContactlisttemplate';
39991
+ }
39992
+
39993
+ return this.apiClient.callApi(
39994
+ '/api/v2/outbound/contactlisttemplates/{contactListTemplateId}',
39995
+ 'GET',
39996
+ { 'contactListTemplateId': contactListTemplateId },
39997
+ { },
39998
+ { },
39999
+ { },
40000
+ null,
40001
+ ['PureCloud OAuth'],
40002
+ ['application/json'],
40003
+ ['application/json']
40004
+ );
40005
+ }
40006
+
40007
+ /**
40008
+ * Query a list of contact list templates
40009
+ *
40010
+ * @param {Object} opts Optional parameters
40011
+ * @param {Number} opts.pageSize Page size. The max that will be returned is 100. (default to 25)
40012
+ * @param {Number} opts.pageNumber Page number (default to 1)
40013
+ * @param {Boolean} opts.allowEmptyResult Whether to return an empty page when there are no results for that page (default to false)
40014
+ * @param {Object} opts.filterType Filter type (default to Prefix)
40015
+ * @param {String} opts.name Name
40016
+ * @param {String} opts.sortBy Sort by
40017
+ * @param {Object} opts.sortOrder Sort order (default to a)
40018
+ */
40019
+ getOutboundContactlisttemplates(opts) {
40020
+ opts = opts || {};
40021
+
40022
+
40023
+ return this.apiClient.callApi(
40024
+ '/api/v2/outbound/contactlisttemplates',
40025
+ 'GET',
40026
+ { },
40027
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'allowEmptyResult': opts['allowEmptyResult'],'filterType': opts['filterType'],'name': opts['name'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'] },
40028
+ { },
40029
+ { },
40030
+ null,
40031
+ ['PureCloud OAuth'],
40032
+ ['application/json'],
40033
+ ['application/json']
40034
+ );
40035
+ }
40036
+
39706
40037
  /**
39707
40038
  * Get an Outbound Digital Rule Set
39708
40039
  *
@@ -39993,6 +40324,91 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39993
40324
  );
39994
40325
  }
39995
40326
 
40327
+ /**
40328
+ * Get Import Template
40329
+ *
40330
+ * @param {String} importTemplateId Import Template ID
40331
+ */
40332
+ getOutboundImporttemplate(importTemplateId) {
40333
+ // verify the required parameter 'importTemplateId' is set
40334
+ if (importTemplateId === undefined || importTemplateId === null) {
40335
+ throw 'Missing the required parameter "importTemplateId" when calling getOutboundImporttemplate';
40336
+ }
40337
+
40338
+ return this.apiClient.callApi(
40339
+ '/api/v2/outbound/importtemplates/{importTemplateId}',
40340
+ 'GET',
40341
+ { 'importTemplateId': importTemplateId },
40342
+ { },
40343
+ { },
40344
+ { },
40345
+ null,
40346
+ ['PureCloud OAuth'],
40347
+ ['application/json'],
40348
+ ['application/json']
40349
+ );
40350
+ }
40351
+
40352
+ /**
40353
+ * Get the import status for an import template.
40354
+ *
40355
+ * @param {String} importTemplateId importTemplateId
40356
+ * @param {Object} opts Optional parameters
40357
+ * @param {String} opts.listNamePrefix listNamePrefix
40358
+ */
40359
+ getOutboundImporttemplateImportstatus(importTemplateId, opts) {
40360
+ opts = opts || {};
40361
+
40362
+ // verify the required parameter 'importTemplateId' is set
40363
+ if (importTemplateId === undefined || importTemplateId === null) {
40364
+ throw 'Missing the required parameter "importTemplateId" when calling getOutboundImporttemplateImportstatus';
40365
+ }
40366
+
40367
+ return this.apiClient.callApi(
40368
+ '/api/v2/outbound/importtemplates/{importTemplateId}/importstatus',
40369
+ 'GET',
40370
+ { 'importTemplateId': importTemplateId },
40371
+ { 'listNamePrefix': opts['listNamePrefix'] },
40372
+ { },
40373
+ { },
40374
+ null,
40375
+ ['PureCloud OAuth'],
40376
+ ['application/json'],
40377
+ ['application/json']
40378
+ );
40379
+ }
40380
+
40381
+ /**
40382
+ * Query Import Templates
40383
+ *
40384
+ * @param {Object} opts Optional parameters
40385
+ * @param {Number} opts.pageSize Page size. The max that will be returned is 100. (default to 25)
40386
+ * @param {Number} opts.pageNumber Page number (default to 1)
40387
+ * @param {Boolean} opts.allowEmptyResult Whether to return an empty page when there are no results for that page (default to false)
40388
+ * @param {Object} opts.filterType Filter type (default to Prefix)
40389
+ * @param {String} opts.name Name
40390
+ * @param {String} opts.sortBy Sort by
40391
+ * @param {Object} opts.sortOrder Sort order (default to a)
40392
+ * @param {String} opts.contactListTemplateId Contact List Template ID
40393
+ */
40394
+ getOutboundImporttemplates(opts) {
40395
+ opts = opts || {};
40396
+
40397
+
40398
+ return this.apiClient.callApi(
40399
+ '/api/v2/outbound/importtemplates',
40400
+ 'GET',
40401
+ { },
40402
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'allowEmptyResult': opts['allowEmptyResult'],'filterType': opts['filterType'],'name': opts['name'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'contactListTemplateId': opts['contactListTemplateId'] },
40403
+ { },
40404
+ { },
40405
+ null,
40406
+ ['PureCloud OAuth'],
40407
+ ['application/json'],
40408
+ ['application/json']
40409
+ );
40410
+ }
40411
+
39996
40412
  /**
39997
40413
  * Get an Outbound Messaging Campaign
39998
40414
  *
@@ -41031,6 +41447,56 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41031
41447
  );
41032
41448
  }
41033
41449
 
41450
+ /**
41451
+ * Create Contact List Template
41452
+ *
41453
+ * @param {Object} body ContactListTemplate
41454
+ */
41455
+ postOutboundContactlisttemplates(body) {
41456
+ // verify the required parameter 'body' is set
41457
+ if (body === undefined || body === null) {
41458
+ throw 'Missing the required parameter "body" when calling postOutboundContactlisttemplates';
41459
+ }
41460
+
41461
+ return this.apiClient.callApi(
41462
+ '/api/v2/outbound/contactlisttemplates',
41463
+ 'POST',
41464
+ { },
41465
+ { },
41466
+ { },
41467
+ { },
41468
+ body,
41469
+ ['PureCloud OAuth'],
41470
+ ['application/json'],
41471
+ ['application/json']
41472
+ );
41473
+ }
41474
+
41475
+ /**
41476
+ * Add multiple contact list templates
41477
+ *
41478
+ * @param {Array.<Object>} body contact list template(s) to add
41479
+ */
41480
+ postOutboundContactlisttemplatesBulkAdd(body) {
41481
+ // verify the required parameter 'body' is set
41482
+ if (body === undefined || body === null) {
41483
+ throw 'Missing the required parameter "body" when calling postOutboundContactlisttemplatesBulkAdd';
41484
+ }
41485
+
41486
+ return this.apiClient.callApi(
41487
+ '/api/v2/outbound/contactlisttemplates/bulk/add',
41488
+ 'POST',
41489
+ { },
41490
+ { },
41491
+ { },
41492
+ { },
41493
+ body,
41494
+ ['PureCloud OAuth'],
41495
+ ['application/json'],
41496
+ ['application/json']
41497
+ );
41498
+ }
41499
+
41034
41500
  /**
41035
41501
  * Add phone numbers to a Dialer DNC list.
41036
41502
  *
@@ -41195,6 +41661,56 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41195
41661
  );
41196
41662
  }
41197
41663
 
41664
+ /**
41665
+ * Create Import Template
41666
+ *
41667
+ * @param {Object} body ImportTemplate
41668
+ */
41669
+ postOutboundImporttemplates(body) {
41670
+ // verify the required parameter 'body' is set
41671
+ if (body === undefined || body === null) {
41672
+ throw 'Missing the required parameter "body" when calling postOutboundImporttemplates';
41673
+ }
41674
+
41675
+ return this.apiClient.callApi(
41676
+ '/api/v2/outbound/importtemplates',
41677
+ 'POST',
41678
+ { },
41679
+ { },
41680
+ { },
41681
+ { },
41682
+ body,
41683
+ ['PureCloud OAuth'],
41684
+ ['application/json'],
41685
+ ['application/json']
41686
+ );
41687
+ }
41688
+
41689
+ /**
41690
+ * Add multiple import templates
41691
+ *
41692
+ * @param {Array.<Object>} body import template(s) to add
41693
+ */
41694
+ postOutboundImporttemplatesBulkAdd(body) {
41695
+ // verify the required parameter 'body' is set
41696
+ if (body === undefined || body === null) {
41697
+ throw 'Missing the required parameter "body" when calling postOutboundImporttemplatesBulkAdd';
41698
+ }
41699
+
41700
+ return this.apiClient.callApi(
41701
+ '/api/v2/outbound/importtemplates/bulk/add',
41702
+ 'POST',
41703
+ { },
41704
+ { },
41705
+ { },
41706
+ { },
41707
+ body,
41708
+ ['PureCloud OAuth'],
41709
+ ['application/json'],
41710
+ ['application/json']
41711
+ );
41712
+ }
41713
+
41198
41714
  /**
41199
41715
  * Create a Messaging Campaign
41200
41716
  *
@@ -41575,6 +42091,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41575
42091
  );
41576
42092
  }
41577
42093
 
42094
+ /**
42095
+ * Update a contact list template.
42096
+ *
42097
+ * @param {String} contactListTemplateId ContactListTemplate ID
42098
+ * @param {Object} body ContactListTemplate
42099
+ */
42100
+ putOutboundContactlisttemplate(contactListTemplateId, body) {
42101
+ // verify the required parameter 'contactListTemplateId' is set
42102
+ if (contactListTemplateId === undefined || contactListTemplateId === null) {
42103
+ throw 'Missing the required parameter "contactListTemplateId" when calling putOutboundContactlisttemplate';
42104
+ }
42105
+ // verify the required parameter 'body' is set
42106
+ if (body === undefined || body === null) {
42107
+ throw 'Missing the required parameter "body" when calling putOutboundContactlisttemplate';
42108
+ }
42109
+
42110
+ return this.apiClient.callApi(
42111
+ '/api/v2/outbound/contactlisttemplates/{contactListTemplateId}',
42112
+ 'PUT',
42113
+ { 'contactListTemplateId': contactListTemplateId },
42114
+ { },
42115
+ { },
42116
+ { },
42117
+ body,
42118
+ ['PureCloud OAuth'],
42119
+ ['application/json'],
42120
+ ['application/json']
42121
+ );
42122
+ }
42123
+
41578
42124
  /**
41579
42125
  * Update an Outbound Digital Rule Set
41580
42126
  *
@@ -41635,6 +42181,36 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41635
42181
  );
41636
42182
  }
41637
42183
 
42184
+ /**
42185
+ * Update Import Template
42186
+ *
42187
+ * @param {String} importTemplateId Import Template ID
42188
+ * @param {Object} body importTemplate
42189
+ */
42190
+ putOutboundImporttemplate(importTemplateId, body) {
42191
+ // verify the required parameter 'importTemplateId' is set
42192
+ if (importTemplateId === undefined || importTemplateId === null) {
42193
+ throw 'Missing the required parameter "importTemplateId" when calling putOutboundImporttemplate';
42194
+ }
42195
+ // verify the required parameter 'body' is set
42196
+ if (body === undefined || body === null) {
42197
+ throw 'Missing the required parameter "body" when calling putOutboundImporttemplate';
42198
+ }
42199
+
42200
+ return this.apiClient.callApi(
42201
+ '/api/v2/outbound/importtemplates/{importTemplateId}',
42202
+ 'PUT',
42203
+ { 'importTemplateId': importTemplateId },
42204
+ { },
42205
+ { },
42206
+ { },
42207
+ body,
42208
+ ['PureCloud OAuth'],
42209
+ ['application/json'],
42210
+ ['application/json']
42211
+ );
42212
+ }
42213
+
41638
42214
  /**
41639
42215
  * Update an Outbound Messaging Campaign
41640
42216
  *
@@ -41876,7 +42452,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41876
42452
  /**
41877
42453
  * Presence service.
41878
42454
  * @module purecloud-platform-client-v2/api/PresenceApi
41879
- * @version 183.0.0
42455
+ * @version 184.0.0
41880
42456
  */
41881
42457
 
41882
42458
  /**
@@ -42615,7 +43191,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42615
43191
  /**
42616
43192
  * ProcessAutomation service.
42617
43193
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
42618
- * @version 183.0.0
43194
+ * @version 184.0.0
42619
43195
  */
42620
43196
 
42621
43197
  /**
@@ -42854,7 +43430,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42854
43430
  /**
42855
43431
  * Quality service.
42856
43432
  * @module purecloud-platform-client-v2/api/QualityApi
42857
- * @version 183.0.0
43433
+ * @version 184.0.0
42858
43434
  */
42859
43435
 
42860
43436
  /**
@@ -44611,7 +45187,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44611
45187
  /**
44612
45188
  * Recording service.
44613
45189
  * @module purecloud-platform-client-v2/api/RecordingApi
44614
- * @version 183.0.0
45190
+ * @version 184.0.0
44615
45191
  */
44616
45192
 
44617
45193
  /**
@@ -46248,7 +46824,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46248
46824
  /**
46249
46825
  * ResponseManagement service.
46250
46826
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
46251
- * @version 183.0.0
46827
+ * @version 184.0.0
46252
46828
  */
46253
46829
 
46254
46830
  /**
@@ -46733,7 +47309,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46733
47309
  /**
46734
47310
  * Routing service.
46735
47311
  * @module purecloud-platform-client-v2/api/RoutingApi
46736
- * @version 183.0.0
47312
+ * @version 184.0.0
46737
47313
  */
46738
47314
 
46739
47315
  /**
@@ -50441,7 +51017,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50441
51017
  /**
50442
51018
  * SCIM service.
50443
51019
  * @module purecloud-platform-client-v2/api/SCIMApi
50444
- * @version 183.0.0
51020
+ * @version 184.0.0
50445
51021
  */
50446
51022
 
50447
51023
  /**
@@ -51318,7 +51894,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51318
51894
  /**
51319
51895
  * Scripts service.
51320
51896
  * @module purecloud-platform-client-v2/api/ScriptsApi
51321
- * @version 183.0.0
51897
+ * @version 184.0.0
51322
51898
  */
51323
51899
 
51324
51900
  /**
@@ -51762,7 +52338,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51762
52338
  /**
51763
52339
  * Search service.
51764
52340
  * @module purecloud-platform-client-v2/api/SearchApi
51765
- * @version 183.0.0
52341
+ * @version 184.0.0
51766
52342
  */
51767
52343
 
51768
52344
  /**
@@ -52451,7 +53027,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52451
53027
  /**
52452
53028
  * Settings service.
52453
53029
  * @module purecloud-platform-client-v2/api/SettingsApi
52454
- * @version 183.0.0
53030
+ * @version 184.0.0
52455
53031
  */
52456
53032
 
52457
53033
  /**
@@ -52516,7 +53092,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52516
53092
  /**
52517
53093
  * SpeechTextAnalytics service.
52518
53094
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
52519
- * @version 183.0.0
53095
+ * @version 184.0.0
52520
53096
  */
52521
53097
 
52522
53098
  /**
@@ -53629,7 +54205,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53629
54205
  /**
53630
54206
  * Stations service.
53631
54207
  * @module purecloud-platform-client-v2/api/StationsApi
53632
- * @version 183.0.0
54208
+ * @version 184.0.0
53633
54209
  */
53634
54210
 
53635
54211
  /**
@@ -53731,7 +54307,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53731
54307
  /**
53732
54308
  * Suggest service.
53733
54309
  * @module purecloud-platform-client-v2/api/SuggestApi
53734
- * @version 183.0.0
54310
+ * @version 184.0.0
53735
54311
  */
53736
54312
 
53737
54313
  /**
@@ -53870,7 +54446,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53870
54446
  /**
53871
54447
  * TaskManagement service.
53872
54448
  * @module purecloud-platform-client-v2/api/TaskManagementApi
53873
- * @version 183.0.0
54449
+ * @version 184.0.0
53874
54450
  */
53875
54451
 
53876
54452
  /**
@@ -55151,7 +55727,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55151
55727
  /**
55152
55728
  * Teams service.
55153
55729
  * @module purecloud-platform-client-v2/api/TeamsApi
55154
- * @version 183.0.0
55730
+ * @version 184.0.0
55155
55731
  */
55156
55732
 
55157
55733
  /**
@@ -55453,7 +56029,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55453
56029
  /**
55454
56030
  * Telephony service.
55455
56031
  * @module purecloud-platform-client-v2/api/TelephonyApi
55456
- * @version 183.0.0
56032
+ * @version 184.0.0
55457
56033
  */
55458
56034
 
55459
56035
  /**
@@ -55637,7 +56213,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55637
56213
  /**
55638
56214
  * TelephonyProvidersEdge service.
55639
56215
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
55640
- * @version 183.0.0
56216
+ * @version 184.0.0
55641
56217
  */
55642
56218
 
55643
56219
  /**
@@ -59011,7 +59587,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59011
59587
  /**
59012
59588
  * Textbots service.
59013
59589
  * @module purecloud-platform-client-v2/api/TextbotsApi
59014
- * @version 183.0.0
59590
+ * @version 184.0.0
59015
59591
  */
59016
59592
 
59017
59593
  /**
@@ -59139,7 +59715,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59139
59715
  /**
59140
59716
  * Tokens service.
59141
59717
  * @module purecloud-platform-client-v2/api/TokensApi
59142
- * @version 183.0.0
59718
+ * @version 184.0.0
59143
59719
  */
59144
59720
 
59145
59721
  /**
@@ -59295,7 +59871,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59295
59871
  /**
59296
59872
  * Uploads service.
59297
59873
  * @module purecloud-platform-client-v2/api/UploadsApi
59298
- * @version 183.0.0
59874
+ * @version 184.0.0
59299
59875
  */
59300
59876
 
59301
59877
  /**
@@ -59471,7 +60047,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59471
60047
  /**
59472
60048
  * Usage service.
59473
60049
  * @module purecloud-platform-client-v2/api/UsageApi
59474
- * @version 183.0.0
60050
+ * @version 184.0.0
59475
60051
  */
59476
60052
 
59477
60053
  /**
@@ -59681,7 +60257,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59681
60257
  /**
59682
60258
  * UserRecordings service.
59683
60259
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
59684
- * @version 183.0.0
60260
+ * @version 184.0.0
59685
60261
  */
59686
60262
 
59687
60263
  /**
@@ -59866,7 +60442,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59866
60442
  /**
59867
60443
  * Users service.
59868
60444
  * @module purecloud-platform-client-v2/api/UsersApi
59869
- * @version 183.0.0
60445
+ * @version 184.0.0
59870
60446
  */
59871
60447
 
59872
60448
  /**
@@ -62517,7 +63093,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62517
63093
  /**
62518
63094
  * Utilities service.
62519
63095
  * @module purecloud-platform-client-v2/api/UtilitiesApi
62520
- * @version 183.0.0
63096
+ * @version 184.0.0
62521
63097
  */
62522
63098
 
62523
63099
  /**
@@ -62628,7 +63204,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62628
63204
  /**
62629
63205
  * Voicemail service.
62630
63206
  * @module purecloud-platform-client-v2/api/VoicemailApi
62631
- * @version 183.0.0
63207
+ * @version 184.0.0
62632
63208
  */
62633
63209
 
62634
63210
  /**
@@ -63295,7 +63871,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63295
63871
  /**
63296
63872
  * WebChat service.
63297
63873
  * @module purecloud-platform-client-v2/api/WebChatApi
63298
- * @version 183.0.0
63874
+ * @version 184.0.0
63299
63875
  */
63300
63876
 
63301
63877
  /**
@@ -63844,7 +64420,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63844
64420
  /**
63845
64421
  * WebDeployments service.
63846
64422
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
63847
- * @version 183.0.0
64423
+ * @version 184.0.0
63848
64424
  */
63849
64425
 
63850
64426
  /**
@@ -64371,7 +64947,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64371
64947
  /**
64372
64948
  * WebMessaging service.
64373
64949
  * @module purecloud-platform-client-v2/api/WebMessagingApi
64374
- * @version 183.0.0
64950
+ * @version 184.0.0
64375
64951
  */
64376
64952
 
64377
64953
  /**
@@ -64417,7 +64993,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64417
64993
  /**
64418
64994
  * Widgets service.
64419
64995
  * @module purecloud-platform-client-v2/api/WidgetsApi
64420
- * @version 183.0.0
64996
+ * @version 184.0.0
64421
64997
  */
64422
64998
 
64423
64999
  /**
@@ -64563,7 +65139,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64563
65139
  /**
64564
65140
  * WorkforceManagement service.
64565
65141
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
64566
- * @version 183.0.0
65142
+ * @version 184.0.0
64567
65143
  */
64568
65144
 
64569
65145
  /**
@@ -69737,7 +70313,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69737
70313
  * </pre>
69738
70314
  * </p>
69739
70315
  * @module purecloud-platform-client-v2/index
69740
- * @version 183.0.0
70316
+ * @version 184.0.0
69741
70317
  */
69742
70318
  class platformClient {
69743
70319
  constructor() {
@@ -69916,6 +70492,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69916
70492
  * @property {module:purecloud-platform-client-v2/api/LocationsApi}
69917
70493
  */
69918
70494
  this.LocationsApi = LocationsApi;
70495
+ /**
70496
+ * The LogCaptureApi service constructor.
70497
+ * @property {module:purecloud-platform-client-v2/api/LogCaptureApi}
70498
+ */
70499
+ this.LogCaptureApi = LogCaptureApi;
69919
70500
  /**
69920
70501
  * The MessagingApi service constructor.
69921
70502
  * @property {module:purecloud-platform-client-v2/api/MessagingApi}