purecloud-platform-client-v2 170.0.0 → 171.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 (80) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +153 -71
  3. package/dist/web-amd/purecloud-platform-client-v2.js +153 -71
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +153 -71
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +153 -71
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +202 -31
  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 +1 -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 +1 -1
  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/EventsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +26 -1
  59. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +58 -1
  67. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -399,7 +399,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
399
399
 
400
400
  /**
401
401
  * @module purecloud-platform-client-v2/ApiClient
402
- * @version 170.0.0
402
+ * @version 171.0.0
403
403
  */
404
404
  class ApiClient {
405
405
  /**
@@ -1485,7 +1485,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1485
1485
  /**
1486
1486
  * Alerting service.
1487
1487
  * @module purecloud-platform-client-v2/api/AlertingApi
1488
- * @version 170.0.0
1488
+ * @version 171.0.0
1489
1489
  */
1490
1490
 
1491
1491
  /**
@@ -1799,7 +1799,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1799
1799
  /**
1800
1800
  * Analytics service.
1801
1801
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1802
- * @version 170.0.0
1802
+ * @version 171.0.0
1803
1803
  */
1804
1804
 
1805
1805
  /**
@@ -4244,7 +4244,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4244
4244
  /**
4245
4245
  * Architect service.
4246
4246
  * @module purecloud-platform-client-v2/api/ArchitectApi
4247
- * @version 170.0.0
4247
+ * @version 171.0.0
4248
4248
  */
4249
4249
 
4250
4250
  /**
@@ -7433,7 +7433,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7433
7433
  /**
7434
7434
  * Audit service.
7435
7435
  * @module purecloud-platform-client-v2/api/AuditApi
7436
- * @version 170.0.0
7436
+ * @version 171.0.0
7437
7437
  */
7438
7438
 
7439
7439
  /**
@@ -7604,7 +7604,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
7604
7604
  /**
7605
7605
  * Authorization service.
7606
7606
  * @module purecloud-platform-client-v2/api/AuthorizationApi
7607
- * @version 170.0.0
7607
+ * @version 171.0.0
7608
7608
  */
7609
7609
 
7610
7610
  /**
@@ -8835,7 +8835,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8835
8835
  /**
8836
8836
  * Billing service.
8837
8837
  * @module purecloud-platform-client-v2/api/BillingApi
8838
- * @version 170.0.0
8838
+ * @version 171.0.0
8839
8839
  */
8840
8840
 
8841
8841
  /**
@@ -8915,7 +8915,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8915
8915
  /**
8916
8916
  * CarrierServices service.
8917
8917
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
8918
- * @version 170.0.0
8918
+ * @version 171.0.0
8919
8919
  */
8920
8920
 
8921
8921
  /**
@@ -8985,7 +8985,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8985
8985
  /**
8986
8986
  * Chat service.
8987
8987
  * @module purecloud-platform-client-v2/api/ChatApi
8988
- * @version 170.0.0
8988
+ * @version 171.0.0
8989
8989
  */
8990
8990
 
8991
8991
  /**
@@ -9149,7 +9149,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9149
9149
  /**
9150
9150
  * Coaching service.
9151
9151
  * @module purecloud-platform-client-v2/api/CoachingApi
9152
- * @version 170.0.0
9152
+ * @version 171.0.0
9153
9153
  */
9154
9154
 
9155
9155
  /**
@@ -9726,7 +9726,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9726
9726
  /**
9727
9727
  * ContentManagement service.
9728
9728
  * @module purecloud-platform-client-v2/api/ContentManagementApi
9729
- * @version 170.0.0
9729
+ * @version 171.0.0
9730
9730
  */
9731
9731
 
9732
9732
  /**
@@ -10869,7 +10869,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10869
10869
  /**
10870
10870
  * Conversations service.
10871
10871
  * @module purecloud-platform-client-v2/api/ConversationsApi
10872
- * @version 170.0.0
10872
+ * @version 171.0.0
10873
10873
  */
10874
10874
 
10875
10875
  /**
@@ -17485,7 +17485,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17485
17485
  /**
17486
17486
  * DataExtensions service.
17487
17487
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
17488
- * @version 170.0.0
17488
+ * @version 171.0.0
17489
17489
  */
17490
17490
 
17491
17491
  /**
@@ -17571,7 +17571,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17571
17571
  /**
17572
17572
  * Downloads service.
17573
17573
  * @module purecloud-platform-client-v2/api/DownloadsApi
17574
- * @version 170.0.0
17574
+ * @version 171.0.0
17575
17575
  */
17576
17576
 
17577
17577
  /**
@@ -17623,7 +17623,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17623
17623
  /**
17624
17624
  * Events service.
17625
17625
  * @module purecloud-platform-client-v2/api/EventsApi
17626
- * @version 170.0.0
17626
+ * @version 171.0.0
17627
17627
  */
17628
17628
 
17629
17629
  /**
@@ -17719,7 +17719,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17719
17719
  /**
17720
17720
  * ExternalContacts service.
17721
17721
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
17722
- * @version 170.0.0
17722
+ * @version 171.0.0
17723
17723
  */
17724
17724
 
17725
17725
  /**
@@ -19677,7 +19677,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19677
19677
  /**
19678
19678
  * Fax service.
19679
19679
  * @module purecloud-platform-client-v2/api/FaxApi
19680
- * @version 170.0.0
19680
+ * @version 171.0.0
19681
19681
  */
19682
19682
 
19683
19683
  /**
@@ -19848,7 +19848,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19848
19848
  /**
19849
19849
  * Flows service.
19850
19850
  * @module purecloud-platform-client-v2/api/FlowsApi
19851
- * @version 170.0.0
19851
+ * @version 171.0.0
19852
19852
  */
19853
19853
 
19854
19854
  /**
@@ -20032,7 +20032,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20032
20032
  /**
20033
20033
  * Gamification service.
20034
20034
  * @module purecloud-platform-client-v2/api/GamificationApi
20035
- * @version 170.0.0
20035
+ * @version 171.0.0
20036
20036
  */
20037
20037
 
20038
20038
  /**
@@ -22118,7 +22118,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22118
22118
  /**
22119
22119
  * GeneralDataProtectionRegulation service.
22120
22120
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
22121
- * @version 170.0.0
22121
+ * @version 171.0.0
22122
22122
  */
22123
22123
 
22124
22124
  /**
@@ -22248,7 +22248,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22248
22248
  /**
22249
22249
  * Geolocation service.
22250
22250
  * @module purecloud-platform-client-v2/api/GeolocationApi
22251
- * @version 170.0.0
22251
+ * @version 171.0.0
22252
22252
  */
22253
22253
 
22254
22254
  /**
@@ -22379,7 +22379,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22379
22379
  /**
22380
22380
  * Greetings service.
22381
22381
  * @module purecloud-platform-client-v2/api/GreetingsApi
22382
- * @version 170.0.0
22382
+ * @version 171.0.0
22383
22383
  */
22384
22384
 
22385
22385
  /**
@@ -22834,7 +22834,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22834
22834
  /**
22835
22835
  * Groups service.
22836
22836
  * @module purecloud-platform-client-v2/api/GroupsApi
22837
- * @version 170.0.0
22837
+ * @version 171.0.0
22838
22838
  */
22839
22839
 
22840
22840
  /**
@@ -23353,7 +23353,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23353
23353
  /**
23354
23354
  * IdentityProvider service.
23355
23355
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
23356
- * @version 170.0.0
23356
+ * @version 171.0.0
23357
23357
  */
23358
23358
 
23359
23359
  /**
@@ -24109,7 +24109,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24109
24109
  /**
24110
24110
  * InfrastructureAsCode service.
24111
24111
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
24112
- * @version 170.0.0
24112
+ * @version 171.0.0
24113
24113
  */
24114
24114
 
24115
24115
  /**
@@ -24276,7 +24276,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24276
24276
  /**
24277
24277
  * Integrations service.
24278
24278
  * @module purecloud-platform-client-v2/api/IntegrationsApi
24279
- * @version 170.0.0
24279
+ * @version 171.0.0
24280
24280
  */
24281
24281
 
24282
24282
  /**
@@ -26238,7 +26238,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26238
26238
  /**
26239
26239
  * Journey service.
26240
26240
  * @module purecloud-platform-client-v2/api/JourneyApi
26241
- * @version 170.0.0
26241
+ * @version 171.0.0
26242
26242
  */
26243
26243
 
26244
26244
  /**
@@ -27341,7 +27341,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27341
27341
  /**
27342
27342
  * Knowledge service.
27343
27343
  * @module purecloud-platform-client-v2/api/KnowledgeApi
27344
- * @version 170.0.0
27344
+ * @version 171.0.0
27345
27345
  */
27346
27346
 
27347
27347
  /**
@@ -29971,7 +29971,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29971
29971
  /**
29972
29972
  * LanguageUnderstanding service.
29973
29973
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
29974
- * @version 170.0.0
29974
+ * @version 171.0.0
29975
29975
  */
29976
29976
 
29977
29977
  /**
@@ -30984,7 +30984,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30984
30984
  /**
30985
30985
  * Languages service.
30986
30986
  * @module purecloud-platform-client-v2/api/LanguagesApi
30987
- * @version 170.0.0
30987
+ * @version 171.0.0
30988
30988
  */
30989
30989
 
30990
30990
  /**
@@ -31206,7 +31206,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31206
31206
  /**
31207
31207
  * Learning service.
31208
31208
  * @module purecloud-platform-client-v2/api/LearningApi
31209
- * @version 170.0.0
31209
+ * @version 171.0.0
31210
31210
  */
31211
31211
 
31212
31212
  /**
@@ -32021,7 +32021,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32021
32021
  /**
32022
32022
  * License service.
32023
32023
  * @module purecloud-platform-client-v2/api/LicenseApi
32024
- * @version 170.0.0
32024
+ * @version 171.0.0
32025
32025
  */
32026
32026
 
32027
32027
  /**
@@ -32259,7 +32259,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32259
32259
  /**
32260
32260
  * Locations service.
32261
32261
  * @module purecloud-platform-client-v2/api/LocationsApi
32262
- * @version 170.0.0
32262
+ * @version 171.0.0
32263
32263
  */
32264
32264
 
32265
32265
  /**
@@ -32495,7 +32495,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32495
32495
  /**
32496
32496
  * Messaging service.
32497
32497
  * @module purecloud-platform-client-v2/api/MessagingApi
32498
- * @version 170.0.0
32498
+ * @version 171.0.0
32499
32499
  */
32500
32500
 
32501
32501
  /**
@@ -32651,7 +32651,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32651
32651
  /**
32652
32652
  * MobileDevices service.
32653
32653
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
32654
- * @version 170.0.0
32654
+ * @version 171.0.0
32655
32655
  */
32656
32656
 
32657
32657
  /**
@@ -32802,7 +32802,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32802
32802
  /**
32803
32803
  * Notifications service.
32804
32804
  * @module purecloud-platform-client-v2/api/NotificationsApi
32805
- * @version 170.0.0
32805
+ * @version 171.0.0
32806
32806
  */
32807
32807
 
32808
32808
  /**
@@ -33035,7 +33035,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33035
33035
  /**
33036
33036
  * OAuth service.
33037
33037
  * @module purecloud-platform-client-v2/api/OAuthApi
33038
- * @version 170.0.0
33038
+ * @version 171.0.0
33039
33039
  */
33040
33040
 
33041
33041
  /**
@@ -33401,7 +33401,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33401
33401
  /**
33402
33402
  * Objects service.
33403
33403
  * @module purecloud-platform-client-v2/api/ObjectsApi
33404
- * @version 170.0.0
33404
+ * @version 171.0.0
33405
33405
  */
33406
33406
 
33407
33407
  /**
@@ -33672,7 +33672,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33672
33672
  /**
33673
33673
  * Organization service.
33674
33674
  * @module purecloud-platform-client-v2/api/OrganizationApi
33675
- * @version 170.0.0
33675
+ * @version 171.0.0
33676
33676
  */
33677
33677
 
33678
33678
  /**
@@ -34127,7 +34127,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34127
34127
  /**
34128
34128
  * OrganizationAuthorization service.
34129
34129
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
34130
- * @version 170.0.0
34130
+ * @version 171.0.0
34131
34131
  */
34132
34132
 
34133
34133
  /**
@@ -35474,7 +35474,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35474
35474
  /**
35475
35475
  * Outbound service.
35476
35476
  * @module purecloud-platform-client-v2/api/OutboundApi
35477
- * @version 170.0.0
35477
+ * @version 171.0.0
35478
35478
  */
35479
35479
 
35480
35480
  /**
@@ -39096,7 +39096,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39096
39096
  /**
39097
39097
  * Presence service.
39098
39098
  * @module purecloud-platform-client-v2/api/PresenceApi
39099
- * @version 170.0.0
39099
+ * @version 171.0.0
39100
39100
  */
39101
39101
 
39102
39102
  /**
@@ -39835,7 +39835,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39835
39835
  /**
39836
39836
  * ProcessAutomation service.
39837
39837
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
39838
- * @version 170.0.0
39838
+ * @version 171.0.0
39839
39839
  */
39840
39840
 
39841
39841
  /**
@@ -40074,7 +40074,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40074
40074
  /**
40075
40075
  * Quality service.
40076
40076
  * @module purecloud-platform-client-v2/api/QualityApi
40077
- * @version 170.0.0
40077
+ * @version 171.0.0
40078
40078
  */
40079
40079
 
40080
40080
  /**
@@ -41826,7 +41826,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41826
41826
  /**
41827
41827
  * Recording service.
41828
41828
  * @module purecloud-platform-client-v2/api/RecordingApi
41829
- * @version 170.0.0
41829
+ * @version 171.0.0
41830
41830
  */
41831
41831
 
41832
41832
  /**
@@ -43463,7 +43463,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43463
43463
  /**
43464
43464
  * ResponseManagement service.
43465
43465
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
43466
- * @version 170.0.0
43466
+ * @version 171.0.0
43467
43467
  */
43468
43468
 
43469
43469
  /**
@@ -43948,7 +43948,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43948
43948
  /**
43949
43949
  * Routing service.
43950
43950
  * @module purecloud-platform-client-v2/api/RoutingApi
43951
- * @version 170.0.0
43951
+ * @version 171.0.0
43952
43952
  */
43953
43953
 
43954
43954
  /**
@@ -47655,7 +47655,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47655
47655
  /**
47656
47656
  * SCIM service.
47657
47657
  * @module purecloud-platform-client-v2/api/SCIMApi
47658
- * @version 170.0.0
47658
+ * @version 171.0.0
47659
47659
  */
47660
47660
 
47661
47661
  /**
@@ -48532,7 +48532,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48532
48532
  /**
48533
48533
  * Scripts service.
48534
48534
  * @module purecloud-platform-client-v2/api/ScriptsApi
48535
- * @version 170.0.0
48535
+ * @version 171.0.0
48536
48536
  */
48537
48537
 
48538
48538
  /**
@@ -48945,13 +48945,38 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
48945
48945
  );
48946
48946
  }
48947
48947
 
48948
+ /**
48949
+ * Publish a script.
48950
+ *
48951
+ * @param {Object} opts Optional parameters
48952
+ * @param {String} opts.scriptDataVersion Advanced usage - controls the data version of the script
48953
+ * @param {Object} opts.body body
48954
+ */
48955
+ postScriptsPublished(opts) {
48956
+ opts = opts || {};
48957
+
48958
+
48959
+ return this.apiClient.callApi(
48960
+ '/api/v2/scripts/published',
48961
+ 'POST',
48962
+ { },
48963
+ { 'scriptDataVersion': opts['scriptDataVersion'] },
48964
+ { },
48965
+ { },
48966
+ opts['body'],
48967
+ ['PureCloud OAuth'],
48968
+ ['application/json'],
48969
+ ['application/json']
48970
+ );
48971
+ }
48972
+
48948
48973
  }
48949
48974
 
48950
48975
  class SearchApi {
48951
48976
  /**
48952
48977
  * Search service.
48953
48978
  * @module purecloud-platform-client-v2/api/SearchApi
48954
- * @version 170.0.0
48979
+ * @version 171.0.0
48955
48980
  */
48956
48981
 
48957
48982
  /**
@@ -49640,7 +49665,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49640
49665
  /**
49641
49666
  * SpeechTextAnalytics service.
49642
49667
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
49643
- * @version 170.0.0
49668
+ * @version 171.0.0
49644
49669
  */
49645
49670
 
49646
49671
  /**
@@ -50593,7 +50618,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50593
50618
  /**
50594
50619
  * Stations service.
50595
50620
  * @module purecloud-platform-client-v2/api/StationsApi
50596
- * @version 170.0.0
50621
+ * @version 171.0.0
50597
50622
  */
50598
50623
 
50599
50624
  /**
@@ -50695,7 +50720,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50695
50720
  /**
50696
50721
  * Suggest service.
50697
50722
  * @module purecloud-platform-client-v2/api/SuggestApi
50698
- * @version 170.0.0
50723
+ * @version 171.0.0
50699
50724
  */
50700
50725
 
50701
50726
  /**
@@ -50834,7 +50859,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50834
50859
  /**
50835
50860
  * TaskManagement service.
50836
50861
  * @module purecloud-platform-client-v2/api/TaskManagementApi
50837
- * @version 170.0.0
50862
+ * @version 171.0.0
50838
50863
  */
50839
50864
 
50840
50865
  /**
@@ -52115,7 +52140,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52115
52140
  /**
52116
52141
  * Teams service.
52117
52142
  * @module purecloud-platform-client-v2/api/TeamsApi
52118
- * @version 170.0.0
52143
+ * @version 171.0.0
52119
52144
  */
52120
52145
 
52121
52146
  /**
@@ -52417,7 +52442,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52417
52442
  /**
52418
52443
  * Telephony service.
52419
52444
  * @module purecloud-platform-client-v2/api/TelephonyApi
52420
- * @version 170.0.0
52445
+ * @version 171.0.0
52421
52446
  */
52422
52447
 
52423
52448
  /**
@@ -52545,7 +52570,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52545
52570
  /**
52546
52571
  * TelephonyProvidersEdge service.
52547
52572
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
52548
- * @version 170.0.0
52573
+ * @version 171.0.0
52549
52574
  */
52550
52575
 
52551
52576
  /**
@@ -53941,6 +53966,63 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53941
53966
  );
53942
53967
  }
53943
53968
 
53969
+ /**
53970
+ * Get media endpoint statistics events.
53971
+ *
53972
+ * @param {String} conversationId Identifier of the conversation
53973
+ * getTelephonyProvidersEdgesMediastatisticsConversation is a preview method and is subject to both breaking and non-breaking changes at any time without notice
53974
+ */
53975
+ getTelephonyProvidersEdgesMediastatisticsConversation(conversationId) {
53976
+ // verify the required parameter 'conversationId' is set
53977
+ if (conversationId === undefined || conversationId === null) {
53978
+ throw 'Missing the required parameter "conversationId" when calling getTelephonyProvidersEdgesMediastatisticsConversation';
53979
+ }
53980
+
53981
+ return this.apiClient.callApi(
53982
+ '/api/v2/telephony/providers/edges/mediastatistics/conversations/{conversationId}',
53983
+ 'GET',
53984
+ { 'conversationId': conversationId },
53985
+ { },
53986
+ { },
53987
+ { },
53988
+ null,
53989
+ ['PureCloud OAuth'],
53990
+ ['application/json'],
53991
+ ['application/json']
53992
+ );
53993
+ }
53994
+
53995
+ /**
53996
+ * Get media endpoint statistics event.
53997
+ *
53998
+ * @param {String} conversationId Identifier of the conversation
53999
+ * @param {String} communicationId Identifier of the media session
54000
+ * getTelephonyProvidersEdgesMediastatisticsConversationCommunication is a preview method and is subject to both breaking and non-breaking changes at any time without notice
54001
+ */
54002
+ getTelephonyProvidersEdgesMediastatisticsConversationCommunication(conversationId, communicationId) {
54003
+ // verify the required parameter 'conversationId' is set
54004
+ if (conversationId === undefined || conversationId === null) {
54005
+ throw 'Missing the required parameter "conversationId" when calling getTelephonyProvidersEdgesMediastatisticsConversationCommunication';
54006
+ }
54007
+ // verify the required parameter 'communicationId' is set
54008
+ if (communicationId === undefined || communicationId === null) {
54009
+ throw 'Missing the required parameter "communicationId" when calling getTelephonyProvidersEdgesMediastatisticsConversationCommunication';
54010
+ }
54011
+
54012
+ return this.apiClient.callApi(
54013
+ '/api/v2/telephony/providers/edges/mediastatistics/conversations/{conversationId}/communications/{communicationId}',
54014
+ 'GET',
54015
+ { 'conversationId': conversationId,'communicationId': communicationId },
54016
+ { },
54017
+ { },
54018
+ { },
54019
+ null,
54020
+ ['PureCloud OAuth'],
54021
+ ['application/json'],
54022
+ ['application/json']
54023
+ );
54024
+ }
54025
+
53944
54026
  /**
53945
54027
  * Get the metrics for a list of edges.
53946
54028
  *
@@ -55777,7 +55859,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55777
55859
  /**
55778
55860
  * Textbots service.
55779
55861
  * @module purecloud-platform-client-v2/api/TextbotsApi
55780
- * @version 170.0.0
55862
+ * @version 171.0.0
55781
55863
  */
55782
55864
 
55783
55865
  /**
@@ -55905,7 +55987,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55905
55987
  /**
55906
55988
  * Tokens service.
55907
55989
  * @module purecloud-platform-client-v2/api/TokensApi
55908
- * @version 170.0.0
55990
+ * @version 171.0.0
55909
55991
  */
55910
55992
 
55911
55993
  /**
@@ -56057,7 +56139,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56057
56139
  /**
56058
56140
  * Uploads service.
56059
56141
  * @module purecloud-platform-client-v2/api/UploadsApi
56060
- * @version 170.0.0
56142
+ * @version 171.0.0
56061
56143
  */
56062
56144
 
56063
56145
  /**
@@ -56233,7 +56315,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56233
56315
  /**
56234
56316
  * Usage service.
56235
56317
  * @module purecloud-platform-client-v2/api/UsageApi
56236
- * @version 170.0.0
56318
+ * @version 171.0.0
56237
56319
  */
56238
56320
 
56239
56321
  /**
@@ -56443,7 +56525,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56443
56525
  /**
56444
56526
  * UserRecordings service.
56445
56527
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
56446
- * @version 170.0.0
56528
+ * @version 171.0.0
56447
56529
  */
56448
56530
 
56449
56531
  /**
@@ -56628,7 +56710,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56628
56710
  /**
56629
56711
  * Users service.
56630
56712
  * @module purecloud-platform-client-v2/api/UsersApi
56631
- * @version 170.0.0
56713
+ * @version 171.0.0
56632
56714
  */
56633
56715
 
56634
56716
  /**
@@ -59189,7 +59271,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59189
59271
  /**
59190
59272
  * Utilities service.
59191
59273
  * @module purecloud-platform-client-v2/api/UtilitiesApi
59192
- * @version 170.0.0
59274
+ * @version 171.0.0
59193
59275
  */
59194
59276
 
59195
59277
  /**
@@ -59300,7 +59382,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59300
59382
  /**
59301
59383
  * Voicemail service.
59302
59384
  * @module purecloud-platform-client-v2/api/VoicemailApi
59303
- * @version 170.0.0
59385
+ * @version 171.0.0
59304
59386
  */
59305
59387
 
59306
59388
  /**
@@ -59967,7 +60049,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59967
60049
  /**
59968
60050
  * WebChat service.
59969
60051
  * @module purecloud-platform-client-v2/api/WebChatApi
59970
- * @version 170.0.0
60052
+ * @version 171.0.0
59971
60053
  */
59972
60054
 
59973
60055
  /**
@@ -60516,7 +60598,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
60516
60598
  /**
60517
60599
  * WebDeployments service.
60518
60600
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
60519
- * @version 170.0.0
60601
+ * @version 171.0.0
60520
60602
  */
60521
60603
 
60522
60604
  /**
@@ -61038,7 +61120,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61038
61120
  /**
61039
61121
  * WebMessaging service.
61040
61122
  * @module purecloud-platform-client-v2/api/WebMessagingApi
61041
- * @version 170.0.0
61123
+ * @version 171.0.0
61042
61124
  */
61043
61125
 
61044
61126
  /**
@@ -61084,7 +61166,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61084
61166
  /**
61085
61167
  * Widgets service.
61086
61168
  * @module purecloud-platform-client-v2/api/WidgetsApi
61087
- * @version 170.0.0
61169
+ * @version 171.0.0
61088
61170
  */
61089
61171
 
61090
61172
  /**
@@ -61230,7 +61312,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
61230
61312
  /**
61231
61313
  * WorkforceManagement service.
61232
61314
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
61233
- * @version 170.0.0
61315
+ * @version 171.0.0
61234
61316
  */
61235
61317
 
61236
61318
  /**
@@ -66037,7 +66119,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66037
66119
  * </pre>
66038
66120
  * </p>
66039
66121
  * @module purecloud-platform-client-v2/index
66040
- * @version 170.0.0
66122
+ * @version 171.0.0
66041
66123
  */
66042
66124
  class platformClient {
66043
66125
  constructor() {