purecloud-platform-client-v2 201.0.0 → 202.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 (87) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +165 -87
  3. package/dist/web-amd/purecloud-platform-client-v2.js +165 -87
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +101 -88
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +101 -88
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +537 -220
  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/AgentUIApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OutboundApi.js +56 -1
  56. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/RecordingApi.js +2 -2
  60. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +32 -2
  79. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -8
  87. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -402,7 +402,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
402
402
 
403
403
  /**
404
404
  * @module purecloud-platform-client-v2/ApiClient
405
- * @version 201.0.0
405
+ * @version 202.0.0
406
406
  */
407
407
  class ApiClient {
408
408
  /**
@@ -1824,7 +1824,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1824
1824
  /**
1825
1825
  * AgentUI service.
1826
1826
  * @module purecloud-platform-client-v2/api/AgentUIApi
1827
- * @version 201.0.0
1827
+ * @version 202.0.0
1828
1828
  */
1829
1829
 
1830
1830
  /**
@@ -1955,7 +1955,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1955
1955
  /**
1956
1956
  * Alerting service.
1957
1957
  * @module purecloud-platform-client-v2/api/AlertingApi
1958
- * @version 201.0.0
1958
+ * @version 202.0.0
1959
1959
  */
1960
1960
 
1961
1961
  /**
@@ -2616,7 +2616,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2616
2616
  /**
2617
2617
  * Analytics service.
2618
2618
  * @module purecloud-platform-client-v2/api/AnalyticsApi
2619
- * @version 201.0.0
2619
+ * @version 202.0.0
2620
2620
  */
2621
2621
 
2622
2622
  /**
@@ -5228,7 +5228,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5228
5228
  /**
5229
5229
  * Architect service.
5230
5230
  * @module purecloud-platform-client-v2/api/ArchitectApi
5231
- * @version 201.0.0
5231
+ * @version 202.0.0
5232
5232
  */
5233
5233
 
5234
5234
  /**
@@ -9374,7 +9374,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9374
9374
  /**
9375
9375
  * Audit service.
9376
9376
  * @module purecloud-platform-client-v2/api/AuditApi
9377
- * @version 201.0.0
9377
+ * @version 202.0.0
9378
9378
  */
9379
9379
 
9380
9380
  /**
@@ -9575,7 +9575,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9575
9575
  /**
9576
9576
  * Authorization service.
9577
9577
  * @module purecloud-platform-client-v2/api/AuthorizationApi
9578
- * @version 201.0.0
9578
+ * @version 202.0.0
9579
9579
  */
9580
9580
 
9581
9581
  /**
@@ -10813,7 +10813,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10813
10813
  /**
10814
10814
  * Billing service.
10815
10815
  * @module purecloud-platform-client-v2/api/BillingApi
10816
- * @version 201.0.0
10816
+ * @version 202.0.0
10817
10817
  */
10818
10818
 
10819
10819
  /**
@@ -10893,7 +10893,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10893
10893
  /**
10894
10894
  * CarrierServices service.
10895
10895
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
10896
- * @version 201.0.0
10896
+ * @version 202.0.0
10897
10897
  */
10898
10898
 
10899
10899
  /**
@@ -10963,7 +10963,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10963
10963
  /**
10964
10964
  * Chat service.
10965
10965
  * @module purecloud-platform-client-v2/api/ChatApi
10966
- * @version 201.0.0
10966
+ * @version 202.0.0
10967
10967
  */
10968
10968
 
10969
10969
  /**
@@ -11899,7 +11899,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11899
11899
  /**
11900
11900
  * Coaching service.
11901
11901
  * @module purecloud-platform-client-v2/api/CoachingApi
11902
- * @version 201.0.0
11902
+ * @version 202.0.0
11903
11903
  */
11904
11904
 
11905
11905
  /**
@@ -12476,7 +12476,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12476
12476
  /**
12477
12477
  * ContentManagement service.
12478
12478
  * @module purecloud-platform-client-v2/api/ContentManagementApi
12479
- * @version 201.0.0
12479
+ * @version 202.0.0
12480
12480
  */
12481
12481
 
12482
12482
  /**
@@ -13558,7 +13558,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13558
13558
  /**
13559
13559
  * Conversations service.
13560
13560
  * @module purecloud-platform-client-v2/api/ConversationsApi
13561
- * @version 201.0.0
13561
+ * @version 202.0.0
13562
13562
  */
13563
13563
 
13564
13564
  /**
@@ -20671,7 +20671,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20671
20671
  /**
20672
20672
  * DataExtensions service.
20673
20673
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
20674
- * @version 201.0.0
20674
+ * @version 202.0.0
20675
20675
  */
20676
20676
 
20677
20677
  /**
@@ -20757,7 +20757,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20757
20757
  /**
20758
20758
  * Downloads service.
20759
20759
  * @module purecloud-platform-client-v2/api/DownloadsApi
20760
- * @version 201.0.0
20760
+ * @version 202.0.0
20761
20761
  */
20762
20762
 
20763
20763
  /**
@@ -20809,7 +20809,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20809
20809
  /**
20810
20810
  * Emails service.
20811
20811
  * @module purecloud-platform-client-v2/api/EmailsApi
20812
- * @version 201.0.0
20812
+ * @version 202.0.0
20813
20813
  */
20814
20814
 
20815
20815
  /**
@@ -20874,7 +20874,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20874
20874
  /**
20875
20875
  * EmployeeEngagement service.
20876
20876
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
20877
- * @version 201.0.0
20877
+ * @version 202.0.0
20878
20878
  */
20879
20879
 
20880
20880
  /**
@@ -21025,7 +21025,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21025
21025
  /**
21026
21026
  * Events service.
21027
21027
  * @module purecloud-platform-client-v2/api/EventsApi
21028
- * @version 201.0.0
21028
+ * @version 202.0.0
21029
21029
  */
21030
21030
 
21031
21031
  /**
@@ -21121,7 +21121,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21121
21121
  /**
21122
21122
  * ExternalContacts service.
21123
21123
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
21124
- * @version 201.0.0
21124
+ * @version 202.0.0
21125
21125
  */
21126
21126
 
21127
21127
  /**
@@ -23083,7 +23083,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23083
23083
  /**
23084
23084
  * Fax service.
23085
23085
  * @module purecloud-platform-client-v2/api/FaxApi
23086
- * @version 201.0.0
23086
+ * @version 202.0.0
23087
23087
  */
23088
23088
 
23089
23089
  /**
@@ -23298,7 +23298,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23298
23298
  /**
23299
23299
  * Flows service.
23300
23300
  * @module purecloud-platform-client-v2/api/FlowsApi
23301
- * @version 201.0.0
23301
+ * @version 202.0.0
23302
23302
  */
23303
23303
 
23304
23304
  /**
@@ -23481,7 +23481,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23481
23481
  /**
23482
23482
  * Gamification service.
23483
23483
  * @module purecloud-platform-client-v2/api/GamificationApi
23484
- * @version 201.0.0
23484
+ * @version 202.0.0
23485
23485
  */
23486
23486
 
23487
23487
  /**
@@ -25567,7 +25567,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25567
25567
  /**
25568
25568
  * GeneralDataProtectionRegulation service.
25569
25569
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
25570
- * @version 201.0.0
25570
+ * @version 202.0.0
25571
25571
  */
25572
25572
 
25573
25573
  /**
@@ -25697,7 +25697,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25697
25697
  /**
25698
25698
  * Geolocation service.
25699
25699
  * @module purecloud-platform-client-v2/api/GeolocationApi
25700
- * @version 201.0.0
25700
+ * @version 202.0.0
25701
25701
  */
25702
25702
 
25703
25703
  /**
@@ -25828,7 +25828,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25828
25828
  /**
25829
25829
  * Greetings service.
25830
25830
  * @module purecloud-platform-client-v2/api/GreetingsApi
25831
- * @version 201.0.0
25831
+ * @version 202.0.0
25832
25832
  */
25833
25833
 
25834
25834
  /**
@@ -26283,7 +26283,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26283
26283
  /**
26284
26284
  * Groups service.
26285
26285
  * @module purecloud-platform-client-v2/api/GroupsApi
26286
- * @version 201.0.0
26286
+ * @version 202.0.0
26287
26287
  */
26288
26288
 
26289
26289
  /**
@@ -26802,7 +26802,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26802
26802
  /**
26803
26803
  * IdentityProvider service.
26804
26804
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
26805
- * @version 201.0.0
26805
+ * @version 202.0.0
26806
26806
  */
26807
26807
 
26808
26808
  /**
@@ -27663,7 +27663,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27663
27663
  /**
27664
27664
  * InfrastructureAsCode service.
27665
27665
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
27666
- * @version 201.0.0
27666
+ * @version 202.0.0
27667
27667
  */
27668
27668
 
27669
27669
  /**
@@ -27830,7 +27830,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27830
27830
  /**
27831
27831
  * Integrations service.
27832
27832
  * @module purecloud-platform-client-v2/api/IntegrationsApi
27833
- * @version 201.0.0
27833
+ * @version 202.0.0
27834
27834
  */
27835
27835
 
27836
27836
  /**
@@ -30202,7 +30202,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30202
30202
  /**
30203
30203
  * Journey service.
30204
30204
  * @module purecloud-platform-client-v2/api/JourneyApi
30205
- * @version 201.0.0
30205
+ * @version 202.0.0
30206
30206
  */
30207
30207
 
30208
30208
  /**
@@ -31855,7 +31855,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31855
31855
  /**
31856
31856
  * Knowledge service.
31857
31857
  * @module purecloud-platform-client-v2/api/KnowledgeApi
31858
- * @version 201.0.0
31858
+ * @version 202.0.0
31859
31859
  */
31860
31860
 
31861
31861
  /**
@@ -35099,7 +35099,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35099
35099
  /**
35100
35100
  * LanguageUnderstanding service.
35101
35101
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
35102
- * @version 201.0.0
35102
+ * @version 202.0.0
35103
35103
  */
35104
35104
 
35105
35105
  /**
@@ -36133,7 +36133,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36133
36133
  /**
36134
36134
  * Languages service.
36135
36135
  * @module purecloud-platform-client-v2/api/LanguagesApi
36136
- * @version 201.0.0
36136
+ * @version 202.0.0
36137
36137
  */
36138
36138
 
36139
36139
  /**
@@ -36355,7 +36355,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36355
36355
  /**
36356
36356
  * Learning service.
36357
36357
  * @module purecloud-platform-client-v2/api/LearningApi
36358
- * @version 201.0.0
36358
+ * @version 202.0.0
36359
36359
  */
36360
36360
 
36361
36361
  /**
@@ -37384,7 +37384,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37384
37384
  /**
37385
37385
  * License service.
37386
37386
  * @module purecloud-platform-client-v2/api/LicenseApi
37387
- * @version 201.0.0
37387
+ * @version 202.0.0
37388
37388
  */
37389
37389
 
37390
37390
  /**
@@ -37622,7 +37622,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37622
37622
  /**
37623
37623
  * Locations service.
37624
37624
  * @module purecloud-platform-client-v2/api/LocationsApi
37625
- * @version 201.0.0
37625
+ * @version 202.0.0
37626
37626
  */
37627
37627
 
37628
37628
  /**
@@ -37858,7 +37858,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37858
37858
  /**
37859
37859
  * LogCapture service.
37860
37860
  * @module purecloud-platform-client-v2/api/LogCaptureApi
37861
- * @version 201.0.0
37861
+ * @version 202.0.0
37862
37862
  */
37863
37863
 
37864
37864
  /**
@@ -38058,7 +38058,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38058
38058
  /**
38059
38059
  * Messaging service.
38060
38060
  * @module purecloud-platform-client-v2/api/MessagingApi
38061
- * @version 201.0.0
38061
+ * @version 202.0.0
38062
38062
  */
38063
38063
 
38064
38064
  /**
@@ -38417,7 +38417,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38417
38417
  /**
38418
38418
  * MobileDevices service.
38419
38419
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
38420
- * @version 201.0.0
38420
+ * @version 202.0.0
38421
38421
  */
38422
38422
 
38423
38423
  /**
@@ -38568,7 +38568,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38568
38568
  /**
38569
38569
  * Notifications service.
38570
38570
  * @module purecloud-platform-client-v2/api/NotificationsApi
38571
- * @version 201.0.0
38571
+ * @version 202.0.0
38572
38572
  */
38573
38573
 
38574
38574
  /**
@@ -38801,7 +38801,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38801
38801
  /**
38802
38802
  * OAuth service.
38803
38803
  * @module purecloud-platform-client-v2/api/OAuthApi
38804
- * @version 201.0.0
38804
+ * @version 202.0.0
38805
38805
  */
38806
38806
 
38807
38807
  /**
@@ -39167,7 +39167,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39167
39167
  /**
39168
39168
  * Objects service.
39169
39169
  * @module purecloud-platform-client-v2/api/ObjectsApi
39170
- * @version 201.0.0
39170
+ * @version 202.0.0
39171
39171
  */
39172
39172
 
39173
39173
  /**
@@ -39437,7 +39437,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39437
39437
  /**
39438
39438
  * OperationalEvents service.
39439
39439
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
39440
- * @version 201.0.0
39440
+ * @version 202.0.0
39441
39441
  */
39442
39442
 
39443
39443
  /**
@@ -39503,7 +39503,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39503
39503
  /**
39504
39504
  * Organization service.
39505
39505
  * @module purecloud-platform-client-v2/api/OrganizationApi
39506
- * @version 201.0.0
39506
+ * @version 202.0.0
39507
39507
  */
39508
39508
 
39509
39509
  /**
@@ -40045,7 +40045,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40045
40045
  /**
40046
40046
  * OrganizationAuthorization service.
40047
40047
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
40048
- * @version 201.0.0
40048
+ * @version 202.0.0
40049
40049
  */
40050
40050
 
40051
40051
  /**
@@ -41392,7 +41392,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41392
41392
  /**
41393
41393
  * Outbound service.
41394
41394
  * @module purecloud-platform-client-v2/api/OutboundApi
41395
- * @version 201.0.0
41395
+ * @version 202.0.0
41396
41396
  */
41397
41397
 
41398
41398
  /**
@@ -42794,6 +42794,61 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42794
42794
  );
42795
42795
  }
42796
42796
 
42797
+ /**
42798
+ * Get bulk operation job.
42799
+ *
42800
+ * @param {String} contactListId Contact List ID
42801
+ * @param {String} jobId Job ID
42802
+ */
42803
+ getOutboundContactlistContactsBulkJob(contactListId, jobId) {
42804
+ // verify the required parameter 'contactListId' is set
42805
+ if (contactListId === undefined || contactListId === null) {
42806
+ throw 'Missing the required parameter "contactListId" when calling getOutboundContactlistContactsBulkJob';
42807
+ }
42808
+ // verify the required parameter 'jobId' is set
42809
+ if (jobId === undefined || jobId === null) {
42810
+ throw 'Missing the required parameter "jobId" when calling getOutboundContactlistContactsBulkJob';
42811
+ }
42812
+
42813
+ return this.apiClient.callApi(
42814
+ '/api/v2/outbound/contactlists/{contactListId}/contacts/bulk/jobs/{jobId}',
42815
+ 'GET',
42816
+ { 'contactListId': contactListId,'jobId': jobId },
42817
+ { },
42818
+ { },
42819
+ { },
42820
+ null,
42821
+ ['PureCloud OAuth'],
42822
+ ['application/json'],
42823
+ ['application/json']
42824
+ );
42825
+ }
42826
+
42827
+ /**
42828
+ * Get 10 most recent bulk operation jobs associated with contact list.
42829
+ *
42830
+ * @param {String} contactListId Contact List ID
42831
+ */
42832
+ getOutboundContactlistContactsBulkJobs(contactListId) {
42833
+ // verify the required parameter 'contactListId' is set
42834
+ if (contactListId === undefined || contactListId === null) {
42835
+ throw 'Missing the required parameter "contactListId" when calling getOutboundContactlistContactsBulkJobs';
42836
+ }
42837
+
42838
+ return this.apiClient.callApi(
42839
+ '/api/v2/outbound/contactlists/{contactListId}/contacts/bulk/jobs',
42840
+ 'GET',
42841
+ { 'contactListId': contactListId },
42842
+ { },
42843
+ { },
42844
+ { },
42845
+ null,
42846
+ ['PureCloud OAuth'],
42847
+ ['application/json'],
42848
+ ['application/json']
42849
+ );
42850
+ }
42851
+
42797
42852
  /**
42798
42853
  * Get the URI of a contact list export.
42799
42854
  *
@@ -45754,7 +45809,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45754
45809
  /**
45755
45810
  * Presence service.
45756
45811
  * @module purecloud-platform-client-v2/api/PresenceApi
45757
- * @version 201.0.0
45812
+ * @version 202.0.0
45758
45813
  */
45759
45814
 
45760
45815
  /**
@@ -46498,7 +46553,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46498
46553
  /**
46499
46554
  * ProcessAutomation service.
46500
46555
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
46501
- * @version 201.0.0
46556
+ * @version 202.0.0
46502
46557
  */
46503
46558
 
46504
46559
  /**
@@ -46737,7 +46792,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46737
46792
  /**
46738
46793
  * Quality service.
46739
46794
  * @module purecloud-platform-client-v2/api/QualityApi
46740
- * @version 201.0.0
46795
+ * @version 202.0.0
46741
46796
  */
46742
46797
 
46743
46798
  /**
@@ -48523,7 +48578,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48523
48578
  /**
48524
48579
  * Recording service.
48525
48580
  * @module purecloud-platform-client-v2/api/RecordingApi
48526
- * @version 201.0.0
48581
+ * @version 202.0.0
48527
48582
  */
48528
48583
 
48529
48584
  /**
@@ -49008,7 +49063,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49008
49063
  }
49009
49064
 
49010
49065
  /**
49011
- * Get the status and results for a batch request job, only the user that submitted the job may retrieve results
49066
+ * Get the status and results for a batch request job, only the user that submitted the job may retrieve results. Each result may contain either a URL to a recording or an error; additionally, a recording could be associated with multiple results.
49012
49067
  *
49013
49068
  * @param {String} jobId jobId
49014
49069
  */
@@ -50182,7 +50237,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50182
50237
  /**
50183
50238
  * ResponseManagement service.
50184
50239
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
50185
- * @version 201.0.0
50240
+ * @version 202.0.0
50186
50241
  */
50187
50242
 
50188
50243
  /**
@@ -50692,7 +50747,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50692
50747
  /**
50693
50748
  * Routing service.
50694
50749
  * @module purecloud-platform-client-v2/api/RoutingApi
50695
- * @version 201.0.0
50750
+ * @version 202.0.0
50696
50751
  */
50697
50752
 
50698
50753
  /**
@@ -54811,7 +54866,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54811
54866
  /**
54812
54867
  * SCIM service.
54813
54868
  * @module purecloud-platform-client-v2/api/SCIMApi
54814
- * @version 201.0.0
54869
+ * @version 202.0.0
54815
54870
  */
54816
54871
 
54817
54872
  /**
@@ -55688,7 +55743,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55688
55743
  /**
55689
55744
  * ScreenRecording service.
55690
55745
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
55691
- * @version 201.0.0
55746
+ * @version 202.0.0
55692
55747
  */
55693
55748
 
55694
55749
  /**
@@ -55733,7 +55788,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55733
55788
  /**
55734
55789
  * Scripts service.
55735
55790
  * @module purecloud-platform-client-v2/api/ScriptsApi
55736
- * @version 201.0.0
55791
+ * @version 202.0.0
55737
55792
  */
55738
55793
 
55739
55794
  /**
@@ -56177,7 +56232,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56177
56232
  /**
56178
56233
  * Search service.
56179
56234
  * @module purecloud-platform-client-v2/api/SearchApi
56180
- * @version 201.0.0
56235
+ * @version 202.0.0
56181
56236
  */
56182
56237
 
56183
56238
  /**
@@ -56866,7 +56921,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56866
56921
  /**
56867
56922
  * Settings service.
56868
56923
  * @module purecloud-platform-client-v2/api/SettingsApi
56869
- * @version 201.0.0
56924
+ * @version 202.0.0
56870
56925
  */
56871
56926
 
56872
56927
  /**
@@ -57088,7 +57143,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57088
57143
  /**
57089
57144
  * SpeechTextAnalytics service.
57090
57145
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
57091
- * @version 201.0.0
57146
+ * @version 202.0.0
57092
57147
  */
57093
57148
 
57094
57149
  /**
@@ -58366,7 +58421,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58366
58421
  /**
58367
58422
  * Stations service.
58368
58423
  * @module purecloud-platform-client-v2/api/StationsApi
58369
- * @version 201.0.0
58424
+ * @version 202.0.0
58370
58425
  */
58371
58426
 
58372
58427
  /**
@@ -58468,7 +58523,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58468
58523
  /**
58469
58524
  * Suggest service.
58470
58525
  * @module purecloud-platform-client-v2/api/SuggestApi
58471
- * @version 201.0.0
58526
+ * @version 202.0.0
58472
58527
  */
58473
58528
 
58474
58529
  /**
@@ -58607,7 +58662,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58607
58662
  /**
58608
58663
  * TaskManagement service.
58609
58664
  * @module purecloud-platform-client-v2/api/TaskManagementApi
58610
- * @version 201.0.0
58665
+ * @version 202.0.0
58611
58666
  */
58612
58667
 
58613
58668
  /**
@@ -59961,7 +60016,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59961
60016
  /**
59962
60017
  * Teams service.
59963
60018
  * @module purecloud-platform-client-v2/api/TeamsApi
59964
- * @version 201.0.0
60019
+ * @version 202.0.0
59965
60020
  */
59966
60021
 
59967
60022
  /**
@@ -60262,7 +60317,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60262
60317
  /**
60263
60318
  * Telephony service.
60264
60319
  * @module purecloud-platform-client-v2/api/TelephonyApi
60265
- * @version 201.0.0
60320
+ * @version 202.0.0
60266
60321
  */
60267
60322
 
60268
60323
  /**
@@ -60444,7 +60499,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60444
60499
  /**
60445
60500
  * TelephonyProvidersEdge service.
60446
60501
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
60447
- * @version 201.0.0
60502
+ * @version 202.0.0
60448
60503
  */
60449
60504
 
60450
60505
  /**
@@ -63772,7 +63827,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63772
63827
  /**
63773
63828
  * Textbots service.
63774
63829
  * @module purecloud-platform-client-v2/api/TextbotsApi
63775
- * @version 201.0.0
63830
+ * @version 202.0.0
63776
63831
  */
63777
63832
 
63778
63833
  /**
@@ -63900,7 +63955,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63900
63955
  /**
63901
63956
  * Tokens service.
63902
63957
  * @module purecloud-platform-client-v2/api/TokensApi
63903
- * @version 201.0.0
63958
+ * @version 202.0.0
63904
63959
  */
63905
63960
 
63906
63961
  /**
@@ -64054,7 +64109,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64054
64109
  /**
64055
64110
  * Uploads service.
64056
64111
  * @module purecloud-platform-client-v2/api/UploadsApi
64057
- * @version 201.0.0
64112
+ * @version 202.0.0
64058
64113
  */
64059
64114
 
64060
64115
  /**
@@ -64323,7 +64378,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64323
64378
  /**
64324
64379
  * Usage service.
64325
64380
  * @module purecloud-platform-client-v2/api/UsageApi
64326
- * @version 201.0.0
64381
+ * @version 202.0.0
64327
64382
  */
64328
64383
 
64329
64384
  /**
@@ -64538,7 +64593,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64538
64593
  /**
64539
64594
  * UserRecordings service.
64540
64595
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
64541
- * @version 201.0.0
64596
+ * @version 202.0.0
64542
64597
  */
64543
64598
 
64544
64599
  /**
@@ -64609,11 +64664,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64609
64664
 
64610
64665
  /**
64611
64666
  * Download a user recording.
64612
- *
64667
+ * API should migrate to use GET api/v2/userrecordings/{recordingId}/transcoding
64613
64668
  * @param {String} recordingId User Recording ID
64614
64669
  * @param {Object} opts Optional parameters
64615
64670
  * @param {Object} opts.formatId The desired media format. (default to WEBM)
64616
64671
  * @param {Boolean} opts.async When set to true, api will return 202 response until the recording is ready for download
64672
+ * @deprecated
64617
64673
  */
64618
64674
  getUserrecordingMedia(recordingId, opts) {
64619
64675
  opts = opts || {};
@@ -64637,6 +64693,35 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64637
64693
  );
64638
64694
  }
64639
64695
 
64696
+ /**
64697
+ * Download a user recording.
64698
+ *
64699
+ * @param {String} recordingId User Recording ID
64700
+ * @param {Object} opts Optional parameters
64701
+ * @param {Object} opts.formatId The desired media format. (default to WEBM)
64702
+ */
64703
+ getUserrecordingTranscoding(recordingId, opts) {
64704
+ opts = opts || {};
64705
+
64706
+ // verify the required parameter 'recordingId' is set
64707
+ if (recordingId === undefined || recordingId === null) {
64708
+ throw 'Missing the required parameter "recordingId" when calling getUserrecordingTranscoding';
64709
+ }
64710
+
64711
+ return this.apiClient.callApi(
64712
+ '/api/v2/userrecordings/{recordingId}/transcoding',
64713
+ 'GET',
64714
+ { 'recordingId': recordingId },
64715
+ { 'formatId': opts['formatId'] },
64716
+ { },
64717
+ { },
64718
+ null,
64719
+ ['PureCloud OAuth'],
64720
+ ['application/json'],
64721
+ ['application/json']
64722
+ );
64723
+ }
64724
+
64640
64725
  /**
64641
64726
  * Get a list of user recordings.
64642
64727
  *
@@ -64723,7 +64808,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64723
64808
  /**
64724
64809
  * Users service.
64725
64810
  * @module purecloud-platform-client-v2/api/UsersApi
64726
- * @version 201.0.0
64811
+ * @version 202.0.0
64727
64812
  */
64728
64813
 
64729
64814
  /**
@@ -67526,7 +67611,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67526
67611
  /**
67527
67612
  * Utilities service.
67528
67613
  * @module purecloud-platform-client-v2/api/UtilitiesApi
67529
- * @version 201.0.0
67614
+ * @version 202.0.0
67530
67615
  */
67531
67616
 
67532
67617
  /**
@@ -67637,7 +67722,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67637
67722
  /**
67638
67723
  * Voicemail service.
67639
67724
  * @module purecloud-platform-client-v2/api/VoicemailApi
67640
- * @version 201.0.0
67725
+ * @version 202.0.0
67641
67726
  */
67642
67727
 
67643
67728
  /**
@@ -68304,7 +68389,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68304
68389
  /**
68305
68390
  * WebChat service.
68306
68391
  * @module purecloud-platform-client-v2/api/WebChatApi
68307
- * @version 201.0.0
68392
+ * @version 202.0.0
68308
68393
  */
68309
68394
 
68310
68395
  /**
@@ -68855,7 +68940,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68855
68940
  /**
68856
68941
  * WebDeployments service.
68857
68942
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
68858
- * @version 201.0.0
68943
+ * @version 202.0.0
68859
68944
  */
68860
68945
 
68861
68946
  /**
@@ -69382,7 +69467,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69382
69467
  /**
69383
69468
  * WebMessaging service.
69384
69469
  * @module purecloud-platform-client-v2/api/WebMessagingApi
69385
- * @version 201.0.0
69470
+ * @version 202.0.0
69386
69471
  */
69387
69472
 
69388
69473
  /**
@@ -69428,7 +69513,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69428
69513
  /**
69429
69514
  * Widgets service.
69430
69515
  * @module purecloud-platform-client-v2/api/WidgetsApi
69431
- * @version 201.0.0
69516
+ * @version 202.0.0
69432
69517
  */
69433
69518
 
69434
69519
  /**
@@ -69574,7 +69659,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69574
69659
  /**
69575
69660
  * WorkforceManagement service.
69576
69661
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
69577
- * @version 201.0.0
69662
+ * @version 202.0.0
69578
69663
  */
69579
69664
 
69580
69665
  /**
@@ -70586,7 +70671,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70586
70671
  *
70587
70672
  * @param {String} businessUnitId The ID of the business unit
70588
70673
  * @param {String} activityPlanId The ID of the activity plan to fetch
70589
- * getWorkforcemanagementBusinessunitActivityplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
70590
70674
  */
70591
70675
  getWorkforcemanagementBusinessunitActivityplan(businessUnitId, activityPlanId) {
70592
70676
  // verify the required parameter 'businessUnitId' is set
@@ -70618,7 +70702,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70618
70702
  * @param {String} businessUnitId The ID of the business unit
70619
70703
  * @param {String} activityPlanId The ID of the activity plan associated with the run job
70620
70704
  * @param {String} jobId The ID of the activity plan run job
70621
- * getWorkforcemanagementBusinessunitActivityplanRunsJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
70622
70705
  */
70623
70706
  getWorkforcemanagementBusinessunitActivityplanRunsJob(businessUnitId, activityPlanId, jobId) {
70624
70707
  // verify the required parameter 'businessUnitId' is set
@@ -70654,7 +70737,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70654
70737
  * @param {String} businessUnitId The ID of the business unit
70655
70738
  * @param {Object} opts Optional parameters
70656
70739
  * @param {Object} opts.state Optionally filter by activity plan state
70657
- * getWorkforcemanagementBusinessunitActivityplans is a preview method and is subject to both breaking and non-breaking changes at any time without notice
70658
70740
  */
70659
70741
  getWorkforcemanagementBusinessunitActivityplans(businessUnitId, opts) {
70660
70742
  opts = opts || {};
@@ -70682,7 +70764,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70682
70764
  * Gets the latest job for all activity plans in the business unit
70683
70765
  *
70684
70766
  * @param {String} businessUnitId The ID of the business unit
70685
- * getWorkforcemanagementBusinessunitActivityplansJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
70686
70767
  */
70687
70768
  getWorkforcemanagementBusinessunitActivityplansJobs(businessUnitId) {
70688
70769
  // verify the required parameter 'businessUnitId' is set
@@ -73262,7 +73343,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
73262
73343
  * @param {String} businessUnitId The ID of the business unit
73263
73344
  * @param {String} activityPlanId The ID of the activity plan to update
73264
73345
  * @param {Object} body body
73265
- * patchWorkforcemanagementBusinessunitActivityplan is a preview method and is subject to both breaking and non-breaking changes at any time without notice
73266
73346
  */
73267
73347
  patchWorkforcemanagementBusinessunitActivityplan(businessUnitId, activityPlanId, body) {
73268
73348
  // verify the required parameter 'businessUnitId' is set
@@ -74404,7 +74484,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
74404
74484
  * Triggers a job running the activity plan. The activity plan cannot be updated until the job completes
74405
74485
  * @param {String} businessUnitId The ID of the business unit
74406
74486
  * @param {String} activityPlanId The ID of the activity plan to run
74407
- * postWorkforcemanagementBusinessunitActivityplanRunsJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
74408
74487
  */
74409
74488
  postWorkforcemanagementBusinessunitActivityplanRunsJobs(businessUnitId, activityPlanId) {
74410
74489
  // verify the required parameter 'businessUnitId' is set
@@ -74435,7 +74514,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
74435
74514
  *
74436
74515
  * @param {String} businessUnitId The ID of the business unit
74437
74516
  * @param {Object} body body
74438
- * postWorkforcemanagementBusinessunitActivityplans is a preview method and is subject to both breaking and non-breaking changes at any time without notice
74439
74517
  */
74440
74518
  postWorkforcemanagementBusinessunitActivityplans(businessUnitId, body) {
74441
74519
  // verify the required parameter 'businessUnitId' is set
@@ -76736,7 +76814,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
76736
76814
  * </pre>
76737
76815
  * </p>
76738
76816
  * @module purecloud-platform-client-v2/index
76739
- * @version 201.0.0
76817
+ * @version 202.0.0
76740
76818
  */
76741
76819
  class platformClient {
76742
76820
  constructor() {