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
@@ -402,7 +402,7 @@ class Configuration {
402
402
 
403
403
  /**
404
404
  * @module purecloud-platform-client-v2/ApiClient
405
- * @version 183.0.0
405
+ * @version 184.0.0
406
406
  */
407
407
  class ApiClient {
408
408
  /**
@@ -1488,7 +1488,7 @@ class AlertingApi {
1488
1488
  /**
1489
1489
  * Alerting service.
1490
1490
  * @module purecloud-platform-client-v2/api/AlertingApi
1491
- * @version 183.0.0
1491
+ * @version 184.0.0
1492
1492
  */
1493
1493
 
1494
1494
  /**
@@ -2149,7 +2149,7 @@ class AnalyticsApi {
2149
2149
  /**
2150
2150
  * Analytics service.
2151
2151
  * @module purecloud-platform-client-v2/api/AnalyticsApi
2152
- * @version 183.0.0
2152
+ * @version 184.0.0
2153
2153
  */
2154
2154
 
2155
2155
  /**
@@ -2675,6 +2675,62 @@ class AnalyticsApi {
2675
2675
  );
2676
2676
  }
2677
2677
 
2678
+ /**
2679
+ * Get status for async query for flow execution aggregates
2680
+ *
2681
+ * @param {String} jobId jobId
2682
+ * getAnalyticsFlowexecutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2683
+ */
2684
+ getAnalyticsFlowexecutionsAggregatesJob(jobId) {
2685
+ // verify the required parameter 'jobId' is set
2686
+ if (jobId === undefined || jobId === null) {
2687
+ throw 'Missing the required parameter "jobId" when calling getAnalyticsFlowexecutionsAggregatesJob';
2688
+ }
2689
+
2690
+ return this.apiClient.callApi(
2691
+ '/api/v2/analytics/flowexecutions/aggregates/jobs/{jobId}',
2692
+ 'GET',
2693
+ { 'jobId': jobId },
2694
+ { },
2695
+ { },
2696
+ { },
2697
+ null,
2698
+ ['PureCloud OAuth'],
2699
+ ['application/json'],
2700
+ ['application/json']
2701
+ );
2702
+ }
2703
+
2704
+ /**
2705
+ * Fetch a page of results for an async aggregates query
2706
+ *
2707
+ * @param {String} jobId jobId
2708
+ * @param {Object} opts Optional parameters
2709
+ * @param {String} opts.cursor Cursor token to retrieve next page
2710
+ * getAnalyticsFlowexecutionsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2711
+ */
2712
+ getAnalyticsFlowexecutionsAggregatesJobResults(jobId, opts) {
2713
+ opts = opts || {};
2714
+
2715
+ // verify the required parameter 'jobId' is set
2716
+ if (jobId === undefined || jobId === null) {
2717
+ throw 'Missing the required parameter "jobId" when calling getAnalyticsFlowexecutionsAggregatesJobResults';
2718
+ }
2719
+
2720
+ return this.apiClient.callApi(
2721
+ '/api/v2/analytics/flowexecutions/aggregates/jobs/{jobId}/results',
2722
+ 'GET',
2723
+ { 'jobId': jobId },
2724
+ { 'cursor': opts['cursor'] },
2725
+ { },
2726
+ { },
2727
+ null,
2728
+ ['PureCloud OAuth'],
2729
+ ['application/json'],
2730
+ ['application/json']
2731
+ );
2732
+ }
2733
+
2678
2734
  /**
2679
2735
  * Get status for async query for Flow aggregates
2680
2736
  *
@@ -3858,6 +3914,58 @@ class AnalyticsApi {
3858
3914
  );
3859
3915
  }
3860
3916
 
3917
+ /**
3918
+ * Query for flow execution aggregates asynchronously
3919
+ *
3920
+ * @param {Object} body query
3921
+ * postAnalyticsFlowexecutionsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
3922
+ */
3923
+ postAnalyticsFlowexecutionsAggregatesJobs(body) {
3924
+ // verify the required parameter 'body' is set
3925
+ if (body === undefined || body === null) {
3926
+ throw 'Missing the required parameter "body" when calling postAnalyticsFlowexecutionsAggregatesJobs';
3927
+ }
3928
+
3929
+ return this.apiClient.callApi(
3930
+ '/api/v2/analytics/flowexecutions/aggregates/jobs',
3931
+ 'POST',
3932
+ { },
3933
+ { },
3934
+ { },
3935
+ { },
3936
+ body,
3937
+ ['PureCloud OAuth'],
3938
+ ['application/json'],
3939
+ ['application/json']
3940
+ );
3941
+ }
3942
+
3943
+ /**
3944
+ * Query for flow execution aggregates
3945
+ *
3946
+ * @param {Object} body query
3947
+ * postAnalyticsFlowexecutionsAggregatesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
3948
+ */
3949
+ postAnalyticsFlowexecutionsAggregatesQuery(body) {
3950
+ // verify the required parameter 'body' is set
3951
+ if (body === undefined || body === null) {
3952
+ throw 'Missing the required parameter "body" when calling postAnalyticsFlowexecutionsAggregatesQuery';
3953
+ }
3954
+
3955
+ return this.apiClient.callApi(
3956
+ '/api/v2/analytics/flowexecutions/aggregates/query',
3957
+ 'POST',
3958
+ { },
3959
+ { },
3960
+ { },
3961
+ { },
3962
+ body,
3963
+ ['PureCloud OAuth'],
3964
+ ['application/json'],
3965
+ ['application/json']
3966
+ );
3967
+ }
3968
+
3861
3969
  /**
3862
3970
  * Query for flow activity observations
3863
3971
  *
@@ -4631,7 +4739,7 @@ class ArchitectApi {
4631
4739
  /**
4632
4740
  * Architect service.
4633
4741
  * @module purecloud-platform-client-v2/api/ArchitectApi
4634
- * @version 183.0.0
4742
+ * @version 184.0.0
4635
4743
  */
4636
4744
 
4637
4745
  /**
@@ -8466,7 +8574,7 @@ class AuditApi {
8466
8574
  /**
8467
8575
  * Audit service.
8468
8576
  * @module purecloud-platform-client-v2/api/AuditApi
8469
- * @version 183.0.0
8577
+ * @version 184.0.0
8470
8578
  */
8471
8579
 
8472
8580
  /**
@@ -8637,7 +8745,7 @@ class AuthorizationApi {
8637
8745
  /**
8638
8746
  * Authorization service.
8639
8747
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8640
- * @version 183.0.0
8748
+ * @version 184.0.0
8641
8749
  */
8642
8750
 
8643
8751
  /**
@@ -9381,17 +9489,16 @@ class AuthorizationApi {
9381
9489
  * Recreate a previously deleted division.
9382
9490
  *
9383
9491
  * @param {String} divisionId Division ID
9384
- * @param {Object} body Recreated division data
9492
+ * @param {Object} opts Optional parameters
9493
+ * @param {Object} opts.body Recreated division data
9385
9494
  */
9386
- postAuthorizationDivisionRestore(divisionId, body) {
9495
+ postAuthorizationDivisionRestore(divisionId, opts) {
9496
+ opts = opts || {};
9497
+
9387
9498
  // verify the required parameter 'divisionId' is set
9388
9499
  if (divisionId === undefined || divisionId === null) {
9389
9500
  throw 'Missing the required parameter "divisionId" when calling postAuthorizationDivisionRestore';
9390
9501
  }
9391
- // verify the required parameter 'body' is set
9392
- if (body === undefined || body === null) {
9393
- throw 'Missing the required parameter "body" when calling postAuthorizationDivisionRestore';
9394
- }
9395
9502
 
9396
9503
  return this.apiClient.callApi(
9397
9504
  '/api/v2/authorization/divisions/{divisionId}/restore',
@@ -9400,7 +9507,7 @@ class AuthorizationApi {
9400
9507
  { },
9401
9508
  { },
9402
9509
  { },
9403
- body,
9510
+ opts['body'],
9404
9511
  ['PureCloud OAuth'],
9405
9512
  ['application/json'],
9406
9513
  ['application/json']
@@ -9868,7 +9975,7 @@ class BillingApi {
9868
9975
  /**
9869
9976
  * Billing service.
9870
9977
  * @module purecloud-platform-client-v2/api/BillingApi
9871
- * @version 183.0.0
9978
+ * @version 184.0.0
9872
9979
  */
9873
9980
 
9874
9981
  /**
@@ -9948,7 +10055,7 @@ class CarrierServicesApi {
9948
10055
  /**
9949
10056
  * CarrierServices service.
9950
10057
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
9951
- * @version 183.0.0
10058
+ * @version 184.0.0
9952
10059
  */
9953
10060
 
9954
10061
  /**
@@ -10018,7 +10125,7 @@ class ChatApi {
10018
10125
  /**
10019
10126
  * Chat service.
10020
10127
  * @module purecloud-platform-client-v2/api/ChatApi
10021
- * @version 183.0.0
10128
+ * @version 184.0.0
10022
10129
  */
10023
10130
 
10024
10131
  /**
@@ -10714,7 +10821,7 @@ class CoachingApi {
10714
10821
  /**
10715
10822
  * Coaching service.
10716
10823
  * @module purecloud-platform-client-v2/api/CoachingApi
10717
- * @version 183.0.0
10824
+ * @version 184.0.0
10718
10825
  */
10719
10826
 
10720
10827
  /**
@@ -11291,7 +11398,7 @@ class ContentManagementApi {
11291
11398
  /**
11292
11399
  * ContentManagement service.
11293
11400
  * @module purecloud-platform-client-v2/api/ContentManagementApi
11294
- * @version 183.0.0
11401
+ * @version 184.0.0
11295
11402
  */
11296
11403
 
11297
11404
  /**
@@ -12434,7 +12541,7 @@ class ConversationsApi {
12434
12541
  /**
12435
12542
  * Conversations service.
12436
12543
  * @module purecloud-platform-client-v2/api/ConversationsApi
12437
- * @version 183.0.0
12544
+ * @version 184.0.0
12438
12545
  */
12439
12546
 
12440
12547
  /**
@@ -19574,7 +19681,7 @@ class DataExtensionsApi {
19574
19681
  /**
19575
19682
  * DataExtensions service.
19576
19683
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
19577
- * @version 183.0.0
19684
+ * @version 184.0.0
19578
19685
  */
19579
19686
 
19580
19687
  /**
@@ -19660,7 +19767,7 @@ class DownloadsApi {
19660
19767
  /**
19661
19768
  * Downloads service.
19662
19769
  * @module purecloud-platform-client-v2/api/DownloadsApi
19663
- * @version 183.0.0
19770
+ * @version 184.0.0
19664
19771
  */
19665
19772
 
19666
19773
  /**
@@ -19712,7 +19819,7 @@ class EmailsApi {
19712
19819
  /**
19713
19820
  * Emails service.
19714
19821
  * @module purecloud-platform-client-v2/api/EmailsApi
19715
- * @version 183.0.0
19822
+ * @version 184.0.0
19716
19823
  */
19717
19824
 
19718
19825
  /**
@@ -19777,7 +19884,7 @@ class EventsApi {
19777
19884
  /**
19778
19885
  * Events service.
19779
19886
  * @module purecloud-platform-client-v2/api/EventsApi
19780
- * @version 183.0.0
19887
+ * @version 184.0.0
19781
19888
  */
19782
19889
 
19783
19890
  /**
@@ -19873,7 +19980,7 @@ class ExternalContactsApi {
19873
19980
  /**
19874
19981
  * ExternalContacts service.
19875
19982
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
19876
- * @version 183.0.0
19983
+ * @version 184.0.0
19877
19984
  */
19878
19985
 
19879
19986
  /**
@@ -21831,7 +21938,7 @@ class FaxApi {
21831
21938
  /**
21832
21939
  * Fax service.
21833
21940
  * @module purecloud-platform-client-v2/api/FaxApi
21834
- * @version 183.0.0
21941
+ * @version 184.0.0
21835
21942
  */
21836
21943
 
21837
21944
  /**
@@ -22002,7 +22109,7 @@ class FlowsApi {
22002
22109
  /**
22003
22110
  * Flows service.
22004
22111
  * @module purecloud-platform-client-v2/api/FlowsApi
22005
- * @version 183.0.0
22112
+ * @version 184.0.0
22006
22113
  */
22007
22114
 
22008
22115
  /**
@@ -22186,7 +22293,7 @@ class GamificationApi {
22186
22293
  /**
22187
22294
  * Gamification service.
22188
22295
  * @module purecloud-platform-client-v2/api/GamificationApi
22189
- * @version 183.0.0
22296
+ * @version 184.0.0
22190
22297
  */
22191
22298
 
22192
22299
  /**
@@ -24272,7 +24379,7 @@ class GeneralDataProtectionRegulationApi {
24272
24379
  /**
24273
24380
  * GeneralDataProtectionRegulation service.
24274
24381
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
24275
- * @version 183.0.0
24382
+ * @version 184.0.0
24276
24383
  */
24277
24384
 
24278
24385
  /**
@@ -24402,7 +24509,7 @@ class GeolocationApi {
24402
24509
  /**
24403
24510
  * Geolocation service.
24404
24511
  * @module purecloud-platform-client-v2/api/GeolocationApi
24405
- * @version 183.0.0
24512
+ * @version 184.0.0
24406
24513
  */
24407
24514
 
24408
24515
  /**
@@ -24533,7 +24640,7 @@ class GreetingsApi {
24533
24640
  /**
24534
24641
  * Greetings service.
24535
24642
  * @module purecloud-platform-client-v2/api/GreetingsApi
24536
- * @version 183.0.0
24643
+ * @version 184.0.0
24537
24644
  */
24538
24645
 
24539
24646
  /**
@@ -24988,7 +25095,7 @@ class GroupsApi {
24988
25095
  /**
24989
25096
  * Groups service.
24990
25097
  * @module purecloud-platform-client-v2/api/GroupsApi
24991
- * @version 183.0.0
25098
+ * @version 184.0.0
24992
25099
  */
24993
25100
 
24994
25101
  /**
@@ -25507,7 +25614,7 @@ class IdentityProviderApi {
25507
25614
  /**
25508
25615
  * IdentityProvider service.
25509
25616
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
25510
- * @version 183.0.0
25617
+ * @version 184.0.0
25511
25618
  */
25512
25619
 
25513
25620
  /**
@@ -26263,7 +26370,7 @@ class InfrastructureAsCodeApi {
26263
26370
  /**
26264
26371
  * InfrastructureAsCode service.
26265
26372
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
26266
- * @version 183.0.0
26373
+ * @version 184.0.0
26267
26374
  */
26268
26375
 
26269
26376
  /**
@@ -26430,7 +26537,7 @@ class IntegrationsApi {
26430
26537
  /**
26431
26538
  * Integrations service.
26432
26539
  * @module purecloud-platform-client-v2/api/IntegrationsApi
26433
- * @version 183.0.0
26540
+ * @version 184.0.0
26434
26541
  */
26435
26542
 
26436
26543
  /**
@@ -28392,7 +28499,7 @@ class JourneyApi {
28392
28499
  /**
28393
28500
  * Journey service.
28394
28501
  * @module purecloud-platform-client-v2/api/JourneyApi
28395
- * @version 183.0.0
28502
+ * @version 184.0.0
28396
28503
  */
28397
28504
 
28398
28505
  /**
@@ -29623,7 +29730,7 @@ class KnowledgeApi {
29623
29730
  /**
29624
29731
  * Knowledge service.
29625
29732
  * @module purecloud-platform-client-v2/api/KnowledgeApi
29626
- * @version 183.0.0
29733
+ * @version 184.0.0
29627
29734
  */
29628
29735
 
29629
29736
  /**
@@ -32444,7 +32551,7 @@ class LanguageUnderstandingApi {
32444
32551
  /**
32445
32552
  * LanguageUnderstanding service.
32446
32553
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
32447
- * @version 183.0.0
32554
+ * @version 184.0.0
32448
32555
  */
32449
32556
 
32450
32557
  /**
@@ -33457,7 +33564,7 @@ class LanguagesApi {
33457
33564
  /**
33458
33565
  * Languages service.
33459
33566
  * @module purecloud-platform-client-v2/api/LanguagesApi
33460
- * @version 183.0.0
33567
+ * @version 184.0.0
33461
33568
  */
33462
33569
 
33463
33570
  /**
@@ -33679,7 +33786,7 @@ class LearningApi {
33679
33786
  /**
33680
33787
  * Learning service.
33681
33788
  * @module purecloud-platform-client-v2/api/LearningApi
33682
- * @version 183.0.0
33789
+ * @version 184.0.0
33683
33790
  */
33684
33791
 
33685
33792
  /**
@@ -34535,7 +34642,7 @@ class LicenseApi {
34535
34642
  /**
34536
34643
  * License service.
34537
34644
  * @module purecloud-platform-client-v2/api/LicenseApi
34538
- * @version 183.0.0
34645
+ * @version 184.0.0
34539
34646
  */
34540
34647
 
34541
34648
  /**
@@ -34773,7 +34880,7 @@ class LocationsApi {
34773
34880
  /**
34774
34881
  * Locations service.
34775
34882
  * @module purecloud-platform-client-v2/api/LocationsApi
34776
- * @version 183.0.0
34883
+ * @version 184.0.0
34777
34884
  */
34778
34885
 
34779
34886
  /**
@@ -35005,11 +35112,81 @@ class LocationsApi {
35005
35112
 
35006
35113
  }
35007
35114
 
35115
+ class LogCaptureApi {
35116
+ /**
35117
+ * LogCapture service.
35118
+ * @module purecloud-platform-client-v2/api/LogCaptureApi
35119
+ * @version 184.0.0
35120
+ */
35121
+
35122
+ /**
35123
+ * Constructs a new LogCaptureApi.
35124
+ * @alias module:purecloud-platform-client-v2/api/LogCaptureApi
35125
+ * @class
35126
+ * @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
35127
+ * default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
35128
+ */
35129
+ constructor(apiClient) {
35130
+ this.apiClient = apiClient || ApiClient.instance;
35131
+ }
35132
+
35133
+
35134
+ /**
35135
+ * Gets status of async download execution
35136
+ *
35137
+ * @param {String} jobId Job ID
35138
+ */
35139
+ getDiagnosticsLogcaptureBrowserEntriesDownloadJob(jobId) {
35140
+ // verify the required parameter 'jobId' is set
35141
+ if (jobId === undefined || jobId === null) {
35142
+ throw 'Missing the required parameter "jobId" when calling getDiagnosticsLogcaptureBrowserEntriesDownloadJob';
35143
+ }
35144
+
35145
+ return this.apiClient.callApi(
35146
+ '/api/v2/diagnostics/logcapture/browser/entries/download/jobs/{jobId}',
35147
+ 'GET',
35148
+ { 'jobId': jobId },
35149
+ { },
35150
+ { },
35151
+ { },
35152
+ null,
35153
+ ['PureCloud OAuth'],
35154
+ ['application/json'],
35155
+ ['application/json']
35156
+ );
35157
+ }
35158
+
35159
+ /**
35160
+ * Creates an async download execution
35161
+ *
35162
+ * @param {Object} opts Optional parameters
35163
+ * @param {Object} opts.body
35164
+ */
35165
+ postDiagnosticsLogcaptureBrowserEntriesDownloadJobs(opts) {
35166
+ opts = opts || {};
35167
+
35168
+
35169
+ return this.apiClient.callApi(
35170
+ '/api/v2/diagnostics/logcapture/browser/entries/download/jobs',
35171
+ 'POST',
35172
+ { },
35173
+ { },
35174
+ { },
35175
+ { },
35176
+ opts['body'],
35177
+ ['PureCloud OAuth'],
35178
+ ['application/json'],
35179
+ ['application/json']
35180
+ );
35181
+ }
35182
+
35183
+ }
35184
+
35008
35185
  class MessagingApi {
35009
35186
  /**
35010
35187
  * Messaging service.
35011
35188
  * @module purecloud-platform-client-v2/api/MessagingApi
35012
- * @version 183.0.0
35189
+ * @version 184.0.0
35013
35190
  */
35014
35191
 
35015
35192
  /**
@@ -35368,7 +35545,7 @@ class MobileDevicesApi {
35368
35545
  /**
35369
35546
  * MobileDevices service.
35370
35547
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
35371
- * @version 183.0.0
35548
+ * @version 184.0.0
35372
35549
  */
35373
35550
 
35374
35551
  /**
@@ -35519,7 +35696,7 @@ class NotificationsApi {
35519
35696
  /**
35520
35697
  * Notifications service.
35521
35698
  * @module purecloud-platform-client-v2/api/NotificationsApi
35522
- * @version 183.0.0
35699
+ * @version 184.0.0
35523
35700
  */
35524
35701
 
35525
35702
  /**
@@ -35752,7 +35929,7 @@ class OAuthApi {
35752
35929
  /**
35753
35930
  * OAuth service.
35754
35931
  * @module purecloud-platform-client-v2/api/OAuthApi
35755
- * @version 183.0.0
35932
+ * @version 184.0.0
35756
35933
  */
35757
35934
 
35758
35935
  /**
@@ -36118,7 +36295,7 @@ class ObjectsApi {
36118
36295
  /**
36119
36296
  * Objects service.
36120
36297
  * @module purecloud-platform-client-v2/api/ObjectsApi
36121
- * @version 183.0.0
36298
+ * @version 184.0.0
36122
36299
  */
36123
36300
 
36124
36301
  /**
@@ -36302,17 +36479,16 @@ class ObjectsApi {
36302
36479
  * Recreate a previously deleted division.
36303
36480
  *
36304
36481
  * @param {String} divisionId Division ID
36305
- * @param {Object} body Recreated division data
36482
+ * @param {Object} opts Optional parameters
36483
+ * @param {Object} opts.body Recreated division data
36306
36484
  */
36307
- postAuthorizationDivisionRestore(divisionId, body) {
36485
+ postAuthorizationDivisionRestore(divisionId, opts) {
36486
+ opts = opts || {};
36487
+
36308
36488
  // verify the required parameter 'divisionId' is set
36309
36489
  if (divisionId === undefined || divisionId === null) {
36310
36490
  throw 'Missing the required parameter "divisionId" when calling postAuthorizationDivisionRestore';
36311
36491
  }
36312
- // verify the required parameter 'body' is set
36313
- if (body === undefined || body === null) {
36314
- throw 'Missing the required parameter "body" when calling postAuthorizationDivisionRestore';
36315
- }
36316
36492
 
36317
36493
  return this.apiClient.callApi(
36318
36494
  '/api/v2/authorization/divisions/{divisionId}/restore',
@@ -36321,7 +36497,7 @@ class ObjectsApi {
36321
36497
  { },
36322
36498
  { },
36323
36499
  { },
36324
- body,
36500
+ opts['body'],
36325
36501
  ['PureCloud OAuth'],
36326
36502
  ['application/json'],
36327
36503
  ['application/json']
@@ -36389,7 +36565,7 @@ class OperationalEventsApi {
36389
36565
  /**
36390
36566
  * OperationalEvents service.
36391
36567
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
36392
- * @version 183.0.0
36568
+ * @version 184.0.0
36393
36569
  */
36394
36570
 
36395
36571
  /**
@@ -36455,7 +36631,7 @@ class OrganizationApi {
36455
36631
  /**
36456
36632
  * Organization service.
36457
36633
  * @module purecloud-platform-client-v2/api/OrganizationApi
36458
- * @version 183.0.0
36634
+ * @version 184.0.0
36459
36635
  */
36460
36636
 
36461
36637
  /**
@@ -36910,7 +37086,7 @@ class OrganizationAuthorizationApi {
36910
37086
  /**
36911
37087
  * OrganizationAuthorization service.
36912
37088
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
36913
- * @version 183.0.0
37089
+ * @version 184.0.0
36914
37090
  */
36915
37091
 
36916
37092
  /**
@@ -38257,7 +38433,7 @@ class OutboundApi {
38257
38433
  /**
38258
38434
  * Outbound service.
38259
38435
  * @module purecloud-platform-client-v2/api/OutboundApi
38260
- * @version 183.0.0
38436
+ * @version 184.0.0
38261
38437
  */
38262
38438
 
38263
38439
  /**
@@ -38557,6 +38733,56 @@ class OutboundApi {
38557
38733
  );
38558
38734
  }
38559
38735
 
38736
+ /**
38737
+ * Delete Contact List Template
38738
+ *
38739
+ * @param {String} contactListTemplateId ContactListTemplate ID
38740
+ */
38741
+ deleteOutboundContactlisttemplate(contactListTemplateId) {
38742
+ // verify the required parameter 'contactListTemplateId' is set
38743
+ if (contactListTemplateId === undefined || contactListTemplateId === null) {
38744
+ throw 'Missing the required parameter "contactListTemplateId" when calling deleteOutboundContactlisttemplate';
38745
+ }
38746
+
38747
+ return this.apiClient.callApi(
38748
+ '/api/v2/outbound/contactlisttemplates/{contactListTemplateId}',
38749
+ 'DELETE',
38750
+ { 'contactListTemplateId': contactListTemplateId },
38751
+ { },
38752
+ { },
38753
+ { },
38754
+ null,
38755
+ ['PureCloud OAuth'],
38756
+ ['application/json'],
38757
+ ['application/json']
38758
+ );
38759
+ }
38760
+
38761
+ /**
38762
+ * Delete multiple contact list templates.
38763
+ *
38764
+ * @param {Array.<String>} id contact list template id(s) to delete
38765
+ */
38766
+ deleteOutboundContactlisttemplates(id) {
38767
+ // verify the required parameter 'id' is set
38768
+ if (id === undefined || id === null) {
38769
+ throw 'Missing the required parameter "id" when calling deleteOutboundContactlisttemplates';
38770
+ }
38771
+
38772
+ return this.apiClient.callApi(
38773
+ '/api/v2/outbound/contactlisttemplates',
38774
+ 'DELETE',
38775
+ { },
38776
+ { 'id': this.apiClient.buildCollectionParam(id, 'multi') },
38777
+ { },
38778
+ { },
38779
+ null,
38780
+ ['PureCloud OAuth'],
38781
+ ['application/json'],
38782
+ ['application/json']
38783
+ );
38784
+ }
38785
+
38560
38786
  /**
38561
38787
  * Delete an Outbound Digital Rule Set
38562
38788
  *
@@ -38694,6 +38920,56 @@ class OutboundApi {
38694
38920
  );
38695
38921
  }
38696
38922
 
38923
+ /**
38924
+ * Delete Import Template
38925
+ *
38926
+ * @param {String} importTemplateId Import Template ID
38927
+ */
38928
+ deleteOutboundImporttemplate(importTemplateId) {
38929
+ // verify the required parameter 'importTemplateId' is set
38930
+ if (importTemplateId === undefined || importTemplateId === null) {
38931
+ throw 'Missing the required parameter "importTemplateId" when calling deleteOutboundImporttemplate';
38932
+ }
38933
+
38934
+ return this.apiClient.callApi(
38935
+ '/api/v2/outbound/importtemplates/{importTemplateId}',
38936
+ 'DELETE',
38937
+ { 'importTemplateId': importTemplateId },
38938
+ { },
38939
+ { },
38940
+ { },
38941
+ null,
38942
+ ['PureCloud OAuth'],
38943
+ ['application/json'],
38944
+ ['application/json']
38945
+ );
38946
+ }
38947
+
38948
+ /**
38949
+ * Delete multiple import templates.
38950
+ *
38951
+ * @param {Array.<String>} id import template id(s) to delete
38952
+ */
38953
+ deleteOutboundImporttemplates(id) {
38954
+ // verify the required parameter 'id' is set
38955
+ if (id === undefined || id === null) {
38956
+ throw 'Missing the required parameter "id" when calling deleteOutboundImporttemplates';
38957
+ }
38958
+
38959
+ return this.apiClient.callApi(
38960
+ '/api/v2/outbound/importtemplates',
38961
+ 'DELETE',
38962
+ { },
38963
+ { 'id': this.apiClient.buildCollectionParam(id, 'multi') },
38964
+ { },
38965
+ { },
38966
+ null,
38967
+ ['PureCloud OAuth'],
38968
+ ['application/json'],
38969
+ ['application/json']
38970
+ );
38971
+ }
38972
+
38697
38973
  /**
38698
38974
  * Delete an Outbound Messaging Campaign
38699
38975
  *
@@ -39706,6 +39982,61 @@ class OutboundApi {
39706
39982
  );
39707
39983
  }
39708
39984
 
39985
+ /**
39986
+ * Get Contact List Template
39987
+ *
39988
+ * @param {String} contactListTemplateId ContactListTemplate ID
39989
+ */
39990
+ getOutboundContactlisttemplate(contactListTemplateId) {
39991
+ // verify the required parameter 'contactListTemplateId' is set
39992
+ if (contactListTemplateId === undefined || contactListTemplateId === null) {
39993
+ throw 'Missing the required parameter "contactListTemplateId" when calling getOutboundContactlisttemplate';
39994
+ }
39995
+
39996
+ return this.apiClient.callApi(
39997
+ '/api/v2/outbound/contactlisttemplates/{contactListTemplateId}',
39998
+ 'GET',
39999
+ { 'contactListTemplateId': contactListTemplateId },
40000
+ { },
40001
+ { },
40002
+ { },
40003
+ null,
40004
+ ['PureCloud OAuth'],
40005
+ ['application/json'],
40006
+ ['application/json']
40007
+ );
40008
+ }
40009
+
40010
+ /**
40011
+ * Query a list of contact list templates
40012
+ *
40013
+ * @param {Object} opts Optional parameters
40014
+ * @param {Number} opts.pageSize Page size. The max that will be returned is 100. (default to 25)
40015
+ * @param {Number} opts.pageNumber Page number (default to 1)
40016
+ * @param {Boolean} opts.allowEmptyResult Whether to return an empty page when there are no results for that page (default to false)
40017
+ * @param {Object} opts.filterType Filter type (default to Prefix)
40018
+ * @param {String} opts.name Name
40019
+ * @param {String} opts.sortBy Sort by
40020
+ * @param {Object} opts.sortOrder Sort order (default to a)
40021
+ */
40022
+ getOutboundContactlisttemplates(opts) {
40023
+ opts = opts || {};
40024
+
40025
+
40026
+ return this.apiClient.callApi(
40027
+ '/api/v2/outbound/contactlisttemplates',
40028
+ 'GET',
40029
+ { },
40030
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'allowEmptyResult': opts['allowEmptyResult'],'filterType': opts['filterType'],'name': opts['name'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'] },
40031
+ { },
40032
+ { },
40033
+ null,
40034
+ ['PureCloud OAuth'],
40035
+ ['application/json'],
40036
+ ['application/json']
40037
+ );
40038
+ }
40039
+
39709
40040
  /**
39710
40041
  * Get an Outbound Digital Rule Set
39711
40042
  *
@@ -39996,6 +40327,91 @@ class OutboundApi {
39996
40327
  );
39997
40328
  }
39998
40329
 
40330
+ /**
40331
+ * Get Import Template
40332
+ *
40333
+ * @param {String} importTemplateId Import Template ID
40334
+ */
40335
+ getOutboundImporttemplate(importTemplateId) {
40336
+ // verify the required parameter 'importTemplateId' is set
40337
+ if (importTemplateId === undefined || importTemplateId === null) {
40338
+ throw 'Missing the required parameter "importTemplateId" when calling getOutboundImporttemplate';
40339
+ }
40340
+
40341
+ return this.apiClient.callApi(
40342
+ '/api/v2/outbound/importtemplates/{importTemplateId}',
40343
+ 'GET',
40344
+ { 'importTemplateId': importTemplateId },
40345
+ { },
40346
+ { },
40347
+ { },
40348
+ null,
40349
+ ['PureCloud OAuth'],
40350
+ ['application/json'],
40351
+ ['application/json']
40352
+ );
40353
+ }
40354
+
40355
+ /**
40356
+ * Get the import status for an import template.
40357
+ *
40358
+ * @param {String} importTemplateId importTemplateId
40359
+ * @param {Object} opts Optional parameters
40360
+ * @param {String} opts.listNamePrefix listNamePrefix
40361
+ */
40362
+ getOutboundImporttemplateImportstatus(importTemplateId, opts) {
40363
+ opts = opts || {};
40364
+
40365
+ // verify the required parameter 'importTemplateId' is set
40366
+ if (importTemplateId === undefined || importTemplateId === null) {
40367
+ throw 'Missing the required parameter "importTemplateId" when calling getOutboundImporttemplateImportstatus';
40368
+ }
40369
+
40370
+ return this.apiClient.callApi(
40371
+ '/api/v2/outbound/importtemplates/{importTemplateId}/importstatus',
40372
+ 'GET',
40373
+ { 'importTemplateId': importTemplateId },
40374
+ { 'listNamePrefix': opts['listNamePrefix'] },
40375
+ { },
40376
+ { },
40377
+ null,
40378
+ ['PureCloud OAuth'],
40379
+ ['application/json'],
40380
+ ['application/json']
40381
+ );
40382
+ }
40383
+
40384
+ /**
40385
+ * Query Import Templates
40386
+ *
40387
+ * @param {Object} opts Optional parameters
40388
+ * @param {Number} opts.pageSize Page size. The max that will be returned is 100. (default to 25)
40389
+ * @param {Number} opts.pageNumber Page number (default to 1)
40390
+ * @param {Boolean} opts.allowEmptyResult Whether to return an empty page when there are no results for that page (default to false)
40391
+ * @param {Object} opts.filterType Filter type (default to Prefix)
40392
+ * @param {String} opts.name Name
40393
+ * @param {String} opts.sortBy Sort by
40394
+ * @param {Object} opts.sortOrder Sort order (default to a)
40395
+ * @param {String} opts.contactListTemplateId Contact List Template ID
40396
+ */
40397
+ getOutboundImporttemplates(opts) {
40398
+ opts = opts || {};
40399
+
40400
+
40401
+ return this.apiClient.callApi(
40402
+ '/api/v2/outbound/importtemplates',
40403
+ 'GET',
40404
+ { },
40405
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'allowEmptyResult': opts['allowEmptyResult'],'filterType': opts['filterType'],'name': opts['name'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'contactListTemplateId': opts['contactListTemplateId'] },
40406
+ { },
40407
+ { },
40408
+ null,
40409
+ ['PureCloud OAuth'],
40410
+ ['application/json'],
40411
+ ['application/json']
40412
+ );
40413
+ }
40414
+
39999
40415
  /**
40000
40416
  * Get an Outbound Messaging Campaign
40001
40417
  *
@@ -41034,6 +41450,56 @@ class OutboundApi {
41034
41450
  );
41035
41451
  }
41036
41452
 
41453
+ /**
41454
+ * Create Contact List Template
41455
+ *
41456
+ * @param {Object} body ContactListTemplate
41457
+ */
41458
+ postOutboundContactlisttemplates(body) {
41459
+ // verify the required parameter 'body' is set
41460
+ if (body === undefined || body === null) {
41461
+ throw 'Missing the required parameter "body" when calling postOutboundContactlisttemplates';
41462
+ }
41463
+
41464
+ return this.apiClient.callApi(
41465
+ '/api/v2/outbound/contactlisttemplates',
41466
+ 'POST',
41467
+ { },
41468
+ { },
41469
+ { },
41470
+ { },
41471
+ body,
41472
+ ['PureCloud OAuth'],
41473
+ ['application/json'],
41474
+ ['application/json']
41475
+ );
41476
+ }
41477
+
41478
+ /**
41479
+ * Add multiple contact list templates
41480
+ *
41481
+ * @param {Array.<Object>} body contact list template(s) to add
41482
+ */
41483
+ postOutboundContactlisttemplatesBulkAdd(body) {
41484
+ // verify the required parameter 'body' is set
41485
+ if (body === undefined || body === null) {
41486
+ throw 'Missing the required parameter "body" when calling postOutboundContactlisttemplatesBulkAdd';
41487
+ }
41488
+
41489
+ return this.apiClient.callApi(
41490
+ '/api/v2/outbound/contactlisttemplates/bulk/add',
41491
+ 'POST',
41492
+ { },
41493
+ { },
41494
+ { },
41495
+ { },
41496
+ body,
41497
+ ['PureCloud OAuth'],
41498
+ ['application/json'],
41499
+ ['application/json']
41500
+ );
41501
+ }
41502
+
41037
41503
  /**
41038
41504
  * Add phone numbers to a Dialer DNC list.
41039
41505
  *
@@ -41198,6 +41664,56 @@ class OutboundApi {
41198
41664
  );
41199
41665
  }
41200
41666
 
41667
+ /**
41668
+ * Create Import Template
41669
+ *
41670
+ * @param {Object} body ImportTemplate
41671
+ */
41672
+ postOutboundImporttemplates(body) {
41673
+ // verify the required parameter 'body' is set
41674
+ if (body === undefined || body === null) {
41675
+ throw 'Missing the required parameter "body" when calling postOutboundImporttemplates';
41676
+ }
41677
+
41678
+ return this.apiClient.callApi(
41679
+ '/api/v2/outbound/importtemplates',
41680
+ 'POST',
41681
+ { },
41682
+ { },
41683
+ { },
41684
+ { },
41685
+ body,
41686
+ ['PureCloud OAuth'],
41687
+ ['application/json'],
41688
+ ['application/json']
41689
+ );
41690
+ }
41691
+
41692
+ /**
41693
+ * Add multiple import templates
41694
+ *
41695
+ * @param {Array.<Object>} body import template(s) to add
41696
+ */
41697
+ postOutboundImporttemplatesBulkAdd(body) {
41698
+ // verify the required parameter 'body' is set
41699
+ if (body === undefined || body === null) {
41700
+ throw 'Missing the required parameter "body" when calling postOutboundImporttemplatesBulkAdd';
41701
+ }
41702
+
41703
+ return this.apiClient.callApi(
41704
+ '/api/v2/outbound/importtemplates/bulk/add',
41705
+ 'POST',
41706
+ { },
41707
+ { },
41708
+ { },
41709
+ { },
41710
+ body,
41711
+ ['PureCloud OAuth'],
41712
+ ['application/json'],
41713
+ ['application/json']
41714
+ );
41715
+ }
41716
+
41201
41717
  /**
41202
41718
  * Create a Messaging Campaign
41203
41719
  *
@@ -41578,6 +42094,36 @@ class OutboundApi {
41578
42094
  );
41579
42095
  }
41580
42096
 
42097
+ /**
42098
+ * Update a contact list template.
42099
+ *
42100
+ * @param {String} contactListTemplateId ContactListTemplate ID
42101
+ * @param {Object} body ContactListTemplate
42102
+ */
42103
+ putOutboundContactlisttemplate(contactListTemplateId, body) {
42104
+ // verify the required parameter 'contactListTemplateId' is set
42105
+ if (contactListTemplateId === undefined || contactListTemplateId === null) {
42106
+ throw 'Missing the required parameter "contactListTemplateId" when calling putOutboundContactlisttemplate';
42107
+ }
42108
+ // verify the required parameter 'body' is set
42109
+ if (body === undefined || body === null) {
42110
+ throw 'Missing the required parameter "body" when calling putOutboundContactlisttemplate';
42111
+ }
42112
+
42113
+ return this.apiClient.callApi(
42114
+ '/api/v2/outbound/contactlisttemplates/{contactListTemplateId}',
42115
+ 'PUT',
42116
+ { 'contactListTemplateId': contactListTemplateId },
42117
+ { },
42118
+ { },
42119
+ { },
42120
+ body,
42121
+ ['PureCloud OAuth'],
42122
+ ['application/json'],
42123
+ ['application/json']
42124
+ );
42125
+ }
42126
+
41581
42127
  /**
41582
42128
  * Update an Outbound Digital Rule Set
41583
42129
  *
@@ -41638,6 +42184,36 @@ class OutboundApi {
41638
42184
  );
41639
42185
  }
41640
42186
 
42187
+ /**
42188
+ * Update Import Template
42189
+ *
42190
+ * @param {String} importTemplateId Import Template ID
42191
+ * @param {Object} body importTemplate
42192
+ */
42193
+ putOutboundImporttemplate(importTemplateId, body) {
42194
+ // verify the required parameter 'importTemplateId' is set
42195
+ if (importTemplateId === undefined || importTemplateId === null) {
42196
+ throw 'Missing the required parameter "importTemplateId" when calling putOutboundImporttemplate';
42197
+ }
42198
+ // verify the required parameter 'body' is set
42199
+ if (body === undefined || body === null) {
42200
+ throw 'Missing the required parameter "body" when calling putOutboundImporttemplate';
42201
+ }
42202
+
42203
+ return this.apiClient.callApi(
42204
+ '/api/v2/outbound/importtemplates/{importTemplateId}',
42205
+ 'PUT',
42206
+ { 'importTemplateId': importTemplateId },
42207
+ { },
42208
+ { },
42209
+ { },
42210
+ body,
42211
+ ['PureCloud OAuth'],
42212
+ ['application/json'],
42213
+ ['application/json']
42214
+ );
42215
+ }
42216
+
41641
42217
  /**
41642
42218
  * Update an Outbound Messaging Campaign
41643
42219
  *
@@ -41879,7 +42455,7 @@ class PresenceApi {
41879
42455
  /**
41880
42456
  * Presence service.
41881
42457
  * @module purecloud-platform-client-v2/api/PresenceApi
41882
- * @version 183.0.0
42458
+ * @version 184.0.0
41883
42459
  */
41884
42460
 
41885
42461
  /**
@@ -42618,7 +43194,7 @@ class ProcessAutomationApi {
42618
43194
  /**
42619
43195
  * ProcessAutomation service.
42620
43196
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
42621
- * @version 183.0.0
43197
+ * @version 184.0.0
42622
43198
  */
42623
43199
 
42624
43200
  /**
@@ -42857,7 +43433,7 @@ class QualityApi {
42857
43433
  /**
42858
43434
  * Quality service.
42859
43435
  * @module purecloud-platform-client-v2/api/QualityApi
42860
- * @version 183.0.0
43436
+ * @version 184.0.0
42861
43437
  */
42862
43438
 
42863
43439
  /**
@@ -44614,7 +45190,7 @@ class RecordingApi {
44614
45190
  /**
44615
45191
  * Recording service.
44616
45192
  * @module purecloud-platform-client-v2/api/RecordingApi
44617
- * @version 183.0.0
45193
+ * @version 184.0.0
44618
45194
  */
44619
45195
 
44620
45196
  /**
@@ -46251,7 +46827,7 @@ class ResponseManagementApi {
46251
46827
  /**
46252
46828
  * ResponseManagement service.
46253
46829
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
46254
- * @version 183.0.0
46830
+ * @version 184.0.0
46255
46831
  */
46256
46832
 
46257
46833
  /**
@@ -46736,7 +47312,7 @@ class RoutingApi {
46736
47312
  /**
46737
47313
  * Routing service.
46738
47314
  * @module purecloud-platform-client-v2/api/RoutingApi
46739
- * @version 183.0.0
47315
+ * @version 184.0.0
46740
47316
  */
46741
47317
 
46742
47318
  /**
@@ -50444,7 +51020,7 @@ class SCIMApi {
50444
51020
  /**
50445
51021
  * SCIM service.
50446
51022
  * @module purecloud-platform-client-v2/api/SCIMApi
50447
- * @version 183.0.0
51023
+ * @version 184.0.0
50448
51024
  */
50449
51025
 
50450
51026
  /**
@@ -51321,7 +51897,7 @@ class ScriptsApi {
51321
51897
  /**
51322
51898
  * Scripts service.
51323
51899
  * @module purecloud-platform-client-v2/api/ScriptsApi
51324
- * @version 183.0.0
51900
+ * @version 184.0.0
51325
51901
  */
51326
51902
 
51327
51903
  /**
@@ -51765,7 +52341,7 @@ class SearchApi {
51765
52341
  /**
51766
52342
  * Search service.
51767
52343
  * @module purecloud-platform-client-v2/api/SearchApi
51768
- * @version 183.0.0
52344
+ * @version 184.0.0
51769
52345
  */
51770
52346
 
51771
52347
  /**
@@ -52454,7 +53030,7 @@ class SettingsApi {
52454
53030
  /**
52455
53031
  * Settings service.
52456
53032
  * @module purecloud-platform-client-v2/api/SettingsApi
52457
- * @version 183.0.0
53033
+ * @version 184.0.0
52458
53034
  */
52459
53035
 
52460
53036
  /**
@@ -52519,7 +53095,7 @@ class SpeechTextAnalyticsApi {
52519
53095
  /**
52520
53096
  * SpeechTextAnalytics service.
52521
53097
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
52522
- * @version 183.0.0
53098
+ * @version 184.0.0
52523
53099
  */
52524
53100
 
52525
53101
  /**
@@ -53632,7 +54208,7 @@ class StationsApi {
53632
54208
  /**
53633
54209
  * Stations service.
53634
54210
  * @module purecloud-platform-client-v2/api/StationsApi
53635
- * @version 183.0.0
54211
+ * @version 184.0.0
53636
54212
  */
53637
54213
 
53638
54214
  /**
@@ -53734,7 +54310,7 @@ class SuggestApi {
53734
54310
  /**
53735
54311
  * Suggest service.
53736
54312
  * @module purecloud-platform-client-v2/api/SuggestApi
53737
- * @version 183.0.0
54313
+ * @version 184.0.0
53738
54314
  */
53739
54315
 
53740
54316
  /**
@@ -53873,7 +54449,7 @@ class TaskManagementApi {
53873
54449
  /**
53874
54450
  * TaskManagement service.
53875
54451
  * @module purecloud-platform-client-v2/api/TaskManagementApi
53876
- * @version 183.0.0
54452
+ * @version 184.0.0
53877
54453
  */
53878
54454
 
53879
54455
  /**
@@ -55154,7 +55730,7 @@ class TeamsApi {
55154
55730
  /**
55155
55731
  * Teams service.
55156
55732
  * @module purecloud-platform-client-v2/api/TeamsApi
55157
- * @version 183.0.0
55733
+ * @version 184.0.0
55158
55734
  */
55159
55735
 
55160
55736
  /**
@@ -55456,7 +56032,7 @@ class TelephonyApi {
55456
56032
  /**
55457
56033
  * Telephony service.
55458
56034
  * @module purecloud-platform-client-v2/api/TelephonyApi
55459
- * @version 183.0.0
56035
+ * @version 184.0.0
55460
56036
  */
55461
56037
 
55462
56038
  /**
@@ -55640,7 +56216,7 @@ class TelephonyProvidersEdgeApi {
55640
56216
  /**
55641
56217
  * TelephonyProvidersEdge service.
55642
56218
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
55643
- * @version 183.0.0
56219
+ * @version 184.0.0
55644
56220
  */
55645
56221
 
55646
56222
  /**
@@ -59014,7 +59590,7 @@ class TextbotsApi {
59014
59590
  /**
59015
59591
  * Textbots service.
59016
59592
  * @module purecloud-platform-client-v2/api/TextbotsApi
59017
- * @version 183.0.0
59593
+ * @version 184.0.0
59018
59594
  */
59019
59595
 
59020
59596
  /**
@@ -59142,7 +59718,7 @@ class TokensApi {
59142
59718
  /**
59143
59719
  * Tokens service.
59144
59720
  * @module purecloud-platform-client-v2/api/TokensApi
59145
- * @version 183.0.0
59721
+ * @version 184.0.0
59146
59722
  */
59147
59723
 
59148
59724
  /**
@@ -59298,7 +59874,7 @@ class UploadsApi {
59298
59874
  /**
59299
59875
  * Uploads service.
59300
59876
  * @module purecloud-platform-client-v2/api/UploadsApi
59301
- * @version 183.0.0
59877
+ * @version 184.0.0
59302
59878
  */
59303
59879
 
59304
59880
  /**
@@ -59474,7 +60050,7 @@ class UsageApi {
59474
60050
  /**
59475
60051
  * Usage service.
59476
60052
  * @module purecloud-platform-client-v2/api/UsageApi
59477
- * @version 183.0.0
60053
+ * @version 184.0.0
59478
60054
  */
59479
60055
 
59480
60056
  /**
@@ -59684,7 +60260,7 @@ class UserRecordingsApi {
59684
60260
  /**
59685
60261
  * UserRecordings service.
59686
60262
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
59687
- * @version 183.0.0
60263
+ * @version 184.0.0
59688
60264
  */
59689
60265
 
59690
60266
  /**
@@ -59869,7 +60445,7 @@ class UsersApi {
59869
60445
  /**
59870
60446
  * Users service.
59871
60447
  * @module purecloud-platform-client-v2/api/UsersApi
59872
- * @version 183.0.0
60448
+ * @version 184.0.0
59873
60449
  */
59874
60450
 
59875
60451
  /**
@@ -62520,7 +63096,7 @@ class UtilitiesApi {
62520
63096
  /**
62521
63097
  * Utilities service.
62522
63098
  * @module purecloud-platform-client-v2/api/UtilitiesApi
62523
- * @version 183.0.0
63099
+ * @version 184.0.0
62524
63100
  */
62525
63101
 
62526
63102
  /**
@@ -62631,7 +63207,7 @@ class VoicemailApi {
62631
63207
  /**
62632
63208
  * Voicemail service.
62633
63209
  * @module purecloud-platform-client-v2/api/VoicemailApi
62634
- * @version 183.0.0
63210
+ * @version 184.0.0
62635
63211
  */
62636
63212
 
62637
63213
  /**
@@ -63298,7 +63874,7 @@ class WebChatApi {
63298
63874
  /**
63299
63875
  * WebChat service.
63300
63876
  * @module purecloud-platform-client-v2/api/WebChatApi
63301
- * @version 183.0.0
63877
+ * @version 184.0.0
63302
63878
  */
63303
63879
 
63304
63880
  /**
@@ -63847,7 +64423,7 @@ class WebDeploymentsApi {
63847
64423
  /**
63848
64424
  * WebDeployments service.
63849
64425
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
63850
- * @version 183.0.0
64426
+ * @version 184.0.0
63851
64427
  */
63852
64428
 
63853
64429
  /**
@@ -64374,7 +64950,7 @@ class WebMessagingApi {
64374
64950
  /**
64375
64951
  * WebMessaging service.
64376
64952
  * @module purecloud-platform-client-v2/api/WebMessagingApi
64377
- * @version 183.0.0
64953
+ * @version 184.0.0
64378
64954
  */
64379
64955
 
64380
64956
  /**
@@ -64420,7 +64996,7 @@ class WidgetsApi {
64420
64996
  /**
64421
64997
  * Widgets service.
64422
64998
  * @module purecloud-platform-client-v2/api/WidgetsApi
64423
- * @version 183.0.0
64999
+ * @version 184.0.0
64424
65000
  */
64425
65001
 
64426
65002
  /**
@@ -64566,7 +65142,7 @@ class WorkforceManagementApi {
64566
65142
  /**
64567
65143
  * WorkforceManagement service.
64568
65144
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
64569
- * @version 183.0.0
65145
+ * @version 184.0.0
64570
65146
  */
64571
65147
 
64572
65148
  /**
@@ -69740,7 +70316,7 @@ class WorkforceManagementApi {
69740
70316
  * </pre>
69741
70317
  * </p>
69742
70318
  * @module purecloud-platform-client-v2/index
69743
- * @version 183.0.0
70319
+ * @version 184.0.0
69744
70320
  */
69745
70321
  class platformClient {
69746
70322
  constructor() {
@@ -69919,6 +70495,11 @@ class platformClient {
69919
70495
  * @property {module:purecloud-platform-client-v2/api/LocationsApi}
69920
70496
  */
69921
70497
  this.LocationsApi = LocationsApi;
70498
+ /**
70499
+ * The LogCaptureApi service constructor.
70500
+ * @property {module:purecloud-platform-client-v2/api/LogCaptureApi}
70501
+ */
70502
+ this.LogCaptureApi = LogCaptureApi;
69922
70503
  /**
69923
70504
  * The MessagingApi service constructor.
69924
70505
  * @property {module:purecloud-platform-client-v2/api/MessagingApi}